wg-api-sdk 4.30.219 → 4.30.221
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 +911 -914
- package/dist/esm/index.mjs +1 -1
- package/dist/index.d.ts +911 -914
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -3357,6 +3357,23 @@ interface paths {
|
|
|
3357
3357
|
patch?: never;
|
|
3358
3358
|
trace?: never;
|
|
3359
3359
|
};
|
|
3360
|
+
"/v1/api/customers/me/finconnect/link": {
|
|
3361
|
+
parameters: {
|
|
3362
|
+
query?: never;
|
|
3363
|
+
header?: never;
|
|
3364
|
+
path?: never;
|
|
3365
|
+
cookie?: never;
|
|
3366
|
+
};
|
|
3367
|
+
/** Get Finconnect Link As Customer */
|
|
3368
|
+
get: operations["get_finconnect_link_as_customer_v1_api_customers_me_finconnect_link_get"];
|
|
3369
|
+
put?: never;
|
|
3370
|
+
post?: never;
|
|
3371
|
+
delete?: never;
|
|
3372
|
+
options?: never;
|
|
3373
|
+
head?: never;
|
|
3374
|
+
patch?: never;
|
|
3375
|
+
trace?: never;
|
|
3376
|
+
};
|
|
3360
3377
|
"/v1/api/parties/me": {
|
|
3361
3378
|
parameters: {
|
|
3362
3379
|
query?: never;
|
|
@@ -6690,23 +6707,6 @@ interface paths {
|
|
|
6690
6707
|
patch?: never;
|
|
6691
6708
|
trace?: never;
|
|
6692
6709
|
};
|
|
6693
|
-
"/v1/api/parties/{party_id}/finconnect/link": {
|
|
6694
|
-
parameters: {
|
|
6695
|
-
query?: never;
|
|
6696
|
-
header?: never;
|
|
6697
|
-
path?: never;
|
|
6698
|
-
cookie?: never;
|
|
6699
|
-
};
|
|
6700
|
-
/** Get Finconnect Link By Party */
|
|
6701
|
-
get: operations["get_finconnect_link_by_party_v1_api_parties__party_id__finconnect_link_get"];
|
|
6702
|
-
put?: never;
|
|
6703
|
-
post?: never;
|
|
6704
|
-
delete?: never;
|
|
6705
|
-
options?: never;
|
|
6706
|
-
head?: never;
|
|
6707
|
-
patch?: never;
|
|
6708
|
-
trace?: never;
|
|
6709
|
-
};
|
|
6710
6710
|
"/v2/api/quotes/{insurance_type}/{insurance_company}/{insurance}": {
|
|
6711
6711
|
parameters: {
|
|
6712
6712
|
query?: never;
|
|
@@ -8842,7 +8842,7 @@ interface components {
|
|
|
8842
8842
|
* Timestamp
|
|
8843
8843
|
* Format: date-time
|
|
8844
8844
|
* @description Timestamp of when the error occured
|
|
8845
|
-
* @default 2025-12-
|
|
8845
|
+
* @default 2025-12-16T17:27:47.233853
|
|
8846
8846
|
*/
|
|
8847
8847
|
timestamp: string;
|
|
8848
8848
|
/**
|
|
@@ -34890,6 +34890,11 @@ interface components {
|
|
|
34890
34890
|
[key: string]: number;
|
|
34891
34891
|
};
|
|
34892
34892
|
};
|
|
34893
|
+
/** FinConnectLinkQueryModel */
|
|
34894
|
+
FinConnectLinkQueryModel: {
|
|
34895
|
+
/** Link */
|
|
34896
|
+
link: string;
|
|
34897
|
+
};
|
|
34893
34898
|
/** update_party_by_id_params */
|
|
34894
34899
|
update_party_by_id_params: {
|
|
34895
34900
|
auth: components["schemas"]["Auth"];
|
|
@@ -40050,11 +40055,6 @@ interface components {
|
|
|
40050
40055
|
* @enum {unknown}
|
|
40051
40056
|
*/
|
|
40052
40057
|
PARTY_COMPLIANCE_TYPE: "IDENTITY_CARD" | "DRIVER_LICENSE" | "UBO";
|
|
40053
|
-
/** FinConnectLinkQueryModel */
|
|
40054
|
-
FinConnectLinkQueryModel: {
|
|
40055
|
-
/** Link */
|
|
40056
|
-
link: string;
|
|
40057
|
-
};
|
|
40058
40058
|
/** RiskObjects */
|
|
40059
40059
|
app__views__models__risk_object__RiskObjects: {
|
|
40060
40060
|
/**
|
|
@@ -69828,6 +69828,7 @@ type SchemaClaimQueryModel = components['schemas']['ClaimQueryModel'];
|
|
|
69828
69828
|
type SchemaAppViewsModelsClaimDocument = components['schemas']['app__views__models__claim__Document'];
|
|
69829
69829
|
type SchemaPartyDocuments = components['schemas']['PartyDocuments'];
|
|
69830
69830
|
type SchemaAppViewsModelsPartyPartyDocumentsMetaData = components['schemas']['app__views__models__party__PartyDocuments__MetaData'];
|
|
69831
|
+
type SchemaFinConnectLinkQueryModel = components['schemas']['FinConnectLinkQueryModel'];
|
|
69831
69832
|
type SchemaUpdatePartyByIdParams = components['schemas']['update_party_by_id_params'];
|
|
69832
69833
|
type SchemaPartyPatchCmd = components['schemas']['PartyPatchCmd'];
|
|
69833
69834
|
type SchemaAddressAllNones = components['schemas']['AddressAllNones'];
|
|
@@ -69912,7 +69913,6 @@ type SchemaPossibleInsuranceProductQueryModel = components['schemas']['PossibleI
|
|
|
69912
69913
|
type SchemaPartyKycQueryModel = components['schemas']['PartyKYCQueryModel'];
|
|
69913
69914
|
type SchemaPartyKycItem = components['schemas']['PartyKYCItem'];
|
|
69914
69915
|
type SchemaPartyComplianceType = components['schemas']['PARTY_COMPLIANCE_TYPE'];
|
|
69915
|
-
type SchemaFinConnectLinkQueryModel = components['schemas']['FinConnectLinkQueryModel'];
|
|
69916
69916
|
type SchemaAppViewsModelsRiskObjectRiskObjects = components['schemas']['app__views__models__risk_object__RiskObjects'];
|
|
69917
69917
|
type SchemaFleetQueryModel = components['schemas']['FleetQueryModel'];
|
|
69918
69918
|
type SchemaRiskObjectInFleet = components['schemas']['RiskObjectInFleet'];
|
|
@@ -88883,6 +88883,94 @@ interface operations {
|
|
|
88883
88883
|
};
|
|
88884
88884
|
};
|
|
88885
88885
|
};
|
|
88886
|
+
get_finconnect_link_as_customer_v1_api_customers_me_finconnect_link_get: {
|
|
88887
|
+
parameters: {
|
|
88888
|
+
query?: {
|
|
88889
|
+
/**
|
|
88890
|
+
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
88891
|
+
* @example EN
|
|
88892
|
+
*/
|
|
88893
|
+
lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
88894
|
+
/**
|
|
88895
|
+
* @description Same as lang, but adds support to pass ?language as well
|
|
88896
|
+
* @example EN
|
|
88897
|
+
*/
|
|
88898
|
+
language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
88899
|
+
};
|
|
88900
|
+
header?: {
|
|
88901
|
+
/** @description Which release to target running in 'STAGING' environment. */
|
|
88902
|
+
"x-release"?: string;
|
|
88903
|
+
};
|
|
88904
|
+
path?: never;
|
|
88905
|
+
cookie?: never;
|
|
88906
|
+
};
|
|
88907
|
+
requestBody?: never;
|
|
88908
|
+
responses: {
|
|
88909
|
+
/** @description Successful Response */
|
|
88910
|
+
307: {
|
|
88911
|
+
headers: {
|
|
88912
|
+
[name: string]: unknown;
|
|
88913
|
+
};
|
|
88914
|
+
content: {
|
|
88915
|
+
"application/json": components["schemas"]["FinConnectLinkQueryModel"];
|
|
88916
|
+
};
|
|
88917
|
+
};
|
|
88918
|
+
/** @description Bad Request */
|
|
88919
|
+
400: {
|
|
88920
|
+
headers: {
|
|
88921
|
+
[name: string]: unknown;
|
|
88922
|
+
};
|
|
88923
|
+
content: {
|
|
88924
|
+
"application/json": components["schemas"]["Error_4XX"];
|
|
88925
|
+
};
|
|
88926
|
+
};
|
|
88927
|
+
/** @description Unauthorized */
|
|
88928
|
+
401: {
|
|
88929
|
+
headers: {
|
|
88930
|
+
[name: string]: unknown;
|
|
88931
|
+
};
|
|
88932
|
+
content: {
|
|
88933
|
+
"application/json": components["schemas"]["Error_401"];
|
|
88934
|
+
};
|
|
88935
|
+
};
|
|
88936
|
+
/** @description Forbidden */
|
|
88937
|
+
403: {
|
|
88938
|
+
headers: {
|
|
88939
|
+
[name: string]: unknown;
|
|
88940
|
+
};
|
|
88941
|
+
content: {
|
|
88942
|
+
"application/json": components["schemas"]["Error_403"];
|
|
88943
|
+
};
|
|
88944
|
+
};
|
|
88945
|
+
/** @description Unprocessable Content */
|
|
88946
|
+
422: {
|
|
88947
|
+
headers: {
|
|
88948
|
+
[name: string]: unknown;
|
|
88949
|
+
};
|
|
88950
|
+
content: {
|
|
88951
|
+
"application/json": components["schemas"]["Error_422"];
|
|
88952
|
+
};
|
|
88953
|
+
};
|
|
88954
|
+
/** @description Too Many Requests */
|
|
88955
|
+
429: {
|
|
88956
|
+
headers: {
|
|
88957
|
+
[name: string]: unknown;
|
|
88958
|
+
};
|
|
88959
|
+
content: {
|
|
88960
|
+
"application/json": components["schemas"]["Error_429"];
|
|
88961
|
+
};
|
|
88962
|
+
};
|
|
88963
|
+
/** @description Internal Server Error */
|
|
88964
|
+
500: {
|
|
88965
|
+
headers: {
|
|
88966
|
+
[name: string]: unknown;
|
|
88967
|
+
};
|
|
88968
|
+
content: {
|
|
88969
|
+
"application/json": components["schemas"]["ServerError"];
|
|
88970
|
+
};
|
|
88971
|
+
};
|
|
88972
|
+
};
|
|
88973
|
+
};
|
|
88886
88974
|
patch_own_party_as_customer_v1_api_parties_me_patch: {
|
|
88887
88975
|
parameters: {
|
|
88888
88976
|
query?: never;
|
|
@@ -106860,96 +106948,6 @@ interface operations {
|
|
|
106860
106948
|
};
|
|
106861
106949
|
};
|
|
106862
106950
|
};
|
|
106863
|
-
get_finconnect_link_by_party_v1_api_parties__party_id__finconnect_link_get: {
|
|
106864
|
-
parameters: {
|
|
106865
|
-
query?: {
|
|
106866
|
-
/**
|
|
106867
|
-
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
106868
|
-
* @example EN
|
|
106869
|
-
*/
|
|
106870
|
-
lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
106871
|
-
/**
|
|
106872
|
-
* @description Same as lang, but adds support to pass ?language as well
|
|
106873
|
-
* @example EN
|
|
106874
|
-
*/
|
|
106875
|
-
language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
106876
|
-
};
|
|
106877
|
-
header?: {
|
|
106878
|
-
/** @description Which release to target running in 'STAGING' environment. */
|
|
106879
|
-
"x-release"?: string;
|
|
106880
|
-
};
|
|
106881
|
-
path: {
|
|
106882
|
-
party_id: string;
|
|
106883
|
-
};
|
|
106884
|
-
cookie?: never;
|
|
106885
|
-
};
|
|
106886
|
-
requestBody?: never;
|
|
106887
|
-
responses: {
|
|
106888
|
-
/** @description Successful Response */
|
|
106889
|
-
307: {
|
|
106890
|
-
headers: {
|
|
106891
|
-
[name: string]: unknown;
|
|
106892
|
-
};
|
|
106893
|
-
content: {
|
|
106894
|
-
"application/json": components["schemas"]["FinConnectLinkQueryModel"];
|
|
106895
|
-
};
|
|
106896
|
-
};
|
|
106897
|
-
/** @description Bad Request */
|
|
106898
|
-
400: {
|
|
106899
|
-
headers: {
|
|
106900
|
-
[name: string]: unknown;
|
|
106901
|
-
};
|
|
106902
|
-
content: {
|
|
106903
|
-
"application/json": components["schemas"]["Error_4XX"];
|
|
106904
|
-
};
|
|
106905
|
-
};
|
|
106906
|
-
/** @description Unauthorized */
|
|
106907
|
-
401: {
|
|
106908
|
-
headers: {
|
|
106909
|
-
[name: string]: unknown;
|
|
106910
|
-
};
|
|
106911
|
-
content: {
|
|
106912
|
-
"application/json": components["schemas"]["Error_401"];
|
|
106913
|
-
};
|
|
106914
|
-
};
|
|
106915
|
-
/** @description Forbidden */
|
|
106916
|
-
403: {
|
|
106917
|
-
headers: {
|
|
106918
|
-
[name: string]: unknown;
|
|
106919
|
-
};
|
|
106920
|
-
content: {
|
|
106921
|
-
"application/json": components["schemas"]["Error_403"];
|
|
106922
|
-
};
|
|
106923
|
-
};
|
|
106924
|
-
/** @description Unprocessable Content */
|
|
106925
|
-
422: {
|
|
106926
|
-
headers: {
|
|
106927
|
-
[name: string]: unknown;
|
|
106928
|
-
};
|
|
106929
|
-
content: {
|
|
106930
|
-
"application/json": components["schemas"]["Error_422"];
|
|
106931
|
-
};
|
|
106932
|
-
};
|
|
106933
|
-
/** @description Too Many Requests */
|
|
106934
|
-
429: {
|
|
106935
|
-
headers: {
|
|
106936
|
-
[name: string]: unknown;
|
|
106937
|
-
};
|
|
106938
|
-
content: {
|
|
106939
|
-
"application/json": components["schemas"]["Error_429"];
|
|
106940
|
-
};
|
|
106941
|
-
};
|
|
106942
|
-
/** @description Internal Server Error */
|
|
106943
|
-
500: {
|
|
106944
|
-
headers: {
|
|
106945
|
-
[name: string]: unknown;
|
|
106946
|
-
};
|
|
106947
|
-
content: {
|
|
106948
|
-
"application/json": components["schemas"]["ServerError"];
|
|
106949
|
-
};
|
|
106950
|
-
};
|
|
106951
|
-
};
|
|
106952
|
-
};
|
|
106953
106951
|
calculate_quotes_v2_v2_api_quotes__insurance_type___insurance_company___insurance__post: {
|
|
106954
106952
|
parameters: {
|
|
106955
106953
|
query?: {
|
|
@@ -117234,25 +117232,31 @@ type GetDocumentsAsCustomerResponse = paths[typeof routeName$4u]['get']['respons
|
|
|
117234
117232
|
type GetDocumentsAsCustomerProps = paths[typeof routeName$4u]['get']['parameters'];
|
|
117235
117233
|
declare const getDocumentsAsCustomer: (props: GetDocumentsAsCustomerProps, wgApiClient: ClientType) => Promise<GetDocumentsAsCustomerResponse>;
|
|
117236
117234
|
|
|
117237
|
-
declare const routeName$4t = "/v1/api/
|
|
117238
|
-
type
|
|
117239
|
-
type
|
|
117235
|
+
declare const routeName$4t = "/v1/api/customers/me/finconnect/link";
|
|
117236
|
+
type GetFinconnectLinkAsCustomerQueryParams = paths[typeof routeName$4t]['get']['parameters']['query'];
|
|
117237
|
+
type GetFinconnectLinkAsCustomerResponse = paths[typeof routeName$4t]['get']['responses'][307]['content']['application/json'];
|
|
117238
|
+
type GetFinconnectLinkAsCustomerProps = paths[typeof routeName$4t]['get']['parameters'];
|
|
117239
|
+
declare const getFinconnectLinkAsCustomer: (props: GetFinconnectLinkAsCustomerProps, wgApiClient: ClientType) => Promise<GetFinconnectLinkAsCustomerResponse>;
|
|
117240
|
+
|
|
117241
|
+
declare const routeName$4s = "/v1/api/parties/me";
|
|
117242
|
+
type PatchOwnPartyAsCustomerBody = paths[typeof routeName$4s]['patch']['requestBody']['content']['application/json'];
|
|
117243
|
+
type PatchOwnPartyAsCustomerResponse = paths[typeof routeName$4s]['patch']['responses'][200]['content']['application/json'];
|
|
117240
117244
|
interface PatchOwnPartyAsCustomerProps {
|
|
117241
117245
|
body: PatchOwnPartyAsCustomerBody;
|
|
117242
117246
|
}
|
|
117243
117247
|
declare const patchOwnPartyAsCustomer: (props: PatchOwnPartyAsCustomerProps, wgApiClient: ClientType) => Promise<PatchOwnPartyAsCustomerResponse>;
|
|
117244
117248
|
|
|
117245
|
-
declare const routeName$
|
|
117246
|
-
type CreatePartyActivitiesAsCustomerBody = paths[typeof routeName$
|
|
117247
|
-
type CreatePartyActivitiesAsCustomerResponse = paths[typeof routeName$
|
|
117249
|
+
declare const routeName$4r = "/v1/api/parties/me/activities";
|
|
117250
|
+
type CreatePartyActivitiesAsCustomerBody = paths[typeof routeName$4r]['post']['requestBody']['content']['application/json'];
|
|
117251
|
+
type CreatePartyActivitiesAsCustomerResponse = paths[typeof routeName$4r]['post']['responses'][201]['content']['application/json'];
|
|
117248
117252
|
interface CreatePartyActivitiesAsCustomerProps {
|
|
117249
117253
|
body: CreatePartyActivitiesAsCustomerBody;
|
|
117250
117254
|
}
|
|
117251
117255
|
declare const createPartyActivitiesAsCustomer: (props: CreatePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<CreatePartyActivitiesAsCustomerResponse>;
|
|
117252
117256
|
|
|
117253
|
-
declare const routeName$
|
|
117254
|
-
type DeletePartyActivitiesAsCustomerPathParams = paths[typeof routeName$
|
|
117255
|
-
type DeletePartyActivitiesAsCustomerResponse = paths[typeof routeName$
|
|
117257
|
+
declare const routeName$4q = "/v1/api/parties/me/activities/{activity_id}";
|
|
117258
|
+
type DeletePartyActivitiesAsCustomerPathParams = paths[typeof routeName$4q]['delete']['parameters']['path'];
|
|
117259
|
+
type DeletePartyActivitiesAsCustomerResponse = paths[typeof routeName$4q]['delete']['responses'][200]['content']['application/json'];
|
|
117256
117260
|
interface DeletePartyActivitiesAsCustomerProps {
|
|
117257
117261
|
params: {
|
|
117258
117262
|
path: DeletePartyActivitiesAsCustomerPathParams;
|
|
@@ -117260,10 +117264,10 @@ interface DeletePartyActivitiesAsCustomerProps {
|
|
|
117260
117264
|
}
|
|
117261
117265
|
declare const deletePartyActivitiesAsCustomer: (props: DeletePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<DeletePartyActivitiesAsCustomerResponse>;
|
|
117262
117266
|
|
|
117263
|
-
declare const routeName$
|
|
117264
|
-
type UpdatePartyActivitiesAsCustomerBody = paths[typeof routeName$
|
|
117265
|
-
type UpdatePartyActivitiesAsCustomerPathParams = paths[typeof routeName$
|
|
117266
|
-
type UpdatePartyActivitiesAsCustomerResponse = paths[typeof routeName$
|
|
117267
|
+
declare const routeName$4p = "/v1/api/parties/me/activities/{activity_id}";
|
|
117268
|
+
type UpdatePartyActivitiesAsCustomerBody = paths[typeof routeName$4p]['patch']['requestBody']['content']['application/json'];
|
|
117269
|
+
type UpdatePartyActivitiesAsCustomerPathParams = paths[typeof routeName$4p]['patch']['parameters']['path'];
|
|
117270
|
+
type UpdatePartyActivitiesAsCustomerResponse = paths[typeof routeName$4p]['patch']['responses'][200]['content']['application/json'];
|
|
117267
117271
|
interface UpdatePartyActivitiesAsCustomerProps {
|
|
117268
117272
|
body: UpdatePartyActivitiesAsCustomerBody;
|
|
117269
117273
|
params: {
|
|
@@ -117272,29 +117276,29 @@ interface UpdatePartyActivitiesAsCustomerProps {
|
|
|
117272
117276
|
}
|
|
117273
117277
|
declare const updatePartyActivitiesAsCustomer: (props: UpdatePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<UpdatePartyActivitiesAsCustomerResponse>;
|
|
117274
117278
|
|
|
117275
|
-
declare const routeName$
|
|
117276
|
-
type GetCustomersByPartyPathParams = paths[typeof routeName$
|
|
117277
|
-
type GetCustomersByPartyQueryParams = paths[typeof routeName$
|
|
117278
|
-
type GetCustomersByPartyResponse = paths[typeof routeName$
|
|
117279
|
-
type GetCustomersByPartyProps = paths[typeof routeName$
|
|
117279
|
+
declare const routeName$4o = "/v1/api/parties/{party_id}/customers";
|
|
117280
|
+
type GetCustomersByPartyPathParams = paths[typeof routeName$4o]['get']['parameters']['path'];
|
|
117281
|
+
type GetCustomersByPartyQueryParams = paths[typeof routeName$4o]['get']['parameters']['query'];
|
|
117282
|
+
type GetCustomersByPartyResponse = paths[typeof routeName$4o]['get']['responses'][200]['content']['application/json'];
|
|
117283
|
+
type GetCustomersByPartyProps = paths[typeof routeName$4o]['get']['parameters'];
|
|
117280
117284
|
declare const getCustomersByParty: (props: GetCustomersByPartyProps, wgApiClient: ClientType) => Promise<GetCustomersByPartyResponse>;
|
|
117281
117285
|
|
|
117282
|
-
declare const routeName$
|
|
117283
|
-
type GetPartiesByCustomerPathParams = paths[typeof routeName$
|
|
117284
|
-
type GetPartiesByCustomerQueryParams = paths[typeof routeName$
|
|
117285
|
-
type GetPartiesByCustomerResponse = paths[typeof routeName$
|
|
117286
|
-
type GetPartiesByCustomerProps = paths[typeof routeName$
|
|
117286
|
+
declare const routeName$4n = "/v1/api/customers/{user_id}/parties";
|
|
117287
|
+
type GetPartiesByCustomerPathParams = paths[typeof routeName$4n]['get']['parameters']['path'];
|
|
117288
|
+
type GetPartiesByCustomerQueryParams = paths[typeof routeName$4n]['get']['parameters']['query'];
|
|
117289
|
+
type GetPartiesByCustomerResponse = paths[typeof routeName$4n]['get']['responses'][200]['content']['application/json'];
|
|
117290
|
+
type GetPartiesByCustomerProps = paths[typeof routeName$4n]['get']['parameters'];
|
|
117287
117291
|
declare const getPartiesByCustomer: (props: GetPartiesByCustomerProps, wgApiClient: ClientType) => Promise<GetPartiesByCustomerResponse>;
|
|
117288
117292
|
|
|
117289
|
-
declare const routeName$
|
|
117290
|
-
type GetAllCustomersByDistributionQueryParams = paths[typeof routeName$
|
|
117291
|
-
type GetAllCustomersByDistributionResponse = paths[typeof routeName$
|
|
117292
|
-
type GetAllCustomersByDistributionProps = paths[typeof routeName$
|
|
117293
|
+
declare const routeName$4m = "/v1/api/customers";
|
|
117294
|
+
type GetAllCustomersByDistributionQueryParams = paths[typeof routeName$4m]['get']['parameters']['query'];
|
|
117295
|
+
type GetAllCustomersByDistributionResponse = paths[typeof routeName$4m]['get']['responses'][200]['content']['application/json'];
|
|
117296
|
+
type GetAllCustomersByDistributionProps = paths[typeof routeName$4m]['get']['parameters'];
|
|
117293
117297
|
declare const getAllCustomersByDistribution: (props: GetAllCustomersByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCustomersByDistributionResponse>;
|
|
117294
117298
|
|
|
117295
|
-
declare const routeName$
|
|
117296
|
-
type BlockCustomerFromAccessingPartyPathParams = paths[typeof routeName$
|
|
117297
|
-
type BlockCustomerFromAccessingPartyResponse = paths[typeof routeName$
|
|
117299
|
+
declare const routeName$4l = "/v1/api/customers/{user_id}/parties/{party_id}/block";
|
|
117300
|
+
type BlockCustomerFromAccessingPartyPathParams = paths[typeof routeName$4l]['post']['parameters']['path'];
|
|
117301
|
+
type BlockCustomerFromAccessingPartyResponse = paths[typeof routeName$4l]['post']['responses'][200]['content']['application/json'];
|
|
117298
117302
|
interface BlockCustomerFromAccessingPartyProps {
|
|
117299
117303
|
params: {
|
|
117300
117304
|
path: BlockCustomerFromAccessingPartyPathParams;
|
|
@@ -117302,9 +117306,9 @@ interface BlockCustomerFromAccessingPartyProps {
|
|
|
117302
117306
|
}
|
|
117303
117307
|
declare const blockCustomerFromAccessingParty: (props: BlockCustomerFromAccessingPartyProps, wgApiClient: ClientType) => Promise<BlockCustomerFromAccessingPartyResponse>;
|
|
117304
117308
|
|
|
117305
|
-
declare const routeName$
|
|
117306
|
-
type UnblockCustomerFromAccessingPartyPathParams = paths[typeof routeName$
|
|
117307
|
-
type UnblockCustomerFromAccessingPartyResponse = paths[typeof routeName$
|
|
117309
|
+
declare const routeName$4k = "/v1/api/customers/{user_id}/parties/{party_id}/block";
|
|
117310
|
+
type UnblockCustomerFromAccessingPartyPathParams = paths[typeof routeName$4k]['delete']['parameters']['path'];
|
|
117311
|
+
type UnblockCustomerFromAccessingPartyResponse = paths[typeof routeName$4k]['delete']['responses'][200]['content']['application/json'];
|
|
117308
117312
|
interface UnblockCustomerFromAccessingPartyProps {
|
|
117309
117313
|
params: {
|
|
117310
117314
|
path: UnblockCustomerFromAccessingPartyPathParams;
|
|
@@ -117312,10 +117316,10 @@ interface UnblockCustomerFromAccessingPartyProps {
|
|
|
117312
117316
|
}
|
|
117313
117317
|
declare const unblockCustomerFromAccessingParty: (props: UnblockCustomerFromAccessingPartyProps, wgApiClient: ClientType) => Promise<UnblockCustomerFromAccessingPartyResponse>;
|
|
117314
117318
|
|
|
117315
|
-
declare const routeName$
|
|
117316
|
-
type HandleCreateDistributionThemeBody = paths[typeof routeName$
|
|
117317
|
-
type HandleCreateDistributionThemeQueryParams = paths[typeof routeName$
|
|
117318
|
-
type HandleCreateDistributionThemeResponse = paths[typeof routeName$
|
|
117319
|
+
declare const routeName$4j = "/v1/api/distributions/{distribution_id}/themes";
|
|
117320
|
+
type HandleCreateDistributionThemeBody = paths[typeof routeName$4j]['post']['requestBody']['content']['application/json'];
|
|
117321
|
+
type HandleCreateDistributionThemeQueryParams = paths[typeof routeName$4j]['post']['parameters']['query'];
|
|
117322
|
+
type HandleCreateDistributionThemeResponse = paths[typeof routeName$4j]['post']['responses'][201]['content']['application/json'];
|
|
117319
117323
|
interface HandleCreateDistributionThemeProps {
|
|
117320
117324
|
body: HandleCreateDistributionThemeBody;
|
|
117321
117325
|
params: {
|
|
@@ -117324,10 +117328,10 @@ interface HandleCreateDistributionThemeProps {
|
|
|
117324
117328
|
}
|
|
117325
117329
|
declare const handleCreateDistributionTheme: (props: HandleCreateDistributionThemeProps, wgApiClient: ClientType) => Promise<HandleCreateDistributionThemeResponse>;
|
|
117326
117330
|
|
|
117327
|
-
declare const routeName$
|
|
117328
|
-
type HandleDeleteDistributionThemePathParams = paths[typeof routeName$
|
|
117329
|
-
type HandleDeleteDistributionThemeQueryParams = paths[typeof routeName$
|
|
117330
|
-
type HandleDeleteDistributionThemeResponse = paths[typeof routeName$
|
|
117331
|
+
declare const routeName$4i = "/v1/api/distributions/{distribution_id}/themes/{theme_name}";
|
|
117332
|
+
type HandleDeleteDistributionThemePathParams = paths[typeof routeName$4i]['delete']['parameters']['path'];
|
|
117333
|
+
type HandleDeleteDistributionThemeQueryParams = paths[typeof routeName$4i]['delete']['parameters']['query'];
|
|
117334
|
+
type HandleDeleteDistributionThemeResponse = paths[typeof routeName$4i]['delete']['responses'][200]['content']['application/json'];
|
|
117331
117335
|
interface HandleDeleteDistributionThemeProps {
|
|
117332
117336
|
params: {
|
|
117333
117337
|
query: HandleDeleteDistributionThemeQueryParams;
|
|
@@ -117336,11 +117340,11 @@ interface HandleDeleteDistributionThemeProps {
|
|
|
117336
117340
|
}
|
|
117337
117341
|
declare const handleDeleteDistributionTheme: (props: HandleDeleteDistributionThemeProps, wgApiClient: ClientType) => Promise<HandleDeleteDistributionThemeResponse>;
|
|
117338
117342
|
|
|
117339
|
-
declare const routeName$
|
|
117340
|
-
type HandleUpdateDistributionThemeBody = paths[typeof routeName$
|
|
117341
|
-
type HandleUpdateDistributionThemePathParams = paths[typeof routeName$
|
|
117342
|
-
type HandleUpdateDistributionThemeQueryParams = paths[typeof routeName$
|
|
117343
|
-
type HandleUpdateDistributionThemeResponse = paths[typeof routeName$
|
|
117343
|
+
declare const routeName$4h = "/v1/api/distributions/{distribution_id}/themes/{theme_name}";
|
|
117344
|
+
type HandleUpdateDistributionThemeBody = paths[typeof routeName$4h]['patch']['requestBody']['content']['application/json'];
|
|
117345
|
+
type HandleUpdateDistributionThemePathParams = paths[typeof routeName$4h]['patch']['parameters']['path'];
|
|
117346
|
+
type HandleUpdateDistributionThemeQueryParams = paths[typeof routeName$4h]['patch']['parameters']['query'];
|
|
117347
|
+
type HandleUpdateDistributionThemeResponse = paths[typeof routeName$4h]['patch']['responses'][200]['content']['application/json'];
|
|
117344
117348
|
interface HandleUpdateDistributionThemeProps {
|
|
117345
117349
|
body: HandleUpdateDistributionThemeBody;
|
|
117346
117350
|
params: {
|
|
@@ -117350,57 +117354,57 @@ interface HandleUpdateDistributionThemeProps {
|
|
|
117350
117354
|
}
|
|
117351
117355
|
declare const handleUpdateDistributionTheme: (props: HandleUpdateDistributionThemeProps, wgApiClient: ClientType) => Promise<HandleUpdateDistributionThemeResponse>;
|
|
117352
117356
|
|
|
117353
|
-
declare const routeName$
|
|
117354
|
-
type GetNoveltyInsightsByDistributionPathParams = paths[typeof routeName$
|
|
117355
|
-
type GetNoveltyInsightsByDistributionQueryParams = paths[typeof routeName$
|
|
117356
|
-
type GetNoveltyInsightsByDistributionResponse = paths[typeof routeName$
|
|
117357
|
-
type GetNoveltyInsightsByDistributionProps = paths[typeof routeName$
|
|
117357
|
+
declare const routeName$4g = "/v1/api/distributions/{distribution_id}/insights/novelties";
|
|
117358
|
+
type GetNoveltyInsightsByDistributionPathParams = paths[typeof routeName$4g]['get']['parameters']['path'];
|
|
117359
|
+
type GetNoveltyInsightsByDistributionQueryParams = paths[typeof routeName$4g]['get']['parameters']['query'];
|
|
117360
|
+
type GetNoveltyInsightsByDistributionResponse = paths[typeof routeName$4g]['get']['responses'][200]['content']['application/json'];
|
|
117361
|
+
type GetNoveltyInsightsByDistributionProps = paths[typeof routeName$4g]['get']['parameters'];
|
|
117358
117362
|
declare const getNoveltyInsightsByDistribution: (props: GetNoveltyInsightsByDistributionProps, wgApiClient: ClientType) => Promise<GetNoveltyInsightsByDistributionResponse>;
|
|
117359
117363
|
|
|
117360
|
-
declare const routeName$
|
|
117361
|
-
type GetPerformanceInsightsByDistributionPathParams = paths[typeof routeName$
|
|
117362
|
-
type GetPerformanceInsightsByDistributionQueryParams = paths[typeof routeName$
|
|
117363
|
-
type GetPerformanceInsightsByDistributionResponse = paths[typeof routeName$
|
|
117364
|
-
type GetPerformanceInsightsByDistributionProps = paths[typeof routeName$
|
|
117364
|
+
declare const routeName$4f = "/v1/api/distributions/{distribution_id}/insights/performance";
|
|
117365
|
+
type GetPerformanceInsightsByDistributionPathParams = paths[typeof routeName$4f]['get']['parameters']['path'];
|
|
117366
|
+
type GetPerformanceInsightsByDistributionQueryParams = paths[typeof routeName$4f]['get']['parameters']['query'];
|
|
117367
|
+
type GetPerformanceInsightsByDistributionResponse = paths[typeof routeName$4f]['get']['responses'][200]['content']['application/json'];
|
|
117368
|
+
type GetPerformanceInsightsByDistributionProps = paths[typeof routeName$4f]['get']['parameters'];
|
|
117365
117369
|
declare const getPerformanceInsightsByDistribution: (props: GetPerformanceInsightsByDistributionProps, wgApiClient: ClientType) => Promise<GetPerformanceInsightsByDistributionResponse>;
|
|
117366
117370
|
|
|
117367
|
-
declare const routeName$
|
|
117368
|
-
type GetDistributionActivityPathParams = paths[typeof routeName$
|
|
117369
|
-
type GetDistributionActivityQueryParams = paths[typeof routeName$
|
|
117370
|
-
type GetDistributionActivityResponse = paths[typeof routeName$
|
|
117371
|
-
type GetDistributionActivityProps = paths[typeof routeName$
|
|
117371
|
+
declare const routeName$4e = "/v1/api/distributions/{distribution_id}/activity";
|
|
117372
|
+
type GetDistributionActivityPathParams = paths[typeof routeName$4e]['get']['parameters']['path'];
|
|
117373
|
+
type GetDistributionActivityQueryParams = paths[typeof routeName$4e]['get']['parameters']['query'];
|
|
117374
|
+
type GetDistributionActivityResponse = paths[typeof routeName$4e]['get']['responses'][200]['content']['application/json'];
|
|
117375
|
+
type GetDistributionActivityProps = paths[typeof routeName$4e]['get']['parameters'];
|
|
117372
117376
|
declare const getDistributionActivity: (props: GetDistributionActivityProps, wgApiClient: ClientType) => Promise<GetDistributionActivityResponse>;
|
|
117373
117377
|
|
|
117374
|
-
declare const routeName$
|
|
117375
|
-
type GetDistributionAffiliationsPathParams = paths[typeof routeName$
|
|
117376
|
-
type GetDistributionAffiliationsResponse = paths[typeof routeName$
|
|
117377
|
-
type GetDistributionAffiliationsProps = paths[typeof routeName$
|
|
117378
|
+
declare const routeName$4d = "/v1/api/distributions/{distribution_id}/affiliations";
|
|
117379
|
+
type GetDistributionAffiliationsPathParams = paths[typeof routeName$4d]['get']['parameters']['path'];
|
|
117380
|
+
type GetDistributionAffiliationsResponse = paths[typeof routeName$4d]['get']['responses'][200]['content']['application/json'];
|
|
117381
|
+
type GetDistributionAffiliationsProps = paths[typeof routeName$4d]['get']['parameters'];
|
|
117378
117382
|
declare const getDistributionAffiliations: (props: GetDistributionAffiliationsProps, wgApiClient: ClientType) => Promise<GetDistributionAffiliationsResponse>;
|
|
117379
117383
|
|
|
117380
|
-
declare const routeName$
|
|
117381
|
-
type GetDistributionByIdPathParams = paths[typeof routeName$
|
|
117382
|
-
type GetDistributionByIdResponse = paths[typeof routeName$
|
|
117383
|
-
type GetDistributionByIdProps = paths[typeof routeName$
|
|
117384
|
+
declare const routeName$4c = "/v1/api/distributions/{distribution_id}";
|
|
117385
|
+
type GetDistributionByIdPathParams = paths[typeof routeName$4c]['get']['parameters']['path'];
|
|
117386
|
+
type GetDistributionByIdResponse = paths[typeof routeName$4c]['get']['responses'][200]['content']['application/json'];
|
|
117387
|
+
type GetDistributionByIdProps = paths[typeof routeName$4c]['get']['parameters'];
|
|
117384
117388
|
declare const getDistributionById: (props: GetDistributionByIdProps, wgApiClient: ClientType) => Promise<GetDistributionByIdResponse>;
|
|
117385
117389
|
|
|
117386
|
-
declare const routeName$
|
|
117387
|
-
type GenerateDistributionAboutUsCompletionBody = paths[typeof routeName$
|
|
117388
|
-
type GenerateDistributionAboutUsCompletionResponse = paths[typeof routeName$
|
|
117390
|
+
declare const routeName$4b = "/v1/api/distributions/about-us-completion";
|
|
117391
|
+
type GenerateDistributionAboutUsCompletionBody = paths[typeof routeName$4b]['post']['requestBody']['content']['application/json'];
|
|
117392
|
+
type GenerateDistributionAboutUsCompletionResponse = paths[typeof routeName$4b]['post']['responses'][200]['content']['application/json'];
|
|
117389
117393
|
interface GenerateDistributionAboutUsCompletionProps {
|
|
117390
117394
|
body: GenerateDistributionAboutUsCompletionBody;
|
|
117391
117395
|
}
|
|
117392
117396
|
declare const generateDistributionAboutUsCompletion: (props: GenerateDistributionAboutUsCompletionProps, wgApiClient: ClientType) => Promise<GenerateDistributionAboutUsCompletionResponse>;
|
|
117393
117397
|
|
|
117394
|
-
declare const routeName$
|
|
117395
|
-
type GetDistributionTagsQueryParams = paths[typeof routeName$
|
|
117396
|
-
type GetDistributionTagsResponse = paths[typeof routeName$
|
|
117397
|
-
type GetDistributionTagsProps = paths[typeof routeName$
|
|
117398
|
+
declare const routeName$4a = "/v1/api/distributions/tags";
|
|
117399
|
+
type GetDistributionTagsQueryParams = paths[typeof routeName$4a]['get']['parameters']['query'];
|
|
117400
|
+
type GetDistributionTagsResponse = paths[typeof routeName$4a]['get']['responses'][200]['content']['application/json'];
|
|
117401
|
+
type GetDistributionTagsProps = paths[typeof routeName$4a]['get']['parameters'];
|
|
117398
117402
|
declare const getDistributionTags: (props: GetDistributionTagsProps, wgApiClient: ClientType) => Promise<GetDistributionTagsResponse>;
|
|
117399
117403
|
|
|
117400
|
-
declare const routeName$
|
|
117401
|
-
type CreateDistributionTagBody = paths[typeof routeName$
|
|
117402
|
-
type CreateDistributionTagQueryParams = paths[typeof routeName$
|
|
117403
|
-
type CreateDistributionTagResponse = paths[typeof routeName$
|
|
117404
|
+
declare const routeName$49 = "/v1/api/distributions/tags";
|
|
117405
|
+
type CreateDistributionTagBody = paths[typeof routeName$49]['post']['requestBody']['content']['application/json'];
|
|
117406
|
+
type CreateDistributionTagQueryParams = paths[typeof routeName$49]['post']['parameters']['query'];
|
|
117407
|
+
type CreateDistributionTagResponse = paths[typeof routeName$49]['post']['responses'][201]['content']['application/json'];
|
|
117404
117408
|
interface CreateDistributionTagProps {
|
|
117405
117409
|
body: CreateDistributionTagBody;
|
|
117406
117410
|
params: {
|
|
@@ -117409,10 +117413,10 @@ interface CreateDistributionTagProps {
|
|
|
117409
117413
|
}
|
|
117410
117414
|
declare const createDistributionTag: (props: CreateDistributionTagProps, wgApiClient: ClientType) => Promise<CreateDistributionTagResponse>;
|
|
117411
117415
|
|
|
117412
|
-
declare const routeName$
|
|
117413
|
-
type DeleteDistributionTagPathParams = paths[typeof routeName$
|
|
117414
|
-
type DeleteDistributionTagQueryParams = paths[typeof routeName$
|
|
117415
|
-
type DeleteDistributionTagResponse = paths[typeof routeName$
|
|
117416
|
+
declare const routeName$48 = "/v1/api/distributions/tags/{value}";
|
|
117417
|
+
type DeleteDistributionTagPathParams = paths[typeof routeName$48]['delete']['parameters']['path'];
|
|
117418
|
+
type DeleteDistributionTagQueryParams = paths[typeof routeName$48]['delete']['parameters']['query'];
|
|
117419
|
+
type DeleteDistributionTagResponse = paths[typeof routeName$48]['delete']['responses'][200]['content']['application/json'];
|
|
117416
117420
|
interface DeleteDistributionTagProps {
|
|
117417
117421
|
params: {
|
|
117418
117422
|
query: DeleteDistributionTagQueryParams;
|
|
@@ -117421,16 +117425,16 @@ interface DeleteDistributionTagProps {
|
|
|
117421
117425
|
}
|
|
117422
117426
|
declare const deleteDistributionTag: (props: DeleteDistributionTagProps, wgApiClient: ClientType) => Promise<DeleteDistributionTagResponse>;
|
|
117423
117427
|
|
|
117424
|
-
declare const routeName$
|
|
117425
|
-
type GetInsuranceProductClausesByDistributionQueryParams = paths[typeof routeName$
|
|
117426
|
-
type GetInsuranceProductClausesByDistributionResponse = paths[typeof routeName$
|
|
117427
|
-
type GetInsuranceProductClausesByDistributionProps = paths[typeof routeName$
|
|
117428
|
+
declare const routeName$47 = "/v1/api/distributions/insurance-product-clauses";
|
|
117429
|
+
type GetInsuranceProductClausesByDistributionQueryParams = paths[typeof routeName$47]['get']['parameters']['query'];
|
|
117430
|
+
type GetInsuranceProductClausesByDistributionResponse = paths[typeof routeName$47]['get']['responses'][200]['content']['application/json'];
|
|
117431
|
+
type GetInsuranceProductClausesByDistributionProps = paths[typeof routeName$47]['get']['parameters'];
|
|
117428
117432
|
declare const getInsuranceProductClausesByDistribution: (props: GetInsuranceProductClausesByDistributionProps, wgApiClient: ClientType) => Promise<GetInsuranceProductClausesByDistributionResponse>;
|
|
117429
117433
|
|
|
117430
|
-
declare const routeName$
|
|
117431
|
-
type CreateInsuranceProductClauseForDistributionBody = paths[typeof routeName$
|
|
117432
|
-
type CreateInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$
|
|
117433
|
-
type CreateInsuranceProductClauseForDistributionResponse = paths[typeof routeName$
|
|
117434
|
+
declare const routeName$46 = "/v1/api/distributions/insurance-product-clauses";
|
|
117435
|
+
type CreateInsuranceProductClauseForDistributionBody = paths[typeof routeName$46]['post']['requestBody']['content']['application/json'];
|
|
117436
|
+
type CreateInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$46]['post']['parameters']['query'];
|
|
117437
|
+
type CreateInsuranceProductClauseForDistributionResponse = paths[typeof routeName$46]['post']['responses'][201]['content']['application/json'];
|
|
117434
117438
|
interface CreateInsuranceProductClauseForDistributionProps {
|
|
117435
117439
|
body: CreateInsuranceProductClauseForDistributionBody;
|
|
117436
117440
|
params: {
|
|
@@ -117439,10 +117443,10 @@ interface CreateInsuranceProductClauseForDistributionProps {
|
|
|
117439
117443
|
}
|
|
117440
117444
|
declare const createInsuranceProductClauseForDistribution: (props: CreateInsuranceProductClauseForDistributionProps, wgApiClient: ClientType) => Promise<CreateInsuranceProductClauseForDistributionResponse>;
|
|
117441
117445
|
|
|
117442
|
-
declare const routeName$
|
|
117443
|
-
type DeleteInsuranceProductClauseForDistributionPathParams = paths[typeof routeName$
|
|
117444
|
-
type DeleteInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$
|
|
117445
|
-
type DeleteInsuranceProductClauseForDistributionResponse = paths[typeof routeName$
|
|
117446
|
+
declare const routeName$45 = "/v1/api/distributions/insurance-product-clauses/{insurance_product_clause_id}";
|
|
117447
|
+
type DeleteInsuranceProductClauseForDistributionPathParams = paths[typeof routeName$45]['delete']['parameters']['path'];
|
|
117448
|
+
type DeleteInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$45]['delete']['parameters']['query'];
|
|
117449
|
+
type DeleteInsuranceProductClauseForDistributionResponse = paths[typeof routeName$45]['delete']['responses'][200]['content']['application/json'];
|
|
117446
117450
|
interface DeleteInsuranceProductClauseForDistributionProps {
|
|
117447
117451
|
params: {
|
|
117448
117452
|
query: DeleteInsuranceProductClauseForDistributionQueryParams;
|
|
@@ -117451,11 +117455,11 @@ interface DeleteInsuranceProductClauseForDistributionProps {
|
|
|
117451
117455
|
}
|
|
117452
117456
|
declare const deleteInsuranceProductClauseForDistribution: (props: DeleteInsuranceProductClauseForDistributionProps, wgApiClient: ClientType) => Promise<DeleteInsuranceProductClauseForDistributionResponse>;
|
|
117453
117457
|
|
|
117454
|
-
declare const routeName$
|
|
117455
|
-
type UpdateInsuranceProductClauseForDistributionBody = paths[typeof routeName$
|
|
117456
|
-
type UpdateInsuranceProductClauseForDistributionPathParams = paths[typeof routeName$
|
|
117457
|
-
type UpdateInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$
|
|
117458
|
-
type UpdateInsuranceProductClauseForDistributionResponse = paths[typeof routeName$
|
|
117458
|
+
declare const routeName$44 = "/v1/api/distributions/insurance-product-clauses/{insurance_product_clause_id}";
|
|
117459
|
+
type UpdateInsuranceProductClauseForDistributionBody = paths[typeof routeName$44]['patch']['requestBody']['content']['application/json'];
|
|
117460
|
+
type UpdateInsuranceProductClauseForDistributionPathParams = paths[typeof routeName$44]['patch']['parameters']['path'];
|
|
117461
|
+
type UpdateInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$44]['patch']['parameters']['query'];
|
|
117462
|
+
type UpdateInsuranceProductClauseForDistributionResponse = paths[typeof routeName$44]['patch']['responses'][200]['content']['application/json'];
|
|
117459
117463
|
interface UpdateInsuranceProductClauseForDistributionProps {
|
|
117460
117464
|
body: UpdateInsuranceProductClauseForDistributionBody;
|
|
117461
117465
|
params: {
|
|
@@ -117465,16 +117469,16 @@ interface UpdateInsuranceProductClauseForDistributionProps {
|
|
|
117465
117469
|
}
|
|
117466
117470
|
declare const updateInsuranceProductClauseForDistribution: (props: UpdateInsuranceProductClauseForDistributionProps, wgApiClient: ClientType) => Promise<UpdateInsuranceProductClauseForDistributionResponse>;
|
|
117467
117471
|
|
|
117468
|
-
declare const routeName$
|
|
117469
|
-
type GetUspByDistributionQueryParams = paths[typeof routeName$
|
|
117470
|
-
type GetUspByDistributionResponse = paths[typeof routeName$
|
|
117471
|
-
type GetUspByDistributionProps = paths[typeof routeName$
|
|
117472
|
+
declare const routeName$43 = "/v1/api/distributions/usp";
|
|
117473
|
+
type GetUspByDistributionQueryParams = paths[typeof routeName$43]['get']['parameters']['query'];
|
|
117474
|
+
type GetUspByDistributionResponse = paths[typeof routeName$43]['get']['responses'][200]['content']['application/json'];
|
|
117475
|
+
type GetUspByDistributionProps = paths[typeof routeName$43]['get']['parameters'];
|
|
117472
117476
|
declare const getUspByDistribution: (props: GetUspByDistributionProps, wgApiClient: ClientType) => Promise<GetUspByDistributionResponse>;
|
|
117473
117477
|
|
|
117474
|
-
declare const routeName$
|
|
117475
|
-
type CreateUspItemForDistributionBody = paths[typeof routeName$
|
|
117476
|
-
type CreateUspItemForDistributionQueryParams = paths[typeof routeName$
|
|
117477
|
-
type CreateUspItemForDistributionResponse = paths[typeof routeName$
|
|
117478
|
+
declare const routeName$42 = "/v1/api/distributions/usp";
|
|
117479
|
+
type CreateUspItemForDistributionBody = paths[typeof routeName$42]['post']['requestBody']['content']['application/json'];
|
|
117480
|
+
type CreateUspItemForDistributionQueryParams = paths[typeof routeName$42]['post']['parameters']['query'];
|
|
117481
|
+
type CreateUspItemForDistributionResponse = paths[typeof routeName$42]['post']['responses'][200]['content']['application/json'];
|
|
117478
117482
|
interface CreateUspItemForDistributionProps {
|
|
117479
117483
|
body: CreateUspItemForDistributionBody;
|
|
117480
117484
|
params: {
|
|
@@ -117483,11 +117487,11 @@ interface CreateUspItemForDistributionProps {
|
|
|
117483
117487
|
}
|
|
117484
117488
|
declare const createUspItemForDistribution: (props: CreateUspItemForDistributionProps, wgApiClient: ClientType) => Promise<CreateUspItemForDistributionResponse>;
|
|
117485
117489
|
|
|
117486
|
-
declare const routeName$
|
|
117487
|
-
type UpdateUspByDistributionAndIdBody = paths[typeof routeName$
|
|
117488
|
-
type UpdateUspByDistributionAndIdPathParams = paths[typeof routeName$
|
|
117489
|
-
type UpdateUspByDistributionAndIdQueryParams = paths[typeof routeName$
|
|
117490
|
-
type UpdateUspByDistributionAndIdResponse = paths[typeof routeName$
|
|
117490
|
+
declare const routeName$41 = "/v1/api/distributions/usp/{usp_id}";
|
|
117491
|
+
type UpdateUspByDistributionAndIdBody = paths[typeof routeName$41]['put']['requestBody']['content']['application/json'];
|
|
117492
|
+
type UpdateUspByDistributionAndIdPathParams = paths[typeof routeName$41]['put']['parameters']['path'];
|
|
117493
|
+
type UpdateUspByDistributionAndIdQueryParams = paths[typeof routeName$41]['put']['parameters']['query'];
|
|
117494
|
+
type UpdateUspByDistributionAndIdResponse = paths[typeof routeName$41]['put']['responses'][200]['content']['application/json'];
|
|
117491
117495
|
interface UpdateUspByDistributionAndIdProps {
|
|
117492
117496
|
body: UpdateUspByDistributionAndIdBody;
|
|
117493
117497
|
params: {
|
|
@@ -117497,10 +117501,10 @@ interface UpdateUspByDistributionAndIdProps {
|
|
|
117497
117501
|
}
|
|
117498
117502
|
declare const updateUspByDistributionAndId: (props: UpdateUspByDistributionAndIdProps, wgApiClient: ClientType) => Promise<UpdateUspByDistributionAndIdResponse>;
|
|
117499
117503
|
|
|
117500
|
-
declare const routeName$
|
|
117501
|
-
type DeleteUspByDistributionAndIdPathParams = paths[typeof routeName$
|
|
117502
|
-
type DeleteUspByDistributionAndIdQueryParams = paths[typeof routeName$
|
|
117503
|
-
type DeleteUspByDistributionAndIdResponse = paths[typeof routeName$
|
|
117504
|
+
declare const routeName$40 = "/v1/api/distributions/usp/{usp_id}";
|
|
117505
|
+
type DeleteUspByDistributionAndIdPathParams = paths[typeof routeName$40]['delete']['parameters']['path'];
|
|
117506
|
+
type DeleteUspByDistributionAndIdQueryParams = paths[typeof routeName$40]['delete']['parameters']['query'];
|
|
117507
|
+
type DeleteUspByDistributionAndIdResponse = paths[typeof routeName$40]['delete']['responses'][200]['content']['application/json'];
|
|
117504
117508
|
interface DeleteUspByDistributionAndIdProps {
|
|
117505
117509
|
params: {
|
|
117506
117510
|
query: DeleteUspByDistributionAndIdQueryParams;
|
|
@@ -117509,35 +117513,35 @@ interface DeleteUspByDistributionAndIdProps {
|
|
|
117509
117513
|
}
|
|
117510
117514
|
declare const deleteUspByDistributionAndId: (props: DeleteUspByDistributionAndIdProps, wgApiClient: ClientType) => Promise<DeleteUspByDistributionAndIdResponse>;
|
|
117511
117515
|
|
|
117512
|
-
declare const routeName$
|
|
117513
|
-
type GetPromotionsByDistributionIdPathParams = paths[typeof routeName$
|
|
117514
|
-
type GetPromotionsByDistributionIdResponse = paths[typeof routeName$
|
|
117515
|
-
type GetPromotionsByDistributionIdProps = paths[typeof routeName$
|
|
117516
|
+
declare const routeName$3$ = "/v1/api/distributions/{distribution_id}/promotions";
|
|
117517
|
+
type GetPromotionsByDistributionIdPathParams = paths[typeof routeName$3$]['get']['parameters']['path'];
|
|
117518
|
+
type GetPromotionsByDistributionIdResponse = paths[typeof routeName$3$]['get']['responses'][200]['content']['application/json'];
|
|
117519
|
+
type GetPromotionsByDistributionIdProps = paths[typeof routeName$3$]['get']['parameters'];
|
|
117516
117520
|
declare const getPromotionsByDistributionId: (props: GetPromotionsByDistributionIdProps, wgApiClient: ClientType) => Promise<GetPromotionsByDistributionIdResponse>;
|
|
117517
117521
|
|
|
117518
|
-
declare const routeName$
|
|
117519
|
-
type GetDistributionHasPendingUpgradePathParams = paths[typeof routeName$
|
|
117520
|
-
type GetDistributionHasPendingUpgradeResponse = paths[typeof routeName$
|
|
117521
|
-
type GetDistributionHasPendingUpgradeProps = paths[typeof routeName$
|
|
117522
|
+
declare const routeName$3_ = "/v1/api/distribution/{distribution_id}/pending-upgrades";
|
|
117523
|
+
type GetDistributionHasPendingUpgradePathParams = paths[typeof routeName$3_]['get']['parameters']['path'];
|
|
117524
|
+
type GetDistributionHasPendingUpgradeResponse = paths[typeof routeName$3_]['get']['responses'][200]['content']['application/json'];
|
|
117525
|
+
type GetDistributionHasPendingUpgradeProps = paths[typeof routeName$3_]['get']['parameters'];
|
|
117522
117526
|
declare const getDistributionHasPendingUpgrade: (props: GetDistributionHasPendingUpgradeProps, wgApiClient: ClientType) => Promise<GetDistributionHasPendingUpgradeResponse>;
|
|
117523
117527
|
|
|
117524
|
-
declare const routeName$
|
|
117525
|
-
type InviteColleaguesToDistributionBody = paths[typeof routeName$
|
|
117526
|
-
type InviteColleaguesToDistributionResponse = paths[typeof routeName$
|
|
117528
|
+
declare const routeName$3Z = "/v1/api/distributions/invitations";
|
|
117529
|
+
type InviteColleaguesToDistributionBody = paths[typeof routeName$3Z]['post']['requestBody']['content']['application/json'];
|
|
117530
|
+
type InviteColleaguesToDistributionResponse = paths[typeof routeName$3Z]['post']['responses'][201]['content']['application/json'];
|
|
117527
117531
|
interface InviteColleaguesToDistributionProps {
|
|
117528
117532
|
body: InviteColleaguesToDistributionBody;
|
|
117529
117533
|
}
|
|
117530
117534
|
declare const inviteColleaguesToDistribution: (props: InviteColleaguesToDistributionProps, wgApiClient: ClientType) => Promise<InviteColleaguesToDistributionResponse>;
|
|
117531
117535
|
|
|
117532
|
-
declare const routeName$
|
|
117533
|
-
type GetIntegrationsByDistributionPathParams = paths[typeof routeName$
|
|
117534
|
-
type GetIntegrationsByDistributionResponse = paths[typeof routeName$
|
|
117535
|
-
type GetIntegrationsByDistributionProps = paths[typeof routeName$
|
|
117536
|
+
declare const routeName$3Y = "/v1/api/distributions/{distribution_id}/integrations";
|
|
117537
|
+
type GetIntegrationsByDistributionPathParams = paths[typeof routeName$3Y]['get']['parameters']['path'];
|
|
117538
|
+
type GetIntegrationsByDistributionResponse = paths[typeof routeName$3Y]['get']['responses'][201]['content']['application/json'];
|
|
117539
|
+
type GetIntegrationsByDistributionProps = paths[typeof routeName$3Y]['get']['parameters'];
|
|
117536
117540
|
declare const getIntegrationsByDistribution: (props: GetIntegrationsByDistributionProps, wgApiClient: ClientType) => Promise<GetIntegrationsByDistributionResponse>;
|
|
117537
117541
|
|
|
117538
|
-
declare const routeName$
|
|
117539
|
-
type UpdateDistributionIntegrationsPathParams = paths[typeof routeName$
|
|
117540
|
-
type UpdateDistributionIntegrationsResponse = paths[typeof routeName$
|
|
117542
|
+
declare const routeName$3X = "/v1/api/distributions/{distribution_id}/integrations";
|
|
117543
|
+
type UpdateDistributionIntegrationsPathParams = paths[typeof routeName$3X]['put']['parameters']['path'];
|
|
117544
|
+
type UpdateDistributionIntegrationsResponse = paths[typeof routeName$3X]['put']['responses'][201]['content']['application/json'];
|
|
117541
117545
|
interface UpdateDistributionIntegrationsProps {
|
|
117542
117546
|
params: {
|
|
117543
117547
|
path: UpdateDistributionIntegrationsPathParams;
|
|
@@ -117545,28 +117549,28 @@ interface UpdateDistributionIntegrationsProps {
|
|
|
117545
117549
|
}
|
|
117546
117550
|
declare const updateDistributionIntegrations: (props: UpdateDistributionIntegrationsProps, wgApiClient: ClientType) => Promise<UpdateDistributionIntegrationsResponse>;
|
|
117547
117551
|
|
|
117548
|
-
declare const routeName$
|
|
117549
|
-
type GetDistributionSettingsResponse = paths[typeof routeName$
|
|
117552
|
+
declare const routeName$3W = "/v1/api/distributions/settings";
|
|
117553
|
+
type GetDistributionSettingsResponse = paths[typeof routeName$3W]['get']['responses'][200]['content']['application/json'];
|
|
117550
117554
|
declare const getDistributionSettings: (wgApiClient: ClientType) => Promise<GetDistributionSettingsResponse>;
|
|
117551
117555
|
|
|
117552
|
-
declare const routeName$
|
|
117553
|
-
type UpdateDistributionSettingsBody = paths[typeof routeName$
|
|
117554
|
-
type UpdateDistributionSettingsResponse = paths[typeof routeName$
|
|
117556
|
+
declare const routeName$3V = "/v1/api/distributions/settings";
|
|
117557
|
+
type UpdateDistributionSettingsBody = paths[typeof routeName$3V]['patch']['requestBody']['content']['application/json'];
|
|
117558
|
+
type UpdateDistributionSettingsResponse = paths[typeof routeName$3V]['patch']['responses'][200]['content']['application/json'];
|
|
117555
117559
|
interface UpdateDistributionSettingsProps {
|
|
117556
117560
|
body: UpdateDistributionSettingsBody;
|
|
117557
117561
|
}
|
|
117558
117562
|
declare const updateDistributionSettings: (props: UpdateDistributionSettingsProps, wgApiClient: ClientType) => Promise<UpdateDistributionSettingsResponse>;
|
|
117559
117563
|
|
|
117560
|
-
declare const routeName$
|
|
117561
|
-
type GetDistributionFaqQueryParams = paths[typeof routeName$
|
|
117562
|
-
type GetDistributionFaqResponse = paths[typeof routeName$
|
|
117563
|
-
type GetDistributionFaqProps = paths[typeof routeName$
|
|
117564
|
+
declare const routeName$3U = "/v1/api/distributions/faq";
|
|
117565
|
+
type GetDistributionFaqQueryParams = paths[typeof routeName$3U]['get']['parameters']['query'];
|
|
117566
|
+
type GetDistributionFaqResponse = paths[typeof routeName$3U]['get']['responses'][200]['content']['application/json'];
|
|
117567
|
+
type GetDistributionFaqProps = paths[typeof routeName$3U]['get']['parameters'];
|
|
117564
117568
|
declare const getDistributionFaq: (props: GetDistributionFaqProps, wgApiClient: ClientType) => Promise<GetDistributionFaqResponse>;
|
|
117565
117569
|
|
|
117566
|
-
declare const routeName$
|
|
117567
|
-
type UpsertDistributionFaqBody = paths[typeof routeName$
|
|
117568
|
-
type UpsertDistributionFaqQueryParams = paths[typeof routeName$
|
|
117569
|
-
type UpsertDistributionFaqResponse = paths[typeof routeName$
|
|
117570
|
+
declare const routeName$3T = "/v1/api/distributions/faq";
|
|
117571
|
+
type UpsertDistributionFaqBody = paths[typeof routeName$3T]['put']['requestBody']['content']['application/json'];
|
|
117572
|
+
type UpsertDistributionFaqQueryParams = paths[typeof routeName$3T]['put']['parameters']['query'];
|
|
117573
|
+
type UpsertDistributionFaqResponse = paths[typeof routeName$3T]['put']['responses'][200]['content']['application/json'];
|
|
117570
117574
|
interface UpsertDistributionFaqProps {
|
|
117571
117575
|
body: UpsertDistributionFaqBody;
|
|
117572
117576
|
params: {
|
|
@@ -117575,10 +117579,10 @@ interface UpsertDistributionFaqProps {
|
|
|
117575
117579
|
}
|
|
117576
117580
|
declare const upsertDistributionFaq: (props: UpsertDistributionFaqProps, wgApiClient: ClientType) => Promise<UpsertDistributionFaqResponse>;
|
|
117577
117581
|
|
|
117578
|
-
declare const routeName$
|
|
117579
|
-
type DeleteDistributionFaqPathParams = paths[typeof routeName$
|
|
117580
|
-
type DeleteDistributionFaqQueryParams = paths[typeof routeName$
|
|
117581
|
-
type DeleteDistributionFaqResponse = paths[typeof routeName$
|
|
117582
|
+
declare const routeName$3S = "/v1/api/distributions/faq/{faq_id}";
|
|
117583
|
+
type DeleteDistributionFaqPathParams = paths[typeof routeName$3S]['delete']['parameters']['path'];
|
|
117584
|
+
type DeleteDistributionFaqQueryParams = paths[typeof routeName$3S]['delete']['parameters']['query'];
|
|
117585
|
+
type DeleteDistributionFaqResponse = paths[typeof routeName$3S]['delete']['responses'][200]['content']['application/json'];
|
|
117582
117586
|
interface DeleteDistributionFaqProps {
|
|
117583
117587
|
params: {
|
|
117584
117588
|
query: DeleteDistributionFaqQueryParams;
|
|
@@ -117587,122 +117591,122 @@ interface DeleteDistributionFaqProps {
|
|
|
117587
117591
|
}
|
|
117588
117592
|
declare const deleteDistributionFaq: (props: DeleteDistributionFaqProps, wgApiClient: ClientType) => Promise<DeleteDistributionFaqResponse>;
|
|
117589
117593
|
|
|
117590
|
-
declare const routeName$
|
|
117591
|
-
type GetSupportedMimeTypesResponse = paths[typeof routeName$
|
|
117594
|
+
declare const routeName$3R = "/v1/api/document-extractor/supported-mime-types";
|
|
117595
|
+
type GetSupportedMimeTypesResponse = paths[typeof routeName$3R]['get']['responses'][200]['content']['application/json'];
|
|
117592
117596
|
declare const getSupportedMimeTypes: (wgApiClient: ClientType) => Promise<GetSupportedMimeTypesResponse>;
|
|
117593
117597
|
|
|
117594
|
-
declare const routeName$
|
|
117595
|
-
type ExtractOneDocumentBody = paths[typeof routeName$
|
|
117596
|
-
type ExtractOneDocumentResponse = paths[typeof routeName$
|
|
117598
|
+
declare const routeName$3Q = "/v1/api/document-extractor/one";
|
|
117599
|
+
type ExtractOneDocumentBody = paths[typeof routeName$3Q]['post']['requestBody']['content']['application/json'];
|
|
117600
|
+
type ExtractOneDocumentResponse = paths[typeof routeName$3Q]['post']['responses'][201]['content']['application/json'];
|
|
117597
117601
|
interface ExtractOneDocumentProps {
|
|
117598
117602
|
body: ExtractOneDocumentBody;
|
|
117599
117603
|
}
|
|
117600
117604
|
declare const extractOneDocument: (props: ExtractOneDocumentProps, wgApiClient: ClientType) => Promise<ExtractOneDocumentResponse>;
|
|
117601
117605
|
|
|
117602
|
-
declare const routeName$
|
|
117603
|
-
type ExtractOffersForOneDocumentBody = paths[typeof routeName$
|
|
117604
|
-
type ExtractOffersForOneDocumentResponse = paths[typeof routeName$
|
|
117606
|
+
declare const routeName$3P = "/v1/api/document-extractor/one/offers";
|
|
117607
|
+
type ExtractOffersForOneDocumentBody = paths[typeof routeName$3P]['post']['requestBody']['content']['application/json'];
|
|
117608
|
+
type ExtractOffersForOneDocumentResponse = paths[typeof routeName$3P]['post']['responses'][201]['content']['application/json'];
|
|
117605
117609
|
interface ExtractOffersForOneDocumentProps {
|
|
117606
117610
|
body: ExtractOffersForOneDocumentBody;
|
|
117607
117611
|
}
|
|
117608
117612
|
declare const extractOffersForOneDocument: (props: ExtractOffersForOneDocumentProps, wgApiClient: ClientType) => Promise<ExtractOffersForOneDocumentResponse>;
|
|
117609
117613
|
|
|
117610
|
-
declare const routeName$
|
|
117611
|
-
type ExtractInsurancePoliciesForOneDocumentBody = paths[typeof routeName$
|
|
117612
|
-
type ExtractInsurancePoliciesForOneDocumentResponse = paths[typeof routeName$
|
|
117614
|
+
declare const routeName$3O = "/v1/api/document-extractor/one/insurance-policies";
|
|
117615
|
+
type ExtractInsurancePoliciesForOneDocumentBody = paths[typeof routeName$3O]['post']['requestBody']['content']['application/json'];
|
|
117616
|
+
type ExtractInsurancePoliciesForOneDocumentResponse = paths[typeof routeName$3O]['post']['responses'][201]['content']['application/json'];
|
|
117613
117617
|
interface ExtractInsurancePoliciesForOneDocumentProps {
|
|
117614
117618
|
body: ExtractInsurancePoliciesForOneDocumentBody;
|
|
117615
117619
|
}
|
|
117616
117620
|
declare const extractInsurancePoliciesForOneDocument: (props: ExtractInsurancePoliciesForOneDocumentProps, wgApiClient: ClientType) => Promise<ExtractInsurancePoliciesForOneDocumentResponse>;
|
|
117617
117621
|
|
|
117618
|
-
declare const routeName$
|
|
117619
|
-
type ExtractOneDocumentEnqueueBody = paths[typeof routeName$
|
|
117620
|
-
type ExtractOneDocumentEnqueueResponse = paths[typeof routeName$
|
|
117622
|
+
declare const routeName$3N = "/v2/api/document-extractor/one";
|
|
117623
|
+
type ExtractOneDocumentEnqueueBody = paths[typeof routeName$3N]['post']['requestBody']['content']['application/json'];
|
|
117624
|
+
type ExtractOneDocumentEnqueueResponse = paths[typeof routeName$3N]['post']['responses'][201]['content']['application/json'];
|
|
117621
117625
|
interface ExtractOneDocumentEnqueueProps {
|
|
117622
117626
|
body: ExtractOneDocumentEnqueueBody;
|
|
117623
117627
|
}
|
|
117624
117628
|
declare const extractOneDocumentEnqueue: (props: ExtractOneDocumentEnqueueProps, wgApiClient: ClientType) => Promise<ExtractOneDocumentEnqueueResponse>;
|
|
117625
117629
|
|
|
117626
|
-
declare const routeName$
|
|
117627
|
-
type ExtractOffersForOneDocumentEnqueueBody = paths[typeof routeName$
|
|
117628
|
-
type ExtractOffersForOneDocumentEnqueueResponse = paths[typeof routeName$
|
|
117630
|
+
declare const routeName$3M = "/v2/api/document-extractor/one/offers";
|
|
117631
|
+
type ExtractOffersForOneDocumentEnqueueBody = paths[typeof routeName$3M]['post']['requestBody']['content']['application/json'];
|
|
117632
|
+
type ExtractOffersForOneDocumentEnqueueResponse = paths[typeof routeName$3M]['post']['responses'][201]['content']['application/json'];
|
|
117629
117633
|
interface ExtractOffersForOneDocumentEnqueueProps {
|
|
117630
117634
|
body: ExtractOffersForOneDocumentEnqueueBody;
|
|
117631
117635
|
}
|
|
117632
117636
|
declare const extractOffersForOneDocumentEnqueue: (props: ExtractOffersForOneDocumentEnqueueProps, wgApiClient: ClientType) => Promise<ExtractOffersForOneDocumentEnqueueResponse>;
|
|
117633
117637
|
|
|
117634
|
-
declare const routeName$
|
|
117635
|
-
type ExtractInsurancePoliciesForOneDocumentEnqueueBody = paths[typeof routeName$
|
|
117636
|
-
type ExtractInsurancePoliciesForOneDocumentEnqueueResponse = paths[typeof routeName$
|
|
117638
|
+
declare const routeName$3L = "/v2/api/document-extractor/one/insurance-policies";
|
|
117639
|
+
type ExtractInsurancePoliciesForOneDocumentEnqueueBody = paths[typeof routeName$3L]['post']['requestBody']['content']['application/json'];
|
|
117640
|
+
type ExtractInsurancePoliciesForOneDocumentEnqueueResponse = paths[typeof routeName$3L]['post']['responses'][201]['content']['application/json'];
|
|
117637
117641
|
interface ExtractInsurancePoliciesForOneDocumentEnqueueProps {
|
|
117638
117642
|
body: ExtractInsurancePoliciesForOneDocumentEnqueueBody;
|
|
117639
117643
|
}
|
|
117640
117644
|
declare const extractInsurancePoliciesForOneDocumentEnqueue: (props: ExtractInsurancePoliciesForOneDocumentEnqueueProps, wgApiClient: ClientType) => Promise<ExtractInsurancePoliciesForOneDocumentEnqueueResponse>;
|
|
117641
117645
|
|
|
117642
|
-
declare const routeName$
|
|
117643
|
-
type ExtractPartyForOneDocumentEnqueueBody = paths[typeof routeName$
|
|
117644
|
-
type ExtractPartyForOneDocumentEnqueueResponse = paths[typeof routeName$
|
|
117646
|
+
declare const routeName$3K = "/v2/api/document-extractor/one/party";
|
|
117647
|
+
type ExtractPartyForOneDocumentEnqueueBody = paths[typeof routeName$3K]['post']['requestBody']['content']['application/json'];
|
|
117648
|
+
type ExtractPartyForOneDocumentEnqueueResponse = paths[typeof routeName$3K]['post']['responses'][201]['content']['application/json'];
|
|
117645
117649
|
interface ExtractPartyForOneDocumentEnqueueProps {
|
|
117646
117650
|
body: ExtractPartyForOneDocumentEnqueueBody;
|
|
117647
117651
|
}
|
|
117648
117652
|
declare const extractPartyForOneDocumentEnqueue: (props: ExtractPartyForOneDocumentEnqueueProps, wgApiClient: ClientType) => Promise<ExtractPartyForOneDocumentEnqueueResponse>;
|
|
117649
117653
|
|
|
117650
|
-
declare const routeName$
|
|
117651
|
-
type GetExtractEnityInfoPathParams = paths[typeof routeName$
|
|
117652
|
-
type GetExtractEnityInfoResponse = paths[typeof routeName$
|
|
117653
|
-
type GetExtractEnityInfoProps = paths[typeof routeName$
|
|
117654
|
+
declare const routeName$3J = "/v1/api/document-extractor/entities/{entity_id}";
|
|
117655
|
+
type GetExtractEnityInfoPathParams = paths[typeof routeName$3J]['get']['parameters']['path'];
|
|
117656
|
+
type GetExtractEnityInfoResponse = paths[typeof routeName$3J]['get']['responses'][200]['content']['application/json'];
|
|
117657
|
+
type GetExtractEnityInfoProps = paths[typeof routeName$3J]['get']['parameters'];
|
|
117654
117658
|
declare const getExtractEnityInfo: (props: GetExtractEnityInfoProps, wgApiClient: ClientType) => Promise<GetExtractEnityInfoResponse>;
|
|
117655
117659
|
|
|
117656
|
-
declare const routeName$
|
|
117657
|
-
type GetProvenanceInfoOfDocumentPathParams = paths[typeof routeName$
|
|
117658
|
-
type GetProvenanceInfoOfDocumentResponse = paths[typeof routeName$
|
|
117659
|
-
type GetProvenanceInfoOfDocumentProps = paths[typeof routeName$
|
|
117660
|
+
declare const routeName$3I = "/v1/api/document-extractor/documents/{document_id}";
|
|
117661
|
+
type GetProvenanceInfoOfDocumentPathParams = paths[typeof routeName$3I]['get']['parameters']['path'];
|
|
117662
|
+
type GetProvenanceInfoOfDocumentResponse = paths[typeof routeName$3I]['get']['responses'][200]['content']['application/json'];
|
|
117663
|
+
type GetProvenanceInfoOfDocumentProps = paths[typeof routeName$3I]['get']['parameters'];
|
|
117660
117664
|
declare const getProvenanceInfoOfDocument: (props: GetProvenanceInfoOfDocumentProps, wgApiClient: ClientType) => Promise<GetProvenanceInfoOfDocumentResponse>;
|
|
117661
117665
|
|
|
117662
|
-
declare const routeName$
|
|
117663
|
-
type ExtractManyDocumentInBatchBody = paths[typeof routeName$
|
|
117664
|
-
type ExtractManyDocumentInBatchResponse = paths[typeof routeName$
|
|
117666
|
+
declare const routeName$3H = "/v1/api/document-extractor/batches";
|
|
117667
|
+
type ExtractManyDocumentInBatchBody = paths[typeof routeName$3H]['post']['requestBody']['content']['application/json'];
|
|
117668
|
+
type ExtractManyDocumentInBatchResponse = paths[typeof routeName$3H]['post']['responses'][202]['content']['application/json'];
|
|
117665
117669
|
interface ExtractManyDocumentInBatchProps {
|
|
117666
117670
|
body: ExtractManyDocumentInBatchBody;
|
|
117667
117671
|
}
|
|
117668
117672
|
declare const extractManyDocumentInBatch: (props: ExtractManyDocumentInBatchProps, wgApiClient: ClientType) => Promise<ExtractManyDocumentInBatchResponse>;
|
|
117669
117673
|
|
|
117670
|
-
declare const routeName$
|
|
117671
|
-
type GetDocumentExtractionBatchByIdPathParams = paths[typeof routeName$
|
|
117672
|
-
type GetDocumentExtractionBatchByIdResponse = paths[typeof routeName$
|
|
117673
|
-
type GetDocumentExtractionBatchByIdProps = paths[typeof routeName$
|
|
117674
|
+
declare const routeName$3G = "/v1/api/document-extractor/batches/{batch_id}";
|
|
117675
|
+
type GetDocumentExtractionBatchByIdPathParams = paths[typeof routeName$3G]['get']['parameters']['path'];
|
|
117676
|
+
type GetDocumentExtractionBatchByIdResponse = paths[typeof routeName$3G]['get']['responses'][200]['content']['application/json'];
|
|
117677
|
+
type GetDocumentExtractionBatchByIdProps = paths[typeof routeName$3G]['get']['parameters'];
|
|
117674
117678
|
declare const getDocumentExtractionBatchById: (props: GetDocumentExtractionBatchByIdProps, wgApiClient: ClientType) => Promise<GetDocumentExtractionBatchByIdResponse>;
|
|
117675
117679
|
|
|
117676
|
-
declare const routeName$
|
|
117677
|
-
type GetLinkOfDocumentPathParams = paths[typeof routeName$
|
|
117678
|
-
type GetLinkOfDocumentResponse = paths[typeof routeName$
|
|
117679
|
-
type GetLinkOfDocumentProps = paths[typeof routeName$
|
|
117680
|
+
declare const routeName$3F = "/v1/api/documents/{document_id}/link";
|
|
117681
|
+
type GetLinkOfDocumentPathParams = paths[typeof routeName$3F]['get']['parameters']['path'];
|
|
117682
|
+
type GetLinkOfDocumentResponse = paths[typeof routeName$3F]['get']['responses'][307]['content']['application/json'];
|
|
117683
|
+
type GetLinkOfDocumentProps = paths[typeof routeName$3F]['get']['parameters'];
|
|
117680
117684
|
declare const getLinkOfDocument: (props: GetLinkOfDocumentProps, wgApiClient: ClientType) => Promise<GetLinkOfDocumentResponse>;
|
|
117681
117685
|
|
|
117682
|
-
declare const routeName$
|
|
117683
|
-
type GetDocumentMetadataPathParams = paths[typeof routeName$
|
|
117684
|
-
type GetDocumentMetadataResponse = paths[typeof routeName$
|
|
117685
|
-
type GetDocumentMetadataProps = paths[typeof routeName$
|
|
117686
|
+
declare const routeName$3E = "/v1/api/documents/{document_id}";
|
|
117687
|
+
type GetDocumentMetadataPathParams = paths[typeof routeName$3E]['get']['parameters']['path'];
|
|
117688
|
+
type GetDocumentMetadataResponse = paths[typeof routeName$3E]['get']['responses'][200]['content']['application/json'];
|
|
117689
|
+
type GetDocumentMetadataProps = paths[typeof routeName$3E]['get']['parameters'];
|
|
117686
117690
|
declare const getDocumentMetadata: (props: GetDocumentMetadataProps, wgApiClient: ClientType) => Promise<GetDocumentMetadataResponse>;
|
|
117687
117691
|
|
|
117688
|
-
declare const routeName$
|
|
117689
|
-
type GetEmailByMessageIdQueryParams = paths[typeof routeName$
|
|
117690
|
-
type GetEmailByMessageIdResponse = paths[typeof routeName$
|
|
117691
|
-
type GetEmailByMessageIdProps = paths[typeof routeName$
|
|
117692
|
+
declare const routeName$3D = "/v1/api/email-analyzer/email-by-message-id";
|
|
117693
|
+
type GetEmailByMessageIdQueryParams = paths[typeof routeName$3D]['get']['parameters']['query'];
|
|
117694
|
+
type GetEmailByMessageIdResponse = paths[typeof routeName$3D]['get']['responses'][200]['content']['application/json'];
|
|
117695
|
+
type GetEmailByMessageIdProps = paths[typeof routeName$3D]['get']['parameters'];
|
|
117692
117696
|
declare const getEmailByMessageId: (props: GetEmailByMessageIdProps, wgApiClient: ClientType) => Promise<GetEmailByMessageIdResponse>;
|
|
117693
117697
|
|
|
117694
|
-
declare const routeName$
|
|
117695
|
-
type TriageEmailBody = paths[typeof routeName$
|
|
117696
|
-
type TriageEmailResponse = paths[typeof routeName$
|
|
117698
|
+
declare const routeName$3C = "/v1/api/email-analyzer/emails/triage/one";
|
|
117699
|
+
type TriageEmailBody = paths[typeof routeName$3C]['post']['requestBody']['content']['application/json'];
|
|
117700
|
+
type TriageEmailResponse = paths[typeof routeName$3C]['post']['responses'][201]['content']['application/json'];
|
|
117697
117701
|
interface TriageEmailProps {
|
|
117698
117702
|
body: TriageEmailBody;
|
|
117699
117703
|
}
|
|
117700
117704
|
declare const triageEmail: (props: TriageEmailProps, wgApiClient: ClientType) => Promise<TriageEmailResponse>;
|
|
117701
117705
|
|
|
117702
|
-
declare const routeName$
|
|
117703
|
-
type AnalyzeEmailBody = paths[typeof routeName$
|
|
117704
|
-
type AnalyzeEmailPathParams = paths[typeof routeName$
|
|
117705
|
-
type AnalyzeEmailResponse = paths[typeof routeName$
|
|
117706
|
+
declare const routeName$3B = "/v1/api/email-analyzer/emails/{email_id}/analyze/one";
|
|
117707
|
+
type AnalyzeEmailBody = paths[typeof routeName$3B]['post']['requestBody']['content']['application/json'];
|
|
117708
|
+
type AnalyzeEmailPathParams = paths[typeof routeName$3B]['post']['parameters']['path'];
|
|
117709
|
+
type AnalyzeEmailResponse = paths[typeof routeName$3B]['post']['responses'][201]['content']['application/json'];
|
|
117706
117710
|
interface AnalyzeEmailProps {
|
|
117707
117711
|
body: AnalyzeEmailBody;
|
|
117708
117712
|
params: {
|
|
@@ -117711,53 +117715,53 @@ interface AnalyzeEmailProps {
|
|
|
117711
117715
|
}
|
|
117712
117716
|
declare const analyzeEmail: (props: AnalyzeEmailProps, wgApiClient: ClientType) => Promise<AnalyzeEmailResponse>;
|
|
117713
117717
|
|
|
117714
|
-
declare const routeName$
|
|
117715
|
-
type SearchDirectorsByFirstAndLastNameQueryParams = paths[typeof routeName$
|
|
117716
|
-
type SearchDirectorsByFirstAndLastNameResponse = paths[typeof routeName$
|
|
117717
|
-
type SearchDirectorsByFirstAndLastNameProps = paths[typeof routeName$
|
|
117718
|
+
declare const routeName$3A = "/v1/api/people/search";
|
|
117719
|
+
type SearchDirectorsByFirstAndLastNameQueryParams = paths[typeof routeName$3A]['get']['parameters']['query'];
|
|
117720
|
+
type SearchDirectorsByFirstAndLastNameResponse = paths[typeof routeName$3A]['get']['responses'][200]['content']['application/json'];
|
|
117721
|
+
type SearchDirectorsByFirstAndLastNameProps = paths[typeof routeName$3A]['get']['parameters'];
|
|
117718
117722
|
declare const searchDirectorsByFirstAndLastName: (props: SearchDirectorsByFirstAndLastNameProps, wgApiClient: ClientType) => Promise<SearchDirectorsByFirstAndLastNameResponse>;
|
|
117719
117723
|
|
|
117720
|
-
declare const routeName$
|
|
117721
|
-
type SearchEnterprisesByCountryQueryParams = paths[typeof routeName$
|
|
117722
|
-
type SearchEnterprisesByCountryResponse = paths[typeof routeName$
|
|
117723
|
-
type SearchEnterprisesByCountryProps = paths[typeof routeName$
|
|
117724
|
+
declare const routeName$3z = "/v1/api/enterprises/search";
|
|
117725
|
+
type SearchEnterprisesByCountryQueryParams = paths[typeof routeName$3z]['get']['parameters']['query'];
|
|
117726
|
+
type SearchEnterprisesByCountryResponse = paths[typeof routeName$3z]['get']['responses'][200]['content']['application/json'];
|
|
117727
|
+
type SearchEnterprisesByCountryProps = paths[typeof routeName$3z]['get']['parameters'];
|
|
117724
117728
|
declare const searchEnterprisesByCountry: (props: SearchEnterprisesByCountryProps, wgApiClient: ClientType) => Promise<SearchEnterprisesByCountryResponse>;
|
|
117725
117729
|
|
|
117726
|
-
declare const routeName$
|
|
117727
|
-
type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams = paths[typeof routeName$
|
|
117728
|
-
type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams = paths[typeof routeName$
|
|
117729
|
-
type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse = paths[typeof routeName$
|
|
117730
|
-
type GetEnterpriseByCompanyRegistrationNumberAndCountryProps = paths[typeof routeName$
|
|
117730
|
+
declare const routeName$3y = "/v1/api/enterprises/{company_registration_number}";
|
|
117731
|
+
type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams = paths[typeof routeName$3y]['get']['parameters']['path'];
|
|
117732
|
+
type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams = paths[typeof routeName$3y]['get']['parameters']['query'];
|
|
117733
|
+
type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse = paths[typeof routeName$3y]['get']['responses'][200]['content']['application/json'];
|
|
117734
|
+
type GetEnterpriseByCompanyRegistrationNumberAndCountryProps = paths[typeof routeName$3y]['get']['parameters'];
|
|
117731
117735
|
declare const getEnterpriseByCompanyRegistrationNumberAndCountry: (props: GetEnterpriseByCompanyRegistrationNumberAndCountryProps, wgApiClient: ClientType) => Promise<GetEnterpriseByCompanyRegistrationNumberAndCountryResponse>;
|
|
117732
117736
|
|
|
117733
|
-
declare const routeName$
|
|
117734
|
-
type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams = paths[typeof routeName$
|
|
117735
|
-
type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams = paths[typeof routeName$
|
|
117736
|
-
type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse = paths[typeof routeName$
|
|
117737
|
-
type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseProps = paths[typeof routeName$
|
|
117737
|
+
declare const routeName$3x = "/v1/api/enterprises/{company_registration_number}/minimal";
|
|
117738
|
+
type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams = paths[typeof routeName$3x]['get']['parameters']['path'];
|
|
117739
|
+
type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams = paths[typeof routeName$3x]['get']['parameters']['query'];
|
|
117740
|
+
type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse = paths[typeof routeName$3x]['get']['responses'][200]['content']['application/json'];
|
|
117741
|
+
type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseProps = paths[typeof routeName$3x]['get']['parameters'];
|
|
117738
117742
|
declare const getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse: (props: GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseProps, wgApiClient: ClientType) => Promise<GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse>;
|
|
117739
117743
|
|
|
117740
|
-
declare const routeName$
|
|
117741
|
-
type GetAllEnumsResponse = paths[typeof routeName$
|
|
117744
|
+
declare const routeName$3w = "/enums";
|
|
117745
|
+
type GetAllEnumsResponse = paths[typeof routeName$3w]['get']['responses'][200]['content']['application/json'];
|
|
117742
117746
|
declare const getAllEnums: (wgApiClient: ClientType) => Promise<GetAllEnumsResponse>;
|
|
117743
117747
|
|
|
117744
|
-
declare const routeName$
|
|
117745
|
-
type GetValuesOfEnumPathParams = paths[typeof routeName$
|
|
117746
|
-
type GetValuesOfEnumResponse = paths[typeof routeName$
|
|
117747
|
-
type GetValuesOfEnumProps = paths[typeof routeName$
|
|
117748
|
+
declare const routeName$3v = "/enums/{enum}";
|
|
117749
|
+
type GetValuesOfEnumPathParams = paths[typeof routeName$3v]['get']['parameters']['path'];
|
|
117750
|
+
type GetValuesOfEnumResponse = paths[typeof routeName$3v]['get']['responses'][200]['content']['application/json'];
|
|
117751
|
+
type GetValuesOfEnumProps = paths[typeof routeName$3v]['get']['parameters'];
|
|
117748
117752
|
declare const getValuesOfEnum: (props: GetValuesOfEnumProps, wgApiClient: ClientType) => Promise<GetValuesOfEnumResponse>;
|
|
117749
117753
|
|
|
117750
|
-
declare const routeName$
|
|
117751
|
-
type GetAdvisoryReportExportOptionsPathParams = paths[typeof routeName$
|
|
117752
|
-
type GetAdvisoryReportExportOptionsResponse = paths[typeof routeName$
|
|
117753
|
-
type GetAdvisoryReportExportOptionsProps = paths[typeof routeName$
|
|
117754
|
+
declare const routeName$3u = "/v1/api/advisory-reports/{report_id}/export-options";
|
|
117755
|
+
type GetAdvisoryReportExportOptionsPathParams = paths[typeof routeName$3u]['get']['parameters']['path'];
|
|
117756
|
+
type GetAdvisoryReportExportOptionsResponse = paths[typeof routeName$3u]['get']['responses'][200]['content']['application/json'];
|
|
117757
|
+
type GetAdvisoryReportExportOptionsProps = paths[typeof routeName$3u]['get']['parameters'];
|
|
117754
117758
|
declare const getAdvisoryReportExportOptions: (props: GetAdvisoryReportExportOptionsProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportExportOptionsResponse>;
|
|
117755
117759
|
|
|
117756
|
-
declare const routeName$
|
|
117757
|
-
type ExportAdvisoryReportByIdBody = paths[typeof routeName$
|
|
117758
|
-
type ExportAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
117759
|
-
type ExportAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
117760
|
-
type ExportAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
117760
|
+
declare const routeName$3t = "/v1/api/advisory-reports/{report_id}/exports";
|
|
117761
|
+
type ExportAdvisoryReportByIdBody = paths[typeof routeName$3t]['post']['requestBody']['content']['application/json'];
|
|
117762
|
+
type ExportAdvisoryReportByIdPathParams = paths[typeof routeName$3t]['post']['parameters']['path'];
|
|
117763
|
+
type ExportAdvisoryReportByIdQueryParams = paths[typeof routeName$3t]['post']['parameters']['query'];
|
|
117764
|
+
type ExportAdvisoryReportByIdResponse = paths[typeof routeName$3t]['post']['responses'][201]['content']['application/json'];
|
|
117761
117765
|
interface ExportAdvisoryReportByIdProps {
|
|
117762
117766
|
body: ExportAdvisoryReportByIdBody;
|
|
117763
117767
|
params: {
|
|
@@ -117767,9 +117771,9 @@ interface ExportAdvisoryReportByIdProps {
|
|
|
117767
117771
|
}
|
|
117768
117772
|
declare const exportAdvisoryReportById: (props: ExportAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<ExportAdvisoryReportByIdResponse>;
|
|
117769
117773
|
|
|
117770
|
-
declare const routeName$
|
|
117771
|
-
type ExportPartyByIdPathParams = paths[typeof routeName$
|
|
117772
|
-
type ExportPartyByIdResponse = paths[typeof routeName$
|
|
117774
|
+
declare const routeName$3s = "/v1/api/parties/{party_id}/exports/crm";
|
|
117775
|
+
type ExportPartyByIdPathParams = paths[typeof routeName$3s]['post']['parameters']['path'];
|
|
117776
|
+
type ExportPartyByIdResponse = paths[typeof routeName$3s]['post']['responses'][201]['content']['application/json'];
|
|
117773
117777
|
interface ExportPartyByIdProps {
|
|
117774
117778
|
params: {
|
|
117775
117779
|
path: ExportPartyByIdPathParams;
|
|
@@ -117777,52 +117781,52 @@ interface ExportPartyByIdProps {
|
|
|
117777
117781
|
}
|
|
117778
117782
|
declare const exportPartyById: (props: ExportPartyByIdProps, wgApiClient: ClientType) => Promise<ExportPartyByIdResponse>;
|
|
117779
117783
|
|
|
117780
|
-
declare const routeName$
|
|
117781
|
-
type RetrieveAllExportsByPartyPathParams = paths[typeof routeName$
|
|
117782
|
-
type RetrieveAllExportsByPartyQueryParams = paths[typeof routeName$
|
|
117783
|
-
type RetrieveAllExportsByPartyResponse = paths[typeof routeName$
|
|
117784
|
-
type RetrieveAllExportsByPartyProps = paths[typeof routeName$
|
|
117784
|
+
declare const routeName$3r = "/v1/api/parties/{party_id}/exports";
|
|
117785
|
+
type RetrieveAllExportsByPartyPathParams = paths[typeof routeName$3r]['get']['parameters']['path'];
|
|
117786
|
+
type RetrieveAllExportsByPartyQueryParams = paths[typeof routeName$3r]['get']['parameters']['query'];
|
|
117787
|
+
type RetrieveAllExportsByPartyResponse = paths[typeof routeName$3r]['get']['responses'][200]['content']['application/json'];
|
|
117788
|
+
type RetrieveAllExportsByPartyProps = paths[typeof routeName$3r]['get']['parameters'];
|
|
117785
117789
|
declare const retrieveAllExportsByParty: (props: RetrieveAllExportsByPartyProps, wgApiClient: ClientType) => Promise<RetrieveAllExportsByPartyResponse>;
|
|
117786
117790
|
|
|
117787
|
-
declare const routeName$
|
|
117788
|
-
type RetrieveExportByIdPathParams = paths[typeof routeName$
|
|
117789
|
-
type RetrieveExportByIdQueryParams = paths[typeof routeName$
|
|
117790
|
-
type RetrieveExportByIdResponse = paths[typeof routeName$
|
|
117791
|
-
type RetrieveExportByIdProps = paths[typeof routeName$
|
|
117791
|
+
declare const routeName$3q = "/v1/api/exports/{export_id}";
|
|
117792
|
+
type RetrieveExportByIdPathParams = paths[typeof routeName$3q]['get']['parameters']['path'];
|
|
117793
|
+
type RetrieveExportByIdQueryParams = paths[typeof routeName$3q]['get']['parameters']['query'];
|
|
117794
|
+
type RetrieveExportByIdResponse = paths[typeof routeName$3q]['get']['responses'][200]['content']['application/json'];
|
|
117795
|
+
type RetrieveExportByIdProps = paths[typeof routeName$3q]['get']['parameters'];
|
|
117792
117796
|
declare const retrieveExportById: (props: RetrieveExportByIdProps, wgApiClient: ClientType) => Promise<RetrieveExportByIdResponse>;
|
|
117793
117797
|
|
|
117794
|
-
declare const routeName$
|
|
117795
|
-
type LockFlightApiResponse = paths[typeof routeName$
|
|
117798
|
+
declare const routeName$3p = "/v1/api/flights/lock";
|
|
117799
|
+
type LockFlightApiResponse = paths[typeof routeName$3p]['get']['responses'][200]['content']['application/json'];
|
|
117796
117800
|
declare const lockFlightApi: (wgApiClient: ClientType) => Promise<LockFlightApiResponse>;
|
|
117797
117801
|
|
|
117798
|
-
declare const routeName$
|
|
117799
|
-
type RetrieveAirportsResponse = paths[typeof routeName$
|
|
117802
|
+
declare const routeName$3o = "/v1/api/flights/airports";
|
|
117803
|
+
type RetrieveAirportsResponse = paths[typeof routeName$3o]['get']['responses'][200]['content']['application/json'];
|
|
117800
117804
|
declare const retrieveAirports: (wgApiClient: ClientType) => Promise<RetrieveAirportsResponse>;
|
|
117801
117805
|
|
|
117802
|
-
declare const routeName$
|
|
117803
|
-
type GetAvailableFlowsForDistributionInfoQueryParams = paths[typeof routeName$
|
|
117804
|
-
type GetAvailableFlowsForDistributionInfoResponse = paths[typeof routeName$
|
|
117805
|
-
type GetAvailableFlowsForDistributionInfoProps = paths[typeof routeName$
|
|
117806
|
+
declare const routeName$3n = "/v1/api/distributions/me/flows";
|
|
117807
|
+
type GetAvailableFlowsForDistributionInfoQueryParams = paths[typeof routeName$3n]['get']['parameters']['query'];
|
|
117808
|
+
type GetAvailableFlowsForDistributionInfoResponse = paths[typeof routeName$3n]['get']['responses'][200]['content']['application/json'];
|
|
117809
|
+
type GetAvailableFlowsForDistributionInfoProps = paths[typeof routeName$3n]['get']['parameters'];
|
|
117806
117810
|
declare const getAvailableFlowsForDistributionInfo: (props: GetAvailableFlowsForDistributionInfoProps, wgApiClient: ClientType) => Promise<GetAvailableFlowsForDistributionInfoResponse>;
|
|
117807
117811
|
|
|
117808
|
-
declare const routeName$
|
|
117809
|
-
type GetFlowsInfoQueryParams = paths[typeof routeName$
|
|
117810
|
-
type GetFlowsInfoResponse = paths[typeof routeName$
|
|
117811
|
-
type GetFlowsInfoProps = paths[typeof routeName$
|
|
117812
|
+
declare const routeName$3m = "/v1/api/flows";
|
|
117813
|
+
type GetFlowsInfoQueryParams = paths[typeof routeName$3m]['get']['parameters']['query'];
|
|
117814
|
+
type GetFlowsInfoResponse = paths[typeof routeName$3m]['get']['responses'][200]['content']['application/json'];
|
|
117815
|
+
type GetFlowsInfoProps = paths[typeof routeName$3m]['get']['parameters'];
|
|
117812
117816
|
declare const getFlowsInfo: (props: GetFlowsInfoProps, wgApiClient: ClientType) => Promise<GetFlowsInfoResponse>;
|
|
117813
117817
|
|
|
117814
|
-
declare const routeName$
|
|
117815
|
-
type GetFlowInfoByIdPathParams = paths[typeof routeName$
|
|
117816
|
-
type GetFlowInfoByIdQueryParams = paths[typeof routeName$
|
|
117817
|
-
type GetFlowInfoByIdResponse = paths[typeof routeName$
|
|
117818
|
-
type GetFlowInfoByIdProps = paths[typeof routeName$
|
|
117818
|
+
declare const routeName$3l = "/v1/api/flows/{flow_id}";
|
|
117819
|
+
type GetFlowInfoByIdPathParams = paths[typeof routeName$3l]['get']['parameters']['path'];
|
|
117820
|
+
type GetFlowInfoByIdQueryParams = paths[typeof routeName$3l]['get']['parameters']['query'];
|
|
117821
|
+
type GetFlowInfoByIdResponse = paths[typeof routeName$3l]['get']['responses'][200]['content']['application/json'];
|
|
117822
|
+
type GetFlowInfoByIdProps = paths[typeof routeName$3l]['get']['parameters'];
|
|
117819
117823
|
declare const getFlowInfoById: (props: GetFlowInfoByIdProps, wgApiClient: ClientType) => Promise<GetFlowInfoByIdResponse>;
|
|
117820
117824
|
|
|
117821
|
-
declare const routeName$
|
|
117822
|
-
type RetrieveFlowBody = paths[typeof routeName$
|
|
117823
|
-
type RetrieveFlowPathParams = paths[typeof routeName$
|
|
117824
|
-
type RetrieveFlowQueryParams = paths[typeof routeName$
|
|
117825
|
-
type RetrieveFlowResponse = paths[typeof routeName$
|
|
117825
|
+
declare const routeName$3k = "/v1/api/flows/{flow_id}";
|
|
117826
|
+
type RetrieveFlowBody = paths[typeof routeName$3k]['post']['requestBody']['content']['application/json'];
|
|
117827
|
+
type RetrieveFlowPathParams = paths[typeof routeName$3k]['post']['parameters']['path'];
|
|
117828
|
+
type RetrieveFlowQueryParams = paths[typeof routeName$3k]['post']['parameters']['query'];
|
|
117829
|
+
type RetrieveFlowResponse = paths[typeof routeName$3k]['post']['responses'][201]['content']['application/json'];
|
|
117826
117830
|
interface RetrieveFlowProps {
|
|
117827
117831
|
body: RetrieveFlowBody;
|
|
117828
117832
|
params: {
|
|
@@ -117832,18 +117836,18 @@ interface RetrieveFlowProps {
|
|
|
117832
117836
|
}
|
|
117833
117837
|
declare const retrieveFlow: (props: RetrieveFlowProps, wgApiClient: ClientType) => Promise<RetrieveFlowResponse>;
|
|
117834
117838
|
|
|
117835
|
-
declare const routeName$
|
|
117836
|
-
type GenerateFlowQuestionnairePathParams = paths[typeof routeName$
|
|
117837
|
-
type GenerateFlowQuestionnaireQueryParams = paths[typeof routeName$
|
|
117838
|
-
type GenerateFlowQuestionnaireResponse = paths[typeof routeName$
|
|
117839
|
-
type GenerateFlowQuestionnaireProps = paths[typeof routeName$
|
|
117839
|
+
declare const routeName$3j = "/v1/api/flows/{flow_id}/questionnaire";
|
|
117840
|
+
type GenerateFlowQuestionnairePathParams = paths[typeof routeName$3j]['get']['parameters']['path'];
|
|
117841
|
+
type GenerateFlowQuestionnaireQueryParams = paths[typeof routeName$3j]['get']['parameters']['query'];
|
|
117842
|
+
type GenerateFlowQuestionnaireResponse = paths[typeof routeName$3j]['get']['responses'][200]['content']['application/json'];
|
|
117843
|
+
type GenerateFlowQuestionnaireProps = paths[typeof routeName$3j]['get']['parameters'];
|
|
117840
117844
|
declare const generateFlowQuestionnaire: (props: GenerateFlowQuestionnaireProps, wgApiClient: ClientType) => Promise<GenerateFlowQuestionnaireResponse>;
|
|
117841
117845
|
|
|
117842
|
-
declare const routeName$
|
|
117843
|
-
type GenerateFlowQuestionnaireDocumentBody = paths[typeof routeName$
|
|
117844
|
-
type GenerateFlowQuestionnaireDocumentPathParams = paths[typeof routeName$
|
|
117845
|
-
type GenerateFlowQuestionnaireDocumentQueryParams = paths[typeof routeName$
|
|
117846
|
-
type GenerateFlowQuestionnaireDocumentResponse = paths[typeof routeName$
|
|
117846
|
+
declare const routeName$3i = "/v1/api/flows/{flow_id}/questionnaire/pdf";
|
|
117847
|
+
type GenerateFlowQuestionnaireDocumentBody = paths[typeof routeName$3i]['post']['requestBody']['content']['application/json'];
|
|
117848
|
+
type GenerateFlowQuestionnaireDocumentPathParams = paths[typeof routeName$3i]['post']['parameters']['path'];
|
|
117849
|
+
type GenerateFlowQuestionnaireDocumentQueryParams = paths[typeof routeName$3i]['post']['parameters']['query'];
|
|
117850
|
+
type GenerateFlowQuestionnaireDocumentResponse = paths[typeof routeName$3i]['post']['responses'][200]['content']['application/json'];
|
|
117847
117851
|
interface GenerateFlowQuestionnaireDocumentProps {
|
|
117848
117852
|
body: GenerateFlowQuestionnaireDocumentBody;
|
|
117849
117853
|
params: {
|
|
@@ -117853,25 +117857,25 @@ interface GenerateFlowQuestionnaireDocumentProps {
|
|
|
117853
117857
|
}
|
|
117854
117858
|
declare const generateFlowQuestionnaireDocument: (props: GenerateFlowQuestionnaireDocumentProps, wgApiClient: ClientType) => Promise<GenerateFlowQuestionnaireDocumentResponse>;
|
|
117855
117859
|
|
|
117856
|
-
declare const routeName$
|
|
117857
|
-
type RetrieveAskLaterQuestionsQueryParams = paths[typeof routeName$
|
|
117858
|
-
type RetrieveAskLaterQuestionsResponse = paths[typeof routeName$
|
|
117859
|
-
type RetrieveAskLaterQuestionsProps = paths[typeof routeName$
|
|
117860
|
+
declare const routeName$3h = "/v1/api/flows-ask-later-questions";
|
|
117861
|
+
type RetrieveAskLaterQuestionsQueryParams = paths[typeof routeName$3h]['get']['parameters']['query'];
|
|
117862
|
+
type RetrieveAskLaterQuestionsResponse = paths[typeof routeName$3h]['get']['responses'][200]['content']['application/json'];
|
|
117863
|
+
type RetrieveAskLaterQuestionsProps = paths[typeof routeName$3h]['get']['parameters'];
|
|
117860
117864
|
declare const retrieveAskLaterQuestions: (props: RetrieveAskLaterQuestionsProps, wgApiClient: ClientType) => Promise<RetrieveAskLaterQuestionsResponse>;
|
|
117861
117865
|
|
|
117862
|
-
declare const routeName$
|
|
117863
|
-
type SetAskLaterQuestionsBody = paths[typeof routeName$
|
|
117864
|
-
type SetAskLaterQuestionsResponse = paths[typeof routeName$
|
|
117866
|
+
declare const routeName$3g = "/v1/api/flows-ask-later-questions";
|
|
117867
|
+
type SetAskLaterQuestionsBody = paths[typeof routeName$3g]['post']['requestBody']['content']['application/json'];
|
|
117868
|
+
type SetAskLaterQuestionsResponse = paths[typeof routeName$3g]['post']['responses'][200]['content']['application/json'];
|
|
117865
117869
|
interface SetAskLaterQuestionsProps {
|
|
117866
117870
|
body: SetAskLaterQuestionsBody;
|
|
117867
117871
|
}
|
|
117868
117872
|
declare const setAskLaterQuestions: (props: SetAskLaterQuestionsProps, wgApiClient: ClientType) => Promise<SetAskLaterQuestionsResponse>;
|
|
117869
117873
|
|
|
117870
|
-
declare const routeName$
|
|
117871
|
-
type AnswerAFlowDirectlyBody = paths[typeof routeName$
|
|
117872
|
-
type AnswerAFlowDirectlyPathParams = paths[typeof routeName$
|
|
117873
|
-
type AnswerAFlowDirectlyQueryParams = paths[typeof routeName$
|
|
117874
|
-
type AnswerAFlowDirectlyResponse = paths[typeof routeName$
|
|
117874
|
+
declare const routeName$3f = "/v1/api/flows/{flow_id}/answers";
|
|
117875
|
+
type AnswerAFlowDirectlyBody = paths[typeof routeName$3f]['post']['requestBody']['content']['application/json'];
|
|
117876
|
+
type AnswerAFlowDirectlyPathParams = paths[typeof routeName$3f]['post']['parameters']['path'];
|
|
117877
|
+
type AnswerAFlowDirectlyQueryParams = paths[typeof routeName$3f]['post']['parameters']['query'];
|
|
117878
|
+
type AnswerAFlowDirectlyResponse = paths[typeof routeName$3f]['post']['responses'][200]['content']['application/json'];
|
|
117875
117879
|
interface AnswerAFlowDirectlyProps {
|
|
117876
117880
|
body: AnswerAFlowDirectlyBody;
|
|
117877
117881
|
params: {
|
|
@@ -117881,39 +117885,39 @@ interface AnswerAFlowDirectlyProps {
|
|
|
117881
117885
|
}
|
|
117882
117886
|
declare const answerAFlowDirectly: (props: AnswerAFlowDirectlyProps, wgApiClient: ClientType) => Promise<AnswerAFlowDirectlyResponse>;
|
|
117883
117887
|
|
|
117884
|
-
declare const routeName$
|
|
117885
|
-
type GenerateCompanyDescriptionBody = paths[typeof routeName$
|
|
117886
|
-
type GenerateCompanyDescriptionResponse = paths[typeof routeName$
|
|
117888
|
+
declare const routeName$3e = "/v1/api/generative-ai/description-completion";
|
|
117889
|
+
type GenerateCompanyDescriptionBody = paths[typeof routeName$3e]['post']['requestBody']['content']['application/json'];
|
|
117890
|
+
type GenerateCompanyDescriptionResponse = paths[typeof routeName$3e]['post']['responses'][200]['content']['application/json'];
|
|
117887
117891
|
interface GenerateCompanyDescriptionProps {
|
|
117888
117892
|
body: GenerateCompanyDescriptionBody;
|
|
117889
117893
|
}
|
|
117890
117894
|
declare const generateCompanyDescription: (props: GenerateCompanyDescriptionProps, wgApiClient: ClientType) => Promise<GenerateCompanyDescriptionResponse>;
|
|
117891
117895
|
|
|
117892
|
-
declare const routeName$
|
|
117893
|
-
type ExtractWebsiteThemeBody = paths[typeof routeName$
|
|
117894
|
-
type ExtractWebsiteThemeResponse = paths[typeof routeName$
|
|
117896
|
+
declare const routeName$3d = "/v1/api/generative-ai/website-theme-extraction";
|
|
117897
|
+
type ExtractWebsiteThemeBody = paths[typeof routeName$3d]['post']['requestBody']['content']['application/json'];
|
|
117898
|
+
type ExtractWebsiteThemeResponse = paths[typeof routeName$3d]['post']['responses'][200]['content']['application/json'];
|
|
117895
117899
|
interface ExtractWebsiteThemeProps {
|
|
117896
117900
|
body: ExtractWebsiteThemeBody;
|
|
117897
117901
|
}
|
|
117898
117902
|
declare const extractWebsiteTheme: (props: ExtractWebsiteThemeProps, wgApiClient: ClientType) => Promise<ExtractWebsiteThemeResponse>;
|
|
117899
117903
|
|
|
117900
|
-
declare const routeName$
|
|
117901
|
-
type GetRiskDomainsQueryParams = paths[typeof routeName$
|
|
117902
|
-
type GetRiskDomainsResponse = paths[typeof routeName$
|
|
117903
|
-
type GetRiskDomainsProps = paths[typeof routeName$
|
|
117904
|
+
declare const routeName$3c = "/v1/api/risk-domains";
|
|
117905
|
+
type GetRiskDomainsQueryParams = paths[typeof routeName$3c]['get']['parameters']['query'];
|
|
117906
|
+
type GetRiskDomainsResponse = paths[typeof routeName$3c]['get']['responses'][200]['content']['application/json'];
|
|
117907
|
+
type GetRiskDomainsProps = paths[typeof routeName$3c]['get']['parameters'];
|
|
117904
117908
|
declare const getRiskDomains: (props: GetRiskDomainsProps, wgApiClient: ClientType) => Promise<GetRiskDomainsResponse>;
|
|
117905
117909
|
|
|
117906
|
-
declare const routeName$
|
|
117907
|
-
type GetRiskDomainByIdPathParams = paths[typeof routeName$
|
|
117908
|
-
type GetRiskDomainByIdQueryParams = paths[typeof routeName$
|
|
117909
|
-
type GetRiskDomainByIdResponse = paths[typeof routeName$
|
|
117910
|
-
type GetRiskDomainByIdProps = paths[typeof routeName$
|
|
117910
|
+
declare const routeName$3b = "/v1/api/risk-domains/{risk_domain_id}";
|
|
117911
|
+
type GetRiskDomainByIdPathParams = paths[typeof routeName$3b]['get']['parameters']['path'];
|
|
117912
|
+
type GetRiskDomainByIdQueryParams = paths[typeof routeName$3b]['get']['parameters']['query'];
|
|
117913
|
+
type GetRiskDomainByIdResponse = paths[typeof routeName$3b]['get']['responses'][200]['content']['application/json'];
|
|
117914
|
+
type GetRiskDomainByIdProps = paths[typeof routeName$3b]['get']['parameters'];
|
|
117911
117915
|
declare const getRiskDomainById: (props: GetRiskDomainByIdProps, wgApiClient: ClientType) => Promise<GetRiskDomainByIdResponse>;
|
|
117912
117916
|
|
|
117913
|
-
declare const routeName$
|
|
117914
|
-
type UpdateRiskDomainByDistributionBody = paths[typeof routeName$
|
|
117915
|
-
type UpdateRiskDomainByDistributionPathParams = paths[typeof routeName$
|
|
117916
|
-
type UpdateRiskDomainByDistributionResponse = paths[typeof routeName$
|
|
117917
|
+
declare const routeName$3a = "/v1/api/risk-domains/{risk_domain_id}";
|
|
117918
|
+
type UpdateRiskDomainByDistributionBody = paths[typeof routeName$3a]['patch']['requestBody']['content']['application/json'];
|
|
117919
|
+
type UpdateRiskDomainByDistributionPathParams = paths[typeof routeName$3a]['patch']['parameters']['path'];
|
|
117920
|
+
type UpdateRiskDomainByDistributionResponse = paths[typeof routeName$3a]['patch']['responses'][200]['content']['application/json'];
|
|
117917
117921
|
interface UpdateRiskDomainByDistributionProps {
|
|
117918
117922
|
body: UpdateRiskDomainByDistributionBody;
|
|
117919
117923
|
params: {
|
|
@@ -117922,16 +117926,16 @@ interface UpdateRiskDomainByDistributionProps {
|
|
|
117922
117926
|
}
|
|
117923
117927
|
declare const updateRiskDomainByDistribution: (props: UpdateRiskDomainByDistributionProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainByDistributionResponse>;
|
|
117924
117928
|
|
|
117925
|
-
declare const routeName$
|
|
117926
|
-
type GetPreventionAdviceQueryParams = paths[typeof routeName$
|
|
117927
|
-
type GetPreventionAdviceResponse = paths[typeof routeName$
|
|
117928
|
-
type GetPreventionAdviceProps = paths[typeof routeName$
|
|
117929
|
+
declare const routeName$39 = "/v1/api/prevention-advice";
|
|
117930
|
+
type GetPreventionAdviceQueryParams = paths[typeof routeName$39]['get']['parameters']['query'];
|
|
117931
|
+
type GetPreventionAdviceResponse = paths[typeof routeName$39]['get']['responses'][200]['content']['application/json'];
|
|
117932
|
+
type GetPreventionAdviceProps = paths[typeof routeName$39]['get']['parameters'];
|
|
117929
117933
|
declare const getPreventionAdvice: (props: GetPreventionAdviceProps, wgApiClient: ClientType) => Promise<GetPreventionAdviceResponse>;
|
|
117930
117934
|
|
|
117931
|
-
declare const routeName$
|
|
117932
|
-
type UpdatePreventionByDistributionBody = paths[typeof routeName$
|
|
117933
|
-
type UpdatePreventionByDistributionPathParams = paths[typeof routeName$
|
|
117934
|
-
type UpdatePreventionByDistributionResponse = paths[typeof routeName$
|
|
117935
|
+
declare const routeName$38 = "/v1/api/prevention-advice/{prevention_advice_id}";
|
|
117936
|
+
type UpdatePreventionByDistributionBody = paths[typeof routeName$38]['patch']['requestBody']['content']['application/json'];
|
|
117937
|
+
type UpdatePreventionByDistributionPathParams = paths[typeof routeName$38]['patch']['parameters']['path'];
|
|
117938
|
+
type UpdatePreventionByDistributionResponse = paths[typeof routeName$38]['patch']['responses'][200]['content']['application/json'];
|
|
117935
117939
|
interface UpdatePreventionByDistributionProps {
|
|
117936
117940
|
body: UpdatePreventionByDistributionBody;
|
|
117937
117941
|
params: {
|
|
@@ -117940,16 +117944,16 @@ interface UpdatePreventionByDistributionProps {
|
|
|
117940
117944
|
}
|
|
117941
117945
|
declare const updatePreventionByDistribution: (props: UpdatePreventionByDistributionProps, wgApiClient: ClientType) => Promise<UpdatePreventionByDistributionResponse>;
|
|
117942
117946
|
|
|
117943
|
-
declare const routeName$
|
|
117944
|
-
type GetInsuranceProductsV2QueryParams = paths[typeof routeName$
|
|
117945
|
-
type GetInsuranceProductsV2Response = paths[typeof routeName$
|
|
117946
|
-
type GetInsuranceProductsV2Props = paths[typeof routeName$
|
|
117947
|
+
declare const routeName$37 = "/v2/api/insurance-products";
|
|
117948
|
+
type GetInsuranceProductsV2QueryParams = paths[typeof routeName$37]['get']['parameters']['query'];
|
|
117949
|
+
type GetInsuranceProductsV2Response = paths[typeof routeName$37]['get']['responses'][200]['content']['application/json'];
|
|
117950
|
+
type GetInsuranceProductsV2Props = paths[typeof routeName$37]['get']['parameters'];
|
|
117947
117951
|
declare const getInsuranceProductsV2: (props: GetInsuranceProductsV2Props, wgApiClient: ClientType) => Promise<GetInsuranceProductsV2Response>;
|
|
117948
117952
|
|
|
117949
|
-
declare const routeName$
|
|
117950
|
-
type UpdateInsuranceProductByDistributionBody = paths[typeof routeName$
|
|
117951
|
-
type UpdateInsuranceProductByDistributionPathParams = paths[typeof routeName$
|
|
117952
|
-
type UpdateInsuranceProductByDistributionResponse = paths[typeof routeName$
|
|
117953
|
+
declare const routeName$36 = "/v1/api/insurance-products/{insurance_product_id}";
|
|
117954
|
+
type UpdateInsuranceProductByDistributionBody = paths[typeof routeName$36]['patch']['requestBody']['content']['application/json'];
|
|
117955
|
+
type UpdateInsuranceProductByDistributionPathParams = paths[typeof routeName$36]['patch']['parameters']['path'];
|
|
117956
|
+
type UpdateInsuranceProductByDistributionResponse = paths[typeof routeName$36]['patch']['responses'][200]['content']['application/json'];
|
|
117953
117957
|
interface UpdateInsuranceProductByDistributionProps {
|
|
117954
117958
|
body: UpdateInsuranceProductByDistributionBody;
|
|
117955
117959
|
params: {
|
|
@@ -117958,16 +117962,16 @@ interface UpdateInsuranceProductByDistributionProps {
|
|
|
117958
117962
|
}
|
|
117959
117963
|
declare const updateInsuranceProductByDistribution: (props: UpdateInsuranceProductByDistributionProps, wgApiClient: ClientType) => Promise<UpdateInsuranceProductByDistributionResponse>;
|
|
117960
117964
|
|
|
117961
|
-
declare const routeName$
|
|
117962
|
-
type GetAdvicesPerInsuranceProductPathParams = paths[typeof routeName$
|
|
117963
|
-
type GetAdvicesPerInsuranceProductResponse = paths[typeof routeName$
|
|
117964
|
-
type GetAdvicesPerInsuranceProductProps = paths[typeof routeName$
|
|
117965
|
+
declare const routeName$35 = "/v1/api/insurance-products/{insurance_product_id}/advices";
|
|
117966
|
+
type GetAdvicesPerInsuranceProductPathParams = paths[typeof routeName$35]['get']['parameters']['path'];
|
|
117967
|
+
type GetAdvicesPerInsuranceProductResponse = paths[typeof routeName$35]['get']['responses'][200]['content']['application/json'];
|
|
117968
|
+
type GetAdvicesPerInsuranceProductProps = paths[typeof routeName$35]['get']['parameters'];
|
|
117965
117969
|
declare const getAdvicesPerInsuranceProduct: (props: GetAdvicesPerInsuranceProductProps, wgApiClient: ClientType) => Promise<GetAdvicesPerInsuranceProductResponse>;
|
|
117966
117970
|
|
|
117967
|
-
declare const routeName$
|
|
117968
|
-
type EditInsuranceProductAdviceByDistributionBody = paths[typeof routeName$
|
|
117969
|
-
type EditInsuranceProductAdviceByDistributionPathParams = paths[typeof routeName$
|
|
117970
|
-
type EditInsuranceProductAdviceByDistributionResponse = paths[typeof routeName$
|
|
117971
|
+
declare const routeName$34 = "/v1/api/insurance-products/{insurance_product_id}/advices/{advice_id}";
|
|
117972
|
+
type EditInsuranceProductAdviceByDistributionBody = paths[typeof routeName$34]['patch']['requestBody']['content']['application/json'];
|
|
117973
|
+
type EditInsuranceProductAdviceByDistributionPathParams = paths[typeof routeName$34]['patch']['parameters']['path'];
|
|
117974
|
+
type EditInsuranceProductAdviceByDistributionResponse = paths[typeof routeName$34]['patch']['responses'][200]['content']['application/json'];
|
|
117971
117975
|
interface EditInsuranceProductAdviceByDistributionProps {
|
|
117972
117976
|
body: EditInsuranceProductAdviceByDistributionBody;
|
|
117973
117977
|
params: {
|
|
@@ -117976,9 +117980,9 @@ interface EditInsuranceProductAdviceByDistributionProps {
|
|
|
117976
117980
|
}
|
|
117977
117981
|
declare const editInsuranceProductAdviceByDistribution: (props: EditInsuranceProductAdviceByDistributionProps, wgApiClient: ClientType) => Promise<EditInsuranceProductAdviceByDistributionResponse>;
|
|
117978
117982
|
|
|
117979
|
-
declare const routeName$
|
|
117980
|
-
type EditInsuranceProductDescriptionsByDistributionPathParams = paths[typeof routeName$
|
|
117981
|
-
type EditInsuranceProductDescriptionsByDistributionResponse = paths[typeof routeName$
|
|
117983
|
+
declare const routeName$33 = "/v1/api/insurance-products/{insurance_product_id}/descriptions";
|
|
117984
|
+
type EditInsuranceProductDescriptionsByDistributionPathParams = paths[typeof routeName$33]['put']['parameters']['path'];
|
|
117985
|
+
type EditInsuranceProductDescriptionsByDistributionResponse = paths[typeof routeName$33]['put']['responses'][200]['content']['application/json'];
|
|
117982
117986
|
interface EditInsuranceProductDescriptionsByDistributionProps {
|
|
117983
117987
|
params: {
|
|
117984
117988
|
path: EditInsuranceProductDescriptionsByDistributionPathParams;
|
|
@@ -117986,28 +117990,28 @@ interface EditInsuranceProductDescriptionsByDistributionProps {
|
|
|
117986
117990
|
}
|
|
117987
117991
|
declare const editInsuranceProductDescriptionsByDistribution: (props: EditInsuranceProductDescriptionsByDistributionProps, wgApiClient: ClientType) => Promise<EditInsuranceProductDescriptionsByDistributionResponse>;
|
|
117988
117992
|
|
|
117989
|
-
declare const routeName$
|
|
117990
|
-
type GetSupportedRiskDomainsQueryParams = paths[typeof routeName$
|
|
117991
|
-
type GetSupportedRiskDomainsResponse = paths[typeof routeName$
|
|
117992
|
-
type GetSupportedRiskDomainsProps = paths[typeof routeName$
|
|
117993
|
+
declare const routeName$32 = "/v1/api/insurance-terms-bot/supported-risk-domains";
|
|
117994
|
+
type GetSupportedRiskDomainsQueryParams = paths[typeof routeName$32]['get']['parameters']['query'];
|
|
117995
|
+
type GetSupportedRiskDomainsResponse = paths[typeof routeName$32]['get']['responses'][200]['content']['application/json'];
|
|
117996
|
+
type GetSupportedRiskDomainsProps = paths[typeof routeName$32]['get']['parameters'];
|
|
117993
117997
|
declare const getSupportedRiskDomains: (props: GetSupportedRiskDomainsProps, wgApiClient: ClientType) => Promise<GetSupportedRiskDomainsResponse>;
|
|
117994
117998
|
|
|
117995
|
-
declare const routeName$
|
|
117996
|
-
type GetSupportedInsuranceCompaniesQueryParams = paths[typeof routeName$
|
|
117997
|
-
type GetSupportedInsuranceCompaniesResponse = paths[typeof routeName$
|
|
117998
|
-
type GetSupportedInsuranceCompaniesProps = paths[typeof routeName$
|
|
117999
|
+
declare const routeName$31 = "/v1/api/insurance-terms-bot/supported-insurance-companies";
|
|
118000
|
+
type GetSupportedInsuranceCompaniesQueryParams = paths[typeof routeName$31]['get']['parameters']['query'];
|
|
118001
|
+
type GetSupportedInsuranceCompaniesResponse = paths[typeof routeName$31]['get']['responses'][200]['content']['application/json'];
|
|
118002
|
+
type GetSupportedInsuranceCompaniesProps = paths[typeof routeName$31]['get']['parameters'];
|
|
117999
118003
|
declare const getSupportedInsuranceCompanies: (props: GetSupportedInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedInsuranceCompaniesResponse>;
|
|
118000
118004
|
|
|
118001
|
-
declare const routeName$
|
|
118002
|
-
type GetSupportedInsuranceSubjectsQueryParams = paths[typeof routeName$
|
|
118003
|
-
type GetSupportedInsuranceSubjectsResponse = paths[typeof routeName$
|
|
118004
|
-
type GetSupportedInsuranceSubjectsProps = paths[typeof routeName$
|
|
118005
|
+
declare const routeName$30 = "/v1/api/insurance-terms-bot/supported-insurance-subjects";
|
|
118006
|
+
type GetSupportedInsuranceSubjectsQueryParams = paths[typeof routeName$30]['get']['parameters']['query'];
|
|
118007
|
+
type GetSupportedInsuranceSubjectsResponse = paths[typeof routeName$30]['get']['responses'][200]['content']['application/json'];
|
|
118008
|
+
type GetSupportedInsuranceSubjectsProps = paths[typeof routeName$30]['get']['parameters'];
|
|
118005
118009
|
declare const getSupportedInsuranceSubjects: (props: GetSupportedInsuranceSubjectsProps, wgApiClient: ClientType) => Promise<GetSupportedInsuranceSubjectsResponse>;
|
|
118006
118010
|
|
|
118007
|
-
declare const routeName$
|
|
118008
|
-
type PoseAQuestionToInsuranceTermsBotBody = paths[typeof routeName$
|
|
118009
|
-
type PoseAQuestionToInsuranceTermsBotQueryParams = paths[typeof routeName$
|
|
118010
|
-
type PoseAQuestionToInsuranceTermsBotResponse = paths[typeof routeName$
|
|
118011
|
+
declare const routeName$2$ = "/v1/api/insurance-terms-bot/chat";
|
|
118012
|
+
type PoseAQuestionToInsuranceTermsBotBody = paths[typeof routeName$2$]['post']['requestBody']['content']['application/json'];
|
|
118013
|
+
type PoseAQuestionToInsuranceTermsBotQueryParams = paths[typeof routeName$2$]['post']['parameters']['query'];
|
|
118014
|
+
type PoseAQuestionToInsuranceTermsBotResponse = paths[typeof routeName$2$]['post']['responses'][201]['content']['application/json'];
|
|
118011
118015
|
interface PoseAQuestionToInsuranceTermsBotProps {
|
|
118012
118016
|
body: PoseAQuestionToInsuranceTermsBotBody;
|
|
118013
118017
|
params: {
|
|
@@ -118016,10 +118020,10 @@ interface PoseAQuestionToInsuranceTermsBotProps {
|
|
|
118016
118020
|
}
|
|
118017
118021
|
declare const poseAQuestionToInsuranceTermsBot: (props: PoseAQuestionToInsuranceTermsBotProps, wgApiClient: ClientType) => Promise<PoseAQuestionToInsuranceTermsBotResponse>;
|
|
118018
118022
|
|
|
118019
|
-
declare const routeName$
|
|
118020
|
-
type PoseAQuestionToInsuranceTermsBotForItToCompareBody = paths[typeof routeName$
|
|
118021
|
-
type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams = paths[typeof routeName$
|
|
118022
|
-
type PoseAQuestionToInsuranceTermsBotForItToCompareResponse = paths[typeof routeName$
|
|
118023
|
+
declare const routeName$2_ = "/v1/api/insurance-terms-bot/compare";
|
|
118024
|
+
type PoseAQuestionToInsuranceTermsBotForItToCompareBody = paths[typeof routeName$2_]['post']['requestBody']['content']['application/json'];
|
|
118025
|
+
type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams = paths[typeof routeName$2_]['post']['parameters']['query'];
|
|
118026
|
+
type PoseAQuestionToInsuranceTermsBotForItToCompareResponse = paths[typeof routeName$2_]['post']['responses'][201]['content']['application/json'];
|
|
118023
118027
|
interface PoseAQuestionToInsuranceTermsBotForItToCompareProps {
|
|
118024
118028
|
body: PoseAQuestionToInsuranceTermsBotForItToCompareBody;
|
|
118025
118029
|
params: {
|
|
@@ -118028,10 +118032,10 @@ interface PoseAQuestionToInsuranceTermsBotForItToCompareProps {
|
|
|
118028
118032
|
}
|
|
118029
118033
|
declare const poseAQuestionToInsuranceTermsBotForItToCompare: (props: PoseAQuestionToInsuranceTermsBotForItToCompareProps, wgApiClient: ClientType) => Promise<PoseAQuestionToInsuranceTermsBotForItToCompareResponse>;
|
|
118030
118034
|
|
|
118031
|
-
declare const routeName$
|
|
118032
|
-
type GiveFeedbackToInsuranceTermsBotBody = paths[typeof routeName$
|
|
118033
|
-
type GiveFeedbackToInsuranceTermsBotQueryParams = paths[typeof routeName$
|
|
118034
|
-
type GiveFeedbackToInsuranceTermsBotResponse = paths[typeof routeName$
|
|
118035
|
+
declare const routeName$2Z = "/v1/api/insurance-terms-bot/feedback";
|
|
118036
|
+
type GiveFeedbackToInsuranceTermsBotBody = paths[typeof routeName$2Z]['post']['requestBody']['content']['application/json'];
|
|
118037
|
+
type GiveFeedbackToInsuranceTermsBotQueryParams = paths[typeof routeName$2Z]['post']['parameters']['query'];
|
|
118038
|
+
type GiveFeedbackToInsuranceTermsBotResponse = paths[typeof routeName$2Z]['post']['responses'][201]['content']['application/json'];
|
|
118035
118039
|
interface GiveFeedbackToInsuranceTermsBotProps {
|
|
118036
118040
|
body: GiveFeedbackToInsuranceTermsBotBody;
|
|
118037
118041
|
params: {
|
|
@@ -118040,11 +118044,11 @@ interface GiveFeedbackToInsuranceTermsBotProps {
|
|
|
118040
118044
|
}
|
|
118041
118045
|
declare const giveFeedbackToInsuranceTermsBot: (props: GiveFeedbackToInsuranceTermsBotProps, wgApiClient: ClientType) => Promise<GiveFeedbackToInsuranceTermsBotResponse>;
|
|
118042
118046
|
|
|
118043
|
-
declare const routeName$
|
|
118044
|
-
type CreateCompanyLeadBody = paths[typeof routeName$
|
|
118045
|
-
type CreateCompanyLeadPathParams = paths[typeof routeName$
|
|
118046
|
-
type CreateCompanyLeadQueryParams = paths[typeof routeName$
|
|
118047
|
-
type CreateCompanyLeadResponse = paths[typeof routeName$
|
|
118047
|
+
declare const routeName$2Y = "/v1/api/distributions/{distribution_id}/leads/companies";
|
|
118048
|
+
type CreateCompanyLeadBody = paths[typeof routeName$2Y]['post']['requestBody']['content']['application/json'];
|
|
118049
|
+
type CreateCompanyLeadPathParams = paths[typeof routeName$2Y]['post']['parameters']['path'];
|
|
118050
|
+
type CreateCompanyLeadQueryParams = paths[typeof routeName$2Y]['post']['parameters']['query'];
|
|
118051
|
+
type CreateCompanyLeadResponse = paths[typeof routeName$2Y]['post']['responses'][201]['content']['application/json'];
|
|
118048
118052
|
interface CreateCompanyLeadProps {
|
|
118049
118053
|
body: CreateCompanyLeadBody;
|
|
118050
118054
|
params: {
|
|
@@ -118054,11 +118058,11 @@ interface CreateCompanyLeadProps {
|
|
|
118054
118058
|
}
|
|
118055
118059
|
declare const createCompanyLead: (props: CreateCompanyLeadProps, wgApiClient: ClientType) => Promise<CreateCompanyLeadResponse>;
|
|
118056
118060
|
|
|
118057
|
-
declare const routeName$
|
|
118058
|
-
type CreateCustomerLeadBody = paths[typeof routeName$
|
|
118059
|
-
type CreateCustomerLeadPathParams = paths[typeof routeName$
|
|
118060
|
-
type CreateCustomerLeadQueryParams = paths[typeof routeName$
|
|
118061
|
-
type CreateCustomerLeadResponse = paths[typeof routeName$
|
|
118061
|
+
declare const routeName$2X = "/v1/api/distributions/{distribution_id}/leads/customers";
|
|
118062
|
+
type CreateCustomerLeadBody = paths[typeof routeName$2X]['post']['requestBody']['content']['application/json'];
|
|
118063
|
+
type CreateCustomerLeadPathParams = paths[typeof routeName$2X]['post']['parameters']['path'];
|
|
118064
|
+
type CreateCustomerLeadQueryParams = paths[typeof routeName$2X]['post']['parameters']['query'];
|
|
118065
|
+
type CreateCustomerLeadResponse = paths[typeof routeName$2X]['post']['responses'][201]['content']['application/json'];
|
|
118062
118066
|
interface CreateCustomerLeadProps {
|
|
118063
118067
|
body: CreateCustomerLeadBody;
|
|
118064
118068
|
params: {
|
|
@@ -118068,23 +118072,23 @@ interface CreateCustomerLeadProps {
|
|
|
118068
118072
|
}
|
|
118069
118073
|
declare const createCustomerLead: (props: CreateCustomerLeadProps, wgApiClient: ClientType) => Promise<CreateCustomerLeadResponse>;
|
|
118070
118074
|
|
|
118071
|
-
declare const routeName$
|
|
118072
|
-
type GetAllLeadsByDistributionPathParams = paths[typeof routeName$
|
|
118073
|
-
type GetAllLeadsByDistributionResponse = paths[typeof routeName$
|
|
118074
|
-
type GetAllLeadsByDistributionProps = paths[typeof routeName$
|
|
118075
|
+
declare const routeName$2W = "/v1/api/distributions/{distribution_id}/leads";
|
|
118076
|
+
type GetAllLeadsByDistributionPathParams = paths[typeof routeName$2W]['get']['parameters']['path'];
|
|
118077
|
+
type GetAllLeadsByDistributionResponse = paths[typeof routeName$2W]['get']['responses'][200]['content']['application/json'];
|
|
118078
|
+
type GetAllLeadsByDistributionProps = paths[typeof routeName$2W]['get']['parameters'];
|
|
118075
118079
|
declare const getAllLeadsByDistribution: (props: GetAllLeadsByDistributionProps, wgApiClient: ClientType) => Promise<GetAllLeadsByDistributionResponse>;
|
|
118076
118080
|
|
|
118077
|
-
declare const routeName$
|
|
118078
|
-
type GetLeadByIdPathParams = paths[typeof routeName$
|
|
118079
|
-
type GetLeadByIdResponse = paths[typeof routeName$
|
|
118080
|
-
type GetLeadByIdProps = paths[typeof routeName$
|
|
118081
|
+
declare const routeName$2V = "/v1/api/leads/{lead_id}";
|
|
118082
|
+
type GetLeadByIdPathParams = paths[typeof routeName$2V]['get']['parameters']['path'];
|
|
118083
|
+
type GetLeadByIdResponse = paths[typeof routeName$2V]['get']['responses'][200]['content']['application/json'];
|
|
118084
|
+
type GetLeadByIdProps = paths[typeof routeName$2V]['get']['parameters'];
|
|
118081
118085
|
declare const getLeadById: (props: GetLeadByIdProps, wgApiClient: ClientType) => Promise<GetLeadByIdResponse>;
|
|
118082
118086
|
|
|
118083
|
-
declare const routeName$
|
|
118084
|
-
type TransferLeadToOtherDistributionBody = paths[typeof routeName$
|
|
118085
|
-
type TransferLeadToOtherDistributionPathParams = paths[typeof routeName$
|
|
118086
|
-
type TransferLeadToOtherDistributionQueryParams = paths[typeof routeName$
|
|
118087
|
-
type TransferLeadToOtherDistributionResponse = paths[typeof routeName$
|
|
118087
|
+
declare const routeName$2U = "/v1/api/leads/{lead_id}/transfers";
|
|
118088
|
+
type TransferLeadToOtherDistributionBody = paths[typeof routeName$2U]['post']['requestBody']['content']['application/json'];
|
|
118089
|
+
type TransferLeadToOtherDistributionPathParams = paths[typeof routeName$2U]['post']['parameters']['path'];
|
|
118090
|
+
type TransferLeadToOtherDistributionQueryParams = paths[typeof routeName$2U]['post']['parameters']['query'];
|
|
118091
|
+
type TransferLeadToOtherDistributionResponse = paths[typeof routeName$2U]['post']['responses'][200]['content']['application/json'];
|
|
118088
118092
|
interface TransferLeadToOtherDistributionProps {
|
|
118089
118093
|
body: TransferLeadToOtherDistributionBody;
|
|
118090
118094
|
params: {
|
|
@@ -118094,16 +118098,16 @@ interface TransferLeadToOtherDistributionProps {
|
|
|
118094
118098
|
}
|
|
118095
118099
|
declare const transferLeadToOtherDistribution: (props: TransferLeadToOtherDistributionProps, wgApiClient: ClientType) => Promise<TransferLeadToOtherDistributionResponse>;
|
|
118096
118100
|
|
|
118097
|
-
declare const routeName$
|
|
118098
|
-
type GetCarLeaseRatesQueryParams = paths[typeof routeName$
|
|
118099
|
-
type GetCarLeaseRatesResponse = paths[typeof routeName$
|
|
118100
|
-
type GetCarLeaseRatesProps = paths[typeof routeName$
|
|
118101
|
+
declare const routeName$2T = "/v1/api/leases/profilease/cars/rates";
|
|
118102
|
+
type GetCarLeaseRatesQueryParams = paths[typeof routeName$2T]['get']['parameters']['query'];
|
|
118103
|
+
type GetCarLeaseRatesResponse = paths[typeof routeName$2T]['get']['responses'][200]['content']['application/json'];
|
|
118104
|
+
type GetCarLeaseRatesProps = paths[typeof routeName$2T]['get']['parameters'];
|
|
118101
118105
|
declare const getCarLeaseRates: (props: GetCarLeaseRatesProps, wgApiClient: ClientType) => Promise<GetCarLeaseRatesResponse>;
|
|
118102
118106
|
|
|
118103
|
-
declare const routeName$
|
|
118104
|
-
type CalculateCarLeaseQuoteBody = paths[typeof routeName$
|
|
118105
|
-
type CalculateCarLeaseQuoteQueryParams = paths[typeof routeName$
|
|
118106
|
-
type CalculateCarLeaseQuoteResponse = paths[typeof routeName$
|
|
118107
|
+
declare const routeName$2S = "/v1/api/leases/profilease/cars/quotes";
|
|
118108
|
+
type CalculateCarLeaseQuoteBody = paths[typeof routeName$2S]['post']['requestBody']['content']['application/json'];
|
|
118109
|
+
type CalculateCarLeaseQuoteQueryParams = paths[typeof routeName$2S]['post']['parameters']['query'];
|
|
118110
|
+
type CalculateCarLeaseQuoteResponse = paths[typeof routeName$2S]['post']['responses'][200]['content']['application/json'];
|
|
118107
118111
|
interface CalculateCarLeaseQuoteProps {
|
|
118108
118112
|
body: CalculateCarLeaseQuoteBody;
|
|
118109
118113
|
params: {
|
|
@@ -118112,24 +118116,24 @@ interface CalculateCarLeaseQuoteProps {
|
|
|
118112
118116
|
}
|
|
118113
118117
|
declare const calculateCarLeaseQuote: (props: CalculateCarLeaseQuoteProps, wgApiClient: ClientType) => Promise<CalculateCarLeaseQuoteResponse>;
|
|
118114
118118
|
|
|
118115
|
-
declare const routeName$
|
|
118116
|
-
type GetAllLeaseOffersByDistributionPathParams = paths[typeof routeName$
|
|
118117
|
-
type GetAllLeaseOffersByDistributionQueryParams = paths[typeof routeName$
|
|
118118
|
-
type GetAllLeaseOffersByDistributionResponse = paths[typeof routeName$
|
|
118119
|
-
type GetAllLeaseOffersByDistributionProps = paths[typeof routeName$
|
|
118119
|
+
declare const routeName$2R = "/v1/api/distributions/{distribution_id}/leases/profilease/offers";
|
|
118120
|
+
type GetAllLeaseOffersByDistributionPathParams = paths[typeof routeName$2R]['get']['parameters']['path'];
|
|
118121
|
+
type GetAllLeaseOffersByDistributionQueryParams = paths[typeof routeName$2R]['get']['parameters']['query'];
|
|
118122
|
+
type GetAllLeaseOffersByDistributionResponse = paths[typeof routeName$2R]['get']['responses'][200]['content']['application/json'];
|
|
118123
|
+
type GetAllLeaseOffersByDistributionProps = paths[typeof routeName$2R]['get']['parameters'];
|
|
118120
118124
|
declare const getAllLeaseOffersByDistribution: (props: GetAllLeaseOffersByDistributionProps, wgApiClient: ClientType) => Promise<GetAllLeaseOffersByDistributionResponse>;
|
|
118121
118125
|
|
|
118122
|
-
declare const routeName$
|
|
118123
|
-
type GetLeaseOfferByIdPathParams = paths[typeof routeName$
|
|
118124
|
-
type GetLeaseOfferByIdQueryParams = paths[typeof routeName$
|
|
118125
|
-
type GetLeaseOfferByIdResponse = paths[typeof routeName$
|
|
118126
|
-
type GetLeaseOfferByIdProps = paths[typeof routeName$
|
|
118126
|
+
declare const routeName$2Q = "/v1/api/distributions/{distribution_id}/leases/profilease/offers/{lease_offer_id}";
|
|
118127
|
+
type GetLeaseOfferByIdPathParams = paths[typeof routeName$2Q]['get']['parameters']['path'];
|
|
118128
|
+
type GetLeaseOfferByIdQueryParams = paths[typeof routeName$2Q]['get']['parameters']['query'];
|
|
118129
|
+
type GetLeaseOfferByIdResponse = paths[typeof routeName$2Q]['get']['responses'][200]['content']['application/json'];
|
|
118130
|
+
type GetLeaseOfferByIdProps = paths[typeof routeName$2Q]['get']['parameters'];
|
|
118127
118131
|
declare const getLeaseOfferById: (props: GetLeaseOfferByIdProps, wgApiClient: ClientType) => Promise<GetLeaseOfferByIdResponse>;
|
|
118128
118132
|
|
|
118129
|
-
declare const routeName$
|
|
118130
|
-
type CreateProfileaseCarLeaseOfferBody = paths[typeof routeName$
|
|
118131
|
-
type CreateProfileaseCarLeaseOfferQueryParams = paths[typeof routeName$
|
|
118132
|
-
type CreateProfileaseCarLeaseOfferResponse = paths[typeof routeName$
|
|
118133
|
+
declare const routeName$2P = "/v1/api/leases/profilease/cars/offers";
|
|
118134
|
+
type CreateProfileaseCarLeaseOfferBody = paths[typeof routeName$2P]['post']['requestBody']['content']['application/json'];
|
|
118135
|
+
type CreateProfileaseCarLeaseOfferQueryParams = paths[typeof routeName$2P]['post']['parameters']['query'];
|
|
118136
|
+
type CreateProfileaseCarLeaseOfferResponse = paths[typeof routeName$2P]['post']['responses'][201]['content']['application/json'];
|
|
118133
118137
|
interface CreateProfileaseCarLeaseOfferProps {
|
|
118134
118138
|
body: CreateProfileaseCarLeaseOfferBody;
|
|
118135
118139
|
params: {
|
|
@@ -118138,59 +118142,59 @@ interface CreateProfileaseCarLeaseOfferProps {
|
|
|
118138
118142
|
}
|
|
118139
118143
|
declare const createProfileaseCarLeaseOffer: (props: CreateProfileaseCarLeaseOfferProps, wgApiClient: ClientType) => Promise<CreateProfileaseCarLeaseOfferResponse>;
|
|
118140
118144
|
|
|
118141
|
-
declare const routeName$
|
|
118142
|
-
type GetInsuranceCompaniesQueryParams = paths[typeof routeName$
|
|
118143
|
-
type GetInsuranceCompaniesResponse = paths[typeof routeName$
|
|
118144
|
-
type GetInsuranceCompaniesProps = paths[typeof routeName$
|
|
118145
|
+
declare const routeName$2O = "/v1/api/insurance_companies";
|
|
118146
|
+
type GetInsuranceCompaniesQueryParams = paths[typeof routeName$2O]['get']['parameters']['query'];
|
|
118147
|
+
type GetInsuranceCompaniesResponse = paths[typeof routeName$2O]['get']['responses'][200]['content']['application/json'];
|
|
118148
|
+
type GetInsuranceCompaniesProps = paths[typeof routeName$2O]['get']['parameters'];
|
|
118145
118149
|
declare const getInsuranceCompanies: (props: GetInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetInsuranceCompaniesResponse>;
|
|
118146
118150
|
|
|
118147
|
-
declare const routeName$
|
|
118148
|
-
type GetAllAvailableThemesInWegroupQueryParams = paths[typeof routeName$
|
|
118149
|
-
type GetAllAvailableThemesInWegroupResponse = paths[typeof routeName$
|
|
118150
|
-
type GetAllAvailableThemesInWegroupProps = paths[typeof routeName$
|
|
118151
|
+
declare const routeName$2N = "/v1/api/themes";
|
|
118152
|
+
type GetAllAvailableThemesInWegroupQueryParams = paths[typeof routeName$2N]['get']['parameters']['query'];
|
|
118153
|
+
type GetAllAvailableThemesInWegroupResponse = paths[typeof routeName$2N]['get']['responses'][200]['content']['application/json'];
|
|
118154
|
+
type GetAllAvailableThemesInWegroupProps = paths[typeof routeName$2N]['get']['parameters'];
|
|
118151
118155
|
declare const getAllAvailableThemesInWegroup: (props: GetAllAvailableThemesInWegroupProps, wgApiClient: ClientType) => Promise<GetAllAvailableThemesInWegroupResponse>;
|
|
118152
118156
|
|
|
118153
|
-
declare const routeName$
|
|
118154
|
-
type GetNaceQueryParams = paths[typeof routeName$
|
|
118155
|
-
type GetNaceResponse = paths[typeof routeName$
|
|
118156
|
-
type GetNaceProps = paths[typeof routeName$
|
|
118157
|
+
declare const routeName$2M = "/v1/api/nace-codes";
|
|
118158
|
+
type GetNaceQueryParams = paths[typeof routeName$2M]['get']['parameters']['query'];
|
|
118159
|
+
type GetNaceResponse = paths[typeof routeName$2M]['get']['responses'][200]['content']['application/json'];
|
|
118160
|
+
type GetNaceProps = paths[typeof routeName$2M]['get']['parameters'];
|
|
118157
118161
|
declare const getNace: (props: GetNaceProps, wgApiClient: ClientType) => Promise<GetNaceResponse>;
|
|
118158
118162
|
|
|
118159
|
-
declare const routeName$
|
|
118160
|
-
type GetSbiQueryParams = paths[typeof routeName$
|
|
118161
|
-
type GetSbiResponse = paths[typeof routeName$
|
|
118162
|
-
type GetSbiProps = paths[typeof routeName$
|
|
118163
|
+
declare const routeName$2L = "/v1/api/sbi-codes";
|
|
118164
|
+
type GetSbiQueryParams = paths[typeof routeName$2L]['get']['parameters']['query'];
|
|
118165
|
+
type GetSbiResponse = paths[typeof routeName$2L]['get']['responses'][200]['content']['application/json'];
|
|
118166
|
+
type GetSbiProps = paths[typeof routeName$2L]['get']['parameters'];
|
|
118163
118167
|
declare const getSbi: (props: GetSbiProps, wgApiClient: ClientType) => Promise<GetSbiResponse>;
|
|
118164
118168
|
|
|
118165
|
-
declare const routeName$
|
|
118166
|
-
type GetGbiQueryParams = paths[typeof routeName$
|
|
118167
|
-
type GetGbiResponse = paths[typeof routeName$
|
|
118168
|
-
type GetGbiProps = paths[typeof routeName$
|
|
118169
|
+
declare const routeName$2K = "/v1/api/gbi-codes";
|
|
118170
|
+
type GetGbiQueryParams = paths[typeof routeName$2K]['get']['parameters']['query'];
|
|
118171
|
+
type GetGbiResponse = paths[typeof routeName$2K]['get']['responses'][200]['content']['application/json'];
|
|
118172
|
+
type GetGbiProps = paths[typeof routeName$2K]['get']['parameters'];
|
|
118169
118173
|
declare const getGbi: (props: GetGbiProps, wgApiClient: ClientType) => Promise<GetGbiResponse>;
|
|
118170
118174
|
|
|
118171
|
-
declare const routeName$
|
|
118172
|
-
type GetArtifactFromEventByIdPathParams = paths[typeof routeName$
|
|
118173
|
-
type GetArtifactFromEventByIdQueryParams = paths[typeof routeName$
|
|
118174
|
-
type GetArtifactFromEventByIdResponse = paths[typeof routeName$
|
|
118175
|
-
type GetArtifactFromEventByIdProps = paths[typeof routeName$
|
|
118175
|
+
declare const routeName$2J = "/v1/api/events/{activity_id}/artifact";
|
|
118176
|
+
type GetArtifactFromEventByIdPathParams = paths[typeof routeName$2J]['get']['parameters']['path'];
|
|
118177
|
+
type GetArtifactFromEventByIdQueryParams = paths[typeof routeName$2J]['get']['parameters']['query'];
|
|
118178
|
+
type GetArtifactFromEventByIdResponse = paths[typeof routeName$2J]['get']['responses'][200]['content']['application/json'];
|
|
118179
|
+
type GetArtifactFromEventByIdProps = paths[typeof routeName$2J]['get']['parameters'];
|
|
118176
118180
|
declare const getArtifactFromEventById: (props: GetArtifactFromEventByIdProps, wgApiClient: ClientType) => Promise<GetArtifactFromEventByIdResponse>;
|
|
118177
118181
|
|
|
118178
|
-
declare const routeName$
|
|
118179
|
-
type GetLeadProvidersByAffinityQueryParams = paths[typeof routeName$
|
|
118180
|
-
type GetLeadProvidersByAffinityResponse = paths[typeof routeName$
|
|
118181
|
-
type GetLeadProvidersByAffinityProps = paths[typeof routeName$
|
|
118182
|
+
declare const routeName$2I = "/v1/api/lead-providers";
|
|
118183
|
+
type GetLeadProvidersByAffinityQueryParams = paths[typeof routeName$2I]['get']['parameters']['query'];
|
|
118184
|
+
type GetLeadProvidersByAffinityResponse = paths[typeof routeName$2I]['get']['responses'][200]['content']['application/json'];
|
|
118185
|
+
type GetLeadProvidersByAffinityProps = paths[typeof routeName$2I]['get']['parameters'];
|
|
118182
118186
|
declare const getLeadProvidersByAffinity: (props: GetLeadProvidersByAffinityProps, wgApiClient: ClientType) => Promise<GetLeadProvidersByAffinityResponse>;
|
|
118183
118187
|
|
|
118184
|
-
declare const routeName$
|
|
118185
|
-
type GetLeadProviderByIdPathParams = paths[typeof routeName$
|
|
118186
|
-
type GetLeadProviderByIdResponse = paths[typeof routeName$
|
|
118187
|
-
type GetLeadProviderByIdProps = paths[typeof routeName$
|
|
118188
|
+
declare const routeName$2H = "/v1/api/lead-providers/{lead_provider_id}";
|
|
118189
|
+
type GetLeadProviderByIdPathParams = paths[typeof routeName$2H]['get']['parameters']['path'];
|
|
118190
|
+
type GetLeadProviderByIdResponse = paths[typeof routeName$2H]['get']['responses'][200]['content']['application/json'];
|
|
118191
|
+
type GetLeadProviderByIdProps = paths[typeof routeName$2H]['get']['parameters'];
|
|
118188
118192
|
declare const getLeadProviderById: (props: GetLeadProviderByIdProps, wgApiClient: ClientType) => Promise<GetLeadProviderByIdResponse>;
|
|
118189
118193
|
|
|
118190
|
-
declare const routeName$
|
|
118191
|
-
type CreateToolkitBrokerBody = paths[typeof routeName$
|
|
118192
|
-
type CreateToolkitBrokerQueryParams = paths[typeof routeName$
|
|
118193
|
-
type CreateToolkitBrokerResponse = paths[typeof routeName$
|
|
118194
|
+
declare const routeName$2G = "/v1/api/toolkit-brokers";
|
|
118195
|
+
type CreateToolkitBrokerBody = paths[typeof routeName$2G]['post']['requestBody']['content']['application/json'];
|
|
118196
|
+
type CreateToolkitBrokerQueryParams = paths[typeof routeName$2G]['post']['parameters']['query'];
|
|
118197
|
+
type CreateToolkitBrokerResponse = paths[typeof routeName$2G]['post']['responses'][201]['content']['application/json'];
|
|
118194
118198
|
interface CreateToolkitBrokerProps {
|
|
118195
118199
|
body: CreateToolkitBrokerBody;
|
|
118196
118200
|
params: {
|
|
@@ -118199,10 +118203,10 @@ interface CreateToolkitBrokerProps {
|
|
|
118199
118203
|
}
|
|
118200
118204
|
declare const createToolkitBroker: (props: CreateToolkitBrokerProps, wgApiClient: ClientType) => Promise<CreateToolkitBrokerResponse>;
|
|
118201
118205
|
|
|
118202
|
-
declare const routeName$
|
|
118203
|
-
type CreateAccountBody = paths[typeof routeName$
|
|
118204
|
-
type CreateAccountQueryParams = paths[typeof routeName$
|
|
118205
|
-
type CreateAccountResponse = paths[typeof routeName$
|
|
118206
|
+
declare const routeName$2F = "/v1/api/accounts";
|
|
118207
|
+
type CreateAccountBody = paths[typeof routeName$2F]['post']['requestBody']['content']['application/json'];
|
|
118208
|
+
type CreateAccountQueryParams = paths[typeof routeName$2F]['post']['parameters']['query'];
|
|
118209
|
+
type CreateAccountResponse = paths[typeof routeName$2F]['post']['responses'][201]['content']['application/json'];
|
|
118206
118210
|
interface CreateAccountProps {
|
|
118207
118211
|
body: CreateAccountBody;
|
|
118208
118212
|
params: {
|
|
@@ -118211,10 +118215,10 @@ interface CreateAccountProps {
|
|
|
118211
118215
|
}
|
|
118212
118216
|
declare const createAccount: (props: CreateAccountProps, wgApiClient: ClientType) => Promise<CreateAccountResponse>;
|
|
118213
118217
|
|
|
118214
|
-
declare const routeName$
|
|
118215
|
-
type CreateToolkitAccountBody = paths[typeof routeName$
|
|
118216
|
-
type CreateToolkitAccountQueryParams = paths[typeof routeName$
|
|
118217
|
-
type CreateToolkitAccountResponse = paths[typeof routeName$
|
|
118218
|
+
declare const routeName$2E = "/v1/api/toolkit-accounts";
|
|
118219
|
+
type CreateToolkitAccountBody = paths[typeof routeName$2E]['post']['requestBody']['content']['application/json'];
|
|
118220
|
+
type CreateToolkitAccountQueryParams = paths[typeof routeName$2E]['post']['parameters']['query'];
|
|
118221
|
+
type CreateToolkitAccountResponse = paths[typeof routeName$2E]['post']['responses'][201]['content']['application/json'];
|
|
118218
118222
|
interface CreateToolkitAccountProps {
|
|
118219
118223
|
body: CreateToolkitAccountBody;
|
|
118220
118224
|
params: {
|
|
@@ -118223,10 +118227,10 @@ interface CreateToolkitAccountProps {
|
|
|
118223
118227
|
}
|
|
118224
118228
|
declare const createToolkitAccount: (props: CreateToolkitAccountProps, wgApiClient: ClientType) => Promise<CreateToolkitAccountResponse>;
|
|
118225
118229
|
|
|
118226
|
-
declare const routeName$
|
|
118227
|
-
type CreateTrialBrokerBody = paths[typeof routeName$
|
|
118228
|
-
type CreateTrialBrokerQueryParams = paths[typeof routeName$
|
|
118229
|
-
type CreateTrialBrokerResponse = paths[typeof routeName$
|
|
118230
|
+
declare const routeName$2D = "/v1/api/trials";
|
|
118231
|
+
type CreateTrialBrokerBody = paths[typeof routeName$2D]['post']['requestBody']['content']['application/json'];
|
|
118232
|
+
type CreateTrialBrokerQueryParams = paths[typeof routeName$2D]['post']['parameters']['query'];
|
|
118233
|
+
type CreateTrialBrokerResponse = paths[typeof routeName$2D]['post']['responses'][201]['content']['application/json'];
|
|
118230
118234
|
interface CreateTrialBrokerProps {
|
|
118231
118235
|
body: CreateTrialBrokerBody;
|
|
118232
118236
|
params: {
|
|
@@ -118235,16 +118239,16 @@ interface CreateTrialBrokerProps {
|
|
|
118235
118239
|
}
|
|
118236
118240
|
declare const createTrialBroker: (props: CreateTrialBrokerProps, wgApiClient: ClientType) => Promise<CreateTrialBrokerResponse>;
|
|
118237
118241
|
|
|
118238
|
-
declare const routeName$
|
|
118239
|
-
type GetEncryptionKeysQueryParams = paths[typeof routeName$
|
|
118240
|
-
type GetEncryptionKeysResponse = paths[typeof routeName$
|
|
118241
|
-
type GetEncryptionKeysProps = paths[typeof routeName$
|
|
118242
|
+
declare const routeName$2C = "/v1/api/keys";
|
|
118243
|
+
type GetEncryptionKeysQueryParams = paths[typeof routeName$2C]['get']['parameters']['query'];
|
|
118244
|
+
type GetEncryptionKeysResponse = paths[typeof routeName$2C]['get']['responses'][200]['content']['application/json'];
|
|
118245
|
+
type GetEncryptionKeysProps = paths[typeof routeName$2C]['get']['parameters'];
|
|
118242
118246
|
declare const getEncryptionKeys: (props: GetEncryptionKeysProps, wgApiClient: ClientType) => Promise<GetEncryptionKeysResponse>;
|
|
118243
118247
|
|
|
118244
|
-
declare const routeName$
|
|
118245
|
-
type VerifyIfAUserExistsByEmailBody = paths[typeof routeName$
|
|
118246
|
-
type VerifyIfAUserExistsByEmailQueryParams = paths[typeof routeName$
|
|
118247
|
-
type VerifyIfAUserExistsByEmailResponse = paths[typeof routeName$
|
|
118248
|
+
declare const routeName$2B = "/v1/api/verify/exists/user/email";
|
|
118249
|
+
type VerifyIfAUserExistsByEmailBody = paths[typeof routeName$2B]['post']['requestBody']['content']['application/json'];
|
|
118250
|
+
type VerifyIfAUserExistsByEmailQueryParams = paths[typeof routeName$2B]['post']['parameters']['query'];
|
|
118251
|
+
type VerifyIfAUserExistsByEmailResponse = paths[typeof routeName$2B]['post']['responses'][200]['content']['application/json'];
|
|
118248
118252
|
interface VerifyIfAUserExistsByEmailProps {
|
|
118249
118253
|
body: VerifyIfAUserExistsByEmailBody;
|
|
118250
118254
|
params: {
|
|
@@ -118253,10 +118257,10 @@ interface VerifyIfAUserExistsByEmailProps {
|
|
|
118253
118257
|
}
|
|
118254
118258
|
declare const verifyIfAUserExistsByEmail: (props: VerifyIfAUserExistsByEmailProps, wgApiClient: ClientType) => Promise<VerifyIfAUserExistsByEmailResponse>;
|
|
118255
118259
|
|
|
118256
|
-
declare const routeName$
|
|
118257
|
-
type VerifyIfADistributionExistsByCompanyRegistrationBody = paths[typeof routeName$
|
|
118258
|
-
type VerifyIfADistributionExistsByCompanyRegistrationQueryParams = paths[typeof routeName$
|
|
118259
|
-
type VerifyIfADistributionExistsByCompanyRegistrationResponse = paths[typeof routeName$
|
|
118260
|
+
declare const routeName$2A = "/v1/api/verify/exists/distribution/registration";
|
|
118261
|
+
type VerifyIfADistributionExistsByCompanyRegistrationBody = paths[typeof routeName$2A]['post']['requestBody']['content']['application/json'];
|
|
118262
|
+
type VerifyIfADistributionExistsByCompanyRegistrationQueryParams = paths[typeof routeName$2A]['post']['parameters']['query'];
|
|
118263
|
+
type VerifyIfADistributionExistsByCompanyRegistrationResponse = paths[typeof routeName$2A]['post']['responses'][200]['content']['application/json'];
|
|
118260
118264
|
interface VerifyIfADistributionExistsByCompanyRegistrationProps {
|
|
118261
118265
|
body: VerifyIfADistributionExistsByCompanyRegistrationBody;
|
|
118262
118266
|
params: {
|
|
@@ -118265,10 +118269,10 @@ interface VerifyIfADistributionExistsByCompanyRegistrationProps {
|
|
|
118265
118269
|
}
|
|
118266
118270
|
declare const verifyIfADistributionExistsByCompanyRegistration: (props: VerifyIfADistributionExistsByCompanyRegistrationProps, wgApiClient: ClientType) => Promise<VerifyIfADistributionExistsByCompanyRegistrationResponse>;
|
|
118267
118271
|
|
|
118268
|
-
declare const routeName$
|
|
118269
|
-
type VerifyIfADistributionExistsByNameBody = paths[typeof routeName$
|
|
118270
|
-
type VerifyIfADistributionExistsByNameQueryParams = paths[typeof routeName$
|
|
118271
|
-
type VerifyIfADistributionExistsByNameResponse = paths[typeof routeName$
|
|
118272
|
+
declare const routeName$2z = "/v1/api/verify/exists/distribution/name";
|
|
118273
|
+
type VerifyIfADistributionExistsByNameBody = paths[typeof routeName$2z]['post']['requestBody']['content']['application/json'];
|
|
118274
|
+
type VerifyIfADistributionExistsByNameQueryParams = paths[typeof routeName$2z]['post']['parameters']['query'];
|
|
118275
|
+
type VerifyIfADistributionExistsByNameResponse = paths[typeof routeName$2z]['post']['responses'][200]['content']['application/json'];
|
|
118272
118276
|
interface VerifyIfADistributionExistsByNameProps {
|
|
118273
118277
|
body: VerifyIfADistributionExistsByNameBody;
|
|
118274
118278
|
params: {
|
|
@@ -118277,79 +118281,79 @@ interface VerifyIfADistributionExistsByNameProps {
|
|
|
118277
118281
|
}
|
|
118278
118282
|
declare const verifyIfADistributionExistsByName: (props: VerifyIfADistributionExistsByNameProps, wgApiClient: ClientType) => Promise<VerifyIfADistributionExistsByNameResponse>;
|
|
118279
118283
|
|
|
118280
|
-
declare const routeName$
|
|
118281
|
-
type GetAllAvailablePlansResponse = paths[typeof routeName$
|
|
118284
|
+
declare const routeName$2y = "/v1/api/plans";
|
|
118285
|
+
type GetAllAvailablePlansResponse = paths[typeof routeName$2y]['get']['responses'][200]['content']['application/json'];
|
|
118282
118286
|
declare const getAllAvailablePlans: (wgApiClient: ClientType) => Promise<GetAllAvailablePlansResponse>;
|
|
118283
118287
|
|
|
118284
|
-
declare const routeName$
|
|
118285
|
-
type GetAllActivityTypesQueryParams = paths[typeof routeName$
|
|
118286
|
-
type GetAllActivityTypesResponse = paths[typeof routeName$
|
|
118287
|
-
type GetAllActivityTypesProps = paths[typeof routeName$
|
|
118288
|
+
declare const routeName$2x = "/v1/api/activity-types";
|
|
118289
|
+
type GetAllActivityTypesQueryParams = paths[typeof routeName$2x]['get']['parameters']['query'];
|
|
118290
|
+
type GetAllActivityTypesResponse = paths[typeof routeName$2x]['get']['responses'][200]['content']['application/json'];
|
|
118291
|
+
type GetAllActivityTypesProps = paths[typeof routeName$2x]['get']['parameters'];
|
|
118288
118292
|
declare const getAllActivityTypes: (props: GetAllActivityTypesProps, wgApiClient: ClientType) => Promise<GetAllActivityTypesResponse>;
|
|
118289
118293
|
|
|
118290
|
-
declare const routeName$
|
|
118291
|
-
type GetJobResultByIdPathParams = paths[typeof routeName$
|
|
118292
|
-
type GetJobResultByIdQueryParams = paths[typeof routeName$
|
|
118293
|
-
type GetJobResultByIdResponse = paths[typeof routeName$
|
|
118294
|
-
type GetJobResultByIdProps = paths[typeof routeName$
|
|
118294
|
+
declare const routeName$2w = "/v1/api/flows/jobs/{job_id}";
|
|
118295
|
+
type GetJobResultByIdPathParams = paths[typeof routeName$2w]['get']['parameters']['path'];
|
|
118296
|
+
type GetJobResultByIdQueryParams = paths[typeof routeName$2w]['get']['parameters']['query'];
|
|
118297
|
+
type GetJobResultByIdResponse = paths[typeof routeName$2w]['get']['responses'][200]['content']['application/json'];
|
|
118298
|
+
type GetJobResultByIdProps = paths[typeof routeName$2w]['get']['parameters'];
|
|
118295
118299
|
declare const getJobResultById: (props: GetJobResultByIdProps, wgApiClient: ClientType) => Promise<GetJobResultByIdResponse>;
|
|
118296
118300
|
|
|
118297
|
-
declare const routeName$
|
|
118298
|
-
type GetSingularityJobResultByIdPathParams = paths[typeof routeName$
|
|
118299
|
-
type GetSingularityJobResultByIdQueryParams = paths[typeof routeName$
|
|
118300
|
-
type GetSingularityJobResultByIdResponse = paths[typeof routeName$
|
|
118301
|
-
type GetSingularityJobResultByIdProps = paths[typeof routeName$
|
|
118301
|
+
declare const routeName$2v = "/v1/api/singularity/jobs/{job_id}";
|
|
118302
|
+
type GetSingularityJobResultByIdPathParams = paths[typeof routeName$2v]['get']['parameters']['path'];
|
|
118303
|
+
type GetSingularityJobResultByIdQueryParams = paths[typeof routeName$2v]['get']['parameters']['query'];
|
|
118304
|
+
type GetSingularityJobResultByIdResponse = paths[typeof routeName$2v]['get']['responses'][200]['content']['application/json'];
|
|
118305
|
+
type GetSingularityJobResultByIdProps = paths[typeof routeName$2v]['get']['parameters'];
|
|
118302
118306
|
declare const getSingularityJobResultById: (props: GetSingularityJobResultByIdProps, wgApiClient: ClientType) => Promise<GetSingularityJobResultByIdResponse>;
|
|
118303
118307
|
|
|
118304
|
-
declare const routeName$
|
|
118305
|
-
type GetEnumByAnvaLabelPathParams = paths[typeof routeName$
|
|
118306
|
-
type GetEnumByAnvaLabelQueryParams = paths[typeof routeName$
|
|
118307
|
-
type GetEnumByAnvaLabelResponse = paths[typeof routeName$
|
|
118308
|
-
type GetEnumByAnvaLabelProps = paths[typeof routeName$
|
|
118308
|
+
declare const routeName$2u = "/v1/api/anvaflows/labels/{label}/enum";
|
|
118309
|
+
type GetEnumByAnvaLabelPathParams = paths[typeof routeName$2u]['get']['parameters']['path'];
|
|
118310
|
+
type GetEnumByAnvaLabelQueryParams = paths[typeof routeName$2u]['get']['parameters']['query'];
|
|
118311
|
+
type GetEnumByAnvaLabelResponse = paths[typeof routeName$2u]['get']['responses'][200]['content']['application/json'];
|
|
118312
|
+
type GetEnumByAnvaLabelProps = paths[typeof routeName$2u]['get']['parameters'];
|
|
118309
118313
|
declare const getEnumByAnvaLabel: (props: GetEnumByAnvaLabelProps, wgApiClient: ClientType) => Promise<GetEnumByAnvaLabelResponse>;
|
|
118310
118314
|
|
|
118311
|
-
declare const routeName$
|
|
118312
|
-
type GetInsightsIfCarIsInsuredBody = paths[typeof routeName$
|
|
118313
|
-
type GetInsightsIfCarIsInsuredResponse = paths[typeof routeName$
|
|
118315
|
+
declare const routeName$2t = "/v1/api/insights/cars/check-insurance";
|
|
118316
|
+
type GetInsightsIfCarIsInsuredBody = paths[typeof routeName$2t]['post']['requestBody']['content']['application/json'];
|
|
118317
|
+
type GetInsightsIfCarIsInsuredResponse = paths[typeof routeName$2t]['post']['responses'][200]['content']['application/json'];
|
|
118314
118318
|
interface GetInsightsIfCarIsInsuredProps {
|
|
118315
118319
|
body: GetInsightsIfCarIsInsuredBody;
|
|
118316
118320
|
}
|
|
118317
118321
|
declare const getInsightsIfCarIsInsured: (props: GetInsightsIfCarIsInsuredProps, wgApiClient: ClientType) => Promise<GetInsightsIfCarIsInsuredResponse>;
|
|
118318
118322
|
|
|
118319
|
-
declare const routeName$
|
|
118320
|
-
type PostEventAsCarglassPartnerBody = paths[typeof routeName$
|
|
118321
|
-
type PostEventAsCarglassPartnerResponse = paths[typeof routeName$
|
|
118323
|
+
declare const routeName$2s = "/v1/api/partners/carglass/events";
|
|
118324
|
+
type PostEventAsCarglassPartnerBody = paths[typeof routeName$2s]['post']['requestBody']['content']['application/json'];
|
|
118325
|
+
type PostEventAsCarglassPartnerResponse = paths[typeof routeName$2s]['post']['responses'][201]['content']['application/json'];
|
|
118322
118326
|
interface PostEventAsCarglassPartnerProps {
|
|
118323
118327
|
body: PostEventAsCarglassPartnerBody;
|
|
118324
118328
|
}
|
|
118325
118329
|
declare const postEventAsCarglassPartner: (props: PostEventAsCarglassPartnerProps, wgApiClient: ClientType) => Promise<PostEventAsCarglassPartnerResponse>;
|
|
118326
118330
|
|
|
118327
|
-
declare const routeName$
|
|
118328
|
-
type GenerateOfferRequestForInsuranceCompanyPdfBody = paths[typeof routeName$
|
|
118329
|
-
type GenerateOfferRequestForInsuranceCompanyPdfResponse = paths[typeof routeName$
|
|
118331
|
+
declare const routeName$2r = "/v1/api/offer-request-for-insurance-company/pdf";
|
|
118332
|
+
type GenerateOfferRequestForInsuranceCompanyPdfBody = paths[typeof routeName$2r]['post']['requestBody']['content']['application/json'];
|
|
118333
|
+
type GenerateOfferRequestForInsuranceCompanyPdfResponse = paths[typeof routeName$2r]['post']['responses'][200]['content']['application/json'];
|
|
118330
118334
|
interface GenerateOfferRequestForInsuranceCompanyPdfProps {
|
|
118331
118335
|
body: GenerateOfferRequestForInsuranceCompanyPdfBody;
|
|
118332
118336
|
}
|
|
118333
118337
|
declare const generateOfferRequestForInsuranceCompanyPdf: (props: GenerateOfferRequestForInsuranceCompanyPdfProps, wgApiClient: ClientType) => Promise<GenerateOfferRequestForInsuranceCompanyPdfResponse>;
|
|
118334
118338
|
|
|
118335
|
-
declare const routeName$
|
|
118336
|
-
type GenerateOfferRequestForInsuranceCompanyDocxBody = paths[typeof routeName$
|
|
118337
|
-
type GenerateOfferRequestForInsuranceCompanyDocxResponse = paths[typeof routeName$
|
|
118339
|
+
declare const routeName$2q = "/v1/api/offer-request-for-insurance-company/docx";
|
|
118340
|
+
type GenerateOfferRequestForInsuranceCompanyDocxBody = paths[typeof routeName$2q]['post']['requestBody']['content']['application/json'];
|
|
118341
|
+
type GenerateOfferRequestForInsuranceCompanyDocxResponse = paths[typeof routeName$2q]['post']['responses'][200]['content']['application/json'];
|
|
118338
118342
|
interface GenerateOfferRequestForInsuranceCompanyDocxProps {
|
|
118339
118343
|
body: GenerateOfferRequestForInsuranceCompanyDocxBody;
|
|
118340
118344
|
}
|
|
118341
118345
|
declare const generateOfferRequestForInsuranceCompanyDocx: (props: GenerateOfferRequestForInsuranceCompanyDocxProps, wgApiClient: ClientType) => Promise<GenerateOfferRequestForInsuranceCompanyDocxResponse>;
|
|
118342
118346
|
|
|
118343
|
-
declare const routeName$
|
|
118344
|
-
type GetOfferByIdPathParams = paths[typeof routeName$
|
|
118345
|
-
type GetOfferByIdResponse = paths[typeof routeName$
|
|
118346
|
-
type GetOfferByIdProps = paths[typeof routeName$
|
|
118347
|
+
declare const routeName$2p = "/v1/api/offers/{offer_id}/revisions/{offer_revision_id}";
|
|
118348
|
+
type GetOfferByIdPathParams = paths[typeof routeName$2p]['get']['parameters']['path'];
|
|
118349
|
+
type GetOfferByIdResponse = paths[typeof routeName$2p]['get']['responses'][200]['content']['application/json'];
|
|
118350
|
+
type GetOfferByIdProps = paths[typeof routeName$2p]['get']['parameters'];
|
|
118347
118351
|
declare const getOfferById: (props: GetOfferByIdProps, wgApiClient: ClientType) => Promise<GetOfferByIdResponse>;
|
|
118348
118352
|
|
|
118349
|
-
declare const routeName$
|
|
118350
|
-
type UpdateOfferByIdBody = paths[typeof routeName$
|
|
118351
|
-
type UpdateOfferByIdPathParams = paths[typeof routeName$
|
|
118352
|
-
type UpdateOfferByIdResponse = paths[typeof routeName$
|
|
118353
|
+
declare const routeName$2o = "/v1/api/offers/{offer_id}/revisions/{offer_revision_id}";
|
|
118354
|
+
type UpdateOfferByIdBody = paths[typeof routeName$2o]['patch']['requestBody']['content']['application/json'];
|
|
118355
|
+
type UpdateOfferByIdPathParams = paths[typeof routeName$2o]['patch']['parameters']['path'];
|
|
118356
|
+
type UpdateOfferByIdResponse = paths[typeof routeName$2o]['patch']['responses'][200]['content']['application/json'];
|
|
118353
118357
|
interface UpdateOfferByIdProps {
|
|
118354
118358
|
body: UpdateOfferByIdBody;
|
|
118355
118359
|
params: {
|
|
@@ -118358,23 +118362,23 @@ interface UpdateOfferByIdProps {
|
|
|
118358
118362
|
}
|
|
118359
118363
|
declare const updateOfferById: (props: UpdateOfferByIdProps, wgApiClient: ClientType) => Promise<UpdateOfferByIdResponse>;
|
|
118360
118364
|
|
|
118361
|
-
declare const routeName$
|
|
118362
|
-
type GetMinimalOfferByIdPathParams = paths[typeof routeName$
|
|
118363
|
-
type GetMinimalOfferByIdQueryParams = paths[typeof routeName$
|
|
118364
|
-
type GetMinimalOfferByIdResponse = paths[typeof routeName$
|
|
118365
|
-
type GetMinimalOfferByIdProps = paths[typeof routeName$
|
|
118365
|
+
declare const routeName$2n = "/v2/api/offers/{offer_id}/revisions/{offer_revision_id}/minimal";
|
|
118366
|
+
type GetMinimalOfferByIdPathParams = paths[typeof routeName$2n]['get']['parameters']['path'];
|
|
118367
|
+
type GetMinimalOfferByIdQueryParams = paths[typeof routeName$2n]['get']['parameters']['query'];
|
|
118368
|
+
type GetMinimalOfferByIdResponse = paths[typeof routeName$2n]['get']['responses'][200]['content']['application/json'];
|
|
118369
|
+
type GetMinimalOfferByIdProps = paths[typeof routeName$2n]['get']['parameters'];
|
|
118366
118370
|
declare const getMinimalOfferById: (props: GetMinimalOfferByIdProps, wgApiClient: ClientType) => Promise<GetMinimalOfferByIdResponse>;
|
|
118367
118371
|
|
|
118368
|
-
declare const routeName$
|
|
118369
|
-
type GetMinimalOfferRevisionByIdPathParams = paths[typeof routeName$
|
|
118370
|
-
type GetMinimalOfferRevisionByIdResponse = paths[typeof routeName$
|
|
118371
|
-
type GetMinimalOfferRevisionByIdProps = paths[typeof routeName$
|
|
118372
|
+
declare const routeName$2m = "/v2/api/offers/{offer_revision_id}/minimal";
|
|
118373
|
+
type GetMinimalOfferRevisionByIdPathParams = paths[typeof routeName$2m]['get']['parameters']['path'];
|
|
118374
|
+
type GetMinimalOfferRevisionByIdResponse = paths[typeof routeName$2m]['get']['responses'][200]['content']['application/json'];
|
|
118375
|
+
type GetMinimalOfferRevisionByIdProps = paths[typeof routeName$2m]['get']['parameters'];
|
|
118372
118376
|
declare const getMinimalOfferRevisionById: (props: GetMinimalOfferRevisionByIdProps, wgApiClient: ClientType) => Promise<GetMinimalOfferRevisionByIdResponse>;
|
|
118373
118377
|
|
|
118374
|
-
declare const routeName$
|
|
118375
|
-
type CreateOfferRevisionBody = paths[typeof routeName$
|
|
118376
|
-
type CreateOfferRevisionPathParams = paths[typeof routeName$
|
|
118377
|
-
type CreateOfferRevisionResponse = paths[typeof routeName$
|
|
118378
|
+
declare const routeName$2l = "/v1/api/offers/{offer_id}/revisions";
|
|
118379
|
+
type CreateOfferRevisionBody = paths[typeof routeName$2l]['put']['requestBody']['content']['application/json'];
|
|
118380
|
+
type CreateOfferRevisionPathParams = paths[typeof routeName$2l]['put']['parameters']['path'];
|
|
118381
|
+
type CreateOfferRevisionResponse = paths[typeof routeName$2l]['put']['responses'][201]['content']['application/json'];
|
|
118378
118382
|
interface CreateOfferRevisionProps {
|
|
118379
118383
|
body: CreateOfferRevisionBody;
|
|
118380
118384
|
params: {
|
|
@@ -118383,69 +118387,69 @@ interface CreateOfferRevisionProps {
|
|
|
118383
118387
|
}
|
|
118384
118388
|
declare const createOfferRevision: (props: CreateOfferRevisionProps, wgApiClient: ClientType) => Promise<CreateOfferRevisionResponse>;
|
|
118385
118389
|
|
|
118386
|
-
declare const routeName$
|
|
118387
|
-
type UpdateOffersInBulkBody = paths[typeof routeName$
|
|
118388
|
-
type UpdateOffersInBulkResponse = paths[typeof routeName$
|
|
118390
|
+
declare const routeName$2k = "/v1/api/offers/bulk";
|
|
118391
|
+
type UpdateOffersInBulkBody = paths[typeof routeName$2k]['patch']['requestBody']['content']['application/json'];
|
|
118392
|
+
type UpdateOffersInBulkResponse = paths[typeof routeName$2k]['patch']['responses'][200]['content']['application/json'];
|
|
118389
118393
|
interface UpdateOffersInBulkProps {
|
|
118390
118394
|
body: UpdateOffersInBulkBody;
|
|
118391
118395
|
}
|
|
118392
118396
|
declare const updateOffersInBulk: (props: UpdateOffersInBulkProps, wgApiClient: ClientType) => Promise<UpdateOffersInBulkResponse>;
|
|
118393
118397
|
|
|
118394
|
-
declare const routeName$
|
|
118395
|
-
type GetOffersByDistributionPathParams = paths[typeof routeName$
|
|
118396
|
-
type GetOffersByDistributionQueryParams = paths[typeof routeName$
|
|
118397
|
-
type GetOffersByDistributionResponse = paths[typeof routeName$
|
|
118398
|
-
type GetOffersByDistributionProps = paths[typeof routeName$
|
|
118398
|
+
declare const routeName$2j = "/v2/api/distributions/{distribution_id}/offers";
|
|
118399
|
+
type GetOffersByDistributionPathParams = paths[typeof routeName$2j]['get']['parameters']['path'];
|
|
118400
|
+
type GetOffersByDistributionQueryParams = paths[typeof routeName$2j]['get']['parameters']['query'];
|
|
118401
|
+
type GetOffersByDistributionResponse = paths[typeof routeName$2j]['get']['responses'][200]['content']['application/json'];
|
|
118402
|
+
type GetOffersByDistributionProps = paths[typeof routeName$2j]['get']['parameters'];
|
|
118399
118403
|
declare const getOffersByDistribution: (props: GetOffersByDistributionProps, wgApiClient: ClientType) => Promise<GetOffersByDistributionResponse>;
|
|
118400
118404
|
|
|
118401
|
-
declare const routeName$
|
|
118402
|
-
type GetOrganisationLeadsPathParams = paths[typeof routeName$
|
|
118403
|
-
type GetOrganisationLeadsQueryParams = paths[typeof routeName$
|
|
118404
|
-
type GetOrganisationLeadsResponse = paths[typeof routeName$
|
|
118405
|
-
type GetOrganisationLeadsProps = paths[typeof routeName$
|
|
118405
|
+
declare const routeName$2i = "/v1/api/organisations/{organisation_id}/leads";
|
|
118406
|
+
type GetOrganisationLeadsPathParams = paths[typeof routeName$2i]['get']['parameters']['path'];
|
|
118407
|
+
type GetOrganisationLeadsQueryParams = paths[typeof routeName$2i]['get']['parameters']['query'];
|
|
118408
|
+
type GetOrganisationLeadsResponse = paths[typeof routeName$2i]['get']['responses'][200]['content']['application/json'];
|
|
118409
|
+
type GetOrganisationLeadsProps = paths[typeof routeName$2i]['get']['parameters'];
|
|
118406
118410
|
declare const getOrganisationLeads: (props: GetOrganisationLeadsProps, wgApiClient: ClientType) => Promise<GetOrganisationLeadsResponse>;
|
|
118407
118411
|
|
|
118408
|
-
declare const routeName$
|
|
118409
|
-
type GetOrganisationOffersPathParams = paths[typeof routeName$
|
|
118410
|
-
type GetOrganisationOffersQueryParams = paths[typeof routeName$
|
|
118411
|
-
type GetOrganisationOffersResponse = paths[typeof routeName$
|
|
118412
|
-
type GetOrganisationOffersProps = paths[typeof routeName$
|
|
118412
|
+
declare const routeName$2h = "/v1/api/organisations/{organisation_id}/offers";
|
|
118413
|
+
type GetOrganisationOffersPathParams = paths[typeof routeName$2h]['get']['parameters']['path'];
|
|
118414
|
+
type GetOrganisationOffersQueryParams = paths[typeof routeName$2h]['get']['parameters']['query'];
|
|
118415
|
+
type GetOrganisationOffersResponse = paths[typeof routeName$2h]['get']['responses'][200]['content']['application/json'];
|
|
118416
|
+
type GetOrganisationOffersProps = paths[typeof routeName$2h]['get']['parameters'];
|
|
118413
118417
|
declare const getOrganisationOffers: (props: GetOrganisationOffersProps, wgApiClient: ClientType) => Promise<GetOrganisationOffersResponse>;
|
|
118414
118418
|
|
|
118415
|
-
declare const routeName$
|
|
118416
|
-
type GetOrganisationDistributionsPathParams = paths[typeof routeName$
|
|
118417
|
-
type GetOrganisationDistributionsQueryParams = paths[typeof routeName$
|
|
118418
|
-
type GetOrganisationDistributionsResponse = paths[typeof routeName$
|
|
118419
|
-
type GetOrganisationDistributionsProps = paths[typeof routeName$
|
|
118419
|
+
declare const routeName$2g = "/v1/api/organisations/{organisation_id}/distributions";
|
|
118420
|
+
type GetOrganisationDistributionsPathParams = paths[typeof routeName$2g]['get']['parameters']['path'];
|
|
118421
|
+
type GetOrganisationDistributionsQueryParams = paths[typeof routeName$2g]['get']['parameters']['query'];
|
|
118422
|
+
type GetOrganisationDistributionsResponse = paths[typeof routeName$2g]['get']['responses'][200]['content']['application/json'];
|
|
118423
|
+
type GetOrganisationDistributionsProps = paths[typeof routeName$2g]['get']['parameters'];
|
|
118420
118424
|
declare const getOrganisationDistributions: (props: GetOrganisationDistributionsProps, wgApiClient: ClientType) => Promise<GetOrganisationDistributionsResponse>;
|
|
118421
118425
|
|
|
118422
|
-
declare const routeName$
|
|
118423
|
-
type CreateLegalPartyBody = paths[typeof routeName$
|
|
118424
|
-
type CreateLegalPartyResponse = paths[typeof routeName$
|
|
118426
|
+
declare const routeName$2f = "/v1/api/parties/companies";
|
|
118427
|
+
type CreateLegalPartyBody = paths[typeof routeName$2f]['post']['requestBody']['content']['application/json'];
|
|
118428
|
+
type CreateLegalPartyResponse = paths[typeof routeName$2f]['post']['responses'][201]['content']['application/json'];
|
|
118425
118429
|
interface CreateLegalPartyProps {
|
|
118426
118430
|
body: CreateLegalPartyBody;
|
|
118427
118431
|
}
|
|
118428
118432
|
declare const createLegalParty: (props: CreateLegalPartyProps, wgApiClient: ClientType) => Promise<CreateLegalPartyResponse>;
|
|
118429
118433
|
|
|
118430
|
-
declare const routeName$
|
|
118431
|
-
type CreateNaturalPartyBody = paths[typeof routeName$
|
|
118432
|
-
type CreateNaturalPartyResponse = paths[typeof routeName$
|
|
118434
|
+
declare const routeName$2e = "/v1/api/parties/customers";
|
|
118435
|
+
type CreateNaturalPartyBody = paths[typeof routeName$2e]['post']['requestBody']['content']['application/json'];
|
|
118436
|
+
type CreateNaturalPartyResponse = paths[typeof routeName$2e]['post']['responses'][201]['content']['application/json'];
|
|
118433
118437
|
interface CreateNaturalPartyProps {
|
|
118434
118438
|
body: CreateNaturalPartyBody;
|
|
118435
118439
|
}
|
|
118436
118440
|
declare const createNaturalParty: (props: CreateNaturalPartyProps, wgApiClient: ClientType) => Promise<CreateNaturalPartyResponse>;
|
|
118437
118441
|
|
|
118438
|
-
declare const routeName$
|
|
118439
|
-
type GetActivityByPartyPathParams = paths[typeof routeName$
|
|
118440
|
-
type GetActivityByPartyQueryParams = paths[typeof routeName$
|
|
118441
|
-
type GetActivityByPartyResponse = paths[typeof routeName$
|
|
118442
|
-
type GetActivityByPartyProps = paths[typeof routeName$
|
|
118442
|
+
declare const routeName$2d = "/v1/api/parties/{party_id}/activity";
|
|
118443
|
+
type GetActivityByPartyPathParams = paths[typeof routeName$2d]['get']['parameters']['path'];
|
|
118444
|
+
type GetActivityByPartyQueryParams = paths[typeof routeName$2d]['get']['parameters']['query'];
|
|
118445
|
+
type GetActivityByPartyResponse = paths[typeof routeName$2d]['get']['responses'][200]['content']['application/json'];
|
|
118446
|
+
type GetActivityByPartyProps = paths[typeof routeName$2d]['get']['parameters'];
|
|
118443
118447
|
declare const getActivityByParty: (props: GetActivityByPartyProps, wgApiClient: ClientType) => Promise<GetActivityByPartyResponse>;
|
|
118444
118448
|
|
|
118445
|
-
declare const routeName$
|
|
118446
|
-
type CommentOnActivityPathParams = paths[typeof routeName$
|
|
118447
|
-
type CommentOnActivityQueryParams = paths[typeof routeName$
|
|
118448
|
-
type CommentOnActivityResponse = paths[typeof routeName$
|
|
118449
|
+
declare const routeName$2c = "/v1/api/activities/{activity_id}/comments";
|
|
118450
|
+
type CommentOnActivityPathParams = paths[typeof routeName$2c]['post']['parameters']['path'];
|
|
118451
|
+
type CommentOnActivityQueryParams = paths[typeof routeName$2c]['post']['parameters']['query'];
|
|
118452
|
+
type CommentOnActivityResponse = paths[typeof routeName$2c]['post']['responses'][201]['content']['application/json'];
|
|
118449
118453
|
interface CommentOnActivityProps {
|
|
118450
118454
|
params: {
|
|
118451
118455
|
query: CommentOnActivityQueryParams;
|
|
@@ -118454,10 +118458,10 @@ interface CommentOnActivityProps {
|
|
|
118454
118458
|
}
|
|
118455
118459
|
declare const commentOnActivity: (props: CommentOnActivityProps, wgApiClient: ClientType) => Promise<CommentOnActivityResponse>;
|
|
118456
118460
|
|
|
118457
|
-
declare const routeName$
|
|
118458
|
-
type DeleteCommentOnActivityPathParams = paths[typeof routeName$
|
|
118459
|
-
type DeleteCommentOnActivityQueryParams = paths[typeof routeName$
|
|
118460
|
-
type DeleteCommentOnActivityResponse = paths[typeof routeName$
|
|
118461
|
+
declare const routeName$2b = "/v1/api/activities/{activity_id}/comments/{comment_id}";
|
|
118462
|
+
type DeleteCommentOnActivityPathParams = paths[typeof routeName$2b]['delete']['parameters']['path'];
|
|
118463
|
+
type DeleteCommentOnActivityQueryParams = paths[typeof routeName$2b]['delete']['parameters']['query'];
|
|
118464
|
+
type DeleteCommentOnActivityResponse = paths[typeof routeName$2b]['delete']['responses'][200]['content']['application/json'];
|
|
118461
118465
|
interface DeleteCommentOnActivityProps {
|
|
118462
118466
|
params: {
|
|
118463
118467
|
query: DeleteCommentOnActivityQueryParams;
|
|
@@ -118466,10 +118470,10 @@ interface DeleteCommentOnActivityProps {
|
|
|
118466
118470
|
}
|
|
118467
118471
|
declare const deleteCommentOnActivity: (props: DeleteCommentOnActivityProps, wgApiClient: ClientType) => Promise<DeleteCommentOnActivityResponse>;
|
|
118468
118472
|
|
|
118469
|
-
declare const routeName$
|
|
118470
|
-
type UpdateCommentOnActivityPathParams = paths[typeof routeName$
|
|
118471
|
-
type UpdateCommentOnActivityQueryParams = paths[typeof routeName$
|
|
118472
|
-
type UpdateCommentOnActivityResponse = paths[typeof routeName$
|
|
118473
|
+
declare const routeName$2a = "/v1/api/activities/{activity_id}/comments/{comment_id}";
|
|
118474
|
+
type UpdateCommentOnActivityPathParams = paths[typeof routeName$2a]['patch']['parameters']['path'];
|
|
118475
|
+
type UpdateCommentOnActivityQueryParams = paths[typeof routeName$2a]['patch']['parameters']['query'];
|
|
118476
|
+
type UpdateCommentOnActivityResponse = paths[typeof routeName$2a]['patch']['responses'][200]['content']['application/json'];
|
|
118473
118477
|
interface UpdateCommentOnActivityProps {
|
|
118474
118478
|
params: {
|
|
118475
118479
|
query: UpdateCommentOnActivityQueryParams;
|
|
@@ -118478,31 +118482,31 @@ interface UpdateCommentOnActivityProps {
|
|
|
118478
118482
|
}
|
|
118479
118483
|
declare const updateCommentOnActivity: (props: UpdateCommentOnActivityProps, wgApiClient: ClientType) => Promise<UpdateCommentOnActivityResponse>;
|
|
118480
118484
|
|
|
118481
|
-
declare const routeName$
|
|
118482
|
-
type GetAllPartiesByDistributionPathParams = paths[typeof routeName$
|
|
118483
|
-
type GetAllPartiesByDistributionQueryParams = paths[typeof routeName$
|
|
118484
|
-
type GetAllPartiesByDistributionResponse = paths[typeof routeName$
|
|
118485
|
-
type GetAllPartiesByDistributionProps = paths[typeof routeName$
|
|
118485
|
+
declare const routeName$29 = "/v1/api/distributions/{distribution_id}/parties";
|
|
118486
|
+
type GetAllPartiesByDistributionPathParams = paths[typeof routeName$29]['get']['parameters']['path'];
|
|
118487
|
+
type GetAllPartiesByDistributionQueryParams = paths[typeof routeName$29]['get']['parameters']['query'];
|
|
118488
|
+
type GetAllPartiesByDistributionResponse = paths[typeof routeName$29]['get']['responses'][200]['content']['application/json'];
|
|
118489
|
+
type GetAllPartiesByDistributionProps = paths[typeof routeName$29]['get']['parameters'];
|
|
118486
118490
|
declare const getAllPartiesByDistribution: (props: GetAllPartiesByDistributionProps, wgApiClient: ClientType) => Promise<GetAllPartiesByDistributionResponse>;
|
|
118487
118491
|
|
|
118488
|
-
declare const routeName$
|
|
118489
|
-
type GetAllPartiesByDistributionV2PathParams = paths[typeof routeName$
|
|
118490
|
-
type GetAllPartiesByDistributionV2QueryParams = paths[typeof routeName$
|
|
118491
|
-
type GetAllPartiesByDistributionV2Response = paths[typeof routeName$
|
|
118492
|
-
type GetAllPartiesByDistributionV2Props = paths[typeof routeName$
|
|
118492
|
+
declare const routeName$28 = "/v2/api/distributions/{distribution_id}/parties";
|
|
118493
|
+
type GetAllPartiesByDistributionV2PathParams = paths[typeof routeName$28]['get']['parameters']['path'];
|
|
118494
|
+
type GetAllPartiesByDistributionV2QueryParams = paths[typeof routeName$28]['get']['parameters']['query'];
|
|
118495
|
+
type GetAllPartiesByDistributionV2Response = paths[typeof routeName$28]['get']['responses'][200]['content']['application/json'];
|
|
118496
|
+
type GetAllPartiesByDistributionV2Props = paths[typeof routeName$28]['get']['parameters'];
|
|
118493
118497
|
declare const getAllPartiesByDistributionV2: (props: GetAllPartiesByDistributionV2Props, wgApiClient: ClientType) => Promise<GetAllPartiesByDistributionV2Response>;
|
|
118494
118498
|
|
|
118495
|
-
declare const routeName$
|
|
118496
|
-
type GetPartiesOriginFilterQueryParams = paths[typeof routeName$
|
|
118497
|
-
type GetPartiesOriginFilterResponse = paths[typeof routeName$
|
|
118498
|
-
type GetPartiesOriginFilterProps = paths[typeof routeName$
|
|
118499
|
+
declare const routeName$27 = "/v1/api/parties-filters/origin";
|
|
118500
|
+
type GetPartiesOriginFilterQueryParams = paths[typeof routeName$27]['get']['parameters']['query'];
|
|
118501
|
+
type GetPartiesOriginFilterResponse = paths[typeof routeName$27]['get']['responses'][200]['content']['application/json'];
|
|
118502
|
+
type GetPartiesOriginFilterProps = paths[typeof routeName$27]['get']['parameters'];
|
|
118499
118503
|
declare const getPartiesOriginFilter: (props: GetPartiesOriginFilterProps, wgApiClient: ClientType) => Promise<GetPartiesOriginFilterResponse>;
|
|
118500
118504
|
|
|
118501
|
-
declare const routeName$
|
|
118502
|
-
type MergePartiesTogetherBody = paths[typeof routeName$
|
|
118503
|
-
type MergePartiesTogetherPathParams = paths[typeof routeName$
|
|
118504
|
-
type MergePartiesTogetherQueryParams = paths[typeof routeName$
|
|
118505
|
-
type MergePartiesTogetherResponse = paths[typeof routeName$
|
|
118505
|
+
declare const routeName$26 = "/v1/api/parties/{party_id}/merges";
|
|
118506
|
+
type MergePartiesTogetherBody = paths[typeof routeName$26]['post']['requestBody']['content']['application/json'];
|
|
118507
|
+
type MergePartiesTogetherPathParams = paths[typeof routeName$26]['post']['parameters']['path'];
|
|
118508
|
+
type MergePartiesTogetherQueryParams = paths[typeof routeName$26]['post']['parameters']['query'];
|
|
118509
|
+
type MergePartiesTogetherResponse = paths[typeof routeName$26]['post']['responses'][200]['content']['application/json'];
|
|
118506
118510
|
interface MergePartiesTogetherProps {
|
|
118507
118511
|
body: MergePartiesTogetherBody;
|
|
118508
118512
|
params: {
|
|
@@ -118512,23 +118516,23 @@ interface MergePartiesTogetherProps {
|
|
|
118512
118516
|
}
|
|
118513
118517
|
declare const mergePartiesTogether: (props: MergePartiesTogetherProps, wgApiClient: ClientType) => Promise<MergePartiesTogetherResponse>;
|
|
118514
118518
|
|
|
118515
|
-
declare const routeName$
|
|
118516
|
-
type GetPartyMergeSuggestionsPathParams = paths[typeof routeName$
|
|
118517
|
-
type GetPartyMergeSuggestionsQueryParams = paths[typeof routeName$
|
|
118518
|
-
type GetPartyMergeSuggestionsResponse = paths[typeof routeName$
|
|
118519
|
-
type GetPartyMergeSuggestionsProps = paths[typeof routeName$
|
|
118519
|
+
declare const routeName$25 = "/v1/api/parties/{party_id}/merge-suggestions";
|
|
118520
|
+
type GetPartyMergeSuggestionsPathParams = paths[typeof routeName$25]['get']['parameters']['path'];
|
|
118521
|
+
type GetPartyMergeSuggestionsQueryParams = paths[typeof routeName$25]['get']['parameters']['query'];
|
|
118522
|
+
type GetPartyMergeSuggestionsResponse = paths[typeof routeName$25]['get']['responses'][200]['content']['application/json'];
|
|
118523
|
+
type GetPartyMergeSuggestionsProps = paths[typeof routeName$25]['get']['parameters'];
|
|
118520
118524
|
declare const getPartyMergeSuggestions: (props: GetPartyMergeSuggestionsProps, wgApiClient: ClientType) => Promise<GetPartyMergeSuggestionsResponse>;
|
|
118521
118525
|
|
|
118522
|
-
declare const routeName$
|
|
118523
|
-
type GetRiskAnalysisByPartyIdPathParams = paths[typeof routeName$
|
|
118524
|
-
type GetRiskAnalysisByPartyIdResponse = paths[typeof routeName$
|
|
118525
|
-
type GetRiskAnalysisByPartyIdProps = paths[typeof routeName$
|
|
118526
|
+
declare const routeName$24 = "/v1/api/parties/{party_id}/risk_analysis";
|
|
118527
|
+
type GetRiskAnalysisByPartyIdPathParams = paths[typeof routeName$24]['get']['parameters']['path'];
|
|
118528
|
+
type GetRiskAnalysisByPartyIdResponse = paths[typeof routeName$24]['get']['responses'][200]['content']['application/json'];
|
|
118529
|
+
type GetRiskAnalysisByPartyIdProps = paths[typeof routeName$24]['get']['parameters'];
|
|
118526
118530
|
declare const getRiskAnalysisByPartyId: (props: GetRiskAnalysisByPartyIdProps, wgApiClient: ClientType) => Promise<GetRiskAnalysisByPartyIdResponse>;
|
|
118527
118531
|
|
|
118528
|
-
declare const routeName$
|
|
118529
|
-
type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody = paths[typeof routeName$
|
|
118530
|
-
type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams = paths[typeof routeName$
|
|
118531
|
-
type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse = paths[typeof routeName$
|
|
118532
|
+
declare const routeName$23 = "/v1/api/parties-by-company-registration";
|
|
118533
|
+
type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody = paths[typeof routeName$23]['post']['requestBody']['content']['application/json'];
|
|
118534
|
+
type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams = paths[typeof routeName$23]['post']['parameters']['query'];
|
|
118535
|
+
type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse = paths[typeof routeName$23]['post']['responses'][201]['content']['application/json'];
|
|
118532
118536
|
interface CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationProps {
|
|
118533
118537
|
body: CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody;
|
|
118534
118538
|
params: {
|
|
@@ -118537,10 +118541,10 @@ interface CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationProps {
|
|
|
118537
118541
|
}
|
|
118538
118542
|
declare const createPartyByEnrichingWithEnrichingWithCompanyRegistration: (props: CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationProps, wgApiClient: ClientType) => Promise<CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse>;
|
|
118539
118543
|
|
|
118540
|
-
declare const routeName$
|
|
118541
|
-
type EnrichPartyByIdWithExternalCompanyDataPathParams = paths[typeof routeName$
|
|
118542
|
-
type EnrichPartyByIdWithExternalCompanyDataQueryParams = paths[typeof routeName$
|
|
118543
|
-
type EnrichPartyByIdWithExternalCompanyDataResponse = paths[typeof routeName$
|
|
118544
|
+
declare const routeName$22 = "/v1/api/parties/{party_id}/enrichments";
|
|
118545
|
+
type EnrichPartyByIdWithExternalCompanyDataPathParams = paths[typeof routeName$22]['put']['parameters']['path'];
|
|
118546
|
+
type EnrichPartyByIdWithExternalCompanyDataQueryParams = paths[typeof routeName$22]['put']['parameters']['query'];
|
|
118547
|
+
type EnrichPartyByIdWithExternalCompanyDataResponse = paths[typeof routeName$22]['put']['responses'][200]['content']['application/json'];
|
|
118544
118548
|
interface EnrichPartyByIdWithExternalCompanyDataProps {
|
|
118545
118549
|
params: {
|
|
118546
118550
|
query: EnrichPartyByIdWithExternalCompanyDataQueryParams;
|
|
@@ -118549,10 +118553,10 @@ interface EnrichPartyByIdWithExternalCompanyDataProps {
|
|
|
118549
118553
|
}
|
|
118550
118554
|
declare const enrichPartyByIdWithExternalCompanyData: (props: EnrichPartyByIdWithExternalCompanyDataProps, wgApiClient: ClientType) => Promise<EnrichPartyByIdWithExternalCompanyDataResponse>;
|
|
118551
118555
|
|
|
118552
|
-
declare const routeName$
|
|
118553
|
-
type CreatePartyRelationsBody = paths[typeof routeName$
|
|
118554
|
-
type CreatePartyRelationsQueryParams = paths[typeof routeName$
|
|
118555
|
-
type CreatePartyRelationsResponse = paths[typeof routeName$
|
|
118556
|
+
declare const routeName$21 = "/v1/api/relations";
|
|
118557
|
+
type CreatePartyRelationsBody = paths[typeof routeName$21]['post']['requestBody']['content']['application/json'];
|
|
118558
|
+
type CreatePartyRelationsQueryParams = paths[typeof routeName$21]['post']['parameters']['query'];
|
|
118559
|
+
type CreatePartyRelationsResponse = paths[typeof routeName$21]['post']['responses'][201]['content']['application/json'];
|
|
118556
118560
|
interface CreatePartyRelationsProps {
|
|
118557
118561
|
body: CreatePartyRelationsBody;
|
|
118558
118562
|
params: {
|
|
@@ -118561,9 +118565,9 @@ interface CreatePartyRelationsProps {
|
|
|
118561
118565
|
}
|
|
118562
118566
|
declare const createPartyRelations: (props: CreatePartyRelationsProps, wgApiClient: ClientType) => Promise<CreatePartyRelationsResponse>;
|
|
118563
118567
|
|
|
118564
|
-
declare const routeName$
|
|
118565
|
-
type DeletePartyRelationsPathParams = paths[typeof routeName$
|
|
118566
|
-
type DeletePartyRelationsResponse = paths[typeof routeName$
|
|
118568
|
+
declare const routeName$20 = "/v1/api/relations/{relation_id}";
|
|
118569
|
+
type DeletePartyRelationsPathParams = paths[typeof routeName$20]['delete']['parameters']['path'];
|
|
118570
|
+
type DeletePartyRelationsResponse = paths[typeof routeName$20]['delete']['responses'][200]['content']['application/json'];
|
|
118567
118571
|
interface DeletePartyRelationsProps {
|
|
118568
118572
|
params: {
|
|
118569
118573
|
path: DeletePartyRelationsPathParams;
|
|
@@ -118571,10 +118575,10 @@ interface DeletePartyRelationsProps {
|
|
|
118571
118575
|
}
|
|
118572
118576
|
declare const deletePartyRelations: (props: DeletePartyRelationsProps, wgApiClient: ClientType) => Promise<DeletePartyRelationsResponse>;
|
|
118573
118577
|
|
|
118574
|
-
declare const routeName$
|
|
118575
|
-
type UpdatePartyRelationsBody = paths[typeof routeName$
|
|
118576
|
-
type UpdatePartyRelationsPathParams = paths[typeof routeName$
|
|
118577
|
-
type UpdatePartyRelationsResponse = paths[typeof routeName$
|
|
118578
|
+
declare const routeName$1$ = "/v1/api/relations/{relation_id}";
|
|
118579
|
+
type UpdatePartyRelationsBody = paths[typeof routeName$1$]['patch']['requestBody']['content']['application/json'];
|
|
118580
|
+
type UpdatePartyRelationsPathParams = paths[typeof routeName$1$]['patch']['parameters']['path'];
|
|
118581
|
+
type UpdatePartyRelationsResponse = paths[typeof routeName$1$]['patch']['responses'][200]['content']['application/json'];
|
|
118578
118582
|
interface UpdatePartyRelationsProps {
|
|
118579
118583
|
body: UpdatePartyRelationsBody;
|
|
118580
118584
|
params: {
|
|
@@ -118583,11 +118587,11 @@ interface UpdatePartyRelationsProps {
|
|
|
118583
118587
|
}
|
|
118584
118588
|
declare const updatePartyRelations: (props: UpdatePartyRelationsProps, wgApiClient: ClientType) => Promise<UpdatePartyRelationsResponse>;
|
|
118585
118589
|
|
|
118586
|
-
declare const routeName$
|
|
118587
|
-
type UpdatePartyAssigneesBody = paths[typeof routeName$
|
|
118588
|
-
type UpdatePartyAssigneesPathParams = paths[typeof routeName$
|
|
118589
|
-
type UpdatePartyAssigneesQueryParams = paths[typeof routeName$
|
|
118590
|
-
type UpdatePartyAssigneesResponse = paths[typeof routeName$
|
|
118590
|
+
declare const routeName$1_ = "/v1/api/parties/{party_id}/assignees";
|
|
118591
|
+
type UpdatePartyAssigneesBody = paths[typeof routeName$1_]['put']['requestBody']['content']['application/json'];
|
|
118592
|
+
type UpdatePartyAssigneesPathParams = paths[typeof routeName$1_]['put']['parameters']['path'];
|
|
118593
|
+
type UpdatePartyAssigneesQueryParams = paths[typeof routeName$1_]['put']['parameters']['query'];
|
|
118594
|
+
type UpdatePartyAssigneesResponse = paths[typeof routeName$1_]['put']['responses'][200]['content']['application/json'];
|
|
118591
118595
|
interface UpdatePartyAssigneesProps {
|
|
118592
118596
|
body: UpdatePartyAssigneesBody;
|
|
118593
118597
|
params: {
|
|
@@ -118597,11 +118601,11 @@ interface UpdatePartyAssigneesProps {
|
|
|
118597
118601
|
}
|
|
118598
118602
|
declare const updatePartyAssignees: (props: UpdatePartyAssigneesProps, wgApiClient: ClientType) => Promise<UpdatePartyAssigneesResponse>;
|
|
118599
118603
|
|
|
118600
|
-
declare const routeName$
|
|
118601
|
-
type CreateRelationBetweenRiskObjectAndPartyBody = paths[typeof routeName$
|
|
118602
|
-
type CreateRelationBetweenRiskObjectAndPartyPathParams = paths[typeof routeName$
|
|
118603
|
-
type CreateRelationBetweenRiskObjectAndPartyQueryParams = paths[typeof routeName$
|
|
118604
|
-
type CreateRelationBetweenRiskObjectAndPartyResponse = paths[typeof routeName$
|
|
118604
|
+
declare const routeName$1Z = "/v1/api/parties/{party_id}/risk_objects/{risk_object_id}/relations";
|
|
118605
|
+
type CreateRelationBetweenRiskObjectAndPartyBody = paths[typeof routeName$1Z]['post']['requestBody']['content']['application/json'];
|
|
118606
|
+
type CreateRelationBetweenRiskObjectAndPartyPathParams = paths[typeof routeName$1Z]['post']['parameters']['path'];
|
|
118607
|
+
type CreateRelationBetweenRiskObjectAndPartyQueryParams = paths[typeof routeName$1Z]['post']['parameters']['query'];
|
|
118608
|
+
type CreateRelationBetweenRiskObjectAndPartyResponse = paths[typeof routeName$1Z]['post']['responses'][201]['content']['application/json'];
|
|
118605
118609
|
interface CreateRelationBetweenRiskObjectAndPartyProps {
|
|
118606
118610
|
body: CreateRelationBetweenRiskObjectAndPartyBody;
|
|
118607
118611
|
params: {
|
|
@@ -118611,11 +118615,11 @@ interface CreateRelationBetweenRiskObjectAndPartyProps {
|
|
|
118611
118615
|
}
|
|
118612
118616
|
declare const createRelationBetweenRiskObjectAndParty: (props: CreateRelationBetweenRiskObjectAndPartyProps, wgApiClient: ClientType) => Promise<CreateRelationBetweenRiskObjectAndPartyResponse>;
|
|
118613
118617
|
|
|
118614
|
-
declare const routeName$
|
|
118615
|
-
type CreatePartyOffersBody = paths[typeof routeName$
|
|
118616
|
-
type CreatePartyOffersPathParams = paths[typeof routeName$
|
|
118617
|
-
type CreatePartyOffersQueryParams = paths[typeof routeName$
|
|
118618
|
-
type CreatePartyOffersResponse = paths[typeof routeName$
|
|
118618
|
+
declare const routeName$1Y = "/v1/api/parties/{party_id}/offers";
|
|
118619
|
+
type CreatePartyOffersBody = paths[typeof routeName$1Y]['post']['requestBody']['content']['application/json'];
|
|
118620
|
+
type CreatePartyOffersPathParams = paths[typeof routeName$1Y]['post']['parameters']['path'];
|
|
118621
|
+
type CreatePartyOffersQueryParams = paths[typeof routeName$1Y]['post']['parameters']['query'];
|
|
118622
|
+
type CreatePartyOffersResponse = paths[typeof routeName$1Y]['post']['responses'][201]['content']['application/json'];
|
|
118619
118623
|
interface CreatePartyOffersProps {
|
|
118620
118624
|
body: CreatePartyOffersBody;
|
|
118621
118625
|
params: {
|
|
@@ -118625,16 +118629,16 @@ interface CreatePartyOffersProps {
|
|
|
118625
118629
|
}
|
|
118626
118630
|
declare const createPartyOffers: (props: CreatePartyOffersProps, wgApiClient: ClientType) => Promise<CreatePartyOffersResponse>;
|
|
118627
118631
|
|
|
118628
|
-
declare const routeName$
|
|
118629
|
-
type GetPartyByIdPathParams = paths[typeof routeName$
|
|
118630
|
-
type GetPartyByIdResponse = paths[typeof routeName$
|
|
118631
|
-
type GetPartyByIdProps = paths[typeof routeName$
|
|
118632
|
+
declare const routeName$1X = "/v1/api/parties/{party_id}";
|
|
118633
|
+
type GetPartyByIdPathParams = paths[typeof routeName$1X]['get']['parameters']['path'];
|
|
118634
|
+
type GetPartyByIdResponse = paths[typeof routeName$1X]['get']['responses'][200]['content']['application/json'];
|
|
118635
|
+
type GetPartyByIdProps = paths[typeof routeName$1X]['get']['parameters'];
|
|
118632
118636
|
declare const getPartyById: (props: GetPartyByIdProps, wgApiClient: ClientType) => Promise<GetPartyByIdResponse>;
|
|
118633
118637
|
|
|
118634
|
-
declare const routeName$
|
|
118635
|
-
type UpdatePartyByIdBody = paths[typeof routeName$
|
|
118636
|
-
type UpdatePartyByIdPathParams = paths[typeof routeName$
|
|
118637
|
-
type UpdatePartyByIdResponse = paths[typeof routeName$
|
|
118638
|
+
declare const routeName$1W = "/v1/api/parties/{party_id}";
|
|
118639
|
+
type UpdatePartyByIdBody = paths[typeof routeName$1W]['patch']['requestBody']['content']['application/json'];
|
|
118640
|
+
type UpdatePartyByIdPathParams = paths[typeof routeName$1W]['patch']['parameters']['path'];
|
|
118641
|
+
type UpdatePartyByIdResponse = paths[typeof routeName$1W]['patch']['responses'][200]['content']['application/json'];
|
|
118638
118642
|
interface UpdatePartyByIdProps {
|
|
118639
118643
|
body: UpdatePartyByIdBody;
|
|
118640
118644
|
params: {
|
|
@@ -118643,17 +118647,17 @@ interface UpdatePartyByIdProps {
|
|
|
118643
118647
|
}
|
|
118644
118648
|
declare const updatePartyById: (props: UpdatePartyByIdProps, wgApiClient: ClientType) => Promise<UpdatePartyByIdResponse>;
|
|
118645
118649
|
|
|
118646
|
-
declare const routeName$
|
|
118647
|
-
type GetPartyAddressesPathParams = paths[typeof routeName$
|
|
118648
|
-
type GetPartyAddressesResponse = paths[typeof routeName$
|
|
118649
|
-
type GetPartyAddressesProps = paths[typeof routeName$
|
|
118650
|
+
declare const routeName$1V = "/v1/api/parties/{party_id}/addresses";
|
|
118651
|
+
type GetPartyAddressesPathParams = paths[typeof routeName$1V]['get']['parameters']['path'];
|
|
118652
|
+
type GetPartyAddressesResponse = paths[typeof routeName$1V]['get']['responses'][200]['content']['application/json'];
|
|
118653
|
+
type GetPartyAddressesProps = paths[typeof routeName$1V]['get']['parameters'];
|
|
118650
118654
|
declare const getPartyAddresses: (props: GetPartyAddressesProps, wgApiClient: ClientType) => Promise<GetPartyAddressesResponse>;
|
|
118651
118655
|
|
|
118652
|
-
declare const routeName$
|
|
118653
|
-
type TransferPartyToOtherDistributionBody = paths[typeof routeName$
|
|
118654
|
-
type TransferPartyToOtherDistributionPathParams = paths[typeof routeName$
|
|
118655
|
-
type TransferPartyToOtherDistributionQueryParams = paths[typeof routeName$
|
|
118656
|
-
type TransferPartyToOtherDistributionResponse = paths[typeof routeName$
|
|
118656
|
+
declare const routeName$1U = "/v1/api/parties/{party_id}/transfers";
|
|
118657
|
+
type TransferPartyToOtherDistributionBody = paths[typeof routeName$1U]['post']['requestBody']['content']['application/json'];
|
|
118658
|
+
type TransferPartyToOtherDistributionPathParams = paths[typeof routeName$1U]['post']['parameters']['path'];
|
|
118659
|
+
type TransferPartyToOtherDistributionQueryParams = paths[typeof routeName$1U]['post']['parameters']['query'];
|
|
118660
|
+
type TransferPartyToOtherDistributionResponse = paths[typeof routeName$1U]['post']['responses'][200]['content']['application/json'];
|
|
118657
118661
|
interface TransferPartyToOtherDistributionProps {
|
|
118658
118662
|
body: TransferPartyToOtherDistributionBody;
|
|
118659
118663
|
params: {
|
|
@@ -118663,10 +118667,10 @@ interface TransferPartyToOtherDistributionProps {
|
|
|
118663
118667
|
}
|
|
118664
118668
|
declare const transferPartyToOtherDistribution: (props: TransferPartyToOtherDistributionProps, wgApiClient: ClientType) => Promise<TransferPartyToOtherDistributionResponse>;
|
|
118665
118669
|
|
|
118666
|
-
declare const routeName$
|
|
118667
|
-
type CreateReferenceForPartyBody = paths[typeof routeName$
|
|
118668
|
-
type CreateReferenceForPartyPathParams = paths[typeof routeName$
|
|
118669
|
-
type CreateReferenceForPartyResponse = paths[typeof routeName$
|
|
118670
|
+
declare const routeName$1T = "/v1/api/parties/{party_id}/references";
|
|
118671
|
+
type CreateReferenceForPartyBody = paths[typeof routeName$1T]['post']['requestBody']['content']['application/json'];
|
|
118672
|
+
type CreateReferenceForPartyPathParams = paths[typeof routeName$1T]['post']['parameters']['path'];
|
|
118673
|
+
type CreateReferenceForPartyResponse = paths[typeof routeName$1T]['post']['responses'][200]['content']['application/json'];
|
|
118670
118674
|
interface CreateReferenceForPartyProps {
|
|
118671
118675
|
body: CreateReferenceForPartyBody;
|
|
118672
118676
|
params: {
|
|
@@ -118675,18 +118679,18 @@ interface CreateReferenceForPartyProps {
|
|
|
118675
118679
|
}
|
|
118676
118680
|
declare const createReferenceForParty: (props: CreateReferenceForPartyProps, wgApiClient: ClientType) => Promise<CreateReferenceForPartyResponse>;
|
|
118677
118681
|
|
|
118678
|
-
declare const routeName$
|
|
118679
|
-
type GetDocumentsForPartyPathParams = paths[typeof routeName$
|
|
118680
|
-
type GetDocumentsForPartyQueryParams = paths[typeof routeName$
|
|
118681
|
-
type GetDocumentsForPartyResponse = paths[typeof routeName$
|
|
118682
|
-
type GetDocumentsForPartyProps = paths[typeof routeName$
|
|
118682
|
+
declare const routeName$1S = "/v1/api/parties/{party_id}/documents";
|
|
118683
|
+
type GetDocumentsForPartyPathParams = paths[typeof routeName$1S]['get']['parameters']['path'];
|
|
118684
|
+
type GetDocumentsForPartyQueryParams = paths[typeof routeName$1S]['get']['parameters']['query'];
|
|
118685
|
+
type GetDocumentsForPartyResponse = paths[typeof routeName$1S]['get']['responses'][200]['content']['application/json'];
|
|
118686
|
+
type GetDocumentsForPartyProps = paths[typeof routeName$1S]['get']['parameters'];
|
|
118683
118687
|
declare const getDocumentsForParty: (props: GetDocumentsForPartyProps, wgApiClient: ClientType) => Promise<GetDocumentsForPartyResponse>;
|
|
118684
118688
|
|
|
118685
|
-
declare const routeName$
|
|
118686
|
-
type CreateDocumentForPartyBody = paths[typeof routeName$
|
|
118687
|
-
type CreateDocumentForPartyPathParams = paths[typeof routeName$
|
|
118688
|
-
type CreateDocumentForPartyQueryParams = paths[typeof routeName$
|
|
118689
|
-
type CreateDocumentForPartyResponse = paths[typeof routeName$
|
|
118689
|
+
declare const routeName$1R = "/v1/api/parties/{party_id}/documents";
|
|
118690
|
+
type CreateDocumentForPartyBody = paths[typeof routeName$1R]['post']['requestBody']['content']['application/json'];
|
|
118691
|
+
type CreateDocumentForPartyPathParams = paths[typeof routeName$1R]['post']['parameters']['path'];
|
|
118692
|
+
type CreateDocumentForPartyQueryParams = paths[typeof routeName$1R]['post']['parameters']['query'];
|
|
118693
|
+
type CreateDocumentForPartyResponse = paths[typeof routeName$1R]['post']['responses'][201]['content']['application/json'];
|
|
118690
118694
|
interface CreateDocumentForPartyProps {
|
|
118691
118695
|
body: CreateDocumentForPartyBody;
|
|
118692
118696
|
params: {
|
|
@@ -118696,9 +118700,9 @@ interface CreateDocumentForPartyProps {
|
|
|
118696
118700
|
}
|
|
118697
118701
|
declare const createDocumentForParty: (props: CreateDocumentForPartyProps, wgApiClient: ClientType) => Promise<CreateDocumentForPartyResponse>;
|
|
118698
118702
|
|
|
118699
|
-
declare const routeName$
|
|
118700
|
-
type DeleteDocumentForPartyPathParams = paths[typeof routeName$
|
|
118701
|
-
type DeleteDocumentForPartyResponse = paths[typeof routeName$
|
|
118703
|
+
declare const routeName$1Q = "/v1/api/parties/{party_id}/documents/{document_id}";
|
|
118704
|
+
type DeleteDocumentForPartyPathParams = paths[typeof routeName$1Q]['delete']['parameters']['path'];
|
|
118705
|
+
type DeleteDocumentForPartyResponse = paths[typeof routeName$1Q]['delete']['responses'][200]['content']['application/json'];
|
|
118702
118706
|
interface DeleteDocumentForPartyProps {
|
|
118703
118707
|
params: {
|
|
118704
118708
|
path: DeleteDocumentForPartyPathParams;
|
|
@@ -118706,10 +118710,10 @@ interface DeleteDocumentForPartyProps {
|
|
|
118706
118710
|
}
|
|
118707
118711
|
declare const deleteDocumentForParty: (props: DeleteDocumentForPartyProps, wgApiClient: ClientType) => Promise<DeleteDocumentForPartyResponse>;
|
|
118708
118712
|
|
|
118709
|
-
declare const routeName$
|
|
118710
|
-
type UpdateDocumentForPartyBody = paths[typeof routeName$
|
|
118711
|
-
type UpdateDocumentForPartyPathParams = paths[typeof routeName$
|
|
118712
|
-
type UpdateDocumentForPartyResponse = paths[typeof routeName$
|
|
118713
|
+
declare const routeName$1P = "/v1/api/parties/{party_id}/documents/{document_id}";
|
|
118714
|
+
type UpdateDocumentForPartyBody = paths[typeof routeName$1P]['patch']['requestBody']['content']['application/json'];
|
|
118715
|
+
type UpdateDocumentForPartyPathParams = paths[typeof routeName$1P]['patch']['parameters']['path'];
|
|
118716
|
+
type UpdateDocumentForPartyResponse = paths[typeof routeName$1P]['patch']['responses'][200]['content']['application/json'];
|
|
118713
118717
|
interface UpdateDocumentForPartyProps {
|
|
118714
118718
|
body: UpdateDocumentForPartyBody;
|
|
118715
118719
|
params: {
|
|
@@ -118718,9 +118722,9 @@ interface UpdateDocumentForPartyProps {
|
|
|
118718
118722
|
}
|
|
118719
118723
|
declare const updateDocumentForParty: (props: UpdateDocumentForPartyProps, wgApiClient: ClientType) => Promise<UpdateDocumentForPartyResponse>;
|
|
118720
118724
|
|
|
118721
|
-
declare const routeName$
|
|
118722
|
-
type DeleteInsurancePoliciesForPartyPathParams = paths[typeof routeName$
|
|
118723
|
-
type DeleteInsurancePoliciesForPartyResponse = paths[typeof routeName$
|
|
118725
|
+
declare const routeName$1O = "/v1/api/parties/{party_id}/insurance-policies/{insurance_policy_id}";
|
|
118726
|
+
type DeleteInsurancePoliciesForPartyPathParams = paths[typeof routeName$1O]['delete']['parameters']['path'];
|
|
118727
|
+
type DeleteInsurancePoliciesForPartyResponse = paths[typeof routeName$1O]['delete']['responses'][200]['content']['application/json'];
|
|
118724
118728
|
interface DeleteInsurancePoliciesForPartyProps {
|
|
118725
118729
|
params: {
|
|
118726
118730
|
path: DeleteInsurancePoliciesForPartyPathParams;
|
|
@@ -118728,17 +118732,17 @@ interface DeleteInsurancePoliciesForPartyProps {
|
|
|
118728
118732
|
}
|
|
118729
118733
|
declare const deleteInsurancePoliciesForParty: (props: DeleteInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<DeleteInsurancePoliciesForPartyResponse>;
|
|
118730
118734
|
|
|
118731
|
-
declare const routeName$
|
|
118732
|
-
type GetInsurancePoliciesForPartyPathParams = paths[typeof routeName$
|
|
118733
|
-
type GetInsurancePoliciesForPartyQueryParams = paths[typeof routeName$
|
|
118734
|
-
type GetInsurancePoliciesForPartyResponse = paths[typeof routeName$
|
|
118735
|
-
type GetInsurancePoliciesForPartyProps = paths[typeof routeName$
|
|
118735
|
+
declare const routeName$1N = "/v1/api/parties/{party_id}/insurance-policies";
|
|
118736
|
+
type GetInsurancePoliciesForPartyPathParams = paths[typeof routeName$1N]['get']['parameters']['path'];
|
|
118737
|
+
type GetInsurancePoliciesForPartyQueryParams = paths[typeof routeName$1N]['get']['parameters']['query'];
|
|
118738
|
+
type GetInsurancePoliciesForPartyResponse = paths[typeof routeName$1N]['get']['responses'][200]['content']['application/json'];
|
|
118739
|
+
type GetInsurancePoliciesForPartyProps = paths[typeof routeName$1N]['get']['parameters'];
|
|
118736
118740
|
declare const getInsurancePoliciesForParty: (props: GetInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<GetInsurancePoliciesForPartyResponse>;
|
|
118737
118741
|
|
|
118738
|
-
declare const routeName$
|
|
118739
|
-
type UpsertInsurancePoliciesForPartyBody = paths[typeof routeName$
|
|
118740
|
-
type UpsertInsurancePoliciesForPartyPathParams = paths[typeof routeName$
|
|
118741
|
-
type UpsertInsurancePoliciesForPartyResponse = paths[typeof routeName$
|
|
118742
|
+
declare const routeName$1M = "/v1/api/parties/{party_id}/insurance-policies";
|
|
118743
|
+
type UpsertInsurancePoliciesForPartyBody = paths[typeof routeName$1M]['put']['requestBody']['content']['application/json'];
|
|
118744
|
+
type UpsertInsurancePoliciesForPartyPathParams = paths[typeof routeName$1M]['put']['parameters']['path'];
|
|
118745
|
+
type UpsertInsurancePoliciesForPartyResponse = paths[typeof routeName$1M]['put']['responses'][201]['content']['application/json'];
|
|
118742
118746
|
interface UpsertInsurancePoliciesForPartyProps {
|
|
118743
118747
|
body: UpsertInsurancePoliciesForPartyBody;
|
|
118744
118748
|
params: {
|
|
@@ -118747,10 +118751,10 @@ interface UpsertInsurancePoliciesForPartyProps {
|
|
|
118747
118751
|
}
|
|
118748
118752
|
declare const upsertInsurancePoliciesForParty: (props: UpsertInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<UpsertInsurancePoliciesForPartyResponse>;
|
|
118749
118753
|
|
|
118750
|
-
declare const routeName$
|
|
118751
|
-
type CreateInsurancePoliciesForPartyBody = paths[typeof routeName$
|
|
118752
|
-
type CreateInsurancePoliciesForPartyPathParams = paths[typeof routeName$
|
|
118753
|
-
type CreateInsurancePoliciesForPartyResponse = paths[typeof routeName$
|
|
118754
|
+
declare const routeName$1L = "/v1/api/parties/{party_id}/insurance-policies";
|
|
118755
|
+
type CreateInsurancePoliciesForPartyBody = paths[typeof routeName$1L]['post']['requestBody']['content']['application/json'];
|
|
118756
|
+
type CreateInsurancePoliciesForPartyPathParams = paths[typeof routeName$1L]['post']['parameters']['path'];
|
|
118757
|
+
type CreateInsurancePoliciesForPartyResponse = paths[typeof routeName$1L]['post']['responses'][201]['content']['application/json'];
|
|
118754
118758
|
interface CreateInsurancePoliciesForPartyProps {
|
|
118755
118759
|
body: CreateInsurancePoliciesForPartyBody;
|
|
118756
118760
|
params: {
|
|
@@ -118759,23 +118763,23 @@ interface CreateInsurancePoliciesForPartyProps {
|
|
|
118759
118763
|
}
|
|
118760
118764
|
declare const createInsurancePoliciesForParty: (props: CreateInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<CreateInsurancePoliciesForPartyResponse>;
|
|
118761
118765
|
|
|
118762
|
-
declare const routeName$
|
|
118763
|
-
type GetInsurancePolicyByIdPathParams = paths[typeof routeName$
|
|
118764
|
-
type GetInsurancePolicyByIdResponse = paths[typeof routeName$
|
|
118765
|
-
type GetInsurancePolicyByIdProps = paths[typeof routeName$
|
|
118766
|
+
declare const routeName$1K = "/v1/api/insurance-policies/{insurance_policy_id}";
|
|
118767
|
+
type GetInsurancePolicyByIdPathParams = paths[typeof routeName$1K]['get']['parameters']['path'];
|
|
118768
|
+
type GetInsurancePolicyByIdResponse = paths[typeof routeName$1K]['get']['responses'][200]['content']['application/json'];
|
|
118769
|
+
type GetInsurancePolicyByIdProps = paths[typeof routeName$1K]['get']['parameters'];
|
|
118766
118770
|
declare const getInsurancePolicyById: (props: GetInsurancePolicyByIdProps, wgApiClient: ClientType) => Promise<GetInsurancePolicyByIdResponse>;
|
|
118767
118771
|
|
|
118768
|
-
declare const routeName$
|
|
118769
|
-
type GetInsurancePolicySimulationsForPartyPathParams = paths[typeof routeName$
|
|
118770
|
-
type GetInsurancePolicySimulationsForPartyQueryParams = paths[typeof routeName$
|
|
118771
|
-
type GetInsurancePolicySimulationsForPartyResponse = paths[typeof routeName$
|
|
118772
|
-
type GetInsurancePolicySimulationsForPartyProps = paths[typeof routeName$
|
|
118772
|
+
declare const routeName$1J = "/v1/api/parties/{party_id}/simulations/{simulation_id}/insurance-policies";
|
|
118773
|
+
type GetInsurancePolicySimulationsForPartyPathParams = paths[typeof routeName$1J]['get']['parameters']['path'];
|
|
118774
|
+
type GetInsurancePolicySimulationsForPartyQueryParams = paths[typeof routeName$1J]['get']['parameters']['query'];
|
|
118775
|
+
type GetInsurancePolicySimulationsForPartyResponse = paths[typeof routeName$1J]['get']['responses'][200]['content']['application/json'];
|
|
118776
|
+
type GetInsurancePolicySimulationsForPartyProps = paths[typeof routeName$1J]['get']['parameters'];
|
|
118773
118777
|
declare const getInsurancePolicySimulationsForParty: (props: GetInsurancePolicySimulationsForPartyProps, wgApiClient: ClientType) => Promise<GetInsurancePolicySimulationsForPartyResponse>;
|
|
118774
118778
|
|
|
118775
|
-
declare const routeName$
|
|
118776
|
-
type UpsertInsurancePolicySimulationForPartyBody = paths[typeof routeName$
|
|
118777
|
-
type UpsertInsurancePolicySimulationForPartyPathParams = paths[typeof routeName$
|
|
118778
|
-
type UpsertInsurancePolicySimulationForPartyResponse = paths[typeof routeName$
|
|
118779
|
+
declare const routeName$1I = "/v1/api/parties/{party_id}/simulations/{simulation_id}/insurance-policies";
|
|
118780
|
+
type UpsertInsurancePolicySimulationForPartyBody = paths[typeof routeName$1I]['put']['requestBody']['content']['application/json'];
|
|
118781
|
+
type UpsertInsurancePolicySimulationForPartyPathParams = paths[typeof routeName$1I]['put']['parameters']['path'];
|
|
118782
|
+
type UpsertInsurancePolicySimulationForPartyResponse = paths[typeof routeName$1I]['put']['responses'][201]['content']['application/json'];
|
|
118779
118783
|
interface UpsertInsurancePolicySimulationForPartyProps {
|
|
118780
118784
|
body: UpsertInsurancePolicySimulationForPartyBody;
|
|
118781
118785
|
params: {
|
|
@@ -118784,17 +118788,17 @@ interface UpsertInsurancePolicySimulationForPartyProps {
|
|
|
118784
118788
|
}
|
|
118785
118789
|
declare const upsertInsurancePolicySimulationForParty: (props: UpsertInsurancePolicySimulationForPartyProps, wgApiClient: ClientType) => Promise<UpsertInsurancePolicySimulationForPartyResponse>;
|
|
118786
118790
|
|
|
118787
|
-
declare const routeName$
|
|
118788
|
-
type GetPolicyPackageSimulationsForPartyPathParams = paths[typeof routeName$
|
|
118789
|
-
type GetPolicyPackageSimulationsForPartyResponse = paths[typeof routeName$
|
|
118790
|
-
type GetPolicyPackageSimulationsForPartyProps = paths[typeof routeName$
|
|
118791
|
+
declare const routeName$1H = "/v1/api/parties/{party_id}/simulations/{simulation_id}/policy-packages";
|
|
118792
|
+
type GetPolicyPackageSimulationsForPartyPathParams = paths[typeof routeName$1H]['get']['parameters']['path'];
|
|
118793
|
+
type GetPolicyPackageSimulationsForPartyResponse = paths[typeof routeName$1H]['get']['responses'][200]['content']['application/json'];
|
|
118794
|
+
type GetPolicyPackageSimulationsForPartyProps = paths[typeof routeName$1H]['get']['parameters'];
|
|
118791
118795
|
declare const getPolicyPackageSimulationsForParty: (props: GetPolicyPackageSimulationsForPartyProps, wgApiClient: ClientType) => Promise<GetPolicyPackageSimulationsForPartyResponse>;
|
|
118792
118796
|
|
|
118793
|
-
declare const routeName$
|
|
118794
|
-
type SendMailForSimulationToPartyBody = paths[typeof routeName$
|
|
118795
|
-
type SendMailForSimulationToPartyPathParams = paths[typeof routeName$
|
|
118796
|
-
type SendMailForSimulationToPartyQueryParams = paths[typeof routeName$
|
|
118797
|
-
type SendMailForSimulationToPartyResponse = paths[typeof routeName$
|
|
118797
|
+
declare const routeName$1G = "/v1/api/parties/{party_id}/simulations/{simulation_id}/email-inquiries";
|
|
118798
|
+
type SendMailForSimulationToPartyBody = paths[typeof routeName$1G]['post']['requestBody']['content']['application/json'];
|
|
118799
|
+
type SendMailForSimulationToPartyPathParams = paths[typeof routeName$1G]['post']['parameters']['path'];
|
|
118800
|
+
type SendMailForSimulationToPartyQueryParams = paths[typeof routeName$1G]['post']['parameters']['query'];
|
|
118801
|
+
type SendMailForSimulationToPartyResponse = paths[typeof routeName$1G]['post']['responses'][201]['content']['application/json'];
|
|
118798
118802
|
interface SendMailForSimulationToPartyProps {
|
|
118799
118803
|
body: SendMailForSimulationToPartyBody;
|
|
118800
118804
|
params: {
|
|
@@ -118804,10 +118808,10 @@ interface SendMailForSimulationToPartyProps {
|
|
|
118804
118808
|
}
|
|
118805
118809
|
declare const sendMailForSimulationToParty: (props: SendMailForSimulationToPartyProps, wgApiClient: ClientType) => Promise<SendMailForSimulationToPartyResponse>;
|
|
118806
118810
|
|
|
118807
|
-
declare const routeName$
|
|
118808
|
-
type CreatePartyNoteBody = paths[typeof routeName$
|
|
118809
|
-
type CreatePartyNotePathParams = paths[typeof routeName$
|
|
118810
|
-
type CreatePartyNoteResponse = paths[typeof routeName$
|
|
118811
|
+
declare const routeName$1F = "/v1/api/parties/{party_id}/notes";
|
|
118812
|
+
type CreatePartyNoteBody = paths[typeof routeName$1F]['post']['requestBody']['content']['application/json'];
|
|
118813
|
+
type CreatePartyNotePathParams = paths[typeof routeName$1F]['post']['parameters']['path'];
|
|
118814
|
+
type CreatePartyNoteResponse = paths[typeof routeName$1F]['post']['responses'][201]['content']['application/json'];
|
|
118811
118815
|
interface CreatePartyNoteProps {
|
|
118812
118816
|
body: CreatePartyNoteBody;
|
|
118813
118817
|
params: {
|
|
@@ -118816,9 +118820,9 @@ interface CreatePartyNoteProps {
|
|
|
118816
118820
|
}
|
|
118817
118821
|
declare const createPartyNote: (props: CreatePartyNoteProps, wgApiClient: ClientType) => Promise<CreatePartyNoteResponse>;
|
|
118818
118822
|
|
|
118819
|
-
declare const routeName$
|
|
118820
|
-
type DeletePartyNoteByIdPathParams = paths[typeof routeName$
|
|
118821
|
-
type DeletePartyNoteByIdResponse = paths[typeof routeName$
|
|
118823
|
+
declare const routeName$1E = "/v1/api/parties/{party_id}/notes/{note_id}";
|
|
118824
|
+
type DeletePartyNoteByIdPathParams = paths[typeof routeName$1E]['delete']['parameters']['path'];
|
|
118825
|
+
type DeletePartyNoteByIdResponse = paths[typeof routeName$1E]['delete']['responses'][200]['content']['application/json'];
|
|
118822
118826
|
interface DeletePartyNoteByIdProps {
|
|
118823
118827
|
params: {
|
|
118824
118828
|
path: DeletePartyNoteByIdPathParams;
|
|
@@ -118826,10 +118830,10 @@ interface DeletePartyNoteByIdProps {
|
|
|
118826
118830
|
}
|
|
118827
118831
|
declare const deletePartyNoteById: (props: DeletePartyNoteByIdProps, wgApiClient: ClientType) => Promise<DeletePartyNoteByIdResponse>;
|
|
118828
118832
|
|
|
118829
|
-
declare const routeName$
|
|
118830
|
-
type UpdatePartyNoteByIdBody = paths[typeof routeName$
|
|
118831
|
-
type UpdatePartyNoteByIdPathParams = paths[typeof routeName$
|
|
118832
|
-
type UpdatePartyNoteByIdResponse = paths[typeof routeName$
|
|
118833
|
+
declare const routeName$1D = "/v1/api/parties/{party_id}/notes/{note_id}";
|
|
118834
|
+
type UpdatePartyNoteByIdBody = paths[typeof routeName$1D]['patch']['requestBody']['content']['application/json'];
|
|
118835
|
+
type UpdatePartyNoteByIdPathParams = paths[typeof routeName$1D]['patch']['parameters']['path'];
|
|
118836
|
+
type UpdatePartyNoteByIdResponse = paths[typeof routeName$1D]['patch']['responses'][200]['content']['application/json'];
|
|
118833
118837
|
interface UpdatePartyNoteByIdProps {
|
|
118834
118838
|
body: UpdatePartyNoteByIdBody;
|
|
118835
118839
|
params: {
|
|
@@ -118838,23 +118842,23 @@ interface UpdatePartyNoteByIdProps {
|
|
|
118838
118842
|
}
|
|
118839
118843
|
declare const updatePartyNoteById: (props: UpdatePartyNoteByIdProps, wgApiClient: ClientType) => Promise<UpdatePartyNoteByIdResponse>;
|
|
118840
118844
|
|
|
118841
|
-
declare const routeName$
|
|
118842
|
-
type GetConversationNotesPathParams = paths[typeof routeName$
|
|
118843
|
-
type GetConversationNotesQueryParams = paths[typeof routeName$
|
|
118844
|
-
type GetConversationNotesResponse = paths[typeof routeName$
|
|
118845
|
-
type GetConversationNotesProps = paths[typeof routeName$
|
|
118845
|
+
declare const routeName$1C = "/v1/api/parties/{party_id}/conversation_notes";
|
|
118846
|
+
type GetConversationNotesPathParams = paths[typeof routeName$1C]['get']['parameters']['path'];
|
|
118847
|
+
type GetConversationNotesQueryParams = paths[typeof routeName$1C]['get']['parameters']['query'];
|
|
118848
|
+
type GetConversationNotesResponse = paths[typeof routeName$1C]['get']['responses'][200]['content']['application/json'];
|
|
118849
|
+
type GetConversationNotesProps = paths[typeof routeName$1C]['get']['parameters'];
|
|
118846
118850
|
declare const getConversationNotes: (props: GetConversationNotesProps, wgApiClient: ClientType) => Promise<GetConversationNotesResponse>;
|
|
118847
118851
|
|
|
118848
|
-
declare const routeName$
|
|
118849
|
-
type GetPolicyPackagesForPartyPathParams = paths[typeof routeName$
|
|
118850
|
-
type GetPolicyPackagesForPartyResponse = paths[typeof routeName$
|
|
118851
|
-
type GetPolicyPackagesForPartyProps = paths[typeof routeName$
|
|
118852
|
+
declare const routeName$1B = "/v1/api/parties/{party_id}/policy-packages";
|
|
118853
|
+
type GetPolicyPackagesForPartyPathParams = paths[typeof routeName$1B]['get']['parameters']['path'];
|
|
118854
|
+
type GetPolicyPackagesForPartyResponse = paths[typeof routeName$1B]['get']['responses'][200]['content']['application/json'];
|
|
118855
|
+
type GetPolicyPackagesForPartyProps = paths[typeof routeName$1B]['get']['parameters'];
|
|
118852
118856
|
declare const getPolicyPackagesForParty: (props: GetPolicyPackagesForPartyProps, wgApiClient: ClientType) => Promise<GetPolicyPackagesForPartyResponse>;
|
|
118853
118857
|
|
|
118854
|
-
declare const routeName$
|
|
118855
|
-
type UpsertPolicyPackagesForPartyBody = paths[typeof routeName$
|
|
118856
|
-
type UpsertPolicyPackagesForPartyPathParams = paths[typeof routeName$
|
|
118857
|
-
type UpsertPolicyPackagesForPartyResponse = paths[typeof routeName$
|
|
118858
|
+
declare const routeName$1A = "/v1/api/parties/{party_id}/policy-packages";
|
|
118859
|
+
type UpsertPolicyPackagesForPartyBody = paths[typeof routeName$1A]['put']['requestBody']['content']['application/json'];
|
|
118860
|
+
type UpsertPolicyPackagesForPartyPathParams = paths[typeof routeName$1A]['put']['parameters']['path'];
|
|
118861
|
+
type UpsertPolicyPackagesForPartyResponse = paths[typeof routeName$1A]['put']['responses'][201]['content']['application/json'];
|
|
118858
118862
|
interface UpsertPolicyPackagesForPartyProps {
|
|
118859
118863
|
body: UpsertPolicyPackagesForPartyBody;
|
|
118860
118864
|
params: {
|
|
@@ -118863,15 +118867,15 @@ interface UpsertPolicyPackagesForPartyProps {
|
|
|
118863
118867
|
}
|
|
118864
118868
|
declare const upsertPolicyPackagesForParty: (props: UpsertPolicyPackagesForPartyProps, wgApiClient: ClientType) => Promise<UpsertPolicyPackagesForPartyResponse>;
|
|
118865
118869
|
|
|
118866
|
-
declare const routeName$
|
|
118867
|
-
type GetPolicyPackageByIdPathParams = paths[typeof routeName$
|
|
118868
|
-
type GetPolicyPackageByIdResponse = paths[typeof routeName$
|
|
118869
|
-
type GetPolicyPackageByIdProps = paths[typeof routeName$
|
|
118870
|
+
declare const routeName$1z = "/v1/api/parties/{party_id}/policy-packages/{policy_package_id}";
|
|
118871
|
+
type GetPolicyPackageByIdPathParams = paths[typeof routeName$1z]['get']['parameters']['path'];
|
|
118872
|
+
type GetPolicyPackageByIdResponse = paths[typeof routeName$1z]['get']['responses'][200]['content']['application/json'];
|
|
118873
|
+
type GetPolicyPackageByIdProps = paths[typeof routeName$1z]['get']['parameters'];
|
|
118870
118874
|
declare const getPolicyPackageById: (props: GetPolicyPackageByIdProps, wgApiClient: ClientType) => Promise<GetPolicyPackageByIdResponse>;
|
|
118871
118875
|
|
|
118872
|
-
declare const routeName$
|
|
118873
|
-
type DeletePolicyPackagesForPartyPathParams = paths[typeof routeName$
|
|
118874
|
-
type DeletePolicyPackagesForPartyResponse = paths[typeof routeName$
|
|
118876
|
+
declare const routeName$1y = "/v1/api/parties/{party_id}/policy-packages/{policy_package_id}";
|
|
118877
|
+
type DeletePolicyPackagesForPartyPathParams = paths[typeof routeName$1y]['delete']['parameters']['path'];
|
|
118878
|
+
type DeletePolicyPackagesForPartyResponse = paths[typeof routeName$1y]['delete']['responses'][200]['content']['application/json'];
|
|
118875
118879
|
interface DeletePolicyPackagesForPartyProps {
|
|
118876
118880
|
params: {
|
|
118877
118881
|
path: DeletePolicyPackagesForPartyPathParams;
|
|
@@ -118879,74 +118883,67 @@ interface DeletePolicyPackagesForPartyProps {
|
|
|
118879
118883
|
}
|
|
118880
118884
|
declare const deletePolicyPackagesForParty: (props: DeletePolicyPackagesForPartyProps, wgApiClient: ClientType) => Promise<DeletePolicyPackagesForPartyResponse>;
|
|
118881
118885
|
|
|
118882
|
-
declare const routeName$
|
|
118883
|
-
type GetPossibleInsuranceProductsByPartyIdPathParams = paths[typeof routeName$
|
|
118884
|
-
type GetPossibleInsuranceProductsByPartyIdQueryParams = paths[typeof routeName$
|
|
118885
|
-
type GetPossibleInsuranceProductsByPartyIdResponse = paths[typeof routeName$
|
|
118886
|
-
type GetPossibleInsuranceProductsByPartyIdProps = paths[typeof routeName$
|
|
118886
|
+
declare const routeName$1x = "/v1/api/parties/{party_id}/possible-insurance-products";
|
|
118887
|
+
type GetPossibleInsuranceProductsByPartyIdPathParams = paths[typeof routeName$1x]['get']['parameters']['path'];
|
|
118888
|
+
type GetPossibleInsuranceProductsByPartyIdQueryParams = paths[typeof routeName$1x]['get']['parameters']['query'];
|
|
118889
|
+
type GetPossibleInsuranceProductsByPartyIdResponse = paths[typeof routeName$1x]['get']['responses'][200]['content']['application/json'];
|
|
118890
|
+
type GetPossibleInsuranceProductsByPartyIdProps = paths[typeof routeName$1x]['get']['parameters'];
|
|
118887
118891
|
declare const getPossibleInsuranceProductsByPartyId: (props: GetPossibleInsuranceProductsByPartyIdProps, wgApiClient: ClientType) => Promise<GetPossibleInsuranceProductsByPartyIdResponse>;
|
|
118888
118892
|
|
|
118889
|
-
declare const routeName$
|
|
118890
|
-
type GetPossibleInsuranceProductsForStaffByPartyIdPathParams = paths[typeof routeName$
|
|
118891
|
-
type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams = paths[typeof routeName$
|
|
118892
|
-
type GetPossibleInsuranceProductsForStaffByPartyIdResponse = paths[typeof routeName$
|
|
118893
|
-
type GetPossibleInsuranceProductsForStaffByPartyIdProps = paths[typeof routeName$
|
|
118893
|
+
declare const routeName$1w = "/v1/api/parties/{party_id}/staff/possible-insurance-products";
|
|
118894
|
+
type GetPossibleInsuranceProductsForStaffByPartyIdPathParams = paths[typeof routeName$1w]['get']['parameters']['path'];
|
|
118895
|
+
type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams = paths[typeof routeName$1w]['get']['parameters']['query'];
|
|
118896
|
+
type GetPossibleInsuranceProductsForStaffByPartyIdResponse = paths[typeof routeName$1w]['get']['responses'][200]['content']['application/json'];
|
|
118897
|
+
type GetPossibleInsuranceProductsForStaffByPartyIdProps = paths[typeof routeName$1w]['get']['parameters'];
|
|
118894
118898
|
declare const getPossibleInsuranceProductsForStaffByPartyId: (props: GetPossibleInsuranceProductsForStaffByPartyIdProps, wgApiClient: ClientType) => Promise<GetPossibleInsuranceProductsForStaffByPartyIdResponse>;
|
|
118895
118899
|
|
|
118896
|
-
declare const routeName$
|
|
118897
|
-
type GetPossibleInsuranceProductsForManagementByPartyIdPathParams = paths[typeof routeName$
|
|
118898
|
-
type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams = paths[typeof routeName$
|
|
118899
|
-
type GetPossibleInsuranceProductsForManagementByPartyIdResponse = paths[typeof routeName$
|
|
118900
|
-
type GetPossibleInsuranceProductsForManagementByPartyIdProps = paths[typeof routeName$
|
|
118900
|
+
declare const routeName$1v = "/v1/api/parties/{party_id}/management/possible-insurance-products";
|
|
118901
|
+
type GetPossibleInsuranceProductsForManagementByPartyIdPathParams = paths[typeof routeName$1v]['get']['parameters']['path'];
|
|
118902
|
+
type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams = paths[typeof routeName$1v]['get']['parameters']['query'];
|
|
118903
|
+
type GetPossibleInsuranceProductsForManagementByPartyIdResponse = paths[typeof routeName$1v]['get']['responses'][200]['content']['application/json'];
|
|
118904
|
+
type GetPossibleInsuranceProductsForManagementByPartyIdProps = paths[typeof routeName$1v]['get']['parameters'];
|
|
118901
118905
|
declare const getPossibleInsuranceProductsForManagementByPartyId: (props: GetPossibleInsuranceProductsForManagementByPartyIdProps, wgApiClient: ClientType) => Promise<GetPossibleInsuranceProductsForManagementByPartyIdResponse>;
|
|
118902
118906
|
|
|
118903
|
-
declare const routeName$
|
|
118904
|
-
type GetClaimsAsPartyPathParams = paths[typeof routeName$
|
|
118905
|
-
type GetClaimsAsPartyQueryParams = paths[typeof routeName$
|
|
118906
|
-
type GetClaimsAsPartyResponse = paths[typeof routeName$
|
|
118907
|
-
type GetClaimsAsPartyProps = paths[typeof routeName$
|
|
118907
|
+
declare const routeName$1u = "/v1/api/parties/{party_id}/claims";
|
|
118908
|
+
type GetClaimsAsPartyPathParams = paths[typeof routeName$1u]['get']['parameters']['path'];
|
|
118909
|
+
type GetClaimsAsPartyQueryParams = paths[typeof routeName$1u]['get']['parameters']['query'];
|
|
118910
|
+
type GetClaimsAsPartyResponse = paths[typeof routeName$1u]['get']['responses'][200]['content']['application/json'];
|
|
118911
|
+
type GetClaimsAsPartyProps = paths[typeof routeName$1u]['get']['parameters'];
|
|
118908
118912
|
declare const getClaimsAsParty: (props: GetClaimsAsPartyProps, wgApiClient: ClientType) => Promise<GetClaimsAsPartyResponse>;
|
|
118909
118913
|
|
|
118910
|
-
declare const routeName$
|
|
118911
|
-
type GetClaimsAsPartyByIdPathParams = paths[typeof routeName$
|
|
118912
|
-
type GetClaimsAsPartyByIdResponse = paths[typeof routeName$
|
|
118913
|
-
type GetClaimsAsPartyByIdProps = paths[typeof routeName$
|
|
118914
|
+
declare const routeName$1t = "/v1/api/parties/{party_id}/claims/{claim_id}";
|
|
118915
|
+
type GetClaimsAsPartyByIdPathParams = paths[typeof routeName$1t]['get']['parameters']['path'];
|
|
118916
|
+
type GetClaimsAsPartyByIdResponse = paths[typeof routeName$1t]['get']['responses'][200]['content']['application/json'];
|
|
118917
|
+
type GetClaimsAsPartyByIdProps = paths[typeof routeName$1t]['get']['parameters'];
|
|
118914
118918
|
declare const getClaimsAsPartyById: (props: GetClaimsAsPartyByIdProps, wgApiClient: ClientType) => Promise<GetClaimsAsPartyByIdResponse>;
|
|
118915
118919
|
|
|
118916
|
-
declare const routeName$
|
|
118917
|
-
type GetInvoicesAsPartyPathParams = paths[typeof routeName$
|
|
118918
|
-
type GetInvoicesAsPartyQueryParams = paths[typeof routeName$
|
|
118919
|
-
type GetInvoicesAsPartyResponse = paths[typeof routeName$
|
|
118920
|
-
type GetInvoicesAsPartyProps = paths[typeof routeName$
|
|
118920
|
+
declare const routeName$1s = "/v1/api/parties/{party_id}/invoices";
|
|
118921
|
+
type GetInvoicesAsPartyPathParams = paths[typeof routeName$1s]['get']['parameters']['path'];
|
|
118922
|
+
type GetInvoicesAsPartyQueryParams = paths[typeof routeName$1s]['get']['parameters']['query'];
|
|
118923
|
+
type GetInvoicesAsPartyResponse = paths[typeof routeName$1s]['get']['responses'][200]['content']['application/json'];
|
|
118924
|
+
type GetInvoicesAsPartyProps = paths[typeof routeName$1s]['get']['parameters'];
|
|
118921
118925
|
declare const getInvoicesAsParty: (props: GetInvoicesAsPartyProps, wgApiClient: ClientType) => Promise<GetInvoicesAsPartyResponse>;
|
|
118922
118926
|
|
|
118923
|
-
declare const routeName$
|
|
118924
|
-
type GetInvoicesAsPartyByIdPathParams = paths[typeof routeName$
|
|
118925
|
-
type GetInvoicesAsPartyByIdResponse = paths[typeof routeName$
|
|
118926
|
-
type GetInvoicesAsPartyByIdProps = paths[typeof routeName$
|
|
118927
|
+
declare const routeName$1r = "/v1/api/parties/{party_id}/invoices/{invoice_id}";
|
|
118928
|
+
type GetInvoicesAsPartyByIdPathParams = paths[typeof routeName$1r]['get']['parameters']['path'];
|
|
118929
|
+
type GetInvoicesAsPartyByIdResponse = paths[typeof routeName$1r]['get']['responses'][200]['content']['application/json'];
|
|
118930
|
+
type GetInvoicesAsPartyByIdProps = paths[typeof routeName$1r]['get']['parameters'];
|
|
118927
118931
|
declare const getInvoicesAsPartyById: (props: GetInvoicesAsPartyByIdProps, wgApiClient: ClientType) => Promise<GetInvoicesAsPartyByIdResponse>;
|
|
118928
118932
|
|
|
118929
|
-
declare const routeName$
|
|
118930
|
-
type GetCurrentAccountInsightsAsPartyPathParams = paths[typeof routeName$
|
|
118931
|
-
type GetCurrentAccountInsightsAsPartyQueryParams = paths[typeof routeName$
|
|
118932
|
-
type GetCurrentAccountInsightsAsPartyResponse = paths[typeof routeName$
|
|
118933
|
-
type GetCurrentAccountInsightsAsPartyProps = paths[typeof routeName$
|
|
118933
|
+
declare const routeName$1q = "/v1/api/parties/{party_id}/current-account-insights";
|
|
118934
|
+
type GetCurrentAccountInsightsAsPartyPathParams = paths[typeof routeName$1q]['get']['parameters']['path'];
|
|
118935
|
+
type GetCurrentAccountInsightsAsPartyQueryParams = paths[typeof routeName$1q]['get']['parameters']['query'];
|
|
118936
|
+
type GetCurrentAccountInsightsAsPartyResponse = paths[typeof routeName$1q]['get']['responses'][200]['content']['application/json'];
|
|
118937
|
+
type GetCurrentAccountInsightsAsPartyProps = paths[typeof routeName$1q]['get']['parameters'];
|
|
118934
118938
|
declare const getCurrentAccountInsightsAsParty: (props: GetCurrentAccountInsightsAsPartyProps, wgApiClient: ClientType) => Promise<GetCurrentAccountInsightsAsPartyResponse>;
|
|
118935
118939
|
|
|
118936
|
-
declare const routeName$
|
|
118937
|
-
type GetKycByPartyPathParams = paths[typeof routeName$
|
|
118938
|
-
type GetKycByPartyQueryParams = paths[typeof routeName$
|
|
118939
|
-
type GetKycByPartyResponse = paths[typeof routeName$
|
|
118940
|
-
type GetKycByPartyProps = paths[typeof routeName$
|
|
118940
|
+
declare const routeName$1p = "/v1/api/parties/{party_id}/kyc";
|
|
118941
|
+
type GetKycByPartyPathParams = paths[typeof routeName$1p]['get']['parameters']['path'];
|
|
118942
|
+
type GetKycByPartyQueryParams = paths[typeof routeName$1p]['get']['parameters']['query'];
|
|
118943
|
+
type GetKycByPartyResponse = paths[typeof routeName$1p]['get']['responses'][200]['content']['application/json'];
|
|
118944
|
+
type GetKycByPartyProps = paths[typeof routeName$1p]['get']['parameters'];
|
|
118941
118945
|
declare const getKycByParty: (props: GetKycByPartyProps, wgApiClient: ClientType) => Promise<GetKycByPartyResponse>;
|
|
118942
118946
|
|
|
118943
|
-
declare const routeName$1p = "/v1/api/parties/{party_id}/finconnect/link";
|
|
118944
|
-
type GetFinconnectLinkByPartyPathParams = paths[typeof routeName$1p]['get']['parameters']['path'];
|
|
118945
|
-
type GetFinconnectLinkByPartyQueryParams = paths[typeof routeName$1p]['get']['parameters']['query'];
|
|
118946
|
-
type GetFinconnectLinkByPartyResponse = paths[typeof routeName$1p]['get']['responses'][307]['content']['application/json'];
|
|
118947
|
-
type GetFinconnectLinkByPartyProps = paths[typeof routeName$1p]['get']['parameters'];
|
|
118948
|
-
declare const getFinconnectLinkByParty: (props: GetFinconnectLinkByPartyProps, wgApiClient: ClientType) => Promise<GetFinconnectLinkByPartyResponse>;
|
|
118949
|
-
|
|
118950
118947
|
declare const routeName$1o = "/v2/api/quotes/{insurance_type}/{insurance_company}/{insurance}";
|
|
118951
118948
|
type CalculateQuotesV2Body = paths[typeof routeName$1o]['post']['requestBody']['content']['application/json'];
|
|
118952
118949
|
type CalculateQuotesV2PathParams = paths[typeof routeName$1o]['post']['parameters']['path'];
|
|
@@ -119833,4 +119830,4 @@ interface ValidateYellowhiveQuestionnaireProps {
|
|
|
119833
119830
|
}
|
|
119834
119831
|
declare const validateYellowhiveQuestionnaire: (props: ValidateYellowhiveQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateYellowhiveQuestionnaireResponse>;
|
|
119835
119832
|
|
|
119836
|
-
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 GetFinconnectLinkByPartyPathParams, type GetFinconnectLinkByPartyQueryParams, type GetFinconnectLinkByPartyResponse, 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 SchemaFinConnectLinkQueryModel, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type 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, getFinconnectLinkByParty, 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 };
|
|
119833
|
+
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 GetFinconnectLinkAsCustomerQueryParams, type GetFinconnectLinkAsCustomerResponse, 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 SchemaFinConnectLinkQueryModel, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type 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, getFinconnectLinkAsCustomer, 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 };
|