wg-api-sdk 4.30.272 → 4.30.273
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 +970 -1124
- package/dist/esm/index.mjs +1 -1
- package/dist/index.d.ts +970 -1124
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -3881,23 +3881,6 @@ interface paths {
|
|
|
3881
3881
|
patch?: never;
|
|
3882
3882
|
trace?: never;
|
|
3883
3883
|
};
|
|
3884
|
-
"/v1/api/diasflows/conversations/{session_id}/contact-person": {
|
|
3885
|
-
parameters: {
|
|
3886
|
-
query?: never;
|
|
3887
|
-
header?: never;
|
|
3888
|
-
path?: never;
|
|
3889
|
-
cookie?: never;
|
|
3890
|
-
};
|
|
3891
|
-
get?: never;
|
|
3892
|
-
put?: never;
|
|
3893
|
-
/** Create Dias Contact Person */
|
|
3894
|
-
post: operations["create_dias_contact_person_v1_api_diasflows_conversations__session_id__contact_person_post"];
|
|
3895
|
-
delete?: never;
|
|
3896
|
-
options?: never;
|
|
3897
|
-
head?: never;
|
|
3898
|
-
patch?: never;
|
|
3899
|
-
trace?: never;
|
|
3900
|
-
};
|
|
3901
3884
|
"/v1/api/diasflows/conversations/{session_id}/dias-party": {
|
|
3902
3885
|
parameters: {
|
|
3903
3886
|
query?: never;
|
|
@@ -9282,7 +9265,7 @@ interface components {
|
|
|
9282
9265
|
* Timestamp
|
|
9283
9266
|
* Format: date-time
|
|
9284
9267
|
* @description Timestamp of when the error occured
|
|
9285
|
-
* @default 2026-02-
|
|
9268
|
+
* @default 2026-02-26T13:30:05.114008
|
|
9286
9269
|
*/
|
|
9287
9270
|
timestamp: string;
|
|
9288
9271
|
/**
|
|
@@ -53834,7 +53817,7 @@ interface components {
|
|
|
53834
53817
|
/**
|
|
53835
53818
|
* Quote Specifications
|
|
53836
53819
|
* @default {
|
|
53837
|
-
* "contract_commencement_date": "2026-02-
|
|
53820
|
+
* "contract_commencement_date": "2026-02-26"
|
|
53838
53821
|
* }
|
|
53839
53822
|
*/
|
|
53840
53823
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -55571,7 +55554,7 @@ interface components {
|
|
|
55571
55554
|
/**
|
|
55572
55555
|
* GENDER
|
|
55573
55556
|
* @description An enumeration.
|
|
55574
|
-
* @enum {
|
|
55557
|
+
* @enum {string}
|
|
55575
55558
|
*/
|
|
55576
55559
|
wg_py_models__domain__wegroup__enums__GENDER: "MALE" | "FEMALE" | "OTHER";
|
|
55577
55560
|
/** AccidentStatement */
|
|
@@ -66877,34 +66860,6 @@ interface components {
|
|
|
66877
66860
|
start_date?: string;
|
|
66878
66861
|
payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
|
|
66879
66862
|
};
|
|
66880
|
-
/** handle_create_dias_contact_person_params */
|
|
66881
|
-
handle_create_dias_contact_person_params: {
|
|
66882
|
-
auth: components["schemas"]["Auth"];
|
|
66883
|
-
data: components["schemas"]["CreateDiasContactPersonCreateCmd"];
|
|
66884
|
-
/**
|
|
66885
|
-
* Session Id
|
|
66886
|
-
* Format: uuid
|
|
66887
|
-
*/
|
|
66888
|
-
session_id: string;
|
|
66889
|
-
};
|
|
66890
|
-
/** CreateDiasContactPersonCreateCmd */
|
|
66891
|
-
CreateDiasContactPersonCreateCmd: {
|
|
66892
|
-
/** First Name */
|
|
66893
|
-
first_name: string;
|
|
66894
|
-
/** Infix */
|
|
66895
|
-
infix?: string;
|
|
66896
|
-
/** Last Name */
|
|
66897
|
-
last_name: string;
|
|
66898
|
-
/** Telephonenr */
|
|
66899
|
-
telephonenr: string;
|
|
66900
|
-
/** Email */
|
|
66901
|
-
email: string;
|
|
66902
|
-
/**
|
|
66903
|
-
* Birth
|
|
66904
|
-
* Format: date
|
|
66905
|
-
*/
|
|
66906
|
-
birth: string;
|
|
66907
|
-
};
|
|
66908
66863
|
/** handle_create_dias_party_params */
|
|
66909
66864
|
handle_create_dias_party_params: {
|
|
66910
66865
|
auth: components["schemas"]["Auth"];
|
|
@@ -66963,13 +66918,14 @@ interface components {
|
|
|
66963
66918
|
last_name: string;
|
|
66964
66919
|
/** Initials */
|
|
66965
66920
|
initials: string;
|
|
66921
|
+
/** Infix */
|
|
66922
|
+
infix?: string;
|
|
66966
66923
|
/**
|
|
66967
66924
|
* Birth
|
|
66968
66925
|
* Format: date
|
|
66969
66926
|
*/
|
|
66970
66927
|
birth: string;
|
|
66971
|
-
|
|
66972
|
-
infix?: string;
|
|
66928
|
+
gender: components["schemas"]["wg_py_models__domain__wegroup__enums__GENDER"];
|
|
66973
66929
|
};
|
|
66974
66930
|
/** MultiAnvaLabelQueryModel */
|
|
66975
66931
|
MultiAnvaLabelQueryModel: {
|
|
@@ -68334,7 +68290,7 @@ interface components {
|
|
|
68334
68290
|
* Gender
|
|
68335
68291
|
* @description The driver's gender.
|
|
68336
68292
|
*/
|
|
68337
|
-
gender?: components["schemas"]["
|
|
68293
|
+
gender?: components["schemas"]["wgsdk__smt__GENDER"] | string;
|
|
68338
68294
|
/**
|
|
68339
68295
|
* Native Language
|
|
68340
68296
|
* @description The driver's native language.
|
|
@@ -68801,7 +68757,7 @@ interface components {
|
|
|
68801
68757
|
*/
|
|
68802
68758
|
role?: string;
|
|
68803
68759
|
/** Gender */
|
|
68804
|
-
gender?: components["schemas"]["
|
|
68760
|
+
gender?: components["schemas"]["wgsdk__smt__GENDER"] | string;
|
|
68805
68761
|
/** Initials */
|
|
68806
68762
|
initials?: string;
|
|
68807
68763
|
/** Infix */
|
|
@@ -69538,7 +69494,7 @@ interface components {
|
|
|
69538
69494
|
* Gender
|
|
69539
69495
|
* @description The prospect's gender.
|
|
69540
69496
|
*/
|
|
69541
|
-
gender?: components["schemas"]["
|
|
69497
|
+
gender?: components["schemas"]["wgsdk__smt__GENDER"] | string;
|
|
69542
69498
|
/**
|
|
69543
69499
|
* National Register Nr
|
|
69544
69500
|
* @description The prospect's national registration number.
|
|
@@ -72625,8 +72581,6 @@ type SchemaHandleCalculateOneDiasQuoteForConversationParams = components['schema
|
|
|
72625
72581
|
type SchemaRecalculateDiasQuoteRequest = components['schemas']['RecalculateDiasQuoteRequest'];
|
|
72626
72582
|
type SchemaHandleRecalculateDiasSimulationParams = components['schemas']['handle_recalculate_dias_simulation_params'];
|
|
72627
72583
|
type SchemaRecalculateDiasSimulationCmd = components['schemas']['RecalculateDiasSimulationCmd'];
|
|
72628
|
-
type SchemaHandleCreateDiasContactPersonParams = components['schemas']['handle_create_dias_contact_person_params'];
|
|
72629
|
-
type SchemaCreateDiasContactPersonCreateCmd = components['schemas']['CreateDiasContactPersonCreateCmd'];
|
|
72630
72584
|
type SchemaHandleCreateDiasPartyParams = components['schemas']['handle_create_dias_party_params'];
|
|
72631
72585
|
type SchemaCreateDiasPartyCompanyCmd = components['schemas']['CreateDiasPartyCompanyCmd'];
|
|
72632
72586
|
type SchemaFlowsModelsDiasDiasPartyBaseAddress = components['schemas']['flows__models__dias__DiasPartyBase__Address'];
|
|
@@ -93924,100 +93878,6 @@ interface operations {
|
|
|
93924
93878
|
};
|
|
93925
93879
|
};
|
|
93926
93880
|
};
|
|
93927
|
-
create_dias_contact_person_v1_api_diasflows_conversations__session_id__contact_person_post: {
|
|
93928
|
-
parameters: {
|
|
93929
|
-
query?: {
|
|
93930
|
-
/**
|
|
93931
|
-
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
93932
|
-
* @example EN
|
|
93933
|
-
*/
|
|
93934
|
-
lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
93935
|
-
/**
|
|
93936
|
-
* @description Same as lang, but adds support to pass ?language as well
|
|
93937
|
-
* @example EN
|
|
93938
|
-
*/
|
|
93939
|
-
language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
93940
|
-
};
|
|
93941
|
-
header?: {
|
|
93942
|
-
/** @description Which release to target running in 'STAGING' environment. */
|
|
93943
|
-
"x-release"?: string;
|
|
93944
|
-
};
|
|
93945
|
-
path: {
|
|
93946
|
-
session_id: string;
|
|
93947
|
-
};
|
|
93948
|
-
cookie?: never;
|
|
93949
|
-
};
|
|
93950
|
-
requestBody: {
|
|
93951
|
-
content: {
|
|
93952
|
-
"application/json": components["schemas"]["handle_create_dias_contact_person_params"]["data"];
|
|
93953
|
-
};
|
|
93954
|
-
};
|
|
93955
|
-
responses: {
|
|
93956
|
-
/** @description Successful Response */
|
|
93957
|
-
201: {
|
|
93958
|
-
headers: {
|
|
93959
|
-
[name: string]: unknown;
|
|
93960
|
-
};
|
|
93961
|
-
content: {
|
|
93962
|
-
"application/json": components["schemas"]["wg_py_models__domain__wegroup__rest__responses__StatusResponse"];
|
|
93963
|
-
};
|
|
93964
|
-
};
|
|
93965
|
-
/** @description Bad Request */
|
|
93966
|
-
400: {
|
|
93967
|
-
headers: {
|
|
93968
|
-
[name: string]: unknown;
|
|
93969
|
-
};
|
|
93970
|
-
content: {
|
|
93971
|
-
"application/json": components["schemas"]["Error_4XX"];
|
|
93972
|
-
};
|
|
93973
|
-
};
|
|
93974
|
-
/** @description Unauthorized */
|
|
93975
|
-
401: {
|
|
93976
|
-
headers: {
|
|
93977
|
-
[name: string]: unknown;
|
|
93978
|
-
};
|
|
93979
|
-
content: {
|
|
93980
|
-
"application/json": components["schemas"]["Error_401"];
|
|
93981
|
-
};
|
|
93982
|
-
};
|
|
93983
|
-
/** @description Forbidden */
|
|
93984
|
-
403: {
|
|
93985
|
-
headers: {
|
|
93986
|
-
[name: string]: unknown;
|
|
93987
|
-
};
|
|
93988
|
-
content: {
|
|
93989
|
-
"application/json": components["schemas"]["Error_403"];
|
|
93990
|
-
};
|
|
93991
|
-
};
|
|
93992
|
-
/** @description Unprocessable Content */
|
|
93993
|
-
422: {
|
|
93994
|
-
headers: {
|
|
93995
|
-
[name: string]: unknown;
|
|
93996
|
-
};
|
|
93997
|
-
content: {
|
|
93998
|
-
"application/json": components["schemas"]["Error_422"];
|
|
93999
|
-
};
|
|
94000
|
-
};
|
|
94001
|
-
/** @description Too Many Requests */
|
|
94002
|
-
429: {
|
|
94003
|
-
headers: {
|
|
94004
|
-
[name: string]: unknown;
|
|
94005
|
-
};
|
|
94006
|
-
content: {
|
|
94007
|
-
"application/json": components["schemas"]["Error_429"];
|
|
94008
|
-
};
|
|
94009
|
-
};
|
|
94010
|
-
/** @description Internal Server Error */
|
|
94011
|
-
500: {
|
|
94012
|
-
headers: {
|
|
94013
|
-
[name: string]: unknown;
|
|
94014
|
-
};
|
|
94015
|
-
content: {
|
|
94016
|
-
"application/json": components["schemas"]["ServerError"];
|
|
94017
|
-
};
|
|
94018
|
-
};
|
|
94019
|
-
};
|
|
94020
|
-
};
|
|
94021
93881
|
create_dias_party_via_conversation_v1_api_diasflows_conversations__session_id__dias_party_post: {
|
|
94022
93882
|
parameters: {
|
|
94023
93883
|
query?: {
|
|
@@ -119725,52 +119585,52 @@ type Middleware = Middleware$1;
|
|
|
119725
119585
|
type ClientType = ReturnType<typeof createClient<paths>>;
|
|
119726
119586
|
declare const wgApiClient: (options: ClientOptions) => ClientType;
|
|
119727
119587
|
|
|
119728
|
-
declare const routeName$
|
|
119729
|
-
type GetWeatherInfoQueryParams = paths[typeof routeName$
|
|
119730
|
-
type GetWeatherInfoResponse = paths[typeof routeName$
|
|
119731
|
-
type GetWeatherInfoProps = paths[typeof routeName$
|
|
119588
|
+
declare const routeName$7X = "/v1/api/weather/info";
|
|
119589
|
+
type GetWeatherInfoQueryParams = paths[typeof routeName$7X]['get']['parameters']['query'];
|
|
119590
|
+
type GetWeatherInfoResponse = paths[typeof routeName$7X]['get']['responses'][200]['content']['application/json'];
|
|
119591
|
+
type GetWeatherInfoProps = paths[typeof routeName$7X]['get']['parameters'];
|
|
119732
119592
|
declare const getWeatherInfo: (props: GetWeatherInfoProps, wgApiClient: ClientType) => Promise<GetWeatherInfoResponse>;
|
|
119733
119593
|
|
|
119734
|
-
declare const routeName$
|
|
119735
|
-
type SearchCitiesByCountryQueryParams = paths[typeof routeName$
|
|
119736
|
-
type SearchCitiesByCountryResponse = paths[typeof routeName$
|
|
119737
|
-
type SearchCitiesByCountryProps = paths[typeof routeName$
|
|
119594
|
+
declare const routeName$7W = "/v1/api/address/cities";
|
|
119595
|
+
type SearchCitiesByCountryQueryParams = paths[typeof routeName$7W]['get']['parameters']['query'];
|
|
119596
|
+
type SearchCitiesByCountryResponse = paths[typeof routeName$7W]['get']['responses'][200]['content']['application/json'];
|
|
119597
|
+
type SearchCitiesByCountryProps = paths[typeof routeName$7W]['get']['parameters'];
|
|
119738
119598
|
declare const searchCitiesByCountry: (props: SearchCitiesByCountryProps, wgApiClient: ClientType) => Promise<SearchCitiesByCountryResponse>;
|
|
119739
119599
|
|
|
119740
|
-
declare const routeName$
|
|
119741
|
-
type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$
|
|
119742
|
-
type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$
|
|
119743
|
-
type SeachStreetsByCityAndCountryProps = paths[typeof routeName$
|
|
119600
|
+
declare const routeName$7V = "/v1/api/address/streets";
|
|
119601
|
+
type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$7V]['get']['parameters']['query'];
|
|
119602
|
+
type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$7V]['get']['responses'][200]['content']['application/json'];
|
|
119603
|
+
type SeachStreetsByCityAndCountryProps = paths[typeof routeName$7V]['get']['parameters'];
|
|
119744
119604
|
declare const seachStreetsByCityAndCountry: (props: SeachStreetsByCityAndCountryProps, wgApiClient: ClientType) => Promise<SeachStreetsByCityAndCountryResponse>;
|
|
119745
119605
|
|
|
119746
|
-
declare const routeName$
|
|
119747
|
-
type SearchAddressesByCountryQueryParams = paths[typeof routeName$
|
|
119748
|
-
type SearchAddressesByCountryResponse = paths[typeof routeName$
|
|
119749
|
-
type SearchAddressesByCountryProps = paths[typeof routeName$
|
|
119606
|
+
declare const routeName$7U = "/v1/api/address/search";
|
|
119607
|
+
type SearchAddressesByCountryQueryParams = paths[typeof routeName$7U]['get']['parameters']['query'];
|
|
119608
|
+
type SearchAddressesByCountryResponse = paths[typeof routeName$7U]['get']['responses'][200]['content']['application/json'];
|
|
119609
|
+
type SearchAddressesByCountryProps = paths[typeof routeName$7U]['get']['parameters'];
|
|
119750
119610
|
declare const searchAddressesByCountry: (props: SearchAddressesByCountryProps, wgApiClient: ClientType) => Promise<SearchAddressesByCountryResponse>;
|
|
119751
119611
|
|
|
119752
|
-
declare const routeName$
|
|
119753
|
-
type GetAddressInfoQueryParams = paths[typeof routeName$
|
|
119754
|
-
type GetAddressInfoResponse = paths[typeof routeName$
|
|
119755
|
-
type GetAddressInfoProps = paths[typeof routeName$
|
|
119612
|
+
declare const routeName$7T = "/v1/api/address/info/premium";
|
|
119613
|
+
type GetAddressInfoQueryParams = paths[typeof routeName$7T]['get']['parameters']['query'];
|
|
119614
|
+
type GetAddressInfoResponse = paths[typeof routeName$7T]['get']['responses'][200]['content']['application/json'];
|
|
119615
|
+
type GetAddressInfoProps = paths[typeof routeName$7T]['get']['parameters'];
|
|
119756
119616
|
declare const getAddressInfo: (props: GetAddressInfoProps, wgApiClient: ClientType) => Promise<GetAddressInfoResponse>;
|
|
119757
119617
|
|
|
119758
|
-
declare const routeName$
|
|
119759
|
-
type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$
|
|
119760
|
-
type GetAddressInfoFreemiumResponse = paths[typeof routeName$
|
|
119761
|
-
type GetAddressInfoFreemiumProps = paths[typeof routeName$
|
|
119618
|
+
declare const routeName$7S = "/v1/api/address/info/freemium";
|
|
119619
|
+
type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$7S]['get']['parameters']['query'];
|
|
119620
|
+
type GetAddressInfoFreemiumResponse = paths[typeof routeName$7S]['get']['responses'][200]['content']['application/json'];
|
|
119621
|
+
type GetAddressInfoFreemiumProps = paths[typeof routeName$7S]['get']['parameters'];
|
|
119762
119622
|
declare const getAddressInfoFreemium: (props: GetAddressInfoFreemiumProps, wgApiClient: ClientType) => Promise<GetAddressInfoFreemiumResponse>;
|
|
119763
119623
|
|
|
119764
|
-
declare const routeName$
|
|
119765
|
-
type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$
|
|
119766
|
-
type GetAllAdvisoryReportsResponse = paths[typeof routeName$
|
|
119767
|
-
type GetAllAdvisoryReportsProps = paths[typeof routeName$
|
|
119624
|
+
declare const routeName$7R = "/v1/api/advisory-reports";
|
|
119625
|
+
type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$7R]['get']['parameters']['query'];
|
|
119626
|
+
type GetAllAdvisoryReportsResponse = paths[typeof routeName$7R]['get']['responses'][200]['content']['application/json'];
|
|
119627
|
+
type GetAllAdvisoryReportsProps = paths[typeof routeName$7R]['get']['parameters'];
|
|
119768
119628
|
declare const getAllAdvisoryReports: (props: GetAllAdvisoryReportsProps, wgApiClient: ClientType) => Promise<GetAllAdvisoryReportsResponse>;
|
|
119769
119629
|
|
|
119770
|
-
declare const routeName$
|
|
119771
|
-
type CreateAdvisoryReportBody = paths[typeof routeName$
|
|
119772
|
-
type CreateAdvisoryReportQueryParams = paths[typeof routeName$
|
|
119773
|
-
type CreateAdvisoryReportResponse = paths[typeof routeName$
|
|
119630
|
+
declare const routeName$7Q = "/v1/api/advisory-reports";
|
|
119631
|
+
type CreateAdvisoryReportBody = paths[typeof routeName$7Q]['post']['requestBody']['content']['application/json'];
|
|
119632
|
+
type CreateAdvisoryReportQueryParams = paths[typeof routeName$7Q]['post']['parameters']['query'];
|
|
119633
|
+
type CreateAdvisoryReportResponse = paths[typeof routeName$7Q]['post']['responses'][201]['content']['application/json'];
|
|
119774
119634
|
interface CreateAdvisoryReportProps {
|
|
119775
119635
|
body: CreateAdvisoryReportBody;
|
|
119776
119636
|
params: {
|
|
@@ -119779,17 +119639,17 @@ interface CreateAdvisoryReportProps {
|
|
|
119779
119639
|
}
|
|
119780
119640
|
declare const createAdvisoryReport: (props: CreateAdvisoryReportProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportResponse>;
|
|
119781
119641
|
|
|
119782
|
-
declare const routeName$
|
|
119783
|
-
type GetAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119784
|
-
type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119785
|
-
type GetAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119786
|
-
type GetAdvisoryReportByIdProps = paths[typeof routeName$
|
|
119642
|
+
declare const routeName$7P = "/v1/api/advisory-reports/{report_id}";
|
|
119643
|
+
type GetAdvisoryReportByIdPathParams = paths[typeof routeName$7P]['get']['parameters']['path'];
|
|
119644
|
+
type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$7P]['get']['parameters']['query'];
|
|
119645
|
+
type GetAdvisoryReportByIdResponse = paths[typeof routeName$7P]['get']['responses'][200]['content']['application/json'];
|
|
119646
|
+
type GetAdvisoryReportByIdProps = paths[typeof routeName$7P]['get']['parameters'];
|
|
119787
119647
|
declare const getAdvisoryReportById: (props: GetAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportByIdResponse>;
|
|
119788
119648
|
|
|
119789
|
-
declare const routeName$
|
|
119790
|
-
type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$
|
|
119791
|
-
type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$
|
|
119792
|
-
type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$
|
|
119649
|
+
declare const routeName$7O = "/v1/api/advisory-reports/{report_id}";
|
|
119650
|
+
type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$7O]['delete']['parameters']['path'];
|
|
119651
|
+
type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$7O]['delete']['parameters']['query'];
|
|
119652
|
+
type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$7O]['delete']['responses'][200]['content']['application/json'];
|
|
119793
119653
|
interface DeleteAdvisoryReportRevisionProps {
|
|
119794
119654
|
params: {
|
|
119795
119655
|
query: DeleteAdvisoryReportRevisionQueryParams;
|
|
@@ -119798,11 +119658,11 @@ interface DeleteAdvisoryReportRevisionProps {
|
|
|
119798
119658
|
}
|
|
119799
119659
|
declare const deleteAdvisoryReportRevision: (props: DeleteAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportRevisionResponse>;
|
|
119800
119660
|
|
|
119801
|
-
declare const routeName$
|
|
119802
|
-
type UpdateAdvisoryReportBody = paths[typeof routeName$
|
|
119803
|
-
type UpdateAdvisoryReportPathParams = paths[typeof routeName$
|
|
119804
|
-
type UpdateAdvisoryReportQueryParams = paths[typeof routeName$
|
|
119805
|
-
type UpdateAdvisoryReportResponse = paths[typeof routeName$
|
|
119661
|
+
declare const routeName$7N = "/v1/api/advisory-reports/{report_id}";
|
|
119662
|
+
type UpdateAdvisoryReportBody = paths[typeof routeName$7N]['patch']['requestBody']['content']['application/json'];
|
|
119663
|
+
type UpdateAdvisoryReportPathParams = paths[typeof routeName$7N]['patch']['parameters']['path'];
|
|
119664
|
+
type UpdateAdvisoryReportQueryParams = paths[typeof routeName$7N]['patch']['parameters']['query'];
|
|
119665
|
+
type UpdateAdvisoryReportResponse = paths[typeof routeName$7N]['patch']['responses'][200]['content']['application/json'];
|
|
119806
119666
|
interface UpdateAdvisoryReportProps {
|
|
119807
119667
|
body: UpdateAdvisoryReportBody;
|
|
119808
119668
|
params: {
|
|
@@ -119812,18 +119672,18 @@ interface UpdateAdvisoryReportProps {
|
|
|
119812
119672
|
}
|
|
119813
119673
|
declare const updateAdvisoryReport: (props: UpdateAdvisoryReportProps, wgApiClient: ClientType) => Promise<UpdateAdvisoryReportResponse>;
|
|
119814
119674
|
|
|
119815
|
-
declare const routeName$
|
|
119816
|
-
type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$
|
|
119817
|
-
type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$
|
|
119818
|
-
type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$
|
|
119819
|
-
type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$
|
|
119675
|
+
declare const routeName$7M = "/v1/api/advisory-reports/{report_id}/events";
|
|
119676
|
+
type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$7M]['get']['parameters']['path'];
|
|
119677
|
+
type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$7M]['get']['parameters']['query'];
|
|
119678
|
+
type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$7M]['get']['responses'][200]['content']['application/json'];
|
|
119679
|
+
type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$7M]['get']['parameters'];
|
|
119820
119680
|
declare const getEventsByAdvisoryReportId: (props: GetEventsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetEventsByAdvisoryReportIdResponse>;
|
|
119821
119681
|
|
|
119822
|
-
declare const routeName$
|
|
119823
|
-
type SendAdvisoryReportAsMailBody = paths[typeof routeName$
|
|
119824
|
-
type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$
|
|
119825
|
-
type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$
|
|
119826
|
-
type SendAdvisoryReportAsMailResponse = paths[typeof routeName$
|
|
119682
|
+
declare const routeName$7L = "/v1/api/advisory-reports/{report_id}/email-inquiries";
|
|
119683
|
+
type SendAdvisoryReportAsMailBody = paths[typeof routeName$7L]['post']['requestBody']['content']['application/json'];
|
|
119684
|
+
type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$7L]['post']['parameters']['path'];
|
|
119685
|
+
type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$7L]['post']['parameters']['query'];
|
|
119686
|
+
type SendAdvisoryReportAsMailResponse = paths[typeof routeName$7L]['post']['responses'][201]['content']['application/json'];
|
|
119827
119687
|
interface SendAdvisoryReportAsMailProps {
|
|
119828
119688
|
body: SendAdvisoryReportAsMailBody;
|
|
119829
119689
|
params: {
|
|
@@ -119833,10 +119693,10 @@ interface SendAdvisoryReportAsMailProps {
|
|
|
119833
119693
|
}
|
|
119834
119694
|
declare const sendAdvisoryReportAsMail: (props: SendAdvisoryReportAsMailProps, wgApiClient: ClientType) => Promise<SendAdvisoryReportAsMailResponse>;
|
|
119835
119695
|
|
|
119836
|
-
declare const routeName$
|
|
119837
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119838
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119839
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119696
|
+
declare const routeName$7K = "/v1/api/advisory-reports/{report_id}/docx";
|
|
119697
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$7K]['post']['parameters']['path'];
|
|
119698
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7K]['post']['parameters']['query'];
|
|
119699
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$7K]['post']['responses'][200]['content']['application/json'];
|
|
119840
119700
|
interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
|
|
119841
119701
|
params: {
|
|
119842
119702
|
query: GenerateDocxDocumentOfAdvisoryReportByIdQueryParams;
|
|
@@ -119845,17 +119705,17 @@ interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
|
|
|
119845
119705
|
}
|
|
119846
119706
|
declare const generateDocxDocumentOfAdvisoryReportById: (props: GenerateDocxDocumentOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GenerateDocxDocumentOfAdvisoryReportByIdResponse>;
|
|
119847
119707
|
|
|
119848
|
-
declare const routeName$
|
|
119849
|
-
type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119850
|
-
type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119851
|
-
type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119852
|
-
type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$
|
|
119708
|
+
declare const routeName$7J = "/v1/api/advisory-reports/{report_id}/pdf";
|
|
119709
|
+
type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7J]['get']['parameters']['path'];
|
|
119710
|
+
type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7J]['get']['parameters']['query'];
|
|
119711
|
+
type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7J]['get']['responses'][307]['content']['application/json'];
|
|
119712
|
+
type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$7J]['get']['parameters'];
|
|
119853
119713
|
declare const getPdfOfAdvisoryReportById: (props: GetPdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetPdfOfAdvisoryReportByIdResponse>;
|
|
119854
119714
|
|
|
119855
|
-
declare const routeName$
|
|
119856
|
-
type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119857
|
-
type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119858
|
-
type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119715
|
+
declare const routeName$7I = "/v1/api/advisory-reports/{report_id}/pdf";
|
|
119716
|
+
type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7I]['post']['parameters']['path'];
|
|
119717
|
+
type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7I]['post']['parameters']['query'];
|
|
119718
|
+
type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7I]['post']['responses'][200]['content']['application/json'];
|
|
119859
119719
|
interface GeneratePdfOfAdvisoryReportByIdProps {
|
|
119860
119720
|
params: {
|
|
119861
119721
|
query: GeneratePdfOfAdvisoryReportByIdQueryParams;
|
|
@@ -119864,10 +119724,10 @@ interface GeneratePdfOfAdvisoryReportByIdProps {
|
|
|
119864
119724
|
}
|
|
119865
119725
|
declare const generatePdfOfAdvisoryReportById: (props: GeneratePdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GeneratePdfOfAdvisoryReportByIdResponse>;
|
|
119866
119726
|
|
|
119867
|
-
declare const routeName$
|
|
119868
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$
|
|
119869
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$
|
|
119870
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$
|
|
119727
|
+
declare const routeName$7H = "/v1/api/advisory-report-front-page-pdf";
|
|
119728
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$7H]['post']['requestBody']['content']['application/json'];
|
|
119729
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$7H]['post']['parameters']['query'];
|
|
119730
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$7H]['post']['responses'][201]['content']['application/json'];
|
|
119871
119731
|
interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
|
|
119872
119732
|
body: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody;
|
|
119873
119733
|
params: {
|
|
@@ -119876,11 +119736,11 @@ interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
|
|
|
119876
119736
|
}
|
|
119877
119737
|
declare const generateStandaloneFrontPagePdfOfAdvisoryReportAsExample: (props: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps, wgApiClient: ClientType) => Promise<GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse>;
|
|
119878
119738
|
|
|
119879
|
-
declare const routeName$
|
|
119880
|
-
type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$
|
|
119881
|
-
type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$
|
|
119882
|
-
type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$
|
|
119883
|
-
type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$
|
|
119739
|
+
declare const routeName$7G = "/v1/api/advisory-reports/{report_id}/acceptances";
|
|
119740
|
+
type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$7G]['post']['requestBody']['content']['application/json'];
|
|
119741
|
+
type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$7G]['post']['parameters']['path'];
|
|
119742
|
+
type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$7G]['post']['parameters']['query'];
|
|
119743
|
+
type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$7G]['post']['responses'][200]['content']['application/json'];
|
|
119884
119744
|
interface AcceptOrRejectAnAdvisoryReportProps {
|
|
119885
119745
|
body: AcceptOrRejectAnAdvisoryReportBody;
|
|
119886
119746
|
params: {
|
|
@@ -119890,11 +119750,11 @@ interface AcceptOrRejectAnAdvisoryReportProps {
|
|
|
119890
119750
|
}
|
|
119891
119751
|
declare const acceptOrRejectAnAdvisoryReport: (props: AcceptOrRejectAnAdvisoryReportProps, wgApiClient: ClientType) => Promise<AcceptOrRejectAnAdvisoryReportResponse>;
|
|
119892
119752
|
|
|
119893
|
-
declare const routeName$
|
|
119894
|
-
type LinkConversationToAdvisoryReportBody = paths[typeof routeName$
|
|
119895
|
-
type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$
|
|
119896
|
-
type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$
|
|
119897
|
-
type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$
|
|
119753
|
+
declare const routeName$7F = "/v1/api/advisory-reports/{report_id}/conversations";
|
|
119754
|
+
type LinkConversationToAdvisoryReportBody = paths[typeof routeName$7F]['post']['requestBody']['content']['application/json'];
|
|
119755
|
+
type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$7F]['post']['parameters']['path'];
|
|
119756
|
+
type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$7F]['post']['parameters']['query'];
|
|
119757
|
+
type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$7F]['post']['responses'][201]['content']['application/json'];
|
|
119898
119758
|
interface LinkConversationToAdvisoryReportProps {
|
|
119899
119759
|
body: LinkConversationToAdvisoryReportBody;
|
|
119900
119760
|
params: {
|
|
@@ -119904,11 +119764,11 @@ interface LinkConversationToAdvisoryReportProps {
|
|
|
119904
119764
|
}
|
|
119905
119765
|
declare const linkConversationToAdvisoryReport: (props: LinkConversationToAdvisoryReportProps, wgApiClient: ClientType) => Promise<LinkConversationToAdvisoryReportResponse>;
|
|
119906
119766
|
|
|
119907
|
-
declare const routeName$
|
|
119908
|
-
type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$
|
|
119909
|
-
type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$
|
|
119910
|
-
type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$
|
|
119911
|
-
type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$
|
|
119767
|
+
declare const routeName$7E = "/v2/api/advisory-reports/{report_id}/revisions";
|
|
119768
|
+
type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$7E]['post']['requestBody']['content']['application/json'];
|
|
119769
|
+
type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$7E]['post']['parameters']['path'];
|
|
119770
|
+
type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$7E]['post']['parameters']['query'];
|
|
119771
|
+
type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$7E]['post']['responses'][201]['content']['application/json'];
|
|
119912
119772
|
interface CreateAdvisoryReportRevisionV2Props {
|
|
119913
119773
|
body: CreateAdvisoryReportRevisionV2Body;
|
|
119914
119774
|
params: {
|
|
@@ -119918,11 +119778,11 @@ interface CreateAdvisoryReportRevisionV2Props {
|
|
|
119918
119778
|
}
|
|
119919
119779
|
declare const createAdvisoryReportRevisionV2: (props: CreateAdvisoryReportRevisionV2Props, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionV2Response>;
|
|
119920
119780
|
|
|
119921
|
-
declare const routeName$
|
|
119922
|
-
type CreateAdvisoryReportRevisionBody = paths[typeof routeName$
|
|
119923
|
-
type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$
|
|
119924
|
-
type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$
|
|
119925
|
-
type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$
|
|
119781
|
+
declare const routeName$7D = "/v1/api/advisory-reports/{report_id}/revisions";
|
|
119782
|
+
type CreateAdvisoryReportRevisionBody = paths[typeof routeName$7D]['post']['requestBody']['content']['application/json'];
|
|
119783
|
+
type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$7D]['post']['parameters']['path'];
|
|
119784
|
+
type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$7D]['post']['parameters']['query'];
|
|
119785
|
+
type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$7D]['post']['responses'][201]['content']['application/json'];
|
|
119926
119786
|
interface CreateAdvisoryReportRevisionProps {
|
|
119927
119787
|
body: CreateAdvisoryReportRevisionBody;
|
|
119928
119788
|
params: {
|
|
@@ -119932,10 +119792,10 @@ interface CreateAdvisoryReportRevisionProps {
|
|
|
119932
119792
|
}
|
|
119933
119793
|
declare const createAdvisoryReportRevision: (props: CreateAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionResponse>;
|
|
119934
119794
|
|
|
119935
|
-
declare const routeName$
|
|
119936
|
-
type DeleteAdvisoryReportPathParams = paths[typeof routeName$
|
|
119937
|
-
type DeleteAdvisoryReportQueryParams = paths[typeof routeName$
|
|
119938
|
-
type DeleteAdvisoryReportResponse = paths[typeof routeName$
|
|
119795
|
+
declare const routeName$7C = "/v2/api/advisory-reports/{report_id}";
|
|
119796
|
+
type DeleteAdvisoryReportPathParams = paths[typeof routeName$7C]['delete']['parameters']['path'];
|
|
119797
|
+
type DeleteAdvisoryReportQueryParams = paths[typeof routeName$7C]['delete']['parameters']['query'];
|
|
119798
|
+
type DeleteAdvisoryReportResponse = paths[typeof routeName$7C]['delete']['responses'][200]['content']['application/json'];
|
|
119939
119799
|
interface DeleteAdvisoryReportProps {
|
|
119940
119800
|
params: {
|
|
119941
119801
|
query: DeleteAdvisoryReportQueryParams;
|
|
@@ -119944,11 +119804,11 @@ interface DeleteAdvisoryReportProps {
|
|
|
119944
119804
|
}
|
|
119945
119805
|
declare const deleteAdvisoryReport: (props: DeleteAdvisoryReportProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportResponse>;
|
|
119946
119806
|
|
|
119947
|
-
declare const routeName$
|
|
119948
|
-
type PutClausesForReportBody = paths[typeof routeName$
|
|
119949
|
-
type PutClausesForReportPathParams = paths[typeof routeName$
|
|
119950
|
-
type PutClausesForReportQueryParams = paths[typeof routeName$
|
|
119951
|
-
type PutClausesForReportResponse = paths[typeof routeName$
|
|
119807
|
+
declare const routeName$7B = "/v1/api/advisory-reports/{report_id}/clauses";
|
|
119808
|
+
type PutClausesForReportBody = paths[typeof routeName$7B]['put']['requestBody']['content']['application/json'];
|
|
119809
|
+
type PutClausesForReportPathParams = paths[typeof routeName$7B]['put']['parameters']['path'];
|
|
119810
|
+
type PutClausesForReportQueryParams = paths[typeof routeName$7B]['put']['parameters']['query'];
|
|
119811
|
+
type PutClausesForReportResponse = paths[typeof routeName$7B]['put']['responses'][200]['content']['application/json'];
|
|
119952
119812
|
interface PutClausesForReportProps {
|
|
119953
119813
|
body: PutClausesForReportBody;
|
|
119954
119814
|
params: {
|
|
@@ -119958,9 +119818,9 @@ interface PutClausesForReportProps {
|
|
|
119958
119818
|
}
|
|
119959
119819
|
declare const putClausesForReport: (props: PutClausesForReportProps, wgApiClient: ClientType) => Promise<PutClausesForReportResponse>;
|
|
119960
119820
|
|
|
119961
|
-
declare const routeName$
|
|
119962
|
-
type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$
|
|
119963
|
-
type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$
|
|
119821
|
+
declare const routeName$7A = "/v1/api/advisory-reports/{report_id}/personalise-advices";
|
|
119822
|
+
type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$7A]['post']['parameters']['path'];
|
|
119823
|
+
type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$7A]['post']['responses'][200]['content']['application/json'];
|
|
119964
119824
|
interface GeneratePersonalizationAdviceForAdvisoryReportProps {
|
|
119965
119825
|
params: {
|
|
119966
119826
|
path: GeneratePersonalizationAdviceForAdvisoryReportPathParams;
|
|
@@ -119968,18 +119828,18 @@ interface GeneratePersonalizationAdviceForAdvisoryReportProps {
|
|
|
119968
119828
|
}
|
|
119969
119829
|
declare const generatePersonalizationAdviceForAdvisoryReport: (props: GeneratePersonalizationAdviceForAdvisoryReportProps, wgApiClient: ClientType) => Promise<GeneratePersonalizationAdviceForAdvisoryReportResponse>;
|
|
119970
119830
|
|
|
119971
|
-
declare const routeName$
|
|
119972
|
-
type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$
|
|
119973
|
-
type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$
|
|
119974
|
-
type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$
|
|
119975
|
-
type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$
|
|
119831
|
+
declare const routeName$7z = "/v1/api/advisory-reports/{report_id}/settings/steps";
|
|
119832
|
+
type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$7z]['get']['parameters']['path'];
|
|
119833
|
+
type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$7z]['get']['parameters']['query'];
|
|
119834
|
+
type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$7z]['get']['responses'][200]['content']['application/json'];
|
|
119835
|
+
type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$7z]['get']['parameters'];
|
|
119976
119836
|
declare const getStepSettingsByAdvisoryReportId: (props: GetStepSettingsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetStepSettingsByAdvisoryReportIdResponse>;
|
|
119977
119837
|
|
|
119978
|
-
declare const routeName$
|
|
119979
|
-
type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$
|
|
119980
|
-
type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$
|
|
119981
|
-
type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$
|
|
119982
|
-
type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$
|
|
119838
|
+
declare const routeName$7y = "/v1/api/advisory-reports/{report_id}/settings/steps";
|
|
119839
|
+
type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$7y]['put']['requestBody']['content']['application/json'];
|
|
119840
|
+
type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$7y]['put']['parameters']['path'];
|
|
119841
|
+
type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$7y]['put']['parameters']['query'];
|
|
119842
|
+
type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$7y]['put']['responses'][200]['content']['application/json'];
|
|
119983
119843
|
interface CreateAdvisoryReportStepSettingsProps {
|
|
119984
119844
|
body: CreateAdvisoryReportStepSettingsBody;
|
|
119985
119845
|
params: {
|
|
@@ -119989,11 +119849,11 @@ interface CreateAdvisoryReportStepSettingsProps {
|
|
|
119989
119849
|
}
|
|
119990
119850
|
declare const createAdvisoryReportStepSettings: (props: CreateAdvisoryReportStepSettingsProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportStepSettingsResponse>;
|
|
119991
119851
|
|
|
119992
|
-
declare const routeName$
|
|
119993
|
-
type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
119994
|
-
type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
119995
|
-
type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
119996
|
-
type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119852
|
+
declare const routeName$7x = "/v1/api/advisory-reports/{report_id}/risk-domains";
|
|
119853
|
+
type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$7x]['post']['requestBody']['content']['application/json'];
|
|
119854
|
+
type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7x]['post']['parameters']['path'];
|
|
119855
|
+
type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7x]['post']['parameters']['query'];
|
|
119856
|
+
type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7x]['post']['responses'][201]['content']['application/json'];
|
|
119997
119857
|
interface CreateRiskDomainForAdvisoryReportByIdProps {
|
|
119998
119858
|
body: CreateRiskDomainForAdvisoryReportByIdBody;
|
|
119999
119859
|
params: {
|
|
@@ -120003,10 +119863,10 @@ interface CreateRiskDomainForAdvisoryReportByIdProps {
|
|
|
120003
119863
|
}
|
|
120004
119864
|
declare const createRiskDomainForAdvisoryReportById: (props: CreateRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainForAdvisoryReportByIdResponse>;
|
|
120005
119865
|
|
|
120006
|
-
declare const routeName$
|
|
120007
|
-
type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
120008
|
-
type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
120009
|
-
type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119866
|
+
declare const routeName$7w = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
|
|
119867
|
+
type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7w]['delete']['parameters']['path'];
|
|
119868
|
+
type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7w]['delete']['parameters']['query'];
|
|
119869
|
+
type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7w]['delete']['responses'][200]['content']['application/json'];
|
|
120010
119870
|
interface DeleteRiskDomainForAdvisoryReportByIdProps {
|
|
120011
119871
|
params: {
|
|
120012
119872
|
query: DeleteRiskDomainForAdvisoryReportByIdQueryParams;
|
|
@@ -120015,11 +119875,11 @@ interface DeleteRiskDomainForAdvisoryReportByIdProps {
|
|
|
120015
119875
|
}
|
|
120016
119876
|
declare const deleteRiskDomainForAdvisoryReportById: (props: DeleteRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainForAdvisoryReportByIdResponse>;
|
|
120017
119877
|
|
|
120018
|
-
declare const routeName$
|
|
120019
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
120020
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
120021
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
120022
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119878
|
+
declare const routeName$7v = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
|
|
119879
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7v]['post']['requestBody']['content']['application/json'];
|
|
119880
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7v]['post']['parameters']['path'];
|
|
119881
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7v]['post']['parameters']['query'];
|
|
119882
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7v]['post']['responses'][201]['content']['application/json'];
|
|
120023
119883
|
interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
120024
119884
|
body: CreateRiskDomainAdviceForAdvisoryReportByIdBody;
|
|
120025
119885
|
params: {
|
|
@@ -120029,10 +119889,10 @@ interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
120029
119889
|
}
|
|
120030
119890
|
declare const createRiskDomainAdviceForAdvisoryReportById: (props: CreateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
120031
119891
|
|
|
120032
|
-
declare const routeName$
|
|
120033
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
120034
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
120035
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119892
|
+
declare const routeName$7u = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
|
|
119893
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7u]['delete']['parameters']['path'];
|
|
119894
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7u]['delete']['parameters']['query'];
|
|
119895
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7u]['delete']['responses'][200]['content']['application/json'];
|
|
120036
119896
|
interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
120037
119897
|
params: {
|
|
120038
119898
|
query: DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams;
|
|
@@ -120041,11 +119901,11 @@ interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
120041
119901
|
}
|
|
120042
119902
|
declare const deleteRiskDomainAdviceForAdvisoryReportById: (props: DeleteRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
120043
119903
|
|
|
120044
|
-
declare const routeName$
|
|
120045
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
120046
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
120047
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
120048
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119904
|
+
declare const routeName$7t = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
|
|
119905
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7t]['patch']['requestBody']['content']['application/json'];
|
|
119906
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7t]['patch']['parameters']['path'];
|
|
119907
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7t]['patch']['parameters']['query'];
|
|
119908
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7t]['patch']['responses'][201]['content']['application/json'];
|
|
120049
119909
|
interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
120050
119910
|
body: UpdateRiskDomainAdviceForAdvisoryReportByIdBody;
|
|
120051
119911
|
params: {
|
|
@@ -120055,11 +119915,11 @@ interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
120055
119915
|
}
|
|
120056
119916
|
declare const updateRiskDomainAdviceForAdvisoryReportById: (props: UpdateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
120057
119917
|
|
|
120058
|
-
declare const routeName$
|
|
120059
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
120060
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
120061
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
120062
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119918
|
+
declare const routeName$7s = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
|
|
119919
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7s]['put']['requestBody']['content']['application/json'];
|
|
119920
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7s]['put']['parameters']['path'];
|
|
119921
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7s]['put']['parameters']['query'];
|
|
119922
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7s]['put']['responses'][201]['content']['application/json'];
|
|
120063
119923
|
interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
|
|
120064
119924
|
body: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody;
|
|
120065
119925
|
params: {
|
|
@@ -120069,11 +119929,11 @@ interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
|
|
|
120069
119929
|
}
|
|
120070
119930
|
declare const createRiskDomainActionFromAdviceForAdvisoryReportById: (props: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse>;
|
|
120071
119931
|
|
|
120072
|
-
declare const routeName$
|
|
120073
|
-
type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
120074
|
-
type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
120075
|
-
type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
120076
|
-
type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119932
|
+
declare const routeName$7r = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
|
|
119933
|
+
type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7r]['post']['requestBody']['content']['application/json'];
|
|
119934
|
+
type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7r]['post']['parameters']['path'];
|
|
119935
|
+
type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7r]['post']['parameters']['query'];
|
|
119936
|
+
type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7r]['post']['responses'][201]['content']['application/json'];
|
|
120077
119937
|
interface CreateRiskDomainActionForAdvisoryReportByIdProps {
|
|
120078
119938
|
body: CreateRiskDomainActionForAdvisoryReportByIdBody;
|
|
120079
119939
|
params: {
|
|
@@ -120083,10 +119943,10 @@ interface CreateRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
120083
119943
|
}
|
|
120084
119944
|
declare const createRiskDomainActionForAdvisoryReportById: (props: CreateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
120085
119945
|
|
|
120086
|
-
declare const routeName$
|
|
120087
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
120088
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
120089
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119946
|
+
declare const routeName$7q = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
|
|
119947
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7q]['delete']['parameters']['path'];
|
|
119948
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7q]['delete']['parameters']['query'];
|
|
119949
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7q]['delete']['responses'][200]['content']['application/json'];
|
|
120090
119950
|
interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
|
|
120091
119951
|
params: {
|
|
120092
119952
|
query: DeleteRiskDomainActionForAdvisoryReportByIdQueryParams;
|
|
@@ -120095,11 +119955,11 @@ interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
120095
119955
|
}
|
|
120096
119956
|
declare const deleteRiskDomainActionForAdvisoryReportById: (props: DeleteRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
120097
119957
|
|
|
120098
|
-
declare const routeName$
|
|
120099
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
120100
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
120101
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
120102
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119958
|
+
declare const routeName$7p = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
|
|
119959
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7p]['patch']['requestBody']['content']['application/json'];
|
|
119960
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7p]['patch']['parameters']['path'];
|
|
119961
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7p]['patch']['parameters']['query'];
|
|
119962
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7p]['patch']['responses'][200]['content']['application/json'];
|
|
120103
119963
|
interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
|
|
120104
119964
|
body: UpdateRiskDomainActionForAdvisoryReportByIdBody;
|
|
120105
119965
|
params: {
|
|
@@ -120109,11 +119969,11 @@ interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
120109
119969
|
}
|
|
120110
119970
|
declare const updateRiskDomainActionForAdvisoryReportById: (props: UpdateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
120111
119971
|
|
|
120112
|
-
declare const routeName$
|
|
120113
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
120114
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
120115
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
120116
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119972
|
+
declare const routeName$7o = "/v1/api/advisory-reports/{report_id}/insurance-policies";
|
|
119973
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$7o]['put']['requestBody']['content']['application/json'];
|
|
119974
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7o]['put']['parameters']['path'];
|
|
119975
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7o]['put']['parameters']['query'];
|
|
119976
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7o]['put']['responses'][200]['content']['application/json'];
|
|
120117
119977
|
interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
|
|
120118
119978
|
body: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody;
|
|
120119
119979
|
params: {
|
|
@@ -120123,10 +119983,10 @@ interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
|
|
|
120123
119983
|
}
|
|
120124
119984
|
declare const createOrReplaceInsurancePolicyForAdvisoryReportById: (props: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse>;
|
|
120125
119985
|
|
|
120126
|
-
declare const routeName$
|
|
120127
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
120128
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
120129
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
119986
|
+
declare const routeName$7n = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
|
|
119987
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7n]['delete']['parameters']['path'];
|
|
119988
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7n]['delete']['parameters']['query'];
|
|
119989
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7n]['delete']['responses'][200]['content']['application/json'];
|
|
120130
119990
|
interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
|
|
120131
119991
|
params: {
|
|
120132
119992
|
query: DeleteInsurancePolicyForAdvisoryReportByIdQueryParams;
|
|
@@ -120135,11 +119995,11 @@ interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
|
|
|
120135
119995
|
}
|
|
120136
119996
|
declare const deleteInsurancePolicyForAdvisoryReportById: (props: DeleteInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteInsurancePolicyForAdvisoryReportByIdResponse>;
|
|
120137
119997
|
|
|
120138
|
-
declare const routeName$
|
|
120139
|
-
type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$
|
|
120140
|
-
type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$
|
|
120141
|
-
type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$
|
|
120142
|
-
type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$
|
|
119998
|
+
declare const routeName$7m = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
|
|
119999
|
+
type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$7m]['put']['requestBody']['content']['application/json'];
|
|
120000
|
+
type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$7m]['put']['parameters']['path'];
|
|
120001
|
+
type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$7m]['put']['parameters']['query'];
|
|
120002
|
+
type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$7m]['put']['responses'][200]['content']['application/json'];
|
|
120143
120003
|
interface OrderInsurancePolciesOfAdvisoryReportProps {
|
|
120144
120004
|
body: OrderInsurancePolciesOfAdvisoryReportBody;
|
|
120145
120005
|
params: {
|
|
@@ -120149,11 +120009,11 @@ interface OrderInsurancePolciesOfAdvisoryReportProps {
|
|
|
120149
120009
|
}
|
|
120150
120010
|
declare const orderInsurancePolciesOfAdvisoryReport: (props: OrderInsurancePolciesOfAdvisoryReportProps, wgApiClient: ClientType) => Promise<OrderInsurancePolciesOfAdvisoryReportResponse>;
|
|
120151
120011
|
|
|
120152
|
-
declare const routeName$
|
|
120153
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
120154
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
120155
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
120156
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
120012
|
+
declare const routeName$7l = "/v1/api/advisory-reports/{report_id}/policy-packages";
|
|
120013
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$7l]['put']['requestBody']['content']['application/json'];
|
|
120014
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$7l]['put']['parameters']['path'];
|
|
120015
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$7l]['put']['parameters']['query'];
|
|
120016
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$7l]['put']['responses'][200]['content']['application/json'];
|
|
120157
120017
|
interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
|
|
120158
120018
|
body: CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody;
|
|
120159
120019
|
params: {
|
|
@@ -120163,39 +120023,39 @@ interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
|
|
|
120163
120023
|
}
|
|
120164
120024
|
declare const createOrReplacePolicyPackagesForAdvisoryReportById: (props: CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse>;
|
|
120165
120025
|
|
|
120166
|
-
declare const routeName$
|
|
120167
|
-
type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$
|
|
120168
|
-
type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$
|
|
120169
|
-
type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$
|
|
120170
|
-
type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$
|
|
120026
|
+
declare const routeName$7k = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
|
|
120027
|
+
type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$7k]['get']['parameters']['path'];
|
|
120028
|
+
type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$7k]['get']['parameters']['query'];
|
|
120029
|
+
type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$7k]['get']['responses'][200]['content']['application/json'];
|
|
120030
|
+
type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$7k]['get']['parameters'];
|
|
120171
120031
|
declare const getAdvisoryReportRevisionDiff: (props: GetAdvisoryReportRevisionDiffProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportRevisionDiffResponse>;
|
|
120172
120032
|
|
|
120173
|
-
declare const routeName$
|
|
120174
|
-
type GetAllAvailableAffiliationsResponse = paths[typeof routeName$
|
|
120033
|
+
declare const routeName$7j = "/v1/api/affiliations";
|
|
120034
|
+
type GetAllAvailableAffiliationsResponse = paths[typeof routeName$7j]['get']['responses'][200]['content']['application/json'];
|
|
120175
120035
|
declare const getAllAvailableAffiliations: (wgApiClient: ClientType) => Promise<GetAllAvailableAffiliationsResponse>;
|
|
120176
120036
|
|
|
120177
|
-
declare const routeName$
|
|
120178
|
-
type GetAnvaLabelsQueryParams = paths[typeof routeName$
|
|
120179
|
-
type GetAnvaLabelsResponse = paths[typeof routeName$
|
|
120180
|
-
type GetAnvaLabelsProps = paths[typeof routeName$
|
|
120037
|
+
declare const routeName$7i = "/v1/api/anvaflows/labels";
|
|
120038
|
+
type GetAnvaLabelsQueryParams = paths[typeof routeName$7i]['get']['parameters']['query'];
|
|
120039
|
+
type GetAnvaLabelsResponse = paths[typeof routeName$7i]['get']['responses'][200]['content']['application/json'];
|
|
120040
|
+
type GetAnvaLabelsProps = paths[typeof routeName$7i]['get']['parameters'];
|
|
120181
120041
|
declare const getAnvaLabels: (props: GetAnvaLabelsProps, wgApiClient: ClientType) => Promise<GetAnvaLabelsResponse>;
|
|
120182
120042
|
|
|
120183
|
-
declare const routeName$
|
|
120184
|
-
type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$
|
|
120185
|
-
type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$
|
|
120186
|
-
type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$
|
|
120043
|
+
declare const routeName$7h = "/v1/api/anvaflows/supported-insurances";
|
|
120044
|
+
type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$7h]['get']['parameters']['query'];
|
|
120045
|
+
type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$7h]['get']['responses'][200]['content']['application/json'];
|
|
120046
|
+
type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$7h]['get']['parameters'];
|
|
120187
120047
|
declare const getSupportedAnvaflowInsurances: (props: GetSupportedAnvaflowInsurancesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsurancesResponse>;
|
|
120188
120048
|
|
|
120189
|
-
declare const routeName$
|
|
120190
|
-
type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$
|
|
120191
|
-
type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$
|
|
120192
|
-
type GetSupportedAnvaflowTagsProps = paths[typeof routeName$
|
|
120049
|
+
declare const routeName$7g = "/v1/api/anvaflows/supported-tags";
|
|
120050
|
+
type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$7g]['get']['parameters']['query'];
|
|
120051
|
+
type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$7g]['get']['responses'][200]['content']['application/json'];
|
|
120052
|
+
type GetSupportedAnvaflowTagsProps = paths[typeof routeName$7g]['get']['parameters'];
|
|
120193
120053
|
declare const getSupportedAnvaflowTags: (props: GetSupportedAnvaflowTagsProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowTagsResponse>;
|
|
120194
120054
|
|
|
120195
|
-
declare const routeName$
|
|
120196
|
-
type CreateAnvaflowTagsBody = paths[typeof routeName$
|
|
120197
|
-
type CreateAnvaflowTagsQueryParams = paths[typeof routeName$
|
|
120198
|
-
type CreateAnvaflowTagsResponse = paths[typeof routeName$
|
|
120055
|
+
declare const routeName$7f = "/v1/api/anvaflows/supported-tags";
|
|
120056
|
+
type CreateAnvaflowTagsBody = paths[typeof routeName$7f]['put']['requestBody']['content']['application/json'];
|
|
120057
|
+
type CreateAnvaflowTagsQueryParams = paths[typeof routeName$7f]['put']['parameters']['query'];
|
|
120058
|
+
type CreateAnvaflowTagsResponse = paths[typeof routeName$7f]['put']['responses'][200]['content']['application/json'];
|
|
120199
120059
|
interface CreateAnvaflowTagsProps {
|
|
120200
120060
|
body: CreateAnvaflowTagsBody;
|
|
120201
120061
|
params: {
|
|
@@ -120204,35 +120064,35 @@ interface CreateAnvaflowTagsProps {
|
|
|
120204
120064
|
}
|
|
120205
120065
|
declare const createAnvaflowTags: (props: CreateAnvaflowTagsProps, wgApiClient: ClientType) => Promise<CreateAnvaflowTagsResponse>;
|
|
120206
120066
|
|
|
120207
|
-
declare const routeName$
|
|
120208
|
-
type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$
|
|
120209
|
-
type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$
|
|
120210
|
-
type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$
|
|
120067
|
+
declare const routeName$7e = "/v1/api/anvaflows/supported-coverages";
|
|
120068
|
+
type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$7e]['get']['parameters']['query'];
|
|
120069
|
+
type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$7e]['get']['responses'][200]['content']['application/json'];
|
|
120070
|
+
type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$7e]['get']['parameters'];
|
|
120211
120071
|
declare const getSupportedAnvaflowCoverages: (props: GetSupportedAnvaflowCoveragesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesResponse>;
|
|
120212
120072
|
|
|
120213
|
-
declare const routeName$
|
|
120214
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$
|
|
120215
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$
|
|
120216
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$
|
|
120073
|
+
declare const routeName$7d = "/v1/api/anvaflows/supported-adn-coverages";
|
|
120074
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$7d]['get']['parameters']['query'];
|
|
120075
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$7d]['get']['responses'][200]['content']['application/json'];
|
|
120076
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$7d]['get']['parameters'];
|
|
120217
120077
|
declare const getSupportedAnvaflowCoveragesGroupedByAdn: (props: GetSupportedAnvaflowCoveragesGroupedByAdnProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesGroupedByAdnResponse>;
|
|
120218
120078
|
|
|
120219
|
-
declare const routeName$
|
|
120220
|
-
type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$
|
|
120221
|
-
type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$
|
|
120222
|
-
type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$
|
|
120079
|
+
declare const routeName$7c = "/v1/api/anvaflows/supported-insurance-companies";
|
|
120080
|
+
type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$7c]['get']['parameters']['query'];
|
|
120081
|
+
type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$7c]['get']['responses'][200]['content']['application/json'];
|
|
120082
|
+
type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$7c]['get']['parameters'];
|
|
120223
120083
|
declare const getSupportedAnvaflowInsuranceCompanies: (props: GetSupportedAnvaflowInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsuranceCompaniesResponse>;
|
|
120224
120084
|
|
|
120225
|
-
declare const routeName$
|
|
120226
|
-
type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$
|
|
120227
|
-
type GetAnvaMutationReasonsResponse = paths[typeof routeName$
|
|
120228
|
-
type GetAnvaMutationReasonsProps = paths[typeof routeName$
|
|
120085
|
+
declare const routeName$7b = "/v1/api/anvaflows/mutation-reasons";
|
|
120086
|
+
type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$7b]['get']['parameters']['query'];
|
|
120087
|
+
type GetAnvaMutationReasonsResponse = paths[typeof routeName$7b]['get']['responses'][200]['content']['application/json'];
|
|
120088
|
+
type GetAnvaMutationReasonsProps = paths[typeof routeName$7b]['get']['parameters'];
|
|
120229
120089
|
declare const getAnvaMutationReasons: (props: GetAnvaMutationReasonsProps, wgApiClient: ClientType) => Promise<GetAnvaMutationReasonsResponse>;
|
|
120230
120090
|
|
|
120231
|
-
declare const routeName$
|
|
120232
|
-
type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$
|
|
120233
|
-
type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$
|
|
120234
|
-
type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$
|
|
120235
|
-
type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$
|
|
120091
|
+
declare const routeName$7a = "/v1/api/anvaflows/{session_id}/calculate";
|
|
120092
|
+
type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$7a]['post']['requestBody']['content']['application/json'];
|
|
120093
|
+
type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$7a]['post']['parameters']['path'];
|
|
120094
|
+
type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$7a]['post']['parameters']['query'];
|
|
120095
|
+
type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$7a]['post']['responses'][200]['content']['application/json'];
|
|
120236
120096
|
interface CalculateAnvaquotesBySessionIdProps {
|
|
120237
120097
|
body: CalculateAnvaquotesBySessionIdBody;
|
|
120238
120098
|
params: {
|
|
@@ -120242,11 +120102,11 @@ interface CalculateAnvaquotesBySessionIdProps {
|
|
|
120242
120102
|
}
|
|
120243
120103
|
declare const calculateAnvaquotesBySessionId: (props: CalculateAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateAnvaquotesBySessionIdResponse>;
|
|
120244
120104
|
|
|
120245
|
-
declare const routeName$
|
|
120246
|
-
type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$
|
|
120247
|
-
type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$
|
|
120248
|
-
type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$
|
|
120249
|
-
type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$
|
|
120105
|
+
declare const routeName$79 = "/v2/api/anvaflows/{session_id}/calculate";
|
|
120106
|
+
type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$79]['post']['requestBody']['content']['application/json'];
|
|
120107
|
+
type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$79]['post']['parameters']['path'];
|
|
120108
|
+
type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$79]['post']['parameters']['query'];
|
|
120109
|
+
type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$79]['post']['responses'][202]['content']['application/json'];
|
|
120250
120110
|
interface EnqueueCalculationAnvaquotesBySessionIdProps {
|
|
120251
120111
|
body: EnqueueCalculationAnvaquotesBySessionIdBody;
|
|
120252
120112
|
params: {
|
|
@@ -120256,11 +120116,11 @@ interface EnqueueCalculationAnvaquotesBySessionIdProps {
|
|
|
120256
120116
|
}
|
|
120257
120117
|
declare const enqueueCalculationAnvaquotesBySessionId: (props: EnqueueCalculationAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueCalculationAnvaquotesBySessionIdResponse>;
|
|
120258
120118
|
|
|
120259
|
-
declare const routeName$
|
|
120260
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$
|
|
120261
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$
|
|
120262
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$
|
|
120263
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$
|
|
120119
|
+
declare const routeName$78 = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
|
|
120120
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$78]['post']['requestBody']['content']['application/json'];
|
|
120121
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$78]['post']['parameters']['path'];
|
|
120122
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$78]['post']['parameters']['query'];
|
|
120123
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$78]['post']['responses'][200]['content']['application/json'];
|
|
120264
120124
|
interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
|
|
120265
120125
|
body: RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody;
|
|
120266
120126
|
params: {
|
|
@@ -120270,10 +120130,10 @@ interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
|
|
|
120270
120130
|
}
|
|
120271
120131
|
declare const recalculateOneAnvaquoteByAnvaProductIdSessionId: (props: RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps, wgApiClient: ClientType) => Promise<RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse>;
|
|
120272
120132
|
|
|
120273
|
-
declare const routeName$
|
|
120274
|
-
type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$
|
|
120275
|
-
type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$
|
|
120276
|
-
type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$
|
|
120133
|
+
declare const routeName$77 = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
|
|
120134
|
+
type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$77]['post']['parameters']['path'];
|
|
120135
|
+
type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$77]['post']['parameters']['query'];
|
|
120136
|
+
type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$77]['post']['responses'][201]['content']['application/json'];
|
|
120277
120137
|
interface SendOfferToAnvaBySessionIdProps {
|
|
120278
120138
|
params: {
|
|
120279
120139
|
query: SendOfferToAnvaBySessionIdQueryParams;
|
|
@@ -120282,10 +120142,10 @@ interface SendOfferToAnvaBySessionIdProps {
|
|
|
120282
120142
|
}
|
|
120283
120143
|
declare const sendOfferToAnvaBySessionId: (props: SendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferToAnvaBySessionIdResponse>;
|
|
120284
120144
|
|
|
120285
|
-
declare const routeName$
|
|
120286
|
-
type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$
|
|
120287
|
-
type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$
|
|
120288
|
-
type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$
|
|
120145
|
+
declare const routeName$76 = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
|
|
120146
|
+
type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$76]['post']['parameters']['path'];
|
|
120147
|
+
type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$76]['post']['parameters']['query'];
|
|
120148
|
+
type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$76]['post']['responses'][202]['content']['application/json'];
|
|
120289
120149
|
interface EnqueueSendOfferToAnvaBySessionIdProps {
|
|
120290
120150
|
params: {
|
|
120291
120151
|
query: EnqueueSendOfferToAnvaBySessionIdQueryParams;
|
|
@@ -120294,11 +120154,11 @@ interface EnqueueSendOfferToAnvaBySessionIdProps {
|
|
|
120294
120154
|
}
|
|
120295
120155
|
declare const enqueueSendOfferToAnvaBySessionId: (props: EnqueueSendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendOfferToAnvaBySessionIdResponse>;
|
|
120296
120156
|
|
|
120297
|
-
declare const routeName$
|
|
120298
|
-
type SendOfferMailBySessionIdBody = paths[typeof routeName$
|
|
120299
|
-
type SendOfferMailBySessionIdPathParams = paths[typeof routeName$
|
|
120300
|
-
type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$
|
|
120301
|
-
type SendOfferMailBySessionIdResponse = paths[typeof routeName$
|
|
120157
|
+
declare const routeName$75 = "/v1/api/anvaflows/{session_id}/send-offer-mail";
|
|
120158
|
+
type SendOfferMailBySessionIdBody = paths[typeof routeName$75]['post']['requestBody']['content']['application/json'];
|
|
120159
|
+
type SendOfferMailBySessionIdPathParams = paths[typeof routeName$75]['post']['parameters']['path'];
|
|
120160
|
+
type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$75]['post']['parameters']['query'];
|
|
120161
|
+
type SendOfferMailBySessionIdResponse = paths[typeof routeName$75]['post']['responses'][201]['content']['application/json'];
|
|
120302
120162
|
interface SendOfferMailBySessionIdProps {
|
|
120303
120163
|
body: SendOfferMailBySessionIdBody;
|
|
120304
120164
|
params: {
|
|
@@ -120308,11 +120168,11 @@ interface SendOfferMailBySessionIdProps {
|
|
|
120308
120168
|
}
|
|
120309
120169
|
declare const sendOfferMailBySessionId: (props: SendOfferMailBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferMailBySessionIdResponse>;
|
|
120310
120170
|
|
|
120311
|
-
declare const routeName$
|
|
120312
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$
|
|
120313
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$
|
|
120314
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$
|
|
120315
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$
|
|
120171
|
+
declare const routeName$74 = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
|
|
120172
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$74]['post']['requestBody']['content']['application/json'];
|
|
120173
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$74]['post']['parameters']['path'];
|
|
120174
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$74]['post']['parameters']['query'];
|
|
120175
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$74]['post']['responses'][202]['content']['application/json'];
|
|
120316
120176
|
interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
|
|
120317
120177
|
body: EnqueueSendCustomQuotesToAnvaBySessionIdBody;
|
|
120318
120178
|
params: {
|
|
@@ -120322,11 +120182,11 @@ interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
|
|
|
120322
120182
|
}
|
|
120323
120183
|
declare const enqueueSendCustomQuotesToAnvaBySessionId: (props: EnqueueSendCustomQuotesToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendCustomQuotesToAnvaBySessionIdResponse>;
|
|
120324
120184
|
|
|
120325
|
-
declare const routeName$
|
|
120326
|
-
type RecalculateSimulationBySessionIdBody = paths[typeof routeName$
|
|
120327
|
-
type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$
|
|
120328
|
-
type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$
|
|
120329
|
-
type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$
|
|
120185
|
+
declare const routeName$73 = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
|
|
120186
|
+
type RecalculateSimulationBySessionIdBody = paths[typeof routeName$73]['post']['requestBody']['content']['application/json'];
|
|
120187
|
+
type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$73]['post']['parameters']['path'];
|
|
120188
|
+
type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$73]['post']['parameters']['query'];
|
|
120189
|
+
type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$73]['post']['responses'][200]['content']['application/json'];
|
|
120330
120190
|
interface RecalculateSimulationBySessionIdProps {
|
|
120331
120191
|
body: RecalculateSimulationBySessionIdBody;
|
|
120332
120192
|
params: {
|
|
@@ -120336,23 +120196,23 @@ interface RecalculateSimulationBySessionIdProps {
|
|
|
120336
120196
|
}
|
|
120337
120197
|
declare const recalculateSimulationBySessionId: (props: RecalculateSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateSimulationBySessionIdResponse>;
|
|
120338
120198
|
|
|
120339
|
-
declare const routeName$
|
|
120340
|
-
type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$
|
|
120341
|
-
type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$
|
|
120342
|
-
type GetAnvaCollectionMethodsResponse = paths[typeof routeName$
|
|
120343
|
-
type GetAnvaCollectionMethodsProps = paths[typeof routeName$
|
|
120199
|
+
declare const routeName$72 = "/v1/api/anvaflows/{session_id}/collection-methods";
|
|
120200
|
+
type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$72]['get']['parameters']['path'];
|
|
120201
|
+
type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$72]['get']['parameters']['query'];
|
|
120202
|
+
type GetAnvaCollectionMethodsResponse = paths[typeof routeName$72]['get']['responses'][200]['content']['application/json'];
|
|
120203
|
+
type GetAnvaCollectionMethodsProps = paths[typeof routeName$72]['get']['parameters'];
|
|
120344
120204
|
declare const getAnvaCollectionMethods: (props: GetAnvaCollectionMethodsProps, wgApiClient: ClientType) => Promise<GetAnvaCollectionMethodsResponse>;
|
|
120345
120205
|
|
|
120346
|
-
declare const routeName$
|
|
120347
|
-
type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
120348
|
-
type GetAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
120349
|
-
type GetAnvaClosingQuestionsProps = paths[typeof routeName$
|
|
120206
|
+
declare const routeName$71 = "/v1/api/anvaflows/closing-questions";
|
|
120207
|
+
type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$71]['get']['parameters']['query'];
|
|
120208
|
+
type GetAnvaClosingQuestionsResponse = paths[typeof routeName$71]['get']['responses'][200]['content']['application/json'];
|
|
120209
|
+
type GetAnvaClosingQuestionsProps = paths[typeof routeName$71]['get']['parameters'];
|
|
120350
120210
|
declare const getAnvaClosingQuestions: (props: GetAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<GetAnvaClosingQuestionsResponse>;
|
|
120351
120211
|
|
|
120352
|
-
declare const routeName$
|
|
120353
|
-
type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$
|
|
120354
|
-
type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
120355
|
-
type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
120212
|
+
declare const routeName$70 = "/v1/api/anvaflows/closing-questions";
|
|
120213
|
+
type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$70]['put']['requestBody']['content']['application/json'];
|
|
120214
|
+
type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$70]['put']['parameters']['query'];
|
|
120215
|
+
type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$70]['put']['responses'][200]['content']['application/json'];
|
|
120356
120216
|
interface UpsertAnvaClosingQuestionsProps {
|
|
120357
120217
|
body: UpsertAnvaClosingQuestionsBody;
|
|
120358
120218
|
params: {
|
|
@@ -120361,10 +120221,10 @@ interface UpsertAnvaClosingQuestionsProps {
|
|
|
120361
120221
|
}
|
|
120362
120222
|
declare const upsertAnvaClosingQuestions: (props: UpsertAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<UpsertAnvaClosingQuestionsResponse>;
|
|
120363
120223
|
|
|
120364
|
-
declare const routeName$
|
|
120365
|
-
type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$
|
|
120366
|
-
type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
120367
|
-
type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
120224
|
+
declare const routeName$6$ = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
|
|
120225
|
+
type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$6$]['delete']['parameters']['path'];
|
|
120226
|
+
type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$6$]['delete']['parameters']['query'];
|
|
120227
|
+
type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$6$]['delete']['responses'][200]['content']['application/json'];
|
|
120368
120228
|
interface DeleteAnvaClosingQuestionsProps {
|
|
120369
120229
|
params: {
|
|
120370
120230
|
query: DeleteAnvaClosingQuestionsQueryParams;
|
|
@@ -120373,11 +120233,11 @@ interface DeleteAnvaClosingQuestionsProps {
|
|
|
120373
120233
|
}
|
|
120374
120234
|
declare const deleteAnvaClosingQuestions: (props: DeleteAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<DeleteAnvaClosingQuestionsResponse>;
|
|
120375
120235
|
|
|
120376
|
-
declare const routeName$
|
|
120377
|
-
type CreateAnvaPartyViaConversationBody = paths[typeof routeName$
|
|
120378
|
-
type CreateAnvaPartyViaConversationPathParams = paths[typeof routeName$
|
|
120379
|
-
type CreateAnvaPartyViaConversationQueryParams = paths[typeof routeName$
|
|
120380
|
-
type CreateAnvaPartyViaConversationResponse = paths[typeof routeName$
|
|
120236
|
+
declare const routeName$6_ = "/v1/api/anvaflows/{session_id}/anva-party";
|
|
120237
|
+
type CreateAnvaPartyViaConversationBody = paths[typeof routeName$6_]['post']['requestBody']['content']['application/json'];
|
|
120238
|
+
type CreateAnvaPartyViaConversationPathParams = paths[typeof routeName$6_]['post']['parameters']['path'];
|
|
120239
|
+
type CreateAnvaPartyViaConversationQueryParams = paths[typeof routeName$6_]['post']['parameters']['query'];
|
|
120240
|
+
type CreateAnvaPartyViaConversationResponse = paths[typeof routeName$6_]['post']['responses'][201]['content']['application/json'];
|
|
120381
120241
|
interface CreateAnvaPartyViaConversationProps {
|
|
120382
120242
|
body: CreateAnvaPartyViaConversationBody;
|
|
120383
120243
|
params: {
|
|
@@ -120387,11 +120247,11 @@ interface CreateAnvaPartyViaConversationProps {
|
|
|
120387
120247
|
}
|
|
120388
120248
|
declare const createAnvaPartyViaConversation: (props: CreateAnvaPartyViaConversationProps, wgApiClient: ClientType) => Promise<CreateAnvaPartyViaConversationResponse>;
|
|
120389
120249
|
|
|
120390
|
-
declare const routeName$
|
|
120391
|
-
type UpdateAnvaPartyViaConversationBody = paths[typeof routeName$
|
|
120392
|
-
type UpdateAnvaPartyViaConversationPathParams = paths[typeof routeName$
|
|
120393
|
-
type UpdateAnvaPartyViaConversationQueryParams = paths[typeof routeName$
|
|
120394
|
-
type UpdateAnvaPartyViaConversationResponse = paths[typeof routeName$
|
|
120250
|
+
declare const routeName$6Z = "/v1/api/anvaflows/{session_id}/anva-party";
|
|
120251
|
+
type UpdateAnvaPartyViaConversationBody = paths[typeof routeName$6Z]['patch']['requestBody']['content']['application/json'];
|
|
120252
|
+
type UpdateAnvaPartyViaConversationPathParams = paths[typeof routeName$6Z]['patch']['parameters']['path'];
|
|
120253
|
+
type UpdateAnvaPartyViaConversationQueryParams = paths[typeof routeName$6Z]['patch']['parameters']['query'];
|
|
120254
|
+
type UpdateAnvaPartyViaConversationResponse = paths[typeof routeName$6Z]['patch']['responses'][200]['content']['application/json'];
|
|
120395
120255
|
interface UpdateAnvaPartyViaConversationProps {
|
|
120396
120256
|
body: UpdateAnvaPartyViaConversationBody;
|
|
120397
120257
|
params: {
|
|
@@ -120401,16 +120261,16 @@ interface UpdateAnvaPartyViaConversationProps {
|
|
|
120401
120261
|
}
|
|
120402
120262
|
declare const updateAnvaPartyViaConversation: (props: UpdateAnvaPartyViaConversationProps, wgApiClient: ClientType) => Promise<UpdateAnvaPartyViaConversationResponse>;
|
|
120403
120263
|
|
|
120404
|
-
declare const routeName$
|
|
120405
|
-
type GetAnvaproductsQueryParams = paths[typeof routeName$
|
|
120406
|
-
type GetAnvaproductsResponse = paths[typeof routeName$
|
|
120407
|
-
type GetAnvaproductsProps = paths[typeof routeName$
|
|
120264
|
+
declare const routeName$6Y = "/v1/api/anvaproducts";
|
|
120265
|
+
type GetAnvaproductsQueryParams = paths[typeof routeName$6Y]['get']['parameters']['query'];
|
|
120266
|
+
type GetAnvaproductsResponse = paths[typeof routeName$6Y]['get']['responses'][200]['content']['application/json'];
|
|
120267
|
+
type GetAnvaproductsProps = paths[typeof routeName$6Y]['get']['parameters'];
|
|
120408
120268
|
declare const getAnvaproducts: (props: GetAnvaproductsProps, wgApiClient: ClientType) => Promise<GetAnvaproductsResponse>;
|
|
120409
120269
|
|
|
120410
|
-
declare const routeName$
|
|
120411
|
-
type ImportAnvaproductBody = paths[typeof routeName$
|
|
120412
|
-
type ImportAnvaproductQueryParams = paths[typeof routeName$
|
|
120413
|
-
type ImportAnvaproductResponse = paths[typeof routeName$
|
|
120270
|
+
declare const routeName$6X = "/v1/api/anvaproducts/import";
|
|
120271
|
+
type ImportAnvaproductBody = paths[typeof routeName$6X]['post']['requestBody']['content']['application/json'];
|
|
120272
|
+
type ImportAnvaproductQueryParams = paths[typeof routeName$6X]['post']['parameters']['query'];
|
|
120273
|
+
type ImportAnvaproductResponse = paths[typeof routeName$6X]['post']['responses'][200]['content']['application/json'];
|
|
120414
120274
|
interface ImportAnvaproductProps {
|
|
120415
120275
|
body: ImportAnvaproductBody;
|
|
120416
120276
|
params: {
|
|
@@ -120419,18 +120279,18 @@ interface ImportAnvaproductProps {
|
|
|
120419
120279
|
}
|
|
120420
120280
|
declare const importAnvaproduct: (props: ImportAnvaproductProps, wgApiClient: ClientType) => Promise<ImportAnvaproductResponse>;
|
|
120421
120281
|
|
|
120422
|
-
declare const routeName$
|
|
120423
|
-
type GetAnvaproductByIdPathParams = paths[typeof routeName$
|
|
120424
|
-
type GetAnvaproductByIdQueryParams = paths[typeof routeName$
|
|
120425
|
-
type GetAnvaproductByIdResponse = paths[typeof routeName$
|
|
120426
|
-
type GetAnvaproductByIdProps = paths[typeof routeName$
|
|
120282
|
+
declare const routeName$6W = "/v1/api/anvaproducts/{anva_product_id}";
|
|
120283
|
+
type GetAnvaproductByIdPathParams = paths[typeof routeName$6W]['get']['parameters']['path'];
|
|
120284
|
+
type GetAnvaproductByIdQueryParams = paths[typeof routeName$6W]['get']['parameters']['query'];
|
|
120285
|
+
type GetAnvaproductByIdResponse = paths[typeof routeName$6W]['get']['responses'][200]['content']['application/json'];
|
|
120286
|
+
type GetAnvaproductByIdProps = paths[typeof routeName$6W]['get']['parameters'];
|
|
120427
120287
|
declare const getAnvaproductById: (props: GetAnvaproductByIdProps, wgApiClient: ClientType) => Promise<GetAnvaproductByIdResponse>;
|
|
120428
120288
|
|
|
120429
|
-
declare const routeName$
|
|
120430
|
-
type PatchAnvaproductByIdBody = paths[typeof routeName$
|
|
120431
|
-
type PatchAnvaproductByIdPathParams = paths[typeof routeName$
|
|
120432
|
-
type PatchAnvaproductByIdQueryParams = paths[typeof routeName$
|
|
120433
|
-
type PatchAnvaproductByIdResponse = paths[typeof routeName$
|
|
120289
|
+
declare const routeName$6V = "/v1/api/anvaproducts/{anva_product_id}";
|
|
120290
|
+
type PatchAnvaproductByIdBody = paths[typeof routeName$6V]['patch']['requestBody']['content']['application/json'];
|
|
120291
|
+
type PatchAnvaproductByIdPathParams = paths[typeof routeName$6V]['patch']['parameters']['path'];
|
|
120292
|
+
type PatchAnvaproductByIdQueryParams = paths[typeof routeName$6V]['patch']['parameters']['query'];
|
|
120293
|
+
type PatchAnvaproductByIdResponse = paths[typeof routeName$6V]['patch']['responses'][200]['content']['application/json'];
|
|
120434
120294
|
interface PatchAnvaproductByIdProps {
|
|
120435
120295
|
body: PatchAnvaproductByIdBody;
|
|
120436
120296
|
params: {
|
|
@@ -120440,11 +120300,11 @@ interface PatchAnvaproductByIdProps {
|
|
|
120440
120300
|
}
|
|
120441
120301
|
declare const patchAnvaproductById: (props: PatchAnvaproductByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductByIdResponse>;
|
|
120442
120302
|
|
|
120443
|
-
declare const routeName$
|
|
120444
|
-
type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$
|
|
120445
|
-
type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$
|
|
120446
|
-
type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$
|
|
120447
|
-
type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$
|
|
120303
|
+
declare const routeName$6U = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
|
|
120304
|
+
type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$6U]['patch']['requestBody']['content']['application/json'];
|
|
120305
|
+
type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$6U]['patch']['parameters']['path'];
|
|
120306
|
+
type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$6U]['patch']['parameters']['query'];
|
|
120307
|
+
type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$6U]['patch']['responses'][200]['content']['application/json'];
|
|
120448
120308
|
interface PatchAnvaproductCoverageByIdProps {
|
|
120449
120309
|
body: PatchAnvaproductCoverageByIdBody;
|
|
120450
120310
|
params: {
|
|
@@ -120454,18 +120314,18 @@ interface PatchAnvaproductCoverageByIdProps {
|
|
|
120454
120314
|
}
|
|
120455
120315
|
declare const patchAnvaproductCoverageById: (props: PatchAnvaproductCoverageByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductCoverageByIdResponse>;
|
|
120456
120316
|
|
|
120457
|
-
declare const routeName$
|
|
120458
|
-
type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$
|
|
120459
|
-
type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$
|
|
120460
|
-
type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$
|
|
120461
|
-
type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$
|
|
120317
|
+
declare const routeName$6T = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
|
|
120318
|
+
type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$6T]['get']['parameters']['path'];
|
|
120319
|
+
type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$6T]['get']['parameters']['query'];
|
|
120320
|
+
type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$6T]['get']['responses'][200]['content']['application/json'];
|
|
120321
|
+
type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$6T]['get']['parameters'];
|
|
120462
120322
|
declare const retrieveAnvaflowsQuestionnaires: (props: RetrieveAnvaflowsQuestionnairesProps, wgApiClient: ClientType) => Promise<RetrieveAnvaflowsQuestionnairesResponse>;
|
|
120463
120323
|
|
|
120464
|
-
declare const routeName$
|
|
120465
|
-
type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$
|
|
120466
|
-
type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$
|
|
120467
|
-
type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$
|
|
120468
|
-
type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$
|
|
120324
|
+
declare const routeName$6S = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
|
|
120325
|
+
type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$6S]['put']['requestBody']['content']['application/json'];
|
|
120326
|
+
type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6S]['put']['parameters']['path'];
|
|
120327
|
+
type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6S]['put']['parameters']['query'];
|
|
120328
|
+
type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6S]['put']['responses'][200]['content']['application/json'];
|
|
120469
120329
|
interface UpdateAnvaflowsQuestionnaireProps {
|
|
120470
120330
|
body: UpdateAnvaflowsQuestionnaireBody;
|
|
120471
120331
|
params: {
|
|
@@ -120475,11 +120335,11 @@ interface UpdateAnvaflowsQuestionnaireProps {
|
|
|
120475
120335
|
}
|
|
120476
120336
|
declare const updateAnvaflowsQuestionnaire: (props: UpdateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<UpdateAnvaflowsQuestionnaireResponse>;
|
|
120477
120337
|
|
|
120478
|
-
declare const routeName$
|
|
120479
|
-
type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$
|
|
120480
|
-
type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$
|
|
120481
|
-
type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$
|
|
120482
|
-
type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$
|
|
120338
|
+
declare const routeName$6R = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
|
|
120339
|
+
type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$6R]['post']['requestBody']['content']['application/json'];
|
|
120340
|
+
type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6R]['post']['parameters']['path'];
|
|
120341
|
+
type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6R]['post']['parameters']['query'];
|
|
120342
|
+
type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6R]['post']['responses'][200]['content']['application/json'];
|
|
120483
120343
|
interface ValidateAnvaflowsQuestionnaireProps {
|
|
120484
120344
|
body: ValidateAnvaflowsQuestionnaireBody;
|
|
120485
120345
|
params: {
|
|
@@ -120489,10 +120349,10 @@ interface ValidateAnvaflowsQuestionnaireProps {
|
|
|
120489
120349
|
}
|
|
120490
120350
|
declare const validateAnvaflowsQuestionnaire: (props: ValidateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateAnvaflowsQuestionnaireResponse>;
|
|
120491
120351
|
|
|
120492
|
-
declare const routeName$
|
|
120493
|
-
type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$
|
|
120494
|
-
type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$
|
|
120495
|
-
type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$
|
|
120352
|
+
declare const routeName$6Q = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
|
|
120353
|
+
type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$6Q]['post']['requestBody']['content']['application/json'];
|
|
120354
|
+
type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$6Q]['post']['parameters']['query'];
|
|
120355
|
+
type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$6Q]['post']['responses'][200]['content']['application/json'];
|
|
120496
120356
|
interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
|
|
120497
120357
|
body: UpdateQuestionForAllQuestionnairesByAnvaLabelsBody;
|
|
120498
120358
|
params: {
|
|
@@ -120501,20 +120361,20 @@ interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
|
|
|
120501
120361
|
}
|
|
120502
120362
|
declare const updateQuestionForAllQuestionnairesByAnvaLabels: (props: UpdateQuestionForAllQuestionnairesByAnvaLabelsProps, wgApiClient: ClientType) => Promise<UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse>;
|
|
120503
120363
|
|
|
120504
|
-
declare const routeName$
|
|
120505
|
-
type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$
|
|
120364
|
+
declare const routeName$6P = "/v1/api/brokers/me";
|
|
120365
|
+
type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$6P]['get']['responses'][200]['content']['application/json'];
|
|
120506
120366
|
declare const getCurrentBrokerOfTheUser: (wgApiClient: ClientType) => Promise<GetCurrentBrokerOfTheUserResponse>;
|
|
120507
120367
|
|
|
120508
|
-
declare const routeName$
|
|
120509
|
-
type GetTheBrokerByIdPathParams = paths[typeof routeName$
|
|
120510
|
-
type GetTheBrokerByIdResponse = paths[typeof routeName$
|
|
120511
|
-
type GetTheBrokerByIdProps = paths[typeof routeName$
|
|
120368
|
+
declare const routeName$6O = "/v1/api/brokers/{broker_id}";
|
|
120369
|
+
type GetTheBrokerByIdPathParams = paths[typeof routeName$6O]['get']['parameters']['path'];
|
|
120370
|
+
type GetTheBrokerByIdResponse = paths[typeof routeName$6O]['get']['responses'][200]['content']['application/json'];
|
|
120371
|
+
type GetTheBrokerByIdProps = paths[typeof routeName$6O]['get']['parameters'];
|
|
120512
120372
|
declare const getTheBrokerById: (props: GetTheBrokerByIdProps, wgApiClient: ClientType) => Promise<GetTheBrokerByIdResponse>;
|
|
120513
120373
|
|
|
120514
|
-
declare const routeName$
|
|
120515
|
-
type UpdateBrokerByBrokerBody = paths[typeof routeName$
|
|
120516
|
-
type UpdateBrokerByBrokerPathParams = paths[typeof routeName$
|
|
120517
|
-
type UpdateBrokerByBrokerResponse = paths[typeof routeName$
|
|
120374
|
+
declare const routeName$6N = "/v1/api/brokers/{broker_id}";
|
|
120375
|
+
type UpdateBrokerByBrokerBody = paths[typeof routeName$6N]['patch']['requestBody']['content']['application/json'];
|
|
120376
|
+
type UpdateBrokerByBrokerPathParams = paths[typeof routeName$6N]['patch']['parameters']['path'];
|
|
120377
|
+
type UpdateBrokerByBrokerResponse = paths[typeof routeName$6N]['patch']['responses'][200]['content']['application/json'];
|
|
120518
120378
|
interface UpdateBrokerByBrokerProps {
|
|
120519
120379
|
body: UpdateBrokerByBrokerBody;
|
|
120520
120380
|
params: {
|
|
@@ -120523,16 +120383,16 @@ interface UpdateBrokerByBrokerProps {
|
|
|
120523
120383
|
}
|
|
120524
120384
|
declare const updateBrokerByBroker: (props: UpdateBrokerByBrokerProps, wgApiClient: ClientType) => Promise<UpdateBrokerByBrokerResponse>;
|
|
120525
120385
|
|
|
120526
|
-
declare const routeName$
|
|
120527
|
-
type GetBrokerIntegrationsPathParams = paths[typeof routeName$
|
|
120528
|
-
type GetBrokerIntegrationsResponse = paths[typeof routeName$
|
|
120529
|
-
type GetBrokerIntegrationsProps = paths[typeof routeName$
|
|
120386
|
+
declare const routeName$6M = "/v1/api/brokers/{broker_id}/integrations";
|
|
120387
|
+
type GetBrokerIntegrationsPathParams = paths[typeof routeName$6M]['get']['parameters']['path'];
|
|
120388
|
+
type GetBrokerIntegrationsResponse = paths[typeof routeName$6M]['get']['responses'][200]['content']['application/json'];
|
|
120389
|
+
type GetBrokerIntegrationsProps = paths[typeof routeName$6M]['get']['parameters'];
|
|
120530
120390
|
declare const getBrokerIntegrations: (props: GetBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<GetBrokerIntegrationsResponse>;
|
|
120531
120391
|
|
|
120532
|
-
declare const routeName$
|
|
120533
|
-
type UpdateBrokerIntegrationsBody = paths[typeof routeName$
|
|
120534
|
-
type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$
|
|
120535
|
-
type UpdateBrokerIntegrationsResponse = paths[typeof routeName$
|
|
120392
|
+
declare const routeName$6L = "/v1/api/brokers/{broker_id}/integrations";
|
|
120393
|
+
type UpdateBrokerIntegrationsBody = paths[typeof routeName$6L]['patch']['requestBody']['content']['application/json'];
|
|
120394
|
+
type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$6L]['patch']['parameters']['path'];
|
|
120395
|
+
type UpdateBrokerIntegrationsResponse = paths[typeof routeName$6L]['patch']['responses'][200]['content']['application/json'];
|
|
120536
120396
|
interface UpdateBrokerIntegrationsProps {
|
|
120537
120397
|
body: UpdateBrokerIntegrationsBody;
|
|
120538
120398
|
params: {
|
|
@@ -120541,37 +120401,37 @@ interface UpdateBrokerIntegrationsProps {
|
|
|
120541
120401
|
}
|
|
120542
120402
|
declare const updateBrokerIntegrations: (props: UpdateBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<UpdateBrokerIntegrationsResponse>;
|
|
120543
120403
|
|
|
120544
|
-
declare const routeName$
|
|
120545
|
-
type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$
|
|
120546
|
-
type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$
|
|
120547
|
-
type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$
|
|
120404
|
+
declare const routeName$6K = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
|
|
120405
|
+
type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$6K]['get']['parameters']['path'];
|
|
120406
|
+
type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$6K]['get']['responses'][200]['content']['application/json'];
|
|
120407
|
+
type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$6K]['get']['parameters'];
|
|
120548
120408
|
declare const getBrokerByAnvaRelationMangerId: (props: GetBrokerByAnvaRelationMangerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaRelationMangerIdResponse>;
|
|
120549
120409
|
|
|
120550
|
-
declare const routeName$
|
|
120551
|
-
type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$
|
|
120552
|
-
type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$
|
|
120553
|
-
type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$
|
|
120410
|
+
declare const routeName$6J = "/v1/api/anva-producers/{anva_producer_id}";
|
|
120411
|
+
type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$6J]['get']['parameters']['path'];
|
|
120412
|
+
type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$6J]['get']['responses'][200]['content']['application/json'];
|
|
120413
|
+
type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$6J]['get']['parameters'];
|
|
120554
120414
|
declare const getBrokerByAnvaProducerId: (props: GetBrokerByAnvaProducerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaProducerIdResponse>;
|
|
120555
120415
|
|
|
120556
|
-
declare const routeName$
|
|
120557
|
-
type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$
|
|
120558
|
-
type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$
|
|
120559
|
-
type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$
|
|
120560
|
-
type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$
|
|
120416
|
+
declare const routeName$6I = "/v1/api/brokers/{broker_id}/checklists/onboarding";
|
|
120417
|
+
type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$6I]['get']['parameters']['path'];
|
|
120418
|
+
type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$6I]['get']['parameters']['query'];
|
|
120419
|
+
type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$6I]['get']['responses'][200]['content']['application/json'];
|
|
120420
|
+
type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$6I]['get']['parameters'];
|
|
120561
120421
|
declare const getOnboardingChecklistByBroker: (props: GetOnboardingChecklistByBrokerProps, wgApiClient: ClientType) => Promise<GetOnboardingChecklistByBrokerResponse>;
|
|
120562
120422
|
|
|
120563
|
-
declare const routeName$
|
|
120564
|
-
type GetCampaignByIdPathParams = paths[typeof routeName$
|
|
120565
|
-
type GetCampaignByIdQueryParams = paths[typeof routeName$
|
|
120566
|
-
type GetCampaignByIdResponse = paths[typeof routeName$
|
|
120567
|
-
type GetCampaignByIdProps = paths[typeof routeName$
|
|
120423
|
+
declare const routeName$6H = "/v1/api/campaigns/{campaign_id}";
|
|
120424
|
+
type GetCampaignByIdPathParams = paths[typeof routeName$6H]['get']['parameters']['path'];
|
|
120425
|
+
type GetCampaignByIdQueryParams = paths[typeof routeName$6H]['get']['parameters']['query'];
|
|
120426
|
+
type GetCampaignByIdResponse = paths[typeof routeName$6H]['get']['responses'][200]['content']['application/json'];
|
|
120427
|
+
type GetCampaignByIdProps = paths[typeof routeName$6H]['get']['parameters'];
|
|
120568
120428
|
declare const getCampaignById: (props: GetCampaignByIdProps, wgApiClient: ClientType) => Promise<GetCampaignByIdResponse>;
|
|
120569
120429
|
|
|
120570
|
-
declare const routeName$
|
|
120571
|
-
type UpdateCampaignBody = paths[typeof routeName$
|
|
120572
|
-
type UpdateCampaignPathParams = paths[typeof routeName$
|
|
120573
|
-
type UpdateCampaignQueryParams = paths[typeof routeName$
|
|
120574
|
-
type UpdateCampaignResponse = paths[typeof routeName$
|
|
120430
|
+
declare const routeName$6G = "/v1/api/campaigns/{campaign_id}";
|
|
120431
|
+
type UpdateCampaignBody = paths[typeof routeName$6G]['patch']['requestBody']['content']['application/json'];
|
|
120432
|
+
type UpdateCampaignPathParams = paths[typeof routeName$6G]['patch']['parameters']['path'];
|
|
120433
|
+
type UpdateCampaignQueryParams = paths[typeof routeName$6G]['patch']['parameters']['query'];
|
|
120434
|
+
type UpdateCampaignResponse = paths[typeof routeName$6G]['patch']['responses'][200]['content']['application/json'];
|
|
120575
120435
|
interface UpdateCampaignProps {
|
|
120576
120436
|
body: UpdateCampaignBody;
|
|
120577
120437
|
params: {
|
|
@@ -120581,16 +120441,16 @@ interface UpdateCampaignProps {
|
|
|
120581
120441
|
}
|
|
120582
120442
|
declare const updateCampaign: (props: UpdateCampaignProps, wgApiClient: ClientType) => Promise<UpdateCampaignResponse>;
|
|
120583
120443
|
|
|
120584
|
-
declare const routeName$
|
|
120585
|
-
type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$
|
|
120586
|
-
type GetAllCampaignsByDistributionResponse = paths[typeof routeName$
|
|
120587
|
-
type GetAllCampaignsByDistributionProps = paths[typeof routeName$
|
|
120444
|
+
declare const routeName$6F = "/v1/api/campaigns";
|
|
120445
|
+
type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$6F]['get']['parameters']['query'];
|
|
120446
|
+
type GetAllCampaignsByDistributionResponse = paths[typeof routeName$6F]['get']['responses'][200]['content']['application/json'];
|
|
120447
|
+
type GetAllCampaignsByDistributionProps = paths[typeof routeName$6F]['get']['parameters'];
|
|
120588
120448
|
declare const getAllCampaignsByDistribution: (props: GetAllCampaignsByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCampaignsByDistributionResponse>;
|
|
120589
120449
|
|
|
120590
|
-
declare const routeName$
|
|
120591
|
-
type CreateCampaignBody = paths[typeof routeName$
|
|
120592
|
-
type CreateCampaignQueryParams = paths[typeof routeName$
|
|
120593
|
-
type CreateCampaignResponse = paths[typeof routeName$
|
|
120450
|
+
declare const routeName$6E = "/v1/api/campaigns";
|
|
120451
|
+
type CreateCampaignBody = paths[typeof routeName$6E]['post']['requestBody']['content']['application/json'];
|
|
120452
|
+
type CreateCampaignQueryParams = paths[typeof routeName$6E]['post']['parameters']['query'];
|
|
120453
|
+
type CreateCampaignResponse = paths[typeof routeName$6E]['post']['responses'][201]['content']['application/json'];
|
|
120594
120454
|
interface CreateCampaignProps {
|
|
120595
120455
|
body: CreateCampaignBody;
|
|
120596
120456
|
params: {
|
|
@@ -120599,17 +120459,17 @@ interface CreateCampaignProps {
|
|
|
120599
120459
|
}
|
|
120600
120460
|
declare const createCampaign: (props: CreateCampaignProps, wgApiClient: ClientType) => Promise<CreateCampaignResponse>;
|
|
120601
120461
|
|
|
120602
|
-
declare const routeName$
|
|
120603
|
-
type GetMetricsByCampaignPathParams = paths[typeof routeName$
|
|
120604
|
-
type GetMetricsByCampaignQueryParams = paths[typeof routeName$
|
|
120605
|
-
type GetMetricsByCampaignResponse = paths[typeof routeName$
|
|
120606
|
-
type GetMetricsByCampaignProps = paths[typeof routeName$
|
|
120462
|
+
declare const routeName$6D = "/v1/api/campaigns/{campaign_id}/metrics";
|
|
120463
|
+
type GetMetricsByCampaignPathParams = paths[typeof routeName$6D]['get']['parameters']['path'];
|
|
120464
|
+
type GetMetricsByCampaignQueryParams = paths[typeof routeName$6D]['get']['parameters']['query'];
|
|
120465
|
+
type GetMetricsByCampaignResponse = paths[typeof routeName$6D]['get']['responses'][200]['content']['application/json'];
|
|
120466
|
+
type GetMetricsByCampaignProps = paths[typeof routeName$6D]['get']['parameters'];
|
|
120607
120467
|
declare const getMetricsByCampaign: (props: GetMetricsByCampaignProps, wgApiClient: ClientType) => Promise<GetMetricsByCampaignResponse>;
|
|
120608
120468
|
|
|
120609
|
-
declare const routeName$
|
|
120610
|
-
type UpdateTargetsByCampaignPathParams = paths[typeof routeName$
|
|
120611
|
-
type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$
|
|
120612
|
-
type UpdateTargetsByCampaignResponse = paths[typeof routeName$
|
|
120469
|
+
declare const routeName$6C = "/v1/api/campaigns/{campaign_id}/targets";
|
|
120470
|
+
type UpdateTargetsByCampaignPathParams = paths[typeof routeName$6C]['patch']['parameters']['path'];
|
|
120471
|
+
type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$6C]['patch']['parameters']['query'];
|
|
120472
|
+
type UpdateTargetsByCampaignResponse = paths[typeof routeName$6C]['patch']['responses'][200]['content']['application/json'];
|
|
120613
120473
|
interface UpdateTargetsByCampaignProps {
|
|
120614
120474
|
params: {
|
|
120615
120475
|
query: UpdateTargetsByCampaignQueryParams;
|
|
@@ -120618,15 +120478,15 @@ interface UpdateTargetsByCampaignProps {
|
|
|
120618
120478
|
}
|
|
120619
120479
|
declare const updateTargetsByCampaign: (props: UpdateTargetsByCampaignProps, wgApiClient: ClientType) => Promise<UpdateTargetsByCampaignResponse>;
|
|
120620
120480
|
|
|
120621
|
-
declare const routeName$
|
|
120622
|
-
type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$
|
|
120623
|
-
type GetAllCampaignTemplatesResponse = paths[typeof routeName$
|
|
120624
|
-
type GetAllCampaignTemplatesProps = paths[typeof routeName$
|
|
120481
|
+
declare const routeName$6B = "/v1/api/campaign-templates";
|
|
120482
|
+
type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$6B]['get']['parameters']['query'];
|
|
120483
|
+
type GetAllCampaignTemplatesResponse = paths[typeof routeName$6B]['get']['responses'][200]['content']['application/json'];
|
|
120484
|
+
type GetAllCampaignTemplatesProps = paths[typeof routeName$6B]['get']['parameters'];
|
|
120625
120485
|
declare const getAllCampaignTemplates: (props: GetAllCampaignTemplatesProps, wgApiClient: ClientType) => Promise<GetAllCampaignTemplatesResponse>;
|
|
120626
120486
|
|
|
120627
|
-
declare const routeName$
|
|
120628
|
-
type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$
|
|
120629
|
-
type SendExampleCampaignTargetMailResponse = paths[typeof routeName$
|
|
120487
|
+
declare const routeName$6A = "/v1/api/campaigns/example-mails";
|
|
120488
|
+
type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$6A]['post']['parameters']['query'];
|
|
120489
|
+
type SendExampleCampaignTargetMailResponse = paths[typeof routeName$6A]['post']['responses'][201]['content']['application/json'];
|
|
120630
120490
|
interface SendExampleCampaignTargetMailProps {
|
|
120631
120491
|
params: {
|
|
120632
120492
|
query: SendExampleCampaignTargetMailQueryParams;
|
|
@@ -120634,16 +120494,16 @@ interface SendExampleCampaignTargetMailProps {
|
|
|
120634
120494
|
}
|
|
120635
120495
|
declare const sendExampleCampaignTargetMail: (props: SendExampleCampaignTargetMailProps, wgApiClient: ClientType) => Promise<SendExampleCampaignTargetMailResponse>;
|
|
120636
120496
|
|
|
120637
|
-
declare const routeName$
|
|
120638
|
-
type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$
|
|
120639
|
-
type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$
|
|
120640
|
-
type GetCampaignSettingsByDistributionProps = paths[typeof routeName$
|
|
120497
|
+
declare const routeName$6z = "/v1/api/distributions/campaign-settings";
|
|
120498
|
+
type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$6z]['get']['parameters']['query'];
|
|
120499
|
+
type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$6z]['get']['responses'][200]['content']['application/json'];
|
|
120500
|
+
type GetCampaignSettingsByDistributionProps = paths[typeof routeName$6z]['get']['parameters'];
|
|
120641
120501
|
declare const getCampaignSettingsByDistribution: (props: GetCampaignSettingsByDistributionProps, wgApiClient: ClientType) => Promise<GetCampaignSettingsByDistributionResponse>;
|
|
120642
120502
|
|
|
120643
|
-
declare const routeName$
|
|
120644
|
-
type GenerateDnsPrefixBody = paths[typeof routeName$
|
|
120645
|
-
type GenerateDnsPrefixQueryParams = paths[typeof routeName$
|
|
120646
|
-
type GenerateDnsPrefixResponse = paths[typeof routeName$
|
|
120503
|
+
declare const routeName$6y = "/v1/api/campaigns/dns-prefixes/generate";
|
|
120504
|
+
type GenerateDnsPrefixBody = paths[typeof routeName$6y]['post']['requestBody']['content']['application/json'];
|
|
120505
|
+
type GenerateDnsPrefixQueryParams = paths[typeof routeName$6y]['post']['parameters']['query'];
|
|
120506
|
+
type GenerateDnsPrefixResponse = paths[typeof routeName$6y]['post']['responses'][200]['content']['application/json'];
|
|
120647
120507
|
interface GenerateDnsPrefixProps {
|
|
120648
120508
|
body: GenerateDnsPrefixBody;
|
|
120649
120509
|
params: {
|
|
@@ -120652,16 +120512,16 @@ interface GenerateDnsPrefixProps {
|
|
|
120652
120512
|
}
|
|
120653
120513
|
declare const generateDnsPrefix: (props: GenerateDnsPrefixProps, wgApiClient: ClientType) => Promise<GenerateDnsPrefixResponse>;
|
|
120654
120514
|
|
|
120655
|
-
declare const routeName$
|
|
120656
|
-
type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$
|
|
120657
|
-
type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$
|
|
120658
|
-
type GetCampaignTargetMailTemplateProps = paths[typeof routeName$
|
|
120515
|
+
declare const routeName$6x = "/v1/api/mail-templates/campaign-target";
|
|
120516
|
+
type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$6x]['get']['parameters']['query'];
|
|
120517
|
+
type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$6x]['get']['responses'][200]['content']['application/json'];
|
|
120518
|
+
type GetCampaignTargetMailTemplateProps = paths[typeof routeName$6x]['get']['parameters'];
|
|
120659
120519
|
declare const getCampaignTargetMailTemplate: (props: GetCampaignTargetMailTemplateProps, wgApiClient: ClientType) => Promise<GetCampaignTargetMailTemplateResponse>;
|
|
120660
120520
|
|
|
120661
|
-
declare const routeName$
|
|
120662
|
-
type CreateClaimAsCustomerPathParams = paths[typeof routeName$
|
|
120663
|
-
type CreateClaimAsCustomerQueryParams = paths[typeof routeName$
|
|
120664
|
-
type CreateClaimAsCustomerResponse = paths[typeof routeName$
|
|
120521
|
+
declare const routeName$6w = "/v1/api/distributions/{distribution_id}/claims";
|
|
120522
|
+
type CreateClaimAsCustomerPathParams = paths[typeof routeName$6w]['post']['parameters']['path'];
|
|
120523
|
+
type CreateClaimAsCustomerQueryParams = paths[typeof routeName$6w]['post']['parameters']['query'];
|
|
120524
|
+
type CreateClaimAsCustomerResponse = paths[typeof routeName$6w]['post']['responses'][201]['content']['application/json'];
|
|
120665
120525
|
interface CreateClaimAsCustomerProps {
|
|
120666
120526
|
params: {
|
|
120667
120527
|
query: CreateClaimAsCustomerQueryParams;
|
|
@@ -120670,15 +120530,15 @@ interface CreateClaimAsCustomerProps {
|
|
|
120670
120530
|
}
|
|
120671
120531
|
declare const createClaimAsCustomer: (props: CreateClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateClaimAsCustomerResponse>;
|
|
120672
120532
|
|
|
120673
|
-
declare const routeName$
|
|
120674
|
-
type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$
|
|
120675
|
-
type GetAllClaimsAsBrokerResponse = paths[typeof routeName$
|
|
120676
|
-
type GetAllClaimsAsBrokerProps = paths[typeof routeName$
|
|
120533
|
+
declare const routeName$6v = "/v1/api/claims";
|
|
120534
|
+
type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$6v]['get']['parameters']['query'];
|
|
120535
|
+
type GetAllClaimsAsBrokerResponse = paths[typeof routeName$6v]['get']['responses'][200]['content']['application/json'];
|
|
120536
|
+
type GetAllClaimsAsBrokerProps = paths[typeof routeName$6v]['get']['parameters'];
|
|
120677
120537
|
declare const getAllClaimsAsBroker: (props: GetAllClaimsAsBrokerProps, wgApiClient: ClientType) => Promise<GetAllClaimsAsBrokerResponse>;
|
|
120678
120538
|
|
|
120679
|
-
declare const routeName$
|
|
120680
|
-
type CreateClaimAsBrokerQueryParams = paths[typeof routeName$
|
|
120681
|
-
type CreateClaimAsBrokerResponse = paths[typeof routeName$
|
|
120539
|
+
declare const routeName$6u = "/v1/api/claims";
|
|
120540
|
+
type CreateClaimAsBrokerQueryParams = paths[typeof routeName$6u]['post']['parameters']['query'];
|
|
120541
|
+
type CreateClaimAsBrokerResponse = paths[typeof routeName$6u]['post']['responses'][201]['content']['application/json'];
|
|
120682
120542
|
interface CreateClaimAsBrokerProps {
|
|
120683
120543
|
params: {
|
|
120684
120544
|
query: CreateClaimAsBrokerQueryParams;
|
|
@@ -120686,17 +120546,17 @@ interface CreateClaimAsBrokerProps {
|
|
|
120686
120546
|
}
|
|
120687
120547
|
declare const createClaimAsBroker: (props: CreateClaimAsBrokerProps, wgApiClient: ClientType) => Promise<CreateClaimAsBrokerResponse>;
|
|
120688
120548
|
|
|
120689
|
-
declare const routeName$
|
|
120690
|
-
type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$
|
|
120691
|
-
type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
120692
|
-
type GetClaimAsBrokerByIdResponse = paths[typeof routeName$
|
|
120693
|
-
type GetClaimAsBrokerByIdProps = paths[typeof routeName$
|
|
120549
|
+
declare const routeName$6t = "/v1/api/claims/{claim_id}";
|
|
120550
|
+
type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$6t]['get']['parameters']['path'];
|
|
120551
|
+
type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$6t]['get']['parameters']['query'];
|
|
120552
|
+
type GetClaimAsBrokerByIdResponse = paths[typeof routeName$6t]['get']['responses'][200]['content']['application/json'];
|
|
120553
|
+
type GetClaimAsBrokerByIdProps = paths[typeof routeName$6t]['get']['parameters'];
|
|
120694
120554
|
declare const getClaimAsBrokerById: (props: GetClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimAsBrokerByIdResponse>;
|
|
120695
120555
|
|
|
120696
|
-
declare const routeName$
|
|
120697
|
-
type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$
|
|
120698
|
-
type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
120699
|
-
type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$
|
|
120556
|
+
declare const routeName$6s = "/v1/api/claims/{claim_id}";
|
|
120557
|
+
type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$6s]['delete']['parameters']['path'];
|
|
120558
|
+
type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$6s]['delete']['parameters']['query'];
|
|
120559
|
+
type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$6s]['delete']['responses'][200]['content']['application/json'];
|
|
120700
120560
|
interface DeleteClaimAsBrokerByIdProps {
|
|
120701
120561
|
params: {
|
|
120702
120562
|
query: DeleteClaimAsBrokerByIdQueryParams;
|
|
@@ -120705,10 +120565,10 @@ interface DeleteClaimAsBrokerByIdProps {
|
|
|
120705
120565
|
}
|
|
120706
120566
|
declare const deleteClaimAsBrokerById: (props: DeleteClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteClaimAsBrokerByIdResponse>;
|
|
120707
120567
|
|
|
120708
|
-
declare const routeName$
|
|
120709
|
-
type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$
|
|
120710
|
-
type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
120711
|
-
type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$
|
|
120568
|
+
declare const routeName$6r = "/v1/api/claims/{claim_id}";
|
|
120569
|
+
type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$6r]['patch']['parameters']['path'];
|
|
120570
|
+
type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$6r]['patch']['parameters']['query'];
|
|
120571
|
+
type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$6r]['patch']['responses'][200]['content']['application/json'];
|
|
120712
120572
|
interface UpdateClaimAsBrokerByIdProps {
|
|
120713
120573
|
params: {
|
|
120714
120574
|
query: UpdateClaimAsBrokerByIdQueryParams;
|
|
@@ -120717,10 +120577,10 @@ interface UpdateClaimAsBrokerByIdProps {
|
|
|
120717
120577
|
}
|
|
120718
120578
|
declare const updateClaimAsBrokerById: (props: UpdateClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateClaimAsBrokerByIdResponse>;
|
|
120719
120579
|
|
|
120720
|
-
declare const routeName$
|
|
120721
|
-
type UpdateDeclarationRemarkPathParams = paths[typeof routeName$
|
|
120722
|
-
type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$
|
|
120723
|
-
type UpdateDeclarationRemarkResponse = paths[typeof routeName$
|
|
120580
|
+
declare const routeName$6q = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
|
|
120581
|
+
type UpdateDeclarationRemarkPathParams = paths[typeof routeName$6q]['put']['parameters']['path'];
|
|
120582
|
+
type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$6q]['put']['parameters']['query'];
|
|
120583
|
+
type UpdateDeclarationRemarkResponse = paths[typeof routeName$6q]['put']['responses'][200]['content']['application/json'];
|
|
120724
120584
|
interface UpdateDeclarationRemarkProps {
|
|
120725
120585
|
params: {
|
|
120726
120586
|
query: UpdateDeclarationRemarkQueryParams;
|
|
@@ -120729,10 +120589,10 @@ interface UpdateDeclarationRemarkProps {
|
|
|
120729
120589
|
}
|
|
120730
120590
|
declare const updateDeclarationRemark: (props: UpdateDeclarationRemarkProps, wgApiClient: ClientType) => Promise<UpdateDeclarationRemarkResponse>;
|
|
120731
120591
|
|
|
120732
|
-
declare const routeName$
|
|
120733
|
-
type CreateLockForClaimPathParams = paths[typeof routeName$
|
|
120734
|
-
type CreateLockForClaimQueryParams = paths[typeof routeName$
|
|
120735
|
-
type CreateLockForClaimResponse = paths[typeof routeName$
|
|
120592
|
+
declare const routeName$6p = "/v1/api/claims/{claim_id}/lock";
|
|
120593
|
+
type CreateLockForClaimPathParams = paths[typeof routeName$6p]['post']['parameters']['path'];
|
|
120594
|
+
type CreateLockForClaimQueryParams = paths[typeof routeName$6p]['post']['parameters']['query'];
|
|
120595
|
+
type CreateLockForClaimResponse = paths[typeof routeName$6p]['post']['responses'][201]['content']['application/json'];
|
|
120736
120596
|
interface CreateLockForClaimProps {
|
|
120737
120597
|
params: {
|
|
120738
120598
|
query: CreateLockForClaimQueryParams;
|
|
@@ -120741,10 +120601,10 @@ interface CreateLockForClaimProps {
|
|
|
120741
120601
|
}
|
|
120742
120602
|
declare const createLockForClaim: (props: CreateLockForClaimProps, wgApiClient: ClientType) => Promise<CreateLockForClaimResponse>;
|
|
120743
120603
|
|
|
120744
|
-
declare const routeName$
|
|
120745
|
-
type UnlockClaimPathParams = paths[typeof routeName$
|
|
120746
|
-
type UnlockClaimQueryParams = paths[typeof routeName$
|
|
120747
|
-
type UnlockClaimResponse = paths[typeof routeName$
|
|
120604
|
+
declare const routeName$6o = "/v1/api/claims/{claim_id}/unlock";
|
|
120605
|
+
type UnlockClaimPathParams = paths[typeof routeName$6o]['post']['parameters']['path'];
|
|
120606
|
+
type UnlockClaimQueryParams = paths[typeof routeName$6o]['post']['parameters']['query'];
|
|
120607
|
+
type UnlockClaimResponse = paths[typeof routeName$6o]['post']['responses'][200]['content']['application/json'];
|
|
120748
120608
|
interface UnlockClaimProps {
|
|
120749
120609
|
params: {
|
|
120750
120610
|
query: UnlockClaimQueryParams;
|
|
@@ -120753,10 +120613,10 @@ interface UnlockClaimProps {
|
|
|
120753
120613
|
}
|
|
120754
120614
|
declare const unlockClaim: (props: UnlockClaimProps, wgApiClient: ClientType) => Promise<UnlockClaimResponse>;
|
|
120755
120615
|
|
|
120756
|
-
declare const routeName$
|
|
120757
|
-
type ClaimRequestUpdatePathParams = paths[typeof routeName$
|
|
120758
|
-
type ClaimRequestUpdateQueryParams = paths[typeof routeName$
|
|
120759
|
-
type ClaimRequestUpdateResponse = paths[typeof routeName$
|
|
120616
|
+
declare const routeName$6n = "/v1/api/claims/{claim_id}/request_update";
|
|
120617
|
+
type ClaimRequestUpdatePathParams = paths[typeof routeName$6n]['post']['parameters']['path'];
|
|
120618
|
+
type ClaimRequestUpdateQueryParams = paths[typeof routeName$6n]['post']['parameters']['query'];
|
|
120619
|
+
type ClaimRequestUpdateResponse = paths[typeof routeName$6n]['post']['responses'][200]['content']['application/json'];
|
|
120760
120620
|
interface ClaimRequestUpdateProps {
|
|
120761
120621
|
params: {
|
|
120762
120622
|
query: ClaimRequestUpdateQueryParams;
|
|
@@ -120765,10 +120625,10 @@ interface ClaimRequestUpdateProps {
|
|
|
120765
120625
|
}
|
|
120766
120626
|
declare const claimRequestUpdate: (props: ClaimRequestUpdateProps, wgApiClient: ClientType) => Promise<ClaimRequestUpdateResponse>;
|
|
120767
120627
|
|
|
120768
|
-
declare const routeName$
|
|
120769
|
-
type ValidateClaimPathParams = paths[typeof routeName$
|
|
120770
|
-
type ValidateClaimQueryParams = paths[typeof routeName$
|
|
120771
|
-
type ValidateClaimResponse = paths[typeof routeName$
|
|
120628
|
+
declare const routeName$6m = "/v1/api/claims/{claim_id}/validate";
|
|
120629
|
+
type ValidateClaimPathParams = paths[typeof routeName$6m]['post']['parameters']['path'];
|
|
120630
|
+
type ValidateClaimQueryParams = paths[typeof routeName$6m]['post']['parameters']['query'];
|
|
120631
|
+
type ValidateClaimResponse = paths[typeof routeName$6m]['post']['responses'][200]['content']['application/json'];
|
|
120772
120632
|
interface ValidateClaimProps {
|
|
120773
120633
|
params: {
|
|
120774
120634
|
query: ValidateClaimQueryParams;
|
|
@@ -120777,10 +120637,10 @@ interface ValidateClaimProps {
|
|
|
120777
120637
|
}
|
|
120778
120638
|
declare const validateClaim: (props: ValidateClaimProps, wgApiClient: ClientType) => Promise<ValidateClaimResponse>;
|
|
120779
120639
|
|
|
120780
|
-
declare const routeName$
|
|
120781
|
-
type CreateDocumentForClaimPathParams = paths[typeof routeName$
|
|
120782
|
-
type CreateDocumentForClaimQueryParams = paths[typeof routeName$
|
|
120783
|
-
type CreateDocumentForClaimResponse = paths[typeof routeName$
|
|
120640
|
+
declare const routeName$6l = "/v1/api/claims/{claim_id}/documents";
|
|
120641
|
+
type CreateDocumentForClaimPathParams = paths[typeof routeName$6l]['post']['parameters']['path'];
|
|
120642
|
+
type CreateDocumentForClaimQueryParams = paths[typeof routeName$6l]['post']['parameters']['query'];
|
|
120643
|
+
type CreateDocumentForClaimResponse = paths[typeof routeName$6l]['post']['responses'][201]['content']['application/json'];
|
|
120784
120644
|
interface CreateDocumentForClaimProps {
|
|
120785
120645
|
params: {
|
|
120786
120646
|
query: CreateDocumentForClaimQueryParams;
|
|
@@ -120789,17 +120649,17 @@ interface CreateDocumentForClaimProps {
|
|
|
120789
120649
|
}
|
|
120790
120650
|
declare const createDocumentForClaim: (props: CreateDocumentForClaimProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimResponse>;
|
|
120791
120651
|
|
|
120792
|
-
declare const routeName$
|
|
120793
|
-
type DownloadDocumentByIdPathParams = paths[typeof routeName$
|
|
120794
|
-
type DownloadDocumentByIdQueryParams = paths[typeof routeName$
|
|
120795
|
-
type DownloadDocumentByIdResponse = paths[typeof routeName$
|
|
120796
|
-
type DownloadDocumentByIdProps = paths[typeof routeName$
|
|
120652
|
+
declare const routeName$6k = "/v1/api/claims/{claim_id}/documents/{document_id}";
|
|
120653
|
+
type DownloadDocumentByIdPathParams = paths[typeof routeName$6k]['get']['parameters']['path'];
|
|
120654
|
+
type DownloadDocumentByIdQueryParams = paths[typeof routeName$6k]['get']['parameters']['query'];
|
|
120655
|
+
type DownloadDocumentByIdResponse = paths[typeof routeName$6k]['get']['responses'][307]['content']['application/json'];
|
|
120656
|
+
type DownloadDocumentByIdProps = paths[typeof routeName$6k]['get']['parameters'];
|
|
120797
120657
|
declare const downloadDocumentById: (props: DownloadDocumentByIdProps, wgApiClient: ClientType) => Promise<DownloadDocumentByIdResponse>;
|
|
120798
120658
|
|
|
120799
|
-
declare const routeName$
|
|
120800
|
-
type DeleteDocumentByIdPathParams = paths[typeof routeName$
|
|
120801
|
-
type DeleteDocumentByIdQueryParams = paths[typeof routeName$
|
|
120802
|
-
type DeleteDocumentByIdResponse = paths[typeof routeName$
|
|
120659
|
+
declare const routeName$6j = "/v1/api/claims/{claim_id}/documents/{document_id}";
|
|
120660
|
+
type DeleteDocumentByIdPathParams = paths[typeof routeName$6j]['delete']['parameters']['path'];
|
|
120661
|
+
type DeleteDocumentByIdQueryParams = paths[typeof routeName$6j]['delete']['parameters']['query'];
|
|
120662
|
+
type DeleteDocumentByIdResponse = paths[typeof routeName$6j]['delete']['responses'][200]['content']['application/json'];
|
|
120803
120663
|
interface DeleteDocumentByIdProps {
|
|
120804
120664
|
params: {
|
|
120805
120665
|
query: DeleteDocumentByIdQueryParams;
|
|
@@ -120808,10 +120668,10 @@ interface DeleteDocumentByIdProps {
|
|
|
120808
120668
|
}
|
|
120809
120669
|
declare const deleteDocumentById: (props: DeleteDocumentByIdProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdResponse>;
|
|
120810
120670
|
|
|
120811
|
-
declare const routeName$
|
|
120812
|
-
type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$
|
|
120813
|
-
type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$
|
|
120814
|
-
type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$
|
|
120671
|
+
declare const routeName$6i = "/v1/api/claims/{claim_id}/documents/{document_id}";
|
|
120672
|
+
type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$6i]['patch']['parameters']['path'];
|
|
120673
|
+
type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$6i]['patch']['parameters']['query'];
|
|
120674
|
+
type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$6i]['patch']['responses'][200]['content']['application/json'];
|
|
120815
120675
|
interface UpdateDocumentMetadataByIdProps {
|
|
120816
120676
|
params: {
|
|
120817
120677
|
query: UpdateDocumentMetadataByIdQueryParams;
|
|
@@ -120820,17 +120680,17 @@ interface UpdateDocumentMetadataByIdProps {
|
|
|
120820
120680
|
}
|
|
120821
120681
|
declare const updateDocumentMetadataById: (props: UpdateDocumentMetadataByIdProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdResponse>;
|
|
120822
120682
|
|
|
120823
|
-
declare const routeName$
|
|
120824
|
-
type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
120825
|
-
type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
120826
|
-
type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
120827
|
-
type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$
|
|
120683
|
+
declare const routeName$6h = "/v1/api/claims/customer/token/{token}";
|
|
120684
|
+
type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$6h]['get']['parameters']['path'];
|
|
120685
|
+
type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$6h]['get']['parameters']['query'];
|
|
120686
|
+
type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$6h]['get']['responses'][200]['content']['application/json'];
|
|
120687
|
+
type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$6h]['get']['parameters'];
|
|
120828
120688
|
declare const getClaimAsCustomerWithToken: (props: GetClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<GetClaimAsCustomerWithTokenResponse>;
|
|
120829
120689
|
|
|
120830
|
-
declare const routeName$
|
|
120831
|
-
type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
120832
|
-
type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
120833
|
-
type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
120690
|
+
declare const routeName$6g = "/v1/api/claims/customer/token/{token}";
|
|
120691
|
+
type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$6g]['patch']['parameters']['path'];
|
|
120692
|
+
type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$6g]['patch']['parameters']['query'];
|
|
120693
|
+
type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$6g]['patch']['responses'][200]['content']['application/json'];
|
|
120834
120694
|
interface UpdateClaimAsCustomerWithTokenProps {
|
|
120835
120695
|
params: {
|
|
120836
120696
|
query: UpdateClaimAsCustomerWithTokenQueryParams;
|
|
@@ -120839,10 +120699,10 @@ interface UpdateClaimAsCustomerWithTokenProps {
|
|
|
120839
120699
|
}
|
|
120840
120700
|
declare const updateClaimAsCustomerWithToken: (props: UpdateClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateClaimAsCustomerWithTokenResponse>;
|
|
120841
120701
|
|
|
120842
|
-
declare const routeName$
|
|
120843
|
-
type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
120844
|
-
type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
120845
|
-
type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
120702
|
+
declare const routeName$6f = "/v1/api/claims/customer/token/{token}/entities";
|
|
120703
|
+
type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$6f]['post']['parameters']['path'];
|
|
120704
|
+
type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$6f]['post']['parameters']['query'];
|
|
120705
|
+
type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$6f]['post']['responses'][201]['content']['application/json'];
|
|
120846
120706
|
interface CreateEntityAsCustomerWithTokenProps {
|
|
120847
120707
|
params: {
|
|
120848
120708
|
query: CreateEntityAsCustomerWithTokenQueryParams;
|
|
@@ -120851,10 +120711,10 @@ interface CreateEntityAsCustomerWithTokenProps {
|
|
|
120851
120711
|
}
|
|
120852
120712
|
declare const createEntityAsCustomerWithToken: (props: CreateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<CreateEntityAsCustomerWithTokenResponse>;
|
|
120853
120713
|
|
|
120854
|
-
declare const routeName$
|
|
120855
|
-
type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
120856
|
-
type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
120857
|
-
type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
120714
|
+
declare const routeName$6e = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
|
|
120715
|
+
type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$6e]['delete']['parameters']['path'];
|
|
120716
|
+
type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$6e]['delete']['parameters']['query'];
|
|
120717
|
+
type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$6e]['delete']['responses'][200]['content']['application/json'];
|
|
120858
120718
|
interface DeleteEntityByIdAsCustomerWithTokenProps {
|
|
120859
120719
|
params: {
|
|
120860
120720
|
query: DeleteEntityByIdAsCustomerWithTokenQueryParams;
|
|
@@ -120863,10 +120723,10 @@ interface DeleteEntityByIdAsCustomerWithTokenProps {
|
|
|
120863
120723
|
}
|
|
120864
120724
|
declare const deleteEntityByIdAsCustomerWithToken: (props: DeleteEntityByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteEntityByIdAsCustomerWithTokenResponse>;
|
|
120865
120725
|
|
|
120866
|
-
declare const routeName$
|
|
120867
|
-
type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
120868
|
-
type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
120869
|
-
type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
120726
|
+
declare const routeName$6d = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
|
|
120727
|
+
type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$6d]['patch']['parameters']['path'];
|
|
120728
|
+
type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$6d]['patch']['parameters']['query'];
|
|
120729
|
+
type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$6d]['patch']['responses'][200]['content']['application/json'];
|
|
120870
120730
|
interface UpdateEntityAsCustomerWithTokenProps {
|
|
120871
120731
|
params: {
|
|
120872
120732
|
query: UpdateEntityAsCustomerWithTokenQueryParams;
|
|
@@ -120875,10 +120735,10 @@ interface UpdateEntityAsCustomerWithTokenProps {
|
|
|
120875
120735
|
}
|
|
120876
120736
|
declare const updateEntityAsCustomerWithToken: (props: UpdateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateEntityAsCustomerWithTokenResponse>;
|
|
120877
120737
|
|
|
120878
|
-
declare const routeName$
|
|
120879
|
-
type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$
|
|
120880
|
-
type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$
|
|
120881
|
-
type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$
|
|
120738
|
+
declare const routeName$6c = "/v1/api/claims/upload/{claim_doc_category}";
|
|
120739
|
+
type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$6c]['post']['parameters']['path'];
|
|
120740
|
+
type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$6c]['post']['parameters']['query'];
|
|
120741
|
+
type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$6c]['post']['responses'][200]['content']['application/json'];
|
|
120882
120742
|
interface UploadClaimDocumentAsBrokerProps {
|
|
120883
120743
|
params: {
|
|
120884
120744
|
query: UploadClaimDocumentAsBrokerQueryParams;
|
|
@@ -120887,10 +120747,10 @@ interface UploadClaimDocumentAsBrokerProps {
|
|
|
120887
120747
|
}
|
|
120888
120748
|
declare const uploadClaimDocumentAsBroker: (props: UploadClaimDocumentAsBrokerProps, wgApiClient: ClientType) => Promise<UploadClaimDocumentAsBrokerResponse>;
|
|
120889
120749
|
|
|
120890
|
-
declare const routeName$
|
|
120891
|
-
type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$
|
|
120892
|
-
type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$
|
|
120893
|
-
type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$
|
|
120750
|
+
declare const routeName$6b = "/v1/api/claims/customer/upload/{claim_doc_category}";
|
|
120751
|
+
type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$6b]['post']['parameters']['path'];
|
|
120752
|
+
type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$6b]['post']['parameters']['query'];
|
|
120753
|
+
type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$6b]['post']['responses'][200]['content']['application/json'];
|
|
120894
120754
|
interface CreateUploadLinkAsCustomerProps {
|
|
120895
120755
|
params: {
|
|
120896
120756
|
query: CreateUploadLinkAsCustomerQueryParams;
|
|
@@ -120899,9 +120759,9 @@ interface CreateUploadLinkAsCustomerProps {
|
|
|
120899
120759
|
}
|
|
120900
120760
|
declare const createUploadLinkAsCustomer: (props: CreateUploadLinkAsCustomerProps, wgApiClient: ClientType) => Promise<CreateUploadLinkAsCustomerResponse>;
|
|
120901
120761
|
|
|
120902
|
-
declare const routeName$
|
|
120903
|
-
type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$
|
|
120904
|
-
type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$
|
|
120762
|
+
declare const routeName$6a = "/v1/api/claims/generate/token";
|
|
120763
|
+
type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$6a]['post']['parameters']['query'];
|
|
120764
|
+
type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$6a]['post']['responses'][201]['content']['application/json'];
|
|
120905
120765
|
interface GenerateTokenForSocialLoginFlowAsBrokerProps {
|
|
120906
120766
|
params: {
|
|
120907
120767
|
query: GenerateTokenForSocialLoginFlowAsBrokerQueryParams;
|
|
@@ -120909,17 +120769,17 @@ interface GenerateTokenForSocialLoginFlowAsBrokerProps {
|
|
|
120909
120769
|
}
|
|
120910
120770
|
declare const generateTokenForSocialLoginFlowAsBroker: (props: GenerateTokenForSocialLoginFlowAsBrokerProps, wgApiClient: ClientType) => Promise<GenerateTokenForSocialLoginFlowAsBrokerResponse>;
|
|
120911
120771
|
|
|
120912
|
-
declare const routeName$
|
|
120913
|
-
type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$
|
|
120914
|
-
type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$
|
|
120915
|
-
type GetClaimEventsAsCustomerResponse = paths[typeof routeName$
|
|
120916
|
-
type GetClaimEventsAsCustomerProps = paths[typeof routeName$
|
|
120772
|
+
declare const routeName$69 = "/v1/api/claims/customer/token/{token}/events";
|
|
120773
|
+
type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$69]['get']['parameters']['path'];
|
|
120774
|
+
type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$69]['get']['parameters']['query'];
|
|
120775
|
+
type GetClaimEventsAsCustomerResponse = paths[typeof routeName$69]['get']['responses'][200]['content']['application/json'];
|
|
120776
|
+
type GetClaimEventsAsCustomerProps = paths[typeof routeName$69]['get']['parameters'];
|
|
120917
120777
|
declare const getClaimEventsAsCustomer: (props: GetClaimEventsAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsCustomerResponse>;
|
|
120918
120778
|
|
|
120919
|
-
declare const routeName$
|
|
120920
|
-
type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$
|
|
120921
|
-
type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$
|
|
120922
|
-
type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$
|
|
120779
|
+
declare const routeName$68 = "/v1/api/claims/customer/token/{token}/documents";
|
|
120780
|
+
type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$68]['post']['parameters']['path'];
|
|
120781
|
+
type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$68]['post']['parameters']['query'];
|
|
120782
|
+
type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$68]['post']['responses'][200]['content']['application/json'];
|
|
120923
120783
|
interface CreateDocumentForClaimAsCustomerProps {
|
|
120924
120784
|
params: {
|
|
120925
120785
|
query: CreateDocumentForClaimAsCustomerQueryParams;
|
|
@@ -120928,10 +120788,10 @@ interface CreateDocumentForClaimAsCustomerProps {
|
|
|
120928
120788
|
}
|
|
120929
120789
|
declare const createDocumentForClaimAsCustomer: (props: CreateDocumentForClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimAsCustomerResponse>;
|
|
120930
120790
|
|
|
120931
|
-
declare const routeName$
|
|
120932
|
-
type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
120933
|
-
type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
120934
|
-
type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
120791
|
+
declare const routeName$67 = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
|
|
120792
|
+
type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$67]['delete']['parameters']['path'];
|
|
120793
|
+
type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$67]['delete']['parameters']['query'];
|
|
120794
|
+
type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$67]['delete']['responses'][200]['content']['application/json'];
|
|
120935
120795
|
interface DeleteDocumentByIdAsCustomerWithTokenProps {
|
|
120936
120796
|
params: {
|
|
120937
120797
|
query: DeleteDocumentByIdAsCustomerWithTokenQueryParams;
|
|
@@ -120940,10 +120800,10 @@ interface DeleteDocumentByIdAsCustomerWithTokenProps {
|
|
|
120940
120800
|
}
|
|
120941
120801
|
declare const deleteDocumentByIdAsCustomerWithToken: (props: DeleteDocumentByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdAsCustomerWithTokenResponse>;
|
|
120942
120802
|
|
|
120943
|
-
declare const routeName$
|
|
120944
|
-
type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
120945
|
-
type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
120946
|
-
type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
120803
|
+
declare const routeName$66 = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
|
|
120804
|
+
type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$66]['patch']['parameters']['path'];
|
|
120805
|
+
type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$66]['patch']['parameters']['query'];
|
|
120806
|
+
type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$66]['patch']['responses'][200]['content']['application/json'];
|
|
120947
120807
|
interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
|
|
120948
120808
|
params: {
|
|
120949
120809
|
query: UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams;
|
|
@@ -120952,10 +120812,10 @@ interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
|
|
|
120952
120812
|
}
|
|
120953
120813
|
declare const updateDocumentMetadataByIdAsCustomerWithToken: (props: UpdateDocumentMetadataByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdAsCustomerWithTokenResponse>;
|
|
120954
120814
|
|
|
120955
|
-
declare const routeName$
|
|
120956
|
-
type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$
|
|
120957
|
-
type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$
|
|
120958
|
-
type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$
|
|
120815
|
+
declare const routeName$65 = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
|
|
120816
|
+
type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$65]['post']['parameters']['path'];
|
|
120817
|
+
type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$65]['post']['parameters']['query'];
|
|
120818
|
+
type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$65]['post']['responses'][200]['content']['application/json'];
|
|
120959
120819
|
interface CreateNoteOnEventAsCustomerProps {
|
|
120960
120820
|
params: {
|
|
120961
120821
|
query: CreateNoteOnEventAsCustomerQueryParams;
|
|
@@ -120964,10 +120824,10 @@ interface CreateNoteOnEventAsCustomerProps {
|
|
|
120964
120824
|
}
|
|
120965
120825
|
declare const createNoteOnEventAsCustomer: (props: CreateNoteOnEventAsCustomerProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventAsCustomerResponse>;
|
|
120966
120826
|
|
|
120967
|
-
declare const routeName$
|
|
120968
|
-
type CreateEntityAsBrokerPathParams = paths[typeof routeName$
|
|
120969
|
-
type CreateEntityAsBrokerQueryParams = paths[typeof routeName$
|
|
120970
|
-
type CreateEntityAsBrokerResponse = paths[typeof routeName$
|
|
120827
|
+
declare const routeName$64 = "/v1/api/claims/{claim_id}/entities";
|
|
120828
|
+
type CreateEntityAsBrokerPathParams = paths[typeof routeName$64]['post']['parameters']['path'];
|
|
120829
|
+
type CreateEntityAsBrokerQueryParams = paths[typeof routeName$64]['post']['parameters']['query'];
|
|
120830
|
+
type CreateEntityAsBrokerResponse = paths[typeof routeName$64]['post']['responses'][201]['content']['application/json'];
|
|
120971
120831
|
interface CreateEntityAsBrokerProps {
|
|
120972
120832
|
params: {
|
|
120973
120833
|
query: CreateEntityAsBrokerQueryParams;
|
|
@@ -120976,10 +120836,10 @@ interface CreateEntityAsBrokerProps {
|
|
|
120976
120836
|
}
|
|
120977
120837
|
declare const createEntityAsBroker: (props: CreateEntityAsBrokerProps, wgApiClient: ClientType) => Promise<CreateEntityAsBrokerResponse>;
|
|
120978
120838
|
|
|
120979
|
-
declare const routeName$
|
|
120980
|
-
type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$
|
|
120981
|
-
type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
120982
|
-
type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$
|
|
120839
|
+
declare const routeName$63 = "/v1/api/claims/{claim_id}/entities/{entity_id}";
|
|
120840
|
+
type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$63]['delete']['parameters']['path'];
|
|
120841
|
+
type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$63]['delete']['parameters']['query'];
|
|
120842
|
+
type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$63]['delete']['responses'][200]['content']['application/json'];
|
|
120983
120843
|
interface DeleteEntityAsBrokerByIdProps {
|
|
120984
120844
|
params: {
|
|
120985
120845
|
query: DeleteEntityAsBrokerByIdQueryParams;
|
|
@@ -120988,10 +120848,10 @@ interface DeleteEntityAsBrokerByIdProps {
|
|
|
120988
120848
|
}
|
|
120989
120849
|
declare const deleteEntityAsBrokerById: (props: DeleteEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteEntityAsBrokerByIdResponse>;
|
|
120990
120850
|
|
|
120991
|
-
declare const routeName$
|
|
120992
|
-
type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$
|
|
120993
|
-
type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
120994
|
-
type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$
|
|
120851
|
+
declare const routeName$62 = "/v1/api/claims/{claim_id}/entities/{entity_id}";
|
|
120852
|
+
type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$62]['patch']['parameters']['path'];
|
|
120853
|
+
type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$62]['patch']['parameters']['query'];
|
|
120854
|
+
type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$62]['patch']['responses'][200]['content']['application/json'];
|
|
120995
120855
|
interface UpdateEntityAsBrokerByIdProps {
|
|
120996
120856
|
params: {
|
|
120997
120857
|
query: UpdateEntityAsBrokerByIdQueryParams;
|
|
@@ -121000,17 +120860,17 @@ interface UpdateEntityAsBrokerByIdProps {
|
|
|
121000
120860
|
}
|
|
121001
120861
|
declare const updateEntityAsBrokerById: (props: UpdateEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateEntityAsBrokerByIdResponse>;
|
|
121002
120862
|
|
|
121003
|
-
declare const routeName$
|
|
121004
|
-
type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$
|
|
121005
|
-
type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
121006
|
-
type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$
|
|
121007
|
-
type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$
|
|
120863
|
+
declare const routeName$61 = "/v1/api/claims/{claim_id}/events";
|
|
120864
|
+
type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$61]['get']['parameters']['path'];
|
|
120865
|
+
type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$61]['get']['parameters']['query'];
|
|
120866
|
+
type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$61]['get']['responses'][200]['content']['application/json'];
|
|
120867
|
+
type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$61]['get']['parameters'];
|
|
121008
120868
|
declare const getClaimEventsAsBrokerById: (props: GetClaimEventsAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsBrokerByIdResponse>;
|
|
121009
120869
|
|
|
121010
|
-
declare const routeName$
|
|
121011
|
-
type SendClaimToKeypointPathParams = paths[typeof routeName$
|
|
121012
|
-
type SendClaimToKeypointQueryParams = paths[typeof routeName$
|
|
121013
|
-
type SendClaimToKeypointResponse = paths[typeof routeName$
|
|
120870
|
+
declare const routeName$60 = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
|
|
120871
|
+
type SendClaimToKeypointPathParams = paths[typeof routeName$60]['post']['parameters']['path'];
|
|
120872
|
+
type SendClaimToKeypointQueryParams = paths[typeof routeName$60]['post']['parameters']['query'];
|
|
120873
|
+
type SendClaimToKeypointResponse = paths[typeof routeName$60]['post']['responses'][201]['content']['application/json'];
|
|
121014
120874
|
interface SendClaimToKeypointProps {
|
|
121015
120875
|
params: {
|
|
121016
120876
|
query: SendClaimToKeypointQueryParams;
|
|
@@ -121019,10 +120879,10 @@ interface SendClaimToKeypointProps {
|
|
|
121019
120879
|
}
|
|
121020
120880
|
declare const sendClaimToKeypoint: (props: SendClaimToKeypointProps, wgApiClient: ClientType) => Promise<SendClaimToKeypointResponse>;
|
|
121021
120881
|
|
|
121022
|
-
declare const routeName$
|
|
121023
|
-
type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$
|
|
121024
|
-
type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$
|
|
121025
|
-
type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$
|
|
120882
|
+
declare const routeName$5$ = "/v1/api/claims/{claim_id}/customer/followup-page/email";
|
|
120883
|
+
type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$5$]['post']['parameters']['path'];
|
|
120884
|
+
type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$5$]['post']['parameters']['query'];
|
|
120885
|
+
type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$5$]['post']['responses'][200]['content']['application/json'];
|
|
121026
120886
|
interface SendMailFollowupPageToCustomerProps {
|
|
121027
120887
|
params: {
|
|
121028
120888
|
query: SendMailFollowupPageToCustomerQueryParams;
|
|
@@ -121031,21 +120891,21 @@ interface SendMailFollowupPageToCustomerProps {
|
|
|
121031
120891
|
}
|
|
121032
120892
|
declare const sendMailFollowupPageToCustomer: (props: SendMailFollowupPageToCustomerProps, wgApiClient: ClientType) => Promise<SendMailFollowupPageToCustomerResponse>;
|
|
121033
120893
|
|
|
121034
|
-
declare const routeName$
|
|
121035
|
-
type GetAllCarClaimCategoriesResponse = paths[typeof routeName$
|
|
120894
|
+
declare const routeName$5_ = "/v1/api/claims/categories/CAR";
|
|
120895
|
+
type GetAllCarClaimCategoriesResponse = paths[typeof routeName$5_]['get']['responses'][200]['content']['application/json'];
|
|
121036
120896
|
declare const getAllCarClaimCategories: (wgApiClient: ClientType) => Promise<GetAllCarClaimCategoriesResponse>;
|
|
121037
120897
|
|
|
121038
|
-
declare const routeName$
|
|
121039
|
-
type GetInfoForClaimPathParams = paths[typeof routeName$
|
|
121040
|
-
type GetInfoForClaimQueryParams = paths[typeof routeName$
|
|
121041
|
-
type GetInfoForClaimResponse = paths[typeof routeName$
|
|
121042
|
-
type GetInfoForClaimProps = paths[typeof routeName$
|
|
120898
|
+
declare const routeName$5Z = "/v1/api/claims/info/{claim_type}/{claim_category}";
|
|
120899
|
+
type GetInfoForClaimPathParams = paths[typeof routeName$5Z]['get']['parameters']['path'];
|
|
120900
|
+
type GetInfoForClaimQueryParams = paths[typeof routeName$5Z]['get']['parameters']['query'];
|
|
120901
|
+
type GetInfoForClaimResponse = paths[typeof routeName$5Z]['get']['responses'][200]['content']['application/json'];
|
|
120902
|
+
type GetInfoForClaimProps = paths[typeof routeName$5Z]['get']['parameters'];
|
|
121043
120903
|
declare const getInfoForClaim: (props: GetInfoForClaimProps, wgApiClient: ClientType) => Promise<GetInfoForClaimResponse>;
|
|
121044
120904
|
|
|
121045
|
-
declare const routeName$
|
|
121046
|
-
type CreateNoteOnEventPathParams = paths[typeof routeName$
|
|
121047
|
-
type CreateNoteOnEventQueryParams = paths[typeof routeName$
|
|
121048
|
-
type CreateNoteOnEventResponse = paths[typeof routeName$
|
|
120905
|
+
declare const routeName$5Y = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
|
|
120906
|
+
type CreateNoteOnEventPathParams = paths[typeof routeName$5Y]['post']['parameters']['path'];
|
|
120907
|
+
type CreateNoteOnEventQueryParams = paths[typeof routeName$5Y]['post']['parameters']['query'];
|
|
120908
|
+
type CreateNoteOnEventResponse = paths[typeof routeName$5Y]['post']['responses'][201]['content']['application/json'];
|
|
121049
120909
|
interface CreateNoteOnEventProps {
|
|
121050
120910
|
params: {
|
|
121051
120911
|
query: CreateNoteOnEventQueryParams;
|
|
@@ -121054,10 +120914,10 @@ interface CreateNoteOnEventProps {
|
|
|
121054
120914
|
}
|
|
121055
120915
|
declare const createNoteOnEvent: (props: CreateNoteOnEventProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventResponse>;
|
|
121056
120916
|
|
|
121057
|
-
declare const routeName$
|
|
121058
|
-
type DeleteNotePathParams = paths[typeof routeName$
|
|
121059
|
-
type DeleteNoteQueryParams = paths[typeof routeName$
|
|
121060
|
-
type DeleteNoteResponse = paths[typeof routeName$
|
|
120917
|
+
declare const routeName$5X = "/v1/api/claims/notes/{note_id}";
|
|
120918
|
+
type DeleteNotePathParams = paths[typeof routeName$5X]['delete']['parameters']['path'];
|
|
120919
|
+
type DeleteNoteQueryParams = paths[typeof routeName$5X]['delete']['parameters']['query'];
|
|
120920
|
+
type DeleteNoteResponse = paths[typeof routeName$5X]['delete']['responses'][200]['content']['application/json'];
|
|
121061
120921
|
interface DeleteNoteProps {
|
|
121062
120922
|
params: {
|
|
121063
120923
|
query: DeleteNoteQueryParams;
|
|
@@ -121066,10 +120926,10 @@ interface DeleteNoteProps {
|
|
|
121066
120926
|
}
|
|
121067
120927
|
declare const deleteNote: (props: DeleteNoteProps, wgApiClient: ClientType) => Promise<DeleteNoteResponse>;
|
|
121068
120928
|
|
|
121069
|
-
declare const routeName$
|
|
121070
|
-
type UpdateNotePathParams = paths[typeof routeName$
|
|
121071
|
-
type UpdateNoteQueryParams = paths[typeof routeName$
|
|
121072
|
-
type UpdateNoteResponse = paths[typeof routeName$
|
|
120929
|
+
declare const routeName$5W = "/v1/api/claims/notes/{note_id}";
|
|
120930
|
+
type UpdateNotePathParams = paths[typeof routeName$5W]['patch']['parameters']['path'];
|
|
120931
|
+
type UpdateNoteQueryParams = paths[typeof routeName$5W]['patch']['parameters']['query'];
|
|
120932
|
+
type UpdateNoteResponse = paths[typeof routeName$5W]['patch']['responses'][200]['content']['application/json'];
|
|
121073
120933
|
interface UpdateNoteProps {
|
|
121074
120934
|
params: {
|
|
121075
120935
|
query: UpdateNoteQueryParams;
|
|
@@ -121078,17 +120938,17 @@ interface UpdateNoteProps {
|
|
|
121078
120938
|
}
|
|
121079
120939
|
declare const updateNote: (props: UpdateNoteProps, wgApiClient: ClientType) => Promise<UpdateNoteResponse>;
|
|
121080
120940
|
|
|
121081
|
-
declare const routeName$
|
|
121082
|
-
type ClaimReportByIdPathParams = paths[typeof routeName$
|
|
121083
|
-
type ClaimReportByIdQueryParams = paths[typeof routeName$
|
|
121084
|
-
type ClaimReportByIdResponse = paths[typeof routeName$
|
|
121085
|
-
type ClaimReportByIdProps = paths[typeof routeName$
|
|
120941
|
+
declare const routeName$5V = "/v1/api/claims/{claim_id}/report";
|
|
120942
|
+
type ClaimReportByIdPathParams = paths[typeof routeName$5V]['get']['parameters']['path'];
|
|
120943
|
+
type ClaimReportByIdQueryParams = paths[typeof routeName$5V]['get']['parameters']['query'];
|
|
120944
|
+
type ClaimReportByIdResponse = paths[typeof routeName$5V]['get']['responses'][200]['content']['application/json'];
|
|
120945
|
+
type ClaimReportByIdProps = paths[typeof routeName$5V]['get']['parameters'];
|
|
121086
120946
|
declare const claimReportById: (props: ClaimReportByIdProps, wgApiClient: ClientType) => Promise<ClaimReportByIdResponse>;
|
|
121087
120947
|
|
|
121088
|
-
declare const routeName$
|
|
121089
|
-
type SendMailClaimReportByIdPathParams = paths[typeof routeName$
|
|
121090
|
-
type SendMailClaimReportByIdQueryParams = paths[typeof routeName$
|
|
121091
|
-
type SendMailClaimReportByIdResponse = paths[typeof routeName$
|
|
120948
|
+
declare const routeName$5U = "/v1/api/claims/{claim_id}/report/email";
|
|
120949
|
+
type SendMailClaimReportByIdPathParams = paths[typeof routeName$5U]['post']['parameters']['path'];
|
|
120950
|
+
type SendMailClaimReportByIdQueryParams = paths[typeof routeName$5U]['post']['parameters']['query'];
|
|
120951
|
+
type SendMailClaimReportByIdResponse = paths[typeof routeName$5U]['post']['responses'][200]['content']['application/json'];
|
|
121092
120952
|
interface SendMailClaimReportByIdProps {
|
|
121093
120953
|
params: {
|
|
121094
120954
|
query: SendMailClaimReportByIdQueryParams;
|
|
@@ -121097,16 +120957,16 @@ interface SendMailClaimReportByIdProps {
|
|
|
121097
120957
|
}
|
|
121098
120958
|
declare const sendMailClaimReportById: (props: SendMailClaimReportByIdProps, wgApiClient: ClientType) => Promise<SendMailClaimReportByIdResponse>;
|
|
121099
120959
|
|
|
121100
|
-
declare const routeName$
|
|
121101
|
-
type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$
|
|
121102
|
-
type GetBrokerConnectionsByIdResponse = paths[typeof routeName$
|
|
121103
|
-
type GetBrokerConnectionsByIdProps = paths[typeof routeName$
|
|
120960
|
+
declare const routeName$5T = "/v1/api/brokers/{broker_id}/connections";
|
|
120961
|
+
type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$5T]['get']['parameters']['path'];
|
|
120962
|
+
type GetBrokerConnectionsByIdResponse = paths[typeof routeName$5T]['get']['responses'][200]['content']['application/json'];
|
|
120963
|
+
type GetBrokerConnectionsByIdProps = paths[typeof routeName$5T]['get']['parameters'];
|
|
121104
120964
|
declare const getBrokerConnectionsById: (props: GetBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetBrokerConnectionsByIdResponse>;
|
|
121105
120965
|
|
|
121106
|
-
declare const routeName$
|
|
121107
|
-
type CreateBrokerConnectionsByIdBody = paths[typeof routeName$
|
|
121108
|
-
type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$
|
|
121109
|
-
type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$
|
|
120966
|
+
declare const routeName$5S = "/v1/api/brokers/{broker_id}/connections/{key}";
|
|
120967
|
+
type CreateBrokerConnectionsByIdBody = paths[typeof routeName$5S]['post']['requestBody']['content']['application/json'];
|
|
120968
|
+
type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$5S]['post']['parameters']['path'];
|
|
120969
|
+
type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$5S]['post']['responses'][201]['content']['application/json'];
|
|
121110
120970
|
interface CreateBrokerConnectionsByIdProps {
|
|
121111
120971
|
body: CreateBrokerConnectionsByIdBody;
|
|
121112
120972
|
params: {
|
|
@@ -121115,9 +120975,9 @@ interface CreateBrokerConnectionsByIdProps {
|
|
|
121115
120975
|
}
|
|
121116
120976
|
declare const createBrokerConnectionsById: (props: CreateBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<CreateBrokerConnectionsByIdResponse>;
|
|
121117
120977
|
|
|
121118
|
-
declare const routeName$
|
|
121119
|
-
type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$
|
|
121120
|
-
type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$
|
|
120978
|
+
declare const routeName$5R = "/v1/api/brokers/{broker_id}/connections/{key}";
|
|
120979
|
+
type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$5R]['delete']['parameters']['path'];
|
|
120980
|
+
type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$5R]['delete']['responses'][200]['content']['application/json'];
|
|
121121
120981
|
interface DeleteBrokerConnectionByKeyProps {
|
|
121122
120982
|
params: {
|
|
121123
120983
|
path: DeleteBrokerConnectionByKeyPathParams;
|
|
@@ -121125,10 +120985,10 @@ interface DeleteBrokerConnectionByKeyProps {
|
|
|
121125
120985
|
}
|
|
121126
120986
|
declare const deleteBrokerConnectionByKey: (props: DeleteBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteBrokerConnectionByKeyResponse>;
|
|
121127
120987
|
|
|
121128
|
-
declare const routeName$
|
|
121129
|
-
type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$
|
|
121130
|
-
type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$
|
|
121131
|
-
type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$
|
|
120988
|
+
declare const routeName$5Q = "/v1/api/brokers/{broker_id}/connections/{key}";
|
|
120989
|
+
type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$5Q]['patch']['requestBody']['content']['application/json'];
|
|
120990
|
+
type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$5Q]['patch']['parameters']['path'];
|
|
120991
|
+
type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$5Q]['patch']['responses'][200]['content']['application/json'];
|
|
121132
120992
|
interface UpdateBrokerConnectionByKeyProps {
|
|
121133
120993
|
body: UpdateBrokerConnectionByKeyBody;
|
|
121134
120994
|
params: {
|
|
@@ -121137,10 +120997,10 @@ interface UpdateBrokerConnectionByKeyProps {
|
|
|
121137
120997
|
}
|
|
121138
120998
|
declare const updateBrokerConnectionByKey: (props: UpdateBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateBrokerConnectionByKeyResponse>;
|
|
121139
120999
|
|
|
121140
|
-
declare const routeName$
|
|
121141
|
-
type CreateDistributionConnectionByIdBody = paths[typeof routeName$
|
|
121142
|
-
type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$
|
|
121143
|
-
type CreateDistributionConnectionByIdResponse = paths[typeof routeName$
|
|
121000
|
+
declare const routeName$5P = "/v1/api/distributions/{distribution_id}/connections/{key}";
|
|
121001
|
+
type CreateDistributionConnectionByIdBody = paths[typeof routeName$5P]['post']['requestBody']['content']['application/json'];
|
|
121002
|
+
type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$5P]['post']['parameters']['path'];
|
|
121003
|
+
type CreateDistributionConnectionByIdResponse = paths[typeof routeName$5P]['post']['responses'][201]['content']['application/json'];
|
|
121144
121004
|
interface CreateDistributionConnectionByIdProps {
|
|
121145
121005
|
body: CreateDistributionConnectionByIdBody;
|
|
121146
121006
|
params: {
|
|
@@ -121149,9 +121009,9 @@ interface CreateDistributionConnectionByIdProps {
|
|
|
121149
121009
|
}
|
|
121150
121010
|
declare const createDistributionConnectionById: (props: CreateDistributionConnectionByIdProps, wgApiClient: ClientType) => Promise<CreateDistributionConnectionByIdResponse>;
|
|
121151
121011
|
|
|
121152
|
-
declare const routeName$
|
|
121153
|
-
type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$
|
|
121154
|
-
type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$
|
|
121012
|
+
declare const routeName$5O = "/v1/api/distributions/{distribution_id}/connections/{key}";
|
|
121013
|
+
type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$5O]['delete']['parameters']['path'];
|
|
121014
|
+
type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$5O]['delete']['responses'][200]['content']['application/json'];
|
|
121155
121015
|
interface DeleteDistributionConnectionByKeyProps {
|
|
121156
121016
|
params: {
|
|
121157
121017
|
path: DeleteDistributionConnectionByKeyPathParams;
|
|
@@ -121159,10 +121019,10 @@ interface DeleteDistributionConnectionByKeyProps {
|
|
|
121159
121019
|
}
|
|
121160
121020
|
declare const deleteDistributionConnectionByKey: (props: DeleteDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteDistributionConnectionByKeyResponse>;
|
|
121161
121021
|
|
|
121162
|
-
declare const routeName$
|
|
121163
|
-
type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$
|
|
121164
|
-
type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$
|
|
121165
|
-
type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$
|
|
121022
|
+
declare const routeName$5N = "/v1/api/distributions/{distribution_id}/connections/{key}";
|
|
121023
|
+
type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$5N]['patch']['requestBody']['content']['application/json'];
|
|
121024
|
+
type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$5N]['patch']['parameters']['path'];
|
|
121025
|
+
type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$5N]['patch']['responses'][200]['content']['application/json'];
|
|
121166
121026
|
interface UpdateDistributionConnectionByKeyProps {
|
|
121167
121027
|
body: UpdateDistributionConnectionByKeyBody;
|
|
121168
121028
|
params: {
|
|
@@ -121171,41 +121031,41 @@ interface UpdateDistributionConnectionByKeyProps {
|
|
|
121171
121031
|
}
|
|
121172
121032
|
declare const updateDistributionConnectionByKey: (props: UpdateDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateDistributionConnectionByKeyResponse>;
|
|
121173
121033
|
|
|
121174
|
-
declare const routeName$
|
|
121175
|
-
type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$
|
|
121176
|
-
type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$
|
|
121177
|
-
type GetDistributionConnectionsByIdResponse = paths[typeof routeName$
|
|
121178
|
-
type GetDistributionConnectionsByIdProps = paths[typeof routeName$
|
|
121034
|
+
declare const routeName$5M = "/v1/api/distributions/{distribution_id}/connections";
|
|
121035
|
+
type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$5M]['get']['parameters']['path'];
|
|
121036
|
+
type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$5M]['get']['parameters']['query'];
|
|
121037
|
+
type GetDistributionConnectionsByIdResponse = paths[typeof routeName$5M]['get']['responses'][200]['content']['application/json'];
|
|
121038
|
+
type GetDistributionConnectionsByIdProps = paths[typeof routeName$5M]['get']['parameters'];
|
|
121179
121039
|
declare const getDistributionConnectionsById: (props: GetDistributionConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetDistributionConnectionsByIdResponse>;
|
|
121180
121040
|
|
|
121181
|
-
declare const routeName$
|
|
121182
|
-
type GetAnvaPartiesQueryParams = paths[typeof routeName$
|
|
121183
|
-
type GetAnvaPartiesResponse = paths[typeof routeName$
|
|
121184
|
-
type GetAnvaPartiesProps = paths[typeof routeName$
|
|
121041
|
+
declare const routeName$5L = "/v1/api/connections/anva/parties";
|
|
121042
|
+
type GetAnvaPartiesQueryParams = paths[typeof routeName$5L]['get']['parameters']['query'];
|
|
121043
|
+
type GetAnvaPartiesResponse = paths[typeof routeName$5L]['get']['responses'][200]['content']['application/json'];
|
|
121044
|
+
type GetAnvaPartiesProps = paths[typeof routeName$5L]['get']['parameters'];
|
|
121185
121045
|
declare const getAnvaParties: (props: GetAnvaPartiesProps, wgApiClient: ClientType) => Promise<GetAnvaPartiesResponse>;
|
|
121186
121046
|
|
|
121187
|
-
declare const routeName$
|
|
121188
|
-
type GetAnvaEmployeesQueryParams = paths[typeof routeName$
|
|
121189
|
-
type GetAnvaEmployeesResponse = paths[typeof routeName$
|
|
121190
|
-
type GetAnvaEmployeesProps = paths[typeof routeName$
|
|
121047
|
+
declare const routeName$5K = "/v1/api/connections/anva/employees";
|
|
121048
|
+
type GetAnvaEmployeesQueryParams = paths[typeof routeName$5K]['get']['parameters']['query'];
|
|
121049
|
+
type GetAnvaEmployeesResponse = paths[typeof routeName$5K]['get']['responses'][200]['content']['application/json'];
|
|
121050
|
+
type GetAnvaEmployeesProps = paths[typeof routeName$5K]['get']['parameters'];
|
|
121191
121051
|
declare const getAnvaEmployees: (props: GetAnvaEmployeesProps, wgApiClient: ClientType) => Promise<GetAnvaEmployeesResponse>;
|
|
121192
121052
|
|
|
121193
|
-
declare const routeName$
|
|
121194
|
-
type GetAnvaAgentsQueryParams = paths[typeof routeName$
|
|
121195
|
-
type GetAnvaAgentsResponse = paths[typeof routeName$
|
|
121196
|
-
type GetAnvaAgentsProps = paths[typeof routeName$
|
|
121053
|
+
declare const routeName$5J = "/v1/api/connections/anva/agents";
|
|
121054
|
+
type GetAnvaAgentsQueryParams = paths[typeof routeName$5J]['get']['parameters']['query'];
|
|
121055
|
+
type GetAnvaAgentsResponse = paths[typeof routeName$5J]['get']['responses'][200]['content']['application/json'];
|
|
121056
|
+
type GetAnvaAgentsProps = paths[typeof routeName$5J]['get']['parameters'];
|
|
121197
121057
|
declare const getAnvaAgents: (props: GetAnvaAgentsProps, wgApiClient: ClientType) => Promise<GetAnvaAgentsResponse>;
|
|
121198
121058
|
|
|
121199
|
-
declare const routeName$
|
|
121200
|
-
type GetAnvaProductsQueryParams = paths[typeof routeName$
|
|
121201
|
-
type GetAnvaProductsResponse = paths[typeof routeName$
|
|
121202
|
-
type GetAnvaProductsProps = paths[typeof routeName$
|
|
121059
|
+
declare const routeName$5I = "/v1/api/connections/anva/products";
|
|
121060
|
+
type GetAnvaProductsQueryParams = paths[typeof routeName$5I]['get']['parameters']['query'];
|
|
121061
|
+
type GetAnvaProductsResponse = paths[typeof routeName$5I]['get']['responses'][200]['content']['application/json'];
|
|
121062
|
+
type GetAnvaProductsProps = paths[typeof routeName$5I]['get']['parameters'];
|
|
121203
121063
|
declare const getAnvaProducts: (props: GetAnvaProductsProps, wgApiClient: ClientType) => Promise<GetAnvaProductsResponse>;
|
|
121204
121064
|
|
|
121205
|
-
declare const routeName$
|
|
121206
|
-
type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$
|
|
121207
|
-
type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$
|
|
121208
|
-
type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$
|
|
121065
|
+
declare const routeName$5H = "/v1/api/connections/anva/parties/{anva_id}/imports";
|
|
121066
|
+
type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5H]['post']['parameters']['path'];
|
|
121067
|
+
type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5H]['post']['parameters']['query'];
|
|
121068
|
+
type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$5H]['post']['responses'][201]['content']['application/json'];
|
|
121209
121069
|
interface ImportAnvaPartyInWegroupProps {
|
|
121210
121070
|
params: {
|
|
121211
121071
|
query: ImportAnvaPartyInWegroupQueryParams;
|
|
@@ -121214,31 +121074,31 @@ interface ImportAnvaPartyInWegroupProps {
|
|
|
121214
121074
|
}
|
|
121215
121075
|
declare const importAnvaPartyInWegroup: (props: ImportAnvaPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaPartyInWegroupResponse>;
|
|
121216
121076
|
|
|
121217
|
-
declare const routeName$
|
|
121218
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$
|
|
121219
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$
|
|
121220
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$
|
|
121221
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$
|
|
121077
|
+
declare const routeName$5G = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
|
|
121078
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$5G]['get']['parameters']['path'];
|
|
121079
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$5G]['get']['parameters']['query'];
|
|
121080
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$5G]['get']['responses'][307]['content']['application/json'];
|
|
121081
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$5G]['get']['parameters'];
|
|
121222
121082
|
declare const importAnvaInsurancePolicyDocumentInWegroup: (props: ImportAnvaInsurancePolicyDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyDocumentInWegroupResponse>;
|
|
121223
121083
|
|
|
121224
|
-
declare const routeName$
|
|
121225
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$
|
|
121226
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$
|
|
121227
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$
|
|
121228
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$
|
|
121084
|
+
declare const routeName$5F = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
|
|
121085
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$5F]['get']['parameters']['path'];
|
|
121086
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$5F]['get']['parameters']['query'];
|
|
121087
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$5F]['get']['responses'][307]['content']['application/json'];
|
|
121088
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$5F]['get']['parameters'];
|
|
121229
121089
|
declare const importAnvaInsurancePolicyPackageDocumentInWegroup: (props: ImportAnvaInsurancePolicyPackageDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse>;
|
|
121230
121090
|
|
|
121231
|
-
declare const routeName$
|
|
121232
|
-
type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$
|
|
121233
|
-
type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$
|
|
121234
|
-
type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$
|
|
121091
|
+
declare const routeName$5E = "/v1/api/connections/anva/documents/import";
|
|
121092
|
+
type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$5E]['get']['parameters']['query'];
|
|
121093
|
+
type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$5E]['get']['responses'][307]['content']['application/json'];
|
|
121094
|
+
type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$5E]['get']['parameters'];
|
|
121235
121095
|
declare const importAnvaDocumentInWegroup: (props: ImportAnvaDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaDocumentInWegroupResponse>;
|
|
121236
121096
|
|
|
121237
|
-
declare const routeName$
|
|
121238
|
-
type CreateAnvaTaskBody = paths[typeof routeName$
|
|
121239
|
-
type CreateAnvaTaskPathParams = paths[typeof routeName$
|
|
121240
|
-
type CreateAnvaTaskQueryParams = paths[typeof routeName$
|
|
121241
|
-
type CreateAnvaTaskResponse = paths[typeof routeName$
|
|
121097
|
+
declare const routeName$5D = "/v1/api/connections/anva/parties/{anva_party_id}/task";
|
|
121098
|
+
type CreateAnvaTaskBody = paths[typeof routeName$5D]['post']['requestBody']['content']['application/json'];
|
|
121099
|
+
type CreateAnvaTaskPathParams = paths[typeof routeName$5D]['post']['parameters']['path'];
|
|
121100
|
+
type CreateAnvaTaskQueryParams = paths[typeof routeName$5D]['post']['parameters']['query'];
|
|
121101
|
+
type CreateAnvaTaskResponse = paths[typeof routeName$5D]['post']['responses'][201]['content']['application/json'];
|
|
121242
121102
|
interface CreateAnvaTaskProps {
|
|
121243
121103
|
body: CreateAnvaTaskBody;
|
|
121244
121104
|
params: {
|
|
@@ -121248,9 +121108,9 @@ interface CreateAnvaTaskProps {
|
|
|
121248
121108
|
}
|
|
121249
121109
|
declare const createAnvaTask: (props: CreateAnvaTaskProps, wgApiClient: ClientType) => Promise<CreateAnvaTaskResponse>;
|
|
121250
121110
|
|
|
121251
|
-
declare const routeName$
|
|
121252
|
-
type ValidateAnvaConnectionQueryParams = paths[typeof routeName$
|
|
121253
|
-
type ValidateAnvaConnectionResponse = paths[typeof routeName$
|
|
121111
|
+
declare const routeName$5C = "/v1/api/connections/anva/validate";
|
|
121112
|
+
type ValidateAnvaConnectionQueryParams = paths[typeof routeName$5C]['post']['parameters']['query'];
|
|
121113
|
+
type ValidateAnvaConnectionResponse = paths[typeof routeName$5C]['post']['responses'][200]['content']['application/json'];
|
|
121254
121114
|
interface ValidateAnvaConnectionProps {
|
|
121255
121115
|
params: {
|
|
121256
121116
|
query: ValidateAnvaConnectionQueryParams;
|
|
@@ -121258,9 +121118,9 @@ interface ValidateAnvaConnectionProps {
|
|
|
121258
121118
|
}
|
|
121259
121119
|
declare const validateAnvaConnection: (props: ValidateAnvaConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaConnectionResponse>;
|
|
121260
121120
|
|
|
121261
|
-
declare const routeName$
|
|
121262
|
-
type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$
|
|
121263
|
-
type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$
|
|
121121
|
+
declare const routeName$5B = "/v1/api/connections/anva_dwh/validate";
|
|
121122
|
+
type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$5B]['post']['parameters']['query'];
|
|
121123
|
+
type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$5B]['post']['responses'][200]['content']['application/json'];
|
|
121264
121124
|
interface ValidateAnvaDwhConnectionProps {
|
|
121265
121125
|
params: {
|
|
121266
121126
|
query: ValidateAnvaDwhConnectionQueryParams;
|
|
@@ -121268,22 +121128,22 @@ interface ValidateAnvaDwhConnectionProps {
|
|
|
121268
121128
|
}
|
|
121269
121129
|
declare const validateAnvaDwhConnection: (props: ValidateAnvaDwhConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaDwhConnectionResponse>;
|
|
121270
121130
|
|
|
121271
|
-
declare const routeName$
|
|
121272
|
-
type GetDiasPartiesQueryParams = paths[typeof routeName$
|
|
121273
|
-
type GetDiasPartiesResponse = paths[typeof routeName$
|
|
121274
|
-
type GetDiasPartiesProps = paths[typeof routeName$
|
|
121131
|
+
declare const routeName$5A = "/v1/api/connections/dias/parties";
|
|
121132
|
+
type GetDiasPartiesQueryParams = paths[typeof routeName$5A]['get']['parameters']['query'];
|
|
121133
|
+
type GetDiasPartiesResponse = paths[typeof routeName$5A]['get']['responses'][200]['content']['application/json'];
|
|
121134
|
+
type GetDiasPartiesProps = paths[typeof routeName$5A]['get']['parameters'];
|
|
121275
121135
|
declare const getDiasParties: (props: GetDiasPartiesProps, wgApiClient: ClientType) => Promise<GetDiasPartiesResponse>;
|
|
121276
121136
|
|
|
121277
|
-
declare const routeName$
|
|
121278
|
-
type GetDiasEmployeesQueryParams = paths[typeof routeName$
|
|
121279
|
-
type GetDiasEmployeesResponse = paths[typeof routeName$
|
|
121280
|
-
type GetDiasEmployeesProps = paths[typeof routeName$
|
|
121137
|
+
declare const routeName$5z = "/v1/api/connections/dias/employees";
|
|
121138
|
+
type GetDiasEmployeesQueryParams = paths[typeof routeName$5z]['get']['parameters']['query'];
|
|
121139
|
+
type GetDiasEmployeesResponse = paths[typeof routeName$5z]['get']['responses'][200]['content']['application/json'];
|
|
121140
|
+
type GetDiasEmployeesProps = paths[typeof routeName$5z]['get']['parameters'];
|
|
121281
121141
|
declare const getDiasEmployees: (props: GetDiasEmployeesProps, wgApiClient: ClientType) => Promise<GetDiasEmployeesResponse>;
|
|
121282
121142
|
|
|
121283
|
-
declare const routeName$
|
|
121284
|
-
type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$
|
|
121285
|
-
type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$
|
|
121286
|
-
type ImportDiasPartyInWegroupResponse = paths[typeof routeName$
|
|
121143
|
+
declare const routeName$5y = "/v1/api/connections/dias/parties/{dias_id}/imports";
|
|
121144
|
+
type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$5y]['post']['parameters']['path'];
|
|
121145
|
+
type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$5y]['post']['parameters']['query'];
|
|
121146
|
+
type ImportDiasPartyInWegroupResponse = paths[typeof routeName$5y]['post']['responses'][201]['content']['application/json'];
|
|
121287
121147
|
interface ImportDiasPartyInWegroupProps {
|
|
121288
121148
|
params: {
|
|
121289
121149
|
query: ImportDiasPartyInWegroupQueryParams;
|
|
@@ -121292,37 +121152,37 @@ interface ImportDiasPartyInWegroupProps {
|
|
|
121292
121152
|
}
|
|
121293
121153
|
declare const importDiasPartyInWegroup: (props: ImportDiasPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportDiasPartyInWegroupResponse>;
|
|
121294
121154
|
|
|
121295
|
-
declare const routeName$
|
|
121296
|
-
type GetDiasProductsQueryParams = paths[typeof routeName$
|
|
121297
|
-
type GetDiasProductsResponse = paths[typeof routeName$
|
|
121298
|
-
type GetDiasProductsProps = paths[typeof routeName$
|
|
121155
|
+
declare const routeName$5x = "/v1/api/connections/dias/products";
|
|
121156
|
+
type GetDiasProductsQueryParams = paths[typeof routeName$5x]['get']['parameters']['query'];
|
|
121157
|
+
type GetDiasProductsResponse = paths[typeof routeName$5x]['get']['responses'][200]['content']['application/json'];
|
|
121158
|
+
type GetDiasProductsProps = paths[typeof routeName$5x]['get']['parameters'];
|
|
121299
121159
|
declare const getDiasProducts: (props: GetDiasProductsProps, wgApiClient: ClientType) => Promise<GetDiasProductsResponse>;
|
|
121300
121160
|
|
|
121301
|
-
declare const routeName$
|
|
121302
|
-
type GetDiasAfdbranchesResponse = paths[typeof routeName$
|
|
121161
|
+
declare const routeName$5w = "/v1/api/connections/dias/afdbranches";
|
|
121162
|
+
type GetDiasAfdbranchesResponse = paths[typeof routeName$5w]['get']['responses'][200]['content']['application/json'];
|
|
121303
121163
|
declare const getDiasAfdbranches: (wgApiClient: ClientType) => Promise<GetDiasAfdbranchesResponse>;
|
|
121304
121164
|
|
|
121305
|
-
declare const routeName$
|
|
121306
|
-
type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$
|
|
121307
|
-
type GetFasterforwardEmployeesResponse = paths[typeof routeName$
|
|
121308
|
-
type GetFasterforwardEmployeesProps = paths[typeof routeName$
|
|
121165
|
+
declare const routeName$5v = "/v1/api/connections/fasterforward/employees";
|
|
121166
|
+
type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$5v]['get']['parameters']['query'];
|
|
121167
|
+
type GetFasterforwardEmployeesResponse = paths[typeof routeName$5v]['get']['responses'][200]['content']['application/json'];
|
|
121168
|
+
type GetFasterforwardEmployeesProps = paths[typeof routeName$5v]['get']['parameters'];
|
|
121309
121169
|
declare const getFasterforwardEmployees: (props: GetFasterforwardEmployeesProps, wgApiClient: ClientType) => Promise<GetFasterforwardEmployeesResponse>;
|
|
121310
121170
|
|
|
121311
|
-
declare const routeName$
|
|
121312
|
-
type GetAssuEmployeesQueryParams = paths[typeof routeName$
|
|
121313
|
-
type GetAssuEmployeesResponse = paths[typeof routeName$
|
|
121314
|
-
type GetAssuEmployeesProps = paths[typeof routeName$
|
|
121171
|
+
declare const routeName$5u = "/v1/api/connections/assu/employees";
|
|
121172
|
+
type GetAssuEmployeesQueryParams = paths[typeof routeName$5u]['get']['parameters']['query'];
|
|
121173
|
+
type GetAssuEmployeesResponse = paths[typeof routeName$5u]['get']['responses'][200]['content']['application/json'];
|
|
121174
|
+
type GetAssuEmployeesProps = paths[typeof routeName$5u]['get']['parameters'];
|
|
121315
121175
|
declare const getAssuEmployees: (props: GetAssuEmployeesProps, wgApiClient: ClientType) => Promise<GetAssuEmployeesResponse>;
|
|
121316
121176
|
|
|
121317
|
-
declare const routeName$
|
|
121318
|
-
type GetFasterforwardTeamsQueryParams = paths[typeof routeName$
|
|
121319
|
-
type GetFasterforwardTeamsResponse = paths[typeof routeName$
|
|
121320
|
-
type GetFasterforwardTeamsProps = paths[typeof routeName$
|
|
121177
|
+
declare const routeName$5t = "/v1/api/connections/fasterforward/teams";
|
|
121178
|
+
type GetFasterforwardTeamsQueryParams = paths[typeof routeName$5t]['get']['parameters']['query'];
|
|
121179
|
+
type GetFasterforwardTeamsResponse = paths[typeof routeName$5t]['get']['responses'][200]['content']['application/json'];
|
|
121180
|
+
type GetFasterforwardTeamsProps = paths[typeof routeName$5t]['get']['parameters'];
|
|
121321
121181
|
declare const getFasterforwardTeams: (props: GetFasterforwardTeamsProps, wgApiClient: ClientType) => Promise<GetFasterforwardTeamsResponse>;
|
|
121322
121182
|
|
|
121323
|
-
declare const routeName$
|
|
121324
|
-
type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$
|
|
121325
|
-
type ValidateFasterforwardConnectionResponse = paths[typeof routeName$
|
|
121183
|
+
declare const routeName$5s = "/v1/api/connections/fasterforward/validate";
|
|
121184
|
+
type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$5s]['post']['parameters']['query'];
|
|
121185
|
+
type ValidateFasterforwardConnectionResponse = paths[typeof routeName$5s]['post']['responses'][200]['content']['application/json'];
|
|
121326
121186
|
interface ValidateFasterforwardConnectionProps {
|
|
121327
121187
|
params: {
|
|
121328
121188
|
query: ValidateFasterforwardConnectionQueryParams;
|
|
@@ -121330,42 +121190,42 @@ interface ValidateFasterforwardConnectionProps {
|
|
|
121330
121190
|
}
|
|
121331
121191
|
declare const validateFasterforwardConnection: (props: ValidateFasterforwardConnectionProps, wgApiClient: ClientType) => Promise<ValidateFasterforwardConnectionResponse>;
|
|
121332
121192
|
|
|
121333
|
-
declare const routeName$
|
|
121334
|
-
type GetOutlookMailsQueryParams = paths[typeof routeName$
|
|
121335
|
-
type GetOutlookMailsResponse = paths[typeof routeName$
|
|
121336
|
-
type GetOutlookMailsProps = paths[typeof routeName$
|
|
121193
|
+
declare const routeName$5r = "/v1/api/connections/outlook/mails";
|
|
121194
|
+
type GetOutlookMailsQueryParams = paths[typeof routeName$5r]['get']['parameters']['query'];
|
|
121195
|
+
type GetOutlookMailsResponse = paths[typeof routeName$5r]['get']['responses'][200]['content']['application/json'];
|
|
121196
|
+
type GetOutlookMailsProps = paths[typeof routeName$5r]['get']['parameters'];
|
|
121337
121197
|
declare const getOutlookMails: (props: GetOutlookMailsProps, wgApiClient: ClientType) => Promise<GetOutlookMailsResponse>;
|
|
121338
121198
|
|
|
121339
|
-
declare const routeName$
|
|
121340
|
-
type GetOutlookMailByIdPathParams = paths[typeof routeName$
|
|
121341
|
-
type GetOutlookMailByIdQueryParams = paths[typeof routeName$
|
|
121342
|
-
type GetOutlookMailByIdResponse = paths[typeof routeName$
|
|
121343
|
-
type GetOutlookMailByIdProps = paths[typeof routeName$
|
|
121199
|
+
declare const routeName$5q = "/v1/api/connections/outlook/mails/{id}";
|
|
121200
|
+
type GetOutlookMailByIdPathParams = paths[typeof routeName$5q]['get']['parameters']['path'];
|
|
121201
|
+
type GetOutlookMailByIdQueryParams = paths[typeof routeName$5q]['get']['parameters']['query'];
|
|
121202
|
+
type GetOutlookMailByIdResponse = paths[typeof routeName$5q]['get']['responses'][200]['content']['application/json'];
|
|
121203
|
+
type GetOutlookMailByIdProps = paths[typeof routeName$5q]['get']['parameters'];
|
|
121344
121204
|
declare const getOutlookMailById: (props: GetOutlookMailByIdProps, wgApiClient: ClientType) => Promise<GetOutlookMailByIdResponse>;
|
|
121345
121205
|
|
|
121346
|
-
declare const routeName$
|
|
121347
|
-
type GetOutlookMailByOutlookMessageIdPathParams = paths[typeof routeName$
|
|
121348
|
-
type GetOutlookMailByOutlookMessageIdQueryParams = paths[typeof routeName$
|
|
121349
|
-
type GetOutlookMailByOutlookMessageIdResponse = paths[typeof routeName$
|
|
121350
|
-
type GetOutlookMailByOutlookMessageIdProps = paths[typeof routeName$
|
|
121206
|
+
declare const routeName$5p = "/v1/api/connections/outlook/mails-by-outlook-message-id/{id}";
|
|
121207
|
+
type GetOutlookMailByOutlookMessageIdPathParams = paths[typeof routeName$5p]['get']['parameters']['path'];
|
|
121208
|
+
type GetOutlookMailByOutlookMessageIdQueryParams = paths[typeof routeName$5p]['get']['parameters']['query'];
|
|
121209
|
+
type GetOutlookMailByOutlookMessageIdResponse = paths[typeof routeName$5p]['get']['responses'][200]['content']['application/json'];
|
|
121210
|
+
type GetOutlookMailByOutlookMessageIdProps = paths[typeof routeName$5p]['get']['parameters'];
|
|
121351
121211
|
declare const getOutlookMailByOutlookMessageId: (props: GetOutlookMailByOutlookMessageIdProps, wgApiClient: ClientType) => Promise<GetOutlookMailByOutlookMessageIdResponse>;
|
|
121352
121212
|
|
|
121353
|
-
declare const routeName$
|
|
121354
|
-
type GetOutlookMailfoldersQueryParams = paths[typeof routeName$
|
|
121355
|
-
type GetOutlookMailfoldersResponse = paths[typeof routeName$
|
|
121356
|
-
type GetOutlookMailfoldersProps = paths[typeof routeName$
|
|
121213
|
+
declare const routeName$5o = "/v1/api/connections/outlook/mailfolders";
|
|
121214
|
+
type GetOutlookMailfoldersQueryParams = paths[typeof routeName$5o]['get']['parameters']['query'];
|
|
121215
|
+
type GetOutlookMailfoldersResponse = paths[typeof routeName$5o]['get']['responses'][200]['content']['application/json'];
|
|
121216
|
+
type GetOutlookMailfoldersProps = paths[typeof routeName$5o]['get']['parameters'];
|
|
121357
121217
|
declare const getOutlookMailfolders: (props: GetOutlookMailfoldersProps, wgApiClient: ClientType) => Promise<GetOutlookMailfoldersResponse>;
|
|
121358
121218
|
|
|
121359
|
-
declare const routeName$
|
|
121360
|
-
type GetOutlookConnectionDetailsQueryParams = paths[typeof routeName$
|
|
121361
|
-
type GetOutlookConnectionDetailsResponse = paths[typeof routeName$
|
|
121362
|
-
type GetOutlookConnectionDetailsProps = paths[typeof routeName$
|
|
121219
|
+
declare const routeName$5n = "/v1/api/connections/outlook";
|
|
121220
|
+
type GetOutlookConnectionDetailsQueryParams = paths[typeof routeName$5n]['get']['parameters']['query'];
|
|
121221
|
+
type GetOutlookConnectionDetailsResponse = paths[typeof routeName$5n]['get']['responses'][200]['content']['application/json'];
|
|
121222
|
+
type GetOutlookConnectionDetailsProps = paths[typeof routeName$5n]['get']['parameters'];
|
|
121363
121223
|
declare const getOutlookConnectionDetails: (props: GetOutlookConnectionDetailsProps, wgApiClient: ClientType) => Promise<GetOutlookConnectionDetailsResponse>;
|
|
121364
121224
|
|
|
121365
|
-
declare const routeName$
|
|
121366
|
-
type ActivateOutlookConnectionSyncBody = paths[typeof routeName$
|
|
121367
|
-
type ActivateOutlookConnectionSyncQueryParams = paths[typeof routeName$
|
|
121368
|
-
type ActivateOutlookConnectionSyncResponse = paths[typeof routeName$
|
|
121225
|
+
declare const routeName$5m = "/v1/api/connections/outlook/sync/activate";
|
|
121226
|
+
type ActivateOutlookConnectionSyncBody = paths[typeof routeName$5m]['post']['requestBody']['content']['application/json'];
|
|
121227
|
+
type ActivateOutlookConnectionSyncQueryParams = paths[typeof routeName$5m]['post']['parameters']['query'];
|
|
121228
|
+
type ActivateOutlookConnectionSyncResponse = paths[typeof routeName$5m]['post']['responses'][200]['content']['application/json'];
|
|
121369
121229
|
interface ActivateOutlookConnectionSyncProps {
|
|
121370
121230
|
body: ActivateOutlookConnectionSyncBody;
|
|
121371
121231
|
params: {
|
|
@@ -121374,10 +121234,10 @@ interface ActivateOutlookConnectionSyncProps {
|
|
|
121374
121234
|
}
|
|
121375
121235
|
declare const activateOutlookConnectionSync: (props: ActivateOutlookConnectionSyncProps, wgApiClient: ClientType) => Promise<ActivateOutlookConnectionSyncResponse>;
|
|
121376
121236
|
|
|
121377
|
-
declare const routeName$
|
|
121378
|
-
type DeactivateOutlookConnectionSyncBody = paths[typeof routeName$
|
|
121379
|
-
type DeactivateOutlookConnectionSyncQueryParams = paths[typeof routeName$
|
|
121380
|
-
type DeactivateOutlookConnectionSyncResponse = paths[typeof routeName$
|
|
121237
|
+
declare const routeName$5l = "/v1/api/connections/outlook/sync/deactivate";
|
|
121238
|
+
type DeactivateOutlookConnectionSyncBody = paths[typeof routeName$5l]['post']['requestBody']['content']['application/json'];
|
|
121239
|
+
type DeactivateOutlookConnectionSyncQueryParams = paths[typeof routeName$5l]['post']['parameters']['query'];
|
|
121240
|
+
type DeactivateOutlookConnectionSyncResponse = paths[typeof routeName$5l]['post']['responses'][200]['content']['application/json'];
|
|
121381
121241
|
interface DeactivateOutlookConnectionSyncProps {
|
|
121382
121242
|
body: DeactivateOutlookConnectionSyncBody;
|
|
121383
121243
|
params: {
|
|
@@ -121386,9 +121246,9 @@ interface DeactivateOutlookConnectionSyncProps {
|
|
|
121386
121246
|
}
|
|
121387
121247
|
declare const deactivateOutlookConnectionSync: (props: DeactivateOutlookConnectionSyncProps, wgApiClient: ClientType) => Promise<DeactivateOutlookConnectionSyncResponse>;
|
|
121388
121248
|
|
|
121389
|
-
declare const routeName$
|
|
121390
|
-
type OutlookConnectionSyncQueryParams = paths[typeof routeName$
|
|
121391
|
-
type OutlookConnectionSyncResponse = paths[typeof routeName$
|
|
121249
|
+
declare const routeName$5k = "/v1/api/connections/outlook/sync";
|
|
121250
|
+
type OutlookConnectionSyncQueryParams = paths[typeof routeName$5k]['post']['parameters']['query'];
|
|
121251
|
+
type OutlookConnectionSyncResponse = paths[typeof routeName$5k]['post']['responses'][200]['content']['application/json'];
|
|
121392
121252
|
interface OutlookConnectionSyncProps {
|
|
121393
121253
|
params: {
|
|
121394
121254
|
query: OutlookConnectionSyncQueryParams;
|
|
@@ -121396,16 +121256,16 @@ interface OutlookConnectionSyncProps {
|
|
|
121396
121256
|
}
|
|
121397
121257
|
declare const outlookConnectionSync: (props: OutlookConnectionSyncProps, wgApiClient: ClientType) => Promise<OutlookConnectionSyncResponse>;
|
|
121398
121258
|
|
|
121399
|
-
declare const routeName$
|
|
121400
|
-
type DeprecatedGetAnvaPartiesQueryParams = paths[typeof routeName$
|
|
121401
|
-
type DeprecatedGetAnvaPartiesResponse = paths[typeof routeName$
|
|
121402
|
-
type DeprecatedGetAnvaPartiesProps = paths[typeof routeName$
|
|
121259
|
+
declare const routeName$5j = "/v1/api/integrations/anva/parties";
|
|
121260
|
+
type DeprecatedGetAnvaPartiesQueryParams = paths[typeof routeName$5j]['get']['parameters']['query'];
|
|
121261
|
+
type DeprecatedGetAnvaPartiesResponse = paths[typeof routeName$5j]['get']['responses'][200]['content']['application/json'];
|
|
121262
|
+
type DeprecatedGetAnvaPartiesProps = paths[typeof routeName$5j]['get']['parameters'];
|
|
121403
121263
|
declare const deprecatedGetAnvaParties: (props: DeprecatedGetAnvaPartiesProps, wgApiClient: ClientType) => Promise<DeprecatedGetAnvaPartiesResponse>;
|
|
121404
121264
|
|
|
121405
|
-
declare const routeName$
|
|
121406
|
-
type DeprecatedImportAnvaPartyInWegroupPathParams = paths[typeof routeName$
|
|
121407
|
-
type DeprecatedImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$
|
|
121408
|
-
type DeprecatedImportAnvaPartyInWegroupResponse = paths[typeof routeName$
|
|
121265
|
+
declare const routeName$5i = "/v1/api/integrations/anva/parties/{anva_id}/imports";
|
|
121266
|
+
type DeprecatedImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5i]['post']['parameters']['path'];
|
|
121267
|
+
type DeprecatedImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5i]['post']['parameters']['query'];
|
|
121268
|
+
type DeprecatedImportAnvaPartyInWegroupResponse = paths[typeof routeName$5i]['post']['responses'][201]['content']['application/json'];
|
|
121409
121269
|
interface DeprecatedImportAnvaPartyInWegroupProps {
|
|
121410
121270
|
params: {
|
|
121411
121271
|
query: DeprecatedImportAnvaPartyInWegroupQueryParams;
|
|
@@ -121414,9 +121274,9 @@ interface DeprecatedImportAnvaPartyInWegroupProps {
|
|
|
121414
121274
|
}
|
|
121415
121275
|
declare const deprecatedImportAnvaPartyInWegroup: (props: DeprecatedImportAnvaPartyInWegroupProps, wgApiClient: ClientType) => Promise<DeprecatedImportAnvaPartyInWegroupResponse>;
|
|
121416
121276
|
|
|
121417
|
-
declare const routeName$
|
|
121418
|
-
type DeprecatedValidateAnvaConnectionQueryParams = paths[typeof routeName$
|
|
121419
|
-
type DeprecatedValidateAnvaConnectionResponse = paths[typeof routeName$
|
|
121277
|
+
declare const routeName$5h = "/v1/api/integrations/anva/validate";
|
|
121278
|
+
type DeprecatedValidateAnvaConnectionQueryParams = paths[typeof routeName$5h]['post']['parameters']['query'];
|
|
121279
|
+
type DeprecatedValidateAnvaConnectionResponse = paths[typeof routeName$5h]['post']['responses'][200]['content']['application/json'];
|
|
121420
121280
|
interface DeprecatedValidateAnvaConnectionProps {
|
|
121421
121281
|
params: {
|
|
121422
121282
|
query: DeprecatedValidateAnvaConnectionQueryParams;
|
|
@@ -121424,11 +121284,11 @@ interface DeprecatedValidateAnvaConnectionProps {
|
|
|
121424
121284
|
}
|
|
121425
121285
|
declare const deprecatedValidateAnvaConnection: (props: DeprecatedValidateAnvaConnectionProps, wgApiClient: ClientType) => Promise<DeprecatedValidateAnvaConnectionResponse>;
|
|
121426
121286
|
|
|
121427
|
-
declare const routeName$
|
|
121428
|
-
type GenerateQuestionsToPrefillByCarBody = paths[typeof routeName$
|
|
121429
|
-
type GenerateQuestionsToPrefillByCarPathParams = paths[typeof routeName$
|
|
121430
|
-
type GenerateQuestionsToPrefillByCarQueryParams = paths[typeof routeName$
|
|
121431
|
-
type GenerateQuestionsToPrefillByCarResponse = paths[typeof routeName$
|
|
121287
|
+
declare const routeName$5g = "/v1/api/conversations/{session_id}/generate-questions-to-prefill-by-car";
|
|
121288
|
+
type GenerateQuestionsToPrefillByCarBody = paths[typeof routeName$5g]['post']['requestBody']['content']['application/json'];
|
|
121289
|
+
type GenerateQuestionsToPrefillByCarPathParams = paths[typeof routeName$5g]['post']['parameters']['path'];
|
|
121290
|
+
type GenerateQuestionsToPrefillByCarQueryParams = paths[typeof routeName$5g]['post']['parameters']['query'];
|
|
121291
|
+
type GenerateQuestionsToPrefillByCarResponse = paths[typeof routeName$5g]['post']['responses'][200]['content']['application/json'];
|
|
121432
121292
|
interface GenerateQuestionsToPrefillByCarProps {
|
|
121433
121293
|
body: GenerateQuestionsToPrefillByCarBody;
|
|
121434
121294
|
params: {
|
|
@@ -121438,11 +121298,11 @@ interface GenerateQuestionsToPrefillByCarProps {
|
|
|
121438
121298
|
}
|
|
121439
121299
|
declare const generateQuestionsToPrefillByCar: (props: GenerateQuestionsToPrefillByCarProps, wgApiClient: ClientType) => Promise<GenerateQuestionsToPrefillByCarResponse>;
|
|
121440
121300
|
|
|
121441
|
-
declare const routeName$
|
|
121442
|
-
type CreateConversationBody = paths[typeof routeName$
|
|
121443
|
-
type CreateConversationPathParams = paths[typeof routeName$
|
|
121444
|
-
type CreateConversationQueryParams = paths[typeof routeName$
|
|
121445
|
-
type CreateConversationResponse = paths[typeof routeName$
|
|
121301
|
+
declare const routeName$5f = "/v1/api/flows/{flow_id}/conversations";
|
|
121302
|
+
type CreateConversationBody = paths[typeof routeName$5f]['post']['requestBody']['content']['application/json'];
|
|
121303
|
+
type CreateConversationPathParams = paths[typeof routeName$5f]['post']['parameters']['path'];
|
|
121304
|
+
type CreateConversationQueryParams = paths[typeof routeName$5f]['post']['parameters']['query'];
|
|
121305
|
+
type CreateConversationResponse = paths[typeof routeName$5f]['post']['responses'][201]['content']['application/json'];
|
|
121446
121306
|
interface CreateConversationProps {
|
|
121447
121307
|
body: CreateConversationBody;
|
|
121448
121308
|
params: {
|
|
@@ -121452,11 +121312,11 @@ interface CreateConversationProps {
|
|
|
121452
121312
|
}
|
|
121453
121313
|
declare const createConversation: (props: CreateConversationProps, wgApiClient: ClientType) => Promise<CreateConversationResponse>;
|
|
121454
121314
|
|
|
121455
|
-
declare const routeName$
|
|
121456
|
-
type AnswerAFlowSessionBody = paths[typeof routeName$
|
|
121457
|
-
type AnswerAFlowSessionPathParams = paths[typeof routeName$
|
|
121458
|
-
type AnswerAFlowSessionQueryParams = paths[typeof routeName$
|
|
121459
|
-
type AnswerAFlowSessionResponse = paths[typeof routeName$
|
|
121315
|
+
declare const routeName$5e = "/v1/api/flows/{flow_id}/conversations/{session_id}/answers";
|
|
121316
|
+
type AnswerAFlowSessionBody = paths[typeof routeName$5e]['post']['requestBody']['content']['application/json'];
|
|
121317
|
+
type AnswerAFlowSessionPathParams = paths[typeof routeName$5e]['post']['parameters']['path'];
|
|
121318
|
+
type AnswerAFlowSessionQueryParams = paths[typeof routeName$5e]['post']['parameters']['query'];
|
|
121319
|
+
type AnswerAFlowSessionResponse = paths[typeof routeName$5e]['post']['responses'][200]['content']['application/json'];
|
|
121460
121320
|
interface AnswerAFlowSessionProps {
|
|
121461
121321
|
body: AnswerAFlowSessionBody;
|
|
121462
121322
|
params: {
|
|
@@ -121466,28 +121326,28 @@ interface AnswerAFlowSessionProps {
|
|
|
121466
121326
|
}
|
|
121467
121327
|
declare const answerAFlowSession: (props: AnswerAFlowSessionProps, wgApiClient: ClientType) => Promise<AnswerAFlowSessionResponse>;
|
|
121468
121328
|
|
|
121469
|
-
declare const routeName$
|
|
121470
|
-
type GetAllConversationsQueryParams = paths[typeof routeName$
|
|
121471
|
-
type GetAllConversationsResponse = paths[typeof routeName$
|
|
121472
|
-
type GetAllConversationsProps = paths[typeof routeName$
|
|
121329
|
+
declare const routeName$5d = "/v1/api/conversations";
|
|
121330
|
+
type GetAllConversationsQueryParams = paths[typeof routeName$5d]['get']['parameters']['query'];
|
|
121331
|
+
type GetAllConversationsResponse = paths[typeof routeName$5d]['get']['responses'][200]['content']['application/json'];
|
|
121332
|
+
type GetAllConversationsProps = paths[typeof routeName$5d]['get']['parameters'];
|
|
121473
121333
|
declare const getAllConversations: (props: GetAllConversationsProps, wgApiClient: ClientType) => Promise<GetAllConversationsResponse>;
|
|
121474
121334
|
|
|
121475
|
-
declare const routeName$
|
|
121476
|
-
type GetConversationsOriginFilterQueryParams = paths[typeof routeName$
|
|
121477
|
-
type GetConversationsOriginFilterResponse = paths[typeof routeName$
|
|
121478
|
-
type GetConversationsOriginFilterProps = paths[typeof routeName$
|
|
121335
|
+
declare const routeName$5c = "/v1/api/conversations-filters/origin";
|
|
121336
|
+
type GetConversationsOriginFilterQueryParams = paths[typeof routeName$5c]['get']['parameters']['query'];
|
|
121337
|
+
type GetConversationsOriginFilterResponse = paths[typeof routeName$5c]['get']['responses'][200]['content']['application/json'];
|
|
121338
|
+
type GetConversationsOriginFilterProps = paths[typeof routeName$5c]['get']['parameters'];
|
|
121479
121339
|
declare const getConversationsOriginFilter: (props: GetConversationsOriginFilterProps, wgApiClient: ClientType) => Promise<GetConversationsOriginFilterResponse>;
|
|
121480
121340
|
|
|
121481
|
-
declare const routeName$
|
|
121482
|
-
type GetConversationByIdPathParams = paths[typeof routeName$
|
|
121483
|
-
type GetConversationByIdQueryParams = paths[typeof routeName$
|
|
121484
|
-
type GetConversationByIdResponse = paths[typeof routeName$
|
|
121485
|
-
type GetConversationByIdProps = paths[typeof routeName$
|
|
121341
|
+
declare const routeName$5b = "/v1/api/conversations/{session_id}";
|
|
121342
|
+
type GetConversationByIdPathParams = paths[typeof routeName$5b]['get']['parameters']['path'];
|
|
121343
|
+
type GetConversationByIdQueryParams = paths[typeof routeName$5b]['get']['parameters']['query'];
|
|
121344
|
+
type GetConversationByIdResponse = paths[typeof routeName$5b]['get']['responses'][200]['content']['application/json'];
|
|
121345
|
+
type GetConversationByIdProps = paths[typeof routeName$5b]['get']['parameters'];
|
|
121486
121346
|
declare const getConversationById: (props: GetConversationByIdProps, wgApiClient: ClientType) => Promise<GetConversationByIdResponse>;
|
|
121487
121347
|
|
|
121488
|
-
declare const routeName$
|
|
121489
|
-
type DeleteSessionBySessionIdPathParams = paths[typeof routeName$
|
|
121490
|
-
type DeleteSessionBySessionIdResponse = paths[typeof routeName$
|
|
121348
|
+
declare const routeName$5a = "/v1/api/conversations/{session_id}";
|
|
121349
|
+
type DeleteSessionBySessionIdPathParams = paths[typeof routeName$5a]['delete']['parameters']['path'];
|
|
121350
|
+
type DeleteSessionBySessionIdResponse = paths[typeof routeName$5a]['delete']['responses'][200]['content']['application/json'];
|
|
121491
121351
|
interface DeleteSessionBySessionIdProps {
|
|
121492
121352
|
params: {
|
|
121493
121353
|
path: DeleteSessionBySessionIdPathParams;
|
|
@@ -121495,10 +121355,10 @@ interface DeleteSessionBySessionIdProps {
|
|
|
121495
121355
|
}
|
|
121496
121356
|
declare const deleteSessionBySessionId: (props: DeleteSessionBySessionIdProps, wgApiClient: ClientType) => Promise<DeleteSessionBySessionIdResponse>;
|
|
121497
121357
|
|
|
121498
|
-
declare const routeName$
|
|
121499
|
-
type UpdateConversationByIdBody = paths[typeof routeName$
|
|
121500
|
-
type UpdateConversationByIdPathParams = paths[typeof routeName$
|
|
121501
|
-
type UpdateConversationByIdResponse = paths[typeof routeName$
|
|
121358
|
+
declare const routeName$59 = "/v1/api/conversations/{session_id}";
|
|
121359
|
+
type UpdateConversationByIdBody = paths[typeof routeName$59]['patch']['requestBody']['content']['application/json'];
|
|
121360
|
+
type UpdateConversationByIdPathParams = paths[typeof routeName$59]['patch']['parameters']['path'];
|
|
121361
|
+
type UpdateConversationByIdResponse = paths[typeof routeName$59]['patch']['responses'][200]['content']['application/json'];
|
|
121502
121362
|
interface UpdateConversationByIdProps {
|
|
121503
121363
|
body: UpdateConversationByIdBody;
|
|
121504
121364
|
params: {
|
|
@@ -121507,16 +121367,16 @@ interface UpdateConversationByIdProps {
|
|
|
121507
121367
|
}
|
|
121508
121368
|
declare const updateConversationById: (props: UpdateConversationByIdProps, wgApiClient: ClientType) => Promise<UpdateConversationByIdResponse>;
|
|
121509
121369
|
|
|
121510
|
-
declare const routeName$
|
|
121511
|
-
type GetAllSessionsBySessionIdPathParams = paths[typeof routeName$
|
|
121512
|
-
type GetAllSessionsBySessionIdQueryParams = paths[typeof routeName$
|
|
121513
|
-
type GetAllSessionsBySessionIdResponse = paths[typeof routeName$
|
|
121514
|
-
type GetAllSessionsBySessionIdProps = paths[typeof routeName$
|
|
121370
|
+
declare const routeName$58 = "/v1/api/conversations/{session_id}/sessions";
|
|
121371
|
+
type GetAllSessionsBySessionIdPathParams = paths[typeof routeName$58]['get']['parameters']['path'];
|
|
121372
|
+
type GetAllSessionsBySessionIdQueryParams = paths[typeof routeName$58]['get']['parameters']['query'];
|
|
121373
|
+
type GetAllSessionsBySessionIdResponse = paths[typeof routeName$58]['get']['responses'][200]['content']['application/json'];
|
|
121374
|
+
type GetAllSessionsBySessionIdProps = paths[typeof routeName$58]['get']['parameters'];
|
|
121515
121375
|
declare const getAllSessionsBySessionId: (props: GetAllSessionsBySessionIdProps, wgApiClient: ClientType) => Promise<GetAllSessionsBySessionIdResponse>;
|
|
121516
121376
|
|
|
121517
|
-
declare const routeName$
|
|
121518
|
-
type DeleteAllSessionsBySessionIdPathParams = paths[typeof routeName$
|
|
121519
|
-
type DeleteAllSessionsBySessionIdResponse = paths[typeof routeName$
|
|
121377
|
+
declare const routeName$57 = "/v1/api/conversations/{session_id}/sessions";
|
|
121378
|
+
type DeleteAllSessionsBySessionIdPathParams = paths[typeof routeName$57]['delete']['parameters']['path'];
|
|
121379
|
+
type DeleteAllSessionsBySessionIdResponse = paths[typeof routeName$57]['delete']['responses'][200]['content']['application/json'];
|
|
121520
121380
|
interface DeleteAllSessionsBySessionIdProps {
|
|
121521
121381
|
params: {
|
|
121522
121382
|
path: DeleteAllSessionsBySessionIdPathParams;
|
|
@@ -121524,10 +121384,10 @@ interface DeleteAllSessionsBySessionIdProps {
|
|
|
121524
121384
|
}
|
|
121525
121385
|
declare const deleteAllSessionsBySessionId: (props: DeleteAllSessionsBySessionIdProps, wgApiClient: ClientType) => Promise<DeleteAllSessionsBySessionIdResponse>;
|
|
121526
121386
|
|
|
121527
|
-
declare const routeName$
|
|
121528
|
-
type DeleteEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$
|
|
121529
|
-
type DeleteEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$
|
|
121530
|
-
type DeleteEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$
|
|
121387
|
+
declare const routeName$56 = "/v1/api/conversations/{session_id}/entities/{entity_id}";
|
|
121388
|
+
type DeleteEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$56]['delete']['parameters']['path'];
|
|
121389
|
+
type DeleteEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$56]['delete']['parameters']['query'];
|
|
121390
|
+
type DeleteEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$56]['delete']['responses'][200]['content']['application/json'];
|
|
121531
121391
|
interface DeleteEntityBySessionIdAndFlowIdProps {
|
|
121532
121392
|
params: {
|
|
121533
121393
|
query: DeleteEntityBySessionIdAndFlowIdQueryParams;
|
|
@@ -121536,10 +121396,10 @@ interface DeleteEntityBySessionIdAndFlowIdProps {
|
|
|
121536
121396
|
}
|
|
121537
121397
|
declare const deleteEntityBySessionIdAndFlowId: (props: DeleteEntityBySessionIdAndFlowIdProps, wgApiClient: ClientType) => Promise<DeleteEntityBySessionIdAndFlowIdResponse>;
|
|
121538
121398
|
|
|
121539
|
-
declare const routeName$
|
|
121540
|
-
type DeletePartyEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$
|
|
121541
|
-
type DeletePartyEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$
|
|
121542
|
-
type DeletePartyEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$
|
|
121399
|
+
declare const routeName$55 = "/v1/api/conversations/{session_id}/entities/{entity_id}/parties/{party_id}";
|
|
121400
|
+
type DeletePartyEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$55]['delete']['parameters']['path'];
|
|
121401
|
+
type DeletePartyEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$55]['delete']['parameters']['query'];
|
|
121402
|
+
type DeletePartyEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$55]['delete']['responses'][200]['content']['application/json'];
|
|
121543
121403
|
interface DeletePartyEntityBySessionIdAndFlowIdProps {
|
|
121544
121404
|
params: {
|
|
121545
121405
|
query: DeletePartyEntityBySessionIdAndFlowIdQueryParams;
|
|
@@ -121548,10 +121408,10 @@ interface DeletePartyEntityBySessionIdAndFlowIdProps {
|
|
|
121548
121408
|
}
|
|
121549
121409
|
declare const deletePartyEntityBySessionIdAndFlowId: (props: DeletePartyEntityBySessionIdAndFlowIdProps, wgApiClient: ClientType) => Promise<DeletePartyEntityBySessionIdAndFlowIdResponse>;
|
|
121550
121410
|
|
|
121551
|
-
declare const routeName$
|
|
121552
|
-
type MarkConversationAsCompletedByIdBody = paths[typeof routeName$
|
|
121553
|
-
type MarkConversationAsCompletedByIdPathParams = paths[typeof routeName$
|
|
121554
|
-
type MarkConversationAsCompletedByIdResponse = paths[typeof routeName$
|
|
121411
|
+
declare const routeName$54 = "/v1/api/conversations/{session_id}/complete";
|
|
121412
|
+
type MarkConversationAsCompletedByIdBody = paths[typeof routeName$54]['post']['requestBody']['content']['application/json'];
|
|
121413
|
+
type MarkConversationAsCompletedByIdPathParams = paths[typeof routeName$54]['post']['parameters']['path'];
|
|
121414
|
+
type MarkConversationAsCompletedByIdResponse = paths[typeof routeName$54]['post']['responses'][200]['content']['application/json'];
|
|
121555
121415
|
interface MarkConversationAsCompletedByIdProps {
|
|
121556
121416
|
body: MarkConversationAsCompletedByIdBody;
|
|
121557
121417
|
params: {
|
|
@@ -121560,9 +121420,9 @@ interface MarkConversationAsCompletedByIdProps {
|
|
|
121560
121420
|
}
|
|
121561
121421
|
declare const markConversationAsCompletedById: (props: MarkConversationAsCompletedByIdProps, wgApiClient: ClientType) => Promise<MarkConversationAsCompletedByIdResponse>;
|
|
121562
121422
|
|
|
121563
|
-
declare const routeName$
|
|
121564
|
-
type CreateConversationReminderPathParams = paths[typeof routeName$
|
|
121565
|
-
type CreateConversationReminderResponse = paths[typeof routeName$
|
|
121423
|
+
declare const routeName$53 = "/v1/api/conversations/{session_id}/reminders";
|
|
121424
|
+
type CreateConversationReminderPathParams = paths[typeof routeName$53]['post']['parameters']['path'];
|
|
121425
|
+
type CreateConversationReminderResponse = paths[typeof routeName$53]['post']['responses'][200]['content']['application/json'];
|
|
121566
121426
|
interface CreateConversationReminderProps {
|
|
121567
121427
|
params: {
|
|
121568
121428
|
path: CreateConversationReminderPathParams;
|
|
@@ -121570,11 +121430,11 @@ interface CreateConversationReminderProps {
|
|
|
121570
121430
|
}
|
|
121571
121431
|
declare const createConversationReminder: (props: CreateConversationReminderProps, wgApiClient: ClientType) => Promise<CreateConversationReminderResponse>;
|
|
121572
121432
|
|
|
121573
|
-
declare const routeName$
|
|
121574
|
-
type GetConversationReportPdfByIdBody = paths[typeof routeName$
|
|
121575
|
-
type GetConversationReportPdfByIdPathParams = paths[typeof routeName$
|
|
121576
|
-
type GetConversationReportPdfByIdQueryParams = paths[typeof routeName$
|
|
121577
|
-
type GetConversationReportPdfByIdResponse = paths[typeof routeName$
|
|
121433
|
+
declare const routeName$52 = "/v1/api/conversations/{session_id}/pdf";
|
|
121434
|
+
type GetConversationReportPdfByIdBody = paths[typeof routeName$52]['post']['requestBody']['content']['application/json'];
|
|
121435
|
+
type GetConversationReportPdfByIdPathParams = paths[typeof routeName$52]['post']['parameters']['path'];
|
|
121436
|
+
type GetConversationReportPdfByIdQueryParams = paths[typeof routeName$52]['post']['parameters']['query'];
|
|
121437
|
+
type GetConversationReportPdfByIdResponse = paths[typeof routeName$52]['post']['responses'][200]['content']['application/json'];
|
|
121578
121438
|
interface GetConversationReportPdfByIdProps {
|
|
121579
121439
|
body: GetConversationReportPdfByIdBody;
|
|
121580
121440
|
params: {
|
|
@@ -121584,10 +121444,10 @@ interface GetConversationReportPdfByIdProps {
|
|
|
121584
121444
|
}
|
|
121585
121445
|
declare const getConversationReportPdfById: (props: GetConversationReportPdfByIdProps, wgApiClient: ClientType) => Promise<GetConversationReportPdfByIdResponse>;
|
|
121586
121446
|
|
|
121587
|
-
declare const routeName$
|
|
121588
|
-
type GiveFeedbackOnConversationByIdPathParams = paths[typeof routeName$
|
|
121589
|
-
type GiveFeedbackOnConversationByIdQueryParams = paths[typeof routeName$
|
|
121590
|
-
type GiveFeedbackOnConversationByIdResponse = paths[typeof routeName$
|
|
121447
|
+
declare const routeName$51 = "/v1/api/conversations/{session_id}/feedback";
|
|
121448
|
+
type GiveFeedbackOnConversationByIdPathParams = paths[typeof routeName$51]['post']['parameters']['path'];
|
|
121449
|
+
type GiveFeedbackOnConversationByIdQueryParams = paths[typeof routeName$51]['post']['parameters']['query'];
|
|
121450
|
+
type GiveFeedbackOnConversationByIdResponse = paths[typeof routeName$51]['post']['responses'][201]['content']['application/json'];
|
|
121591
121451
|
interface GiveFeedbackOnConversationByIdProps {
|
|
121592
121452
|
params: {
|
|
121593
121453
|
query: GiveFeedbackOnConversationByIdQueryParams;
|
|
@@ -121596,27 +121456,27 @@ interface GiveFeedbackOnConversationByIdProps {
|
|
|
121596
121456
|
}
|
|
121597
121457
|
declare const giveFeedbackOnConversationById: (props: GiveFeedbackOnConversationByIdProps, wgApiClient: ClientType) => Promise<GiveFeedbackOnConversationByIdResponse>;
|
|
121598
121458
|
|
|
121599
|
-
declare const routeName$
|
|
121600
|
-
type GetChatBySessionIdPathParams = paths[typeof routeName$
|
|
121601
|
-
type GetChatBySessionIdResponse = paths[typeof routeName$
|
|
121602
|
-
type GetChatBySessionIdProps = paths[typeof routeName$
|
|
121459
|
+
declare const routeName$50 = "/v1/api/conversations/{session_id}/chat";
|
|
121460
|
+
type GetChatBySessionIdPathParams = paths[typeof routeName$50]['get']['parameters']['path'];
|
|
121461
|
+
type GetChatBySessionIdResponse = paths[typeof routeName$50]['get']['responses'][200]['content']['application/json'];
|
|
121462
|
+
type GetChatBySessionIdProps = paths[typeof routeName$50]['get']['parameters'];
|
|
121603
121463
|
declare const getChatBySessionId: (props: GetChatBySessionIdProps, wgApiClient: ClientType) => Promise<GetChatBySessionIdResponse>;
|
|
121604
121464
|
|
|
121605
|
-
declare const routeName$
|
|
121606
|
-
type GetChatSummaryV2BySessionIdPathParams = paths[typeof routeName$
|
|
121607
|
-
type GetChatSummaryV2BySessionIdQueryParams = paths[typeof routeName$
|
|
121608
|
-
type GetChatSummaryV2BySessionIdResponse = paths[typeof routeName$
|
|
121609
|
-
type GetChatSummaryV2BySessionIdProps = paths[typeof routeName$
|
|
121465
|
+
declare const routeName$4$ = "/v2/api/conversations/{session_id}/chat-summary";
|
|
121466
|
+
type GetChatSummaryV2BySessionIdPathParams = paths[typeof routeName$4$]['get']['parameters']['path'];
|
|
121467
|
+
type GetChatSummaryV2BySessionIdQueryParams = paths[typeof routeName$4$]['get']['parameters']['query'];
|
|
121468
|
+
type GetChatSummaryV2BySessionIdResponse = paths[typeof routeName$4$]['get']['responses'][200]['content']['application/json'];
|
|
121469
|
+
type GetChatSummaryV2BySessionIdProps = paths[typeof routeName$4$]['get']['parameters'];
|
|
121610
121470
|
declare const getChatSummaryV2BySessionId: (props: GetChatSummaryV2BySessionIdProps, wgApiClient: ClientType) => Promise<GetChatSummaryV2BySessionIdResponse>;
|
|
121611
121471
|
|
|
121612
|
-
declare const routeName$
|
|
121613
|
-
type GetPartiesLinkedToUserResponse = paths[typeof routeName$
|
|
121472
|
+
declare const routeName$4_ = "/v1/api/customers/me/parties";
|
|
121473
|
+
type GetPartiesLinkedToUserResponse = paths[typeof routeName$4_]['get']['responses'][200]['content']['application/json'];
|
|
121614
121474
|
declare const getPartiesLinkedToUser: (wgApiClient: ClientType) => Promise<GetPartiesLinkedToUserResponse>;
|
|
121615
121475
|
|
|
121616
|
-
declare const routeName$
|
|
121617
|
-
type InviteUserToPartyBody = paths[typeof routeName$
|
|
121618
|
-
type InviteUserToPartyPathParams = paths[typeof routeName$
|
|
121619
|
-
type InviteUserToPartyResponse = paths[typeof routeName$
|
|
121476
|
+
declare const routeName$4Z = "/v1/api/parties/{party_id}/customer-invitations";
|
|
121477
|
+
type InviteUserToPartyBody = paths[typeof routeName$4Z]['post']['requestBody']['content']['application/json'];
|
|
121478
|
+
type InviteUserToPartyPathParams = paths[typeof routeName$4Z]['post']['parameters']['path'];
|
|
121479
|
+
type InviteUserToPartyResponse = paths[typeof routeName$4Z]['post']['responses'][200]['content']['application/json'];
|
|
121620
121480
|
interface InviteUserToPartyProps {
|
|
121621
121481
|
body: InviteUserToPartyBody;
|
|
121622
121482
|
params: {
|
|
@@ -121625,31 +121485,31 @@ interface InviteUserToPartyProps {
|
|
|
121625
121485
|
}
|
|
121626
121486
|
declare const inviteUserToParty: (props: InviteUserToPartyProps, wgApiClient: ClientType) => Promise<InviteUserToPartyResponse>;
|
|
121627
121487
|
|
|
121628
|
-
declare const routeName$
|
|
121629
|
-
type GetCheckupByPartyIdPathParams = paths[typeof routeName$
|
|
121630
|
-
type GetCheckupByPartyIdResponse = paths[typeof routeName$
|
|
121631
|
-
type GetCheckupByPartyIdProps = paths[typeof routeName$
|
|
121488
|
+
declare const routeName$4Y = "/v1/api/parties/{party_id}/checkup";
|
|
121489
|
+
type GetCheckupByPartyIdPathParams = paths[typeof routeName$4Y]['get']['parameters']['path'];
|
|
121490
|
+
type GetCheckupByPartyIdResponse = paths[typeof routeName$4Y]['get']['responses'][200]['content']['application/json'];
|
|
121491
|
+
type GetCheckupByPartyIdProps = paths[typeof routeName$4Y]['get']['parameters'];
|
|
121632
121492
|
declare const getCheckupByPartyId: (props: GetCheckupByPartyIdProps, wgApiClient: ClientType) => Promise<GetCheckupByPartyIdResponse>;
|
|
121633
121493
|
|
|
121634
|
-
declare const routeName$
|
|
121635
|
-
type LinkPartyToUserBody = paths[typeof routeName$
|
|
121636
|
-
type LinkPartyToUserResponse = paths[typeof routeName$
|
|
121494
|
+
declare const routeName$4X = "/v1/api/parties/link-users";
|
|
121495
|
+
type LinkPartyToUserBody = paths[typeof routeName$4X]['post']['requestBody']['content']['application/json'];
|
|
121496
|
+
type LinkPartyToUserResponse = paths[typeof routeName$4X]['post']['responses'][200]['content']['application/json'];
|
|
121637
121497
|
interface LinkPartyToUserProps {
|
|
121638
121498
|
body: LinkPartyToUserBody;
|
|
121639
121499
|
}
|
|
121640
121500
|
declare const linkPartyToUser: (props: LinkPartyToUserProps, wgApiClient: ClientType) => Promise<LinkPartyToUserResponse>;
|
|
121641
121501
|
|
|
121642
|
-
declare const routeName$
|
|
121643
|
-
type DelinkPartyToUserBody = paths[typeof routeName$
|
|
121644
|
-
type DelinkPartyToUserResponse = paths[typeof routeName$
|
|
121502
|
+
declare const routeName$4W = "/v1/api/parties/delink-users";
|
|
121503
|
+
type DelinkPartyToUserBody = paths[typeof routeName$4W]['post']['requestBody']['content']['application/json'];
|
|
121504
|
+
type DelinkPartyToUserResponse = paths[typeof routeName$4W]['post']['responses'][200]['content']['application/json'];
|
|
121645
121505
|
interface DelinkPartyToUserProps {
|
|
121646
121506
|
body: DelinkPartyToUserBody;
|
|
121647
121507
|
}
|
|
121648
121508
|
declare const delinkPartyToUser: (props: DelinkPartyToUserProps, wgApiClient: ClientType) => Promise<DelinkPartyToUserResponse>;
|
|
121649
121509
|
|
|
121650
|
-
declare const routeName$
|
|
121651
|
-
type SendPasswordResetToCustomerPathParams = paths[typeof routeName$
|
|
121652
|
-
type SendPasswordResetToCustomerResponse = paths[typeof routeName$
|
|
121510
|
+
declare const routeName$4V = "/v1/api/customers/{user_id}/password-reset";
|
|
121511
|
+
type SendPasswordResetToCustomerPathParams = paths[typeof routeName$4V]['post']['parameters']['path'];
|
|
121512
|
+
type SendPasswordResetToCustomerResponse = paths[typeof routeName$4V]['post']['responses'][200]['content']['application/json'];
|
|
121653
121513
|
interface SendPasswordResetToCustomerProps {
|
|
121654
121514
|
params: {
|
|
121655
121515
|
path: SendPasswordResetToCustomerPathParams;
|
|
@@ -121657,9 +121517,9 @@ interface SendPasswordResetToCustomerProps {
|
|
|
121657
121517
|
}
|
|
121658
121518
|
declare const sendPasswordResetToCustomer: (props: SendPasswordResetToCustomerProps, wgApiClient: ClientType) => Promise<SendPasswordResetToCustomerResponse>;
|
|
121659
121519
|
|
|
121660
|
-
declare const routeName$
|
|
121661
|
-
type Disable2FaForCustomerPathParams = paths[typeof routeName$
|
|
121662
|
-
type Disable2FaForCustomerResponse = paths[typeof routeName$
|
|
121520
|
+
declare const routeName$4U = "/v1/api/customers/{user_id}/2fa";
|
|
121521
|
+
type Disable2FaForCustomerPathParams = paths[typeof routeName$4U]['delete']['parameters']['path'];
|
|
121522
|
+
type Disable2FaForCustomerResponse = paths[typeof routeName$4U]['delete']['responses'][200]['content']['application/json'];
|
|
121663
121523
|
interface Disable2FaForCustomerProps {
|
|
121664
121524
|
params: {
|
|
121665
121525
|
path: Disable2FaForCustomerPathParams;
|
|
@@ -121667,106 +121527,106 @@ interface Disable2FaForCustomerProps {
|
|
|
121667
121527
|
}
|
|
121668
121528
|
declare const disable2FaForCustomer: (props: Disable2FaForCustomerProps, wgApiClient: ClientType) => Promise<Disable2FaForCustomerResponse>;
|
|
121669
121529
|
|
|
121670
|
-
declare const routeName$
|
|
121671
|
-
type GetInsurancePoliciesAsCustomerQueryParams = paths[typeof routeName$
|
|
121672
|
-
type GetInsurancePoliciesAsCustomerResponse = paths[typeof routeName$
|
|
121673
|
-
type GetInsurancePoliciesAsCustomerProps = paths[typeof routeName$
|
|
121530
|
+
declare const routeName$4T = "/v1/api/customers/me/insurance-policies";
|
|
121531
|
+
type GetInsurancePoliciesAsCustomerQueryParams = paths[typeof routeName$4T]['get']['parameters']['query'];
|
|
121532
|
+
type GetInsurancePoliciesAsCustomerResponse = paths[typeof routeName$4T]['get']['responses'][200]['content']['application/json'];
|
|
121533
|
+
type GetInsurancePoliciesAsCustomerProps = paths[typeof routeName$4T]['get']['parameters'];
|
|
121674
121534
|
declare const getInsurancePoliciesAsCustomer: (props: GetInsurancePoliciesAsCustomerProps, wgApiClient: ClientType) => Promise<GetInsurancePoliciesAsCustomerResponse>;
|
|
121675
121535
|
|
|
121676
|
-
declare const routeName$
|
|
121677
|
-
type GetInsurancePolicyByIdAsCustomerPathParams = paths[typeof routeName$
|
|
121678
|
-
type GetInsurancePolicyByIdAsCustomerResponse = paths[typeof routeName$
|
|
121679
|
-
type GetInsurancePolicyByIdAsCustomerProps = paths[typeof routeName$
|
|
121536
|
+
declare const routeName$4S = "/v1/api/customers/me/insurance-policies/{insurance_policy_id}";
|
|
121537
|
+
type GetInsurancePolicyByIdAsCustomerPathParams = paths[typeof routeName$4S]['get']['parameters']['path'];
|
|
121538
|
+
type GetInsurancePolicyByIdAsCustomerResponse = paths[typeof routeName$4S]['get']['responses'][200]['content']['application/json'];
|
|
121539
|
+
type GetInsurancePolicyByIdAsCustomerProps = paths[typeof routeName$4S]['get']['parameters'];
|
|
121680
121540
|
declare const getInsurancePolicyByIdAsCustomer: (props: GetInsurancePolicyByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetInsurancePolicyByIdAsCustomerResponse>;
|
|
121681
121541
|
|
|
121682
|
-
declare const routeName$
|
|
121683
|
-
type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams = paths[typeof routeName$
|
|
121684
|
-
type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams = paths[typeof routeName$
|
|
121685
|
-
type GetFinconnectLinkForInsurancePolicyAsCustomerResponse = paths[typeof routeName$
|
|
121686
|
-
type GetFinconnectLinkForInsurancePolicyAsCustomerProps = paths[typeof routeName$
|
|
121542
|
+
declare const routeName$4R = "/v1/api/customers/me/insurance-policies/{insurance_policy_id}/finconnect/link";
|
|
121543
|
+
type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams = paths[typeof routeName$4R]['get']['parameters']['path'];
|
|
121544
|
+
type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams = paths[typeof routeName$4R]['get']['parameters']['query'];
|
|
121545
|
+
type GetFinconnectLinkForInsurancePolicyAsCustomerResponse = paths[typeof routeName$4R]['get']['responses'][200]['content']['application/json'];
|
|
121546
|
+
type GetFinconnectLinkForInsurancePolicyAsCustomerProps = paths[typeof routeName$4R]['get']['parameters'];
|
|
121687
121547
|
declare const getFinconnectLinkForInsurancePolicyAsCustomer: (props: GetFinconnectLinkForInsurancePolicyAsCustomerProps, wgApiClient: ClientType) => Promise<GetFinconnectLinkForInsurancePolicyAsCustomerResponse>;
|
|
121688
121548
|
|
|
121689
|
-
declare const routeName$
|
|
121690
|
-
type SendAnvaInquiryAsCustomerBody = paths[typeof routeName$
|
|
121691
|
-
type SendAnvaInquiryAsCustomerResponse = paths[typeof routeName$
|
|
121549
|
+
declare const routeName$4Q = "/v1/api/customers/me/anva-inquiry";
|
|
121550
|
+
type SendAnvaInquiryAsCustomerBody = paths[typeof routeName$4Q]['post']['requestBody']['content']['application/json'];
|
|
121551
|
+
type SendAnvaInquiryAsCustomerResponse = paths[typeof routeName$4Q]['post']['responses'][201]['content']['application/json'];
|
|
121692
121552
|
interface SendAnvaInquiryAsCustomerProps {
|
|
121693
121553
|
body: SendAnvaInquiryAsCustomerBody;
|
|
121694
121554
|
}
|
|
121695
121555
|
declare const sendAnvaInquiryAsCustomer: (props: SendAnvaInquiryAsCustomerProps, wgApiClient: ClientType) => Promise<SendAnvaInquiryAsCustomerResponse>;
|
|
121696
121556
|
|
|
121697
|
-
declare const routeName$
|
|
121698
|
-
type GetPolicyPackagesAsCustomerQueryParams = paths[typeof routeName$
|
|
121699
|
-
type GetPolicyPackagesAsCustomerResponse = paths[typeof routeName$
|
|
121700
|
-
type GetPolicyPackagesAsCustomerProps = paths[typeof routeName$
|
|
121557
|
+
declare const routeName$4P = "/v1/api/customers/me/policy-packages";
|
|
121558
|
+
type GetPolicyPackagesAsCustomerQueryParams = paths[typeof routeName$4P]['get']['parameters']['query'];
|
|
121559
|
+
type GetPolicyPackagesAsCustomerResponse = paths[typeof routeName$4P]['get']['responses'][200]['content']['application/json'];
|
|
121560
|
+
type GetPolicyPackagesAsCustomerProps = paths[typeof routeName$4P]['get']['parameters'];
|
|
121701
121561
|
declare const getPolicyPackagesAsCustomer: (props: GetPolicyPackagesAsCustomerProps, wgApiClient: ClientType) => Promise<GetPolicyPackagesAsCustomerResponse>;
|
|
121702
121562
|
|
|
121703
|
-
declare const routeName$
|
|
121704
|
-
type GetPolicyPackageByIdAsCustomerPathParams = paths[typeof routeName$
|
|
121705
|
-
type GetPolicyPackageByIdAsCustomerResponse = paths[typeof routeName$
|
|
121706
|
-
type GetPolicyPackageByIdAsCustomerProps = paths[typeof routeName$
|
|
121563
|
+
declare const routeName$4O = "/v1/api/customers/me/policy-packages/{policy_package_id}";
|
|
121564
|
+
type GetPolicyPackageByIdAsCustomerPathParams = paths[typeof routeName$4O]['get']['parameters']['path'];
|
|
121565
|
+
type GetPolicyPackageByIdAsCustomerResponse = paths[typeof routeName$4O]['get']['responses'][200]['content']['application/json'];
|
|
121566
|
+
type GetPolicyPackageByIdAsCustomerProps = paths[typeof routeName$4O]['get']['parameters'];
|
|
121707
121567
|
declare const getPolicyPackageByIdAsCustomer: (props: GetPolicyPackageByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetPolicyPackageByIdAsCustomerResponse>;
|
|
121708
121568
|
|
|
121709
|
-
declare const routeName$
|
|
121710
|
-
type GetCurrentAccountInsightsAsCustomerQueryParams = paths[typeof routeName$
|
|
121711
|
-
type GetCurrentAccountInsightsAsCustomerResponse = paths[typeof routeName$
|
|
121712
|
-
type GetCurrentAccountInsightsAsCustomerProps = paths[typeof routeName$
|
|
121569
|
+
declare const routeName$4N = "/v1/api/customers/me/current-account-insights";
|
|
121570
|
+
type GetCurrentAccountInsightsAsCustomerQueryParams = paths[typeof routeName$4N]['get']['parameters']['query'];
|
|
121571
|
+
type GetCurrentAccountInsightsAsCustomerResponse = paths[typeof routeName$4N]['get']['responses'][200]['content']['application/json'];
|
|
121572
|
+
type GetCurrentAccountInsightsAsCustomerProps = paths[typeof routeName$4N]['get']['parameters'];
|
|
121713
121573
|
declare const getCurrentAccountInsightsAsCustomer: (props: GetCurrentAccountInsightsAsCustomerProps, wgApiClient: ClientType) => Promise<GetCurrentAccountInsightsAsCustomerResponse>;
|
|
121714
121574
|
|
|
121715
|
-
declare const routeName$
|
|
121716
|
-
type GetInvoicesAsCustomerQueryParams = paths[typeof routeName$
|
|
121717
|
-
type GetInvoicesAsCustomerResponse = paths[typeof routeName$
|
|
121718
|
-
type GetInvoicesAsCustomerProps = paths[typeof routeName$
|
|
121575
|
+
declare const routeName$4M = "/v1/api/customers/me/invoices";
|
|
121576
|
+
type GetInvoicesAsCustomerQueryParams = paths[typeof routeName$4M]['get']['parameters']['query'];
|
|
121577
|
+
type GetInvoicesAsCustomerResponse = paths[typeof routeName$4M]['get']['responses'][200]['content']['application/json'];
|
|
121578
|
+
type GetInvoicesAsCustomerProps = paths[typeof routeName$4M]['get']['parameters'];
|
|
121719
121579
|
declare const getInvoicesAsCustomer: (props: GetInvoicesAsCustomerProps, wgApiClient: ClientType) => Promise<GetInvoicesAsCustomerResponse>;
|
|
121720
121580
|
|
|
121721
|
-
declare const routeName$
|
|
121722
|
-
type GetInvoiceByIdAsCustomerPathParams = paths[typeof routeName$
|
|
121723
|
-
type GetInvoiceByIdAsCustomerResponse = paths[typeof routeName$
|
|
121724
|
-
type GetInvoiceByIdAsCustomerProps = paths[typeof routeName$
|
|
121581
|
+
declare const routeName$4L = "/v1/api/customers/me/invoices/{invoice_id}";
|
|
121582
|
+
type GetInvoiceByIdAsCustomerPathParams = paths[typeof routeName$4L]['get']['parameters']['path'];
|
|
121583
|
+
type GetInvoiceByIdAsCustomerResponse = paths[typeof routeName$4L]['get']['responses'][200]['content']['application/json'];
|
|
121584
|
+
type GetInvoiceByIdAsCustomerProps = paths[typeof routeName$4L]['get']['parameters'];
|
|
121725
121585
|
declare const getInvoiceByIdAsCustomer: (props: GetInvoiceByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetInvoiceByIdAsCustomerResponse>;
|
|
121726
121586
|
|
|
121727
|
-
declare const routeName$
|
|
121728
|
-
type GetClaimsAsCustomerQueryParams = paths[typeof routeName$
|
|
121729
|
-
type GetClaimsAsCustomerResponse = paths[typeof routeName$
|
|
121730
|
-
type GetClaimsAsCustomerProps = paths[typeof routeName$
|
|
121587
|
+
declare const routeName$4K = "/v1/api/customers/me/claims";
|
|
121588
|
+
type GetClaimsAsCustomerQueryParams = paths[typeof routeName$4K]['get']['parameters']['query'];
|
|
121589
|
+
type GetClaimsAsCustomerResponse = paths[typeof routeName$4K]['get']['responses'][200]['content']['application/json'];
|
|
121590
|
+
type GetClaimsAsCustomerProps = paths[typeof routeName$4K]['get']['parameters'];
|
|
121731
121591
|
declare const getClaimsAsCustomer: (props: GetClaimsAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimsAsCustomerResponse>;
|
|
121732
121592
|
|
|
121733
|
-
declare const routeName$
|
|
121734
|
-
type GetClaimByIdAsCustomerPathParams = paths[typeof routeName$
|
|
121735
|
-
type GetClaimByIdAsCustomerResponse = paths[typeof routeName$
|
|
121736
|
-
type GetClaimByIdAsCustomerProps = paths[typeof routeName$
|
|
121593
|
+
declare const routeName$4J = "/v1/api/customers/me/claims/{claim_id}";
|
|
121594
|
+
type GetClaimByIdAsCustomerPathParams = paths[typeof routeName$4J]['get']['parameters']['path'];
|
|
121595
|
+
type GetClaimByIdAsCustomerResponse = paths[typeof routeName$4J]['get']['responses'][200]['content']['application/json'];
|
|
121596
|
+
type GetClaimByIdAsCustomerProps = paths[typeof routeName$4J]['get']['parameters'];
|
|
121737
121597
|
declare const getClaimByIdAsCustomer: (props: GetClaimByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimByIdAsCustomerResponse>;
|
|
121738
121598
|
|
|
121739
|
-
declare const routeName$
|
|
121740
|
-
type GetDocumentsAsCustomerQueryParams = paths[typeof routeName$
|
|
121741
|
-
type GetDocumentsAsCustomerResponse = paths[typeof routeName$
|
|
121742
|
-
type GetDocumentsAsCustomerProps = paths[typeof routeName$
|
|
121599
|
+
declare const routeName$4I = "/v1/api/customers/me/documents";
|
|
121600
|
+
type GetDocumentsAsCustomerQueryParams = paths[typeof routeName$4I]['get']['parameters']['query'];
|
|
121601
|
+
type GetDocumentsAsCustomerResponse = paths[typeof routeName$4I]['get']['responses'][200]['content']['application/json'];
|
|
121602
|
+
type GetDocumentsAsCustomerProps = paths[typeof routeName$4I]['get']['parameters'];
|
|
121743
121603
|
declare const getDocumentsAsCustomer: (props: GetDocumentsAsCustomerProps, wgApiClient: ClientType) => Promise<GetDocumentsAsCustomerResponse>;
|
|
121744
121604
|
|
|
121745
|
-
declare const routeName$
|
|
121746
|
-
type GetFinconnectLinkAsCustomerQueryParams = paths[typeof routeName$
|
|
121747
|
-
type GetFinconnectLinkAsCustomerResponse = paths[typeof routeName$
|
|
121748
|
-
type GetFinconnectLinkAsCustomerProps = paths[typeof routeName$
|
|
121605
|
+
declare const routeName$4H = "/v1/api/customers/me/finconnect/link";
|
|
121606
|
+
type GetFinconnectLinkAsCustomerQueryParams = paths[typeof routeName$4H]['get']['parameters']['query'];
|
|
121607
|
+
type GetFinconnectLinkAsCustomerResponse = paths[typeof routeName$4H]['get']['responses'][200]['content']['application/json'];
|
|
121608
|
+
type GetFinconnectLinkAsCustomerProps = paths[typeof routeName$4H]['get']['parameters'];
|
|
121749
121609
|
declare const getFinconnectLinkAsCustomer: (props: GetFinconnectLinkAsCustomerProps, wgApiClient: ClientType) => Promise<GetFinconnectLinkAsCustomerResponse>;
|
|
121750
121610
|
|
|
121751
|
-
declare const routeName$
|
|
121752
|
-
type PatchOwnPartyAsCustomerBody = paths[typeof routeName$
|
|
121753
|
-
type PatchOwnPartyAsCustomerResponse = paths[typeof routeName$
|
|
121611
|
+
declare const routeName$4G = "/v1/api/parties/me";
|
|
121612
|
+
type PatchOwnPartyAsCustomerBody = paths[typeof routeName$4G]['patch']['requestBody']['content']['application/json'];
|
|
121613
|
+
type PatchOwnPartyAsCustomerResponse = paths[typeof routeName$4G]['patch']['responses'][200]['content']['application/json'];
|
|
121754
121614
|
interface PatchOwnPartyAsCustomerProps {
|
|
121755
121615
|
body: PatchOwnPartyAsCustomerBody;
|
|
121756
121616
|
}
|
|
121757
121617
|
declare const patchOwnPartyAsCustomer: (props: PatchOwnPartyAsCustomerProps, wgApiClient: ClientType) => Promise<PatchOwnPartyAsCustomerResponse>;
|
|
121758
121618
|
|
|
121759
|
-
declare const routeName$
|
|
121760
|
-
type CreatePartyActivitiesAsCustomerBody = paths[typeof routeName$
|
|
121761
|
-
type CreatePartyActivitiesAsCustomerResponse = paths[typeof routeName$
|
|
121619
|
+
declare const routeName$4F = "/v1/api/parties/me/activities";
|
|
121620
|
+
type CreatePartyActivitiesAsCustomerBody = paths[typeof routeName$4F]['post']['requestBody']['content']['application/json'];
|
|
121621
|
+
type CreatePartyActivitiesAsCustomerResponse = paths[typeof routeName$4F]['post']['responses'][201]['content']['application/json'];
|
|
121762
121622
|
interface CreatePartyActivitiesAsCustomerProps {
|
|
121763
121623
|
body: CreatePartyActivitiesAsCustomerBody;
|
|
121764
121624
|
}
|
|
121765
121625
|
declare const createPartyActivitiesAsCustomer: (props: CreatePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<CreatePartyActivitiesAsCustomerResponse>;
|
|
121766
121626
|
|
|
121767
|
-
declare const routeName$
|
|
121768
|
-
type DeletePartyActivitiesAsCustomerPathParams = paths[typeof routeName$
|
|
121769
|
-
type DeletePartyActivitiesAsCustomerResponse = paths[typeof routeName$
|
|
121627
|
+
declare const routeName$4E = "/v1/api/parties/me/activities/{activity_id}";
|
|
121628
|
+
type DeletePartyActivitiesAsCustomerPathParams = paths[typeof routeName$4E]['delete']['parameters']['path'];
|
|
121629
|
+
type DeletePartyActivitiesAsCustomerResponse = paths[typeof routeName$4E]['delete']['responses'][200]['content']['application/json'];
|
|
121770
121630
|
interface DeletePartyActivitiesAsCustomerProps {
|
|
121771
121631
|
params: {
|
|
121772
121632
|
path: DeletePartyActivitiesAsCustomerPathParams;
|
|
@@ -121774,10 +121634,10 @@ interface DeletePartyActivitiesAsCustomerProps {
|
|
|
121774
121634
|
}
|
|
121775
121635
|
declare const deletePartyActivitiesAsCustomer: (props: DeletePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<DeletePartyActivitiesAsCustomerResponse>;
|
|
121776
121636
|
|
|
121777
|
-
declare const routeName$
|
|
121778
|
-
type UpdatePartyActivitiesAsCustomerBody = paths[typeof routeName$
|
|
121779
|
-
type UpdatePartyActivitiesAsCustomerPathParams = paths[typeof routeName$
|
|
121780
|
-
type UpdatePartyActivitiesAsCustomerResponse = paths[typeof routeName$
|
|
121637
|
+
declare const routeName$4D = "/v1/api/parties/me/activities/{activity_id}";
|
|
121638
|
+
type UpdatePartyActivitiesAsCustomerBody = paths[typeof routeName$4D]['patch']['requestBody']['content']['application/json'];
|
|
121639
|
+
type UpdatePartyActivitiesAsCustomerPathParams = paths[typeof routeName$4D]['patch']['parameters']['path'];
|
|
121640
|
+
type UpdatePartyActivitiesAsCustomerResponse = paths[typeof routeName$4D]['patch']['responses'][200]['content']['application/json'];
|
|
121781
121641
|
interface UpdatePartyActivitiesAsCustomerProps {
|
|
121782
121642
|
body: UpdatePartyActivitiesAsCustomerBody;
|
|
121783
121643
|
params: {
|
|
@@ -121786,29 +121646,29 @@ interface UpdatePartyActivitiesAsCustomerProps {
|
|
|
121786
121646
|
}
|
|
121787
121647
|
declare const updatePartyActivitiesAsCustomer: (props: UpdatePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<UpdatePartyActivitiesAsCustomerResponse>;
|
|
121788
121648
|
|
|
121789
|
-
declare const routeName$
|
|
121790
|
-
type GetCustomersByPartyPathParams = paths[typeof routeName$
|
|
121791
|
-
type GetCustomersByPartyQueryParams = paths[typeof routeName$
|
|
121792
|
-
type GetCustomersByPartyResponse = paths[typeof routeName$
|
|
121793
|
-
type GetCustomersByPartyProps = paths[typeof routeName$
|
|
121649
|
+
declare const routeName$4C = "/v1/api/parties/{party_id}/customers";
|
|
121650
|
+
type GetCustomersByPartyPathParams = paths[typeof routeName$4C]['get']['parameters']['path'];
|
|
121651
|
+
type GetCustomersByPartyQueryParams = paths[typeof routeName$4C]['get']['parameters']['query'];
|
|
121652
|
+
type GetCustomersByPartyResponse = paths[typeof routeName$4C]['get']['responses'][200]['content']['application/json'];
|
|
121653
|
+
type GetCustomersByPartyProps = paths[typeof routeName$4C]['get']['parameters'];
|
|
121794
121654
|
declare const getCustomersByParty: (props: GetCustomersByPartyProps, wgApiClient: ClientType) => Promise<GetCustomersByPartyResponse>;
|
|
121795
121655
|
|
|
121796
|
-
declare const routeName$
|
|
121797
|
-
type GetPartiesByCustomerPathParams = paths[typeof routeName$
|
|
121798
|
-
type GetPartiesByCustomerQueryParams = paths[typeof routeName$
|
|
121799
|
-
type GetPartiesByCustomerResponse = paths[typeof routeName$
|
|
121800
|
-
type GetPartiesByCustomerProps = paths[typeof routeName$
|
|
121656
|
+
declare const routeName$4B = "/v1/api/customers/{user_id}/parties";
|
|
121657
|
+
type GetPartiesByCustomerPathParams = paths[typeof routeName$4B]['get']['parameters']['path'];
|
|
121658
|
+
type GetPartiesByCustomerQueryParams = paths[typeof routeName$4B]['get']['parameters']['query'];
|
|
121659
|
+
type GetPartiesByCustomerResponse = paths[typeof routeName$4B]['get']['responses'][200]['content']['application/json'];
|
|
121660
|
+
type GetPartiesByCustomerProps = paths[typeof routeName$4B]['get']['parameters'];
|
|
121801
121661
|
declare const getPartiesByCustomer: (props: GetPartiesByCustomerProps, wgApiClient: ClientType) => Promise<GetPartiesByCustomerResponse>;
|
|
121802
121662
|
|
|
121803
|
-
declare const routeName$
|
|
121804
|
-
type GetAllCustomersByDistributionQueryParams = paths[typeof routeName$
|
|
121805
|
-
type GetAllCustomersByDistributionResponse = paths[typeof routeName$
|
|
121806
|
-
type GetAllCustomersByDistributionProps = paths[typeof routeName$
|
|
121663
|
+
declare const routeName$4A = "/v1/api/customers";
|
|
121664
|
+
type GetAllCustomersByDistributionQueryParams = paths[typeof routeName$4A]['get']['parameters']['query'];
|
|
121665
|
+
type GetAllCustomersByDistributionResponse = paths[typeof routeName$4A]['get']['responses'][200]['content']['application/json'];
|
|
121666
|
+
type GetAllCustomersByDistributionProps = paths[typeof routeName$4A]['get']['parameters'];
|
|
121807
121667
|
declare const getAllCustomersByDistribution: (props: GetAllCustomersByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCustomersByDistributionResponse>;
|
|
121808
121668
|
|
|
121809
|
-
declare const routeName$
|
|
121810
|
-
type BlockCustomerFromAccessingPartyPathParams = paths[typeof routeName$
|
|
121811
|
-
type BlockCustomerFromAccessingPartyResponse = paths[typeof routeName$
|
|
121669
|
+
declare const routeName$4z = "/v1/api/customers/{user_id}/parties/{party_id}/block";
|
|
121670
|
+
type BlockCustomerFromAccessingPartyPathParams = paths[typeof routeName$4z]['post']['parameters']['path'];
|
|
121671
|
+
type BlockCustomerFromAccessingPartyResponse = paths[typeof routeName$4z]['post']['responses'][200]['content']['application/json'];
|
|
121812
121672
|
interface BlockCustomerFromAccessingPartyProps {
|
|
121813
121673
|
params: {
|
|
121814
121674
|
path: BlockCustomerFromAccessingPartyPathParams;
|
|
@@ -121816,9 +121676,9 @@ interface BlockCustomerFromAccessingPartyProps {
|
|
|
121816
121676
|
}
|
|
121817
121677
|
declare const blockCustomerFromAccessingParty: (props: BlockCustomerFromAccessingPartyProps, wgApiClient: ClientType) => Promise<BlockCustomerFromAccessingPartyResponse>;
|
|
121818
121678
|
|
|
121819
|
-
declare const routeName$
|
|
121820
|
-
type UnblockCustomerFromAccessingPartyPathParams = paths[typeof routeName$
|
|
121821
|
-
type UnblockCustomerFromAccessingPartyResponse = paths[typeof routeName$
|
|
121679
|
+
declare const routeName$4y = "/v1/api/customers/{user_id}/parties/{party_id}/block";
|
|
121680
|
+
type UnblockCustomerFromAccessingPartyPathParams = paths[typeof routeName$4y]['delete']['parameters']['path'];
|
|
121681
|
+
type UnblockCustomerFromAccessingPartyResponse = paths[typeof routeName$4y]['delete']['responses'][200]['content']['application/json'];
|
|
121822
121682
|
interface UnblockCustomerFromAccessingPartyProps {
|
|
121823
121683
|
params: {
|
|
121824
121684
|
path: UnblockCustomerFromAccessingPartyPathParams;
|
|
@@ -121826,16 +121686,16 @@ interface UnblockCustomerFromAccessingPartyProps {
|
|
|
121826
121686
|
}
|
|
121827
121687
|
declare const unblockCustomerFromAccessingParty: (props: UnblockCustomerFromAccessingPartyProps, wgApiClient: ClientType) => Promise<UnblockCustomerFromAccessingPartyResponse>;
|
|
121828
121688
|
|
|
121829
|
-
declare const routeName$
|
|
121830
|
-
type GetDiasflowProductsQueryParams = paths[typeof routeName$
|
|
121831
|
-
type GetDiasflowProductsResponse = paths[typeof routeName$
|
|
121832
|
-
type GetDiasflowProductsProps = paths[typeof routeName$
|
|
121689
|
+
declare const routeName$4x = "/v1/api/diasflows/products";
|
|
121690
|
+
type GetDiasflowProductsQueryParams = paths[typeof routeName$4x]['get']['parameters']['query'];
|
|
121691
|
+
type GetDiasflowProductsResponse = paths[typeof routeName$4x]['get']['responses'][200]['content']['application/json'];
|
|
121692
|
+
type GetDiasflowProductsProps = paths[typeof routeName$4x]['get']['parameters'];
|
|
121833
121693
|
declare const getDiasflowProducts: (props: GetDiasflowProductsProps, wgApiClient: ClientType) => Promise<GetDiasflowProductsResponse>;
|
|
121834
121694
|
|
|
121835
|
-
declare const routeName$
|
|
121836
|
-
type ImportDiasflowProductBody = paths[typeof routeName$
|
|
121837
|
-
type ImportDiasflowProductQueryParams = paths[typeof routeName$
|
|
121838
|
-
type ImportDiasflowProductResponse = paths[typeof routeName$
|
|
121695
|
+
declare const routeName$4w = "/v1/api/diasflows/products/import";
|
|
121696
|
+
type ImportDiasflowProductBody = paths[typeof routeName$4w]['post']['requestBody']['content']['application/json'];
|
|
121697
|
+
type ImportDiasflowProductQueryParams = paths[typeof routeName$4w]['post']['parameters']['query'];
|
|
121698
|
+
type ImportDiasflowProductResponse = paths[typeof routeName$4w]['post']['responses'][200]['content']['application/json'];
|
|
121839
121699
|
interface ImportDiasflowProductProps {
|
|
121840
121700
|
body: ImportDiasflowProductBody;
|
|
121841
121701
|
params: {
|
|
@@ -121844,18 +121704,18 @@ interface ImportDiasflowProductProps {
|
|
|
121844
121704
|
}
|
|
121845
121705
|
declare const importDiasflowProduct: (props: ImportDiasflowProductProps, wgApiClient: ClientType) => Promise<ImportDiasflowProductResponse>;
|
|
121846
121706
|
|
|
121847
|
-
declare const routeName$
|
|
121848
|
-
type GetDiasflowProductByIdPathParams = paths[typeof routeName$
|
|
121849
|
-
type GetDiasflowProductByIdQueryParams = paths[typeof routeName$
|
|
121850
|
-
type GetDiasflowProductByIdResponse = paths[typeof routeName$
|
|
121851
|
-
type GetDiasflowProductByIdProps = paths[typeof routeName$
|
|
121707
|
+
declare const routeName$4v = "/v1/api/diasflows/products/{product_id}";
|
|
121708
|
+
type GetDiasflowProductByIdPathParams = paths[typeof routeName$4v]['get']['parameters']['path'];
|
|
121709
|
+
type GetDiasflowProductByIdQueryParams = paths[typeof routeName$4v]['get']['parameters']['query'];
|
|
121710
|
+
type GetDiasflowProductByIdResponse = paths[typeof routeName$4v]['get']['responses'][200]['content']['application/json'];
|
|
121711
|
+
type GetDiasflowProductByIdProps = paths[typeof routeName$4v]['get']['parameters'];
|
|
121852
121712
|
declare const getDiasflowProductById: (props: GetDiasflowProductByIdProps, wgApiClient: ClientType) => Promise<GetDiasflowProductByIdResponse>;
|
|
121853
121713
|
|
|
121854
|
-
declare const routeName$
|
|
121855
|
-
type PatchDiasflowProductByIdBody = paths[typeof routeName$
|
|
121856
|
-
type PatchDiasflowProductByIdPathParams = paths[typeof routeName$
|
|
121857
|
-
type PatchDiasflowProductByIdQueryParams = paths[typeof routeName$
|
|
121858
|
-
type PatchDiasflowProductByIdResponse = paths[typeof routeName$
|
|
121714
|
+
declare const routeName$4u = "/v1/api/diasflows/products/{product_id}";
|
|
121715
|
+
type PatchDiasflowProductByIdBody = paths[typeof routeName$4u]['patch']['requestBody']['content']['application/json'];
|
|
121716
|
+
type PatchDiasflowProductByIdPathParams = paths[typeof routeName$4u]['patch']['parameters']['path'];
|
|
121717
|
+
type PatchDiasflowProductByIdQueryParams = paths[typeof routeName$4u]['patch']['parameters']['query'];
|
|
121718
|
+
type PatchDiasflowProductByIdResponse = paths[typeof routeName$4u]['patch']['responses'][200]['content']['application/json'];
|
|
121859
121719
|
interface PatchDiasflowProductByIdProps {
|
|
121860
121720
|
body: PatchDiasflowProductByIdBody;
|
|
121861
121721
|
params: {
|
|
@@ -121865,11 +121725,11 @@ interface PatchDiasflowProductByIdProps {
|
|
|
121865
121725
|
}
|
|
121866
121726
|
declare const patchDiasflowProductById: (props: PatchDiasflowProductByIdProps, wgApiClient: ClientType) => Promise<PatchDiasflowProductByIdResponse>;
|
|
121867
121727
|
|
|
121868
|
-
declare const routeName$
|
|
121869
|
-
type PatchDiasflowProductCoverageByDiasIdBody = paths[typeof routeName$
|
|
121870
|
-
type PatchDiasflowProductCoverageByDiasIdPathParams = paths[typeof routeName$
|
|
121871
|
-
type PatchDiasflowProductCoverageByDiasIdQueryParams = paths[typeof routeName$
|
|
121872
|
-
type PatchDiasflowProductCoverageByDiasIdResponse = paths[typeof routeName$
|
|
121728
|
+
declare const routeName$4t = "/v1/api/diasflows/products/{product_id}/coverages/{coverage_dias_id}";
|
|
121729
|
+
type PatchDiasflowProductCoverageByDiasIdBody = paths[typeof routeName$4t]['patch']['requestBody']['content']['application/json'];
|
|
121730
|
+
type PatchDiasflowProductCoverageByDiasIdPathParams = paths[typeof routeName$4t]['patch']['parameters']['path'];
|
|
121731
|
+
type PatchDiasflowProductCoverageByDiasIdQueryParams = paths[typeof routeName$4t]['patch']['parameters']['query'];
|
|
121732
|
+
type PatchDiasflowProductCoverageByDiasIdResponse = paths[typeof routeName$4t]['patch']['responses'][200]['content']['application/json'];
|
|
121873
121733
|
interface PatchDiasflowProductCoverageByDiasIdProps {
|
|
121874
121734
|
body: PatchDiasflowProductCoverageByDiasIdBody;
|
|
121875
121735
|
params: {
|
|
@@ -121879,18 +121739,18 @@ interface PatchDiasflowProductCoverageByDiasIdProps {
|
|
|
121879
121739
|
}
|
|
121880
121740
|
declare const patchDiasflowProductCoverageByDiasId: (props: PatchDiasflowProductCoverageByDiasIdProps, wgApiClient: ClientType) => Promise<PatchDiasflowProductCoverageByDiasIdResponse>;
|
|
121881
121741
|
|
|
121882
|
-
declare const routeName$
|
|
121883
|
-
type RetrieveDiasQuestionnairesPathParams = paths[typeof routeName$
|
|
121884
|
-
type RetrieveDiasQuestionnairesQueryParams = paths[typeof routeName$
|
|
121885
|
-
type RetrieveDiasQuestionnairesResponse = paths[typeof routeName$
|
|
121886
|
-
type RetrieveDiasQuestionnairesProps = paths[typeof routeName$
|
|
121742
|
+
declare const routeName$4s = "/v1/api/diasflows/products/{product_id}/questionnaires";
|
|
121743
|
+
type RetrieveDiasQuestionnairesPathParams = paths[typeof routeName$4s]['get']['parameters']['path'];
|
|
121744
|
+
type RetrieveDiasQuestionnairesQueryParams = paths[typeof routeName$4s]['get']['parameters']['query'];
|
|
121745
|
+
type RetrieveDiasQuestionnairesResponse = paths[typeof routeName$4s]['get']['responses'][200]['content']['application/json'];
|
|
121746
|
+
type RetrieveDiasQuestionnairesProps = paths[typeof routeName$4s]['get']['parameters'];
|
|
121887
121747
|
declare const retrieveDiasQuestionnaires: (props: RetrieveDiasQuestionnairesProps, wgApiClient: ClientType) => Promise<RetrieveDiasQuestionnairesResponse>;
|
|
121888
121748
|
|
|
121889
|
-
declare const routeName$
|
|
121890
|
-
type UpdateDiasQuestionnaireBody = paths[typeof routeName$
|
|
121891
|
-
type UpdateDiasQuestionnairePathParams = paths[typeof routeName$
|
|
121892
|
-
type UpdateDiasQuestionnaireQueryParams = paths[typeof routeName$
|
|
121893
|
-
type UpdateDiasQuestionnaireResponse = paths[typeof routeName$
|
|
121749
|
+
declare const routeName$4r = "/v1/api/diasflows/products/{product_id}/questionnaires";
|
|
121750
|
+
type UpdateDiasQuestionnaireBody = paths[typeof routeName$4r]['put']['requestBody']['content']['application/json'];
|
|
121751
|
+
type UpdateDiasQuestionnairePathParams = paths[typeof routeName$4r]['put']['parameters']['path'];
|
|
121752
|
+
type UpdateDiasQuestionnaireQueryParams = paths[typeof routeName$4r]['put']['parameters']['query'];
|
|
121753
|
+
type UpdateDiasQuestionnaireResponse = paths[typeof routeName$4r]['put']['responses'][200]['content']['application/json'];
|
|
121894
121754
|
interface UpdateDiasQuestionnaireProps {
|
|
121895
121755
|
body: UpdateDiasQuestionnaireBody;
|
|
121896
121756
|
params: {
|
|
@@ -121900,11 +121760,11 @@ interface UpdateDiasQuestionnaireProps {
|
|
|
121900
121760
|
}
|
|
121901
121761
|
declare const updateDiasQuestionnaire: (props: UpdateDiasQuestionnaireProps, wgApiClient: ClientType) => Promise<UpdateDiasQuestionnaireResponse>;
|
|
121902
121762
|
|
|
121903
|
-
declare const routeName$
|
|
121904
|
-
type ValidateDiasQuestionnaireBody = paths[typeof routeName$
|
|
121905
|
-
type ValidateDiasQuestionnairePathParams = paths[typeof routeName$
|
|
121906
|
-
type ValidateDiasQuestionnaireQueryParams = paths[typeof routeName$
|
|
121907
|
-
type ValidateDiasQuestionnaireResponse = paths[typeof routeName$
|
|
121763
|
+
declare const routeName$4q = "/v1/api/diasflows/products/{product_id}/questionnaires/validate";
|
|
121764
|
+
type ValidateDiasQuestionnaireBody = paths[typeof routeName$4q]['post']['requestBody']['content']['application/json'];
|
|
121765
|
+
type ValidateDiasQuestionnairePathParams = paths[typeof routeName$4q]['post']['parameters']['path'];
|
|
121766
|
+
type ValidateDiasQuestionnaireQueryParams = paths[typeof routeName$4q]['post']['parameters']['query'];
|
|
121767
|
+
type ValidateDiasQuestionnaireResponse = paths[typeof routeName$4q]['post']['responses'][200]['content']['application/json'];
|
|
121908
121768
|
interface ValidateDiasQuestionnaireProps {
|
|
121909
121769
|
body: ValidateDiasQuestionnaireBody;
|
|
121910
121770
|
params: {
|
|
@@ -121914,18 +121774,18 @@ interface ValidateDiasQuestionnaireProps {
|
|
|
121914
121774
|
}
|
|
121915
121775
|
declare const validateDiasQuestionnaire: (props: ValidateDiasQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateDiasQuestionnaireResponse>;
|
|
121916
121776
|
|
|
121917
|
-
declare const routeName$
|
|
121918
|
-
type GetDiasCollectionMethodsPathParams = paths[typeof routeName$
|
|
121919
|
-
type GetDiasCollectionMethodsQueryParams = paths[typeof routeName$
|
|
121920
|
-
type GetDiasCollectionMethodsResponse = paths[typeof routeName$
|
|
121921
|
-
type GetDiasCollectionMethodsProps = paths[typeof routeName$
|
|
121777
|
+
declare const routeName$4p = "/v1/api/diasflows/conversations/{session_id}/collection-methods";
|
|
121778
|
+
type GetDiasCollectionMethodsPathParams = paths[typeof routeName$4p]['get']['parameters']['path'];
|
|
121779
|
+
type GetDiasCollectionMethodsQueryParams = paths[typeof routeName$4p]['get']['parameters']['query'];
|
|
121780
|
+
type GetDiasCollectionMethodsResponse = paths[typeof routeName$4p]['get']['responses'][200]['content']['application/json'];
|
|
121781
|
+
type GetDiasCollectionMethodsProps = paths[typeof routeName$4p]['get']['parameters'];
|
|
121922
121782
|
declare const getDiasCollectionMethods: (props: GetDiasCollectionMethodsProps, wgApiClient: ClientType) => Promise<GetDiasCollectionMethodsResponse>;
|
|
121923
121783
|
|
|
121924
|
-
declare const routeName$
|
|
121925
|
-
type CalculateDiasQuotesBySessionIdBody = paths[typeof routeName$
|
|
121926
|
-
type CalculateDiasQuotesBySessionIdPathParams = paths[typeof routeName$
|
|
121927
|
-
type CalculateDiasQuotesBySessionIdQueryParams = paths[typeof routeName$
|
|
121928
|
-
type CalculateDiasQuotesBySessionIdResponse = paths[typeof routeName$
|
|
121784
|
+
declare const routeName$4o = "/v1/api/diasflows/conversations/{session_id}/calculate";
|
|
121785
|
+
type CalculateDiasQuotesBySessionIdBody = paths[typeof routeName$4o]['post']['requestBody']['content']['application/json'];
|
|
121786
|
+
type CalculateDiasQuotesBySessionIdPathParams = paths[typeof routeName$4o]['post']['parameters']['path'];
|
|
121787
|
+
type CalculateDiasQuotesBySessionIdQueryParams = paths[typeof routeName$4o]['post']['parameters']['query'];
|
|
121788
|
+
type CalculateDiasQuotesBySessionIdResponse = paths[typeof routeName$4o]['post']['responses'][200]['content']['application/json'];
|
|
121929
121789
|
interface CalculateDiasQuotesBySessionIdProps {
|
|
121930
121790
|
body: CalculateDiasQuotesBySessionIdBody;
|
|
121931
121791
|
params: {
|
|
@@ -121935,11 +121795,11 @@ interface CalculateDiasQuotesBySessionIdProps {
|
|
|
121935
121795
|
}
|
|
121936
121796
|
declare const calculateDiasQuotesBySessionId: (props: CalculateDiasQuotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateDiasQuotesBySessionIdResponse>;
|
|
121937
121797
|
|
|
121938
|
-
declare const routeName$
|
|
121939
|
-
type RecalculateDiasQuotesBySessionIdAndProductIdBody = paths[typeof routeName$
|
|
121940
|
-
type RecalculateDiasQuotesBySessionIdAndProductIdPathParams = paths[typeof routeName$
|
|
121941
|
-
type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams = paths[typeof routeName$
|
|
121942
|
-
type RecalculateDiasQuotesBySessionIdAndProductIdResponse = paths[typeof routeName$
|
|
121798
|
+
declare const routeName$4n = "/v1/api/diasflows/conversations/{session_id}/products/{product_id}/calculate";
|
|
121799
|
+
type RecalculateDiasQuotesBySessionIdAndProductIdBody = paths[typeof routeName$4n]['post']['requestBody']['content']['application/json'];
|
|
121800
|
+
type RecalculateDiasQuotesBySessionIdAndProductIdPathParams = paths[typeof routeName$4n]['post']['parameters']['path'];
|
|
121801
|
+
type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams = paths[typeof routeName$4n]['post']['parameters']['query'];
|
|
121802
|
+
type RecalculateDiasQuotesBySessionIdAndProductIdResponse = paths[typeof routeName$4n]['post']['responses'][200]['content']['application/json'];
|
|
121943
121803
|
interface RecalculateDiasQuotesBySessionIdAndProductIdProps {
|
|
121944
121804
|
body: RecalculateDiasQuotesBySessionIdAndProductIdBody;
|
|
121945
121805
|
params: {
|
|
@@ -121949,11 +121809,11 @@ interface RecalculateDiasQuotesBySessionIdAndProductIdProps {
|
|
|
121949
121809
|
}
|
|
121950
121810
|
declare const recalculateDiasQuotesBySessionIdAndProductId: (props: RecalculateDiasQuotesBySessionIdAndProductIdProps, wgApiClient: ClientType) => Promise<RecalculateDiasQuotesBySessionIdAndProductIdResponse>;
|
|
121951
121811
|
|
|
121952
|
-
declare const routeName$
|
|
121953
|
-
type RecalculateDiasSimulationBySessionIdBody = paths[typeof routeName$
|
|
121954
|
-
type RecalculateDiasSimulationBySessionIdPathParams = paths[typeof routeName$
|
|
121955
|
-
type RecalculateDiasSimulationBySessionIdQueryParams = paths[typeof routeName$
|
|
121956
|
-
type RecalculateDiasSimulationBySessionIdResponse = paths[typeof routeName$
|
|
121812
|
+
declare const routeName$4m = "/v1/api/diasflows/conversations/{session_id}/recalculate-simulation";
|
|
121813
|
+
type RecalculateDiasSimulationBySessionIdBody = paths[typeof routeName$4m]['post']['requestBody']['content']['application/json'];
|
|
121814
|
+
type RecalculateDiasSimulationBySessionIdPathParams = paths[typeof routeName$4m]['post']['parameters']['path'];
|
|
121815
|
+
type RecalculateDiasSimulationBySessionIdQueryParams = paths[typeof routeName$4m]['post']['parameters']['query'];
|
|
121816
|
+
type RecalculateDiasSimulationBySessionIdResponse = paths[typeof routeName$4m]['post']['responses'][200]['content']['application/json'];
|
|
121957
121817
|
interface RecalculateDiasSimulationBySessionIdProps {
|
|
121958
121818
|
body: RecalculateDiasSimulationBySessionIdBody;
|
|
121959
121819
|
params: {
|
|
@@ -121963,20 +121823,6 @@ interface RecalculateDiasSimulationBySessionIdProps {
|
|
|
121963
121823
|
}
|
|
121964
121824
|
declare const recalculateDiasSimulationBySessionId: (props: RecalculateDiasSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateDiasSimulationBySessionIdResponse>;
|
|
121965
121825
|
|
|
121966
|
-
declare const routeName$4m = "/v1/api/diasflows/conversations/{session_id}/contact-person";
|
|
121967
|
-
type CreateDiasContactPersonBody = paths[typeof routeName$4m]['post']['requestBody']['content']['application/json'];
|
|
121968
|
-
type CreateDiasContactPersonPathParams = paths[typeof routeName$4m]['post']['parameters']['path'];
|
|
121969
|
-
type CreateDiasContactPersonQueryParams = paths[typeof routeName$4m]['post']['parameters']['query'];
|
|
121970
|
-
type CreateDiasContactPersonResponse = paths[typeof routeName$4m]['post']['responses'][201]['content']['application/json'];
|
|
121971
|
-
interface CreateDiasContactPersonProps {
|
|
121972
|
-
body: CreateDiasContactPersonBody;
|
|
121973
|
-
params: {
|
|
121974
|
-
query: CreateDiasContactPersonQueryParams;
|
|
121975
|
-
path: CreateDiasContactPersonPathParams;
|
|
121976
|
-
};
|
|
121977
|
-
}
|
|
121978
|
-
declare const createDiasContactPerson: (props: CreateDiasContactPersonProps, wgApiClient: ClientType) => Promise<CreateDiasContactPersonResponse>;
|
|
121979
|
-
|
|
121980
121826
|
declare const routeName$4l = "/v1/api/diasflows/conversations/{session_id}/dias-party";
|
|
121981
121827
|
type CreateDiasPartyViaConversationBody = paths[typeof routeName$4l]['post']['requestBody']['content']['application/json'];
|
|
121982
121828
|
type CreateDiasPartyViaConversationPathParams = paths[typeof routeName$4l]['post']['parameters']['path'];
|
|
@@ -124513,4 +124359,4 @@ interface ValidateYellowhiveQuestionnaireProps {
|
|
|
124513
124359
|
}
|
|
124514
124360
|
declare const validateYellowhiveQuestionnaire: (props: ValidateYellowhiveQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateYellowhiveQuestionnaireResponse>;
|
|
124515
124361
|
|
|
124516
|
-
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 CreateBicycleRiskObjectBody, type CreateBicycleRiskObjectPathParams, type CreateBicycleRiskObjectQueryParams, type CreateBicycleRiskObjectResponse, type CreateBoatRiskObjectBody, type CreateBoatRiskObjectPathParams, type CreateBoatRiskObjectQueryParams, type CreateBoatRiskObjectResponse, type CreateBrokerConnectionsByIdBody, type CreateBrokerConnectionsByIdPathParams, type CreateBrokerConnectionsByIdResponse, type CreateCampaignBody, type CreateCampaignQueryParams, type CreateCampaignResponse, type CreateCarRiskObjectBody, type CreateCarRiskObjectPathParams, type CreateCarRiskObjectQueryParams, type CreateCarRiskObjectResponse, type CreateClaimAsBrokerQueryParams, type CreateClaimAsBrokerResponse, type CreateClaimAsCustomerPathParams, type CreateClaimAsCustomerQueryParams, type CreateClaimAsCustomerResponse, type CreateCompanyLeadBody, type CreateCompanyLeadPathParams, type CreateCompanyLeadQueryParams, type CreateCompanyLeadResponse, type CreateConversationBody, type CreateConversationPathParams, type CreateConversationQueryParams, type CreateConversationReminderPathParams, type CreateConversationReminderResponse, type CreateConversationResponse, type CreateCustomerLeadBody, type CreateCustomerLeadPathParams, type CreateCustomerLeadQueryParams, type CreateCustomerLeadResponse, type CreateDiasContactPersonBody, type CreateDiasContactPersonPathParams, type CreateDiasContactPersonQueryParams, type CreateDiasContactPersonResponse, type CreateDiasPartyViaConversationBody, type CreateDiasPartyViaConversationPathParams, type CreateDiasPartyViaConversationQueryParams, type CreateDiasPartyViaConversationResponse, type CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type CreatePartyActivitiesAsCustomerBody, type CreatePartyActivitiesAsCustomerResponse, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse, type CreatePartyGroupRiskObjectBody, type CreatePartyGroupRiskObjectPathParams, type CreatePartyGroupRiskObjectQueryParams, type CreatePartyGroupRiskObjectResponse, type CreatePartyNoteBody, type CreatePartyNotePathParams, type CreatePartyNoteResponse, type CreatePartyOffersBody, type CreatePartyOffersPathParams, type CreatePartyOffersQueryParams, type CreatePartyOffersResponse, type CreatePartyRelationsBody, type CreatePartyRelationsQueryParams, type CreatePartyRelationsResponse, type CreateProfileaseCarLeaseOfferBody, type CreateProfileaseCarLeaseOfferQueryParams, type CreateProfileaseCarLeaseOfferResponse, type CreateProflowSessionByBatchIdPathParams, type CreateProflowSessionByBatchIdQueryParams, type CreateProflowSessionByBatchIdResponse, type CreateRecommendationByPartyIdBody, type CreateRecommendationByPartyIdPathParams, type CreateRecommendationByPartyIdQueryParams, type CreateRecommendationByPartyIdResponse, type CreateRecommendationBySessionIdBody, type CreateRecommendationBySessionIdQueryParams, type CreateRecommendationBySessionIdResponse, type CreateReferenceForPartyBody, type CreateReferenceForPartyPathParams, type CreateReferenceForPartyResponse, type CreateReferencesForRiskObjectBody, type CreateReferencesForRiskObjectPathParams, type CreateReferencesForRiskObjectQueryParams, type CreateReferencesForRiskObjectResponse, type CreateRelationBetweenRiskObjectAndPartyBody, type CreateRelationBetweenRiskObjectAndPartyPathParams, type CreateRelationBetweenRiskObjectAndPartyQueryParams, type CreateRelationBetweenRiskObjectAndPartyResponse, type CreateRiskDomainActionForAdvisoryReportByIdBody, type CreateRiskDomainActionForAdvisoryReportByIdPathParams, type CreateRiskDomainActionForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionForAdvisoryReportByIdResponse, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainAdviceForAdvisoryReportByIdBody, type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainForAdvisoryReportByIdBody, type CreateRiskDomainForAdvisoryReportByIdPathParams, type CreateRiskDomainForAdvisoryReportByIdQueryParams, type CreateRiskDomainForAdvisoryReportByIdResponse, type CreateSemiTrailerRiskObjectBody, type CreateSemiTrailerRiskObjectPathParams, type CreateSemiTrailerRiskObjectQueryParams, type CreateSemiTrailerRiskObjectResponse, type CreateToolkitAccountBody, type CreateToolkitAccountQueryParams, type CreateToolkitAccountResponse, type CreateToolkitBrokerBody, type CreateToolkitBrokerQueryParams, type CreateToolkitBrokerResponse, type CreateTrailerRiskObjectBody, type CreateTrailerRiskObjectPathParams, type CreateTrailerRiskObjectQueryParams, type CreateTrailerRiskObjectResponse, type CreateTrialBrokerBody, type CreateTrialBrokerQueryParams, type CreateTrialBrokerResponse, type CreateUploadLinkAsCustomerPathParams, type CreateUploadLinkAsCustomerQueryParams, type CreateUploadLinkAsCustomerResponse, type CreateUspItemForDistributionBody, type CreateUspItemForDistributionQueryParams, type CreateUspItemForDistributionResponse, type CreateYellowhiveContactPersonBody, type CreateYellowhiveContactPersonPathParams, type CreateYellowhiveContactPersonQueryParams, type CreateYellowhiveContactPersonResponse, type 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 DeprecatedGetAnvaPartiesQueryParams, type DeprecatedGetAnvaPartiesResponse, type DeprecatedImportAnvaPartyInWegroupPathParams, type DeprecatedImportAnvaPartyInWegroupQueryParams, type DeprecatedImportAnvaPartyInWegroupResponse, type DeprecatedValidateAnvaConnectionQueryParams, type DeprecatedValidateAnvaConnectionResponse, type Disable2FaByUserBody, type Disable2FaByUserResponse, type Disable2FaForCustomerPathParams, type Disable2FaForCustomerResponse, type DownloadDocumentByIdPathParams, type DownloadDocumentByIdQueryParams, type DownloadDocumentByIdResponse, type EditInsuranceProductAdviceByDistributionBody, type EditInsuranceProductAdviceByDistributionPathParams, type EditInsuranceProductAdviceByDistributionResponse, type EditInsuranceProductDescriptionsByDistributionPathParams, type EditInsuranceProductDescriptionsByDistributionResponse, type Enable2FaBody, type Enable2FaResponse, type EnqueueCalculationAnvaquotesBySessionIdBody, type EnqueueCalculationAnvaquotesBySessionIdPathParams, type EnqueueCalculationAnvaquotesBySessionIdQueryParams, type EnqueueCalculationAnvaquotesBySessionIdResponse, type EnqueueSendCustomQuotesToAnvaBySessionIdBody, type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams, type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams, type EnqueueSendCustomQuotesToAnvaBySessionIdResponse, type EnqueueSendOfferToAnvaBySessionIdPathParams, type EnqueueSendOfferToAnvaBySessionIdQueryParams, type EnqueueSendOfferToAnvaBySessionIdResponse, type EnrichPartyByIdWithExternalCompanyDataPathParams, type EnrichPartyByIdWithExternalCompanyDataQueryParams, type EnrichPartyByIdWithExternalCompanyDataResponse, type ExportAdvisoryReportByIdBody, type ExportAdvisoryReportByIdPathParams, type ExportAdvisoryReportByIdQueryParams, type ExportAdvisoryReportByIdResponse, type ExportPartyByIdPathParams, type ExportPartyByIdResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type ExtractPartyForOneDocumentEnqueueBody, type ExtractPartyForOneDocumentEnqueueResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type GeneratePersonalizationAdviceForAdvisoryReportPathParams, type GeneratePersonalizationAdviceForAdvisoryReportResponse, type GeneratePossibleProductsBySessionV2Body, type GeneratePossibleProductsBySessionV2PathParams, type GeneratePossibleProductsBySessionV2QueryParams, type GeneratePossibleProductsBySessionV2Response, type GenerateQuestionsToPrefillByCarBody, type GenerateQuestionsToPrefillByCarPathParams, type GenerateQuestionsToPrefillByCarQueryParams, type GenerateQuestionsToPrefillByCarResponse, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse, type GenerateTokenForSocialLoginFlowAsBrokerQueryParams, type GenerateTokenForSocialLoginFlowAsBrokerResponse, type Get2FaByUserResponse, type GetActivityByPartyPathParams, type GetActivityByPartyQueryParams, type GetActivityByPartyResponse, type GetAddressInfoFreemiumQueryParams, type GetAddressInfoFreemiumResponse, type GetAddressInfoQueryParams, type GetAddressInfoResponse, type GetAdvicesPerInsuranceProductPathParams, type GetAdvicesPerInsuranceProductResponse, type GetAdvisoryReportByIdPathParams, type GetAdvisoryReportByIdQueryParams, type GetAdvisoryReportByIdResponse, type GetAdvisoryReportExportOptionsPathParams, type GetAdvisoryReportExportOptionsResponse, type GetAdvisoryReportRevisionDiffPathParams, type GetAdvisoryReportRevisionDiffQueryParams, type GetAdvisoryReportRevisionDiffResponse, type GetAllActivityTypesQueryParams, type GetAllActivityTypesResponse, type GetAllAdvisoryReportsQueryParams, type GetAllAdvisoryReportsResponse, type GetAllAvailableAffiliationsResponse, type GetAllAvailablePlansResponse, type GetAllAvailableThemesInWegroupQueryParams, type GetAllAvailableThemesInWegroupResponse, type GetAllBrokersLinkedToCurrentUserResponse, type GetAllCampaignTemplatesQueryParams, type GetAllCampaignTemplatesResponse, type GetAllCampaignsByDistributionQueryParams, type GetAllCampaignsByDistributionResponse, type GetAllCarClaimCategoriesResponse, type GetAllClaimsAsBrokerQueryParams, type GetAllClaimsAsBrokerResponse, type GetAllConversationsQueryParams, type GetAllConversationsResponse, type GetAllCustomersByDistributionQueryParams, type GetAllCustomersByDistributionResponse, type GetAllEnumsResponse, type GetAllLeadsByDistributionPathParams, type GetAllLeadsByDistributionResponse, type GetAllLeaseOffersByDistributionPathParams, type GetAllLeaseOffersByDistributionQueryParams, type GetAllLeaseOffersByDistributionResponse, type GetAllPartiesByDistributionPathParams, type GetAllPartiesByDistributionQueryParams, type GetAllPartiesByDistributionResponse, type GetAllPartiesByDistributionV2PathParams, type GetAllPartiesByDistributionV2QueryParams, type GetAllPartiesByDistributionV2Response, type GetAllRiskObjectsByPartyIdPathParams, type GetAllRiskObjectsByPartyIdQueryParams, type GetAllRiskObjectsByPartyIdResponse, type GetAllRiskObjectsByPartyIdV2PathParams, type GetAllRiskObjectsByPartyIdV2QueryParams, type GetAllRiskObjectsByPartyIdV2Response, type GetAllSessionsBySessionIdPathParams, type GetAllSessionsBySessionIdQueryParams, type GetAllSessionsBySessionIdResponse, type GetAllVehicleBrandsQueryParams, type GetAllVehicleBrandsResponse, type GetAllVehicleSeriesByBrandKeyPathParams, type GetAllVehicleSeriesByBrandKeyQueryParams, type GetAllVehicleSeriesByBrandKeyResponse, type GetAllVehicleVersionsBySeriesIdPathParams, type GetAllVehicleVersionsBySeriesIdQueryParams, type GetAllVehicleVersionsBySeriesIdResponse, type GetAnvaAgentsQueryParams, type GetAnvaAgentsResponse, type GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaMutationReasonsQueryParams, type GetAnvaMutationReasonsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaProductsQueryParams, type GetAnvaProductsResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAssuEmployeesQueryParams, type GetAssuEmployeesResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerByAnvaProducerIdPathParams, type GetBrokerByAnvaProducerIdResponse, type GetBrokerByAnvaRelationMangerIdPathParams, type GetBrokerByAnvaRelationMangerIdResponse, type GetBrokerConnectionsByIdPathParams, type GetBrokerConnectionsByIdResponse, type GetBrokerIntegrationsPathParams, type GetBrokerIntegrationsResponse, type GetCampaignByIdPathParams, type GetCampaignByIdQueryParams, type GetCampaignByIdResponse, type GetCampaignSettingsByDistributionQueryParams, type GetCampaignSettingsByDistributionResponse, type GetCampaignTargetMailTemplateQueryParams, type GetCampaignTargetMailTemplateResponse, type GetCarLeaseRatesQueryParams, type GetCarLeaseRatesResponse, type GetChatBySessionIdPathParams, type GetChatBySessionIdResponse, type GetChatSummaryV2BySessionIdPathParams, type GetChatSummaryV2BySessionIdQueryParams, type GetChatSummaryV2BySessionIdResponse, type GetCheckupByPartyIdPathParams, type GetCheckupByPartyIdResponse, type GetClaimAsBrokerByIdPathParams, type GetClaimAsBrokerByIdQueryParams, type GetClaimAsBrokerByIdResponse, type GetClaimAsCustomerWithTokenPathParams, type GetClaimAsCustomerWithTokenQueryParams, type GetClaimAsCustomerWithTokenResponse, type GetClaimByIdAsCustomerPathParams, type GetClaimByIdAsCustomerResponse, type GetClaimEventsAsBrokerByIdPathParams, type GetClaimEventsAsBrokerByIdQueryParams, type GetClaimEventsAsBrokerByIdResponse, type GetClaimEventsAsCustomerPathParams, type GetClaimEventsAsCustomerQueryParams, type GetClaimEventsAsCustomerResponse, type GetClaimsAsCustomerQueryParams, type GetClaimsAsCustomerResponse, type GetClaimsAsPartyByIdPathParams, type GetClaimsAsPartyByIdResponse, type GetClaimsAsPartyPathParams, type GetClaimsAsPartyQueryParams, type GetClaimsAsPartyResponse, type GetComplianceByRiskObjectIdPathParams, type GetComplianceByRiskObjectIdResponse, type GetConversationByIdPathParams, type GetConversationByIdQueryParams, type GetConversationByIdResponse, type GetConversationNotesPathParams, type GetConversationNotesQueryParams, type GetConversationNotesResponse, type GetConversationReportPdfByIdBody, type GetConversationReportPdfByIdPathParams, type GetConversationReportPdfByIdQueryParams, type GetConversationReportPdfByIdResponse, type GetConversationsOriginFilterQueryParams, type GetConversationsOriginFilterResponse, type GetCurrentAccountInsightsAsCustomerQueryParams, type GetCurrentAccountInsightsAsCustomerResponse, type GetCurrentAccountInsightsAsPartyPathParams, type GetCurrentAccountInsightsAsPartyQueryParams, type GetCurrentAccountInsightsAsPartyResponse, type GetCurrentBrokerOfTheUserResponse, type GetCustomersByPartyPathParams, type GetCustomersByPartyQueryParams, type GetCustomersByPartyResponse, type GetDiasAfdbranchesResponse, type GetDiasCollectionMethodsPathParams, type GetDiasCollectionMethodsQueryParams, type GetDiasCollectionMethodsResponse, type GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDiasProductsQueryParams, type GetDiasProductsResponse, type GetDiasflowProductByIdPathParams, type GetDiasflowProductByIdQueryParams, type GetDiasflowProductByIdResponse, type GetDiasflowProductsQueryParams, type GetDiasflowProductsResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type GetDistributionFaqQueryParams, type GetDistributionFaqResponse, type GetDistributionHasPendingUpgradePathParams, type GetDistributionHasPendingUpgradeResponse, type GetDistributionSettingsResponse, type GetDistributionTagsQueryParams, type GetDistributionTagsResponse, type GetDocumentExtractionBatchByIdPathParams, type GetDocumentExtractionBatchByIdResponse, type GetDocumentMetadataPathParams, type GetDocumentMetadataResponse, type GetDocumentsAsCustomerQueryParams, type GetDocumentsAsCustomerResponse, type GetDocumentsForPartyPathParams, type GetDocumentsForPartyQueryParams, type GetDocumentsForPartyResponse, type GetEmailByMessageIdQueryParams, type GetEmailByMessageIdResponse, type GetEncryptionKeysQueryParams, type GetEncryptionKeysResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse, type GetEnumByAnvaLabelPathParams, type GetEnumByAnvaLabelQueryParams, type GetEnumByAnvaLabelResponse, type GetEnumByDiasLabelPathParams, type GetEnumByDiasLabelQueryParams, type GetEnumByDiasLabelResponse, type GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFinconnectLinkAsCustomerQueryParams, type GetFinconnectLinkAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams, type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams, type GetFinconnectLinkForInsurancePolicyAsCustomerResponse, type GetFlowInfoByIdPathParams, type GetFlowInfoByIdQueryParams, type GetFlowInfoByIdResponse, type GetFlowsInfoQueryParams, type GetFlowsInfoResponse, type GetGbiQueryParams, type GetGbiResponse, type GetHubspotVisitorIdentificationTokenResponse, type GetInfoForClaimPathParams, type GetInfoForClaimQueryParams, type GetInfoForClaimResponse, type GetInsightsIfCarIsInsuredBody, type GetInsightsIfCarIsInsuredResponse, type GetInsuranceCompaniesQueryParams, type GetInsuranceCompaniesResponse, type GetInsurancePoliciesAsCustomerQueryParams, type GetInsurancePoliciesAsCustomerResponse, type GetInsurancePoliciesForPartyPathParams, type GetInsurancePoliciesForPartyQueryParams, type GetInsurancePoliciesForPartyResponse, type GetInsurancePolicyByIdAsCustomerPathParams, type GetInsurancePolicyByIdAsCustomerResponse, type GetInsurancePolicyByIdPathParams, type GetInsurancePolicyByIdResponse, type GetInsurancePolicySimulationsForPartyPathParams, type GetInsurancePolicySimulationsForPartyQueryParams, type GetInsurancePolicySimulationsForPartyResponse, type GetInsuranceProductClausesByDistributionQueryParams, type GetInsuranceProductClausesByDistributionResponse, type GetInsuranceProductsV2QueryParams, type GetInsuranceProductsV2Response, type GetIntegrationsByDistributionPathParams, type GetIntegrationsByDistributionResponse, type GetInvoiceByIdAsCustomerPathParams, type GetInvoiceByIdAsCustomerResponse, type GetInvoicesAsCustomerQueryParams, type GetInvoicesAsCustomerResponse, type GetInvoicesAsPartyByIdPathParams, type GetInvoicesAsPartyByIdResponse, type GetInvoicesAsPartyPathParams, type GetInvoicesAsPartyQueryParams, type GetInvoicesAsPartyResponse, type GetJobResultByIdPathParams, type GetJobResultByIdQueryParams, type GetJobResultByIdResponse, type GetKycByPartyPathParams, type GetKycByPartyQueryParams, type GetKycByPartyResponse, type GetLeadByIdPathParams, type GetLeadByIdResponse, type GetLeadProviderByIdPathParams, type GetLeadProviderByIdResponse, type GetLeadProvidersByAffinityQueryParams, type GetLeadProvidersByAffinityResponse, type GetLeaseOfferByIdPathParams, type GetLeaseOfferByIdQueryParams, type GetLeaseOfferByIdResponse, type GetLinkOfDocumentPathParams, type GetLinkOfDocumentResponse, type GetMetricsByCampaignPathParams, type GetMetricsByCampaignQueryParams, type GetMetricsByCampaignResponse, type GetMinimalOfferByIdPathParams, type GetMinimalOfferByIdQueryParams, type GetMinimalOfferByIdResponse, type GetMinimalOfferRevisionByIdPathParams, type GetMinimalOfferRevisionByIdResponse, type GetMinimalRiskObjectByIdPathParams, type GetMinimalRiskObjectByIdQueryParams, type GetMinimalRiskObjectByIdResponse, type GetNaceQueryParams, type GetNaceResponse, type GetNoveltyInsightsByDistributionPathParams, type GetNoveltyInsightsByDistributionQueryParams, type GetNoveltyInsightsByDistributionResponse, type GetOfferByIdPathParams, type GetOfferByIdResponse, type GetOffersByDistributionPathParams, type GetOffersByDistributionQueryParams, type GetOffersByDistributionResponse, type GetOnboardingChecklistByBrokerPathParams, type GetOnboardingChecklistByBrokerQueryParams, type GetOnboardingChecklistByBrokerResponse, type GetOrganisationDistributionsPathParams, type GetOrganisationDistributionsQueryParams, type GetOrganisationDistributionsResponse, type GetOrganisationLeadsPathParams, type GetOrganisationLeadsQueryParams, type GetOrganisationLeadsResponse, type GetOrganisationOffersPathParams, type GetOrganisationOffersQueryParams, type GetOrganisationOffersResponse, type GetOutlookConnectionDetailsQueryParams, type GetOutlookConnectionDetailsResponse, type GetOutlookMailByIdPathParams, type GetOutlookMailByIdQueryParams, type GetOutlookMailByIdResponse, type GetOutlookMailByOutlookMessageIdPathParams, type GetOutlookMailByOutlookMessageIdQueryParams, type GetOutlookMailByOutlookMessageIdResponse, type GetOutlookMailfoldersQueryParams, type GetOutlookMailfoldersResponse, type GetOutlookMailsQueryParams, type GetOutlookMailsResponse, type GetPartiesByCustomerPathParams, type GetPartiesByCustomerQueryParams, type GetPartiesByCustomerResponse, type GetPartiesLinkedToUserResponse, type GetPartiesOriginFilterQueryParams, type GetPartiesOriginFilterResponse, type GetPartyAddressesPathParams, type GetPartyAddressesResponse, type GetPartyByIdPathParams, type GetPartyByIdResponse, type GetPartyMergeSuggestionsPathParams, type GetPartyMergeSuggestionsQueryParams, type GetPartyMergeSuggestionsResponse, type GetPdfOfAdvisoryReportByIdPathParams, type GetPdfOfAdvisoryReportByIdQueryParams, type GetPdfOfAdvisoryReportByIdResponse, type GetPerformanceInsightsByDistributionPathParams, type GetPerformanceInsightsByDistributionQueryParams, type GetPerformanceInsightsByDistributionResponse, type GetPolicyPackageByIdAsCustomerPathParams, type GetPolicyPackageByIdAsCustomerResponse, type GetPolicyPackageByIdPathParams, type GetPolicyPackageByIdQueryParams, type GetPolicyPackageByIdResponse, type GetPolicyPackageSimulationsForPartyPathParams, type GetPolicyPackageSimulationsForPartyResponse, type GetPolicyPackagesAsCustomerQueryParams, type GetPolicyPackagesAsCustomerResponse, type GetPolicyPackagesForPartyPathParams, type GetPolicyPackagesForPartyResponse, type GetPossibleInsuranceProductsByPartyIdPathParams, type GetPossibleInsuranceProductsByPartyIdQueryParams, type GetPossibleInsuranceProductsByPartyIdResponse, type GetPossibleInsuranceProductsByRiskObjectIdPathParams, type GetPossibleInsuranceProductsByRiskObjectIdQueryParams, type GetPossibleInsuranceProductsByRiskObjectIdResponse, type GetPossibleInsuranceProductsForManagementByPartyIdPathParams, type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams, type GetPossibleInsuranceProductsForManagementByPartyIdResponse, type GetPossibleInsuranceProductsForStaffByPartyIdPathParams, type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams, type GetPossibleInsuranceProductsForStaffByPartyIdResponse, type GetPreventionAdviceQueryParams, type GetPreventionAdviceResponse, type GetPromotionsByDistributionIdPathParams, type GetPromotionsByDistributionIdResponse, type GetProvenanceInfoOfDocumentPathParams, type GetProvenanceInfoOfDocumentResponse, type GetQuoteExportsQueryParams, type GetQuoteExportsResponse, type GetQuoteInsightsPathParams, type GetQuoteInsightsQueryParams, type GetQuoteInsightsResponse, type GetQuotesAsBatchResultsByConversationIdPathParams, type GetQuotesAsBatchResultsByConversationIdQueryParams, type GetQuotesAsBatchResultsByConversationIdResponse, type GetRecommendationsByIdPathParams, type GetRecommendationsByIdQueryParams, type GetRecommendationsByIdResponse, type GetRecommendationsByPartyIdPathParams, type GetRecommendationsByPartyIdQueryParams, type GetRecommendationsByPartyIdResponse, type GetRecommendationsBySessionIdPathParams, type GetRecommendationsBySessionIdQueryParams, type GetRecommendationsBySessionIdResponse, type GetRiskAnalysisByPartyIdPathParams, type GetRiskAnalysisByPartyIdResponse, type GetRiskDomainByIdPathParams, type GetRiskDomainByIdQueryParams, type GetRiskDomainByIdResponse, type GetRiskDomainsQueryParams, type GetRiskDomainsResponse, type GetRiskObjectByRiskObjectRevisionIdPathParams, type GetRiskObjectByRiskObjectRevisionIdQueryParams, type GetRiskObjectByRiskObjectRevisionIdResponse, type GetRiskObjectRevisionsByIdPathParams, type GetRiskObjectRevisionsByIdQueryParams, type GetRiskObjectRevisionsByIdResponse, type GetSbiQueryParams, type GetSbiResponse, type GetSingularityJobResultByIdPathParams, type GetSingularityJobResultByIdQueryParams, type GetSingularityJobResultByIdResponse, type GetStepSettingsByAdvisoryReportIdPathParams, type GetStepSettingsByAdvisoryReportIdQueryParams, type GetStepSettingsByAdvisoryReportIdResponse, type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams, type GetSupportedAnvaflowCoveragesGroupedByAdnResponse, type GetSupportedAnvaflowCoveragesQueryParams, type GetSupportedAnvaflowCoveragesResponse, type GetSupportedAnvaflowInsuranceCompaniesQueryParams, type GetSupportedAnvaflowInsuranceCompaniesResponse, type GetSupportedAnvaflowInsurancesQueryParams, type GetSupportedAnvaflowInsurancesResponse, type GetSupportedAnvaflowTagsQueryParams, type GetSupportedAnvaflowTagsResponse, type GetSupportedInsuranceCompaniesQueryParams, type GetSupportedInsuranceCompaniesResponse, type GetSupportedInsuranceSubjectsQueryParams, type GetSupportedInsuranceSubjectsResponse, type GetSupportedMimeTypesResponse, type GetSupportedRiskDomainsQueryParams, type GetSupportedRiskDomainsResponse, type GetSupportedYellowhiveflowCoveragesQueryParams, type GetSupportedYellowhiveflowCoveragesResponse, type GetSupportedYellowhiveflowInsurancesQueryParams, type GetSupportedYellowhiveflowInsurancesResponse, type GetTheBrokerByIdPathParams, type GetTheBrokerByIdResponse, type GetUspByDistributionQueryParams, type GetUspByDistributionResponse, type GetValuesOfEnumPathParams, type GetValuesOfEnumResponse, type GetVehicleByCarIdOrFebiacIdQueryParams, type GetVehicleByCarIdOrFebiacIdResponse, type GetVehicleByNumberPlateAndCarIdPathParams, type GetVehicleByNumberPlateAndCarIdQueryParams, type GetVehicleByNumberPlateAndCarIdResponse, type GetVehicleByVersionIdPathParams, type GetVehicleByVersionIdQueryParams, type GetVehicleByVersionIdResponse, type GetVehicleByVinAndCarIdPathParams, type GetVehicleByVinAndCarIdQueryParams, type GetVehicleByVinAndCarIdResponse, type GetVehicleVersionFactsBySeriesIdPathParams, type GetVehicleVersionFactsBySeriesIdQueryParams, type GetVehicleVersionFactsBySeriesIdResponse, type GetWeatherInfoQueryParams, type GetWeatherInfoResponse, type GetYellowhiveflowProductByIdPathParams, type GetYellowhiveflowProductByIdQueryParams, type GetYellowhiveflowProductByIdResponse, type GetYellowhiveflowProductsQueryParams, type GetYellowhiveflowProductsResponse, type GetYourOwnUserResponse, type GiveFeedbackOnConversationByIdPathParams, type GiveFeedbackOnConversationByIdQueryParams, type GiveFeedbackOnConversationByIdResponse, type GiveFeedbackOnRecommendationsByIdBody, type GiveFeedbackOnRecommendationsByIdPathParams, type GiveFeedbackOnRecommendationsByIdResponse, type GiveFeedbackToInsuranceTermsBotBody, type GiveFeedbackToInsuranceTermsBotQueryParams, type GiveFeedbackToInsuranceTermsBotResponse, type HandleCreateDistributionThemeBody, type HandleCreateDistributionThemeQueryParams, type HandleCreateDistributionThemeResponse, type HandleDeleteDistributionThemePathParams, type HandleDeleteDistributionThemeQueryParams, type HandleDeleteDistributionThemeResponse, type HandleUpdateDistributionThemeBody, type HandleUpdateDistributionThemePathParams, type HandleUpdateDistributionThemeQueryParams, type HandleUpdateDistributionThemeResponse, type HttpMethod, type ImportAnvaDocumentInWegroupQueryParams, type ImportAnvaDocumentInWegroupResponse, type ImportAnvaInsurancePolicyDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyDocumentInWegroupResponse, type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse, type ImportAnvaPartyInWegroupPathParams, type ImportAnvaPartyInWegroupQueryParams, type ImportAnvaPartyInWegroupResponse, type ImportAnvaproductBody, type ImportAnvaproductQueryParams, type ImportAnvaproductResponse, type ImportDiasPartyInWegroupPathParams, type ImportDiasPartyInWegroupQueryParams, type ImportDiasPartyInWegroupResponse, type ImportDiasflowProductBody, type ImportDiasflowProductQueryParams, type ImportDiasflowProductResponse, type InviteColleaguesToDistributionBody, type InviteColleaguesToDistributionResponse, type InviteUserToPartyBody, type InviteUserToPartyPathParams, type InviteUserToPartyResponse, type LinkConversationToAdvisoryReportBody, type LinkConversationToAdvisoryReportPathParams, type LinkConversationToAdvisoryReportQueryParams, type LinkConversationToAdvisoryReportResponse, type LinkPartyToUserBody, type LinkPartyToUserResponse, type LockFlightApiResponse, type MarkConversationAsCompletedByIdBody, type MarkConversationAsCompletedByIdPathParams, type MarkConversationAsCompletedByIdResponse, type MergePartiesTogetherBody, type MergePartiesTogetherPathParams, type MergePartiesTogetherQueryParams, type MergePartiesTogetherResponse, type Middleware, type OrderInsurancePolciesOfAdvisoryReportBody, type OrderInsurancePolciesOfAdvisoryReportPathParams, type OrderInsurancePolciesOfAdvisoryReportQueryParams, type OrderInsurancePolciesOfAdvisoryReportResponse, type 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 SchemaAnvaDocumentUpdateCmd, type SchemaAnvaFlowLabelStatus, type SchemaAnvaFlowStatus, type SchemaAnvaInquiry, type SchemaAnvaInquiryDocument, type SchemaAnvaInsurance, type SchemaAnvaInsuranceCompany, type SchemaAnvaInsuranceCompanyUpdateCmd, type SchemaAnvaInsurancePackage, type SchemaAnvaInsurancePolicy, type SchemaAnvaInsuranceUpdateCmd, type SchemaAnvaInvoiceStatus, type SchemaAnvaLabel, type SchemaAnvaMutationReason, type SchemaAnvaMutationReasons, type SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductFlowRevision, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, type SchemaAnvaProductTagUpsertCmd, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaAnvaTaskCmd, type SchemaAnvaTaskPriority, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type SchemaAppModelsPartyCommandsExternalRef, type SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppModelsUploadExternalRef, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyDocumentsPartydocumentquerymodel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type SchemaAttachmentType, type SchemaAudits, type SchemaAuth, type SchemaAutomaticEmergencyBreaking, type SchemaAvatars, type SchemaAxaCar, type SchemaAxaCarPayload, type SchemaAxaContractualExcess, type SchemaAxaContractualExcess_2, type SchemaAxaDriver, type SchemaAxaFamilyPayload, type SchemaAxaHome, type SchemaAxaHomePayload, type SchemaAxaItemLimitTier, type SchemaAxaItemLimitTier_2, type SchemaAxaTheftFormulas, type SchemaAxaTheftFormulas_2, type SchemaBackupFrequency, type SchemaBackupFrequency_2, type SchemaBalance, type SchemaBalanceQueryModel, type SchemaBaloiseCar, type SchemaBaloiseCarPayload, type SchemaBaloiseDriver, type SchemaBaloiseFamilyPayload, type SchemaBaloiseHome, type SchemaBaloiseHomePayload, type SchemaBatchUnitResponse, type SchemaBatteryCapacity, type SchemaBicycle, type SchemaBicycleReferenceQueryModel, type SchemaBicycleRiskObjectIdWithRevisionId, type SchemaBicycleSpeed, type SchemaBicycleType, type SchemaBicycleUsage, type SchemaBlindSpotWarning, type SchemaBoat, type SchemaBoatAccidentCoverageLevel, type SchemaBoatAccidentCoverageLevel_2, type SchemaBoatBerthBigCity, type SchemaBoatBerthNlArea, type SchemaBoatBerthType, type SchemaBoatCategory, type SchemaBoatCompetitionType, type SchemaBoatConstructionType, type SchemaBoatMotorKind, type SchemaBoatNlPayloads, type SchemaBoatPreferences, type SchemaBoatReferenceQueryModel, type SchemaBoatRiskObjectIdWithRevisionId, type SchemaBoatTerritory, type SchemaBoatTrailer, type SchemaBoatUsage, type SchemaBookkeeper, type SchemaBrand, type SchemaBrandClub, type SchemaBrandClub_2, type SchemaBrandSortContext, type SchemaBroker, type SchemaBrokerConnectionCreate, type SchemaBrokerConnectionOutlookMailFolderSyncDetails, type SchemaBrokerConnectionUpdate, type SchemaBrokerCreateCmd, type SchemaBrokerIntegrations, type SchemaBrokerIntegrationsPatchCmd, type SchemaBrokerMembershipsCreateCmd, type SchemaBrokerPatchCmd, type SchemaBrokerPlan, type SchemaBrokerSettings, type SchemaBrokerType, type SchemaBrokerUserCreateCmd, type SchemaBrokerWithDistributionName, type SchemaBrokerWithModules, type SchemaBuildingExtra, type SchemaBuildingMaintenanceStatus, type SchemaBuildingPurpose, type SchemaBuildingRentOut, type SchemaBuildingUse, type SchemaCalculateAnvaQuotesRequest, type SchemaCalculateDiasQuotesRequest, type SchemaCalculateProfileaseCarQuoteCmd, type SchemaCalculateProfileaseCarQuoteParams, type SchemaCalculateYellowHiveQuotesRequest, type SchemaCalculationSpecEnumValue, type SchemaCalculationSpecInputType, type SchemaCalculationSpecType, type SchemaCampaignAudienceType, type SchemaCampaignDistributionSettingsQueryModel, type SchemaCampaignExtend, type SchemaCampaignFlowType, type SchemaCampaignGenerateDnsPrefix, type SchemaCampaignInsurance, type SchemaCampaignInsuranceQueryModel, type SchemaCampaignMailTemplateQueryModel, type SchemaCampaignMetrics, type SchemaCampaignQueryModel, type SchemaCampaignQueryModelFull, type SchemaCampaignReferenceQueryModel, type SchemaCampaignSharingOption, type SchemaCampaignSpecifications, type SchemaCampaignSpecificationsQueryModel, type SchemaCampaignStatus, type SchemaCampaignTarget, type SchemaCampaignTargetQueryModel, type SchemaCampaignTemplateCategory, type SchemaCampaignTemplateQueryModel, type SchemaCampaignTemplatesQueryModel, type SchemaCampaignType, type SchemaCampaignVerifiedDnsPrefix, type SchemaCampaignYellowHiveProduct, type SchemaCampaignYellowHiveProductQueryModel, type SchemaCampaignYellowHiveProducts, type SchemaCampaignYellowHiveProductsQueryModel, type SchemaCampaignsResponse, type SchemaCar, type SchemaCarCategory, type SchemaCarCategoryCode, type SchemaCarCategoryCode_2, type SchemaCarCategory_2, type SchemaCarClaimType, type SchemaCarClaimType_2, type SchemaCarDemo, type SchemaCarDemo_2, type SchemaCarEvaluationType, type SchemaCarEvaluationType_2, type SchemaCarGlassEvent, type SchemaCarInsuranceInsightPayload, type SchemaCarInsurancePolicyInsightsCarResponse, type SchemaCarInsurancePolicyInsightsDistributionResponse, type SchemaCarInsurancePolicyInsightsPartyResponse, type SchemaCarInsurancePolicyInsightsResponse, type SchemaCarInsured, type SchemaCarInterests, type SchemaCarInterests_2, type SchemaCarLease, type SchemaCarLeaseRatesResponse, type SchemaCarLookUpToQuestion, type SchemaCarLookUpToQuestions, type SchemaCarLookUpToQuestionsCmd, type SchemaCarMileage, type SchemaCarNlPayloads, type SchemaCarPayloads, type SchemaCarPremiumResponse, type SchemaCarProfessionalUsagePurpose, type SchemaCarProfessionalUsagePurpose_2, type SchemaCarReferenceQueryModel, type SchemaCarRiskObjectIdWithRevisionId, type SchemaCarStorage, type SchemaCarTaxation, type SchemaCarTheftProtection, type SchemaCarTheftProtection_2, type SchemaCarTrackingSystem, type SchemaCarTrackingSystem_2, type SchemaCarTrailer, type SchemaCarUsage, type SchemaCarUsagePeriod, type SchemaCarUsagePeriod_2, type SchemaCarUsedFor, type SchemaCarUsedFor_2, type SchemaCarVehicleType, type SchemaCarVehicleType_2, type SchemaCarglassEventCreateParams, type SchemaCategoryType, type SchemaChatCmd, type SchemaChatSummaryDetailed, type SchemaChatSummaryGroup, type SchemaChatSummaryQuestion, type SchemaChatSummarySection, type SchemaCheckupItemType, type SchemaChild, type SchemaChildProtection, type SchemaChildProtectionDriver, type SchemaChildProtectionPassenger, type SchemaChildProtectionRear, type SchemaChunk, type SchemaCitizensCar, type SchemaCitizensCarPayload, type SchemaCitizensCoverageChoice, type SchemaCitizensCoverageChoice_2, type SchemaCitizensInsuredAmountAccidents, type SchemaCitizensInsuredAmountAccidents_2, type SchemaCitizensInsuredAmountLiability, type SchemaCitizensInsuredAmountLiability_2, type SchemaCitizensSteeringPosition, type SchemaCity, type SchemaCityAutomaticEmergencyBraking, type SchemaCivilState, type SchemaCivilState_2, type SchemaClaim, type SchemaClaimCause, type SchemaClaimCause_2, type SchemaClaimFreeYears, type SchemaClaimFreeYears_2, type SchemaClaimLossAmount, type SchemaClaimLossAmount_2, type SchemaClaimQueryModel, type SchemaClaimStatus, type SchemaClaimType, type SchemaClaimsQueryModel, type SchemaClauseCmd, type SchemaClauseQueryModel, type SchemaCloudDataStorageLocation, type SchemaCollectionMethod, type SchemaCommentary, type SchemaCommentaryQueryModel, type SchemaCompany, type SchemaCompanyCreateCmd, type SchemaCompanyGoodQueryModel, type SchemaCompanyInfo, type SchemaCompanyInfoContent, type SchemaCompanyInventoryQueryModel, type SchemaCompanyInvestmentQueryModel, type SchemaCompanyLeadCreateCmd, type SchemaCompanyLeadCreateReply, type SchemaCompanyLeaseQueryModel, type SchemaCompanyLoanQueryModel, type SchemaCompanyProspectType, type SchemaCompanyProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCompanyQueryModel, type SchemaCompanyRegistration, type SchemaCompanyRegistrationQueryModel, type SchemaCompanyRegistrationType, type SchemaCompanyRegistrationType_2, type SchemaCompanySearchBy, type SchemaCompareAnswer, type SchemaCompareCmd, type SchemaCondition, type SchemaConditionAction, type SchemaConditionCheckType, type SchemaConditionOperation, type SchemaConditionType, type SchemaConditions, type SchemaConstructionType, type SchemaConstructionTypeFloors, type SchemaConstructionWorkDuration, type SchemaConstructionWorks, type SchemaConstructionYear, type SchemaConstructionYearCategory, type SchemaContactPerson, type SchemaContentValueDefinedType, type SchemaContractConversions, type SchemaConversationAnswer, type SchemaConversationAnswerCompared, type SchemaConversationDocumentPdfModel, type SchemaConversationNote, type SchemaConversationsOriginFilter, type SchemaConversationsOriginFilterItem, type SchemaCountryCodes, type SchemaCountryCodes_2, type SchemaCoverage, type SchemaCoverageCmd, type SchemaCoverageGroupMatchingScore, type SchemaCoverageInsights, type SchemaCoverageLimit, type SchemaCoveragePeriod, type SchemaCoverageQueryModel, type SchemaCoverageUpdateCmd, type SchemaCreateAccountParams, type SchemaCreateAdvisoryReportParams, type SchemaCreateAdvisoryReportRevisionParams, type SchemaCreateAdvisoryReportRevisionV2Params, type SchemaCreateAnvaPartyCompanyCmd, type SchemaCreateAnvaPartyCompanyRegistration, type SchemaCreateAnvaPartyCustomerCmd, type SchemaCreateBicycleRiskObjectParams, type SchemaCreateBoatRiskObjectParams, type SchemaCreateBrokerConnectionParams, type SchemaCreateCampaignAssistantAvatarCmd, type SchemaCreateCampaignCmd, type SchemaCreateCampaignLogoCmd, type SchemaCreateCampaignParams, type SchemaCreateCarRiskObjectParams, type SchemaCreateCompanyLeadParams, type SchemaCreateCompanyProspectParams, type SchemaCreateCustomThemeAsDistributionParams, type SchemaCreateCustomerLeadParams, type SchemaCreateCustomerProspectParams, type SchemaCreateDiasContactPersonCreateCmd, type SchemaCreateDiasPartyCompanyCmd, type SchemaCreateDiasPartyCompanyRegistration, type SchemaCreateDiasPartyCustomerCmd, type SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateMultiResponse, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyActivitiesParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateTaskInAnvaParams, type SchemaCreateToolkitAccountParams, type SchemaCreateToolkitBrokerParams, type SchemaCreateTrailerRiskObjectParams, type SchemaCreateTrialUserParams, type SchemaCreateYellowHiveContactPersonCreateCmd, type SchemaCreditRating, type SchemaCreditScore, type SchemaCrmExportQueryModel, type SchemaCrmExportType, type SchemaCurrency, type SchemaCurrencyValue, type SchemaCustomAdvice, type SchemaCustomAdvicePatchCmd, type SchemaCustomer, type SchemaCustomerCreateCmd, type SchemaCustomerInfo, type SchemaCustomerLeadCreateCmd, type SchemaCustomerLeadCreateReply, type SchemaCustomerProspectType, type SchemaCustomerProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCustomerQueryModel, type SchemaCustomerSheet, type SchemaCustomerSheetAcceptations, type SchemaCustomersInfoType, type SchemaCyber, type SchemaDasLegalPayload, type SchemaDataType, type SchemaDate, type SchemaDateDsl, type SchemaDeactivateOutlookSyncCmd, type SchemaDeactivateOutlookSyncParams, type SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDelinkPartyToUserParams, type SchemaDemographicData, type SchemaDiasAfdBranch, type SchemaDiasCalculationPackage, type SchemaDiasClosingQuestion, type SchemaDiasCollectionMethods, type SchemaDiasCoverage, type SchemaDiasCoverageUpdateCmd, type SchemaDiasEntityLink, type SchemaDiasEntityType, type SchemaDiasFlowStatus, type SchemaDiasInsurance, type SchemaDiasInsuranceCompany, type SchemaDiasInsurancePackage, type SchemaDiasInsurancePolicy, type SchemaDiasPackage, type SchemaDiasPolicyPackageCalculationJob, type SchemaDiasProduct, type SchemaDiasProductFlowInSession, type SchemaDiasProductImportCmd, type SchemaDiasProductQuestionnaire, type SchemaDiasProductQuestionnaireQueryModel, type SchemaDiasProductQuestionnairesQueryModel, type SchemaDiasProductQuestionnairesUpdateCmd, type SchemaDiasProductQuestionnairesValidateCmd, type SchemaDiasProductSearch, type SchemaDiasProductToInsurancePolicyLink, type SchemaDiasProductUpdateCmd, type SchemaDiasProductsInConversationCmd, type SchemaDiasQuote, type SchemaDiasQuoteCalculationJob, type SchemaDiasQuoteCalculationJobsQueuedResponse, type SchemaDimensions, type SchemaDinghy, type SchemaDinghyCategory, type SchemaDirector, type SchemaDisable_2faForMeParams, type SchemaDiscount, type SchemaDisplacement, type SchemaDistances, type SchemaDistribution, type SchemaDistributionCompanyRegistrationValidation, type SchemaDistributionConnectionCreateCmd, type SchemaDistributionConnectionQueryModel, type SchemaDistributionConnectionUpdateCmd, type SchemaDistributionCreateCmd, type SchemaDistributionFrontPageSettings, type SchemaDistributionFrontPageSettingsQueryModel, type SchemaDistributionInvite, type SchemaDistributionLogos, type SchemaDistributionNameValidateCmd, type SchemaDistributionNoveltyInsight, type SchemaDistributionPromotionCreateCmd, type SchemaDistributionPromotionsReply, type SchemaDistributionSettings, type SchemaDistributionSettingsPatchCmd, type SchemaDistributionSignatureMethodQueryModel, type SchemaDistributionSignaturePatchCmd, type SchemaDistributionTagCreateCmd, type SchemaDistributionTagReply, type SchemaDistributionTagsQueryModel, type SchemaDistributionThemeCreateCmd, type SchemaDistributionThemeUpdateCmd, type SchemaDistributionUsp, type SchemaDistributionUspItemCreateCmd, type SchemaDistributionUspItemUpdateCmd, type SchemaDistributionUspReply, type SchemaDistributions, type SchemaDnaYachtBoatPayload, type SchemaDocument, type SchemaDocumentExtractionBatch, type SchemaDocumentExtractionBatchPayload, type SchemaDocumentExtractionEntityInfo, type SchemaDocumentLinkResponse, type SchemaDocumentQueryModel, type SchemaDocumentReferenceQueryModel, type SchemaDocumentResourceType, type SchemaDocumentStatus, type SchemaDocumentType, type SchemaDocumentType_2, type SchemaDomainCar, type SchemaDriveAssistanceSystem, type SchemaDriveTrainLayout, type SchemaDriveTrainLayout_2, type SchemaDriver, type SchemaDriverBrandClubMembership, type SchemaDriverExperience, type SchemaDriverLicenseCode, type SchemaDriverLicenseCode_2, type SchemaDriverLicenseType, type SchemaDriverLicenseType_2, type SchemaDriverVehicle, type SchemaDriverVehicleExperience, type SchemaDriverVehicleUsage, type SchemaDrivingTimes, type SchemaDutyOfCareCheckupItem, type SchemaDutyOfCareKind, type SchemaDutyOfCareStatus, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, type SchemaEmailActionability, type SchemaEmailAggregateResponse, type SchemaEmailAnalysis, type SchemaEmailAnalysisResponse, type SchemaEmailAnalyzeByEmailIdCmd, type SchemaEmailConversation, type SchemaEmailModel, type SchemaEmailTriageClassification, type SchemaEmailTriageCmd, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type SchemaExtractSingularDocumentAsInsurancePolicyParams, type SchemaExtractSingularDocumentAsOfferParams, type SchemaExtractSingularDocumentEnqueueParams, type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams, type SchemaExtractSingularDocumentOffersEnqueueParams, type SchemaExtractSingularDocumentParams, type SchemaExtractSingularDocumentPartyEnqueueParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFaqCreateCmd, type SchemaFaqItem, type SchemaFaqQueryModel, type SchemaFaqType, type SchemaFeatureItem, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, type SchemaFinConnectLinkQueryModel, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaPartyBaseAddress, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaAnvaQuotePossiblePackage, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, 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 SchemaGenerateDnsPrefixParams, type SchemaGenerateRecommendationParams, type SchemaGenerateRecommendationsByPartyIdParams, type SchemaGetAddressInfoPremiumResponse, type SchemaGetAdvisoryReportDiffResponse, type SchemaGetAutomobileBrandResponse, type SchemaGetAutomobileBrandsResponse, type SchemaGetAutomobileFactsResponse, type SchemaGetAutomobileSerieResponse, type SchemaGetAutomobileSeriesResponse, type SchemaGetAutomobileVersionResponse, type SchemaGetAutomobileVersionsResponse, type SchemaGetCarInsuranceInsightsParams, type SchemaGetCarPremiumResponse, type SchemaGetCityResponse, type SchemaGetCompanyMultiResponse, type SchemaGetCompanySingleResponse, type SchemaGetDirectorMultiResponse, type SchemaGetNumberPlatePremiumResponse, type SchemaGetSearchAddressNewResponse, type SchemaGetStreetResponse, type SchemaGetVinPremiumResponse, type SchemaGiveSelectedProductsFeedbackParams, type SchemaGuarantee, type SchemaGuaranteeBase, type SchemaGuaranteeContent, type SchemaGuaranteeMatchingScores, type SchemaGuaranteeModification, type SchemaGuaranteeTag, type SchemaHandleCalculateAnvaQuotesForConversationParams, type SchemaHandleCalculateOneAnvaQuoteForConversationParams, type SchemaHandleCalculateOneDiasQuoteForConversationParams, type SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDiasContactPersonParams, type SchemaHandleCreateDiasPartyParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleImportDiasProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateDiasQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateDiasSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSendOfferMailParams, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaPartyParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasflowsProductByIdParams, type SchemaHandleUpdateDiasflowsProductCoverageByIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleUpsertSupportedAnvaflowsTagParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, type SchemaHandleValidateDiasQuestionnairesByProductIdParams, type SchemaHandleValidateYellowhiveQuestionnairesByProductIdParams, type SchemaHazardLevel, type SchemaHeaders, type SchemaHeatingType, type SchemaHighSpeedAutomaticEmergencyBraking, type SchemaHobbies, type SchemaHolderState, type SchemaHomeAge, type SchemaHomeEvaluationType, type SchemaHomeNlPayloads, type SchemaHomePayloads, type SchemaHomeToWorkDistance, type SchemaHomeToWorkDistance_2, type SchemaHp, type SchemaHttpMethod, type SchemaIbanValidation, type SchemaIdIntResponse, type SchemaIdentificationTypes, type SchemaIdentificationTypes_2, type SchemaImpactTime, type SchemaImpactTime_2, type SchemaImportActivity, type SchemaImportPartyError, type SchemaImportPartyResponse, type SchemaIncomeData, type SchemaInformationRequirementSheetSpecification, type SchemaInputType, type SchemaInsurance, type SchemaInsuranceCarrierType, type SchemaInsuranceCarrierType_2, type SchemaInsuranceCompanyRetrieveResponse, type SchemaInsuranceCompanyTag, type SchemaInsuranceCompanyTag_2, type SchemaInsuranceContent, type SchemaInsuranceExtended, type SchemaInsuranceFsma, type SchemaInsuranceHistory, type SchemaInsuranceModuleExportQueryModel, type SchemaInsuranceModuleExportType, type SchemaInsurancePoliciesQueryModel, type SchemaInsurancePolicy, type SchemaInsurancePolicyCreateCmd, type SchemaInsurancePolicyCreateType, type SchemaInsurancePolicyDocumentCmd, type SchemaInsurancePolicyDocumentQueryModel, type SchemaInsurancePolicyDocumentType, type SchemaInsurancePolicyEntity, type SchemaInsurancePolicyLinkCmd, type SchemaInsurancePolicyLinkQueryModel, type SchemaInsurancePolicyQueryModel, type SchemaInsurancePolicySimulationSendRequest, type SchemaInsurancePolicySimulationType, type SchemaInsurancePolicySimulationUpsertCmd, type SchemaInsurancePolicyStatus, type SchemaInsurancePolicyType, type SchemaInsurancePolicyType_2, type SchemaInsuranceProduct, type SchemaInsuranceProductAdvices, type SchemaInsuranceProductByDistributionUpdateCmd, type SchemaInsuranceProductClauseCreateCmd, type SchemaInsuranceProductClauseUpdateCmd, type SchemaInsuranceProductClausesQueryModel, type SchemaInsuranceProductEntity, type SchemaInsuranceProductQueryModel, type SchemaInsuranceProductRecommendation, type SchemaInsuranceProductRecommendationPatchCmd, type SchemaInsuranceProductsQueryModel, type SchemaInsuranceTerminationReasonType, type SchemaInsuranceTerminationReasonType_2, type SchemaInsuranceType, type SchemaInsuranceType_2, type SchemaInsuredContentValue, type SchemaInsuredValue, type SchemaInventoryCheckupItem, type SchemaInviteCustomersToPartyParams, type SchemaInviteUsersToDistributionParams, type SchemaInvoice, type SchemaInvoiceQueryModel, type SchemaInvoicesQueryModel, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, type SchemaJobQueuedResponse, type SchemaJobResult, type SchemaJobResultType, type SchemaJobStatus, type SchemaJointIndustrialCommittee, type SchemaJointIndustrialCommitteeQueryModel, type SchemaJsonRpcError, type SchemaJsonRpcReply, type SchemaKey, type SchemaKeys, type SchemaKind, type SchemaKmPerYear, type SchemaKmPerYear_2, type SchemaKw, type SchemaLabelValueCount, type SchemaLabeledItems, type SchemaLaneCenteringAssist, type SchemaLaneDepartureWarning, type SchemaLaneKeepingAssistance, type SchemaLanguage, type SchemaLanguageCodes, type SchemaLarLegalPayload, type SchemaLastAnswer, type SchemaLateralCrashProtection, type SchemaLateralCrashProtectionDriver, type SchemaLateralCrashProtectionPassenger, type SchemaLateralCrashProtectionRear, type SchemaLeadCampaignQueryModel, type SchemaLeadDocumentQueryModel, type SchemaLeadDocumentType, type SchemaLeadProviderQueryModel, type SchemaLeadProviderResponse, type SchemaLeadProvidersResponse, type SchemaLeadReferenceQueryModel, type SchemaLeadRetrieveReply, type SchemaLeadStatus, type SchemaLeadTransferPayload, type SchemaLeaseOfferDocumentQueryModel, type SchemaLeaseOfferDocumentType, type SchemaLeaseOfferType, type SchemaLeaseType, type SchemaLeaseType_2, type SchemaLegalAid, type SchemaLegalForm, type SchemaLegalForm_2, type SchemaLegalPayloads, type SchemaLegalReferenceQueryModel, type SchemaLegalRiskObjectIdWithRevisionId, type SchemaLength, type SchemaLengthUnit, type SchemaLez, type SchemaLezCity, type SchemaLezPass, type SchemaLezYears, type SchemaLiabilityInfo, type SchemaLiabilityType, type SchemaLiabilityType_2, type SchemaLicense, type SchemaLicensePlateType, type SchemaLicensePlateType_2, type SchemaLink, type SchemaLinkPartyToUserCmd, type SchemaLinkPartyToUserCmdItem, type SchemaLinkPartyToUserParams, type SchemaLinkedCompany, type SchemaLinkedCompanyQueryModel, type SchemaLivingRoomSize, type SchemaLocalisationPatchCmd, type SchemaLocalization, type SchemaLocalized, type SchemaLowerCaseCountryCodes, type SchemaLowerCaseLanguageCodes, type SchemaMachineAcquisitionType, type SchemaMachineDelivery, type SchemaMailEvent, type SchemaMainBuilding, type SchemaMainBuildingType, type SchemaManagement, type SchemaManagementFuturePlans, type SchemaManagementQueryModel, type SchemaMarkSessionAsCompletedModel, type SchemaMarkSessionAsCompletedResponse, type SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsFasterforwardListItem, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMicrosoftOutlookMailFolder, type SchemaMicrosoftOutlookMailFolders, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalClaim, type SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalDutyOfCareItem, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicy, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalInventorySummary, type SchemaMinimalInvoice, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalPolicyPackage, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMinimalUser, type SchemaMinimalUserQueryModels, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiDiasAfdBranchQueryModel, type SchemaMultiDiasProductQueryModel, type SchemaMultiDiasProductSearchQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, type SchemaNextActionItem, type SchemaNextActionSource, type SchemaNextActionType, type SchemaNotice, type SchemaNumberPlateInfo, type SchemaNumberPlatePremiumResponse, type SchemaOccupationType, type SchemaOfferCampaignQueryModel, type SchemaOfferCreateCmdV2, type SchemaOfferCreateResponse, type SchemaOfferCreateRevisionCmd, type SchemaOfferPatchBulkCmd, type SchemaOfferPayment, type SchemaOfferRejectionCancellationReason, type SchemaOfferRequestForInsuranceCompanyCreateCmd, type SchemaOfferRequestForInsuranceCompanyInsuranceProductItem, type SchemaOfferRequestForInsuranceCompanyItem, type SchemaOfferRequestForInsuranceCompanyItemWithId, type SchemaOfferRequestForInsuranceCompanyParty, type SchemaOfferRevisionDocument, type SchemaOfferRevisionDocumentType, type SchemaOfferRevisionPatchCmd, type SchemaOfferRevisionQueryModel, type SchemaOfferRevisionReferenceQueryModel, type SchemaOfferStatus, type SchemaOfferWarning, type SchemaOmniumFormula, type SchemaOmniumFormulaByName, type SchemaOmniumFormulaByName_2, type SchemaOmniumFormula_2, type SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOutlookConnectionDetails, type SchemaOutlookEmail, type SchemaOutlookEmailItem, type SchemaOutlookEmails, type SchemaOutlookMailHeader, type SchemaOutlookMailRecepient, type SchemaOverdueInvoicesCheckupItem, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPackagesToProposeCheckupItem, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartiesQueryModelItem, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type SchemaPartyCheckupResponse, type SchemaPartyComplianceType, type SchemaPartyConversationNotes, type SchemaPartyCurrentAccountInsightsQueryModel, type SchemaPartyDocument, type SchemaPartyDocumentQueryModel, type SchemaPartyDocumentType, type SchemaPartyDocumentUpload, type SchemaPartyDocuments, type SchemaPartyEntity, type SchemaPartyExternalRefsCreateCmd, type SchemaPartyExternalRefsQueryModel, type SchemaPartyGroupCustomerQueryModel, type SchemaPartyGroupReferenceQueryModel, type SchemaPartyGroupRiskObjectIdWithRevisionId, type SchemaPartyInvite, type SchemaPartyKycItem, type SchemaPartyKycQueryModel, type SchemaPartyLink, type SchemaPartyLinkQueryModel, type SchemaPartyLogoCmd, type SchemaPartyLogoQueryModel, type SchemaPartyMergeCmd, type SchemaPartyNoteCmd, type SchemaPartyOriginFilter, type SchemaPartyOriginFilterItem, type SchemaPartyPatchCmd, type SchemaPartyPreferences, type SchemaPartyPreferencesQueryModel, type SchemaPartyQueryModel, type SchemaPartyRelation, type SchemaPartyRelationCreateCmd, type SchemaPartyRelationQueryModel, type SchemaPartyRelationType, type SchemaPartyRelationType_2, type SchemaPartySocialLinks, type SchemaPartyStatus, type SchemaPartyStatus_2, type SchemaPartyTransferPayload, type SchemaPartyWithMetadata, type SchemaPaymentInterval, type SchemaPaymentIntervalLowerCaseValues, type SchemaPaymentInterval_2, type SchemaPaymentMethod, type SchemaPaymentMethod_2, type SchemaPaymentStatus, type SchemaPedestrianDetection, type SchemaPendingUpgradesReply, type SchemaPerformance, type SchemaPeriodicCash, type SchemaPermittedTowbarDownload, type SchemaPermittedTrailerLoadWithoutBrakes, type SchemaPersonalizedAdvice, type SchemaPersonalizedAdviceResponse, type SchemaPersonnelDetails, type SchemaPhysicalProperties, type SchemaPiaContractConversionStatus, type SchemaPlanQueryModel, type SchemaPlanStatus, type SchemaPlansReply, type SchemaPnpCar, type SchemaPnpCarPayload, type SchemaPnpDriver, type SchemaPnpFamilyPayload, type SchemaPnpHome, type SchemaPnpHomePayload, type SchemaPoliciesToProposeCheckupItem, type SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type SchemaPriorityTag, type SchemaProductInfo, type SchemaProductV2, type SchemaProductsFilterSort, type SchemaProductsGroupBy, type SchemaProductsV2Filter, type SchemaProductsV2Response, type SchemaProfession, type SchemaProfileaseLeaseRate, type SchemaProfileaseLeaseResidual, type SchemaProfileaseLeaseType, type SchemaProfileaseQuote, type SchemaPromotion, type SchemaPromotionCriteria, type SchemaPromotionModifications, type SchemaPromotionQueryModel, type SchemaPropertyType, type SchemaProspectCreationResponse, type SchemaProspectReferenceQueryModel, type SchemaProspectType, type SchemaProvenanceDocumentReference, type SchemaPublicConnectionQueryModel, type SchemaPublicConnectionsQueryModel, type SchemaPublicDistributionConnectionQueryModel, type SchemaQuestion, type SchemaQuestionGroup, type SchemaQuestionUpdateCmd, type SchemaQuestionnaire, type SchemaQuote, type SchemaQuoteDetails, type SchemaQuoteExport, type SchemaQuoteExportRequest, type SchemaQuoteExportResponse, type SchemaQuoteMailSendRequest, type SchemaQuoteMailSendResponse, type SchemaQuoteReferenceQueryModel, type SchemaQuoteRequestV2Base, type SchemaQuoteResponse, type SchemaQuoteResponseV2, type SchemaQuoteSpecification, type SchemaQuoteStatus, type SchemaRateLimitErrorMsgEnum, type SchemaRearAutomaticEmergencyBraking, type SchemaRearCrossTrafficWarning, type SchemaRecalculateAnvaQuoteRequest, type SchemaRecalculateAnvaSimulationCmd, type SchemaRecalculateDiasQuoteRequest, type SchemaRecalculateDiasSimulationCmd, type SchemaRecalculateYellowHiveQuoteRequest, type SchemaRecalculateYellowHiveSimulationCmd, type SchemaRecommendation, type SchemaRecommendationLevel, type SchemaRecommendationReferenceQueryModel, type SchemaRecommendationsBaseCreateCmd, type SchemaRecommendationsCreateCmd, type SchemaRecommendationsQueryModel, type SchemaRecommendationsV2CreateCmd, type SchemaReconstructionValueDefinedType, type SchemaReference, type SchemaRegex, type SchemaRegistration, type SchemaRelations, type SchemaRentOutTerm, type SchemaRepairCosts, type SchemaReportRevisionStatus, type SchemaReportRevisionStatusSubset, type SchemaResidenceBuildingType, type SchemaResidenceComplianceType, type SchemaResidenceFloodType, type SchemaResidenceMonumentType, type SchemaResidencePreferences, type SchemaResidenceReferenceQueryModel, type SchemaResidenceRiskObjectIdWithRevisionId, type SchemaResidenceTheftProtection, type SchemaResidenceUsage, type SchemaRestrictiveAddress, type SchemaRestrictiveCar, type SchemaRestrictiveDriveAssistanceSystem, type SchemaRestrictiveDriver, type SchemaRetrieveAdvisoryReportFrontPageStandalonePdfParams, type SchemaRetrieveFlowResponse, type SchemaRetrieveQuestionnaireResponse, type SchemaRetrieveQuotesBatchResponse, type SchemaRetrieveQuotesExportsResponse, type SchemaRetrieveQuotesInsightsResponse, type SchemaRideHeight, type SchemaRiskAddress, type SchemaRiskAnalysisSubjects, type SchemaRiskData, type SchemaRiskDomain, type SchemaRiskDomainActionQueryModel, type SchemaRiskDomainAdviceQueryModel, type SchemaRiskDomainDistributionUpdateCmd, type SchemaRiskDomainQueryModel, type SchemaRiskDomainsQueryModel, type SchemaRiskObject, type SchemaRiskObjectCarType, type SchemaRiskObjectCarType_2, type SchemaRiskObjectComplianceItem, type SchemaRiskObjectComplianceQueryModel, type SchemaRiskObjectCreationError, type SchemaRiskObjectCreationResponse, type SchemaRiskObjectEntity, type SchemaRiskObjectExternalRefsCreateCmd, type SchemaRiskObjectExternalRefsQueryModel, type SchemaRiskObjectFamilyType, type SchemaRiskObjectInFleet, type SchemaRiskObjectLegalType, type SchemaRiskObjectPartyGroupType, type SchemaRiskObjectPartyRelation, type SchemaRiskObjectReferenceQueryModel, type SchemaRiskObjectRelationCreateCmd, type SchemaRiskObjectRelationQueryModel, type SchemaRiskObjectRelationUpdateCmd, type SchemaRiskObjectResidenceType, type SchemaRiskObjectRevisionIds, type SchemaRiskObjectRevisions, type SchemaRiskObjectTeacherType, type SchemaRiskObjectTwoWheelerType, type SchemaRiskObjectType, type SchemaRiskObjectType_2, type SchemaRiskObjectsWithRevision, type SchemaRizivConventionStatus, type SchemaRizivConventionStatus_2, type SchemaRizivMember, type SchemaRoleFilter, type SchemaRoleFilterType, type SchemaRollingWorkEquipmentType, type SchemaRollingWorkEquipmentType_2, type SchemaRoofConstructionType, type SchemaRoofTypes, type SchemaRooms, type SchemaRules, type SchemaSafety, type SchemaSafetyFeatureOption, type SchemaSafetyStickCar, type SchemaSafetyStickCarPayload, type SchemaSafetyStickDriver, type SchemaSalaryCoefficient, type SchemaSalaryCoefficient_2, type SchemaSatelliteProtection, type SchemaSatelliteProtectionSystem, type SchemaSatelliteProtectionSystem_2, type SchemaSavingTypes, type SchemaSavingTypes_2, type SchemaSearchAddress, type SchemaSection, type SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSendOfferMailCmd, type SchemaSendOfferMailResponse, type SchemaSentimentType, type SchemaSeries, type SchemaSeriesSortContext, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionCompletedRemarks, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, type SchemaSingularityJobQueuedResponse, type SchemaSingularityJobResultBase, type SchemaSingularityModelsDocumentExtractorCmdLink, type SchemaSingularityModelsPartyCheckupLink, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSwitchCandidatesCheckupItem, type SchemaSymbol, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephoneNr, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferCandidatesCheckupItem, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type SchemaUpdateAnvaPartyCompanyCmd, type SchemaUpdateAnvaPartyCustomerCmd, type SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, type SchemaUpsertFaqItemParams, type SchemaUpsertInsurancePolicyForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicySimulationForPartyParams, type SchemaUpsertPolicyPackageByPartyParams, type SchemaUserMeUpdateCmd, type SchemaUserRole, type SchemaValidator, type SchemaValuableItem, type SchemaValueUnitInt, type SchemaValueUnitStr, type SchemaVatType, type SchemaVatType_2, type SchemaVehicleRegistrationDateType, type SchemaVehicleRegistrationPlateValidation, type SchemaVehicleSearch, type SchemaVerifyIfADistributionExistsByCompanyRegistrationParams, type SchemaVerifyIfADistributionExistsByNameParams, type SchemaVerifyIfAUserExistsByEmailParams, type SchemaVersion, type SchemaVersionSortContext, type SchemaVillasureHomePayload, type SchemaVinInfo, type SchemaVinPremiumResponse, type SchemaViviumCar, type SchemaViviumCarPayload, type SchemaViviumDriver, type SchemaViviumFamilyPayload, type SchemaViviumHome, type SchemaViviumHomePayload, type SchemaVoltage, type SchemaWageBill, type SchemaWarningMsg, type SchemaWarranyOptions, type SchemaWarranyOptions_2, type SchemaWeightEmpty, type SchemaWgBeApiAddressModelsAddressAddress, type SchemaWgBeApiAddressModelsAddressInformationV2Company, type SchemaWgBeApiAddressModelsAddressInformationV2Link, type SchemaWgBeApiAddressModelsPersonsDirectorsCompany, type SchemaWgBeApiAddressModelsVatCompanyActivity, type SchemaWgBeApiAddressModelsVatCompanyAssetInfo, type SchemaWgBeApiAddressModelsVatCompanyContactPerson, type SchemaWgBeApiAddressModelsVatCompanyFleetInfo, type SchemaWgBeApiAddressModelsVatCompanyLink, type SchemaWgBeApiAddressModelsVatCompanyPersonnelDetails, type SchemaWgBeApiAddressModelsVatCompanyThirdPartyActivity, type SchemaWgBeApiAddressModelsVatCompanyTurnover, type SchemaWgBeApiAddressModelsVatCompanyWorkforce, type SchemaWgBeApiQuotesModelsBaseLocalization, type SchemaWgBeApiQuotesModelsBaseLocalization_2, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsCar, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsFamily, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsLegal, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsPartyGroup, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsResidence, type SchemaWgPyModelsComplexAddress, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoMachineDelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoPeriodicCash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoSiloCapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoMachinedelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoPeriodiccash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoSilocapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorksConstructionWorkDuration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworksConstructionworkduration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactPerson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactperson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFleetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalAid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalaid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyManagementFunction, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonnelDetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonneldetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdPartyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdpartyactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWageBill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWagebill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsAnnexAnnex, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverAssistanceSystemDriveAssistanceSystem, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverCarInsured, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriver, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsInsuranceHistoryInsuranceHistory, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsPersonPerson, type SchemaWgPyModelsDomainInsuranceInsurancesAedesAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesAragLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesArcesLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesAxaAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAxaCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsHolderState, type SchemaWgPyModelsDomainInsuranceInsurancesAxaFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesDasLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralParty, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralPartyGroup, type SchemaWgPyModelsDomainInsuranceInsurancesEuromexLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesLarLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesPnpFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesViviumCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesViviumFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumResidenceRooms, type SchemaWgPyModelsDomainInsuranceProspectCompany, type SchemaWgPyModelsDomainInsuranceProspectCompany_2, type SchemaWgPyModelsDomainInsuranceProspectCustomer, type SchemaWgPyModelsDomainInsuranceProspectCustomer_2, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferences, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferencesFuneralPreference, type SchemaWgPyModelsDomainInsuranceProspectPartypreferences, type SchemaWgPyModelsDomainInsuranceProspectPartypreferencesFuneralpreference, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesPartyExternalRefsQueryModel, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBicycleBicycle, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBoatBoat, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsCarCar, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsMiscMiscellaneous, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerSemiTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainInsuranceRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyPerson, type SchemaWgPyModelsDomainInsuranceRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceAnnexAnnex, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingFacade, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingMainBuilding, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidencePreferencesResidencePreferences, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceRoomsRooms, type SchemaWgPyModelsDomainInsuranceRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccident, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccidentStatement, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarInsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverbrandclubmembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleusage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainWegroupComplexAddress, type SchemaWgPyModelsDomainWegroupComplexAddress_2, type SchemaWgPyModelsDomainWegroupComplexCompanyRegistration, type SchemaWgPyModelsDomainWegroupComplexCompanyregistration, type SchemaWgPyModelsDomainWegroupComplexLocalization, type SchemaWgPyModelsDomainWegroupEnumsCarUsedFor, type SchemaWgPyModelsDomainWegroupEnumsClaimFreeYears, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsCurrency, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsGender, type SchemaWgPyModelsDomainWegroupEnumsHolderState, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes_2, type SchemaWgPyModelsDomainWegroupEnumsMiscellaneousType, type SchemaWgPyModelsDomainWegroupEnumsOfferRevisionDocumentType, type SchemaWgPyModelsDomainWegroupEnumsProfession, type SchemaWgPyModelsDomainWegroupEnumsProspectType, type SchemaWgPyModelsDomainWegroupEnumsProspectType_2, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtCountryCodes, type SchemaWgsdkSmtCoveragePeriod, type SchemaWgsdkSmtGender, type SchemaWgsdkSmtInsuranceHistory, type SchemaWgsdkSmtProfession, type SchemaWheelBase, type SchemaWheelBaseArray, type SchemaWheelRimSizeArray, type SchemaWheelRimsSize, type SchemaWheelSize, type SchemaWheelSizeArray, type SchemaWidth, type SchemaWindow, type SchemaWorkforce, type SchemaWorkforcePossibleDanger, type SchemaWorkingMethod, type SchemaYellowHiveCoverage, type SchemaYellowHiveInsurance, type SchemaYellowHiveInsurancePolicy, type SchemaYellowHiveProduct, type SchemaYellowHiveProductQuestionnaire, type SchemaYellowHiveProductQuestionnaireQueryModel, type SchemaYellowHiveProductQuestionnairesQueryModel, type SchemaYellowHiveProductQuestionnairesUpdateCmd, type SchemaYellowHiveProductQuestionnairesValidateCmd, type SchemaYellowHiveProductToInsurancePolicyLink, type SchemaYellowHiveProductsInConversationCmd, type SchemaYellowHiveQuote, type SchemaYellowHiveQuoteCalculationJob, type SchemaYellowHiveQuoteCalculationJobsQueuedResponse, type SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferMailBySessionIdBody, type SendOfferMailBySessionIdPathParams, type SendOfferMailBySessionIdQueryParams, type SendOfferMailBySessionIdResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnvaPartyViaConversationBody, type UpdateAnvaPartyViaConversationPathParams, type UpdateAnvaPartyViaConversationQueryParams, type UpdateAnvaPartyViaConversationResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDiasQuestionnaireBody, type UpdateDiasQuestionnairePathParams, type UpdateDiasQuestionnaireQueryParams, type UpdateDiasQuestionnaireResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type UpsertAnvaClosingQuestionsBody, type UpsertAnvaClosingQuestionsQueryParams, type UpsertAnvaClosingQuestionsResponse, type UpsertDistributionFaqBody, type UpsertDistributionFaqQueryParams, type UpsertDistributionFaqResponse, type UpsertInsurancePoliciesForPartyBody, type UpsertInsurancePoliciesForPartyPathParams, type UpsertInsurancePoliciesForPartyResponse, type UpsertInsurancePolicySimulationForPartyBody, type UpsertInsurancePolicySimulationForPartyPathParams, type UpsertInsurancePolicySimulationForPartyResponse, type UpsertPolicyPackagesForPartyBody, type UpsertPolicyPackagesForPartyPathParams, type UpsertPolicyPackagesForPartyResponse, type ValidateAChassisNumberResponse, type ValidateACompanyRegistrationNumberResponse, type ValidateANationalIdentificationNumberBody, type ValidateANationalIdentificationNumberResponse, type ValidateATelephonenrResponse, type ValidateAVehicleRegistrationPlateBody, type ValidateAVehicleRegistrationPlateResponse, type ValidateAWebsiteResponse, type ValidateAnEmailResponse, type ValidateAnFsmaResponse, type ValidateAnIbanBody, type ValidateAnIbanResponse, type ValidateAnvaConnectionQueryParams, type ValidateAnvaConnectionResponse, type ValidateAnvaDwhConnectionQueryParams, type ValidateAnvaDwhConnectionResponse, type ValidateAnvaflowsQuestionnaireBody, type ValidateAnvaflowsQuestionnairePathParams, type ValidateAnvaflowsQuestionnaireQueryParams, type ValidateAnvaflowsQuestionnaireResponse, type ValidateClaimPathParams, type ValidateClaimQueryParams, type ValidateClaimResponse, type ValidateDiasQuestionnaireBody, type ValidateDiasQuestionnairePathParams, type ValidateDiasQuestionnaireQueryParams, type ValidateDiasQuestionnaireResponse, type ValidateFasterforwardConnectionQueryParams, type ValidateFasterforwardConnectionResponse, type ValidatePromotionsResponse, type ValidateYellowhiveQuestionnaireBody, type ValidateYellowhiveQuestionnairePathParams, type ValidateYellowhiveQuestionnaireQueryParams, type ValidateYellowhiveQuestionnaireResponse, type VerifyIfADistributionExistsByCompanyRegistrationBody, type VerifyIfADistributionExistsByCompanyRegistrationQueryParams, type VerifyIfADistributionExistsByCompanyRegistrationResponse, type VerifyIfADistributionExistsByNameBody, type VerifyIfADistributionExistsByNameQueryParams, type VerifyIfADistributionExistsByNameResponse, type VerifyIfAUserExistsByEmailBody, type VerifyIfAUserExistsByEmailQueryParams, type VerifyIfAUserExistsByEmailResponse, type WgApiSchema, type WgPaths, acceptOrRejectAnAdvisoryReport, activateOutlookConnectionSync, analyzeEmail, answerAFlowDirectly, answerAFlowSession, blockCustomerFromAccessingParty, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateDiasQuotesBySessionId, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaPartyViaConversation, createAnvaTask, createAnvaflowTags, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDiasContactPerson, createDiasPartyViaConversation, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, createPartyActivitiesAsCustomer, createPartyByEnrichingWithEnrichingWithCompanyRegistration, createPartyGroupRiskObject, createPartyNote, createPartyOffers, createPartyRelations, createProfileaseCarLeaseOffer, createProflowSessionByBatchId, createRecommendationByPartyId, createRecommendationBySessionId, createReferenceForParty, createReferencesForRiskObject, createRelationBetweenRiskObjectAndParty, createRiskDomainActionForAdvisoryReportById, createRiskDomainActionFromAdviceForAdvisoryReportById, createRiskDomainAdviceForAdvisoryReportById, createRiskDomainForAdvisoryReportById, createSemiTrailerRiskObject, createToolkitAccount, createToolkitBroker, createTrailerRiskObject, createTrialBroker, createUploadLinkAsCustomer, createUspItemForDistribution, createYellowhiveContactPerson, 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, deprecatedGetAnvaParties, deprecatedImportAnvaPartyInWegroup, deprecatedValidateAnvaConnection, disable2FaByUser, disable2FaForCustomer, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enqueueCalculationAnvaquotesBySessionId, enqueueSendCustomQuotesToAnvaBySessionId, enqueueSendOfferToAnvaBySessionId, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportQuoteById, extractInsurancePoliciesForOneDocument, extractInsurancePoliciesForOneDocumentEnqueue, extractManyDocumentInBatch, extractOffersForOneDocument, extractOffersForOneDocumentEnqueue, extractOneDocument, extractOneDocumentEnqueue, extractPartyForOneDocumentEnqueue, extractWebsiteTheme, generateCompanyDescription, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePersonalizationAdviceForAdvisoryReport, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAdvisoryReportRevisionDiff, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllCustomersByDistribution, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaAgents, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaMutationReasons, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getCheckupByPartyId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasAfdbranches, getDiasCollectionMethods, getDiasEmployees, getDiasParties, getDiasProducts, getDiasflowProductById, getDiasflowProducts, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEnumByDiasLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFinconnectLinkAsCustomer, getFinconnectLinkForInsurancePolicyAsCustomer, getFlowInfoById, getFlowsInfo, getGbi, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getInvoiceByIdAsCustomer, getInvoicesAsCustomer, getInvoicesAsParty, getInvoicesAsPartyById, getJobResultById, getKycByParty, getLeadById, getLeadProviderById, getLeadProvidersByAffinity, getLeaseOfferById, getLinkOfDocument, getMetricsByCampaign, getMinimalOfferById, getMinimalOfferRevisionById, getMinimalRiskObjectById, getNace, getNoveltyInsightsByDistribution, getOfferById, getOffersByDistribution, getOnboardingChecklistByBroker, getOrganisationDistributions, getOrganisationLeads, getOrganisationOffers, getOutlookConnectionDetails, getOutlookMailById, getOutlookMailByOutlookMessageId, getOutlookMailfolders, getOutlookMails, getPartiesByCustomer, getPartiesLinkedToUser, getPartiesOriginFilter, getPartyAddresses, getPartyById, getPartyMergeSuggestions, getPdfOfAdvisoryReportById, getPerformanceInsightsByDistribution, getPolicyPackageById, getPolicyPackageByIdAsCustomer, getPolicyPackageSimulationsForParty, getPolicyPackagesAsCustomer, getPolicyPackagesForParty, getPossibleInsuranceProductsByPartyId, getPossibleInsuranceProductsByRiskObjectId, getPossibleInsuranceProductsForManagementByPartyId, getPossibleInsuranceProductsForStaffByPartyId, getPreventionAdvice, getPromotionsByDistributionId, getProvenanceInfoOfDocument, getQuoteExports, getQuoteInsights, getQuotesAsBatchResultsByConversationId, getRecommendationsById, getRecommendationsByPartyId, getRecommendationsBySessionId, getRiskAnalysisByPartyId, getRiskDomainById, getRiskDomains, getRiskObjectByRiskObjectRevisionId, getRiskObjectRevisionsById, getSbi, getSingularityJobResultById, getStepSettingsByAdvisoryReportId, getSupportedAnvaflowCoverages, getSupportedAnvaflowCoveragesGroupedByAdn, getSupportedAnvaflowInsuranceCompanies, getSupportedAnvaflowInsurances, getSupportedAnvaflowTags, getSupportedInsuranceCompanies, getSupportedInsuranceSubjects, getSupportedMimeTypes, getSupportedRiskDomains, getSupportedYellowhiveflowCoverages, getSupportedYellowhiveflowInsurances, getTheBrokerById, getUspByDistribution, getValuesOfEnum, getVehicleByCarIdOrFebiacId, getVehicleByNumberPlateAndCarId, getVehicleByVersionId, getVehicleByVinAndCarId, getVehicleVersionFactsBySeriesId, getWeatherInfo, getYellowhiveflowProductById, getYellowhiveflowProducts, getYourOwnUser, giveFeedbackOnConversationById, giveFeedbackOnRecommendationsById, giveFeedbackToInsuranceTermsBot, handleCreateDistributionTheme, handleDeleteDistributionTheme, handleUpdateDistributionTheme, importAnvaDocumentInWegroup, importAnvaInsurancePolicyDocumentInWegroup, importAnvaInsurancePolicyPackageDocumentInWegroup, importAnvaPartyInWegroup, importAnvaproduct, importDiasPartyInWegroup, importDiasflowProduct, inviteColleaguesToDistribution, inviteUserToParty, linkConversationToAdvisoryReport, linkPartyToUser, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, 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, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferMailBySessionId, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnvaPartyViaConversation, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDiasQuestionnaire, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, upsertAnvaClosingQuestions, upsertDistributionFaq, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateDiasQuestionnaire, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };
|
|
124362
|
+
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 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 CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type CreatePartyActivitiesAsCustomerBody, type CreatePartyActivitiesAsCustomerResponse, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse, type CreatePartyGroupRiskObjectBody, type CreatePartyGroupRiskObjectPathParams, type CreatePartyGroupRiskObjectQueryParams, type CreatePartyGroupRiskObjectResponse, type CreatePartyNoteBody, type CreatePartyNotePathParams, type CreatePartyNoteResponse, type CreatePartyOffersBody, type CreatePartyOffersPathParams, type CreatePartyOffersQueryParams, type CreatePartyOffersResponse, type CreatePartyRelationsBody, type CreatePartyRelationsQueryParams, type CreatePartyRelationsResponse, type CreateProfileaseCarLeaseOfferBody, type CreateProfileaseCarLeaseOfferQueryParams, type CreateProfileaseCarLeaseOfferResponse, type CreateProflowSessionByBatchIdPathParams, type CreateProflowSessionByBatchIdQueryParams, type CreateProflowSessionByBatchIdResponse, type CreateRecommendationByPartyIdBody, type CreateRecommendationByPartyIdPathParams, type CreateRecommendationByPartyIdQueryParams, type CreateRecommendationByPartyIdResponse, type CreateRecommendationBySessionIdBody, type CreateRecommendationBySessionIdQueryParams, type CreateRecommendationBySessionIdResponse, type CreateReferenceForPartyBody, type CreateReferenceForPartyPathParams, type CreateReferenceForPartyResponse, type CreateReferencesForRiskObjectBody, type CreateReferencesForRiskObjectPathParams, type CreateReferencesForRiskObjectQueryParams, type CreateReferencesForRiskObjectResponse, type CreateRelationBetweenRiskObjectAndPartyBody, type CreateRelationBetweenRiskObjectAndPartyPathParams, type CreateRelationBetweenRiskObjectAndPartyQueryParams, type CreateRelationBetweenRiskObjectAndPartyResponse, type CreateRiskDomainActionForAdvisoryReportByIdBody, type CreateRiskDomainActionForAdvisoryReportByIdPathParams, type CreateRiskDomainActionForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionForAdvisoryReportByIdResponse, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainAdviceForAdvisoryReportByIdBody, type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainForAdvisoryReportByIdBody, type CreateRiskDomainForAdvisoryReportByIdPathParams, type CreateRiskDomainForAdvisoryReportByIdQueryParams, type CreateRiskDomainForAdvisoryReportByIdResponse, type CreateSemiTrailerRiskObjectBody, type CreateSemiTrailerRiskObjectPathParams, type CreateSemiTrailerRiskObjectQueryParams, type CreateSemiTrailerRiskObjectResponse, type CreateToolkitAccountBody, type CreateToolkitAccountQueryParams, type CreateToolkitAccountResponse, type CreateToolkitBrokerBody, type CreateToolkitBrokerQueryParams, type CreateToolkitBrokerResponse, type CreateTrailerRiskObjectBody, type CreateTrailerRiskObjectPathParams, type CreateTrailerRiskObjectQueryParams, type CreateTrailerRiskObjectResponse, type CreateTrialBrokerBody, type CreateTrialBrokerQueryParams, type CreateTrialBrokerResponse, type CreateUploadLinkAsCustomerPathParams, type CreateUploadLinkAsCustomerQueryParams, type CreateUploadLinkAsCustomerResponse, type CreateUspItemForDistributionBody, type CreateUspItemForDistributionQueryParams, type CreateUspItemForDistributionResponse, type CreateYellowhiveContactPersonBody, type CreateYellowhiveContactPersonPathParams, type CreateYellowhiveContactPersonQueryParams, type CreateYellowhiveContactPersonResponse, type 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 DeprecatedGetAnvaPartiesQueryParams, type DeprecatedGetAnvaPartiesResponse, type DeprecatedImportAnvaPartyInWegroupPathParams, type DeprecatedImportAnvaPartyInWegroupQueryParams, type DeprecatedImportAnvaPartyInWegroupResponse, type DeprecatedValidateAnvaConnectionQueryParams, type DeprecatedValidateAnvaConnectionResponse, type Disable2FaByUserBody, type Disable2FaByUserResponse, type Disable2FaForCustomerPathParams, type Disable2FaForCustomerResponse, type DownloadDocumentByIdPathParams, type DownloadDocumentByIdQueryParams, type DownloadDocumentByIdResponse, type EditInsuranceProductAdviceByDistributionBody, type EditInsuranceProductAdviceByDistributionPathParams, type EditInsuranceProductAdviceByDistributionResponse, type EditInsuranceProductDescriptionsByDistributionPathParams, type EditInsuranceProductDescriptionsByDistributionResponse, type Enable2FaBody, type Enable2FaResponse, type EnqueueCalculationAnvaquotesBySessionIdBody, type EnqueueCalculationAnvaquotesBySessionIdPathParams, type EnqueueCalculationAnvaquotesBySessionIdQueryParams, type EnqueueCalculationAnvaquotesBySessionIdResponse, type EnqueueSendCustomQuotesToAnvaBySessionIdBody, type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams, type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams, type EnqueueSendCustomQuotesToAnvaBySessionIdResponse, type EnqueueSendOfferToAnvaBySessionIdPathParams, type EnqueueSendOfferToAnvaBySessionIdQueryParams, type EnqueueSendOfferToAnvaBySessionIdResponse, type EnrichPartyByIdWithExternalCompanyDataPathParams, type EnrichPartyByIdWithExternalCompanyDataQueryParams, type EnrichPartyByIdWithExternalCompanyDataResponse, type ExportAdvisoryReportByIdBody, type ExportAdvisoryReportByIdPathParams, type ExportAdvisoryReportByIdQueryParams, type ExportAdvisoryReportByIdResponse, type ExportPartyByIdPathParams, type ExportPartyByIdResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type ExtractPartyForOneDocumentEnqueueBody, type ExtractPartyForOneDocumentEnqueueResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type GeneratePersonalizationAdviceForAdvisoryReportPathParams, type GeneratePersonalizationAdviceForAdvisoryReportResponse, type GeneratePossibleProductsBySessionV2Body, type GeneratePossibleProductsBySessionV2PathParams, type GeneratePossibleProductsBySessionV2QueryParams, type GeneratePossibleProductsBySessionV2Response, type GenerateQuestionsToPrefillByCarBody, type GenerateQuestionsToPrefillByCarPathParams, type GenerateQuestionsToPrefillByCarQueryParams, type GenerateQuestionsToPrefillByCarResponse, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse, type GenerateTokenForSocialLoginFlowAsBrokerQueryParams, type GenerateTokenForSocialLoginFlowAsBrokerResponse, type Get2FaByUserResponse, type GetActivityByPartyPathParams, type GetActivityByPartyQueryParams, type GetActivityByPartyResponse, type GetAddressInfoFreemiumQueryParams, type GetAddressInfoFreemiumResponse, type GetAddressInfoQueryParams, type GetAddressInfoResponse, type GetAdvicesPerInsuranceProductPathParams, type GetAdvicesPerInsuranceProductResponse, type GetAdvisoryReportByIdPathParams, type GetAdvisoryReportByIdQueryParams, type GetAdvisoryReportByIdResponse, type GetAdvisoryReportExportOptionsPathParams, type GetAdvisoryReportExportOptionsResponse, type GetAdvisoryReportRevisionDiffPathParams, type GetAdvisoryReportRevisionDiffQueryParams, type GetAdvisoryReportRevisionDiffResponse, type GetAllActivityTypesQueryParams, type GetAllActivityTypesResponse, type GetAllAdvisoryReportsQueryParams, type GetAllAdvisoryReportsResponse, type GetAllAvailableAffiliationsResponse, type GetAllAvailablePlansResponse, type GetAllAvailableThemesInWegroupQueryParams, type GetAllAvailableThemesInWegroupResponse, type GetAllBrokersLinkedToCurrentUserResponse, type GetAllCampaignTemplatesQueryParams, type GetAllCampaignTemplatesResponse, type GetAllCampaignsByDistributionQueryParams, type GetAllCampaignsByDistributionResponse, type GetAllCarClaimCategoriesResponse, type GetAllClaimsAsBrokerQueryParams, type GetAllClaimsAsBrokerResponse, type GetAllConversationsQueryParams, type GetAllConversationsResponse, type GetAllCustomersByDistributionQueryParams, type GetAllCustomersByDistributionResponse, type GetAllEnumsResponse, type GetAllLeadsByDistributionPathParams, type GetAllLeadsByDistributionResponse, type GetAllLeaseOffersByDistributionPathParams, type GetAllLeaseOffersByDistributionQueryParams, type GetAllLeaseOffersByDistributionResponse, type GetAllPartiesByDistributionPathParams, type GetAllPartiesByDistributionQueryParams, type GetAllPartiesByDistributionResponse, type GetAllPartiesByDistributionV2PathParams, type GetAllPartiesByDistributionV2QueryParams, type GetAllPartiesByDistributionV2Response, type GetAllRiskObjectsByPartyIdPathParams, type GetAllRiskObjectsByPartyIdQueryParams, type GetAllRiskObjectsByPartyIdResponse, type GetAllRiskObjectsByPartyIdV2PathParams, type GetAllRiskObjectsByPartyIdV2QueryParams, type GetAllRiskObjectsByPartyIdV2Response, type GetAllSessionsBySessionIdPathParams, type GetAllSessionsBySessionIdQueryParams, type GetAllSessionsBySessionIdResponse, type GetAllVehicleBrandsQueryParams, type GetAllVehicleBrandsResponse, type GetAllVehicleSeriesByBrandKeyPathParams, type GetAllVehicleSeriesByBrandKeyQueryParams, type GetAllVehicleSeriesByBrandKeyResponse, type GetAllVehicleVersionsBySeriesIdPathParams, type GetAllVehicleVersionsBySeriesIdQueryParams, type GetAllVehicleVersionsBySeriesIdResponse, type GetAnvaAgentsQueryParams, type GetAnvaAgentsResponse, type GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaMutationReasonsQueryParams, type GetAnvaMutationReasonsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaProductsQueryParams, type GetAnvaProductsResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAssuEmployeesQueryParams, type GetAssuEmployeesResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerByAnvaProducerIdPathParams, type GetBrokerByAnvaProducerIdResponse, type GetBrokerByAnvaRelationMangerIdPathParams, type GetBrokerByAnvaRelationMangerIdResponse, type GetBrokerConnectionsByIdPathParams, type GetBrokerConnectionsByIdResponse, type GetBrokerIntegrationsPathParams, type GetBrokerIntegrationsResponse, type GetCampaignByIdPathParams, type GetCampaignByIdQueryParams, type GetCampaignByIdResponse, type GetCampaignSettingsByDistributionQueryParams, type GetCampaignSettingsByDistributionResponse, type GetCampaignTargetMailTemplateQueryParams, type GetCampaignTargetMailTemplateResponse, type GetCarLeaseRatesQueryParams, type GetCarLeaseRatesResponse, type GetChatBySessionIdPathParams, type GetChatBySessionIdResponse, type GetChatSummaryV2BySessionIdPathParams, type GetChatSummaryV2BySessionIdQueryParams, type GetChatSummaryV2BySessionIdResponse, type GetCheckupByPartyIdPathParams, type GetCheckupByPartyIdResponse, type GetClaimAsBrokerByIdPathParams, type GetClaimAsBrokerByIdQueryParams, type GetClaimAsBrokerByIdResponse, type GetClaimAsCustomerWithTokenPathParams, type GetClaimAsCustomerWithTokenQueryParams, type GetClaimAsCustomerWithTokenResponse, type GetClaimByIdAsCustomerPathParams, type GetClaimByIdAsCustomerResponse, type GetClaimEventsAsBrokerByIdPathParams, type GetClaimEventsAsBrokerByIdQueryParams, type GetClaimEventsAsBrokerByIdResponse, type GetClaimEventsAsCustomerPathParams, type GetClaimEventsAsCustomerQueryParams, type GetClaimEventsAsCustomerResponse, type GetClaimsAsCustomerQueryParams, type GetClaimsAsCustomerResponse, type GetClaimsAsPartyByIdPathParams, type GetClaimsAsPartyByIdResponse, type GetClaimsAsPartyPathParams, type GetClaimsAsPartyQueryParams, type GetClaimsAsPartyResponse, type GetComplianceByRiskObjectIdPathParams, type GetComplianceByRiskObjectIdResponse, type GetConversationByIdPathParams, type GetConversationByIdQueryParams, type GetConversationByIdResponse, type GetConversationNotesPathParams, type GetConversationNotesQueryParams, type GetConversationNotesResponse, type GetConversationReportPdfByIdBody, type GetConversationReportPdfByIdPathParams, type GetConversationReportPdfByIdQueryParams, type GetConversationReportPdfByIdResponse, type GetConversationsOriginFilterQueryParams, type GetConversationsOriginFilterResponse, type GetCurrentAccountInsightsAsCustomerQueryParams, type GetCurrentAccountInsightsAsCustomerResponse, type GetCurrentAccountInsightsAsPartyPathParams, type GetCurrentAccountInsightsAsPartyQueryParams, type GetCurrentAccountInsightsAsPartyResponse, type GetCurrentBrokerOfTheUserResponse, type GetCustomersByPartyPathParams, type GetCustomersByPartyQueryParams, type GetCustomersByPartyResponse, type GetDiasAfdbranchesResponse, type GetDiasCollectionMethodsPathParams, type GetDiasCollectionMethodsQueryParams, type GetDiasCollectionMethodsResponse, type GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDiasProductsQueryParams, type GetDiasProductsResponse, type GetDiasflowProductByIdPathParams, type GetDiasflowProductByIdQueryParams, type GetDiasflowProductByIdResponse, type GetDiasflowProductsQueryParams, type GetDiasflowProductsResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type GetDistributionFaqQueryParams, type GetDistributionFaqResponse, type GetDistributionHasPendingUpgradePathParams, type GetDistributionHasPendingUpgradeResponse, type GetDistributionSettingsResponse, type GetDistributionTagsQueryParams, type GetDistributionTagsResponse, type GetDocumentExtractionBatchByIdPathParams, type GetDocumentExtractionBatchByIdResponse, type GetDocumentMetadataPathParams, type GetDocumentMetadataResponse, type GetDocumentsAsCustomerQueryParams, type GetDocumentsAsCustomerResponse, type GetDocumentsForPartyPathParams, type GetDocumentsForPartyQueryParams, type GetDocumentsForPartyResponse, type GetEmailByMessageIdQueryParams, type GetEmailByMessageIdResponse, type GetEncryptionKeysQueryParams, type GetEncryptionKeysResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse, type GetEnumByAnvaLabelPathParams, type GetEnumByAnvaLabelQueryParams, type GetEnumByAnvaLabelResponse, type GetEnumByDiasLabelPathParams, type GetEnumByDiasLabelQueryParams, type GetEnumByDiasLabelResponse, type GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFinconnectLinkAsCustomerQueryParams, type GetFinconnectLinkAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams, type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams, type GetFinconnectLinkForInsurancePolicyAsCustomerResponse, type GetFlowInfoByIdPathParams, type GetFlowInfoByIdQueryParams, type GetFlowInfoByIdResponse, type GetFlowsInfoQueryParams, type GetFlowsInfoResponse, type GetGbiQueryParams, type GetGbiResponse, type GetHubspotVisitorIdentificationTokenResponse, type GetInfoForClaimPathParams, type GetInfoForClaimQueryParams, type GetInfoForClaimResponse, type GetInsightsIfCarIsInsuredBody, type GetInsightsIfCarIsInsuredResponse, type GetInsuranceCompaniesQueryParams, type GetInsuranceCompaniesResponse, type GetInsurancePoliciesAsCustomerQueryParams, type GetInsurancePoliciesAsCustomerResponse, type GetInsurancePoliciesForPartyPathParams, type GetInsurancePoliciesForPartyQueryParams, type GetInsurancePoliciesForPartyResponse, type GetInsurancePolicyByIdAsCustomerPathParams, type GetInsurancePolicyByIdAsCustomerResponse, type GetInsurancePolicyByIdPathParams, type GetInsurancePolicyByIdResponse, type GetInsurancePolicySimulationsForPartyPathParams, type GetInsurancePolicySimulationsForPartyQueryParams, type GetInsurancePolicySimulationsForPartyResponse, type GetInsuranceProductClausesByDistributionQueryParams, type GetInsuranceProductClausesByDistributionResponse, type GetInsuranceProductsV2QueryParams, type GetInsuranceProductsV2Response, type GetIntegrationsByDistributionPathParams, type GetIntegrationsByDistributionResponse, type GetInvoiceByIdAsCustomerPathParams, type GetInvoiceByIdAsCustomerResponse, type GetInvoicesAsCustomerQueryParams, type GetInvoicesAsCustomerResponse, type GetInvoicesAsPartyByIdPathParams, type GetInvoicesAsPartyByIdResponse, type GetInvoicesAsPartyPathParams, type GetInvoicesAsPartyQueryParams, type GetInvoicesAsPartyResponse, type GetJobResultByIdPathParams, type GetJobResultByIdQueryParams, type GetJobResultByIdResponse, type GetKycByPartyPathParams, type GetKycByPartyQueryParams, type GetKycByPartyResponse, type GetLeadByIdPathParams, type GetLeadByIdResponse, type GetLeadProviderByIdPathParams, type GetLeadProviderByIdResponse, type GetLeadProvidersByAffinityQueryParams, type GetLeadProvidersByAffinityResponse, type GetLeaseOfferByIdPathParams, type GetLeaseOfferByIdQueryParams, type GetLeaseOfferByIdResponse, type GetLinkOfDocumentPathParams, type GetLinkOfDocumentResponse, type GetMetricsByCampaignPathParams, type GetMetricsByCampaignQueryParams, type GetMetricsByCampaignResponse, type GetMinimalOfferByIdPathParams, type GetMinimalOfferByIdQueryParams, type GetMinimalOfferByIdResponse, type GetMinimalOfferRevisionByIdPathParams, type GetMinimalOfferRevisionByIdResponse, type GetMinimalRiskObjectByIdPathParams, type GetMinimalRiskObjectByIdQueryParams, type GetMinimalRiskObjectByIdResponse, type GetNaceQueryParams, type GetNaceResponse, type GetNoveltyInsightsByDistributionPathParams, type GetNoveltyInsightsByDistributionQueryParams, type GetNoveltyInsightsByDistributionResponse, type GetOfferByIdPathParams, type GetOfferByIdResponse, type GetOffersByDistributionPathParams, type GetOffersByDistributionQueryParams, type GetOffersByDistributionResponse, type GetOnboardingChecklistByBrokerPathParams, type GetOnboardingChecklistByBrokerQueryParams, type GetOnboardingChecklistByBrokerResponse, type GetOrganisationDistributionsPathParams, type GetOrganisationDistributionsQueryParams, type GetOrganisationDistributionsResponse, type GetOrganisationLeadsPathParams, type GetOrganisationLeadsQueryParams, type GetOrganisationLeadsResponse, type GetOrganisationOffersPathParams, type GetOrganisationOffersQueryParams, type GetOrganisationOffersResponse, type GetOutlookConnectionDetailsQueryParams, type GetOutlookConnectionDetailsResponse, type GetOutlookMailByIdPathParams, type GetOutlookMailByIdQueryParams, type GetOutlookMailByIdResponse, type GetOutlookMailByOutlookMessageIdPathParams, type GetOutlookMailByOutlookMessageIdQueryParams, type GetOutlookMailByOutlookMessageIdResponse, type GetOutlookMailfoldersQueryParams, type GetOutlookMailfoldersResponse, type GetOutlookMailsQueryParams, type GetOutlookMailsResponse, type GetPartiesByCustomerPathParams, type GetPartiesByCustomerQueryParams, type GetPartiesByCustomerResponse, type GetPartiesLinkedToUserResponse, type GetPartiesOriginFilterQueryParams, type GetPartiesOriginFilterResponse, type GetPartyAddressesPathParams, type GetPartyAddressesResponse, type GetPartyByIdPathParams, type GetPartyByIdResponse, type GetPartyMergeSuggestionsPathParams, type GetPartyMergeSuggestionsQueryParams, type GetPartyMergeSuggestionsResponse, type GetPdfOfAdvisoryReportByIdPathParams, type GetPdfOfAdvisoryReportByIdQueryParams, type GetPdfOfAdvisoryReportByIdResponse, type GetPerformanceInsightsByDistributionPathParams, type GetPerformanceInsightsByDistributionQueryParams, type GetPerformanceInsightsByDistributionResponse, type GetPolicyPackageByIdAsCustomerPathParams, type GetPolicyPackageByIdAsCustomerResponse, type GetPolicyPackageByIdPathParams, type GetPolicyPackageByIdQueryParams, type GetPolicyPackageByIdResponse, type GetPolicyPackageSimulationsForPartyPathParams, type GetPolicyPackageSimulationsForPartyResponse, type GetPolicyPackagesAsCustomerQueryParams, type GetPolicyPackagesAsCustomerResponse, type GetPolicyPackagesForPartyPathParams, type GetPolicyPackagesForPartyResponse, type GetPossibleInsuranceProductsByPartyIdPathParams, type GetPossibleInsuranceProductsByPartyIdQueryParams, type GetPossibleInsuranceProductsByPartyIdResponse, type GetPossibleInsuranceProductsByRiskObjectIdPathParams, type GetPossibleInsuranceProductsByRiskObjectIdQueryParams, type GetPossibleInsuranceProductsByRiskObjectIdResponse, type GetPossibleInsuranceProductsForManagementByPartyIdPathParams, type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams, type GetPossibleInsuranceProductsForManagementByPartyIdResponse, type GetPossibleInsuranceProductsForStaffByPartyIdPathParams, type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams, type GetPossibleInsuranceProductsForStaffByPartyIdResponse, type GetPreventionAdviceQueryParams, type GetPreventionAdviceResponse, type GetPromotionsByDistributionIdPathParams, type GetPromotionsByDistributionIdResponse, type GetProvenanceInfoOfDocumentPathParams, type GetProvenanceInfoOfDocumentResponse, type GetQuoteExportsQueryParams, type GetQuoteExportsResponse, type GetQuoteInsightsPathParams, type GetQuoteInsightsQueryParams, type GetQuoteInsightsResponse, type GetQuotesAsBatchResultsByConversationIdPathParams, type GetQuotesAsBatchResultsByConversationIdQueryParams, type GetQuotesAsBatchResultsByConversationIdResponse, type GetRecommendationsByIdPathParams, type GetRecommendationsByIdQueryParams, type GetRecommendationsByIdResponse, type GetRecommendationsByPartyIdPathParams, type GetRecommendationsByPartyIdQueryParams, type GetRecommendationsByPartyIdResponse, type GetRecommendationsBySessionIdPathParams, type GetRecommendationsBySessionIdQueryParams, type GetRecommendationsBySessionIdResponse, type GetRiskAnalysisByPartyIdPathParams, type GetRiskAnalysisByPartyIdResponse, type GetRiskDomainByIdPathParams, type GetRiskDomainByIdQueryParams, type GetRiskDomainByIdResponse, type GetRiskDomainsQueryParams, type GetRiskDomainsResponse, type GetRiskObjectByRiskObjectRevisionIdPathParams, type GetRiskObjectByRiskObjectRevisionIdQueryParams, type GetRiskObjectByRiskObjectRevisionIdResponse, type GetRiskObjectRevisionsByIdPathParams, type GetRiskObjectRevisionsByIdQueryParams, type GetRiskObjectRevisionsByIdResponse, type GetSbiQueryParams, type GetSbiResponse, type GetSingularityJobResultByIdPathParams, type GetSingularityJobResultByIdQueryParams, type GetSingularityJobResultByIdResponse, type GetStepSettingsByAdvisoryReportIdPathParams, type GetStepSettingsByAdvisoryReportIdQueryParams, type GetStepSettingsByAdvisoryReportIdResponse, type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams, type GetSupportedAnvaflowCoveragesGroupedByAdnResponse, type GetSupportedAnvaflowCoveragesQueryParams, type GetSupportedAnvaflowCoveragesResponse, type GetSupportedAnvaflowInsuranceCompaniesQueryParams, type GetSupportedAnvaflowInsuranceCompaniesResponse, type GetSupportedAnvaflowInsurancesQueryParams, type GetSupportedAnvaflowInsurancesResponse, type GetSupportedAnvaflowTagsQueryParams, type GetSupportedAnvaflowTagsResponse, type GetSupportedInsuranceCompaniesQueryParams, type GetSupportedInsuranceCompaniesResponse, type GetSupportedInsuranceSubjectsQueryParams, type GetSupportedInsuranceSubjectsResponse, type GetSupportedMimeTypesResponse, type GetSupportedRiskDomainsQueryParams, type GetSupportedRiskDomainsResponse, type GetSupportedYellowhiveflowCoveragesQueryParams, type GetSupportedYellowhiveflowCoveragesResponse, type GetSupportedYellowhiveflowInsurancesQueryParams, type GetSupportedYellowhiveflowInsurancesResponse, type GetTheBrokerByIdPathParams, type GetTheBrokerByIdResponse, type GetUspByDistributionQueryParams, type GetUspByDistributionResponse, type GetValuesOfEnumPathParams, type GetValuesOfEnumResponse, type GetVehicleByCarIdOrFebiacIdQueryParams, type GetVehicleByCarIdOrFebiacIdResponse, type GetVehicleByNumberPlateAndCarIdPathParams, type GetVehicleByNumberPlateAndCarIdQueryParams, type GetVehicleByNumberPlateAndCarIdResponse, type GetVehicleByVersionIdPathParams, type GetVehicleByVersionIdQueryParams, type GetVehicleByVersionIdResponse, type GetVehicleByVinAndCarIdPathParams, type GetVehicleByVinAndCarIdQueryParams, type GetVehicleByVinAndCarIdResponse, type GetVehicleVersionFactsBySeriesIdPathParams, type GetVehicleVersionFactsBySeriesIdQueryParams, type GetVehicleVersionFactsBySeriesIdResponse, type GetWeatherInfoQueryParams, type GetWeatherInfoResponse, type GetYellowhiveflowProductByIdPathParams, type GetYellowhiveflowProductByIdQueryParams, type GetYellowhiveflowProductByIdResponse, type GetYellowhiveflowProductsQueryParams, type GetYellowhiveflowProductsResponse, type GetYourOwnUserResponse, type GiveFeedbackOnConversationByIdPathParams, type GiveFeedbackOnConversationByIdQueryParams, type GiveFeedbackOnConversationByIdResponse, type GiveFeedbackOnRecommendationsByIdBody, type GiveFeedbackOnRecommendationsByIdPathParams, type GiveFeedbackOnRecommendationsByIdResponse, type GiveFeedbackToInsuranceTermsBotBody, type GiveFeedbackToInsuranceTermsBotQueryParams, type GiveFeedbackToInsuranceTermsBotResponse, type HandleCreateDistributionThemeBody, type HandleCreateDistributionThemeQueryParams, type HandleCreateDistributionThemeResponse, type HandleDeleteDistributionThemePathParams, type HandleDeleteDistributionThemeQueryParams, type HandleDeleteDistributionThemeResponse, type HandleUpdateDistributionThemeBody, type HandleUpdateDistributionThemePathParams, type HandleUpdateDistributionThemeQueryParams, type HandleUpdateDistributionThemeResponse, type HttpMethod, type ImportAnvaDocumentInWegroupQueryParams, type ImportAnvaDocumentInWegroupResponse, type ImportAnvaInsurancePolicyDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyDocumentInWegroupResponse, type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse, type ImportAnvaPartyInWegroupPathParams, type ImportAnvaPartyInWegroupQueryParams, type ImportAnvaPartyInWegroupResponse, type ImportAnvaproductBody, type ImportAnvaproductQueryParams, type ImportAnvaproductResponse, type ImportDiasPartyInWegroupPathParams, type ImportDiasPartyInWegroupQueryParams, type ImportDiasPartyInWegroupResponse, type ImportDiasflowProductBody, type ImportDiasflowProductQueryParams, type ImportDiasflowProductResponse, type InviteColleaguesToDistributionBody, type InviteColleaguesToDistributionResponse, type InviteUserToPartyBody, type InviteUserToPartyPathParams, type InviteUserToPartyResponse, type LinkConversationToAdvisoryReportBody, type LinkConversationToAdvisoryReportPathParams, type LinkConversationToAdvisoryReportQueryParams, type LinkConversationToAdvisoryReportResponse, type LinkPartyToUserBody, type LinkPartyToUserResponse, type LockFlightApiResponse, type MarkConversationAsCompletedByIdBody, type MarkConversationAsCompletedByIdPathParams, type MarkConversationAsCompletedByIdResponse, type MergePartiesTogetherBody, type MergePartiesTogetherPathParams, type MergePartiesTogetherQueryParams, type MergePartiesTogetherResponse, type Middleware, type OrderInsurancePolciesOfAdvisoryReportBody, type OrderInsurancePolciesOfAdvisoryReportPathParams, type OrderInsurancePolciesOfAdvisoryReportQueryParams, type OrderInsurancePolciesOfAdvisoryReportResponse, type 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 SchemaAnvaDocumentUpdateCmd, type SchemaAnvaFlowLabelStatus, type SchemaAnvaFlowStatus, type SchemaAnvaInquiry, type SchemaAnvaInquiryDocument, type SchemaAnvaInsurance, type SchemaAnvaInsuranceCompany, type SchemaAnvaInsuranceCompanyUpdateCmd, type SchemaAnvaInsurancePackage, type SchemaAnvaInsurancePolicy, type SchemaAnvaInsuranceUpdateCmd, type SchemaAnvaInvoiceStatus, type SchemaAnvaLabel, type SchemaAnvaMutationReason, type SchemaAnvaMutationReasons, type SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductFlowRevision, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, type SchemaAnvaProductTagUpsertCmd, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaAnvaTaskCmd, type SchemaAnvaTaskPriority, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type SchemaAppModelsPartyCommandsExternalRef, type SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppModelsUploadExternalRef, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyDocumentsPartydocumentquerymodel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type SchemaAttachmentType, type SchemaAudits, type SchemaAuth, type SchemaAutomaticEmergencyBreaking, type SchemaAvatars, type SchemaAxaCar, type SchemaAxaCarPayload, type SchemaAxaContractualExcess, type SchemaAxaContractualExcess_2, type SchemaAxaDriver, type SchemaAxaFamilyPayload, type SchemaAxaHome, type SchemaAxaHomePayload, type SchemaAxaItemLimitTier, type SchemaAxaItemLimitTier_2, type SchemaAxaTheftFormulas, type SchemaAxaTheftFormulas_2, type SchemaBackupFrequency, type SchemaBackupFrequency_2, type SchemaBalance, type SchemaBalanceQueryModel, type SchemaBaloiseCar, type SchemaBaloiseCarPayload, type SchemaBaloiseDriver, type SchemaBaloiseFamilyPayload, type SchemaBaloiseHome, type SchemaBaloiseHomePayload, type SchemaBatchUnitResponse, type SchemaBatteryCapacity, type SchemaBicycle, type SchemaBicycleReferenceQueryModel, type SchemaBicycleRiskObjectIdWithRevisionId, type SchemaBicycleSpeed, type SchemaBicycleType, type SchemaBicycleUsage, type SchemaBlindSpotWarning, type SchemaBoat, type SchemaBoatAccidentCoverageLevel, type SchemaBoatAccidentCoverageLevel_2, type SchemaBoatBerthBigCity, type SchemaBoatBerthNlArea, type SchemaBoatBerthType, type SchemaBoatCategory, type SchemaBoatCompetitionType, type SchemaBoatConstructionType, type SchemaBoatMotorKind, type SchemaBoatNlPayloads, type SchemaBoatPreferences, type SchemaBoatReferenceQueryModel, type SchemaBoatRiskObjectIdWithRevisionId, type SchemaBoatTerritory, type SchemaBoatTrailer, type SchemaBoatUsage, type SchemaBookkeeper, type SchemaBrand, type SchemaBrandClub, type SchemaBrandClub_2, type SchemaBrandSortContext, type SchemaBroker, type SchemaBrokerConnectionCreate, type SchemaBrokerConnectionOutlookMailFolderSyncDetails, type SchemaBrokerConnectionUpdate, type SchemaBrokerCreateCmd, type SchemaBrokerIntegrations, type SchemaBrokerIntegrationsPatchCmd, type SchemaBrokerMembershipsCreateCmd, type SchemaBrokerPatchCmd, type SchemaBrokerPlan, type SchemaBrokerSettings, type SchemaBrokerType, type SchemaBrokerUserCreateCmd, type SchemaBrokerWithDistributionName, type SchemaBrokerWithModules, type SchemaBuildingExtra, type SchemaBuildingMaintenanceStatus, type SchemaBuildingPurpose, type SchemaBuildingRentOut, type SchemaBuildingUse, type SchemaCalculateAnvaQuotesRequest, type SchemaCalculateDiasQuotesRequest, type SchemaCalculateProfileaseCarQuoteCmd, type SchemaCalculateProfileaseCarQuoteParams, type SchemaCalculateYellowHiveQuotesRequest, type SchemaCalculationSpecEnumValue, type SchemaCalculationSpecInputType, type SchemaCalculationSpecType, type SchemaCampaignAudienceType, type SchemaCampaignDistributionSettingsQueryModel, type SchemaCampaignExtend, type SchemaCampaignFlowType, type SchemaCampaignGenerateDnsPrefix, type SchemaCampaignInsurance, type SchemaCampaignInsuranceQueryModel, type SchemaCampaignMailTemplateQueryModel, type SchemaCampaignMetrics, type SchemaCampaignQueryModel, type SchemaCampaignQueryModelFull, type SchemaCampaignReferenceQueryModel, type SchemaCampaignSharingOption, type SchemaCampaignSpecifications, type SchemaCampaignSpecificationsQueryModel, type SchemaCampaignStatus, type SchemaCampaignTarget, type SchemaCampaignTargetQueryModel, type SchemaCampaignTemplateCategory, type SchemaCampaignTemplateQueryModel, type SchemaCampaignTemplatesQueryModel, type SchemaCampaignType, type SchemaCampaignVerifiedDnsPrefix, type SchemaCampaignYellowHiveProduct, type SchemaCampaignYellowHiveProductQueryModel, type SchemaCampaignYellowHiveProducts, type SchemaCampaignYellowHiveProductsQueryModel, type SchemaCampaignsResponse, type SchemaCar, type SchemaCarCategory, type SchemaCarCategoryCode, type SchemaCarCategoryCode_2, type SchemaCarCategory_2, type SchemaCarClaimType, type SchemaCarClaimType_2, type SchemaCarDemo, type SchemaCarDemo_2, type SchemaCarEvaluationType, type SchemaCarEvaluationType_2, type SchemaCarGlassEvent, type SchemaCarInsuranceInsightPayload, type SchemaCarInsurancePolicyInsightsCarResponse, type SchemaCarInsurancePolicyInsightsDistributionResponse, type SchemaCarInsurancePolicyInsightsPartyResponse, type SchemaCarInsurancePolicyInsightsResponse, type SchemaCarInsured, type SchemaCarInterests, type SchemaCarInterests_2, type SchemaCarLease, type SchemaCarLeaseRatesResponse, type SchemaCarLookUpToQuestion, type SchemaCarLookUpToQuestions, type SchemaCarLookUpToQuestionsCmd, type SchemaCarMileage, type SchemaCarNlPayloads, type SchemaCarPayloads, type SchemaCarPremiumResponse, type SchemaCarProfessionalUsagePurpose, type SchemaCarProfessionalUsagePurpose_2, type SchemaCarReferenceQueryModel, type SchemaCarRiskObjectIdWithRevisionId, type SchemaCarStorage, type SchemaCarTaxation, type SchemaCarTheftProtection, type SchemaCarTheftProtection_2, type SchemaCarTrackingSystem, type SchemaCarTrackingSystem_2, type SchemaCarTrailer, type SchemaCarUsage, type SchemaCarUsagePeriod, type SchemaCarUsagePeriod_2, type SchemaCarUsedFor, type SchemaCarUsedFor_2, type SchemaCarVehicleType, type SchemaCarVehicleType_2, type SchemaCarglassEventCreateParams, type SchemaCategoryType, type SchemaChatCmd, type SchemaChatSummaryDetailed, type SchemaChatSummaryGroup, type SchemaChatSummaryQuestion, type SchemaChatSummarySection, type SchemaCheckupItemType, type SchemaChild, type SchemaChildProtection, type SchemaChildProtectionDriver, type SchemaChildProtectionPassenger, type SchemaChildProtectionRear, type SchemaChunk, type SchemaCitizensCar, type SchemaCitizensCarPayload, type SchemaCitizensCoverageChoice, type SchemaCitizensCoverageChoice_2, type SchemaCitizensInsuredAmountAccidents, type SchemaCitizensInsuredAmountAccidents_2, type SchemaCitizensInsuredAmountLiability, type SchemaCitizensInsuredAmountLiability_2, type SchemaCitizensSteeringPosition, type SchemaCity, type SchemaCityAutomaticEmergencyBraking, type SchemaCivilState, type SchemaCivilState_2, type SchemaClaim, type SchemaClaimCause, type SchemaClaimCause_2, type SchemaClaimFreeYears, type SchemaClaimFreeYears_2, type SchemaClaimLossAmount, type SchemaClaimLossAmount_2, type SchemaClaimQueryModel, type SchemaClaimStatus, type SchemaClaimType, type SchemaClaimsQueryModel, type SchemaClauseCmd, type SchemaClauseQueryModel, type SchemaCloudDataStorageLocation, type SchemaCollectionMethod, type SchemaCommentary, type SchemaCommentaryQueryModel, type SchemaCompany, type SchemaCompanyCreateCmd, type SchemaCompanyGoodQueryModel, type SchemaCompanyInfo, type SchemaCompanyInfoContent, type SchemaCompanyInventoryQueryModel, type SchemaCompanyInvestmentQueryModel, type SchemaCompanyLeadCreateCmd, type SchemaCompanyLeadCreateReply, type SchemaCompanyLeaseQueryModel, type SchemaCompanyLoanQueryModel, type SchemaCompanyProspectType, type SchemaCompanyProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCompanyQueryModel, type SchemaCompanyRegistration, type SchemaCompanyRegistrationQueryModel, type SchemaCompanyRegistrationType, type SchemaCompanyRegistrationType_2, type SchemaCompanySearchBy, type SchemaCompareAnswer, type SchemaCompareCmd, type SchemaCondition, type SchemaConditionAction, type SchemaConditionCheckType, type SchemaConditionOperation, type SchemaConditionType, type SchemaConditions, type SchemaConstructionType, type SchemaConstructionTypeFloors, type SchemaConstructionWorkDuration, type SchemaConstructionWorks, type SchemaConstructionYear, type SchemaConstructionYearCategory, type SchemaContactPerson, type SchemaContentValueDefinedType, type SchemaContractConversions, type SchemaConversationAnswer, type SchemaConversationAnswerCompared, type SchemaConversationDocumentPdfModel, type SchemaConversationNote, type SchemaConversationsOriginFilter, type SchemaConversationsOriginFilterItem, type SchemaCountryCodes, type SchemaCountryCodes_2, type SchemaCoverage, type SchemaCoverageCmd, type SchemaCoverageGroupMatchingScore, type SchemaCoverageInsights, type SchemaCoverageLimit, type SchemaCoveragePeriod, type SchemaCoverageQueryModel, type SchemaCoverageUpdateCmd, type SchemaCreateAccountParams, type SchemaCreateAdvisoryReportParams, type SchemaCreateAdvisoryReportRevisionParams, type SchemaCreateAdvisoryReportRevisionV2Params, type SchemaCreateAnvaPartyCompanyCmd, type SchemaCreateAnvaPartyCompanyRegistration, type SchemaCreateAnvaPartyCustomerCmd, type SchemaCreateBicycleRiskObjectParams, type SchemaCreateBoatRiskObjectParams, type SchemaCreateBrokerConnectionParams, type SchemaCreateCampaignAssistantAvatarCmd, type SchemaCreateCampaignCmd, type SchemaCreateCampaignLogoCmd, type SchemaCreateCampaignParams, type SchemaCreateCarRiskObjectParams, type SchemaCreateCompanyLeadParams, type SchemaCreateCompanyProspectParams, type SchemaCreateCustomThemeAsDistributionParams, type SchemaCreateCustomerLeadParams, type SchemaCreateCustomerProspectParams, type SchemaCreateDiasPartyCompanyCmd, type SchemaCreateDiasPartyCompanyRegistration, type SchemaCreateDiasPartyCustomerCmd, type SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateMultiResponse, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyActivitiesParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateTaskInAnvaParams, type SchemaCreateToolkitAccountParams, type SchemaCreateToolkitBrokerParams, type SchemaCreateTrailerRiskObjectParams, type SchemaCreateTrialUserParams, type SchemaCreateYellowHiveContactPersonCreateCmd, type SchemaCreditRating, type SchemaCreditScore, type SchemaCrmExportQueryModel, type SchemaCrmExportType, type SchemaCurrency, type SchemaCurrencyValue, type SchemaCustomAdvice, type SchemaCustomAdvicePatchCmd, type SchemaCustomer, type SchemaCustomerCreateCmd, type SchemaCustomerInfo, type SchemaCustomerLeadCreateCmd, type SchemaCustomerLeadCreateReply, type SchemaCustomerProspectType, type SchemaCustomerProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCustomerQueryModel, type SchemaCustomerSheet, type SchemaCustomerSheetAcceptations, type SchemaCustomersInfoType, type SchemaCyber, type SchemaDasLegalPayload, type SchemaDataType, type SchemaDate, type SchemaDateDsl, type SchemaDeactivateOutlookSyncCmd, type SchemaDeactivateOutlookSyncParams, type SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDelinkPartyToUserParams, type SchemaDemographicData, type SchemaDiasAfdBranch, type SchemaDiasCalculationPackage, type SchemaDiasClosingQuestion, type SchemaDiasCollectionMethods, type SchemaDiasCoverage, type SchemaDiasCoverageUpdateCmd, type SchemaDiasEntityLink, type SchemaDiasEntityType, type SchemaDiasFlowStatus, type SchemaDiasInsurance, type SchemaDiasInsuranceCompany, type SchemaDiasInsurancePackage, type SchemaDiasInsurancePolicy, type SchemaDiasPackage, type SchemaDiasPolicyPackageCalculationJob, type SchemaDiasProduct, type SchemaDiasProductFlowInSession, type SchemaDiasProductImportCmd, type SchemaDiasProductQuestionnaire, type SchemaDiasProductQuestionnaireQueryModel, type SchemaDiasProductQuestionnairesQueryModel, type SchemaDiasProductQuestionnairesUpdateCmd, type SchemaDiasProductQuestionnairesValidateCmd, type SchemaDiasProductSearch, type SchemaDiasProductToInsurancePolicyLink, type SchemaDiasProductUpdateCmd, type SchemaDiasProductsInConversationCmd, type SchemaDiasQuote, type SchemaDiasQuoteCalculationJob, type SchemaDiasQuoteCalculationJobsQueuedResponse, type SchemaDimensions, type SchemaDinghy, type SchemaDinghyCategory, type SchemaDirector, type SchemaDisable_2faForMeParams, type SchemaDiscount, type SchemaDisplacement, type SchemaDistances, type SchemaDistribution, type SchemaDistributionCompanyRegistrationValidation, type SchemaDistributionConnectionCreateCmd, type SchemaDistributionConnectionQueryModel, type SchemaDistributionConnectionUpdateCmd, type SchemaDistributionCreateCmd, type SchemaDistributionFrontPageSettings, type SchemaDistributionFrontPageSettingsQueryModel, type SchemaDistributionInvite, type SchemaDistributionLogos, type SchemaDistributionNameValidateCmd, type SchemaDistributionNoveltyInsight, type SchemaDistributionPromotionCreateCmd, type SchemaDistributionPromotionsReply, type SchemaDistributionSettings, type SchemaDistributionSettingsPatchCmd, type SchemaDistributionSignatureMethodQueryModel, type SchemaDistributionSignaturePatchCmd, type SchemaDistributionTagCreateCmd, type SchemaDistributionTagReply, type SchemaDistributionTagsQueryModel, type SchemaDistributionThemeCreateCmd, type SchemaDistributionThemeUpdateCmd, type SchemaDistributionUsp, type SchemaDistributionUspItemCreateCmd, type SchemaDistributionUspItemUpdateCmd, type SchemaDistributionUspReply, type SchemaDistributions, type SchemaDnaYachtBoatPayload, type SchemaDocument, type SchemaDocumentExtractionBatch, type SchemaDocumentExtractionBatchPayload, type SchemaDocumentExtractionEntityInfo, type SchemaDocumentLinkResponse, type SchemaDocumentQueryModel, type SchemaDocumentReferenceQueryModel, type SchemaDocumentResourceType, type SchemaDocumentStatus, type SchemaDocumentType, type SchemaDocumentType_2, type SchemaDomainCar, type SchemaDriveAssistanceSystem, type SchemaDriveTrainLayout, type SchemaDriveTrainLayout_2, type SchemaDriver, type SchemaDriverBrandClubMembership, type SchemaDriverExperience, type SchemaDriverLicenseCode, type SchemaDriverLicenseCode_2, type SchemaDriverLicenseType, type SchemaDriverLicenseType_2, type SchemaDriverVehicle, type SchemaDriverVehicleExperience, type SchemaDriverVehicleUsage, type SchemaDrivingTimes, type SchemaDutyOfCareCheckupItem, type SchemaDutyOfCareKind, type SchemaDutyOfCareStatus, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, type SchemaEmailActionability, type SchemaEmailAggregateResponse, type SchemaEmailAnalysis, type SchemaEmailAnalysisResponse, type SchemaEmailAnalyzeByEmailIdCmd, type SchemaEmailConversation, type SchemaEmailModel, type SchemaEmailTriageClassification, type SchemaEmailTriageCmd, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type SchemaExtractSingularDocumentAsInsurancePolicyParams, type SchemaExtractSingularDocumentAsOfferParams, type SchemaExtractSingularDocumentEnqueueParams, type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams, type SchemaExtractSingularDocumentOffersEnqueueParams, type SchemaExtractSingularDocumentParams, type SchemaExtractSingularDocumentPartyEnqueueParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFaqCreateCmd, type SchemaFaqItem, type SchemaFaqQueryModel, type SchemaFaqType, type SchemaFeatureItem, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, type SchemaFinConnectLinkQueryModel, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaPartyBaseAddress, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaAnvaQuotePossiblePackage, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, 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 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 SchemaHandleSendOfferMailParams, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaPartyParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasflowsProductByIdParams, type SchemaHandleUpdateDiasflowsProductCoverageByIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleUpsertSupportedAnvaflowsTagParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, type SchemaHandleValidateDiasQuestionnairesByProductIdParams, type SchemaHandleValidateYellowhiveQuestionnairesByProductIdParams, type SchemaHazardLevel, type SchemaHeaders, type SchemaHeatingType, type SchemaHighSpeedAutomaticEmergencyBraking, type SchemaHobbies, type SchemaHolderState, type SchemaHomeAge, type SchemaHomeEvaluationType, type SchemaHomeNlPayloads, type SchemaHomePayloads, type SchemaHomeToWorkDistance, type SchemaHomeToWorkDistance_2, type SchemaHp, type SchemaHttpMethod, type SchemaIbanValidation, type SchemaIdIntResponse, type SchemaIdentificationTypes, type SchemaIdentificationTypes_2, type SchemaImpactTime, type SchemaImpactTime_2, type SchemaImportActivity, type SchemaImportPartyError, type SchemaImportPartyResponse, type SchemaIncomeData, type SchemaInformationRequirementSheetSpecification, type SchemaInputType, type SchemaInsurance, type SchemaInsuranceCarrierType, type SchemaInsuranceCarrierType_2, type SchemaInsuranceCompanyRetrieveResponse, type SchemaInsuranceCompanyTag, type SchemaInsuranceCompanyTag_2, type SchemaInsuranceContent, type SchemaInsuranceExtended, type SchemaInsuranceFsma, type SchemaInsuranceHistory, type SchemaInsuranceModuleExportQueryModel, type SchemaInsuranceModuleExportType, type SchemaInsurancePoliciesQueryModel, type SchemaInsurancePolicy, type SchemaInsurancePolicyCreateCmd, type SchemaInsurancePolicyCreateType, type SchemaInsurancePolicyDocumentCmd, type SchemaInsurancePolicyDocumentQueryModel, type SchemaInsurancePolicyDocumentType, type SchemaInsurancePolicyEntity, type SchemaInsurancePolicyLinkCmd, type SchemaInsurancePolicyLinkQueryModel, type SchemaInsurancePolicyQueryModel, type SchemaInsurancePolicySimulationSendRequest, type SchemaInsurancePolicySimulationType, type SchemaInsurancePolicySimulationUpsertCmd, type SchemaInsurancePolicyStatus, type SchemaInsurancePolicyType, type SchemaInsurancePolicyType_2, type SchemaInsuranceProduct, type SchemaInsuranceProductAdvices, type SchemaInsuranceProductByDistributionUpdateCmd, type SchemaInsuranceProductClauseCreateCmd, type SchemaInsuranceProductClauseUpdateCmd, type SchemaInsuranceProductClausesQueryModel, type SchemaInsuranceProductEntity, type SchemaInsuranceProductQueryModel, type SchemaInsuranceProductRecommendation, type SchemaInsuranceProductRecommendationPatchCmd, type SchemaInsuranceProductsQueryModel, type SchemaInsuranceTerminationReasonType, type SchemaInsuranceTerminationReasonType_2, type SchemaInsuranceType, type SchemaInsuranceType_2, type SchemaInsuredContentValue, type SchemaInsuredValue, type SchemaInventoryCheckupItem, type SchemaInviteCustomersToPartyParams, type SchemaInviteUsersToDistributionParams, type SchemaInvoice, type SchemaInvoiceQueryModel, type SchemaInvoicesQueryModel, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, type SchemaJobQueuedResponse, type SchemaJobResult, type SchemaJobResultType, type SchemaJobStatus, type SchemaJointIndustrialCommittee, type SchemaJointIndustrialCommitteeQueryModel, type SchemaJsonRpcError, type SchemaJsonRpcReply, type SchemaKey, type SchemaKeys, type SchemaKind, type SchemaKmPerYear, type SchemaKmPerYear_2, type SchemaKw, type SchemaLabelValueCount, type SchemaLabeledItems, type SchemaLaneCenteringAssist, type SchemaLaneDepartureWarning, type SchemaLaneKeepingAssistance, type SchemaLanguage, type SchemaLanguageCodes, type SchemaLarLegalPayload, type SchemaLastAnswer, type SchemaLateralCrashProtection, type SchemaLateralCrashProtectionDriver, type SchemaLateralCrashProtectionPassenger, type SchemaLateralCrashProtectionRear, type SchemaLeadCampaignQueryModel, type SchemaLeadDocumentQueryModel, type SchemaLeadDocumentType, type SchemaLeadProviderQueryModel, type SchemaLeadProviderResponse, type SchemaLeadProvidersResponse, type SchemaLeadReferenceQueryModel, type SchemaLeadRetrieveReply, type SchemaLeadStatus, type SchemaLeadTransferPayload, type SchemaLeaseOfferDocumentQueryModel, type SchemaLeaseOfferDocumentType, type SchemaLeaseOfferType, type SchemaLeaseType, type SchemaLeaseType_2, type SchemaLegalAid, type SchemaLegalForm, type SchemaLegalForm_2, type SchemaLegalPayloads, type SchemaLegalReferenceQueryModel, type SchemaLegalRiskObjectIdWithRevisionId, type SchemaLength, type SchemaLengthUnit, type SchemaLez, type SchemaLezCity, type SchemaLezPass, type SchemaLezYears, type SchemaLiabilityInfo, type SchemaLiabilityType, type SchemaLiabilityType_2, type SchemaLicense, type SchemaLicensePlateType, type SchemaLicensePlateType_2, type SchemaLink, type SchemaLinkPartyToUserCmd, type SchemaLinkPartyToUserCmdItem, type SchemaLinkPartyToUserParams, type SchemaLinkedCompany, type SchemaLinkedCompanyQueryModel, type SchemaLivingRoomSize, type SchemaLocalisationPatchCmd, type SchemaLocalization, type SchemaLocalized, type SchemaLowerCaseCountryCodes, type SchemaLowerCaseLanguageCodes, type SchemaMachineAcquisitionType, type SchemaMachineDelivery, type SchemaMailEvent, type SchemaMainBuilding, type SchemaMainBuildingType, type SchemaManagement, type SchemaManagementFuturePlans, type SchemaManagementQueryModel, type SchemaMarkSessionAsCompletedModel, type SchemaMarkSessionAsCompletedResponse, type SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsFasterforwardListItem, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMicrosoftOutlookMailFolder, type SchemaMicrosoftOutlookMailFolders, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalClaim, type SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalDutyOfCareItem, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicy, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalInventorySummary, type SchemaMinimalInvoice, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalPolicyPackage, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMinimalUser, type SchemaMinimalUserQueryModels, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiDiasAfdBranchQueryModel, type SchemaMultiDiasProductQueryModel, type SchemaMultiDiasProductSearchQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, type SchemaNextActionItem, type SchemaNextActionSource, type SchemaNextActionType, type SchemaNotice, type SchemaNumberPlateInfo, type SchemaNumberPlatePremiumResponse, type SchemaOccupationType, type SchemaOfferCampaignQueryModel, type SchemaOfferCreateCmdV2, type SchemaOfferCreateResponse, type SchemaOfferCreateRevisionCmd, type SchemaOfferPatchBulkCmd, type SchemaOfferPayment, type SchemaOfferRejectionCancellationReason, type SchemaOfferRequestForInsuranceCompanyCreateCmd, type SchemaOfferRequestForInsuranceCompanyInsuranceProductItem, type SchemaOfferRequestForInsuranceCompanyItem, type SchemaOfferRequestForInsuranceCompanyItemWithId, type SchemaOfferRequestForInsuranceCompanyParty, type SchemaOfferRevisionDocument, type SchemaOfferRevisionDocumentType, type SchemaOfferRevisionPatchCmd, type SchemaOfferRevisionQueryModel, type SchemaOfferRevisionReferenceQueryModel, type SchemaOfferStatus, type SchemaOfferWarning, type SchemaOmniumFormula, type SchemaOmniumFormulaByName, type SchemaOmniumFormulaByName_2, type SchemaOmniumFormula_2, type SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOutlookConnectionDetails, type SchemaOutlookEmail, type SchemaOutlookEmailItem, type SchemaOutlookEmails, type SchemaOutlookMailHeader, type SchemaOutlookMailRecepient, type SchemaOverdueInvoicesCheckupItem, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPackagesToProposeCheckupItem, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartiesQueryModelItem, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type SchemaPartyCheckupResponse, type SchemaPartyComplianceType, type SchemaPartyConversationNotes, type SchemaPartyCurrentAccountInsightsQueryModel, type SchemaPartyDocument, type SchemaPartyDocumentQueryModel, type SchemaPartyDocumentType, type SchemaPartyDocumentUpload, type SchemaPartyDocuments, type SchemaPartyEntity, type SchemaPartyExternalRefsCreateCmd, type SchemaPartyExternalRefsQueryModel, type SchemaPartyGroupCustomerQueryModel, type SchemaPartyGroupReferenceQueryModel, type SchemaPartyGroupRiskObjectIdWithRevisionId, type SchemaPartyInvite, type SchemaPartyKycItem, type SchemaPartyKycQueryModel, type SchemaPartyLink, type SchemaPartyLinkQueryModel, type SchemaPartyLogoCmd, type SchemaPartyLogoQueryModel, type SchemaPartyMergeCmd, type SchemaPartyNoteCmd, type SchemaPartyOriginFilter, type SchemaPartyOriginFilterItem, type SchemaPartyPatchCmd, type SchemaPartyPreferences, type SchemaPartyPreferencesQueryModel, type SchemaPartyQueryModel, type SchemaPartyRelation, type SchemaPartyRelationCreateCmd, type SchemaPartyRelationQueryModel, type SchemaPartyRelationType, type SchemaPartyRelationType_2, type SchemaPartySocialLinks, type SchemaPartyStatus, type SchemaPartyStatus_2, type SchemaPartyTransferPayload, type SchemaPartyWithMetadata, type SchemaPaymentInterval, type SchemaPaymentIntervalLowerCaseValues, type SchemaPaymentInterval_2, type SchemaPaymentMethod, type SchemaPaymentMethod_2, type SchemaPaymentStatus, type SchemaPedestrianDetection, type SchemaPendingUpgradesReply, type SchemaPerformance, type SchemaPeriodicCash, type SchemaPermittedTowbarDownload, type SchemaPermittedTrailerLoadWithoutBrakes, type SchemaPersonalizedAdvice, type SchemaPersonalizedAdviceResponse, type SchemaPersonnelDetails, type SchemaPhysicalProperties, type SchemaPiaContractConversionStatus, type SchemaPlanQueryModel, type SchemaPlanStatus, type SchemaPlansReply, type SchemaPnpCar, type SchemaPnpCarPayload, type SchemaPnpDriver, type SchemaPnpFamilyPayload, type SchemaPnpHome, type SchemaPnpHomePayload, type SchemaPoliciesToProposeCheckupItem, type SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type SchemaPriorityTag, type SchemaProductInfo, type SchemaProductV2, type SchemaProductsFilterSort, type SchemaProductsGroupBy, type SchemaProductsV2Filter, type SchemaProductsV2Response, type SchemaProfession, type SchemaProfileaseLeaseRate, type SchemaProfileaseLeaseResidual, type SchemaProfileaseLeaseType, type SchemaProfileaseQuote, type SchemaPromotion, type SchemaPromotionCriteria, type SchemaPromotionModifications, type SchemaPromotionQueryModel, type SchemaPropertyType, type SchemaProspectCreationResponse, type SchemaProspectReferenceQueryModel, type SchemaProspectType, type SchemaProvenanceDocumentReference, type SchemaPublicConnectionQueryModel, type SchemaPublicConnectionsQueryModel, type SchemaPublicDistributionConnectionQueryModel, type SchemaQuestion, type SchemaQuestionGroup, type SchemaQuestionUpdateCmd, type SchemaQuestionnaire, type SchemaQuote, type SchemaQuoteDetails, type SchemaQuoteExport, type SchemaQuoteExportRequest, type SchemaQuoteExportResponse, type SchemaQuoteMailSendRequest, type SchemaQuoteMailSendResponse, type SchemaQuoteReferenceQueryModel, type SchemaQuoteRequestV2Base, type SchemaQuoteResponse, type SchemaQuoteResponseV2, type SchemaQuoteSpecification, type SchemaQuoteStatus, type SchemaRateLimitErrorMsgEnum, type SchemaRearAutomaticEmergencyBraking, type SchemaRearCrossTrafficWarning, type SchemaRecalculateAnvaQuoteRequest, type SchemaRecalculateAnvaSimulationCmd, type SchemaRecalculateDiasQuoteRequest, type SchemaRecalculateDiasSimulationCmd, type SchemaRecalculateYellowHiveQuoteRequest, type SchemaRecalculateYellowHiveSimulationCmd, type SchemaRecommendation, type SchemaRecommendationLevel, type SchemaRecommendationReferenceQueryModel, type SchemaRecommendationsBaseCreateCmd, type SchemaRecommendationsCreateCmd, type SchemaRecommendationsQueryModel, type SchemaRecommendationsV2CreateCmd, type SchemaReconstructionValueDefinedType, type SchemaReference, type SchemaRegex, type SchemaRegistration, type SchemaRelations, type SchemaRentOutTerm, type SchemaRepairCosts, type SchemaReportRevisionStatus, type SchemaReportRevisionStatusSubset, type SchemaResidenceBuildingType, type SchemaResidenceComplianceType, type SchemaResidenceFloodType, type SchemaResidenceMonumentType, type SchemaResidencePreferences, type SchemaResidenceReferenceQueryModel, type SchemaResidenceRiskObjectIdWithRevisionId, type SchemaResidenceTheftProtection, type SchemaResidenceUsage, type SchemaRestrictiveAddress, type SchemaRestrictiveCar, type SchemaRestrictiveDriveAssistanceSystem, type SchemaRestrictiveDriver, type SchemaRetrieveAdvisoryReportFrontPageStandalonePdfParams, type SchemaRetrieveFlowResponse, type SchemaRetrieveQuestionnaireResponse, type SchemaRetrieveQuotesBatchResponse, type SchemaRetrieveQuotesExportsResponse, type SchemaRetrieveQuotesInsightsResponse, type SchemaRideHeight, type SchemaRiskAddress, type SchemaRiskAnalysisSubjects, type SchemaRiskData, type SchemaRiskDomain, type SchemaRiskDomainActionQueryModel, type SchemaRiskDomainAdviceQueryModel, type SchemaRiskDomainDistributionUpdateCmd, type SchemaRiskDomainQueryModel, type SchemaRiskDomainsQueryModel, type SchemaRiskObject, type SchemaRiskObjectCarType, type SchemaRiskObjectCarType_2, type SchemaRiskObjectComplianceItem, type SchemaRiskObjectComplianceQueryModel, type SchemaRiskObjectCreationError, type SchemaRiskObjectCreationResponse, type SchemaRiskObjectEntity, type SchemaRiskObjectExternalRefsCreateCmd, type SchemaRiskObjectExternalRefsQueryModel, type SchemaRiskObjectFamilyType, type SchemaRiskObjectInFleet, type SchemaRiskObjectLegalType, type SchemaRiskObjectPartyGroupType, type SchemaRiskObjectPartyRelation, type SchemaRiskObjectReferenceQueryModel, type SchemaRiskObjectRelationCreateCmd, type SchemaRiskObjectRelationQueryModel, type SchemaRiskObjectRelationUpdateCmd, type SchemaRiskObjectResidenceType, type SchemaRiskObjectRevisionIds, type SchemaRiskObjectRevisions, type SchemaRiskObjectTeacherType, type SchemaRiskObjectTwoWheelerType, type SchemaRiskObjectType, type SchemaRiskObjectType_2, type SchemaRiskObjectsWithRevision, type SchemaRizivConventionStatus, type SchemaRizivConventionStatus_2, type SchemaRizivMember, type SchemaRoleFilter, type SchemaRoleFilterType, type SchemaRollingWorkEquipmentType, type SchemaRollingWorkEquipmentType_2, type SchemaRoofConstructionType, type SchemaRoofTypes, type SchemaRooms, type SchemaRules, type SchemaSafety, type SchemaSafetyFeatureOption, type SchemaSafetyStickCar, type SchemaSafetyStickCarPayload, type SchemaSafetyStickDriver, type SchemaSalaryCoefficient, type SchemaSalaryCoefficient_2, type SchemaSatelliteProtection, type SchemaSatelliteProtectionSystem, type SchemaSatelliteProtectionSystem_2, type SchemaSavingTypes, type SchemaSavingTypes_2, type SchemaSearchAddress, type SchemaSection, type SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSendOfferMailCmd, type SchemaSendOfferMailResponse, type SchemaSentimentType, type SchemaSeries, type SchemaSeriesSortContext, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionCompletedRemarks, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, type SchemaSingularityJobQueuedResponse, type SchemaSingularityJobResultBase, type SchemaSingularityModelsDocumentExtractorCmdLink, type SchemaSingularityModelsPartyCheckupLink, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSwitchCandidatesCheckupItem, type SchemaSymbol, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephoneNr, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferCandidatesCheckupItem, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type SchemaUpdateAnvaPartyCompanyCmd, type SchemaUpdateAnvaPartyCustomerCmd, type SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, type SchemaUpsertFaqItemParams, type SchemaUpsertInsurancePolicyForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicySimulationForPartyParams, type SchemaUpsertPolicyPackageByPartyParams, type SchemaUserMeUpdateCmd, type SchemaUserRole, type SchemaValidator, type SchemaValuableItem, type SchemaValueUnitInt, type SchemaValueUnitStr, type SchemaVatType, type SchemaVatType_2, type SchemaVehicleRegistrationDateType, type SchemaVehicleRegistrationPlateValidation, type SchemaVehicleSearch, type SchemaVerifyIfADistributionExistsByCompanyRegistrationParams, type SchemaVerifyIfADistributionExistsByNameParams, type SchemaVerifyIfAUserExistsByEmailParams, type SchemaVersion, type SchemaVersionSortContext, type SchemaVillasureHomePayload, type SchemaVinInfo, type SchemaVinPremiumResponse, type SchemaViviumCar, type SchemaViviumCarPayload, type SchemaViviumDriver, type SchemaViviumFamilyPayload, type SchemaViviumHome, type SchemaViviumHomePayload, type SchemaVoltage, type SchemaWageBill, type SchemaWarningMsg, type SchemaWarranyOptions, type SchemaWarranyOptions_2, type SchemaWeightEmpty, type SchemaWgBeApiAddressModelsAddressAddress, type SchemaWgBeApiAddressModelsAddressInformationV2Company, type SchemaWgBeApiAddressModelsAddressInformationV2Link, type SchemaWgBeApiAddressModelsPersonsDirectorsCompany, type SchemaWgBeApiAddressModelsVatCompanyActivity, type SchemaWgBeApiAddressModelsVatCompanyAssetInfo, type SchemaWgBeApiAddressModelsVatCompanyContactPerson, type SchemaWgBeApiAddressModelsVatCompanyFleetInfo, type SchemaWgBeApiAddressModelsVatCompanyLink, type SchemaWgBeApiAddressModelsVatCompanyPersonnelDetails, type SchemaWgBeApiAddressModelsVatCompanyThirdPartyActivity, type SchemaWgBeApiAddressModelsVatCompanyTurnover, type SchemaWgBeApiAddressModelsVatCompanyWorkforce, type SchemaWgBeApiQuotesModelsBaseLocalization, type SchemaWgBeApiQuotesModelsBaseLocalization_2, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsCar, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsFamily, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsLegal, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsPartyGroup, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsResidence, type SchemaWgPyModelsComplexAddress, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoMachineDelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoPeriodicCash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoSiloCapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoMachinedelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoPeriodiccash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoSilocapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorksConstructionWorkDuration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworksConstructionworkduration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactPerson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactperson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFleetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalAid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalaid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyManagementFunction, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonnelDetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonneldetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdPartyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdpartyactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWageBill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWagebill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsAnnexAnnex, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverAssistanceSystemDriveAssistanceSystem, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverCarInsured, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriver, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsInsuranceHistoryInsuranceHistory, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsPersonPerson, type SchemaWgPyModelsDomainInsuranceInsurancesAedesAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesAragLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesArcesLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesAxaAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAxaCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsHolderState, type SchemaWgPyModelsDomainInsuranceInsurancesAxaFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesDasLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralParty, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralPartyGroup, type SchemaWgPyModelsDomainInsuranceInsurancesEuromexLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesLarLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesPnpFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesViviumCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesViviumFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumResidenceRooms, type SchemaWgPyModelsDomainInsuranceProspectCompany, type SchemaWgPyModelsDomainInsuranceProspectCompany_2, type SchemaWgPyModelsDomainInsuranceProspectCustomer, type SchemaWgPyModelsDomainInsuranceProspectCustomer_2, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferences, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferencesFuneralPreference, type SchemaWgPyModelsDomainInsuranceProspectPartypreferences, type SchemaWgPyModelsDomainInsuranceProspectPartypreferencesFuneralpreference, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesPartyExternalRefsQueryModel, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBicycleBicycle, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBoatBoat, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsCarCar, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsMiscMiscellaneous, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerSemiTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainInsuranceRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyPerson, type SchemaWgPyModelsDomainInsuranceRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceAnnexAnnex, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingFacade, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingMainBuilding, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidencePreferencesResidencePreferences, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceRoomsRooms, type SchemaWgPyModelsDomainInsuranceRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccident, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccidentStatement, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarInsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverbrandclubmembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleusage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainWegroupComplexAddress, type SchemaWgPyModelsDomainWegroupComplexAddress_2, type SchemaWgPyModelsDomainWegroupComplexCompanyRegistration, type SchemaWgPyModelsDomainWegroupComplexCompanyregistration, type SchemaWgPyModelsDomainWegroupComplexLocalization, type SchemaWgPyModelsDomainWegroupEnumsCarUsedFor, type SchemaWgPyModelsDomainWegroupEnumsClaimFreeYears, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsCurrency, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsGender, type SchemaWgPyModelsDomainWegroupEnumsHolderState, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes_2, type SchemaWgPyModelsDomainWegroupEnumsMiscellaneousType, type SchemaWgPyModelsDomainWegroupEnumsOfferRevisionDocumentType, type SchemaWgPyModelsDomainWegroupEnumsProfession, type SchemaWgPyModelsDomainWegroupEnumsProspectType, type SchemaWgPyModelsDomainWegroupEnumsProspectType_2, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtCountryCodes, type SchemaWgsdkSmtCoveragePeriod, type SchemaWgsdkSmtGender, type SchemaWgsdkSmtInsuranceHistory, type SchemaWgsdkSmtProfession, type SchemaWheelBase, type SchemaWheelBaseArray, type SchemaWheelRimSizeArray, type SchemaWheelRimsSize, type SchemaWheelSize, type SchemaWheelSizeArray, type SchemaWidth, type SchemaWindow, type SchemaWorkforce, type SchemaWorkforcePossibleDanger, type SchemaWorkingMethod, type SchemaYellowHiveCoverage, type SchemaYellowHiveInsurance, type SchemaYellowHiveInsurancePolicy, type SchemaYellowHiveProduct, type SchemaYellowHiveProductQuestionnaire, type SchemaYellowHiveProductQuestionnaireQueryModel, type SchemaYellowHiveProductQuestionnairesQueryModel, type SchemaYellowHiveProductQuestionnairesUpdateCmd, type SchemaYellowHiveProductQuestionnairesValidateCmd, type SchemaYellowHiveProductToInsurancePolicyLink, type SchemaYellowHiveProductsInConversationCmd, type SchemaYellowHiveQuote, type SchemaYellowHiveQuoteCalculationJob, type SchemaYellowHiveQuoteCalculationJobsQueuedResponse, type SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferMailBySessionIdBody, type SendOfferMailBySessionIdPathParams, type SendOfferMailBySessionIdQueryParams, type SendOfferMailBySessionIdResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnvaPartyViaConversationBody, type UpdateAnvaPartyViaConversationPathParams, type UpdateAnvaPartyViaConversationQueryParams, type UpdateAnvaPartyViaConversationResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDiasQuestionnaireBody, type UpdateDiasQuestionnairePathParams, type UpdateDiasQuestionnaireQueryParams, type UpdateDiasQuestionnaireResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type UpsertAnvaClosingQuestionsBody, type UpsertAnvaClosingQuestionsQueryParams, type UpsertAnvaClosingQuestionsResponse, type UpsertDistributionFaqBody, type UpsertDistributionFaqQueryParams, type UpsertDistributionFaqResponse, type UpsertInsurancePoliciesForPartyBody, type UpsertInsurancePoliciesForPartyPathParams, type UpsertInsurancePoliciesForPartyResponse, type UpsertInsurancePolicySimulationForPartyBody, type UpsertInsurancePolicySimulationForPartyPathParams, type UpsertInsurancePolicySimulationForPartyResponse, type UpsertPolicyPackagesForPartyBody, type UpsertPolicyPackagesForPartyPathParams, type UpsertPolicyPackagesForPartyResponse, type ValidateAChassisNumberResponse, type ValidateACompanyRegistrationNumberResponse, type ValidateANationalIdentificationNumberBody, type ValidateANationalIdentificationNumberResponse, type ValidateATelephonenrResponse, type ValidateAVehicleRegistrationPlateBody, type ValidateAVehicleRegistrationPlateResponse, type ValidateAWebsiteResponse, type ValidateAnEmailResponse, type ValidateAnFsmaResponse, type ValidateAnIbanBody, type ValidateAnIbanResponse, type ValidateAnvaConnectionQueryParams, type ValidateAnvaConnectionResponse, type ValidateAnvaDwhConnectionQueryParams, type ValidateAnvaDwhConnectionResponse, type ValidateAnvaflowsQuestionnaireBody, type ValidateAnvaflowsQuestionnairePathParams, type ValidateAnvaflowsQuestionnaireQueryParams, type ValidateAnvaflowsQuestionnaireResponse, type ValidateClaimPathParams, type ValidateClaimQueryParams, type ValidateClaimResponse, type ValidateDiasQuestionnaireBody, type ValidateDiasQuestionnairePathParams, type ValidateDiasQuestionnaireQueryParams, type ValidateDiasQuestionnaireResponse, type ValidateFasterforwardConnectionQueryParams, type ValidateFasterforwardConnectionResponse, type ValidatePromotionsResponse, type ValidateYellowhiveQuestionnaireBody, type ValidateYellowhiveQuestionnairePathParams, type ValidateYellowhiveQuestionnaireQueryParams, type ValidateYellowhiveQuestionnaireResponse, type VerifyIfADistributionExistsByCompanyRegistrationBody, type VerifyIfADistributionExistsByCompanyRegistrationQueryParams, type VerifyIfADistributionExistsByCompanyRegistrationResponse, type VerifyIfADistributionExistsByNameBody, type VerifyIfADistributionExistsByNameQueryParams, type VerifyIfADistributionExistsByNameResponse, type VerifyIfAUserExistsByEmailBody, type VerifyIfAUserExistsByEmailQueryParams, type VerifyIfAUserExistsByEmailResponse, type WgApiSchema, type WgPaths, acceptOrRejectAnAdvisoryReport, activateOutlookConnectionSync, analyzeEmail, answerAFlowDirectly, answerAFlowSession, blockCustomerFromAccessingParty, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateDiasQuotesBySessionId, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaPartyViaConversation, createAnvaTask, createAnvaflowTags, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDiasPartyViaConversation, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, createPartyActivitiesAsCustomer, createPartyByEnrichingWithEnrichingWithCompanyRegistration, createPartyGroupRiskObject, createPartyNote, createPartyOffers, createPartyRelations, createProfileaseCarLeaseOffer, createProflowSessionByBatchId, createRecommendationByPartyId, createRecommendationBySessionId, createReferenceForParty, createReferencesForRiskObject, createRelationBetweenRiskObjectAndParty, createRiskDomainActionForAdvisoryReportById, createRiskDomainActionFromAdviceForAdvisoryReportById, createRiskDomainAdviceForAdvisoryReportById, createRiskDomainForAdvisoryReportById, createSemiTrailerRiskObject, createToolkitAccount, createToolkitBroker, createTrailerRiskObject, createTrialBroker, createUploadLinkAsCustomer, createUspItemForDistribution, createYellowhiveContactPerson, 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, deprecatedGetAnvaParties, deprecatedImportAnvaPartyInWegroup, deprecatedValidateAnvaConnection, disable2FaByUser, disable2FaForCustomer, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enqueueCalculationAnvaquotesBySessionId, enqueueSendCustomQuotesToAnvaBySessionId, enqueueSendOfferToAnvaBySessionId, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportQuoteById, extractInsurancePoliciesForOneDocument, extractInsurancePoliciesForOneDocumentEnqueue, extractManyDocumentInBatch, extractOffersForOneDocument, extractOffersForOneDocumentEnqueue, extractOneDocument, extractOneDocumentEnqueue, extractPartyForOneDocumentEnqueue, extractWebsiteTheme, generateCompanyDescription, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePersonalizationAdviceForAdvisoryReport, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAdvisoryReportRevisionDiff, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllCustomersByDistribution, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaAgents, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaMutationReasons, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getCheckupByPartyId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasAfdbranches, getDiasCollectionMethods, getDiasEmployees, getDiasParties, getDiasProducts, getDiasflowProductById, getDiasflowProducts, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEnumByDiasLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFinconnectLinkAsCustomer, getFinconnectLinkForInsurancePolicyAsCustomer, getFlowInfoById, getFlowsInfo, getGbi, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getInvoiceByIdAsCustomer, getInvoicesAsCustomer, getInvoicesAsParty, getInvoicesAsPartyById, getJobResultById, getKycByParty, getLeadById, getLeadProviderById, getLeadProvidersByAffinity, getLeaseOfferById, getLinkOfDocument, getMetricsByCampaign, getMinimalOfferById, getMinimalOfferRevisionById, getMinimalRiskObjectById, getNace, getNoveltyInsightsByDistribution, getOfferById, getOffersByDistribution, getOnboardingChecklistByBroker, getOrganisationDistributions, getOrganisationLeads, getOrganisationOffers, getOutlookConnectionDetails, getOutlookMailById, getOutlookMailByOutlookMessageId, getOutlookMailfolders, getOutlookMails, getPartiesByCustomer, getPartiesLinkedToUser, getPartiesOriginFilter, getPartyAddresses, getPartyById, getPartyMergeSuggestions, getPdfOfAdvisoryReportById, getPerformanceInsightsByDistribution, getPolicyPackageById, getPolicyPackageByIdAsCustomer, getPolicyPackageSimulationsForParty, getPolicyPackagesAsCustomer, getPolicyPackagesForParty, getPossibleInsuranceProductsByPartyId, getPossibleInsuranceProductsByRiskObjectId, getPossibleInsuranceProductsForManagementByPartyId, getPossibleInsuranceProductsForStaffByPartyId, getPreventionAdvice, getPromotionsByDistributionId, getProvenanceInfoOfDocument, getQuoteExports, getQuoteInsights, getQuotesAsBatchResultsByConversationId, getRecommendationsById, getRecommendationsByPartyId, getRecommendationsBySessionId, getRiskAnalysisByPartyId, getRiskDomainById, getRiskDomains, getRiskObjectByRiskObjectRevisionId, getRiskObjectRevisionsById, getSbi, getSingularityJobResultById, getStepSettingsByAdvisoryReportId, getSupportedAnvaflowCoverages, getSupportedAnvaflowCoveragesGroupedByAdn, getSupportedAnvaflowInsuranceCompanies, getSupportedAnvaflowInsurances, getSupportedAnvaflowTags, getSupportedInsuranceCompanies, getSupportedInsuranceSubjects, getSupportedMimeTypes, getSupportedRiskDomains, getSupportedYellowhiveflowCoverages, getSupportedYellowhiveflowInsurances, getTheBrokerById, getUspByDistribution, getValuesOfEnum, getVehicleByCarIdOrFebiacId, getVehicleByNumberPlateAndCarId, getVehicleByVersionId, getVehicleByVinAndCarId, getVehicleVersionFactsBySeriesId, getWeatherInfo, getYellowhiveflowProductById, getYellowhiveflowProducts, getYourOwnUser, giveFeedbackOnConversationById, giveFeedbackOnRecommendationsById, giveFeedbackToInsuranceTermsBot, handleCreateDistributionTheme, handleDeleteDistributionTheme, handleUpdateDistributionTheme, importAnvaDocumentInWegroup, importAnvaInsurancePolicyDocumentInWegroup, importAnvaInsurancePolicyPackageDocumentInWegroup, importAnvaPartyInWegroup, importAnvaproduct, importDiasPartyInWegroup, importDiasflowProduct, inviteColleaguesToDistribution, inviteUserToParty, linkConversationToAdvisoryReport, linkPartyToUser, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, 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, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferMailBySessionId, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnvaPartyViaConversation, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDiasQuestionnaire, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, upsertAnvaClosingQuestions, upsertDistributionFaq, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateDiasQuestionnaire, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };
|