wg-api-sdk 1.0.76 → 1.0.77
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 +876 -748
- package/dist/esm/index.mjs +1 -1
- package/dist/index.d.ts +876 -748
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -3025,6 +3025,26 @@ interface paths {
|
|
|
3025
3025
|
patch?: never;
|
|
3026
3026
|
trace?: never;
|
|
3027
3027
|
};
|
|
3028
|
+
"/v1/api/parties/{party_id}/checkup": {
|
|
3029
|
+
parameters: {
|
|
3030
|
+
query?: never;
|
|
3031
|
+
header?: never;
|
|
3032
|
+
path?: never;
|
|
3033
|
+
cookie?: never;
|
|
3034
|
+
};
|
|
3035
|
+
/**
|
|
3036
|
+
* Get Checkup By Party Id
|
|
3037
|
+
* @description Retrieve a checkup for a party by its party ID
|
|
3038
|
+
*/
|
|
3039
|
+
get: operations["get_checkup_by_party_id_v1_api_parties__party_id__checkup_get"];
|
|
3040
|
+
put?: never;
|
|
3041
|
+
post?: never;
|
|
3042
|
+
delete?: never;
|
|
3043
|
+
options?: never;
|
|
3044
|
+
head?: never;
|
|
3045
|
+
patch?: never;
|
|
3046
|
+
trace?: never;
|
|
3047
|
+
};
|
|
3028
3048
|
"/v1/api/parties/link-users": {
|
|
3029
3049
|
parameters: {
|
|
3030
3050
|
query?: never;
|
|
@@ -8731,7 +8751,7 @@ interface components {
|
|
|
8731
8751
|
* Timestamp
|
|
8732
8752
|
* Format: date-time
|
|
8733
8753
|
* @description Timestamp of when the error occured
|
|
8734
|
-
* @default 2025-10-
|
|
8754
|
+
* @default 2025-10-30T07:23:12.169996
|
|
8735
8755
|
*/
|
|
8736
8756
|
timestamp: string;
|
|
8737
8757
|
/**
|
|
@@ -17285,7 +17305,7 @@ interface components {
|
|
|
17285
17305
|
* @description An enumeration.
|
|
17286
17306
|
* @enum {unknown}
|
|
17287
17307
|
*/
|
|
17288
|
-
InsuranceCompanyTag: "ag" | "allianz" | "amlin" | "argenta" | "aedes" | "axa" | "baloise" | "belfius" | "bcover" | "corona" | "das" | "de_motoverzekering" | "lar" | "arces" | "ing" | "arag" | "ethias" | "euromex" | "federale" | "fidea" | "generali" | "athora" | "hdi" | "nn" | "kbc" | "optimco" | "partners" | "pv" | "pnp" | "touring" | "tvm" | "vivium" | "dvv" | "foyer" | "yuzzu" | "ardpre" | "alpha" | "amma" | "asco" | "cda" | "hagelunie" | "zurich" | "deltalloyd" | "mercator" | "ns" | "fortis" | "bnp" | "dela" | "dkv" | "europ" | "elitis" | "mobly" | "nomad" | "qover" | "patronale" | "santevet" | "vab" | "callant" | "pia" | "ibis" | "verzekerje" | "villasure" | "
|
|
17308
|
+
InsuranceCompanyTag: "ag" | "allianz" | "amlin" | "argenta" | "aedes" | "axa" | "baloise" | "belfius" | "bcover" | "corona" | "das" | "de_motoverzekering" | "lar" | "arces" | "ing" | "arag" | "ethias" | "euromex" | "federale" | "fidea" | "generali" | "athora" | "hdi" | "nn" | "kbc" | "optimco" | "partners" | "pv" | "pnp" | "touring" | "tvm" | "vivium" | "dvv" | "foyer" | "yuzzu" | "ardpre" | "alpha" | "amma" | "asco" | "cda" | "hagelunie" | "zurich" | "deltalloyd" | "mercator" | "ns" | "fortis" | "bnp" | "dela" | "dkv" | "europ" | "elitis" | "mobly" | "nomad" | "qover" | "patronale" | "santevet" | "vab" | "callant" | "pia" | "ibis" | "wegroup" | "verzekerje" | "villasure" | "dna_yachtinsurance" | "bikmo" | "belvilla" | "ex_amlin" | "yacht_and_co" | "asr" | "unigarant" | "aska" | "vdh" | "citizens_aw" | "citizens_cw" | "assudis";
|
|
17289
17309
|
/**
|
|
17290
17310
|
* _InsuranceType
|
|
17291
17311
|
* @description An enumeration.
|
|
@@ -24589,6 +24609,8 @@ interface components {
|
|
|
24589
24609
|
wants_to_insure_disasters?: boolean;
|
|
24590
24610
|
/** Preferred Amount Of Days Insured */
|
|
24591
24611
|
preferred_amount_of_days_insured?: number;
|
|
24612
|
+
/** Wants To Insure Medical Assistance */
|
|
24613
|
+
wants_to_insure_medical_assistance?: boolean;
|
|
24592
24614
|
};
|
|
24593
24615
|
/** FuneralPreference */
|
|
24594
24616
|
app__models__party__PartyPreferences__FuneralPreference: {
|
|
@@ -31243,6 +31265,8 @@ interface components {
|
|
|
31243
31265
|
insured_amount_dental_costs?: number;
|
|
31244
31266
|
/** Insured Amount Special Sports */
|
|
31245
31267
|
insured_amount_special_sports?: number;
|
|
31268
|
+
/** Deductible Amount */
|
|
31269
|
+
deductible_amount?: number;
|
|
31246
31270
|
/** Has Known Risks */
|
|
31247
31271
|
has_known_risks?: boolean;
|
|
31248
31272
|
/** Was Refused Insurance */
|
|
@@ -33794,6 +33818,8 @@ interface components {
|
|
|
33794
33818
|
insured_amount_dental_costs?: number;
|
|
33795
33819
|
/** Insured Amount Special Sports */
|
|
33796
33820
|
insured_amount_special_sports?: number;
|
|
33821
|
+
/** Deductible Amount */
|
|
33822
|
+
deductible_amount?: number;
|
|
33797
33823
|
/** Has Known Risks */
|
|
33798
33824
|
has_known_risks?: boolean;
|
|
33799
33825
|
/** Was Refused Insurance */
|
|
@@ -35806,6 +35832,8 @@ interface components {
|
|
|
35806
35832
|
insured_amount_dental_costs?: number;
|
|
35807
35833
|
/** Insured Amount Special Sports */
|
|
35808
35834
|
insured_amount_special_sports?: number;
|
|
35835
|
+
/** Deductible Amount */
|
|
35836
|
+
deductible_amount?: number;
|
|
35809
35837
|
/** Has Known Risks */
|
|
35810
35838
|
has_known_risks?: boolean;
|
|
35811
35839
|
/** Was Refused Insurance */
|
|
@@ -42809,6 +42837,8 @@ interface components {
|
|
|
42809
42837
|
insured_amount_dental_costs?: number;
|
|
42810
42838
|
/** Insured Amount Special Sports */
|
|
42811
42839
|
insured_amount_special_sports?: number;
|
|
42840
|
+
/** Deductible Amount */
|
|
42841
|
+
deductible_amount?: number;
|
|
42812
42842
|
/** Has Known Risks */
|
|
42813
42843
|
has_known_risks?: boolean;
|
|
42814
42844
|
/** Was Refused Insurance */
|
|
@@ -45247,6 +45277,8 @@ interface components {
|
|
|
45247
45277
|
insured_amount_dental_costs?: number;
|
|
45248
45278
|
/** Insured Amount Special Sports */
|
|
45249
45279
|
insured_amount_special_sports?: number;
|
|
45280
|
+
/** Deductible Amount */
|
|
45281
|
+
deductible_amount?: number;
|
|
45250
45282
|
/** Has Known Risks */
|
|
45251
45283
|
has_known_risks?: boolean;
|
|
45252
45284
|
/** Was Refused Insurance */
|
|
@@ -45830,14 +45862,16 @@ interface components {
|
|
|
45830
45862
|
};
|
|
45831
45863
|
/** RiskObjectComplianceItem */
|
|
45832
45864
|
RiskObjectComplianceItem: {
|
|
45833
|
-
|
|
45834
|
-
* Type
|
|
45835
|
-
* @enum {string}
|
|
45836
|
-
*/
|
|
45837
|
-
type: "SCOPE_10" | "SCOPE_12";
|
|
45865
|
+
type: components["schemas"]["RESIDENCE_COMPLIANCE_TYPE"];
|
|
45838
45866
|
/** Documents */
|
|
45839
45867
|
documents: components["schemas"]["app__views__models__party_documents__PartyDocumentQueryModel"][];
|
|
45840
45868
|
};
|
|
45869
|
+
/**
|
|
45870
|
+
* RESIDENCE_COMPLIANCE_TYPE
|
|
45871
|
+
* @description An enumeration.
|
|
45872
|
+
* @enum {unknown}
|
|
45873
|
+
*/
|
|
45874
|
+
RESIDENCE_COMPLIANCE_TYPE: "SCOPE_10" | "SCOPE_12";
|
|
45841
45875
|
/** create_family_risk_object_params */
|
|
45842
45876
|
create_family_risk_object_params: {
|
|
45843
45877
|
auth: components["schemas"]["Auth"];
|
|
@@ -62814,8 +62848,6 @@ interface components {
|
|
|
62814
62848
|
contact_person_telephonenr?: string;
|
|
62815
62849
|
/** Memo */
|
|
62816
62850
|
memo?: string;
|
|
62817
|
-
/** Agenda Code */
|
|
62818
|
-
agenda_code?: string;
|
|
62819
62851
|
};
|
|
62820
62852
|
/**
|
|
62821
62853
|
* ANVA_TASK_PRIORITY
|
|
@@ -63222,6 +63254,8 @@ interface components {
|
|
|
63222
63254
|
title?: string;
|
|
63223
63255
|
/** Description */
|
|
63224
63256
|
description?: string;
|
|
63257
|
+
/** Is Mutation */
|
|
63258
|
+
is_mutation?: boolean;
|
|
63225
63259
|
/**
|
|
63226
63260
|
* Allowed Distributions
|
|
63227
63261
|
* @default []
|
|
@@ -63379,6 +63413,8 @@ interface components {
|
|
|
63379
63413
|
anva_coverage_codes?: string[];
|
|
63380
63414
|
/** Insurance Policy Ids */
|
|
63381
63415
|
insurance_policy_ids?: string[];
|
|
63416
|
+
/** Yellowhive Product Ids */
|
|
63417
|
+
yellowhive_product_ids?: string[];
|
|
63382
63418
|
};
|
|
63383
63419
|
/** FieldMappingManager */
|
|
63384
63420
|
FieldMappingManager: {
|
|
@@ -64204,6 +64240,8 @@ interface components {
|
|
|
64204
64240
|
/** Insurance Company Name */
|
|
64205
64241
|
insurance_company_name: string;
|
|
64206
64242
|
insurance: components["schemas"]["YellowHiveInsurance"];
|
|
64243
|
+
/** Coverages */
|
|
64244
|
+
coverages: components["schemas"]["YellowHiveCoverage"][];
|
|
64207
64245
|
};
|
|
64208
64246
|
/** CalculateYellowHiveQuotesRequest */
|
|
64209
64247
|
CalculateYellowHiveQuotesRequest: {
|
|
@@ -64239,6 +64277,7 @@ interface components {
|
|
|
64239
64277
|
RecalculateYellowHiveQuoteRequest: {
|
|
64240
64278
|
/** Coverages */
|
|
64241
64279
|
coverages: string[];
|
|
64280
|
+
payment_interval?: components["schemas"]["PAYMENT_INTERVAL"];
|
|
64242
64281
|
};
|
|
64243
64282
|
/** handle_recalculate_yellowhive_simulation_params */
|
|
64244
64283
|
handle_recalculate_yellowhive_simulation_params: {
|
|
@@ -64573,6 +64612,8 @@ interface components {
|
|
|
64573
64612
|
anva_product_id: string;
|
|
64574
64613
|
insurance_company: components["schemas"]["AnvaInsuranceCompany"];
|
|
64575
64614
|
insurance: components["schemas"]["AnvaInsurance"];
|
|
64615
|
+
/** Coverages */
|
|
64616
|
+
coverages: components["schemas"]["AnvaCoverage"][];
|
|
64576
64617
|
tag?: components["schemas"]["AnvaProductTag"];
|
|
64577
64618
|
/** Index */
|
|
64578
64619
|
index?: number;
|
|
@@ -68926,6 +68967,7 @@ type SchemaRiskObjectExternalRefsCreateCmd = components['schemas']['RiskObjectEx
|
|
|
68926
68967
|
type SchemaRiskObjectRevisions = components['schemas']['RiskObjectRevisions'];
|
|
68927
68968
|
type SchemaRiskObjectComplianceQueryModel = components['schemas']['RiskObjectComplianceQueryModel'];
|
|
68928
68969
|
type SchemaRiskObjectComplianceItem = components['schemas']['RiskObjectComplianceItem'];
|
|
68970
|
+
type SchemaResidenceComplianceType = components['schemas']['RESIDENCE_COMPLIANCE_TYPE'];
|
|
68929
68971
|
type SchemaCreateFamilyRiskObjectParams = components['schemas']['create_family_risk_object_params'];
|
|
68930
68972
|
type SchemaCreatePartyGroupRiskObjectParams = components['schemas']['create_party_group_risk_object_params'];
|
|
68931
68973
|
type SchemaCreateLegalRiskObjectParams = components['schemas']['create_legal_risk_object_params'];
|
|
@@ -85869,6 +85911,85 @@ interface operations {
|
|
|
85869
85911
|
};
|
|
85870
85912
|
};
|
|
85871
85913
|
};
|
|
85914
|
+
get_checkup_by_party_id_v1_api_parties__party_id__checkup_get: {
|
|
85915
|
+
parameters: {
|
|
85916
|
+
query?: never;
|
|
85917
|
+
header?: {
|
|
85918
|
+
/** @description Which release to target running in 'PRODUCTION' environment. */
|
|
85919
|
+
"x-release"?: string;
|
|
85920
|
+
};
|
|
85921
|
+
path: {
|
|
85922
|
+
party_id: string;
|
|
85923
|
+
};
|
|
85924
|
+
cookie?: never;
|
|
85925
|
+
};
|
|
85926
|
+
requestBody?: never;
|
|
85927
|
+
responses: {
|
|
85928
|
+
/** @description Successful Response */
|
|
85929
|
+
200: {
|
|
85930
|
+
headers: {
|
|
85931
|
+
[name: string]: unknown;
|
|
85932
|
+
};
|
|
85933
|
+
content: {
|
|
85934
|
+
"application/json": unknown;
|
|
85935
|
+
};
|
|
85936
|
+
};
|
|
85937
|
+
/** @description Bad Request */
|
|
85938
|
+
400: {
|
|
85939
|
+
headers: {
|
|
85940
|
+
[name: string]: unknown;
|
|
85941
|
+
};
|
|
85942
|
+
content: {
|
|
85943
|
+
"application/json": components["schemas"]["Error_4XX"];
|
|
85944
|
+
};
|
|
85945
|
+
};
|
|
85946
|
+
/** @description Unauthorized */
|
|
85947
|
+
401: {
|
|
85948
|
+
headers: {
|
|
85949
|
+
[name: string]: unknown;
|
|
85950
|
+
};
|
|
85951
|
+
content: {
|
|
85952
|
+
"application/json": components["schemas"]["Error_401"];
|
|
85953
|
+
};
|
|
85954
|
+
};
|
|
85955
|
+
/** @description Forbidden */
|
|
85956
|
+
403: {
|
|
85957
|
+
headers: {
|
|
85958
|
+
[name: string]: unknown;
|
|
85959
|
+
};
|
|
85960
|
+
content: {
|
|
85961
|
+
"application/json": components["schemas"]["Error_403"];
|
|
85962
|
+
};
|
|
85963
|
+
};
|
|
85964
|
+
/** @description Unprocessable Content */
|
|
85965
|
+
422: {
|
|
85966
|
+
headers: {
|
|
85967
|
+
[name: string]: unknown;
|
|
85968
|
+
};
|
|
85969
|
+
content: {
|
|
85970
|
+
"application/json": components["schemas"]["Error_422"];
|
|
85971
|
+
};
|
|
85972
|
+
};
|
|
85973
|
+
/** @description Too Many Requests */
|
|
85974
|
+
429: {
|
|
85975
|
+
headers: {
|
|
85976
|
+
[name: string]: unknown;
|
|
85977
|
+
};
|
|
85978
|
+
content: {
|
|
85979
|
+
"application/json": components["schemas"]["Error_429"];
|
|
85980
|
+
};
|
|
85981
|
+
};
|
|
85982
|
+
/** @description Internal Server Error */
|
|
85983
|
+
500: {
|
|
85984
|
+
headers: {
|
|
85985
|
+
[name: string]: unknown;
|
|
85986
|
+
};
|
|
85987
|
+
content: {
|
|
85988
|
+
"application/json": components["schemas"]["ServerError"];
|
|
85989
|
+
};
|
|
85990
|
+
};
|
|
85991
|
+
};
|
|
85992
|
+
};
|
|
85872
85993
|
link_party_to_user_v1_api_parties_link_users_post: {
|
|
85873
85994
|
parameters: {
|
|
85874
85995
|
query?: never;
|
|
@@ -93474,6 +93595,7 @@ interface operations {
|
|
|
93474
93595
|
query?: {
|
|
93475
93596
|
types?: components["schemas"]["FLOW_TYPE"][];
|
|
93476
93597
|
country_codes?: components["schemas"]["COUNTRY_CODES"][];
|
|
93598
|
+
is_mutation?: boolean;
|
|
93477
93599
|
/**
|
|
93478
93600
|
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
93479
93601
|
* @example EN
|
|
@@ -113645,52 +113767,52 @@ type Middleware = Middleware$1;
|
|
|
113645
113767
|
type ClientType = ReturnType<typeof createClient<paths>>;
|
|
113646
113768
|
declare const wgApiClient: (options: ClientOptions) => ClientType;
|
|
113647
113769
|
|
|
113648
|
-
declare const routeName$
|
|
113649
|
-
type GetWeatherInfoQueryParams = paths[typeof routeName$
|
|
113650
|
-
type GetWeatherInfoResponse = paths[typeof routeName$
|
|
113651
|
-
type GetWeatherInfoProps = paths[typeof routeName$
|
|
113770
|
+
declare const routeName$7r = "/v1/api/weather/info";
|
|
113771
|
+
type GetWeatherInfoQueryParams = paths[typeof routeName$7r]['get']['parameters']['query'];
|
|
113772
|
+
type GetWeatherInfoResponse = paths[typeof routeName$7r]['get']['responses'][200]['content']['application/json'];
|
|
113773
|
+
type GetWeatherInfoProps = paths[typeof routeName$7r]['get']['parameters'];
|
|
113652
113774
|
declare const getWeatherInfo: (props: GetWeatherInfoProps, wgApiClient: ClientType) => Promise<GetWeatherInfoResponse>;
|
|
113653
113775
|
|
|
113654
|
-
declare const routeName$
|
|
113655
|
-
type SearchCitiesByCountryQueryParams = paths[typeof routeName$
|
|
113656
|
-
type SearchCitiesByCountryResponse = paths[typeof routeName$
|
|
113657
|
-
type SearchCitiesByCountryProps = paths[typeof routeName$
|
|
113776
|
+
declare const routeName$7q = "/v1/api/address/cities";
|
|
113777
|
+
type SearchCitiesByCountryQueryParams = paths[typeof routeName$7q]['get']['parameters']['query'];
|
|
113778
|
+
type SearchCitiesByCountryResponse = paths[typeof routeName$7q]['get']['responses'][200]['content']['application/json'];
|
|
113779
|
+
type SearchCitiesByCountryProps = paths[typeof routeName$7q]['get']['parameters'];
|
|
113658
113780
|
declare const searchCitiesByCountry: (props: SearchCitiesByCountryProps, wgApiClient: ClientType) => Promise<SearchCitiesByCountryResponse>;
|
|
113659
113781
|
|
|
113660
|
-
declare const routeName$
|
|
113661
|
-
type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$
|
|
113662
|
-
type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$
|
|
113663
|
-
type SeachStreetsByCityAndCountryProps = paths[typeof routeName$
|
|
113782
|
+
declare const routeName$7p = "/v1/api/address/streets";
|
|
113783
|
+
type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$7p]['get']['parameters']['query'];
|
|
113784
|
+
type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$7p]['get']['responses'][200]['content']['application/json'];
|
|
113785
|
+
type SeachStreetsByCityAndCountryProps = paths[typeof routeName$7p]['get']['parameters'];
|
|
113664
113786
|
declare const seachStreetsByCityAndCountry: (props: SeachStreetsByCityAndCountryProps, wgApiClient: ClientType) => Promise<SeachStreetsByCityAndCountryResponse>;
|
|
113665
113787
|
|
|
113666
|
-
declare const routeName$
|
|
113667
|
-
type SearchAddressesByCountryQueryParams = paths[typeof routeName$
|
|
113668
|
-
type SearchAddressesByCountryResponse = paths[typeof routeName$
|
|
113669
|
-
type SearchAddressesByCountryProps = paths[typeof routeName$
|
|
113788
|
+
declare const routeName$7o = "/v1/api/address/search";
|
|
113789
|
+
type SearchAddressesByCountryQueryParams = paths[typeof routeName$7o]['get']['parameters']['query'];
|
|
113790
|
+
type SearchAddressesByCountryResponse = paths[typeof routeName$7o]['get']['responses'][200]['content']['application/json'];
|
|
113791
|
+
type SearchAddressesByCountryProps = paths[typeof routeName$7o]['get']['parameters'];
|
|
113670
113792
|
declare const searchAddressesByCountry: (props: SearchAddressesByCountryProps, wgApiClient: ClientType) => Promise<SearchAddressesByCountryResponse>;
|
|
113671
113793
|
|
|
113672
|
-
declare const routeName$
|
|
113673
|
-
type GetAddressInfoQueryParams = paths[typeof routeName$
|
|
113674
|
-
type GetAddressInfoResponse = paths[typeof routeName$
|
|
113675
|
-
type GetAddressInfoProps = paths[typeof routeName$
|
|
113794
|
+
declare const routeName$7n = "/v1/api/address/info/premium";
|
|
113795
|
+
type GetAddressInfoQueryParams = paths[typeof routeName$7n]['get']['parameters']['query'];
|
|
113796
|
+
type GetAddressInfoResponse = paths[typeof routeName$7n]['get']['responses'][200]['content']['application/json'];
|
|
113797
|
+
type GetAddressInfoProps = paths[typeof routeName$7n]['get']['parameters'];
|
|
113676
113798
|
declare const getAddressInfo: (props: GetAddressInfoProps, wgApiClient: ClientType) => Promise<GetAddressInfoResponse>;
|
|
113677
113799
|
|
|
113678
|
-
declare const routeName$
|
|
113679
|
-
type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$
|
|
113680
|
-
type GetAddressInfoFreemiumResponse = paths[typeof routeName$
|
|
113681
|
-
type GetAddressInfoFreemiumProps = paths[typeof routeName$
|
|
113800
|
+
declare const routeName$7m = "/v1/api/address/info/freemium";
|
|
113801
|
+
type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$7m]['get']['parameters']['query'];
|
|
113802
|
+
type GetAddressInfoFreemiumResponse = paths[typeof routeName$7m]['get']['responses'][200]['content']['application/json'];
|
|
113803
|
+
type GetAddressInfoFreemiumProps = paths[typeof routeName$7m]['get']['parameters'];
|
|
113682
113804
|
declare const getAddressInfoFreemium: (props: GetAddressInfoFreemiumProps, wgApiClient: ClientType) => Promise<GetAddressInfoFreemiumResponse>;
|
|
113683
113805
|
|
|
113684
|
-
declare const routeName$
|
|
113685
|
-
type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$
|
|
113686
|
-
type GetAllAdvisoryReportsResponse = paths[typeof routeName$
|
|
113687
|
-
type GetAllAdvisoryReportsProps = paths[typeof routeName$
|
|
113806
|
+
declare const routeName$7l = "/v1/api/advisory-reports";
|
|
113807
|
+
type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$7l]['get']['parameters']['query'];
|
|
113808
|
+
type GetAllAdvisoryReportsResponse = paths[typeof routeName$7l]['get']['responses'][200]['content']['application/json'];
|
|
113809
|
+
type GetAllAdvisoryReportsProps = paths[typeof routeName$7l]['get']['parameters'];
|
|
113688
113810
|
declare const getAllAdvisoryReports: (props: GetAllAdvisoryReportsProps, wgApiClient: ClientType) => Promise<GetAllAdvisoryReportsResponse>;
|
|
113689
113811
|
|
|
113690
|
-
declare const routeName$
|
|
113691
|
-
type CreateAdvisoryReportBody = paths[typeof routeName$
|
|
113692
|
-
type CreateAdvisoryReportQueryParams = paths[typeof routeName$
|
|
113693
|
-
type CreateAdvisoryReportResponse = paths[typeof routeName$
|
|
113812
|
+
declare const routeName$7k = "/v1/api/advisory-reports";
|
|
113813
|
+
type CreateAdvisoryReportBody = paths[typeof routeName$7k]['post']['requestBody']['content']['application/json'];
|
|
113814
|
+
type CreateAdvisoryReportQueryParams = paths[typeof routeName$7k]['post']['parameters']['query'];
|
|
113815
|
+
type CreateAdvisoryReportResponse = paths[typeof routeName$7k]['post']['responses'][201]['content']['application/json'];
|
|
113694
113816
|
interface CreateAdvisoryReportProps {
|
|
113695
113817
|
body: CreateAdvisoryReportBody;
|
|
113696
113818
|
params: {
|
|
@@ -113699,17 +113821,17 @@ interface CreateAdvisoryReportProps {
|
|
|
113699
113821
|
}
|
|
113700
113822
|
declare const createAdvisoryReport: (props: CreateAdvisoryReportProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportResponse>;
|
|
113701
113823
|
|
|
113702
|
-
declare const routeName$
|
|
113703
|
-
type GetAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
113704
|
-
type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
113705
|
-
type GetAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
113706
|
-
type GetAdvisoryReportByIdProps = paths[typeof routeName$
|
|
113824
|
+
declare const routeName$7j = "/v1/api/advisory-reports/{report_id}";
|
|
113825
|
+
type GetAdvisoryReportByIdPathParams = paths[typeof routeName$7j]['get']['parameters']['path'];
|
|
113826
|
+
type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$7j]['get']['parameters']['query'];
|
|
113827
|
+
type GetAdvisoryReportByIdResponse = paths[typeof routeName$7j]['get']['responses'][200]['content']['application/json'];
|
|
113828
|
+
type GetAdvisoryReportByIdProps = paths[typeof routeName$7j]['get']['parameters'];
|
|
113707
113829
|
declare const getAdvisoryReportById: (props: GetAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportByIdResponse>;
|
|
113708
113830
|
|
|
113709
|
-
declare const routeName$
|
|
113710
|
-
type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$
|
|
113711
|
-
type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$
|
|
113712
|
-
type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$
|
|
113831
|
+
declare const routeName$7i = "/v1/api/advisory-reports/{report_id}";
|
|
113832
|
+
type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$7i]['delete']['parameters']['path'];
|
|
113833
|
+
type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$7i]['delete']['parameters']['query'];
|
|
113834
|
+
type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$7i]['delete']['responses'][200]['content']['application/json'];
|
|
113713
113835
|
interface DeleteAdvisoryReportRevisionProps {
|
|
113714
113836
|
params: {
|
|
113715
113837
|
query: DeleteAdvisoryReportRevisionQueryParams;
|
|
@@ -113718,11 +113840,11 @@ interface DeleteAdvisoryReportRevisionProps {
|
|
|
113718
113840
|
}
|
|
113719
113841
|
declare const deleteAdvisoryReportRevision: (props: DeleteAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportRevisionResponse>;
|
|
113720
113842
|
|
|
113721
|
-
declare const routeName$
|
|
113722
|
-
type UpdateAdvisoryReportBody = paths[typeof routeName$
|
|
113723
|
-
type UpdateAdvisoryReportPathParams = paths[typeof routeName$
|
|
113724
|
-
type UpdateAdvisoryReportQueryParams = paths[typeof routeName$
|
|
113725
|
-
type UpdateAdvisoryReportResponse = paths[typeof routeName$
|
|
113843
|
+
declare const routeName$7h = "/v1/api/advisory-reports/{report_id}";
|
|
113844
|
+
type UpdateAdvisoryReportBody = paths[typeof routeName$7h]['patch']['requestBody']['content']['application/json'];
|
|
113845
|
+
type UpdateAdvisoryReportPathParams = paths[typeof routeName$7h]['patch']['parameters']['path'];
|
|
113846
|
+
type UpdateAdvisoryReportQueryParams = paths[typeof routeName$7h]['patch']['parameters']['query'];
|
|
113847
|
+
type UpdateAdvisoryReportResponse = paths[typeof routeName$7h]['patch']['responses'][200]['content']['application/json'];
|
|
113726
113848
|
interface UpdateAdvisoryReportProps {
|
|
113727
113849
|
body: UpdateAdvisoryReportBody;
|
|
113728
113850
|
params: {
|
|
@@ -113732,18 +113854,18 @@ interface UpdateAdvisoryReportProps {
|
|
|
113732
113854
|
}
|
|
113733
113855
|
declare const updateAdvisoryReport: (props: UpdateAdvisoryReportProps, wgApiClient: ClientType) => Promise<UpdateAdvisoryReportResponse>;
|
|
113734
113856
|
|
|
113735
|
-
declare const routeName$
|
|
113736
|
-
type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$
|
|
113737
|
-
type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$
|
|
113738
|
-
type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$
|
|
113739
|
-
type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$
|
|
113857
|
+
declare const routeName$7g = "/v1/api/advisory-reports/{report_id}/events";
|
|
113858
|
+
type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$7g]['get']['parameters']['path'];
|
|
113859
|
+
type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$7g]['get']['parameters']['query'];
|
|
113860
|
+
type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$7g]['get']['responses'][200]['content']['application/json'];
|
|
113861
|
+
type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$7g]['get']['parameters'];
|
|
113740
113862
|
declare const getEventsByAdvisoryReportId: (props: GetEventsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetEventsByAdvisoryReportIdResponse>;
|
|
113741
113863
|
|
|
113742
|
-
declare const routeName$
|
|
113743
|
-
type SendAdvisoryReportAsMailBody = paths[typeof routeName$
|
|
113744
|
-
type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$
|
|
113745
|
-
type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$
|
|
113746
|
-
type SendAdvisoryReportAsMailResponse = paths[typeof routeName$
|
|
113864
|
+
declare const routeName$7f = "/v1/api/advisory-reports/{report_id}/email-inquiries";
|
|
113865
|
+
type SendAdvisoryReportAsMailBody = paths[typeof routeName$7f]['post']['requestBody']['content']['application/json'];
|
|
113866
|
+
type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$7f]['post']['parameters']['path'];
|
|
113867
|
+
type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$7f]['post']['parameters']['query'];
|
|
113868
|
+
type SendAdvisoryReportAsMailResponse = paths[typeof routeName$7f]['post']['responses'][201]['content']['application/json'];
|
|
113747
113869
|
interface SendAdvisoryReportAsMailProps {
|
|
113748
113870
|
body: SendAdvisoryReportAsMailBody;
|
|
113749
113871
|
params: {
|
|
@@ -113753,10 +113875,10 @@ interface SendAdvisoryReportAsMailProps {
|
|
|
113753
113875
|
}
|
|
113754
113876
|
declare const sendAdvisoryReportAsMail: (props: SendAdvisoryReportAsMailProps, wgApiClient: ClientType) => Promise<SendAdvisoryReportAsMailResponse>;
|
|
113755
113877
|
|
|
113756
|
-
declare const routeName$
|
|
113757
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
113758
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
113759
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
113878
|
+
declare const routeName$7e = "/v1/api/advisory-reports/{report_id}/docx";
|
|
113879
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$7e]['post']['parameters']['path'];
|
|
113880
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7e]['post']['parameters']['query'];
|
|
113881
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$7e]['post']['responses'][200]['content']['application/json'];
|
|
113760
113882
|
interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
|
|
113761
113883
|
params: {
|
|
113762
113884
|
query: GenerateDocxDocumentOfAdvisoryReportByIdQueryParams;
|
|
@@ -113765,17 +113887,17 @@ interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
|
|
|
113765
113887
|
}
|
|
113766
113888
|
declare const generateDocxDocumentOfAdvisoryReportById: (props: GenerateDocxDocumentOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GenerateDocxDocumentOfAdvisoryReportByIdResponse>;
|
|
113767
113889
|
|
|
113768
|
-
declare const routeName$
|
|
113769
|
-
type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
113770
|
-
type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
113771
|
-
type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
113772
|
-
type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$
|
|
113890
|
+
declare const routeName$7d = "/v1/api/advisory-reports/{report_id}/pdf";
|
|
113891
|
+
type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7d]['get']['parameters']['path'];
|
|
113892
|
+
type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7d]['get']['parameters']['query'];
|
|
113893
|
+
type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7d]['get']['responses'][307]['content']['application/json'];
|
|
113894
|
+
type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$7d]['get']['parameters'];
|
|
113773
113895
|
declare const getPdfOfAdvisoryReportById: (props: GetPdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetPdfOfAdvisoryReportByIdResponse>;
|
|
113774
113896
|
|
|
113775
|
-
declare const routeName$
|
|
113776
|
-
type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
113777
|
-
type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
113778
|
-
type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
113897
|
+
declare const routeName$7c = "/v1/api/advisory-reports/{report_id}/pdf";
|
|
113898
|
+
type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7c]['post']['parameters']['path'];
|
|
113899
|
+
type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7c]['post']['parameters']['query'];
|
|
113900
|
+
type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7c]['post']['responses'][200]['content']['application/json'];
|
|
113779
113901
|
interface GeneratePdfOfAdvisoryReportByIdProps {
|
|
113780
113902
|
params: {
|
|
113781
113903
|
query: GeneratePdfOfAdvisoryReportByIdQueryParams;
|
|
@@ -113784,10 +113906,10 @@ interface GeneratePdfOfAdvisoryReportByIdProps {
|
|
|
113784
113906
|
}
|
|
113785
113907
|
declare const generatePdfOfAdvisoryReportById: (props: GeneratePdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GeneratePdfOfAdvisoryReportByIdResponse>;
|
|
113786
113908
|
|
|
113787
|
-
declare const routeName$
|
|
113788
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$
|
|
113789
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$
|
|
113790
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$
|
|
113909
|
+
declare const routeName$7b = "/v1/api/advisory-report-front-page-pdf";
|
|
113910
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$7b]['post']['requestBody']['content']['application/json'];
|
|
113911
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$7b]['post']['parameters']['query'];
|
|
113912
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$7b]['post']['responses'][201]['content']['application/json'];
|
|
113791
113913
|
interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
|
|
113792
113914
|
body: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody;
|
|
113793
113915
|
params: {
|
|
@@ -113796,11 +113918,11 @@ interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
|
|
|
113796
113918
|
}
|
|
113797
113919
|
declare const generateStandaloneFrontPagePdfOfAdvisoryReportAsExample: (props: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps, wgApiClient: ClientType) => Promise<GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse>;
|
|
113798
113920
|
|
|
113799
|
-
declare const routeName$
|
|
113800
|
-
type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$
|
|
113801
|
-
type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$
|
|
113802
|
-
type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$
|
|
113803
|
-
type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$
|
|
113921
|
+
declare const routeName$7a = "/v1/api/advisory-reports/{report_id}/acceptances";
|
|
113922
|
+
type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$7a]['post']['requestBody']['content']['application/json'];
|
|
113923
|
+
type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$7a]['post']['parameters']['path'];
|
|
113924
|
+
type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$7a]['post']['parameters']['query'];
|
|
113925
|
+
type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$7a]['post']['responses'][200]['content']['application/json'];
|
|
113804
113926
|
interface AcceptOrRejectAnAdvisoryReportProps {
|
|
113805
113927
|
body: AcceptOrRejectAnAdvisoryReportBody;
|
|
113806
113928
|
params: {
|
|
@@ -113810,11 +113932,11 @@ interface AcceptOrRejectAnAdvisoryReportProps {
|
|
|
113810
113932
|
}
|
|
113811
113933
|
declare const acceptOrRejectAnAdvisoryReport: (props: AcceptOrRejectAnAdvisoryReportProps, wgApiClient: ClientType) => Promise<AcceptOrRejectAnAdvisoryReportResponse>;
|
|
113812
113934
|
|
|
113813
|
-
declare const routeName$
|
|
113814
|
-
type LinkConversationToAdvisoryReportBody = paths[typeof routeName$
|
|
113815
|
-
type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$
|
|
113816
|
-
type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$
|
|
113817
|
-
type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$
|
|
113935
|
+
declare const routeName$79 = "/v1/api/advisory-reports/{report_id}/conversations";
|
|
113936
|
+
type LinkConversationToAdvisoryReportBody = paths[typeof routeName$79]['post']['requestBody']['content']['application/json'];
|
|
113937
|
+
type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$79]['post']['parameters']['path'];
|
|
113938
|
+
type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$79]['post']['parameters']['query'];
|
|
113939
|
+
type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$79]['post']['responses'][201]['content']['application/json'];
|
|
113818
113940
|
interface LinkConversationToAdvisoryReportProps {
|
|
113819
113941
|
body: LinkConversationToAdvisoryReportBody;
|
|
113820
113942
|
params: {
|
|
@@ -113824,11 +113946,11 @@ interface LinkConversationToAdvisoryReportProps {
|
|
|
113824
113946
|
}
|
|
113825
113947
|
declare const linkConversationToAdvisoryReport: (props: LinkConversationToAdvisoryReportProps, wgApiClient: ClientType) => Promise<LinkConversationToAdvisoryReportResponse>;
|
|
113826
113948
|
|
|
113827
|
-
declare const routeName$
|
|
113828
|
-
type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$
|
|
113829
|
-
type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$
|
|
113830
|
-
type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$
|
|
113831
|
-
type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$
|
|
113949
|
+
declare const routeName$78 = "/v2/api/advisory-reports/{report_id}/revisions";
|
|
113950
|
+
type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$78]['post']['requestBody']['content']['application/json'];
|
|
113951
|
+
type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$78]['post']['parameters']['path'];
|
|
113952
|
+
type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$78]['post']['parameters']['query'];
|
|
113953
|
+
type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$78]['post']['responses'][201]['content']['application/json'];
|
|
113832
113954
|
interface CreateAdvisoryReportRevisionV2Props {
|
|
113833
113955
|
body: CreateAdvisoryReportRevisionV2Body;
|
|
113834
113956
|
params: {
|
|
@@ -113838,11 +113960,11 @@ interface CreateAdvisoryReportRevisionV2Props {
|
|
|
113838
113960
|
}
|
|
113839
113961
|
declare const createAdvisoryReportRevisionV2: (props: CreateAdvisoryReportRevisionV2Props, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionV2Response>;
|
|
113840
113962
|
|
|
113841
|
-
declare const routeName$
|
|
113842
|
-
type CreateAdvisoryReportRevisionBody = paths[typeof routeName$
|
|
113843
|
-
type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$
|
|
113844
|
-
type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$
|
|
113845
|
-
type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$
|
|
113963
|
+
declare const routeName$77 = "/v1/api/advisory-reports/{report_id}/revisions";
|
|
113964
|
+
type CreateAdvisoryReportRevisionBody = paths[typeof routeName$77]['post']['requestBody']['content']['application/json'];
|
|
113965
|
+
type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$77]['post']['parameters']['path'];
|
|
113966
|
+
type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$77]['post']['parameters']['query'];
|
|
113967
|
+
type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$77]['post']['responses'][201]['content']['application/json'];
|
|
113846
113968
|
interface CreateAdvisoryReportRevisionProps {
|
|
113847
113969
|
body: CreateAdvisoryReportRevisionBody;
|
|
113848
113970
|
params: {
|
|
@@ -113852,10 +113974,10 @@ interface CreateAdvisoryReportRevisionProps {
|
|
|
113852
113974
|
}
|
|
113853
113975
|
declare const createAdvisoryReportRevision: (props: CreateAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionResponse>;
|
|
113854
113976
|
|
|
113855
|
-
declare const routeName$
|
|
113856
|
-
type DeleteAdvisoryReportPathParams = paths[typeof routeName$
|
|
113857
|
-
type DeleteAdvisoryReportQueryParams = paths[typeof routeName$
|
|
113858
|
-
type DeleteAdvisoryReportResponse = paths[typeof routeName$
|
|
113977
|
+
declare const routeName$76 = "/v2/api/advisory-reports/{report_id}";
|
|
113978
|
+
type DeleteAdvisoryReportPathParams = paths[typeof routeName$76]['delete']['parameters']['path'];
|
|
113979
|
+
type DeleteAdvisoryReportQueryParams = paths[typeof routeName$76]['delete']['parameters']['query'];
|
|
113980
|
+
type DeleteAdvisoryReportResponse = paths[typeof routeName$76]['delete']['responses'][200]['content']['application/json'];
|
|
113859
113981
|
interface DeleteAdvisoryReportProps {
|
|
113860
113982
|
params: {
|
|
113861
113983
|
query: DeleteAdvisoryReportQueryParams;
|
|
@@ -113864,11 +113986,11 @@ interface DeleteAdvisoryReportProps {
|
|
|
113864
113986
|
}
|
|
113865
113987
|
declare const deleteAdvisoryReport: (props: DeleteAdvisoryReportProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportResponse>;
|
|
113866
113988
|
|
|
113867
|
-
declare const routeName$
|
|
113868
|
-
type PutClausesForReportBody = paths[typeof routeName$
|
|
113869
|
-
type PutClausesForReportPathParams = paths[typeof routeName$
|
|
113870
|
-
type PutClausesForReportQueryParams = paths[typeof routeName$
|
|
113871
|
-
type PutClausesForReportResponse = paths[typeof routeName$
|
|
113989
|
+
declare const routeName$75 = "/v1/api/advisory-reports/{report_id}/clauses";
|
|
113990
|
+
type PutClausesForReportBody = paths[typeof routeName$75]['put']['requestBody']['content']['application/json'];
|
|
113991
|
+
type PutClausesForReportPathParams = paths[typeof routeName$75]['put']['parameters']['path'];
|
|
113992
|
+
type PutClausesForReportQueryParams = paths[typeof routeName$75]['put']['parameters']['query'];
|
|
113993
|
+
type PutClausesForReportResponse = paths[typeof routeName$75]['put']['responses'][200]['content']['application/json'];
|
|
113872
113994
|
interface PutClausesForReportProps {
|
|
113873
113995
|
body: PutClausesForReportBody;
|
|
113874
113996
|
params: {
|
|
@@ -113878,9 +114000,9 @@ interface PutClausesForReportProps {
|
|
|
113878
114000
|
}
|
|
113879
114001
|
declare const putClausesForReport: (props: PutClausesForReportProps, wgApiClient: ClientType) => Promise<PutClausesForReportResponse>;
|
|
113880
114002
|
|
|
113881
|
-
declare const routeName$
|
|
113882
|
-
type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$
|
|
113883
|
-
type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$
|
|
114003
|
+
declare const routeName$74 = "/v1/api/advisory-reports/{report_id}/personalise-advices";
|
|
114004
|
+
type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$74]['post']['parameters']['path'];
|
|
114005
|
+
type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$74]['post']['responses'][200]['content']['application/json'];
|
|
113884
114006
|
interface GeneratePersonalizationAdviceForAdvisoryReportProps {
|
|
113885
114007
|
params: {
|
|
113886
114008
|
path: GeneratePersonalizationAdviceForAdvisoryReportPathParams;
|
|
@@ -113888,18 +114010,18 @@ interface GeneratePersonalizationAdviceForAdvisoryReportProps {
|
|
|
113888
114010
|
}
|
|
113889
114011
|
declare const generatePersonalizationAdviceForAdvisoryReport: (props: GeneratePersonalizationAdviceForAdvisoryReportProps, wgApiClient: ClientType) => Promise<GeneratePersonalizationAdviceForAdvisoryReportResponse>;
|
|
113890
114012
|
|
|
113891
|
-
declare const routeName$
|
|
113892
|
-
type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$
|
|
113893
|
-
type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$
|
|
113894
|
-
type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$
|
|
113895
|
-
type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$
|
|
114013
|
+
declare const routeName$73 = "/v1/api/advisory-reports/{report_id}/settings/steps";
|
|
114014
|
+
type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$73]['get']['parameters']['path'];
|
|
114015
|
+
type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$73]['get']['parameters']['query'];
|
|
114016
|
+
type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$73]['get']['responses'][200]['content']['application/json'];
|
|
114017
|
+
type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$73]['get']['parameters'];
|
|
113896
114018
|
declare const getStepSettingsByAdvisoryReportId: (props: GetStepSettingsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetStepSettingsByAdvisoryReportIdResponse>;
|
|
113897
114019
|
|
|
113898
|
-
declare const routeName$
|
|
113899
|
-
type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$
|
|
113900
|
-
type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$
|
|
113901
|
-
type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$
|
|
113902
|
-
type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$
|
|
114020
|
+
declare const routeName$72 = "/v1/api/advisory-reports/{report_id}/settings/steps";
|
|
114021
|
+
type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$72]['put']['requestBody']['content']['application/json'];
|
|
114022
|
+
type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$72]['put']['parameters']['path'];
|
|
114023
|
+
type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$72]['put']['parameters']['query'];
|
|
114024
|
+
type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$72]['put']['responses'][200]['content']['application/json'];
|
|
113903
114025
|
interface CreateAdvisoryReportStepSettingsProps {
|
|
113904
114026
|
body: CreateAdvisoryReportStepSettingsBody;
|
|
113905
114027
|
params: {
|
|
@@ -113909,11 +114031,11 @@ interface CreateAdvisoryReportStepSettingsProps {
|
|
|
113909
114031
|
}
|
|
113910
114032
|
declare const createAdvisoryReportStepSettings: (props: CreateAdvisoryReportStepSettingsProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportStepSettingsResponse>;
|
|
113911
114033
|
|
|
113912
|
-
declare const routeName$
|
|
113913
|
-
type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
113914
|
-
type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
113915
|
-
type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
113916
|
-
type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
114034
|
+
declare const routeName$71 = "/v1/api/advisory-reports/{report_id}/risk-domains";
|
|
114035
|
+
type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$71]['post']['requestBody']['content']['application/json'];
|
|
114036
|
+
type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$71]['post']['parameters']['path'];
|
|
114037
|
+
type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$71]['post']['parameters']['query'];
|
|
114038
|
+
type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$71]['post']['responses'][201]['content']['application/json'];
|
|
113917
114039
|
interface CreateRiskDomainForAdvisoryReportByIdProps {
|
|
113918
114040
|
body: CreateRiskDomainForAdvisoryReportByIdBody;
|
|
113919
114041
|
params: {
|
|
@@ -113923,10 +114045,10 @@ interface CreateRiskDomainForAdvisoryReportByIdProps {
|
|
|
113923
114045
|
}
|
|
113924
114046
|
declare const createRiskDomainForAdvisoryReportById: (props: CreateRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainForAdvisoryReportByIdResponse>;
|
|
113925
114047
|
|
|
113926
|
-
declare const routeName$
|
|
113927
|
-
type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
113928
|
-
type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
113929
|
-
type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
114048
|
+
declare const routeName$70 = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
|
|
114049
|
+
type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$70]['delete']['parameters']['path'];
|
|
114050
|
+
type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$70]['delete']['parameters']['query'];
|
|
114051
|
+
type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$70]['delete']['responses'][200]['content']['application/json'];
|
|
113930
114052
|
interface DeleteRiskDomainForAdvisoryReportByIdProps {
|
|
113931
114053
|
params: {
|
|
113932
114054
|
query: DeleteRiskDomainForAdvisoryReportByIdQueryParams;
|
|
@@ -113935,11 +114057,11 @@ interface DeleteRiskDomainForAdvisoryReportByIdProps {
|
|
|
113935
114057
|
}
|
|
113936
114058
|
declare const deleteRiskDomainForAdvisoryReportById: (props: DeleteRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainForAdvisoryReportByIdResponse>;
|
|
113937
114059
|
|
|
113938
|
-
declare const routeName$
|
|
113939
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
113940
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
113941
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
113942
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
114060
|
+
declare const routeName$6$ = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
|
|
114061
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6$]['post']['requestBody']['content']['application/json'];
|
|
114062
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6$]['post']['parameters']['path'];
|
|
114063
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6$]['post']['parameters']['query'];
|
|
114064
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6$]['post']['responses'][201]['content']['application/json'];
|
|
113943
114065
|
interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
113944
114066
|
body: CreateRiskDomainAdviceForAdvisoryReportByIdBody;
|
|
113945
114067
|
params: {
|
|
@@ -113949,10 +114071,10 @@ interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
113949
114071
|
}
|
|
113950
114072
|
declare const createRiskDomainAdviceForAdvisoryReportById: (props: CreateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
113951
114073
|
|
|
113952
|
-
declare const routeName$
|
|
113953
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
113954
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
113955
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
114074
|
+
declare const routeName$6_ = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
|
|
114075
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6_]['delete']['parameters']['path'];
|
|
114076
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6_]['delete']['parameters']['query'];
|
|
114077
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6_]['delete']['responses'][200]['content']['application/json'];
|
|
113956
114078
|
interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
113957
114079
|
params: {
|
|
113958
114080
|
query: DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams;
|
|
@@ -113961,11 +114083,11 @@ interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
113961
114083
|
}
|
|
113962
114084
|
declare const deleteRiskDomainAdviceForAdvisoryReportById: (props: DeleteRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
113963
114085
|
|
|
113964
|
-
declare const routeName$
|
|
113965
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
113966
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
113967
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
113968
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
114086
|
+
declare const routeName$6Z = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
|
|
114087
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6Z]['patch']['requestBody']['content']['application/json'];
|
|
114088
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6Z]['patch']['parameters']['path'];
|
|
114089
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6Z]['patch']['parameters']['query'];
|
|
114090
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6Z]['patch']['responses'][201]['content']['application/json'];
|
|
113969
114091
|
interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
113970
114092
|
body: UpdateRiskDomainAdviceForAdvisoryReportByIdBody;
|
|
113971
114093
|
params: {
|
|
@@ -113975,11 +114097,11 @@ interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
113975
114097
|
}
|
|
113976
114098
|
declare const updateRiskDomainAdviceForAdvisoryReportById: (props: UpdateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
113977
114099
|
|
|
113978
|
-
declare const routeName$
|
|
113979
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
113980
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
113981
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
113982
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
114100
|
+
declare const routeName$6Y = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
|
|
114101
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6Y]['put']['requestBody']['content']['application/json'];
|
|
114102
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6Y]['put']['parameters']['path'];
|
|
114103
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6Y]['put']['parameters']['query'];
|
|
114104
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6Y]['put']['responses'][201]['content']['application/json'];
|
|
113983
114105
|
interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
|
|
113984
114106
|
body: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody;
|
|
113985
114107
|
params: {
|
|
@@ -113989,11 +114111,11 @@ interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
|
|
|
113989
114111
|
}
|
|
113990
114112
|
declare const createRiskDomainActionFromAdviceForAdvisoryReportById: (props: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse>;
|
|
113991
114113
|
|
|
113992
|
-
declare const routeName$
|
|
113993
|
-
type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
113994
|
-
type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
113995
|
-
type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
113996
|
-
type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
114114
|
+
declare const routeName$6X = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
|
|
114115
|
+
type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6X]['post']['requestBody']['content']['application/json'];
|
|
114116
|
+
type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6X]['post']['parameters']['path'];
|
|
114117
|
+
type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6X]['post']['parameters']['query'];
|
|
114118
|
+
type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6X]['post']['responses'][201]['content']['application/json'];
|
|
113997
114119
|
interface CreateRiskDomainActionForAdvisoryReportByIdProps {
|
|
113998
114120
|
body: CreateRiskDomainActionForAdvisoryReportByIdBody;
|
|
113999
114121
|
params: {
|
|
@@ -114003,10 +114125,10 @@ interface CreateRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
114003
114125
|
}
|
|
114004
114126
|
declare const createRiskDomainActionForAdvisoryReportById: (props: CreateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
114005
114127
|
|
|
114006
|
-
declare const routeName$
|
|
114007
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
114008
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
114009
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
114128
|
+
declare const routeName$6W = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
|
|
114129
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6W]['delete']['parameters']['path'];
|
|
114130
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6W]['delete']['parameters']['query'];
|
|
114131
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6W]['delete']['responses'][200]['content']['application/json'];
|
|
114010
114132
|
interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
|
|
114011
114133
|
params: {
|
|
114012
114134
|
query: DeleteRiskDomainActionForAdvisoryReportByIdQueryParams;
|
|
@@ -114015,11 +114137,11 @@ interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
114015
114137
|
}
|
|
114016
114138
|
declare const deleteRiskDomainActionForAdvisoryReportById: (props: DeleteRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
114017
114139
|
|
|
114018
|
-
declare const routeName$
|
|
114019
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
114020
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
114021
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
114022
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
114140
|
+
declare const routeName$6V = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
|
|
114141
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6V]['patch']['requestBody']['content']['application/json'];
|
|
114142
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6V]['patch']['parameters']['path'];
|
|
114143
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6V]['patch']['parameters']['query'];
|
|
114144
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6V]['patch']['responses'][200]['content']['application/json'];
|
|
114023
114145
|
interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
|
|
114024
114146
|
body: UpdateRiskDomainActionForAdvisoryReportByIdBody;
|
|
114025
114147
|
params: {
|
|
@@ -114029,11 +114151,11 @@ interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
114029
114151
|
}
|
|
114030
114152
|
declare const updateRiskDomainActionForAdvisoryReportById: (props: UpdateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
114031
114153
|
|
|
114032
|
-
declare const routeName$
|
|
114033
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
114034
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
114035
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
114036
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
114154
|
+
declare const routeName$6U = "/v1/api/advisory-reports/{report_id}/insurance-policies";
|
|
114155
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$6U]['put']['requestBody']['content']['application/json'];
|
|
114156
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6U]['put']['parameters']['path'];
|
|
114157
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6U]['put']['parameters']['query'];
|
|
114158
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6U]['put']['responses'][200]['content']['application/json'];
|
|
114037
114159
|
interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
|
|
114038
114160
|
body: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody;
|
|
114039
114161
|
params: {
|
|
@@ -114043,10 +114165,10 @@ interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
|
|
|
114043
114165
|
}
|
|
114044
114166
|
declare const createOrReplaceInsurancePolicyForAdvisoryReportById: (props: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse>;
|
|
114045
114167
|
|
|
114046
|
-
declare const routeName$
|
|
114047
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
114048
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
114049
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
114168
|
+
declare const routeName$6T = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
|
|
114169
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6T]['delete']['parameters']['path'];
|
|
114170
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6T]['delete']['parameters']['query'];
|
|
114171
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6T]['delete']['responses'][200]['content']['application/json'];
|
|
114050
114172
|
interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
|
|
114051
114173
|
params: {
|
|
114052
114174
|
query: DeleteInsurancePolicyForAdvisoryReportByIdQueryParams;
|
|
@@ -114055,11 +114177,11 @@ interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
|
|
|
114055
114177
|
}
|
|
114056
114178
|
declare const deleteInsurancePolicyForAdvisoryReportById: (props: DeleteInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteInsurancePolicyForAdvisoryReportByIdResponse>;
|
|
114057
114179
|
|
|
114058
|
-
declare const routeName$
|
|
114059
|
-
type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$
|
|
114060
|
-
type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$
|
|
114061
|
-
type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$
|
|
114062
|
-
type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$
|
|
114180
|
+
declare const routeName$6S = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
|
|
114181
|
+
type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$6S]['put']['requestBody']['content']['application/json'];
|
|
114182
|
+
type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$6S]['put']['parameters']['path'];
|
|
114183
|
+
type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$6S]['put']['parameters']['query'];
|
|
114184
|
+
type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$6S]['put']['responses'][200]['content']['application/json'];
|
|
114063
114185
|
interface OrderInsurancePolciesOfAdvisoryReportProps {
|
|
114064
114186
|
body: OrderInsurancePolciesOfAdvisoryReportBody;
|
|
114065
114187
|
params: {
|
|
@@ -114069,11 +114191,11 @@ interface OrderInsurancePolciesOfAdvisoryReportProps {
|
|
|
114069
114191
|
}
|
|
114070
114192
|
declare const orderInsurancePolciesOfAdvisoryReport: (props: OrderInsurancePolciesOfAdvisoryReportProps, wgApiClient: ClientType) => Promise<OrderInsurancePolciesOfAdvisoryReportResponse>;
|
|
114071
114193
|
|
|
114072
|
-
declare const routeName$
|
|
114073
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
114074
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
114075
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
114076
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
114194
|
+
declare const routeName$6R = "/v1/api/advisory-reports/{report_id}/policy-packages";
|
|
114195
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$6R]['put']['requestBody']['content']['application/json'];
|
|
114196
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$6R]['put']['parameters']['path'];
|
|
114197
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$6R]['put']['parameters']['query'];
|
|
114198
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$6R]['put']['responses'][200]['content']['application/json'];
|
|
114077
114199
|
interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
|
|
114078
114200
|
body: CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody;
|
|
114079
114201
|
params: {
|
|
@@ -114083,58 +114205,58 @@ interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
|
|
|
114083
114205
|
}
|
|
114084
114206
|
declare const createOrReplacePolicyPackagesForAdvisoryReportById: (props: CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse>;
|
|
114085
114207
|
|
|
114086
|
-
declare const routeName$
|
|
114087
|
-
type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$
|
|
114088
|
-
type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$
|
|
114089
|
-
type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$
|
|
114090
|
-
type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$
|
|
114208
|
+
declare const routeName$6Q = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
|
|
114209
|
+
type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$6Q]['get']['parameters']['path'];
|
|
114210
|
+
type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$6Q]['get']['parameters']['query'];
|
|
114211
|
+
type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$6Q]['get']['responses'][200]['content']['application/json'];
|
|
114212
|
+
type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$6Q]['get']['parameters'];
|
|
114091
114213
|
declare const getAdvisoryReportRevisionDiff: (props: GetAdvisoryReportRevisionDiffProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportRevisionDiffResponse>;
|
|
114092
114214
|
|
|
114093
|
-
declare const routeName$
|
|
114094
|
-
type GetAllAvailableAffiliationsResponse = paths[typeof routeName$
|
|
114215
|
+
declare const routeName$6P = "/v1/api/affiliations";
|
|
114216
|
+
type GetAllAvailableAffiliationsResponse = paths[typeof routeName$6P]['get']['responses'][200]['content']['application/json'];
|
|
114095
114217
|
declare const getAllAvailableAffiliations: (wgApiClient: ClientType) => Promise<GetAllAvailableAffiliationsResponse>;
|
|
114096
114218
|
|
|
114097
|
-
declare const routeName$
|
|
114098
|
-
type GetAnvaLabelsQueryParams = paths[typeof routeName$
|
|
114099
|
-
type GetAnvaLabelsResponse = paths[typeof routeName$
|
|
114100
|
-
type GetAnvaLabelsProps = paths[typeof routeName$
|
|
114219
|
+
declare const routeName$6O = "/v1/api/anvaflows/labels";
|
|
114220
|
+
type GetAnvaLabelsQueryParams = paths[typeof routeName$6O]['get']['parameters']['query'];
|
|
114221
|
+
type GetAnvaLabelsResponse = paths[typeof routeName$6O]['get']['responses'][200]['content']['application/json'];
|
|
114222
|
+
type GetAnvaLabelsProps = paths[typeof routeName$6O]['get']['parameters'];
|
|
114101
114223
|
declare const getAnvaLabels: (props: GetAnvaLabelsProps, wgApiClient: ClientType) => Promise<GetAnvaLabelsResponse>;
|
|
114102
114224
|
|
|
114103
|
-
declare const routeName$
|
|
114104
|
-
type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$
|
|
114105
|
-
type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$
|
|
114106
|
-
type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$
|
|
114225
|
+
declare const routeName$6N = "/v1/api/anvaflows/supported-insurances";
|
|
114226
|
+
type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$6N]['get']['parameters']['query'];
|
|
114227
|
+
type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$6N]['get']['responses'][200]['content']['application/json'];
|
|
114228
|
+
type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$6N]['get']['parameters'];
|
|
114107
114229
|
declare const getSupportedAnvaflowInsurances: (props: GetSupportedAnvaflowInsurancesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsurancesResponse>;
|
|
114108
114230
|
|
|
114109
|
-
declare const routeName$
|
|
114110
|
-
type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$
|
|
114111
|
-
type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$
|
|
114112
|
-
type GetSupportedAnvaflowTagsProps = paths[typeof routeName$
|
|
114231
|
+
declare const routeName$6M = "/v1/api/anvaflows/supported-tags";
|
|
114232
|
+
type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$6M]['get']['parameters']['query'];
|
|
114233
|
+
type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$6M]['get']['responses'][200]['content']['application/json'];
|
|
114234
|
+
type GetSupportedAnvaflowTagsProps = paths[typeof routeName$6M]['get']['parameters'];
|
|
114113
114235
|
declare const getSupportedAnvaflowTags: (props: GetSupportedAnvaflowTagsProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowTagsResponse>;
|
|
114114
114236
|
|
|
114115
|
-
declare const routeName$
|
|
114116
|
-
type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$
|
|
114117
|
-
type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$
|
|
114118
|
-
type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$
|
|
114237
|
+
declare const routeName$6L = "/v1/api/anvaflows/supported-coverages";
|
|
114238
|
+
type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$6L]['get']['parameters']['query'];
|
|
114239
|
+
type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$6L]['get']['responses'][200]['content']['application/json'];
|
|
114240
|
+
type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$6L]['get']['parameters'];
|
|
114119
114241
|
declare const getSupportedAnvaflowCoverages: (props: GetSupportedAnvaflowCoveragesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesResponse>;
|
|
114120
114242
|
|
|
114121
|
-
declare const routeName$
|
|
114122
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$
|
|
114123
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$
|
|
114124
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$
|
|
114243
|
+
declare const routeName$6K = "/v1/api/anvaflows/supported-adn-coverages";
|
|
114244
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$6K]['get']['parameters']['query'];
|
|
114245
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$6K]['get']['responses'][200]['content']['application/json'];
|
|
114246
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$6K]['get']['parameters'];
|
|
114125
114247
|
declare const getSupportedAnvaflowCoveragesGroupedByAdn: (props: GetSupportedAnvaflowCoveragesGroupedByAdnProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesGroupedByAdnResponse>;
|
|
114126
114248
|
|
|
114127
|
-
declare const routeName$
|
|
114128
|
-
type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$
|
|
114129
|
-
type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$
|
|
114130
|
-
type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$
|
|
114249
|
+
declare const routeName$6J = "/v1/api/anvaflows/supported-insurance-companies";
|
|
114250
|
+
type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$6J]['get']['parameters']['query'];
|
|
114251
|
+
type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$6J]['get']['responses'][200]['content']['application/json'];
|
|
114252
|
+
type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$6J]['get']['parameters'];
|
|
114131
114253
|
declare const getSupportedAnvaflowInsuranceCompanies: (props: GetSupportedAnvaflowInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsuranceCompaniesResponse>;
|
|
114132
114254
|
|
|
114133
|
-
declare const routeName$
|
|
114134
|
-
type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$
|
|
114135
|
-
type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$
|
|
114136
|
-
type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$
|
|
114137
|
-
type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$
|
|
114255
|
+
declare const routeName$6I = "/v1/api/anvaflows/{session_id}/calculate";
|
|
114256
|
+
type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$6I]['post']['requestBody']['content']['application/json'];
|
|
114257
|
+
type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$6I]['post']['parameters']['path'];
|
|
114258
|
+
type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$6I]['post']['parameters']['query'];
|
|
114259
|
+
type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$6I]['post']['responses'][200]['content']['application/json'];
|
|
114138
114260
|
interface CalculateAnvaquotesBySessionIdProps {
|
|
114139
114261
|
body: CalculateAnvaquotesBySessionIdBody;
|
|
114140
114262
|
params: {
|
|
@@ -114144,11 +114266,11 @@ interface CalculateAnvaquotesBySessionIdProps {
|
|
|
114144
114266
|
}
|
|
114145
114267
|
declare const calculateAnvaquotesBySessionId: (props: CalculateAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateAnvaquotesBySessionIdResponse>;
|
|
114146
114268
|
|
|
114147
|
-
declare const routeName$
|
|
114148
|
-
type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$
|
|
114149
|
-
type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$
|
|
114150
|
-
type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$
|
|
114151
|
-
type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$
|
|
114269
|
+
declare const routeName$6H = "/v2/api/anvaflows/{session_id}/calculate";
|
|
114270
|
+
type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$6H]['post']['requestBody']['content']['application/json'];
|
|
114271
|
+
type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$6H]['post']['parameters']['path'];
|
|
114272
|
+
type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$6H]['post']['parameters']['query'];
|
|
114273
|
+
type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$6H]['post']['responses'][202]['content']['application/json'];
|
|
114152
114274
|
interface EnqueueCalculationAnvaquotesBySessionIdProps {
|
|
114153
114275
|
body: EnqueueCalculationAnvaquotesBySessionIdBody;
|
|
114154
114276
|
params: {
|
|
@@ -114158,11 +114280,11 @@ interface EnqueueCalculationAnvaquotesBySessionIdProps {
|
|
|
114158
114280
|
}
|
|
114159
114281
|
declare const enqueueCalculationAnvaquotesBySessionId: (props: EnqueueCalculationAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueCalculationAnvaquotesBySessionIdResponse>;
|
|
114160
114282
|
|
|
114161
|
-
declare const routeName$
|
|
114162
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$
|
|
114163
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$
|
|
114164
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$
|
|
114165
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$
|
|
114283
|
+
declare const routeName$6G = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
|
|
114284
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$6G]['post']['requestBody']['content']['application/json'];
|
|
114285
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$6G]['post']['parameters']['path'];
|
|
114286
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$6G]['post']['parameters']['query'];
|
|
114287
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$6G]['post']['responses'][200]['content']['application/json'];
|
|
114166
114288
|
interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
|
|
114167
114289
|
body: RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody;
|
|
114168
114290
|
params: {
|
|
@@ -114172,10 +114294,10 @@ interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
|
|
|
114172
114294
|
}
|
|
114173
114295
|
declare const recalculateOneAnvaquoteByAnvaProductIdSessionId: (props: RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps, wgApiClient: ClientType) => Promise<RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse>;
|
|
114174
114296
|
|
|
114175
|
-
declare const routeName$
|
|
114176
|
-
type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$
|
|
114177
|
-
type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$
|
|
114178
|
-
type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$
|
|
114297
|
+
declare const routeName$6F = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
|
|
114298
|
+
type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$6F]['post']['parameters']['path'];
|
|
114299
|
+
type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$6F]['post']['parameters']['query'];
|
|
114300
|
+
type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$6F]['post']['responses'][201]['content']['application/json'];
|
|
114179
114301
|
interface SendOfferToAnvaBySessionIdProps {
|
|
114180
114302
|
params: {
|
|
114181
114303
|
query: SendOfferToAnvaBySessionIdQueryParams;
|
|
@@ -114184,10 +114306,10 @@ interface SendOfferToAnvaBySessionIdProps {
|
|
|
114184
114306
|
}
|
|
114185
114307
|
declare const sendOfferToAnvaBySessionId: (props: SendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferToAnvaBySessionIdResponse>;
|
|
114186
114308
|
|
|
114187
|
-
declare const routeName$
|
|
114188
|
-
type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$
|
|
114189
|
-
type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$
|
|
114190
|
-
type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$
|
|
114309
|
+
declare const routeName$6E = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
|
|
114310
|
+
type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$6E]['post']['parameters']['path'];
|
|
114311
|
+
type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$6E]['post']['parameters']['query'];
|
|
114312
|
+
type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$6E]['post']['responses'][202]['content']['application/json'];
|
|
114191
114313
|
interface EnqueueSendOfferToAnvaBySessionIdProps {
|
|
114192
114314
|
params: {
|
|
114193
114315
|
query: EnqueueSendOfferToAnvaBySessionIdQueryParams;
|
|
@@ -114196,11 +114318,11 @@ interface EnqueueSendOfferToAnvaBySessionIdProps {
|
|
|
114196
114318
|
}
|
|
114197
114319
|
declare const enqueueSendOfferToAnvaBySessionId: (props: EnqueueSendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendOfferToAnvaBySessionIdResponse>;
|
|
114198
114320
|
|
|
114199
|
-
declare const routeName$
|
|
114200
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$
|
|
114201
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$
|
|
114202
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$
|
|
114203
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$
|
|
114321
|
+
declare const routeName$6D = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
|
|
114322
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$6D]['post']['requestBody']['content']['application/json'];
|
|
114323
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$6D]['post']['parameters']['path'];
|
|
114324
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$6D]['post']['parameters']['query'];
|
|
114325
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$6D]['post']['responses'][202]['content']['application/json'];
|
|
114204
114326
|
interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
|
|
114205
114327
|
body: EnqueueSendCustomQuotesToAnvaBySessionIdBody;
|
|
114206
114328
|
params: {
|
|
@@ -114210,11 +114332,11 @@ interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
|
|
|
114210
114332
|
}
|
|
114211
114333
|
declare const enqueueSendCustomQuotesToAnvaBySessionId: (props: EnqueueSendCustomQuotesToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendCustomQuotesToAnvaBySessionIdResponse>;
|
|
114212
114334
|
|
|
114213
|
-
declare const routeName$
|
|
114214
|
-
type RecalculateSimulationBySessionIdBody = paths[typeof routeName$
|
|
114215
|
-
type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$
|
|
114216
|
-
type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$
|
|
114217
|
-
type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$
|
|
114335
|
+
declare const routeName$6C = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
|
|
114336
|
+
type RecalculateSimulationBySessionIdBody = paths[typeof routeName$6C]['post']['requestBody']['content']['application/json'];
|
|
114337
|
+
type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$6C]['post']['parameters']['path'];
|
|
114338
|
+
type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$6C]['post']['parameters']['query'];
|
|
114339
|
+
type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$6C]['post']['responses'][200]['content']['application/json'];
|
|
114218
114340
|
interface RecalculateSimulationBySessionIdProps {
|
|
114219
114341
|
body: RecalculateSimulationBySessionIdBody;
|
|
114220
114342
|
params: {
|
|
@@ -114224,23 +114346,23 @@ interface RecalculateSimulationBySessionIdProps {
|
|
|
114224
114346
|
}
|
|
114225
114347
|
declare const recalculateSimulationBySessionId: (props: RecalculateSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateSimulationBySessionIdResponse>;
|
|
114226
114348
|
|
|
114227
|
-
declare const routeName$
|
|
114228
|
-
type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$
|
|
114229
|
-
type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$
|
|
114230
|
-
type GetAnvaCollectionMethodsResponse = paths[typeof routeName$
|
|
114231
|
-
type GetAnvaCollectionMethodsProps = paths[typeof routeName$
|
|
114349
|
+
declare const routeName$6B = "/v1/api/anvaflows/{session_id}/collection-methods";
|
|
114350
|
+
type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$6B]['get']['parameters']['path'];
|
|
114351
|
+
type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$6B]['get']['parameters']['query'];
|
|
114352
|
+
type GetAnvaCollectionMethodsResponse = paths[typeof routeName$6B]['get']['responses'][200]['content']['application/json'];
|
|
114353
|
+
type GetAnvaCollectionMethodsProps = paths[typeof routeName$6B]['get']['parameters'];
|
|
114232
114354
|
declare const getAnvaCollectionMethods: (props: GetAnvaCollectionMethodsProps, wgApiClient: ClientType) => Promise<GetAnvaCollectionMethodsResponse>;
|
|
114233
114355
|
|
|
114234
|
-
declare const routeName$
|
|
114235
|
-
type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
114236
|
-
type GetAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
114237
|
-
type GetAnvaClosingQuestionsProps = paths[typeof routeName$
|
|
114356
|
+
declare const routeName$6A = "/v1/api/anvaflows/closing-questions";
|
|
114357
|
+
type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$6A]['get']['parameters']['query'];
|
|
114358
|
+
type GetAnvaClosingQuestionsResponse = paths[typeof routeName$6A]['get']['responses'][200]['content']['application/json'];
|
|
114359
|
+
type GetAnvaClosingQuestionsProps = paths[typeof routeName$6A]['get']['parameters'];
|
|
114238
114360
|
declare const getAnvaClosingQuestions: (props: GetAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<GetAnvaClosingQuestionsResponse>;
|
|
114239
114361
|
|
|
114240
|
-
declare const routeName$
|
|
114241
|
-
type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$
|
|
114242
|
-
type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
114243
|
-
type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
114362
|
+
declare const routeName$6z = "/v1/api/anvaflows/closing-questions";
|
|
114363
|
+
type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$6z]['put']['requestBody']['content']['application/json'];
|
|
114364
|
+
type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$6z]['put']['parameters']['query'];
|
|
114365
|
+
type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$6z]['put']['responses'][200]['content']['application/json'];
|
|
114244
114366
|
interface UpsertAnvaClosingQuestionsProps {
|
|
114245
114367
|
body: UpsertAnvaClosingQuestionsBody;
|
|
114246
114368
|
params: {
|
|
@@ -114249,10 +114371,10 @@ interface UpsertAnvaClosingQuestionsProps {
|
|
|
114249
114371
|
}
|
|
114250
114372
|
declare const upsertAnvaClosingQuestions: (props: UpsertAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<UpsertAnvaClosingQuestionsResponse>;
|
|
114251
114373
|
|
|
114252
|
-
declare const routeName$
|
|
114253
|
-
type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$
|
|
114254
|
-
type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
114255
|
-
type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
114374
|
+
declare const routeName$6y = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
|
|
114375
|
+
type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$6y]['delete']['parameters']['path'];
|
|
114376
|
+
type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$6y]['delete']['parameters']['query'];
|
|
114377
|
+
type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$6y]['delete']['responses'][200]['content']['application/json'];
|
|
114256
114378
|
interface DeleteAnvaClosingQuestionsProps {
|
|
114257
114379
|
params: {
|
|
114258
114380
|
query: DeleteAnvaClosingQuestionsQueryParams;
|
|
@@ -114261,11 +114383,11 @@ interface DeleteAnvaClosingQuestionsProps {
|
|
|
114261
114383
|
}
|
|
114262
114384
|
declare const deleteAnvaClosingQuestions: (props: DeleteAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<DeleteAnvaClosingQuestionsResponse>;
|
|
114263
114385
|
|
|
114264
|
-
declare const routeName$
|
|
114265
|
-
type CreateAnvaPartyBody = paths[typeof routeName$
|
|
114266
|
-
type CreateAnvaPartyPathParams = paths[typeof routeName$
|
|
114267
|
-
type CreateAnvaPartyQueryParams = paths[typeof routeName$
|
|
114268
|
-
type CreateAnvaPartyResponse = paths[typeof routeName$
|
|
114386
|
+
declare const routeName$6x = "/v1/api/anvaflows/{session_id}/anva-party";
|
|
114387
|
+
type CreateAnvaPartyBody = paths[typeof routeName$6x]['post']['requestBody']['content']['application/json'];
|
|
114388
|
+
type CreateAnvaPartyPathParams = paths[typeof routeName$6x]['post']['parameters']['path'];
|
|
114389
|
+
type CreateAnvaPartyQueryParams = paths[typeof routeName$6x]['post']['parameters']['query'];
|
|
114390
|
+
type CreateAnvaPartyResponse = paths[typeof routeName$6x]['post']['responses'][201]['content']['application/json'];
|
|
114269
114391
|
interface CreateAnvaPartyProps {
|
|
114270
114392
|
body: CreateAnvaPartyBody;
|
|
114271
114393
|
params: {
|
|
@@ -114275,16 +114397,16 @@ interface CreateAnvaPartyProps {
|
|
|
114275
114397
|
}
|
|
114276
114398
|
declare const createAnvaParty: (props: CreateAnvaPartyProps, wgApiClient: ClientType) => Promise<CreateAnvaPartyResponse>;
|
|
114277
114399
|
|
|
114278
|
-
declare const routeName$
|
|
114279
|
-
type GetAnvaproductsQueryParams = paths[typeof routeName$
|
|
114280
|
-
type GetAnvaproductsResponse = paths[typeof routeName$
|
|
114281
|
-
type GetAnvaproductsProps = paths[typeof routeName$
|
|
114400
|
+
declare const routeName$6w = "/v1/api/anvaproducts";
|
|
114401
|
+
type GetAnvaproductsQueryParams = paths[typeof routeName$6w]['get']['parameters']['query'];
|
|
114402
|
+
type GetAnvaproductsResponse = paths[typeof routeName$6w]['get']['responses'][200]['content']['application/json'];
|
|
114403
|
+
type GetAnvaproductsProps = paths[typeof routeName$6w]['get']['parameters'];
|
|
114282
114404
|
declare const getAnvaproducts: (props: GetAnvaproductsProps, wgApiClient: ClientType) => Promise<GetAnvaproductsResponse>;
|
|
114283
114405
|
|
|
114284
|
-
declare const routeName$
|
|
114285
|
-
type ImportAnvaproductBody = paths[typeof routeName$
|
|
114286
|
-
type ImportAnvaproductQueryParams = paths[typeof routeName$
|
|
114287
|
-
type ImportAnvaproductResponse = paths[typeof routeName$
|
|
114406
|
+
declare const routeName$6v = "/v1/api/anvaproducts/import";
|
|
114407
|
+
type ImportAnvaproductBody = paths[typeof routeName$6v]['post']['requestBody']['content']['application/json'];
|
|
114408
|
+
type ImportAnvaproductQueryParams = paths[typeof routeName$6v]['post']['parameters']['query'];
|
|
114409
|
+
type ImportAnvaproductResponse = paths[typeof routeName$6v]['post']['responses'][200]['content']['application/json'];
|
|
114288
114410
|
interface ImportAnvaproductProps {
|
|
114289
114411
|
body: ImportAnvaproductBody;
|
|
114290
114412
|
params: {
|
|
@@ -114293,18 +114415,18 @@ interface ImportAnvaproductProps {
|
|
|
114293
114415
|
}
|
|
114294
114416
|
declare const importAnvaproduct: (props: ImportAnvaproductProps, wgApiClient: ClientType) => Promise<ImportAnvaproductResponse>;
|
|
114295
114417
|
|
|
114296
|
-
declare const routeName$
|
|
114297
|
-
type GetAnvaproductByIdPathParams = paths[typeof routeName$
|
|
114298
|
-
type GetAnvaproductByIdQueryParams = paths[typeof routeName$
|
|
114299
|
-
type GetAnvaproductByIdResponse = paths[typeof routeName$
|
|
114300
|
-
type GetAnvaproductByIdProps = paths[typeof routeName$
|
|
114418
|
+
declare const routeName$6u = "/v1/api/anvaproducts/{anva_product_id}";
|
|
114419
|
+
type GetAnvaproductByIdPathParams = paths[typeof routeName$6u]['get']['parameters']['path'];
|
|
114420
|
+
type GetAnvaproductByIdQueryParams = paths[typeof routeName$6u]['get']['parameters']['query'];
|
|
114421
|
+
type GetAnvaproductByIdResponse = paths[typeof routeName$6u]['get']['responses'][200]['content']['application/json'];
|
|
114422
|
+
type GetAnvaproductByIdProps = paths[typeof routeName$6u]['get']['parameters'];
|
|
114301
114423
|
declare const getAnvaproductById: (props: GetAnvaproductByIdProps, wgApiClient: ClientType) => Promise<GetAnvaproductByIdResponse>;
|
|
114302
114424
|
|
|
114303
|
-
declare const routeName$
|
|
114304
|
-
type PatchAnvaproductByIdBody = paths[typeof routeName$
|
|
114305
|
-
type PatchAnvaproductByIdPathParams = paths[typeof routeName$
|
|
114306
|
-
type PatchAnvaproductByIdQueryParams = paths[typeof routeName$
|
|
114307
|
-
type PatchAnvaproductByIdResponse = paths[typeof routeName$
|
|
114425
|
+
declare const routeName$6t = "/v1/api/anvaproducts/{anva_product_id}";
|
|
114426
|
+
type PatchAnvaproductByIdBody = paths[typeof routeName$6t]['patch']['requestBody']['content']['application/json'];
|
|
114427
|
+
type PatchAnvaproductByIdPathParams = paths[typeof routeName$6t]['patch']['parameters']['path'];
|
|
114428
|
+
type PatchAnvaproductByIdQueryParams = paths[typeof routeName$6t]['patch']['parameters']['query'];
|
|
114429
|
+
type PatchAnvaproductByIdResponse = paths[typeof routeName$6t]['patch']['responses'][200]['content']['application/json'];
|
|
114308
114430
|
interface PatchAnvaproductByIdProps {
|
|
114309
114431
|
body: PatchAnvaproductByIdBody;
|
|
114310
114432
|
params: {
|
|
@@ -114314,11 +114436,11 @@ interface PatchAnvaproductByIdProps {
|
|
|
114314
114436
|
}
|
|
114315
114437
|
declare const patchAnvaproductById: (props: PatchAnvaproductByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductByIdResponse>;
|
|
114316
114438
|
|
|
114317
|
-
declare const routeName$
|
|
114318
|
-
type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$
|
|
114319
|
-
type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$
|
|
114320
|
-
type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$
|
|
114321
|
-
type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$
|
|
114439
|
+
declare const routeName$6s = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
|
|
114440
|
+
type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$6s]['patch']['requestBody']['content']['application/json'];
|
|
114441
|
+
type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$6s]['patch']['parameters']['path'];
|
|
114442
|
+
type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$6s]['patch']['parameters']['query'];
|
|
114443
|
+
type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$6s]['patch']['responses'][200]['content']['application/json'];
|
|
114322
114444
|
interface PatchAnvaproductCoverageByIdProps {
|
|
114323
114445
|
body: PatchAnvaproductCoverageByIdBody;
|
|
114324
114446
|
params: {
|
|
@@ -114328,18 +114450,18 @@ interface PatchAnvaproductCoverageByIdProps {
|
|
|
114328
114450
|
}
|
|
114329
114451
|
declare const patchAnvaproductCoverageById: (props: PatchAnvaproductCoverageByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductCoverageByIdResponse>;
|
|
114330
114452
|
|
|
114331
|
-
declare const routeName$
|
|
114332
|
-
type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$
|
|
114333
|
-
type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$
|
|
114334
|
-
type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$
|
|
114335
|
-
type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$
|
|
114453
|
+
declare const routeName$6r = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
|
|
114454
|
+
type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$6r]['get']['parameters']['path'];
|
|
114455
|
+
type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$6r]['get']['parameters']['query'];
|
|
114456
|
+
type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$6r]['get']['responses'][200]['content']['application/json'];
|
|
114457
|
+
type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$6r]['get']['parameters'];
|
|
114336
114458
|
declare const retrieveAnvaflowsQuestionnaires: (props: RetrieveAnvaflowsQuestionnairesProps, wgApiClient: ClientType) => Promise<RetrieveAnvaflowsQuestionnairesResponse>;
|
|
114337
114459
|
|
|
114338
|
-
declare const routeName$
|
|
114339
|
-
type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$
|
|
114340
|
-
type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$
|
|
114341
|
-
type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$
|
|
114342
|
-
type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$
|
|
114460
|
+
declare const routeName$6q = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
|
|
114461
|
+
type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$6q]['put']['requestBody']['content']['application/json'];
|
|
114462
|
+
type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6q]['put']['parameters']['path'];
|
|
114463
|
+
type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6q]['put']['parameters']['query'];
|
|
114464
|
+
type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6q]['put']['responses'][200]['content']['application/json'];
|
|
114343
114465
|
interface UpdateAnvaflowsQuestionnaireProps {
|
|
114344
114466
|
body: UpdateAnvaflowsQuestionnaireBody;
|
|
114345
114467
|
params: {
|
|
@@ -114349,11 +114471,11 @@ interface UpdateAnvaflowsQuestionnaireProps {
|
|
|
114349
114471
|
}
|
|
114350
114472
|
declare const updateAnvaflowsQuestionnaire: (props: UpdateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<UpdateAnvaflowsQuestionnaireResponse>;
|
|
114351
114473
|
|
|
114352
|
-
declare const routeName$
|
|
114353
|
-
type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$
|
|
114354
|
-
type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$
|
|
114355
|
-
type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$
|
|
114356
|
-
type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$
|
|
114474
|
+
declare const routeName$6p = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
|
|
114475
|
+
type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$6p]['post']['requestBody']['content']['application/json'];
|
|
114476
|
+
type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6p]['post']['parameters']['path'];
|
|
114477
|
+
type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6p]['post']['parameters']['query'];
|
|
114478
|
+
type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6p]['post']['responses'][200]['content']['application/json'];
|
|
114357
114479
|
interface ValidateAnvaflowsQuestionnaireProps {
|
|
114358
114480
|
body: ValidateAnvaflowsQuestionnaireBody;
|
|
114359
114481
|
params: {
|
|
@@ -114363,10 +114485,10 @@ interface ValidateAnvaflowsQuestionnaireProps {
|
|
|
114363
114485
|
}
|
|
114364
114486
|
declare const validateAnvaflowsQuestionnaire: (props: ValidateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateAnvaflowsQuestionnaireResponse>;
|
|
114365
114487
|
|
|
114366
|
-
declare const routeName$
|
|
114367
|
-
type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$
|
|
114368
|
-
type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$
|
|
114369
|
-
type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$
|
|
114488
|
+
declare const routeName$6o = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
|
|
114489
|
+
type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$6o]['post']['requestBody']['content']['application/json'];
|
|
114490
|
+
type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$6o]['post']['parameters']['query'];
|
|
114491
|
+
type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$6o]['post']['responses'][200]['content']['application/json'];
|
|
114370
114492
|
interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
|
|
114371
114493
|
body: UpdateQuestionForAllQuestionnairesByAnvaLabelsBody;
|
|
114372
114494
|
params: {
|
|
@@ -114375,20 +114497,20 @@ interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
|
|
|
114375
114497
|
}
|
|
114376
114498
|
declare const updateQuestionForAllQuestionnairesByAnvaLabels: (props: UpdateQuestionForAllQuestionnairesByAnvaLabelsProps, wgApiClient: ClientType) => Promise<UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse>;
|
|
114377
114499
|
|
|
114378
|
-
declare const routeName$
|
|
114379
|
-
type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$
|
|
114500
|
+
declare const routeName$6n = "/v1/api/brokers/me";
|
|
114501
|
+
type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$6n]['get']['responses'][200]['content']['application/json'];
|
|
114380
114502
|
declare const getCurrentBrokerOfTheUser: (wgApiClient: ClientType) => Promise<GetCurrentBrokerOfTheUserResponse>;
|
|
114381
114503
|
|
|
114382
|
-
declare const routeName$
|
|
114383
|
-
type GetTheBrokerByIdPathParams = paths[typeof routeName$
|
|
114384
|
-
type GetTheBrokerByIdResponse = paths[typeof routeName$
|
|
114385
|
-
type GetTheBrokerByIdProps = paths[typeof routeName$
|
|
114504
|
+
declare const routeName$6m = "/v1/api/brokers/{broker_id}";
|
|
114505
|
+
type GetTheBrokerByIdPathParams = paths[typeof routeName$6m]['get']['parameters']['path'];
|
|
114506
|
+
type GetTheBrokerByIdResponse = paths[typeof routeName$6m]['get']['responses'][200]['content']['application/json'];
|
|
114507
|
+
type GetTheBrokerByIdProps = paths[typeof routeName$6m]['get']['parameters'];
|
|
114386
114508
|
declare const getTheBrokerById: (props: GetTheBrokerByIdProps, wgApiClient: ClientType) => Promise<GetTheBrokerByIdResponse>;
|
|
114387
114509
|
|
|
114388
|
-
declare const routeName$
|
|
114389
|
-
type UpdateBrokerByBrokerBody = paths[typeof routeName$
|
|
114390
|
-
type UpdateBrokerByBrokerPathParams = paths[typeof routeName$
|
|
114391
|
-
type UpdateBrokerByBrokerResponse = paths[typeof routeName$
|
|
114510
|
+
declare const routeName$6l = "/v1/api/brokers/{broker_id}";
|
|
114511
|
+
type UpdateBrokerByBrokerBody = paths[typeof routeName$6l]['patch']['requestBody']['content']['application/json'];
|
|
114512
|
+
type UpdateBrokerByBrokerPathParams = paths[typeof routeName$6l]['patch']['parameters']['path'];
|
|
114513
|
+
type UpdateBrokerByBrokerResponse = paths[typeof routeName$6l]['patch']['responses'][200]['content']['application/json'];
|
|
114392
114514
|
interface UpdateBrokerByBrokerProps {
|
|
114393
114515
|
body: UpdateBrokerByBrokerBody;
|
|
114394
114516
|
params: {
|
|
@@ -114397,16 +114519,16 @@ interface UpdateBrokerByBrokerProps {
|
|
|
114397
114519
|
}
|
|
114398
114520
|
declare const updateBrokerByBroker: (props: UpdateBrokerByBrokerProps, wgApiClient: ClientType) => Promise<UpdateBrokerByBrokerResponse>;
|
|
114399
114521
|
|
|
114400
|
-
declare const routeName$
|
|
114401
|
-
type GetBrokerIntegrationsPathParams = paths[typeof routeName$
|
|
114402
|
-
type GetBrokerIntegrationsResponse = paths[typeof routeName$
|
|
114403
|
-
type GetBrokerIntegrationsProps = paths[typeof routeName$
|
|
114522
|
+
declare const routeName$6k = "/v1/api/brokers/{broker_id}/integrations";
|
|
114523
|
+
type GetBrokerIntegrationsPathParams = paths[typeof routeName$6k]['get']['parameters']['path'];
|
|
114524
|
+
type GetBrokerIntegrationsResponse = paths[typeof routeName$6k]['get']['responses'][200]['content']['application/json'];
|
|
114525
|
+
type GetBrokerIntegrationsProps = paths[typeof routeName$6k]['get']['parameters'];
|
|
114404
114526
|
declare const getBrokerIntegrations: (props: GetBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<GetBrokerIntegrationsResponse>;
|
|
114405
114527
|
|
|
114406
|
-
declare const routeName$
|
|
114407
|
-
type UpdateBrokerIntegrationsBody = paths[typeof routeName$
|
|
114408
|
-
type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$
|
|
114409
|
-
type UpdateBrokerIntegrationsResponse = paths[typeof routeName$
|
|
114528
|
+
declare const routeName$6j = "/v1/api/brokers/{broker_id}/integrations";
|
|
114529
|
+
type UpdateBrokerIntegrationsBody = paths[typeof routeName$6j]['patch']['requestBody']['content']['application/json'];
|
|
114530
|
+
type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$6j]['patch']['parameters']['path'];
|
|
114531
|
+
type UpdateBrokerIntegrationsResponse = paths[typeof routeName$6j]['patch']['responses'][200]['content']['application/json'];
|
|
114410
114532
|
interface UpdateBrokerIntegrationsProps {
|
|
114411
114533
|
body: UpdateBrokerIntegrationsBody;
|
|
114412
114534
|
params: {
|
|
@@ -114415,37 +114537,37 @@ interface UpdateBrokerIntegrationsProps {
|
|
|
114415
114537
|
}
|
|
114416
114538
|
declare const updateBrokerIntegrations: (props: UpdateBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<UpdateBrokerIntegrationsResponse>;
|
|
114417
114539
|
|
|
114418
|
-
declare const routeName$
|
|
114419
|
-
type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$
|
|
114420
|
-
type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$
|
|
114421
|
-
type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$
|
|
114540
|
+
declare const routeName$6i = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
|
|
114541
|
+
type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$6i]['get']['parameters']['path'];
|
|
114542
|
+
type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$6i]['get']['responses'][200]['content']['application/json'];
|
|
114543
|
+
type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$6i]['get']['parameters'];
|
|
114422
114544
|
declare const getBrokerByAnvaRelationMangerId: (props: GetBrokerByAnvaRelationMangerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaRelationMangerIdResponse>;
|
|
114423
114545
|
|
|
114424
|
-
declare const routeName$
|
|
114425
|
-
type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$
|
|
114426
|
-
type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$
|
|
114427
|
-
type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$
|
|
114546
|
+
declare const routeName$6h = "/v1/api/anva-producers/{anva_producer_id}";
|
|
114547
|
+
type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$6h]['get']['parameters']['path'];
|
|
114548
|
+
type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$6h]['get']['responses'][200]['content']['application/json'];
|
|
114549
|
+
type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$6h]['get']['parameters'];
|
|
114428
114550
|
declare const getBrokerByAnvaProducerId: (props: GetBrokerByAnvaProducerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaProducerIdResponse>;
|
|
114429
114551
|
|
|
114430
|
-
declare const routeName$
|
|
114431
|
-
type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$
|
|
114432
|
-
type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$
|
|
114433
|
-
type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$
|
|
114434
|
-
type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$
|
|
114552
|
+
declare const routeName$6g = "/v1/api/brokers/{broker_id}/checklists/onboarding";
|
|
114553
|
+
type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$6g]['get']['parameters']['path'];
|
|
114554
|
+
type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$6g]['get']['parameters']['query'];
|
|
114555
|
+
type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$6g]['get']['responses'][200]['content']['application/json'];
|
|
114556
|
+
type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$6g]['get']['parameters'];
|
|
114435
114557
|
declare const getOnboardingChecklistByBroker: (props: GetOnboardingChecklistByBrokerProps, wgApiClient: ClientType) => Promise<GetOnboardingChecklistByBrokerResponse>;
|
|
114436
114558
|
|
|
114437
|
-
declare const routeName$
|
|
114438
|
-
type GetCampaignByIdPathParams = paths[typeof routeName$
|
|
114439
|
-
type GetCampaignByIdQueryParams = paths[typeof routeName$
|
|
114440
|
-
type GetCampaignByIdResponse = paths[typeof routeName$
|
|
114441
|
-
type GetCampaignByIdProps = paths[typeof routeName$
|
|
114559
|
+
declare const routeName$6f = "/v1/api/campaigns/{campaign_id}";
|
|
114560
|
+
type GetCampaignByIdPathParams = paths[typeof routeName$6f]['get']['parameters']['path'];
|
|
114561
|
+
type GetCampaignByIdQueryParams = paths[typeof routeName$6f]['get']['parameters']['query'];
|
|
114562
|
+
type GetCampaignByIdResponse = paths[typeof routeName$6f]['get']['responses'][200]['content']['application/json'];
|
|
114563
|
+
type GetCampaignByIdProps = paths[typeof routeName$6f]['get']['parameters'];
|
|
114442
114564
|
declare const getCampaignById: (props: GetCampaignByIdProps, wgApiClient: ClientType) => Promise<GetCampaignByIdResponse>;
|
|
114443
114565
|
|
|
114444
|
-
declare const routeName$
|
|
114445
|
-
type UpdateCampaignBody = paths[typeof routeName$
|
|
114446
|
-
type UpdateCampaignPathParams = paths[typeof routeName$
|
|
114447
|
-
type UpdateCampaignQueryParams = paths[typeof routeName$
|
|
114448
|
-
type UpdateCampaignResponse = paths[typeof routeName$
|
|
114566
|
+
declare const routeName$6e = "/v1/api/campaigns/{campaign_id}";
|
|
114567
|
+
type UpdateCampaignBody = paths[typeof routeName$6e]['patch']['requestBody']['content']['application/json'];
|
|
114568
|
+
type UpdateCampaignPathParams = paths[typeof routeName$6e]['patch']['parameters']['path'];
|
|
114569
|
+
type UpdateCampaignQueryParams = paths[typeof routeName$6e]['patch']['parameters']['query'];
|
|
114570
|
+
type UpdateCampaignResponse = paths[typeof routeName$6e]['patch']['responses'][200]['content']['application/json'];
|
|
114449
114571
|
interface UpdateCampaignProps {
|
|
114450
114572
|
body: UpdateCampaignBody;
|
|
114451
114573
|
params: {
|
|
@@ -114455,16 +114577,16 @@ interface UpdateCampaignProps {
|
|
|
114455
114577
|
}
|
|
114456
114578
|
declare const updateCampaign: (props: UpdateCampaignProps, wgApiClient: ClientType) => Promise<UpdateCampaignResponse>;
|
|
114457
114579
|
|
|
114458
|
-
declare const routeName$
|
|
114459
|
-
type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$
|
|
114460
|
-
type GetAllCampaignsByDistributionResponse = paths[typeof routeName$
|
|
114461
|
-
type GetAllCampaignsByDistributionProps = paths[typeof routeName$
|
|
114580
|
+
declare const routeName$6d = "/v1/api/campaigns";
|
|
114581
|
+
type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$6d]['get']['parameters']['query'];
|
|
114582
|
+
type GetAllCampaignsByDistributionResponse = paths[typeof routeName$6d]['get']['responses'][200]['content']['application/json'];
|
|
114583
|
+
type GetAllCampaignsByDistributionProps = paths[typeof routeName$6d]['get']['parameters'];
|
|
114462
114584
|
declare const getAllCampaignsByDistribution: (props: GetAllCampaignsByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCampaignsByDistributionResponse>;
|
|
114463
114585
|
|
|
114464
|
-
declare const routeName$
|
|
114465
|
-
type CreateCampaignBody = paths[typeof routeName$
|
|
114466
|
-
type CreateCampaignQueryParams = paths[typeof routeName$
|
|
114467
|
-
type CreateCampaignResponse = paths[typeof routeName$
|
|
114586
|
+
declare const routeName$6c = "/v1/api/campaigns";
|
|
114587
|
+
type CreateCampaignBody = paths[typeof routeName$6c]['post']['requestBody']['content']['application/json'];
|
|
114588
|
+
type CreateCampaignQueryParams = paths[typeof routeName$6c]['post']['parameters']['query'];
|
|
114589
|
+
type CreateCampaignResponse = paths[typeof routeName$6c]['post']['responses'][201]['content']['application/json'];
|
|
114468
114590
|
interface CreateCampaignProps {
|
|
114469
114591
|
body: CreateCampaignBody;
|
|
114470
114592
|
params: {
|
|
@@ -114473,17 +114595,17 @@ interface CreateCampaignProps {
|
|
|
114473
114595
|
}
|
|
114474
114596
|
declare const createCampaign: (props: CreateCampaignProps, wgApiClient: ClientType) => Promise<CreateCampaignResponse>;
|
|
114475
114597
|
|
|
114476
|
-
declare const routeName$
|
|
114477
|
-
type GetMetricsByCampaignPathParams = paths[typeof routeName$
|
|
114478
|
-
type GetMetricsByCampaignQueryParams = paths[typeof routeName$
|
|
114479
|
-
type GetMetricsByCampaignResponse = paths[typeof routeName$
|
|
114480
|
-
type GetMetricsByCampaignProps = paths[typeof routeName$
|
|
114598
|
+
declare const routeName$6b = "/v1/api/campaigns/{campaign_id}/metrics";
|
|
114599
|
+
type GetMetricsByCampaignPathParams = paths[typeof routeName$6b]['get']['parameters']['path'];
|
|
114600
|
+
type GetMetricsByCampaignQueryParams = paths[typeof routeName$6b]['get']['parameters']['query'];
|
|
114601
|
+
type GetMetricsByCampaignResponse = paths[typeof routeName$6b]['get']['responses'][200]['content']['application/json'];
|
|
114602
|
+
type GetMetricsByCampaignProps = paths[typeof routeName$6b]['get']['parameters'];
|
|
114481
114603
|
declare const getMetricsByCampaign: (props: GetMetricsByCampaignProps, wgApiClient: ClientType) => Promise<GetMetricsByCampaignResponse>;
|
|
114482
114604
|
|
|
114483
|
-
declare const routeName$
|
|
114484
|
-
type UpdateTargetsByCampaignPathParams = paths[typeof routeName$
|
|
114485
|
-
type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$
|
|
114486
|
-
type UpdateTargetsByCampaignResponse = paths[typeof routeName$
|
|
114605
|
+
declare const routeName$6a = "/v1/api/campaigns/{campaign_id}/targets";
|
|
114606
|
+
type UpdateTargetsByCampaignPathParams = paths[typeof routeName$6a]['patch']['parameters']['path'];
|
|
114607
|
+
type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$6a]['patch']['parameters']['query'];
|
|
114608
|
+
type UpdateTargetsByCampaignResponse = paths[typeof routeName$6a]['patch']['responses'][200]['content']['application/json'];
|
|
114487
114609
|
interface UpdateTargetsByCampaignProps {
|
|
114488
114610
|
params: {
|
|
114489
114611
|
query: UpdateTargetsByCampaignQueryParams;
|
|
@@ -114492,15 +114614,15 @@ interface UpdateTargetsByCampaignProps {
|
|
|
114492
114614
|
}
|
|
114493
114615
|
declare const updateTargetsByCampaign: (props: UpdateTargetsByCampaignProps, wgApiClient: ClientType) => Promise<UpdateTargetsByCampaignResponse>;
|
|
114494
114616
|
|
|
114495
|
-
declare const routeName$
|
|
114496
|
-
type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$
|
|
114497
|
-
type GetAllCampaignTemplatesResponse = paths[typeof routeName$
|
|
114498
|
-
type GetAllCampaignTemplatesProps = paths[typeof routeName$
|
|
114617
|
+
declare const routeName$69 = "/v1/api/campaign-templates";
|
|
114618
|
+
type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$69]['get']['parameters']['query'];
|
|
114619
|
+
type GetAllCampaignTemplatesResponse = paths[typeof routeName$69]['get']['responses'][200]['content']['application/json'];
|
|
114620
|
+
type GetAllCampaignTemplatesProps = paths[typeof routeName$69]['get']['parameters'];
|
|
114499
114621
|
declare const getAllCampaignTemplates: (props: GetAllCampaignTemplatesProps, wgApiClient: ClientType) => Promise<GetAllCampaignTemplatesResponse>;
|
|
114500
114622
|
|
|
114501
|
-
declare const routeName$
|
|
114502
|
-
type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$
|
|
114503
|
-
type SendExampleCampaignTargetMailResponse = paths[typeof routeName$
|
|
114623
|
+
declare const routeName$68 = "/v1/api/campaigns/example-mails";
|
|
114624
|
+
type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$68]['post']['parameters']['query'];
|
|
114625
|
+
type SendExampleCampaignTargetMailResponse = paths[typeof routeName$68]['post']['responses'][201]['content']['application/json'];
|
|
114504
114626
|
interface SendExampleCampaignTargetMailProps {
|
|
114505
114627
|
params: {
|
|
114506
114628
|
query: SendExampleCampaignTargetMailQueryParams;
|
|
@@ -114508,16 +114630,16 @@ interface SendExampleCampaignTargetMailProps {
|
|
|
114508
114630
|
}
|
|
114509
114631
|
declare const sendExampleCampaignTargetMail: (props: SendExampleCampaignTargetMailProps, wgApiClient: ClientType) => Promise<SendExampleCampaignTargetMailResponse>;
|
|
114510
114632
|
|
|
114511
|
-
declare const routeName$
|
|
114512
|
-
type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$
|
|
114513
|
-
type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$
|
|
114514
|
-
type GetCampaignSettingsByDistributionProps = paths[typeof routeName$
|
|
114633
|
+
declare const routeName$67 = "/v1/api/distributions/campaign-settings";
|
|
114634
|
+
type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$67]['get']['parameters']['query'];
|
|
114635
|
+
type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$67]['get']['responses'][200]['content']['application/json'];
|
|
114636
|
+
type GetCampaignSettingsByDistributionProps = paths[typeof routeName$67]['get']['parameters'];
|
|
114515
114637
|
declare const getCampaignSettingsByDistribution: (props: GetCampaignSettingsByDistributionProps, wgApiClient: ClientType) => Promise<GetCampaignSettingsByDistributionResponse>;
|
|
114516
114638
|
|
|
114517
|
-
declare const routeName$
|
|
114518
|
-
type GenerateDnsPrefixBody = paths[typeof routeName$
|
|
114519
|
-
type GenerateDnsPrefixQueryParams = paths[typeof routeName$
|
|
114520
|
-
type GenerateDnsPrefixResponse = paths[typeof routeName$
|
|
114639
|
+
declare const routeName$66 = "/v1/api/campaigns/dns-prefixes/generate";
|
|
114640
|
+
type GenerateDnsPrefixBody = paths[typeof routeName$66]['post']['requestBody']['content']['application/json'];
|
|
114641
|
+
type GenerateDnsPrefixQueryParams = paths[typeof routeName$66]['post']['parameters']['query'];
|
|
114642
|
+
type GenerateDnsPrefixResponse = paths[typeof routeName$66]['post']['responses'][200]['content']['application/json'];
|
|
114521
114643
|
interface GenerateDnsPrefixProps {
|
|
114522
114644
|
body: GenerateDnsPrefixBody;
|
|
114523
114645
|
params: {
|
|
@@ -114526,16 +114648,16 @@ interface GenerateDnsPrefixProps {
|
|
|
114526
114648
|
}
|
|
114527
114649
|
declare const generateDnsPrefix: (props: GenerateDnsPrefixProps, wgApiClient: ClientType) => Promise<GenerateDnsPrefixResponse>;
|
|
114528
114650
|
|
|
114529
|
-
declare const routeName$
|
|
114530
|
-
type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$
|
|
114531
|
-
type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$
|
|
114532
|
-
type GetCampaignTargetMailTemplateProps = paths[typeof routeName$
|
|
114651
|
+
declare const routeName$65 = "/v1/api/mail-templates/campaign-target";
|
|
114652
|
+
type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$65]['get']['parameters']['query'];
|
|
114653
|
+
type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$65]['get']['responses'][200]['content']['application/json'];
|
|
114654
|
+
type GetCampaignTargetMailTemplateProps = paths[typeof routeName$65]['get']['parameters'];
|
|
114533
114655
|
declare const getCampaignTargetMailTemplate: (props: GetCampaignTargetMailTemplateProps, wgApiClient: ClientType) => Promise<GetCampaignTargetMailTemplateResponse>;
|
|
114534
114656
|
|
|
114535
|
-
declare const routeName$
|
|
114536
|
-
type CreateClaimAsCustomerPathParams = paths[typeof routeName$
|
|
114537
|
-
type CreateClaimAsCustomerQueryParams = paths[typeof routeName$
|
|
114538
|
-
type CreateClaimAsCustomerResponse = paths[typeof routeName$
|
|
114657
|
+
declare const routeName$64 = "/v1/api/distributions/{distribution_id}/claims";
|
|
114658
|
+
type CreateClaimAsCustomerPathParams = paths[typeof routeName$64]['post']['parameters']['path'];
|
|
114659
|
+
type CreateClaimAsCustomerQueryParams = paths[typeof routeName$64]['post']['parameters']['query'];
|
|
114660
|
+
type CreateClaimAsCustomerResponse = paths[typeof routeName$64]['post']['responses'][201]['content']['application/json'];
|
|
114539
114661
|
interface CreateClaimAsCustomerProps {
|
|
114540
114662
|
params: {
|
|
114541
114663
|
query: CreateClaimAsCustomerQueryParams;
|
|
@@ -114544,15 +114666,15 @@ interface CreateClaimAsCustomerProps {
|
|
|
114544
114666
|
}
|
|
114545
114667
|
declare const createClaimAsCustomer: (props: CreateClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateClaimAsCustomerResponse>;
|
|
114546
114668
|
|
|
114547
|
-
declare const routeName$
|
|
114548
|
-
type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$
|
|
114549
|
-
type GetAllClaimsAsBrokerResponse = paths[typeof routeName$
|
|
114550
|
-
type GetAllClaimsAsBrokerProps = paths[typeof routeName$
|
|
114669
|
+
declare const routeName$63 = "/v1/api/claims";
|
|
114670
|
+
type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$63]['get']['parameters']['query'];
|
|
114671
|
+
type GetAllClaimsAsBrokerResponse = paths[typeof routeName$63]['get']['responses'][200]['content']['application/json'];
|
|
114672
|
+
type GetAllClaimsAsBrokerProps = paths[typeof routeName$63]['get']['parameters'];
|
|
114551
114673
|
declare const getAllClaimsAsBroker: (props: GetAllClaimsAsBrokerProps, wgApiClient: ClientType) => Promise<GetAllClaimsAsBrokerResponse>;
|
|
114552
114674
|
|
|
114553
|
-
declare const routeName$
|
|
114554
|
-
type CreateClaimAsBrokerQueryParams = paths[typeof routeName$
|
|
114555
|
-
type CreateClaimAsBrokerResponse = paths[typeof routeName$
|
|
114675
|
+
declare const routeName$62 = "/v1/api/claims";
|
|
114676
|
+
type CreateClaimAsBrokerQueryParams = paths[typeof routeName$62]['post']['parameters']['query'];
|
|
114677
|
+
type CreateClaimAsBrokerResponse = paths[typeof routeName$62]['post']['responses'][201]['content']['application/json'];
|
|
114556
114678
|
interface CreateClaimAsBrokerProps {
|
|
114557
114679
|
params: {
|
|
114558
114680
|
query: CreateClaimAsBrokerQueryParams;
|
|
@@ -114560,17 +114682,17 @@ interface CreateClaimAsBrokerProps {
|
|
|
114560
114682
|
}
|
|
114561
114683
|
declare const createClaimAsBroker: (props: CreateClaimAsBrokerProps, wgApiClient: ClientType) => Promise<CreateClaimAsBrokerResponse>;
|
|
114562
114684
|
|
|
114563
|
-
declare const routeName$
|
|
114564
|
-
type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$
|
|
114565
|
-
type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
114566
|
-
type GetClaimAsBrokerByIdResponse = paths[typeof routeName$
|
|
114567
|
-
type GetClaimAsBrokerByIdProps = paths[typeof routeName$
|
|
114685
|
+
declare const routeName$61 = "/v1/api/claims/{claim_id}";
|
|
114686
|
+
type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$61]['get']['parameters']['path'];
|
|
114687
|
+
type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$61]['get']['parameters']['query'];
|
|
114688
|
+
type GetClaimAsBrokerByIdResponse = paths[typeof routeName$61]['get']['responses'][200]['content']['application/json'];
|
|
114689
|
+
type GetClaimAsBrokerByIdProps = paths[typeof routeName$61]['get']['parameters'];
|
|
114568
114690
|
declare const getClaimAsBrokerById: (props: GetClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimAsBrokerByIdResponse>;
|
|
114569
114691
|
|
|
114570
|
-
declare const routeName$
|
|
114571
|
-
type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$
|
|
114572
|
-
type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
114573
|
-
type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$
|
|
114692
|
+
declare const routeName$60 = "/v1/api/claims/{claim_id}";
|
|
114693
|
+
type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$60]['delete']['parameters']['path'];
|
|
114694
|
+
type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$60]['delete']['parameters']['query'];
|
|
114695
|
+
type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$60]['delete']['responses'][200]['content']['application/json'];
|
|
114574
114696
|
interface DeleteClaimAsBrokerByIdProps {
|
|
114575
114697
|
params: {
|
|
114576
114698
|
query: DeleteClaimAsBrokerByIdQueryParams;
|
|
@@ -114579,10 +114701,10 @@ interface DeleteClaimAsBrokerByIdProps {
|
|
|
114579
114701
|
}
|
|
114580
114702
|
declare const deleteClaimAsBrokerById: (props: DeleteClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteClaimAsBrokerByIdResponse>;
|
|
114581
114703
|
|
|
114582
|
-
declare const routeName$
|
|
114583
|
-
type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$
|
|
114584
|
-
type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
114585
|
-
type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$
|
|
114704
|
+
declare const routeName$5$ = "/v1/api/claims/{claim_id}";
|
|
114705
|
+
type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$5$]['patch']['parameters']['path'];
|
|
114706
|
+
type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$5$]['patch']['parameters']['query'];
|
|
114707
|
+
type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$5$]['patch']['responses'][200]['content']['application/json'];
|
|
114586
114708
|
interface UpdateClaimAsBrokerByIdProps {
|
|
114587
114709
|
params: {
|
|
114588
114710
|
query: UpdateClaimAsBrokerByIdQueryParams;
|
|
@@ -114591,10 +114713,10 @@ interface UpdateClaimAsBrokerByIdProps {
|
|
|
114591
114713
|
}
|
|
114592
114714
|
declare const updateClaimAsBrokerById: (props: UpdateClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateClaimAsBrokerByIdResponse>;
|
|
114593
114715
|
|
|
114594
|
-
declare const routeName$
|
|
114595
|
-
type UpdateDeclarationRemarkPathParams = paths[typeof routeName$
|
|
114596
|
-
type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$
|
|
114597
|
-
type UpdateDeclarationRemarkResponse = paths[typeof routeName$
|
|
114716
|
+
declare const routeName$5_ = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
|
|
114717
|
+
type UpdateDeclarationRemarkPathParams = paths[typeof routeName$5_]['put']['parameters']['path'];
|
|
114718
|
+
type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$5_]['put']['parameters']['query'];
|
|
114719
|
+
type UpdateDeclarationRemarkResponse = paths[typeof routeName$5_]['put']['responses'][200]['content']['application/json'];
|
|
114598
114720
|
interface UpdateDeclarationRemarkProps {
|
|
114599
114721
|
params: {
|
|
114600
114722
|
query: UpdateDeclarationRemarkQueryParams;
|
|
@@ -114603,10 +114725,10 @@ interface UpdateDeclarationRemarkProps {
|
|
|
114603
114725
|
}
|
|
114604
114726
|
declare const updateDeclarationRemark: (props: UpdateDeclarationRemarkProps, wgApiClient: ClientType) => Promise<UpdateDeclarationRemarkResponse>;
|
|
114605
114727
|
|
|
114606
|
-
declare const routeName$
|
|
114607
|
-
type CreateLockForClaimPathParams = paths[typeof routeName$
|
|
114608
|
-
type CreateLockForClaimQueryParams = paths[typeof routeName$
|
|
114609
|
-
type CreateLockForClaimResponse = paths[typeof routeName$
|
|
114728
|
+
declare const routeName$5Z = "/v1/api/claims/{claim_id}/lock";
|
|
114729
|
+
type CreateLockForClaimPathParams = paths[typeof routeName$5Z]['post']['parameters']['path'];
|
|
114730
|
+
type CreateLockForClaimQueryParams = paths[typeof routeName$5Z]['post']['parameters']['query'];
|
|
114731
|
+
type CreateLockForClaimResponse = paths[typeof routeName$5Z]['post']['responses'][201]['content']['application/json'];
|
|
114610
114732
|
interface CreateLockForClaimProps {
|
|
114611
114733
|
params: {
|
|
114612
114734
|
query: CreateLockForClaimQueryParams;
|
|
@@ -114615,10 +114737,10 @@ interface CreateLockForClaimProps {
|
|
|
114615
114737
|
}
|
|
114616
114738
|
declare const createLockForClaim: (props: CreateLockForClaimProps, wgApiClient: ClientType) => Promise<CreateLockForClaimResponse>;
|
|
114617
114739
|
|
|
114618
|
-
declare const routeName$
|
|
114619
|
-
type UnlockClaimPathParams = paths[typeof routeName$
|
|
114620
|
-
type UnlockClaimQueryParams = paths[typeof routeName$
|
|
114621
|
-
type UnlockClaimResponse = paths[typeof routeName$
|
|
114740
|
+
declare const routeName$5Y = "/v1/api/claims/{claim_id}/unlock";
|
|
114741
|
+
type UnlockClaimPathParams = paths[typeof routeName$5Y]['post']['parameters']['path'];
|
|
114742
|
+
type UnlockClaimQueryParams = paths[typeof routeName$5Y]['post']['parameters']['query'];
|
|
114743
|
+
type UnlockClaimResponse = paths[typeof routeName$5Y]['post']['responses'][200]['content']['application/json'];
|
|
114622
114744
|
interface UnlockClaimProps {
|
|
114623
114745
|
params: {
|
|
114624
114746
|
query: UnlockClaimQueryParams;
|
|
@@ -114627,10 +114749,10 @@ interface UnlockClaimProps {
|
|
|
114627
114749
|
}
|
|
114628
114750
|
declare const unlockClaim: (props: UnlockClaimProps, wgApiClient: ClientType) => Promise<UnlockClaimResponse>;
|
|
114629
114751
|
|
|
114630
|
-
declare const routeName$
|
|
114631
|
-
type ClaimRequestUpdatePathParams = paths[typeof routeName$
|
|
114632
|
-
type ClaimRequestUpdateQueryParams = paths[typeof routeName$
|
|
114633
|
-
type ClaimRequestUpdateResponse = paths[typeof routeName$
|
|
114752
|
+
declare const routeName$5X = "/v1/api/claims/{claim_id}/request_update";
|
|
114753
|
+
type ClaimRequestUpdatePathParams = paths[typeof routeName$5X]['post']['parameters']['path'];
|
|
114754
|
+
type ClaimRequestUpdateQueryParams = paths[typeof routeName$5X]['post']['parameters']['query'];
|
|
114755
|
+
type ClaimRequestUpdateResponse = paths[typeof routeName$5X]['post']['responses'][200]['content']['application/json'];
|
|
114634
114756
|
interface ClaimRequestUpdateProps {
|
|
114635
114757
|
params: {
|
|
114636
114758
|
query: ClaimRequestUpdateQueryParams;
|
|
@@ -114639,10 +114761,10 @@ interface ClaimRequestUpdateProps {
|
|
|
114639
114761
|
}
|
|
114640
114762
|
declare const claimRequestUpdate: (props: ClaimRequestUpdateProps, wgApiClient: ClientType) => Promise<ClaimRequestUpdateResponse>;
|
|
114641
114763
|
|
|
114642
|
-
declare const routeName$
|
|
114643
|
-
type ValidateClaimPathParams = paths[typeof routeName$
|
|
114644
|
-
type ValidateClaimQueryParams = paths[typeof routeName$
|
|
114645
|
-
type ValidateClaimResponse = paths[typeof routeName$
|
|
114764
|
+
declare const routeName$5W = "/v1/api/claims/{claim_id}/validate";
|
|
114765
|
+
type ValidateClaimPathParams = paths[typeof routeName$5W]['post']['parameters']['path'];
|
|
114766
|
+
type ValidateClaimQueryParams = paths[typeof routeName$5W]['post']['parameters']['query'];
|
|
114767
|
+
type ValidateClaimResponse = paths[typeof routeName$5W]['post']['responses'][200]['content']['application/json'];
|
|
114646
114768
|
interface ValidateClaimProps {
|
|
114647
114769
|
params: {
|
|
114648
114770
|
query: ValidateClaimQueryParams;
|
|
@@ -114651,10 +114773,10 @@ interface ValidateClaimProps {
|
|
|
114651
114773
|
}
|
|
114652
114774
|
declare const validateClaim: (props: ValidateClaimProps, wgApiClient: ClientType) => Promise<ValidateClaimResponse>;
|
|
114653
114775
|
|
|
114654
|
-
declare const routeName$
|
|
114655
|
-
type CreateDocumentForClaimPathParams = paths[typeof routeName$
|
|
114656
|
-
type CreateDocumentForClaimQueryParams = paths[typeof routeName$
|
|
114657
|
-
type CreateDocumentForClaimResponse = paths[typeof routeName$
|
|
114776
|
+
declare const routeName$5V = "/v1/api/claims/{claim_id}/documents";
|
|
114777
|
+
type CreateDocumentForClaimPathParams = paths[typeof routeName$5V]['post']['parameters']['path'];
|
|
114778
|
+
type CreateDocumentForClaimQueryParams = paths[typeof routeName$5V]['post']['parameters']['query'];
|
|
114779
|
+
type CreateDocumentForClaimResponse = paths[typeof routeName$5V]['post']['responses'][201]['content']['application/json'];
|
|
114658
114780
|
interface CreateDocumentForClaimProps {
|
|
114659
114781
|
params: {
|
|
114660
114782
|
query: CreateDocumentForClaimQueryParams;
|
|
@@ -114663,17 +114785,17 @@ interface CreateDocumentForClaimProps {
|
|
|
114663
114785
|
}
|
|
114664
114786
|
declare const createDocumentForClaim: (props: CreateDocumentForClaimProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimResponse>;
|
|
114665
114787
|
|
|
114666
|
-
declare const routeName$
|
|
114667
|
-
type DownloadDocumentByIdPathParams = paths[typeof routeName$
|
|
114668
|
-
type DownloadDocumentByIdQueryParams = paths[typeof routeName$
|
|
114669
|
-
type DownloadDocumentByIdResponse = paths[typeof routeName$
|
|
114670
|
-
type DownloadDocumentByIdProps = paths[typeof routeName$
|
|
114788
|
+
declare const routeName$5U = "/v1/api/claims/{claim_id}/documents/{document_id}";
|
|
114789
|
+
type DownloadDocumentByIdPathParams = paths[typeof routeName$5U]['get']['parameters']['path'];
|
|
114790
|
+
type DownloadDocumentByIdQueryParams = paths[typeof routeName$5U]['get']['parameters']['query'];
|
|
114791
|
+
type DownloadDocumentByIdResponse = paths[typeof routeName$5U]['get']['responses'][307]['content']['application/json'];
|
|
114792
|
+
type DownloadDocumentByIdProps = paths[typeof routeName$5U]['get']['parameters'];
|
|
114671
114793
|
declare const downloadDocumentById: (props: DownloadDocumentByIdProps, wgApiClient: ClientType) => Promise<DownloadDocumentByIdResponse>;
|
|
114672
114794
|
|
|
114673
|
-
declare const routeName$
|
|
114674
|
-
type DeleteDocumentByIdPathParams = paths[typeof routeName$
|
|
114675
|
-
type DeleteDocumentByIdQueryParams = paths[typeof routeName$
|
|
114676
|
-
type DeleteDocumentByIdResponse = paths[typeof routeName$
|
|
114795
|
+
declare const routeName$5T = "/v1/api/claims/{claim_id}/documents/{document_id}";
|
|
114796
|
+
type DeleteDocumentByIdPathParams = paths[typeof routeName$5T]['delete']['parameters']['path'];
|
|
114797
|
+
type DeleteDocumentByIdQueryParams = paths[typeof routeName$5T]['delete']['parameters']['query'];
|
|
114798
|
+
type DeleteDocumentByIdResponse = paths[typeof routeName$5T]['delete']['responses'][200]['content']['application/json'];
|
|
114677
114799
|
interface DeleteDocumentByIdProps {
|
|
114678
114800
|
params: {
|
|
114679
114801
|
query: DeleteDocumentByIdQueryParams;
|
|
@@ -114682,10 +114804,10 @@ interface DeleteDocumentByIdProps {
|
|
|
114682
114804
|
}
|
|
114683
114805
|
declare const deleteDocumentById: (props: DeleteDocumentByIdProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdResponse>;
|
|
114684
114806
|
|
|
114685
|
-
declare const routeName$
|
|
114686
|
-
type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$
|
|
114687
|
-
type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$
|
|
114688
|
-
type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$
|
|
114807
|
+
declare const routeName$5S = "/v1/api/claims/{claim_id}/documents/{document_id}";
|
|
114808
|
+
type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$5S]['patch']['parameters']['path'];
|
|
114809
|
+
type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$5S]['patch']['parameters']['query'];
|
|
114810
|
+
type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$5S]['patch']['responses'][200]['content']['application/json'];
|
|
114689
114811
|
interface UpdateDocumentMetadataByIdProps {
|
|
114690
114812
|
params: {
|
|
114691
114813
|
query: UpdateDocumentMetadataByIdQueryParams;
|
|
@@ -114694,17 +114816,17 @@ interface UpdateDocumentMetadataByIdProps {
|
|
|
114694
114816
|
}
|
|
114695
114817
|
declare const updateDocumentMetadataById: (props: UpdateDocumentMetadataByIdProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdResponse>;
|
|
114696
114818
|
|
|
114697
|
-
declare const routeName$
|
|
114698
|
-
type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
114699
|
-
type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
114700
|
-
type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
114701
|
-
type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$
|
|
114819
|
+
declare const routeName$5R = "/v1/api/claims/customer/token/{token}";
|
|
114820
|
+
type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$5R]['get']['parameters']['path'];
|
|
114821
|
+
type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$5R]['get']['parameters']['query'];
|
|
114822
|
+
type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$5R]['get']['responses'][200]['content']['application/json'];
|
|
114823
|
+
type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$5R]['get']['parameters'];
|
|
114702
114824
|
declare const getClaimAsCustomerWithToken: (props: GetClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<GetClaimAsCustomerWithTokenResponse>;
|
|
114703
114825
|
|
|
114704
|
-
declare const routeName$
|
|
114705
|
-
type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
114706
|
-
type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
114707
|
-
type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
114826
|
+
declare const routeName$5Q = "/v1/api/claims/customer/token/{token}";
|
|
114827
|
+
type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$5Q]['patch']['parameters']['path'];
|
|
114828
|
+
type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$5Q]['patch']['parameters']['query'];
|
|
114829
|
+
type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$5Q]['patch']['responses'][200]['content']['application/json'];
|
|
114708
114830
|
interface UpdateClaimAsCustomerWithTokenProps {
|
|
114709
114831
|
params: {
|
|
114710
114832
|
query: UpdateClaimAsCustomerWithTokenQueryParams;
|
|
@@ -114713,10 +114835,10 @@ interface UpdateClaimAsCustomerWithTokenProps {
|
|
|
114713
114835
|
}
|
|
114714
114836
|
declare const updateClaimAsCustomerWithToken: (props: UpdateClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateClaimAsCustomerWithTokenResponse>;
|
|
114715
114837
|
|
|
114716
|
-
declare const routeName$
|
|
114717
|
-
type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
114718
|
-
type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
114719
|
-
type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
114838
|
+
declare const routeName$5P = "/v1/api/claims/customer/token/{token}/entities";
|
|
114839
|
+
type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$5P]['post']['parameters']['path'];
|
|
114840
|
+
type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$5P]['post']['parameters']['query'];
|
|
114841
|
+
type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$5P]['post']['responses'][201]['content']['application/json'];
|
|
114720
114842
|
interface CreateEntityAsCustomerWithTokenProps {
|
|
114721
114843
|
params: {
|
|
114722
114844
|
query: CreateEntityAsCustomerWithTokenQueryParams;
|
|
@@ -114725,10 +114847,10 @@ interface CreateEntityAsCustomerWithTokenProps {
|
|
|
114725
114847
|
}
|
|
114726
114848
|
declare const createEntityAsCustomerWithToken: (props: CreateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<CreateEntityAsCustomerWithTokenResponse>;
|
|
114727
114849
|
|
|
114728
|
-
declare const routeName$
|
|
114729
|
-
type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
114730
|
-
type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
114731
|
-
type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
114850
|
+
declare const routeName$5O = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
|
|
114851
|
+
type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5O]['delete']['parameters']['path'];
|
|
114852
|
+
type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5O]['delete']['parameters']['query'];
|
|
114853
|
+
type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$5O]['delete']['responses'][200]['content']['application/json'];
|
|
114732
114854
|
interface DeleteEntityByIdAsCustomerWithTokenProps {
|
|
114733
114855
|
params: {
|
|
114734
114856
|
query: DeleteEntityByIdAsCustomerWithTokenQueryParams;
|
|
@@ -114737,10 +114859,10 @@ interface DeleteEntityByIdAsCustomerWithTokenProps {
|
|
|
114737
114859
|
}
|
|
114738
114860
|
declare const deleteEntityByIdAsCustomerWithToken: (props: DeleteEntityByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteEntityByIdAsCustomerWithTokenResponse>;
|
|
114739
114861
|
|
|
114740
|
-
declare const routeName$
|
|
114741
|
-
type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
114742
|
-
type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
114743
|
-
type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
114862
|
+
declare const routeName$5N = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
|
|
114863
|
+
type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$5N]['patch']['parameters']['path'];
|
|
114864
|
+
type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$5N]['patch']['parameters']['query'];
|
|
114865
|
+
type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$5N]['patch']['responses'][200]['content']['application/json'];
|
|
114744
114866
|
interface UpdateEntityAsCustomerWithTokenProps {
|
|
114745
114867
|
params: {
|
|
114746
114868
|
query: UpdateEntityAsCustomerWithTokenQueryParams;
|
|
@@ -114749,10 +114871,10 @@ interface UpdateEntityAsCustomerWithTokenProps {
|
|
|
114749
114871
|
}
|
|
114750
114872
|
declare const updateEntityAsCustomerWithToken: (props: UpdateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateEntityAsCustomerWithTokenResponse>;
|
|
114751
114873
|
|
|
114752
|
-
declare const routeName$
|
|
114753
|
-
type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$
|
|
114754
|
-
type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$
|
|
114755
|
-
type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$
|
|
114874
|
+
declare const routeName$5M = "/v1/api/claims/upload/{claim_doc_category}";
|
|
114875
|
+
type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$5M]['post']['parameters']['path'];
|
|
114876
|
+
type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$5M]['post']['parameters']['query'];
|
|
114877
|
+
type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$5M]['post']['responses'][200]['content']['application/json'];
|
|
114756
114878
|
interface UploadClaimDocumentAsBrokerProps {
|
|
114757
114879
|
params: {
|
|
114758
114880
|
query: UploadClaimDocumentAsBrokerQueryParams;
|
|
@@ -114761,10 +114883,10 @@ interface UploadClaimDocumentAsBrokerProps {
|
|
|
114761
114883
|
}
|
|
114762
114884
|
declare const uploadClaimDocumentAsBroker: (props: UploadClaimDocumentAsBrokerProps, wgApiClient: ClientType) => Promise<UploadClaimDocumentAsBrokerResponse>;
|
|
114763
114885
|
|
|
114764
|
-
declare const routeName$
|
|
114765
|
-
type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$
|
|
114766
|
-
type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$
|
|
114767
|
-
type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$
|
|
114886
|
+
declare const routeName$5L = "/v1/api/claims/customer/upload/{claim_doc_category}";
|
|
114887
|
+
type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$5L]['post']['parameters']['path'];
|
|
114888
|
+
type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$5L]['post']['parameters']['query'];
|
|
114889
|
+
type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$5L]['post']['responses'][200]['content']['application/json'];
|
|
114768
114890
|
interface CreateUploadLinkAsCustomerProps {
|
|
114769
114891
|
params: {
|
|
114770
114892
|
query: CreateUploadLinkAsCustomerQueryParams;
|
|
@@ -114773,9 +114895,9 @@ interface CreateUploadLinkAsCustomerProps {
|
|
|
114773
114895
|
}
|
|
114774
114896
|
declare const createUploadLinkAsCustomer: (props: CreateUploadLinkAsCustomerProps, wgApiClient: ClientType) => Promise<CreateUploadLinkAsCustomerResponse>;
|
|
114775
114897
|
|
|
114776
|
-
declare const routeName$
|
|
114777
|
-
type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$
|
|
114778
|
-
type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$
|
|
114898
|
+
declare const routeName$5K = "/v1/api/claims/generate/token";
|
|
114899
|
+
type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$5K]['post']['parameters']['query'];
|
|
114900
|
+
type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$5K]['post']['responses'][201]['content']['application/json'];
|
|
114779
114901
|
interface GenerateTokenForSocialLoginFlowAsBrokerProps {
|
|
114780
114902
|
params: {
|
|
114781
114903
|
query: GenerateTokenForSocialLoginFlowAsBrokerQueryParams;
|
|
@@ -114783,17 +114905,17 @@ interface GenerateTokenForSocialLoginFlowAsBrokerProps {
|
|
|
114783
114905
|
}
|
|
114784
114906
|
declare const generateTokenForSocialLoginFlowAsBroker: (props: GenerateTokenForSocialLoginFlowAsBrokerProps, wgApiClient: ClientType) => Promise<GenerateTokenForSocialLoginFlowAsBrokerResponse>;
|
|
114785
114907
|
|
|
114786
|
-
declare const routeName$
|
|
114787
|
-
type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$
|
|
114788
|
-
type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$
|
|
114789
|
-
type GetClaimEventsAsCustomerResponse = paths[typeof routeName$
|
|
114790
|
-
type GetClaimEventsAsCustomerProps = paths[typeof routeName$
|
|
114908
|
+
declare const routeName$5J = "/v1/api/claims/customer/token/{token}/events";
|
|
114909
|
+
type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$5J]['get']['parameters']['path'];
|
|
114910
|
+
type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$5J]['get']['parameters']['query'];
|
|
114911
|
+
type GetClaimEventsAsCustomerResponse = paths[typeof routeName$5J]['get']['responses'][200]['content']['application/json'];
|
|
114912
|
+
type GetClaimEventsAsCustomerProps = paths[typeof routeName$5J]['get']['parameters'];
|
|
114791
114913
|
declare const getClaimEventsAsCustomer: (props: GetClaimEventsAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsCustomerResponse>;
|
|
114792
114914
|
|
|
114793
|
-
declare const routeName$
|
|
114794
|
-
type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$
|
|
114795
|
-
type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$
|
|
114796
|
-
type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$
|
|
114915
|
+
declare const routeName$5I = "/v1/api/claims/customer/token/{token}/documents";
|
|
114916
|
+
type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$5I]['post']['parameters']['path'];
|
|
114917
|
+
type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$5I]['post']['parameters']['query'];
|
|
114918
|
+
type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$5I]['post']['responses'][200]['content']['application/json'];
|
|
114797
114919
|
interface CreateDocumentForClaimAsCustomerProps {
|
|
114798
114920
|
params: {
|
|
114799
114921
|
query: CreateDocumentForClaimAsCustomerQueryParams;
|
|
@@ -114802,10 +114924,10 @@ interface CreateDocumentForClaimAsCustomerProps {
|
|
|
114802
114924
|
}
|
|
114803
114925
|
declare const createDocumentForClaimAsCustomer: (props: CreateDocumentForClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimAsCustomerResponse>;
|
|
114804
114926
|
|
|
114805
|
-
declare const routeName$
|
|
114806
|
-
type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
114807
|
-
type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
114808
|
-
type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
114927
|
+
declare const routeName$5H = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
|
|
114928
|
+
type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5H]['delete']['parameters']['path'];
|
|
114929
|
+
type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5H]['delete']['parameters']['query'];
|
|
114930
|
+
type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$5H]['delete']['responses'][200]['content']['application/json'];
|
|
114809
114931
|
interface DeleteDocumentByIdAsCustomerWithTokenProps {
|
|
114810
114932
|
params: {
|
|
114811
114933
|
query: DeleteDocumentByIdAsCustomerWithTokenQueryParams;
|
|
@@ -114814,10 +114936,10 @@ interface DeleteDocumentByIdAsCustomerWithTokenProps {
|
|
|
114814
114936
|
}
|
|
114815
114937
|
declare const deleteDocumentByIdAsCustomerWithToken: (props: DeleteDocumentByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdAsCustomerWithTokenResponse>;
|
|
114816
114938
|
|
|
114817
|
-
declare const routeName$
|
|
114818
|
-
type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
114819
|
-
type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
114820
|
-
type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
114939
|
+
declare const routeName$5G = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
|
|
114940
|
+
type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5G]['patch']['parameters']['path'];
|
|
114941
|
+
type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5G]['patch']['parameters']['query'];
|
|
114942
|
+
type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$5G]['patch']['responses'][200]['content']['application/json'];
|
|
114821
114943
|
interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
|
|
114822
114944
|
params: {
|
|
114823
114945
|
query: UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams;
|
|
@@ -114826,10 +114948,10 @@ interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
|
|
|
114826
114948
|
}
|
|
114827
114949
|
declare const updateDocumentMetadataByIdAsCustomerWithToken: (props: UpdateDocumentMetadataByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdAsCustomerWithTokenResponse>;
|
|
114828
114950
|
|
|
114829
|
-
declare const routeName$
|
|
114830
|
-
type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$
|
|
114831
|
-
type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$
|
|
114832
|
-
type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$
|
|
114951
|
+
declare const routeName$5F = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
|
|
114952
|
+
type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$5F]['post']['parameters']['path'];
|
|
114953
|
+
type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$5F]['post']['parameters']['query'];
|
|
114954
|
+
type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$5F]['post']['responses'][200]['content']['application/json'];
|
|
114833
114955
|
interface CreateNoteOnEventAsCustomerProps {
|
|
114834
114956
|
params: {
|
|
114835
114957
|
query: CreateNoteOnEventAsCustomerQueryParams;
|
|
@@ -114838,10 +114960,10 @@ interface CreateNoteOnEventAsCustomerProps {
|
|
|
114838
114960
|
}
|
|
114839
114961
|
declare const createNoteOnEventAsCustomer: (props: CreateNoteOnEventAsCustomerProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventAsCustomerResponse>;
|
|
114840
114962
|
|
|
114841
|
-
declare const routeName$
|
|
114842
|
-
type CreateEntityAsBrokerPathParams = paths[typeof routeName$
|
|
114843
|
-
type CreateEntityAsBrokerQueryParams = paths[typeof routeName$
|
|
114844
|
-
type CreateEntityAsBrokerResponse = paths[typeof routeName$
|
|
114963
|
+
declare const routeName$5E = "/v1/api/claims/{claim_id}/entities";
|
|
114964
|
+
type CreateEntityAsBrokerPathParams = paths[typeof routeName$5E]['post']['parameters']['path'];
|
|
114965
|
+
type CreateEntityAsBrokerQueryParams = paths[typeof routeName$5E]['post']['parameters']['query'];
|
|
114966
|
+
type CreateEntityAsBrokerResponse = paths[typeof routeName$5E]['post']['responses'][201]['content']['application/json'];
|
|
114845
114967
|
interface CreateEntityAsBrokerProps {
|
|
114846
114968
|
params: {
|
|
114847
114969
|
query: CreateEntityAsBrokerQueryParams;
|
|
@@ -114850,10 +114972,10 @@ interface CreateEntityAsBrokerProps {
|
|
|
114850
114972
|
}
|
|
114851
114973
|
declare const createEntityAsBroker: (props: CreateEntityAsBrokerProps, wgApiClient: ClientType) => Promise<CreateEntityAsBrokerResponse>;
|
|
114852
114974
|
|
|
114853
|
-
declare const routeName$
|
|
114854
|
-
type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$
|
|
114855
|
-
type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
114856
|
-
type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$
|
|
114975
|
+
declare const routeName$5D = "/v1/api/claims/{claim_id}/entities/{entity_id}";
|
|
114976
|
+
type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$5D]['delete']['parameters']['path'];
|
|
114977
|
+
type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$5D]['delete']['parameters']['query'];
|
|
114978
|
+
type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$5D]['delete']['responses'][200]['content']['application/json'];
|
|
114857
114979
|
interface DeleteEntityAsBrokerByIdProps {
|
|
114858
114980
|
params: {
|
|
114859
114981
|
query: DeleteEntityAsBrokerByIdQueryParams;
|
|
@@ -114862,10 +114984,10 @@ interface DeleteEntityAsBrokerByIdProps {
|
|
|
114862
114984
|
}
|
|
114863
114985
|
declare const deleteEntityAsBrokerById: (props: DeleteEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteEntityAsBrokerByIdResponse>;
|
|
114864
114986
|
|
|
114865
|
-
declare const routeName$
|
|
114866
|
-
type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$
|
|
114867
|
-
type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
114868
|
-
type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$
|
|
114987
|
+
declare const routeName$5C = "/v1/api/claims/{claim_id}/entities/{entity_id}";
|
|
114988
|
+
type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$5C]['patch']['parameters']['path'];
|
|
114989
|
+
type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$5C]['patch']['parameters']['query'];
|
|
114990
|
+
type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$5C]['patch']['responses'][200]['content']['application/json'];
|
|
114869
114991
|
interface UpdateEntityAsBrokerByIdProps {
|
|
114870
114992
|
params: {
|
|
114871
114993
|
query: UpdateEntityAsBrokerByIdQueryParams;
|
|
@@ -114874,17 +114996,17 @@ interface UpdateEntityAsBrokerByIdProps {
|
|
|
114874
114996
|
}
|
|
114875
114997
|
declare const updateEntityAsBrokerById: (props: UpdateEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateEntityAsBrokerByIdResponse>;
|
|
114876
114998
|
|
|
114877
|
-
declare const routeName$
|
|
114878
|
-
type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$
|
|
114879
|
-
type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
114880
|
-
type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$
|
|
114881
|
-
type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$
|
|
114999
|
+
declare const routeName$5B = "/v1/api/claims/{claim_id}/events";
|
|
115000
|
+
type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$5B]['get']['parameters']['path'];
|
|
115001
|
+
type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$5B]['get']['parameters']['query'];
|
|
115002
|
+
type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$5B]['get']['responses'][200]['content']['application/json'];
|
|
115003
|
+
type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$5B]['get']['parameters'];
|
|
114882
115004
|
declare const getClaimEventsAsBrokerById: (props: GetClaimEventsAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsBrokerByIdResponse>;
|
|
114883
115005
|
|
|
114884
|
-
declare const routeName$
|
|
114885
|
-
type SendClaimToKeypointPathParams = paths[typeof routeName$
|
|
114886
|
-
type SendClaimToKeypointQueryParams = paths[typeof routeName$
|
|
114887
|
-
type SendClaimToKeypointResponse = paths[typeof routeName$
|
|
115006
|
+
declare const routeName$5A = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
|
|
115007
|
+
type SendClaimToKeypointPathParams = paths[typeof routeName$5A]['post']['parameters']['path'];
|
|
115008
|
+
type SendClaimToKeypointQueryParams = paths[typeof routeName$5A]['post']['parameters']['query'];
|
|
115009
|
+
type SendClaimToKeypointResponse = paths[typeof routeName$5A]['post']['responses'][201]['content']['application/json'];
|
|
114888
115010
|
interface SendClaimToKeypointProps {
|
|
114889
115011
|
params: {
|
|
114890
115012
|
query: SendClaimToKeypointQueryParams;
|
|
@@ -114893,10 +115015,10 @@ interface SendClaimToKeypointProps {
|
|
|
114893
115015
|
}
|
|
114894
115016
|
declare const sendClaimToKeypoint: (props: SendClaimToKeypointProps, wgApiClient: ClientType) => Promise<SendClaimToKeypointResponse>;
|
|
114895
115017
|
|
|
114896
|
-
declare const routeName$
|
|
114897
|
-
type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$
|
|
114898
|
-
type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$
|
|
114899
|
-
type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$
|
|
115018
|
+
declare const routeName$5z = "/v1/api/claims/{claim_id}/customer/followup-page/email";
|
|
115019
|
+
type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$5z]['post']['parameters']['path'];
|
|
115020
|
+
type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$5z]['post']['parameters']['query'];
|
|
115021
|
+
type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$5z]['post']['responses'][200]['content']['application/json'];
|
|
114900
115022
|
interface SendMailFollowupPageToCustomerProps {
|
|
114901
115023
|
params: {
|
|
114902
115024
|
query: SendMailFollowupPageToCustomerQueryParams;
|
|
@@ -114905,21 +115027,21 @@ interface SendMailFollowupPageToCustomerProps {
|
|
|
114905
115027
|
}
|
|
114906
115028
|
declare const sendMailFollowupPageToCustomer: (props: SendMailFollowupPageToCustomerProps, wgApiClient: ClientType) => Promise<SendMailFollowupPageToCustomerResponse>;
|
|
114907
115029
|
|
|
114908
|
-
declare const routeName$
|
|
114909
|
-
type GetAllCarClaimCategoriesResponse = paths[typeof routeName$
|
|
115030
|
+
declare const routeName$5y = "/v1/api/claims/categories/CAR";
|
|
115031
|
+
type GetAllCarClaimCategoriesResponse = paths[typeof routeName$5y]['get']['responses'][200]['content']['application/json'];
|
|
114910
115032
|
declare const getAllCarClaimCategories: (wgApiClient: ClientType) => Promise<GetAllCarClaimCategoriesResponse>;
|
|
114911
115033
|
|
|
114912
|
-
declare const routeName$
|
|
114913
|
-
type GetInfoForClaimPathParams = paths[typeof routeName$
|
|
114914
|
-
type GetInfoForClaimQueryParams = paths[typeof routeName$
|
|
114915
|
-
type GetInfoForClaimResponse = paths[typeof routeName$
|
|
114916
|
-
type GetInfoForClaimProps = paths[typeof routeName$
|
|
115034
|
+
declare const routeName$5x = "/v1/api/claims/info/{claim_type}/{claim_category}";
|
|
115035
|
+
type GetInfoForClaimPathParams = paths[typeof routeName$5x]['get']['parameters']['path'];
|
|
115036
|
+
type GetInfoForClaimQueryParams = paths[typeof routeName$5x]['get']['parameters']['query'];
|
|
115037
|
+
type GetInfoForClaimResponse = paths[typeof routeName$5x]['get']['responses'][200]['content']['application/json'];
|
|
115038
|
+
type GetInfoForClaimProps = paths[typeof routeName$5x]['get']['parameters'];
|
|
114917
115039
|
declare const getInfoForClaim: (props: GetInfoForClaimProps, wgApiClient: ClientType) => Promise<GetInfoForClaimResponse>;
|
|
114918
115040
|
|
|
114919
|
-
declare const routeName$
|
|
114920
|
-
type CreateNoteOnEventPathParams = paths[typeof routeName$
|
|
114921
|
-
type CreateNoteOnEventQueryParams = paths[typeof routeName$
|
|
114922
|
-
type CreateNoteOnEventResponse = paths[typeof routeName$
|
|
115041
|
+
declare const routeName$5w = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
|
|
115042
|
+
type CreateNoteOnEventPathParams = paths[typeof routeName$5w]['post']['parameters']['path'];
|
|
115043
|
+
type CreateNoteOnEventQueryParams = paths[typeof routeName$5w]['post']['parameters']['query'];
|
|
115044
|
+
type CreateNoteOnEventResponse = paths[typeof routeName$5w]['post']['responses'][201]['content']['application/json'];
|
|
114923
115045
|
interface CreateNoteOnEventProps {
|
|
114924
115046
|
params: {
|
|
114925
115047
|
query: CreateNoteOnEventQueryParams;
|
|
@@ -114928,10 +115050,10 @@ interface CreateNoteOnEventProps {
|
|
|
114928
115050
|
}
|
|
114929
115051
|
declare const createNoteOnEvent: (props: CreateNoteOnEventProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventResponse>;
|
|
114930
115052
|
|
|
114931
|
-
declare const routeName$
|
|
114932
|
-
type DeleteNotePathParams = paths[typeof routeName$
|
|
114933
|
-
type DeleteNoteQueryParams = paths[typeof routeName$
|
|
114934
|
-
type DeleteNoteResponse = paths[typeof routeName$
|
|
115053
|
+
declare const routeName$5v = "/v1/api/claims/notes/{note_id}";
|
|
115054
|
+
type DeleteNotePathParams = paths[typeof routeName$5v]['delete']['parameters']['path'];
|
|
115055
|
+
type DeleteNoteQueryParams = paths[typeof routeName$5v]['delete']['parameters']['query'];
|
|
115056
|
+
type DeleteNoteResponse = paths[typeof routeName$5v]['delete']['responses'][200]['content']['application/json'];
|
|
114935
115057
|
interface DeleteNoteProps {
|
|
114936
115058
|
params: {
|
|
114937
115059
|
query: DeleteNoteQueryParams;
|
|
@@ -114940,10 +115062,10 @@ interface DeleteNoteProps {
|
|
|
114940
115062
|
}
|
|
114941
115063
|
declare const deleteNote: (props: DeleteNoteProps, wgApiClient: ClientType) => Promise<DeleteNoteResponse>;
|
|
114942
115064
|
|
|
114943
|
-
declare const routeName$
|
|
114944
|
-
type UpdateNotePathParams = paths[typeof routeName$
|
|
114945
|
-
type UpdateNoteQueryParams = paths[typeof routeName$
|
|
114946
|
-
type UpdateNoteResponse = paths[typeof routeName$
|
|
115065
|
+
declare const routeName$5u = "/v1/api/claims/notes/{note_id}";
|
|
115066
|
+
type UpdateNotePathParams = paths[typeof routeName$5u]['patch']['parameters']['path'];
|
|
115067
|
+
type UpdateNoteQueryParams = paths[typeof routeName$5u]['patch']['parameters']['query'];
|
|
115068
|
+
type UpdateNoteResponse = paths[typeof routeName$5u]['patch']['responses'][200]['content']['application/json'];
|
|
114947
115069
|
interface UpdateNoteProps {
|
|
114948
115070
|
params: {
|
|
114949
115071
|
query: UpdateNoteQueryParams;
|
|
@@ -114952,17 +115074,17 @@ interface UpdateNoteProps {
|
|
|
114952
115074
|
}
|
|
114953
115075
|
declare const updateNote: (props: UpdateNoteProps, wgApiClient: ClientType) => Promise<UpdateNoteResponse>;
|
|
114954
115076
|
|
|
114955
|
-
declare const routeName$
|
|
114956
|
-
type ClaimReportByIdPathParams = paths[typeof routeName$
|
|
114957
|
-
type ClaimReportByIdQueryParams = paths[typeof routeName$
|
|
114958
|
-
type ClaimReportByIdResponse = paths[typeof routeName$
|
|
114959
|
-
type ClaimReportByIdProps = paths[typeof routeName$
|
|
115077
|
+
declare const routeName$5t = "/v1/api/claims/{claim_id}/report";
|
|
115078
|
+
type ClaimReportByIdPathParams = paths[typeof routeName$5t]['get']['parameters']['path'];
|
|
115079
|
+
type ClaimReportByIdQueryParams = paths[typeof routeName$5t]['get']['parameters']['query'];
|
|
115080
|
+
type ClaimReportByIdResponse = paths[typeof routeName$5t]['get']['responses'][200]['content']['application/json'];
|
|
115081
|
+
type ClaimReportByIdProps = paths[typeof routeName$5t]['get']['parameters'];
|
|
114960
115082
|
declare const claimReportById: (props: ClaimReportByIdProps, wgApiClient: ClientType) => Promise<ClaimReportByIdResponse>;
|
|
114961
115083
|
|
|
114962
|
-
declare const routeName$
|
|
114963
|
-
type SendMailClaimReportByIdPathParams = paths[typeof routeName$
|
|
114964
|
-
type SendMailClaimReportByIdQueryParams = paths[typeof routeName$
|
|
114965
|
-
type SendMailClaimReportByIdResponse = paths[typeof routeName$
|
|
115084
|
+
declare const routeName$5s = "/v1/api/claims/{claim_id}/report/email";
|
|
115085
|
+
type SendMailClaimReportByIdPathParams = paths[typeof routeName$5s]['post']['parameters']['path'];
|
|
115086
|
+
type SendMailClaimReportByIdQueryParams = paths[typeof routeName$5s]['post']['parameters']['query'];
|
|
115087
|
+
type SendMailClaimReportByIdResponse = paths[typeof routeName$5s]['post']['responses'][200]['content']['application/json'];
|
|
114966
115088
|
interface SendMailClaimReportByIdProps {
|
|
114967
115089
|
params: {
|
|
114968
115090
|
query: SendMailClaimReportByIdQueryParams;
|
|
@@ -114971,16 +115093,16 @@ interface SendMailClaimReportByIdProps {
|
|
|
114971
115093
|
}
|
|
114972
115094
|
declare const sendMailClaimReportById: (props: SendMailClaimReportByIdProps, wgApiClient: ClientType) => Promise<SendMailClaimReportByIdResponse>;
|
|
114973
115095
|
|
|
114974
|
-
declare const routeName$
|
|
114975
|
-
type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$
|
|
114976
|
-
type GetBrokerConnectionsByIdResponse = paths[typeof routeName$
|
|
114977
|
-
type GetBrokerConnectionsByIdProps = paths[typeof routeName$
|
|
115096
|
+
declare const routeName$5r = "/v1/api/brokers/{broker_id}/connections";
|
|
115097
|
+
type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$5r]['get']['parameters']['path'];
|
|
115098
|
+
type GetBrokerConnectionsByIdResponse = paths[typeof routeName$5r]['get']['responses'][200]['content']['application/json'];
|
|
115099
|
+
type GetBrokerConnectionsByIdProps = paths[typeof routeName$5r]['get']['parameters'];
|
|
114978
115100
|
declare const getBrokerConnectionsById: (props: GetBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetBrokerConnectionsByIdResponse>;
|
|
114979
115101
|
|
|
114980
|
-
declare const routeName$
|
|
114981
|
-
type CreateBrokerConnectionsByIdBody = paths[typeof routeName$
|
|
114982
|
-
type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$
|
|
114983
|
-
type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$
|
|
115102
|
+
declare const routeName$5q = "/v1/api/brokers/{broker_id}/connections/{key}";
|
|
115103
|
+
type CreateBrokerConnectionsByIdBody = paths[typeof routeName$5q]['post']['requestBody']['content']['application/json'];
|
|
115104
|
+
type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$5q]['post']['parameters']['path'];
|
|
115105
|
+
type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$5q]['post']['responses'][201]['content']['application/json'];
|
|
114984
115106
|
interface CreateBrokerConnectionsByIdProps {
|
|
114985
115107
|
body: CreateBrokerConnectionsByIdBody;
|
|
114986
115108
|
params: {
|
|
@@ -114989,9 +115111,9 @@ interface CreateBrokerConnectionsByIdProps {
|
|
|
114989
115111
|
}
|
|
114990
115112
|
declare const createBrokerConnectionsById: (props: CreateBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<CreateBrokerConnectionsByIdResponse>;
|
|
114991
115113
|
|
|
114992
|
-
declare const routeName$
|
|
114993
|
-
type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$
|
|
114994
|
-
type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$
|
|
115114
|
+
declare const routeName$5p = "/v1/api/brokers/{broker_id}/connections/{key}";
|
|
115115
|
+
type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$5p]['delete']['parameters']['path'];
|
|
115116
|
+
type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$5p]['delete']['responses'][200]['content']['application/json'];
|
|
114995
115117
|
interface DeleteBrokerConnectionByKeyProps {
|
|
114996
115118
|
params: {
|
|
114997
115119
|
path: DeleteBrokerConnectionByKeyPathParams;
|
|
@@ -114999,10 +115121,10 @@ interface DeleteBrokerConnectionByKeyProps {
|
|
|
114999
115121
|
}
|
|
115000
115122
|
declare const deleteBrokerConnectionByKey: (props: DeleteBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteBrokerConnectionByKeyResponse>;
|
|
115001
115123
|
|
|
115002
|
-
declare const routeName$
|
|
115003
|
-
type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$
|
|
115004
|
-
type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$
|
|
115005
|
-
type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$
|
|
115124
|
+
declare const routeName$5o = "/v1/api/brokers/{broker_id}/connections/{key}";
|
|
115125
|
+
type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$5o]['patch']['requestBody']['content']['application/json'];
|
|
115126
|
+
type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$5o]['patch']['parameters']['path'];
|
|
115127
|
+
type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$5o]['patch']['responses'][200]['content']['application/json'];
|
|
115006
115128
|
interface UpdateBrokerConnectionByKeyProps {
|
|
115007
115129
|
body: UpdateBrokerConnectionByKeyBody;
|
|
115008
115130
|
params: {
|
|
@@ -115011,10 +115133,10 @@ interface UpdateBrokerConnectionByKeyProps {
|
|
|
115011
115133
|
}
|
|
115012
115134
|
declare const updateBrokerConnectionByKey: (props: UpdateBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateBrokerConnectionByKeyResponse>;
|
|
115013
115135
|
|
|
115014
|
-
declare const routeName$
|
|
115015
|
-
type CreateDistributionConnectionByIdBody = paths[typeof routeName$
|
|
115016
|
-
type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$
|
|
115017
|
-
type CreateDistributionConnectionByIdResponse = paths[typeof routeName$
|
|
115136
|
+
declare const routeName$5n = "/v1/api/distributions/{distribution_id}/connections/{key}";
|
|
115137
|
+
type CreateDistributionConnectionByIdBody = paths[typeof routeName$5n]['post']['requestBody']['content']['application/json'];
|
|
115138
|
+
type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$5n]['post']['parameters']['path'];
|
|
115139
|
+
type CreateDistributionConnectionByIdResponse = paths[typeof routeName$5n]['post']['responses'][201]['content']['application/json'];
|
|
115018
115140
|
interface CreateDistributionConnectionByIdProps {
|
|
115019
115141
|
body: CreateDistributionConnectionByIdBody;
|
|
115020
115142
|
params: {
|
|
@@ -115023,9 +115145,9 @@ interface CreateDistributionConnectionByIdProps {
|
|
|
115023
115145
|
}
|
|
115024
115146
|
declare const createDistributionConnectionById: (props: CreateDistributionConnectionByIdProps, wgApiClient: ClientType) => Promise<CreateDistributionConnectionByIdResponse>;
|
|
115025
115147
|
|
|
115026
|
-
declare const routeName$
|
|
115027
|
-
type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$
|
|
115028
|
-
type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$
|
|
115148
|
+
declare const routeName$5m = "/v1/api/distributions/{distribution_id}/connections/{key}";
|
|
115149
|
+
type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$5m]['delete']['parameters']['path'];
|
|
115150
|
+
type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$5m]['delete']['responses'][200]['content']['application/json'];
|
|
115029
115151
|
interface DeleteDistributionConnectionByKeyProps {
|
|
115030
115152
|
params: {
|
|
115031
115153
|
path: DeleteDistributionConnectionByKeyPathParams;
|
|
@@ -115033,10 +115155,10 @@ interface DeleteDistributionConnectionByKeyProps {
|
|
|
115033
115155
|
}
|
|
115034
115156
|
declare const deleteDistributionConnectionByKey: (props: DeleteDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteDistributionConnectionByKeyResponse>;
|
|
115035
115157
|
|
|
115036
|
-
declare const routeName$
|
|
115037
|
-
type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$
|
|
115038
|
-
type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$
|
|
115039
|
-
type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$
|
|
115158
|
+
declare const routeName$5l = "/v1/api/distributions/{distribution_id}/connections/{key}";
|
|
115159
|
+
type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$5l]['patch']['requestBody']['content']['application/json'];
|
|
115160
|
+
type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$5l]['patch']['parameters']['path'];
|
|
115161
|
+
type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$5l]['patch']['responses'][200]['content']['application/json'];
|
|
115040
115162
|
interface UpdateDistributionConnectionByKeyProps {
|
|
115041
115163
|
body: UpdateDistributionConnectionByKeyBody;
|
|
115042
115164
|
params: {
|
|
@@ -115045,35 +115167,35 @@ interface UpdateDistributionConnectionByKeyProps {
|
|
|
115045
115167
|
}
|
|
115046
115168
|
declare const updateDistributionConnectionByKey: (props: UpdateDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateDistributionConnectionByKeyResponse>;
|
|
115047
115169
|
|
|
115048
|
-
declare const routeName$
|
|
115049
|
-
type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$
|
|
115050
|
-
type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$
|
|
115051
|
-
type GetDistributionConnectionsByIdResponse = paths[typeof routeName$
|
|
115052
|
-
type GetDistributionConnectionsByIdProps = paths[typeof routeName$
|
|
115170
|
+
declare const routeName$5k = "/v1/api/distributions/{distribution_id}/connections";
|
|
115171
|
+
type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$5k]['get']['parameters']['path'];
|
|
115172
|
+
type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$5k]['get']['parameters']['query'];
|
|
115173
|
+
type GetDistributionConnectionsByIdResponse = paths[typeof routeName$5k]['get']['responses'][200]['content']['application/json'];
|
|
115174
|
+
type GetDistributionConnectionsByIdProps = paths[typeof routeName$5k]['get']['parameters'];
|
|
115053
115175
|
declare const getDistributionConnectionsById: (props: GetDistributionConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetDistributionConnectionsByIdResponse>;
|
|
115054
115176
|
|
|
115055
|
-
declare const routeName$
|
|
115056
|
-
type GetAnvaPartiesQueryParams = paths[typeof routeName$
|
|
115057
|
-
type GetAnvaPartiesResponse = paths[typeof routeName$
|
|
115058
|
-
type GetAnvaPartiesProps = paths[typeof routeName$
|
|
115177
|
+
declare const routeName$5j = "/v1/api/connections/anva/parties";
|
|
115178
|
+
type GetAnvaPartiesQueryParams = paths[typeof routeName$5j]['get']['parameters']['query'];
|
|
115179
|
+
type GetAnvaPartiesResponse = paths[typeof routeName$5j]['get']['responses'][200]['content']['application/json'];
|
|
115180
|
+
type GetAnvaPartiesProps = paths[typeof routeName$5j]['get']['parameters'];
|
|
115059
115181
|
declare const getAnvaParties: (props: GetAnvaPartiesProps, wgApiClient: ClientType) => Promise<GetAnvaPartiesResponse>;
|
|
115060
115182
|
|
|
115061
|
-
declare const routeName$
|
|
115062
|
-
type GetAnvaEmployeesQueryParams = paths[typeof routeName$
|
|
115063
|
-
type GetAnvaEmployeesResponse = paths[typeof routeName$
|
|
115064
|
-
type GetAnvaEmployeesProps = paths[typeof routeName$
|
|
115183
|
+
declare const routeName$5i = "/v1/api/connections/anva/employees";
|
|
115184
|
+
type GetAnvaEmployeesQueryParams = paths[typeof routeName$5i]['get']['parameters']['query'];
|
|
115185
|
+
type GetAnvaEmployeesResponse = paths[typeof routeName$5i]['get']['responses'][200]['content']['application/json'];
|
|
115186
|
+
type GetAnvaEmployeesProps = paths[typeof routeName$5i]['get']['parameters'];
|
|
115065
115187
|
declare const getAnvaEmployees: (props: GetAnvaEmployeesProps, wgApiClient: ClientType) => Promise<GetAnvaEmployeesResponse>;
|
|
115066
115188
|
|
|
115067
|
-
declare const routeName$
|
|
115068
|
-
type GetAnvaProductsQueryParams = paths[typeof routeName$
|
|
115069
|
-
type GetAnvaProductsResponse = paths[typeof routeName$
|
|
115070
|
-
type GetAnvaProductsProps = paths[typeof routeName$
|
|
115189
|
+
declare const routeName$5h = "/v1/api/connections/anva/products";
|
|
115190
|
+
type GetAnvaProductsQueryParams = paths[typeof routeName$5h]['get']['parameters']['query'];
|
|
115191
|
+
type GetAnvaProductsResponse = paths[typeof routeName$5h]['get']['responses'][200]['content']['application/json'];
|
|
115192
|
+
type GetAnvaProductsProps = paths[typeof routeName$5h]['get']['parameters'];
|
|
115071
115193
|
declare const getAnvaProducts: (props: GetAnvaProductsProps, wgApiClient: ClientType) => Promise<GetAnvaProductsResponse>;
|
|
115072
115194
|
|
|
115073
|
-
declare const routeName$
|
|
115074
|
-
type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$
|
|
115075
|
-
type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$
|
|
115076
|
-
type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$
|
|
115195
|
+
declare const routeName$5g = "/v1/api/connections/anva/parties/{anva_id}/imports";
|
|
115196
|
+
type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5g]['post']['parameters']['path'];
|
|
115197
|
+
type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5g]['post']['parameters']['query'];
|
|
115198
|
+
type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$5g]['post']['responses'][201]['content']['application/json'];
|
|
115077
115199
|
interface ImportAnvaPartyInWegroupProps {
|
|
115078
115200
|
params: {
|
|
115079
115201
|
query: ImportAnvaPartyInWegroupQueryParams;
|
|
@@ -115082,30 +115204,30 @@ interface ImportAnvaPartyInWegroupProps {
|
|
|
115082
115204
|
}
|
|
115083
115205
|
declare const importAnvaPartyInWegroup: (props: ImportAnvaPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaPartyInWegroupResponse>;
|
|
115084
115206
|
|
|
115085
|
-
declare const routeName$
|
|
115086
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$
|
|
115087
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$
|
|
115088
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$
|
|
115089
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$
|
|
115207
|
+
declare const routeName$5f = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
|
|
115208
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$5f]['get']['parameters']['path'];
|
|
115209
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$5f]['get']['parameters']['query'];
|
|
115210
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$5f]['get']['responses'][307]['content']['application/json'];
|
|
115211
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$5f]['get']['parameters'];
|
|
115090
115212
|
declare const importAnvaInsurancePolicyDocumentInWegroup: (props: ImportAnvaInsurancePolicyDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyDocumentInWegroupResponse>;
|
|
115091
115213
|
|
|
115092
|
-
declare const routeName$
|
|
115093
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$
|
|
115094
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$
|
|
115095
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$
|
|
115096
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$
|
|
115214
|
+
declare const routeName$5e = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
|
|
115215
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$5e]['get']['parameters']['path'];
|
|
115216
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$5e]['get']['parameters']['query'];
|
|
115217
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$5e]['get']['responses'][307]['content']['application/json'];
|
|
115218
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$5e]['get']['parameters'];
|
|
115097
115219
|
declare const importAnvaInsurancePolicyPackageDocumentInWegroup: (props: ImportAnvaInsurancePolicyPackageDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse>;
|
|
115098
115220
|
|
|
115099
|
-
declare const routeName$
|
|
115100
|
-
type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$
|
|
115101
|
-
type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$
|
|
115102
|
-
type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$
|
|
115221
|
+
declare const routeName$5d = "/v1/api/connections/anva/documents/import";
|
|
115222
|
+
type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$5d]['get']['parameters']['query'];
|
|
115223
|
+
type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$5d]['get']['responses'][307]['content']['application/json'];
|
|
115224
|
+
type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$5d]['get']['parameters'];
|
|
115103
115225
|
declare const importAnvaDocumentInWegroup: (props: ImportAnvaDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaDocumentInWegroupResponse>;
|
|
115104
115226
|
|
|
115105
|
-
declare const routeName$
|
|
115106
|
-
type CreateAnvaTaskBody = paths[typeof routeName$
|
|
115107
|
-
type CreateAnvaTaskQueryParams = paths[typeof routeName$
|
|
115108
|
-
type CreateAnvaTaskResponse = paths[typeof routeName$
|
|
115227
|
+
declare const routeName$5c = "/v1/api/connections/anva/task";
|
|
115228
|
+
type CreateAnvaTaskBody = paths[typeof routeName$5c]['post']['requestBody']['content']['application/json'];
|
|
115229
|
+
type CreateAnvaTaskQueryParams = paths[typeof routeName$5c]['post']['parameters']['query'];
|
|
115230
|
+
type CreateAnvaTaskResponse = paths[typeof routeName$5c]['post']['responses'][201]['content']['application/json'];
|
|
115109
115231
|
interface CreateAnvaTaskProps {
|
|
115110
115232
|
body: CreateAnvaTaskBody;
|
|
115111
115233
|
params: {
|
|
@@ -115114,9 +115236,9 @@ interface CreateAnvaTaskProps {
|
|
|
115114
115236
|
}
|
|
115115
115237
|
declare const createAnvaTask: (props: CreateAnvaTaskProps, wgApiClient: ClientType) => Promise<CreateAnvaTaskResponse>;
|
|
115116
115238
|
|
|
115117
|
-
declare const routeName$
|
|
115118
|
-
type ValidateAnvaConnectionQueryParams = paths[typeof routeName$
|
|
115119
|
-
type ValidateAnvaConnectionResponse = paths[typeof routeName$
|
|
115239
|
+
declare const routeName$5b = "/v1/api/connections/anva/validate";
|
|
115240
|
+
type ValidateAnvaConnectionQueryParams = paths[typeof routeName$5b]['post']['parameters']['query'];
|
|
115241
|
+
type ValidateAnvaConnectionResponse = paths[typeof routeName$5b]['post']['responses'][200]['content']['application/json'];
|
|
115120
115242
|
interface ValidateAnvaConnectionProps {
|
|
115121
115243
|
params: {
|
|
115122
115244
|
query: ValidateAnvaConnectionQueryParams;
|
|
@@ -115124,9 +115246,9 @@ interface ValidateAnvaConnectionProps {
|
|
|
115124
115246
|
}
|
|
115125
115247
|
declare const validateAnvaConnection: (props: ValidateAnvaConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaConnectionResponse>;
|
|
115126
115248
|
|
|
115127
|
-
declare const routeName$
|
|
115128
|
-
type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$
|
|
115129
|
-
type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$
|
|
115249
|
+
declare const routeName$5a = "/v1/api/connections/anva_dwh/validate";
|
|
115250
|
+
type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$5a]['post']['parameters']['query'];
|
|
115251
|
+
type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$5a]['post']['responses'][200]['content']['application/json'];
|
|
115130
115252
|
interface ValidateAnvaDwhConnectionProps {
|
|
115131
115253
|
params: {
|
|
115132
115254
|
query: ValidateAnvaDwhConnectionQueryParams;
|
|
@@ -115134,22 +115256,22 @@ interface ValidateAnvaDwhConnectionProps {
|
|
|
115134
115256
|
}
|
|
115135
115257
|
declare const validateAnvaDwhConnection: (props: ValidateAnvaDwhConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaDwhConnectionResponse>;
|
|
115136
115258
|
|
|
115137
|
-
declare const routeName$
|
|
115138
|
-
type GetDiasPartiesQueryParams = paths[typeof routeName$
|
|
115139
|
-
type GetDiasPartiesResponse = paths[typeof routeName$
|
|
115140
|
-
type GetDiasPartiesProps = paths[typeof routeName$
|
|
115259
|
+
declare const routeName$59 = "/v1/api/connections/dias/parties";
|
|
115260
|
+
type GetDiasPartiesQueryParams = paths[typeof routeName$59]['get']['parameters']['query'];
|
|
115261
|
+
type GetDiasPartiesResponse = paths[typeof routeName$59]['get']['responses'][200]['content']['application/json'];
|
|
115262
|
+
type GetDiasPartiesProps = paths[typeof routeName$59]['get']['parameters'];
|
|
115141
115263
|
declare const getDiasParties: (props: GetDiasPartiesProps, wgApiClient: ClientType) => Promise<GetDiasPartiesResponse>;
|
|
115142
115264
|
|
|
115143
|
-
declare const routeName$
|
|
115144
|
-
type GetDiasEmployeesQueryParams = paths[typeof routeName$
|
|
115145
|
-
type GetDiasEmployeesResponse = paths[typeof routeName$
|
|
115146
|
-
type GetDiasEmployeesProps = paths[typeof routeName$
|
|
115265
|
+
declare const routeName$58 = "/v1/api/connections/dias/employees";
|
|
115266
|
+
type GetDiasEmployeesQueryParams = paths[typeof routeName$58]['get']['parameters']['query'];
|
|
115267
|
+
type GetDiasEmployeesResponse = paths[typeof routeName$58]['get']['responses'][200]['content']['application/json'];
|
|
115268
|
+
type GetDiasEmployeesProps = paths[typeof routeName$58]['get']['parameters'];
|
|
115147
115269
|
declare const getDiasEmployees: (props: GetDiasEmployeesProps, wgApiClient: ClientType) => Promise<GetDiasEmployeesResponse>;
|
|
115148
115270
|
|
|
115149
|
-
declare const routeName$
|
|
115150
|
-
type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$
|
|
115151
|
-
type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$
|
|
115152
|
-
type ImportDiasPartyInWegroupResponse = paths[typeof routeName$
|
|
115271
|
+
declare const routeName$57 = "/v1/api/connections/dias/parties/{dias_id}/imports";
|
|
115272
|
+
type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$57]['post']['parameters']['path'];
|
|
115273
|
+
type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$57]['post']['parameters']['query'];
|
|
115274
|
+
type ImportDiasPartyInWegroupResponse = paths[typeof routeName$57]['post']['responses'][201]['content']['application/json'];
|
|
115153
115275
|
interface ImportDiasPartyInWegroupProps {
|
|
115154
115276
|
params: {
|
|
115155
115277
|
query: ImportDiasPartyInWegroupQueryParams;
|
|
@@ -115158,27 +115280,27 @@ interface ImportDiasPartyInWegroupProps {
|
|
|
115158
115280
|
}
|
|
115159
115281
|
declare const importDiasPartyInWegroup: (props: ImportDiasPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportDiasPartyInWegroupResponse>;
|
|
115160
115282
|
|
|
115161
|
-
declare const routeName$
|
|
115162
|
-
type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$
|
|
115163
|
-
type GetFasterforwardEmployeesResponse = paths[typeof routeName$
|
|
115164
|
-
type GetFasterforwardEmployeesProps = paths[typeof routeName$
|
|
115283
|
+
declare const routeName$56 = "/v1/api/connections/fasterforward/employees";
|
|
115284
|
+
type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$56]['get']['parameters']['query'];
|
|
115285
|
+
type GetFasterforwardEmployeesResponse = paths[typeof routeName$56]['get']['responses'][200]['content']['application/json'];
|
|
115286
|
+
type GetFasterforwardEmployeesProps = paths[typeof routeName$56]['get']['parameters'];
|
|
115165
115287
|
declare const getFasterforwardEmployees: (props: GetFasterforwardEmployeesProps, wgApiClient: ClientType) => Promise<GetFasterforwardEmployeesResponse>;
|
|
115166
115288
|
|
|
115167
|
-
declare const routeName$
|
|
115168
|
-
type GetAssuEmployeesQueryParams = paths[typeof routeName$
|
|
115169
|
-
type GetAssuEmployeesResponse = paths[typeof routeName$
|
|
115170
|
-
type GetAssuEmployeesProps = paths[typeof routeName$
|
|
115289
|
+
declare const routeName$55 = "/v1/api/connections/assu/employees";
|
|
115290
|
+
type GetAssuEmployeesQueryParams = paths[typeof routeName$55]['get']['parameters']['query'];
|
|
115291
|
+
type GetAssuEmployeesResponse = paths[typeof routeName$55]['get']['responses'][200]['content']['application/json'];
|
|
115292
|
+
type GetAssuEmployeesProps = paths[typeof routeName$55]['get']['parameters'];
|
|
115171
115293
|
declare const getAssuEmployees: (props: GetAssuEmployeesProps, wgApiClient: ClientType) => Promise<GetAssuEmployeesResponse>;
|
|
115172
115294
|
|
|
115173
|
-
declare const routeName$
|
|
115174
|
-
type GetFasterforwardTeamsQueryParams = paths[typeof routeName$
|
|
115175
|
-
type GetFasterforwardTeamsResponse = paths[typeof routeName$
|
|
115176
|
-
type GetFasterforwardTeamsProps = paths[typeof routeName$
|
|
115295
|
+
declare const routeName$54 = "/v1/api/connections/fasterforward/teams";
|
|
115296
|
+
type GetFasterforwardTeamsQueryParams = paths[typeof routeName$54]['get']['parameters']['query'];
|
|
115297
|
+
type GetFasterforwardTeamsResponse = paths[typeof routeName$54]['get']['responses'][200]['content']['application/json'];
|
|
115298
|
+
type GetFasterforwardTeamsProps = paths[typeof routeName$54]['get']['parameters'];
|
|
115177
115299
|
declare const getFasterforwardTeams: (props: GetFasterforwardTeamsProps, wgApiClient: ClientType) => Promise<GetFasterforwardTeamsResponse>;
|
|
115178
115300
|
|
|
115179
|
-
declare const routeName$
|
|
115180
|
-
type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$
|
|
115181
|
-
type ValidateFasterforwardConnectionResponse = paths[typeof routeName$
|
|
115301
|
+
declare const routeName$53 = "/v1/api/connections/fasterforward/validate";
|
|
115302
|
+
type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$53]['post']['parameters']['query'];
|
|
115303
|
+
type ValidateFasterforwardConnectionResponse = paths[typeof routeName$53]['post']['responses'][200]['content']['application/json'];
|
|
115182
115304
|
interface ValidateFasterforwardConnectionProps {
|
|
115183
115305
|
params: {
|
|
115184
115306
|
query: ValidateFasterforwardConnectionQueryParams;
|
|
@@ -115186,15 +115308,15 @@ interface ValidateFasterforwardConnectionProps {
|
|
|
115186
115308
|
}
|
|
115187
115309
|
declare const validateFasterforwardConnection: (props: ValidateFasterforwardConnectionProps, wgApiClient: ClientType) => Promise<ValidateFasterforwardConnectionResponse>;
|
|
115188
115310
|
|
|
115189
|
-
declare const routeName$
|
|
115190
|
-
type V1ApiIntegrationsAnvaPartiesGetQueryParams = paths[typeof routeName$
|
|
115191
|
-
type V1ApiIntegrationsAnvaPartiesGetResponse = paths[typeof routeName$
|
|
115192
|
-
type V1ApiIntegrationsAnvaPartiesGetProps = paths[typeof routeName$
|
|
115311
|
+
declare const routeName$52 = "/v1/api/integrations/anva/parties";
|
|
115312
|
+
type V1ApiIntegrationsAnvaPartiesGetQueryParams = paths[typeof routeName$52]['get']['parameters']['query'];
|
|
115313
|
+
type V1ApiIntegrationsAnvaPartiesGetResponse = paths[typeof routeName$52]['get']['responses'][200]['content']['application/json'];
|
|
115314
|
+
type V1ApiIntegrationsAnvaPartiesGetProps = paths[typeof routeName$52]['get']['parameters'];
|
|
115193
115315
|
declare const v1ApiIntegrationsAnvaPartiesGet: (props: V1ApiIntegrationsAnvaPartiesGetProps, wgApiClient: ClientType) => Promise<V1ApiIntegrationsAnvaPartiesGetResponse>;
|
|
115194
115316
|
|
|
115195
|
-
declare const routeName$
|
|
115196
|
-
type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostQueryParams = paths[typeof routeName$
|
|
115197
|
-
type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostResponse = paths[typeof routeName$
|
|
115317
|
+
declare const routeName$51 = "/v1/api/integrations/anva/parties/{anva_id}/imports";
|
|
115318
|
+
type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostQueryParams = paths[typeof routeName$51]['post']['parameters']['query'];
|
|
115319
|
+
type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostResponse = paths[typeof routeName$51]['post']['responses'][201]['content']['application/json'];
|
|
115198
115320
|
interface V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostProps {
|
|
115199
115321
|
params: {
|
|
115200
115322
|
query: V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostQueryParams;
|
|
@@ -115202,9 +115324,9 @@ interface V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostProps {
|
|
|
115202
115324
|
}
|
|
115203
115325
|
declare const v1ApiIntegrationsAnvaPartiesAnvaIdImportsPost: (props: V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostProps, wgApiClient: ClientType) => Promise<V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostResponse>;
|
|
115204
115326
|
|
|
115205
|
-
declare const routeName$
|
|
115206
|
-
type V1ApiIntegrationsAnvaValidatePostQueryParams = paths[typeof routeName$
|
|
115207
|
-
type V1ApiIntegrationsAnvaValidatePostResponse = paths[typeof routeName$
|
|
115327
|
+
declare const routeName$50 = "/v1/api/integrations/anva/validate";
|
|
115328
|
+
type V1ApiIntegrationsAnvaValidatePostQueryParams = paths[typeof routeName$50]['post']['parameters']['query'];
|
|
115329
|
+
type V1ApiIntegrationsAnvaValidatePostResponse = paths[typeof routeName$50]['post']['responses'][200]['content']['application/json'];
|
|
115208
115330
|
interface V1ApiIntegrationsAnvaValidatePostProps {
|
|
115209
115331
|
params: {
|
|
115210
115332
|
query: V1ApiIntegrationsAnvaValidatePostQueryParams;
|
|
@@ -115212,11 +115334,11 @@ interface V1ApiIntegrationsAnvaValidatePostProps {
|
|
|
115212
115334
|
}
|
|
115213
115335
|
declare const v1ApiIntegrationsAnvaValidatePost: (props: V1ApiIntegrationsAnvaValidatePostProps, wgApiClient: ClientType) => Promise<V1ApiIntegrationsAnvaValidatePostResponse>;
|
|
115214
115336
|
|
|
115215
|
-
declare const routeName$
|
|
115216
|
-
type GenerateQuestionsToPrefillByCarBody = paths[typeof routeName$
|
|
115217
|
-
type GenerateQuestionsToPrefillByCarPathParams = paths[typeof routeName$
|
|
115218
|
-
type GenerateQuestionsToPrefillByCarQueryParams = paths[typeof routeName$
|
|
115219
|
-
type GenerateQuestionsToPrefillByCarResponse = paths[typeof routeName$
|
|
115337
|
+
declare const routeName$4$ = "/v1/api/conversations/{session_id}/generate-questions-to-prefill-by-car";
|
|
115338
|
+
type GenerateQuestionsToPrefillByCarBody = paths[typeof routeName$4$]['post']['requestBody']['content']['application/json'];
|
|
115339
|
+
type GenerateQuestionsToPrefillByCarPathParams = paths[typeof routeName$4$]['post']['parameters']['path'];
|
|
115340
|
+
type GenerateQuestionsToPrefillByCarQueryParams = paths[typeof routeName$4$]['post']['parameters']['query'];
|
|
115341
|
+
type GenerateQuestionsToPrefillByCarResponse = paths[typeof routeName$4$]['post']['responses'][200]['content']['application/json'];
|
|
115220
115342
|
interface GenerateQuestionsToPrefillByCarProps {
|
|
115221
115343
|
body: GenerateQuestionsToPrefillByCarBody;
|
|
115222
115344
|
params: {
|
|
@@ -115226,11 +115348,11 @@ interface GenerateQuestionsToPrefillByCarProps {
|
|
|
115226
115348
|
}
|
|
115227
115349
|
declare const generateQuestionsToPrefillByCar: (props: GenerateQuestionsToPrefillByCarProps, wgApiClient: ClientType) => Promise<GenerateQuestionsToPrefillByCarResponse>;
|
|
115228
115350
|
|
|
115229
|
-
declare const routeName$
|
|
115230
|
-
type CreateConversationBody = paths[typeof routeName$
|
|
115231
|
-
type CreateConversationPathParams = paths[typeof routeName$
|
|
115232
|
-
type CreateConversationQueryParams = paths[typeof routeName$
|
|
115233
|
-
type CreateConversationResponse = paths[typeof routeName$
|
|
115351
|
+
declare const routeName$4_ = "/v1/api/flows/{flow_id}/conversations";
|
|
115352
|
+
type CreateConversationBody = paths[typeof routeName$4_]['post']['requestBody']['content']['application/json'];
|
|
115353
|
+
type CreateConversationPathParams = paths[typeof routeName$4_]['post']['parameters']['path'];
|
|
115354
|
+
type CreateConversationQueryParams = paths[typeof routeName$4_]['post']['parameters']['query'];
|
|
115355
|
+
type CreateConversationResponse = paths[typeof routeName$4_]['post']['responses'][201]['content']['application/json'];
|
|
115234
115356
|
interface CreateConversationProps {
|
|
115235
115357
|
body: CreateConversationBody;
|
|
115236
115358
|
params: {
|
|
@@ -115240,11 +115362,11 @@ interface CreateConversationProps {
|
|
|
115240
115362
|
}
|
|
115241
115363
|
declare const createConversation: (props: CreateConversationProps, wgApiClient: ClientType) => Promise<CreateConversationResponse>;
|
|
115242
115364
|
|
|
115243
|
-
declare const routeName$
|
|
115244
|
-
type AnswerAFlowSessionBody = paths[typeof routeName$
|
|
115245
|
-
type AnswerAFlowSessionPathParams = paths[typeof routeName$
|
|
115246
|
-
type AnswerAFlowSessionQueryParams = paths[typeof routeName$
|
|
115247
|
-
type AnswerAFlowSessionResponse = paths[typeof routeName$
|
|
115365
|
+
declare const routeName$4Z = "/v1/api/flows/{flow_id}/conversations/{session_id}/answers";
|
|
115366
|
+
type AnswerAFlowSessionBody = paths[typeof routeName$4Z]['post']['requestBody']['content']['application/json'];
|
|
115367
|
+
type AnswerAFlowSessionPathParams = paths[typeof routeName$4Z]['post']['parameters']['path'];
|
|
115368
|
+
type AnswerAFlowSessionQueryParams = paths[typeof routeName$4Z]['post']['parameters']['query'];
|
|
115369
|
+
type AnswerAFlowSessionResponse = paths[typeof routeName$4Z]['post']['responses'][200]['content']['application/json'];
|
|
115248
115370
|
interface AnswerAFlowSessionProps {
|
|
115249
115371
|
body: AnswerAFlowSessionBody;
|
|
115250
115372
|
params: {
|
|
@@ -115254,28 +115376,28 @@ interface AnswerAFlowSessionProps {
|
|
|
115254
115376
|
}
|
|
115255
115377
|
declare const answerAFlowSession: (props: AnswerAFlowSessionProps, wgApiClient: ClientType) => Promise<AnswerAFlowSessionResponse>;
|
|
115256
115378
|
|
|
115257
|
-
declare const routeName$
|
|
115258
|
-
type GetAllConversationsQueryParams = paths[typeof routeName$
|
|
115259
|
-
type GetAllConversationsResponse = paths[typeof routeName$
|
|
115260
|
-
type GetAllConversationsProps = paths[typeof routeName$
|
|
115379
|
+
declare const routeName$4Y = "/v1/api/conversations";
|
|
115380
|
+
type GetAllConversationsQueryParams = paths[typeof routeName$4Y]['get']['parameters']['query'];
|
|
115381
|
+
type GetAllConversationsResponse = paths[typeof routeName$4Y]['get']['responses'][200]['content']['application/json'];
|
|
115382
|
+
type GetAllConversationsProps = paths[typeof routeName$4Y]['get']['parameters'];
|
|
115261
115383
|
declare const getAllConversations: (props: GetAllConversationsProps, wgApiClient: ClientType) => Promise<GetAllConversationsResponse>;
|
|
115262
115384
|
|
|
115263
|
-
declare const routeName$
|
|
115264
|
-
type GetConversationsOriginFilterQueryParams = paths[typeof routeName$
|
|
115265
|
-
type GetConversationsOriginFilterResponse = paths[typeof routeName$
|
|
115266
|
-
type GetConversationsOriginFilterProps = paths[typeof routeName$
|
|
115385
|
+
declare const routeName$4X = "/v1/api/conversations-filters/origin";
|
|
115386
|
+
type GetConversationsOriginFilterQueryParams = paths[typeof routeName$4X]['get']['parameters']['query'];
|
|
115387
|
+
type GetConversationsOriginFilterResponse = paths[typeof routeName$4X]['get']['responses'][200]['content']['application/json'];
|
|
115388
|
+
type GetConversationsOriginFilterProps = paths[typeof routeName$4X]['get']['parameters'];
|
|
115267
115389
|
declare const getConversationsOriginFilter: (props: GetConversationsOriginFilterProps, wgApiClient: ClientType) => Promise<GetConversationsOriginFilterResponse>;
|
|
115268
115390
|
|
|
115269
|
-
declare const routeName$
|
|
115270
|
-
type GetConversationByIdPathParams = paths[typeof routeName$
|
|
115271
|
-
type GetConversationByIdQueryParams = paths[typeof routeName$
|
|
115272
|
-
type GetConversationByIdResponse = paths[typeof routeName$
|
|
115273
|
-
type GetConversationByIdProps = paths[typeof routeName$
|
|
115391
|
+
declare const routeName$4W = "/v1/api/conversations/{session_id}";
|
|
115392
|
+
type GetConversationByIdPathParams = paths[typeof routeName$4W]['get']['parameters']['path'];
|
|
115393
|
+
type GetConversationByIdQueryParams = paths[typeof routeName$4W]['get']['parameters']['query'];
|
|
115394
|
+
type GetConversationByIdResponse = paths[typeof routeName$4W]['get']['responses'][200]['content']['application/json'];
|
|
115395
|
+
type GetConversationByIdProps = paths[typeof routeName$4W]['get']['parameters'];
|
|
115274
115396
|
declare const getConversationById: (props: GetConversationByIdProps, wgApiClient: ClientType) => Promise<GetConversationByIdResponse>;
|
|
115275
115397
|
|
|
115276
|
-
declare const routeName$
|
|
115277
|
-
type DeleteSessionBySessionIdPathParams = paths[typeof routeName$
|
|
115278
|
-
type DeleteSessionBySessionIdResponse = paths[typeof routeName$
|
|
115398
|
+
declare const routeName$4V = "/v1/api/conversations/{session_id}";
|
|
115399
|
+
type DeleteSessionBySessionIdPathParams = paths[typeof routeName$4V]['delete']['parameters']['path'];
|
|
115400
|
+
type DeleteSessionBySessionIdResponse = paths[typeof routeName$4V]['delete']['responses'][200]['content']['application/json'];
|
|
115279
115401
|
interface DeleteSessionBySessionIdProps {
|
|
115280
115402
|
params: {
|
|
115281
115403
|
path: DeleteSessionBySessionIdPathParams;
|
|
@@ -115283,10 +115405,10 @@ interface DeleteSessionBySessionIdProps {
|
|
|
115283
115405
|
}
|
|
115284
115406
|
declare const deleteSessionBySessionId: (props: DeleteSessionBySessionIdProps, wgApiClient: ClientType) => Promise<DeleteSessionBySessionIdResponse>;
|
|
115285
115407
|
|
|
115286
|
-
declare const routeName$
|
|
115287
|
-
type UpdateConversationByIdBody = paths[typeof routeName$
|
|
115288
|
-
type UpdateConversationByIdPathParams = paths[typeof routeName$
|
|
115289
|
-
type UpdateConversationByIdResponse = paths[typeof routeName$
|
|
115408
|
+
declare const routeName$4U = "/v1/api/conversations/{session_id}";
|
|
115409
|
+
type UpdateConversationByIdBody = paths[typeof routeName$4U]['patch']['requestBody']['content']['application/json'];
|
|
115410
|
+
type UpdateConversationByIdPathParams = paths[typeof routeName$4U]['patch']['parameters']['path'];
|
|
115411
|
+
type UpdateConversationByIdResponse = paths[typeof routeName$4U]['patch']['responses'][200]['content']['application/json'];
|
|
115290
115412
|
interface UpdateConversationByIdProps {
|
|
115291
115413
|
body: UpdateConversationByIdBody;
|
|
115292
115414
|
params: {
|
|
@@ -115295,16 +115417,16 @@ interface UpdateConversationByIdProps {
|
|
|
115295
115417
|
}
|
|
115296
115418
|
declare const updateConversationById: (props: UpdateConversationByIdProps, wgApiClient: ClientType) => Promise<UpdateConversationByIdResponse>;
|
|
115297
115419
|
|
|
115298
|
-
declare const routeName$
|
|
115299
|
-
type GetAllSessionsBySessionIdPathParams = paths[typeof routeName$
|
|
115300
|
-
type GetAllSessionsBySessionIdQueryParams = paths[typeof routeName$
|
|
115301
|
-
type GetAllSessionsBySessionIdResponse = paths[typeof routeName$
|
|
115302
|
-
type GetAllSessionsBySessionIdProps = paths[typeof routeName$
|
|
115420
|
+
declare const routeName$4T = "/v1/api/conversations/{session_id}/sessions";
|
|
115421
|
+
type GetAllSessionsBySessionIdPathParams = paths[typeof routeName$4T]['get']['parameters']['path'];
|
|
115422
|
+
type GetAllSessionsBySessionIdQueryParams = paths[typeof routeName$4T]['get']['parameters']['query'];
|
|
115423
|
+
type GetAllSessionsBySessionIdResponse = paths[typeof routeName$4T]['get']['responses'][200]['content']['application/json'];
|
|
115424
|
+
type GetAllSessionsBySessionIdProps = paths[typeof routeName$4T]['get']['parameters'];
|
|
115303
115425
|
declare const getAllSessionsBySessionId: (props: GetAllSessionsBySessionIdProps, wgApiClient: ClientType) => Promise<GetAllSessionsBySessionIdResponse>;
|
|
115304
115426
|
|
|
115305
|
-
declare const routeName$
|
|
115306
|
-
type DeleteAllSessionsBySessionIdPathParams = paths[typeof routeName$
|
|
115307
|
-
type DeleteAllSessionsBySessionIdResponse = paths[typeof routeName$
|
|
115427
|
+
declare const routeName$4S = "/v1/api/conversations/{session_id}/sessions";
|
|
115428
|
+
type DeleteAllSessionsBySessionIdPathParams = paths[typeof routeName$4S]['delete']['parameters']['path'];
|
|
115429
|
+
type DeleteAllSessionsBySessionIdResponse = paths[typeof routeName$4S]['delete']['responses'][200]['content']['application/json'];
|
|
115308
115430
|
interface DeleteAllSessionsBySessionIdProps {
|
|
115309
115431
|
params: {
|
|
115310
115432
|
path: DeleteAllSessionsBySessionIdPathParams;
|
|
@@ -115312,10 +115434,10 @@ interface DeleteAllSessionsBySessionIdProps {
|
|
|
115312
115434
|
}
|
|
115313
115435
|
declare const deleteAllSessionsBySessionId: (props: DeleteAllSessionsBySessionIdProps, wgApiClient: ClientType) => Promise<DeleteAllSessionsBySessionIdResponse>;
|
|
115314
115436
|
|
|
115315
|
-
declare const routeName$
|
|
115316
|
-
type DeleteEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$
|
|
115317
|
-
type DeleteEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$
|
|
115318
|
-
type DeleteEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$
|
|
115437
|
+
declare const routeName$4R = "/v1/api/conversations/{session_id}/entities/{entity_id}";
|
|
115438
|
+
type DeleteEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$4R]['delete']['parameters']['path'];
|
|
115439
|
+
type DeleteEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$4R]['delete']['parameters']['query'];
|
|
115440
|
+
type DeleteEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$4R]['delete']['responses'][200]['content']['application/json'];
|
|
115319
115441
|
interface DeleteEntityBySessionIdAndFlowIdProps {
|
|
115320
115442
|
params: {
|
|
115321
115443
|
query: DeleteEntityBySessionIdAndFlowIdQueryParams;
|
|
@@ -115324,10 +115446,10 @@ interface DeleteEntityBySessionIdAndFlowIdProps {
|
|
|
115324
115446
|
}
|
|
115325
115447
|
declare const deleteEntityBySessionIdAndFlowId: (props: DeleteEntityBySessionIdAndFlowIdProps, wgApiClient: ClientType) => Promise<DeleteEntityBySessionIdAndFlowIdResponse>;
|
|
115326
115448
|
|
|
115327
|
-
declare const routeName$
|
|
115328
|
-
type DeletePartyEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$
|
|
115329
|
-
type DeletePartyEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$
|
|
115330
|
-
type DeletePartyEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$
|
|
115449
|
+
declare const routeName$4Q = "/v1/api/conversations/{session_id}/entities/{entity_id}/parties/{party_id}";
|
|
115450
|
+
type DeletePartyEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$4Q]['delete']['parameters']['path'];
|
|
115451
|
+
type DeletePartyEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$4Q]['delete']['parameters']['query'];
|
|
115452
|
+
type DeletePartyEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$4Q]['delete']['responses'][200]['content']['application/json'];
|
|
115331
115453
|
interface DeletePartyEntityBySessionIdAndFlowIdProps {
|
|
115332
115454
|
params: {
|
|
115333
115455
|
query: DeletePartyEntityBySessionIdAndFlowIdQueryParams;
|
|
@@ -115336,10 +115458,10 @@ interface DeletePartyEntityBySessionIdAndFlowIdProps {
|
|
|
115336
115458
|
}
|
|
115337
115459
|
declare const deletePartyEntityBySessionIdAndFlowId: (props: DeletePartyEntityBySessionIdAndFlowIdProps, wgApiClient: ClientType) => Promise<DeletePartyEntityBySessionIdAndFlowIdResponse>;
|
|
115338
115460
|
|
|
115339
|
-
declare const routeName$
|
|
115340
|
-
type MarkConversationAsCompletedByIdBody = paths[typeof routeName$
|
|
115341
|
-
type MarkConversationAsCompletedByIdPathParams = paths[typeof routeName$
|
|
115342
|
-
type MarkConversationAsCompletedByIdResponse = paths[typeof routeName$
|
|
115461
|
+
declare const routeName$4P = "/v1/api/conversations/{session_id}/complete";
|
|
115462
|
+
type MarkConversationAsCompletedByIdBody = paths[typeof routeName$4P]['post']['requestBody']['content']['application/json'];
|
|
115463
|
+
type MarkConversationAsCompletedByIdPathParams = paths[typeof routeName$4P]['post']['parameters']['path'];
|
|
115464
|
+
type MarkConversationAsCompletedByIdResponse = paths[typeof routeName$4P]['post']['responses'][200]['content']['application/json'];
|
|
115343
115465
|
interface MarkConversationAsCompletedByIdProps {
|
|
115344
115466
|
body: MarkConversationAsCompletedByIdBody;
|
|
115345
115467
|
params: {
|
|
@@ -115348,9 +115470,9 @@ interface MarkConversationAsCompletedByIdProps {
|
|
|
115348
115470
|
}
|
|
115349
115471
|
declare const markConversationAsCompletedById: (props: MarkConversationAsCompletedByIdProps, wgApiClient: ClientType) => Promise<MarkConversationAsCompletedByIdResponse>;
|
|
115350
115472
|
|
|
115351
|
-
declare const routeName$
|
|
115352
|
-
type CreateConversationReminderPathParams = paths[typeof routeName$
|
|
115353
|
-
type CreateConversationReminderResponse = paths[typeof routeName$
|
|
115473
|
+
declare const routeName$4O = "/v1/api/conversations/{session_id}/reminders";
|
|
115474
|
+
type CreateConversationReminderPathParams = paths[typeof routeName$4O]['post']['parameters']['path'];
|
|
115475
|
+
type CreateConversationReminderResponse = paths[typeof routeName$4O]['post']['responses'][200]['content']['application/json'];
|
|
115354
115476
|
interface CreateConversationReminderProps {
|
|
115355
115477
|
params: {
|
|
115356
115478
|
path: CreateConversationReminderPathParams;
|
|
@@ -115358,11 +115480,11 @@ interface CreateConversationReminderProps {
|
|
|
115358
115480
|
}
|
|
115359
115481
|
declare const createConversationReminder: (props: CreateConversationReminderProps, wgApiClient: ClientType) => Promise<CreateConversationReminderResponse>;
|
|
115360
115482
|
|
|
115361
|
-
declare const routeName$
|
|
115362
|
-
type GetConversationReportPdfByIdBody = paths[typeof routeName$
|
|
115363
|
-
type GetConversationReportPdfByIdPathParams = paths[typeof routeName$
|
|
115364
|
-
type GetConversationReportPdfByIdQueryParams = paths[typeof routeName$
|
|
115365
|
-
type GetConversationReportPdfByIdResponse = paths[typeof routeName$
|
|
115483
|
+
declare const routeName$4N = "/v1/api/conversations/{session_id}/pdf";
|
|
115484
|
+
type GetConversationReportPdfByIdBody = paths[typeof routeName$4N]['post']['requestBody']['content']['application/json'];
|
|
115485
|
+
type GetConversationReportPdfByIdPathParams = paths[typeof routeName$4N]['post']['parameters']['path'];
|
|
115486
|
+
type GetConversationReportPdfByIdQueryParams = paths[typeof routeName$4N]['post']['parameters']['query'];
|
|
115487
|
+
type GetConversationReportPdfByIdResponse = paths[typeof routeName$4N]['post']['responses'][200]['content']['application/json'];
|
|
115366
115488
|
interface GetConversationReportPdfByIdProps {
|
|
115367
115489
|
body: GetConversationReportPdfByIdBody;
|
|
115368
115490
|
params: {
|
|
@@ -115372,10 +115494,10 @@ interface GetConversationReportPdfByIdProps {
|
|
|
115372
115494
|
}
|
|
115373
115495
|
declare const getConversationReportPdfById: (props: GetConversationReportPdfByIdProps, wgApiClient: ClientType) => Promise<GetConversationReportPdfByIdResponse>;
|
|
115374
115496
|
|
|
115375
|
-
declare const routeName$
|
|
115376
|
-
type GiveFeedbackOnConversationByIdPathParams = paths[typeof routeName$
|
|
115377
|
-
type GiveFeedbackOnConversationByIdQueryParams = paths[typeof routeName$
|
|
115378
|
-
type GiveFeedbackOnConversationByIdResponse = paths[typeof routeName$
|
|
115497
|
+
declare const routeName$4M = "/v1/api/conversations/{session_id}/feedback";
|
|
115498
|
+
type GiveFeedbackOnConversationByIdPathParams = paths[typeof routeName$4M]['post']['parameters']['path'];
|
|
115499
|
+
type GiveFeedbackOnConversationByIdQueryParams = paths[typeof routeName$4M]['post']['parameters']['query'];
|
|
115500
|
+
type GiveFeedbackOnConversationByIdResponse = paths[typeof routeName$4M]['post']['responses'][201]['content']['application/json'];
|
|
115379
115501
|
interface GiveFeedbackOnConversationByIdProps {
|
|
115380
115502
|
params: {
|
|
115381
115503
|
query: GiveFeedbackOnConversationByIdQueryParams;
|
|
@@ -115384,27 +115506,27 @@ interface GiveFeedbackOnConversationByIdProps {
|
|
|
115384
115506
|
}
|
|
115385
115507
|
declare const giveFeedbackOnConversationById: (props: GiveFeedbackOnConversationByIdProps, wgApiClient: ClientType) => Promise<GiveFeedbackOnConversationByIdResponse>;
|
|
115386
115508
|
|
|
115387
|
-
declare const routeName$
|
|
115388
|
-
type GetChatBySessionIdPathParams = paths[typeof routeName$
|
|
115389
|
-
type GetChatBySessionIdResponse = paths[typeof routeName$
|
|
115390
|
-
type GetChatBySessionIdProps = paths[typeof routeName$
|
|
115509
|
+
declare const routeName$4L = "/v1/api/conversations/{session_id}/chat";
|
|
115510
|
+
type GetChatBySessionIdPathParams = paths[typeof routeName$4L]['get']['parameters']['path'];
|
|
115511
|
+
type GetChatBySessionIdResponse = paths[typeof routeName$4L]['get']['responses'][200]['content']['application/json'];
|
|
115512
|
+
type GetChatBySessionIdProps = paths[typeof routeName$4L]['get']['parameters'];
|
|
115391
115513
|
declare const getChatBySessionId: (props: GetChatBySessionIdProps, wgApiClient: ClientType) => Promise<GetChatBySessionIdResponse>;
|
|
115392
115514
|
|
|
115393
|
-
declare const routeName$
|
|
115394
|
-
type GetChatSummaryV2BySessionIdPathParams = paths[typeof routeName$
|
|
115395
|
-
type GetChatSummaryV2BySessionIdQueryParams = paths[typeof routeName$
|
|
115396
|
-
type GetChatSummaryV2BySessionIdResponse = paths[typeof routeName$
|
|
115397
|
-
type GetChatSummaryV2BySessionIdProps = paths[typeof routeName$
|
|
115515
|
+
declare const routeName$4K = "/v2/api/conversations/{session_id}/chat-summary";
|
|
115516
|
+
type GetChatSummaryV2BySessionIdPathParams = paths[typeof routeName$4K]['get']['parameters']['path'];
|
|
115517
|
+
type GetChatSummaryV2BySessionIdQueryParams = paths[typeof routeName$4K]['get']['parameters']['query'];
|
|
115518
|
+
type GetChatSummaryV2BySessionIdResponse = paths[typeof routeName$4K]['get']['responses'][200]['content']['application/json'];
|
|
115519
|
+
type GetChatSummaryV2BySessionIdProps = paths[typeof routeName$4K]['get']['parameters'];
|
|
115398
115520
|
declare const getChatSummaryV2BySessionId: (props: GetChatSummaryV2BySessionIdProps, wgApiClient: ClientType) => Promise<GetChatSummaryV2BySessionIdResponse>;
|
|
115399
115521
|
|
|
115400
|
-
declare const routeName$
|
|
115401
|
-
type GetPartiesLinkedToUserResponse = paths[typeof routeName$
|
|
115522
|
+
declare const routeName$4J = "/v1/api/customers/me/parties";
|
|
115523
|
+
type GetPartiesLinkedToUserResponse = paths[typeof routeName$4J]['get']['responses'][200]['content']['application/json'];
|
|
115402
115524
|
declare const getPartiesLinkedToUser: (wgApiClient: ClientType) => Promise<GetPartiesLinkedToUserResponse>;
|
|
115403
115525
|
|
|
115404
|
-
declare const routeName$
|
|
115405
|
-
type InviteUserToPartyBody = paths[typeof routeName$
|
|
115406
|
-
type InviteUserToPartyPathParams = paths[typeof routeName$
|
|
115407
|
-
type InviteUserToPartyResponse = paths[typeof routeName$
|
|
115526
|
+
declare const routeName$4I = "/v1/api/parties/{party_id}/customer-invitations";
|
|
115527
|
+
type InviteUserToPartyBody = paths[typeof routeName$4I]['post']['requestBody']['content']['application/json'];
|
|
115528
|
+
type InviteUserToPartyPathParams = paths[typeof routeName$4I]['post']['parameters']['path'];
|
|
115529
|
+
type InviteUserToPartyResponse = paths[typeof routeName$4I]['post']['responses'][200]['content']['application/json'];
|
|
115408
115530
|
interface InviteUserToPartyProps {
|
|
115409
115531
|
body: InviteUserToPartyBody;
|
|
115410
115532
|
params: {
|
|
@@ -115413,6 +115535,12 @@ interface InviteUserToPartyProps {
|
|
|
115413
115535
|
}
|
|
115414
115536
|
declare const inviteUserToParty: (props: InviteUserToPartyProps, wgApiClient: ClientType) => Promise<InviteUserToPartyResponse>;
|
|
115415
115537
|
|
|
115538
|
+
declare const routeName$4H = "/v1/api/parties/{party_id}/checkup";
|
|
115539
|
+
type GetCheckupByPartyIdPathParams = paths[typeof routeName$4H]['get']['parameters']['path'];
|
|
115540
|
+
type GetCheckupByPartyIdResponse = paths[typeof routeName$4H]['get']['responses'][200]['content']['application/json'];
|
|
115541
|
+
type GetCheckupByPartyIdProps = paths[typeof routeName$4H]['get']['parameters'];
|
|
115542
|
+
declare const getCheckupByPartyId: (props: GetCheckupByPartyIdProps, wgApiClient: ClientType) => Promise<GetCheckupByPartyIdResponse>;
|
|
115543
|
+
|
|
115416
115544
|
declare const routeName$4G = "/v1/api/parties/link-users";
|
|
115417
115545
|
type LinkPartyToUserBody = paths[typeof routeName$4G]['post']['requestBody']['content']['application/json'];
|
|
115418
115546
|
type LinkPartyToUserResponse = paths[typeof routeName$4G]['post']['responses'][200]['content']['application/json'];
|
|
@@ -118101,4 +118229,4 @@ interface ValidateYellowhiveQuestionnaireProps {
|
|
|
118101
118229
|
}
|
|
118102
118230
|
declare const validateYellowhiveQuestionnaire: (props: ValidateYellowhiveQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateYellowhiveQuestionnaireResponse>;
|
|
118103
118231
|
|
|
118104
|
-
export { type $defs, type AcceptOrRejectAnAdvisoryReportBody, type AcceptOrRejectAnAdvisoryReportPathParams, type AcceptOrRejectAnAdvisoryReportQueryParams, type AcceptOrRejectAnAdvisoryReportResponse, type AnalyzeEmailBody, type AnalyzeEmailPathParams, type AnalyzeEmailResponse, type AnswerAFlowDirectlyBody, type AnswerAFlowDirectlyPathParams, type AnswerAFlowDirectlyQueryParams, type AnswerAFlowDirectlyResponse, type AnswerAFlowSessionBody, type AnswerAFlowSessionPathParams, type AnswerAFlowSessionQueryParams, type AnswerAFlowSessionResponse, type BlockCustomerFromAccessingPartyPathParams, type BlockCustomerFromAccessingPartyResponse, type CalculateAnvaquotesBySessionIdBody, type CalculateAnvaquotesBySessionIdPathParams, type CalculateAnvaquotesBySessionIdQueryParams, type CalculateAnvaquotesBySessionIdResponse, type CalculateCarLeaseQuoteBody, type CalculateCarLeaseQuoteQueryParams, type CalculateCarLeaseQuoteResponse, type CalculateQuotesV2Body, type CalculateQuotesV2PathParams, type CalculateQuotesV2QueryParams, type CalculateQuotesV2Response, type CalculateYellowhiveQuotesBySessionIdBody, type CalculateYellowhiveQuotesBySessionIdPathParams, type CalculateYellowhiveQuotesBySessionIdQueryParams, type CalculateYellowhiveQuotesBySessionIdResponse, type ClaimReportByIdPathParams, type ClaimReportByIdQueryParams, type ClaimReportByIdResponse, type ClaimRequestUpdatePathParams, type ClaimRequestUpdateQueryParams, type ClaimRequestUpdateResponse, type ClientType, type CommentOnActivityPathParams, type CommentOnActivityQueryParams, type CommentOnActivityResponse, type CreateAccidentsForPartyBody, type CreateAccidentsForPartyPathParams, type CreateAccidentsForPartyQueryParams, type CreateAccidentsForPartyResponse, type CreateAccountBody, type CreateAccountQueryParams, type CreateAccountResponse, type CreateAdvisoryReportBody, type CreateAdvisoryReportQueryParams, type CreateAdvisoryReportResponse, type CreateAdvisoryReportRevisionBody, type CreateAdvisoryReportRevisionPathParams, type CreateAdvisoryReportRevisionQueryParams, type CreateAdvisoryReportRevisionResponse, type CreateAdvisoryReportRevisionV2Body, type CreateAdvisoryReportRevisionV2PathParams, type CreateAdvisoryReportRevisionV2QueryParams, type CreateAdvisoryReportRevisionV2Response, type CreateAdvisoryReportStepSettingsBody, type CreateAdvisoryReportStepSettingsPathParams, type CreateAdvisoryReportStepSettingsQueryParams, type CreateAdvisoryReportStepSettingsResponse, type CreateAnvaPartyBody, type CreateAnvaPartyPathParams, type CreateAnvaPartyQueryParams, type CreateAnvaPartyResponse, type CreateAnvaTaskBody, type CreateAnvaTaskQueryParams, type CreateAnvaTaskResponse, 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 CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type CreatePartyActivitiesAsCustomerBody, type CreatePartyActivitiesAsCustomerResponse, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse, type CreatePartyGroupRiskObjectBody, type CreatePartyGroupRiskObjectPathParams, type CreatePartyGroupRiskObjectQueryParams, type CreatePartyGroupRiskObjectResponse, type CreatePartyNoteBody, type CreatePartyNotePathParams, type CreatePartyNoteResponse, type CreatePartyOffersBody, type CreatePartyOffersPathParams, type CreatePartyOffersQueryParams, type CreatePartyOffersResponse, type CreatePartyRelationsBody, type CreatePartyRelationsQueryParams, type CreatePartyRelationsResponse, type CreateProfileaseCarLeaseOfferBody, type CreateProfileaseCarLeaseOfferQueryParams, type CreateProfileaseCarLeaseOfferResponse, type CreateProflowSessionByBatchIdPathParams, type CreateProflowSessionByBatchIdQueryParams, type CreateProflowSessionByBatchIdResponse, type CreateRecommendationByPartyIdBody, type CreateRecommendationByPartyIdPathParams, type CreateRecommendationByPartyIdQueryParams, type CreateRecommendationByPartyIdResponse, type CreateRecommendationBySessionIdBody, type CreateRecommendationBySessionIdQueryParams, type CreateRecommendationBySessionIdResponse, type CreateReferenceForPartyBody, type CreateReferenceForPartyPathParams, type CreateReferenceForPartyResponse, type CreateReferencesForRiskObjectBody, type CreateReferencesForRiskObjectPathParams, type CreateReferencesForRiskObjectQueryParams, type CreateReferencesForRiskObjectResponse, type CreateRelationBetweenRiskObjectAndPartyBody, type CreateRelationBetweenRiskObjectAndPartyPathParams, type CreateRelationBetweenRiskObjectAndPartyQueryParams, type CreateRelationBetweenRiskObjectAndPartyResponse, type CreateRiskDomainActionForAdvisoryReportByIdBody, type CreateRiskDomainActionForAdvisoryReportByIdPathParams, type CreateRiskDomainActionForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionForAdvisoryReportByIdResponse, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainAdviceForAdvisoryReportByIdBody, type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainForAdvisoryReportByIdBody, type CreateRiskDomainForAdvisoryReportByIdPathParams, type CreateRiskDomainForAdvisoryReportByIdQueryParams, type CreateRiskDomainForAdvisoryReportByIdResponse, type CreateSemiTrailerRiskObjectBody, type CreateSemiTrailerRiskObjectPathParams, type CreateSemiTrailerRiskObjectQueryParams, type CreateSemiTrailerRiskObjectResponse, type CreateToolkitAccountBody, type CreateToolkitAccountQueryParams, type CreateToolkitAccountResponse, type CreateToolkitBrokerBody, type CreateToolkitBrokerQueryParams, type CreateToolkitBrokerResponse, type CreateTrailerRiskObjectBody, type CreateTrailerRiskObjectPathParams, type CreateTrailerRiskObjectQueryParams, type CreateTrailerRiskObjectResponse, type CreateTrialBrokerBody, type CreateTrialBrokerQueryParams, type CreateTrialBrokerResponse, type CreateUploadLinkAsCustomerPathParams, type CreateUploadLinkAsCustomerQueryParams, type CreateUploadLinkAsCustomerResponse, type CreateUspItemForDistributionBody, type CreateUspItemForDistributionQueryParams, type CreateUspItemForDistributionResponse, type CreateYellowhiveContactPersonBody, type CreateYellowhiveContactPersonPathParams, type CreateYellowhiveContactPersonQueryParams, type CreateYellowhiveContactPersonResponse, type DeleteAdvisoryReportPathParams, type DeleteAdvisoryReportQueryParams, type DeleteAdvisoryReportResponse, type DeleteAdvisoryReportRevisionPathParams, type DeleteAdvisoryReportRevisionQueryParams, type DeleteAdvisoryReportRevisionResponse, type DeleteAllSessionsBySessionIdPathParams, type DeleteAllSessionsBySessionIdResponse, type DeleteAnvaClosingQuestionsPathParams, type DeleteAnvaClosingQuestionsQueryParams, type DeleteAnvaClosingQuestionsResponse, type DeleteBrokerConnectionByKeyPathParams, type DeleteBrokerConnectionByKeyResponse, type DeleteClaimAsBrokerByIdPathParams, type DeleteClaimAsBrokerByIdQueryParams, type DeleteClaimAsBrokerByIdResponse, type DeleteCommentOnActivityPathParams, type DeleteCommentOnActivityQueryParams, type DeleteCommentOnActivityResponse, type DeleteDistributionConnectionByKeyPathParams, type DeleteDistributionConnectionByKeyResponse, type DeleteDistributionFaqPathParams, type DeleteDistributionFaqQueryParams, type DeleteDistributionFaqResponse, type DeleteDistributionTagPathParams, type DeleteDistributionTagQueryParams, type DeleteDistributionTagResponse, type DeleteDocumentByIdAsCustomerWithTokenPathParams, type DeleteDocumentByIdAsCustomerWithTokenQueryParams, type DeleteDocumentByIdAsCustomerWithTokenResponse, type DeleteDocumentByIdPathParams, type DeleteDocumentByIdQueryParams, type DeleteDocumentByIdResponse, type DeleteDocumentForPartyPathParams, type DeleteDocumentForPartyResponse, type DeleteEntityAsBrokerByIdPathParams, type DeleteEntityAsBrokerByIdQueryParams, type DeleteEntityAsBrokerByIdResponse, type DeleteEntityByIdAsCustomerWithTokenPathParams, type DeleteEntityByIdAsCustomerWithTokenQueryParams, type DeleteEntityByIdAsCustomerWithTokenResponse, type DeleteEntityBySessionIdAndFlowIdPathParams, type DeleteEntityBySessionIdAndFlowIdQueryParams, type DeleteEntityBySessionIdAndFlowIdResponse, type DeleteInsurancePoliciesForPartyPathParams, type DeleteInsurancePoliciesForPartyResponse, type DeleteInsurancePolicyForAdvisoryReportByIdPathParams, type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams, type DeleteInsurancePolicyForAdvisoryReportByIdResponse, type DeleteInsuranceProductClauseForDistributionPathParams, type DeleteInsuranceProductClauseForDistributionQueryParams, type DeleteInsuranceProductClauseForDistributionResponse, type DeleteNotePathParams, type DeleteNoteQueryParams, type DeleteNoteResponse, type DeletePartyActivitiesAsCustomerPathParams, type DeletePartyActivitiesAsCustomerResponse, type DeletePartyEntityBySessionIdAndFlowIdPathParams, type DeletePartyEntityBySessionIdAndFlowIdQueryParams, type DeletePartyEntityBySessionIdAndFlowIdResponse, type DeletePartyNoteByIdPathParams, type DeletePartyNoteByIdResponse, type DeletePartyRelationsPathParams, type DeletePartyRelationsResponse, type DeletePolicyPackagesForPartyPathParams, type DeletePolicyPackagesForPartyResponse, type DeleteRelationBetweenRiskObjectAndPartyPathParams, type DeleteRelationBetweenRiskObjectAndPartyQueryParams, type DeleteRelationBetweenRiskObjectAndPartyResponse, type DeleteRiskDomainActionForAdvisoryReportByIdPathParams, type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams, type DeleteRiskDomainActionForAdvisoryReportByIdResponse, type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse, type DeleteRiskDomainForAdvisoryReportByIdPathParams, type DeleteRiskDomainForAdvisoryReportByIdQueryParams, type DeleteRiskDomainForAdvisoryReportByIdResponse, type DeleteRiskObjectByIdPathParams, type DeleteRiskObjectByIdResponse, type DeleteSessionBySessionIdPathParams, type DeleteSessionBySessionIdResponse, type DeleteUspByDistributionAndIdPathParams, type DeleteUspByDistributionAndIdQueryParams, type DeleteUspByDistributionAndIdResponse, type DelinkPartyToUserBody, type DelinkPartyToUserResponse, type Disable2FaByUserBody, type Disable2FaByUserResponse, type Disable2FaForCustomerPathParams, type Disable2FaForCustomerResponse, type DownloadDocumentByIdPathParams, type DownloadDocumentByIdQueryParams, type DownloadDocumentByIdResponse, type EditInsuranceProductAdviceByDistributionBody, type EditInsuranceProductAdviceByDistributionPathParams, type EditInsuranceProductAdviceByDistributionResponse, type EditInsuranceProductDescriptionsByDistributionPathParams, type EditInsuranceProductDescriptionsByDistributionResponse, type Enable2FaBody, type Enable2FaResponse, type EnqueueCalculationAnvaquotesBySessionIdBody, type EnqueueCalculationAnvaquotesBySessionIdPathParams, type EnqueueCalculationAnvaquotesBySessionIdQueryParams, type EnqueueCalculationAnvaquotesBySessionIdResponse, type EnqueueSendCustomQuotesToAnvaBySessionIdBody, type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams, type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams, type EnqueueSendCustomQuotesToAnvaBySessionIdResponse, type EnqueueSendOfferToAnvaBySessionIdPathParams, type EnqueueSendOfferToAnvaBySessionIdQueryParams, type EnqueueSendOfferToAnvaBySessionIdResponse, type EnrichPartyByIdWithExternalCompanyDataPathParams, type EnrichPartyByIdWithExternalCompanyDataQueryParams, type EnrichPartyByIdWithExternalCompanyDataResponse, type ExportAdvisoryReportByIdBody, type ExportAdvisoryReportByIdPathParams, type ExportAdvisoryReportByIdQueryParams, type ExportAdvisoryReportByIdResponse, type ExportPartyByIdPathParams, type ExportPartyByIdResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type 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 GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, 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 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 GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, 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 GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, 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 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 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 InviteColleaguesToDistributionBody, type InviteColleaguesToDistributionResponse, type InviteUserToPartyBody, type InviteUserToPartyPathParams, type InviteUserToPartyResponse, type LinkConversationToAdvisoryReportBody, type LinkConversationToAdvisoryReportPathParams, type LinkConversationToAdvisoryReportQueryParams, type LinkConversationToAdvisoryReportResponse, type LinkPartyToUserBody, type LinkPartyToUserResponse, type LockFlightApiResponse, type MarkConversationAsCompletedByIdBody, type MarkConversationAsCompletedByIdPathParams, type MarkConversationAsCompletedByIdResponse, type MergePartiesTogetherBody, type MergePartiesTogetherPathParams, type MergePartiesTogetherQueryParams, type MergePartiesTogetherResponse, type Middleware, type OrderInsurancePolciesOfAdvisoryReportBody, type OrderInsurancePolciesOfAdvisoryReportPathParams, type OrderInsurancePolciesOfAdvisoryReportQueryParams, type OrderInsurancePolciesOfAdvisoryReportResponse, type OverrideInsuranceProductRecommendationByIdBody, type OverrideInsuranceProductRecommendationByIdPathParams, type OverrideInsuranceProductRecommendationByIdResponse, type OverridePreventionAdviceRecommendationByIdBody, type OverridePreventionAdviceRecommendationByIdPathParams, type OverridePreventionAdviceRecommendationByIdResponse, type PatchAnvaproductByIdBody, type PatchAnvaproductByIdPathParams, type PatchAnvaproductByIdQueryParams, type PatchAnvaproductByIdResponse, type PatchAnvaproductCoverageByIdBody, type PatchAnvaproductCoverageByIdPathParams, type PatchAnvaproductCoverageByIdQueryParams, type PatchAnvaproductCoverageByIdResponse, type 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 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 RetrieveExportByIdPathParams, type RetrieveExportByIdQueryParams, type RetrieveExportByIdResponse, type RetrieveFlowBody, type RetrieveFlowPathParams, type RetrieveFlowQueryParams, type RetrieveFlowResponse, type RetrieveYellowhiveQuestionnairesPathParams, type RetrieveYellowhiveQuestionnairesQueryParams, type RetrieveYellowhiveQuestionnairesResponse, type SchemaAboutUsResponse, type SchemaAccelerationTo100, type SchemaAccident, type SchemaAccidentStatement, type SchemaAccidentStatementType, type SchemaAccidentStatementType_2, type SchemaAccountCreateCmd, type SchemaAccountCreatedResponse, type SchemaAccreditedAppraiser, type SchemaAccreditedAppraiser_2, type SchemaAcknowledgementQueryModel, type SchemaAction, type SchemaActionType, type SchemaActionUrlResponse, type SchemaActivitiesCreateCmd, type SchemaActivity, type SchemaActivityFrontPageCmd, type SchemaActivityFrontPageQueryModel, type SchemaActivityPatchCmd, type SchemaActivityQueryModel, type SchemaAddActionToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdviceToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdvisoryReportStepsConfigurationParams, type SchemaAddConversationToAdvisoryReportRevisionParams, type SchemaAddInsuranceProductClausesToAdvisoryReportRevisionParams, type SchemaAddRiskDomainToAdvisoryReportRevisionParams, type SchemaAdditionalProperties, type SchemaAdditionalProperties_2, type SchemaAddresWithMetadata, type SchemaAddress, type SchemaAddressAllNones, type SchemaAddressInfoLinkRelationType, type SchemaAddressInformation, type SchemaAddressRules, type SchemaAdviceChangeType, type SchemaAdviceDiffModel, type SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, type SchemaAdvisoryReportAdviceDiff, type SchemaAdvisoryReportClauseQueryModel, type SchemaAdvisoryReportClausesCreateCmd, type SchemaAdvisoryReportConversationLinkCmd, type SchemaAdvisoryReportConversationQueryModel, type SchemaAdvisoryReportCreateCmd, type SchemaAdvisoryReportDocxResponse, type SchemaAdvisoryReportExportOptions, type SchemaAdvisoryReportExportResponse, type SchemaAdvisoryReportFrontPageCreateCmd, type SchemaAdvisoryReportInsurancePolicyCmd, type SchemaAdvisoryReportInsurancePolicyOrder, type SchemaAdvisoryReportInsurancePolicyPackageCmd, type SchemaAdvisoryReportPartyQueryModel, type SchemaAdvisoryReportPdfResponse, type SchemaAdvisoryReportQueryModel, type SchemaAdvisoryReportRevisionAcceptanceCmd, type SchemaAdvisoryReportRevisionCmd, type SchemaAdvisoryReportRevisionCreateCmd, type SchemaAdvisoryReportRevisionMailInquiryCmd, type SchemaAdvisoryReportRevisionUpdateCmd, type SchemaAdvisoryReportRevisionsQueryModel, type SchemaAdvisoryReportRiskDomainActionCreateCmd, type SchemaAdvisoryReportRiskDomainActionPatchCmd, type SchemaAdvisoryReportRiskDomainAdviceCreateCmd, type SchemaAdvisoryReportRiskDomainAdvicePatchCmd, type SchemaAdvisoryReportRiskDomainCreateCmd, type SchemaAdvisoryReportStepsCreateCmd, type SchemaAdvisoryReportTask, type SchemaAdvisoryReportsQueryModel, type SchemaAdvisoryTaskPriority, type SchemaAedesCar, type SchemaAedesCarPayload, type SchemaAedesDriver, type SchemaAedesParking, type SchemaAedesParking_2, type SchemaAffiliation, type SchemaAffiliationInfo, type SchemaAffiliationStatus, type SchemaAffinityKey, type SchemaAgHomePayload, type SchemaAgriculturalVehicleUsage, type SchemaAgriculturalVehicleUsage_2, type SchemaAlarmSystem, type SchemaAllGuaranteesSetting, type SchemaAllianzCancellationReason, type SchemaAllianzCancellationReason_2, type SchemaAllianzCar, type SchemaAllianzCarPayload, type SchemaAllianzDriver, type SchemaAllianzFamilyPayload, type SchemaAllianzHome, type SchemaAllianzHomePayload, type SchemaAnalyzeEmailByIdParams, type SchemaAnnex, type SchemaAnnexRoofConstructionType, type SchemaAnnexType, type SchemaAnnexType_2, type SchemaAnnexWallConstructionType, type SchemaAnnualPremium, type SchemaAnnualPremiumQueryModel, type SchemaAnswer, type SchemaAnswerFlowParams, type SchemaAnswerFlowSessionParams, type SchemaAnswerFlowsResponse, type SchemaAnswerValidationError, type SchemaAnswerValidationErrorMessage, type SchemaAnswersPayload, type SchemaAnvaAdnCoverage, type SchemaAnvaCalculationPackage, type SchemaAnvaCalculationResponse, type SchemaAnvaClaimStatus, type SchemaAnvaClosingQuestion, type SchemaAnvaClosingQuestionUpsertCmd, type SchemaAnvaCollectionMethod, type SchemaAnvaCollectionMethods, type SchemaAnvaCoverage, type SchemaAnvaCoverageCombination, type SchemaAnvaCustomerInquiryParams, type SchemaAnvaDocument, type SchemaAnvaDocumentUpdateCmd, type SchemaAnvaFlowLabelStatus, type SchemaAnvaFlowStatus, type SchemaAnvaInquiry, type SchemaAnvaInquiryDocument, type SchemaAnvaInsurance, type SchemaAnvaInsuranceCompany, type SchemaAnvaInsuranceCompanyUpdateCmd, type SchemaAnvaInsurancePackage, type SchemaAnvaInsurancePolicy, type SchemaAnvaInsuranceUpdateCmd, type SchemaAnvaInvoiceStatus, type SchemaAnvaLabel, type SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaAnvaTaskCmd, type SchemaAnvaTaskPriority, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type SchemaAppModelsPartyCommandsExternalRef, type SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartydocumentquerymodel, 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 SchemaBase, type SchemaBatchUnitResponse, type SchemaBatteryCapacity, type SchemaBicycle, type SchemaBicycleReferenceQueryModel, type SchemaBicycleRiskObjectIdWithRevisionId, type SchemaBicycleSpeed, type SchemaBicycleType, type SchemaBicycleUsage, type SchemaBlindSpotWarning, type SchemaBoat, type SchemaBoatAccidentCoverageLevel, type SchemaBoatAccidentCoverageLevel_2, type SchemaBoatBerthBigCity, type SchemaBoatBerthNlArea, type SchemaBoatBerthType, type SchemaBoatCategory, type SchemaBoatCompetitionType, type SchemaBoatConstructionType, type SchemaBoatMotorKind, type SchemaBoatNlPayloads, type SchemaBoatPreferences, type SchemaBoatReferenceQueryModel, type SchemaBoatRiskObjectIdWithRevisionId, type SchemaBoatTerritory, type SchemaBoatTrailer, type SchemaBoatUsage, type SchemaBookkeeper, type SchemaBrand, type SchemaBrandClub, type SchemaBrandClub_2, type SchemaBrandSortContext, type SchemaBroker, type SchemaBrokerConnectionCreate, type SchemaBrokerConnectionUpdate, type SchemaBrokerCreateCmd, type SchemaBrokerIntegrations, type SchemaBrokerIntegrationsPatchCmd, type SchemaBrokerMembershipsCreateCmd, type SchemaBrokerPatchCmd, type SchemaBrokerPlan, type SchemaBrokerSettings, type SchemaBrokerType, type SchemaBrokerUserCreateCmd, type SchemaBrokerWithDistributionName, type SchemaBrokerWithModules, type SchemaBuildingExtra, type SchemaBuildingMaintenanceStatus, type SchemaBuildingPurpose, type SchemaBuildingRentOut, type SchemaBuildingUse, type SchemaCalculateAnvaQuotesRequest, type SchemaCalculateProfileaseCarQuoteCmd, type SchemaCalculateProfileaseCarQuoteParams, type SchemaCalculateYellowHiveQuotesRequest, type SchemaCalculationSpecEnumValue, type SchemaCalculationSpecInputType, type SchemaCalculationSpecType, type SchemaCampaignAudienceType, type SchemaCampaignCreateResponse, 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 SchemaChild, type SchemaChildProtection, type SchemaChildProtectionDriver, type SchemaChildProtectionPassenger, type SchemaChildProtectionRear, 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 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 SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateMultiResponse, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyActivitiesParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateTaskInAnvaParams, type SchemaCreateToolkitAccountParams, type SchemaCreateToolkitBrokerParams, type SchemaCreateTrailerRiskObjectParams, type SchemaCreateTrialUserParams, type SchemaCreateYellowHiveContactPersonCreateCmd, type SchemaCreditRating, type SchemaCreditScore, type SchemaCrmExportQueryModel, type SchemaCrmExportType, type SchemaCurrency, type SchemaCurrencyValue, type SchemaCustomAdvice, type SchemaCustomAdvicePatchCmd, type SchemaCustomer, type SchemaCustomerCreateCmd, type SchemaCustomerInfo, type SchemaCustomerLeadCreateCmd, type SchemaCustomerLeadCreateReply, type SchemaCustomerProspectType, type SchemaCustomerProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCustomerQueryModel, type SchemaCustomerSheet, type SchemaCustomerSheetAcceptations, type SchemaCustomersInfoType, type SchemaCyber, type SchemaDasLegalPayload, type SchemaDataType, type SchemaDate, type SchemaDateDsl, type SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDelinkPartyToUserParams, type SchemaDemographicData, type 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 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 SchemaEntitiesSelectionResult, 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 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 SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaWarning, 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 SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, 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 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 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 SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsFasterforwardListItem, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMinimalUser, type SchemaMinimalUserQueryModels, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMockedDisableTwoFactorRequest, type SchemaMockedTwoFactorVerificationRequest, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, 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 SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, 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 SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPossiblePackage, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type SchemaPriorityTag, type SchemaProductInfo, type SchemaProductV2, type SchemaProductsFilterSort, type SchemaProductsGroupBy, type SchemaProductsV2Filter, type SchemaProductsV2Response, type SchemaProfession, type SchemaProfileaseLeaseRate, type SchemaProfileaseLeaseResidual, type SchemaProfileaseLeaseType, type SchemaProfileaseQuote, type SchemaPromotion, type SchemaPromotionCriteria, type SchemaPromotionModifications, type SchemaPromotionQueryModel, type SchemaPropertyType, type SchemaProspectCreationResponse, type SchemaProspectReferenceQueryModel, type SchemaProspectType, type SchemaProvenanceDocumentReference, type SchemaPublicConnectionQueryModel, type SchemaPublicConnectionsQueryModel, type SchemaPublicDistributionConnectionQueryModel, type SchemaQuestion, type SchemaQuestionGroup, type SchemaQuestionUpdateCmd, type SchemaQuestionnaire, type SchemaQuote, type SchemaQuoteDetails, type SchemaQuoteExport, type SchemaQuoteExportRequest, type SchemaQuoteExportResponse, type SchemaQuoteMailSendRequest, type SchemaQuoteMailSendResponse, type SchemaQuoteReferenceQueryModel, type SchemaQuoteRequestV2Base, type SchemaQuoteResponse, type SchemaQuoteResponseV2, type SchemaQuoteSpecification, type SchemaQuoteStatus, type SchemaRateLimitErrorMsgEnum, type SchemaRearAutomaticEmergencyBraking, type SchemaRearCrossTrafficWarning, type SchemaRecalculateAnvaQuoteRequest, type SchemaRecalculateAnvaSimulationCmd, type 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 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 SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSentimentType, type SchemaSeries, type SchemaSeriesSortContext, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, 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 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 SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, type SchemaUpsertFaqItemParams, type SchemaUpsertInsurancePolicyForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicySimulationForPartyParams, type SchemaUpsertPolicyPackageByPartyParams, type SchemaUserMeUpdateCmd, type SchemaUserRole, type SchemaValidator, type SchemaValuableItem, type SchemaValueUnitInt, type SchemaValueUnitStr, type SchemaVatType, type SchemaVatType_2, type SchemaVehicleRegistrationDateType, type SchemaVehicleRegistrationPlateValidation, type SchemaVehicleSearch, type SchemaVerifyIfADistributionExistsByCompanyRegistrationParams, type SchemaVerifyIfADistributionExistsByNameParams, type SchemaVerifyIfAUserExistsByEmailParams, type SchemaVersion, type SchemaVersionSortContext, type SchemaVillasureHomePayload, type SchemaVinInfo, type SchemaVinPremiumResponse, type SchemaViviumCar, type SchemaViviumCarPayload, type SchemaViviumDriver, type SchemaViviumFamilyPayload, type SchemaViviumHome, type SchemaViviumHomePayload, type SchemaVoltage, type SchemaWageBill, type SchemaWarningMsg, type SchemaWarranyOptions, type SchemaWarranyOptions_2, type SchemaWeightEmpty, type SchemaWgBeApiAddressModelsAddressAddress, type SchemaWgBeApiAddressModelsAddressInformationV2Company, type SchemaWgBeApiAddressModelsAddressInformationV2Link, type SchemaWgBeApiAddressModelsPersonsDirectorsCompany, type SchemaWgBeApiAddressModelsVatCompanyActivity, type SchemaWgBeApiAddressModelsVatCompanyAssetInfo, type SchemaWgBeApiAddressModelsVatCompanyContactPerson, type SchemaWgBeApiAddressModelsVatCompanyFleetInfo, type SchemaWgBeApiAddressModelsVatCompanyLink, type SchemaWgBeApiAddressModelsVatCompanyPersonnelDetails, type SchemaWgBeApiAddressModelsVatCompanyThirdPartyActivity, type SchemaWgBeApiAddressModelsVatCompanyTurnover, type SchemaWgBeApiAddressModelsVatCompanyWorkforce, type SchemaWgBeApiQuotesModelsBaseLocalization, type SchemaWgBeApiQuotesModelsBaseLocalization_2, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsCar, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsFamily, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsLegal, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsPartyGroup, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsResidence, type SchemaWgPyModelsComplexAddress, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoMachineDelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoPeriodicCash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoSiloCapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoMachinedelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoPeriodiccash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoSilocapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorksConstructionWorkDuration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworksConstructionworkduration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactPerson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactperson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFleetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalAid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalaid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyManagementFunction, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonnelDetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonneldetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdPartyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdpartyactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWageBill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWagebill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsAnnexAnnex, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverAssistanceSystemDriveAssistanceSystem, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverCarInsured, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriver, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsInsuranceHistoryInsuranceHistory, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsPersonPerson, type SchemaWgPyModelsDomainInsuranceInsurancesAedesAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesAragLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesArcesLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesAxaAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAxaCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsHolderState, type SchemaWgPyModelsDomainInsuranceInsurancesAxaFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesDasLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralParty, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralPartyGroup, type SchemaWgPyModelsDomainInsuranceInsurancesEuromexLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesLarLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesPnpFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesViviumCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesViviumFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumResidenceRooms, type SchemaWgPyModelsDomainInsuranceProspectCompany, type SchemaWgPyModelsDomainInsuranceProspectCompany_2, type SchemaWgPyModelsDomainInsuranceProspectCustomer, type SchemaWgPyModelsDomainInsuranceProspectCustomer_2, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferences, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferencesFuneralPreference, type SchemaWgPyModelsDomainInsuranceProspectPartypreferences, type SchemaWgPyModelsDomainInsuranceProspectPartypreferencesFuneralpreference, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesPartyExternalRefsQueryModel, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBicycleBicycle, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBoatBoat, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsCarCar, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsMiscMiscellaneous, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerSemiTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainInsuranceRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyPerson, type SchemaWgPyModelsDomainInsuranceRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceAnnexAnnex, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingFacade, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingMainBuilding, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidencePreferencesResidencePreferences, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceRoomsRooms, type SchemaWgPyModelsDomainInsuranceRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccident, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccidentStatement, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarInsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverbrandclubmembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleusage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainWegroupComplexAddress, type SchemaWgPyModelsDomainWegroupComplexAddress_2, type SchemaWgPyModelsDomainWegroupComplexCompanyRegistration, type SchemaWgPyModelsDomainWegroupComplexCompanyregistration, type SchemaWgPyModelsDomainWegroupComplexLocalization, type SchemaWgPyModelsDomainWegroupEnumsCarUsedFor, type SchemaWgPyModelsDomainWegroupEnumsClaimFreeYears, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsCurrency, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsGender, type SchemaWgPyModelsDomainWegroupEnumsHolderState, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes_2, type SchemaWgPyModelsDomainWegroupEnumsMiscellaneousType, type SchemaWgPyModelsDomainWegroupEnumsOfferRevisionDocumentType, type SchemaWgPyModelsDomainWegroupEnumsProfession, type SchemaWgPyModelsDomainWegroupEnumsProspectType, type SchemaWgPyModelsDomainWegroupEnumsProspectType_2, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtCountryCodes, type SchemaWgsdkSmtCoveragePeriod, type SchemaWgsdkSmtGender, type SchemaWgsdkSmtInsuranceHistory, type SchemaWgsdkSmtProfession, type SchemaWheelBase, type SchemaWheelBaseArray, type SchemaWheelRimSizeArray, type SchemaWheelRimsSize, type SchemaWheelSize, type SchemaWheelSizeArray, type SchemaWidth, type SchemaWindow, type SchemaWorkforce, type SchemaWorkforcePossibleDanger, type SchemaWorkingMethod, type SchemaYellowHiveCoverage, type SchemaYellowHiveInsurance, type SchemaYellowHiveInsurancePolicy, type SchemaYellowHiveProduct, type SchemaYellowHiveProductQuestionnaire, type SchemaYellowHiveProductQuestionnaireQueryModel, type SchemaYellowHiveProductQuestionnairesQueryModel, type SchemaYellowHiveProductQuestionnairesUpdateCmd, type SchemaYellowHiveProductQuestionnairesValidateCmd, type SchemaYellowHiveProductToInsurancePolicyLink, type SchemaYellowHiveProductsInConversationCmd, type SchemaYellowHiveQuote, type SchemaYellowHiveQuoteCalculationJob, type SchemaYellowHiveQuoteCalculationJobsQueuedResponse, type SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type UpsertAnvaClosingQuestionsBody, type UpsertAnvaClosingQuestionsQueryParams, type UpsertAnvaClosingQuestionsResponse, type UpsertDistributionFaqBody, type UpsertDistributionFaqQueryParams, type UpsertDistributionFaqResponse, type UpsertInsurancePoliciesForPartyBody, type UpsertInsurancePoliciesForPartyPathParams, type UpsertInsurancePoliciesForPartyResponse, type UpsertInsurancePolicySimulationForPartyBody, type UpsertInsurancePolicySimulationForPartyPathParams, type UpsertInsurancePolicySimulationForPartyResponse, type UpsertPolicyPackagesForPartyBody, type UpsertPolicyPackagesForPartyPathParams, type UpsertPolicyPackagesForPartyResponse, type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostQueryParams, type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostResponse, type V1ApiIntegrationsAnvaPartiesGetQueryParams, type V1ApiIntegrationsAnvaPartiesGetResponse, type V1ApiIntegrationsAnvaValidatePostQueryParams, type V1ApiIntegrationsAnvaValidatePostResponse, type ValidateAChassisNumberResponse, type ValidateACompanyRegistrationNumberResponse, type ValidateANationalIdentificationNumberBody, type ValidateANationalIdentificationNumberResponse, type ValidateATelephonenrResponse, type ValidateAVehicleRegistrationPlateBody, type ValidateAVehicleRegistrationPlateResponse, type ValidateAWebsiteResponse, type ValidateAnEmailResponse, type ValidateAnFsmaResponse, type ValidateAnIbanBody, type ValidateAnIbanResponse, type ValidateAnvaConnectionQueryParams, type ValidateAnvaConnectionResponse, type ValidateAnvaDwhConnectionQueryParams, type ValidateAnvaDwhConnectionResponse, type ValidateAnvaflowsQuestionnaireBody, type ValidateAnvaflowsQuestionnairePathParams, type ValidateAnvaflowsQuestionnaireQueryParams, type ValidateAnvaflowsQuestionnaireResponse, type ValidateClaimPathParams, type ValidateClaimQueryParams, type ValidateClaimResponse, type ValidateFasterforwardConnectionQueryParams, type ValidateFasterforwardConnectionResponse, type ValidatePromotionsResponse, type ValidateYellowhiveQuestionnaireBody, type ValidateYellowhiveQuestionnairePathParams, type ValidateYellowhiveQuestionnaireQueryParams, type ValidateYellowhiveQuestionnaireResponse, type VerifyIfADistributionExistsByCompanyRegistrationBody, type VerifyIfADistributionExistsByCompanyRegistrationQueryParams, type VerifyIfADistributionExistsByCompanyRegistrationResponse, type VerifyIfADistributionExistsByNameBody, type VerifyIfADistributionExistsByNameQueryParams, type VerifyIfADistributionExistsByNameResponse, type VerifyIfAUserExistsByEmailBody, type VerifyIfAUserExistsByEmailQueryParams, type VerifyIfAUserExistsByEmailResponse, type WgApiSchema, type WgPaths, acceptOrRejectAnAdvisoryReport, analyzeEmail, answerAFlowDirectly, answerAFlowSession, blockCustomerFromAccessingParty, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaParty, createAnvaTask, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, createPartyActivitiesAsCustomer, createPartyByEnrichingWithEnrichingWithCompanyRegistration, createPartyGroupRiskObject, createPartyNote, createPartyOffers, createPartyRelations, createProfileaseCarLeaseOffer, createProflowSessionByBatchId, createRecommendationByPartyId, createRecommendationBySessionId, createReferenceForParty, createReferencesForRiskObject, createRelationBetweenRiskObjectAndParty, createRiskDomainActionForAdvisoryReportById, createRiskDomainActionFromAdviceForAdvisoryReportById, createRiskDomainAdviceForAdvisoryReportById, createRiskDomainForAdvisoryReportById, createSemiTrailerRiskObject, createToolkitAccount, createToolkitBroker, createTrailerRiskObject, createTrialBroker, createUploadLinkAsCustomer, createUspItemForDistribution, createYellowhiveContactPerson, deleteAdvisoryReport, deleteAdvisoryReportRevision, deleteAllSessionsBySessionId, deleteAnvaClosingQuestions, deleteBrokerConnectionByKey, deleteClaimAsBrokerById, deleteCommentOnActivity, deleteDistributionConnectionByKey, deleteDistributionFaq, deleteDistributionTag, deleteDocumentById, deleteDocumentByIdAsCustomerWithToken, deleteDocumentForParty, deleteEntityAsBrokerById, deleteEntityByIdAsCustomerWithToken, deleteEntityBySessionIdAndFlowId, deleteInsurancePoliciesForParty, deleteInsurancePolicyForAdvisoryReportById, deleteInsuranceProductClauseForDistribution, deleteNote, deletePartyActivitiesAsCustomer, deletePartyEntityBySessionIdAndFlowId, deletePartyNoteById, deletePartyRelations, deletePolicyPackagesForParty, deleteRelationBetweenRiskObjectAndParty, deleteRiskDomainActionForAdvisoryReportById, deleteRiskDomainAdviceForAdvisoryReportById, deleteRiskDomainForAdvisoryReportById, deleteRiskObjectById, deleteSessionBySessionId, deleteUspByDistributionAndId, delinkPartyToUser, disable2FaByUser, disable2FaForCustomer, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enqueueCalculationAnvaquotesBySessionId, enqueueSendCustomQuotesToAnvaBySessionId, enqueueSendOfferToAnvaBySessionId, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportQuoteById, extractInsurancePoliciesForOneDocument, extractInsurancePoliciesForOneDocumentEnqueue, extractManyDocumentInBatch, extractOffersForOneDocument, extractOffersForOneDocumentEnqueue, extractOneDocument, extractOneDocumentEnqueue, 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, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasEmployees, getDiasParties, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, 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, 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, inviteColleaguesToDistribution, inviteUserToParty, linkConversationToAdvisoryReport, linkPartyToUser, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, overrideInsuranceProductRecommendationById, overridePreventionAdviceRecommendationById, patchAnvaproductById, patchAnvaproductCoverageById, patchOwnPartyAsCustomer, type paths, poseAQuestionToInsuranceTermsBot, poseAQuestionToInsuranceTermsBotForItToCompare, postEventAsCarglassPartner, putClausesForReport, recalculateOneAnvaquoteByAnvaProductIdSessionId, recalculateSimulationBySessionId, recalculateYellowhiveQuotesBySessionIdAndProductId, recalculateYellowhiveSimulationBySessionId, retrieveAirports, retrieveAllExportsByParty, retrieveAnvaflowsQuestionnaires, retrieveAskLaterQuestions, retrieveAutomobileByCarIdFreemiumVersion, retrieveAutomobileByIdFreemium, retrieveExportById, retrieveFlow, retrieveYellowhiveQuestionnaires, seachStreetsByCityAndCountry, searchAddressesByCountry, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, upsertAnvaClosingQuestions, upsertDistributionFaq, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, v1ApiIntegrationsAnvaPartiesAnvaIdImportsPost, v1ApiIntegrationsAnvaPartiesGet, v1ApiIntegrationsAnvaValidatePost, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };
|
|
118232
|
+
export { type $defs, type AcceptOrRejectAnAdvisoryReportBody, type AcceptOrRejectAnAdvisoryReportPathParams, type AcceptOrRejectAnAdvisoryReportQueryParams, type AcceptOrRejectAnAdvisoryReportResponse, type AnalyzeEmailBody, type AnalyzeEmailPathParams, type AnalyzeEmailResponse, type AnswerAFlowDirectlyBody, type AnswerAFlowDirectlyPathParams, type AnswerAFlowDirectlyQueryParams, type AnswerAFlowDirectlyResponse, type AnswerAFlowSessionBody, type AnswerAFlowSessionPathParams, type AnswerAFlowSessionQueryParams, type AnswerAFlowSessionResponse, type BlockCustomerFromAccessingPartyPathParams, type BlockCustomerFromAccessingPartyResponse, type CalculateAnvaquotesBySessionIdBody, type CalculateAnvaquotesBySessionIdPathParams, type CalculateAnvaquotesBySessionIdQueryParams, type CalculateAnvaquotesBySessionIdResponse, type CalculateCarLeaseQuoteBody, type CalculateCarLeaseQuoteQueryParams, type CalculateCarLeaseQuoteResponse, type CalculateQuotesV2Body, type CalculateQuotesV2PathParams, type CalculateQuotesV2QueryParams, type CalculateQuotesV2Response, type CalculateYellowhiveQuotesBySessionIdBody, type CalculateYellowhiveQuotesBySessionIdPathParams, type CalculateYellowhiveQuotesBySessionIdQueryParams, type CalculateYellowhiveQuotesBySessionIdResponse, type ClaimReportByIdPathParams, type ClaimReportByIdQueryParams, type ClaimReportByIdResponse, type ClaimRequestUpdatePathParams, type ClaimRequestUpdateQueryParams, type ClaimRequestUpdateResponse, type ClientType, type CommentOnActivityPathParams, type CommentOnActivityQueryParams, type CommentOnActivityResponse, type CreateAccidentsForPartyBody, type CreateAccidentsForPartyPathParams, type CreateAccidentsForPartyQueryParams, type CreateAccidentsForPartyResponse, type CreateAccountBody, type CreateAccountQueryParams, type CreateAccountResponse, type CreateAdvisoryReportBody, type CreateAdvisoryReportQueryParams, type CreateAdvisoryReportResponse, type CreateAdvisoryReportRevisionBody, type CreateAdvisoryReportRevisionPathParams, type CreateAdvisoryReportRevisionQueryParams, type CreateAdvisoryReportRevisionResponse, type CreateAdvisoryReportRevisionV2Body, type CreateAdvisoryReportRevisionV2PathParams, type CreateAdvisoryReportRevisionV2QueryParams, type CreateAdvisoryReportRevisionV2Response, type CreateAdvisoryReportStepSettingsBody, type CreateAdvisoryReportStepSettingsPathParams, type CreateAdvisoryReportStepSettingsQueryParams, type CreateAdvisoryReportStepSettingsResponse, type CreateAnvaPartyBody, type CreateAnvaPartyPathParams, type CreateAnvaPartyQueryParams, type CreateAnvaPartyResponse, type CreateAnvaTaskBody, type CreateAnvaTaskQueryParams, type CreateAnvaTaskResponse, 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 CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type CreatePartyActivitiesAsCustomerBody, type CreatePartyActivitiesAsCustomerResponse, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse, type CreatePartyGroupRiskObjectBody, type CreatePartyGroupRiskObjectPathParams, type CreatePartyGroupRiskObjectQueryParams, type CreatePartyGroupRiskObjectResponse, type CreatePartyNoteBody, type CreatePartyNotePathParams, type CreatePartyNoteResponse, type CreatePartyOffersBody, type CreatePartyOffersPathParams, type CreatePartyOffersQueryParams, type CreatePartyOffersResponse, type CreatePartyRelationsBody, type CreatePartyRelationsQueryParams, type CreatePartyRelationsResponse, type CreateProfileaseCarLeaseOfferBody, type CreateProfileaseCarLeaseOfferQueryParams, type CreateProfileaseCarLeaseOfferResponse, type CreateProflowSessionByBatchIdPathParams, type CreateProflowSessionByBatchIdQueryParams, type CreateProflowSessionByBatchIdResponse, type CreateRecommendationByPartyIdBody, type CreateRecommendationByPartyIdPathParams, type CreateRecommendationByPartyIdQueryParams, type CreateRecommendationByPartyIdResponse, type CreateRecommendationBySessionIdBody, type CreateRecommendationBySessionIdQueryParams, type CreateRecommendationBySessionIdResponse, type CreateReferenceForPartyBody, type CreateReferenceForPartyPathParams, type CreateReferenceForPartyResponse, type CreateReferencesForRiskObjectBody, type CreateReferencesForRiskObjectPathParams, type CreateReferencesForRiskObjectQueryParams, type CreateReferencesForRiskObjectResponse, type CreateRelationBetweenRiskObjectAndPartyBody, type CreateRelationBetweenRiskObjectAndPartyPathParams, type CreateRelationBetweenRiskObjectAndPartyQueryParams, type CreateRelationBetweenRiskObjectAndPartyResponse, type CreateRiskDomainActionForAdvisoryReportByIdBody, type CreateRiskDomainActionForAdvisoryReportByIdPathParams, type CreateRiskDomainActionForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionForAdvisoryReportByIdResponse, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainAdviceForAdvisoryReportByIdBody, type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainForAdvisoryReportByIdBody, type CreateRiskDomainForAdvisoryReportByIdPathParams, type CreateRiskDomainForAdvisoryReportByIdQueryParams, type CreateRiskDomainForAdvisoryReportByIdResponse, type CreateSemiTrailerRiskObjectBody, type CreateSemiTrailerRiskObjectPathParams, type CreateSemiTrailerRiskObjectQueryParams, type CreateSemiTrailerRiskObjectResponse, type CreateToolkitAccountBody, type CreateToolkitAccountQueryParams, type CreateToolkitAccountResponse, type CreateToolkitBrokerBody, type CreateToolkitBrokerQueryParams, type CreateToolkitBrokerResponse, type CreateTrailerRiskObjectBody, type CreateTrailerRiskObjectPathParams, type CreateTrailerRiskObjectQueryParams, type CreateTrailerRiskObjectResponse, type CreateTrialBrokerBody, type CreateTrialBrokerQueryParams, type CreateTrialBrokerResponse, type CreateUploadLinkAsCustomerPathParams, type CreateUploadLinkAsCustomerQueryParams, type CreateUploadLinkAsCustomerResponse, type CreateUspItemForDistributionBody, type CreateUspItemForDistributionQueryParams, type CreateUspItemForDistributionResponse, type CreateYellowhiveContactPersonBody, type CreateYellowhiveContactPersonPathParams, type CreateYellowhiveContactPersonQueryParams, type CreateYellowhiveContactPersonResponse, type DeleteAdvisoryReportPathParams, type DeleteAdvisoryReportQueryParams, type DeleteAdvisoryReportResponse, type DeleteAdvisoryReportRevisionPathParams, type DeleteAdvisoryReportRevisionQueryParams, type DeleteAdvisoryReportRevisionResponse, type DeleteAllSessionsBySessionIdPathParams, type DeleteAllSessionsBySessionIdResponse, type DeleteAnvaClosingQuestionsPathParams, type DeleteAnvaClosingQuestionsQueryParams, type DeleteAnvaClosingQuestionsResponse, type DeleteBrokerConnectionByKeyPathParams, type DeleteBrokerConnectionByKeyResponse, type DeleteClaimAsBrokerByIdPathParams, type DeleteClaimAsBrokerByIdQueryParams, type DeleteClaimAsBrokerByIdResponse, type DeleteCommentOnActivityPathParams, type DeleteCommentOnActivityQueryParams, type DeleteCommentOnActivityResponse, type DeleteDistributionConnectionByKeyPathParams, type DeleteDistributionConnectionByKeyResponse, type DeleteDistributionFaqPathParams, type DeleteDistributionFaqQueryParams, type DeleteDistributionFaqResponse, type DeleteDistributionTagPathParams, type DeleteDistributionTagQueryParams, type DeleteDistributionTagResponse, type DeleteDocumentByIdAsCustomerWithTokenPathParams, type DeleteDocumentByIdAsCustomerWithTokenQueryParams, type DeleteDocumentByIdAsCustomerWithTokenResponse, type DeleteDocumentByIdPathParams, type DeleteDocumentByIdQueryParams, type DeleteDocumentByIdResponse, type DeleteDocumentForPartyPathParams, type DeleteDocumentForPartyResponse, type DeleteEntityAsBrokerByIdPathParams, type DeleteEntityAsBrokerByIdQueryParams, type DeleteEntityAsBrokerByIdResponse, type DeleteEntityByIdAsCustomerWithTokenPathParams, type DeleteEntityByIdAsCustomerWithTokenQueryParams, type DeleteEntityByIdAsCustomerWithTokenResponse, type DeleteEntityBySessionIdAndFlowIdPathParams, type DeleteEntityBySessionIdAndFlowIdQueryParams, type DeleteEntityBySessionIdAndFlowIdResponse, type DeleteInsurancePoliciesForPartyPathParams, type DeleteInsurancePoliciesForPartyResponse, type DeleteInsurancePolicyForAdvisoryReportByIdPathParams, type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams, type DeleteInsurancePolicyForAdvisoryReportByIdResponse, type DeleteInsuranceProductClauseForDistributionPathParams, type DeleteInsuranceProductClauseForDistributionQueryParams, type DeleteInsuranceProductClauseForDistributionResponse, type DeleteNotePathParams, type DeleteNoteQueryParams, type DeleteNoteResponse, type DeletePartyActivitiesAsCustomerPathParams, type DeletePartyActivitiesAsCustomerResponse, type DeletePartyEntityBySessionIdAndFlowIdPathParams, type DeletePartyEntityBySessionIdAndFlowIdQueryParams, type DeletePartyEntityBySessionIdAndFlowIdResponse, type DeletePartyNoteByIdPathParams, type DeletePartyNoteByIdResponse, type DeletePartyRelationsPathParams, type DeletePartyRelationsResponse, type DeletePolicyPackagesForPartyPathParams, type DeletePolicyPackagesForPartyResponse, type DeleteRelationBetweenRiskObjectAndPartyPathParams, type DeleteRelationBetweenRiskObjectAndPartyQueryParams, type DeleteRelationBetweenRiskObjectAndPartyResponse, type DeleteRiskDomainActionForAdvisoryReportByIdPathParams, type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams, type DeleteRiskDomainActionForAdvisoryReportByIdResponse, type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse, type DeleteRiskDomainForAdvisoryReportByIdPathParams, type DeleteRiskDomainForAdvisoryReportByIdQueryParams, type DeleteRiskDomainForAdvisoryReportByIdResponse, type DeleteRiskObjectByIdPathParams, type DeleteRiskObjectByIdResponse, type DeleteSessionBySessionIdPathParams, type DeleteSessionBySessionIdResponse, type DeleteUspByDistributionAndIdPathParams, type DeleteUspByDistributionAndIdQueryParams, type DeleteUspByDistributionAndIdResponse, type DelinkPartyToUserBody, type DelinkPartyToUserResponse, type Disable2FaByUserBody, type Disable2FaByUserResponse, type Disable2FaForCustomerPathParams, type Disable2FaForCustomerResponse, type DownloadDocumentByIdPathParams, type DownloadDocumentByIdQueryParams, type DownloadDocumentByIdResponse, type EditInsuranceProductAdviceByDistributionBody, type EditInsuranceProductAdviceByDistributionPathParams, type EditInsuranceProductAdviceByDistributionResponse, type EditInsuranceProductDescriptionsByDistributionPathParams, type EditInsuranceProductDescriptionsByDistributionResponse, type Enable2FaBody, type Enable2FaResponse, type EnqueueCalculationAnvaquotesBySessionIdBody, type EnqueueCalculationAnvaquotesBySessionIdPathParams, type EnqueueCalculationAnvaquotesBySessionIdQueryParams, type EnqueueCalculationAnvaquotesBySessionIdResponse, type EnqueueSendCustomQuotesToAnvaBySessionIdBody, type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams, type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams, type EnqueueSendCustomQuotesToAnvaBySessionIdResponse, type EnqueueSendOfferToAnvaBySessionIdPathParams, type EnqueueSendOfferToAnvaBySessionIdQueryParams, type EnqueueSendOfferToAnvaBySessionIdResponse, type EnrichPartyByIdWithExternalCompanyDataPathParams, type EnrichPartyByIdWithExternalCompanyDataQueryParams, type EnrichPartyByIdWithExternalCompanyDataResponse, type ExportAdvisoryReportByIdBody, type ExportAdvisoryReportByIdPathParams, type ExportAdvisoryReportByIdQueryParams, type ExportAdvisoryReportByIdResponse, type ExportPartyByIdPathParams, type ExportPartyByIdResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type 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 GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, 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 GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, 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 GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, 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 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 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 InviteColleaguesToDistributionBody, type InviteColleaguesToDistributionResponse, type InviteUserToPartyBody, type InviteUserToPartyPathParams, type InviteUserToPartyResponse, type LinkConversationToAdvisoryReportBody, type LinkConversationToAdvisoryReportPathParams, type LinkConversationToAdvisoryReportQueryParams, type LinkConversationToAdvisoryReportResponse, type LinkPartyToUserBody, type LinkPartyToUserResponse, type LockFlightApiResponse, type MarkConversationAsCompletedByIdBody, type MarkConversationAsCompletedByIdPathParams, type MarkConversationAsCompletedByIdResponse, type MergePartiesTogetherBody, type MergePartiesTogetherPathParams, type MergePartiesTogetherQueryParams, type MergePartiesTogetherResponse, type Middleware, type OrderInsurancePolciesOfAdvisoryReportBody, type OrderInsurancePolciesOfAdvisoryReportPathParams, type OrderInsurancePolciesOfAdvisoryReportQueryParams, type OrderInsurancePolciesOfAdvisoryReportResponse, type OverrideInsuranceProductRecommendationByIdBody, type OverrideInsuranceProductRecommendationByIdPathParams, type OverrideInsuranceProductRecommendationByIdResponse, type OverridePreventionAdviceRecommendationByIdBody, type OverridePreventionAdviceRecommendationByIdPathParams, type OverridePreventionAdviceRecommendationByIdResponse, type PatchAnvaproductByIdBody, type PatchAnvaproductByIdPathParams, type PatchAnvaproductByIdQueryParams, type PatchAnvaproductByIdResponse, type PatchAnvaproductCoverageByIdBody, type PatchAnvaproductCoverageByIdPathParams, type PatchAnvaproductCoverageByIdQueryParams, type PatchAnvaproductCoverageByIdResponse, type 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 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 RetrieveExportByIdPathParams, type RetrieveExportByIdQueryParams, type RetrieveExportByIdResponse, type RetrieveFlowBody, type RetrieveFlowPathParams, type RetrieveFlowQueryParams, type RetrieveFlowResponse, type RetrieveYellowhiveQuestionnairesPathParams, type RetrieveYellowhiveQuestionnairesQueryParams, type RetrieveYellowhiveQuestionnairesResponse, type SchemaAboutUsResponse, type SchemaAccelerationTo100, type SchemaAccident, type SchemaAccidentStatement, type SchemaAccidentStatementType, type SchemaAccidentStatementType_2, type SchemaAccountCreateCmd, type SchemaAccountCreatedResponse, type SchemaAccreditedAppraiser, type SchemaAccreditedAppraiser_2, type SchemaAcknowledgementQueryModel, type SchemaAction, type SchemaActionType, type SchemaActionUrlResponse, type SchemaActivitiesCreateCmd, type SchemaActivity, type SchemaActivityFrontPageCmd, type SchemaActivityFrontPageQueryModel, type SchemaActivityPatchCmd, type SchemaActivityQueryModel, type SchemaAddActionToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdviceToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdvisoryReportStepsConfigurationParams, type SchemaAddConversationToAdvisoryReportRevisionParams, type SchemaAddInsuranceProductClausesToAdvisoryReportRevisionParams, type SchemaAddRiskDomainToAdvisoryReportRevisionParams, type SchemaAdditionalProperties, type SchemaAdditionalProperties_2, type SchemaAddresWithMetadata, type SchemaAddress, type SchemaAddressAllNones, type SchemaAddressInfoLinkRelationType, type SchemaAddressInformation, type SchemaAddressRules, type SchemaAdviceChangeType, type SchemaAdviceDiffModel, type SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, type SchemaAdvisoryReportAdviceDiff, type SchemaAdvisoryReportClauseQueryModel, type SchemaAdvisoryReportClausesCreateCmd, type SchemaAdvisoryReportConversationLinkCmd, type SchemaAdvisoryReportConversationQueryModel, type SchemaAdvisoryReportCreateCmd, type SchemaAdvisoryReportDocxResponse, type SchemaAdvisoryReportExportOptions, type SchemaAdvisoryReportExportResponse, type SchemaAdvisoryReportFrontPageCreateCmd, type SchemaAdvisoryReportInsurancePolicyCmd, type SchemaAdvisoryReportInsurancePolicyOrder, type SchemaAdvisoryReportInsurancePolicyPackageCmd, type SchemaAdvisoryReportPartyQueryModel, type SchemaAdvisoryReportPdfResponse, type SchemaAdvisoryReportQueryModel, type SchemaAdvisoryReportRevisionAcceptanceCmd, type SchemaAdvisoryReportRevisionCmd, type SchemaAdvisoryReportRevisionCreateCmd, type SchemaAdvisoryReportRevisionMailInquiryCmd, type SchemaAdvisoryReportRevisionUpdateCmd, type SchemaAdvisoryReportRevisionsQueryModel, type SchemaAdvisoryReportRiskDomainActionCreateCmd, type SchemaAdvisoryReportRiskDomainActionPatchCmd, type SchemaAdvisoryReportRiskDomainAdviceCreateCmd, type SchemaAdvisoryReportRiskDomainAdvicePatchCmd, type SchemaAdvisoryReportRiskDomainCreateCmd, type SchemaAdvisoryReportStepsCreateCmd, type SchemaAdvisoryReportTask, type SchemaAdvisoryReportsQueryModel, type SchemaAdvisoryTaskPriority, type SchemaAedesCar, type SchemaAedesCarPayload, type SchemaAedesDriver, type SchemaAedesParking, type SchemaAedesParking_2, type SchemaAffiliation, type SchemaAffiliationInfo, type SchemaAffiliationStatus, type SchemaAffinityKey, type SchemaAgHomePayload, type SchemaAgriculturalVehicleUsage, type SchemaAgriculturalVehicleUsage_2, type SchemaAlarmSystem, type SchemaAllGuaranteesSetting, type SchemaAllianzCancellationReason, type SchemaAllianzCancellationReason_2, type SchemaAllianzCar, type SchemaAllianzCarPayload, type SchemaAllianzDriver, type SchemaAllianzFamilyPayload, type SchemaAllianzHome, type SchemaAllianzHomePayload, type SchemaAnalyzeEmailByIdParams, type SchemaAnnex, type SchemaAnnexRoofConstructionType, type SchemaAnnexType, type SchemaAnnexType_2, type SchemaAnnexWallConstructionType, type SchemaAnnualPremium, type SchemaAnnualPremiumQueryModel, type SchemaAnswer, type SchemaAnswerFlowParams, type SchemaAnswerFlowSessionParams, type SchemaAnswerFlowsResponse, type SchemaAnswerValidationError, type SchemaAnswerValidationErrorMessage, type SchemaAnswersPayload, type SchemaAnvaAdnCoverage, type SchemaAnvaCalculationPackage, type SchemaAnvaCalculationResponse, type SchemaAnvaClaimStatus, type SchemaAnvaClosingQuestion, type SchemaAnvaClosingQuestionUpsertCmd, type SchemaAnvaCollectionMethod, type SchemaAnvaCollectionMethods, type SchemaAnvaCoverage, type SchemaAnvaCoverageCombination, type SchemaAnvaCustomerInquiryParams, type SchemaAnvaDocument, type SchemaAnvaDocumentUpdateCmd, type SchemaAnvaFlowLabelStatus, type SchemaAnvaFlowStatus, type SchemaAnvaInquiry, type SchemaAnvaInquiryDocument, type SchemaAnvaInsurance, type SchemaAnvaInsuranceCompany, type SchemaAnvaInsuranceCompanyUpdateCmd, type SchemaAnvaInsurancePackage, type SchemaAnvaInsurancePolicy, type SchemaAnvaInsuranceUpdateCmd, type SchemaAnvaInvoiceStatus, type SchemaAnvaLabel, type SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaAnvaTaskCmd, type SchemaAnvaTaskPriority, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type SchemaAppModelsPartyCommandsExternalRef, type SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartydocumentquerymodel, 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 SchemaBase, type SchemaBatchUnitResponse, type SchemaBatteryCapacity, type SchemaBicycle, type SchemaBicycleReferenceQueryModel, type SchemaBicycleRiskObjectIdWithRevisionId, type SchemaBicycleSpeed, type SchemaBicycleType, type SchemaBicycleUsage, type SchemaBlindSpotWarning, type SchemaBoat, type SchemaBoatAccidentCoverageLevel, type SchemaBoatAccidentCoverageLevel_2, type SchemaBoatBerthBigCity, type SchemaBoatBerthNlArea, type SchemaBoatBerthType, type SchemaBoatCategory, type SchemaBoatCompetitionType, type SchemaBoatConstructionType, type SchemaBoatMotorKind, type SchemaBoatNlPayloads, type SchemaBoatPreferences, type SchemaBoatReferenceQueryModel, type SchemaBoatRiskObjectIdWithRevisionId, type SchemaBoatTerritory, type SchemaBoatTrailer, type SchemaBoatUsage, type SchemaBookkeeper, type SchemaBrand, type SchemaBrandClub, type SchemaBrandClub_2, type SchemaBrandSortContext, type SchemaBroker, type SchemaBrokerConnectionCreate, type SchemaBrokerConnectionUpdate, type SchemaBrokerCreateCmd, type SchemaBrokerIntegrations, type SchemaBrokerIntegrationsPatchCmd, type SchemaBrokerMembershipsCreateCmd, type SchemaBrokerPatchCmd, type SchemaBrokerPlan, type SchemaBrokerSettings, type SchemaBrokerType, type SchemaBrokerUserCreateCmd, type SchemaBrokerWithDistributionName, type SchemaBrokerWithModules, type SchemaBuildingExtra, type SchemaBuildingMaintenanceStatus, type SchemaBuildingPurpose, type SchemaBuildingRentOut, type SchemaBuildingUse, type SchemaCalculateAnvaQuotesRequest, type SchemaCalculateProfileaseCarQuoteCmd, type SchemaCalculateProfileaseCarQuoteParams, type SchemaCalculateYellowHiveQuotesRequest, type SchemaCalculationSpecEnumValue, type SchemaCalculationSpecInputType, type SchemaCalculationSpecType, type SchemaCampaignAudienceType, type SchemaCampaignCreateResponse, 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 SchemaChild, type SchemaChildProtection, type SchemaChildProtectionDriver, type SchemaChildProtectionPassenger, type SchemaChildProtectionRear, 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 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 SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateMultiResponse, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyActivitiesParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateTaskInAnvaParams, type SchemaCreateToolkitAccountParams, type SchemaCreateToolkitBrokerParams, type SchemaCreateTrailerRiskObjectParams, type SchemaCreateTrialUserParams, type SchemaCreateYellowHiveContactPersonCreateCmd, type SchemaCreditRating, type SchemaCreditScore, type SchemaCrmExportQueryModel, type SchemaCrmExportType, type SchemaCurrency, type SchemaCurrencyValue, type SchemaCustomAdvice, type SchemaCustomAdvicePatchCmd, type SchemaCustomer, type SchemaCustomerCreateCmd, type SchemaCustomerInfo, type SchemaCustomerLeadCreateCmd, type SchemaCustomerLeadCreateReply, type SchemaCustomerProspectType, type SchemaCustomerProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCustomerQueryModel, type SchemaCustomerSheet, type SchemaCustomerSheetAcceptations, type SchemaCustomersInfoType, type SchemaCyber, type SchemaDasLegalPayload, type SchemaDataType, type SchemaDate, type SchemaDateDsl, type SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDelinkPartyToUserParams, type SchemaDemographicData, type 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 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 SchemaEntitiesSelectionResult, 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 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 SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaWarning, 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 SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, 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 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 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 SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsFasterforwardListItem, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMinimalUser, type SchemaMinimalUserQueryModels, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMockedDisableTwoFactorRequest, type SchemaMockedTwoFactorVerificationRequest, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, 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 SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, 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 SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPossiblePackage, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type SchemaPriorityTag, type SchemaProductInfo, type SchemaProductV2, type SchemaProductsFilterSort, type SchemaProductsGroupBy, type SchemaProductsV2Filter, type SchemaProductsV2Response, type SchemaProfession, type SchemaProfileaseLeaseRate, type SchemaProfileaseLeaseResidual, type SchemaProfileaseLeaseType, type SchemaProfileaseQuote, type SchemaPromotion, type SchemaPromotionCriteria, type SchemaPromotionModifications, type SchemaPromotionQueryModel, type SchemaPropertyType, type SchemaProspectCreationResponse, type SchemaProspectReferenceQueryModel, type SchemaProspectType, type SchemaProvenanceDocumentReference, type SchemaPublicConnectionQueryModel, type SchemaPublicConnectionsQueryModel, type SchemaPublicDistributionConnectionQueryModel, type SchemaQuestion, type SchemaQuestionGroup, type SchemaQuestionUpdateCmd, type SchemaQuestionnaire, type SchemaQuote, type SchemaQuoteDetails, type SchemaQuoteExport, type SchemaQuoteExportRequest, type SchemaQuoteExportResponse, type SchemaQuoteMailSendRequest, type SchemaQuoteMailSendResponse, type SchemaQuoteReferenceQueryModel, type SchemaQuoteRequestV2Base, type SchemaQuoteResponse, type SchemaQuoteResponseV2, type SchemaQuoteSpecification, type SchemaQuoteStatus, type SchemaRateLimitErrorMsgEnum, type SchemaRearAutomaticEmergencyBraking, type SchemaRearCrossTrafficWarning, type SchemaRecalculateAnvaQuoteRequest, type SchemaRecalculateAnvaSimulationCmd, type 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 SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSentimentType, type SchemaSeries, type SchemaSeriesSortContext, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, 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 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 SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, type SchemaUpsertFaqItemParams, type SchemaUpsertInsurancePolicyForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicySimulationForPartyParams, type SchemaUpsertPolicyPackageByPartyParams, type SchemaUserMeUpdateCmd, type SchemaUserRole, type SchemaValidator, type SchemaValuableItem, type SchemaValueUnitInt, type SchemaValueUnitStr, type SchemaVatType, type SchemaVatType_2, type SchemaVehicleRegistrationDateType, type SchemaVehicleRegistrationPlateValidation, type SchemaVehicleSearch, type SchemaVerifyIfADistributionExistsByCompanyRegistrationParams, type SchemaVerifyIfADistributionExistsByNameParams, type SchemaVerifyIfAUserExistsByEmailParams, type SchemaVersion, type SchemaVersionSortContext, type SchemaVillasureHomePayload, type SchemaVinInfo, type SchemaVinPremiumResponse, type SchemaViviumCar, type SchemaViviumCarPayload, type SchemaViviumDriver, type SchemaViviumFamilyPayload, type SchemaViviumHome, type SchemaViviumHomePayload, type SchemaVoltage, type SchemaWageBill, type SchemaWarningMsg, type SchemaWarranyOptions, type SchemaWarranyOptions_2, type SchemaWeightEmpty, type SchemaWgBeApiAddressModelsAddressAddress, type SchemaWgBeApiAddressModelsAddressInformationV2Company, type SchemaWgBeApiAddressModelsAddressInformationV2Link, type SchemaWgBeApiAddressModelsPersonsDirectorsCompany, type SchemaWgBeApiAddressModelsVatCompanyActivity, type SchemaWgBeApiAddressModelsVatCompanyAssetInfo, type SchemaWgBeApiAddressModelsVatCompanyContactPerson, type SchemaWgBeApiAddressModelsVatCompanyFleetInfo, type SchemaWgBeApiAddressModelsVatCompanyLink, type SchemaWgBeApiAddressModelsVatCompanyPersonnelDetails, type SchemaWgBeApiAddressModelsVatCompanyThirdPartyActivity, type SchemaWgBeApiAddressModelsVatCompanyTurnover, type SchemaWgBeApiAddressModelsVatCompanyWorkforce, type SchemaWgBeApiQuotesModelsBaseLocalization, type SchemaWgBeApiQuotesModelsBaseLocalization_2, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsCar, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsFamily, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsLegal, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsPartyGroup, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsResidence, type SchemaWgPyModelsComplexAddress, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoMachineDelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoPeriodicCash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoSiloCapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoMachinedelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoPeriodiccash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoSilocapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorksConstructionWorkDuration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworksConstructionworkduration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactPerson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactperson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFleetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalAid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalaid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyManagementFunction, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonnelDetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonneldetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdPartyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdpartyactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWageBill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWagebill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsAnnexAnnex, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverAssistanceSystemDriveAssistanceSystem, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverCarInsured, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriver, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsInsuranceHistoryInsuranceHistory, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsPersonPerson, type SchemaWgPyModelsDomainInsuranceInsurancesAedesAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesAragLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesArcesLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesAxaAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAxaCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsHolderState, type SchemaWgPyModelsDomainInsuranceInsurancesAxaFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesDasLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralParty, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralPartyGroup, type SchemaWgPyModelsDomainInsuranceInsurancesEuromexLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesLarLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesPnpFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesViviumCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesViviumFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumResidenceRooms, type SchemaWgPyModelsDomainInsuranceProspectCompany, type SchemaWgPyModelsDomainInsuranceProspectCompany_2, type SchemaWgPyModelsDomainInsuranceProspectCustomer, type SchemaWgPyModelsDomainInsuranceProspectCustomer_2, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferences, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferencesFuneralPreference, type SchemaWgPyModelsDomainInsuranceProspectPartypreferences, type SchemaWgPyModelsDomainInsuranceProspectPartypreferencesFuneralpreference, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesPartyExternalRefsQueryModel, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBicycleBicycle, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBoatBoat, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsCarCar, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsMiscMiscellaneous, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerSemiTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainInsuranceRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyPerson, type SchemaWgPyModelsDomainInsuranceRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceAnnexAnnex, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingFacade, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingMainBuilding, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidencePreferencesResidencePreferences, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceRoomsRooms, type SchemaWgPyModelsDomainInsuranceRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccident, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccidentStatement, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarInsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverbrandclubmembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleusage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainWegroupComplexAddress, type SchemaWgPyModelsDomainWegroupComplexAddress_2, type SchemaWgPyModelsDomainWegroupComplexCompanyRegistration, type SchemaWgPyModelsDomainWegroupComplexCompanyregistration, type SchemaWgPyModelsDomainWegroupComplexLocalization, type SchemaWgPyModelsDomainWegroupEnumsCarUsedFor, type SchemaWgPyModelsDomainWegroupEnumsClaimFreeYears, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsCurrency, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsGender, type SchemaWgPyModelsDomainWegroupEnumsHolderState, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes_2, type SchemaWgPyModelsDomainWegroupEnumsMiscellaneousType, type SchemaWgPyModelsDomainWegroupEnumsOfferRevisionDocumentType, type SchemaWgPyModelsDomainWegroupEnumsProfession, type SchemaWgPyModelsDomainWegroupEnumsProspectType, type SchemaWgPyModelsDomainWegroupEnumsProspectType_2, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtCountryCodes, type SchemaWgsdkSmtCoveragePeriod, type SchemaWgsdkSmtGender, type SchemaWgsdkSmtInsuranceHistory, type SchemaWgsdkSmtProfession, type SchemaWheelBase, type SchemaWheelBaseArray, type SchemaWheelRimSizeArray, type SchemaWheelRimsSize, type SchemaWheelSize, type SchemaWheelSizeArray, type SchemaWidth, type SchemaWindow, type SchemaWorkforce, type SchemaWorkforcePossibleDanger, type SchemaWorkingMethod, type SchemaYellowHiveCoverage, type SchemaYellowHiveInsurance, type SchemaYellowHiveInsurancePolicy, type SchemaYellowHiveProduct, type SchemaYellowHiveProductQuestionnaire, type SchemaYellowHiveProductQuestionnaireQueryModel, type SchemaYellowHiveProductQuestionnairesQueryModel, type SchemaYellowHiveProductQuestionnairesUpdateCmd, type SchemaYellowHiveProductQuestionnairesValidateCmd, type SchemaYellowHiveProductToInsurancePolicyLink, type SchemaYellowHiveProductsInConversationCmd, type SchemaYellowHiveQuote, type SchemaYellowHiveQuoteCalculationJob, type SchemaYellowHiveQuoteCalculationJobsQueuedResponse, type SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type UpsertAnvaClosingQuestionsBody, type UpsertAnvaClosingQuestionsQueryParams, type UpsertAnvaClosingQuestionsResponse, type UpsertDistributionFaqBody, type UpsertDistributionFaqQueryParams, type UpsertDistributionFaqResponse, type UpsertInsurancePoliciesForPartyBody, type UpsertInsurancePoliciesForPartyPathParams, type UpsertInsurancePoliciesForPartyResponse, type UpsertInsurancePolicySimulationForPartyBody, type UpsertInsurancePolicySimulationForPartyPathParams, type UpsertInsurancePolicySimulationForPartyResponse, type UpsertPolicyPackagesForPartyBody, type UpsertPolicyPackagesForPartyPathParams, type UpsertPolicyPackagesForPartyResponse, type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostQueryParams, type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostResponse, type V1ApiIntegrationsAnvaPartiesGetQueryParams, type V1ApiIntegrationsAnvaPartiesGetResponse, type V1ApiIntegrationsAnvaValidatePostQueryParams, type V1ApiIntegrationsAnvaValidatePostResponse, type ValidateAChassisNumberResponse, type ValidateACompanyRegistrationNumberResponse, type ValidateANationalIdentificationNumberBody, type ValidateANationalIdentificationNumberResponse, type ValidateATelephonenrResponse, type ValidateAVehicleRegistrationPlateBody, type ValidateAVehicleRegistrationPlateResponse, type ValidateAWebsiteResponse, type ValidateAnEmailResponse, type ValidateAnFsmaResponse, type ValidateAnIbanBody, type ValidateAnIbanResponse, type ValidateAnvaConnectionQueryParams, type ValidateAnvaConnectionResponse, type ValidateAnvaDwhConnectionQueryParams, type ValidateAnvaDwhConnectionResponse, type ValidateAnvaflowsQuestionnaireBody, type ValidateAnvaflowsQuestionnairePathParams, type ValidateAnvaflowsQuestionnaireQueryParams, type ValidateAnvaflowsQuestionnaireResponse, type ValidateClaimPathParams, type ValidateClaimQueryParams, type ValidateClaimResponse, type ValidateFasterforwardConnectionQueryParams, type ValidateFasterforwardConnectionResponse, type ValidatePromotionsResponse, type ValidateYellowhiveQuestionnaireBody, type ValidateYellowhiveQuestionnairePathParams, type ValidateYellowhiveQuestionnaireQueryParams, type ValidateYellowhiveQuestionnaireResponse, type VerifyIfADistributionExistsByCompanyRegistrationBody, type VerifyIfADistributionExistsByCompanyRegistrationQueryParams, type VerifyIfADistributionExistsByCompanyRegistrationResponse, type VerifyIfADistributionExistsByNameBody, type VerifyIfADistributionExistsByNameQueryParams, type VerifyIfADistributionExistsByNameResponse, type VerifyIfAUserExistsByEmailBody, type VerifyIfAUserExistsByEmailQueryParams, type VerifyIfAUserExistsByEmailResponse, type WgApiSchema, type WgPaths, acceptOrRejectAnAdvisoryReport, analyzeEmail, answerAFlowDirectly, answerAFlowSession, blockCustomerFromAccessingParty, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaParty, createAnvaTask, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, createPartyActivitiesAsCustomer, createPartyByEnrichingWithEnrichingWithCompanyRegistration, createPartyGroupRiskObject, createPartyNote, createPartyOffers, createPartyRelations, createProfileaseCarLeaseOffer, createProflowSessionByBatchId, createRecommendationByPartyId, createRecommendationBySessionId, createReferenceForParty, createReferencesForRiskObject, createRelationBetweenRiskObjectAndParty, createRiskDomainActionForAdvisoryReportById, createRiskDomainActionFromAdviceForAdvisoryReportById, createRiskDomainAdviceForAdvisoryReportById, createRiskDomainForAdvisoryReportById, createSemiTrailerRiskObject, createToolkitAccount, createToolkitBroker, createTrailerRiskObject, createTrialBroker, createUploadLinkAsCustomer, createUspItemForDistribution, createYellowhiveContactPerson, deleteAdvisoryReport, deleteAdvisoryReportRevision, deleteAllSessionsBySessionId, deleteAnvaClosingQuestions, deleteBrokerConnectionByKey, deleteClaimAsBrokerById, deleteCommentOnActivity, deleteDistributionConnectionByKey, deleteDistributionFaq, deleteDistributionTag, deleteDocumentById, deleteDocumentByIdAsCustomerWithToken, deleteDocumentForParty, deleteEntityAsBrokerById, deleteEntityByIdAsCustomerWithToken, deleteEntityBySessionIdAndFlowId, deleteInsurancePoliciesForParty, deleteInsurancePolicyForAdvisoryReportById, deleteInsuranceProductClauseForDistribution, deleteNote, deletePartyActivitiesAsCustomer, deletePartyEntityBySessionIdAndFlowId, deletePartyNoteById, deletePartyRelations, deletePolicyPackagesForParty, deleteRelationBetweenRiskObjectAndParty, deleteRiskDomainActionForAdvisoryReportById, deleteRiskDomainAdviceForAdvisoryReportById, deleteRiskDomainForAdvisoryReportById, deleteRiskObjectById, deleteSessionBySessionId, deleteUspByDistributionAndId, delinkPartyToUser, disable2FaByUser, disable2FaForCustomer, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enqueueCalculationAnvaquotesBySessionId, enqueueSendCustomQuotesToAnvaBySessionId, enqueueSendOfferToAnvaBySessionId, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportQuoteById, extractInsurancePoliciesForOneDocument, extractInsurancePoliciesForOneDocumentEnqueue, extractManyDocumentInBatch, extractOffersForOneDocument, extractOffersForOneDocumentEnqueue, extractOneDocument, extractOneDocumentEnqueue, 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, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, 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, getDiasEmployees, getDiasParties, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, 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, 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, inviteColleaguesToDistribution, inviteUserToParty, linkConversationToAdvisoryReport, linkPartyToUser, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, overrideInsuranceProductRecommendationById, overridePreventionAdviceRecommendationById, patchAnvaproductById, patchAnvaproductCoverageById, patchOwnPartyAsCustomer, type paths, poseAQuestionToInsuranceTermsBot, poseAQuestionToInsuranceTermsBotForItToCompare, postEventAsCarglassPartner, putClausesForReport, recalculateOneAnvaquoteByAnvaProductIdSessionId, recalculateSimulationBySessionId, recalculateYellowhiveQuotesBySessionIdAndProductId, recalculateYellowhiveSimulationBySessionId, retrieveAirports, retrieveAllExportsByParty, retrieveAnvaflowsQuestionnaires, retrieveAskLaterQuestions, retrieveAutomobileByCarIdFreemiumVersion, retrieveAutomobileByIdFreemium, retrieveExportById, retrieveFlow, retrieveYellowhiveQuestionnaires, seachStreetsByCityAndCountry, searchAddressesByCountry, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, upsertAnvaClosingQuestions, upsertDistributionFaq, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, v1ApiIntegrationsAnvaPartiesAnvaIdImportsPost, v1ApiIntegrationsAnvaPartiesGet, v1ApiIntegrationsAnvaValidatePost, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };
|