wg-api-sdk 4.30.215 → 4.30.218
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 +1228 -989
- package/dist/esm/index.mjs +1 -1
- package/dist/index.d.ts +1228 -989
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -2315,7 +2315,8 @@ interface paths {
|
|
|
2315
2315
|
};
|
|
2316
2316
|
/**
|
|
2317
2317
|
* Get Anva Employees
|
|
2318
|
-
* @description
|
|
2318
|
+
* @description This will search for employees (medewerkers) in DWH and fallback to hardcoded.
|
|
2319
|
+
* equal to brokers.integrations.anva_relation_manager_id
|
|
2319
2320
|
*/
|
|
2320
2321
|
get: operations["get_anva_employees_v1_api_connections_anva_employees_get"];
|
|
2321
2322
|
put?: never;
|
|
@@ -2326,6 +2327,27 @@ interface paths {
|
|
|
2326
2327
|
patch?: never;
|
|
2327
2328
|
trace?: never;
|
|
2328
2329
|
};
|
|
2330
|
+
"/v1/api/connections/anva/agents": {
|
|
2331
|
+
parameters: {
|
|
2332
|
+
query?: never;
|
|
2333
|
+
header?: never;
|
|
2334
|
+
path?: never;
|
|
2335
|
+
cookie?: never;
|
|
2336
|
+
};
|
|
2337
|
+
/**
|
|
2338
|
+
* Get Anva Agents
|
|
2339
|
+
* @description This will search for agents (agenten) in DWH.
|
|
2340
|
+
* equal to brokers.integrations.anva_preferred_agent_nr
|
|
2341
|
+
*/
|
|
2342
|
+
get: operations["get_anva_agents_v1_api_connections_anva_agents_get"];
|
|
2343
|
+
put?: never;
|
|
2344
|
+
post?: never;
|
|
2345
|
+
delete?: never;
|
|
2346
|
+
options?: never;
|
|
2347
|
+
head?: never;
|
|
2348
|
+
patch?: never;
|
|
2349
|
+
trace?: never;
|
|
2350
|
+
};
|
|
2329
2351
|
"/v1/api/connections/anva/products": {
|
|
2330
2352
|
parameters: {
|
|
2331
2353
|
query?: never;
|
|
@@ -4024,6 +4046,23 @@ interface paths {
|
|
|
4024
4046
|
patch?: never;
|
|
4025
4047
|
trace?: never;
|
|
4026
4048
|
};
|
|
4049
|
+
"/v2/api/document-extractor/one/party": {
|
|
4050
|
+
parameters: {
|
|
4051
|
+
query?: never;
|
|
4052
|
+
header?: never;
|
|
4053
|
+
path?: never;
|
|
4054
|
+
cookie?: never;
|
|
4055
|
+
};
|
|
4056
|
+
get?: never;
|
|
4057
|
+
put?: never;
|
|
4058
|
+
/** Extract Party For One Document Enqueue */
|
|
4059
|
+
post: operations["extract_party_for_one_document_enqueue_v2_api_document_extractor_one_party_post"];
|
|
4060
|
+
delete?: never;
|
|
4061
|
+
options?: never;
|
|
4062
|
+
head?: never;
|
|
4063
|
+
patch?: never;
|
|
4064
|
+
trace?: never;
|
|
4065
|
+
};
|
|
4027
4066
|
"/v1/api/document-extractor/entities/{entity_id}": {
|
|
4028
4067
|
parameters: {
|
|
4029
4068
|
query?: never;
|
|
@@ -8786,7 +8825,7 @@ interface components {
|
|
|
8786
8825
|
* Timestamp
|
|
8787
8826
|
* Format: date-time
|
|
8788
8827
|
* @description Timestamp of when the error occured
|
|
8789
|
-
* @default 2025-12-
|
|
8828
|
+
* @default 2025-12-12T15:07:40.006618
|
|
8790
8829
|
*/
|
|
8791
8830
|
timestamp: string;
|
|
8792
8831
|
/**
|
|
@@ -14840,6 +14879,8 @@ interface components {
|
|
|
14840
14879
|
street: string;
|
|
14841
14880
|
/** City */
|
|
14842
14881
|
city: string;
|
|
14882
|
+
/** @default NL */
|
|
14883
|
+
country_code: components["schemas"]["COUNTRY_CODES"];
|
|
14843
14884
|
};
|
|
14844
14885
|
/**
|
|
14845
14886
|
* DRIVER_LICENSE_CODE
|
|
@@ -26273,6 +26314,12 @@ interface components {
|
|
|
26273
26314
|
*/
|
|
26274
26315
|
name?: string;
|
|
26275
26316
|
};
|
|
26317
|
+
/**
|
|
26318
|
+
* INSURANCE_CARRIER_TYPE
|
|
26319
|
+
* @description An enumeration.
|
|
26320
|
+
* @enum {unknown}
|
|
26321
|
+
*/
|
|
26322
|
+
INSURANCE_CARRIER_TYPE: "REGIONAL" | "POOL_DISTRIBUTION" | "PERCENTAGE_DISTRIBUTION" | "AUTHORITY";
|
|
26276
26323
|
/**
|
|
26277
26324
|
* Insurance
|
|
26278
26325
|
* @description To refactor!
|
|
@@ -32385,6 +32432,7 @@ interface components {
|
|
|
32385
32432
|
anva_product_id?: string;
|
|
32386
32433
|
/** Anva Product Ref */
|
|
32387
32434
|
anva_product_ref?: string;
|
|
32435
|
+
carrier_type?: components["schemas"]["INSURANCE_CARRIER_TYPE"];
|
|
32388
32436
|
/**
|
|
32389
32437
|
* Yellowhive Product Id
|
|
32390
32438
|
* Format: uuid
|
|
@@ -34290,6 +34338,7 @@ interface components {
|
|
|
34290
34338
|
* Format: uuid
|
|
34291
34339
|
*/
|
|
34292
34340
|
yellowhive_product_id?: string;
|
|
34341
|
+
carrier_type?: components["schemas"]["INSURANCE_CARRIER_TYPE"];
|
|
34293
34342
|
/** Is Tailored Premium */
|
|
34294
34343
|
is_tailored_premium?: boolean;
|
|
34295
34344
|
/**
|
|
@@ -39776,6 +39825,7 @@ interface components {
|
|
|
39776
39825
|
anva_product_id?: string;
|
|
39777
39826
|
/** Anva Product Ref */
|
|
39778
39827
|
anva_product_ref?: string;
|
|
39828
|
+
carrier_type?: components["schemas"]["INSURANCE_CARRIER_TYPE"];
|
|
39779
39829
|
/**
|
|
39780
39830
|
* Yellowhive Product Id
|
|
39781
39831
|
* Format: uuid
|
|
@@ -49325,6 +49375,7 @@ interface components {
|
|
|
49325
49375
|
anva_product_id?: string;
|
|
49326
49376
|
/** Anva Product Ref */
|
|
49327
49377
|
anva_product_ref?: string;
|
|
49378
|
+
carrier_type?: components["schemas"]["INSURANCE_CARRIER_TYPE"];
|
|
49328
49379
|
/**
|
|
49329
49380
|
* Yellowhive Product Id
|
|
49330
49381
|
* Format: uuid
|
|
@@ -52806,7 +52857,7 @@ interface components {
|
|
|
52806
52857
|
/**
|
|
52807
52858
|
* Quote Specifications
|
|
52808
52859
|
* @default {
|
|
52809
|
-
* "contract_commencement_date": "2025-12-
|
|
52860
|
+
* "contract_commencement_date": "2025-12-12"
|
|
52810
52861
|
* }
|
|
52811
52862
|
*/
|
|
52812
52863
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -55821,7 +55872,7 @@ interface components {
|
|
|
55821
55872
|
* @description An enumeration.
|
|
55822
55873
|
* @enum {unknown}
|
|
55823
55874
|
*/
|
|
55824
|
-
PaymentMethod: "
|
|
55875
|
+
PaymentMethod: "DIRECT_DEBIT" | "INVOICE";
|
|
55825
55876
|
/**
|
|
55826
55877
|
* ThirdPartyConstructionWorkInsuranceType
|
|
55827
55878
|
* @description An enumeration.
|
|
@@ -63364,6 +63415,11 @@ interface components {
|
|
|
63364
63415
|
data: components["schemas"]["ExtractDocumentCmd"];
|
|
63365
63416
|
auth: components["schemas"]["Auth"];
|
|
63366
63417
|
};
|
|
63418
|
+
/** extract_singular_document_party_enqueue_params */
|
|
63419
|
+
extract_singular_document_party_enqueue_params: {
|
|
63420
|
+
data: components["schemas"]["ExtractDocumentCmd"];
|
|
63421
|
+
auth: components["schemas"]["Auth"];
|
|
63422
|
+
};
|
|
63367
63423
|
/** anva_customer_inquiry_params */
|
|
63368
63424
|
anva_customer_inquiry_params: {
|
|
63369
63425
|
auth: components["schemas"]["Auth"];
|
|
@@ -64276,6 +64332,8 @@ interface components {
|
|
|
64276
64332
|
company_search_by: components["schemas"]["COMPANY_SEARCH_BY"];
|
|
64277
64333
|
/** Display Collapsed */
|
|
64278
64334
|
display_collapsed?: boolean;
|
|
64335
|
+
/** Include In Conversation Report */
|
|
64336
|
+
include_in_conversation_report?: boolean;
|
|
64279
64337
|
};
|
|
64280
64338
|
/**
|
|
64281
64339
|
* MIME_TYPE
|
|
@@ -68896,6 +68954,11 @@ interface components {
|
|
|
68896
68954
|
* @description When the answer is parsed and its not a str, this field will hold the raw value of the parsed answer. (for example car_search)
|
|
68897
68955
|
*/
|
|
68898
68956
|
answer_parsed_raw?: unknown;
|
|
68957
|
+
/**
|
|
68958
|
+
* Is Display
|
|
68959
|
+
* @description The question is a display, which means no answer is provided and only the title/description should be shown
|
|
68960
|
+
*/
|
|
68961
|
+
is_display?: boolean;
|
|
68899
68962
|
};
|
|
68900
68963
|
/** CampaignMetrics */
|
|
68901
68964
|
CampaignMetrics: {
|
|
@@ -69612,6 +69675,7 @@ type SchemaAppViewsModelsRiskObjectLink = components['schemas']['app__views__mod
|
|
|
69612
69675
|
type SchemaMinimalInsurancePolicyQueryModel = components['schemas']['MinimalInsurancePolicyQueryModel'];
|
|
69613
69676
|
type SchemaInsurancePolicyType = components['schemas']['INSURANCE_POLICY_TYPE'];
|
|
69614
69677
|
type SchemaMinimalCoverageQueryModel = components['schemas']['MinimalCoverageQueryModel'];
|
|
69678
|
+
type SchemaInsuranceCarrierType = components['schemas']['INSURANCE_CARRIER_TYPE'];
|
|
69615
69679
|
type SchemaAppModelsOfferInsurance = components['schemas']['app__models__offer__Insurance'];
|
|
69616
69680
|
type SchemaPremiumQueryModel = components['schemas']['PremiumQueryModel'];
|
|
69617
69681
|
type SchemaFranchiseQueryModel = components['schemas']['FranchiseQueryModel'];
|
|
@@ -70541,6 +70605,7 @@ type SchemaExtractSingularDocumentEnqueueParams = components['schemas']['extract
|
|
|
70541
70605
|
type SchemaSingularityJobQueuedResponse = components['schemas']['SingularityJobQueuedResponse'];
|
|
70542
70606
|
type SchemaExtractSingularDocumentOffersEnqueueParams = components['schemas']['extract_singular_document_offers_enqueue_params'];
|
|
70543
70607
|
type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams = components['schemas']['extract_singular_document_insurance_policies_enqueue_params'];
|
|
70608
|
+
type SchemaExtractSingularDocumentPartyEnqueueParams = components['schemas']['extract_singular_document_party_enqueue_params'];
|
|
70544
70609
|
type SchemaAnvaCustomerInquiryParams = components['schemas']['anva_customer_inquiry_params'];
|
|
70545
70610
|
type SchemaStatusReply = components['schemas']['StatusReply'];
|
|
70546
70611
|
type SchemaAnvaInquiry = components['schemas']['AnvaInquiry'];
|
|
@@ -83731,6 +83796,85 @@ interface operations {
|
|
|
83731
83796
|
};
|
|
83732
83797
|
};
|
|
83733
83798
|
};
|
|
83799
|
+
get_anva_agents_v1_api_connections_anva_agents_get: {
|
|
83800
|
+
parameters: {
|
|
83801
|
+
query?: {
|
|
83802
|
+
q?: string;
|
|
83803
|
+
};
|
|
83804
|
+
header?: {
|
|
83805
|
+
/** @description Which release to target running in 'STAGING' environment. */
|
|
83806
|
+
"x-release"?: string;
|
|
83807
|
+
};
|
|
83808
|
+
path?: never;
|
|
83809
|
+
cookie?: never;
|
|
83810
|
+
};
|
|
83811
|
+
requestBody?: never;
|
|
83812
|
+
responses: {
|
|
83813
|
+
/** @description Successful Response */
|
|
83814
|
+
200: {
|
|
83815
|
+
headers: {
|
|
83816
|
+
[name: string]: unknown;
|
|
83817
|
+
};
|
|
83818
|
+
content: {
|
|
83819
|
+
"application/json": components["schemas"]["Employees"];
|
|
83820
|
+
};
|
|
83821
|
+
};
|
|
83822
|
+
/** @description Bad Request */
|
|
83823
|
+
400: {
|
|
83824
|
+
headers: {
|
|
83825
|
+
[name: string]: unknown;
|
|
83826
|
+
};
|
|
83827
|
+
content: {
|
|
83828
|
+
"application/json": components["schemas"]["Error_4XX"];
|
|
83829
|
+
};
|
|
83830
|
+
};
|
|
83831
|
+
/** @description Unauthorized */
|
|
83832
|
+
401: {
|
|
83833
|
+
headers: {
|
|
83834
|
+
[name: string]: unknown;
|
|
83835
|
+
};
|
|
83836
|
+
content: {
|
|
83837
|
+
"application/json": components["schemas"]["Error_401"];
|
|
83838
|
+
};
|
|
83839
|
+
};
|
|
83840
|
+
/** @description Forbidden */
|
|
83841
|
+
403: {
|
|
83842
|
+
headers: {
|
|
83843
|
+
[name: string]: unknown;
|
|
83844
|
+
};
|
|
83845
|
+
content: {
|
|
83846
|
+
"application/json": components["schemas"]["Error_403"];
|
|
83847
|
+
};
|
|
83848
|
+
};
|
|
83849
|
+
/** @description Unprocessable Content */
|
|
83850
|
+
422: {
|
|
83851
|
+
headers: {
|
|
83852
|
+
[name: string]: unknown;
|
|
83853
|
+
};
|
|
83854
|
+
content: {
|
|
83855
|
+
"application/json": components["schemas"]["Error_422"];
|
|
83856
|
+
};
|
|
83857
|
+
};
|
|
83858
|
+
/** @description Too Many Requests */
|
|
83859
|
+
429: {
|
|
83860
|
+
headers: {
|
|
83861
|
+
[name: string]: unknown;
|
|
83862
|
+
};
|
|
83863
|
+
content: {
|
|
83864
|
+
"application/json": components["schemas"]["Error_429"];
|
|
83865
|
+
};
|
|
83866
|
+
};
|
|
83867
|
+
/** @description Internal Server Error */
|
|
83868
|
+
500: {
|
|
83869
|
+
headers: {
|
|
83870
|
+
[name: string]: unknown;
|
|
83871
|
+
};
|
|
83872
|
+
content: {
|
|
83873
|
+
"application/json": components["schemas"]["ServerError"];
|
|
83874
|
+
};
|
|
83875
|
+
};
|
|
83876
|
+
};
|
|
83877
|
+
};
|
|
83734
83878
|
get_anva_products_v1_api_connections_anva_products_get: {
|
|
83735
83879
|
parameters: {
|
|
83736
83880
|
query?: {
|
|
@@ -92845,6 +92989,87 @@ interface operations {
|
|
|
92845
92989
|
};
|
|
92846
92990
|
};
|
|
92847
92991
|
};
|
|
92992
|
+
extract_party_for_one_document_enqueue_v2_api_document_extractor_one_party_post: {
|
|
92993
|
+
parameters: {
|
|
92994
|
+
query?: never;
|
|
92995
|
+
header?: {
|
|
92996
|
+
/** @description Which release to target running in 'STAGING' environment. */
|
|
92997
|
+
"x-release"?: string;
|
|
92998
|
+
};
|
|
92999
|
+
path?: never;
|
|
93000
|
+
cookie?: never;
|
|
93001
|
+
};
|
|
93002
|
+
requestBody: {
|
|
93003
|
+
content: {
|
|
93004
|
+
"application/json": components["schemas"]["extract_singular_document_party_enqueue_params"]["data"];
|
|
93005
|
+
};
|
|
93006
|
+
};
|
|
93007
|
+
responses: {
|
|
93008
|
+
/** @description Successful Response */
|
|
93009
|
+
201: {
|
|
93010
|
+
headers: {
|
|
93011
|
+
[name: string]: unknown;
|
|
93012
|
+
};
|
|
93013
|
+
content: {
|
|
93014
|
+
"application/json": components["schemas"]["SingularityJobQueuedResponse"];
|
|
93015
|
+
};
|
|
93016
|
+
};
|
|
93017
|
+
/** @description Bad Request */
|
|
93018
|
+
400: {
|
|
93019
|
+
headers: {
|
|
93020
|
+
[name: string]: unknown;
|
|
93021
|
+
};
|
|
93022
|
+
content: {
|
|
93023
|
+
"application/json": components["schemas"]["Error_4XX"];
|
|
93024
|
+
};
|
|
93025
|
+
};
|
|
93026
|
+
/** @description Unauthorized */
|
|
93027
|
+
401: {
|
|
93028
|
+
headers: {
|
|
93029
|
+
[name: string]: unknown;
|
|
93030
|
+
};
|
|
93031
|
+
content: {
|
|
93032
|
+
"application/json": components["schemas"]["Error_401"];
|
|
93033
|
+
};
|
|
93034
|
+
};
|
|
93035
|
+
/** @description Forbidden */
|
|
93036
|
+
403: {
|
|
93037
|
+
headers: {
|
|
93038
|
+
[name: string]: unknown;
|
|
93039
|
+
};
|
|
93040
|
+
content: {
|
|
93041
|
+
"application/json": components["schemas"]["Error_403"];
|
|
93042
|
+
};
|
|
93043
|
+
};
|
|
93044
|
+
/** @description Unprocessable Content */
|
|
93045
|
+
422: {
|
|
93046
|
+
headers: {
|
|
93047
|
+
[name: string]: unknown;
|
|
93048
|
+
};
|
|
93049
|
+
content: {
|
|
93050
|
+
"application/json": components["schemas"]["Error_422"];
|
|
93051
|
+
};
|
|
93052
|
+
};
|
|
93053
|
+
/** @description Too Many Requests */
|
|
93054
|
+
429: {
|
|
93055
|
+
headers: {
|
|
93056
|
+
[name: string]: unknown;
|
|
93057
|
+
};
|
|
93058
|
+
content: {
|
|
93059
|
+
"application/json": components["schemas"]["Error_429"];
|
|
93060
|
+
};
|
|
93061
|
+
};
|
|
93062
|
+
/** @description Internal Server Error */
|
|
93063
|
+
500: {
|
|
93064
|
+
headers: {
|
|
93065
|
+
[name: string]: unknown;
|
|
93066
|
+
};
|
|
93067
|
+
content: {
|
|
93068
|
+
"application/json": components["schemas"]["ServerError"];
|
|
93069
|
+
};
|
|
93070
|
+
};
|
|
93071
|
+
};
|
|
93072
|
+
};
|
|
92848
93073
|
get_extract_enity_info_v1_api_document_extractor_entities__entity_id__get: {
|
|
92849
93074
|
parameters: {
|
|
92850
93075
|
query?: never;
|
|
@@ -114954,52 +115179,52 @@ type Middleware = Middleware$1;
|
|
|
114954
115179
|
type ClientType = ReturnType<typeof createClient<paths>>;
|
|
114955
115180
|
declare const wgApiClient: (options: ClientOptions) => ClientType;
|
|
114956
115181
|
|
|
114957
|
-
declare const routeName$
|
|
114958
|
-
type GetWeatherInfoQueryParams = paths[typeof routeName$
|
|
114959
|
-
type GetWeatherInfoResponse = paths[typeof routeName$
|
|
114960
|
-
type GetWeatherInfoProps = paths[typeof routeName$
|
|
115182
|
+
declare const routeName$7w = "/v1/api/weather/info";
|
|
115183
|
+
type GetWeatherInfoQueryParams = paths[typeof routeName$7w]['get']['parameters']['query'];
|
|
115184
|
+
type GetWeatherInfoResponse = paths[typeof routeName$7w]['get']['responses'][200]['content']['application/json'];
|
|
115185
|
+
type GetWeatherInfoProps = paths[typeof routeName$7w]['get']['parameters'];
|
|
114961
115186
|
declare const getWeatherInfo: (props: GetWeatherInfoProps, wgApiClient: ClientType) => Promise<GetWeatherInfoResponse>;
|
|
114962
115187
|
|
|
114963
|
-
declare const routeName$
|
|
114964
|
-
type SearchCitiesByCountryQueryParams = paths[typeof routeName$
|
|
114965
|
-
type SearchCitiesByCountryResponse = paths[typeof routeName$
|
|
114966
|
-
type SearchCitiesByCountryProps = paths[typeof routeName$
|
|
115188
|
+
declare const routeName$7v = "/v1/api/address/cities";
|
|
115189
|
+
type SearchCitiesByCountryQueryParams = paths[typeof routeName$7v]['get']['parameters']['query'];
|
|
115190
|
+
type SearchCitiesByCountryResponse = paths[typeof routeName$7v]['get']['responses'][200]['content']['application/json'];
|
|
115191
|
+
type SearchCitiesByCountryProps = paths[typeof routeName$7v]['get']['parameters'];
|
|
114967
115192
|
declare const searchCitiesByCountry: (props: SearchCitiesByCountryProps, wgApiClient: ClientType) => Promise<SearchCitiesByCountryResponse>;
|
|
114968
115193
|
|
|
114969
|
-
declare const routeName$
|
|
114970
|
-
type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$
|
|
114971
|
-
type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$
|
|
114972
|
-
type SeachStreetsByCityAndCountryProps = paths[typeof routeName$
|
|
115194
|
+
declare const routeName$7u = "/v1/api/address/streets";
|
|
115195
|
+
type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$7u]['get']['parameters']['query'];
|
|
115196
|
+
type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$7u]['get']['responses'][200]['content']['application/json'];
|
|
115197
|
+
type SeachStreetsByCityAndCountryProps = paths[typeof routeName$7u]['get']['parameters'];
|
|
114973
115198
|
declare const seachStreetsByCityAndCountry: (props: SeachStreetsByCityAndCountryProps, wgApiClient: ClientType) => Promise<SeachStreetsByCityAndCountryResponse>;
|
|
114974
115199
|
|
|
114975
|
-
declare const routeName$
|
|
114976
|
-
type SearchAddressesByCountryQueryParams = paths[typeof routeName$
|
|
114977
|
-
type SearchAddressesByCountryResponse = paths[typeof routeName$
|
|
114978
|
-
type SearchAddressesByCountryProps = paths[typeof routeName$
|
|
115200
|
+
declare const routeName$7t = "/v1/api/address/search";
|
|
115201
|
+
type SearchAddressesByCountryQueryParams = paths[typeof routeName$7t]['get']['parameters']['query'];
|
|
115202
|
+
type SearchAddressesByCountryResponse = paths[typeof routeName$7t]['get']['responses'][200]['content']['application/json'];
|
|
115203
|
+
type SearchAddressesByCountryProps = paths[typeof routeName$7t]['get']['parameters'];
|
|
114979
115204
|
declare const searchAddressesByCountry: (props: SearchAddressesByCountryProps, wgApiClient: ClientType) => Promise<SearchAddressesByCountryResponse>;
|
|
114980
115205
|
|
|
114981
|
-
declare const routeName$
|
|
114982
|
-
type GetAddressInfoQueryParams = paths[typeof routeName$
|
|
114983
|
-
type GetAddressInfoResponse = paths[typeof routeName$
|
|
114984
|
-
type GetAddressInfoProps = paths[typeof routeName$
|
|
115206
|
+
declare const routeName$7s = "/v1/api/address/info/premium";
|
|
115207
|
+
type GetAddressInfoQueryParams = paths[typeof routeName$7s]['get']['parameters']['query'];
|
|
115208
|
+
type GetAddressInfoResponse = paths[typeof routeName$7s]['get']['responses'][200]['content']['application/json'];
|
|
115209
|
+
type GetAddressInfoProps = paths[typeof routeName$7s]['get']['parameters'];
|
|
114985
115210
|
declare const getAddressInfo: (props: GetAddressInfoProps, wgApiClient: ClientType) => Promise<GetAddressInfoResponse>;
|
|
114986
115211
|
|
|
114987
|
-
declare const routeName$
|
|
114988
|
-
type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$
|
|
114989
|
-
type GetAddressInfoFreemiumResponse = paths[typeof routeName$
|
|
114990
|
-
type GetAddressInfoFreemiumProps = paths[typeof routeName$
|
|
115212
|
+
declare const routeName$7r = "/v1/api/address/info/freemium";
|
|
115213
|
+
type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$7r]['get']['parameters']['query'];
|
|
115214
|
+
type GetAddressInfoFreemiumResponse = paths[typeof routeName$7r]['get']['responses'][200]['content']['application/json'];
|
|
115215
|
+
type GetAddressInfoFreemiumProps = paths[typeof routeName$7r]['get']['parameters'];
|
|
114991
115216
|
declare const getAddressInfoFreemium: (props: GetAddressInfoFreemiumProps, wgApiClient: ClientType) => Promise<GetAddressInfoFreemiumResponse>;
|
|
114992
115217
|
|
|
114993
|
-
declare const routeName$
|
|
114994
|
-
type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$
|
|
114995
|
-
type GetAllAdvisoryReportsResponse = paths[typeof routeName$
|
|
114996
|
-
type GetAllAdvisoryReportsProps = paths[typeof routeName$
|
|
115218
|
+
declare const routeName$7q = "/v1/api/advisory-reports";
|
|
115219
|
+
type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$7q]['get']['parameters']['query'];
|
|
115220
|
+
type GetAllAdvisoryReportsResponse = paths[typeof routeName$7q]['get']['responses'][200]['content']['application/json'];
|
|
115221
|
+
type GetAllAdvisoryReportsProps = paths[typeof routeName$7q]['get']['parameters'];
|
|
114997
115222
|
declare const getAllAdvisoryReports: (props: GetAllAdvisoryReportsProps, wgApiClient: ClientType) => Promise<GetAllAdvisoryReportsResponse>;
|
|
114998
115223
|
|
|
114999
|
-
declare const routeName$
|
|
115000
|
-
type CreateAdvisoryReportBody = paths[typeof routeName$
|
|
115001
|
-
type CreateAdvisoryReportQueryParams = paths[typeof routeName$
|
|
115002
|
-
type CreateAdvisoryReportResponse = paths[typeof routeName$
|
|
115224
|
+
declare const routeName$7p = "/v1/api/advisory-reports";
|
|
115225
|
+
type CreateAdvisoryReportBody = paths[typeof routeName$7p]['post']['requestBody']['content']['application/json'];
|
|
115226
|
+
type CreateAdvisoryReportQueryParams = paths[typeof routeName$7p]['post']['parameters']['query'];
|
|
115227
|
+
type CreateAdvisoryReportResponse = paths[typeof routeName$7p]['post']['responses'][201]['content']['application/json'];
|
|
115003
115228
|
interface CreateAdvisoryReportProps {
|
|
115004
115229
|
body: CreateAdvisoryReportBody;
|
|
115005
115230
|
params: {
|
|
@@ -115008,17 +115233,17 @@ interface CreateAdvisoryReportProps {
|
|
|
115008
115233
|
}
|
|
115009
115234
|
declare const createAdvisoryReport: (props: CreateAdvisoryReportProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportResponse>;
|
|
115010
115235
|
|
|
115011
|
-
declare const routeName$
|
|
115012
|
-
type GetAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
115013
|
-
type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
115014
|
-
type GetAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
115015
|
-
type GetAdvisoryReportByIdProps = paths[typeof routeName$
|
|
115236
|
+
declare const routeName$7o = "/v1/api/advisory-reports/{report_id}";
|
|
115237
|
+
type GetAdvisoryReportByIdPathParams = paths[typeof routeName$7o]['get']['parameters']['path'];
|
|
115238
|
+
type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$7o]['get']['parameters']['query'];
|
|
115239
|
+
type GetAdvisoryReportByIdResponse = paths[typeof routeName$7o]['get']['responses'][200]['content']['application/json'];
|
|
115240
|
+
type GetAdvisoryReportByIdProps = paths[typeof routeName$7o]['get']['parameters'];
|
|
115016
115241
|
declare const getAdvisoryReportById: (props: GetAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportByIdResponse>;
|
|
115017
115242
|
|
|
115018
|
-
declare const routeName$
|
|
115019
|
-
type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$
|
|
115020
|
-
type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$
|
|
115021
|
-
type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$
|
|
115243
|
+
declare const routeName$7n = "/v1/api/advisory-reports/{report_id}";
|
|
115244
|
+
type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$7n]['delete']['parameters']['path'];
|
|
115245
|
+
type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$7n]['delete']['parameters']['query'];
|
|
115246
|
+
type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$7n]['delete']['responses'][200]['content']['application/json'];
|
|
115022
115247
|
interface DeleteAdvisoryReportRevisionProps {
|
|
115023
115248
|
params: {
|
|
115024
115249
|
query: DeleteAdvisoryReportRevisionQueryParams;
|
|
@@ -115027,11 +115252,11 @@ interface DeleteAdvisoryReportRevisionProps {
|
|
|
115027
115252
|
}
|
|
115028
115253
|
declare const deleteAdvisoryReportRevision: (props: DeleteAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportRevisionResponse>;
|
|
115029
115254
|
|
|
115030
|
-
declare const routeName$
|
|
115031
|
-
type UpdateAdvisoryReportBody = paths[typeof routeName$
|
|
115032
|
-
type UpdateAdvisoryReportPathParams = paths[typeof routeName$
|
|
115033
|
-
type UpdateAdvisoryReportQueryParams = paths[typeof routeName$
|
|
115034
|
-
type UpdateAdvisoryReportResponse = paths[typeof routeName$
|
|
115255
|
+
declare const routeName$7m = "/v1/api/advisory-reports/{report_id}";
|
|
115256
|
+
type UpdateAdvisoryReportBody = paths[typeof routeName$7m]['patch']['requestBody']['content']['application/json'];
|
|
115257
|
+
type UpdateAdvisoryReportPathParams = paths[typeof routeName$7m]['patch']['parameters']['path'];
|
|
115258
|
+
type UpdateAdvisoryReportQueryParams = paths[typeof routeName$7m]['patch']['parameters']['query'];
|
|
115259
|
+
type UpdateAdvisoryReportResponse = paths[typeof routeName$7m]['patch']['responses'][200]['content']['application/json'];
|
|
115035
115260
|
interface UpdateAdvisoryReportProps {
|
|
115036
115261
|
body: UpdateAdvisoryReportBody;
|
|
115037
115262
|
params: {
|
|
@@ -115041,18 +115266,18 @@ interface UpdateAdvisoryReportProps {
|
|
|
115041
115266
|
}
|
|
115042
115267
|
declare const updateAdvisoryReport: (props: UpdateAdvisoryReportProps, wgApiClient: ClientType) => Promise<UpdateAdvisoryReportResponse>;
|
|
115043
115268
|
|
|
115044
|
-
declare const routeName$
|
|
115045
|
-
type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$
|
|
115046
|
-
type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$
|
|
115047
|
-
type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$
|
|
115048
|
-
type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$
|
|
115269
|
+
declare const routeName$7l = "/v1/api/advisory-reports/{report_id}/events";
|
|
115270
|
+
type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$7l]['get']['parameters']['path'];
|
|
115271
|
+
type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$7l]['get']['parameters']['query'];
|
|
115272
|
+
type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$7l]['get']['responses'][200]['content']['application/json'];
|
|
115273
|
+
type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$7l]['get']['parameters'];
|
|
115049
115274
|
declare const getEventsByAdvisoryReportId: (props: GetEventsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetEventsByAdvisoryReportIdResponse>;
|
|
115050
115275
|
|
|
115051
|
-
declare const routeName$
|
|
115052
|
-
type SendAdvisoryReportAsMailBody = paths[typeof routeName$
|
|
115053
|
-
type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$
|
|
115054
|
-
type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$
|
|
115055
|
-
type SendAdvisoryReportAsMailResponse = paths[typeof routeName$
|
|
115276
|
+
declare const routeName$7k = "/v1/api/advisory-reports/{report_id}/email-inquiries";
|
|
115277
|
+
type SendAdvisoryReportAsMailBody = paths[typeof routeName$7k]['post']['requestBody']['content']['application/json'];
|
|
115278
|
+
type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$7k]['post']['parameters']['path'];
|
|
115279
|
+
type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$7k]['post']['parameters']['query'];
|
|
115280
|
+
type SendAdvisoryReportAsMailResponse = paths[typeof routeName$7k]['post']['responses'][201]['content']['application/json'];
|
|
115056
115281
|
interface SendAdvisoryReportAsMailProps {
|
|
115057
115282
|
body: SendAdvisoryReportAsMailBody;
|
|
115058
115283
|
params: {
|
|
@@ -115062,10 +115287,10 @@ interface SendAdvisoryReportAsMailProps {
|
|
|
115062
115287
|
}
|
|
115063
115288
|
declare const sendAdvisoryReportAsMail: (props: SendAdvisoryReportAsMailProps, wgApiClient: ClientType) => Promise<SendAdvisoryReportAsMailResponse>;
|
|
115064
115289
|
|
|
115065
|
-
declare const routeName$
|
|
115066
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
115067
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
115068
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
115290
|
+
declare const routeName$7j = "/v1/api/advisory-reports/{report_id}/docx";
|
|
115291
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$7j]['post']['parameters']['path'];
|
|
115292
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7j]['post']['parameters']['query'];
|
|
115293
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$7j]['post']['responses'][200]['content']['application/json'];
|
|
115069
115294
|
interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
|
|
115070
115295
|
params: {
|
|
115071
115296
|
query: GenerateDocxDocumentOfAdvisoryReportByIdQueryParams;
|
|
@@ -115074,17 +115299,17 @@ interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
|
|
|
115074
115299
|
}
|
|
115075
115300
|
declare const generateDocxDocumentOfAdvisoryReportById: (props: GenerateDocxDocumentOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GenerateDocxDocumentOfAdvisoryReportByIdResponse>;
|
|
115076
115301
|
|
|
115077
|
-
declare const routeName$
|
|
115078
|
-
type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
115079
|
-
type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
115080
|
-
type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
115081
|
-
type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$
|
|
115302
|
+
declare const routeName$7i = "/v1/api/advisory-reports/{report_id}/pdf";
|
|
115303
|
+
type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7i]['get']['parameters']['path'];
|
|
115304
|
+
type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7i]['get']['parameters']['query'];
|
|
115305
|
+
type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7i]['get']['responses'][307]['content']['application/json'];
|
|
115306
|
+
type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$7i]['get']['parameters'];
|
|
115082
115307
|
declare const getPdfOfAdvisoryReportById: (props: GetPdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetPdfOfAdvisoryReportByIdResponse>;
|
|
115083
115308
|
|
|
115084
|
-
declare const routeName$
|
|
115085
|
-
type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
115086
|
-
type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
115087
|
-
type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
115309
|
+
declare const routeName$7h = "/v1/api/advisory-reports/{report_id}/pdf";
|
|
115310
|
+
type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7h]['post']['parameters']['path'];
|
|
115311
|
+
type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7h]['post']['parameters']['query'];
|
|
115312
|
+
type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7h]['post']['responses'][200]['content']['application/json'];
|
|
115088
115313
|
interface GeneratePdfOfAdvisoryReportByIdProps {
|
|
115089
115314
|
params: {
|
|
115090
115315
|
query: GeneratePdfOfAdvisoryReportByIdQueryParams;
|
|
@@ -115093,10 +115318,10 @@ interface GeneratePdfOfAdvisoryReportByIdProps {
|
|
|
115093
115318
|
}
|
|
115094
115319
|
declare const generatePdfOfAdvisoryReportById: (props: GeneratePdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GeneratePdfOfAdvisoryReportByIdResponse>;
|
|
115095
115320
|
|
|
115096
|
-
declare const routeName$
|
|
115097
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$
|
|
115098
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$
|
|
115099
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$
|
|
115321
|
+
declare const routeName$7g = "/v1/api/advisory-report-front-page-pdf";
|
|
115322
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$7g]['post']['requestBody']['content']['application/json'];
|
|
115323
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$7g]['post']['parameters']['query'];
|
|
115324
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$7g]['post']['responses'][201]['content']['application/json'];
|
|
115100
115325
|
interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
|
|
115101
115326
|
body: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody;
|
|
115102
115327
|
params: {
|
|
@@ -115105,11 +115330,11 @@ interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
|
|
|
115105
115330
|
}
|
|
115106
115331
|
declare const generateStandaloneFrontPagePdfOfAdvisoryReportAsExample: (props: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps, wgApiClient: ClientType) => Promise<GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse>;
|
|
115107
115332
|
|
|
115108
|
-
declare const routeName$
|
|
115109
|
-
type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$
|
|
115110
|
-
type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$
|
|
115111
|
-
type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$
|
|
115112
|
-
type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$
|
|
115333
|
+
declare const routeName$7f = "/v1/api/advisory-reports/{report_id}/acceptances";
|
|
115334
|
+
type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$7f]['post']['requestBody']['content']['application/json'];
|
|
115335
|
+
type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$7f]['post']['parameters']['path'];
|
|
115336
|
+
type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$7f]['post']['parameters']['query'];
|
|
115337
|
+
type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$7f]['post']['responses'][200]['content']['application/json'];
|
|
115113
115338
|
interface AcceptOrRejectAnAdvisoryReportProps {
|
|
115114
115339
|
body: AcceptOrRejectAnAdvisoryReportBody;
|
|
115115
115340
|
params: {
|
|
@@ -115119,11 +115344,11 @@ interface AcceptOrRejectAnAdvisoryReportProps {
|
|
|
115119
115344
|
}
|
|
115120
115345
|
declare const acceptOrRejectAnAdvisoryReport: (props: AcceptOrRejectAnAdvisoryReportProps, wgApiClient: ClientType) => Promise<AcceptOrRejectAnAdvisoryReportResponse>;
|
|
115121
115346
|
|
|
115122
|
-
declare const routeName$
|
|
115123
|
-
type LinkConversationToAdvisoryReportBody = paths[typeof routeName$
|
|
115124
|
-
type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$
|
|
115125
|
-
type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$
|
|
115126
|
-
type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$
|
|
115347
|
+
declare const routeName$7e = "/v1/api/advisory-reports/{report_id}/conversations";
|
|
115348
|
+
type LinkConversationToAdvisoryReportBody = paths[typeof routeName$7e]['post']['requestBody']['content']['application/json'];
|
|
115349
|
+
type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$7e]['post']['parameters']['path'];
|
|
115350
|
+
type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$7e]['post']['parameters']['query'];
|
|
115351
|
+
type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$7e]['post']['responses'][201]['content']['application/json'];
|
|
115127
115352
|
interface LinkConversationToAdvisoryReportProps {
|
|
115128
115353
|
body: LinkConversationToAdvisoryReportBody;
|
|
115129
115354
|
params: {
|
|
@@ -115133,11 +115358,11 @@ interface LinkConversationToAdvisoryReportProps {
|
|
|
115133
115358
|
}
|
|
115134
115359
|
declare const linkConversationToAdvisoryReport: (props: LinkConversationToAdvisoryReportProps, wgApiClient: ClientType) => Promise<LinkConversationToAdvisoryReportResponse>;
|
|
115135
115360
|
|
|
115136
|
-
declare const routeName$
|
|
115137
|
-
type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$
|
|
115138
|
-
type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$
|
|
115139
|
-
type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$
|
|
115140
|
-
type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$
|
|
115361
|
+
declare const routeName$7d = "/v2/api/advisory-reports/{report_id}/revisions";
|
|
115362
|
+
type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$7d]['post']['requestBody']['content']['application/json'];
|
|
115363
|
+
type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$7d]['post']['parameters']['path'];
|
|
115364
|
+
type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$7d]['post']['parameters']['query'];
|
|
115365
|
+
type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$7d]['post']['responses'][201]['content']['application/json'];
|
|
115141
115366
|
interface CreateAdvisoryReportRevisionV2Props {
|
|
115142
115367
|
body: CreateAdvisoryReportRevisionV2Body;
|
|
115143
115368
|
params: {
|
|
@@ -115147,11 +115372,11 @@ interface CreateAdvisoryReportRevisionV2Props {
|
|
|
115147
115372
|
}
|
|
115148
115373
|
declare const createAdvisoryReportRevisionV2: (props: CreateAdvisoryReportRevisionV2Props, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionV2Response>;
|
|
115149
115374
|
|
|
115150
|
-
declare const routeName$
|
|
115151
|
-
type CreateAdvisoryReportRevisionBody = paths[typeof routeName$
|
|
115152
|
-
type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$
|
|
115153
|
-
type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$
|
|
115154
|
-
type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$
|
|
115375
|
+
declare const routeName$7c = "/v1/api/advisory-reports/{report_id}/revisions";
|
|
115376
|
+
type CreateAdvisoryReportRevisionBody = paths[typeof routeName$7c]['post']['requestBody']['content']['application/json'];
|
|
115377
|
+
type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$7c]['post']['parameters']['path'];
|
|
115378
|
+
type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$7c]['post']['parameters']['query'];
|
|
115379
|
+
type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$7c]['post']['responses'][201]['content']['application/json'];
|
|
115155
115380
|
interface CreateAdvisoryReportRevisionProps {
|
|
115156
115381
|
body: CreateAdvisoryReportRevisionBody;
|
|
115157
115382
|
params: {
|
|
@@ -115161,10 +115386,10 @@ interface CreateAdvisoryReportRevisionProps {
|
|
|
115161
115386
|
}
|
|
115162
115387
|
declare const createAdvisoryReportRevision: (props: CreateAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionResponse>;
|
|
115163
115388
|
|
|
115164
|
-
declare const routeName$
|
|
115165
|
-
type DeleteAdvisoryReportPathParams = paths[typeof routeName$
|
|
115166
|
-
type DeleteAdvisoryReportQueryParams = paths[typeof routeName$
|
|
115167
|
-
type DeleteAdvisoryReportResponse = paths[typeof routeName$
|
|
115389
|
+
declare const routeName$7b = "/v2/api/advisory-reports/{report_id}";
|
|
115390
|
+
type DeleteAdvisoryReportPathParams = paths[typeof routeName$7b]['delete']['parameters']['path'];
|
|
115391
|
+
type DeleteAdvisoryReportQueryParams = paths[typeof routeName$7b]['delete']['parameters']['query'];
|
|
115392
|
+
type DeleteAdvisoryReportResponse = paths[typeof routeName$7b]['delete']['responses'][200]['content']['application/json'];
|
|
115168
115393
|
interface DeleteAdvisoryReportProps {
|
|
115169
115394
|
params: {
|
|
115170
115395
|
query: DeleteAdvisoryReportQueryParams;
|
|
@@ -115173,11 +115398,11 @@ interface DeleteAdvisoryReportProps {
|
|
|
115173
115398
|
}
|
|
115174
115399
|
declare const deleteAdvisoryReport: (props: DeleteAdvisoryReportProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportResponse>;
|
|
115175
115400
|
|
|
115176
|
-
declare const routeName$
|
|
115177
|
-
type PutClausesForReportBody = paths[typeof routeName$
|
|
115178
|
-
type PutClausesForReportPathParams = paths[typeof routeName$
|
|
115179
|
-
type PutClausesForReportQueryParams = paths[typeof routeName$
|
|
115180
|
-
type PutClausesForReportResponse = paths[typeof routeName$
|
|
115401
|
+
declare const routeName$7a = "/v1/api/advisory-reports/{report_id}/clauses";
|
|
115402
|
+
type PutClausesForReportBody = paths[typeof routeName$7a]['put']['requestBody']['content']['application/json'];
|
|
115403
|
+
type PutClausesForReportPathParams = paths[typeof routeName$7a]['put']['parameters']['path'];
|
|
115404
|
+
type PutClausesForReportQueryParams = paths[typeof routeName$7a]['put']['parameters']['query'];
|
|
115405
|
+
type PutClausesForReportResponse = paths[typeof routeName$7a]['put']['responses'][200]['content']['application/json'];
|
|
115181
115406
|
interface PutClausesForReportProps {
|
|
115182
115407
|
body: PutClausesForReportBody;
|
|
115183
115408
|
params: {
|
|
@@ -115187,9 +115412,9 @@ interface PutClausesForReportProps {
|
|
|
115187
115412
|
}
|
|
115188
115413
|
declare const putClausesForReport: (props: PutClausesForReportProps, wgApiClient: ClientType) => Promise<PutClausesForReportResponse>;
|
|
115189
115414
|
|
|
115190
|
-
declare const routeName$
|
|
115191
|
-
type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$
|
|
115192
|
-
type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$
|
|
115415
|
+
declare const routeName$79 = "/v1/api/advisory-reports/{report_id}/personalise-advices";
|
|
115416
|
+
type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$79]['post']['parameters']['path'];
|
|
115417
|
+
type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$79]['post']['responses'][200]['content']['application/json'];
|
|
115193
115418
|
interface GeneratePersonalizationAdviceForAdvisoryReportProps {
|
|
115194
115419
|
params: {
|
|
115195
115420
|
path: GeneratePersonalizationAdviceForAdvisoryReportPathParams;
|
|
@@ -115197,18 +115422,18 @@ interface GeneratePersonalizationAdviceForAdvisoryReportProps {
|
|
|
115197
115422
|
}
|
|
115198
115423
|
declare const generatePersonalizationAdviceForAdvisoryReport: (props: GeneratePersonalizationAdviceForAdvisoryReportProps, wgApiClient: ClientType) => Promise<GeneratePersonalizationAdviceForAdvisoryReportResponse>;
|
|
115199
115424
|
|
|
115200
|
-
declare const routeName$
|
|
115201
|
-
type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$
|
|
115202
|
-
type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$
|
|
115203
|
-
type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$
|
|
115204
|
-
type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$
|
|
115425
|
+
declare const routeName$78 = "/v1/api/advisory-reports/{report_id}/settings/steps";
|
|
115426
|
+
type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$78]['get']['parameters']['path'];
|
|
115427
|
+
type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$78]['get']['parameters']['query'];
|
|
115428
|
+
type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$78]['get']['responses'][200]['content']['application/json'];
|
|
115429
|
+
type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$78]['get']['parameters'];
|
|
115205
115430
|
declare const getStepSettingsByAdvisoryReportId: (props: GetStepSettingsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetStepSettingsByAdvisoryReportIdResponse>;
|
|
115206
115431
|
|
|
115207
|
-
declare const routeName$
|
|
115208
|
-
type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$
|
|
115209
|
-
type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$
|
|
115210
|
-
type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$
|
|
115211
|
-
type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$
|
|
115432
|
+
declare const routeName$77 = "/v1/api/advisory-reports/{report_id}/settings/steps";
|
|
115433
|
+
type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$77]['put']['requestBody']['content']['application/json'];
|
|
115434
|
+
type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$77]['put']['parameters']['path'];
|
|
115435
|
+
type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$77]['put']['parameters']['query'];
|
|
115436
|
+
type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$77]['put']['responses'][200]['content']['application/json'];
|
|
115212
115437
|
interface CreateAdvisoryReportStepSettingsProps {
|
|
115213
115438
|
body: CreateAdvisoryReportStepSettingsBody;
|
|
115214
115439
|
params: {
|
|
@@ -115218,11 +115443,11 @@ interface CreateAdvisoryReportStepSettingsProps {
|
|
|
115218
115443
|
}
|
|
115219
115444
|
declare const createAdvisoryReportStepSettings: (props: CreateAdvisoryReportStepSettingsProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportStepSettingsResponse>;
|
|
115220
115445
|
|
|
115221
|
-
declare const routeName$
|
|
115222
|
-
type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
115223
|
-
type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
115224
|
-
type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
115225
|
-
type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
115446
|
+
declare const routeName$76 = "/v1/api/advisory-reports/{report_id}/risk-domains";
|
|
115447
|
+
type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$76]['post']['requestBody']['content']['application/json'];
|
|
115448
|
+
type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$76]['post']['parameters']['path'];
|
|
115449
|
+
type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$76]['post']['parameters']['query'];
|
|
115450
|
+
type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$76]['post']['responses'][201]['content']['application/json'];
|
|
115226
115451
|
interface CreateRiskDomainForAdvisoryReportByIdProps {
|
|
115227
115452
|
body: CreateRiskDomainForAdvisoryReportByIdBody;
|
|
115228
115453
|
params: {
|
|
@@ -115232,10 +115457,10 @@ interface CreateRiskDomainForAdvisoryReportByIdProps {
|
|
|
115232
115457
|
}
|
|
115233
115458
|
declare const createRiskDomainForAdvisoryReportById: (props: CreateRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainForAdvisoryReportByIdResponse>;
|
|
115234
115459
|
|
|
115235
|
-
declare const routeName$
|
|
115236
|
-
type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
115237
|
-
type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
115238
|
-
type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
115460
|
+
declare const routeName$75 = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
|
|
115461
|
+
type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$75]['delete']['parameters']['path'];
|
|
115462
|
+
type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$75]['delete']['parameters']['query'];
|
|
115463
|
+
type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$75]['delete']['responses'][200]['content']['application/json'];
|
|
115239
115464
|
interface DeleteRiskDomainForAdvisoryReportByIdProps {
|
|
115240
115465
|
params: {
|
|
115241
115466
|
query: DeleteRiskDomainForAdvisoryReportByIdQueryParams;
|
|
@@ -115244,11 +115469,11 @@ interface DeleteRiskDomainForAdvisoryReportByIdProps {
|
|
|
115244
115469
|
}
|
|
115245
115470
|
declare const deleteRiskDomainForAdvisoryReportById: (props: DeleteRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainForAdvisoryReportByIdResponse>;
|
|
115246
115471
|
|
|
115247
|
-
declare const routeName$
|
|
115248
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
115249
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
115250
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
115251
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
115472
|
+
declare const routeName$74 = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
|
|
115473
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$74]['post']['requestBody']['content']['application/json'];
|
|
115474
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$74]['post']['parameters']['path'];
|
|
115475
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$74]['post']['parameters']['query'];
|
|
115476
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$74]['post']['responses'][201]['content']['application/json'];
|
|
115252
115477
|
interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
115253
115478
|
body: CreateRiskDomainAdviceForAdvisoryReportByIdBody;
|
|
115254
115479
|
params: {
|
|
@@ -115258,10 +115483,10 @@ interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
115258
115483
|
}
|
|
115259
115484
|
declare const createRiskDomainAdviceForAdvisoryReportById: (props: CreateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
115260
115485
|
|
|
115261
|
-
declare const routeName$
|
|
115262
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
115263
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
115264
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
115486
|
+
declare const routeName$73 = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
|
|
115487
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$73]['delete']['parameters']['path'];
|
|
115488
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$73]['delete']['parameters']['query'];
|
|
115489
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$73]['delete']['responses'][200]['content']['application/json'];
|
|
115265
115490
|
interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
115266
115491
|
params: {
|
|
115267
115492
|
query: DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams;
|
|
@@ -115270,11 +115495,11 @@ interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
115270
115495
|
}
|
|
115271
115496
|
declare const deleteRiskDomainAdviceForAdvisoryReportById: (props: DeleteRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
115272
115497
|
|
|
115273
|
-
declare const routeName$
|
|
115274
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
115275
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
115276
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
115277
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
115498
|
+
declare const routeName$72 = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
|
|
115499
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$72]['patch']['requestBody']['content']['application/json'];
|
|
115500
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$72]['patch']['parameters']['path'];
|
|
115501
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$72]['patch']['parameters']['query'];
|
|
115502
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$72]['patch']['responses'][201]['content']['application/json'];
|
|
115278
115503
|
interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
115279
115504
|
body: UpdateRiskDomainAdviceForAdvisoryReportByIdBody;
|
|
115280
115505
|
params: {
|
|
@@ -115284,11 +115509,11 @@ interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
115284
115509
|
}
|
|
115285
115510
|
declare const updateRiskDomainAdviceForAdvisoryReportById: (props: UpdateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
115286
115511
|
|
|
115287
|
-
declare const routeName$
|
|
115288
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
115289
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
115290
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
115291
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
115512
|
+
declare const routeName$71 = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
|
|
115513
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$71]['put']['requestBody']['content']['application/json'];
|
|
115514
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$71]['put']['parameters']['path'];
|
|
115515
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$71]['put']['parameters']['query'];
|
|
115516
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$71]['put']['responses'][201]['content']['application/json'];
|
|
115292
115517
|
interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
|
|
115293
115518
|
body: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody;
|
|
115294
115519
|
params: {
|
|
@@ -115298,11 +115523,11 @@ interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
|
|
|
115298
115523
|
}
|
|
115299
115524
|
declare const createRiskDomainActionFromAdviceForAdvisoryReportById: (props: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse>;
|
|
115300
115525
|
|
|
115301
|
-
declare const routeName$
|
|
115302
|
-
type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
115303
|
-
type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
115304
|
-
type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
115305
|
-
type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
115526
|
+
declare const routeName$70 = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
|
|
115527
|
+
type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$70]['post']['requestBody']['content']['application/json'];
|
|
115528
|
+
type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$70]['post']['parameters']['path'];
|
|
115529
|
+
type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$70]['post']['parameters']['query'];
|
|
115530
|
+
type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$70]['post']['responses'][201]['content']['application/json'];
|
|
115306
115531
|
interface CreateRiskDomainActionForAdvisoryReportByIdProps {
|
|
115307
115532
|
body: CreateRiskDomainActionForAdvisoryReportByIdBody;
|
|
115308
115533
|
params: {
|
|
@@ -115312,10 +115537,10 @@ interface CreateRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
115312
115537
|
}
|
|
115313
115538
|
declare const createRiskDomainActionForAdvisoryReportById: (props: CreateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
115314
115539
|
|
|
115315
|
-
declare const routeName$
|
|
115316
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
115317
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
115318
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
115540
|
+
declare const routeName$6$ = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
|
|
115541
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6$]['delete']['parameters']['path'];
|
|
115542
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6$]['delete']['parameters']['query'];
|
|
115543
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6$]['delete']['responses'][200]['content']['application/json'];
|
|
115319
115544
|
interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
|
|
115320
115545
|
params: {
|
|
115321
115546
|
query: DeleteRiskDomainActionForAdvisoryReportByIdQueryParams;
|
|
@@ -115324,11 +115549,11 @@ interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
115324
115549
|
}
|
|
115325
115550
|
declare const deleteRiskDomainActionForAdvisoryReportById: (props: DeleteRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
115326
115551
|
|
|
115327
|
-
declare const routeName$
|
|
115328
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
115329
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
115330
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
115331
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
115552
|
+
declare const routeName$6_ = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
|
|
115553
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6_]['patch']['requestBody']['content']['application/json'];
|
|
115554
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6_]['patch']['parameters']['path'];
|
|
115555
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6_]['patch']['parameters']['query'];
|
|
115556
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6_]['patch']['responses'][200]['content']['application/json'];
|
|
115332
115557
|
interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
|
|
115333
115558
|
body: UpdateRiskDomainActionForAdvisoryReportByIdBody;
|
|
115334
115559
|
params: {
|
|
@@ -115338,11 +115563,11 @@ interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
115338
115563
|
}
|
|
115339
115564
|
declare const updateRiskDomainActionForAdvisoryReportById: (props: UpdateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
115340
115565
|
|
|
115341
|
-
declare const routeName$
|
|
115342
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
115343
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
115344
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
115345
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
115566
|
+
declare const routeName$6Z = "/v1/api/advisory-reports/{report_id}/insurance-policies";
|
|
115567
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$6Z]['put']['requestBody']['content']['application/json'];
|
|
115568
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6Z]['put']['parameters']['path'];
|
|
115569
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6Z]['put']['parameters']['query'];
|
|
115570
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6Z]['put']['responses'][200]['content']['application/json'];
|
|
115346
115571
|
interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
|
|
115347
115572
|
body: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody;
|
|
115348
115573
|
params: {
|
|
@@ -115352,10 +115577,10 @@ interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
|
|
|
115352
115577
|
}
|
|
115353
115578
|
declare const createOrReplaceInsurancePolicyForAdvisoryReportById: (props: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse>;
|
|
115354
115579
|
|
|
115355
|
-
declare const routeName$
|
|
115356
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
115357
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
115358
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
115580
|
+
declare const routeName$6Y = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
|
|
115581
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6Y]['delete']['parameters']['path'];
|
|
115582
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6Y]['delete']['parameters']['query'];
|
|
115583
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6Y]['delete']['responses'][200]['content']['application/json'];
|
|
115359
115584
|
interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
|
|
115360
115585
|
params: {
|
|
115361
115586
|
query: DeleteInsurancePolicyForAdvisoryReportByIdQueryParams;
|
|
@@ -115364,11 +115589,11 @@ interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
|
|
|
115364
115589
|
}
|
|
115365
115590
|
declare const deleteInsurancePolicyForAdvisoryReportById: (props: DeleteInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteInsurancePolicyForAdvisoryReportByIdResponse>;
|
|
115366
115591
|
|
|
115367
|
-
declare const routeName$
|
|
115368
|
-
type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$
|
|
115369
|
-
type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$
|
|
115370
|
-
type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$
|
|
115371
|
-
type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$
|
|
115592
|
+
declare const routeName$6X = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
|
|
115593
|
+
type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$6X]['put']['requestBody']['content']['application/json'];
|
|
115594
|
+
type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$6X]['put']['parameters']['path'];
|
|
115595
|
+
type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$6X]['put']['parameters']['query'];
|
|
115596
|
+
type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$6X]['put']['responses'][200]['content']['application/json'];
|
|
115372
115597
|
interface OrderInsurancePolciesOfAdvisoryReportProps {
|
|
115373
115598
|
body: OrderInsurancePolciesOfAdvisoryReportBody;
|
|
115374
115599
|
params: {
|
|
@@ -115378,11 +115603,11 @@ interface OrderInsurancePolciesOfAdvisoryReportProps {
|
|
|
115378
115603
|
}
|
|
115379
115604
|
declare const orderInsurancePolciesOfAdvisoryReport: (props: OrderInsurancePolciesOfAdvisoryReportProps, wgApiClient: ClientType) => Promise<OrderInsurancePolciesOfAdvisoryReportResponse>;
|
|
115380
115605
|
|
|
115381
|
-
declare const routeName$
|
|
115382
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
115383
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
115384
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
115385
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
115606
|
+
declare const routeName$6W = "/v1/api/advisory-reports/{report_id}/policy-packages";
|
|
115607
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$6W]['put']['requestBody']['content']['application/json'];
|
|
115608
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$6W]['put']['parameters']['path'];
|
|
115609
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$6W]['put']['parameters']['query'];
|
|
115610
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$6W]['put']['responses'][200]['content']['application/json'];
|
|
115386
115611
|
interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
|
|
115387
115612
|
body: CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody;
|
|
115388
115613
|
params: {
|
|
@@ -115392,39 +115617,39 @@ interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
|
|
|
115392
115617
|
}
|
|
115393
115618
|
declare const createOrReplacePolicyPackagesForAdvisoryReportById: (props: CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse>;
|
|
115394
115619
|
|
|
115395
|
-
declare const routeName$
|
|
115396
|
-
type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$
|
|
115397
|
-
type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$
|
|
115398
|
-
type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$
|
|
115399
|
-
type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$
|
|
115620
|
+
declare const routeName$6V = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
|
|
115621
|
+
type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$6V]['get']['parameters']['path'];
|
|
115622
|
+
type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$6V]['get']['parameters']['query'];
|
|
115623
|
+
type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$6V]['get']['responses'][200]['content']['application/json'];
|
|
115624
|
+
type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$6V]['get']['parameters'];
|
|
115400
115625
|
declare const getAdvisoryReportRevisionDiff: (props: GetAdvisoryReportRevisionDiffProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportRevisionDiffResponse>;
|
|
115401
115626
|
|
|
115402
|
-
declare const routeName$
|
|
115403
|
-
type GetAllAvailableAffiliationsResponse = paths[typeof routeName$
|
|
115627
|
+
declare const routeName$6U = "/v1/api/affiliations";
|
|
115628
|
+
type GetAllAvailableAffiliationsResponse = paths[typeof routeName$6U]['get']['responses'][200]['content']['application/json'];
|
|
115404
115629
|
declare const getAllAvailableAffiliations: (wgApiClient: ClientType) => Promise<GetAllAvailableAffiliationsResponse>;
|
|
115405
115630
|
|
|
115406
|
-
declare const routeName$
|
|
115407
|
-
type GetAnvaLabelsQueryParams = paths[typeof routeName$
|
|
115408
|
-
type GetAnvaLabelsResponse = paths[typeof routeName$
|
|
115409
|
-
type GetAnvaLabelsProps = paths[typeof routeName$
|
|
115631
|
+
declare const routeName$6T = "/v1/api/anvaflows/labels";
|
|
115632
|
+
type GetAnvaLabelsQueryParams = paths[typeof routeName$6T]['get']['parameters']['query'];
|
|
115633
|
+
type GetAnvaLabelsResponse = paths[typeof routeName$6T]['get']['responses'][200]['content']['application/json'];
|
|
115634
|
+
type GetAnvaLabelsProps = paths[typeof routeName$6T]['get']['parameters'];
|
|
115410
115635
|
declare const getAnvaLabels: (props: GetAnvaLabelsProps, wgApiClient: ClientType) => Promise<GetAnvaLabelsResponse>;
|
|
115411
115636
|
|
|
115412
|
-
declare const routeName$
|
|
115413
|
-
type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$
|
|
115414
|
-
type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$
|
|
115415
|
-
type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$
|
|
115637
|
+
declare const routeName$6S = "/v1/api/anvaflows/supported-insurances";
|
|
115638
|
+
type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$6S]['get']['parameters']['query'];
|
|
115639
|
+
type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$6S]['get']['responses'][200]['content']['application/json'];
|
|
115640
|
+
type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$6S]['get']['parameters'];
|
|
115416
115641
|
declare const getSupportedAnvaflowInsurances: (props: GetSupportedAnvaflowInsurancesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsurancesResponse>;
|
|
115417
115642
|
|
|
115418
|
-
declare const routeName$
|
|
115419
|
-
type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$
|
|
115420
|
-
type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$
|
|
115421
|
-
type GetSupportedAnvaflowTagsProps = paths[typeof routeName$
|
|
115643
|
+
declare const routeName$6R = "/v1/api/anvaflows/supported-tags";
|
|
115644
|
+
type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$6R]['get']['parameters']['query'];
|
|
115645
|
+
type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$6R]['get']['responses'][200]['content']['application/json'];
|
|
115646
|
+
type GetSupportedAnvaflowTagsProps = paths[typeof routeName$6R]['get']['parameters'];
|
|
115422
115647
|
declare const getSupportedAnvaflowTags: (props: GetSupportedAnvaflowTagsProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowTagsResponse>;
|
|
115423
115648
|
|
|
115424
|
-
declare const routeName$
|
|
115425
|
-
type CreateAnvaflowTagsBody = paths[typeof routeName$
|
|
115426
|
-
type CreateAnvaflowTagsQueryParams = paths[typeof routeName$
|
|
115427
|
-
type CreateAnvaflowTagsResponse = paths[typeof routeName$
|
|
115649
|
+
declare const routeName$6Q = "/v1/api/anvaflows/supported-tags";
|
|
115650
|
+
type CreateAnvaflowTagsBody = paths[typeof routeName$6Q]['put']['requestBody']['content']['application/json'];
|
|
115651
|
+
type CreateAnvaflowTagsQueryParams = paths[typeof routeName$6Q]['put']['parameters']['query'];
|
|
115652
|
+
type CreateAnvaflowTagsResponse = paths[typeof routeName$6Q]['put']['responses'][200]['content']['application/json'];
|
|
115428
115653
|
interface CreateAnvaflowTagsProps {
|
|
115429
115654
|
body: CreateAnvaflowTagsBody;
|
|
115430
115655
|
params: {
|
|
@@ -115433,35 +115658,35 @@ interface CreateAnvaflowTagsProps {
|
|
|
115433
115658
|
}
|
|
115434
115659
|
declare const createAnvaflowTags: (props: CreateAnvaflowTagsProps, wgApiClient: ClientType) => Promise<CreateAnvaflowTagsResponse>;
|
|
115435
115660
|
|
|
115436
|
-
declare const routeName$
|
|
115437
|
-
type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$
|
|
115438
|
-
type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$
|
|
115439
|
-
type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$
|
|
115661
|
+
declare const routeName$6P = "/v1/api/anvaflows/supported-coverages";
|
|
115662
|
+
type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$6P]['get']['parameters']['query'];
|
|
115663
|
+
type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$6P]['get']['responses'][200]['content']['application/json'];
|
|
115664
|
+
type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$6P]['get']['parameters'];
|
|
115440
115665
|
declare const getSupportedAnvaflowCoverages: (props: GetSupportedAnvaflowCoveragesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesResponse>;
|
|
115441
115666
|
|
|
115442
|
-
declare const routeName$
|
|
115443
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$
|
|
115444
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$
|
|
115445
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$
|
|
115667
|
+
declare const routeName$6O = "/v1/api/anvaflows/supported-adn-coverages";
|
|
115668
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$6O]['get']['parameters']['query'];
|
|
115669
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$6O]['get']['responses'][200]['content']['application/json'];
|
|
115670
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$6O]['get']['parameters'];
|
|
115446
115671
|
declare const getSupportedAnvaflowCoveragesGroupedByAdn: (props: GetSupportedAnvaflowCoveragesGroupedByAdnProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesGroupedByAdnResponse>;
|
|
115447
115672
|
|
|
115448
|
-
declare const routeName$
|
|
115449
|
-
type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$
|
|
115450
|
-
type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$
|
|
115451
|
-
type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$
|
|
115673
|
+
declare const routeName$6N = "/v1/api/anvaflows/supported-insurance-companies";
|
|
115674
|
+
type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$6N]['get']['parameters']['query'];
|
|
115675
|
+
type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$6N]['get']['responses'][200]['content']['application/json'];
|
|
115676
|
+
type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$6N]['get']['parameters'];
|
|
115452
115677
|
declare const getSupportedAnvaflowInsuranceCompanies: (props: GetSupportedAnvaflowInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsuranceCompaniesResponse>;
|
|
115453
115678
|
|
|
115454
|
-
declare const routeName$
|
|
115455
|
-
type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$
|
|
115456
|
-
type GetAnvaMutationReasonsResponse = paths[typeof routeName$
|
|
115457
|
-
type GetAnvaMutationReasonsProps = paths[typeof routeName$
|
|
115679
|
+
declare const routeName$6M = "/v1/api/anvaflows/mutation-reasons";
|
|
115680
|
+
type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$6M]['get']['parameters']['query'];
|
|
115681
|
+
type GetAnvaMutationReasonsResponse = paths[typeof routeName$6M]['get']['responses'][200]['content']['application/json'];
|
|
115682
|
+
type GetAnvaMutationReasonsProps = paths[typeof routeName$6M]['get']['parameters'];
|
|
115458
115683
|
declare const getAnvaMutationReasons: (props: GetAnvaMutationReasonsProps, wgApiClient: ClientType) => Promise<GetAnvaMutationReasonsResponse>;
|
|
115459
115684
|
|
|
115460
|
-
declare const routeName$
|
|
115461
|
-
type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$
|
|
115462
|
-
type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$
|
|
115463
|
-
type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$
|
|
115464
|
-
type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$
|
|
115685
|
+
declare const routeName$6L = "/v1/api/anvaflows/{session_id}/calculate";
|
|
115686
|
+
type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$6L]['post']['requestBody']['content']['application/json'];
|
|
115687
|
+
type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$6L]['post']['parameters']['path'];
|
|
115688
|
+
type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$6L]['post']['parameters']['query'];
|
|
115689
|
+
type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$6L]['post']['responses'][200]['content']['application/json'];
|
|
115465
115690
|
interface CalculateAnvaquotesBySessionIdProps {
|
|
115466
115691
|
body: CalculateAnvaquotesBySessionIdBody;
|
|
115467
115692
|
params: {
|
|
@@ -115471,11 +115696,11 @@ interface CalculateAnvaquotesBySessionIdProps {
|
|
|
115471
115696
|
}
|
|
115472
115697
|
declare const calculateAnvaquotesBySessionId: (props: CalculateAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateAnvaquotesBySessionIdResponse>;
|
|
115473
115698
|
|
|
115474
|
-
declare const routeName$
|
|
115475
|
-
type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$
|
|
115476
|
-
type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$
|
|
115477
|
-
type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$
|
|
115478
|
-
type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$
|
|
115699
|
+
declare const routeName$6K = "/v2/api/anvaflows/{session_id}/calculate";
|
|
115700
|
+
type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$6K]['post']['requestBody']['content']['application/json'];
|
|
115701
|
+
type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$6K]['post']['parameters']['path'];
|
|
115702
|
+
type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$6K]['post']['parameters']['query'];
|
|
115703
|
+
type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$6K]['post']['responses'][202]['content']['application/json'];
|
|
115479
115704
|
interface EnqueueCalculationAnvaquotesBySessionIdProps {
|
|
115480
115705
|
body: EnqueueCalculationAnvaquotesBySessionIdBody;
|
|
115481
115706
|
params: {
|
|
@@ -115485,11 +115710,11 @@ interface EnqueueCalculationAnvaquotesBySessionIdProps {
|
|
|
115485
115710
|
}
|
|
115486
115711
|
declare const enqueueCalculationAnvaquotesBySessionId: (props: EnqueueCalculationAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueCalculationAnvaquotesBySessionIdResponse>;
|
|
115487
115712
|
|
|
115488
|
-
declare const routeName$
|
|
115489
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$
|
|
115490
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$
|
|
115491
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$
|
|
115492
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$
|
|
115713
|
+
declare const routeName$6J = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
|
|
115714
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$6J]['post']['requestBody']['content']['application/json'];
|
|
115715
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$6J]['post']['parameters']['path'];
|
|
115716
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$6J]['post']['parameters']['query'];
|
|
115717
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$6J]['post']['responses'][200]['content']['application/json'];
|
|
115493
115718
|
interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
|
|
115494
115719
|
body: RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody;
|
|
115495
115720
|
params: {
|
|
@@ -115499,10 +115724,10 @@ interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
|
|
|
115499
115724
|
}
|
|
115500
115725
|
declare const recalculateOneAnvaquoteByAnvaProductIdSessionId: (props: RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps, wgApiClient: ClientType) => Promise<RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse>;
|
|
115501
115726
|
|
|
115502
|
-
declare const routeName$
|
|
115503
|
-
type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$
|
|
115504
|
-
type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$
|
|
115505
|
-
type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$
|
|
115727
|
+
declare const routeName$6I = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
|
|
115728
|
+
type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$6I]['post']['parameters']['path'];
|
|
115729
|
+
type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$6I]['post']['parameters']['query'];
|
|
115730
|
+
type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$6I]['post']['responses'][201]['content']['application/json'];
|
|
115506
115731
|
interface SendOfferToAnvaBySessionIdProps {
|
|
115507
115732
|
params: {
|
|
115508
115733
|
query: SendOfferToAnvaBySessionIdQueryParams;
|
|
@@ -115511,10 +115736,10 @@ interface SendOfferToAnvaBySessionIdProps {
|
|
|
115511
115736
|
}
|
|
115512
115737
|
declare const sendOfferToAnvaBySessionId: (props: SendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferToAnvaBySessionIdResponse>;
|
|
115513
115738
|
|
|
115514
|
-
declare const routeName$
|
|
115515
|
-
type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$
|
|
115516
|
-
type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$
|
|
115517
|
-
type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$
|
|
115739
|
+
declare const routeName$6H = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
|
|
115740
|
+
type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$6H]['post']['parameters']['path'];
|
|
115741
|
+
type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$6H]['post']['parameters']['query'];
|
|
115742
|
+
type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$6H]['post']['responses'][202]['content']['application/json'];
|
|
115518
115743
|
interface EnqueueSendOfferToAnvaBySessionIdProps {
|
|
115519
115744
|
params: {
|
|
115520
115745
|
query: EnqueueSendOfferToAnvaBySessionIdQueryParams;
|
|
@@ -115523,11 +115748,11 @@ interface EnqueueSendOfferToAnvaBySessionIdProps {
|
|
|
115523
115748
|
}
|
|
115524
115749
|
declare const enqueueSendOfferToAnvaBySessionId: (props: EnqueueSendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendOfferToAnvaBySessionIdResponse>;
|
|
115525
115750
|
|
|
115526
|
-
declare const routeName$
|
|
115527
|
-
type SendOfferMailBySessionIdBody = paths[typeof routeName$
|
|
115528
|
-
type SendOfferMailBySessionIdPathParams = paths[typeof routeName$
|
|
115529
|
-
type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$
|
|
115530
|
-
type SendOfferMailBySessionIdResponse = paths[typeof routeName$
|
|
115751
|
+
declare const routeName$6G = "/v1/api/anvaflows/{session_id}/send-offer-mail";
|
|
115752
|
+
type SendOfferMailBySessionIdBody = paths[typeof routeName$6G]['post']['requestBody']['content']['application/json'];
|
|
115753
|
+
type SendOfferMailBySessionIdPathParams = paths[typeof routeName$6G]['post']['parameters']['path'];
|
|
115754
|
+
type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$6G]['post']['parameters']['query'];
|
|
115755
|
+
type SendOfferMailBySessionIdResponse = paths[typeof routeName$6G]['post']['responses'][201]['content']['application/json'];
|
|
115531
115756
|
interface SendOfferMailBySessionIdProps {
|
|
115532
115757
|
body: SendOfferMailBySessionIdBody;
|
|
115533
115758
|
params: {
|
|
@@ -115537,11 +115762,11 @@ interface SendOfferMailBySessionIdProps {
|
|
|
115537
115762
|
}
|
|
115538
115763
|
declare const sendOfferMailBySessionId: (props: SendOfferMailBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferMailBySessionIdResponse>;
|
|
115539
115764
|
|
|
115540
|
-
declare const routeName$
|
|
115541
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$
|
|
115542
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$
|
|
115543
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$
|
|
115544
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$
|
|
115765
|
+
declare const routeName$6F = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
|
|
115766
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$6F]['post']['requestBody']['content']['application/json'];
|
|
115767
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$6F]['post']['parameters']['path'];
|
|
115768
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$6F]['post']['parameters']['query'];
|
|
115769
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$6F]['post']['responses'][202]['content']['application/json'];
|
|
115545
115770
|
interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
|
|
115546
115771
|
body: EnqueueSendCustomQuotesToAnvaBySessionIdBody;
|
|
115547
115772
|
params: {
|
|
@@ -115551,11 +115776,11 @@ interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
|
|
|
115551
115776
|
}
|
|
115552
115777
|
declare const enqueueSendCustomQuotesToAnvaBySessionId: (props: EnqueueSendCustomQuotesToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendCustomQuotesToAnvaBySessionIdResponse>;
|
|
115553
115778
|
|
|
115554
|
-
declare const routeName$
|
|
115555
|
-
type RecalculateSimulationBySessionIdBody = paths[typeof routeName$
|
|
115556
|
-
type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$
|
|
115557
|
-
type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$
|
|
115558
|
-
type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$
|
|
115779
|
+
declare const routeName$6E = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
|
|
115780
|
+
type RecalculateSimulationBySessionIdBody = paths[typeof routeName$6E]['post']['requestBody']['content']['application/json'];
|
|
115781
|
+
type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$6E]['post']['parameters']['path'];
|
|
115782
|
+
type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$6E]['post']['parameters']['query'];
|
|
115783
|
+
type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$6E]['post']['responses'][200]['content']['application/json'];
|
|
115559
115784
|
interface RecalculateSimulationBySessionIdProps {
|
|
115560
115785
|
body: RecalculateSimulationBySessionIdBody;
|
|
115561
115786
|
params: {
|
|
@@ -115565,23 +115790,23 @@ interface RecalculateSimulationBySessionIdProps {
|
|
|
115565
115790
|
}
|
|
115566
115791
|
declare const recalculateSimulationBySessionId: (props: RecalculateSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateSimulationBySessionIdResponse>;
|
|
115567
115792
|
|
|
115568
|
-
declare const routeName$
|
|
115569
|
-
type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$
|
|
115570
|
-
type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$
|
|
115571
|
-
type GetAnvaCollectionMethodsResponse = paths[typeof routeName$
|
|
115572
|
-
type GetAnvaCollectionMethodsProps = paths[typeof routeName$
|
|
115793
|
+
declare const routeName$6D = "/v1/api/anvaflows/{session_id}/collection-methods";
|
|
115794
|
+
type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$6D]['get']['parameters']['path'];
|
|
115795
|
+
type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$6D]['get']['parameters']['query'];
|
|
115796
|
+
type GetAnvaCollectionMethodsResponse = paths[typeof routeName$6D]['get']['responses'][200]['content']['application/json'];
|
|
115797
|
+
type GetAnvaCollectionMethodsProps = paths[typeof routeName$6D]['get']['parameters'];
|
|
115573
115798
|
declare const getAnvaCollectionMethods: (props: GetAnvaCollectionMethodsProps, wgApiClient: ClientType) => Promise<GetAnvaCollectionMethodsResponse>;
|
|
115574
115799
|
|
|
115575
|
-
declare const routeName$
|
|
115576
|
-
type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
115577
|
-
type GetAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
115578
|
-
type GetAnvaClosingQuestionsProps = paths[typeof routeName$
|
|
115800
|
+
declare const routeName$6C = "/v1/api/anvaflows/closing-questions";
|
|
115801
|
+
type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$6C]['get']['parameters']['query'];
|
|
115802
|
+
type GetAnvaClosingQuestionsResponse = paths[typeof routeName$6C]['get']['responses'][200]['content']['application/json'];
|
|
115803
|
+
type GetAnvaClosingQuestionsProps = paths[typeof routeName$6C]['get']['parameters'];
|
|
115579
115804
|
declare const getAnvaClosingQuestions: (props: GetAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<GetAnvaClosingQuestionsResponse>;
|
|
115580
115805
|
|
|
115581
|
-
declare const routeName$
|
|
115582
|
-
type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$
|
|
115583
|
-
type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
115584
|
-
type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
115806
|
+
declare const routeName$6B = "/v1/api/anvaflows/closing-questions";
|
|
115807
|
+
type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$6B]['put']['requestBody']['content']['application/json'];
|
|
115808
|
+
type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$6B]['put']['parameters']['query'];
|
|
115809
|
+
type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$6B]['put']['responses'][200]['content']['application/json'];
|
|
115585
115810
|
interface UpsertAnvaClosingQuestionsProps {
|
|
115586
115811
|
body: UpsertAnvaClosingQuestionsBody;
|
|
115587
115812
|
params: {
|
|
@@ -115590,10 +115815,10 @@ interface UpsertAnvaClosingQuestionsProps {
|
|
|
115590
115815
|
}
|
|
115591
115816
|
declare const upsertAnvaClosingQuestions: (props: UpsertAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<UpsertAnvaClosingQuestionsResponse>;
|
|
115592
115817
|
|
|
115593
|
-
declare const routeName$
|
|
115594
|
-
type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$
|
|
115595
|
-
type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
115596
|
-
type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
115818
|
+
declare const routeName$6A = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
|
|
115819
|
+
type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$6A]['delete']['parameters']['path'];
|
|
115820
|
+
type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$6A]['delete']['parameters']['query'];
|
|
115821
|
+
type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$6A]['delete']['responses'][200]['content']['application/json'];
|
|
115597
115822
|
interface DeleteAnvaClosingQuestionsProps {
|
|
115598
115823
|
params: {
|
|
115599
115824
|
query: DeleteAnvaClosingQuestionsQueryParams;
|
|
@@ -115602,11 +115827,11 @@ interface DeleteAnvaClosingQuestionsProps {
|
|
|
115602
115827
|
}
|
|
115603
115828
|
declare const deleteAnvaClosingQuestions: (props: DeleteAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<DeleteAnvaClosingQuestionsResponse>;
|
|
115604
115829
|
|
|
115605
|
-
declare const routeName$
|
|
115606
|
-
type CreateAnvaPartyBody = paths[typeof routeName$
|
|
115607
|
-
type CreateAnvaPartyPathParams = paths[typeof routeName$
|
|
115608
|
-
type CreateAnvaPartyQueryParams = paths[typeof routeName$
|
|
115609
|
-
type CreateAnvaPartyResponse = paths[typeof routeName$
|
|
115830
|
+
declare const routeName$6z = "/v1/api/anvaflows/{session_id}/anva-party";
|
|
115831
|
+
type CreateAnvaPartyBody = paths[typeof routeName$6z]['post']['requestBody']['content']['application/json'];
|
|
115832
|
+
type CreateAnvaPartyPathParams = paths[typeof routeName$6z]['post']['parameters']['path'];
|
|
115833
|
+
type CreateAnvaPartyQueryParams = paths[typeof routeName$6z]['post']['parameters']['query'];
|
|
115834
|
+
type CreateAnvaPartyResponse = paths[typeof routeName$6z]['post']['responses'][201]['content']['application/json'];
|
|
115610
115835
|
interface CreateAnvaPartyProps {
|
|
115611
115836
|
body: CreateAnvaPartyBody;
|
|
115612
115837
|
params: {
|
|
@@ -115616,16 +115841,16 @@ interface CreateAnvaPartyProps {
|
|
|
115616
115841
|
}
|
|
115617
115842
|
declare const createAnvaParty: (props: CreateAnvaPartyProps, wgApiClient: ClientType) => Promise<CreateAnvaPartyResponse>;
|
|
115618
115843
|
|
|
115619
|
-
declare const routeName$
|
|
115620
|
-
type GetAnvaproductsQueryParams = paths[typeof routeName$
|
|
115621
|
-
type GetAnvaproductsResponse = paths[typeof routeName$
|
|
115622
|
-
type GetAnvaproductsProps = paths[typeof routeName$
|
|
115844
|
+
declare const routeName$6y = "/v1/api/anvaproducts";
|
|
115845
|
+
type GetAnvaproductsQueryParams = paths[typeof routeName$6y]['get']['parameters']['query'];
|
|
115846
|
+
type GetAnvaproductsResponse = paths[typeof routeName$6y]['get']['responses'][200]['content']['application/json'];
|
|
115847
|
+
type GetAnvaproductsProps = paths[typeof routeName$6y]['get']['parameters'];
|
|
115623
115848
|
declare const getAnvaproducts: (props: GetAnvaproductsProps, wgApiClient: ClientType) => Promise<GetAnvaproductsResponse>;
|
|
115624
115849
|
|
|
115625
|
-
declare const routeName$
|
|
115626
|
-
type ImportAnvaproductBody = paths[typeof routeName$
|
|
115627
|
-
type ImportAnvaproductQueryParams = paths[typeof routeName$
|
|
115628
|
-
type ImportAnvaproductResponse = paths[typeof routeName$
|
|
115850
|
+
declare const routeName$6x = "/v1/api/anvaproducts/import";
|
|
115851
|
+
type ImportAnvaproductBody = paths[typeof routeName$6x]['post']['requestBody']['content']['application/json'];
|
|
115852
|
+
type ImportAnvaproductQueryParams = paths[typeof routeName$6x]['post']['parameters']['query'];
|
|
115853
|
+
type ImportAnvaproductResponse = paths[typeof routeName$6x]['post']['responses'][200]['content']['application/json'];
|
|
115629
115854
|
interface ImportAnvaproductProps {
|
|
115630
115855
|
body: ImportAnvaproductBody;
|
|
115631
115856
|
params: {
|
|
@@ -115634,18 +115859,18 @@ interface ImportAnvaproductProps {
|
|
|
115634
115859
|
}
|
|
115635
115860
|
declare const importAnvaproduct: (props: ImportAnvaproductProps, wgApiClient: ClientType) => Promise<ImportAnvaproductResponse>;
|
|
115636
115861
|
|
|
115637
|
-
declare const routeName$
|
|
115638
|
-
type GetAnvaproductByIdPathParams = paths[typeof routeName$
|
|
115639
|
-
type GetAnvaproductByIdQueryParams = paths[typeof routeName$
|
|
115640
|
-
type GetAnvaproductByIdResponse = paths[typeof routeName$
|
|
115641
|
-
type GetAnvaproductByIdProps = paths[typeof routeName$
|
|
115862
|
+
declare const routeName$6w = "/v1/api/anvaproducts/{anva_product_id}";
|
|
115863
|
+
type GetAnvaproductByIdPathParams = paths[typeof routeName$6w]['get']['parameters']['path'];
|
|
115864
|
+
type GetAnvaproductByIdQueryParams = paths[typeof routeName$6w]['get']['parameters']['query'];
|
|
115865
|
+
type GetAnvaproductByIdResponse = paths[typeof routeName$6w]['get']['responses'][200]['content']['application/json'];
|
|
115866
|
+
type GetAnvaproductByIdProps = paths[typeof routeName$6w]['get']['parameters'];
|
|
115642
115867
|
declare const getAnvaproductById: (props: GetAnvaproductByIdProps, wgApiClient: ClientType) => Promise<GetAnvaproductByIdResponse>;
|
|
115643
115868
|
|
|
115644
|
-
declare const routeName$
|
|
115645
|
-
type PatchAnvaproductByIdBody = paths[typeof routeName$
|
|
115646
|
-
type PatchAnvaproductByIdPathParams = paths[typeof routeName$
|
|
115647
|
-
type PatchAnvaproductByIdQueryParams = paths[typeof routeName$
|
|
115648
|
-
type PatchAnvaproductByIdResponse = paths[typeof routeName$
|
|
115869
|
+
declare const routeName$6v = "/v1/api/anvaproducts/{anva_product_id}";
|
|
115870
|
+
type PatchAnvaproductByIdBody = paths[typeof routeName$6v]['patch']['requestBody']['content']['application/json'];
|
|
115871
|
+
type PatchAnvaproductByIdPathParams = paths[typeof routeName$6v]['patch']['parameters']['path'];
|
|
115872
|
+
type PatchAnvaproductByIdQueryParams = paths[typeof routeName$6v]['patch']['parameters']['query'];
|
|
115873
|
+
type PatchAnvaproductByIdResponse = paths[typeof routeName$6v]['patch']['responses'][200]['content']['application/json'];
|
|
115649
115874
|
interface PatchAnvaproductByIdProps {
|
|
115650
115875
|
body: PatchAnvaproductByIdBody;
|
|
115651
115876
|
params: {
|
|
@@ -115655,11 +115880,11 @@ interface PatchAnvaproductByIdProps {
|
|
|
115655
115880
|
}
|
|
115656
115881
|
declare const patchAnvaproductById: (props: PatchAnvaproductByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductByIdResponse>;
|
|
115657
115882
|
|
|
115658
|
-
declare const routeName$
|
|
115659
|
-
type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$
|
|
115660
|
-
type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$
|
|
115661
|
-
type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$
|
|
115662
|
-
type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$
|
|
115883
|
+
declare const routeName$6u = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
|
|
115884
|
+
type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$6u]['patch']['requestBody']['content']['application/json'];
|
|
115885
|
+
type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$6u]['patch']['parameters']['path'];
|
|
115886
|
+
type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$6u]['patch']['parameters']['query'];
|
|
115887
|
+
type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$6u]['patch']['responses'][200]['content']['application/json'];
|
|
115663
115888
|
interface PatchAnvaproductCoverageByIdProps {
|
|
115664
115889
|
body: PatchAnvaproductCoverageByIdBody;
|
|
115665
115890
|
params: {
|
|
@@ -115669,18 +115894,18 @@ interface PatchAnvaproductCoverageByIdProps {
|
|
|
115669
115894
|
}
|
|
115670
115895
|
declare const patchAnvaproductCoverageById: (props: PatchAnvaproductCoverageByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductCoverageByIdResponse>;
|
|
115671
115896
|
|
|
115672
|
-
declare const routeName$
|
|
115673
|
-
type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$
|
|
115674
|
-
type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$
|
|
115675
|
-
type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$
|
|
115676
|
-
type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$
|
|
115897
|
+
declare const routeName$6t = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
|
|
115898
|
+
type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$6t]['get']['parameters']['path'];
|
|
115899
|
+
type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$6t]['get']['parameters']['query'];
|
|
115900
|
+
type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$6t]['get']['responses'][200]['content']['application/json'];
|
|
115901
|
+
type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$6t]['get']['parameters'];
|
|
115677
115902
|
declare const retrieveAnvaflowsQuestionnaires: (props: RetrieveAnvaflowsQuestionnairesProps, wgApiClient: ClientType) => Promise<RetrieveAnvaflowsQuestionnairesResponse>;
|
|
115678
115903
|
|
|
115679
|
-
declare const routeName$
|
|
115680
|
-
type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$
|
|
115681
|
-
type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$
|
|
115682
|
-
type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$
|
|
115683
|
-
type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$
|
|
115904
|
+
declare const routeName$6s = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
|
|
115905
|
+
type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$6s]['put']['requestBody']['content']['application/json'];
|
|
115906
|
+
type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6s]['put']['parameters']['path'];
|
|
115907
|
+
type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6s]['put']['parameters']['query'];
|
|
115908
|
+
type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6s]['put']['responses'][200]['content']['application/json'];
|
|
115684
115909
|
interface UpdateAnvaflowsQuestionnaireProps {
|
|
115685
115910
|
body: UpdateAnvaflowsQuestionnaireBody;
|
|
115686
115911
|
params: {
|
|
@@ -115690,11 +115915,11 @@ interface UpdateAnvaflowsQuestionnaireProps {
|
|
|
115690
115915
|
}
|
|
115691
115916
|
declare const updateAnvaflowsQuestionnaire: (props: UpdateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<UpdateAnvaflowsQuestionnaireResponse>;
|
|
115692
115917
|
|
|
115693
|
-
declare const routeName$
|
|
115694
|
-
type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$
|
|
115695
|
-
type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$
|
|
115696
|
-
type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$
|
|
115697
|
-
type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$
|
|
115918
|
+
declare const routeName$6r = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
|
|
115919
|
+
type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$6r]['post']['requestBody']['content']['application/json'];
|
|
115920
|
+
type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6r]['post']['parameters']['path'];
|
|
115921
|
+
type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6r]['post']['parameters']['query'];
|
|
115922
|
+
type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6r]['post']['responses'][200]['content']['application/json'];
|
|
115698
115923
|
interface ValidateAnvaflowsQuestionnaireProps {
|
|
115699
115924
|
body: ValidateAnvaflowsQuestionnaireBody;
|
|
115700
115925
|
params: {
|
|
@@ -115704,10 +115929,10 @@ interface ValidateAnvaflowsQuestionnaireProps {
|
|
|
115704
115929
|
}
|
|
115705
115930
|
declare const validateAnvaflowsQuestionnaire: (props: ValidateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateAnvaflowsQuestionnaireResponse>;
|
|
115706
115931
|
|
|
115707
|
-
declare const routeName$
|
|
115708
|
-
type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$
|
|
115709
|
-
type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$
|
|
115710
|
-
type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$
|
|
115932
|
+
declare const routeName$6q = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
|
|
115933
|
+
type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$6q]['post']['requestBody']['content']['application/json'];
|
|
115934
|
+
type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$6q]['post']['parameters']['query'];
|
|
115935
|
+
type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$6q]['post']['responses'][200]['content']['application/json'];
|
|
115711
115936
|
interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
|
|
115712
115937
|
body: UpdateQuestionForAllQuestionnairesByAnvaLabelsBody;
|
|
115713
115938
|
params: {
|
|
@@ -115716,20 +115941,20 @@ interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
|
|
|
115716
115941
|
}
|
|
115717
115942
|
declare const updateQuestionForAllQuestionnairesByAnvaLabels: (props: UpdateQuestionForAllQuestionnairesByAnvaLabelsProps, wgApiClient: ClientType) => Promise<UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse>;
|
|
115718
115943
|
|
|
115719
|
-
declare const routeName$
|
|
115720
|
-
type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$
|
|
115944
|
+
declare const routeName$6p = "/v1/api/brokers/me";
|
|
115945
|
+
type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$6p]['get']['responses'][200]['content']['application/json'];
|
|
115721
115946
|
declare const getCurrentBrokerOfTheUser: (wgApiClient: ClientType) => Promise<GetCurrentBrokerOfTheUserResponse>;
|
|
115722
115947
|
|
|
115723
|
-
declare const routeName$
|
|
115724
|
-
type GetTheBrokerByIdPathParams = paths[typeof routeName$
|
|
115725
|
-
type GetTheBrokerByIdResponse = paths[typeof routeName$
|
|
115726
|
-
type GetTheBrokerByIdProps = paths[typeof routeName$
|
|
115948
|
+
declare const routeName$6o = "/v1/api/brokers/{broker_id}";
|
|
115949
|
+
type GetTheBrokerByIdPathParams = paths[typeof routeName$6o]['get']['parameters']['path'];
|
|
115950
|
+
type GetTheBrokerByIdResponse = paths[typeof routeName$6o]['get']['responses'][200]['content']['application/json'];
|
|
115951
|
+
type GetTheBrokerByIdProps = paths[typeof routeName$6o]['get']['parameters'];
|
|
115727
115952
|
declare const getTheBrokerById: (props: GetTheBrokerByIdProps, wgApiClient: ClientType) => Promise<GetTheBrokerByIdResponse>;
|
|
115728
115953
|
|
|
115729
|
-
declare const routeName$
|
|
115730
|
-
type UpdateBrokerByBrokerBody = paths[typeof routeName$
|
|
115731
|
-
type UpdateBrokerByBrokerPathParams = paths[typeof routeName$
|
|
115732
|
-
type UpdateBrokerByBrokerResponse = paths[typeof routeName$
|
|
115954
|
+
declare const routeName$6n = "/v1/api/brokers/{broker_id}";
|
|
115955
|
+
type UpdateBrokerByBrokerBody = paths[typeof routeName$6n]['patch']['requestBody']['content']['application/json'];
|
|
115956
|
+
type UpdateBrokerByBrokerPathParams = paths[typeof routeName$6n]['patch']['parameters']['path'];
|
|
115957
|
+
type UpdateBrokerByBrokerResponse = paths[typeof routeName$6n]['patch']['responses'][200]['content']['application/json'];
|
|
115733
115958
|
interface UpdateBrokerByBrokerProps {
|
|
115734
115959
|
body: UpdateBrokerByBrokerBody;
|
|
115735
115960
|
params: {
|
|
@@ -115738,16 +115963,16 @@ interface UpdateBrokerByBrokerProps {
|
|
|
115738
115963
|
}
|
|
115739
115964
|
declare const updateBrokerByBroker: (props: UpdateBrokerByBrokerProps, wgApiClient: ClientType) => Promise<UpdateBrokerByBrokerResponse>;
|
|
115740
115965
|
|
|
115741
|
-
declare const routeName$
|
|
115742
|
-
type GetBrokerIntegrationsPathParams = paths[typeof routeName$
|
|
115743
|
-
type GetBrokerIntegrationsResponse = paths[typeof routeName$
|
|
115744
|
-
type GetBrokerIntegrationsProps = paths[typeof routeName$
|
|
115966
|
+
declare const routeName$6m = "/v1/api/brokers/{broker_id}/integrations";
|
|
115967
|
+
type GetBrokerIntegrationsPathParams = paths[typeof routeName$6m]['get']['parameters']['path'];
|
|
115968
|
+
type GetBrokerIntegrationsResponse = paths[typeof routeName$6m]['get']['responses'][200]['content']['application/json'];
|
|
115969
|
+
type GetBrokerIntegrationsProps = paths[typeof routeName$6m]['get']['parameters'];
|
|
115745
115970
|
declare const getBrokerIntegrations: (props: GetBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<GetBrokerIntegrationsResponse>;
|
|
115746
115971
|
|
|
115747
|
-
declare const routeName$
|
|
115748
|
-
type UpdateBrokerIntegrationsBody = paths[typeof routeName$
|
|
115749
|
-
type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$
|
|
115750
|
-
type UpdateBrokerIntegrationsResponse = paths[typeof routeName$
|
|
115972
|
+
declare const routeName$6l = "/v1/api/brokers/{broker_id}/integrations";
|
|
115973
|
+
type UpdateBrokerIntegrationsBody = paths[typeof routeName$6l]['patch']['requestBody']['content']['application/json'];
|
|
115974
|
+
type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$6l]['patch']['parameters']['path'];
|
|
115975
|
+
type UpdateBrokerIntegrationsResponse = paths[typeof routeName$6l]['patch']['responses'][200]['content']['application/json'];
|
|
115751
115976
|
interface UpdateBrokerIntegrationsProps {
|
|
115752
115977
|
body: UpdateBrokerIntegrationsBody;
|
|
115753
115978
|
params: {
|
|
@@ -115756,37 +115981,37 @@ interface UpdateBrokerIntegrationsProps {
|
|
|
115756
115981
|
}
|
|
115757
115982
|
declare const updateBrokerIntegrations: (props: UpdateBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<UpdateBrokerIntegrationsResponse>;
|
|
115758
115983
|
|
|
115759
|
-
declare const routeName$
|
|
115760
|
-
type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$
|
|
115761
|
-
type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$
|
|
115762
|
-
type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$
|
|
115984
|
+
declare const routeName$6k = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
|
|
115985
|
+
type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$6k]['get']['parameters']['path'];
|
|
115986
|
+
type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$6k]['get']['responses'][200]['content']['application/json'];
|
|
115987
|
+
type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$6k]['get']['parameters'];
|
|
115763
115988
|
declare const getBrokerByAnvaRelationMangerId: (props: GetBrokerByAnvaRelationMangerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaRelationMangerIdResponse>;
|
|
115764
115989
|
|
|
115765
|
-
declare const routeName$
|
|
115766
|
-
type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$
|
|
115767
|
-
type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$
|
|
115768
|
-
type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$
|
|
115990
|
+
declare const routeName$6j = "/v1/api/anva-producers/{anva_producer_id}";
|
|
115991
|
+
type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$6j]['get']['parameters']['path'];
|
|
115992
|
+
type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$6j]['get']['responses'][200]['content']['application/json'];
|
|
115993
|
+
type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$6j]['get']['parameters'];
|
|
115769
115994
|
declare const getBrokerByAnvaProducerId: (props: GetBrokerByAnvaProducerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaProducerIdResponse>;
|
|
115770
115995
|
|
|
115771
|
-
declare const routeName$
|
|
115772
|
-
type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$
|
|
115773
|
-
type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$
|
|
115774
|
-
type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$
|
|
115775
|
-
type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$
|
|
115996
|
+
declare const routeName$6i = "/v1/api/brokers/{broker_id}/checklists/onboarding";
|
|
115997
|
+
type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$6i]['get']['parameters']['path'];
|
|
115998
|
+
type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$6i]['get']['parameters']['query'];
|
|
115999
|
+
type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$6i]['get']['responses'][200]['content']['application/json'];
|
|
116000
|
+
type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$6i]['get']['parameters'];
|
|
115776
116001
|
declare const getOnboardingChecklistByBroker: (props: GetOnboardingChecklistByBrokerProps, wgApiClient: ClientType) => Promise<GetOnboardingChecklistByBrokerResponse>;
|
|
115777
116002
|
|
|
115778
|
-
declare const routeName$
|
|
115779
|
-
type GetCampaignByIdPathParams = paths[typeof routeName$
|
|
115780
|
-
type GetCampaignByIdQueryParams = paths[typeof routeName$
|
|
115781
|
-
type GetCampaignByIdResponse = paths[typeof routeName$
|
|
115782
|
-
type GetCampaignByIdProps = paths[typeof routeName$
|
|
116003
|
+
declare const routeName$6h = "/v1/api/campaigns/{campaign_id}";
|
|
116004
|
+
type GetCampaignByIdPathParams = paths[typeof routeName$6h]['get']['parameters']['path'];
|
|
116005
|
+
type GetCampaignByIdQueryParams = paths[typeof routeName$6h]['get']['parameters']['query'];
|
|
116006
|
+
type GetCampaignByIdResponse = paths[typeof routeName$6h]['get']['responses'][200]['content']['application/json'];
|
|
116007
|
+
type GetCampaignByIdProps = paths[typeof routeName$6h]['get']['parameters'];
|
|
115783
116008
|
declare const getCampaignById: (props: GetCampaignByIdProps, wgApiClient: ClientType) => Promise<GetCampaignByIdResponse>;
|
|
115784
116009
|
|
|
115785
|
-
declare const routeName$
|
|
115786
|
-
type UpdateCampaignBody = paths[typeof routeName$
|
|
115787
|
-
type UpdateCampaignPathParams = paths[typeof routeName$
|
|
115788
|
-
type UpdateCampaignQueryParams = paths[typeof routeName$
|
|
115789
|
-
type UpdateCampaignResponse = paths[typeof routeName$
|
|
116010
|
+
declare const routeName$6g = "/v1/api/campaigns/{campaign_id}";
|
|
116011
|
+
type UpdateCampaignBody = paths[typeof routeName$6g]['patch']['requestBody']['content']['application/json'];
|
|
116012
|
+
type UpdateCampaignPathParams = paths[typeof routeName$6g]['patch']['parameters']['path'];
|
|
116013
|
+
type UpdateCampaignQueryParams = paths[typeof routeName$6g]['patch']['parameters']['query'];
|
|
116014
|
+
type UpdateCampaignResponse = paths[typeof routeName$6g]['patch']['responses'][200]['content']['application/json'];
|
|
115790
116015
|
interface UpdateCampaignProps {
|
|
115791
116016
|
body: UpdateCampaignBody;
|
|
115792
116017
|
params: {
|
|
@@ -115796,16 +116021,16 @@ interface UpdateCampaignProps {
|
|
|
115796
116021
|
}
|
|
115797
116022
|
declare const updateCampaign: (props: UpdateCampaignProps, wgApiClient: ClientType) => Promise<UpdateCampaignResponse>;
|
|
115798
116023
|
|
|
115799
|
-
declare const routeName$
|
|
115800
|
-
type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$
|
|
115801
|
-
type GetAllCampaignsByDistributionResponse = paths[typeof routeName$
|
|
115802
|
-
type GetAllCampaignsByDistributionProps = paths[typeof routeName$
|
|
116024
|
+
declare const routeName$6f = "/v1/api/campaigns";
|
|
116025
|
+
type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$6f]['get']['parameters']['query'];
|
|
116026
|
+
type GetAllCampaignsByDistributionResponse = paths[typeof routeName$6f]['get']['responses'][200]['content']['application/json'];
|
|
116027
|
+
type GetAllCampaignsByDistributionProps = paths[typeof routeName$6f]['get']['parameters'];
|
|
115803
116028
|
declare const getAllCampaignsByDistribution: (props: GetAllCampaignsByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCampaignsByDistributionResponse>;
|
|
115804
116029
|
|
|
115805
|
-
declare const routeName$
|
|
115806
|
-
type CreateCampaignBody = paths[typeof routeName$
|
|
115807
|
-
type CreateCampaignQueryParams = paths[typeof routeName$
|
|
115808
|
-
type CreateCampaignResponse = paths[typeof routeName$
|
|
116030
|
+
declare const routeName$6e = "/v1/api/campaigns";
|
|
116031
|
+
type CreateCampaignBody = paths[typeof routeName$6e]['post']['requestBody']['content']['application/json'];
|
|
116032
|
+
type CreateCampaignQueryParams = paths[typeof routeName$6e]['post']['parameters']['query'];
|
|
116033
|
+
type CreateCampaignResponse = paths[typeof routeName$6e]['post']['responses'][201]['content']['application/json'];
|
|
115809
116034
|
interface CreateCampaignProps {
|
|
115810
116035
|
body: CreateCampaignBody;
|
|
115811
116036
|
params: {
|
|
@@ -115814,17 +116039,17 @@ interface CreateCampaignProps {
|
|
|
115814
116039
|
}
|
|
115815
116040
|
declare const createCampaign: (props: CreateCampaignProps, wgApiClient: ClientType) => Promise<CreateCampaignResponse>;
|
|
115816
116041
|
|
|
115817
|
-
declare const routeName$
|
|
115818
|
-
type GetMetricsByCampaignPathParams = paths[typeof routeName$
|
|
115819
|
-
type GetMetricsByCampaignQueryParams = paths[typeof routeName$
|
|
115820
|
-
type GetMetricsByCampaignResponse = paths[typeof routeName$
|
|
115821
|
-
type GetMetricsByCampaignProps = paths[typeof routeName$
|
|
116042
|
+
declare const routeName$6d = "/v1/api/campaigns/{campaign_id}/metrics";
|
|
116043
|
+
type GetMetricsByCampaignPathParams = paths[typeof routeName$6d]['get']['parameters']['path'];
|
|
116044
|
+
type GetMetricsByCampaignQueryParams = paths[typeof routeName$6d]['get']['parameters']['query'];
|
|
116045
|
+
type GetMetricsByCampaignResponse = paths[typeof routeName$6d]['get']['responses'][200]['content']['application/json'];
|
|
116046
|
+
type GetMetricsByCampaignProps = paths[typeof routeName$6d]['get']['parameters'];
|
|
115822
116047
|
declare const getMetricsByCampaign: (props: GetMetricsByCampaignProps, wgApiClient: ClientType) => Promise<GetMetricsByCampaignResponse>;
|
|
115823
116048
|
|
|
115824
|
-
declare const routeName$
|
|
115825
|
-
type UpdateTargetsByCampaignPathParams = paths[typeof routeName$
|
|
115826
|
-
type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$
|
|
115827
|
-
type UpdateTargetsByCampaignResponse = paths[typeof routeName$
|
|
116049
|
+
declare const routeName$6c = "/v1/api/campaigns/{campaign_id}/targets";
|
|
116050
|
+
type UpdateTargetsByCampaignPathParams = paths[typeof routeName$6c]['patch']['parameters']['path'];
|
|
116051
|
+
type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$6c]['patch']['parameters']['query'];
|
|
116052
|
+
type UpdateTargetsByCampaignResponse = paths[typeof routeName$6c]['patch']['responses'][200]['content']['application/json'];
|
|
115828
116053
|
interface UpdateTargetsByCampaignProps {
|
|
115829
116054
|
params: {
|
|
115830
116055
|
query: UpdateTargetsByCampaignQueryParams;
|
|
@@ -115833,15 +116058,15 @@ interface UpdateTargetsByCampaignProps {
|
|
|
115833
116058
|
}
|
|
115834
116059
|
declare const updateTargetsByCampaign: (props: UpdateTargetsByCampaignProps, wgApiClient: ClientType) => Promise<UpdateTargetsByCampaignResponse>;
|
|
115835
116060
|
|
|
115836
|
-
declare const routeName$
|
|
115837
|
-
type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$
|
|
115838
|
-
type GetAllCampaignTemplatesResponse = paths[typeof routeName$
|
|
115839
|
-
type GetAllCampaignTemplatesProps = paths[typeof routeName$
|
|
116061
|
+
declare const routeName$6b = "/v1/api/campaign-templates";
|
|
116062
|
+
type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$6b]['get']['parameters']['query'];
|
|
116063
|
+
type GetAllCampaignTemplatesResponse = paths[typeof routeName$6b]['get']['responses'][200]['content']['application/json'];
|
|
116064
|
+
type GetAllCampaignTemplatesProps = paths[typeof routeName$6b]['get']['parameters'];
|
|
115840
116065
|
declare const getAllCampaignTemplates: (props: GetAllCampaignTemplatesProps, wgApiClient: ClientType) => Promise<GetAllCampaignTemplatesResponse>;
|
|
115841
116066
|
|
|
115842
|
-
declare const routeName$
|
|
115843
|
-
type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$
|
|
115844
|
-
type SendExampleCampaignTargetMailResponse = paths[typeof routeName$
|
|
116067
|
+
declare const routeName$6a = "/v1/api/campaigns/example-mails";
|
|
116068
|
+
type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$6a]['post']['parameters']['query'];
|
|
116069
|
+
type SendExampleCampaignTargetMailResponse = paths[typeof routeName$6a]['post']['responses'][201]['content']['application/json'];
|
|
115845
116070
|
interface SendExampleCampaignTargetMailProps {
|
|
115846
116071
|
params: {
|
|
115847
116072
|
query: SendExampleCampaignTargetMailQueryParams;
|
|
@@ -115849,16 +116074,16 @@ interface SendExampleCampaignTargetMailProps {
|
|
|
115849
116074
|
}
|
|
115850
116075
|
declare const sendExampleCampaignTargetMail: (props: SendExampleCampaignTargetMailProps, wgApiClient: ClientType) => Promise<SendExampleCampaignTargetMailResponse>;
|
|
115851
116076
|
|
|
115852
|
-
declare const routeName$
|
|
115853
|
-
type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$
|
|
115854
|
-
type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$
|
|
115855
|
-
type GetCampaignSettingsByDistributionProps = paths[typeof routeName$
|
|
116077
|
+
declare const routeName$69 = "/v1/api/distributions/campaign-settings";
|
|
116078
|
+
type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$69]['get']['parameters']['query'];
|
|
116079
|
+
type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$69]['get']['responses'][200]['content']['application/json'];
|
|
116080
|
+
type GetCampaignSettingsByDistributionProps = paths[typeof routeName$69]['get']['parameters'];
|
|
115856
116081
|
declare const getCampaignSettingsByDistribution: (props: GetCampaignSettingsByDistributionProps, wgApiClient: ClientType) => Promise<GetCampaignSettingsByDistributionResponse>;
|
|
115857
116082
|
|
|
115858
|
-
declare const routeName$
|
|
115859
|
-
type GenerateDnsPrefixBody = paths[typeof routeName$
|
|
115860
|
-
type GenerateDnsPrefixQueryParams = paths[typeof routeName$
|
|
115861
|
-
type GenerateDnsPrefixResponse = paths[typeof routeName$
|
|
116083
|
+
declare const routeName$68 = "/v1/api/campaigns/dns-prefixes/generate";
|
|
116084
|
+
type GenerateDnsPrefixBody = paths[typeof routeName$68]['post']['requestBody']['content']['application/json'];
|
|
116085
|
+
type GenerateDnsPrefixQueryParams = paths[typeof routeName$68]['post']['parameters']['query'];
|
|
116086
|
+
type GenerateDnsPrefixResponse = paths[typeof routeName$68]['post']['responses'][200]['content']['application/json'];
|
|
115862
116087
|
interface GenerateDnsPrefixProps {
|
|
115863
116088
|
body: GenerateDnsPrefixBody;
|
|
115864
116089
|
params: {
|
|
@@ -115867,16 +116092,16 @@ interface GenerateDnsPrefixProps {
|
|
|
115867
116092
|
}
|
|
115868
116093
|
declare const generateDnsPrefix: (props: GenerateDnsPrefixProps, wgApiClient: ClientType) => Promise<GenerateDnsPrefixResponse>;
|
|
115869
116094
|
|
|
115870
|
-
declare const routeName$
|
|
115871
|
-
type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$
|
|
115872
|
-
type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$
|
|
115873
|
-
type GetCampaignTargetMailTemplateProps = paths[typeof routeName$
|
|
116095
|
+
declare const routeName$67 = "/v1/api/mail-templates/campaign-target";
|
|
116096
|
+
type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$67]['get']['parameters']['query'];
|
|
116097
|
+
type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$67]['get']['responses'][200]['content']['application/json'];
|
|
116098
|
+
type GetCampaignTargetMailTemplateProps = paths[typeof routeName$67]['get']['parameters'];
|
|
115874
116099
|
declare const getCampaignTargetMailTemplate: (props: GetCampaignTargetMailTemplateProps, wgApiClient: ClientType) => Promise<GetCampaignTargetMailTemplateResponse>;
|
|
115875
116100
|
|
|
115876
|
-
declare const routeName$
|
|
115877
|
-
type CreateClaimAsCustomerPathParams = paths[typeof routeName$
|
|
115878
|
-
type CreateClaimAsCustomerQueryParams = paths[typeof routeName$
|
|
115879
|
-
type CreateClaimAsCustomerResponse = paths[typeof routeName$
|
|
116101
|
+
declare const routeName$66 = "/v1/api/distributions/{distribution_id}/claims";
|
|
116102
|
+
type CreateClaimAsCustomerPathParams = paths[typeof routeName$66]['post']['parameters']['path'];
|
|
116103
|
+
type CreateClaimAsCustomerQueryParams = paths[typeof routeName$66]['post']['parameters']['query'];
|
|
116104
|
+
type CreateClaimAsCustomerResponse = paths[typeof routeName$66]['post']['responses'][201]['content']['application/json'];
|
|
115880
116105
|
interface CreateClaimAsCustomerProps {
|
|
115881
116106
|
params: {
|
|
115882
116107
|
query: CreateClaimAsCustomerQueryParams;
|
|
@@ -115885,15 +116110,15 @@ interface CreateClaimAsCustomerProps {
|
|
|
115885
116110
|
}
|
|
115886
116111
|
declare const createClaimAsCustomer: (props: CreateClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateClaimAsCustomerResponse>;
|
|
115887
116112
|
|
|
115888
|
-
declare const routeName$
|
|
115889
|
-
type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$
|
|
115890
|
-
type GetAllClaimsAsBrokerResponse = paths[typeof routeName$
|
|
115891
|
-
type GetAllClaimsAsBrokerProps = paths[typeof routeName$
|
|
116113
|
+
declare const routeName$65 = "/v1/api/claims";
|
|
116114
|
+
type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$65]['get']['parameters']['query'];
|
|
116115
|
+
type GetAllClaimsAsBrokerResponse = paths[typeof routeName$65]['get']['responses'][200]['content']['application/json'];
|
|
116116
|
+
type GetAllClaimsAsBrokerProps = paths[typeof routeName$65]['get']['parameters'];
|
|
115892
116117
|
declare const getAllClaimsAsBroker: (props: GetAllClaimsAsBrokerProps, wgApiClient: ClientType) => Promise<GetAllClaimsAsBrokerResponse>;
|
|
115893
116118
|
|
|
115894
|
-
declare const routeName$
|
|
115895
|
-
type CreateClaimAsBrokerQueryParams = paths[typeof routeName$
|
|
115896
|
-
type CreateClaimAsBrokerResponse = paths[typeof routeName$
|
|
116119
|
+
declare const routeName$64 = "/v1/api/claims";
|
|
116120
|
+
type CreateClaimAsBrokerQueryParams = paths[typeof routeName$64]['post']['parameters']['query'];
|
|
116121
|
+
type CreateClaimAsBrokerResponse = paths[typeof routeName$64]['post']['responses'][201]['content']['application/json'];
|
|
115897
116122
|
interface CreateClaimAsBrokerProps {
|
|
115898
116123
|
params: {
|
|
115899
116124
|
query: CreateClaimAsBrokerQueryParams;
|
|
@@ -115901,17 +116126,17 @@ interface CreateClaimAsBrokerProps {
|
|
|
115901
116126
|
}
|
|
115902
116127
|
declare const createClaimAsBroker: (props: CreateClaimAsBrokerProps, wgApiClient: ClientType) => Promise<CreateClaimAsBrokerResponse>;
|
|
115903
116128
|
|
|
115904
|
-
declare const routeName$
|
|
115905
|
-
type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$
|
|
115906
|
-
type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
115907
|
-
type GetClaimAsBrokerByIdResponse = paths[typeof routeName$
|
|
115908
|
-
type GetClaimAsBrokerByIdProps = paths[typeof routeName$
|
|
116129
|
+
declare const routeName$63 = "/v1/api/claims/{claim_id}";
|
|
116130
|
+
type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$63]['get']['parameters']['path'];
|
|
116131
|
+
type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$63]['get']['parameters']['query'];
|
|
116132
|
+
type GetClaimAsBrokerByIdResponse = paths[typeof routeName$63]['get']['responses'][200]['content']['application/json'];
|
|
116133
|
+
type GetClaimAsBrokerByIdProps = paths[typeof routeName$63]['get']['parameters'];
|
|
115909
116134
|
declare const getClaimAsBrokerById: (props: GetClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimAsBrokerByIdResponse>;
|
|
115910
116135
|
|
|
115911
|
-
declare const routeName$
|
|
115912
|
-
type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$
|
|
115913
|
-
type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
115914
|
-
type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$
|
|
116136
|
+
declare const routeName$62 = "/v1/api/claims/{claim_id}";
|
|
116137
|
+
type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$62]['delete']['parameters']['path'];
|
|
116138
|
+
type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$62]['delete']['parameters']['query'];
|
|
116139
|
+
type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$62]['delete']['responses'][200]['content']['application/json'];
|
|
115915
116140
|
interface DeleteClaimAsBrokerByIdProps {
|
|
115916
116141
|
params: {
|
|
115917
116142
|
query: DeleteClaimAsBrokerByIdQueryParams;
|
|
@@ -115920,10 +116145,10 @@ interface DeleteClaimAsBrokerByIdProps {
|
|
|
115920
116145
|
}
|
|
115921
116146
|
declare const deleteClaimAsBrokerById: (props: DeleteClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteClaimAsBrokerByIdResponse>;
|
|
115922
116147
|
|
|
115923
|
-
declare const routeName$
|
|
115924
|
-
type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$
|
|
115925
|
-
type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
115926
|
-
type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$
|
|
116148
|
+
declare const routeName$61 = "/v1/api/claims/{claim_id}";
|
|
116149
|
+
type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$61]['patch']['parameters']['path'];
|
|
116150
|
+
type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$61]['patch']['parameters']['query'];
|
|
116151
|
+
type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$61]['patch']['responses'][200]['content']['application/json'];
|
|
115927
116152
|
interface UpdateClaimAsBrokerByIdProps {
|
|
115928
116153
|
params: {
|
|
115929
116154
|
query: UpdateClaimAsBrokerByIdQueryParams;
|
|
@@ -115932,10 +116157,10 @@ interface UpdateClaimAsBrokerByIdProps {
|
|
|
115932
116157
|
}
|
|
115933
116158
|
declare const updateClaimAsBrokerById: (props: UpdateClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateClaimAsBrokerByIdResponse>;
|
|
115934
116159
|
|
|
115935
|
-
declare const routeName$
|
|
115936
|
-
type UpdateDeclarationRemarkPathParams = paths[typeof routeName$
|
|
115937
|
-
type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$
|
|
115938
|
-
type UpdateDeclarationRemarkResponse = paths[typeof routeName$
|
|
116160
|
+
declare const routeName$60 = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
|
|
116161
|
+
type UpdateDeclarationRemarkPathParams = paths[typeof routeName$60]['put']['parameters']['path'];
|
|
116162
|
+
type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$60]['put']['parameters']['query'];
|
|
116163
|
+
type UpdateDeclarationRemarkResponse = paths[typeof routeName$60]['put']['responses'][200]['content']['application/json'];
|
|
115939
116164
|
interface UpdateDeclarationRemarkProps {
|
|
115940
116165
|
params: {
|
|
115941
116166
|
query: UpdateDeclarationRemarkQueryParams;
|
|
@@ -115944,10 +116169,10 @@ interface UpdateDeclarationRemarkProps {
|
|
|
115944
116169
|
}
|
|
115945
116170
|
declare const updateDeclarationRemark: (props: UpdateDeclarationRemarkProps, wgApiClient: ClientType) => Promise<UpdateDeclarationRemarkResponse>;
|
|
115946
116171
|
|
|
115947
|
-
declare const routeName$
|
|
115948
|
-
type CreateLockForClaimPathParams = paths[typeof routeName$
|
|
115949
|
-
type CreateLockForClaimQueryParams = paths[typeof routeName$
|
|
115950
|
-
type CreateLockForClaimResponse = paths[typeof routeName$
|
|
116172
|
+
declare const routeName$5$ = "/v1/api/claims/{claim_id}/lock";
|
|
116173
|
+
type CreateLockForClaimPathParams = paths[typeof routeName$5$]['post']['parameters']['path'];
|
|
116174
|
+
type CreateLockForClaimQueryParams = paths[typeof routeName$5$]['post']['parameters']['query'];
|
|
116175
|
+
type CreateLockForClaimResponse = paths[typeof routeName$5$]['post']['responses'][201]['content']['application/json'];
|
|
115951
116176
|
interface CreateLockForClaimProps {
|
|
115952
116177
|
params: {
|
|
115953
116178
|
query: CreateLockForClaimQueryParams;
|
|
@@ -115956,10 +116181,10 @@ interface CreateLockForClaimProps {
|
|
|
115956
116181
|
}
|
|
115957
116182
|
declare const createLockForClaim: (props: CreateLockForClaimProps, wgApiClient: ClientType) => Promise<CreateLockForClaimResponse>;
|
|
115958
116183
|
|
|
115959
|
-
declare const routeName$
|
|
115960
|
-
type UnlockClaimPathParams = paths[typeof routeName$
|
|
115961
|
-
type UnlockClaimQueryParams = paths[typeof routeName$
|
|
115962
|
-
type UnlockClaimResponse = paths[typeof routeName$
|
|
116184
|
+
declare const routeName$5_ = "/v1/api/claims/{claim_id}/unlock";
|
|
116185
|
+
type UnlockClaimPathParams = paths[typeof routeName$5_]['post']['parameters']['path'];
|
|
116186
|
+
type UnlockClaimQueryParams = paths[typeof routeName$5_]['post']['parameters']['query'];
|
|
116187
|
+
type UnlockClaimResponse = paths[typeof routeName$5_]['post']['responses'][200]['content']['application/json'];
|
|
115963
116188
|
interface UnlockClaimProps {
|
|
115964
116189
|
params: {
|
|
115965
116190
|
query: UnlockClaimQueryParams;
|
|
@@ -115968,10 +116193,10 @@ interface UnlockClaimProps {
|
|
|
115968
116193
|
}
|
|
115969
116194
|
declare const unlockClaim: (props: UnlockClaimProps, wgApiClient: ClientType) => Promise<UnlockClaimResponse>;
|
|
115970
116195
|
|
|
115971
|
-
declare const routeName$
|
|
115972
|
-
type ClaimRequestUpdatePathParams = paths[typeof routeName$
|
|
115973
|
-
type ClaimRequestUpdateQueryParams = paths[typeof routeName$
|
|
115974
|
-
type ClaimRequestUpdateResponse = paths[typeof routeName$
|
|
116196
|
+
declare const routeName$5Z = "/v1/api/claims/{claim_id}/request_update";
|
|
116197
|
+
type ClaimRequestUpdatePathParams = paths[typeof routeName$5Z]['post']['parameters']['path'];
|
|
116198
|
+
type ClaimRequestUpdateQueryParams = paths[typeof routeName$5Z]['post']['parameters']['query'];
|
|
116199
|
+
type ClaimRequestUpdateResponse = paths[typeof routeName$5Z]['post']['responses'][200]['content']['application/json'];
|
|
115975
116200
|
interface ClaimRequestUpdateProps {
|
|
115976
116201
|
params: {
|
|
115977
116202
|
query: ClaimRequestUpdateQueryParams;
|
|
@@ -115980,10 +116205,10 @@ interface ClaimRequestUpdateProps {
|
|
|
115980
116205
|
}
|
|
115981
116206
|
declare const claimRequestUpdate: (props: ClaimRequestUpdateProps, wgApiClient: ClientType) => Promise<ClaimRequestUpdateResponse>;
|
|
115982
116207
|
|
|
115983
|
-
declare const routeName$
|
|
115984
|
-
type ValidateClaimPathParams = paths[typeof routeName$
|
|
115985
|
-
type ValidateClaimQueryParams = paths[typeof routeName$
|
|
115986
|
-
type ValidateClaimResponse = paths[typeof routeName$
|
|
116208
|
+
declare const routeName$5Y = "/v1/api/claims/{claim_id}/validate";
|
|
116209
|
+
type ValidateClaimPathParams = paths[typeof routeName$5Y]['post']['parameters']['path'];
|
|
116210
|
+
type ValidateClaimQueryParams = paths[typeof routeName$5Y]['post']['parameters']['query'];
|
|
116211
|
+
type ValidateClaimResponse = paths[typeof routeName$5Y]['post']['responses'][200]['content']['application/json'];
|
|
115987
116212
|
interface ValidateClaimProps {
|
|
115988
116213
|
params: {
|
|
115989
116214
|
query: ValidateClaimQueryParams;
|
|
@@ -115992,10 +116217,10 @@ interface ValidateClaimProps {
|
|
|
115992
116217
|
}
|
|
115993
116218
|
declare const validateClaim: (props: ValidateClaimProps, wgApiClient: ClientType) => Promise<ValidateClaimResponse>;
|
|
115994
116219
|
|
|
115995
|
-
declare const routeName$
|
|
115996
|
-
type CreateDocumentForClaimPathParams = paths[typeof routeName$
|
|
115997
|
-
type CreateDocumentForClaimQueryParams = paths[typeof routeName$
|
|
115998
|
-
type CreateDocumentForClaimResponse = paths[typeof routeName$
|
|
116220
|
+
declare const routeName$5X = "/v1/api/claims/{claim_id}/documents";
|
|
116221
|
+
type CreateDocumentForClaimPathParams = paths[typeof routeName$5X]['post']['parameters']['path'];
|
|
116222
|
+
type CreateDocumentForClaimQueryParams = paths[typeof routeName$5X]['post']['parameters']['query'];
|
|
116223
|
+
type CreateDocumentForClaimResponse = paths[typeof routeName$5X]['post']['responses'][201]['content']['application/json'];
|
|
115999
116224
|
interface CreateDocumentForClaimProps {
|
|
116000
116225
|
params: {
|
|
116001
116226
|
query: CreateDocumentForClaimQueryParams;
|
|
@@ -116004,17 +116229,17 @@ interface CreateDocumentForClaimProps {
|
|
|
116004
116229
|
}
|
|
116005
116230
|
declare const createDocumentForClaim: (props: CreateDocumentForClaimProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimResponse>;
|
|
116006
116231
|
|
|
116007
|
-
declare const routeName$
|
|
116008
|
-
type DownloadDocumentByIdPathParams = paths[typeof routeName$
|
|
116009
|
-
type DownloadDocumentByIdQueryParams = paths[typeof routeName$
|
|
116010
|
-
type DownloadDocumentByIdResponse = paths[typeof routeName$
|
|
116011
|
-
type DownloadDocumentByIdProps = paths[typeof routeName$
|
|
116232
|
+
declare const routeName$5W = "/v1/api/claims/{claim_id}/documents/{document_id}";
|
|
116233
|
+
type DownloadDocumentByIdPathParams = paths[typeof routeName$5W]['get']['parameters']['path'];
|
|
116234
|
+
type DownloadDocumentByIdQueryParams = paths[typeof routeName$5W]['get']['parameters']['query'];
|
|
116235
|
+
type DownloadDocumentByIdResponse = paths[typeof routeName$5W]['get']['responses'][307]['content']['application/json'];
|
|
116236
|
+
type DownloadDocumentByIdProps = paths[typeof routeName$5W]['get']['parameters'];
|
|
116012
116237
|
declare const downloadDocumentById: (props: DownloadDocumentByIdProps, wgApiClient: ClientType) => Promise<DownloadDocumentByIdResponse>;
|
|
116013
116238
|
|
|
116014
|
-
declare const routeName$
|
|
116015
|
-
type DeleteDocumentByIdPathParams = paths[typeof routeName$
|
|
116016
|
-
type DeleteDocumentByIdQueryParams = paths[typeof routeName$
|
|
116017
|
-
type DeleteDocumentByIdResponse = paths[typeof routeName$
|
|
116239
|
+
declare const routeName$5V = "/v1/api/claims/{claim_id}/documents/{document_id}";
|
|
116240
|
+
type DeleteDocumentByIdPathParams = paths[typeof routeName$5V]['delete']['parameters']['path'];
|
|
116241
|
+
type DeleteDocumentByIdQueryParams = paths[typeof routeName$5V]['delete']['parameters']['query'];
|
|
116242
|
+
type DeleteDocumentByIdResponse = paths[typeof routeName$5V]['delete']['responses'][200]['content']['application/json'];
|
|
116018
116243
|
interface DeleteDocumentByIdProps {
|
|
116019
116244
|
params: {
|
|
116020
116245
|
query: DeleteDocumentByIdQueryParams;
|
|
@@ -116023,10 +116248,10 @@ interface DeleteDocumentByIdProps {
|
|
|
116023
116248
|
}
|
|
116024
116249
|
declare const deleteDocumentById: (props: DeleteDocumentByIdProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdResponse>;
|
|
116025
116250
|
|
|
116026
|
-
declare const routeName$
|
|
116027
|
-
type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$
|
|
116028
|
-
type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$
|
|
116029
|
-
type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$
|
|
116251
|
+
declare const routeName$5U = "/v1/api/claims/{claim_id}/documents/{document_id}";
|
|
116252
|
+
type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$5U]['patch']['parameters']['path'];
|
|
116253
|
+
type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$5U]['patch']['parameters']['query'];
|
|
116254
|
+
type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$5U]['patch']['responses'][200]['content']['application/json'];
|
|
116030
116255
|
interface UpdateDocumentMetadataByIdProps {
|
|
116031
116256
|
params: {
|
|
116032
116257
|
query: UpdateDocumentMetadataByIdQueryParams;
|
|
@@ -116035,17 +116260,17 @@ interface UpdateDocumentMetadataByIdProps {
|
|
|
116035
116260
|
}
|
|
116036
116261
|
declare const updateDocumentMetadataById: (props: UpdateDocumentMetadataByIdProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdResponse>;
|
|
116037
116262
|
|
|
116038
|
-
declare const routeName$
|
|
116039
|
-
type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
116040
|
-
type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
116041
|
-
type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
116042
|
-
type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$
|
|
116263
|
+
declare const routeName$5T = "/v1/api/claims/customer/token/{token}";
|
|
116264
|
+
type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$5T]['get']['parameters']['path'];
|
|
116265
|
+
type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$5T]['get']['parameters']['query'];
|
|
116266
|
+
type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$5T]['get']['responses'][200]['content']['application/json'];
|
|
116267
|
+
type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$5T]['get']['parameters'];
|
|
116043
116268
|
declare const getClaimAsCustomerWithToken: (props: GetClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<GetClaimAsCustomerWithTokenResponse>;
|
|
116044
116269
|
|
|
116045
|
-
declare const routeName$
|
|
116046
|
-
type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
116047
|
-
type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
116048
|
-
type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
116270
|
+
declare const routeName$5S = "/v1/api/claims/customer/token/{token}";
|
|
116271
|
+
type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$5S]['patch']['parameters']['path'];
|
|
116272
|
+
type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$5S]['patch']['parameters']['query'];
|
|
116273
|
+
type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$5S]['patch']['responses'][200]['content']['application/json'];
|
|
116049
116274
|
interface UpdateClaimAsCustomerWithTokenProps {
|
|
116050
116275
|
params: {
|
|
116051
116276
|
query: UpdateClaimAsCustomerWithTokenQueryParams;
|
|
@@ -116054,10 +116279,10 @@ interface UpdateClaimAsCustomerWithTokenProps {
|
|
|
116054
116279
|
}
|
|
116055
116280
|
declare const updateClaimAsCustomerWithToken: (props: UpdateClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateClaimAsCustomerWithTokenResponse>;
|
|
116056
116281
|
|
|
116057
|
-
declare const routeName$
|
|
116058
|
-
type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
116059
|
-
type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
116060
|
-
type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
116282
|
+
declare const routeName$5R = "/v1/api/claims/customer/token/{token}/entities";
|
|
116283
|
+
type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$5R]['post']['parameters']['path'];
|
|
116284
|
+
type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$5R]['post']['parameters']['query'];
|
|
116285
|
+
type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$5R]['post']['responses'][201]['content']['application/json'];
|
|
116061
116286
|
interface CreateEntityAsCustomerWithTokenProps {
|
|
116062
116287
|
params: {
|
|
116063
116288
|
query: CreateEntityAsCustomerWithTokenQueryParams;
|
|
@@ -116066,10 +116291,10 @@ interface CreateEntityAsCustomerWithTokenProps {
|
|
|
116066
116291
|
}
|
|
116067
116292
|
declare const createEntityAsCustomerWithToken: (props: CreateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<CreateEntityAsCustomerWithTokenResponse>;
|
|
116068
116293
|
|
|
116069
|
-
declare const routeName$
|
|
116070
|
-
type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
116071
|
-
type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
116072
|
-
type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
116294
|
+
declare const routeName$5Q = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
|
|
116295
|
+
type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5Q]['delete']['parameters']['path'];
|
|
116296
|
+
type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5Q]['delete']['parameters']['query'];
|
|
116297
|
+
type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$5Q]['delete']['responses'][200]['content']['application/json'];
|
|
116073
116298
|
interface DeleteEntityByIdAsCustomerWithTokenProps {
|
|
116074
116299
|
params: {
|
|
116075
116300
|
query: DeleteEntityByIdAsCustomerWithTokenQueryParams;
|
|
@@ -116078,10 +116303,10 @@ interface DeleteEntityByIdAsCustomerWithTokenProps {
|
|
|
116078
116303
|
}
|
|
116079
116304
|
declare const deleteEntityByIdAsCustomerWithToken: (props: DeleteEntityByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteEntityByIdAsCustomerWithTokenResponse>;
|
|
116080
116305
|
|
|
116081
|
-
declare const routeName$
|
|
116082
|
-
type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
116083
|
-
type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
116084
|
-
type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
116306
|
+
declare const routeName$5P = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
|
|
116307
|
+
type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$5P]['patch']['parameters']['path'];
|
|
116308
|
+
type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$5P]['patch']['parameters']['query'];
|
|
116309
|
+
type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$5P]['patch']['responses'][200]['content']['application/json'];
|
|
116085
116310
|
interface UpdateEntityAsCustomerWithTokenProps {
|
|
116086
116311
|
params: {
|
|
116087
116312
|
query: UpdateEntityAsCustomerWithTokenQueryParams;
|
|
@@ -116090,10 +116315,10 @@ interface UpdateEntityAsCustomerWithTokenProps {
|
|
|
116090
116315
|
}
|
|
116091
116316
|
declare const updateEntityAsCustomerWithToken: (props: UpdateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateEntityAsCustomerWithTokenResponse>;
|
|
116092
116317
|
|
|
116093
|
-
declare const routeName$
|
|
116094
|
-
type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$
|
|
116095
|
-
type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$
|
|
116096
|
-
type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$
|
|
116318
|
+
declare const routeName$5O = "/v1/api/claims/upload/{claim_doc_category}";
|
|
116319
|
+
type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$5O]['post']['parameters']['path'];
|
|
116320
|
+
type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$5O]['post']['parameters']['query'];
|
|
116321
|
+
type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$5O]['post']['responses'][200]['content']['application/json'];
|
|
116097
116322
|
interface UploadClaimDocumentAsBrokerProps {
|
|
116098
116323
|
params: {
|
|
116099
116324
|
query: UploadClaimDocumentAsBrokerQueryParams;
|
|
@@ -116102,10 +116327,10 @@ interface UploadClaimDocumentAsBrokerProps {
|
|
|
116102
116327
|
}
|
|
116103
116328
|
declare const uploadClaimDocumentAsBroker: (props: UploadClaimDocumentAsBrokerProps, wgApiClient: ClientType) => Promise<UploadClaimDocumentAsBrokerResponse>;
|
|
116104
116329
|
|
|
116105
|
-
declare const routeName$
|
|
116106
|
-
type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$
|
|
116107
|
-
type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$
|
|
116108
|
-
type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$
|
|
116330
|
+
declare const routeName$5N = "/v1/api/claims/customer/upload/{claim_doc_category}";
|
|
116331
|
+
type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$5N]['post']['parameters']['path'];
|
|
116332
|
+
type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$5N]['post']['parameters']['query'];
|
|
116333
|
+
type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$5N]['post']['responses'][200]['content']['application/json'];
|
|
116109
116334
|
interface CreateUploadLinkAsCustomerProps {
|
|
116110
116335
|
params: {
|
|
116111
116336
|
query: CreateUploadLinkAsCustomerQueryParams;
|
|
@@ -116114,9 +116339,9 @@ interface CreateUploadLinkAsCustomerProps {
|
|
|
116114
116339
|
}
|
|
116115
116340
|
declare const createUploadLinkAsCustomer: (props: CreateUploadLinkAsCustomerProps, wgApiClient: ClientType) => Promise<CreateUploadLinkAsCustomerResponse>;
|
|
116116
116341
|
|
|
116117
|
-
declare const routeName$
|
|
116118
|
-
type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$
|
|
116119
|
-
type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$
|
|
116342
|
+
declare const routeName$5M = "/v1/api/claims/generate/token";
|
|
116343
|
+
type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$5M]['post']['parameters']['query'];
|
|
116344
|
+
type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$5M]['post']['responses'][201]['content']['application/json'];
|
|
116120
116345
|
interface GenerateTokenForSocialLoginFlowAsBrokerProps {
|
|
116121
116346
|
params: {
|
|
116122
116347
|
query: GenerateTokenForSocialLoginFlowAsBrokerQueryParams;
|
|
@@ -116124,17 +116349,17 @@ interface GenerateTokenForSocialLoginFlowAsBrokerProps {
|
|
|
116124
116349
|
}
|
|
116125
116350
|
declare const generateTokenForSocialLoginFlowAsBroker: (props: GenerateTokenForSocialLoginFlowAsBrokerProps, wgApiClient: ClientType) => Promise<GenerateTokenForSocialLoginFlowAsBrokerResponse>;
|
|
116126
116351
|
|
|
116127
|
-
declare const routeName$
|
|
116128
|
-
type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$
|
|
116129
|
-
type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$
|
|
116130
|
-
type GetClaimEventsAsCustomerResponse = paths[typeof routeName$
|
|
116131
|
-
type GetClaimEventsAsCustomerProps = paths[typeof routeName$
|
|
116352
|
+
declare const routeName$5L = "/v1/api/claims/customer/token/{token}/events";
|
|
116353
|
+
type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$5L]['get']['parameters']['path'];
|
|
116354
|
+
type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$5L]['get']['parameters']['query'];
|
|
116355
|
+
type GetClaimEventsAsCustomerResponse = paths[typeof routeName$5L]['get']['responses'][200]['content']['application/json'];
|
|
116356
|
+
type GetClaimEventsAsCustomerProps = paths[typeof routeName$5L]['get']['parameters'];
|
|
116132
116357
|
declare const getClaimEventsAsCustomer: (props: GetClaimEventsAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsCustomerResponse>;
|
|
116133
116358
|
|
|
116134
|
-
declare const routeName$
|
|
116135
|
-
type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$
|
|
116136
|
-
type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$
|
|
116137
|
-
type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$
|
|
116359
|
+
declare const routeName$5K = "/v1/api/claims/customer/token/{token}/documents";
|
|
116360
|
+
type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$5K]['post']['parameters']['path'];
|
|
116361
|
+
type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$5K]['post']['parameters']['query'];
|
|
116362
|
+
type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$5K]['post']['responses'][200]['content']['application/json'];
|
|
116138
116363
|
interface CreateDocumentForClaimAsCustomerProps {
|
|
116139
116364
|
params: {
|
|
116140
116365
|
query: CreateDocumentForClaimAsCustomerQueryParams;
|
|
@@ -116143,10 +116368,10 @@ interface CreateDocumentForClaimAsCustomerProps {
|
|
|
116143
116368
|
}
|
|
116144
116369
|
declare const createDocumentForClaimAsCustomer: (props: CreateDocumentForClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimAsCustomerResponse>;
|
|
116145
116370
|
|
|
116146
|
-
declare const routeName$
|
|
116147
|
-
type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
116148
|
-
type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
116149
|
-
type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
116371
|
+
declare const routeName$5J = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
|
|
116372
|
+
type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5J]['delete']['parameters']['path'];
|
|
116373
|
+
type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5J]['delete']['parameters']['query'];
|
|
116374
|
+
type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$5J]['delete']['responses'][200]['content']['application/json'];
|
|
116150
116375
|
interface DeleteDocumentByIdAsCustomerWithTokenProps {
|
|
116151
116376
|
params: {
|
|
116152
116377
|
query: DeleteDocumentByIdAsCustomerWithTokenQueryParams;
|
|
@@ -116155,10 +116380,10 @@ interface DeleteDocumentByIdAsCustomerWithTokenProps {
|
|
|
116155
116380
|
}
|
|
116156
116381
|
declare const deleteDocumentByIdAsCustomerWithToken: (props: DeleteDocumentByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdAsCustomerWithTokenResponse>;
|
|
116157
116382
|
|
|
116158
|
-
declare const routeName$
|
|
116159
|
-
type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
116160
|
-
type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
116161
|
-
type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
116383
|
+
declare const routeName$5I = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
|
|
116384
|
+
type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$5I]['patch']['parameters']['path'];
|
|
116385
|
+
type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$5I]['patch']['parameters']['query'];
|
|
116386
|
+
type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$5I]['patch']['responses'][200]['content']['application/json'];
|
|
116162
116387
|
interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
|
|
116163
116388
|
params: {
|
|
116164
116389
|
query: UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams;
|
|
@@ -116167,10 +116392,10 @@ interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
|
|
|
116167
116392
|
}
|
|
116168
116393
|
declare const updateDocumentMetadataByIdAsCustomerWithToken: (props: UpdateDocumentMetadataByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdAsCustomerWithTokenResponse>;
|
|
116169
116394
|
|
|
116170
|
-
declare const routeName$
|
|
116171
|
-
type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$
|
|
116172
|
-
type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$
|
|
116173
|
-
type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$
|
|
116395
|
+
declare const routeName$5H = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
|
|
116396
|
+
type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$5H]['post']['parameters']['path'];
|
|
116397
|
+
type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$5H]['post']['parameters']['query'];
|
|
116398
|
+
type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$5H]['post']['responses'][200]['content']['application/json'];
|
|
116174
116399
|
interface CreateNoteOnEventAsCustomerProps {
|
|
116175
116400
|
params: {
|
|
116176
116401
|
query: CreateNoteOnEventAsCustomerQueryParams;
|
|
@@ -116179,10 +116404,10 @@ interface CreateNoteOnEventAsCustomerProps {
|
|
|
116179
116404
|
}
|
|
116180
116405
|
declare const createNoteOnEventAsCustomer: (props: CreateNoteOnEventAsCustomerProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventAsCustomerResponse>;
|
|
116181
116406
|
|
|
116182
|
-
declare const routeName$
|
|
116183
|
-
type CreateEntityAsBrokerPathParams = paths[typeof routeName$
|
|
116184
|
-
type CreateEntityAsBrokerQueryParams = paths[typeof routeName$
|
|
116185
|
-
type CreateEntityAsBrokerResponse = paths[typeof routeName$
|
|
116407
|
+
declare const routeName$5G = "/v1/api/claims/{claim_id}/entities";
|
|
116408
|
+
type CreateEntityAsBrokerPathParams = paths[typeof routeName$5G]['post']['parameters']['path'];
|
|
116409
|
+
type CreateEntityAsBrokerQueryParams = paths[typeof routeName$5G]['post']['parameters']['query'];
|
|
116410
|
+
type CreateEntityAsBrokerResponse = paths[typeof routeName$5G]['post']['responses'][201]['content']['application/json'];
|
|
116186
116411
|
interface CreateEntityAsBrokerProps {
|
|
116187
116412
|
params: {
|
|
116188
116413
|
query: CreateEntityAsBrokerQueryParams;
|
|
@@ -116191,10 +116416,10 @@ interface CreateEntityAsBrokerProps {
|
|
|
116191
116416
|
}
|
|
116192
116417
|
declare const createEntityAsBroker: (props: CreateEntityAsBrokerProps, wgApiClient: ClientType) => Promise<CreateEntityAsBrokerResponse>;
|
|
116193
116418
|
|
|
116194
|
-
declare const routeName$
|
|
116195
|
-
type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$
|
|
116196
|
-
type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
116197
|
-
type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$
|
|
116419
|
+
declare const routeName$5F = "/v1/api/claims/{claim_id}/entities/{entity_id}";
|
|
116420
|
+
type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$5F]['delete']['parameters']['path'];
|
|
116421
|
+
type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$5F]['delete']['parameters']['query'];
|
|
116422
|
+
type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$5F]['delete']['responses'][200]['content']['application/json'];
|
|
116198
116423
|
interface DeleteEntityAsBrokerByIdProps {
|
|
116199
116424
|
params: {
|
|
116200
116425
|
query: DeleteEntityAsBrokerByIdQueryParams;
|
|
@@ -116203,10 +116428,10 @@ interface DeleteEntityAsBrokerByIdProps {
|
|
|
116203
116428
|
}
|
|
116204
116429
|
declare const deleteEntityAsBrokerById: (props: DeleteEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteEntityAsBrokerByIdResponse>;
|
|
116205
116430
|
|
|
116206
|
-
declare const routeName$
|
|
116207
|
-
type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$
|
|
116208
|
-
type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
116209
|
-
type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$
|
|
116431
|
+
declare const routeName$5E = "/v1/api/claims/{claim_id}/entities/{entity_id}";
|
|
116432
|
+
type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$5E]['patch']['parameters']['path'];
|
|
116433
|
+
type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$5E]['patch']['parameters']['query'];
|
|
116434
|
+
type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$5E]['patch']['responses'][200]['content']['application/json'];
|
|
116210
116435
|
interface UpdateEntityAsBrokerByIdProps {
|
|
116211
116436
|
params: {
|
|
116212
116437
|
query: UpdateEntityAsBrokerByIdQueryParams;
|
|
@@ -116215,17 +116440,17 @@ interface UpdateEntityAsBrokerByIdProps {
|
|
|
116215
116440
|
}
|
|
116216
116441
|
declare const updateEntityAsBrokerById: (props: UpdateEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateEntityAsBrokerByIdResponse>;
|
|
116217
116442
|
|
|
116218
|
-
declare const routeName$
|
|
116219
|
-
type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$
|
|
116220
|
-
type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
116221
|
-
type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$
|
|
116222
|
-
type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$
|
|
116443
|
+
declare const routeName$5D = "/v1/api/claims/{claim_id}/events";
|
|
116444
|
+
type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$5D]['get']['parameters']['path'];
|
|
116445
|
+
type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$5D]['get']['parameters']['query'];
|
|
116446
|
+
type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$5D]['get']['responses'][200]['content']['application/json'];
|
|
116447
|
+
type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$5D]['get']['parameters'];
|
|
116223
116448
|
declare const getClaimEventsAsBrokerById: (props: GetClaimEventsAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsBrokerByIdResponse>;
|
|
116224
116449
|
|
|
116225
|
-
declare const routeName$
|
|
116226
|
-
type SendClaimToKeypointPathParams = paths[typeof routeName$
|
|
116227
|
-
type SendClaimToKeypointQueryParams = paths[typeof routeName$
|
|
116228
|
-
type SendClaimToKeypointResponse = paths[typeof routeName$
|
|
116450
|
+
declare const routeName$5C = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
|
|
116451
|
+
type SendClaimToKeypointPathParams = paths[typeof routeName$5C]['post']['parameters']['path'];
|
|
116452
|
+
type SendClaimToKeypointQueryParams = paths[typeof routeName$5C]['post']['parameters']['query'];
|
|
116453
|
+
type SendClaimToKeypointResponse = paths[typeof routeName$5C]['post']['responses'][201]['content']['application/json'];
|
|
116229
116454
|
interface SendClaimToKeypointProps {
|
|
116230
116455
|
params: {
|
|
116231
116456
|
query: SendClaimToKeypointQueryParams;
|
|
@@ -116234,10 +116459,10 @@ interface SendClaimToKeypointProps {
|
|
|
116234
116459
|
}
|
|
116235
116460
|
declare const sendClaimToKeypoint: (props: SendClaimToKeypointProps, wgApiClient: ClientType) => Promise<SendClaimToKeypointResponse>;
|
|
116236
116461
|
|
|
116237
|
-
declare const routeName$
|
|
116238
|
-
type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$
|
|
116239
|
-
type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$
|
|
116240
|
-
type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$
|
|
116462
|
+
declare const routeName$5B = "/v1/api/claims/{claim_id}/customer/followup-page/email";
|
|
116463
|
+
type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$5B]['post']['parameters']['path'];
|
|
116464
|
+
type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$5B]['post']['parameters']['query'];
|
|
116465
|
+
type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$5B]['post']['responses'][200]['content']['application/json'];
|
|
116241
116466
|
interface SendMailFollowupPageToCustomerProps {
|
|
116242
116467
|
params: {
|
|
116243
116468
|
query: SendMailFollowupPageToCustomerQueryParams;
|
|
@@ -116246,21 +116471,21 @@ interface SendMailFollowupPageToCustomerProps {
|
|
|
116246
116471
|
}
|
|
116247
116472
|
declare const sendMailFollowupPageToCustomer: (props: SendMailFollowupPageToCustomerProps, wgApiClient: ClientType) => Promise<SendMailFollowupPageToCustomerResponse>;
|
|
116248
116473
|
|
|
116249
|
-
declare const routeName$
|
|
116250
|
-
type GetAllCarClaimCategoriesResponse = paths[typeof routeName$
|
|
116474
|
+
declare const routeName$5A = "/v1/api/claims/categories/CAR";
|
|
116475
|
+
type GetAllCarClaimCategoriesResponse = paths[typeof routeName$5A]['get']['responses'][200]['content']['application/json'];
|
|
116251
116476
|
declare const getAllCarClaimCategories: (wgApiClient: ClientType) => Promise<GetAllCarClaimCategoriesResponse>;
|
|
116252
116477
|
|
|
116253
|
-
declare const routeName$
|
|
116254
|
-
type GetInfoForClaimPathParams = paths[typeof routeName$
|
|
116255
|
-
type GetInfoForClaimQueryParams = paths[typeof routeName$
|
|
116256
|
-
type GetInfoForClaimResponse = paths[typeof routeName$
|
|
116257
|
-
type GetInfoForClaimProps = paths[typeof routeName$
|
|
116478
|
+
declare const routeName$5z = "/v1/api/claims/info/{claim_type}/{claim_category}";
|
|
116479
|
+
type GetInfoForClaimPathParams = paths[typeof routeName$5z]['get']['parameters']['path'];
|
|
116480
|
+
type GetInfoForClaimQueryParams = paths[typeof routeName$5z]['get']['parameters']['query'];
|
|
116481
|
+
type GetInfoForClaimResponse = paths[typeof routeName$5z]['get']['responses'][200]['content']['application/json'];
|
|
116482
|
+
type GetInfoForClaimProps = paths[typeof routeName$5z]['get']['parameters'];
|
|
116258
116483
|
declare const getInfoForClaim: (props: GetInfoForClaimProps, wgApiClient: ClientType) => Promise<GetInfoForClaimResponse>;
|
|
116259
116484
|
|
|
116260
|
-
declare const routeName$
|
|
116261
|
-
type CreateNoteOnEventPathParams = paths[typeof routeName$
|
|
116262
|
-
type CreateNoteOnEventQueryParams = paths[typeof routeName$
|
|
116263
|
-
type CreateNoteOnEventResponse = paths[typeof routeName$
|
|
116485
|
+
declare const routeName$5y = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
|
|
116486
|
+
type CreateNoteOnEventPathParams = paths[typeof routeName$5y]['post']['parameters']['path'];
|
|
116487
|
+
type CreateNoteOnEventQueryParams = paths[typeof routeName$5y]['post']['parameters']['query'];
|
|
116488
|
+
type CreateNoteOnEventResponse = paths[typeof routeName$5y]['post']['responses'][201]['content']['application/json'];
|
|
116264
116489
|
interface CreateNoteOnEventProps {
|
|
116265
116490
|
params: {
|
|
116266
116491
|
query: CreateNoteOnEventQueryParams;
|
|
@@ -116269,10 +116494,10 @@ interface CreateNoteOnEventProps {
|
|
|
116269
116494
|
}
|
|
116270
116495
|
declare const createNoteOnEvent: (props: CreateNoteOnEventProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventResponse>;
|
|
116271
116496
|
|
|
116272
|
-
declare const routeName$
|
|
116273
|
-
type DeleteNotePathParams = paths[typeof routeName$
|
|
116274
|
-
type DeleteNoteQueryParams = paths[typeof routeName$
|
|
116275
|
-
type DeleteNoteResponse = paths[typeof routeName$
|
|
116497
|
+
declare const routeName$5x = "/v1/api/claims/notes/{note_id}";
|
|
116498
|
+
type DeleteNotePathParams = paths[typeof routeName$5x]['delete']['parameters']['path'];
|
|
116499
|
+
type DeleteNoteQueryParams = paths[typeof routeName$5x]['delete']['parameters']['query'];
|
|
116500
|
+
type DeleteNoteResponse = paths[typeof routeName$5x]['delete']['responses'][200]['content']['application/json'];
|
|
116276
116501
|
interface DeleteNoteProps {
|
|
116277
116502
|
params: {
|
|
116278
116503
|
query: DeleteNoteQueryParams;
|
|
@@ -116281,10 +116506,10 @@ interface DeleteNoteProps {
|
|
|
116281
116506
|
}
|
|
116282
116507
|
declare const deleteNote: (props: DeleteNoteProps, wgApiClient: ClientType) => Promise<DeleteNoteResponse>;
|
|
116283
116508
|
|
|
116284
|
-
declare const routeName$
|
|
116285
|
-
type UpdateNotePathParams = paths[typeof routeName$
|
|
116286
|
-
type UpdateNoteQueryParams = paths[typeof routeName$
|
|
116287
|
-
type UpdateNoteResponse = paths[typeof routeName$
|
|
116509
|
+
declare const routeName$5w = "/v1/api/claims/notes/{note_id}";
|
|
116510
|
+
type UpdateNotePathParams = paths[typeof routeName$5w]['patch']['parameters']['path'];
|
|
116511
|
+
type UpdateNoteQueryParams = paths[typeof routeName$5w]['patch']['parameters']['query'];
|
|
116512
|
+
type UpdateNoteResponse = paths[typeof routeName$5w]['patch']['responses'][200]['content']['application/json'];
|
|
116288
116513
|
interface UpdateNoteProps {
|
|
116289
116514
|
params: {
|
|
116290
116515
|
query: UpdateNoteQueryParams;
|
|
@@ -116293,17 +116518,17 @@ interface UpdateNoteProps {
|
|
|
116293
116518
|
}
|
|
116294
116519
|
declare const updateNote: (props: UpdateNoteProps, wgApiClient: ClientType) => Promise<UpdateNoteResponse>;
|
|
116295
116520
|
|
|
116296
|
-
declare const routeName$
|
|
116297
|
-
type ClaimReportByIdPathParams = paths[typeof routeName$
|
|
116298
|
-
type ClaimReportByIdQueryParams = paths[typeof routeName$
|
|
116299
|
-
type ClaimReportByIdResponse = paths[typeof routeName$
|
|
116300
|
-
type ClaimReportByIdProps = paths[typeof routeName$
|
|
116521
|
+
declare const routeName$5v = "/v1/api/claims/{claim_id}/report";
|
|
116522
|
+
type ClaimReportByIdPathParams = paths[typeof routeName$5v]['get']['parameters']['path'];
|
|
116523
|
+
type ClaimReportByIdQueryParams = paths[typeof routeName$5v]['get']['parameters']['query'];
|
|
116524
|
+
type ClaimReportByIdResponse = paths[typeof routeName$5v]['get']['responses'][200]['content']['application/json'];
|
|
116525
|
+
type ClaimReportByIdProps = paths[typeof routeName$5v]['get']['parameters'];
|
|
116301
116526
|
declare const claimReportById: (props: ClaimReportByIdProps, wgApiClient: ClientType) => Promise<ClaimReportByIdResponse>;
|
|
116302
116527
|
|
|
116303
|
-
declare const routeName$
|
|
116304
|
-
type SendMailClaimReportByIdPathParams = paths[typeof routeName$
|
|
116305
|
-
type SendMailClaimReportByIdQueryParams = paths[typeof routeName$
|
|
116306
|
-
type SendMailClaimReportByIdResponse = paths[typeof routeName$
|
|
116528
|
+
declare const routeName$5u = "/v1/api/claims/{claim_id}/report/email";
|
|
116529
|
+
type SendMailClaimReportByIdPathParams = paths[typeof routeName$5u]['post']['parameters']['path'];
|
|
116530
|
+
type SendMailClaimReportByIdQueryParams = paths[typeof routeName$5u]['post']['parameters']['query'];
|
|
116531
|
+
type SendMailClaimReportByIdResponse = paths[typeof routeName$5u]['post']['responses'][200]['content']['application/json'];
|
|
116307
116532
|
interface SendMailClaimReportByIdProps {
|
|
116308
116533
|
params: {
|
|
116309
116534
|
query: SendMailClaimReportByIdQueryParams;
|
|
@@ -116312,16 +116537,16 @@ interface SendMailClaimReportByIdProps {
|
|
|
116312
116537
|
}
|
|
116313
116538
|
declare const sendMailClaimReportById: (props: SendMailClaimReportByIdProps, wgApiClient: ClientType) => Promise<SendMailClaimReportByIdResponse>;
|
|
116314
116539
|
|
|
116315
|
-
declare const routeName$
|
|
116316
|
-
type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$
|
|
116317
|
-
type GetBrokerConnectionsByIdResponse = paths[typeof routeName$
|
|
116318
|
-
type GetBrokerConnectionsByIdProps = paths[typeof routeName$
|
|
116540
|
+
declare const routeName$5t = "/v1/api/brokers/{broker_id}/connections";
|
|
116541
|
+
type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$5t]['get']['parameters']['path'];
|
|
116542
|
+
type GetBrokerConnectionsByIdResponse = paths[typeof routeName$5t]['get']['responses'][200]['content']['application/json'];
|
|
116543
|
+
type GetBrokerConnectionsByIdProps = paths[typeof routeName$5t]['get']['parameters'];
|
|
116319
116544
|
declare const getBrokerConnectionsById: (props: GetBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetBrokerConnectionsByIdResponse>;
|
|
116320
116545
|
|
|
116321
|
-
declare const routeName$
|
|
116322
|
-
type CreateBrokerConnectionsByIdBody = paths[typeof routeName$
|
|
116323
|
-
type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$
|
|
116324
|
-
type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$
|
|
116546
|
+
declare const routeName$5s = "/v1/api/brokers/{broker_id}/connections/{key}";
|
|
116547
|
+
type CreateBrokerConnectionsByIdBody = paths[typeof routeName$5s]['post']['requestBody']['content']['application/json'];
|
|
116548
|
+
type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$5s]['post']['parameters']['path'];
|
|
116549
|
+
type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$5s]['post']['responses'][201]['content']['application/json'];
|
|
116325
116550
|
interface CreateBrokerConnectionsByIdProps {
|
|
116326
116551
|
body: CreateBrokerConnectionsByIdBody;
|
|
116327
116552
|
params: {
|
|
@@ -116330,9 +116555,9 @@ interface CreateBrokerConnectionsByIdProps {
|
|
|
116330
116555
|
}
|
|
116331
116556
|
declare const createBrokerConnectionsById: (props: CreateBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<CreateBrokerConnectionsByIdResponse>;
|
|
116332
116557
|
|
|
116333
|
-
declare const routeName$
|
|
116334
|
-
type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$
|
|
116335
|
-
type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$
|
|
116558
|
+
declare const routeName$5r = "/v1/api/brokers/{broker_id}/connections/{key}";
|
|
116559
|
+
type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$5r]['delete']['parameters']['path'];
|
|
116560
|
+
type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$5r]['delete']['responses'][200]['content']['application/json'];
|
|
116336
116561
|
interface DeleteBrokerConnectionByKeyProps {
|
|
116337
116562
|
params: {
|
|
116338
116563
|
path: DeleteBrokerConnectionByKeyPathParams;
|
|
@@ -116340,10 +116565,10 @@ interface DeleteBrokerConnectionByKeyProps {
|
|
|
116340
116565
|
}
|
|
116341
116566
|
declare const deleteBrokerConnectionByKey: (props: DeleteBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteBrokerConnectionByKeyResponse>;
|
|
116342
116567
|
|
|
116343
|
-
declare const routeName$
|
|
116344
|
-
type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$
|
|
116345
|
-
type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$
|
|
116346
|
-
type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$
|
|
116568
|
+
declare const routeName$5q = "/v1/api/brokers/{broker_id}/connections/{key}";
|
|
116569
|
+
type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$5q]['patch']['requestBody']['content']['application/json'];
|
|
116570
|
+
type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$5q]['patch']['parameters']['path'];
|
|
116571
|
+
type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$5q]['patch']['responses'][200]['content']['application/json'];
|
|
116347
116572
|
interface UpdateBrokerConnectionByKeyProps {
|
|
116348
116573
|
body: UpdateBrokerConnectionByKeyBody;
|
|
116349
116574
|
params: {
|
|
@@ -116352,10 +116577,10 @@ interface UpdateBrokerConnectionByKeyProps {
|
|
|
116352
116577
|
}
|
|
116353
116578
|
declare const updateBrokerConnectionByKey: (props: UpdateBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateBrokerConnectionByKeyResponse>;
|
|
116354
116579
|
|
|
116355
|
-
declare const routeName$
|
|
116356
|
-
type CreateDistributionConnectionByIdBody = paths[typeof routeName$
|
|
116357
|
-
type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$
|
|
116358
|
-
type CreateDistributionConnectionByIdResponse = paths[typeof routeName$
|
|
116580
|
+
declare const routeName$5p = "/v1/api/distributions/{distribution_id}/connections/{key}";
|
|
116581
|
+
type CreateDistributionConnectionByIdBody = paths[typeof routeName$5p]['post']['requestBody']['content']['application/json'];
|
|
116582
|
+
type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$5p]['post']['parameters']['path'];
|
|
116583
|
+
type CreateDistributionConnectionByIdResponse = paths[typeof routeName$5p]['post']['responses'][201]['content']['application/json'];
|
|
116359
116584
|
interface CreateDistributionConnectionByIdProps {
|
|
116360
116585
|
body: CreateDistributionConnectionByIdBody;
|
|
116361
116586
|
params: {
|
|
@@ -116364,9 +116589,9 @@ interface CreateDistributionConnectionByIdProps {
|
|
|
116364
116589
|
}
|
|
116365
116590
|
declare const createDistributionConnectionById: (props: CreateDistributionConnectionByIdProps, wgApiClient: ClientType) => Promise<CreateDistributionConnectionByIdResponse>;
|
|
116366
116591
|
|
|
116367
|
-
declare const routeName$
|
|
116368
|
-
type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$
|
|
116369
|
-
type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$
|
|
116592
|
+
declare const routeName$5o = "/v1/api/distributions/{distribution_id}/connections/{key}";
|
|
116593
|
+
type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$5o]['delete']['parameters']['path'];
|
|
116594
|
+
type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$5o]['delete']['responses'][200]['content']['application/json'];
|
|
116370
116595
|
interface DeleteDistributionConnectionByKeyProps {
|
|
116371
116596
|
params: {
|
|
116372
116597
|
path: DeleteDistributionConnectionByKeyPathParams;
|
|
@@ -116374,10 +116599,10 @@ interface DeleteDistributionConnectionByKeyProps {
|
|
|
116374
116599
|
}
|
|
116375
116600
|
declare const deleteDistributionConnectionByKey: (props: DeleteDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteDistributionConnectionByKeyResponse>;
|
|
116376
116601
|
|
|
116377
|
-
declare const routeName$
|
|
116378
|
-
type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$
|
|
116379
|
-
type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$
|
|
116380
|
-
type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$
|
|
116602
|
+
declare const routeName$5n = "/v1/api/distributions/{distribution_id}/connections/{key}";
|
|
116603
|
+
type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$5n]['patch']['requestBody']['content']['application/json'];
|
|
116604
|
+
type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$5n]['patch']['parameters']['path'];
|
|
116605
|
+
type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$5n]['patch']['responses'][200]['content']['application/json'];
|
|
116381
116606
|
interface UpdateDistributionConnectionByKeyProps {
|
|
116382
116607
|
body: UpdateDistributionConnectionByKeyBody;
|
|
116383
116608
|
params: {
|
|
@@ -116386,35 +116611,41 @@ interface UpdateDistributionConnectionByKeyProps {
|
|
|
116386
116611
|
}
|
|
116387
116612
|
declare const updateDistributionConnectionByKey: (props: UpdateDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateDistributionConnectionByKeyResponse>;
|
|
116388
116613
|
|
|
116389
|
-
declare const routeName$
|
|
116390
|
-
type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$
|
|
116391
|
-
type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$
|
|
116392
|
-
type GetDistributionConnectionsByIdResponse = paths[typeof routeName$
|
|
116393
|
-
type GetDistributionConnectionsByIdProps = paths[typeof routeName$
|
|
116614
|
+
declare const routeName$5m = "/v1/api/distributions/{distribution_id}/connections";
|
|
116615
|
+
type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$5m]['get']['parameters']['path'];
|
|
116616
|
+
type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$5m]['get']['parameters']['query'];
|
|
116617
|
+
type GetDistributionConnectionsByIdResponse = paths[typeof routeName$5m]['get']['responses'][200]['content']['application/json'];
|
|
116618
|
+
type GetDistributionConnectionsByIdProps = paths[typeof routeName$5m]['get']['parameters'];
|
|
116394
116619
|
declare const getDistributionConnectionsById: (props: GetDistributionConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetDistributionConnectionsByIdResponse>;
|
|
116395
116620
|
|
|
116396
|
-
declare const routeName$
|
|
116397
|
-
type GetAnvaPartiesQueryParams = paths[typeof routeName$
|
|
116398
|
-
type GetAnvaPartiesResponse = paths[typeof routeName$
|
|
116399
|
-
type GetAnvaPartiesProps = paths[typeof routeName$
|
|
116621
|
+
declare const routeName$5l = "/v1/api/connections/anva/parties";
|
|
116622
|
+
type GetAnvaPartiesQueryParams = paths[typeof routeName$5l]['get']['parameters']['query'];
|
|
116623
|
+
type GetAnvaPartiesResponse = paths[typeof routeName$5l]['get']['responses'][200]['content']['application/json'];
|
|
116624
|
+
type GetAnvaPartiesProps = paths[typeof routeName$5l]['get']['parameters'];
|
|
116400
116625
|
declare const getAnvaParties: (props: GetAnvaPartiesProps, wgApiClient: ClientType) => Promise<GetAnvaPartiesResponse>;
|
|
116401
116626
|
|
|
116402
|
-
declare const routeName$
|
|
116403
|
-
type GetAnvaEmployeesQueryParams = paths[typeof routeName$
|
|
116404
|
-
type GetAnvaEmployeesResponse = paths[typeof routeName$
|
|
116405
|
-
type GetAnvaEmployeesProps = paths[typeof routeName$
|
|
116627
|
+
declare const routeName$5k = "/v1/api/connections/anva/employees";
|
|
116628
|
+
type GetAnvaEmployeesQueryParams = paths[typeof routeName$5k]['get']['parameters']['query'];
|
|
116629
|
+
type GetAnvaEmployeesResponse = paths[typeof routeName$5k]['get']['responses'][200]['content']['application/json'];
|
|
116630
|
+
type GetAnvaEmployeesProps = paths[typeof routeName$5k]['get']['parameters'];
|
|
116406
116631
|
declare const getAnvaEmployees: (props: GetAnvaEmployeesProps, wgApiClient: ClientType) => Promise<GetAnvaEmployeesResponse>;
|
|
116407
116632
|
|
|
116408
|
-
declare const routeName$
|
|
116409
|
-
type
|
|
116410
|
-
type
|
|
116411
|
-
type
|
|
116633
|
+
declare const routeName$5j = "/v1/api/connections/anva/agents";
|
|
116634
|
+
type GetAnvaAgentsQueryParams = paths[typeof routeName$5j]['get']['parameters']['query'];
|
|
116635
|
+
type GetAnvaAgentsResponse = paths[typeof routeName$5j]['get']['responses'][200]['content']['application/json'];
|
|
116636
|
+
type GetAnvaAgentsProps = paths[typeof routeName$5j]['get']['parameters'];
|
|
116637
|
+
declare const getAnvaAgents: (props: GetAnvaAgentsProps, wgApiClient: ClientType) => Promise<GetAnvaAgentsResponse>;
|
|
116638
|
+
|
|
116639
|
+
declare const routeName$5i = "/v1/api/connections/anva/products";
|
|
116640
|
+
type GetAnvaProductsQueryParams = paths[typeof routeName$5i]['get']['parameters']['query'];
|
|
116641
|
+
type GetAnvaProductsResponse = paths[typeof routeName$5i]['get']['responses'][200]['content']['application/json'];
|
|
116642
|
+
type GetAnvaProductsProps = paths[typeof routeName$5i]['get']['parameters'];
|
|
116412
116643
|
declare const getAnvaProducts: (props: GetAnvaProductsProps, wgApiClient: ClientType) => Promise<GetAnvaProductsResponse>;
|
|
116413
116644
|
|
|
116414
|
-
declare const routeName$
|
|
116415
|
-
type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$
|
|
116416
|
-
type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$
|
|
116417
|
-
type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$
|
|
116645
|
+
declare const routeName$5h = "/v1/api/connections/anva/parties/{anva_id}/imports";
|
|
116646
|
+
type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5h]['post']['parameters']['path'];
|
|
116647
|
+
type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5h]['post']['parameters']['query'];
|
|
116648
|
+
type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$5h]['post']['responses'][201]['content']['application/json'];
|
|
116418
116649
|
interface ImportAnvaPartyInWegroupProps {
|
|
116419
116650
|
params: {
|
|
116420
116651
|
query: ImportAnvaPartyInWegroupQueryParams;
|
|
@@ -116423,31 +116654,31 @@ interface ImportAnvaPartyInWegroupProps {
|
|
|
116423
116654
|
}
|
|
116424
116655
|
declare const importAnvaPartyInWegroup: (props: ImportAnvaPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaPartyInWegroupResponse>;
|
|
116425
116656
|
|
|
116426
|
-
declare const routeName$
|
|
116427
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$
|
|
116428
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$
|
|
116429
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$
|
|
116430
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$
|
|
116657
|
+
declare const routeName$5g = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
|
|
116658
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$5g]['get']['parameters']['path'];
|
|
116659
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$5g]['get']['parameters']['query'];
|
|
116660
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$5g]['get']['responses'][307]['content']['application/json'];
|
|
116661
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$5g]['get']['parameters'];
|
|
116431
116662
|
declare const importAnvaInsurancePolicyDocumentInWegroup: (props: ImportAnvaInsurancePolicyDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyDocumentInWegroupResponse>;
|
|
116432
116663
|
|
|
116433
|
-
declare const routeName$
|
|
116434
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$
|
|
116435
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$
|
|
116436
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$
|
|
116437
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$
|
|
116664
|
+
declare const routeName$5f = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
|
|
116665
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$5f]['get']['parameters']['path'];
|
|
116666
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$5f]['get']['parameters']['query'];
|
|
116667
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$5f]['get']['responses'][307]['content']['application/json'];
|
|
116668
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$5f]['get']['parameters'];
|
|
116438
116669
|
declare const importAnvaInsurancePolicyPackageDocumentInWegroup: (props: ImportAnvaInsurancePolicyPackageDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse>;
|
|
116439
116670
|
|
|
116440
|
-
declare const routeName$
|
|
116441
|
-
type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$
|
|
116442
|
-
type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$
|
|
116443
|
-
type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$
|
|
116671
|
+
declare const routeName$5e = "/v1/api/connections/anva/documents/import";
|
|
116672
|
+
type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$5e]['get']['parameters']['query'];
|
|
116673
|
+
type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$5e]['get']['responses'][307]['content']['application/json'];
|
|
116674
|
+
type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$5e]['get']['parameters'];
|
|
116444
116675
|
declare const importAnvaDocumentInWegroup: (props: ImportAnvaDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaDocumentInWegroupResponse>;
|
|
116445
116676
|
|
|
116446
|
-
declare const routeName$
|
|
116447
|
-
type CreateAnvaTaskBody = paths[typeof routeName$
|
|
116448
|
-
type CreateAnvaTaskPathParams = paths[typeof routeName$
|
|
116449
|
-
type CreateAnvaTaskQueryParams = paths[typeof routeName$
|
|
116450
|
-
type CreateAnvaTaskResponse = paths[typeof routeName$
|
|
116677
|
+
declare const routeName$5d = "/v1/api/connections/anva/parties/{anva_party_id}/task";
|
|
116678
|
+
type CreateAnvaTaskBody = paths[typeof routeName$5d]['post']['requestBody']['content']['application/json'];
|
|
116679
|
+
type CreateAnvaTaskPathParams = paths[typeof routeName$5d]['post']['parameters']['path'];
|
|
116680
|
+
type CreateAnvaTaskQueryParams = paths[typeof routeName$5d]['post']['parameters']['query'];
|
|
116681
|
+
type CreateAnvaTaskResponse = paths[typeof routeName$5d]['post']['responses'][201]['content']['application/json'];
|
|
116451
116682
|
interface CreateAnvaTaskProps {
|
|
116452
116683
|
body: CreateAnvaTaskBody;
|
|
116453
116684
|
params: {
|
|
@@ -116457,9 +116688,9 @@ interface CreateAnvaTaskProps {
|
|
|
116457
116688
|
}
|
|
116458
116689
|
declare const createAnvaTask: (props: CreateAnvaTaskProps, wgApiClient: ClientType) => Promise<CreateAnvaTaskResponse>;
|
|
116459
116690
|
|
|
116460
|
-
declare const routeName$
|
|
116461
|
-
type ValidateAnvaConnectionQueryParams = paths[typeof routeName$
|
|
116462
|
-
type ValidateAnvaConnectionResponse = paths[typeof routeName$
|
|
116691
|
+
declare const routeName$5c = "/v1/api/connections/anva/validate";
|
|
116692
|
+
type ValidateAnvaConnectionQueryParams = paths[typeof routeName$5c]['post']['parameters']['query'];
|
|
116693
|
+
type ValidateAnvaConnectionResponse = paths[typeof routeName$5c]['post']['responses'][200]['content']['application/json'];
|
|
116463
116694
|
interface ValidateAnvaConnectionProps {
|
|
116464
116695
|
params: {
|
|
116465
116696
|
query: ValidateAnvaConnectionQueryParams;
|
|
@@ -116467,9 +116698,9 @@ interface ValidateAnvaConnectionProps {
|
|
|
116467
116698
|
}
|
|
116468
116699
|
declare const validateAnvaConnection: (props: ValidateAnvaConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaConnectionResponse>;
|
|
116469
116700
|
|
|
116470
|
-
declare const routeName$
|
|
116471
|
-
type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$
|
|
116472
|
-
type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$
|
|
116701
|
+
declare const routeName$5b = "/v1/api/connections/anva_dwh/validate";
|
|
116702
|
+
type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$5b]['post']['parameters']['query'];
|
|
116703
|
+
type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$5b]['post']['responses'][200]['content']['application/json'];
|
|
116473
116704
|
interface ValidateAnvaDwhConnectionProps {
|
|
116474
116705
|
params: {
|
|
116475
116706
|
query: ValidateAnvaDwhConnectionQueryParams;
|
|
@@ -116477,22 +116708,22 @@ interface ValidateAnvaDwhConnectionProps {
|
|
|
116477
116708
|
}
|
|
116478
116709
|
declare const validateAnvaDwhConnection: (props: ValidateAnvaDwhConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaDwhConnectionResponse>;
|
|
116479
116710
|
|
|
116480
|
-
declare const routeName$
|
|
116481
|
-
type GetDiasPartiesQueryParams = paths[typeof routeName$
|
|
116482
|
-
type GetDiasPartiesResponse = paths[typeof routeName$
|
|
116483
|
-
type GetDiasPartiesProps = paths[typeof routeName$
|
|
116711
|
+
declare const routeName$5a = "/v1/api/connections/dias/parties";
|
|
116712
|
+
type GetDiasPartiesQueryParams = paths[typeof routeName$5a]['get']['parameters']['query'];
|
|
116713
|
+
type GetDiasPartiesResponse = paths[typeof routeName$5a]['get']['responses'][200]['content']['application/json'];
|
|
116714
|
+
type GetDiasPartiesProps = paths[typeof routeName$5a]['get']['parameters'];
|
|
116484
116715
|
declare const getDiasParties: (props: GetDiasPartiesProps, wgApiClient: ClientType) => Promise<GetDiasPartiesResponse>;
|
|
116485
116716
|
|
|
116486
|
-
declare const routeName$
|
|
116487
|
-
type GetDiasEmployeesQueryParams = paths[typeof routeName$
|
|
116488
|
-
type GetDiasEmployeesResponse = paths[typeof routeName$
|
|
116489
|
-
type GetDiasEmployeesProps = paths[typeof routeName$
|
|
116717
|
+
declare const routeName$59 = "/v1/api/connections/dias/employees";
|
|
116718
|
+
type GetDiasEmployeesQueryParams = paths[typeof routeName$59]['get']['parameters']['query'];
|
|
116719
|
+
type GetDiasEmployeesResponse = paths[typeof routeName$59]['get']['responses'][200]['content']['application/json'];
|
|
116720
|
+
type GetDiasEmployeesProps = paths[typeof routeName$59]['get']['parameters'];
|
|
116490
116721
|
declare const getDiasEmployees: (props: GetDiasEmployeesProps, wgApiClient: ClientType) => Promise<GetDiasEmployeesResponse>;
|
|
116491
116722
|
|
|
116492
|
-
declare const routeName$
|
|
116493
|
-
type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$
|
|
116494
|
-
type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$
|
|
116495
|
-
type ImportDiasPartyInWegroupResponse = paths[typeof routeName$
|
|
116723
|
+
declare const routeName$58 = "/v1/api/connections/dias/parties/{dias_id}/imports";
|
|
116724
|
+
type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$58]['post']['parameters']['path'];
|
|
116725
|
+
type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$58]['post']['parameters']['query'];
|
|
116726
|
+
type ImportDiasPartyInWegroupResponse = paths[typeof routeName$58]['post']['responses'][201]['content']['application/json'];
|
|
116496
116727
|
interface ImportDiasPartyInWegroupProps {
|
|
116497
116728
|
params: {
|
|
116498
116729
|
query: ImportDiasPartyInWegroupQueryParams;
|
|
@@ -116501,27 +116732,27 @@ interface ImportDiasPartyInWegroupProps {
|
|
|
116501
116732
|
}
|
|
116502
116733
|
declare const importDiasPartyInWegroup: (props: ImportDiasPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportDiasPartyInWegroupResponse>;
|
|
116503
116734
|
|
|
116504
|
-
declare const routeName$
|
|
116505
|
-
type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$
|
|
116506
|
-
type GetFasterforwardEmployeesResponse = paths[typeof routeName$
|
|
116507
|
-
type GetFasterforwardEmployeesProps = paths[typeof routeName$
|
|
116735
|
+
declare const routeName$57 = "/v1/api/connections/fasterforward/employees";
|
|
116736
|
+
type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$57]['get']['parameters']['query'];
|
|
116737
|
+
type GetFasterforwardEmployeesResponse = paths[typeof routeName$57]['get']['responses'][200]['content']['application/json'];
|
|
116738
|
+
type GetFasterforwardEmployeesProps = paths[typeof routeName$57]['get']['parameters'];
|
|
116508
116739
|
declare const getFasterforwardEmployees: (props: GetFasterforwardEmployeesProps, wgApiClient: ClientType) => Promise<GetFasterforwardEmployeesResponse>;
|
|
116509
116740
|
|
|
116510
|
-
declare const routeName$
|
|
116511
|
-
type GetAssuEmployeesQueryParams = paths[typeof routeName$
|
|
116512
|
-
type GetAssuEmployeesResponse = paths[typeof routeName$
|
|
116513
|
-
type GetAssuEmployeesProps = paths[typeof routeName$
|
|
116741
|
+
declare const routeName$56 = "/v1/api/connections/assu/employees";
|
|
116742
|
+
type GetAssuEmployeesQueryParams = paths[typeof routeName$56]['get']['parameters']['query'];
|
|
116743
|
+
type GetAssuEmployeesResponse = paths[typeof routeName$56]['get']['responses'][200]['content']['application/json'];
|
|
116744
|
+
type GetAssuEmployeesProps = paths[typeof routeName$56]['get']['parameters'];
|
|
116514
116745
|
declare const getAssuEmployees: (props: GetAssuEmployeesProps, wgApiClient: ClientType) => Promise<GetAssuEmployeesResponse>;
|
|
116515
116746
|
|
|
116516
|
-
declare const routeName$
|
|
116517
|
-
type GetFasterforwardTeamsQueryParams = paths[typeof routeName$
|
|
116518
|
-
type GetFasterforwardTeamsResponse = paths[typeof routeName$
|
|
116519
|
-
type GetFasterforwardTeamsProps = paths[typeof routeName$
|
|
116747
|
+
declare const routeName$55 = "/v1/api/connections/fasterforward/teams";
|
|
116748
|
+
type GetFasterforwardTeamsQueryParams = paths[typeof routeName$55]['get']['parameters']['query'];
|
|
116749
|
+
type GetFasterforwardTeamsResponse = paths[typeof routeName$55]['get']['responses'][200]['content']['application/json'];
|
|
116750
|
+
type GetFasterforwardTeamsProps = paths[typeof routeName$55]['get']['parameters'];
|
|
116520
116751
|
declare const getFasterforwardTeams: (props: GetFasterforwardTeamsProps, wgApiClient: ClientType) => Promise<GetFasterforwardTeamsResponse>;
|
|
116521
116752
|
|
|
116522
|
-
declare const routeName$
|
|
116523
|
-
type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$
|
|
116524
|
-
type ValidateFasterforwardConnectionResponse = paths[typeof routeName$
|
|
116753
|
+
declare const routeName$54 = "/v1/api/connections/fasterforward/validate";
|
|
116754
|
+
type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$54]['post']['parameters']['query'];
|
|
116755
|
+
type ValidateFasterforwardConnectionResponse = paths[typeof routeName$54]['post']['responses'][200]['content']['application/json'];
|
|
116525
116756
|
interface ValidateFasterforwardConnectionProps {
|
|
116526
116757
|
params: {
|
|
116527
116758
|
query: ValidateFasterforwardConnectionQueryParams;
|
|
@@ -116529,15 +116760,15 @@ interface ValidateFasterforwardConnectionProps {
|
|
|
116529
116760
|
}
|
|
116530
116761
|
declare const validateFasterforwardConnection: (props: ValidateFasterforwardConnectionProps, wgApiClient: ClientType) => Promise<ValidateFasterforwardConnectionResponse>;
|
|
116531
116762
|
|
|
116532
|
-
declare const routeName$
|
|
116533
|
-
type V1ApiIntegrationsAnvaPartiesGetQueryParams = paths[typeof routeName$
|
|
116534
|
-
type V1ApiIntegrationsAnvaPartiesGetResponse = paths[typeof routeName$
|
|
116535
|
-
type V1ApiIntegrationsAnvaPartiesGetProps = paths[typeof routeName$
|
|
116763
|
+
declare const routeName$53 = "/v1/api/integrations/anva/parties";
|
|
116764
|
+
type V1ApiIntegrationsAnvaPartiesGetQueryParams = paths[typeof routeName$53]['get']['parameters']['query'];
|
|
116765
|
+
type V1ApiIntegrationsAnvaPartiesGetResponse = paths[typeof routeName$53]['get']['responses'][200]['content']['application/json'];
|
|
116766
|
+
type V1ApiIntegrationsAnvaPartiesGetProps = paths[typeof routeName$53]['get']['parameters'];
|
|
116536
116767
|
declare const v1ApiIntegrationsAnvaPartiesGet: (props: V1ApiIntegrationsAnvaPartiesGetProps, wgApiClient: ClientType) => Promise<V1ApiIntegrationsAnvaPartiesGetResponse>;
|
|
116537
116768
|
|
|
116538
|
-
declare const routeName$
|
|
116539
|
-
type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostQueryParams = paths[typeof routeName$
|
|
116540
|
-
type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostResponse = paths[typeof routeName$
|
|
116769
|
+
declare const routeName$52 = "/v1/api/integrations/anva/parties/{anva_id}/imports";
|
|
116770
|
+
type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostQueryParams = paths[typeof routeName$52]['post']['parameters']['query'];
|
|
116771
|
+
type V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostResponse = paths[typeof routeName$52]['post']['responses'][201]['content']['application/json'];
|
|
116541
116772
|
interface V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostProps {
|
|
116542
116773
|
params: {
|
|
116543
116774
|
query: V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostQueryParams;
|
|
@@ -116545,9 +116776,9 @@ interface V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostProps {
|
|
|
116545
116776
|
}
|
|
116546
116777
|
declare const v1ApiIntegrationsAnvaPartiesAnvaIdImportsPost: (props: V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostProps, wgApiClient: ClientType) => Promise<V1ApiIntegrationsAnvaPartiesAnvaIdImportsPostResponse>;
|
|
116547
116778
|
|
|
116548
|
-
declare const routeName$
|
|
116549
|
-
type V1ApiIntegrationsAnvaValidatePostQueryParams = paths[typeof routeName$
|
|
116550
|
-
type V1ApiIntegrationsAnvaValidatePostResponse = paths[typeof routeName$
|
|
116779
|
+
declare const routeName$51 = "/v1/api/integrations/anva/validate";
|
|
116780
|
+
type V1ApiIntegrationsAnvaValidatePostQueryParams = paths[typeof routeName$51]['post']['parameters']['query'];
|
|
116781
|
+
type V1ApiIntegrationsAnvaValidatePostResponse = paths[typeof routeName$51]['post']['responses'][200]['content']['application/json'];
|
|
116551
116782
|
interface V1ApiIntegrationsAnvaValidatePostProps {
|
|
116552
116783
|
params: {
|
|
116553
116784
|
query: V1ApiIntegrationsAnvaValidatePostQueryParams;
|
|
@@ -116555,11 +116786,11 @@ interface V1ApiIntegrationsAnvaValidatePostProps {
|
|
|
116555
116786
|
}
|
|
116556
116787
|
declare const v1ApiIntegrationsAnvaValidatePost: (props: V1ApiIntegrationsAnvaValidatePostProps, wgApiClient: ClientType) => Promise<V1ApiIntegrationsAnvaValidatePostResponse>;
|
|
116557
116788
|
|
|
116558
|
-
declare const routeName$
|
|
116559
|
-
type GenerateQuestionsToPrefillByCarBody = paths[typeof routeName$
|
|
116560
|
-
type GenerateQuestionsToPrefillByCarPathParams = paths[typeof routeName$
|
|
116561
|
-
type GenerateQuestionsToPrefillByCarQueryParams = paths[typeof routeName$
|
|
116562
|
-
type GenerateQuestionsToPrefillByCarResponse = paths[typeof routeName$
|
|
116789
|
+
declare const routeName$50 = "/v1/api/conversations/{session_id}/generate-questions-to-prefill-by-car";
|
|
116790
|
+
type GenerateQuestionsToPrefillByCarBody = paths[typeof routeName$50]['post']['requestBody']['content']['application/json'];
|
|
116791
|
+
type GenerateQuestionsToPrefillByCarPathParams = paths[typeof routeName$50]['post']['parameters']['path'];
|
|
116792
|
+
type GenerateQuestionsToPrefillByCarQueryParams = paths[typeof routeName$50]['post']['parameters']['query'];
|
|
116793
|
+
type GenerateQuestionsToPrefillByCarResponse = paths[typeof routeName$50]['post']['responses'][200]['content']['application/json'];
|
|
116563
116794
|
interface GenerateQuestionsToPrefillByCarProps {
|
|
116564
116795
|
body: GenerateQuestionsToPrefillByCarBody;
|
|
116565
116796
|
params: {
|
|
@@ -116569,11 +116800,11 @@ interface GenerateQuestionsToPrefillByCarProps {
|
|
|
116569
116800
|
}
|
|
116570
116801
|
declare const generateQuestionsToPrefillByCar: (props: GenerateQuestionsToPrefillByCarProps, wgApiClient: ClientType) => Promise<GenerateQuestionsToPrefillByCarResponse>;
|
|
116571
116802
|
|
|
116572
|
-
declare const routeName$
|
|
116573
|
-
type CreateConversationBody = paths[typeof routeName$
|
|
116574
|
-
type CreateConversationPathParams = paths[typeof routeName$
|
|
116575
|
-
type CreateConversationQueryParams = paths[typeof routeName$
|
|
116576
|
-
type CreateConversationResponse = paths[typeof routeName$
|
|
116803
|
+
declare const routeName$4$ = "/v1/api/flows/{flow_id}/conversations";
|
|
116804
|
+
type CreateConversationBody = paths[typeof routeName$4$]['post']['requestBody']['content']['application/json'];
|
|
116805
|
+
type CreateConversationPathParams = paths[typeof routeName$4$]['post']['parameters']['path'];
|
|
116806
|
+
type CreateConversationQueryParams = paths[typeof routeName$4$]['post']['parameters']['query'];
|
|
116807
|
+
type CreateConversationResponse = paths[typeof routeName$4$]['post']['responses'][201]['content']['application/json'];
|
|
116577
116808
|
interface CreateConversationProps {
|
|
116578
116809
|
body: CreateConversationBody;
|
|
116579
116810
|
params: {
|
|
@@ -116583,11 +116814,11 @@ interface CreateConversationProps {
|
|
|
116583
116814
|
}
|
|
116584
116815
|
declare const createConversation: (props: CreateConversationProps, wgApiClient: ClientType) => Promise<CreateConversationResponse>;
|
|
116585
116816
|
|
|
116586
|
-
declare const routeName$
|
|
116587
|
-
type AnswerAFlowSessionBody = paths[typeof routeName$
|
|
116588
|
-
type AnswerAFlowSessionPathParams = paths[typeof routeName$
|
|
116589
|
-
type AnswerAFlowSessionQueryParams = paths[typeof routeName$
|
|
116590
|
-
type AnswerAFlowSessionResponse = paths[typeof routeName$
|
|
116817
|
+
declare const routeName$4_ = "/v1/api/flows/{flow_id}/conversations/{session_id}/answers";
|
|
116818
|
+
type AnswerAFlowSessionBody = paths[typeof routeName$4_]['post']['requestBody']['content']['application/json'];
|
|
116819
|
+
type AnswerAFlowSessionPathParams = paths[typeof routeName$4_]['post']['parameters']['path'];
|
|
116820
|
+
type AnswerAFlowSessionQueryParams = paths[typeof routeName$4_]['post']['parameters']['query'];
|
|
116821
|
+
type AnswerAFlowSessionResponse = paths[typeof routeName$4_]['post']['responses'][200]['content']['application/json'];
|
|
116591
116822
|
interface AnswerAFlowSessionProps {
|
|
116592
116823
|
body: AnswerAFlowSessionBody;
|
|
116593
116824
|
params: {
|
|
@@ -116597,28 +116828,28 @@ interface AnswerAFlowSessionProps {
|
|
|
116597
116828
|
}
|
|
116598
116829
|
declare const answerAFlowSession: (props: AnswerAFlowSessionProps, wgApiClient: ClientType) => Promise<AnswerAFlowSessionResponse>;
|
|
116599
116830
|
|
|
116600
|
-
declare const routeName$
|
|
116601
|
-
type GetAllConversationsQueryParams = paths[typeof routeName$
|
|
116602
|
-
type GetAllConversationsResponse = paths[typeof routeName$
|
|
116603
|
-
type GetAllConversationsProps = paths[typeof routeName$
|
|
116831
|
+
declare const routeName$4Z = "/v1/api/conversations";
|
|
116832
|
+
type GetAllConversationsQueryParams = paths[typeof routeName$4Z]['get']['parameters']['query'];
|
|
116833
|
+
type GetAllConversationsResponse = paths[typeof routeName$4Z]['get']['responses'][200]['content']['application/json'];
|
|
116834
|
+
type GetAllConversationsProps = paths[typeof routeName$4Z]['get']['parameters'];
|
|
116604
116835
|
declare const getAllConversations: (props: GetAllConversationsProps, wgApiClient: ClientType) => Promise<GetAllConversationsResponse>;
|
|
116605
116836
|
|
|
116606
|
-
declare const routeName$
|
|
116607
|
-
type GetConversationsOriginFilterQueryParams = paths[typeof routeName$
|
|
116608
|
-
type GetConversationsOriginFilterResponse = paths[typeof routeName$
|
|
116609
|
-
type GetConversationsOriginFilterProps = paths[typeof routeName$
|
|
116837
|
+
declare const routeName$4Y = "/v1/api/conversations-filters/origin";
|
|
116838
|
+
type GetConversationsOriginFilterQueryParams = paths[typeof routeName$4Y]['get']['parameters']['query'];
|
|
116839
|
+
type GetConversationsOriginFilterResponse = paths[typeof routeName$4Y]['get']['responses'][200]['content']['application/json'];
|
|
116840
|
+
type GetConversationsOriginFilterProps = paths[typeof routeName$4Y]['get']['parameters'];
|
|
116610
116841
|
declare const getConversationsOriginFilter: (props: GetConversationsOriginFilterProps, wgApiClient: ClientType) => Promise<GetConversationsOriginFilterResponse>;
|
|
116611
116842
|
|
|
116612
|
-
declare const routeName$
|
|
116613
|
-
type GetConversationByIdPathParams = paths[typeof routeName$
|
|
116614
|
-
type GetConversationByIdQueryParams = paths[typeof routeName$
|
|
116615
|
-
type GetConversationByIdResponse = paths[typeof routeName$
|
|
116616
|
-
type GetConversationByIdProps = paths[typeof routeName$
|
|
116843
|
+
declare const routeName$4X = "/v1/api/conversations/{session_id}";
|
|
116844
|
+
type GetConversationByIdPathParams = paths[typeof routeName$4X]['get']['parameters']['path'];
|
|
116845
|
+
type GetConversationByIdQueryParams = paths[typeof routeName$4X]['get']['parameters']['query'];
|
|
116846
|
+
type GetConversationByIdResponse = paths[typeof routeName$4X]['get']['responses'][200]['content']['application/json'];
|
|
116847
|
+
type GetConversationByIdProps = paths[typeof routeName$4X]['get']['parameters'];
|
|
116617
116848
|
declare const getConversationById: (props: GetConversationByIdProps, wgApiClient: ClientType) => Promise<GetConversationByIdResponse>;
|
|
116618
116849
|
|
|
116619
|
-
declare const routeName$
|
|
116620
|
-
type DeleteSessionBySessionIdPathParams = paths[typeof routeName$
|
|
116621
|
-
type DeleteSessionBySessionIdResponse = paths[typeof routeName$
|
|
116850
|
+
declare const routeName$4W = "/v1/api/conversations/{session_id}";
|
|
116851
|
+
type DeleteSessionBySessionIdPathParams = paths[typeof routeName$4W]['delete']['parameters']['path'];
|
|
116852
|
+
type DeleteSessionBySessionIdResponse = paths[typeof routeName$4W]['delete']['responses'][200]['content']['application/json'];
|
|
116622
116853
|
interface DeleteSessionBySessionIdProps {
|
|
116623
116854
|
params: {
|
|
116624
116855
|
path: DeleteSessionBySessionIdPathParams;
|
|
@@ -116626,10 +116857,10 @@ interface DeleteSessionBySessionIdProps {
|
|
|
116626
116857
|
}
|
|
116627
116858
|
declare const deleteSessionBySessionId: (props: DeleteSessionBySessionIdProps, wgApiClient: ClientType) => Promise<DeleteSessionBySessionIdResponse>;
|
|
116628
116859
|
|
|
116629
|
-
declare const routeName$
|
|
116630
|
-
type UpdateConversationByIdBody = paths[typeof routeName$
|
|
116631
|
-
type UpdateConversationByIdPathParams = paths[typeof routeName$
|
|
116632
|
-
type UpdateConversationByIdResponse = paths[typeof routeName$
|
|
116860
|
+
declare const routeName$4V = "/v1/api/conversations/{session_id}";
|
|
116861
|
+
type UpdateConversationByIdBody = paths[typeof routeName$4V]['patch']['requestBody']['content']['application/json'];
|
|
116862
|
+
type UpdateConversationByIdPathParams = paths[typeof routeName$4V]['patch']['parameters']['path'];
|
|
116863
|
+
type UpdateConversationByIdResponse = paths[typeof routeName$4V]['patch']['responses'][200]['content']['application/json'];
|
|
116633
116864
|
interface UpdateConversationByIdProps {
|
|
116634
116865
|
body: UpdateConversationByIdBody;
|
|
116635
116866
|
params: {
|
|
@@ -116638,16 +116869,16 @@ interface UpdateConversationByIdProps {
|
|
|
116638
116869
|
}
|
|
116639
116870
|
declare const updateConversationById: (props: UpdateConversationByIdProps, wgApiClient: ClientType) => Promise<UpdateConversationByIdResponse>;
|
|
116640
116871
|
|
|
116641
|
-
declare const routeName$
|
|
116642
|
-
type GetAllSessionsBySessionIdPathParams = paths[typeof routeName$
|
|
116643
|
-
type GetAllSessionsBySessionIdQueryParams = paths[typeof routeName$
|
|
116644
|
-
type GetAllSessionsBySessionIdResponse = paths[typeof routeName$
|
|
116645
|
-
type GetAllSessionsBySessionIdProps = paths[typeof routeName$
|
|
116872
|
+
declare const routeName$4U = "/v1/api/conversations/{session_id}/sessions";
|
|
116873
|
+
type GetAllSessionsBySessionIdPathParams = paths[typeof routeName$4U]['get']['parameters']['path'];
|
|
116874
|
+
type GetAllSessionsBySessionIdQueryParams = paths[typeof routeName$4U]['get']['parameters']['query'];
|
|
116875
|
+
type GetAllSessionsBySessionIdResponse = paths[typeof routeName$4U]['get']['responses'][200]['content']['application/json'];
|
|
116876
|
+
type GetAllSessionsBySessionIdProps = paths[typeof routeName$4U]['get']['parameters'];
|
|
116646
116877
|
declare const getAllSessionsBySessionId: (props: GetAllSessionsBySessionIdProps, wgApiClient: ClientType) => Promise<GetAllSessionsBySessionIdResponse>;
|
|
116647
116878
|
|
|
116648
|
-
declare const routeName$
|
|
116649
|
-
type DeleteAllSessionsBySessionIdPathParams = paths[typeof routeName$
|
|
116650
|
-
type DeleteAllSessionsBySessionIdResponse = paths[typeof routeName$
|
|
116879
|
+
declare const routeName$4T = "/v1/api/conversations/{session_id}/sessions";
|
|
116880
|
+
type DeleteAllSessionsBySessionIdPathParams = paths[typeof routeName$4T]['delete']['parameters']['path'];
|
|
116881
|
+
type DeleteAllSessionsBySessionIdResponse = paths[typeof routeName$4T]['delete']['responses'][200]['content']['application/json'];
|
|
116651
116882
|
interface DeleteAllSessionsBySessionIdProps {
|
|
116652
116883
|
params: {
|
|
116653
116884
|
path: DeleteAllSessionsBySessionIdPathParams;
|
|
@@ -116655,10 +116886,10 @@ interface DeleteAllSessionsBySessionIdProps {
|
|
|
116655
116886
|
}
|
|
116656
116887
|
declare const deleteAllSessionsBySessionId: (props: DeleteAllSessionsBySessionIdProps, wgApiClient: ClientType) => Promise<DeleteAllSessionsBySessionIdResponse>;
|
|
116657
116888
|
|
|
116658
|
-
declare const routeName$
|
|
116659
|
-
type DeleteEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$
|
|
116660
|
-
type DeleteEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$
|
|
116661
|
-
type DeleteEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$
|
|
116889
|
+
declare const routeName$4S = "/v1/api/conversations/{session_id}/entities/{entity_id}";
|
|
116890
|
+
type DeleteEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$4S]['delete']['parameters']['path'];
|
|
116891
|
+
type DeleteEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$4S]['delete']['parameters']['query'];
|
|
116892
|
+
type DeleteEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$4S]['delete']['responses'][200]['content']['application/json'];
|
|
116662
116893
|
interface DeleteEntityBySessionIdAndFlowIdProps {
|
|
116663
116894
|
params: {
|
|
116664
116895
|
query: DeleteEntityBySessionIdAndFlowIdQueryParams;
|
|
@@ -116667,10 +116898,10 @@ interface DeleteEntityBySessionIdAndFlowIdProps {
|
|
|
116667
116898
|
}
|
|
116668
116899
|
declare const deleteEntityBySessionIdAndFlowId: (props: DeleteEntityBySessionIdAndFlowIdProps, wgApiClient: ClientType) => Promise<DeleteEntityBySessionIdAndFlowIdResponse>;
|
|
116669
116900
|
|
|
116670
|
-
declare const routeName$
|
|
116671
|
-
type DeletePartyEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$
|
|
116672
|
-
type DeletePartyEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$
|
|
116673
|
-
type DeletePartyEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$
|
|
116901
|
+
declare const routeName$4R = "/v1/api/conversations/{session_id}/entities/{entity_id}/parties/{party_id}";
|
|
116902
|
+
type DeletePartyEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$4R]['delete']['parameters']['path'];
|
|
116903
|
+
type DeletePartyEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$4R]['delete']['parameters']['query'];
|
|
116904
|
+
type DeletePartyEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$4R]['delete']['responses'][200]['content']['application/json'];
|
|
116674
116905
|
interface DeletePartyEntityBySessionIdAndFlowIdProps {
|
|
116675
116906
|
params: {
|
|
116676
116907
|
query: DeletePartyEntityBySessionIdAndFlowIdQueryParams;
|
|
@@ -116679,10 +116910,10 @@ interface DeletePartyEntityBySessionIdAndFlowIdProps {
|
|
|
116679
116910
|
}
|
|
116680
116911
|
declare const deletePartyEntityBySessionIdAndFlowId: (props: DeletePartyEntityBySessionIdAndFlowIdProps, wgApiClient: ClientType) => Promise<DeletePartyEntityBySessionIdAndFlowIdResponse>;
|
|
116681
116912
|
|
|
116682
|
-
declare const routeName$
|
|
116683
|
-
type MarkConversationAsCompletedByIdBody = paths[typeof routeName$
|
|
116684
|
-
type MarkConversationAsCompletedByIdPathParams = paths[typeof routeName$
|
|
116685
|
-
type MarkConversationAsCompletedByIdResponse = paths[typeof routeName$
|
|
116913
|
+
declare const routeName$4Q = "/v1/api/conversations/{session_id}/complete";
|
|
116914
|
+
type MarkConversationAsCompletedByIdBody = paths[typeof routeName$4Q]['post']['requestBody']['content']['application/json'];
|
|
116915
|
+
type MarkConversationAsCompletedByIdPathParams = paths[typeof routeName$4Q]['post']['parameters']['path'];
|
|
116916
|
+
type MarkConversationAsCompletedByIdResponse = paths[typeof routeName$4Q]['post']['responses'][200]['content']['application/json'];
|
|
116686
116917
|
interface MarkConversationAsCompletedByIdProps {
|
|
116687
116918
|
body: MarkConversationAsCompletedByIdBody;
|
|
116688
116919
|
params: {
|
|
@@ -116691,9 +116922,9 @@ interface MarkConversationAsCompletedByIdProps {
|
|
|
116691
116922
|
}
|
|
116692
116923
|
declare const markConversationAsCompletedById: (props: MarkConversationAsCompletedByIdProps, wgApiClient: ClientType) => Promise<MarkConversationAsCompletedByIdResponse>;
|
|
116693
116924
|
|
|
116694
|
-
declare const routeName$
|
|
116695
|
-
type CreateConversationReminderPathParams = paths[typeof routeName$
|
|
116696
|
-
type CreateConversationReminderResponse = paths[typeof routeName$
|
|
116925
|
+
declare const routeName$4P = "/v1/api/conversations/{session_id}/reminders";
|
|
116926
|
+
type CreateConversationReminderPathParams = paths[typeof routeName$4P]['post']['parameters']['path'];
|
|
116927
|
+
type CreateConversationReminderResponse = paths[typeof routeName$4P]['post']['responses'][200]['content']['application/json'];
|
|
116697
116928
|
interface CreateConversationReminderProps {
|
|
116698
116929
|
params: {
|
|
116699
116930
|
path: CreateConversationReminderPathParams;
|
|
@@ -116701,11 +116932,11 @@ interface CreateConversationReminderProps {
|
|
|
116701
116932
|
}
|
|
116702
116933
|
declare const createConversationReminder: (props: CreateConversationReminderProps, wgApiClient: ClientType) => Promise<CreateConversationReminderResponse>;
|
|
116703
116934
|
|
|
116704
|
-
declare const routeName$
|
|
116705
|
-
type GetConversationReportPdfByIdBody = paths[typeof routeName$
|
|
116706
|
-
type GetConversationReportPdfByIdPathParams = paths[typeof routeName$
|
|
116707
|
-
type GetConversationReportPdfByIdQueryParams = paths[typeof routeName$
|
|
116708
|
-
type GetConversationReportPdfByIdResponse = paths[typeof routeName$
|
|
116935
|
+
declare const routeName$4O = "/v1/api/conversations/{session_id}/pdf";
|
|
116936
|
+
type GetConversationReportPdfByIdBody = paths[typeof routeName$4O]['post']['requestBody']['content']['application/json'];
|
|
116937
|
+
type GetConversationReportPdfByIdPathParams = paths[typeof routeName$4O]['post']['parameters']['path'];
|
|
116938
|
+
type GetConversationReportPdfByIdQueryParams = paths[typeof routeName$4O]['post']['parameters']['query'];
|
|
116939
|
+
type GetConversationReportPdfByIdResponse = paths[typeof routeName$4O]['post']['responses'][200]['content']['application/json'];
|
|
116709
116940
|
interface GetConversationReportPdfByIdProps {
|
|
116710
116941
|
body: GetConversationReportPdfByIdBody;
|
|
116711
116942
|
params: {
|
|
@@ -116715,10 +116946,10 @@ interface GetConversationReportPdfByIdProps {
|
|
|
116715
116946
|
}
|
|
116716
116947
|
declare const getConversationReportPdfById: (props: GetConversationReportPdfByIdProps, wgApiClient: ClientType) => Promise<GetConversationReportPdfByIdResponse>;
|
|
116717
116948
|
|
|
116718
|
-
declare const routeName$
|
|
116719
|
-
type GiveFeedbackOnConversationByIdPathParams = paths[typeof routeName$
|
|
116720
|
-
type GiveFeedbackOnConversationByIdQueryParams = paths[typeof routeName$
|
|
116721
|
-
type GiveFeedbackOnConversationByIdResponse = paths[typeof routeName$
|
|
116949
|
+
declare const routeName$4N = "/v1/api/conversations/{session_id}/feedback";
|
|
116950
|
+
type GiveFeedbackOnConversationByIdPathParams = paths[typeof routeName$4N]['post']['parameters']['path'];
|
|
116951
|
+
type GiveFeedbackOnConversationByIdQueryParams = paths[typeof routeName$4N]['post']['parameters']['query'];
|
|
116952
|
+
type GiveFeedbackOnConversationByIdResponse = paths[typeof routeName$4N]['post']['responses'][201]['content']['application/json'];
|
|
116722
116953
|
interface GiveFeedbackOnConversationByIdProps {
|
|
116723
116954
|
params: {
|
|
116724
116955
|
query: GiveFeedbackOnConversationByIdQueryParams;
|
|
@@ -116727,27 +116958,27 @@ interface GiveFeedbackOnConversationByIdProps {
|
|
|
116727
116958
|
}
|
|
116728
116959
|
declare const giveFeedbackOnConversationById: (props: GiveFeedbackOnConversationByIdProps, wgApiClient: ClientType) => Promise<GiveFeedbackOnConversationByIdResponse>;
|
|
116729
116960
|
|
|
116730
|
-
declare const routeName$
|
|
116731
|
-
type GetChatBySessionIdPathParams = paths[typeof routeName$
|
|
116732
|
-
type GetChatBySessionIdResponse = paths[typeof routeName$
|
|
116733
|
-
type GetChatBySessionIdProps = paths[typeof routeName$
|
|
116961
|
+
declare const routeName$4M = "/v1/api/conversations/{session_id}/chat";
|
|
116962
|
+
type GetChatBySessionIdPathParams = paths[typeof routeName$4M]['get']['parameters']['path'];
|
|
116963
|
+
type GetChatBySessionIdResponse = paths[typeof routeName$4M]['get']['responses'][200]['content']['application/json'];
|
|
116964
|
+
type GetChatBySessionIdProps = paths[typeof routeName$4M]['get']['parameters'];
|
|
116734
116965
|
declare const getChatBySessionId: (props: GetChatBySessionIdProps, wgApiClient: ClientType) => Promise<GetChatBySessionIdResponse>;
|
|
116735
116966
|
|
|
116736
|
-
declare const routeName$
|
|
116737
|
-
type GetChatSummaryV2BySessionIdPathParams = paths[typeof routeName$
|
|
116738
|
-
type GetChatSummaryV2BySessionIdQueryParams = paths[typeof routeName$
|
|
116739
|
-
type GetChatSummaryV2BySessionIdResponse = paths[typeof routeName$
|
|
116740
|
-
type GetChatSummaryV2BySessionIdProps = paths[typeof routeName$
|
|
116967
|
+
declare const routeName$4L = "/v2/api/conversations/{session_id}/chat-summary";
|
|
116968
|
+
type GetChatSummaryV2BySessionIdPathParams = paths[typeof routeName$4L]['get']['parameters']['path'];
|
|
116969
|
+
type GetChatSummaryV2BySessionIdQueryParams = paths[typeof routeName$4L]['get']['parameters']['query'];
|
|
116970
|
+
type GetChatSummaryV2BySessionIdResponse = paths[typeof routeName$4L]['get']['responses'][200]['content']['application/json'];
|
|
116971
|
+
type GetChatSummaryV2BySessionIdProps = paths[typeof routeName$4L]['get']['parameters'];
|
|
116741
116972
|
declare const getChatSummaryV2BySessionId: (props: GetChatSummaryV2BySessionIdProps, wgApiClient: ClientType) => Promise<GetChatSummaryV2BySessionIdResponse>;
|
|
116742
116973
|
|
|
116743
|
-
declare const routeName$
|
|
116744
|
-
type GetPartiesLinkedToUserResponse = paths[typeof routeName$
|
|
116974
|
+
declare const routeName$4K = "/v1/api/customers/me/parties";
|
|
116975
|
+
type GetPartiesLinkedToUserResponse = paths[typeof routeName$4K]['get']['responses'][200]['content']['application/json'];
|
|
116745
116976
|
declare const getPartiesLinkedToUser: (wgApiClient: ClientType) => Promise<GetPartiesLinkedToUserResponse>;
|
|
116746
116977
|
|
|
116747
|
-
declare const routeName$
|
|
116748
|
-
type InviteUserToPartyBody = paths[typeof routeName$
|
|
116749
|
-
type InviteUserToPartyPathParams = paths[typeof routeName$
|
|
116750
|
-
type InviteUserToPartyResponse = paths[typeof routeName$
|
|
116978
|
+
declare const routeName$4J = "/v1/api/parties/{party_id}/customer-invitations";
|
|
116979
|
+
type InviteUserToPartyBody = paths[typeof routeName$4J]['post']['requestBody']['content']['application/json'];
|
|
116980
|
+
type InviteUserToPartyPathParams = paths[typeof routeName$4J]['post']['parameters']['path'];
|
|
116981
|
+
type InviteUserToPartyResponse = paths[typeof routeName$4J]['post']['responses'][200]['content']['application/json'];
|
|
116751
116982
|
interface InviteUserToPartyProps {
|
|
116752
116983
|
body: InviteUserToPartyBody;
|
|
116753
116984
|
params: {
|
|
@@ -116756,31 +116987,31 @@ interface InviteUserToPartyProps {
|
|
|
116756
116987
|
}
|
|
116757
116988
|
declare const inviteUserToParty: (props: InviteUserToPartyProps, wgApiClient: ClientType) => Promise<InviteUserToPartyResponse>;
|
|
116758
116989
|
|
|
116759
|
-
declare const routeName$
|
|
116760
|
-
type GetCheckupByPartyIdPathParams = paths[typeof routeName$
|
|
116761
|
-
type GetCheckupByPartyIdResponse = paths[typeof routeName$
|
|
116762
|
-
type GetCheckupByPartyIdProps = paths[typeof routeName$
|
|
116990
|
+
declare const routeName$4I = "/v1/api/parties/{party_id}/checkup";
|
|
116991
|
+
type GetCheckupByPartyIdPathParams = paths[typeof routeName$4I]['get']['parameters']['path'];
|
|
116992
|
+
type GetCheckupByPartyIdResponse = paths[typeof routeName$4I]['get']['responses'][200]['content']['application/json'];
|
|
116993
|
+
type GetCheckupByPartyIdProps = paths[typeof routeName$4I]['get']['parameters'];
|
|
116763
116994
|
declare const getCheckupByPartyId: (props: GetCheckupByPartyIdProps, wgApiClient: ClientType) => Promise<GetCheckupByPartyIdResponse>;
|
|
116764
116995
|
|
|
116765
|
-
declare const routeName$
|
|
116766
|
-
type LinkPartyToUserBody = paths[typeof routeName$
|
|
116767
|
-
type LinkPartyToUserResponse = paths[typeof routeName$
|
|
116996
|
+
declare const routeName$4H = "/v1/api/parties/link-users";
|
|
116997
|
+
type LinkPartyToUserBody = paths[typeof routeName$4H]['post']['requestBody']['content']['application/json'];
|
|
116998
|
+
type LinkPartyToUserResponse = paths[typeof routeName$4H]['post']['responses'][200]['content']['application/json'];
|
|
116768
116999
|
interface LinkPartyToUserProps {
|
|
116769
117000
|
body: LinkPartyToUserBody;
|
|
116770
117001
|
}
|
|
116771
117002
|
declare const linkPartyToUser: (props: LinkPartyToUserProps, wgApiClient: ClientType) => Promise<LinkPartyToUserResponse>;
|
|
116772
117003
|
|
|
116773
|
-
declare const routeName$
|
|
116774
|
-
type DelinkPartyToUserBody = paths[typeof routeName$
|
|
116775
|
-
type DelinkPartyToUserResponse = paths[typeof routeName$
|
|
117004
|
+
declare const routeName$4G = "/v1/api/parties/delink-users";
|
|
117005
|
+
type DelinkPartyToUserBody = paths[typeof routeName$4G]['post']['requestBody']['content']['application/json'];
|
|
117006
|
+
type DelinkPartyToUserResponse = paths[typeof routeName$4G]['post']['responses'][200]['content']['application/json'];
|
|
116776
117007
|
interface DelinkPartyToUserProps {
|
|
116777
117008
|
body: DelinkPartyToUserBody;
|
|
116778
117009
|
}
|
|
116779
117010
|
declare const delinkPartyToUser: (props: DelinkPartyToUserProps, wgApiClient: ClientType) => Promise<DelinkPartyToUserResponse>;
|
|
116780
117011
|
|
|
116781
|
-
declare const routeName$
|
|
116782
|
-
type SendPasswordResetToCustomerPathParams = paths[typeof routeName$
|
|
116783
|
-
type SendPasswordResetToCustomerResponse = paths[typeof routeName$
|
|
117012
|
+
declare const routeName$4F = "/v1/api/customers/{user_id}/password-reset";
|
|
117013
|
+
type SendPasswordResetToCustomerPathParams = paths[typeof routeName$4F]['post']['parameters']['path'];
|
|
117014
|
+
type SendPasswordResetToCustomerResponse = paths[typeof routeName$4F]['post']['responses'][200]['content']['application/json'];
|
|
116784
117015
|
interface SendPasswordResetToCustomerProps {
|
|
116785
117016
|
params: {
|
|
116786
117017
|
path: SendPasswordResetToCustomerPathParams;
|
|
@@ -116788,9 +117019,9 @@ interface SendPasswordResetToCustomerProps {
|
|
|
116788
117019
|
}
|
|
116789
117020
|
declare const sendPasswordResetToCustomer: (props: SendPasswordResetToCustomerProps, wgApiClient: ClientType) => Promise<SendPasswordResetToCustomerResponse>;
|
|
116790
117021
|
|
|
116791
|
-
declare const routeName$
|
|
116792
|
-
type Disable2FaForCustomerPathParams = paths[typeof routeName$
|
|
116793
|
-
type Disable2FaForCustomerResponse = paths[typeof routeName$
|
|
117022
|
+
declare const routeName$4E = "/v1/api/customers/{user_id}/2fa";
|
|
117023
|
+
type Disable2FaForCustomerPathParams = paths[typeof routeName$4E]['delete']['parameters']['path'];
|
|
117024
|
+
type Disable2FaForCustomerResponse = paths[typeof routeName$4E]['delete']['responses'][200]['content']['application/json'];
|
|
116794
117025
|
interface Disable2FaForCustomerProps {
|
|
116795
117026
|
params: {
|
|
116796
117027
|
path: Disable2FaForCustomerPathParams;
|
|
@@ -116798,93 +117029,93 @@ interface Disable2FaForCustomerProps {
|
|
|
116798
117029
|
}
|
|
116799
117030
|
declare const disable2FaForCustomer: (props: Disable2FaForCustomerProps, wgApiClient: ClientType) => Promise<Disable2FaForCustomerResponse>;
|
|
116800
117031
|
|
|
116801
|
-
declare const routeName$
|
|
116802
|
-
type GetInsurancePoliciesAsCustomerQueryParams = paths[typeof routeName$
|
|
116803
|
-
type GetInsurancePoliciesAsCustomerResponse = paths[typeof routeName$
|
|
116804
|
-
type GetInsurancePoliciesAsCustomerProps = paths[typeof routeName$
|
|
117032
|
+
declare const routeName$4D = "/v1/api/customers/me/insurance-policies";
|
|
117033
|
+
type GetInsurancePoliciesAsCustomerQueryParams = paths[typeof routeName$4D]['get']['parameters']['query'];
|
|
117034
|
+
type GetInsurancePoliciesAsCustomerResponse = paths[typeof routeName$4D]['get']['responses'][200]['content']['application/json'];
|
|
117035
|
+
type GetInsurancePoliciesAsCustomerProps = paths[typeof routeName$4D]['get']['parameters'];
|
|
116805
117036
|
declare const getInsurancePoliciesAsCustomer: (props: GetInsurancePoliciesAsCustomerProps, wgApiClient: ClientType) => Promise<GetInsurancePoliciesAsCustomerResponse>;
|
|
116806
117037
|
|
|
116807
|
-
declare const routeName$
|
|
116808
|
-
type GetInsurancePolicyByIdAsCustomerPathParams = paths[typeof routeName$
|
|
116809
|
-
type GetInsurancePolicyByIdAsCustomerResponse = paths[typeof routeName$
|
|
116810
|
-
type GetInsurancePolicyByIdAsCustomerProps = paths[typeof routeName$
|
|
117038
|
+
declare const routeName$4C = "/v1/api/customers/me/insurance-policies/{insurance_policy_id}";
|
|
117039
|
+
type GetInsurancePolicyByIdAsCustomerPathParams = paths[typeof routeName$4C]['get']['parameters']['path'];
|
|
117040
|
+
type GetInsurancePolicyByIdAsCustomerResponse = paths[typeof routeName$4C]['get']['responses'][200]['content']['application/json'];
|
|
117041
|
+
type GetInsurancePolicyByIdAsCustomerProps = paths[typeof routeName$4C]['get']['parameters'];
|
|
116811
117042
|
declare const getInsurancePolicyByIdAsCustomer: (props: GetInsurancePolicyByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetInsurancePolicyByIdAsCustomerResponse>;
|
|
116812
117043
|
|
|
116813
|
-
declare const routeName$
|
|
116814
|
-
type SendAnvaInquiryAsCustomerBody = paths[typeof routeName$
|
|
116815
|
-
type SendAnvaInquiryAsCustomerResponse = paths[typeof routeName$
|
|
117044
|
+
declare const routeName$4B = "/v1/api/customers/me/anva-inquiry";
|
|
117045
|
+
type SendAnvaInquiryAsCustomerBody = paths[typeof routeName$4B]['post']['requestBody']['content']['application/json'];
|
|
117046
|
+
type SendAnvaInquiryAsCustomerResponse = paths[typeof routeName$4B]['post']['responses'][201]['content']['application/json'];
|
|
116816
117047
|
interface SendAnvaInquiryAsCustomerProps {
|
|
116817
117048
|
body: SendAnvaInquiryAsCustomerBody;
|
|
116818
117049
|
}
|
|
116819
117050
|
declare const sendAnvaInquiryAsCustomer: (props: SendAnvaInquiryAsCustomerProps, wgApiClient: ClientType) => Promise<SendAnvaInquiryAsCustomerResponse>;
|
|
116820
117051
|
|
|
116821
|
-
declare const routeName$
|
|
116822
|
-
type GetPolicyPackagesAsCustomerQueryParams = paths[typeof routeName$
|
|
116823
|
-
type GetPolicyPackagesAsCustomerResponse = paths[typeof routeName$
|
|
116824
|
-
type GetPolicyPackagesAsCustomerProps = paths[typeof routeName$
|
|
117052
|
+
declare const routeName$4A = "/v1/api/customers/me/policy-packages";
|
|
117053
|
+
type GetPolicyPackagesAsCustomerQueryParams = paths[typeof routeName$4A]['get']['parameters']['query'];
|
|
117054
|
+
type GetPolicyPackagesAsCustomerResponse = paths[typeof routeName$4A]['get']['responses'][200]['content']['application/json'];
|
|
117055
|
+
type GetPolicyPackagesAsCustomerProps = paths[typeof routeName$4A]['get']['parameters'];
|
|
116825
117056
|
declare const getPolicyPackagesAsCustomer: (props: GetPolicyPackagesAsCustomerProps, wgApiClient: ClientType) => Promise<GetPolicyPackagesAsCustomerResponse>;
|
|
116826
117057
|
|
|
116827
|
-
declare const routeName$
|
|
116828
|
-
type GetPolicyPackageByIdAsCustomerPathParams = paths[typeof routeName$
|
|
116829
|
-
type GetPolicyPackageByIdAsCustomerResponse = paths[typeof routeName$
|
|
116830
|
-
type GetPolicyPackageByIdAsCustomerProps = paths[typeof routeName$
|
|
117058
|
+
declare const routeName$4z = "/v1/api/customers/me/policy-packages/{policy_package_id}";
|
|
117059
|
+
type GetPolicyPackageByIdAsCustomerPathParams = paths[typeof routeName$4z]['get']['parameters']['path'];
|
|
117060
|
+
type GetPolicyPackageByIdAsCustomerResponse = paths[typeof routeName$4z]['get']['responses'][200]['content']['application/json'];
|
|
117061
|
+
type GetPolicyPackageByIdAsCustomerProps = paths[typeof routeName$4z]['get']['parameters'];
|
|
116831
117062
|
declare const getPolicyPackageByIdAsCustomer: (props: GetPolicyPackageByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetPolicyPackageByIdAsCustomerResponse>;
|
|
116832
117063
|
|
|
116833
|
-
declare const routeName$
|
|
116834
|
-
type GetCurrentAccountInsightsAsCustomerQueryParams = paths[typeof routeName$
|
|
116835
|
-
type GetCurrentAccountInsightsAsCustomerResponse = paths[typeof routeName$
|
|
116836
|
-
type GetCurrentAccountInsightsAsCustomerProps = paths[typeof routeName$
|
|
117064
|
+
declare const routeName$4y = "/v1/api/customers/me/current-account-insights";
|
|
117065
|
+
type GetCurrentAccountInsightsAsCustomerQueryParams = paths[typeof routeName$4y]['get']['parameters']['query'];
|
|
117066
|
+
type GetCurrentAccountInsightsAsCustomerResponse = paths[typeof routeName$4y]['get']['responses'][200]['content']['application/json'];
|
|
117067
|
+
type GetCurrentAccountInsightsAsCustomerProps = paths[typeof routeName$4y]['get']['parameters'];
|
|
116837
117068
|
declare const getCurrentAccountInsightsAsCustomer: (props: GetCurrentAccountInsightsAsCustomerProps, wgApiClient: ClientType) => Promise<GetCurrentAccountInsightsAsCustomerResponse>;
|
|
116838
117069
|
|
|
116839
|
-
declare const routeName$
|
|
116840
|
-
type GetInvoicesAsCustomerQueryParams = paths[typeof routeName$
|
|
116841
|
-
type GetInvoicesAsCustomerResponse = paths[typeof routeName$
|
|
116842
|
-
type GetInvoicesAsCustomerProps = paths[typeof routeName$
|
|
117070
|
+
declare const routeName$4x = "/v1/api/customers/me/invoices";
|
|
117071
|
+
type GetInvoicesAsCustomerQueryParams = paths[typeof routeName$4x]['get']['parameters']['query'];
|
|
117072
|
+
type GetInvoicesAsCustomerResponse = paths[typeof routeName$4x]['get']['responses'][200]['content']['application/json'];
|
|
117073
|
+
type GetInvoicesAsCustomerProps = paths[typeof routeName$4x]['get']['parameters'];
|
|
116843
117074
|
declare const getInvoicesAsCustomer: (props: GetInvoicesAsCustomerProps, wgApiClient: ClientType) => Promise<GetInvoicesAsCustomerResponse>;
|
|
116844
117075
|
|
|
116845
|
-
declare const routeName$
|
|
116846
|
-
type GetInvoiceByIdAsCustomerPathParams = paths[typeof routeName$
|
|
116847
|
-
type GetInvoiceByIdAsCustomerResponse = paths[typeof routeName$
|
|
116848
|
-
type GetInvoiceByIdAsCustomerProps = paths[typeof routeName$
|
|
117076
|
+
declare const routeName$4w = "/v1/api/customers/me/invoices/{invoice_id}";
|
|
117077
|
+
type GetInvoiceByIdAsCustomerPathParams = paths[typeof routeName$4w]['get']['parameters']['path'];
|
|
117078
|
+
type GetInvoiceByIdAsCustomerResponse = paths[typeof routeName$4w]['get']['responses'][200]['content']['application/json'];
|
|
117079
|
+
type GetInvoiceByIdAsCustomerProps = paths[typeof routeName$4w]['get']['parameters'];
|
|
116849
117080
|
declare const getInvoiceByIdAsCustomer: (props: GetInvoiceByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetInvoiceByIdAsCustomerResponse>;
|
|
116850
117081
|
|
|
116851
|
-
declare const routeName$
|
|
116852
|
-
type GetClaimsAsCustomerQueryParams = paths[typeof routeName$
|
|
116853
|
-
type GetClaimsAsCustomerResponse = paths[typeof routeName$
|
|
116854
|
-
type GetClaimsAsCustomerProps = paths[typeof routeName$
|
|
117082
|
+
declare const routeName$4v = "/v1/api/customers/me/claims";
|
|
117083
|
+
type GetClaimsAsCustomerQueryParams = paths[typeof routeName$4v]['get']['parameters']['query'];
|
|
117084
|
+
type GetClaimsAsCustomerResponse = paths[typeof routeName$4v]['get']['responses'][200]['content']['application/json'];
|
|
117085
|
+
type GetClaimsAsCustomerProps = paths[typeof routeName$4v]['get']['parameters'];
|
|
116855
117086
|
declare const getClaimsAsCustomer: (props: GetClaimsAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimsAsCustomerResponse>;
|
|
116856
117087
|
|
|
116857
|
-
declare const routeName$
|
|
116858
|
-
type GetClaimByIdAsCustomerPathParams = paths[typeof routeName$
|
|
116859
|
-
type GetClaimByIdAsCustomerResponse = paths[typeof routeName$
|
|
116860
|
-
type GetClaimByIdAsCustomerProps = paths[typeof routeName$
|
|
117088
|
+
declare const routeName$4u = "/v1/api/customers/me/claims/{claim_id}";
|
|
117089
|
+
type GetClaimByIdAsCustomerPathParams = paths[typeof routeName$4u]['get']['parameters']['path'];
|
|
117090
|
+
type GetClaimByIdAsCustomerResponse = paths[typeof routeName$4u]['get']['responses'][200]['content']['application/json'];
|
|
117091
|
+
type GetClaimByIdAsCustomerProps = paths[typeof routeName$4u]['get']['parameters'];
|
|
116861
117092
|
declare const getClaimByIdAsCustomer: (props: GetClaimByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimByIdAsCustomerResponse>;
|
|
116862
117093
|
|
|
116863
|
-
declare const routeName$
|
|
116864
|
-
type GetDocumentsAsCustomerQueryParams = paths[typeof routeName$
|
|
116865
|
-
type GetDocumentsAsCustomerResponse = paths[typeof routeName$
|
|
116866
|
-
type GetDocumentsAsCustomerProps = paths[typeof routeName$
|
|
117094
|
+
declare const routeName$4t = "/v1/api/customers/me/documents";
|
|
117095
|
+
type GetDocumentsAsCustomerQueryParams = paths[typeof routeName$4t]['get']['parameters']['query'];
|
|
117096
|
+
type GetDocumentsAsCustomerResponse = paths[typeof routeName$4t]['get']['responses'][200]['content']['application/json'];
|
|
117097
|
+
type GetDocumentsAsCustomerProps = paths[typeof routeName$4t]['get']['parameters'];
|
|
116867
117098
|
declare const getDocumentsAsCustomer: (props: GetDocumentsAsCustomerProps, wgApiClient: ClientType) => Promise<GetDocumentsAsCustomerResponse>;
|
|
116868
117099
|
|
|
116869
|
-
declare const routeName$
|
|
116870
|
-
type PatchOwnPartyAsCustomerBody = paths[typeof routeName$
|
|
116871
|
-
type PatchOwnPartyAsCustomerResponse = paths[typeof routeName$
|
|
117100
|
+
declare const routeName$4s = "/v1/api/parties/me";
|
|
117101
|
+
type PatchOwnPartyAsCustomerBody = paths[typeof routeName$4s]['patch']['requestBody']['content']['application/json'];
|
|
117102
|
+
type PatchOwnPartyAsCustomerResponse = paths[typeof routeName$4s]['patch']['responses'][200]['content']['application/json'];
|
|
116872
117103
|
interface PatchOwnPartyAsCustomerProps {
|
|
116873
117104
|
body: PatchOwnPartyAsCustomerBody;
|
|
116874
117105
|
}
|
|
116875
117106
|
declare const patchOwnPartyAsCustomer: (props: PatchOwnPartyAsCustomerProps, wgApiClient: ClientType) => Promise<PatchOwnPartyAsCustomerResponse>;
|
|
116876
117107
|
|
|
116877
|
-
declare const routeName$
|
|
116878
|
-
type CreatePartyActivitiesAsCustomerBody = paths[typeof routeName$
|
|
116879
|
-
type CreatePartyActivitiesAsCustomerResponse = paths[typeof routeName$
|
|
117108
|
+
declare const routeName$4r = "/v1/api/parties/me/activities";
|
|
117109
|
+
type CreatePartyActivitiesAsCustomerBody = paths[typeof routeName$4r]['post']['requestBody']['content']['application/json'];
|
|
117110
|
+
type CreatePartyActivitiesAsCustomerResponse = paths[typeof routeName$4r]['post']['responses'][201]['content']['application/json'];
|
|
116880
117111
|
interface CreatePartyActivitiesAsCustomerProps {
|
|
116881
117112
|
body: CreatePartyActivitiesAsCustomerBody;
|
|
116882
117113
|
}
|
|
116883
117114
|
declare const createPartyActivitiesAsCustomer: (props: CreatePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<CreatePartyActivitiesAsCustomerResponse>;
|
|
116884
117115
|
|
|
116885
|
-
declare const routeName$
|
|
116886
|
-
type DeletePartyActivitiesAsCustomerPathParams = paths[typeof routeName$
|
|
116887
|
-
type DeletePartyActivitiesAsCustomerResponse = paths[typeof routeName$
|
|
117116
|
+
declare const routeName$4q = "/v1/api/parties/me/activities/{activity_id}";
|
|
117117
|
+
type DeletePartyActivitiesAsCustomerPathParams = paths[typeof routeName$4q]['delete']['parameters']['path'];
|
|
117118
|
+
type DeletePartyActivitiesAsCustomerResponse = paths[typeof routeName$4q]['delete']['responses'][200]['content']['application/json'];
|
|
116888
117119
|
interface DeletePartyActivitiesAsCustomerProps {
|
|
116889
117120
|
params: {
|
|
116890
117121
|
path: DeletePartyActivitiesAsCustomerPathParams;
|
|
@@ -116892,10 +117123,10 @@ interface DeletePartyActivitiesAsCustomerProps {
|
|
|
116892
117123
|
}
|
|
116893
117124
|
declare const deletePartyActivitiesAsCustomer: (props: DeletePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<DeletePartyActivitiesAsCustomerResponse>;
|
|
116894
117125
|
|
|
116895
|
-
declare const routeName$
|
|
116896
|
-
type UpdatePartyActivitiesAsCustomerBody = paths[typeof routeName$
|
|
116897
|
-
type UpdatePartyActivitiesAsCustomerPathParams = paths[typeof routeName$
|
|
116898
|
-
type UpdatePartyActivitiesAsCustomerResponse = paths[typeof routeName$
|
|
117126
|
+
declare const routeName$4p = "/v1/api/parties/me/activities/{activity_id}";
|
|
117127
|
+
type UpdatePartyActivitiesAsCustomerBody = paths[typeof routeName$4p]['patch']['requestBody']['content']['application/json'];
|
|
117128
|
+
type UpdatePartyActivitiesAsCustomerPathParams = paths[typeof routeName$4p]['patch']['parameters']['path'];
|
|
117129
|
+
type UpdatePartyActivitiesAsCustomerResponse = paths[typeof routeName$4p]['patch']['responses'][200]['content']['application/json'];
|
|
116899
117130
|
interface UpdatePartyActivitiesAsCustomerProps {
|
|
116900
117131
|
body: UpdatePartyActivitiesAsCustomerBody;
|
|
116901
117132
|
params: {
|
|
@@ -116904,29 +117135,29 @@ interface UpdatePartyActivitiesAsCustomerProps {
|
|
|
116904
117135
|
}
|
|
116905
117136
|
declare const updatePartyActivitiesAsCustomer: (props: UpdatePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<UpdatePartyActivitiesAsCustomerResponse>;
|
|
116906
117137
|
|
|
116907
|
-
declare const routeName$
|
|
116908
|
-
type GetCustomersByPartyPathParams = paths[typeof routeName$
|
|
116909
|
-
type GetCustomersByPartyQueryParams = paths[typeof routeName$
|
|
116910
|
-
type GetCustomersByPartyResponse = paths[typeof routeName$
|
|
116911
|
-
type GetCustomersByPartyProps = paths[typeof routeName$
|
|
117138
|
+
declare const routeName$4o = "/v1/api/parties/{party_id}/customers";
|
|
117139
|
+
type GetCustomersByPartyPathParams = paths[typeof routeName$4o]['get']['parameters']['path'];
|
|
117140
|
+
type GetCustomersByPartyQueryParams = paths[typeof routeName$4o]['get']['parameters']['query'];
|
|
117141
|
+
type GetCustomersByPartyResponse = paths[typeof routeName$4o]['get']['responses'][200]['content']['application/json'];
|
|
117142
|
+
type GetCustomersByPartyProps = paths[typeof routeName$4o]['get']['parameters'];
|
|
116912
117143
|
declare const getCustomersByParty: (props: GetCustomersByPartyProps, wgApiClient: ClientType) => Promise<GetCustomersByPartyResponse>;
|
|
116913
117144
|
|
|
116914
|
-
declare const routeName$
|
|
116915
|
-
type GetPartiesByCustomerPathParams = paths[typeof routeName$
|
|
116916
|
-
type GetPartiesByCustomerQueryParams = paths[typeof routeName$
|
|
116917
|
-
type GetPartiesByCustomerResponse = paths[typeof routeName$
|
|
116918
|
-
type GetPartiesByCustomerProps = paths[typeof routeName$
|
|
117145
|
+
declare const routeName$4n = "/v1/api/customers/{user_id}/parties";
|
|
117146
|
+
type GetPartiesByCustomerPathParams = paths[typeof routeName$4n]['get']['parameters']['path'];
|
|
117147
|
+
type GetPartiesByCustomerQueryParams = paths[typeof routeName$4n]['get']['parameters']['query'];
|
|
117148
|
+
type GetPartiesByCustomerResponse = paths[typeof routeName$4n]['get']['responses'][200]['content']['application/json'];
|
|
117149
|
+
type GetPartiesByCustomerProps = paths[typeof routeName$4n]['get']['parameters'];
|
|
116919
117150
|
declare const getPartiesByCustomer: (props: GetPartiesByCustomerProps, wgApiClient: ClientType) => Promise<GetPartiesByCustomerResponse>;
|
|
116920
117151
|
|
|
116921
|
-
declare const routeName$
|
|
116922
|
-
type GetAllCustomersByDistributionQueryParams = paths[typeof routeName$
|
|
116923
|
-
type GetAllCustomersByDistributionResponse = paths[typeof routeName$
|
|
116924
|
-
type GetAllCustomersByDistributionProps = paths[typeof routeName$
|
|
117152
|
+
declare const routeName$4m = "/v1/api/customers";
|
|
117153
|
+
type GetAllCustomersByDistributionQueryParams = paths[typeof routeName$4m]['get']['parameters']['query'];
|
|
117154
|
+
type GetAllCustomersByDistributionResponse = paths[typeof routeName$4m]['get']['responses'][200]['content']['application/json'];
|
|
117155
|
+
type GetAllCustomersByDistributionProps = paths[typeof routeName$4m]['get']['parameters'];
|
|
116925
117156
|
declare const getAllCustomersByDistribution: (props: GetAllCustomersByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCustomersByDistributionResponse>;
|
|
116926
117157
|
|
|
116927
|
-
declare const routeName$
|
|
116928
|
-
type BlockCustomerFromAccessingPartyPathParams = paths[typeof routeName$
|
|
116929
|
-
type BlockCustomerFromAccessingPartyResponse = paths[typeof routeName$
|
|
117158
|
+
declare const routeName$4l = "/v1/api/customers/{user_id}/parties/{party_id}/block";
|
|
117159
|
+
type BlockCustomerFromAccessingPartyPathParams = paths[typeof routeName$4l]['post']['parameters']['path'];
|
|
117160
|
+
type BlockCustomerFromAccessingPartyResponse = paths[typeof routeName$4l]['post']['responses'][200]['content']['application/json'];
|
|
116930
117161
|
interface BlockCustomerFromAccessingPartyProps {
|
|
116931
117162
|
params: {
|
|
116932
117163
|
path: BlockCustomerFromAccessingPartyPathParams;
|
|
@@ -116934,9 +117165,9 @@ interface BlockCustomerFromAccessingPartyProps {
|
|
|
116934
117165
|
}
|
|
116935
117166
|
declare const blockCustomerFromAccessingParty: (props: BlockCustomerFromAccessingPartyProps, wgApiClient: ClientType) => Promise<BlockCustomerFromAccessingPartyResponse>;
|
|
116936
117167
|
|
|
116937
|
-
declare const routeName$
|
|
116938
|
-
type UnblockCustomerFromAccessingPartyPathParams = paths[typeof routeName$
|
|
116939
|
-
type UnblockCustomerFromAccessingPartyResponse = paths[typeof routeName$
|
|
117168
|
+
declare const routeName$4k = "/v1/api/customers/{user_id}/parties/{party_id}/block";
|
|
117169
|
+
type UnblockCustomerFromAccessingPartyPathParams = paths[typeof routeName$4k]['delete']['parameters']['path'];
|
|
117170
|
+
type UnblockCustomerFromAccessingPartyResponse = paths[typeof routeName$4k]['delete']['responses'][200]['content']['application/json'];
|
|
116940
117171
|
interface UnblockCustomerFromAccessingPartyProps {
|
|
116941
117172
|
params: {
|
|
116942
117173
|
path: UnblockCustomerFromAccessingPartyPathParams;
|
|
@@ -116944,10 +117175,10 @@ interface UnblockCustomerFromAccessingPartyProps {
|
|
|
116944
117175
|
}
|
|
116945
117176
|
declare const unblockCustomerFromAccessingParty: (props: UnblockCustomerFromAccessingPartyProps, wgApiClient: ClientType) => Promise<UnblockCustomerFromAccessingPartyResponse>;
|
|
116946
117177
|
|
|
116947
|
-
declare const routeName$
|
|
116948
|
-
type HandleCreateDistributionThemeBody = paths[typeof routeName$
|
|
116949
|
-
type HandleCreateDistributionThemeQueryParams = paths[typeof routeName$
|
|
116950
|
-
type HandleCreateDistributionThemeResponse = paths[typeof routeName$
|
|
117178
|
+
declare const routeName$4j = "/v1/api/distributions/{distribution_id}/themes";
|
|
117179
|
+
type HandleCreateDistributionThemeBody = paths[typeof routeName$4j]['post']['requestBody']['content']['application/json'];
|
|
117180
|
+
type HandleCreateDistributionThemeQueryParams = paths[typeof routeName$4j]['post']['parameters']['query'];
|
|
117181
|
+
type HandleCreateDistributionThemeResponse = paths[typeof routeName$4j]['post']['responses'][201]['content']['application/json'];
|
|
116951
117182
|
interface HandleCreateDistributionThemeProps {
|
|
116952
117183
|
body: HandleCreateDistributionThemeBody;
|
|
116953
117184
|
params: {
|
|
@@ -116956,10 +117187,10 @@ interface HandleCreateDistributionThemeProps {
|
|
|
116956
117187
|
}
|
|
116957
117188
|
declare const handleCreateDistributionTheme: (props: HandleCreateDistributionThemeProps, wgApiClient: ClientType) => Promise<HandleCreateDistributionThemeResponse>;
|
|
116958
117189
|
|
|
116959
|
-
declare const routeName$
|
|
116960
|
-
type HandleDeleteDistributionThemePathParams = paths[typeof routeName$
|
|
116961
|
-
type HandleDeleteDistributionThemeQueryParams = paths[typeof routeName$
|
|
116962
|
-
type HandleDeleteDistributionThemeResponse = paths[typeof routeName$
|
|
117190
|
+
declare const routeName$4i = "/v1/api/distributions/{distribution_id}/themes/{theme_name}";
|
|
117191
|
+
type HandleDeleteDistributionThemePathParams = paths[typeof routeName$4i]['delete']['parameters']['path'];
|
|
117192
|
+
type HandleDeleteDistributionThemeQueryParams = paths[typeof routeName$4i]['delete']['parameters']['query'];
|
|
117193
|
+
type HandleDeleteDistributionThemeResponse = paths[typeof routeName$4i]['delete']['responses'][200]['content']['application/json'];
|
|
116963
117194
|
interface HandleDeleteDistributionThemeProps {
|
|
116964
117195
|
params: {
|
|
116965
117196
|
query: HandleDeleteDistributionThemeQueryParams;
|
|
@@ -116968,11 +117199,11 @@ interface HandleDeleteDistributionThemeProps {
|
|
|
116968
117199
|
}
|
|
116969
117200
|
declare const handleDeleteDistributionTheme: (props: HandleDeleteDistributionThemeProps, wgApiClient: ClientType) => Promise<HandleDeleteDistributionThemeResponse>;
|
|
116970
117201
|
|
|
116971
|
-
declare const routeName$
|
|
116972
|
-
type HandleUpdateDistributionThemeBody = paths[typeof routeName$
|
|
116973
|
-
type HandleUpdateDistributionThemePathParams = paths[typeof routeName$
|
|
116974
|
-
type HandleUpdateDistributionThemeQueryParams = paths[typeof routeName$
|
|
116975
|
-
type HandleUpdateDistributionThemeResponse = paths[typeof routeName$
|
|
117202
|
+
declare const routeName$4h = "/v1/api/distributions/{distribution_id}/themes/{theme_name}";
|
|
117203
|
+
type HandleUpdateDistributionThemeBody = paths[typeof routeName$4h]['patch']['requestBody']['content']['application/json'];
|
|
117204
|
+
type HandleUpdateDistributionThemePathParams = paths[typeof routeName$4h]['patch']['parameters']['path'];
|
|
117205
|
+
type HandleUpdateDistributionThemeQueryParams = paths[typeof routeName$4h]['patch']['parameters']['query'];
|
|
117206
|
+
type HandleUpdateDistributionThemeResponse = paths[typeof routeName$4h]['patch']['responses'][200]['content']['application/json'];
|
|
116976
117207
|
interface HandleUpdateDistributionThemeProps {
|
|
116977
117208
|
body: HandleUpdateDistributionThemeBody;
|
|
116978
117209
|
params: {
|
|
@@ -116982,57 +117213,57 @@ interface HandleUpdateDistributionThemeProps {
|
|
|
116982
117213
|
}
|
|
116983
117214
|
declare const handleUpdateDistributionTheme: (props: HandleUpdateDistributionThemeProps, wgApiClient: ClientType) => Promise<HandleUpdateDistributionThemeResponse>;
|
|
116984
117215
|
|
|
116985
|
-
declare const routeName$
|
|
116986
|
-
type GetNoveltyInsightsByDistributionPathParams = paths[typeof routeName$
|
|
116987
|
-
type GetNoveltyInsightsByDistributionQueryParams = paths[typeof routeName$
|
|
116988
|
-
type GetNoveltyInsightsByDistributionResponse = paths[typeof routeName$
|
|
116989
|
-
type GetNoveltyInsightsByDistributionProps = paths[typeof routeName$
|
|
117216
|
+
declare const routeName$4g = "/v1/api/distributions/{distribution_id}/insights/novelties";
|
|
117217
|
+
type GetNoveltyInsightsByDistributionPathParams = paths[typeof routeName$4g]['get']['parameters']['path'];
|
|
117218
|
+
type GetNoveltyInsightsByDistributionQueryParams = paths[typeof routeName$4g]['get']['parameters']['query'];
|
|
117219
|
+
type GetNoveltyInsightsByDistributionResponse = paths[typeof routeName$4g]['get']['responses'][200]['content']['application/json'];
|
|
117220
|
+
type GetNoveltyInsightsByDistributionProps = paths[typeof routeName$4g]['get']['parameters'];
|
|
116990
117221
|
declare const getNoveltyInsightsByDistribution: (props: GetNoveltyInsightsByDistributionProps, wgApiClient: ClientType) => Promise<GetNoveltyInsightsByDistributionResponse>;
|
|
116991
117222
|
|
|
116992
|
-
declare const routeName$
|
|
116993
|
-
type GetPerformanceInsightsByDistributionPathParams = paths[typeof routeName$
|
|
116994
|
-
type GetPerformanceInsightsByDistributionQueryParams = paths[typeof routeName$
|
|
116995
|
-
type GetPerformanceInsightsByDistributionResponse = paths[typeof routeName$
|
|
116996
|
-
type GetPerformanceInsightsByDistributionProps = paths[typeof routeName$
|
|
117223
|
+
declare const routeName$4f = "/v1/api/distributions/{distribution_id}/insights/performance";
|
|
117224
|
+
type GetPerformanceInsightsByDistributionPathParams = paths[typeof routeName$4f]['get']['parameters']['path'];
|
|
117225
|
+
type GetPerformanceInsightsByDistributionQueryParams = paths[typeof routeName$4f]['get']['parameters']['query'];
|
|
117226
|
+
type GetPerformanceInsightsByDistributionResponse = paths[typeof routeName$4f]['get']['responses'][200]['content']['application/json'];
|
|
117227
|
+
type GetPerformanceInsightsByDistributionProps = paths[typeof routeName$4f]['get']['parameters'];
|
|
116997
117228
|
declare const getPerformanceInsightsByDistribution: (props: GetPerformanceInsightsByDistributionProps, wgApiClient: ClientType) => Promise<GetPerformanceInsightsByDistributionResponse>;
|
|
116998
117229
|
|
|
116999
|
-
declare const routeName$
|
|
117000
|
-
type GetDistributionActivityPathParams = paths[typeof routeName$
|
|
117001
|
-
type GetDistributionActivityQueryParams = paths[typeof routeName$
|
|
117002
|
-
type GetDistributionActivityResponse = paths[typeof routeName$
|
|
117003
|
-
type GetDistributionActivityProps = paths[typeof routeName$
|
|
117230
|
+
declare const routeName$4e = "/v1/api/distributions/{distribution_id}/activity";
|
|
117231
|
+
type GetDistributionActivityPathParams = paths[typeof routeName$4e]['get']['parameters']['path'];
|
|
117232
|
+
type GetDistributionActivityQueryParams = paths[typeof routeName$4e]['get']['parameters']['query'];
|
|
117233
|
+
type GetDistributionActivityResponse = paths[typeof routeName$4e]['get']['responses'][200]['content']['application/json'];
|
|
117234
|
+
type GetDistributionActivityProps = paths[typeof routeName$4e]['get']['parameters'];
|
|
117004
117235
|
declare const getDistributionActivity: (props: GetDistributionActivityProps, wgApiClient: ClientType) => Promise<GetDistributionActivityResponse>;
|
|
117005
117236
|
|
|
117006
|
-
declare const routeName$
|
|
117007
|
-
type GetDistributionAffiliationsPathParams = paths[typeof routeName$
|
|
117008
|
-
type GetDistributionAffiliationsResponse = paths[typeof routeName$
|
|
117009
|
-
type GetDistributionAffiliationsProps = paths[typeof routeName$
|
|
117237
|
+
declare const routeName$4d = "/v1/api/distributions/{distribution_id}/affiliations";
|
|
117238
|
+
type GetDistributionAffiliationsPathParams = paths[typeof routeName$4d]['get']['parameters']['path'];
|
|
117239
|
+
type GetDistributionAffiliationsResponse = paths[typeof routeName$4d]['get']['responses'][200]['content']['application/json'];
|
|
117240
|
+
type GetDistributionAffiliationsProps = paths[typeof routeName$4d]['get']['parameters'];
|
|
117010
117241
|
declare const getDistributionAffiliations: (props: GetDistributionAffiliationsProps, wgApiClient: ClientType) => Promise<GetDistributionAffiliationsResponse>;
|
|
117011
117242
|
|
|
117012
|
-
declare const routeName$
|
|
117013
|
-
type GetDistributionByIdPathParams = paths[typeof routeName$
|
|
117014
|
-
type GetDistributionByIdResponse = paths[typeof routeName$
|
|
117015
|
-
type GetDistributionByIdProps = paths[typeof routeName$
|
|
117243
|
+
declare const routeName$4c = "/v1/api/distributions/{distribution_id}";
|
|
117244
|
+
type GetDistributionByIdPathParams = paths[typeof routeName$4c]['get']['parameters']['path'];
|
|
117245
|
+
type GetDistributionByIdResponse = paths[typeof routeName$4c]['get']['responses'][200]['content']['application/json'];
|
|
117246
|
+
type GetDistributionByIdProps = paths[typeof routeName$4c]['get']['parameters'];
|
|
117016
117247
|
declare const getDistributionById: (props: GetDistributionByIdProps, wgApiClient: ClientType) => Promise<GetDistributionByIdResponse>;
|
|
117017
117248
|
|
|
117018
|
-
declare const routeName$
|
|
117019
|
-
type GenerateDistributionAboutUsCompletionBody = paths[typeof routeName$
|
|
117020
|
-
type GenerateDistributionAboutUsCompletionResponse = paths[typeof routeName$
|
|
117249
|
+
declare const routeName$4b = "/v1/api/distributions/about-us-completion";
|
|
117250
|
+
type GenerateDistributionAboutUsCompletionBody = paths[typeof routeName$4b]['post']['requestBody']['content']['application/json'];
|
|
117251
|
+
type GenerateDistributionAboutUsCompletionResponse = paths[typeof routeName$4b]['post']['responses'][200]['content']['application/json'];
|
|
117021
117252
|
interface GenerateDistributionAboutUsCompletionProps {
|
|
117022
117253
|
body: GenerateDistributionAboutUsCompletionBody;
|
|
117023
117254
|
}
|
|
117024
117255
|
declare const generateDistributionAboutUsCompletion: (props: GenerateDistributionAboutUsCompletionProps, wgApiClient: ClientType) => Promise<GenerateDistributionAboutUsCompletionResponse>;
|
|
117025
117256
|
|
|
117026
|
-
declare const routeName$
|
|
117027
|
-
type GetDistributionTagsQueryParams = paths[typeof routeName$
|
|
117028
|
-
type GetDistributionTagsResponse = paths[typeof routeName$
|
|
117029
|
-
type GetDistributionTagsProps = paths[typeof routeName$
|
|
117257
|
+
declare const routeName$4a = "/v1/api/distributions/tags";
|
|
117258
|
+
type GetDistributionTagsQueryParams = paths[typeof routeName$4a]['get']['parameters']['query'];
|
|
117259
|
+
type GetDistributionTagsResponse = paths[typeof routeName$4a]['get']['responses'][200]['content']['application/json'];
|
|
117260
|
+
type GetDistributionTagsProps = paths[typeof routeName$4a]['get']['parameters'];
|
|
117030
117261
|
declare const getDistributionTags: (props: GetDistributionTagsProps, wgApiClient: ClientType) => Promise<GetDistributionTagsResponse>;
|
|
117031
117262
|
|
|
117032
|
-
declare const routeName$
|
|
117033
|
-
type CreateDistributionTagBody = paths[typeof routeName$
|
|
117034
|
-
type CreateDistributionTagQueryParams = paths[typeof routeName$
|
|
117035
|
-
type CreateDistributionTagResponse = paths[typeof routeName$
|
|
117263
|
+
declare const routeName$49 = "/v1/api/distributions/tags";
|
|
117264
|
+
type CreateDistributionTagBody = paths[typeof routeName$49]['post']['requestBody']['content']['application/json'];
|
|
117265
|
+
type CreateDistributionTagQueryParams = paths[typeof routeName$49]['post']['parameters']['query'];
|
|
117266
|
+
type CreateDistributionTagResponse = paths[typeof routeName$49]['post']['responses'][201]['content']['application/json'];
|
|
117036
117267
|
interface CreateDistributionTagProps {
|
|
117037
117268
|
body: CreateDistributionTagBody;
|
|
117038
117269
|
params: {
|
|
@@ -117041,10 +117272,10 @@ interface CreateDistributionTagProps {
|
|
|
117041
117272
|
}
|
|
117042
117273
|
declare const createDistributionTag: (props: CreateDistributionTagProps, wgApiClient: ClientType) => Promise<CreateDistributionTagResponse>;
|
|
117043
117274
|
|
|
117044
|
-
declare const routeName$
|
|
117045
|
-
type DeleteDistributionTagPathParams = paths[typeof routeName$
|
|
117046
|
-
type DeleteDistributionTagQueryParams = paths[typeof routeName$
|
|
117047
|
-
type DeleteDistributionTagResponse = paths[typeof routeName$
|
|
117275
|
+
declare const routeName$48 = "/v1/api/distributions/tags/{value}";
|
|
117276
|
+
type DeleteDistributionTagPathParams = paths[typeof routeName$48]['delete']['parameters']['path'];
|
|
117277
|
+
type DeleteDistributionTagQueryParams = paths[typeof routeName$48]['delete']['parameters']['query'];
|
|
117278
|
+
type DeleteDistributionTagResponse = paths[typeof routeName$48]['delete']['responses'][200]['content']['application/json'];
|
|
117048
117279
|
interface DeleteDistributionTagProps {
|
|
117049
117280
|
params: {
|
|
117050
117281
|
query: DeleteDistributionTagQueryParams;
|
|
@@ -117053,16 +117284,16 @@ interface DeleteDistributionTagProps {
|
|
|
117053
117284
|
}
|
|
117054
117285
|
declare const deleteDistributionTag: (props: DeleteDistributionTagProps, wgApiClient: ClientType) => Promise<DeleteDistributionTagResponse>;
|
|
117055
117286
|
|
|
117056
|
-
declare const routeName$
|
|
117057
|
-
type GetInsuranceProductClausesByDistributionQueryParams = paths[typeof routeName$
|
|
117058
|
-
type GetInsuranceProductClausesByDistributionResponse = paths[typeof routeName$
|
|
117059
|
-
type GetInsuranceProductClausesByDistributionProps = paths[typeof routeName$
|
|
117287
|
+
declare const routeName$47 = "/v1/api/distributions/insurance-product-clauses";
|
|
117288
|
+
type GetInsuranceProductClausesByDistributionQueryParams = paths[typeof routeName$47]['get']['parameters']['query'];
|
|
117289
|
+
type GetInsuranceProductClausesByDistributionResponse = paths[typeof routeName$47]['get']['responses'][200]['content']['application/json'];
|
|
117290
|
+
type GetInsuranceProductClausesByDistributionProps = paths[typeof routeName$47]['get']['parameters'];
|
|
117060
117291
|
declare const getInsuranceProductClausesByDistribution: (props: GetInsuranceProductClausesByDistributionProps, wgApiClient: ClientType) => Promise<GetInsuranceProductClausesByDistributionResponse>;
|
|
117061
117292
|
|
|
117062
|
-
declare const routeName$
|
|
117063
|
-
type CreateInsuranceProductClauseForDistributionBody = paths[typeof routeName$
|
|
117064
|
-
type CreateInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$
|
|
117065
|
-
type CreateInsuranceProductClauseForDistributionResponse = paths[typeof routeName$
|
|
117293
|
+
declare const routeName$46 = "/v1/api/distributions/insurance-product-clauses";
|
|
117294
|
+
type CreateInsuranceProductClauseForDistributionBody = paths[typeof routeName$46]['post']['requestBody']['content']['application/json'];
|
|
117295
|
+
type CreateInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$46]['post']['parameters']['query'];
|
|
117296
|
+
type CreateInsuranceProductClauseForDistributionResponse = paths[typeof routeName$46]['post']['responses'][201]['content']['application/json'];
|
|
117066
117297
|
interface CreateInsuranceProductClauseForDistributionProps {
|
|
117067
117298
|
body: CreateInsuranceProductClauseForDistributionBody;
|
|
117068
117299
|
params: {
|
|
@@ -117071,10 +117302,10 @@ interface CreateInsuranceProductClauseForDistributionProps {
|
|
|
117071
117302
|
}
|
|
117072
117303
|
declare const createInsuranceProductClauseForDistribution: (props: CreateInsuranceProductClauseForDistributionProps, wgApiClient: ClientType) => Promise<CreateInsuranceProductClauseForDistributionResponse>;
|
|
117073
117304
|
|
|
117074
|
-
declare const routeName$
|
|
117075
|
-
type DeleteInsuranceProductClauseForDistributionPathParams = paths[typeof routeName$
|
|
117076
|
-
type DeleteInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$
|
|
117077
|
-
type DeleteInsuranceProductClauseForDistributionResponse = paths[typeof routeName$
|
|
117305
|
+
declare const routeName$45 = "/v1/api/distributions/insurance-product-clauses/{insurance_product_clause_id}";
|
|
117306
|
+
type DeleteInsuranceProductClauseForDistributionPathParams = paths[typeof routeName$45]['delete']['parameters']['path'];
|
|
117307
|
+
type DeleteInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$45]['delete']['parameters']['query'];
|
|
117308
|
+
type DeleteInsuranceProductClauseForDistributionResponse = paths[typeof routeName$45]['delete']['responses'][200]['content']['application/json'];
|
|
117078
117309
|
interface DeleteInsuranceProductClauseForDistributionProps {
|
|
117079
117310
|
params: {
|
|
117080
117311
|
query: DeleteInsuranceProductClauseForDistributionQueryParams;
|
|
@@ -117083,11 +117314,11 @@ interface DeleteInsuranceProductClauseForDistributionProps {
|
|
|
117083
117314
|
}
|
|
117084
117315
|
declare const deleteInsuranceProductClauseForDistribution: (props: DeleteInsuranceProductClauseForDistributionProps, wgApiClient: ClientType) => Promise<DeleteInsuranceProductClauseForDistributionResponse>;
|
|
117085
117316
|
|
|
117086
|
-
declare const routeName$
|
|
117087
|
-
type UpdateInsuranceProductClauseForDistributionBody = paths[typeof routeName$
|
|
117088
|
-
type UpdateInsuranceProductClauseForDistributionPathParams = paths[typeof routeName$
|
|
117089
|
-
type UpdateInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$
|
|
117090
|
-
type UpdateInsuranceProductClauseForDistributionResponse = paths[typeof routeName$
|
|
117317
|
+
declare const routeName$44 = "/v1/api/distributions/insurance-product-clauses/{insurance_product_clause_id}";
|
|
117318
|
+
type UpdateInsuranceProductClauseForDistributionBody = paths[typeof routeName$44]['patch']['requestBody']['content']['application/json'];
|
|
117319
|
+
type UpdateInsuranceProductClauseForDistributionPathParams = paths[typeof routeName$44]['patch']['parameters']['path'];
|
|
117320
|
+
type UpdateInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$44]['patch']['parameters']['query'];
|
|
117321
|
+
type UpdateInsuranceProductClauseForDistributionResponse = paths[typeof routeName$44]['patch']['responses'][200]['content']['application/json'];
|
|
117091
117322
|
interface UpdateInsuranceProductClauseForDistributionProps {
|
|
117092
117323
|
body: UpdateInsuranceProductClauseForDistributionBody;
|
|
117093
117324
|
params: {
|
|
@@ -117097,16 +117328,16 @@ interface UpdateInsuranceProductClauseForDistributionProps {
|
|
|
117097
117328
|
}
|
|
117098
117329
|
declare const updateInsuranceProductClauseForDistribution: (props: UpdateInsuranceProductClauseForDistributionProps, wgApiClient: ClientType) => Promise<UpdateInsuranceProductClauseForDistributionResponse>;
|
|
117099
117330
|
|
|
117100
|
-
declare const routeName$
|
|
117101
|
-
type GetUspByDistributionQueryParams = paths[typeof routeName$
|
|
117102
|
-
type GetUspByDistributionResponse = paths[typeof routeName$
|
|
117103
|
-
type GetUspByDistributionProps = paths[typeof routeName$
|
|
117331
|
+
declare const routeName$43 = "/v1/api/distributions/usp";
|
|
117332
|
+
type GetUspByDistributionQueryParams = paths[typeof routeName$43]['get']['parameters']['query'];
|
|
117333
|
+
type GetUspByDistributionResponse = paths[typeof routeName$43]['get']['responses'][200]['content']['application/json'];
|
|
117334
|
+
type GetUspByDistributionProps = paths[typeof routeName$43]['get']['parameters'];
|
|
117104
117335
|
declare const getUspByDistribution: (props: GetUspByDistributionProps, wgApiClient: ClientType) => Promise<GetUspByDistributionResponse>;
|
|
117105
117336
|
|
|
117106
|
-
declare const routeName$
|
|
117107
|
-
type CreateUspItemForDistributionBody = paths[typeof routeName$
|
|
117108
|
-
type CreateUspItemForDistributionQueryParams = paths[typeof routeName$
|
|
117109
|
-
type CreateUspItemForDistributionResponse = paths[typeof routeName$
|
|
117337
|
+
declare const routeName$42 = "/v1/api/distributions/usp";
|
|
117338
|
+
type CreateUspItemForDistributionBody = paths[typeof routeName$42]['post']['requestBody']['content']['application/json'];
|
|
117339
|
+
type CreateUspItemForDistributionQueryParams = paths[typeof routeName$42]['post']['parameters']['query'];
|
|
117340
|
+
type CreateUspItemForDistributionResponse = paths[typeof routeName$42]['post']['responses'][200]['content']['application/json'];
|
|
117110
117341
|
interface CreateUspItemForDistributionProps {
|
|
117111
117342
|
body: CreateUspItemForDistributionBody;
|
|
117112
117343
|
params: {
|
|
@@ -117115,11 +117346,11 @@ interface CreateUspItemForDistributionProps {
|
|
|
117115
117346
|
}
|
|
117116
117347
|
declare const createUspItemForDistribution: (props: CreateUspItemForDistributionProps, wgApiClient: ClientType) => Promise<CreateUspItemForDistributionResponse>;
|
|
117117
117348
|
|
|
117118
|
-
declare const routeName$
|
|
117119
|
-
type UpdateUspByDistributionAndIdBody = paths[typeof routeName$
|
|
117120
|
-
type UpdateUspByDistributionAndIdPathParams = paths[typeof routeName$
|
|
117121
|
-
type UpdateUspByDistributionAndIdQueryParams = paths[typeof routeName$
|
|
117122
|
-
type UpdateUspByDistributionAndIdResponse = paths[typeof routeName$
|
|
117349
|
+
declare const routeName$41 = "/v1/api/distributions/usp/{usp_id}";
|
|
117350
|
+
type UpdateUspByDistributionAndIdBody = paths[typeof routeName$41]['put']['requestBody']['content']['application/json'];
|
|
117351
|
+
type UpdateUspByDistributionAndIdPathParams = paths[typeof routeName$41]['put']['parameters']['path'];
|
|
117352
|
+
type UpdateUspByDistributionAndIdQueryParams = paths[typeof routeName$41]['put']['parameters']['query'];
|
|
117353
|
+
type UpdateUspByDistributionAndIdResponse = paths[typeof routeName$41]['put']['responses'][200]['content']['application/json'];
|
|
117123
117354
|
interface UpdateUspByDistributionAndIdProps {
|
|
117124
117355
|
body: UpdateUspByDistributionAndIdBody;
|
|
117125
117356
|
params: {
|
|
@@ -117129,10 +117360,10 @@ interface UpdateUspByDistributionAndIdProps {
|
|
|
117129
117360
|
}
|
|
117130
117361
|
declare const updateUspByDistributionAndId: (props: UpdateUspByDistributionAndIdProps, wgApiClient: ClientType) => Promise<UpdateUspByDistributionAndIdResponse>;
|
|
117131
117362
|
|
|
117132
|
-
declare const routeName$
|
|
117133
|
-
type DeleteUspByDistributionAndIdPathParams = paths[typeof routeName$
|
|
117134
|
-
type DeleteUspByDistributionAndIdQueryParams = paths[typeof routeName$
|
|
117135
|
-
type DeleteUspByDistributionAndIdResponse = paths[typeof routeName$
|
|
117363
|
+
declare const routeName$40 = "/v1/api/distributions/usp/{usp_id}";
|
|
117364
|
+
type DeleteUspByDistributionAndIdPathParams = paths[typeof routeName$40]['delete']['parameters']['path'];
|
|
117365
|
+
type DeleteUspByDistributionAndIdQueryParams = paths[typeof routeName$40]['delete']['parameters']['query'];
|
|
117366
|
+
type DeleteUspByDistributionAndIdResponse = paths[typeof routeName$40]['delete']['responses'][200]['content']['application/json'];
|
|
117136
117367
|
interface DeleteUspByDistributionAndIdProps {
|
|
117137
117368
|
params: {
|
|
117138
117369
|
query: DeleteUspByDistributionAndIdQueryParams;
|
|
@@ -117141,35 +117372,35 @@ interface DeleteUspByDistributionAndIdProps {
|
|
|
117141
117372
|
}
|
|
117142
117373
|
declare const deleteUspByDistributionAndId: (props: DeleteUspByDistributionAndIdProps, wgApiClient: ClientType) => Promise<DeleteUspByDistributionAndIdResponse>;
|
|
117143
117374
|
|
|
117144
|
-
declare const routeName$
|
|
117145
|
-
type GetPromotionsByDistributionIdPathParams = paths[typeof routeName$
|
|
117146
|
-
type GetPromotionsByDistributionIdResponse = paths[typeof routeName$
|
|
117147
|
-
type GetPromotionsByDistributionIdProps = paths[typeof routeName$
|
|
117375
|
+
declare const routeName$3$ = "/v1/api/distributions/{distribution_id}/promotions";
|
|
117376
|
+
type GetPromotionsByDistributionIdPathParams = paths[typeof routeName$3$]['get']['parameters']['path'];
|
|
117377
|
+
type GetPromotionsByDistributionIdResponse = paths[typeof routeName$3$]['get']['responses'][200]['content']['application/json'];
|
|
117378
|
+
type GetPromotionsByDistributionIdProps = paths[typeof routeName$3$]['get']['parameters'];
|
|
117148
117379
|
declare const getPromotionsByDistributionId: (props: GetPromotionsByDistributionIdProps, wgApiClient: ClientType) => Promise<GetPromotionsByDistributionIdResponse>;
|
|
117149
117380
|
|
|
117150
|
-
declare const routeName$
|
|
117151
|
-
type GetDistributionHasPendingUpgradePathParams = paths[typeof routeName$
|
|
117152
|
-
type GetDistributionHasPendingUpgradeResponse = paths[typeof routeName$
|
|
117153
|
-
type GetDistributionHasPendingUpgradeProps = paths[typeof routeName$
|
|
117381
|
+
declare const routeName$3_ = "/v1/api/distribution/{distribution_id}/pending-upgrades";
|
|
117382
|
+
type GetDistributionHasPendingUpgradePathParams = paths[typeof routeName$3_]['get']['parameters']['path'];
|
|
117383
|
+
type GetDistributionHasPendingUpgradeResponse = paths[typeof routeName$3_]['get']['responses'][200]['content']['application/json'];
|
|
117384
|
+
type GetDistributionHasPendingUpgradeProps = paths[typeof routeName$3_]['get']['parameters'];
|
|
117154
117385
|
declare const getDistributionHasPendingUpgrade: (props: GetDistributionHasPendingUpgradeProps, wgApiClient: ClientType) => Promise<GetDistributionHasPendingUpgradeResponse>;
|
|
117155
117386
|
|
|
117156
|
-
declare const routeName$
|
|
117157
|
-
type InviteColleaguesToDistributionBody = paths[typeof routeName$
|
|
117158
|
-
type InviteColleaguesToDistributionResponse = paths[typeof routeName$
|
|
117387
|
+
declare const routeName$3Z = "/v1/api/distributions/invitations";
|
|
117388
|
+
type InviteColleaguesToDistributionBody = paths[typeof routeName$3Z]['post']['requestBody']['content']['application/json'];
|
|
117389
|
+
type InviteColleaguesToDistributionResponse = paths[typeof routeName$3Z]['post']['responses'][201]['content']['application/json'];
|
|
117159
117390
|
interface InviteColleaguesToDistributionProps {
|
|
117160
117391
|
body: InviteColleaguesToDistributionBody;
|
|
117161
117392
|
}
|
|
117162
117393
|
declare const inviteColleaguesToDistribution: (props: InviteColleaguesToDistributionProps, wgApiClient: ClientType) => Promise<InviteColleaguesToDistributionResponse>;
|
|
117163
117394
|
|
|
117164
|
-
declare const routeName$
|
|
117165
|
-
type GetIntegrationsByDistributionPathParams = paths[typeof routeName$
|
|
117166
|
-
type GetIntegrationsByDistributionResponse = paths[typeof routeName$
|
|
117167
|
-
type GetIntegrationsByDistributionProps = paths[typeof routeName$
|
|
117395
|
+
declare const routeName$3Y = "/v1/api/distributions/{distribution_id}/integrations";
|
|
117396
|
+
type GetIntegrationsByDistributionPathParams = paths[typeof routeName$3Y]['get']['parameters']['path'];
|
|
117397
|
+
type GetIntegrationsByDistributionResponse = paths[typeof routeName$3Y]['get']['responses'][201]['content']['application/json'];
|
|
117398
|
+
type GetIntegrationsByDistributionProps = paths[typeof routeName$3Y]['get']['parameters'];
|
|
117168
117399
|
declare const getIntegrationsByDistribution: (props: GetIntegrationsByDistributionProps, wgApiClient: ClientType) => Promise<GetIntegrationsByDistributionResponse>;
|
|
117169
117400
|
|
|
117170
|
-
declare const routeName$
|
|
117171
|
-
type UpdateDistributionIntegrationsPathParams = paths[typeof routeName$
|
|
117172
|
-
type UpdateDistributionIntegrationsResponse = paths[typeof routeName$
|
|
117401
|
+
declare const routeName$3X = "/v1/api/distributions/{distribution_id}/integrations";
|
|
117402
|
+
type UpdateDistributionIntegrationsPathParams = paths[typeof routeName$3X]['put']['parameters']['path'];
|
|
117403
|
+
type UpdateDistributionIntegrationsResponse = paths[typeof routeName$3X]['put']['responses'][201]['content']['application/json'];
|
|
117173
117404
|
interface UpdateDistributionIntegrationsProps {
|
|
117174
117405
|
params: {
|
|
117175
117406
|
path: UpdateDistributionIntegrationsPathParams;
|
|
@@ -117177,28 +117408,28 @@ interface UpdateDistributionIntegrationsProps {
|
|
|
117177
117408
|
}
|
|
117178
117409
|
declare const updateDistributionIntegrations: (props: UpdateDistributionIntegrationsProps, wgApiClient: ClientType) => Promise<UpdateDistributionIntegrationsResponse>;
|
|
117179
117410
|
|
|
117180
|
-
declare const routeName$
|
|
117181
|
-
type GetDistributionSettingsResponse = paths[typeof routeName$
|
|
117411
|
+
declare const routeName$3W = "/v1/api/distributions/settings";
|
|
117412
|
+
type GetDistributionSettingsResponse = paths[typeof routeName$3W]['get']['responses'][200]['content']['application/json'];
|
|
117182
117413
|
declare const getDistributionSettings: (wgApiClient: ClientType) => Promise<GetDistributionSettingsResponse>;
|
|
117183
117414
|
|
|
117184
|
-
declare const routeName$
|
|
117185
|
-
type UpdateDistributionSettingsBody = paths[typeof routeName$
|
|
117186
|
-
type UpdateDistributionSettingsResponse = paths[typeof routeName$
|
|
117415
|
+
declare const routeName$3V = "/v1/api/distributions/settings";
|
|
117416
|
+
type UpdateDistributionSettingsBody = paths[typeof routeName$3V]['patch']['requestBody']['content']['application/json'];
|
|
117417
|
+
type UpdateDistributionSettingsResponse = paths[typeof routeName$3V]['patch']['responses'][200]['content']['application/json'];
|
|
117187
117418
|
interface UpdateDistributionSettingsProps {
|
|
117188
117419
|
body: UpdateDistributionSettingsBody;
|
|
117189
117420
|
}
|
|
117190
117421
|
declare const updateDistributionSettings: (props: UpdateDistributionSettingsProps, wgApiClient: ClientType) => Promise<UpdateDistributionSettingsResponse>;
|
|
117191
117422
|
|
|
117192
|
-
declare const routeName$
|
|
117193
|
-
type GetDistributionFaqQueryParams = paths[typeof routeName$
|
|
117194
|
-
type GetDistributionFaqResponse = paths[typeof routeName$
|
|
117195
|
-
type GetDistributionFaqProps = paths[typeof routeName$
|
|
117423
|
+
declare const routeName$3U = "/v1/api/distributions/faq";
|
|
117424
|
+
type GetDistributionFaqQueryParams = paths[typeof routeName$3U]['get']['parameters']['query'];
|
|
117425
|
+
type GetDistributionFaqResponse = paths[typeof routeName$3U]['get']['responses'][200]['content']['application/json'];
|
|
117426
|
+
type GetDistributionFaqProps = paths[typeof routeName$3U]['get']['parameters'];
|
|
117196
117427
|
declare const getDistributionFaq: (props: GetDistributionFaqProps, wgApiClient: ClientType) => Promise<GetDistributionFaqResponse>;
|
|
117197
117428
|
|
|
117198
|
-
declare const routeName$
|
|
117199
|
-
type UpsertDistributionFaqBody = paths[typeof routeName$
|
|
117200
|
-
type UpsertDistributionFaqQueryParams = paths[typeof routeName$
|
|
117201
|
-
type UpsertDistributionFaqResponse = paths[typeof routeName$
|
|
117429
|
+
declare const routeName$3T = "/v1/api/distributions/faq";
|
|
117430
|
+
type UpsertDistributionFaqBody = paths[typeof routeName$3T]['put']['requestBody']['content']['application/json'];
|
|
117431
|
+
type UpsertDistributionFaqQueryParams = paths[typeof routeName$3T]['put']['parameters']['query'];
|
|
117432
|
+
type UpsertDistributionFaqResponse = paths[typeof routeName$3T]['put']['responses'][200]['content']['application/json'];
|
|
117202
117433
|
interface UpsertDistributionFaqProps {
|
|
117203
117434
|
body: UpsertDistributionFaqBody;
|
|
117204
117435
|
params: {
|
|
@@ -117207,10 +117438,10 @@ interface UpsertDistributionFaqProps {
|
|
|
117207
117438
|
}
|
|
117208
117439
|
declare const upsertDistributionFaq: (props: UpsertDistributionFaqProps, wgApiClient: ClientType) => Promise<UpsertDistributionFaqResponse>;
|
|
117209
117440
|
|
|
117210
|
-
declare const routeName$
|
|
117211
|
-
type DeleteDistributionFaqPathParams = paths[typeof routeName$
|
|
117212
|
-
type DeleteDistributionFaqQueryParams = paths[typeof routeName$
|
|
117213
|
-
type DeleteDistributionFaqResponse = paths[typeof routeName$
|
|
117441
|
+
declare const routeName$3S = "/v1/api/distributions/faq/{faq_id}";
|
|
117442
|
+
type DeleteDistributionFaqPathParams = paths[typeof routeName$3S]['delete']['parameters']['path'];
|
|
117443
|
+
type DeleteDistributionFaqQueryParams = paths[typeof routeName$3S]['delete']['parameters']['query'];
|
|
117444
|
+
type DeleteDistributionFaqResponse = paths[typeof routeName$3S]['delete']['responses'][200]['content']['application/json'];
|
|
117214
117445
|
interface DeleteDistributionFaqProps {
|
|
117215
117446
|
params: {
|
|
117216
117447
|
query: DeleteDistributionFaqQueryParams;
|
|
@@ -117219,58 +117450,66 @@ interface DeleteDistributionFaqProps {
|
|
|
117219
117450
|
}
|
|
117220
117451
|
declare const deleteDistributionFaq: (props: DeleteDistributionFaqProps, wgApiClient: ClientType) => Promise<DeleteDistributionFaqResponse>;
|
|
117221
117452
|
|
|
117222
|
-
declare const routeName$
|
|
117223
|
-
type GetSupportedMimeTypesResponse = paths[typeof routeName$
|
|
117453
|
+
declare const routeName$3R = "/v1/api/document-extractor/supported-mime-types";
|
|
117454
|
+
type GetSupportedMimeTypesResponse = paths[typeof routeName$3R]['get']['responses'][200]['content']['application/json'];
|
|
117224
117455
|
declare const getSupportedMimeTypes: (wgApiClient: ClientType) => Promise<GetSupportedMimeTypesResponse>;
|
|
117225
117456
|
|
|
117226
|
-
declare const routeName$
|
|
117227
|
-
type ExtractOneDocumentBody = paths[typeof routeName$
|
|
117228
|
-
type ExtractOneDocumentResponse = paths[typeof routeName$
|
|
117457
|
+
declare const routeName$3Q = "/v1/api/document-extractor/one";
|
|
117458
|
+
type ExtractOneDocumentBody = paths[typeof routeName$3Q]['post']['requestBody']['content']['application/json'];
|
|
117459
|
+
type ExtractOneDocumentResponse = paths[typeof routeName$3Q]['post']['responses'][201]['content']['application/json'];
|
|
117229
117460
|
interface ExtractOneDocumentProps {
|
|
117230
117461
|
body: ExtractOneDocumentBody;
|
|
117231
117462
|
}
|
|
117232
117463
|
declare const extractOneDocument: (props: ExtractOneDocumentProps, wgApiClient: ClientType) => Promise<ExtractOneDocumentResponse>;
|
|
117233
117464
|
|
|
117234
|
-
declare const routeName$
|
|
117235
|
-
type ExtractOffersForOneDocumentBody = paths[typeof routeName$
|
|
117236
|
-
type ExtractOffersForOneDocumentResponse = paths[typeof routeName$
|
|
117465
|
+
declare const routeName$3P = "/v1/api/document-extractor/one/offers";
|
|
117466
|
+
type ExtractOffersForOneDocumentBody = paths[typeof routeName$3P]['post']['requestBody']['content']['application/json'];
|
|
117467
|
+
type ExtractOffersForOneDocumentResponse = paths[typeof routeName$3P]['post']['responses'][201]['content']['application/json'];
|
|
117237
117468
|
interface ExtractOffersForOneDocumentProps {
|
|
117238
117469
|
body: ExtractOffersForOneDocumentBody;
|
|
117239
117470
|
}
|
|
117240
117471
|
declare const extractOffersForOneDocument: (props: ExtractOffersForOneDocumentProps, wgApiClient: ClientType) => Promise<ExtractOffersForOneDocumentResponse>;
|
|
117241
117472
|
|
|
117242
|
-
declare const routeName$
|
|
117243
|
-
type ExtractInsurancePoliciesForOneDocumentBody = paths[typeof routeName$
|
|
117244
|
-
type ExtractInsurancePoliciesForOneDocumentResponse = paths[typeof routeName$
|
|
117473
|
+
declare const routeName$3O = "/v1/api/document-extractor/one/insurance-policies";
|
|
117474
|
+
type ExtractInsurancePoliciesForOneDocumentBody = paths[typeof routeName$3O]['post']['requestBody']['content']['application/json'];
|
|
117475
|
+
type ExtractInsurancePoliciesForOneDocumentResponse = paths[typeof routeName$3O]['post']['responses'][201]['content']['application/json'];
|
|
117245
117476
|
interface ExtractInsurancePoliciesForOneDocumentProps {
|
|
117246
117477
|
body: ExtractInsurancePoliciesForOneDocumentBody;
|
|
117247
117478
|
}
|
|
117248
117479
|
declare const extractInsurancePoliciesForOneDocument: (props: ExtractInsurancePoliciesForOneDocumentProps, wgApiClient: ClientType) => Promise<ExtractInsurancePoliciesForOneDocumentResponse>;
|
|
117249
117480
|
|
|
117250
|
-
declare const routeName$
|
|
117251
|
-
type ExtractOneDocumentEnqueueBody = paths[typeof routeName$
|
|
117252
|
-
type ExtractOneDocumentEnqueueResponse = paths[typeof routeName$
|
|
117481
|
+
declare const routeName$3N = "/v2/api/document-extractor/one";
|
|
117482
|
+
type ExtractOneDocumentEnqueueBody = paths[typeof routeName$3N]['post']['requestBody']['content']['application/json'];
|
|
117483
|
+
type ExtractOneDocumentEnqueueResponse = paths[typeof routeName$3N]['post']['responses'][201]['content']['application/json'];
|
|
117253
117484
|
interface ExtractOneDocumentEnqueueProps {
|
|
117254
117485
|
body: ExtractOneDocumentEnqueueBody;
|
|
117255
117486
|
}
|
|
117256
117487
|
declare const extractOneDocumentEnqueue: (props: ExtractOneDocumentEnqueueProps, wgApiClient: ClientType) => Promise<ExtractOneDocumentEnqueueResponse>;
|
|
117257
117488
|
|
|
117258
|
-
declare const routeName$
|
|
117259
|
-
type ExtractOffersForOneDocumentEnqueueBody = paths[typeof routeName$
|
|
117260
|
-
type ExtractOffersForOneDocumentEnqueueResponse = paths[typeof routeName$
|
|
117489
|
+
declare const routeName$3M = "/v2/api/document-extractor/one/offers";
|
|
117490
|
+
type ExtractOffersForOneDocumentEnqueueBody = paths[typeof routeName$3M]['post']['requestBody']['content']['application/json'];
|
|
117491
|
+
type ExtractOffersForOneDocumentEnqueueResponse = paths[typeof routeName$3M]['post']['responses'][201]['content']['application/json'];
|
|
117261
117492
|
interface ExtractOffersForOneDocumentEnqueueProps {
|
|
117262
117493
|
body: ExtractOffersForOneDocumentEnqueueBody;
|
|
117263
117494
|
}
|
|
117264
117495
|
declare const extractOffersForOneDocumentEnqueue: (props: ExtractOffersForOneDocumentEnqueueProps, wgApiClient: ClientType) => Promise<ExtractOffersForOneDocumentEnqueueResponse>;
|
|
117265
117496
|
|
|
117266
|
-
declare const routeName$
|
|
117267
|
-
type ExtractInsurancePoliciesForOneDocumentEnqueueBody = paths[typeof routeName$
|
|
117268
|
-
type ExtractInsurancePoliciesForOneDocumentEnqueueResponse = paths[typeof routeName$
|
|
117497
|
+
declare const routeName$3L = "/v2/api/document-extractor/one/insurance-policies";
|
|
117498
|
+
type ExtractInsurancePoliciesForOneDocumentEnqueueBody = paths[typeof routeName$3L]['post']['requestBody']['content']['application/json'];
|
|
117499
|
+
type ExtractInsurancePoliciesForOneDocumentEnqueueResponse = paths[typeof routeName$3L]['post']['responses'][201]['content']['application/json'];
|
|
117269
117500
|
interface ExtractInsurancePoliciesForOneDocumentEnqueueProps {
|
|
117270
117501
|
body: ExtractInsurancePoliciesForOneDocumentEnqueueBody;
|
|
117271
117502
|
}
|
|
117272
117503
|
declare const extractInsurancePoliciesForOneDocumentEnqueue: (props: ExtractInsurancePoliciesForOneDocumentEnqueueProps, wgApiClient: ClientType) => Promise<ExtractInsurancePoliciesForOneDocumentEnqueueResponse>;
|
|
117273
117504
|
|
|
117505
|
+
declare const routeName$3K = "/v2/api/document-extractor/one/party";
|
|
117506
|
+
type ExtractPartyForOneDocumentEnqueueBody = paths[typeof routeName$3K]['post']['requestBody']['content']['application/json'];
|
|
117507
|
+
type ExtractPartyForOneDocumentEnqueueResponse = paths[typeof routeName$3K]['post']['responses'][201]['content']['application/json'];
|
|
117508
|
+
interface ExtractPartyForOneDocumentEnqueueProps {
|
|
117509
|
+
body: ExtractPartyForOneDocumentEnqueueBody;
|
|
117510
|
+
}
|
|
117511
|
+
declare const extractPartyForOneDocumentEnqueue: (props: ExtractPartyForOneDocumentEnqueueProps, wgApiClient: ClientType) => Promise<ExtractPartyForOneDocumentEnqueueResponse>;
|
|
117512
|
+
|
|
117274
117513
|
declare const routeName$3J = "/v1/api/document-extractor/entities/{entity_id}";
|
|
117275
117514
|
type GetExtractEnityInfoPathParams = paths[typeof routeName$3J]['get']['parameters']['path'];
|
|
117276
117515
|
type GetExtractEnityInfoResponse = paths[typeof routeName$3J]['get']['responses'][200]['content']['application/json'];
|
|
@@ -119450,4 +119689,4 @@ interface ValidateYellowhiveQuestionnaireProps {
|
|
|
119450
119689
|
}
|
|
119451
119690
|
declare const validateYellowhiveQuestionnaire: (props: ValidateYellowhiveQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateYellowhiveQuestionnaireResponse>;
|
|
119452
119691
|
|
|
119453
|
-
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 CreateAnvaTaskPathParams, type CreateAnvaTaskQueryParams, type CreateAnvaTaskResponse, type CreateAnvaflowTagsBody, type CreateAnvaflowTagsQueryParams, type CreateAnvaflowTagsResponse, type CreateBicycleRiskObjectBody, type CreateBicycleRiskObjectPathParams, type CreateBicycleRiskObjectQueryParams, type CreateBicycleRiskObjectResponse, type CreateBoatRiskObjectBody, type CreateBoatRiskObjectPathParams, type CreateBoatRiskObjectQueryParams, type CreateBoatRiskObjectResponse, type CreateBrokerConnectionsByIdBody, type CreateBrokerConnectionsByIdPathParams, type CreateBrokerConnectionsByIdResponse, type CreateCampaignBody, type CreateCampaignQueryParams, type CreateCampaignResponse, type CreateCarRiskObjectBody, type CreateCarRiskObjectPathParams, type CreateCarRiskObjectQueryParams, type CreateCarRiskObjectResponse, type CreateClaimAsBrokerQueryParams, type CreateClaimAsBrokerResponse, type CreateClaimAsCustomerPathParams, type CreateClaimAsCustomerQueryParams, type CreateClaimAsCustomerResponse, type CreateCompanyLeadBody, type CreateCompanyLeadPathParams, type CreateCompanyLeadQueryParams, type CreateCompanyLeadResponse, type CreateConversationBody, type CreateConversationPathParams, type CreateConversationQueryParams, type CreateConversationReminderPathParams, type CreateConversationReminderResponse, type CreateConversationResponse, type CreateCustomerLeadBody, type CreateCustomerLeadPathParams, type CreateCustomerLeadQueryParams, type CreateCustomerLeadResponse, type 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 GetAnvaMutationReasonsQueryParams, type GetAnvaMutationReasonsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaProductsQueryParams, type GetAnvaProductsResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAssuEmployeesQueryParams, type GetAssuEmployeesResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerByAnvaProducerIdPathParams, type GetBrokerByAnvaProducerIdResponse, type GetBrokerByAnvaRelationMangerIdPathParams, type GetBrokerByAnvaRelationMangerIdResponse, type GetBrokerConnectionsByIdPathParams, type GetBrokerConnectionsByIdResponse, type GetBrokerIntegrationsPathParams, type GetBrokerIntegrationsResponse, type GetCampaignByIdPathParams, type GetCampaignByIdQueryParams, type GetCampaignByIdResponse, type GetCampaignSettingsByDistributionQueryParams, type GetCampaignSettingsByDistributionResponse, type GetCampaignTargetMailTemplateQueryParams, type GetCampaignTargetMailTemplateResponse, type GetCarLeaseRatesQueryParams, type GetCarLeaseRatesResponse, type GetChatBySessionIdPathParams, type GetChatBySessionIdResponse, type GetChatSummaryV2BySessionIdPathParams, type GetChatSummaryV2BySessionIdQueryParams, type GetChatSummaryV2BySessionIdResponse, type GetCheckupByPartyIdPathParams, type GetCheckupByPartyIdResponse, type GetClaimAsBrokerByIdPathParams, type GetClaimAsBrokerByIdQueryParams, type GetClaimAsBrokerByIdResponse, type GetClaimAsCustomerWithTokenPathParams, type GetClaimAsCustomerWithTokenQueryParams, type GetClaimAsCustomerWithTokenResponse, type GetClaimByIdAsCustomerPathParams, type GetClaimByIdAsCustomerResponse, type GetClaimEventsAsBrokerByIdPathParams, type GetClaimEventsAsBrokerByIdQueryParams, type GetClaimEventsAsBrokerByIdResponse, type GetClaimEventsAsCustomerPathParams, type GetClaimEventsAsCustomerQueryParams, type GetClaimEventsAsCustomerResponse, type GetClaimsAsCustomerQueryParams, type GetClaimsAsCustomerResponse, type GetClaimsAsPartyByIdPathParams, type GetClaimsAsPartyByIdResponse, type GetClaimsAsPartyPathParams, type GetClaimsAsPartyQueryParams, type GetClaimsAsPartyResponse, type GetComplianceByRiskObjectIdPathParams, type GetComplianceByRiskObjectIdResponse, type GetConversationByIdPathParams, type GetConversationByIdQueryParams, type GetConversationByIdResponse, type GetConversationNotesPathParams, type GetConversationNotesQueryParams, type GetConversationNotesResponse, type GetConversationReportPdfByIdBody, type GetConversationReportPdfByIdPathParams, type GetConversationReportPdfByIdQueryParams, type GetConversationReportPdfByIdResponse, type GetConversationsOriginFilterQueryParams, type GetConversationsOriginFilterResponse, type GetCurrentAccountInsightsAsCustomerQueryParams, type GetCurrentAccountInsightsAsCustomerResponse, type GetCurrentAccountInsightsAsPartyPathParams, type GetCurrentAccountInsightsAsPartyQueryParams, type GetCurrentAccountInsightsAsPartyResponse, type GetCurrentBrokerOfTheUserResponse, type GetCustomersByPartyPathParams, type GetCustomersByPartyQueryParams, type GetCustomersByPartyResponse, type 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 SchemaAnvaMutationReason, type SchemaAnvaMutationReasons, type SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductFlowRevision, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, type SchemaAnvaProductTagUpsertCmd, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaAnvaTaskCmd, type SchemaAnvaTaskPriority, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type SchemaAppModelsPartyCommandsExternalRef, type SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyDocumentsPartydocumentquerymodel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type SchemaAttachmentType, type SchemaAudits, type SchemaAuth, type SchemaAutomaticEmergencyBreaking, type SchemaAvatars, type SchemaAxaCar, type SchemaAxaCarPayload, type SchemaAxaContractualExcess, type SchemaAxaContractualExcess_2, type SchemaAxaDriver, type SchemaAxaFamilyPayload, type SchemaAxaHome, type SchemaAxaHomePayload, type SchemaAxaItemLimitTier, type SchemaAxaItemLimitTier_2, type SchemaAxaTheftFormulas, type SchemaAxaTheftFormulas_2, type SchemaBackupFrequency, type SchemaBackupFrequency_2, type SchemaBalance, type SchemaBalanceQueryModel, type SchemaBaloiseCar, type SchemaBaloiseCarPayload, type SchemaBaloiseDriver, type SchemaBaloiseFamilyPayload, type SchemaBaloiseHome, type SchemaBaloiseHomePayload, type SchemaBatchUnitResponse, type SchemaBatteryCapacity, type SchemaBicycle, type SchemaBicycleReferenceQueryModel, type SchemaBicycleRiskObjectIdWithRevisionId, type SchemaBicycleSpeed, type SchemaBicycleType, type SchemaBicycleUsage, type SchemaBlindSpotWarning, type SchemaBoat, type SchemaBoatAccidentCoverageLevel, type SchemaBoatAccidentCoverageLevel_2, type SchemaBoatBerthBigCity, type SchemaBoatBerthNlArea, type SchemaBoatBerthType, type SchemaBoatCategory, type SchemaBoatCompetitionType, type SchemaBoatConstructionType, type SchemaBoatMotorKind, type SchemaBoatNlPayloads, type SchemaBoatPreferences, type SchemaBoatReferenceQueryModel, type SchemaBoatRiskObjectIdWithRevisionId, type SchemaBoatTerritory, type SchemaBoatTrailer, type SchemaBoatUsage, type SchemaBookkeeper, type SchemaBrand, type SchemaBrandClub, type SchemaBrandClub_2, type SchemaBrandSortContext, type SchemaBroker, type SchemaBrokerConnectionCreate, type 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 SchemaCheckupItemType, 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 SchemaDutyOfCareCheckupItem, type SchemaDutyOfCareKind, type SchemaDutyOfCareStatus, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, type SchemaEmailActionability, type SchemaEmailAggregateResponse, type SchemaEmailAnalysis, type SchemaEmailAnalysisResponse, type SchemaEmailAnalyzeByEmailIdCmd, type SchemaEmailConversation, type SchemaEmailModel, type SchemaEmailTriageClassification, type SchemaEmailTriageCmd, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type SchemaExtractSingularDocumentAsInsurancePolicyParams, type SchemaExtractSingularDocumentAsOfferParams, type SchemaExtractSingularDocumentEnqueueParams, type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams, type SchemaExtractSingularDocumentOffersEnqueueParams, type SchemaExtractSingularDocumentParams, type 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 SchemaFlowsModelsAnvaSendOfferMailCmdDocument, 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 SchemaHandleSendOfferMailParams, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleUpsertSupportedAnvaflowsTagParams, 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 SchemaInventoryCheckupItem, type SchemaInviteCustomersToPartyParams, type SchemaInviteUsersToDistributionParams, type SchemaInvoice, type SchemaInvoiceQueryModel, type SchemaInvoicesQueryModel, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, type SchemaJobQueuedResponse, type SchemaJobResult, type SchemaJobResultType, type SchemaJobStatus, type SchemaJointIndustrialCommittee, type SchemaJointIndustrialCommitteeQueryModel, type SchemaJsonRpcError, type SchemaJsonRpcReply, type SchemaKey, type SchemaKeys, type SchemaKind, type SchemaKmPerYear, type SchemaKmPerYear_2, type SchemaKw, type SchemaLabelValueCount, type SchemaLabeledItems, type SchemaLaneCenteringAssist, type SchemaLaneDepartureWarning, type SchemaLaneKeepingAssistance, type SchemaLanguage, type SchemaLanguageCodes, type SchemaLarLegalPayload, type SchemaLastAnswer, type SchemaLateralCrashProtection, type SchemaLateralCrashProtectionDriver, type SchemaLateralCrashProtectionPassenger, type SchemaLateralCrashProtectionRear, type SchemaLeadCampaignQueryModel, type SchemaLeadDocumentQueryModel, type SchemaLeadDocumentType, type SchemaLeadProviderQueryModel, type SchemaLeadProviderResponse, type SchemaLeadProvidersResponse, type SchemaLeadReferenceQueryModel, type SchemaLeadRetrieveReply, type SchemaLeadStatus, type SchemaLeadTransferPayload, type SchemaLeaseOfferDocumentQueryModel, type SchemaLeaseOfferDocumentType, type SchemaLeaseOfferType, type SchemaLeaseType, type SchemaLeaseType_2, type SchemaLegalAid, type SchemaLegalForm, type SchemaLegalForm_2, type SchemaLegalPayloads, type SchemaLegalReferenceQueryModel, type SchemaLegalRiskObjectIdWithRevisionId, type SchemaLength, type SchemaLengthUnit, type SchemaLez, type SchemaLezCity, type SchemaLezPass, type SchemaLezYears, type SchemaLiabilityInfo, type SchemaLiabilityType, type SchemaLiabilityType_2, type SchemaLicense, type SchemaLicensePlateType, type SchemaLicensePlateType_2, type SchemaLink, type SchemaLinkPartyToUserCmd, type SchemaLinkPartyToUserCmdItem, type SchemaLinkPartyToUserParams, type SchemaLinkedCompany, type SchemaLinkedCompanyQueryModel, type SchemaLivingRoomSize, type SchemaLocalisationPatchCmd, type SchemaLocalization, type SchemaLocalized, type SchemaLowerCaseCountryCodes, type SchemaLowerCaseLanguageCodes, type SchemaMachineAcquisitionType, type SchemaMachineDelivery, type SchemaMailEvent, type SchemaMainBuilding, type SchemaMainBuildingType, type SchemaManagement, type SchemaManagementFuturePlans, type SchemaManagementQueryModel, type SchemaMarkSessionAsCompletedModel, type SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsFasterforwardListItem, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalClaim, type SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalDutyOfCareItem, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicy, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalInventorySummary, type SchemaMinimalInvoice, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalPolicyPackage, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMinimalUser, type SchemaMinimalUserQueryModels, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMockedDisableTwoFactorRequest, type SchemaMockedTwoFactorVerificationRequest, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, type SchemaNextActionItem, type SchemaNextActionSource, type SchemaNextActionType, type SchemaNotice, type SchemaNumberPlateInfo, type SchemaNumberPlatePremiumResponse, type SchemaOccupationType, type SchemaOfferCampaignQueryModel, type SchemaOfferCreateCmdV2, type SchemaOfferCreateResponse, type SchemaOfferCreateRevisionCmd, type SchemaOfferPatchBulkCmd, type SchemaOfferPayment, type SchemaOfferRejectionCancellationReason, type SchemaOfferRequestForInsuranceCompanyCreateCmd, type SchemaOfferRequestForInsuranceCompanyInsuranceProductItem, type SchemaOfferRequestForInsuranceCompanyItem, type SchemaOfferRequestForInsuranceCompanyItemWithId, type SchemaOfferRequestForInsuranceCompanyParty, type SchemaOfferRevisionDocument, type SchemaOfferRevisionDocumentType, type SchemaOfferRevisionPatchCmd, type SchemaOfferRevisionQueryModel, type SchemaOfferRevisionReferenceQueryModel, type SchemaOfferStatus, type SchemaOfferWarning, type SchemaOmniumFormula, type SchemaOmniumFormulaByName, type SchemaOmniumFormulaByName_2, type SchemaOmniumFormula_2, type SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOverdueInvoicesCheckupItem, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPackagesToProposeCheckupItem, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type SchemaPartyCheckupResponse, type SchemaPartyComplianceType, type SchemaPartyConversationNotes, type SchemaPartyCurrentAccountInsightsQueryModel, type SchemaPartyDocument, type SchemaPartyDocumentQueryModel, type SchemaPartyDocumentType, type SchemaPartyDocumentUpload, type SchemaPartyDocuments, type SchemaPartyEntity, type SchemaPartyExternalRefsCreateCmd, type SchemaPartyExternalRefsQueryModel, type SchemaPartyGroupCustomerQueryModel, type SchemaPartyGroupReferenceQueryModel, type SchemaPartyGroupRiskObjectIdWithRevisionId, type SchemaPartyInvite, type SchemaPartyKycItem, type SchemaPartyKycQueryModel, type SchemaPartyLink, type SchemaPartyLinkQueryModel, type SchemaPartyLogoCmd, type SchemaPartyLogoQueryModel, type SchemaPartyMergeCmd, type SchemaPartyNoteCmd, type SchemaPartyOriginFilter, type SchemaPartyOriginFilterItem, type SchemaPartyPatchCmd, type SchemaPartyPreferences, type SchemaPartyPreferencesQueryModel, type SchemaPartyQueryModel, type SchemaPartyRelation, type SchemaPartyRelationCreateCmd, type SchemaPartyRelationQueryModel, type SchemaPartyRelationType, type SchemaPartyRelationType_2, type SchemaPartySocialLinks, type SchemaPartyStatus, type SchemaPartyStatus_2, type SchemaPartyTransferPayload, type SchemaPartyWithMetadata, type SchemaPaymentInterval, type SchemaPaymentIntervalLowerCaseValues, type SchemaPaymentInterval_2, type SchemaPaymentMethod, type SchemaPaymentMethod_2, type SchemaPaymentStatus, type SchemaPedestrianDetection, type SchemaPendingUpgradesReply, type SchemaPerformance, type SchemaPeriodicCash, type SchemaPermittedTowbarDownload, type SchemaPermittedTrailerLoadWithoutBrakes, type SchemaPersonalizedAdvice, type SchemaPersonalizedAdviceResponse, type SchemaPersonnelDetails, type SchemaPhysicalProperties, type SchemaPiaContractConversionStatus, type SchemaPlanQueryModel, type SchemaPlanStatus, type SchemaPlansReply, type SchemaPnpCar, type SchemaPnpCarPayload, type SchemaPnpDriver, type SchemaPnpFamilyPayload, type SchemaPnpHome, type SchemaPnpHomePayload, type SchemaPoliciesToProposeCheckupItem, type SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPossiblePackage, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type SchemaPriorityTag, type SchemaProductInfo, type SchemaProductV2, type SchemaProductsFilterSort, type SchemaProductsGroupBy, type SchemaProductsV2Filter, type SchemaProductsV2Response, type SchemaProfession, type SchemaProfileaseLeaseRate, type SchemaProfileaseLeaseResidual, type SchemaProfileaseLeaseType, type SchemaProfileaseQuote, type SchemaPromotion, type SchemaPromotionCriteria, type SchemaPromotionModifications, type SchemaPromotionQueryModel, type SchemaPropertyType, type SchemaProspectCreationResponse, type SchemaProspectReferenceQueryModel, type SchemaProspectType, type SchemaProvenanceDocumentReference, type SchemaPublicConnectionQueryModel, type SchemaPublicConnectionsQueryModel, type SchemaPublicDistributionConnectionQueryModel, type SchemaQuestion, type SchemaQuestionGroup, type SchemaQuestionUpdateCmd, type SchemaQuestionnaire, type SchemaQuote, type SchemaQuoteDetails, type SchemaQuoteExport, type SchemaQuoteExportRequest, type SchemaQuoteExportResponse, type SchemaQuoteMailSendRequest, type SchemaQuoteMailSendResponse, type SchemaQuoteReferenceQueryModel, type SchemaQuoteRequestV2Base, type SchemaQuoteResponse, type SchemaQuoteResponseV2, type SchemaQuoteSpecification, type SchemaQuoteStatus, type SchemaRateLimitErrorMsgEnum, type SchemaRearAutomaticEmergencyBraking, type SchemaRearCrossTrafficWarning, type SchemaRecalculateAnvaQuoteRequest, type SchemaRecalculateAnvaSimulationCmd, type 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 SchemaSendOfferMailCmd, type SchemaSendOfferMailResponse, 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 SchemaSingularityJobQueuedResponse, type SchemaSingularityJobResultBase, type SchemaSingularityModelsDocumentExtractorCmdLink, type SchemaSingularityModelsPartyCheckupLink, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSwitchCandidatesCheckupItem, type SchemaSymbol, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephoneNr, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferCandidatesCheckupItem, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, type SchemaUpsertFaqItemParams, type SchemaUpsertInsurancePolicyForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicySimulationForPartyParams, type SchemaUpsertPolicyPackageByPartyParams, type SchemaUserMeUpdateCmd, type SchemaUserRole, type SchemaValidator, type SchemaValuableItem, type SchemaValueUnitInt, type SchemaValueUnitStr, type SchemaVatType, type SchemaVatType_2, type SchemaVehicleRegistrationDateType, type SchemaVehicleRegistrationPlateValidation, type SchemaVehicleSearch, type SchemaVerifyIfADistributionExistsByCompanyRegistrationParams, type SchemaVerifyIfADistributionExistsByNameParams, type SchemaVerifyIfAUserExistsByEmailParams, type SchemaVersion, type SchemaVersionSortContext, type SchemaVillasureHomePayload, type SchemaVinInfo, type SchemaVinPremiumResponse, type SchemaViviumCar, type SchemaViviumCarPayload, type SchemaViviumDriver, type SchemaViviumFamilyPayload, type SchemaViviumHome, type SchemaViviumHomePayload, type SchemaVoltage, type SchemaWageBill, type SchemaWarningMsg, type SchemaWarranyOptions, type SchemaWarranyOptions_2, type SchemaWeightEmpty, type SchemaWgBeApiAddressModelsAddressAddress, type SchemaWgBeApiAddressModelsAddressInformationV2Company, type SchemaWgBeApiAddressModelsAddressInformationV2Link, type SchemaWgBeApiAddressModelsPersonsDirectorsCompany, type SchemaWgBeApiAddressModelsVatCompanyActivity, type SchemaWgBeApiAddressModelsVatCompanyAssetInfo, type SchemaWgBeApiAddressModelsVatCompanyContactPerson, type SchemaWgBeApiAddressModelsVatCompanyFleetInfo, type SchemaWgBeApiAddressModelsVatCompanyLink, type SchemaWgBeApiAddressModelsVatCompanyPersonnelDetails, type SchemaWgBeApiAddressModelsVatCompanyThirdPartyActivity, type SchemaWgBeApiAddressModelsVatCompanyTurnover, type SchemaWgBeApiAddressModelsVatCompanyWorkforce, type SchemaWgBeApiQuotesModelsBaseLocalization, type SchemaWgBeApiQuotesModelsBaseLocalization_2, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsCar, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsFamily, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsLegal, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsPartyGroup, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsResidence, type SchemaWgPyModelsComplexAddress, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoMachineDelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoPeriodicCash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoSiloCapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoMachinedelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoPeriodiccash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoSilocapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorksConstructionWorkDuration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworksConstructionworkduration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactPerson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactperson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFleetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalAid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalaid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyManagementFunction, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonnelDetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonneldetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdPartyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdpartyactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWageBill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWagebill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsAnnexAnnex, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverAssistanceSystemDriveAssistanceSystem, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverCarInsured, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriver, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsInsuranceHistoryInsuranceHistory, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsPersonPerson, type SchemaWgPyModelsDomainInsuranceInsurancesAedesAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesAragLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesArcesLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesAxaAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAxaCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsHolderState, type SchemaWgPyModelsDomainInsuranceInsurancesAxaFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesDasLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralParty, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralPartyGroup, type SchemaWgPyModelsDomainInsuranceInsurancesEuromexLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesLarLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesPnpFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesViviumCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesViviumFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumResidenceRooms, type SchemaWgPyModelsDomainInsuranceProspectCompany, type SchemaWgPyModelsDomainInsuranceProspectCompany_2, type SchemaWgPyModelsDomainInsuranceProspectCustomer, type SchemaWgPyModelsDomainInsuranceProspectCustomer_2, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferences, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferencesFuneralPreference, type SchemaWgPyModelsDomainInsuranceProspectPartypreferences, type SchemaWgPyModelsDomainInsuranceProspectPartypreferencesFuneralpreference, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesPartyExternalRefsQueryModel, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBicycleBicycle, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBoatBoat, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsCarCar, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsMiscMiscellaneous, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerSemiTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainInsuranceRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyPerson, type SchemaWgPyModelsDomainInsuranceRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceAnnexAnnex, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingFacade, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingMainBuilding, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidencePreferencesResidencePreferences, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceRoomsRooms, type SchemaWgPyModelsDomainInsuranceRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccident, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccidentStatement, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarInsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverbrandclubmembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleusage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainWegroupComplexAddress, type SchemaWgPyModelsDomainWegroupComplexAddress_2, type SchemaWgPyModelsDomainWegroupComplexCompanyRegistration, type SchemaWgPyModelsDomainWegroupComplexCompanyregistration, type SchemaWgPyModelsDomainWegroupComplexLocalization, type SchemaWgPyModelsDomainWegroupEnumsCarUsedFor, type SchemaWgPyModelsDomainWegroupEnumsClaimFreeYears, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsCurrency, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsGender, type SchemaWgPyModelsDomainWegroupEnumsHolderState, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes_2, type SchemaWgPyModelsDomainWegroupEnumsMiscellaneousType, type SchemaWgPyModelsDomainWegroupEnumsOfferRevisionDocumentType, type SchemaWgPyModelsDomainWegroupEnumsProfession, type SchemaWgPyModelsDomainWegroupEnumsProspectType, type SchemaWgPyModelsDomainWegroupEnumsProspectType_2, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtCountryCodes, type SchemaWgsdkSmtCoveragePeriod, type SchemaWgsdkSmtGender, type SchemaWgsdkSmtInsuranceHistory, type SchemaWgsdkSmtProfession, type SchemaWheelBase, type SchemaWheelBaseArray, type SchemaWheelRimSizeArray, type SchemaWheelRimsSize, type SchemaWheelSize, type SchemaWheelSizeArray, type SchemaWidth, type SchemaWindow, type SchemaWorkforce, type SchemaWorkforcePossibleDanger, type SchemaWorkingMethod, type SchemaYellowHiveCoverage, type SchemaYellowHiveInsurance, type SchemaYellowHiveInsurancePolicy, type SchemaYellowHiveProduct, type SchemaYellowHiveProductQuestionnaire, type SchemaYellowHiveProductQuestionnaireQueryModel, type SchemaYellowHiveProductQuestionnairesQueryModel, type SchemaYellowHiveProductQuestionnairesUpdateCmd, type SchemaYellowHiveProductQuestionnairesValidateCmd, type SchemaYellowHiveProductToInsurancePolicyLink, type SchemaYellowHiveProductsInConversationCmd, type SchemaYellowHiveQuote, type SchemaYellowHiveQuoteCalculationJob, type SchemaYellowHiveQuoteCalculationJobsQueuedResponse, type SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferMailBySessionIdBody, type SendOfferMailBySessionIdPathParams, type SendOfferMailBySessionIdQueryParams, type SendOfferMailBySessionIdResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type 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, createAnvaflowTags, 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, getAnvaMutationReasons, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getCheckupByPartyId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, 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, sendOfferMailBySessionId, 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 };
|
|
119692
|
+
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 CreateAnvaTaskPathParams, type CreateAnvaTaskQueryParams, type CreateAnvaTaskResponse, type CreateAnvaflowTagsBody, type CreateAnvaflowTagsQueryParams, type CreateAnvaflowTagsResponse, type CreateBicycleRiskObjectBody, type CreateBicycleRiskObjectPathParams, type CreateBicycleRiskObjectQueryParams, type CreateBicycleRiskObjectResponse, type CreateBoatRiskObjectBody, type CreateBoatRiskObjectPathParams, type CreateBoatRiskObjectQueryParams, type CreateBoatRiskObjectResponse, type CreateBrokerConnectionsByIdBody, type CreateBrokerConnectionsByIdPathParams, type CreateBrokerConnectionsByIdResponse, type CreateCampaignBody, type CreateCampaignQueryParams, type CreateCampaignResponse, type CreateCarRiskObjectBody, type CreateCarRiskObjectPathParams, type CreateCarRiskObjectQueryParams, type CreateCarRiskObjectResponse, type CreateClaimAsBrokerQueryParams, type CreateClaimAsBrokerResponse, type CreateClaimAsCustomerPathParams, type CreateClaimAsCustomerQueryParams, type CreateClaimAsCustomerResponse, type CreateCompanyLeadBody, type CreateCompanyLeadPathParams, type CreateCompanyLeadQueryParams, type CreateCompanyLeadResponse, type CreateConversationBody, type CreateConversationPathParams, type CreateConversationQueryParams, type CreateConversationReminderPathParams, type CreateConversationReminderResponse, type CreateConversationResponse, type CreateCustomerLeadBody, type CreateCustomerLeadPathParams, type CreateCustomerLeadQueryParams, type CreateCustomerLeadResponse, type CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type CreatePartyActivitiesAsCustomerBody, type CreatePartyActivitiesAsCustomerResponse, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse, type CreatePartyGroupRiskObjectBody, type CreatePartyGroupRiskObjectPathParams, type CreatePartyGroupRiskObjectQueryParams, type CreatePartyGroupRiskObjectResponse, type CreatePartyNoteBody, type CreatePartyNotePathParams, type CreatePartyNoteResponse, type CreatePartyOffersBody, type CreatePartyOffersPathParams, type CreatePartyOffersQueryParams, type CreatePartyOffersResponse, type CreatePartyRelationsBody, type CreatePartyRelationsQueryParams, type CreatePartyRelationsResponse, type CreateProfileaseCarLeaseOfferBody, type CreateProfileaseCarLeaseOfferQueryParams, type CreateProfileaseCarLeaseOfferResponse, type CreateProflowSessionByBatchIdPathParams, type CreateProflowSessionByBatchIdQueryParams, type CreateProflowSessionByBatchIdResponse, type CreateRecommendationByPartyIdBody, type CreateRecommendationByPartyIdPathParams, type CreateRecommendationByPartyIdQueryParams, type CreateRecommendationByPartyIdResponse, type CreateRecommendationBySessionIdBody, type CreateRecommendationBySessionIdQueryParams, type CreateRecommendationBySessionIdResponse, type CreateReferenceForPartyBody, type CreateReferenceForPartyPathParams, type CreateReferenceForPartyResponse, type CreateReferencesForRiskObjectBody, type CreateReferencesForRiskObjectPathParams, type CreateReferencesForRiskObjectQueryParams, type CreateReferencesForRiskObjectResponse, type CreateRelationBetweenRiskObjectAndPartyBody, type CreateRelationBetweenRiskObjectAndPartyPathParams, type CreateRelationBetweenRiskObjectAndPartyQueryParams, type CreateRelationBetweenRiskObjectAndPartyResponse, type CreateRiskDomainActionForAdvisoryReportByIdBody, type CreateRiskDomainActionForAdvisoryReportByIdPathParams, type CreateRiskDomainActionForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionForAdvisoryReportByIdResponse, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainAdviceForAdvisoryReportByIdBody, type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainForAdvisoryReportByIdBody, type CreateRiskDomainForAdvisoryReportByIdPathParams, type CreateRiskDomainForAdvisoryReportByIdQueryParams, type CreateRiskDomainForAdvisoryReportByIdResponse, type CreateSemiTrailerRiskObjectBody, type CreateSemiTrailerRiskObjectPathParams, type CreateSemiTrailerRiskObjectQueryParams, type CreateSemiTrailerRiskObjectResponse, type CreateToolkitAccountBody, type CreateToolkitAccountQueryParams, type CreateToolkitAccountResponse, type CreateToolkitBrokerBody, type CreateToolkitBrokerQueryParams, type CreateToolkitBrokerResponse, type CreateTrailerRiskObjectBody, type CreateTrailerRiskObjectPathParams, type CreateTrailerRiskObjectQueryParams, type CreateTrailerRiskObjectResponse, type CreateTrialBrokerBody, type CreateTrialBrokerQueryParams, type CreateTrialBrokerResponse, type CreateUploadLinkAsCustomerPathParams, type CreateUploadLinkAsCustomerQueryParams, type CreateUploadLinkAsCustomerResponse, type CreateUspItemForDistributionBody, type CreateUspItemForDistributionQueryParams, type CreateUspItemForDistributionResponse, type CreateYellowhiveContactPersonBody, type CreateYellowhiveContactPersonPathParams, type CreateYellowhiveContactPersonQueryParams, type CreateYellowhiveContactPersonResponse, type DeleteAdvisoryReportPathParams, type DeleteAdvisoryReportQueryParams, type DeleteAdvisoryReportResponse, type DeleteAdvisoryReportRevisionPathParams, type DeleteAdvisoryReportRevisionQueryParams, type DeleteAdvisoryReportRevisionResponse, type DeleteAllSessionsBySessionIdPathParams, type DeleteAllSessionsBySessionIdResponse, type DeleteAnvaClosingQuestionsPathParams, type DeleteAnvaClosingQuestionsQueryParams, type DeleteAnvaClosingQuestionsResponse, type DeleteBrokerConnectionByKeyPathParams, type DeleteBrokerConnectionByKeyResponse, type DeleteClaimAsBrokerByIdPathParams, type DeleteClaimAsBrokerByIdQueryParams, type DeleteClaimAsBrokerByIdResponse, type DeleteCommentOnActivityPathParams, type DeleteCommentOnActivityQueryParams, type DeleteCommentOnActivityResponse, type DeleteDistributionConnectionByKeyPathParams, type DeleteDistributionConnectionByKeyResponse, type DeleteDistributionFaqPathParams, type DeleteDistributionFaqQueryParams, type DeleteDistributionFaqResponse, type DeleteDistributionTagPathParams, type DeleteDistributionTagQueryParams, type DeleteDistributionTagResponse, type DeleteDocumentByIdAsCustomerWithTokenPathParams, type DeleteDocumentByIdAsCustomerWithTokenQueryParams, type DeleteDocumentByIdAsCustomerWithTokenResponse, type DeleteDocumentByIdPathParams, type DeleteDocumentByIdQueryParams, type DeleteDocumentByIdResponse, type DeleteDocumentForPartyPathParams, type DeleteDocumentForPartyResponse, type DeleteEntityAsBrokerByIdPathParams, type DeleteEntityAsBrokerByIdQueryParams, type DeleteEntityAsBrokerByIdResponse, type DeleteEntityByIdAsCustomerWithTokenPathParams, type DeleteEntityByIdAsCustomerWithTokenQueryParams, type DeleteEntityByIdAsCustomerWithTokenResponse, type DeleteEntityBySessionIdAndFlowIdPathParams, type DeleteEntityBySessionIdAndFlowIdQueryParams, type DeleteEntityBySessionIdAndFlowIdResponse, type DeleteInsurancePoliciesForPartyPathParams, type DeleteInsurancePoliciesForPartyResponse, type DeleteInsurancePolicyForAdvisoryReportByIdPathParams, type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams, type DeleteInsurancePolicyForAdvisoryReportByIdResponse, type DeleteInsuranceProductClauseForDistributionPathParams, type DeleteInsuranceProductClauseForDistributionQueryParams, type DeleteInsuranceProductClauseForDistributionResponse, type DeleteNotePathParams, type DeleteNoteQueryParams, type DeleteNoteResponse, type DeletePartyActivitiesAsCustomerPathParams, type DeletePartyActivitiesAsCustomerResponse, type DeletePartyEntityBySessionIdAndFlowIdPathParams, type DeletePartyEntityBySessionIdAndFlowIdQueryParams, type DeletePartyEntityBySessionIdAndFlowIdResponse, type DeletePartyNoteByIdPathParams, type DeletePartyNoteByIdResponse, type DeletePartyRelationsPathParams, type DeletePartyRelationsResponse, type DeletePolicyPackagesForPartyPathParams, type DeletePolicyPackagesForPartyResponse, type DeleteRelationBetweenRiskObjectAndPartyPathParams, type DeleteRelationBetweenRiskObjectAndPartyQueryParams, type DeleteRelationBetweenRiskObjectAndPartyResponse, type DeleteRiskDomainActionForAdvisoryReportByIdPathParams, type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams, type DeleteRiskDomainActionForAdvisoryReportByIdResponse, type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse, type DeleteRiskDomainForAdvisoryReportByIdPathParams, type DeleteRiskDomainForAdvisoryReportByIdQueryParams, type DeleteRiskDomainForAdvisoryReportByIdResponse, type DeleteRiskObjectByIdPathParams, type DeleteRiskObjectByIdResponse, type DeleteSessionBySessionIdPathParams, type DeleteSessionBySessionIdResponse, type DeleteUspByDistributionAndIdPathParams, type DeleteUspByDistributionAndIdQueryParams, type DeleteUspByDistributionAndIdResponse, type DelinkPartyToUserBody, type DelinkPartyToUserResponse, type Disable2FaByUserBody, type Disable2FaByUserResponse, type Disable2FaForCustomerPathParams, type Disable2FaForCustomerResponse, type DownloadDocumentByIdPathParams, type DownloadDocumentByIdQueryParams, type DownloadDocumentByIdResponse, type EditInsuranceProductAdviceByDistributionBody, type EditInsuranceProductAdviceByDistributionPathParams, type EditInsuranceProductAdviceByDistributionResponse, type EditInsuranceProductDescriptionsByDistributionPathParams, type EditInsuranceProductDescriptionsByDistributionResponse, type Enable2FaBody, type Enable2FaResponse, type EnqueueCalculationAnvaquotesBySessionIdBody, type EnqueueCalculationAnvaquotesBySessionIdPathParams, type EnqueueCalculationAnvaquotesBySessionIdQueryParams, type EnqueueCalculationAnvaquotesBySessionIdResponse, type EnqueueSendCustomQuotesToAnvaBySessionIdBody, type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams, type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams, type EnqueueSendCustomQuotesToAnvaBySessionIdResponse, type EnqueueSendOfferToAnvaBySessionIdPathParams, type EnqueueSendOfferToAnvaBySessionIdQueryParams, type EnqueueSendOfferToAnvaBySessionIdResponse, type EnrichPartyByIdWithExternalCompanyDataPathParams, type EnrichPartyByIdWithExternalCompanyDataQueryParams, type EnrichPartyByIdWithExternalCompanyDataResponse, type ExportAdvisoryReportByIdBody, type ExportAdvisoryReportByIdPathParams, type ExportAdvisoryReportByIdQueryParams, type ExportAdvisoryReportByIdResponse, type ExportPartyByIdPathParams, type ExportPartyByIdResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type ExtractPartyForOneDocumentEnqueueBody, type ExtractPartyForOneDocumentEnqueueResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type GeneratePersonalizationAdviceForAdvisoryReportPathParams, type GeneratePersonalizationAdviceForAdvisoryReportResponse, type GeneratePossibleProductsBySessionV2Body, type GeneratePossibleProductsBySessionV2PathParams, type GeneratePossibleProductsBySessionV2QueryParams, type GeneratePossibleProductsBySessionV2Response, type GenerateQuestionsToPrefillByCarBody, type GenerateQuestionsToPrefillByCarPathParams, type GenerateQuestionsToPrefillByCarQueryParams, type GenerateQuestionsToPrefillByCarResponse, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse, type GenerateTokenForSocialLoginFlowAsBrokerQueryParams, type GenerateTokenForSocialLoginFlowAsBrokerResponse, type Get2FaByUserResponse, type GetActivityByPartyPathParams, type GetActivityByPartyQueryParams, type GetActivityByPartyResponse, type GetAddressInfoFreemiumQueryParams, type GetAddressInfoFreemiumResponse, type GetAddressInfoQueryParams, type GetAddressInfoResponse, type GetAdvicesPerInsuranceProductPathParams, type GetAdvicesPerInsuranceProductResponse, type GetAdvisoryReportByIdPathParams, type GetAdvisoryReportByIdQueryParams, type GetAdvisoryReportByIdResponse, type GetAdvisoryReportExportOptionsPathParams, type GetAdvisoryReportExportOptionsResponse, type GetAdvisoryReportRevisionDiffPathParams, type GetAdvisoryReportRevisionDiffQueryParams, type GetAdvisoryReportRevisionDiffResponse, type GetAllActivityTypesQueryParams, type GetAllActivityTypesResponse, type GetAllAdvisoryReportsQueryParams, type GetAllAdvisoryReportsResponse, type GetAllAvailableAffiliationsResponse, type GetAllAvailablePlansResponse, type GetAllAvailableThemesInWegroupQueryParams, type GetAllAvailableThemesInWegroupResponse, type GetAllBrokersLinkedToCurrentUserResponse, type GetAllCampaignTemplatesQueryParams, type GetAllCampaignTemplatesResponse, type GetAllCampaignsByDistributionQueryParams, type GetAllCampaignsByDistributionResponse, type GetAllCarClaimCategoriesResponse, type GetAllClaimsAsBrokerQueryParams, type GetAllClaimsAsBrokerResponse, type GetAllConversationsQueryParams, type GetAllConversationsResponse, type GetAllCustomersByDistributionQueryParams, type GetAllCustomersByDistributionResponse, type GetAllEnumsResponse, type GetAllLeadsByDistributionPathParams, type GetAllLeadsByDistributionResponse, type GetAllLeaseOffersByDistributionPathParams, type GetAllLeaseOffersByDistributionQueryParams, type GetAllLeaseOffersByDistributionResponse, type GetAllPartiesByDistributionPathParams, type GetAllPartiesByDistributionQueryParams, type GetAllPartiesByDistributionResponse, type GetAllPartiesByDistributionV2PathParams, type GetAllPartiesByDistributionV2QueryParams, type GetAllPartiesByDistributionV2Response, type GetAllRiskObjectsByPartyIdPathParams, type GetAllRiskObjectsByPartyIdQueryParams, type GetAllRiskObjectsByPartyIdResponse, type GetAllRiskObjectsByPartyIdV2PathParams, type GetAllRiskObjectsByPartyIdV2QueryParams, type GetAllRiskObjectsByPartyIdV2Response, type GetAllSessionsBySessionIdPathParams, type GetAllSessionsBySessionIdQueryParams, type GetAllSessionsBySessionIdResponse, type GetAllVehicleBrandsQueryParams, type GetAllVehicleBrandsResponse, type GetAllVehicleSeriesByBrandKeyPathParams, type GetAllVehicleSeriesByBrandKeyQueryParams, type GetAllVehicleSeriesByBrandKeyResponse, type GetAllVehicleVersionsBySeriesIdPathParams, type GetAllVehicleVersionsBySeriesIdQueryParams, type GetAllVehicleVersionsBySeriesIdResponse, type GetAnvaAgentsQueryParams, type GetAnvaAgentsResponse, type GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaMutationReasonsQueryParams, type GetAnvaMutationReasonsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaProductsQueryParams, type GetAnvaProductsResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAssuEmployeesQueryParams, type GetAssuEmployeesResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerByAnvaProducerIdPathParams, type GetBrokerByAnvaProducerIdResponse, type GetBrokerByAnvaRelationMangerIdPathParams, type GetBrokerByAnvaRelationMangerIdResponse, type GetBrokerConnectionsByIdPathParams, type GetBrokerConnectionsByIdResponse, type GetBrokerIntegrationsPathParams, type GetBrokerIntegrationsResponse, type GetCampaignByIdPathParams, type GetCampaignByIdQueryParams, type GetCampaignByIdResponse, type GetCampaignSettingsByDistributionQueryParams, type GetCampaignSettingsByDistributionResponse, type GetCampaignTargetMailTemplateQueryParams, type GetCampaignTargetMailTemplateResponse, type GetCarLeaseRatesQueryParams, type GetCarLeaseRatesResponse, type GetChatBySessionIdPathParams, type GetChatBySessionIdResponse, type GetChatSummaryV2BySessionIdPathParams, type GetChatSummaryV2BySessionIdQueryParams, type GetChatSummaryV2BySessionIdResponse, type GetCheckupByPartyIdPathParams, type GetCheckupByPartyIdResponse, type GetClaimAsBrokerByIdPathParams, type GetClaimAsBrokerByIdQueryParams, type GetClaimAsBrokerByIdResponse, type GetClaimAsCustomerWithTokenPathParams, type GetClaimAsCustomerWithTokenQueryParams, type GetClaimAsCustomerWithTokenResponse, type GetClaimByIdAsCustomerPathParams, type GetClaimByIdAsCustomerResponse, type GetClaimEventsAsBrokerByIdPathParams, type GetClaimEventsAsBrokerByIdQueryParams, type GetClaimEventsAsBrokerByIdResponse, type GetClaimEventsAsCustomerPathParams, type GetClaimEventsAsCustomerQueryParams, type GetClaimEventsAsCustomerResponse, type GetClaimsAsCustomerQueryParams, type GetClaimsAsCustomerResponse, type GetClaimsAsPartyByIdPathParams, type GetClaimsAsPartyByIdResponse, type GetClaimsAsPartyPathParams, type GetClaimsAsPartyQueryParams, type GetClaimsAsPartyResponse, type GetComplianceByRiskObjectIdPathParams, type GetComplianceByRiskObjectIdResponse, type GetConversationByIdPathParams, type GetConversationByIdQueryParams, type GetConversationByIdResponse, type GetConversationNotesPathParams, type GetConversationNotesQueryParams, type GetConversationNotesResponse, type GetConversationReportPdfByIdBody, type GetConversationReportPdfByIdPathParams, type GetConversationReportPdfByIdQueryParams, type GetConversationReportPdfByIdResponse, type GetConversationsOriginFilterQueryParams, type GetConversationsOriginFilterResponse, type GetCurrentAccountInsightsAsCustomerQueryParams, type GetCurrentAccountInsightsAsCustomerResponse, type GetCurrentAccountInsightsAsPartyPathParams, type GetCurrentAccountInsightsAsPartyQueryParams, type GetCurrentAccountInsightsAsPartyResponse, type GetCurrentBrokerOfTheUserResponse, type GetCustomersByPartyPathParams, type GetCustomersByPartyQueryParams, type GetCustomersByPartyResponse, type 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 SchemaAnvaMutationReason, type SchemaAnvaMutationReasons, type SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductFlowRevision, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, type SchemaAnvaProductTagUpsertCmd, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaAnvaTaskCmd, type SchemaAnvaTaskPriority, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type SchemaAppModelsPartyCommandsExternalRef, type SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyDocumentsPartydocumentquerymodel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type SchemaAttachmentType, type SchemaAudits, type SchemaAuth, type SchemaAutomaticEmergencyBreaking, type SchemaAvatars, type SchemaAxaCar, type SchemaAxaCarPayload, type SchemaAxaContractualExcess, type SchemaAxaContractualExcess_2, type SchemaAxaDriver, type SchemaAxaFamilyPayload, type SchemaAxaHome, type SchemaAxaHomePayload, type SchemaAxaItemLimitTier, type SchemaAxaItemLimitTier_2, type SchemaAxaTheftFormulas, type SchemaAxaTheftFormulas_2, type SchemaBackupFrequency, type SchemaBackupFrequency_2, type SchemaBalance, type SchemaBalanceQueryModel, type SchemaBaloiseCar, type SchemaBaloiseCarPayload, type SchemaBaloiseDriver, type SchemaBaloiseFamilyPayload, type SchemaBaloiseHome, type SchemaBaloiseHomePayload, type SchemaBatchUnitResponse, type SchemaBatteryCapacity, type SchemaBicycle, type SchemaBicycleReferenceQueryModel, type SchemaBicycleRiskObjectIdWithRevisionId, type SchemaBicycleSpeed, type SchemaBicycleType, type SchemaBicycleUsage, type SchemaBlindSpotWarning, type SchemaBoat, type SchemaBoatAccidentCoverageLevel, type SchemaBoatAccidentCoverageLevel_2, type SchemaBoatBerthBigCity, type SchemaBoatBerthNlArea, type SchemaBoatBerthType, type SchemaBoatCategory, type SchemaBoatCompetitionType, type SchemaBoatConstructionType, type SchemaBoatMotorKind, type SchemaBoatNlPayloads, type SchemaBoatPreferences, type SchemaBoatReferenceQueryModel, type SchemaBoatRiskObjectIdWithRevisionId, type SchemaBoatTerritory, type SchemaBoatTrailer, type SchemaBoatUsage, type SchemaBookkeeper, type SchemaBrand, type SchemaBrandClub, type SchemaBrandClub_2, type SchemaBrandSortContext, type SchemaBroker, type SchemaBrokerConnectionCreate, type 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 SchemaCheckupItemType, 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 SchemaDutyOfCareCheckupItem, type SchemaDutyOfCareKind, type SchemaDutyOfCareStatus, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, type SchemaEmailActionability, type SchemaEmailAggregateResponse, type SchemaEmailAnalysis, type SchemaEmailAnalysisResponse, type SchemaEmailAnalyzeByEmailIdCmd, type SchemaEmailConversation, type SchemaEmailModel, type SchemaEmailTriageClassification, type SchemaEmailTriageCmd, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type SchemaExtractSingularDocumentAsInsurancePolicyParams, type SchemaExtractSingularDocumentAsOfferParams, type SchemaExtractSingularDocumentEnqueueParams, type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams, type SchemaExtractSingularDocumentOffersEnqueueParams, type SchemaExtractSingularDocumentParams, type SchemaExtractSingularDocumentPartyEnqueueParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFaqCreateCmd, type SchemaFaqItem, type SchemaFaqQueryModel, type SchemaFaqType, type SchemaFeatureItem, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, type 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 SchemaHandleSendOfferMailParams, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleUpsertSupportedAnvaflowsTagParams, 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 SchemaInsuranceCarrierType, type SchemaInsuranceCompanyRetrieveResponse, type SchemaInsuranceCompanyTag, type SchemaInsuranceCompanyTag_2, type SchemaInsuranceContent, type SchemaInsuranceExtended, type SchemaInsuranceFsma, type SchemaInsuranceHistory, type SchemaInsuranceModuleExportQueryModel, type SchemaInsuranceModuleExportType, type SchemaInsurancePoliciesQueryModel, type SchemaInsurancePolicy, type SchemaInsurancePolicyCreateCmd, type SchemaInsurancePolicyCreateType, type SchemaInsurancePolicyDocumentCmd, type SchemaInsurancePolicyDocumentQueryModel, type SchemaInsurancePolicyDocumentType, type SchemaInsurancePolicyEntity, type SchemaInsurancePolicyLinkCmd, type SchemaInsurancePolicyLinkQueryModel, type SchemaInsurancePolicyQueryModel, type SchemaInsurancePolicySimulationSendRequest, type SchemaInsurancePolicySimulationType, type SchemaInsurancePolicySimulationUpsertCmd, type SchemaInsurancePolicyStatus, type SchemaInsurancePolicyType, type SchemaInsurancePolicyType_2, type SchemaInsuranceProduct, type SchemaInsuranceProductAdvices, type SchemaInsuranceProductByDistributionUpdateCmd, type SchemaInsuranceProductClauseCreateCmd, type SchemaInsuranceProductClauseUpdateCmd, type SchemaInsuranceProductClausesQueryModel, type SchemaInsuranceProductEntity, type SchemaInsuranceProductQueryModel, type SchemaInsuranceProductRecommendation, type SchemaInsuranceProductRecommendationPatchCmd, type SchemaInsuranceProductsQueryModel, type SchemaInsuranceTerminationReasonType, type SchemaInsuranceTerminationReasonType_2, type SchemaInsuranceType, type SchemaInsuranceType_2, type SchemaInsuredContentValue, type SchemaInsuredValue, type SchemaInventoryCheckupItem, type SchemaInviteCustomersToPartyParams, type SchemaInviteUsersToDistributionParams, type SchemaInvoice, type SchemaInvoiceQueryModel, type SchemaInvoicesQueryModel, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, type SchemaJobQueuedResponse, type SchemaJobResult, type SchemaJobResultType, type SchemaJobStatus, type SchemaJointIndustrialCommittee, type SchemaJointIndustrialCommitteeQueryModel, type SchemaJsonRpcError, type SchemaJsonRpcReply, type SchemaKey, type SchemaKeys, type SchemaKind, type SchemaKmPerYear, type SchemaKmPerYear_2, type SchemaKw, type SchemaLabelValueCount, type SchemaLabeledItems, type SchemaLaneCenteringAssist, type SchemaLaneDepartureWarning, type SchemaLaneKeepingAssistance, type SchemaLanguage, type SchemaLanguageCodes, type SchemaLarLegalPayload, type SchemaLastAnswer, type SchemaLateralCrashProtection, type SchemaLateralCrashProtectionDriver, type SchemaLateralCrashProtectionPassenger, type SchemaLateralCrashProtectionRear, type SchemaLeadCampaignQueryModel, type SchemaLeadDocumentQueryModel, type SchemaLeadDocumentType, type SchemaLeadProviderQueryModel, type SchemaLeadProviderResponse, type SchemaLeadProvidersResponse, type SchemaLeadReferenceQueryModel, type SchemaLeadRetrieveReply, type SchemaLeadStatus, type SchemaLeadTransferPayload, type SchemaLeaseOfferDocumentQueryModel, type SchemaLeaseOfferDocumentType, type SchemaLeaseOfferType, type SchemaLeaseType, type SchemaLeaseType_2, type SchemaLegalAid, type SchemaLegalForm, type SchemaLegalForm_2, type SchemaLegalPayloads, type SchemaLegalReferenceQueryModel, type SchemaLegalRiskObjectIdWithRevisionId, type SchemaLength, type SchemaLengthUnit, type SchemaLez, type SchemaLezCity, type SchemaLezPass, type SchemaLezYears, type SchemaLiabilityInfo, type SchemaLiabilityType, type SchemaLiabilityType_2, type SchemaLicense, type SchemaLicensePlateType, type SchemaLicensePlateType_2, type SchemaLink, type SchemaLinkPartyToUserCmd, type SchemaLinkPartyToUserCmdItem, type SchemaLinkPartyToUserParams, type SchemaLinkedCompany, type SchemaLinkedCompanyQueryModel, type SchemaLivingRoomSize, type SchemaLocalisationPatchCmd, type SchemaLocalization, type SchemaLocalized, type SchemaLowerCaseCountryCodes, type SchemaLowerCaseLanguageCodes, type SchemaMachineAcquisitionType, type SchemaMachineDelivery, type SchemaMailEvent, type SchemaMainBuilding, type SchemaMainBuildingType, type SchemaManagement, type SchemaManagementFuturePlans, type SchemaManagementQueryModel, type SchemaMarkSessionAsCompletedModel, type SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsFasterforwardListItem, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalClaim, type SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalDutyOfCareItem, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicy, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalInventorySummary, type SchemaMinimalInvoice, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalPolicyPackage, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMinimalUser, type SchemaMinimalUserQueryModels, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMockedDisableTwoFactorRequest, type SchemaMockedTwoFactorVerificationRequest, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, type SchemaNextActionItem, type SchemaNextActionSource, type SchemaNextActionType, type SchemaNotice, type SchemaNumberPlateInfo, type SchemaNumberPlatePremiumResponse, type SchemaOccupationType, type SchemaOfferCampaignQueryModel, type SchemaOfferCreateCmdV2, type SchemaOfferCreateResponse, type SchemaOfferCreateRevisionCmd, type SchemaOfferPatchBulkCmd, type SchemaOfferPayment, type SchemaOfferRejectionCancellationReason, type SchemaOfferRequestForInsuranceCompanyCreateCmd, type SchemaOfferRequestForInsuranceCompanyInsuranceProductItem, type SchemaOfferRequestForInsuranceCompanyItem, type SchemaOfferRequestForInsuranceCompanyItemWithId, type SchemaOfferRequestForInsuranceCompanyParty, type SchemaOfferRevisionDocument, type SchemaOfferRevisionDocumentType, type SchemaOfferRevisionPatchCmd, type SchemaOfferRevisionQueryModel, type SchemaOfferRevisionReferenceQueryModel, type SchemaOfferStatus, type SchemaOfferWarning, type SchemaOmniumFormula, type SchemaOmniumFormulaByName, type SchemaOmniumFormulaByName_2, type SchemaOmniumFormula_2, type SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOverdueInvoicesCheckupItem, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPackagesToProposeCheckupItem, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type SchemaPartyCheckupResponse, type SchemaPartyComplianceType, type SchemaPartyConversationNotes, type SchemaPartyCurrentAccountInsightsQueryModel, type SchemaPartyDocument, type SchemaPartyDocumentQueryModel, type SchemaPartyDocumentType, type SchemaPartyDocumentUpload, type SchemaPartyDocuments, type SchemaPartyEntity, type SchemaPartyExternalRefsCreateCmd, type SchemaPartyExternalRefsQueryModel, type SchemaPartyGroupCustomerQueryModel, type SchemaPartyGroupReferenceQueryModel, type SchemaPartyGroupRiskObjectIdWithRevisionId, type SchemaPartyInvite, type SchemaPartyKycItem, type SchemaPartyKycQueryModel, type SchemaPartyLink, type SchemaPartyLinkQueryModel, type SchemaPartyLogoCmd, type SchemaPartyLogoQueryModel, type SchemaPartyMergeCmd, type SchemaPartyNoteCmd, type SchemaPartyOriginFilter, type SchemaPartyOriginFilterItem, type SchemaPartyPatchCmd, type SchemaPartyPreferences, type SchemaPartyPreferencesQueryModel, type SchemaPartyQueryModel, type SchemaPartyRelation, type SchemaPartyRelationCreateCmd, type SchemaPartyRelationQueryModel, type SchemaPartyRelationType, type SchemaPartyRelationType_2, type SchemaPartySocialLinks, type SchemaPartyStatus, type SchemaPartyStatus_2, type SchemaPartyTransferPayload, type SchemaPartyWithMetadata, type SchemaPaymentInterval, type SchemaPaymentIntervalLowerCaseValues, type SchemaPaymentInterval_2, type SchemaPaymentMethod, type SchemaPaymentMethod_2, type SchemaPaymentStatus, type SchemaPedestrianDetection, type SchemaPendingUpgradesReply, type SchemaPerformance, type SchemaPeriodicCash, type SchemaPermittedTowbarDownload, type SchemaPermittedTrailerLoadWithoutBrakes, type SchemaPersonalizedAdvice, type SchemaPersonalizedAdviceResponse, type SchemaPersonnelDetails, type SchemaPhysicalProperties, type SchemaPiaContractConversionStatus, type SchemaPlanQueryModel, type SchemaPlanStatus, type SchemaPlansReply, type SchemaPnpCar, type SchemaPnpCarPayload, type SchemaPnpDriver, type SchemaPnpFamilyPayload, type SchemaPnpHome, type SchemaPnpHomePayload, type SchemaPoliciesToProposeCheckupItem, type SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPossiblePackage, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type SchemaPriorityTag, type SchemaProductInfo, type SchemaProductV2, type SchemaProductsFilterSort, type SchemaProductsGroupBy, type SchemaProductsV2Filter, type SchemaProductsV2Response, type SchemaProfession, type SchemaProfileaseLeaseRate, type SchemaProfileaseLeaseResidual, type SchemaProfileaseLeaseType, type SchemaProfileaseQuote, type SchemaPromotion, type SchemaPromotionCriteria, type SchemaPromotionModifications, type SchemaPromotionQueryModel, type SchemaPropertyType, type SchemaProspectCreationResponse, type SchemaProspectReferenceQueryModel, type SchemaProspectType, type SchemaProvenanceDocumentReference, type SchemaPublicConnectionQueryModel, type SchemaPublicConnectionsQueryModel, type SchemaPublicDistributionConnectionQueryModel, type SchemaQuestion, type SchemaQuestionGroup, type SchemaQuestionUpdateCmd, type SchemaQuestionnaire, type SchemaQuote, type SchemaQuoteDetails, type SchemaQuoteExport, type SchemaQuoteExportRequest, type SchemaQuoteExportResponse, type SchemaQuoteMailSendRequest, type SchemaQuoteMailSendResponse, type SchemaQuoteReferenceQueryModel, type SchemaQuoteRequestV2Base, type SchemaQuoteResponse, type SchemaQuoteResponseV2, type SchemaQuoteSpecification, type SchemaQuoteStatus, type SchemaRateLimitErrorMsgEnum, type SchemaRearAutomaticEmergencyBraking, type SchemaRearCrossTrafficWarning, type SchemaRecalculateAnvaQuoteRequest, type SchemaRecalculateAnvaSimulationCmd, type 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 SchemaSendOfferMailCmd, type SchemaSendOfferMailResponse, 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 SchemaSingularityJobQueuedResponse, type SchemaSingularityJobResultBase, type SchemaSingularityModelsDocumentExtractorCmdLink, type SchemaSingularityModelsPartyCheckupLink, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSwitchCandidatesCheckupItem, type SchemaSymbol, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephoneNr, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferCandidatesCheckupItem, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, type SchemaUpsertFaqItemParams, type SchemaUpsertInsurancePolicyForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicySimulationForPartyParams, type SchemaUpsertPolicyPackageByPartyParams, type SchemaUserMeUpdateCmd, type SchemaUserRole, type SchemaValidator, type SchemaValuableItem, type SchemaValueUnitInt, type SchemaValueUnitStr, type SchemaVatType, type SchemaVatType_2, type SchemaVehicleRegistrationDateType, type SchemaVehicleRegistrationPlateValidation, type SchemaVehicleSearch, type SchemaVerifyIfADistributionExistsByCompanyRegistrationParams, type SchemaVerifyIfADistributionExistsByNameParams, type SchemaVerifyIfAUserExistsByEmailParams, type SchemaVersion, type SchemaVersionSortContext, type SchemaVillasureHomePayload, type SchemaVinInfo, type SchemaVinPremiumResponse, type SchemaViviumCar, type SchemaViviumCarPayload, type SchemaViviumDriver, type SchemaViviumFamilyPayload, type SchemaViviumHome, type SchemaViviumHomePayload, type SchemaVoltage, type SchemaWageBill, type SchemaWarningMsg, type SchemaWarranyOptions, type SchemaWarranyOptions_2, type SchemaWeightEmpty, type SchemaWgBeApiAddressModelsAddressAddress, type SchemaWgBeApiAddressModelsAddressInformationV2Company, type SchemaWgBeApiAddressModelsAddressInformationV2Link, type SchemaWgBeApiAddressModelsPersonsDirectorsCompany, type SchemaWgBeApiAddressModelsVatCompanyActivity, type SchemaWgBeApiAddressModelsVatCompanyAssetInfo, type SchemaWgBeApiAddressModelsVatCompanyContactPerson, type SchemaWgBeApiAddressModelsVatCompanyFleetInfo, type SchemaWgBeApiAddressModelsVatCompanyLink, type SchemaWgBeApiAddressModelsVatCompanyPersonnelDetails, type SchemaWgBeApiAddressModelsVatCompanyThirdPartyActivity, type SchemaWgBeApiAddressModelsVatCompanyTurnover, type SchemaWgBeApiAddressModelsVatCompanyWorkforce, type SchemaWgBeApiQuotesModelsBaseLocalization, type SchemaWgBeApiQuotesModelsBaseLocalization_2, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsCar, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsFamily, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsLegal, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsPartyGroup, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsResidence, type SchemaWgPyModelsComplexAddress, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoMachineDelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoPeriodicCash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoSiloCapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoMachinedelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoPeriodiccash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoSilocapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorksConstructionWorkDuration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworksConstructionworkduration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactPerson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactperson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFleetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalAid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalaid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyManagementFunction, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonnelDetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonneldetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdPartyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdpartyactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWageBill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWagebill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsAnnexAnnex, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverAssistanceSystemDriveAssistanceSystem, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverCarInsured, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriver, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsInsuranceHistoryInsuranceHistory, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsPersonPerson, type SchemaWgPyModelsDomainInsuranceInsurancesAedesAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesAragLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesArcesLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesAxaAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAxaCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsHolderState, type SchemaWgPyModelsDomainInsuranceInsurancesAxaFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesDasLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralParty, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralPartyGroup, type SchemaWgPyModelsDomainInsuranceInsurancesEuromexLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesLarLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesPnpFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesViviumCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesViviumFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumResidenceRooms, type SchemaWgPyModelsDomainInsuranceProspectCompany, type SchemaWgPyModelsDomainInsuranceProspectCompany_2, type SchemaWgPyModelsDomainInsuranceProspectCustomer, type SchemaWgPyModelsDomainInsuranceProspectCustomer_2, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferences, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferencesFuneralPreference, type SchemaWgPyModelsDomainInsuranceProspectPartypreferences, type SchemaWgPyModelsDomainInsuranceProspectPartypreferencesFuneralpreference, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesPartyExternalRefsQueryModel, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBicycleBicycle, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBoatBoat, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsCarCar, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsMiscMiscellaneous, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerSemiTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainInsuranceRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyPerson, type SchemaWgPyModelsDomainInsuranceRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceAnnexAnnex, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingFacade, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingMainBuilding, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidencePreferencesResidencePreferences, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceRoomsRooms, type SchemaWgPyModelsDomainInsuranceRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccident, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccidentStatement, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarInsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverbrandclubmembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleusage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainWegroupComplexAddress, type SchemaWgPyModelsDomainWegroupComplexAddress_2, type SchemaWgPyModelsDomainWegroupComplexCompanyRegistration, type SchemaWgPyModelsDomainWegroupComplexCompanyregistration, type SchemaWgPyModelsDomainWegroupComplexLocalization, type SchemaWgPyModelsDomainWegroupEnumsCarUsedFor, type SchemaWgPyModelsDomainWegroupEnumsClaimFreeYears, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsCurrency, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsGender, type SchemaWgPyModelsDomainWegroupEnumsHolderState, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes_2, type SchemaWgPyModelsDomainWegroupEnumsMiscellaneousType, type SchemaWgPyModelsDomainWegroupEnumsOfferRevisionDocumentType, type SchemaWgPyModelsDomainWegroupEnumsProfession, type SchemaWgPyModelsDomainWegroupEnumsProspectType, type SchemaWgPyModelsDomainWegroupEnumsProspectType_2, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtCountryCodes, type SchemaWgsdkSmtCoveragePeriod, type SchemaWgsdkSmtGender, type SchemaWgsdkSmtInsuranceHistory, type SchemaWgsdkSmtProfession, type SchemaWheelBase, type SchemaWheelBaseArray, type SchemaWheelRimSizeArray, type SchemaWheelRimsSize, type SchemaWheelSize, type SchemaWheelSizeArray, type SchemaWidth, type SchemaWindow, type SchemaWorkforce, type SchemaWorkforcePossibleDanger, type SchemaWorkingMethod, type SchemaYellowHiveCoverage, type SchemaYellowHiveInsurance, type SchemaYellowHiveInsurancePolicy, type SchemaYellowHiveProduct, type SchemaYellowHiveProductQuestionnaire, type SchemaYellowHiveProductQuestionnaireQueryModel, type SchemaYellowHiveProductQuestionnairesQueryModel, type SchemaYellowHiveProductQuestionnairesUpdateCmd, type SchemaYellowHiveProductQuestionnairesValidateCmd, type SchemaYellowHiveProductToInsurancePolicyLink, type SchemaYellowHiveProductsInConversationCmd, type SchemaYellowHiveQuote, type SchemaYellowHiveQuoteCalculationJob, type SchemaYellowHiveQuoteCalculationJobsQueuedResponse, type SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferMailBySessionIdBody, type SendOfferMailBySessionIdPathParams, type SendOfferMailBySessionIdQueryParams, type SendOfferMailBySessionIdResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type 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, createAnvaflowTags, 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, extractPartyForOneDocumentEnqueue, extractWebsiteTheme, generateCompanyDescription, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePersonalizationAdviceForAdvisoryReport, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAdvisoryReportRevisionDiff, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllCustomersByDistribution, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaAgents, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaMutationReasons, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getCheckupByPartyId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, 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, sendOfferMailBySessionId, 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 };
|