wg-api-sdk 4.31.26-alpha.1 → 4.31.26
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 +1276 -1019
- package/dist/esm/index.mjs +1 -1
- package/dist/index.d.ts +1276 -1019
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/esm/index.d.mts
CHANGED
|
@@ -4114,6 +4114,40 @@ interface paths {
|
|
|
4114
4114
|
patch?: never;
|
|
4115
4115
|
trace?: never;
|
|
4116
4116
|
};
|
|
4117
|
+
"/v1/api/diasflows/conversations/{session_id}/generate-offer-document": {
|
|
4118
|
+
parameters: {
|
|
4119
|
+
query?: never;
|
|
4120
|
+
header?: never;
|
|
4121
|
+
path?: never;
|
|
4122
|
+
cookie?: never;
|
|
4123
|
+
};
|
|
4124
|
+
get?: never;
|
|
4125
|
+
put?: never;
|
|
4126
|
+
/** Generate Dias Offer Document By Session Id */
|
|
4127
|
+
post: operations["generate_dias_offer_document_by_session_id_v1_api_diasflows_conversations__session_id__generate_offer_document_post"];
|
|
4128
|
+
delete?: never;
|
|
4129
|
+
options?: never;
|
|
4130
|
+
head?: never;
|
|
4131
|
+
patch?: never;
|
|
4132
|
+
trace?: never;
|
|
4133
|
+
};
|
|
4134
|
+
"/v1/api/diasflows/conversations/{session_id}/send-offer-mail": {
|
|
4135
|
+
parameters: {
|
|
4136
|
+
query?: never;
|
|
4137
|
+
header?: never;
|
|
4138
|
+
path?: never;
|
|
4139
|
+
cookie?: never;
|
|
4140
|
+
};
|
|
4141
|
+
get?: never;
|
|
4142
|
+
put?: never;
|
|
4143
|
+
/** Send Dias Offer Mail By Session Id */
|
|
4144
|
+
post: operations["send_dias_offer_mail_by_session_id_v1_api_diasflows_conversations__session_id__send_offer_mail_post"];
|
|
4145
|
+
delete?: never;
|
|
4146
|
+
options?: never;
|
|
4147
|
+
head?: never;
|
|
4148
|
+
patch?: never;
|
|
4149
|
+
trace?: never;
|
|
4150
|
+
};
|
|
4117
4151
|
"/v1/api/distributions/{distribution_id}/themes": {
|
|
4118
4152
|
parameters: {
|
|
4119
4153
|
query?: never;
|
|
@@ -9663,7 +9697,7 @@ interface components {
|
|
|
9663
9697
|
* Timestamp
|
|
9664
9698
|
* Format: date-time
|
|
9665
9699
|
* @description Timestamp of when the error occured
|
|
9666
|
-
* @default 2026-03-
|
|
9700
|
+
* @default 2026-03-27T14:31:21.599779
|
|
9667
9701
|
*/
|
|
9668
9702
|
timestamp: string;
|
|
9669
9703
|
/**
|
|
@@ -41155,6 +41189,7 @@ interface components {
|
|
|
41155
41189
|
items: components["schemas"]["CampaignQueryModel"][];
|
|
41156
41190
|
/** Count */
|
|
41157
41191
|
count: number;
|
|
41192
|
+
system_campaign_template_types?: components["schemas"]["SYSTEM_CAMPAIGN_TYPE"][];
|
|
41158
41193
|
};
|
|
41159
41194
|
/** CampaignQueryModel */
|
|
41160
41195
|
CampaignQueryModel: {
|
|
@@ -41439,6 +41474,12 @@ interface components {
|
|
|
41439
41474
|
/** Coverages */
|
|
41440
41475
|
coverages?: string[];
|
|
41441
41476
|
};
|
|
41477
|
+
/**
|
|
41478
|
+
* SYSTEM_CAMPAIGN_TYPE
|
|
41479
|
+
* @description An enumeration.
|
|
41480
|
+
* @enum {string}
|
|
41481
|
+
*/
|
|
41482
|
+
SYSTEM_CAMPAIGN_TYPE: "SYSTEM_CUSTOMER_QUICKSCAN_BE" | "SYSTEM_INTAKE_CUSTOMER_BE" | "SYSTEM_CUSTOMER_QUICKSCAN_NL" | "SYSTEM_INTAKE_CUSTOMER_NL" | "SYSTEM_INTAKE_COMPANY_BE" | "SYSTEM_COMPANY_QUICKSCAN_BE" | "SYSTEM_INTAKE_COMPANY_NL" | "SYSTEM_COMPANY_QUICKSCAN_NL" | "SYSTEM_ANVA_CUSTOMER_CONTRACT_CAMPAIGN" | "SYSTEM_ANVA_COMPANY_CONTRACT_CAMPAIGN" | "SYSTEM_ANVA_CUSTOMER_CONTRACT_MUTATION_CAMPAIGN" | "SYSTEM_ANVA_COMPANY_CONTRACT_MUTATION_CAMPAIGN" | "SYSTEM_DIAS_CUSTOMER_CONTRACT_CAMPAIGN" | "SYSTEM_DIAS_COMPANY_CONTRACT_CAMPAIGN" | "SYSTEM_DIAS_CUSTOMER_CONTRACT_MUTATION_CAMPAIGN" | "SYSTEM_DIAS_COMPANY_CONTRACT_MUTATION_CAMPAIGN";
|
|
41442
41483
|
/** OnesurancePartyData */
|
|
41443
41484
|
OnesurancePartyData: {
|
|
41444
41485
|
/** Relation Id */
|
|
@@ -48324,6 +48365,8 @@ interface components {
|
|
|
48324
48365
|
company_id?: string;
|
|
48325
48366
|
/** Advisor Id */
|
|
48326
48367
|
advisor_id?: string;
|
|
48368
|
+
/** Agent Nr */
|
|
48369
|
+
agent_nr?: string;
|
|
48327
48370
|
/** Agent Nrs */
|
|
48328
48371
|
agent_nrs?: string[];
|
|
48329
48372
|
/** Tenant Id */
|
|
@@ -48397,6 +48440,8 @@ interface components {
|
|
|
48397
48440
|
company_id?: string;
|
|
48398
48441
|
/** Advisor Id */
|
|
48399
48442
|
advisor_id?: string;
|
|
48443
|
+
/** Agent Nr */
|
|
48444
|
+
agent_nr?: string;
|
|
48400
48445
|
/** Agent Nrs */
|
|
48401
48446
|
agent_nrs?: string[];
|
|
48402
48447
|
/** Tenant Id */
|
|
@@ -48488,6 +48533,8 @@ interface components {
|
|
|
48488
48533
|
company_id?: string;
|
|
48489
48534
|
/** Advisor Id */
|
|
48490
48535
|
advisor_id?: string;
|
|
48536
|
+
/** Agent Nr */
|
|
48537
|
+
agent_nr?: string;
|
|
48491
48538
|
/** Agent Nrs */
|
|
48492
48539
|
agent_nrs?: string[];
|
|
48493
48540
|
/** Tenant Id */
|
|
@@ -54433,7 +54480,7 @@ interface components {
|
|
|
54433
54480
|
/**
|
|
54434
54481
|
* Quote Specifications
|
|
54435
54482
|
* @default {
|
|
54436
|
-
* "contract_commencement_date": "2026-03-
|
|
54483
|
+
* "contract_commencement_date": "2026-03-27"
|
|
54437
54484
|
* }
|
|
54438
54485
|
*/
|
|
54439
54486
|
quote_specifications: components["schemas"]["QuoteSpecification"];
|
|
@@ -65028,6 +65075,11 @@ interface components {
|
|
|
65028
65075
|
html: string;
|
|
65029
65076
|
/** Text */
|
|
65030
65077
|
text: string;
|
|
65078
|
+
/**
|
|
65079
|
+
* Included Actions
|
|
65080
|
+
* @default []
|
|
65081
|
+
*/
|
|
65082
|
+
included_actions: string[];
|
|
65031
65083
|
};
|
|
65032
65084
|
/** GenerateConceptReplyCmd */
|
|
65033
65085
|
GenerateConceptReplyCmd: {
|
|
@@ -72782,6 +72834,7 @@ type SchemaCampaignTargetQueryModel = components['schemas']['CampaignTargetQuery
|
|
|
72782
72834
|
type SchemaCampaignStatus = components['schemas']['CAMPAIGN_STATUS'];
|
|
72783
72835
|
type SchemaCampaignYellowHiveProductsQueryModel = components['schemas']['CampaignYellowHiveProductsQueryModel'];
|
|
72784
72836
|
type SchemaCampaignYellowHiveProductQueryModel = components['schemas']['CampaignYellowHiveProductQueryModel'];
|
|
72837
|
+
type SchemaSystemCampaignType = components['schemas']['SYSTEM_CAMPAIGN_TYPE'];
|
|
72785
72838
|
type SchemaOnesurancePartyData = components['schemas']['OnesurancePartyData'];
|
|
72786
72839
|
type SchemaOnesuranceRelationDetails = components['schemas']['OnesuranceRelationDetails'];
|
|
72787
72840
|
type SchemaOnesuranceExplanationData = components['schemas']['OnesuranceExplanationData'];
|
|
@@ -96119,6 +96172,186 @@ interface operations {
|
|
|
96119
96172
|
};
|
|
96120
96173
|
};
|
|
96121
96174
|
};
|
|
96175
|
+
generate_dias_offer_document_by_session_id_v1_api_diasflows_conversations__session_id__generate_offer_document_post: {
|
|
96176
|
+
parameters: {
|
|
96177
|
+
query?: {
|
|
96178
|
+
/**
|
|
96179
|
+
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
96180
|
+
* @example EN
|
|
96181
|
+
*/
|
|
96182
|
+
lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
96183
|
+
/**
|
|
96184
|
+
* @description Same as lang, but adds support to pass ?language as well
|
|
96185
|
+
* @example EN
|
|
96186
|
+
*/
|
|
96187
|
+
language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
96188
|
+
};
|
|
96189
|
+
header?: {
|
|
96190
|
+
/** @description Which release to target running in 'STAGING' environment. */
|
|
96191
|
+
"x-release"?: string;
|
|
96192
|
+
};
|
|
96193
|
+
path: {
|
|
96194
|
+
session_id: string;
|
|
96195
|
+
};
|
|
96196
|
+
cookie?: never;
|
|
96197
|
+
};
|
|
96198
|
+
requestBody?: never;
|
|
96199
|
+
responses: {
|
|
96200
|
+
/** @description Successful Response */
|
|
96201
|
+
200: {
|
|
96202
|
+
headers: {
|
|
96203
|
+
[name: string]: unknown;
|
|
96204
|
+
};
|
|
96205
|
+
content: {
|
|
96206
|
+
"application/json": unknown;
|
|
96207
|
+
};
|
|
96208
|
+
};
|
|
96209
|
+
/** @description Bad Request */
|
|
96210
|
+
400: {
|
|
96211
|
+
headers: {
|
|
96212
|
+
[name: string]: unknown;
|
|
96213
|
+
};
|
|
96214
|
+
content: {
|
|
96215
|
+
"application/json": components["schemas"]["Error_4XX"];
|
|
96216
|
+
};
|
|
96217
|
+
};
|
|
96218
|
+
/** @description Unauthorized */
|
|
96219
|
+
401: {
|
|
96220
|
+
headers: {
|
|
96221
|
+
[name: string]: unknown;
|
|
96222
|
+
};
|
|
96223
|
+
content: {
|
|
96224
|
+
"application/json": components["schemas"]["Error_401"];
|
|
96225
|
+
};
|
|
96226
|
+
};
|
|
96227
|
+
/** @description Forbidden */
|
|
96228
|
+
403: {
|
|
96229
|
+
headers: {
|
|
96230
|
+
[name: string]: unknown;
|
|
96231
|
+
};
|
|
96232
|
+
content: {
|
|
96233
|
+
"application/json": components["schemas"]["Error_403"];
|
|
96234
|
+
};
|
|
96235
|
+
};
|
|
96236
|
+
/** @description Unprocessable Content */
|
|
96237
|
+
422: {
|
|
96238
|
+
headers: {
|
|
96239
|
+
[name: string]: unknown;
|
|
96240
|
+
};
|
|
96241
|
+
content: {
|
|
96242
|
+
"application/json": components["schemas"]["Error_422"];
|
|
96243
|
+
};
|
|
96244
|
+
};
|
|
96245
|
+
/** @description Too Many Requests */
|
|
96246
|
+
429: {
|
|
96247
|
+
headers: {
|
|
96248
|
+
[name: string]: unknown;
|
|
96249
|
+
};
|
|
96250
|
+
content: {
|
|
96251
|
+
"application/json": components["schemas"]["Error_429"];
|
|
96252
|
+
};
|
|
96253
|
+
};
|
|
96254
|
+
/** @description Internal Server Error */
|
|
96255
|
+
500: {
|
|
96256
|
+
headers: {
|
|
96257
|
+
[name: string]: unknown;
|
|
96258
|
+
};
|
|
96259
|
+
content: {
|
|
96260
|
+
"application/json": components["schemas"]["ServerError"];
|
|
96261
|
+
};
|
|
96262
|
+
};
|
|
96263
|
+
};
|
|
96264
|
+
};
|
|
96265
|
+
send_dias_offer_mail_by_session_id_v1_api_diasflows_conversations__session_id__send_offer_mail_post: {
|
|
96266
|
+
parameters: {
|
|
96267
|
+
query?: {
|
|
96268
|
+
/**
|
|
96269
|
+
* @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
|
|
96270
|
+
* @example EN
|
|
96271
|
+
*/
|
|
96272
|
+
lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
96273
|
+
/**
|
|
96274
|
+
* @description Same as lang, but adds support to pass ?language as well
|
|
96275
|
+
* @example EN
|
|
96276
|
+
*/
|
|
96277
|
+
language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
|
|
96278
|
+
};
|
|
96279
|
+
header?: {
|
|
96280
|
+
/** @description Which release to target running in 'STAGING' environment. */
|
|
96281
|
+
"x-release"?: string;
|
|
96282
|
+
};
|
|
96283
|
+
path: {
|
|
96284
|
+
session_id: string;
|
|
96285
|
+
};
|
|
96286
|
+
cookie?: never;
|
|
96287
|
+
};
|
|
96288
|
+
requestBody?: never;
|
|
96289
|
+
responses: {
|
|
96290
|
+
/** @description Successful Response */
|
|
96291
|
+
201: {
|
|
96292
|
+
headers: {
|
|
96293
|
+
[name: string]: unknown;
|
|
96294
|
+
};
|
|
96295
|
+
content: {
|
|
96296
|
+
"application/json": unknown;
|
|
96297
|
+
};
|
|
96298
|
+
};
|
|
96299
|
+
/** @description Bad Request */
|
|
96300
|
+
400: {
|
|
96301
|
+
headers: {
|
|
96302
|
+
[name: string]: unknown;
|
|
96303
|
+
};
|
|
96304
|
+
content: {
|
|
96305
|
+
"application/json": components["schemas"]["Error_4XX"];
|
|
96306
|
+
};
|
|
96307
|
+
};
|
|
96308
|
+
/** @description Unauthorized */
|
|
96309
|
+
401: {
|
|
96310
|
+
headers: {
|
|
96311
|
+
[name: string]: unknown;
|
|
96312
|
+
};
|
|
96313
|
+
content: {
|
|
96314
|
+
"application/json": components["schemas"]["Error_401"];
|
|
96315
|
+
};
|
|
96316
|
+
};
|
|
96317
|
+
/** @description Forbidden */
|
|
96318
|
+
403: {
|
|
96319
|
+
headers: {
|
|
96320
|
+
[name: string]: unknown;
|
|
96321
|
+
};
|
|
96322
|
+
content: {
|
|
96323
|
+
"application/json": components["schemas"]["Error_403"];
|
|
96324
|
+
};
|
|
96325
|
+
};
|
|
96326
|
+
/** @description Unprocessable Content */
|
|
96327
|
+
422: {
|
|
96328
|
+
headers: {
|
|
96329
|
+
[name: string]: unknown;
|
|
96330
|
+
};
|
|
96331
|
+
content: {
|
|
96332
|
+
"application/json": components["schemas"]["Error_422"];
|
|
96333
|
+
};
|
|
96334
|
+
};
|
|
96335
|
+
/** @description Too Many Requests */
|
|
96336
|
+
429: {
|
|
96337
|
+
headers: {
|
|
96338
|
+
[name: string]: unknown;
|
|
96339
|
+
};
|
|
96340
|
+
content: {
|
|
96341
|
+
"application/json": components["schemas"]["Error_429"];
|
|
96342
|
+
};
|
|
96343
|
+
};
|
|
96344
|
+
/** @description Internal Server Error */
|
|
96345
|
+
500: {
|
|
96346
|
+
headers: {
|
|
96347
|
+
[name: string]: unknown;
|
|
96348
|
+
};
|
|
96349
|
+
content: {
|
|
96350
|
+
"application/json": components["schemas"]["ServerError"];
|
|
96351
|
+
};
|
|
96352
|
+
};
|
|
96353
|
+
};
|
|
96354
|
+
};
|
|
96122
96355
|
handle_create_distribution_theme_v1_api_distributions__distribution_id__themes_post: {
|
|
96123
96356
|
parameters: {
|
|
96124
96357
|
query?: {
|
|
@@ -122644,52 +122877,52 @@ type Middleware = Middleware$1;
|
|
|
122644
122877
|
type ClientType = ReturnType<typeof createClient<paths>>;
|
|
122645
122878
|
declare const wgApiClient: (options: ClientOptions) => ClientType;
|
|
122646
122879
|
|
|
122647
|
-
declare const routeName$
|
|
122648
|
-
type GetWeatherInfoQueryParams = paths[typeof routeName$
|
|
122649
|
-
type GetWeatherInfoResponse = paths[typeof routeName$
|
|
122650
|
-
type GetWeatherInfoProps = paths[typeof routeName$
|
|
122880
|
+
declare const routeName$8i = "/v1/api/weather/info";
|
|
122881
|
+
type GetWeatherInfoQueryParams = paths[typeof routeName$8i]['get']['parameters']['query'];
|
|
122882
|
+
type GetWeatherInfoResponse = paths[typeof routeName$8i]['get']['responses'][200]['content']['application/json'];
|
|
122883
|
+
type GetWeatherInfoProps = paths[typeof routeName$8i]['get']['parameters'];
|
|
122651
122884
|
declare const getWeatherInfo: (props: GetWeatherInfoProps, wgApiClient: ClientType) => Promise<GetWeatherInfoResponse>;
|
|
122652
122885
|
|
|
122653
|
-
declare const routeName$
|
|
122654
|
-
type SearchCitiesByCountryQueryParams = paths[typeof routeName$
|
|
122655
|
-
type SearchCitiesByCountryResponse = paths[typeof routeName$
|
|
122656
|
-
type SearchCitiesByCountryProps = paths[typeof routeName$
|
|
122886
|
+
declare const routeName$8h = "/v1/api/address/cities";
|
|
122887
|
+
type SearchCitiesByCountryQueryParams = paths[typeof routeName$8h]['get']['parameters']['query'];
|
|
122888
|
+
type SearchCitiesByCountryResponse = paths[typeof routeName$8h]['get']['responses'][200]['content']['application/json'];
|
|
122889
|
+
type SearchCitiesByCountryProps = paths[typeof routeName$8h]['get']['parameters'];
|
|
122657
122890
|
declare const searchCitiesByCountry: (props: SearchCitiesByCountryProps, wgApiClient: ClientType) => Promise<SearchCitiesByCountryResponse>;
|
|
122658
122891
|
|
|
122659
|
-
declare const routeName$
|
|
122660
|
-
type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$
|
|
122661
|
-
type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$
|
|
122662
|
-
type SeachStreetsByCityAndCountryProps = paths[typeof routeName$
|
|
122892
|
+
declare const routeName$8g = "/v1/api/address/streets";
|
|
122893
|
+
type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$8g]['get']['parameters']['query'];
|
|
122894
|
+
type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$8g]['get']['responses'][200]['content']['application/json'];
|
|
122895
|
+
type SeachStreetsByCityAndCountryProps = paths[typeof routeName$8g]['get']['parameters'];
|
|
122663
122896
|
declare const seachStreetsByCityAndCountry: (props: SeachStreetsByCityAndCountryProps, wgApiClient: ClientType) => Promise<SeachStreetsByCityAndCountryResponse>;
|
|
122664
122897
|
|
|
122665
|
-
declare const routeName$
|
|
122666
|
-
type SearchAddressesByCountryQueryParams = paths[typeof routeName$
|
|
122667
|
-
type SearchAddressesByCountryResponse = paths[typeof routeName$
|
|
122668
|
-
type SearchAddressesByCountryProps = paths[typeof routeName$
|
|
122898
|
+
declare const routeName$8f = "/v1/api/address/search";
|
|
122899
|
+
type SearchAddressesByCountryQueryParams = paths[typeof routeName$8f]['get']['parameters']['query'];
|
|
122900
|
+
type SearchAddressesByCountryResponse = paths[typeof routeName$8f]['get']['responses'][200]['content']['application/json'];
|
|
122901
|
+
type SearchAddressesByCountryProps = paths[typeof routeName$8f]['get']['parameters'];
|
|
122669
122902
|
declare const searchAddressesByCountry: (props: SearchAddressesByCountryProps, wgApiClient: ClientType) => Promise<SearchAddressesByCountryResponse>;
|
|
122670
122903
|
|
|
122671
|
-
declare const routeName$
|
|
122672
|
-
type GetAddressInfoQueryParams = paths[typeof routeName$
|
|
122673
|
-
type GetAddressInfoResponse = paths[typeof routeName$
|
|
122674
|
-
type GetAddressInfoProps = paths[typeof routeName$
|
|
122904
|
+
declare const routeName$8e = "/v1/api/address/info/premium";
|
|
122905
|
+
type GetAddressInfoQueryParams = paths[typeof routeName$8e]['get']['parameters']['query'];
|
|
122906
|
+
type GetAddressInfoResponse = paths[typeof routeName$8e]['get']['responses'][200]['content']['application/json'];
|
|
122907
|
+
type GetAddressInfoProps = paths[typeof routeName$8e]['get']['parameters'];
|
|
122675
122908
|
declare const getAddressInfo: (props: GetAddressInfoProps, wgApiClient: ClientType) => Promise<GetAddressInfoResponse>;
|
|
122676
122909
|
|
|
122677
|
-
declare const routeName$
|
|
122678
|
-
type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$
|
|
122679
|
-
type GetAddressInfoFreemiumResponse = paths[typeof routeName$
|
|
122680
|
-
type GetAddressInfoFreemiumProps = paths[typeof routeName$
|
|
122910
|
+
declare const routeName$8d = "/v1/api/address/info/freemium";
|
|
122911
|
+
type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$8d]['get']['parameters']['query'];
|
|
122912
|
+
type GetAddressInfoFreemiumResponse = paths[typeof routeName$8d]['get']['responses'][200]['content']['application/json'];
|
|
122913
|
+
type GetAddressInfoFreemiumProps = paths[typeof routeName$8d]['get']['parameters'];
|
|
122681
122914
|
declare const getAddressInfoFreemium: (props: GetAddressInfoFreemiumProps, wgApiClient: ClientType) => Promise<GetAddressInfoFreemiumResponse>;
|
|
122682
122915
|
|
|
122683
|
-
declare const routeName$
|
|
122684
|
-
type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$
|
|
122685
|
-
type GetAllAdvisoryReportsResponse = paths[typeof routeName$
|
|
122686
|
-
type GetAllAdvisoryReportsProps = paths[typeof routeName$
|
|
122916
|
+
declare const routeName$8c = "/v1/api/advisory-reports";
|
|
122917
|
+
type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$8c]['get']['parameters']['query'];
|
|
122918
|
+
type GetAllAdvisoryReportsResponse = paths[typeof routeName$8c]['get']['responses'][200]['content']['application/json'];
|
|
122919
|
+
type GetAllAdvisoryReportsProps = paths[typeof routeName$8c]['get']['parameters'];
|
|
122687
122920
|
declare const getAllAdvisoryReports: (props: GetAllAdvisoryReportsProps, wgApiClient: ClientType) => Promise<GetAllAdvisoryReportsResponse>;
|
|
122688
122921
|
|
|
122689
|
-
declare const routeName$
|
|
122690
|
-
type CreateAdvisoryReportBody = paths[typeof routeName$
|
|
122691
|
-
type CreateAdvisoryReportQueryParams = paths[typeof routeName$
|
|
122692
|
-
type CreateAdvisoryReportResponse = paths[typeof routeName$
|
|
122922
|
+
declare const routeName$8b = "/v1/api/advisory-reports";
|
|
122923
|
+
type CreateAdvisoryReportBody = paths[typeof routeName$8b]['post']['requestBody']['content']['application/json'];
|
|
122924
|
+
type CreateAdvisoryReportQueryParams = paths[typeof routeName$8b]['post']['parameters']['query'];
|
|
122925
|
+
type CreateAdvisoryReportResponse = paths[typeof routeName$8b]['post']['responses'][201]['content']['application/json'];
|
|
122693
122926
|
interface CreateAdvisoryReportProps {
|
|
122694
122927
|
body: CreateAdvisoryReportBody;
|
|
122695
122928
|
params: {
|
|
@@ -122698,17 +122931,17 @@ interface CreateAdvisoryReportProps {
|
|
|
122698
122931
|
}
|
|
122699
122932
|
declare const createAdvisoryReport: (props: CreateAdvisoryReportProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportResponse>;
|
|
122700
122933
|
|
|
122701
|
-
declare const routeName$
|
|
122702
|
-
type GetAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
122703
|
-
type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
122704
|
-
type GetAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
122705
|
-
type GetAdvisoryReportByIdProps = paths[typeof routeName$
|
|
122934
|
+
declare const routeName$8a = "/v1/api/advisory-reports/{report_id}";
|
|
122935
|
+
type GetAdvisoryReportByIdPathParams = paths[typeof routeName$8a]['get']['parameters']['path'];
|
|
122936
|
+
type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$8a]['get']['parameters']['query'];
|
|
122937
|
+
type GetAdvisoryReportByIdResponse = paths[typeof routeName$8a]['get']['responses'][200]['content']['application/json'];
|
|
122938
|
+
type GetAdvisoryReportByIdProps = paths[typeof routeName$8a]['get']['parameters'];
|
|
122706
122939
|
declare const getAdvisoryReportById: (props: GetAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportByIdResponse>;
|
|
122707
122940
|
|
|
122708
|
-
declare const routeName$
|
|
122709
|
-
type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$
|
|
122710
|
-
type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$
|
|
122711
|
-
type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$
|
|
122941
|
+
declare const routeName$89 = "/v1/api/advisory-reports/{report_id}";
|
|
122942
|
+
type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$89]['delete']['parameters']['path'];
|
|
122943
|
+
type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$89]['delete']['parameters']['query'];
|
|
122944
|
+
type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$89]['delete']['responses'][200]['content']['application/json'];
|
|
122712
122945
|
interface DeleteAdvisoryReportRevisionProps {
|
|
122713
122946
|
params: {
|
|
122714
122947
|
query: DeleteAdvisoryReportRevisionQueryParams;
|
|
@@ -122717,11 +122950,11 @@ interface DeleteAdvisoryReportRevisionProps {
|
|
|
122717
122950
|
}
|
|
122718
122951
|
declare const deleteAdvisoryReportRevision: (props: DeleteAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportRevisionResponse>;
|
|
122719
122952
|
|
|
122720
|
-
declare const routeName$
|
|
122721
|
-
type UpdateAdvisoryReportBody = paths[typeof routeName$
|
|
122722
|
-
type UpdateAdvisoryReportPathParams = paths[typeof routeName$
|
|
122723
|
-
type UpdateAdvisoryReportQueryParams = paths[typeof routeName$
|
|
122724
|
-
type UpdateAdvisoryReportResponse = paths[typeof routeName$
|
|
122953
|
+
declare const routeName$88 = "/v1/api/advisory-reports/{report_id}";
|
|
122954
|
+
type UpdateAdvisoryReportBody = paths[typeof routeName$88]['patch']['requestBody']['content']['application/json'];
|
|
122955
|
+
type UpdateAdvisoryReportPathParams = paths[typeof routeName$88]['patch']['parameters']['path'];
|
|
122956
|
+
type UpdateAdvisoryReportQueryParams = paths[typeof routeName$88]['patch']['parameters']['query'];
|
|
122957
|
+
type UpdateAdvisoryReportResponse = paths[typeof routeName$88]['patch']['responses'][200]['content']['application/json'];
|
|
122725
122958
|
interface UpdateAdvisoryReportProps {
|
|
122726
122959
|
body: UpdateAdvisoryReportBody;
|
|
122727
122960
|
params: {
|
|
@@ -122731,18 +122964,18 @@ interface UpdateAdvisoryReportProps {
|
|
|
122731
122964
|
}
|
|
122732
122965
|
declare const updateAdvisoryReport: (props: UpdateAdvisoryReportProps, wgApiClient: ClientType) => Promise<UpdateAdvisoryReportResponse>;
|
|
122733
122966
|
|
|
122734
|
-
declare const routeName$
|
|
122735
|
-
type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$
|
|
122736
|
-
type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$
|
|
122737
|
-
type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$
|
|
122738
|
-
type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$
|
|
122967
|
+
declare const routeName$87 = "/v1/api/advisory-reports/{report_id}/events";
|
|
122968
|
+
type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$87]['get']['parameters']['path'];
|
|
122969
|
+
type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$87]['get']['parameters']['query'];
|
|
122970
|
+
type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$87]['get']['responses'][200]['content']['application/json'];
|
|
122971
|
+
type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$87]['get']['parameters'];
|
|
122739
122972
|
declare const getEventsByAdvisoryReportId: (props: GetEventsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetEventsByAdvisoryReportIdResponse>;
|
|
122740
122973
|
|
|
122741
|
-
declare const routeName$
|
|
122742
|
-
type SendAdvisoryReportAsMailBody = paths[typeof routeName$
|
|
122743
|
-
type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$
|
|
122744
|
-
type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$
|
|
122745
|
-
type SendAdvisoryReportAsMailResponse = paths[typeof routeName$
|
|
122974
|
+
declare const routeName$86 = "/v1/api/advisory-reports/{report_id}/email-inquiries";
|
|
122975
|
+
type SendAdvisoryReportAsMailBody = paths[typeof routeName$86]['post']['requestBody']['content']['application/json'];
|
|
122976
|
+
type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$86]['post']['parameters']['path'];
|
|
122977
|
+
type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$86]['post']['parameters']['query'];
|
|
122978
|
+
type SendAdvisoryReportAsMailResponse = paths[typeof routeName$86]['post']['responses'][201]['content']['application/json'];
|
|
122746
122979
|
interface SendAdvisoryReportAsMailProps {
|
|
122747
122980
|
body: SendAdvisoryReportAsMailBody;
|
|
122748
122981
|
params: {
|
|
@@ -122752,10 +122985,10 @@ interface SendAdvisoryReportAsMailProps {
|
|
|
122752
122985
|
}
|
|
122753
122986
|
declare const sendAdvisoryReportAsMail: (props: SendAdvisoryReportAsMailProps, wgApiClient: ClientType) => Promise<SendAdvisoryReportAsMailResponse>;
|
|
122754
122987
|
|
|
122755
|
-
declare const routeName$
|
|
122756
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
122757
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
122758
|
-
type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
122988
|
+
declare const routeName$85 = "/v1/api/advisory-reports/{report_id}/docx";
|
|
122989
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$85]['post']['parameters']['path'];
|
|
122990
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$85]['post']['parameters']['query'];
|
|
122991
|
+
type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$85]['post']['responses'][200]['content']['application/json'];
|
|
122759
122992
|
interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
|
|
122760
122993
|
params: {
|
|
122761
122994
|
query: GenerateDocxDocumentOfAdvisoryReportByIdQueryParams;
|
|
@@ -122764,17 +122997,17 @@ interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
|
|
|
122764
122997
|
}
|
|
122765
122998
|
declare const generateDocxDocumentOfAdvisoryReportById: (props: GenerateDocxDocumentOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GenerateDocxDocumentOfAdvisoryReportByIdResponse>;
|
|
122766
122999
|
|
|
122767
|
-
declare const routeName$
|
|
122768
|
-
type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
122769
|
-
type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
122770
|
-
type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
122771
|
-
type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$
|
|
123000
|
+
declare const routeName$84 = "/v1/api/advisory-reports/{report_id}/pdf";
|
|
123001
|
+
type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$84]['get']['parameters']['path'];
|
|
123002
|
+
type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$84]['get']['parameters']['query'];
|
|
123003
|
+
type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$84]['get']['responses'][307]['content']['application/json'];
|
|
123004
|
+
type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$84]['get']['parameters'];
|
|
122772
123005
|
declare const getPdfOfAdvisoryReportById: (props: GetPdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetPdfOfAdvisoryReportByIdResponse>;
|
|
122773
123006
|
|
|
122774
|
-
declare const routeName$
|
|
122775
|
-
type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
122776
|
-
type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
122777
|
-
type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123007
|
+
declare const routeName$83 = "/v1/api/advisory-reports/{report_id}/pdf";
|
|
123008
|
+
type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$83]['post']['parameters']['path'];
|
|
123009
|
+
type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$83]['post']['parameters']['query'];
|
|
123010
|
+
type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$83]['post']['responses'][200]['content']['application/json'];
|
|
122778
123011
|
interface GeneratePdfOfAdvisoryReportByIdProps {
|
|
122779
123012
|
params: {
|
|
122780
123013
|
query: GeneratePdfOfAdvisoryReportByIdQueryParams;
|
|
@@ -122783,10 +123016,10 @@ interface GeneratePdfOfAdvisoryReportByIdProps {
|
|
|
122783
123016
|
}
|
|
122784
123017
|
declare const generatePdfOfAdvisoryReportById: (props: GeneratePdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GeneratePdfOfAdvisoryReportByIdResponse>;
|
|
122785
123018
|
|
|
122786
|
-
declare const routeName$
|
|
122787
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$
|
|
122788
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$
|
|
122789
|
-
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$
|
|
123019
|
+
declare const routeName$82 = "/v1/api/advisory-report-front-page-pdf";
|
|
123020
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$82]['post']['requestBody']['content']['application/json'];
|
|
123021
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$82]['post']['parameters']['query'];
|
|
123022
|
+
type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$82]['post']['responses'][201]['content']['application/json'];
|
|
122790
123023
|
interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
|
|
122791
123024
|
body: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody;
|
|
122792
123025
|
params: {
|
|
@@ -122795,11 +123028,11 @@ interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
|
|
|
122795
123028
|
}
|
|
122796
123029
|
declare const generateStandaloneFrontPagePdfOfAdvisoryReportAsExample: (props: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps, wgApiClient: ClientType) => Promise<GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse>;
|
|
122797
123030
|
|
|
122798
|
-
declare const routeName$
|
|
122799
|
-
type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$
|
|
122800
|
-
type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$
|
|
122801
|
-
type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$
|
|
122802
|
-
type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$
|
|
123031
|
+
declare const routeName$81 = "/v1/api/advisory-reports/{report_id}/acceptances";
|
|
123032
|
+
type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$81]['post']['requestBody']['content']['application/json'];
|
|
123033
|
+
type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$81]['post']['parameters']['path'];
|
|
123034
|
+
type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$81]['post']['parameters']['query'];
|
|
123035
|
+
type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$81]['post']['responses'][200]['content']['application/json'];
|
|
122803
123036
|
interface AcceptOrRejectAnAdvisoryReportProps {
|
|
122804
123037
|
body: AcceptOrRejectAnAdvisoryReportBody;
|
|
122805
123038
|
params: {
|
|
@@ -122809,11 +123042,11 @@ interface AcceptOrRejectAnAdvisoryReportProps {
|
|
|
122809
123042
|
}
|
|
122810
123043
|
declare const acceptOrRejectAnAdvisoryReport: (props: AcceptOrRejectAnAdvisoryReportProps, wgApiClient: ClientType) => Promise<AcceptOrRejectAnAdvisoryReportResponse>;
|
|
122811
123044
|
|
|
122812
|
-
declare const routeName$
|
|
122813
|
-
type LinkConversationToAdvisoryReportBody = paths[typeof routeName$
|
|
122814
|
-
type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$
|
|
122815
|
-
type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$
|
|
122816
|
-
type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$
|
|
123045
|
+
declare const routeName$80 = "/v1/api/advisory-reports/{report_id}/conversations";
|
|
123046
|
+
type LinkConversationToAdvisoryReportBody = paths[typeof routeName$80]['post']['requestBody']['content']['application/json'];
|
|
123047
|
+
type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$80]['post']['parameters']['path'];
|
|
123048
|
+
type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$80]['post']['parameters']['query'];
|
|
123049
|
+
type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$80]['post']['responses'][201]['content']['application/json'];
|
|
122817
123050
|
interface LinkConversationToAdvisoryReportProps {
|
|
122818
123051
|
body: LinkConversationToAdvisoryReportBody;
|
|
122819
123052
|
params: {
|
|
@@ -122823,11 +123056,11 @@ interface LinkConversationToAdvisoryReportProps {
|
|
|
122823
123056
|
}
|
|
122824
123057
|
declare const linkConversationToAdvisoryReport: (props: LinkConversationToAdvisoryReportProps, wgApiClient: ClientType) => Promise<LinkConversationToAdvisoryReportResponse>;
|
|
122825
123058
|
|
|
122826
|
-
declare const routeName$
|
|
122827
|
-
type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$
|
|
122828
|
-
type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$
|
|
122829
|
-
type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$
|
|
122830
|
-
type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$
|
|
123059
|
+
declare const routeName$7$ = "/v2/api/advisory-reports/{report_id}/revisions";
|
|
123060
|
+
type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$7$]['post']['requestBody']['content']['application/json'];
|
|
123061
|
+
type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$7$]['post']['parameters']['path'];
|
|
123062
|
+
type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$7$]['post']['parameters']['query'];
|
|
123063
|
+
type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$7$]['post']['responses'][201]['content']['application/json'];
|
|
122831
123064
|
interface CreateAdvisoryReportRevisionV2Props {
|
|
122832
123065
|
body: CreateAdvisoryReportRevisionV2Body;
|
|
122833
123066
|
params: {
|
|
@@ -122837,11 +123070,11 @@ interface CreateAdvisoryReportRevisionV2Props {
|
|
|
122837
123070
|
}
|
|
122838
123071
|
declare const createAdvisoryReportRevisionV2: (props: CreateAdvisoryReportRevisionV2Props, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionV2Response>;
|
|
122839
123072
|
|
|
122840
|
-
declare const routeName$
|
|
122841
|
-
type CreateAdvisoryReportRevisionBody = paths[typeof routeName$
|
|
122842
|
-
type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$
|
|
122843
|
-
type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$
|
|
122844
|
-
type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$
|
|
123073
|
+
declare const routeName$7_ = "/v1/api/advisory-reports/{report_id}/revisions";
|
|
123074
|
+
type CreateAdvisoryReportRevisionBody = paths[typeof routeName$7_]['post']['requestBody']['content']['application/json'];
|
|
123075
|
+
type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$7_]['post']['parameters']['path'];
|
|
123076
|
+
type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$7_]['post']['parameters']['query'];
|
|
123077
|
+
type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$7_]['post']['responses'][201]['content']['application/json'];
|
|
122845
123078
|
interface CreateAdvisoryReportRevisionProps {
|
|
122846
123079
|
body: CreateAdvisoryReportRevisionBody;
|
|
122847
123080
|
params: {
|
|
@@ -122851,10 +123084,10 @@ interface CreateAdvisoryReportRevisionProps {
|
|
|
122851
123084
|
}
|
|
122852
123085
|
declare const createAdvisoryReportRevision: (props: CreateAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionResponse>;
|
|
122853
123086
|
|
|
122854
|
-
declare const routeName$
|
|
122855
|
-
type DeleteAdvisoryReportPathParams = paths[typeof routeName$
|
|
122856
|
-
type DeleteAdvisoryReportQueryParams = paths[typeof routeName$
|
|
122857
|
-
type DeleteAdvisoryReportResponse = paths[typeof routeName$
|
|
123087
|
+
declare const routeName$7Z = "/v2/api/advisory-reports/{report_id}";
|
|
123088
|
+
type DeleteAdvisoryReportPathParams = paths[typeof routeName$7Z]['delete']['parameters']['path'];
|
|
123089
|
+
type DeleteAdvisoryReportQueryParams = paths[typeof routeName$7Z]['delete']['parameters']['query'];
|
|
123090
|
+
type DeleteAdvisoryReportResponse = paths[typeof routeName$7Z]['delete']['responses'][200]['content']['application/json'];
|
|
122858
123091
|
interface DeleteAdvisoryReportProps {
|
|
122859
123092
|
params: {
|
|
122860
123093
|
query: DeleteAdvisoryReportQueryParams;
|
|
@@ -122863,11 +123096,11 @@ interface DeleteAdvisoryReportProps {
|
|
|
122863
123096
|
}
|
|
122864
123097
|
declare const deleteAdvisoryReport: (props: DeleteAdvisoryReportProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportResponse>;
|
|
122865
123098
|
|
|
122866
|
-
declare const routeName$
|
|
122867
|
-
type PutClausesForReportBody = paths[typeof routeName$
|
|
122868
|
-
type PutClausesForReportPathParams = paths[typeof routeName$
|
|
122869
|
-
type PutClausesForReportQueryParams = paths[typeof routeName$
|
|
122870
|
-
type PutClausesForReportResponse = paths[typeof routeName$
|
|
123099
|
+
declare const routeName$7Y = "/v1/api/advisory-reports/{report_id}/clauses";
|
|
123100
|
+
type PutClausesForReportBody = paths[typeof routeName$7Y]['put']['requestBody']['content']['application/json'];
|
|
123101
|
+
type PutClausesForReportPathParams = paths[typeof routeName$7Y]['put']['parameters']['path'];
|
|
123102
|
+
type PutClausesForReportQueryParams = paths[typeof routeName$7Y]['put']['parameters']['query'];
|
|
123103
|
+
type PutClausesForReportResponse = paths[typeof routeName$7Y]['put']['responses'][200]['content']['application/json'];
|
|
122871
123104
|
interface PutClausesForReportProps {
|
|
122872
123105
|
body: PutClausesForReportBody;
|
|
122873
123106
|
params: {
|
|
@@ -122877,9 +123110,9 @@ interface PutClausesForReportProps {
|
|
|
122877
123110
|
}
|
|
122878
123111
|
declare const putClausesForReport: (props: PutClausesForReportProps, wgApiClient: ClientType) => Promise<PutClausesForReportResponse>;
|
|
122879
123112
|
|
|
122880
|
-
declare const routeName$
|
|
122881
|
-
type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$
|
|
122882
|
-
type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$
|
|
123113
|
+
declare const routeName$7X = "/v1/api/advisory-reports/{report_id}/personalise-advices";
|
|
123114
|
+
type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$7X]['post']['parameters']['path'];
|
|
123115
|
+
type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$7X]['post']['responses'][200]['content']['application/json'];
|
|
122883
123116
|
interface GeneratePersonalizationAdviceForAdvisoryReportProps {
|
|
122884
123117
|
params: {
|
|
122885
123118
|
path: GeneratePersonalizationAdviceForAdvisoryReportPathParams;
|
|
@@ -122887,18 +123120,18 @@ interface GeneratePersonalizationAdviceForAdvisoryReportProps {
|
|
|
122887
123120
|
}
|
|
122888
123121
|
declare const generatePersonalizationAdviceForAdvisoryReport: (props: GeneratePersonalizationAdviceForAdvisoryReportProps, wgApiClient: ClientType) => Promise<GeneratePersonalizationAdviceForAdvisoryReportResponse>;
|
|
122889
123122
|
|
|
122890
|
-
declare const routeName$
|
|
122891
|
-
type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$
|
|
122892
|
-
type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$
|
|
122893
|
-
type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$
|
|
122894
|
-
type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$
|
|
123123
|
+
declare const routeName$7W = "/v1/api/advisory-reports/{report_id}/settings/steps";
|
|
123124
|
+
type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$7W]['get']['parameters']['path'];
|
|
123125
|
+
type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$7W]['get']['parameters']['query'];
|
|
123126
|
+
type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$7W]['get']['responses'][200]['content']['application/json'];
|
|
123127
|
+
type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$7W]['get']['parameters'];
|
|
122895
123128
|
declare const getStepSettingsByAdvisoryReportId: (props: GetStepSettingsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetStepSettingsByAdvisoryReportIdResponse>;
|
|
122896
123129
|
|
|
122897
|
-
declare const routeName$
|
|
122898
|
-
type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$
|
|
122899
|
-
type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$
|
|
122900
|
-
type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$
|
|
122901
|
-
type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$
|
|
123130
|
+
declare const routeName$7V = "/v1/api/advisory-reports/{report_id}/settings/steps";
|
|
123131
|
+
type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$7V]['put']['requestBody']['content']['application/json'];
|
|
123132
|
+
type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$7V]['put']['parameters']['path'];
|
|
123133
|
+
type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$7V]['put']['parameters']['query'];
|
|
123134
|
+
type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$7V]['put']['responses'][200]['content']['application/json'];
|
|
122902
123135
|
interface CreateAdvisoryReportStepSettingsProps {
|
|
122903
123136
|
body: CreateAdvisoryReportStepSettingsBody;
|
|
122904
123137
|
params: {
|
|
@@ -122908,11 +123141,11 @@ interface CreateAdvisoryReportStepSettingsProps {
|
|
|
122908
123141
|
}
|
|
122909
123142
|
declare const createAdvisoryReportStepSettings: (props: CreateAdvisoryReportStepSettingsProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportStepSettingsResponse>;
|
|
122910
123143
|
|
|
122911
|
-
declare const routeName$
|
|
122912
|
-
type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
122913
|
-
type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
122914
|
-
type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
122915
|
-
type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123144
|
+
declare const routeName$7U = "/v1/api/advisory-reports/{report_id}/risk-domains";
|
|
123145
|
+
type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$7U]['post']['requestBody']['content']['application/json'];
|
|
123146
|
+
type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7U]['post']['parameters']['path'];
|
|
123147
|
+
type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7U]['post']['parameters']['query'];
|
|
123148
|
+
type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7U]['post']['responses'][201]['content']['application/json'];
|
|
122916
123149
|
interface CreateRiskDomainForAdvisoryReportByIdProps {
|
|
122917
123150
|
body: CreateRiskDomainForAdvisoryReportByIdBody;
|
|
122918
123151
|
params: {
|
|
@@ -122922,10 +123155,10 @@ interface CreateRiskDomainForAdvisoryReportByIdProps {
|
|
|
122922
123155
|
}
|
|
122923
123156
|
declare const createRiskDomainForAdvisoryReportById: (props: CreateRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainForAdvisoryReportByIdResponse>;
|
|
122924
123157
|
|
|
122925
|
-
declare const routeName$
|
|
122926
|
-
type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
122927
|
-
type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
122928
|
-
type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123158
|
+
declare const routeName$7T = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
|
|
123159
|
+
type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7T]['delete']['parameters']['path'];
|
|
123160
|
+
type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7T]['delete']['parameters']['query'];
|
|
123161
|
+
type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7T]['delete']['responses'][200]['content']['application/json'];
|
|
122929
123162
|
interface DeleteRiskDomainForAdvisoryReportByIdProps {
|
|
122930
123163
|
params: {
|
|
122931
123164
|
query: DeleteRiskDomainForAdvisoryReportByIdQueryParams;
|
|
@@ -122934,11 +123167,11 @@ interface DeleteRiskDomainForAdvisoryReportByIdProps {
|
|
|
122934
123167
|
}
|
|
122935
123168
|
declare const deleteRiskDomainForAdvisoryReportById: (props: DeleteRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainForAdvisoryReportByIdResponse>;
|
|
122936
123169
|
|
|
122937
|
-
declare const routeName$
|
|
122938
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
122939
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
122940
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
122941
|
-
type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123170
|
+
declare const routeName$7S = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
|
|
123171
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7S]['post']['requestBody']['content']['application/json'];
|
|
123172
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7S]['post']['parameters']['path'];
|
|
123173
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7S]['post']['parameters']['query'];
|
|
123174
|
+
type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7S]['post']['responses'][201]['content']['application/json'];
|
|
122942
123175
|
interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
122943
123176
|
body: CreateRiskDomainAdviceForAdvisoryReportByIdBody;
|
|
122944
123177
|
params: {
|
|
@@ -122948,10 +123181,10 @@ interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
122948
123181
|
}
|
|
122949
123182
|
declare const createRiskDomainAdviceForAdvisoryReportById: (props: CreateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
122950
123183
|
|
|
122951
|
-
declare const routeName$
|
|
122952
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
122953
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
122954
|
-
type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123184
|
+
declare const routeName$7R = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
|
|
123185
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7R]['delete']['parameters']['path'];
|
|
123186
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7R]['delete']['parameters']['query'];
|
|
123187
|
+
type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7R]['delete']['responses'][200]['content']['application/json'];
|
|
122955
123188
|
interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
122956
123189
|
params: {
|
|
122957
123190
|
query: DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams;
|
|
@@ -122960,11 +123193,11 @@ interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
122960
123193
|
}
|
|
122961
123194
|
declare const deleteRiskDomainAdviceForAdvisoryReportById: (props: DeleteRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
122962
123195
|
|
|
122963
|
-
declare const routeName$
|
|
122964
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
122965
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
122966
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
122967
|
-
type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123196
|
+
declare const routeName$7Q = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
|
|
123197
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7Q]['patch']['requestBody']['content']['application/json'];
|
|
123198
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7Q]['patch']['parameters']['path'];
|
|
123199
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7Q]['patch']['parameters']['query'];
|
|
123200
|
+
type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7Q]['patch']['responses'][201]['content']['application/json'];
|
|
122968
123201
|
interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
122969
123202
|
body: UpdateRiskDomainAdviceForAdvisoryReportByIdBody;
|
|
122970
123203
|
params: {
|
|
@@ -122974,11 +123207,11 @@ interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
|
|
|
122974
123207
|
}
|
|
122975
123208
|
declare const updateRiskDomainAdviceForAdvisoryReportById: (props: UpdateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainAdviceForAdvisoryReportByIdResponse>;
|
|
122976
123209
|
|
|
122977
|
-
declare const routeName$
|
|
122978
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
122979
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
122980
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
122981
|
-
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123210
|
+
declare const routeName$7P = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
|
|
123211
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7P]['put']['requestBody']['content']['application/json'];
|
|
123212
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7P]['put']['parameters']['path'];
|
|
123213
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7P]['put']['parameters']['query'];
|
|
123214
|
+
type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7P]['put']['responses'][201]['content']['application/json'];
|
|
122982
123215
|
interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
|
|
122983
123216
|
body: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody;
|
|
122984
123217
|
params: {
|
|
@@ -122988,11 +123221,11 @@ interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
|
|
|
122988
123221
|
}
|
|
122989
123222
|
declare const createRiskDomainActionFromAdviceForAdvisoryReportById: (props: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse>;
|
|
122990
123223
|
|
|
122991
|
-
declare const routeName$
|
|
122992
|
-
type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
122993
|
-
type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
122994
|
-
type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
122995
|
-
type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123224
|
+
declare const routeName$7O = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
|
|
123225
|
+
type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7O]['post']['requestBody']['content']['application/json'];
|
|
123226
|
+
type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7O]['post']['parameters']['path'];
|
|
123227
|
+
type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7O]['post']['parameters']['query'];
|
|
123228
|
+
type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7O]['post']['responses'][201]['content']['application/json'];
|
|
122996
123229
|
interface CreateRiskDomainActionForAdvisoryReportByIdProps {
|
|
122997
123230
|
body: CreateRiskDomainActionForAdvisoryReportByIdBody;
|
|
122998
123231
|
params: {
|
|
@@ -123002,10 +123235,10 @@ interface CreateRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
123002
123235
|
}
|
|
123003
123236
|
declare const createRiskDomainActionForAdvisoryReportById: (props: CreateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
123004
123237
|
|
|
123005
|
-
declare const routeName$
|
|
123006
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
123007
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
123008
|
-
type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123238
|
+
declare const routeName$7N = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
|
|
123239
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7N]['delete']['parameters']['path'];
|
|
123240
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7N]['delete']['parameters']['query'];
|
|
123241
|
+
type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7N]['delete']['responses'][200]['content']['application/json'];
|
|
123009
123242
|
interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
|
|
123010
123243
|
params: {
|
|
123011
123244
|
query: DeleteRiskDomainActionForAdvisoryReportByIdQueryParams;
|
|
@@ -123014,11 +123247,11 @@ interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
123014
123247
|
}
|
|
123015
123248
|
declare const deleteRiskDomainActionForAdvisoryReportById: (props: DeleteRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
123016
123249
|
|
|
123017
|
-
declare const routeName$
|
|
123018
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
123019
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
123020
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
123021
|
-
type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123250
|
+
declare const routeName$7M = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
|
|
123251
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7M]['patch']['requestBody']['content']['application/json'];
|
|
123252
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7M]['patch']['parameters']['path'];
|
|
123253
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7M]['patch']['parameters']['query'];
|
|
123254
|
+
type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7M]['patch']['responses'][200]['content']['application/json'];
|
|
123022
123255
|
interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
|
|
123023
123256
|
body: UpdateRiskDomainActionForAdvisoryReportByIdBody;
|
|
123024
123257
|
params: {
|
|
@@ -123028,11 +123261,11 @@ interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
|
|
|
123028
123261
|
}
|
|
123029
123262
|
declare const updateRiskDomainActionForAdvisoryReportById: (props: UpdateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainActionForAdvisoryReportByIdResponse>;
|
|
123030
123263
|
|
|
123031
|
-
declare const routeName$
|
|
123032
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
123033
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
123034
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
123035
|
-
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123264
|
+
declare const routeName$7L = "/v1/api/advisory-reports/{report_id}/insurance-policies";
|
|
123265
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$7L]['put']['requestBody']['content']['application/json'];
|
|
123266
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7L]['put']['parameters']['path'];
|
|
123267
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7L]['put']['parameters']['query'];
|
|
123268
|
+
type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7L]['put']['responses'][200]['content']['application/json'];
|
|
123036
123269
|
interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
|
|
123037
123270
|
body: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody;
|
|
123038
123271
|
params: {
|
|
@@ -123042,10 +123275,10 @@ interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
|
|
|
123042
123275
|
}
|
|
123043
123276
|
declare const createOrReplaceInsurancePolicyForAdvisoryReportById: (props: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse>;
|
|
123044
123277
|
|
|
123045
|
-
declare const routeName$
|
|
123046
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
123047
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
123048
|
-
type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123278
|
+
declare const routeName$7K = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
|
|
123279
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7K]['delete']['parameters']['path'];
|
|
123280
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7K]['delete']['parameters']['query'];
|
|
123281
|
+
type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7K]['delete']['responses'][200]['content']['application/json'];
|
|
123049
123282
|
interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
|
|
123050
123283
|
params: {
|
|
123051
123284
|
query: DeleteInsurancePolicyForAdvisoryReportByIdQueryParams;
|
|
@@ -123054,11 +123287,11 @@ interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
|
|
|
123054
123287
|
}
|
|
123055
123288
|
declare const deleteInsurancePolicyForAdvisoryReportById: (props: DeleteInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteInsurancePolicyForAdvisoryReportByIdResponse>;
|
|
123056
123289
|
|
|
123057
|
-
declare const routeName$
|
|
123058
|
-
type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$
|
|
123059
|
-
type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$
|
|
123060
|
-
type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$
|
|
123061
|
-
type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$
|
|
123290
|
+
declare const routeName$7J = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
|
|
123291
|
+
type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$7J]['put']['requestBody']['content']['application/json'];
|
|
123292
|
+
type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$7J]['put']['parameters']['path'];
|
|
123293
|
+
type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$7J]['put']['parameters']['query'];
|
|
123294
|
+
type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$7J]['put']['responses'][200]['content']['application/json'];
|
|
123062
123295
|
interface OrderInsurancePolciesOfAdvisoryReportProps {
|
|
123063
123296
|
body: OrderInsurancePolciesOfAdvisoryReportBody;
|
|
123064
123297
|
params: {
|
|
@@ -123068,11 +123301,11 @@ interface OrderInsurancePolciesOfAdvisoryReportProps {
|
|
|
123068
123301
|
}
|
|
123069
123302
|
declare const orderInsurancePolciesOfAdvisoryReport: (props: OrderInsurancePolciesOfAdvisoryReportProps, wgApiClient: ClientType) => Promise<OrderInsurancePolciesOfAdvisoryReportResponse>;
|
|
123070
123303
|
|
|
123071
|
-
declare const routeName$
|
|
123072
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$
|
|
123073
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$
|
|
123074
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$
|
|
123075
|
-
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$
|
|
123304
|
+
declare const routeName$7I = "/v1/api/advisory-reports/{report_id}/policy-packages";
|
|
123305
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$7I]['put']['requestBody']['content']['application/json'];
|
|
123306
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$7I]['put']['parameters']['path'];
|
|
123307
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$7I]['put']['parameters']['query'];
|
|
123308
|
+
type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$7I]['put']['responses'][200]['content']['application/json'];
|
|
123076
123309
|
interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
|
|
123077
123310
|
body: CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody;
|
|
123078
123311
|
params: {
|
|
@@ -123082,39 +123315,39 @@ interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
|
|
|
123082
123315
|
}
|
|
123083
123316
|
declare const createOrReplacePolicyPackagesForAdvisoryReportById: (props: CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse>;
|
|
123084
123317
|
|
|
123085
|
-
declare const routeName$
|
|
123086
|
-
type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$
|
|
123087
|
-
type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$
|
|
123088
|
-
type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$
|
|
123089
|
-
type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$
|
|
123318
|
+
declare const routeName$7H = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
|
|
123319
|
+
type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$7H]['get']['parameters']['path'];
|
|
123320
|
+
type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$7H]['get']['parameters']['query'];
|
|
123321
|
+
type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$7H]['get']['responses'][200]['content']['application/json'];
|
|
123322
|
+
type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$7H]['get']['parameters'];
|
|
123090
123323
|
declare const getAdvisoryReportRevisionDiff: (props: GetAdvisoryReportRevisionDiffProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportRevisionDiffResponse>;
|
|
123091
123324
|
|
|
123092
|
-
declare const routeName$
|
|
123093
|
-
type GetAllAvailableAffiliationsResponse = paths[typeof routeName$
|
|
123325
|
+
declare const routeName$7G = "/v1/api/affiliations";
|
|
123326
|
+
type GetAllAvailableAffiliationsResponse = paths[typeof routeName$7G]['get']['responses'][200]['content']['application/json'];
|
|
123094
123327
|
declare const getAllAvailableAffiliations: (wgApiClient: ClientType) => Promise<GetAllAvailableAffiliationsResponse>;
|
|
123095
123328
|
|
|
123096
|
-
declare const routeName$
|
|
123097
|
-
type GetAnvaLabelsQueryParams = paths[typeof routeName$
|
|
123098
|
-
type GetAnvaLabelsResponse = paths[typeof routeName$
|
|
123099
|
-
type GetAnvaLabelsProps = paths[typeof routeName$
|
|
123329
|
+
declare const routeName$7F = "/v1/api/anvaflows/labels";
|
|
123330
|
+
type GetAnvaLabelsQueryParams = paths[typeof routeName$7F]['get']['parameters']['query'];
|
|
123331
|
+
type GetAnvaLabelsResponse = paths[typeof routeName$7F]['get']['responses'][200]['content']['application/json'];
|
|
123332
|
+
type GetAnvaLabelsProps = paths[typeof routeName$7F]['get']['parameters'];
|
|
123100
123333
|
declare const getAnvaLabels: (props: GetAnvaLabelsProps, wgApiClient: ClientType) => Promise<GetAnvaLabelsResponse>;
|
|
123101
123334
|
|
|
123102
|
-
declare const routeName$
|
|
123103
|
-
type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$
|
|
123104
|
-
type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$
|
|
123105
|
-
type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$
|
|
123335
|
+
declare const routeName$7E = "/v1/api/anvaflows/supported-insurances";
|
|
123336
|
+
type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$7E]['get']['parameters']['query'];
|
|
123337
|
+
type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$7E]['get']['responses'][200]['content']['application/json'];
|
|
123338
|
+
type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$7E]['get']['parameters'];
|
|
123106
123339
|
declare const getSupportedAnvaflowInsurances: (props: GetSupportedAnvaflowInsurancesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsurancesResponse>;
|
|
123107
123340
|
|
|
123108
|
-
declare const routeName$
|
|
123109
|
-
type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$
|
|
123110
|
-
type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$
|
|
123111
|
-
type GetSupportedAnvaflowTagsProps = paths[typeof routeName$
|
|
123341
|
+
declare const routeName$7D = "/v1/api/anvaflows/supported-tags";
|
|
123342
|
+
type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$7D]['get']['parameters']['query'];
|
|
123343
|
+
type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$7D]['get']['responses'][200]['content']['application/json'];
|
|
123344
|
+
type GetSupportedAnvaflowTagsProps = paths[typeof routeName$7D]['get']['parameters'];
|
|
123112
123345
|
declare const getSupportedAnvaflowTags: (props: GetSupportedAnvaflowTagsProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowTagsResponse>;
|
|
123113
123346
|
|
|
123114
|
-
declare const routeName$
|
|
123115
|
-
type CreateAnvaflowTagsBody = paths[typeof routeName$
|
|
123116
|
-
type CreateAnvaflowTagsQueryParams = paths[typeof routeName$
|
|
123117
|
-
type CreateAnvaflowTagsResponse = paths[typeof routeName$
|
|
123347
|
+
declare const routeName$7C = "/v1/api/anvaflows/supported-tags";
|
|
123348
|
+
type CreateAnvaflowTagsBody = paths[typeof routeName$7C]['put']['requestBody']['content']['application/json'];
|
|
123349
|
+
type CreateAnvaflowTagsQueryParams = paths[typeof routeName$7C]['put']['parameters']['query'];
|
|
123350
|
+
type CreateAnvaflowTagsResponse = paths[typeof routeName$7C]['put']['responses'][200]['content']['application/json'];
|
|
123118
123351
|
interface CreateAnvaflowTagsProps {
|
|
123119
123352
|
body: CreateAnvaflowTagsBody;
|
|
123120
123353
|
params: {
|
|
@@ -123123,35 +123356,35 @@ interface CreateAnvaflowTagsProps {
|
|
|
123123
123356
|
}
|
|
123124
123357
|
declare const createAnvaflowTags: (props: CreateAnvaflowTagsProps, wgApiClient: ClientType) => Promise<CreateAnvaflowTagsResponse>;
|
|
123125
123358
|
|
|
123126
|
-
declare const routeName$
|
|
123127
|
-
type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$
|
|
123128
|
-
type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$
|
|
123129
|
-
type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$
|
|
123359
|
+
declare const routeName$7B = "/v1/api/anvaflows/supported-coverages";
|
|
123360
|
+
type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$7B]['get']['parameters']['query'];
|
|
123361
|
+
type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$7B]['get']['responses'][200]['content']['application/json'];
|
|
123362
|
+
type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$7B]['get']['parameters'];
|
|
123130
123363
|
declare const getSupportedAnvaflowCoverages: (props: GetSupportedAnvaflowCoveragesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesResponse>;
|
|
123131
123364
|
|
|
123132
|
-
declare const routeName$
|
|
123133
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$
|
|
123134
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$
|
|
123135
|
-
type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$
|
|
123365
|
+
declare const routeName$7A = "/v1/api/anvaflows/supported-adn-coverages";
|
|
123366
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$7A]['get']['parameters']['query'];
|
|
123367
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$7A]['get']['responses'][200]['content']['application/json'];
|
|
123368
|
+
type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$7A]['get']['parameters'];
|
|
123136
123369
|
declare const getSupportedAnvaflowCoveragesGroupedByAdn: (props: GetSupportedAnvaflowCoveragesGroupedByAdnProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesGroupedByAdnResponse>;
|
|
123137
123370
|
|
|
123138
|
-
declare const routeName$
|
|
123139
|
-
type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$
|
|
123140
|
-
type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$
|
|
123141
|
-
type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$
|
|
123371
|
+
declare const routeName$7z = "/v1/api/anvaflows/supported-insurance-companies";
|
|
123372
|
+
type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$7z]['get']['parameters']['query'];
|
|
123373
|
+
type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$7z]['get']['responses'][200]['content']['application/json'];
|
|
123374
|
+
type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$7z]['get']['parameters'];
|
|
123142
123375
|
declare const getSupportedAnvaflowInsuranceCompanies: (props: GetSupportedAnvaflowInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsuranceCompaniesResponse>;
|
|
123143
123376
|
|
|
123144
|
-
declare const routeName$
|
|
123145
|
-
type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$
|
|
123146
|
-
type GetAnvaMutationReasonsResponse = paths[typeof routeName$
|
|
123147
|
-
type GetAnvaMutationReasonsProps = paths[typeof routeName$
|
|
123377
|
+
declare const routeName$7y = "/v1/api/anvaflows/mutation-reasons";
|
|
123378
|
+
type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$7y]['get']['parameters']['query'];
|
|
123379
|
+
type GetAnvaMutationReasonsResponse = paths[typeof routeName$7y]['get']['responses'][200]['content']['application/json'];
|
|
123380
|
+
type GetAnvaMutationReasonsProps = paths[typeof routeName$7y]['get']['parameters'];
|
|
123148
123381
|
declare const getAnvaMutationReasons: (props: GetAnvaMutationReasonsProps, wgApiClient: ClientType) => Promise<GetAnvaMutationReasonsResponse>;
|
|
123149
123382
|
|
|
123150
|
-
declare const routeName$
|
|
123151
|
-
type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$
|
|
123152
|
-
type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$
|
|
123153
|
-
type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$
|
|
123154
|
-
type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$
|
|
123383
|
+
declare const routeName$7x = "/v1/api/anvaflows/{session_id}/calculate";
|
|
123384
|
+
type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$7x]['post']['requestBody']['content']['application/json'];
|
|
123385
|
+
type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$7x]['post']['parameters']['path'];
|
|
123386
|
+
type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$7x]['post']['parameters']['query'];
|
|
123387
|
+
type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$7x]['post']['responses'][200]['content']['application/json'];
|
|
123155
123388
|
interface CalculateAnvaquotesBySessionIdProps {
|
|
123156
123389
|
body: CalculateAnvaquotesBySessionIdBody;
|
|
123157
123390
|
params: {
|
|
@@ -123161,11 +123394,11 @@ interface CalculateAnvaquotesBySessionIdProps {
|
|
|
123161
123394
|
}
|
|
123162
123395
|
declare const calculateAnvaquotesBySessionId: (props: CalculateAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateAnvaquotesBySessionIdResponse>;
|
|
123163
123396
|
|
|
123164
|
-
declare const routeName$
|
|
123165
|
-
type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$
|
|
123166
|
-
type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$
|
|
123167
|
-
type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$
|
|
123168
|
-
type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$
|
|
123397
|
+
declare const routeName$7w = "/v2/api/anvaflows/{session_id}/calculate";
|
|
123398
|
+
type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$7w]['post']['requestBody']['content']['application/json'];
|
|
123399
|
+
type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$7w]['post']['parameters']['path'];
|
|
123400
|
+
type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$7w]['post']['parameters']['query'];
|
|
123401
|
+
type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$7w]['post']['responses'][202]['content']['application/json'];
|
|
123169
123402
|
interface EnqueueCalculationAnvaquotesBySessionIdProps {
|
|
123170
123403
|
body: EnqueueCalculationAnvaquotesBySessionIdBody;
|
|
123171
123404
|
params: {
|
|
@@ -123175,11 +123408,11 @@ interface EnqueueCalculationAnvaquotesBySessionIdProps {
|
|
|
123175
123408
|
}
|
|
123176
123409
|
declare const enqueueCalculationAnvaquotesBySessionId: (props: EnqueueCalculationAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueCalculationAnvaquotesBySessionIdResponse>;
|
|
123177
123410
|
|
|
123178
|
-
declare const routeName$
|
|
123179
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$
|
|
123180
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$
|
|
123181
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$
|
|
123182
|
-
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$
|
|
123411
|
+
declare const routeName$7v = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
|
|
123412
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$7v]['post']['requestBody']['content']['application/json'];
|
|
123413
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$7v]['post']['parameters']['path'];
|
|
123414
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$7v]['post']['parameters']['query'];
|
|
123415
|
+
type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$7v]['post']['responses'][200]['content']['application/json'];
|
|
123183
123416
|
interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
|
|
123184
123417
|
body: RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody;
|
|
123185
123418
|
params: {
|
|
@@ -123189,10 +123422,10 @@ interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
|
|
|
123189
123422
|
}
|
|
123190
123423
|
declare const recalculateOneAnvaquoteByAnvaProductIdSessionId: (props: RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps, wgApiClient: ClientType) => Promise<RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse>;
|
|
123191
123424
|
|
|
123192
|
-
declare const routeName$
|
|
123193
|
-
type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$
|
|
123194
|
-
type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$
|
|
123195
|
-
type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$
|
|
123425
|
+
declare const routeName$7u = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
|
|
123426
|
+
type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$7u]['post']['parameters']['path'];
|
|
123427
|
+
type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$7u]['post']['parameters']['query'];
|
|
123428
|
+
type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$7u]['post']['responses'][201]['content']['application/json'];
|
|
123196
123429
|
interface SendOfferToAnvaBySessionIdProps {
|
|
123197
123430
|
params: {
|
|
123198
123431
|
query: SendOfferToAnvaBySessionIdQueryParams;
|
|
@@ -123201,10 +123434,10 @@ interface SendOfferToAnvaBySessionIdProps {
|
|
|
123201
123434
|
}
|
|
123202
123435
|
declare const sendOfferToAnvaBySessionId: (props: SendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferToAnvaBySessionIdResponse>;
|
|
123203
123436
|
|
|
123204
|
-
declare const routeName$
|
|
123205
|
-
type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$
|
|
123206
|
-
type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$
|
|
123207
|
-
type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$
|
|
123437
|
+
declare const routeName$7t = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
|
|
123438
|
+
type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$7t]['post']['parameters']['path'];
|
|
123439
|
+
type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$7t]['post']['parameters']['query'];
|
|
123440
|
+
type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$7t]['post']['responses'][202]['content']['application/json'];
|
|
123208
123441
|
interface EnqueueSendOfferToAnvaBySessionIdProps {
|
|
123209
123442
|
params: {
|
|
123210
123443
|
query: EnqueueSendOfferToAnvaBySessionIdQueryParams;
|
|
@@ -123213,11 +123446,11 @@ interface EnqueueSendOfferToAnvaBySessionIdProps {
|
|
|
123213
123446
|
}
|
|
123214
123447
|
declare const enqueueSendOfferToAnvaBySessionId: (props: EnqueueSendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendOfferToAnvaBySessionIdResponse>;
|
|
123215
123448
|
|
|
123216
|
-
declare const routeName$
|
|
123217
|
-
type SendOfferMailBySessionIdBody = paths[typeof routeName$
|
|
123218
|
-
type SendOfferMailBySessionIdPathParams = paths[typeof routeName$
|
|
123219
|
-
type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$
|
|
123220
|
-
type SendOfferMailBySessionIdResponse = paths[typeof routeName$
|
|
123449
|
+
declare const routeName$7s = "/v1/api/anvaflows/{session_id}/send-offer-mail";
|
|
123450
|
+
type SendOfferMailBySessionIdBody = paths[typeof routeName$7s]['post']['requestBody']['content']['application/json'];
|
|
123451
|
+
type SendOfferMailBySessionIdPathParams = paths[typeof routeName$7s]['post']['parameters']['path'];
|
|
123452
|
+
type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$7s]['post']['parameters']['query'];
|
|
123453
|
+
type SendOfferMailBySessionIdResponse = paths[typeof routeName$7s]['post']['responses'][201]['content']['application/json'];
|
|
123221
123454
|
interface SendOfferMailBySessionIdProps {
|
|
123222
123455
|
body: SendOfferMailBySessionIdBody;
|
|
123223
123456
|
params: {
|
|
@@ -123227,11 +123460,11 @@ interface SendOfferMailBySessionIdProps {
|
|
|
123227
123460
|
}
|
|
123228
123461
|
declare const sendOfferMailBySessionId: (props: SendOfferMailBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferMailBySessionIdResponse>;
|
|
123229
123462
|
|
|
123230
|
-
declare const routeName$
|
|
123231
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$
|
|
123232
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$
|
|
123233
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$
|
|
123234
|
-
type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$
|
|
123463
|
+
declare const routeName$7r = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
|
|
123464
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$7r]['post']['requestBody']['content']['application/json'];
|
|
123465
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$7r]['post']['parameters']['path'];
|
|
123466
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$7r]['post']['parameters']['query'];
|
|
123467
|
+
type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$7r]['post']['responses'][202]['content']['application/json'];
|
|
123235
123468
|
interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
|
|
123236
123469
|
body: EnqueueSendCustomQuotesToAnvaBySessionIdBody;
|
|
123237
123470
|
params: {
|
|
@@ -123241,11 +123474,11 @@ interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
|
|
|
123241
123474
|
}
|
|
123242
123475
|
declare const enqueueSendCustomQuotesToAnvaBySessionId: (props: EnqueueSendCustomQuotesToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendCustomQuotesToAnvaBySessionIdResponse>;
|
|
123243
123476
|
|
|
123244
|
-
declare const routeName$
|
|
123245
|
-
type RecalculateSimulationBySessionIdBody = paths[typeof routeName$
|
|
123246
|
-
type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$
|
|
123247
|
-
type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$
|
|
123248
|
-
type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$
|
|
123477
|
+
declare const routeName$7q = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
|
|
123478
|
+
type RecalculateSimulationBySessionIdBody = paths[typeof routeName$7q]['post']['requestBody']['content']['application/json'];
|
|
123479
|
+
type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$7q]['post']['parameters']['path'];
|
|
123480
|
+
type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$7q]['post']['parameters']['query'];
|
|
123481
|
+
type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$7q]['post']['responses'][200]['content']['application/json'];
|
|
123249
123482
|
interface RecalculateSimulationBySessionIdProps {
|
|
123250
123483
|
body: RecalculateSimulationBySessionIdBody;
|
|
123251
123484
|
params: {
|
|
@@ -123255,23 +123488,23 @@ interface RecalculateSimulationBySessionIdProps {
|
|
|
123255
123488
|
}
|
|
123256
123489
|
declare const recalculateSimulationBySessionId: (props: RecalculateSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateSimulationBySessionIdResponse>;
|
|
123257
123490
|
|
|
123258
|
-
declare const routeName$
|
|
123259
|
-
type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$
|
|
123260
|
-
type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$
|
|
123261
|
-
type GetAnvaCollectionMethodsResponse = paths[typeof routeName$
|
|
123262
|
-
type GetAnvaCollectionMethodsProps = paths[typeof routeName$
|
|
123491
|
+
declare const routeName$7p = "/v1/api/anvaflows/{session_id}/collection-methods";
|
|
123492
|
+
type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$7p]['get']['parameters']['path'];
|
|
123493
|
+
type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$7p]['get']['parameters']['query'];
|
|
123494
|
+
type GetAnvaCollectionMethodsResponse = paths[typeof routeName$7p]['get']['responses'][200]['content']['application/json'];
|
|
123495
|
+
type GetAnvaCollectionMethodsProps = paths[typeof routeName$7p]['get']['parameters'];
|
|
123263
123496
|
declare const getAnvaCollectionMethods: (props: GetAnvaCollectionMethodsProps, wgApiClient: ClientType) => Promise<GetAnvaCollectionMethodsResponse>;
|
|
123264
123497
|
|
|
123265
|
-
declare const routeName$
|
|
123266
|
-
type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
123267
|
-
type GetAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
123268
|
-
type GetAnvaClosingQuestionsProps = paths[typeof routeName$
|
|
123498
|
+
declare const routeName$7o = "/v1/api/anvaflows/closing-questions";
|
|
123499
|
+
type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$7o]['get']['parameters']['query'];
|
|
123500
|
+
type GetAnvaClosingQuestionsResponse = paths[typeof routeName$7o]['get']['responses'][200]['content']['application/json'];
|
|
123501
|
+
type GetAnvaClosingQuestionsProps = paths[typeof routeName$7o]['get']['parameters'];
|
|
123269
123502
|
declare const getAnvaClosingQuestions: (props: GetAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<GetAnvaClosingQuestionsResponse>;
|
|
123270
123503
|
|
|
123271
|
-
declare const routeName$
|
|
123272
|
-
type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$
|
|
123273
|
-
type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
123274
|
-
type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
123504
|
+
declare const routeName$7n = "/v1/api/anvaflows/closing-questions";
|
|
123505
|
+
type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$7n]['put']['requestBody']['content']['application/json'];
|
|
123506
|
+
type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$7n]['put']['parameters']['query'];
|
|
123507
|
+
type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$7n]['put']['responses'][200]['content']['application/json'];
|
|
123275
123508
|
interface UpsertAnvaClosingQuestionsProps {
|
|
123276
123509
|
body: UpsertAnvaClosingQuestionsBody;
|
|
123277
123510
|
params: {
|
|
@@ -123280,10 +123513,10 @@ interface UpsertAnvaClosingQuestionsProps {
|
|
|
123280
123513
|
}
|
|
123281
123514
|
declare const upsertAnvaClosingQuestions: (props: UpsertAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<UpsertAnvaClosingQuestionsResponse>;
|
|
123282
123515
|
|
|
123283
|
-
declare const routeName$
|
|
123284
|
-
type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$
|
|
123285
|
-
type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$
|
|
123286
|
-
type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$
|
|
123516
|
+
declare const routeName$7m = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
|
|
123517
|
+
type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$7m]['delete']['parameters']['path'];
|
|
123518
|
+
type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$7m]['delete']['parameters']['query'];
|
|
123519
|
+
type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$7m]['delete']['responses'][200]['content']['application/json'];
|
|
123287
123520
|
interface DeleteAnvaClosingQuestionsProps {
|
|
123288
123521
|
params: {
|
|
123289
123522
|
query: DeleteAnvaClosingQuestionsQueryParams;
|
|
@@ -123292,11 +123525,11 @@ interface DeleteAnvaClosingQuestionsProps {
|
|
|
123292
123525
|
}
|
|
123293
123526
|
declare const deleteAnvaClosingQuestions: (props: DeleteAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<DeleteAnvaClosingQuestionsResponse>;
|
|
123294
123527
|
|
|
123295
|
-
declare const routeName$
|
|
123296
|
-
type CreateAnvaPartyViaConversationBody = paths[typeof routeName$
|
|
123297
|
-
type CreateAnvaPartyViaConversationPathParams = paths[typeof routeName$
|
|
123298
|
-
type CreateAnvaPartyViaConversationQueryParams = paths[typeof routeName$
|
|
123299
|
-
type CreateAnvaPartyViaConversationResponse = paths[typeof routeName$
|
|
123528
|
+
declare const routeName$7l = "/v1/api/anvaflows/{session_id}/anva-party";
|
|
123529
|
+
type CreateAnvaPartyViaConversationBody = paths[typeof routeName$7l]['post']['requestBody']['content']['application/json'];
|
|
123530
|
+
type CreateAnvaPartyViaConversationPathParams = paths[typeof routeName$7l]['post']['parameters']['path'];
|
|
123531
|
+
type CreateAnvaPartyViaConversationQueryParams = paths[typeof routeName$7l]['post']['parameters']['query'];
|
|
123532
|
+
type CreateAnvaPartyViaConversationResponse = paths[typeof routeName$7l]['post']['responses'][201]['content']['application/json'];
|
|
123300
123533
|
interface CreateAnvaPartyViaConversationProps {
|
|
123301
123534
|
body: CreateAnvaPartyViaConversationBody;
|
|
123302
123535
|
params: {
|
|
@@ -123306,11 +123539,11 @@ interface CreateAnvaPartyViaConversationProps {
|
|
|
123306
123539
|
}
|
|
123307
123540
|
declare const createAnvaPartyViaConversation: (props: CreateAnvaPartyViaConversationProps, wgApiClient: ClientType) => Promise<CreateAnvaPartyViaConversationResponse>;
|
|
123308
123541
|
|
|
123309
|
-
declare const routeName$
|
|
123310
|
-
type UpdateAnvaPartyViaConversationBody = paths[typeof routeName$
|
|
123311
|
-
type UpdateAnvaPartyViaConversationPathParams = paths[typeof routeName$
|
|
123312
|
-
type UpdateAnvaPartyViaConversationQueryParams = paths[typeof routeName$
|
|
123313
|
-
type UpdateAnvaPartyViaConversationResponse = paths[typeof routeName$
|
|
123542
|
+
declare const routeName$7k = "/v1/api/anvaflows/{session_id}/anva-party";
|
|
123543
|
+
type UpdateAnvaPartyViaConversationBody = paths[typeof routeName$7k]['patch']['requestBody']['content']['application/json'];
|
|
123544
|
+
type UpdateAnvaPartyViaConversationPathParams = paths[typeof routeName$7k]['patch']['parameters']['path'];
|
|
123545
|
+
type UpdateAnvaPartyViaConversationQueryParams = paths[typeof routeName$7k]['patch']['parameters']['query'];
|
|
123546
|
+
type UpdateAnvaPartyViaConversationResponse = paths[typeof routeName$7k]['patch']['responses'][200]['content']['application/json'];
|
|
123314
123547
|
interface UpdateAnvaPartyViaConversationProps {
|
|
123315
123548
|
body: UpdateAnvaPartyViaConversationBody;
|
|
123316
123549
|
params: {
|
|
@@ -123320,16 +123553,16 @@ interface UpdateAnvaPartyViaConversationProps {
|
|
|
123320
123553
|
}
|
|
123321
123554
|
declare const updateAnvaPartyViaConversation: (props: UpdateAnvaPartyViaConversationProps, wgApiClient: ClientType) => Promise<UpdateAnvaPartyViaConversationResponse>;
|
|
123322
123555
|
|
|
123323
|
-
declare const routeName$
|
|
123324
|
-
type GetAnvaproductsQueryParams = paths[typeof routeName$
|
|
123325
|
-
type GetAnvaproductsResponse = paths[typeof routeName$
|
|
123326
|
-
type GetAnvaproductsProps = paths[typeof routeName$
|
|
123556
|
+
declare const routeName$7j = "/v1/api/anvaproducts";
|
|
123557
|
+
type GetAnvaproductsQueryParams = paths[typeof routeName$7j]['get']['parameters']['query'];
|
|
123558
|
+
type GetAnvaproductsResponse = paths[typeof routeName$7j]['get']['responses'][200]['content']['application/json'];
|
|
123559
|
+
type GetAnvaproductsProps = paths[typeof routeName$7j]['get']['parameters'];
|
|
123327
123560
|
declare const getAnvaproducts: (props: GetAnvaproductsProps, wgApiClient: ClientType) => Promise<GetAnvaproductsResponse>;
|
|
123328
123561
|
|
|
123329
|
-
declare const routeName$
|
|
123330
|
-
type ImportAnvaproductBody = paths[typeof routeName$
|
|
123331
|
-
type ImportAnvaproductQueryParams = paths[typeof routeName$
|
|
123332
|
-
type ImportAnvaproductResponse = paths[typeof routeName$
|
|
123562
|
+
declare const routeName$7i = "/v1/api/anvaproducts/import";
|
|
123563
|
+
type ImportAnvaproductBody = paths[typeof routeName$7i]['post']['requestBody']['content']['application/json'];
|
|
123564
|
+
type ImportAnvaproductQueryParams = paths[typeof routeName$7i]['post']['parameters']['query'];
|
|
123565
|
+
type ImportAnvaproductResponse = paths[typeof routeName$7i]['post']['responses'][200]['content']['application/json'];
|
|
123333
123566
|
interface ImportAnvaproductProps {
|
|
123334
123567
|
body: ImportAnvaproductBody;
|
|
123335
123568
|
params: {
|
|
@@ -123338,18 +123571,18 @@ interface ImportAnvaproductProps {
|
|
|
123338
123571
|
}
|
|
123339
123572
|
declare const importAnvaproduct: (props: ImportAnvaproductProps, wgApiClient: ClientType) => Promise<ImportAnvaproductResponse>;
|
|
123340
123573
|
|
|
123341
|
-
declare const routeName$
|
|
123342
|
-
type GetAnvaproductByIdPathParams = paths[typeof routeName$
|
|
123343
|
-
type GetAnvaproductByIdQueryParams = paths[typeof routeName$
|
|
123344
|
-
type GetAnvaproductByIdResponse = paths[typeof routeName$
|
|
123345
|
-
type GetAnvaproductByIdProps = paths[typeof routeName$
|
|
123574
|
+
declare const routeName$7h = "/v1/api/anvaproducts/{anva_product_id}";
|
|
123575
|
+
type GetAnvaproductByIdPathParams = paths[typeof routeName$7h]['get']['parameters']['path'];
|
|
123576
|
+
type GetAnvaproductByIdQueryParams = paths[typeof routeName$7h]['get']['parameters']['query'];
|
|
123577
|
+
type GetAnvaproductByIdResponse = paths[typeof routeName$7h]['get']['responses'][200]['content']['application/json'];
|
|
123578
|
+
type GetAnvaproductByIdProps = paths[typeof routeName$7h]['get']['parameters'];
|
|
123346
123579
|
declare const getAnvaproductById: (props: GetAnvaproductByIdProps, wgApiClient: ClientType) => Promise<GetAnvaproductByIdResponse>;
|
|
123347
123580
|
|
|
123348
|
-
declare const routeName$
|
|
123349
|
-
type PatchAnvaproductByIdBody = paths[typeof routeName$
|
|
123350
|
-
type PatchAnvaproductByIdPathParams = paths[typeof routeName$
|
|
123351
|
-
type PatchAnvaproductByIdQueryParams = paths[typeof routeName$
|
|
123352
|
-
type PatchAnvaproductByIdResponse = paths[typeof routeName$
|
|
123581
|
+
declare const routeName$7g = "/v1/api/anvaproducts/{anva_product_id}";
|
|
123582
|
+
type PatchAnvaproductByIdBody = paths[typeof routeName$7g]['patch']['requestBody']['content']['application/json'];
|
|
123583
|
+
type PatchAnvaproductByIdPathParams = paths[typeof routeName$7g]['patch']['parameters']['path'];
|
|
123584
|
+
type PatchAnvaproductByIdQueryParams = paths[typeof routeName$7g]['patch']['parameters']['query'];
|
|
123585
|
+
type PatchAnvaproductByIdResponse = paths[typeof routeName$7g]['patch']['responses'][200]['content']['application/json'];
|
|
123353
123586
|
interface PatchAnvaproductByIdProps {
|
|
123354
123587
|
body: PatchAnvaproductByIdBody;
|
|
123355
123588
|
params: {
|
|
@@ -123359,11 +123592,11 @@ interface PatchAnvaproductByIdProps {
|
|
|
123359
123592
|
}
|
|
123360
123593
|
declare const patchAnvaproductById: (props: PatchAnvaproductByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductByIdResponse>;
|
|
123361
123594
|
|
|
123362
|
-
declare const routeName$
|
|
123363
|
-
type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$
|
|
123364
|
-
type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$
|
|
123365
|
-
type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$
|
|
123366
|
-
type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$
|
|
123595
|
+
declare const routeName$7f = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
|
|
123596
|
+
type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$7f]['patch']['requestBody']['content']['application/json'];
|
|
123597
|
+
type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$7f]['patch']['parameters']['path'];
|
|
123598
|
+
type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$7f]['patch']['parameters']['query'];
|
|
123599
|
+
type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$7f]['patch']['responses'][200]['content']['application/json'];
|
|
123367
123600
|
interface PatchAnvaproductCoverageByIdProps {
|
|
123368
123601
|
body: PatchAnvaproductCoverageByIdBody;
|
|
123369
123602
|
params: {
|
|
@@ -123373,18 +123606,18 @@ interface PatchAnvaproductCoverageByIdProps {
|
|
|
123373
123606
|
}
|
|
123374
123607
|
declare const patchAnvaproductCoverageById: (props: PatchAnvaproductCoverageByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductCoverageByIdResponse>;
|
|
123375
123608
|
|
|
123376
|
-
declare const routeName$
|
|
123377
|
-
type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$
|
|
123378
|
-
type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$
|
|
123379
|
-
type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$
|
|
123380
|
-
type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$
|
|
123609
|
+
declare const routeName$7e = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
|
|
123610
|
+
type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$7e]['get']['parameters']['path'];
|
|
123611
|
+
type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$7e]['get']['parameters']['query'];
|
|
123612
|
+
type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$7e]['get']['responses'][200]['content']['application/json'];
|
|
123613
|
+
type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$7e]['get']['parameters'];
|
|
123381
123614
|
declare const retrieveAnvaflowsQuestionnaires: (props: RetrieveAnvaflowsQuestionnairesProps, wgApiClient: ClientType) => Promise<RetrieveAnvaflowsQuestionnairesResponse>;
|
|
123382
123615
|
|
|
123383
|
-
declare const routeName$
|
|
123384
|
-
type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$
|
|
123385
|
-
type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$
|
|
123386
|
-
type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$
|
|
123387
|
-
type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$
|
|
123616
|
+
declare const routeName$7d = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
|
|
123617
|
+
type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$7d]['put']['requestBody']['content']['application/json'];
|
|
123618
|
+
type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$7d]['put']['parameters']['path'];
|
|
123619
|
+
type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$7d]['put']['parameters']['query'];
|
|
123620
|
+
type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$7d]['put']['responses'][200]['content']['application/json'];
|
|
123388
123621
|
interface UpdateAnvaflowsQuestionnaireProps {
|
|
123389
123622
|
body: UpdateAnvaflowsQuestionnaireBody;
|
|
123390
123623
|
params: {
|
|
@@ -123394,11 +123627,11 @@ interface UpdateAnvaflowsQuestionnaireProps {
|
|
|
123394
123627
|
}
|
|
123395
123628
|
declare const updateAnvaflowsQuestionnaire: (props: UpdateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<UpdateAnvaflowsQuestionnaireResponse>;
|
|
123396
123629
|
|
|
123397
|
-
declare const routeName$
|
|
123398
|
-
type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$
|
|
123399
|
-
type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$
|
|
123400
|
-
type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$
|
|
123401
|
-
type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$
|
|
123630
|
+
declare const routeName$7c = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
|
|
123631
|
+
type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$7c]['post']['requestBody']['content']['application/json'];
|
|
123632
|
+
type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$7c]['post']['parameters']['path'];
|
|
123633
|
+
type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$7c]['post']['parameters']['query'];
|
|
123634
|
+
type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$7c]['post']['responses'][200]['content']['application/json'];
|
|
123402
123635
|
interface ValidateAnvaflowsQuestionnaireProps {
|
|
123403
123636
|
body: ValidateAnvaflowsQuestionnaireBody;
|
|
123404
123637
|
params: {
|
|
@@ -123408,10 +123641,10 @@ interface ValidateAnvaflowsQuestionnaireProps {
|
|
|
123408
123641
|
}
|
|
123409
123642
|
declare const validateAnvaflowsQuestionnaire: (props: ValidateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateAnvaflowsQuestionnaireResponse>;
|
|
123410
123643
|
|
|
123411
|
-
declare const routeName$
|
|
123412
|
-
type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$
|
|
123413
|
-
type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$
|
|
123414
|
-
type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$
|
|
123644
|
+
declare const routeName$7b = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
|
|
123645
|
+
type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$7b]['post']['requestBody']['content']['application/json'];
|
|
123646
|
+
type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$7b]['post']['parameters']['query'];
|
|
123647
|
+
type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$7b]['post']['responses'][200]['content']['application/json'];
|
|
123415
123648
|
interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
|
|
123416
123649
|
body: UpdateQuestionForAllQuestionnairesByAnvaLabelsBody;
|
|
123417
123650
|
params: {
|
|
@@ -123420,20 +123653,20 @@ interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
|
|
|
123420
123653
|
}
|
|
123421
123654
|
declare const updateQuestionForAllQuestionnairesByAnvaLabels: (props: UpdateQuestionForAllQuestionnairesByAnvaLabelsProps, wgApiClient: ClientType) => Promise<UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse>;
|
|
123422
123655
|
|
|
123423
|
-
declare const routeName$
|
|
123424
|
-
type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$
|
|
123656
|
+
declare const routeName$7a = "/v1/api/brokers/me";
|
|
123657
|
+
type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$7a]['get']['responses'][200]['content']['application/json'];
|
|
123425
123658
|
declare const getCurrentBrokerOfTheUser: (wgApiClient: ClientType) => Promise<GetCurrentBrokerOfTheUserResponse>;
|
|
123426
123659
|
|
|
123427
|
-
declare const routeName$
|
|
123428
|
-
type GetTheBrokerByIdPathParams = paths[typeof routeName$
|
|
123429
|
-
type GetTheBrokerByIdResponse = paths[typeof routeName$
|
|
123430
|
-
type GetTheBrokerByIdProps = paths[typeof routeName$
|
|
123660
|
+
declare const routeName$79 = "/v1/api/brokers/{broker_id}";
|
|
123661
|
+
type GetTheBrokerByIdPathParams = paths[typeof routeName$79]['get']['parameters']['path'];
|
|
123662
|
+
type GetTheBrokerByIdResponse = paths[typeof routeName$79]['get']['responses'][200]['content']['application/json'];
|
|
123663
|
+
type GetTheBrokerByIdProps = paths[typeof routeName$79]['get']['parameters'];
|
|
123431
123664
|
declare const getTheBrokerById: (props: GetTheBrokerByIdProps, wgApiClient: ClientType) => Promise<GetTheBrokerByIdResponse>;
|
|
123432
123665
|
|
|
123433
|
-
declare const routeName$
|
|
123434
|
-
type UpdateBrokerByBrokerBody = paths[typeof routeName$
|
|
123435
|
-
type UpdateBrokerByBrokerPathParams = paths[typeof routeName$
|
|
123436
|
-
type UpdateBrokerByBrokerResponse = paths[typeof routeName$
|
|
123666
|
+
declare const routeName$78 = "/v1/api/brokers/{broker_id}";
|
|
123667
|
+
type UpdateBrokerByBrokerBody = paths[typeof routeName$78]['patch']['requestBody']['content']['application/json'];
|
|
123668
|
+
type UpdateBrokerByBrokerPathParams = paths[typeof routeName$78]['patch']['parameters']['path'];
|
|
123669
|
+
type UpdateBrokerByBrokerResponse = paths[typeof routeName$78]['patch']['responses'][200]['content']['application/json'];
|
|
123437
123670
|
interface UpdateBrokerByBrokerProps {
|
|
123438
123671
|
body: UpdateBrokerByBrokerBody;
|
|
123439
123672
|
params: {
|
|
@@ -123442,16 +123675,16 @@ interface UpdateBrokerByBrokerProps {
|
|
|
123442
123675
|
}
|
|
123443
123676
|
declare const updateBrokerByBroker: (props: UpdateBrokerByBrokerProps, wgApiClient: ClientType) => Promise<UpdateBrokerByBrokerResponse>;
|
|
123444
123677
|
|
|
123445
|
-
declare const routeName$
|
|
123446
|
-
type GetBrokerIntegrationsPathParams = paths[typeof routeName$
|
|
123447
|
-
type GetBrokerIntegrationsResponse = paths[typeof routeName$
|
|
123448
|
-
type GetBrokerIntegrationsProps = paths[typeof routeName$
|
|
123678
|
+
declare const routeName$77 = "/v1/api/brokers/{broker_id}/integrations";
|
|
123679
|
+
type GetBrokerIntegrationsPathParams = paths[typeof routeName$77]['get']['parameters']['path'];
|
|
123680
|
+
type GetBrokerIntegrationsResponse = paths[typeof routeName$77]['get']['responses'][200]['content']['application/json'];
|
|
123681
|
+
type GetBrokerIntegrationsProps = paths[typeof routeName$77]['get']['parameters'];
|
|
123449
123682
|
declare const getBrokerIntegrations: (props: GetBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<GetBrokerIntegrationsResponse>;
|
|
123450
123683
|
|
|
123451
|
-
declare const routeName$
|
|
123452
|
-
type UpdateBrokerIntegrationsBody = paths[typeof routeName$
|
|
123453
|
-
type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$
|
|
123454
|
-
type UpdateBrokerIntegrationsResponse = paths[typeof routeName$
|
|
123684
|
+
declare const routeName$76 = "/v1/api/brokers/{broker_id}/integrations";
|
|
123685
|
+
type UpdateBrokerIntegrationsBody = paths[typeof routeName$76]['patch']['requestBody']['content']['application/json'];
|
|
123686
|
+
type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$76]['patch']['parameters']['path'];
|
|
123687
|
+
type UpdateBrokerIntegrationsResponse = paths[typeof routeName$76]['patch']['responses'][200]['content']['application/json'];
|
|
123455
123688
|
interface UpdateBrokerIntegrationsProps {
|
|
123456
123689
|
body: UpdateBrokerIntegrationsBody;
|
|
123457
123690
|
params: {
|
|
@@ -123460,37 +123693,37 @@ interface UpdateBrokerIntegrationsProps {
|
|
|
123460
123693
|
}
|
|
123461
123694
|
declare const updateBrokerIntegrations: (props: UpdateBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<UpdateBrokerIntegrationsResponse>;
|
|
123462
123695
|
|
|
123463
|
-
declare const routeName$
|
|
123464
|
-
type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$
|
|
123465
|
-
type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$
|
|
123466
|
-
type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$
|
|
123696
|
+
declare const routeName$75 = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
|
|
123697
|
+
type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$75]['get']['parameters']['path'];
|
|
123698
|
+
type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$75]['get']['responses'][200]['content']['application/json'];
|
|
123699
|
+
type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$75]['get']['parameters'];
|
|
123467
123700
|
declare const getBrokerByAnvaRelationMangerId: (props: GetBrokerByAnvaRelationMangerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaRelationMangerIdResponse>;
|
|
123468
123701
|
|
|
123469
|
-
declare const routeName$
|
|
123470
|
-
type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$
|
|
123471
|
-
type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$
|
|
123472
|
-
type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$
|
|
123702
|
+
declare const routeName$74 = "/v1/api/anva-producers/{anva_producer_id}";
|
|
123703
|
+
type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$74]['get']['parameters']['path'];
|
|
123704
|
+
type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$74]['get']['responses'][200]['content']['application/json'];
|
|
123705
|
+
type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$74]['get']['parameters'];
|
|
123473
123706
|
declare const getBrokerByAnvaProducerId: (props: GetBrokerByAnvaProducerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaProducerIdResponse>;
|
|
123474
123707
|
|
|
123475
|
-
declare const routeName$
|
|
123476
|
-
type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$
|
|
123477
|
-
type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$
|
|
123478
|
-
type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$
|
|
123479
|
-
type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$
|
|
123708
|
+
declare const routeName$73 = "/v1/api/brokers/{broker_id}/checklists/onboarding";
|
|
123709
|
+
type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$73]['get']['parameters']['path'];
|
|
123710
|
+
type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$73]['get']['parameters']['query'];
|
|
123711
|
+
type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$73]['get']['responses'][200]['content']['application/json'];
|
|
123712
|
+
type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$73]['get']['parameters'];
|
|
123480
123713
|
declare const getOnboardingChecklistByBroker: (props: GetOnboardingChecklistByBrokerProps, wgApiClient: ClientType) => Promise<GetOnboardingChecklistByBrokerResponse>;
|
|
123481
123714
|
|
|
123482
|
-
declare const routeName$
|
|
123483
|
-
type GetCampaignByIdPathParams = paths[typeof routeName$
|
|
123484
|
-
type GetCampaignByIdQueryParams = paths[typeof routeName$
|
|
123485
|
-
type GetCampaignByIdResponse = paths[typeof routeName$
|
|
123486
|
-
type GetCampaignByIdProps = paths[typeof routeName$
|
|
123715
|
+
declare const routeName$72 = "/v1/api/campaigns/{campaign_id}";
|
|
123716
|
+
type GetCampaignByIdPathParams = paths[typeof routeName$72]['get']['parameters']['path'];
|
|
123717
|
+
type GetCampaignByIdQueryParams = paths[typeof routeName$72]['get']['parameters']['query'];
|
|
123718
|
+
type GetCampaignByIdResponse = paths[typeof routeName$72]['get']['responses'][200]['content']['application/json'];
|
|
123719
|
+
type GetCampaignByIdProps = paths[typeof routeName$72]['get']['parameters'];
|
|
123487
123720
|
declare const getCampaignById: (props: GetCampaignByIdProps, wgApiClient: ClientType) => Promise<GetCampaignByIdResponse>;
|
|
123488
123721
|
|
|
123489
|
-
declare const routeName$
|
|
123490
|
-
type UpdateCampaignBody = paths[typeof routeName$
|
|
123491
|
-
type UpdateCampaignPathParams = paths[typeof routeName$
|
|
123492
|
-
type UpdateCampaignQueryParams = paths[typeof routeName$
|
|
123493
|
-
type UpdateCampaignResponse = paths[typeof routeName$
|
|
123722
|
+
declare const routeName$71 = "/v1/api/campaigns/{campaign_id}";
|
|
123723
|
+
type UpdateCampaignBody = paths[typeof routeName$71]['patch']['requestBody']['content']['application/json'];
|
|
123724
|
+
type UpdateCampaignPathParams = paths[typeof routeName$71]['patch']['parameters']['path'];
|
|
123725
|
+
type UpdateCampaignQueryParams = paths[typeof routeName$71]['patch']['parameters']['query'];
|
|
123726
|
+
type UpdateCampaignResponse = paths[typeof routeName$71]['patch']['responses'][200]['content']['application/json'];
|
|
123494
123727
|
interface UpdateCampaignProps {
|
|
123495
123728
|
body: UpdateCampaignBody;
|
|
123496
123729
|
params: {
|
|
@@ -123500,16 +123733,16 @@ interface UpdateCampaignProps {
|
|
|
123500
123733
|
}
|
|
123501
123734
|
declare const updateCampaign: (props: UpdateCampaignProps, wgApiClient: ClientType) => Promise<UpdateCampaignResponse>;
|
|
123502
123735
|
|
|
123503
|
-
declare const routeName$
|
|
123504
|
-
type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$
|
|
123505
|
-
type GetAllCampaignsByDistributionResponse = paths[typeof routeName$
|
|
123506
|
-
type GetAllCampaignsByDistributionProps = paths[typeof routeName$
|
|
123736
|
+
declare const routeName$70 = "/v1/api/campaigns";
|
|
123737
|
+
type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$70]['get']['parameters']['query'];
|
|
123738
|
+
type GetAllCampaignsByDistributionResponse = paths[typeof routeName$70]['get']['responses'][200]['content']['application/json'];
|
|
123739
|
+
type GetAllCampaignsByDistributionProps = paths[typeof routeName$70]['get']['parameters'];
|
|
123507
123740
|
declare const getAllCampaignsByDistribution: (props: GetAllCampaignsByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCampaignsByDistributionResponse>;
|
|
123508
123741
|
|
|
123509
|
-
declare const routeName$
|
|
123510
|
-
type CreateCampaignBody = paths[typeof routeName$
|
|
123511
|
-
type CreateCampaignQueryParams = paths[typeof routeName$
|
|
123512
|
-
type CreateCampaignResponse = paths[typeof routeName$
|
|
123742
|
+
declare const routeName$6$ = "/v1/api/campaigns";
|
|
123743
|
+
type CreateCampaignBody = paths[typeof routeName$6$]['post']['requestBody']['content']['application/json'];
|
|
123744
|
+
type CreateCampaignQueryParams = paths[typeof routeName$6$]['post']['parameters']['query'];
|
|
123745
|
+
type CreateCampaignResponse = paths[typeof routeName$6$]['post']['responses'][201]['content']['application/json'];
|
|
123513
123746
|
interface CreateCampaignProps {
|
|
123514
123747
|
body: CreateCampaignBody;
|
|
123515
123748
|
params: {
|
|
@@ -123518,17 +123751,17 @@ interface CreateCampaignProps {
|
|
|
123518
123751
|
}
|
|
123519
123752
|
declare const createCampaign: (props: CreateCampaignProps, wgApiClient: ClientType) => Promise<CreateCampaignResponse>;
|
|
123520
123753
|
|
|
123521
|
-
declare const routeName$
|
|
123522
|
-
type GetMetricsByCampaignPathParams = paths[typeof routeName$
|
|
123523
|
-
type GetMetricsByCampaignQueryParams = paths[typeof routeName$
|
|
123524
|
-
type GetMetricsByCampaignResponse = paths[typeof routeName$
|
|
123525
|
-
type GetMetricsByCampaignProps = paths[typeof routeName$
|
|
123754
|
+
declare const routeName$6_ = "/v1/api/campaigns/{campaign_id}/metrics";
|
|
123755
|
+
type GetMetricsByCampaignPathParams = paths[typeof routeName$6_]['get']['parameters']['path'];
|
|
123756
|
+
type GetMetricsByCampaignQueryParams = paths[typeof routeName$6_]['get']['parameters']['query'];
|
|
123757
|
+
type GetMetricsByCampaignResponse = paths[typeof routeName$6_]['get']['responses'][200]['content']['application/json'];
|
|
123758
|
+
type GetMetricsByCampaignProps = paths[typeof routeName$6_]['get']['parameters'];
|
|
123526
123759
|
declare const getMetricsByCampaign: (props: GetMetricsByCampaignProps, wgApiClient: ClientType) => Promise<GetMetricsByCampaignResponse>;
|
|
123527
123760
|
|
|
123528
|
-
declare const routeName$
|
|
123529
|
-
type UpdateTargetsByCampaignPathParams = paths[typeof routeName$
|
|
123530
|
-
type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$
|
|
123531
|
-
type UpdateTargetsByCampaignResponse = paths[typeof routeName$
|
|
123761
|
+
declare const routeName$6Z = "/v1/api/campaigns/{campaign_id}/targets";
|
|
123762
|
+
type UpdateTargetsByCampaignPathParams = paths[typeof routeName$6Z]['patch']['parameters']['path'];
|
|
123763
|
+
type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$6Z]['patch']['parameters']['query'];
|
|
123764
|
+
type UpdateTargetsByCampaignResponse = paths[typeof routeName$6Z]['patch']['responses'][200]['content']['application/json'];
|
|
123532
123765
|
interface UpdateTargetsByCampaignProps {
|
|
123533
123766
|
params: {
|
|
123534
123767
|
query: UpdateTargetsByCampaignQueryParams;
|
|
@@ -123537,15 +123770,15 @@ interface UpdateTargetsByCampaignProps {
|
|
|
123537
123770
|
}
|
|
123538
123771
|
declare const updateTargetsByCampaign: (props: UpdateTargetsByCampaignProps, wgApiClient: ClientType) => Promise<UpdateTargetsByCampaignResponse>;
|
|
123539
123772
|
|
|
123540
|
-
declare const routeName$
|
|
123541
|
-
type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$
|
|
123542
|
-
type GetAllCampaignTemplatesResponse = paths[typeof routeName$
|
|
123543
|
-
type GetAllCampaignTemplatesProps = paths[typeof routeName$
|
|
123773
|
+
declare const routeName$6Y = "/v1/api/campaign-templates";
|
|
123774
|
+
type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$6Y]['get']['parameters']['query'];
|
|
123775
|
+
type GetAllCampaignTemplatesResponse = paths[typeof routeName$6Y]['get']['responses'][200]['content']['application/json'];
|
|
123776
|
+
type GetAllCampaignTemplatesProps = paths[typeof routeName$6Y]['get']['parameters'];
|
|
123544
123777
|
declare const getAllCampaignTemplates: (props: GetAllCampaignTemplatesProps, wgApiClient: ClientType) => Promise<GetAllCampaignTemplatesResponse>;
|
|
123545
123778
|
|
|
123546
|
-
declare const routeName$
|
|
123547
|
-
type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$
|
|
123548
|
-
type SendExampleCampaignTargetMailResponse = paths[typeof routeName$
|
|
123779
|
+
declare const routeName$6X = "/v1/api/campaigns/example-mails";
|
|
123780
|
+
type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$6X]['post']['parameters']['query'];
|
|
123781
|
+
type SendExampleCampaignTargetMailResponse = paths[typeof routeName$6X]['post']['responses'][201]['content']['application/json'];
|
|
123549
123782
|
interface SendExampleCampaignTargetMailProps {
|
|
123550
123783
|
params: {
|
|
123551
123784
|
query: SendExampleCampaignTargetMailQueryParams;
|
|
@@ -123553,16 +123786,16 @@ interface SendExampleCampaignTargetMailProps {
|
|
|
123553
123786
|
}
|
|
123554
123787
|
declare const sendExampleCampaignTargetMail: (props: SendExampleCampaignTargetMailProps, wgApiClient: ClientType) => Promise<SendExampleCampaignTargetMailResponse>;
|
|
123555
123788
|
|
|
123556
|
-
declare const routeName$
|
|
123557
|
-
type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$
|
|
123558
|
-
type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$
|
|
123559
|
-
type GetCampaignSettingsByDistributionProps = paths[typeof routeName$
|
|
123789
|
+
declare const routeName$6W = "/v1/api/distributions/campaign-settings";
|
|
123790
|
+
type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$6W]['get']['parameters']['query'];
|
|
123791
|
+
type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$6W]['get']['responses'][200]['content']['application/json'];
|
|
123792
|
+
type GetCampaignSettingsByDistributionProps = paths[typeof routeName$6W]['get']['parameters'];
|
|
123560
123793
|
declare const getCampaignSettingsByDistribution: (props: GetCampaignSettingsByDistributionProps, wgApiClient: ClientType) => Promise<GetCampaignSettingsByDistributionResponse>;
|
|
123561
123794
|
|
|
123562
|
-
declare const routeName$
|
|
123563
|
-
type GenerateDnsPrefixBody = paths[typeof routeName$
|
|
123564
|
-
type GenerateDnsPrefixQueryParams = paths[typeof routeName$
|
|
123565
|
-
type GenerateDnsPrefixResponse = paths[typeof routeName$
|
|
123795
|
+
declare const routeName$6V = "/v1/api/campaigns/dns-prefixes/generate";
|
|
123796
|
+
type GenerateDnsPrefixBody = paths[typeof routeName$6V]['post']['requestBody']['content']['application/json'];
|
|
123797
|
+
type GenerateDnsPrefixQueryParams = paths[typeof routeName$6V]['post']['parameters']['query'];
|
|
123798
|
+
type GenerateDnsPrefixResponse = paths[typeof routeName$6V]['post']['responses'][200]['content']['application/json'];
|
|
123566
123799
|
interface GenerateDnsPrefixProps {
|
|
123567
123800
|
body: GenerateDnsPrefixBody;
|
|
123568
123801
|
params: {
|
|
@@ -123571,16 +123804,16 @@ interface GenerateDnsPrefixProps {
|
|
|
123571
123804
|
}
|
|
123572
123805
|
declare const generateDnsPrefix: (props: GenerateDnsPrefixProps, wgApiClient: ClientType) => Promise<GenerateDnsPrefixResponse>;
|
|
123573
123806
|
|
|
123574
|
-
declare const routeName$
|
|
123575
|
-
type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$
|
|
123576
|
-
type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$
|
|
123577
|
-
type GetCampaignTargetMailTemplateProps = paths[typeof routeName$
|
|
123807
|
+
declare const routeName$6U = "/v1/api/mail-templates/campaign-target";
|
|
123808
|
+
type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$6U]['get']['parameters']['query'];
|
|
123809
|
+
type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$6U]['get']['responses'][200]['content']['application/json'];
|
|
123810
|
+
type GetCampaignTargetMailTemplateProps = paths[typeof routeName$6U]['get']['parameters'];
|
|
123578
123811
|
declare const getCampaignTargetMailTemplate: (props: GetCampaignTargetMailTemplateProps, wgApiClient: ClientType) => Promise<GetCampaignTargetMailTemplateResponse>;
|
|
123579
123812
|
|
|
123580
|
-
declare const routeName$
|
|
123581
|
-
type CreateClaimAsCustomerPathParams = paths[typeof routeName$
|
|
123582
|
-
type CreateClaimAsCustomerQueryParams = paths[typeof routeName$
|
|
123583
|
-
type CreateClaimAsCustomerResponse = paths[typeof routeName$
|
|
123813
|
+
declare const routeName$6T = "/v1/api/distributions/{distribution_id}/claims";
|
|
123814
|
+
type CreateClaimAsCustomerPathParams = paths[typeof routeName$6T]['post']['parameters']['path'];
|
|
123815
|
+
type CreateClaimAsCustomerQueryParams = paths[typeof routeName$6T]['post']['parameters']['query'];
|
|
123816
|
+
type CreateClaimAsCustomerResponse = paths[typeof routeName$6T]['post']['responses'][201]['content']['application/json'];
|
|
123584
123817
|
interface CreateClaimAsCustomerProps {
|
|
123585
123818
|
params: {
|
|
123586
123819
|
query: CreateClaimAsCustomerQueryParams;
|
|
@@ -123589,15 +123822,15 @@ interface CreateClaimAsCustomerProps {
|
|
|
123589
123822
|
}
|
|
123590
123823
|
declare const createClaimAsCustomer: (props: CreateClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateClaimAsCustomerResponse>;
|
|
123591
123824
|
|
|
123592
|
-
declare const routeName$
|
|
123593
|
-
type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$
|
|
123594
|
-
type GetAllClaimsAsBrokerResponse = paths[typeof routeName$
|
|
123595
|
-
type GetAllClaimsAsBrokerProps = paths[typeof routeName$
|
|
123825
|
+
declare const routeName$6S = "/v1/api/claims";
|
|
123826
|
+
type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$6S]['get']['parameters']['query'];
|
|
123827
|
+
type GetAllClaimsAsBrokerResponse = paths[typeof routeName$6S]['get']['responses'][200]['content']['application/json'];
|
|
123828
|
+
type GetAllClaimsAsBrokerProps = paths[typeof routeName$6S]['get']['parameters'];
|
|
123596
123829
|
declare const getAllClaimsAsBroker: (props: GetAllClaimsAsBrokerProps, wgApiClient: ClientType) => Promise<GetAllClaimsAsBrokerResponse>;
|
|
123597
123830
|
|
|
123598
|
-
declare const routeName$
|
|
123599
|
-
type CreateClaimAsBrokerQueryParams = paths[typeof routeName$
|
|
123600
|
-
type CreateClaimAsBrokerResponse = paths[typeof routeName$
|
|
123831
|
+
declare const routeName$6R = "/v1/api/claims";
|
|
123832
|
+
type CreateClaimAsBrokerQueryParams = paths[typeof routeName$6R]['post']['parameters']['query'];
|
|
123833
|
+
type CreateClaimAsBrokerResponse = paths[typeof routeName$6R]['post']['responses'][201]['content']['application/json'];
|
|
123601
123834
|
interface CreateClaimAsBrokerProps {
|
|
123602
123835
|
params: {
|
|
123603
123836
|
query: CreateClaimAsBrokerQueryParams;
|
|
@@ -123605,17 +123838,17 @@ interface CreateClaimAsBrokerProps {
|
|
|
123605
123838
|
}
|
|
123606
123839
|
declare const createClaimAsBroker: (props: CreateClaimAsBrokerProps, wgApiClient: ClientType) => Promise<CreateClaimAsBrokerResponse>;
|
|
123607
123840
|
|
|
123608
|
-
declare const routeName$
|
|
123609
|
-
type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$
|
|
123610
|
-
type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
123611
|
-
type GetClaimAsBrokerByIdResponse = paths[typeof routeName$
|
|
123612
|
-
type GetClaimAsBrokerByIdProps = paths[typeof routeName$
|
|
123841
|
+
declare const routeName$6Q = "/v1/api/claims/{claim_id}";
|
|
123842
|
+
type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$6Q]['get']['parameters']['path'];
|
|
123843
|
+
type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$6Q]['get']['parameters']['query'];
|
|
123844
|
+
type GetClaimAsBrokerByIdResponse = paths[typeof routeName$6Q]['get']['responses'][200]['content']['application/json'];
|
|
123845
|
+
type GetClaimAsBrokerByIdProps = paths[typeof routeName$6Q]['get']['parameters'];
|
|
123613
123846
|
declare const getClaimAsBrokerById: (props: GetClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimAsBrokerByIdResponse>;
|
|
123614
123847
|
|
|
123615
|
-
declare const routeName$
|
|
123616
|
-
type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$
|
|
123617
|
-
type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
123618
|
-
type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$
|
|
123848
|
+
declare const routeName$6P = "/v1/api/claims/{claim_id}";
|
|
123849
|
+
type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$6P]['delete']['parameters']['path'];
|
|
123850
|
+
type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$6P]['delete']['parameters']['query'];
|
|
123851
|
+
type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$6P]['delete']['responses'][200]['content']['application/json'];
|
|
123619
123852
|
interface DeleteClaimAsBrokerByIdProps {
|
|
123620
123853
|
params: {
|
|
123621
123854
|
query: DeleteClaimAsBrokerByIdQueryParams;
|
|
@@ -123624,10 +123857,10 @@ interface DeleteClaimAsBrokerByIdProps {
|
|
|
123624
123857
|
}
|
|
123625
123858
|
declare const deleteClaimAsBrokerById: (props: DeleteClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteClaimAsBrokerByIdResponse>;
|
|
123626
123859
|
|
|
123627
|
-
declare const routeName$
|
|
123628
|
-
type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$
|
|
123629
|
-
type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
123630
|
-
type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$
|
|
123860
|
+
declare const routeName$6O = "/v1/api/claims/{claim_id}";
|
|
123861
|
+
type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$6O]['patch']['parameters']['path'];
|
|
123862
|
+
type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$6O]['patch']['parameters']['query'];
|
|
123863
|
+
type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$6O]['patch']['responses'][200]['content']['application/json'];
|
|
123631
123864
|
interface UpdateClaimAsBrokerByIdProps {
|
|
123632
123865
|
params: {
|
|
123633
123866
|
query: UpdateClaimAsBrokerByIdQueryParams;
|
|
@@ -123636,10 +123869,10 @@ interface UpdateClaimAsBrokerByIdProps {
|
|
|
123636
123869
|
}
|
|
123637
123870
|
declare const updateClaimAsBrokerById: (props: UpdateClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateClaimAsBrokerByIdResponse>;
|
|
123638
123871
|
|
|
123639
|
-
declare const routeName$
|
|
123640
|
-
type UpdateDeclarationRemarkPathParams = paths[typeof routeName$
|
|
123641
|
-
type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$
|
|
123642
|
-
type UpdateDeclarationRemarkResponse = paths[typeof routeName$
|
|
123872
|
+
declare const routeName$6N = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
|
|
123873
|
+
type UpdateDeclarationRemarkPathParams = paths[typeof routeName$6N]['put']['parameters']['path'];
|
|
123874
|
+
type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$6N]['put']['parameters']['query'];
|
|
123875
|
+
type UpdateDeclarationRemarkResponse = paths[typeof routeName$6N]['put']['responses'][200]['content']['application/json'];
|
|
123643
123876
|
interface UpdateDeclarationRemarkProps {
|
|
123644
123877
|
params: {
|
|
123645
123878
|
query: UpdateDeclarationRemarkQueryParams;
|
|
@@ -123648,10 +123881,10 @@ interface UpdateDeclarationRemarkProps {
|
|
|
123648
123881
|
}
|
|
123649
123882
|
declare const updateDeclarationRemark: (props: UpdateDeclarationRemarkProps, wgApiClient: ClientType) => Promise<UpdateDeclarationRemarkResponse>;
|
|
123650
123883
|
|
|
123651
|
-
declare const routeName$
|
|
123652
|
-
type CreateLockForClaimPathParams = paths[typeof routeName$
|
|
123653
|
-
type CreateLockForClaimQueryParams = paths[typeof routeName$
|
|
123654
|
-
type CreateLockForClaimResponse = paths[typeof routeName$
|
|
123884
|
+
declare const routeName$6M = "/v1/api/claims/{claim_id}/lock";
|
|
123885
|
+
type CreateLockForClaimPathParams = paths[typeof routeName$6M]['post']['parameters']['path'];
|
|
123886
|
+
type CreateLockForClaimQueryParams = paths[typeof routeName$6M]['post']['parameters']['query'];
|
|
123887
|
+
type CreateLockForClaimResponse = paths[typeof routeName$6M]['post']['responses'][201]['content']['application/json'];
|
|
123655
123888
|
interface CreateLockForClaimProps {
|
|
123656
123889
|
params: {
|
|
123657
123890
|
query: CreateLockForClaimQueryParams;
|
|
@@ -123660,10 +123893,10 @@ interface CreateLockForClaimProps {
|
|
|
123660
123893
|
}
|
|
123661
123894
|
declare const createLockForClaim: (props: CreateLockForClaimProps, wgApiClient: ClientType) => Promise<CreateLockForClaimResponse>;
|
|
123662
123895
|
|
|
123663
|
-
declare const routeName$
|
|
123664
|
-
type UnlockClaimPathParams = paths[typeof routeName$
|
|
123665
|
-
type UnlockClaimQueryParams = paths[typeof routeName$
|
|
123666
|
-
type UnlockClaimResponse = paths[typeof routeName$
|
|
123896
|
+
declare const routeName$6L = "/v1/api/claims/{claim_id}/unlock";
|
|
123897
|
+
type UnlockClaimPathParams = paths[typeof routeName$6L]['post']['parameters']['path'];
|
|
123898
|
+
type UnlockClaimQueryParams = paths[typeof routeName$6L]['post']['parameters']['query'];
|
|
123899
|
+
type UnlockClaimResponse = paths[typeof routeName$6L]['post']['responses'][200]['content']['application/json'];
|
|
123667
123900
|
interface UnlockClaimProps {
|
|
123668
123901
|
params: {
|
|
123669
123902
|
query: UnlockClaimQueryParams;
|
|
@@ -123672,10 +123905,10 @@ interface UnlockClaimProps {
|
|
|
123672
123905
|
}
|
|
123673
123906
|
declare const unlockClaim: (props: UnlockClaimProps, wgApiClient: ClientType) => Promise<UnlockClaimResponse>;
|
|
123674
123907
|
|
|
123675
|
-
declare const routeName$
|
|
123676
|
-
type ClaimRequestUpdatePathParams = paths[typeof routeName$
|
|
123677
|
-
type ClaimRequestUpdateQueryParams = paths[typeof routeName$
|
|
123678
|
-
type ClaimRequestUpdateResponse = paths[typeof routeName$
|
|
123908
|
+
declare const routeName$6K = "/v1/api/claims/{claim_id}/request_update";
|
|
123909
|
+
type ClaimRequestUpdatePathParams = paths[typeof routeName$6K]['post']['parameters']['path'];
|
|
123910
|
+
type ClaimRequestUpdateQueryParams = paths[typeof routeName$6K]['post']['parameters']['query'];
|
|
123911
|
+
type ClaimRequestUpdateResponse = paths[typeof routeName$6K]['post']['responses'][200]['content']['application/json'];
|
|
123679
123912
|
interface ClaimRequestUpdateProps {
|
|
123680
123913
|
params: {
|
|
123681
123914
|
query: ClaimRequestUpdateQueryParams;
|
|
@@ -123684,10 +123917,10 @@ interface ClaimRequestUpdateProps {
|
|
|
123684
123917
|
}
|
|
123685
123918
|
declare const claimRequestUpdate: (props: ClaimRequestUpdateProps, wgApiClient: ClientType) => Promise<ClaimRequestUpdateResponse>;
|
|
123686
123919
|
|
|
123687
|
-
declare const routeName$
|
|
123688
|
-
type ValidateClaimPathParams = paths[typeof routeName$
|
|
123689
|
-
type ValidateClaimQueryParams = paths[typeof routeName$
|
|
123690
|
-
type ValidateClaimResponse = paths[typeof routeName$
|
|
123920
|
+
declare const routeName$6J = "/v1/api/claims/{claim_id}/validate";
|
|
123921
|
+
type ValidateClaimPathParams = paths[typeof routeName$6J]['post']['parameters']['path'];
|
|
123922
|
+
type ValidateClaimQueryParams = paths[typeof routeName$6J]['post']['parameters']['query'];
|
|
123923
|
+
type ValidateClaimResponse = paths[typeof routeName$6J]['post']['responses'][200]['content']['application/json'];
|
|
123691
123924
|
interface ValidateClaimProps {
|
|
123692
123925
|
params: {
|
|
123693
123926
|
query: ValidateClaimQueryParams;
|
|
@@ -123696,10 +123929,10 @@ interface ValidateClaimProps {
|
|
|
123696
123929
|
}
|
|
123697
123930
|
declare const validateClaim: (props: ValidateClaimProps, wgApiClient: ClientType) => Promise<ValidateClaimResponse>;
|
|
123698
123931
|
|
|
123699
|
-
declare const routeName$
|
|
123700
|
-
type CreateDocumentForClaimPathParams = paths[typeof routeName$
|
|
123701
|
-
type CreateDocumentForClaimQueryParams = paths[typeof routeName$
|
|
123702
|
-
type CreateDocumentForClaimResponse = paths[typeof routeName$
|
|
123932
|
+
declare const routeName$6I = "/v1/api/claims/{claim_id}/documents";
|
|
123933
|
+
type CreateDocumentForClaimPathParams = paths[typeof routeName$6I]['post']['parameters']['path'];
|
|
123934
|
+
type CreateDocumentForClaimQueryParams = paths[typeof routeName$6I]['post']['parameters']['query'];
|
|
123935
|
+
type CreateDocumentForClaimResponse = paths[typeof routeName$6I]['post']['responses'][201]['content']['application/json'];
|
|
123703
123936
|
interface CreateDocumentForClaimProps {
|
|
123704
123937
|
params: {
|
|
123705
123938
|
query: CreateDocumentForClaimQueryParams;
|
|
@@ -123708,17 +123941,17 @@ interface CreateDocumentForClaimProps {
|
|
|
123708
123941
|
}
|
|
123709
123942
|
declare const createDocumentForClaim: (props: CreateDocumentForClaimProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimResponse>;
|
|
123710
123943
|
|
|
123711
|
-
declare const routeName$
|
|
123712
|
-
type DownloadDocumentByIdPathParams = paths[typeof routeName$
|
|
123713
|
-
type DownloadDocumentByIdQueryParams = paths[typeof routeName$
|
|
123714
|
-
type DownloadDocumentByIdResponse = paths[typeof routeName$
|
|
123715
|
-
type DownloadDocumentByIdProps = paths[typeof routeName$
|
|
123944
|
+
declare const routeName$6H = "/v1/api/claims/{claim_id}/documents/{document_id}";
|
|
123945
|
+
type DownloadDocumentByIdPathParams = paths[typeof routeName$6H]['get']['parameters']['path'];
|
|
123946
|
+
type DownloadDocumentByIdQueryParams = paths[typeof routeName$6H]['get']['parameters']['query'];
|
|
123947
|
+
type DownloadDocumentByIdResponse = paths[typeof routeName$6H]['get']['responses'][307]['content']['application/json'];
|
|
123948
|
+
type DownloadDocumentByIdProps = paths[typeof routeName$6H]['get']['parameters'];
|
|
123716
123949
|
declare const downloadDocumentById: (props: DownloadDocumentByIdProps, wgApiClient: ClientType) => Promise<DownloadDocumentByIdResponse>;
|
|
123717
123950
|
|
|
123718
|
-
declare const routeName$
|
|
123719
|
-
type DeleteDocumentByIdPathParams = paths[typeof routeName$
|
|
123720
|
-
type DeleteDocumentByIdQueryParams = paths[typeof routeName$
|
|
123721
|
-
type DeleteDocumentByIdResponse = paths[typeof routeName$
|
|
123951
|
+
declare const routeName$6G = "/v1/api/claims/{claim_id}/documents/{document_id}";
|
|
123952
|
+
type DeleteDocumentByIdPathParams = paths[typeof routeName$6G]['delete']['parameters']['path'];
|
|
123953
|
+
type DeleteDocumentByIdQueryParams = paths[typeof routeName$6G]['delete']['parameters']['query'];
|
|
123954
|
+
type DeleteDocumentByIdResponse = paths[typeof routeName$6G]['delete']['responses'][200]['content']['application/json'];
|
|
123722
123955
|
interface DeleteDocumentByIdProps {
|
|
123723
123956
|
params: {
|
|
123724
123957
|
query: DeleteDocumentByIdQueryParams;
|
|
@@ -123727,10 +123960,10 @@ interface DeleteDocumentByIdProps {
|
|
|
123727
123960
|
}
|
|
123728
123961
|
declare const deleteDocumentById: (props: DeleteDocumentByIdProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdResponse>;
|
|
123729
123962
|
|
|
123730
|
-
declare const routeName$
|
|
123731
|
-
type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$
|
|
123732
|
-
type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$
|
|
123733
|
-
type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$
|
|
123963
|
+
declare const routeName$6F = "/v1/api/claims/{claim_id}/documents/{document_id}";
|
|
123964
|
+
type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$6F]['patch']['parameters']['path'];
|
|
123965
|
+
type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$6F]['patch']['parameters']['query'];
|
|
123966
|
+
type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$6F]['patch']['responses'][200]['content']['application/json'];
|
|
123734
123967
|
interface UpdateDocumentMetadataByIdProps {
|
|
123735
123968
|
params: {
|
|
123736
123969
|
query: UpdateDocumentMetadataByIdQueryParams;
|
|
@@ -123739,17 +123972,17 @@ interface UpdateDocumentMetadataByIdProps {
|
|
|
123739
123972
|
}
|
|
123740
123973
|
declare const updateDocumentMetadataById: (props: UpdateDocumentMetadataByIdProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdResponse>;
|
|
123741
123974
|
|
|
123742
|
-
declare const routeName$
|
|
123743
|
-
type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
123744
|
-
type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
123745
|
-
type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
123746
|
-
type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$
|
|
123975
|
+
declare const routeName$6E = "/v1/api/claims/customer/token/{token}";
|
|
123976
|
+
type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$6E]['get']['parameters']['path'];
|
|
123977
|
+
type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$6E]['get']['parameters']['query'];
|
|
123978
|
+
type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$6E]['get']['responses'][200]['content']['application/json'];
|
|
123979
|
+
type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$6E]['get']['parameters'];
|
|
123747
123980
|
declare const getClaimAsCustomerWithToken: (props: GetClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<GetClaimAsCustomerWithTokenResponse>;
|
|
123748
123981
|
|
|
123749
|
-
declare const routeName$
|
|
123750
|
-
type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
123751
|
-
type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
123752
|
-
type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
123982
|
+
declare const routeName$6D = "/v1/api/claims/customer/token/{token}";
|
|
123983
|
+
type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$6D]['patch']['parameters']['path'];
|
|
123984
|
+
type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$6D]['patch']['parameters']['query'];
|
|
123985
|
+
type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$6D]['patch']['responses'][200]['content']['application/json'];
|
|
123753
123986
|
interface UpdateClaimAsCustomerWithTokenProps {
|
|
123754
123987
|
params: {
|
|
123755
123988
|
query: UpdateClaimAsCustomerWithTokenQueryParams;
|
|
@@ -123758,10 +123991,10 @@ interface UpdateClaimAsCustomerWithTokenProps {
|
|
|
123758
123991
|
}
|
|
123759
123992
|
declare const updateClaimAsCustomerWithToken: (props: UpdateClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateClaimAsCustomerWithTokenResponse>;
|
|
123760
123993
|
|
|
123761
|
-
declare const routeName$
|
|
123762
|
-
type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
123763
|
-
type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
123764
|
-
type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
123994
|
+
declare const routeName$6C = "/v1/api/claims/customer/token/{token}/entities";
|
|
123995
|
+
type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$6C]['post']['parameters']['path'];
|
|
123996
|
+
type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$6C]['post']['parameters']['query'];
|
|
123997
|
+
type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$6C]['post']['responses'][201]['content']['application/json'];
|
|
123765
123998
|
interface CreateEntityAsCustomerWithTokenProps {
|
|
123766
123999
|
params: {
|
|
123767
124000
|
query: CreateEntityAsCustomerWithTokenQueryParams;
|
|
@@ -123770,10 +124003,10 @@ interface CreateEntityAsCustomerWithTokenProps {
|
|
|
123770
124003
|
}
|
|
123771
124004
|
declare const createEntityAsCustomerWithToken: (props: CreateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<CreateEntityAsCustomerWithTokenResponse>;
|
|
123772
124005
|
|
|
123773
|
-
declare const routeName$
|
|
123774
|
-
type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
123775
|
-
type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
123776
|
-
type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
124006
|
+
declare const routeName$6B = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
|
|
124007
|
+
type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$6B]['delete']['parameters']['path'];
|
|
124008
|
+
type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$6B]['delete']['parameters']['query'];
|
|
124009
|
+
type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$6B]['delete']['responses'][200]['content']['application/json'];
|
|
123777
124010
|
interface DeleteEntityByIdAsCustomerWithTokenProps {
|
|
123778
124011
|
params: {
|
|
123779
124012
|
query: DeleteEntityByIdAsCustomerWithTokenQueryParams;
|
|
@@ -123782,10 +124015,10 @@ interface DeleteEntityByIdAsCustomerWithTokenProps {
|
|
|
123782
124015
|
}
|
|
123783
124016
|
declare const deleteEntityByIdAsCustomerWithToken: (props: DeleteEntityByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteEntityByIdAsCustomerWithTokenResponse>;
|
|
123784
124017
|
|
|
123785
|
-
declare const routeName$
|
|
123786
|
-
type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
123787
|
-
type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
123788
|
-
type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
124018
|
+
declare const routeName$6A = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
|
|
124019
|
+
type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$6A]['patch']['parameters']['path'];
|
|
124020
|
+
type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$6A]['patch']['parameters']['query'];
|
|
124021
|
+
type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$6A]['patch']['responses'][200]['content']['application/json'];
|
|
123789
124022
|
interface UpdateEntityAsCustomerWithTokenProps {
|
|
123790
124023
|
params: {
|
|
123791
124024
|
query: UpdateEntityAsCustomerWithTokenQueryParams;
|
|
@@ -123794,10 +124027,10 @@ interface UpdateEntityAsCustomerWithTokenProps {
|
|
|
123794
124027
|
}
|
|
123795
124028
|
declare const updateEntityAsCustomerWithToken: (props: UpdateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateEntityAsCustomerWithTokenResponse>;
|
|
123796
124029
|
|
|
123797
|
-
declare const routeName$
|
|
123798
|
-
type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$
|
|
123799
|
-
type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$
|
|
123800
|
-
type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$
|
|
124030
|
+
declare const routeName$6z = "/v1/api/claims/upload/{claim_doc_category}";
|
|
124031
|
+
type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$6z]['post']['parameters']['path'];
|
|
124032
|
+
type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$6z]['post']['parameters']['query'];
|
|
124033
|
+
type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$6z]['post']['responses'][200]['content']['application/json'];
|
|
123801
124034
|
interface UploadClaimDocumentAsBrokerProps {
|
|
123802
124035
|
params: {
|
|
123803
124036
|
query: UploadClaimDocumentAsBrokerQueryParams;
|
|
@@ -123806,10 +124039,10 @@ interface UploadClaimDocumentAsBrokerProps {
|
|
|
123806
124039
|
}
|
|
123807
124040
|
declare const uploadClaimDocumentAsBroker: (props: UploadClaimDocumentAsBrokerProps, wgApiClient: ClientType) => Promise<UploadClaimDocumentAsBrokerResponse>;
|
|
123808
124041
|
|
|
123809
|
-
declare const routeName$
|
|
123810
|
-
type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$
|
|
123811
|
-
type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$
|
|
123812
|
-
type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$
|
|
124042
|
+
declare const routeName$6y = "/v1/api/claims/customer/upload/{claim_doc_category}";
|
|
124043
|
+
type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$6y]['post']['parameters']['path'];
|
|
124044
|
+
type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$6y]['post']['parameters']['query'];
|
|
124045
|
+
type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$6y]['post']['responses'][200]['content']['application/json'];
|
|
123813
124046
|
interface CreateUploadLinkAsCustomerProps {
|
|
123814
124047
|
params: {
|
|
123815
124048
|
query: CreateUploadLinkAsCustomerQueryParams;
|
|
@@ -123818,9 +124051,9 @@ interface CreateUploadLinkAsCustomerProps {
|
|
|
123818
124051
|
}
|
|
123819
124052
|
declare const createUploadLinkAsCustomer: (props: CreateUploadLinkAsCustomerProps, wgApiClient: ClientType) => Promise<CreateUploadLinkAsCustomerResponse>;
|
|
123820
124053
|
|
|
123821
|
-
declare const routeName$
|
|
123822
|
-
type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$
|
|
123823
|
-
type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$
|
|
124054
|
+
declare const routeName$6x = "/v1/api/claims/generate/token";
|
|
124055
|
+
type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$6x]['post']['parameters']['query'];
|
|
124056
|
+
type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$6x]['post']['responses'][201]['content']['application/json'];
|
|
123824
124057
|
interface GenerateTokenForSocialLoginFlowAsBrokerProps {
|
|
123825
124058
|
params: {
|
|
123826
124059
|
query: GenerateTokenForSocialLoginFlowAsBrokerQueryParams;
|
|
@@ -123828,17 +124061,17 @@ interface GenerateTokenForSocialLoginFlowAsBrokerProps {
|
|
|
123828
124061
|
}
|
|
123829
124062
|
declare const generateTokenForSocialLoginFlowAsBroker: (props: GenerateTokenForSocialLoginFlowAsBrokerProps, wgApiClient: ClientType) => Promise<GenerateTokenForSocialLoginFlowAsBrokerResponse>;
|
|
123830
124063
|
|
|
123831
|
-
declare const routeName$
|
|
123832
|
-
type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$
|
|
123833
|
-
type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$
|
|
123834
|
-
type GetClaimEventsAsCustomerResponse = paths[typeof routeName$
|
|
123835
|
-
type GetClaimEventsAsCustomerProps = paths[typeof routeName$
|
|
124064
|
+
declare const routeName$6w = "/v1/api/claims/customer/token/{token}/events";
|
|
124065
|
+
type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$6w]['get']['parameters']['path'];
|
|
124066
|
+
type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$6w]['get']['parameters']['query'];
|
|
124067
|
+
type GetClaimEventsAsCustomerResponse = paths[typeof routeName$6w]['get']['responses'][200]['content']['application/json'];
|
|
124068
|
+
type GetClaimEventsAsCustomerProps = paths[typeof routeName$6w]['get']['parameters'];
|
|
123836
124069
|
declare const getClaimEventsAsCustomer: (props: GetClaimEventsAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsCustomerResponse>;
|
|
123837
124070
|
|
|
123838
|
-
declare const routeName$
|
|
123839
|
-
type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$
|
|
123840
|
-
type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$
|
|
123841
|
-
type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$
|
|
124071
|
+
declare const routeName$6v = "/v1/api/claims/customer/token/{token}/documents";
|
|
124072
|
+
type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$6v]['post']['parameters']['path'];
|
|
124073
|
+
type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$6v]['post']['parameters']['query'];
|
|
124074
|
+
type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$6v]['post']['responses'][200]['content']['application/json'];
|
|
123842
124075
|
interface CreateDocumentForClaimAsCustomerProps {
|
|
123843
124076
|
params: {
|
|
123844
124077
|
query: CreateDocumentForClaimAsCustomerQueryParams;
|
|
@@ -123847,10 +124080,10 @@ interface CreateDocumentForClaimAsCustomerProps {
|
|
|
123847
124080
|
}
|
|
123848
124081
|
declare const createDocumentForClaimAsCustomer: (props: CreateDocumentForClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimAsCustomerResponse>;
|
|
123849
124082
|
|
|
123850
|
-
declare const routeName$
|
|
123851
|
-
type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
123852
|
-
type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
123853
|
-
type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
124083
|
+
declare const routeName$6u = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
|
|
124084
|
+
type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$6u]['delete']['parameters']['path'];
|
|
124085
|
+
type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$6u]['delete']['parameters']['query'];
|
|
124086
|
+
type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$6u]['delete']['responses'][200]['content']['application/json'];
|
|
123854
124087
|
interface DeleteDocumentByIdAsCustomerWithTokenProps {
|
|
123855
124088
|
params: {
|
|
123856
124089
|
query: DeleteDocumentByIdAsCustomerWithTokenQueryParams;
|
|
@@ -123859,10 +124092,10 @@ interface DeleteDocumentByIdAsCustomerWithTokenProps {
|
|
|
123859
124092
|
}
|
|
123860
124093
|
declare const deleteDocumentByIdAsCustomerWithToken: (props: DeleteDocumentByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdAsCustomerWithTokenResponse>;
|
|
123861
124094
|
|
|
123862
|
-
declare const routeName$
|
|
123863
|
-
type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$
|
|
123864
|
-
type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$
|
|
123865
|
-
type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$
|
|
124095
|
+
declare const routeName$6t = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
|
|
124096
|
+
type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$6t]['patch']['parameters']['path'];
|
|
124097
|
+
type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$6t]['patch']['parameters']['query'];
|
|
124098
|
+
type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$6t]['patch']['responses'][200]['content']['application/json'];
|
|
123866
124099
|
interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
|
|
123867
124100
|
params: {
|
|
123868
124101
|
query: UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams;
|
|
@@ -123871,10 +124104,10 @@ interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
|
|
|
123871
124104
|
}
|
|
123872
124105
|
declare const updateDocumentMetadataByIdAsCustomerWithToken: (props: UpdateDocumentMetadataByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdAsCustomerWithTokenResponse>;
|
|
123873
124106
|
|
|
123874
|
-
declare const routeName$
|
|
123875
|
-
type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$
|
|
123876
|
-
type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$
|
|
123877
|
-
type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$
|
|
124107
|
+
declare const routeName$6s = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
|
|
124108
|
+
type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$6s]['post']['parameters']['path'];
|
|
124109
|
+
type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$6s]['post']['parameters']['query'];
|
|
124110
|
+
type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$6s]['post']['responses'][200]['content']['application/json'];
|
|
123878
124111
|
interface CreateNoteOnEventAsCustomerProps {
|
|
123879
124112
|
params: {
|
|
123880
124113
|
query: CreateNoteOnEventAsCustomerQueryParams;
|
|
@@ -123883,10 +124116,10 @@ interface CreateNoteOnEventAsCustomerProps {
|
|
|
123883
124116
|
}
|
|
123884
124117
|
declare const createNoteOnEventAsCustomer: (props: CreateNoteOnEventAsCustomerProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventAsCustomerResponse>;
|
|
123885
124118
|
|
|
123886
|
-
declare const routeName$
|
|
123887
|
-
type CreateEntityAsBrokerPathParams = paths[typeof routeName$
|
|
123888
|
-
type CreateEntityAsBrokerQueryParams = paths[typeof routeName$
|
|
123889
|
-
type CreateEntityAsBrokerResponse = paths[typeof routeName$
|
|
124119
|
+
declare const routeName$6r = "/v1/api/claims/{claim_id}/entities";
|
|
124120
|
+
type CreateEntityAsBrokerPathParams = paths[typeof routeName$6r]['post']['parameters']['path'];
|
|
124121
|
+
type CreateEntityAsBrokerQueryParams = paths[typeof routeName$6r]['post']['parameters']['query'];
|
|
124122
|
+
type CreateEntityAsBrokerResponse = paths[typeof routeName$6r]['post']['responses'][201]['content']['application/json'];
|
|
123890
124123
|
interface CreateEntityAsBrokerProps {
|
|
123891
124124
|
params: {
|
|
123892
124125
|
query: CreateEntityAsBrokerQueryParams;
|
|
@@ -123895,10 +124128,10 @@ interface CreateEntityAsBrokerProps {
|
|
|
123895
124128
|
}
|
|
123896
124129
|
declare const createEntityAsBroker: (props: CreateEntityAsBrokerProps, wgApiClient: ClientType) => Promise<CreateEntityAsBrokerResponse>;
|
|
123897
124130
|
|
|
123898
|
-
declare const routeName$
|
|
123899
|
-
type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$
|
|
123900
|
-
type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
123901
|
-
type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$
|
|
124131
|
+
declare const routeName$6q = "/v1/api/claims/{claim_id}/entities/{entity_id}";
|
|
124132
|
+
type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$6q]['delete']['parameters']['path'];
|
|
124133
|
+
type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$6q]['delete']['parameters']['query'];
|
|
124134
|
+
type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$6q]['delete']['responses'][200]['content']['application/json'];
|
|
123902
124135
|
interface DeleteEntityAsBrokerByIdProps {
|
|
123903
124136
|
params: {
|
|
123904
124137
|
query: DeleteEntityAsBrokerByIdQueryParams;
|
|
@@ -123907,10 +124140,10 @@ interface DeleteEntityAsBrokerByIdProps {
|
|
|
123907
124140
|
}
|
|
123908
124141
|
declare const deleteEntityAsBrokerById: (props: DeleteEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteEntityAsBrokerByIdResponse>;
|
|
123909
124142
|
|
|
123910
|
-
declare const routeName$
|
|
123911
|
-
type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$
|
|
123912
|
-
type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
123913
|
-
type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$
|
|
124143
|
+
declare const routeName$6p = "/v1/api/claims/{claim_id}/entities/{entity_id}";
|
|
124144
|
+
type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$6p]['patch']['parameters']['path'];
|
|
124145
|
+
type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$6p]['patch']['parameters']['query'];
|
|
124146
|
+
type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$6p]['patch']['responses'][200]['content']['application/json'];
|
|
123914
124147
|
interface UpdateEntityAsBrokerByIdProps {
|
|
123915
124148
|
params: {
|
|
123916
124149
|
query: UpdateEntityAsBrokerByIdQueryParams;
|
|
@@ -123919,17 +124152,17 @@ interface UpdateEntityAsBrokerByIdProps {
|
|
|
123919
124152
|
}
|
|
123920
124153
|
declare const updateEntityAsBrokerById: (props: UpdateEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateEntityAsBrokerByIdResponse>;
|
|
123921
124154
|
|
|
123922
|
-
declare const routeName$
|
|
123923
|
-
type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$
|
|
123924
|
-
type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$
|
|
123925
|
-
type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$
|
|
123926
|
-
type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$
|
|
124155
|
+
declare const routeName$6o = "/v1/api/claims/{claim_id}/events";
|
|
124156
|
+
type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$6o]['get']['parameters']['path'];
|
|
124157
|
+
type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$6o]['get']['parameters']['query'];
|
|
124158
|
+
type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$6o]['get']['responses'][200]['content']['application/json'];
|
|
124159
|
+
type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$6o]['get']['parameters'];
|
|
123927
124160
|
declare const getClaimEventsAsBrokerById: (props: GetClaimEventsAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsBrokerByIdResponse>;
|
|
123928
124161
|
|
|
123929
|
-
declare const routeName$
|
|
123930
|
-
type SendClaimToKeypointPathParams = paths[typeof routeName$
|
|
123931
|
-
type SendClaimToKeypointQueryParams = paths[typeof routeName$
|
|
123932
|
-
type SendClaimToKeypointResponse = paths[typeof routeName$
|
|
124162
|
+
declare const routeName$6n = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
|
|
124163
|
+
type SendClaimToKeypointPathParams = paths[typeof routeName$6n]['post']['parameters']['path'];
|
|
124164
|
+
type SendClaimToKeypointQueryParams = paths[typeof routeName$6n]['post']['parameters']['query'];
|
|
124165
|
+
type SendClaimToKeypointResponse = paths[typeof routeName$6n]['post']['responses'][201]['content']['application/json'];
|
|
123933
124166
|
interface SendClaimToKeypointProps {
|
|
123934
124167
|
params: {
|
|
123935
124168
|
query: SendClaimToKeypointQueryParams;
|
|
@@ -123938,10 +124171,10 @@ interface SendClaimToKeypointProps {
|
|
|
123938
124171
|
}
|
|
123939
124172
|
declare const sendClaimToKeypoint: (props: SendClaimToKeypointProps, wgApiClient: ClientType) => Promise<SendClaimToKeypointResponse>;
|
|
123940
124173
|
|
|
123941
|
-
declare const routeName$
|
|
123942
|
-
type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$
|
|
123943
|
-
type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$
|
|
123944
|
-
type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$
|
|
124174
|
+
declare const routeName$6m = "/v1/api/claims/{claim_id}/customer/followup-page/email";
|
|
124175
|
+
type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$6m]['post']['parameters']['path'];
|
|
124176
|
+
type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$6m]['post']['parameters']['query'];
|
|
124177
|
+
type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$6m]['post']['responses'][200]['content']['application/json'];
|
|
123945
124178
|
interface SendMailFollowupPageToCustomerProps {
|
|
123946
124179
|
params: {
|
|
123947
124180
|
query: SendMailFollowupPageToCustomerQueryParams;
|
|
@@ -123950,21 +124183,21 @@ interface SendMailFollowupPageToCustomerProps {
|
|
|
123950
124183
|
}
|
|
123951
124184
|
declare const sendMailFollowupPageToCustomer: (props: SendMailFollowupPageToCustomerProps, wgApiClient: ClientType) => Promise<SendMailFollowupPageToCustomerResponse>;
|
|
123952
124185
|
|
|
123953
|
-
declare const routeName$
|
|
123954
|
-
type GetAllCarClaimCategoriesResponse = paths[typeof routeName$
|
|
124186
|
+
declare const routeName$6l = "/v1/api/claims/categories/CAR";
|
|
124187
|
+
type GetAllCarClaimCategoriesResponse = paths[typeof routeName$6l]['get']['responses'][200]['content']['application/json'];
|
|
123955
124188
|
declare const getAllCarClaimCategories: (wgApiClient: ClientType) => Promise<GetAllCarClaimCategoriesResponse>;
|
|
123956
124189
|
|
|
123957
|
-
declare const routeName$
|
|
123958
|
-
type GetInfoForClaimPathParams = paths[typeof routeName$
|
|
123959
|
-
type GetInfoForClaimQueryParams = paths[typeof routeName$
|
|
123960
|
-
type GetInfoForClaimResponse = paths[typeof routeName$
|
|
123961
|
-
type GetInfoForClaimProps = paths[typeof routeName$
|
|
124190
|
+
declare const routeName$6k = "/v1/api/claims/info/{claim_type}/{claim_category}";
|
|
124191
|
+
type GetInfoForClaimPathParams = paths[typeof routeName$6k]['get']['parameters']['path'];
|
|
124192
|
+
type GetInfoForClaimQueryParams = paths[typeof routeName$6k]['get']['parameters']['query'];
|
|
124193
|
+
type GetInfoForClaimResponse = paths[typeof routeName$6k]['get']['responses'][200]['content']['application/json'];
|
|
124194
|
+
type GetInfoForClaimProps = paths[typeof routeName$6k]['get']['parameters'];
|
|
123962
124195
|
declare const getInfoForClaim: (props: GetInfoForClaimProps, wgApiClient: ClientType) => Promise<GetInfoForClaimResponse>;
|
|
123963
124196
|
|
|
123964
|
-
declare const routeName$
|
|
123965
|
-
type CreateNoteOnEventPathParams = paths[typeof routeName$
|
|
123966
|
-
type CreateNoteOnEventQueryParams = paths[typeof routeName$
|
|
123967
|
-
type CreateNoteOnEventResponse = paths[typeof routeName$
|
|
124197
|
+
declare const routeName$6j = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
|
|
124198
|
+
type CreateNoteOnEventPathParams = paths[typeof routeName$6j]['post']['parameters']['path'];
|
|
124199
|
+
type CreateNoteOnEventQueryParams = paths[typeof routeName$6j]['post']['parameters']['query'];
|
|
124200
|
+
type CreateNoteOnEventResponse = paths[typeof routeName$6j]['post']['responses'][201]['content']['application/json'];
|
|
123968
124201
|
interface CreateNoteOnEventProps {
|
|
123969
124202
|
params: {
|
|
123970
124203
|
query: CreateNoteOnEventQueryParams;
|
|
@@ -123973,10 +124206,10 @@ interface CreateNoteOnEventProps {
|
|
|
123973
124206
|
}
|
|
123974
124207
|
declare const createNoteOnEvent: (props: CreateNoteOnEventProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventResponse>;
|
|
123975
124208
|
|
|
123976
|
-
declare const routeName$
|
|
123977
|
-
type DeleteNotePathParams = paths[typeof routeName$
|
|
123978
|
-
type DeleteNoteQueryParams = paths[typeof routeName$
|
|
123979
|
-
type DeleteNoteResponse = paths[typeof routeName$
|
|
124209
|
+
declare const routeName$6i = "/v1/api/claims/notes/{note_id}";
|
|
124210
|
+
type DeleteNotePathParams = paths[typeof routeName$6i]['delete']['parameters']['path'];
|
|
124211
|
+
type DeleteNoteQueryParams = paths[typeof routeName$6i]['delete']['parameters']['query'];
|
|
124212
|
+
type DeleteNoteResponse = paths[typeof routeName$6i]['delete']['responses'][200]['content']['application/json'];
|
|
123980
124213
|
interface DeleteNoteProps {
|
|
123981
124214
|
params: {
|
|
123982
124215
|
query: DeleteNoteQueryParams;
|
|
@@ -123985,10 +124218,10 @@ interface DeleteNoteProps {
|
|
|
123985
124218
|
}
|
|
123986
124219
|
declare const deleteNote: (props: DeleteNoteProps, wgApiClient: ClientType) => Promise<DeleteNoteResponse>;
|
|
123987
124220
|
|
|
123988
|
-
declare const routeName$
|
|
123989
|
-
type UpdateNotePathParams = paths[typeof routeName$
|
|
123990
|
-
type UpdateNoteQueryParams = paths[typeof routeName$
|
|
123991
|
-
type UpdateNoteResponse = paths[typeof routeName$
|
|
124221
|
+
declare const routeName$6h = "/v1/api/claims/notes/{note_id}";
|
|
124222
|
+
type UpdateNotePathParams = paths[typeof routeName$6h]['patch']['parameters']['path'];
|
|
124223
|
+
type UpdateNoteQueryParams = paths[typeof routeName$6h]['patch']['parameters']['query'];
|
|
124224
|
+
type UpdateNoteResponse = paths[typeof routeName$6h]['patch']['responses'][200]['content']['application/json'];
|
|
123992
124225
|
interface UpdateNoteProps {
|
|
123993
124226
|
params: {
|
|
123994
124227
|
query: UpdateNoteQueryParams;
|
|
@@ -123997,17 +124230,17 @@ interface UpdateNoteProps {
|
|
|
123997
124230
|
}
|
|
123998
124231
|
declare const updateNote: (props: UpdateNoteProps, wgApiClient: ClientType) => Promise<UpdateNoteResponse>;
|
|
123999
124232
|
|
|
124000
|
-
declare const routeName$
|
|
124001
|
-
type ClaimReportByIdPathParams = paths[typeof routeName$
|
|
124002
|
-
type ClaimReportByIdQueryParams = paths[typeof routeName$
|
|
124003
|
-
type ClaimReportByIdResponse = paths[typeof routeName$
|
|
124004
|
-
type ClaimReportByIdProps = paths[typeof routeName$
|
|
124233
|
+
declare const routeName$6g = "/v1/api/claims/{claim_id}/report";
|
|
124234
|
+
type ClaimReportByIdPathParams = paths[typeof routeName$6g]['get']['parameters']['path'];
|
|
124235
|
+
type ClaimReportByIdQueryParams = paths[typeof routeName$6g]['get']['parameters']['query'];
|
|
124236
|
+
type ClaimReportByIdResponse = paths[typeof routeName$6g]['get']['responses'][200]['content']['application/json'];
|
|
124237
|
+
type ClaimReportByIdProps = paths[typeof routeName$6g]['get']['parameters'];
|
|
124005
124238
|
declare const claimReportById: (props: ClaimReportByIdProps, wgApiClient: ClientType) => Promise<ClaimReportByIdResponse>;
|
|
124006
124239
|
|
|
124007
|
-
declare const routeName$
|
|
124008
|
-
type SendMailClaimReportByIdPathParams = paths[typeof routeName$
|
|
124009
|
-
type SendMailClaimReportByIdQueryParams = paths[typeof routeName$
|
|
124010
|
-
type SendMailClaimReportByIdResponse = paths[typeof routeName$
|
|
124240
|
+
declare const routeName$6f = "/v1/api/claims/{claim_id}/report/email";
|
|
124241
|
+
type SendMailClaimReportByIdPathParams = paths[typeof routeName$6f]['post']['parameters']['path'];
|
|
124242
|
+
type SendMailClaimReportByIdQueryParams = paths[typeof routeName$6f]['post']['parameters']['query'];
|
|
124243
|
+
type SendMailClaimReportByIdResponse = paths[typeof routeName$6f]['post']['responses'][200]['content']['application/json'];
|
|
124011
124244
|
interface SendMailClaimReportByIdProps {
|
|
124012
124245
|
params: {
|
|
124013
124246
|
query: SendMailClaimReportByIdQueryParams;
|
|
@@ -124016,17 +124249,17 @@ interface SendMailClaimReportByIdProps {
|
|
|
124016
124249
|
}
|
|
124017
124250
|
declare const sendMailClaimReportById: (props: SendMailClaimReportByIdProps, wgApiClient: ClientType) => Promise<SendMailClaimReportByIdResponse>;
|
|
124018
124251
|
|
|
124019
|
-
declare const routeName$
|
|
124020
|
-
type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$
|
|
124021
|
-
type GetBrokerConnectionsByIdQueryParams = paths[typeof routeName$
|
|
124022
|
-
type GetBrokerConnectionsByIdResponse = paths[typeof routeName$
|
|
124023
|
-
type GetBrokerConnectionsByIdProps = paths[typeof routeName$
|
|
124252
|
+
declare const routeName$6e = "/v1/api/brokers/{broker_id}/connections";
|
|
124253
|
+
type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$6e]['get']['parameters']['path'];
|
|
124254
|
+
type GetBrokerConnectionsByIdQueryParams = paths[typeof routeName$6e]['get']['parameters']['query'];
|
|
124255
|
+
type GetBrokerConnectionsByIdResponse = paths[typeof routeName$6e]['get']['responses'][200]['content']['application/json'];
|
|
124256
|
+
type GetBrokerConnectionsByIdProps = paths[typeof routeName$6e]['get']['parameters'];
|
|
124024
124257
|
declare const getBrokerConnectionsById: (props: GetBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetBrokerConnectionsByIdResponse>;
|
|
124025
124258
|
|
|
124026
|
-
declare const routeName$
|
|
124027
|
-
type CreateBrokerConnectionsByIdBody = paths[typeof routeName$
|
|
124028
|
-
type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$
|
|
124029
|
-
type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$
|
|
124259
|
+
declare const routeName$6d = "/v1/api/brokers/{broker_id}/connections/{key}";
|
|
124260
|
+
type CreateBrokerConnectionsByIdBody = paths[typeof routeName$6d]['post']['requestBody']['content']['application/json'];
|
|
124261
|
+
type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$6d]['post']['parameters']['path'];
|
|
124262
|
+
type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$6d]['post']['responses'][201]['content']['application/json'];
|
|
124030
124263
|
interface CreateBrokerConnectionsByIdProps {
|
|
124031
124264
|
body: CreateBrokerConnectionsByIdBody;
|
|
124032
124265
|
params: {
|
|
@@ -124035,9 +124268,9 @@ interface CreateBrokerConnectionsByIdProps {
|
|
|
124035
124268
|
}
|
|
124036
124269
|
declare const createBrokerConnectionsById: (props: CreateBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<CreateBrokerConnectionsByIdResponse>;
|
|
124037
124270
|
|
|
124038
|
-
declare const routeName$
|
|
124039
|
-
type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$
|
|
124040
|
-
type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$
|
|
124271
|
+
declare const routeName$6c = "/v1/api/brokers/{broker_id}/connections/{key}";
|
|
124272
|
+
type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$6c]['delete']['parameters']['path'];
|
|
124273
|
+
type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$6c]['delete']['responses'][200]['content']['application/json'];
|
|
124041
124274
|
interface DeleteBrokerConnectionByKeyProps {
|
|
124042
124275
|
params: {
|
|
124043
124276
|
path: DeleteBrokerConnectionByKeyPathParams;
|
|
@@ -124045,10 +124278,10 @@ interface DeleteBrokerConnectionByKeyProps {
|
|
|
124045
124278
|
}
|
|
124046
124279
|
declare const deleteBrokerConnectionByKey: (props: DeleteBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteBrokerConnectionByKeyResponse>;
|
|
124047
124280
|
|
|
124048
|
-
declare const routeName$
|
|
124049
|
-
type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$
|
|
124050
|
-
type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$
|
|
124051
|
-
type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$
|
|
124281
|
+
declare const routeName$6b = "/v1/api/brokers/{broker_id}/connections/{key}";
|
|
124282
|
+
type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$6b]['patch']['requestBody']['content']['application/json'];
|
|
124283
|
+
type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$6b]['patch']['parameters']['path'];
|
|
124284
|
+
type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$6b]['patch']['responses'][200]['content']['application/json'];
|
|
124052
124285
|
interface UpdateBrokerConnectionByKeyProps {
|
|
124053
124286
|
body: UpdateBrokerConnectionByKeyBody;
|
|
124054
124287
|
params: {
|
|
@@ -124057,10 +124290,10 @@ interface UpdateBrokerConnectionByKeyProps {
|
|
|
124057
124290
|
}
|
|
124058
124291
|
declare const updateBrokerConnectionByKey: (props: UpdateBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateBrokerConnectionByKeyResponse>;
|
|
124059
124292
|
|
|
124060
|
-
declare const routeName$
|
|
124061
|
-
type CreateDistributionConnectionByIdBody = paths[typeof routeName$
|
|
124062
|
-
type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$
|
|
124063
|
-
type CreateDistributionConnectionByIdResponse = paths[typeof routeName$
|
|
124293
|
+
declare const routeName$6a = "/v1/api/distributions/{distribution_id}/connections/{key}";
|
|
124294
|
+
type CreateDistributionConnectionByIdBody = paths[typeof routeName$6a]['post']['requestBody']['content']['application/json'];
|
|
124295
|
+
type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$6a]['post']['parameters']['path'];
|
|
124296
|
+
type CreateDistributionConnectionByIdResponse = paths[typeof routeName$6a]['post']['responses'][201]['content']['application/json'];
|
|
124064
124297
|
interface CreateDistributionConnectionByIdProps {
|
|
124065
124298
|
body: CreateDistributionConnectionByIdBody;
|
|
124066
124299
|
params: {
|
|
@@ -124069,9 +124302,9 @@ interface CreateDistributionConnectionByIdProps {
|
|
|
124069
124302
|
}
|
|
124070
124303
|
declare const createDistributionConnectionById: (props: CreateDistributionConnectionByIdProps, wgApiClient: ClientType) => Promise<CreateDistributionConnectionByIdResponse>;
|
|
124071
124304
|
|
|
124072
|
-
declare const routeName$
|
|
124073
|
-
type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$
|
|
124074
|
-
type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$
|
|
124305
|
+
declare const routeName$69 = "/v1/api/distributions/{distribution_id}/connections/{key}";
|
|
124306
|
+
type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$69]['delete']['parameters']['path'];
|
|
124307
|
+
type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$69]['delete']['responses'][200]['content']['application/json'];
|
|
124075
124308
|
interface DeleteDistributionConnectionByKeyProps {
|
|
124076
124309
|
params: {
|
|
124077
124310
|
path: DeleteDistributionConnectionByKeyPathParams;
|
|
@@ -124079,10 +124312,10 @@ interface DeleteDistributionConnectionByKeyProps {
|
|
|
124079
124312
|
}
|
|
124080
124313
|
declare const deleteDistributionConnectionByKey: (props: DeleteDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteDistributionConnectionByKeyResponse>;
|
|
124081
124314
|
|
|
124082
|
-
declare const routeName$
|
|
124083
|
-
type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$
|
|
124084
|
-
type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$
|
|
124085
|
-
type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$
|
|
124315
|
+
declare const routeName$68 = "/v1/api/distributions/{distribution_id}/connections/{key}";
|
|
124316
|
+
type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$68]['patch']['requestBody']['content']['application/json'];
|
|
124317
|
+
type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$68]['patch']['parameters']['path'];
|
|
124318
|
+
type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$68]['patch']['responses'][200]['content']['application/json'];
|
|
124086
124319
|
interface UpdateDistributionConnectionByKeyProps {
|
|
124087
124320
|
body: UpdateDistributionConnectionByKeyBody;
|
|
124088
124321
|
params: {
|
|
@@ -124091,69 +124324,69 @@ interface UpdateDistributionConnectionByKeyProps {
|
|
|
124091
124324
|
}
|
|
124092
124325
|
declare const updateDistributionConnectionByKey: (props: UpdateDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateDistributionConnectionByKeyResponse>;
|
|
124093
124326
|
|
|
124094
|
-
declare const routeName$
|
|
124095
|
-
type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$
|
|
124096
|
-
type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$
|
|
124097
|
-
type GetDistributionConnectionsByIdResponse = paths[typeof routeName$
|
|
124098
|
-
type GetDistributionConnectionsByIdProps = paths[typeof routeName$
|
|
124327
|
+
declare const routeName$67 = "/v1/api/distributions/{distribution_id}/connections";
|
|
124328
|
+
type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$67]['get']['parameters']['path'];
|
|
124329
|
+
type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$67]['get']['parameters']['query'];
|
|
124330
|
+
type GetDistributionConnectionsByIdResponse = paths[typeof routeName$67]['get']['responses'][200]['content']['application/json'];
|
|
124331
|
+
type GetDistributionConnectionsByIdProps = paths[typeof routeName$67]['get']['parameters'];
|
|
124099
124332
|
declare const getDistributionConnectionsById: (props: GetDistributionConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetDistributionConnectionsByIdResponse>;
|
|
124100
124333
|
|
|
124101
|
-
declare const routeName$
|
|
124102
|
-
type GetAnvaPartiesQueryParams = paths[typeof routeName$
|
|
124103
|
-
type GetAnvaPartiesResponse = paths[typeof routeName$
|
|
124104
|
-
type GetAnvaPartiesProps = paths[typeof routeName$
|
|
124334
|
+
declare const routeName$66 = "/v1/api/connections/anva/parties";
|
|
124335
|
+
type GetAnvaPartiesQueryParams = paths[typeof routeName$66]['get']['parameters']['query'];
|
|
124336
|
+
type GetAnvaPartiesResponse = paths[typeof routeName$66]['get']['responses'][200]['content']['application/json'];
|
|
124337
|
+
type GetAnvaPartiesProps = paths[typeof routeName$66]['get']['parameters'];
|
|
124105
124338
|
declare const getAnvaParties: (props: GetAnvaPartiesProps, wgApiClient: ClientType) => Promise<GetAnvaPartiesResponse>;
|
|
124106
124339
|
|
|
124107
|
-
declare const routeName$
|
|
124108
|
-
type GetAnvaEmployeesQueryParams = paths[typeof routeName$
|
|
124109
|
-
type GetAnvaEmployeesResponse = paths[typeof routeName$
|
|
124110
|
-
type GetAnvaEmployeesProps = paths[typeof routeName$
|
|
124340
|
+
declare const routeName$65 = "/v1/api/connections/anva/employees";
|
|
124341
|
+
type GetAnvaEmployeesQueryParams = paths[typeof routeName$65]['get']['parameters']['query'];
|
|
124342
|
+
type GetAnvaEmployeesResponse = paths[typeof routeName$65]['get']['responses'][200]['content']['application/json'];
|
|
124343
|
+
type GetAnvaEmployeesProps = paths[typeof routeName$65]['get']['parameters'];
|
|
124111
124344
|
declare const getAnvaEmployees: (props: GetAnvaEmployeesProps, wgApiClient: ClientType) => Promise<GetAnvaEmployeesResponse>;
|
|
124112
124345
|
|
|
124113
|
-
declare const routeName$
|
|
124114
|
-
type GetAnvaAgentsQueryParams = paths[typeof routeName$
|
|
124115
|
-
type GetAnvaAgentsResponse = paths[typeof routeName$
|
|
124116
|
-
type GetAnvaAgentsProps = paths[typeof routeName$
|
|
124346
|
+
declare const routeName$64 = "/v1/api/connections/anva/agents";
|
|
124347
|
+
type GetAnvaAgentsQueryParams = paths[typeof routeName$64]['get']['parameters']['query'];
|
|
124348
|
+
type GetAnvaAgentsResponse = paths[typeof routeName$64]['get']['responses'][200]['content']['application/json'];
|
|
124349
|
+
type GetAnvaAgentsProps = paths[typeof routeName$64]['get']['parameters'];
|
|
124117
124350
|
declare const getAnvaAgents: (props: GetAnvaAgentsProps, wgApiClient: ClientType) => Promise<GetAnvaAgentsResponse>;
|
|
124118
124351
|
|
|
124119
|
-
declare const routeName$
|
|
124120
|
-
type GetAnvaProductsQueryParams = paths[typeof routeName$
|
|
124121
|
-
type GetAnvaProductsResponse = paths[typeof routeName$
|
|
124122
|
-
type GetAnvaProductsProps = paths[typeof routeName$
|
|
124352
|
+
declare const routeName$63 = "/v1/api/connections/anva/products";
|
|
124353
|
+
type GetAnvaProductsQueryParams = paths[typeof routeName$63]['get']['parameters']['query'];
|
|
124354
|
+
type GetAnvaProductsResponse = paths[typeof routeName$63]['get']['responses'][200]['content']['application/json'];
|
|
124355
|
+
type GetAnvaProductsProps = paths[typeof routeName$63]['get']['parameters'];
|
|
124123
124356
|
declare const getAnvaProducts: (props: GetAnvaProductsProps, wgApiClient: ClientType) => Promise<GetAnvaProductsResponse>;
|
|
124124
124357
|
|
|
124125
|
-
declare const routeName$
|
|
124126
|
-
type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$
|
|
124127
|
-
type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$
|
|
124128
|
-
type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$
|
|
124129
|
-
type ImportAnvaPartyInWegroupProps = paths[typeof routeName$
|
|
124358
|
+
declare const routeName$62 = "/v1/api/connections/anva/parties/{anva_id}/import";
|
|
124359
|
+
type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$62]['get']['parameters']['path'];
|
|
124360
|
+
type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$62]['get']['parameters']['query'];
|
|
124361
|
+
type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$62]['get']['responses'][201]['content']['application/json'];
|
|
124362
|
+
type ImportAnvaPartyInWegroupProps = paths[typeof routeName$62]['get']['parameters'];
|
|
124130
124363
|
declare const importAnvaPartyInWegroup: (props: ImportAnvaPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaPartyInWegroupResponse>;
|
|
124131
124364
|
|
|
124132
|
-
declare const routeName$
|
|
124133
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$
|
|
124134
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$
|
|
124135
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$
|
|
124136
|
-
type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$
|
|
124365
|
+
declare const routeName$61 = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
|
|
124366
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$61]['get']['parameters']['path'];
|
|
124367
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$61]['get']['parameters']['query'];
|
|
124368
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$61]['get']['responses'][307]['content']['application/json'];
|
|
124369
|
+
type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$61]['get']['parameters'];
|
|
124137
124370
|
declare const importAnvaInsurancePolicyDocumentInWegroup: (props: ImportAnvaInsurancePolicyDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyDocumentInWegroupResponse>;
|
|
124138
124371
|
|
|
124139
|
-
declare const routeName$
|
|
124140
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$
|
|
124141
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$
|
|
124142
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$
|
|
124143
|
-
type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$
|
|
124372
|
+
declare const routeName$60 = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
|
|
124373
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$60]['get']['parameters']['path'];
|
|
124374
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$60]['get']['parameters']['query'];
|
|
124375
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$60]['get']['responses'][307]['content']['application/json'];
|
|
124376
|
+
type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$60]['get']['parameters'];
|
|
124144
124377
|
declare const importAnvaInsurancePolicyPackageDocumentInWegroup: (props: ImportAnvaInsurancePolicyPackageDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse>;
|
|
124145
124378
|
|
|
124146
|
-
declare const routeName$
|
|
124147
|
-
type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$
|
|
124148
|
-
type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$
|
|
124149
|
-
type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$
|
|
124379
|
+
declare const routeName$5$ = "/v1/api/connections/anva/documents/import";
|
|
124380
|
+
type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$5$]['get']['parameters']['query'];
|
|
124381
|
+
type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$5$]['get']['responses'][307]['content']['application/json'];
|
|
124382
|
+
type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$5$]['get']['parameters'];
|
|
124150
124383
|
declare const importAnvaDocumentInWegroup: (props: ImportAnvaDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaDocumentInWegroupResponse>;
|
|
124151
124384
|
|
|
124152
|
-
declare const routeName$
|
|
124153
|
-
type CreateAnvaTaskBody = paths[typeof routeName$
|
|
124154
|
-
type CreateAnvaTaskPathParams = paths[typeof routeName$
|
|
124155
|
-
type CreateAnvaTaskQueryParams = paths[typeof routeName$
|
|
124156
|
-
type CreateAnvaTaskResponse = paths[typeof routeName$
|
|
124385
|
+
declare const routeName$5_ = "/v1/api/connections/anva/parties/{anva_party_id}/tasks";
|
|
124386
|
+
type CreateAnvaTaskBody = paths[typeof routeName$5_]['post']['requestBody']['content']['application/json'];
|
|
124387
|
+
type CreateAnvaTaskPathParams = paths[typeof routeName$5_]['post']['parameters']['path'];
|
|
124388
|
+
type CreateAnvaTaskQueryParams = paths[typeof routeName$5_]['post']['parameters']['query'];
|
|
124389
|
+
type CreateAnvaTaskResponse = paths[typeof routeName$5_]['post']['responses'][201]['content']['application/json'];
|
|
124157
124390
|
interface CreateAnvaTaskProps {
|
|
124158
124391
|
body: CreateAnvaTaskBody;
|
|
124159
124392
|
params: {
|
|
@@ -124163,11 +124396,11 @@ interface CreateAnvaTaskProps {
|
|
|
124163
124396
|
}
|
|
124164
124397
|
declare const createAnvaTask: (props: CreateAnvaTaskProps, wgApiClient: ClientType) => Promise<CreateAnvaTaskResponse>;
|
|
124165
124398
|
|
|
124166
|
-
declare const routeName$
|
|
124167
|
-
type UploadDocumentsInAnvaBody = paths[typeof routeName$
|
|
124168
|
-
type UploadDocumentsInAnvaPathParams = paths[typeof routeName$
|
|
124169
|
-
type UploadDocumentsInAnvaQueryParams = paths[typeof routeName$
|
|
124170
|
-
type UploadDocumentsInAnvaResponse = paths[typeof routeName$
|
|
124399
|
+
declare const routeName$5Z = "/v1/api/connections/anva/parties/{anva_party_id}/documents";
|
|
124400
|
+
type UploadDocumentsInAnvaBody = paths[typeof routeName$5Z]['post']['requestBody']['content']['application/json'];
|
|
124401
|
+
type UploadDocumentsInAnvaPathParams = paths[typeof routeName$5Z]['post']['parameters']['path'];
|
|
124402
|
+
type UploadDocumentsInAnvaQueryParams = paths[typeof routeName$5Z]['post']['parameters']['query'];
|
|
124403
|
+
type UploadDocumentsInAnvaResponse = paths[typeof routeName$5Z]['post']['responses'][201]['content']['application/json'];
|
|
124171
124404
|
interface UploadDocumentsInAnvaProps {
|
|
124172
124405
|
body: UploadDocumentsInAnvaBody;
|
|
124173
124406
|
params: {
|
|
@@ -124177,9 +124410,9 @@ interface UploadDocumentsInAnvaProps {
|
|
|
124177
124410
|
}
|
|
124178
124411
|
declare const uploadDocumentsInAnva: (props: UploadDocumentsInAnvaProps, wgApiClient: ClientType) => Promise<UploadDocumentsInAnvaResponse>;
|
|
124179
124412
|
|
|
124180
|
-
declare const routeName$
|
|
124181
|
-
type ValidateAnvaConnectionQueryParams = paths[typeof routeName$
|
|
124182
|
-
type ValidateAnvaConnectionResponse = paths[typeof routeName$
|
|
124413
|
+
declare const routeName$5Y = "/v1/api/connections/anva/validate";
|
|
124414
|
+
type ValidateAnvaConnectionQueryParams = paths[typeof routeName$5Y]['post']['parameters']['query'];
|
|
124415
|
+
type ValidateAnvaConnectionResponse = paths[typeof routeName$5Y]['post']['responses'][200]['content']['application/json'];
|
|
124183
124416
|
interface ValidateAnvaConnectionProps {
|
|
124184
124417
|
params: {
|
|
124185
124418
|
query: ValidateAnvaConnectionQueryParams;
|
|
@@ -124187,9 +124420,9 @@ interface ValidateAnvaConnectionProps {
|
|
|
124187
124420
|
}
|
|
124188
124421
|
declare const validateAnvaConnection: (props: ValidateAnvaConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaConnectionResponse>;
|
|
124189
124422
|
|
|
124190
|
-
declare const routeName$
|
|
124191
|
-
type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$
|
|
124192
|
-
type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$
|
|
124423
|
+
declare const routeName$5X = "/v1/api/connections/anva_dwh/validate";
|
|
124424
|
+
type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$5X]['post']['parameters']['query'];
|
|
124425
|
+
type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$5X]['post']['responses'][200]['content']['application/json'];
|
|
124193
124426
|
interface ValidateAnvaDwhConnectionProps {
|
|
124194
124427
|
params: {
|
|
124195
124428
|
query: ValidateAnvaDwhConnectionQueryParams;
|
|
@@ -124197,30 +124430,30 @@ interface ValidateAnvaDwhConnectionProps {
|
|
|
124197
124430
|
}
|
|
124198
124431
|
declare const validateAnvaDwhConnection: (props: ValidateAnvaDwhConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaDwhConnectionResponse>;
|
|
124199
124432
|
|
|
124200
|
-
declare const routeName$
|
|
124201
|
-
type GetAssuEmployeesQueryParams = paths[typeof routeName$
|
|
124202
|
-
type GetAssuEmployeesResponse = paths[typeof routeName$
|
|
124203
|
-
type GetAssuEmployeesProps = paths[typeof routeName$
|
|
124433
|
+
declare const routeName$5W = "/v1/api/connections/assu/employees";
|
|
124434
|
+
type GetAssuEmployeesQueryParams = paths[typeof routeName$5W]['get']['parameters']['query'];
|
|
124435
|
+
type GetAssuEmployeesResponse = paths[typeof routeName$5W]['get']['responses'][200]['content']['application/json'];
|
|
124436
|
+
type GetAssuEmployeesProps = paths[typeof routeName$5W]['get']['parameters'];
|
|
124204
124437
|
declare const getAssuEmployees: (props: GetAssuEmployeesProps, wgApiClient: ClientType) => Promise<GetAssuEmployeesResponse>;
|
|
124205
124438
|
|
|
124206
|
-
declare const routeName$
|
|
124207
|
-
type SearchAssuPartiesQueryParams = paths[typeof routeName$
|
|
124208
|
-
type SearchAssuPartiesResponse = paths[typeof routeName$
|
|
124209
|
-
type SearchAssuPartiesProps = paths[typeof routeName$
|
|
124439
|
+
declare const routeName$5V = "/v1/api/connections/assu/parties";
|
|
124440
|
+
type SearchAssuPartiesQueryParams = paths[typeof routeName$5V]['get']['parameters']['query'];
|
|
124441
|
+
type SearchAssuPartiesResponse = paths[typeof routeName$5V]['get']['responses'][200]['content']['application/json'];
|
|
124442
|
+
type SearchAssuPartiesProps = paths[typeof routeName$5V]['get']['parameters'];
|
|
124210
124443
|
declare const searchAssuParties: (props: SearchAssuPartiesProps, wgApiClient: ClientType) => Promise<SearchAssuPartiesResponse>;
|
|
124211
124444
|
|
|
124212
|
-
declare const routeName$
|
|
124213
|
-
type ImportAssuPartyInWegroupPathParams = paths[typeof routeName$
|
|
124214
|
-
type ImportAssuPartyInWegroupQueryParams = paths[typeof routeName$
|
|
124215
|
-
type ImportAssuPartyInWegroupResponse = paths[typeof routeName$
|
|
124216
|
-
type ImportAssuPartyInWegroupProps = paths[typeof routeName$
|
|
124445
|
+
declare const routeName$5U = "/v1/api/connections/assu/parties/{assu_id}/import";
|
|
124446
|
+
type ImportAssuPartyInWegroupPathParams = paths[typeof routeName$5U]['get']['parameters']['path'];
|
|
124447
|
+
type ImportAssuPartyInWegroupQueryParams = paths[typeof routeName$5U]['get']['parameters']['query'];
|
|
124448
|
+
type ImportAssuPartyInWegroupResponse = paths[typeof routeName$5U]['get']['responses'][201]['content']['application/json'];
|
|
124449
|
+
type ImportAssuPartyInWegroupProps = paths[typeof routeName$5U]['get']['parameters'];
|
|
124217
124450
|
declare const importAssuPartyInWegroup: (props: ImportAssuPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportAssuPartyInWegroupResponse>;
|
|
124218
124451
|
|
|
124219
|
-
declare const routeName$
|
|
124220
|
-
type CreateAssuTaskBody = paths[typeof routeName$
|
|
124221
|
-
type CreateAssuTaskPathParams = paths[typeof routeName$
|
|
124222
|
-
type CreateAssuTaskQueryParams = paths[typeof routeName$
|
|
124223
|
-
type CreateAssuTaskResponse = paths[typeof routeName$
|
|
124452
|
+
declare const routeName$5T = "/v1/api/connections/assu/parties/{assu_id}/tasks";
|
|
124453
|
+
type CreateAssuTaskBody = paths[typeof routeName$5T]['post']['requestBody']['content']['application/json'];
|
|
124454
|
+
type CreateAssuTaskPathParams = paths[typeof routeName$5T]['post']['parameters']['path'];
|
|
124455
|
+
type CreateAssuTaskQueryParams = paths[typeof routeName$5T]['post']['parameters']['query'];
|
|
124456
|
+
type CreateAssuTaskResponse = paths[typeof routeName$5T]['post']['responses'][201]['content']['application/json'];
|
|
124224
124457
|
interface CreateAssuTaskProps {
|
|
124225
124458
|
body: CreateAssuTaskBody;
|
|
124226
124459
|
params: {
|
|
@@ -124230,11 +124463,11 @@ interface CreateAssuTaskProps {
|
|
|
124230
124463
|
}
|
|
124231
124464
|
declare const createAssuTask: (props: CreateAssuTaskProps, wgApiClient: ClientType) => Promise<CreateAssuTaskResponse>;
|
|
124232
124465
|
|
|
124233
|
-
declare const routeName$
|
|
124234
|
-
type UploadDocumentsInAssuBody = paths[typeof routeName$
|
|
124235
|
-
type UploadDocumentsInAssuPathParams = paths[typeof routeName$
|
|
124236
|
-
type UploadDocumentsInAssuQueryParams = paths[typeof routeName$
|
|
124237
|
-
type UploadDocumentsInAssuResponse = paths[typeof routeName$
|
|
124466
|
+
declare const routeName$5S = "/v1/api/connections/assu/parties/{assu_id}/documents";
|
|
124467
|
+
type UploadDocumentsInAssuBody = paths[typeof routeName$5S]['post']['requestBody']['content']['application/json'];
|
|
124468
|
+
type UploadDocumentsInAssuPathParams = paths[typeof routeName$5S]['post']['parameters']['path'];
|
|
124469
|
+
type UploadDocumentsInAssuQueryParams = paths[typeof routeName$5S]['post']['parameters']['query'];
|
|
124470
|
+
type UploadDocumentsInAssuResponse = paths[typeof routeName$5S]['post']['responses'][201]['content']['application/json'];
|
|
124238
124471
|
interface UploadDocumentsInAssuProps {
|
|
124239
124472
|
body: UploadDocumentsInAssuBody;
|
|
124240
124473
|
params: {
|
|
@@ -124244,30 +124477,30 @@ interface UploadDocumentsInAssuProps {
|
|
|
124244
124477
|
}
|
|
124245
124478
|
declare const uploadDocumentsInAssu: (props: UploadDocumentsInAssuProps, wgApiClient: ClientType) => Promise<UploadDocumentsInAssuResponse>;
|
|
124246
124479
|
|
|
124247
|
-
declare const routeName$
|
|
124248
|
-
type GetDiasPartiesQueryParams = paths[typeof routeName$
|
|
124249
|
-
type GetDiasPartiesResponse = paths[typeof routeName$
|
|
124250
|
-
type GetDiasPartiesProps = paths[typeof routeName$
|
|
124480
|
+
declare const routeName$5R = "/v1/api/connections/dias/parties";
|
|
124481
|
+
type GetDiasPartiesQueryParams = paths[typeof routeName$5R]['get']['parameters']['query'];
|
|
124482
|
+
type GetDiasPartiesResponse = paths[typeof routeName$5R]['get']['responses'][200]['content']['application/json'];
|
|
124483
|
+
type GetDiasPartiesProps = paths[typeof routeName$5R]['get']['parameters'];
|
|
124251
124484
|
declare const getDiasParties: (props: GetDiasPartiesProps, wgApiClient: ClientType) => Promise<GetDiasPartiesResponse>;
|
|
124252
124485
|
|
|
124253
|
-
declare const routeName$
|
|
124254
|
-
type GetDiasEmployeesQueryParams = paths[typeof routeName$
|
|
124255
|
-
type GetDiasEmployeesResponse = paths[typeof routeName$
|
|
124256
|
-
type GetDiasEmployeesProps = paths[typeof routeName$
|
|
124486
|
+
declare const routeName$5Q = "/v1/api/connections/dias/employees";
|
|
124487
|
+
type GetDiasEmployeesQueryParams = paths[typeof routeName$5Q]['get']['parameters']['query'];
|
|
124488
|
+
type GetDiasEmployeesResponse = paths[typeof routeName$5Q]['get']['responses'][200]['content']['application/json'];
|
|
124489
|
+
type GetDiasEmployeesProps = paths[typeof routeName$5Q]['get']['parameters'];
|
|
124257
124490
|
declare const getDiasEmployees: (props: GetDiasEmployeesProps, wgApiClient: ClientType) => Promise<GetDiasEmployeesResponse>;
|
|
124258
124491
|
|
|
124259
|
-
declare const routeName$
|
|
124260
|
-
type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$
|
|
124261
|
-
type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$
|
|
124262
|
-
type ImportDiasPartyInWegroupResponse = paths[typeof routeName$
|
|
124263
|
-
type ImportDiasPartyInWegroupProps = paths[typeof routeName$
|
|
124492
|
+
declare const routeName$5P = "/v1/api/connections/dias/parties/{dias_id}/import";
|
|
124493
|
+
type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$5P]['get']['parameters']['path'];
|
|
124494
|
+
type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$5P]['get']['parameters']['query'];
|
|
124495
|
+
type ImportDiasPartyInWegroupResponse = paths[typeof routeName$5P]['get']['responses'][201]['content']['application/json'];
|
|
124496
|
+
type ImportDiasPartyInWegroupProps = paths[typeof routeName$5P]['get']['parameters'];
|
|
124264
124497
|
declare const importDiasPartyInWegroup: (props: ImportDiasPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportDiasPartyInWegroupResponse>;
|
|
124265
124498
|
|
|
124266
|
-
declare const routeName$
|
|
124267
|
-
type CreateDiasTaskBody = paths[typeof routeName$
|
|
124268
|
-
type CreateDiasTaskPathParams = paths[typeof routeName$
|
|
124269
|
-
type CreateDiasTaskQueryParams = paths[typeof routeName$
|
|
124270
|
-
type CreateDiasTaskResponse = paths[typeof routeName$
|
|
124499
|
+
declare const routeName$5O = "/v1/api/connections/dias/parties/{dias_id}/tasks";
|
|
124500
|
+
type CreateDiasTaskBody = paths[typeof routeName$5O]['post']['requestBody']['content']['application/json'];
|
|
124501
|
+
type CreateDiasTaskPathParams = paths[typeof routeName$5O]['post']['parameters']['path'];
|
|
124502
|
+
type CreateDiasTaskQueryParams = paths[typeof routeName$5O]['post']['parameters']['query'];
|
|
124503
|
+
type CreateDiasTaskResponse = paths[typeof routeName$5O]['post']['responses'][201]['content']['application/json'];
|
|
124271
124504
|
interface CreateDiasTaskProps {
|
|
124272
124505
|
body: CreateDiasTaskBody;
|
|
124273
124506
|
params: {
|
|
@@ -124277,52 +124510,52 @@ interface CreateDiasTaskProps {
|
|
|
124277
124510
|
}
|
|
124278
124511
|
declare const createDiasTask: (props: CreateDiasTaskProps, wgApiClient: ClientType) => Promise<CreateDiasTaskResponse>;
|
|
124279
124512
|
|
|
124280
|
-
declare const routeName$
|
|
124281
|
-
type GetDiasProductsQueryParams = paths[typeof routeName$
|
|
124282
|
-
type GetDiasProductsResponse = paths[typeof routeName$
|
|
124283
|
-
type GetDiasProductsProps = paths[typeof routeName$
|
|
124513
|
+
declare const routeName$5N = "/v1/api/connections/dias/products";
|
|
124514
|
+
type GetDiasProductsQueryParams = paths[typeof routeName$5N]['get']['parameters']['query'];
|
|
124515
|
+
type GetDiasProductsResponse = paths[typeof routeName$5N]['get']['responses'][200]['content']['application/json'];
|
|
124516
|
+
type GetDiasProductsProps = paths[typeof routeName$5N]['get']['parameters'];
|
|
124284
124517
|
declare const getDiasProducts: (props: GetDiasProductsProps, wgApiClient: ClientType) => Promise<GetDiasProductsResponse>;
|
|
124285
124518
|
|
|
124286
|
-
declare const routeName$
|
|
124287
|
-
type GetDiasAfdbranchesResponse = paths[typeof routeName$
|
|
124519
|
+
declare const routeName$5M = "/v1/api/connections/dias/afdbranches";
|
|
124520
|
+
type GetDiasAfdbranchesResponse = paths[typeof routeName$5M]['get']['responses'][200]['content']['application/json'];
|
|
124288
124521
|
declare const getDiasAfdbranches: (wgApiClient: ClientType) => Promise<GetDiasAfdbranchesResponse>;
|
|
124289
124522
|
|
|
124290
|
-
declare const routeName$
|
|
124291
|
-
type GetDiasPartySalutationsResponse = paths[typeof routeName$
|
|
124523
|
+
declare const routeName$5L = "/v1/api/connections/dias/party-salutations";
|
|
124524
|
+
type GetDiasPartySalutationsResponse = paths[typeof routeName$5L]['get']['responses'][200]['content']['application/json'];
|
|
124292
124525
|
declare const getDiasPartySalutations: (wgApiClient: ClientType) => Promise<GetDiasPartySalutationsResponse>;
|
|
124293
124526
|
|
|
124294
|
-
declare const routeName$
|
|
124295
|
-
type GetDiasPartyTitlesResponse = paths[typeof routeName$
|
|
124527
|
+
declare const routeName$5K = "/v1/api/connections/dias/party-titles";
|
|
124528
|
+
type GetDiasPartyTitlesResponse = paths[typeof routeName$5K]['get']['responses'][200]['content']['application/json'];
|
|
124296
124529
|
declare const getDiasPartyTitles: (wgApiClient: ClientType) => Promise<GetDiasPartyTitlesResponse>;
|
|
124297
124530
|
|
|
124298
|
-
declare const routeName$
|
|
124299
|
-
type SearchFasterforwardPartiesQueryParams = paths[typeof routeName$
|
|
124300
|
-
type SearchFasterforwardPartiesResponse = paths[typeof routeName$
|
|
124301
|
-
type SearchFasterforwardPartiesProps = paths[typeof routeName$
|
|
124531
|
+
declare const routeName$5J = "/v1/api/connections/fasterforward/parties";
|
|
124532
|
+
type SearchFasterforwardPartiesQueryParams = paths[typeof routeName$5J]['get']['parameters']['query'];
|
|
124533
|
+
type SearchFasterforwardPartiesResponse = paths[typeof routeName$5J]['get']['responses'][200]['content']['application/json'];
|
|
124534
|
+
type SearchFasterforwardPartiesProps = paths[typeof routeName$5J]['get']['parameters'];
|
|
124302
124535
|
declare const searchFasterforwardParties: (props: SearchFasterforwardPartiesProps, wgApiClient: ClientType) => Promise<SearchFasterforwardPartiesResponse>;
|
|
124303
124536
|
|
|
124304
|
-
declare const routeName$
|
|
124305
|
-
type ImportFasterforwardPartyInWegroupPathParams = paths[typeof routeName$
|
|
124306
|
-
type ImportFasterforwardPartyInWegroupQueryParams = paths[typeof routeName$
|
|
124307
|
-
type ImportFasterforwardPartyInWegroupResponse = paths[typeof routeName$
|
|
124308
|
-
type ImportFasterforwardPartyInWegroupProps = paths[typeof routeName$
|
|
124537
|
+
declare const routeName$5I = "/v1/api/connections/fasterforward/parties/{fasterforward_id}/import";
|
|
124538
|
+
type ImportFasterforwardPartyInWegroupPathParams = paths[typeof routeName$5I]['get']['parameters']['path'];
|
|
124539
|
+
type ImportFasterforwardPartyInWegroupQueryParams = paths[typeof routeName$5I]['get']['parameters']['query'];
|
|
124540
|
+
type ImportFasterforwardPartyInWegroupResponse = paths[typeof routeName$5I]['get']['responses'][201]['content']['application/json'];
|
|
124541
|
+
type ImportFasterforwardPartyInWegroupProps = paths[typeof routeName$5I]['get']['parameters'];
|
|
124309
124542
|
declare const importFasterforwardPartyInWegroup: (props: ImportFasterforwardPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportFasterforwardPartyInWegroupResponse>;
|
|
124310
124543
|
|
|
124311
|
-
declare const routeName$
|
|
124312
|
-
type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$
|
|
124313
|
-
type GetFasterforwardEmployeesResponse = paths[typeof routeName$
|
|
124314
|
-
type GetFasterforwardEmployeesProps = paths[typeof routeName$
|
|
124544
|
+
declare const routeName$5H = "/v1/api/connections/fasterforward/employees";
|
|
124545
|
+
type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$5H]['get']['parameters']['query'];
|
|
124546
|
+
type GetFasterforwardEmployeesResponse = paths[typeof routeName$5H]['get']['responses'][200]['content']['application/json'];
|
|
124547
|
+
type GetFasterforwardEmployeesProps = paths[typeof routeName$5H]['get']['parameters'];
|
|
124315
124548
|
declare const getFasterforwardEmployees: (props: GetFasterforwardEmployeesProps, wgApiClient: ClientType) => Promise<GetFasterforwardEmployeesResponse>;
|
|
124316
124549
|
|
|
124317
|
-
declare const routeName$
|
|
124318
|
-
type GetFasterforwardTeamsQueryParams = paths[typeof routeName$
|
|
124319
|
-
type GetFasterforwardTeamsResponse = paths[typeof routeName$
|
|
124320
|
-
type GetFasterforwardTeamsProps = paths[typeof routeName$
|
|
124550
|
+
declare const routeName$5G = "/v1/api/connections/fasterforward/teams";
|
|
124551
|
+
type GetFasterforwardTeamsQueryParams = paths[typeof routeName$5G]['get']['parameters']['query'];
|
|
124552
|
+
type GetFasterforwardTeamsResponse = paths[typeof routeName$5G]['get']['responses'][200]['content']['application/json'];
|
|
124553
|
+
type GetFasterforwardTeamsProps = paths[typeof routeName$5G]['get']['parameters'];
|
|
124321
124554
|
declare const getFasterforwardTeams: (props: GetFasterforwardTeamsProps, wgApiClient: ClientType) => Promise<GetFasterforwardTeamsResponse>;
|
|
124322
124555
|
|
|
124323
|
-
declare const routeName$
|
|
124324
|
-
type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$
|
|
124325
|
-
type ValidateFasterforwardConnectionResponse = paths[typeof routeName$
|
|
124556
|
+
declare const routeName$5F = "/v1/api/connections/fasterforward/validate";
|
|
124557
|
+
type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$5F]['post']['parameters']['query'];
|
|
124558
|
+
type ValidateFasterforwardConnectionResponse = paths[typeof routeName$5F]['post']['responses'][200]['content']['application/json'];
|
|
124326
124559
|
interface ValidateFasterforwardConnectionProps {
|
|
124327
124560
|
params: {
|
|
124328
124561
|
query: ValidateFasterforwardConnectionQueryParams;
|
|
@@ -124330,11 +124563,11 @@ interface ValidateFasterforwardConnectionProps {
|
|
|
124330
124563
|
}
|
|
124331
124564
|
declare const validateFasterforwardConnection: (props: ValidateFasterforwardConnectionProps, wgApiClient: ClientType) => Promise<ValidateFasterforwardConnectionResponse>;
|
|
124332
124565
|
|
|
124333
|
-
declare const routeName$
|
|
124334
|
-
type CreateFasterforwardTaskBody = paths[typeof routeName$
|
|
124335
|
-
type CreateFasterforwardTaskPathParams = paths[typeof routeName$
|
|
124336
|
-
type CreateFasterforwardTaskQueryParams = paths[typeof routeName$
|
|
124337
|
-
type CreateFasterforwardTaskResponse = paths[typeof routeName$
|
|
124566
|
+
declare const routeName$5E = "/v1/api/connections/fasterforward/parties/{fasterforward_id}/tasks";
|
|
124567
|
+
type CreateFasterforwardTaskBody = paths[typeof routeName$5E]['post']['requestBody']['content']['application/json'];
|
|
124568
|
+
type CreateFasterforwardTaskPathParams = paths[typeof routeName$5E]['post']['parameters']['path'];
|
|
124569
|
+
type CreateFasterforwardTaskQueryParams = paths[typeof routeName$5E]['post']['parameters']['query'];
|
|
124570
|
+
type CreateFasterforwardTaskResponse = paths[typeof routeName$5E]['post']['responses'][201]['content']['application/json'];
|
|
124338
124571
|
interface CreateFasterforwardTaskProps {
|
|
124339
124572
|
body: CreateFasterforwardTaskBody;
|
|
124340
124573
|
params: {
|
|
@@ -124344,11 +124577,11 @@ interface CreateFasterforwardTaskProps {
|
|
|
124344
124577
|
}
|
|
124345
124578
|
declare const createFasterforwardTask: (props: CreateFasterforwardTaskProps, wgApiClient: ClientType) => Promise<CreateFasterforwardTaskResponse>;
|
|
124346
124579
|
|
|
124347
|
-
declare const routeName$
|
|
124348
|
-
type UploadDocumentsInFasterforwardBody = paths[typeof routeName$
|
|
124349
|
-
type UploadDocumentsInFasterforwardPathParams = paths[typeof routeName$
|
|
124350
|
-
type UploadDocumentsInFasterforwardQueryParams = paths[typeof routeName$
|
|
124351
|
-
type UploadDocumentsInFasterforwardResponse = paths[typeof routeName$
|
|
124580
|
+
declare const routeName$5D = "/v1/api/connections/fasterforward/parties/{fasterforward_id}/documents";
|
|
124581
|
+
type UploadDocumentsInFasterforwardBody = paths[typeof routeName$5D]['post']['requestBody']['content']['application/json'];
|
|
124582
|
+
type UploadDocumentsInFasterforwardPathParams = paths[typeof routeName$5D]['post']['parameters']['path'];
|
|
124583
|
+
type UploadDocumentsInFasterforwardQueryParams = paths[typeof routeName$5D]['post']['parameters']['query'];
|
|
124584
|
+
type UploadDocumentsInFasterforwardResponse = paths[typeof routeName$5D]['post']['responses'][201]['content']['application/json'];
|
|
124352
124585
|
interface UploadDocumentsInFasterforwardProps {
|
|
124353
124586
|
body: UploadDocumentsInFasterforwardBody;
|
|
124354
124587
|
params: {
|
|
@@ -124358,42 +124591,42 @@ interface UploadDocumentsInFasterforwardProps {
|
|
|
124358
124591
|
}
|
|
124359
124592
|
declare const uploadDocumentsInFasterforward: (props: UploadDocumentsInFasterforwardProps, wgApiClient: ClientType) => Promise<UploadDocumentsInFasterforwardResponse>;
|
|
124360
124593
|
|
|
124361
|
-
declare const routeName$
|
|
124362
|
-
type GetOutlookMailsQueryParams = paths[typeof routeName$
|
|
124363
|
-
type GetOutlookMailsResponse = paths[typeof routeName$
|
|
124364
|
-
type GetOutlookMailsProps = paths[typeof routeName$
|
|
124594
|
+
declare const routeName$5C = "/v1/api/connections/outlook/mails";
|
|
124595
|
+
type GetOutlookMailsQueryParams = paths[typeof routeName$5C]['get']['parameters']['query'];
|
|
124596
|
+
type GetOutlookMailsResponse = paths[typeof routeName$5C]['get']['responses'][200]['content']['application/json'];
|
|
124597
|
+
type GetOutlookMailsProps = paths[typeof routeName$5C]['get']['parameters'];
|
|
124365
124598
|
declare const getOutlookMails: (props: GetOutlookMailsProps, wgApiClient: ClientType) => Promise<GetOutlookMailsResponse>;
|
|
124366
124599
|
|
|
124367
|
-
declare const routeName$
|
|
124368
|
-
type GetOutlookMailByIdPathParams = paths[typeof routeName$
|
|
124369
|
-
type GetOutlookMailByIdQueryParams = paths[typeof routeName$
|
|
124370
|
-
type GetOutlookMailByIdResponse = paths[typeof routeName$
|
|
124371
|
-
type GetOutlookMailByIdProps = paths[typeof routeName$
|
|
124600
|
+
declare const routeName$5B = "/v1/api/connections/outlook/mails/{id}";
|
|
124601
|
+
type GetOutlookMailByIdPathParams = paths[typeof routeName$5B]['get']['parameters']['path'];
|
|
124602
|
+
type GetOutlookMailByIdQueryParams = paths[typeof routeName$5B]['get']['parameters']['query'];
|
|
124603
|
+
type GetOutlookMailByIdResponse = paths[typeof routeName$5B]['get']['responses'][200]['content']['application/json'];
|
|
124604
|
+
type GetOutlookMailByIdProps = paths[typeof routeName$5B]['get']['parameters'];
|
|
124372
124605
|
declare const getOutlookMailById: (props: GetOutlookMailByIdProps, wgApiClient: ClientType) => Promise<GetOutlookMailByIdResponse>;
|
|
124373
124606
|
|
|
124374
|
-
declare const routeName$
|
|
124375
|
-
type GetOutlookMailByOutlookMessageIdPathParams = paths[typeof routeName$
|
|
124376
|
-
type GetOutlookMailByOutlookMessageIdQueryParams = paths[typeof routeName$
|
|
124377
|
-
type GetOutlookMailByOutlookMessageIdResponse = paths[typeof routeName$
|
|
124378
|
-
type GetOutlookMailByOutlookMessageIdProps = paths[typeof routeName$
|
|
124607
|
+
declare const routeName$5A = "/v1/api/connections/outlook/mails-by-outlook-message-id/{id}";
|
|
124608
|
+
type GetOutlookMailByOutlookMessageIdPathParams = paths[typeof routeName$5A]['get']['parameters']['path'];
|
|
124609
|
+
type GetOutlookMailByOutlookMessageIdQueryParams = paths[typeof routeName$5A]['get']['parameters']['query'];
|
|
124610
|
+
type GetOutlookMailByOutlookMessageIdResponse = paths[typeof routeName$5A]['get']['responses'][200]['content']['application/json'];
|
|
124611
|
+
type GetOutlookMailByOutlookMessageIdProps = paths[typeof routeName$5A]['get']['parameters'];
|
|
124379
124612
|
declare const getOutlookMailByOutlookMessageId: (props: GetOutlookMailByOutlookMessageIdProps, wgApiClient: ClientType) => Promise<GetOutlookMailByOutlookMessageIdResponse>;
|
|
124380
124613
|
|
|
124381
|
-
declare const routeName$
|
|
124382
|
-
type GetOutlookMailfoldersQueryParams = paths[typeof routeName$
|
|
124383
|
-
type GetOutlookMailfoldersResponse = paths[typeof routeName$
|
|
124384
|
-
type GetOutlookMailfoldersProps = paths[typeof routeName$
|
|
124614
|
+
declare const routeName$5z = "/v1/api/connections/outlook/mailfolders";
|
|
124615
|
+
type GetOutlookMailfoldersQueryParams = paths[typeof routeName$5z]['get']['parameters']['query'];
|
|
124616
|
+
type GetOutlookMailfoldersResponse = paths[typeof routeName$5z]['get']['responses'][200]['content']['application/json'];
|
|
124617
|
+
type GetOutlookMailfoldersProps = paths[typeof routeName$5z]['get']['parameters'];
|
|
124385
124618
|
declare const getOutlookMailfolders: (props: GetOutlookMailfoldersProps, wgApiClient: ClientType) => Promise<GetOutlookMailfoldersResponse>;
|
|
124386
124619
|
|
|
124387
|
-
declare const routeName$
|
|
124388
|
-
type GetOutlookConnectionDetailsQueryParams = paths[typeof routeName$
|
|
124389
|
-
type GetOutlookConnectionDetailsResponse = paths[typeof routeName$
|
|
124390
|
-
type GetOutlookConnectionDetailsProps = paths[typeof routeName$
|
|
124620
|
+
declare const routeName$5y = "/v1/api/connections/outlook";
|
|
124621
|
+
type GetOutlookConnectionDetailsQueryParams = paths[typeof routeName$5y]['get']['parameters']['query'];
|
|
124622
|
+
type GetOutlookConnectionDetailsResponse = paths[typeof routeName$5y]['get']['responses'][200]['content']['application/json'];
|
|
124623
|
+
type GetOutlookConnectionDetailsProps = paths[typeof routeName$5y]['get']['parameters'];
|
|
124391
124624
|
declare const getOutlookConnectionDetails: (props: GetOutlookConnectionDetailsProps, wgApiClient: ClientType) => Promise<GetOutlookConnectionDetailsResponse>;
|
|
124392
124625
|
|
|
124393
|
-
declare const routeName$
|
|
124394
|
-
type ActivateOutlookConnectionSyncBody = paths[typeof routeName$
|
|
124395
|
-
type ActivateOutlookConnectionSyncQueryParams = paths[typeof routeName$
|
|
124396
|
-
type ActivateOutlookConnectionSyncResponse = paths[typeof routeName$
|
|
124626
|
+
declare const routeName$5x = "/v1/api/connections/outlook/sync/activate";
|
|
124627
|
+
type ActivateOutlookConnectionSyncBody = paths[typeof routeName$5x]['post']['requestBody']['content']['application/json'];
|
|
124628
|
+
type ActivateOutlookConnectionSyncQueryParams = paths[typeof routeName$5x]['post']['parameters']['query'];
|
|
124629
|
+
type ActivateOutlookConnectionSyncResponse = paths[typeof routeName$5x]['post']['responses'][200]['content']['application/json'];
|
|
124397
124630
|
interface ActivateOutlookConnectionSyncProps {
|
|
124398
124631
|
body: ActivateOutlookConnectionSyncBody;
|
|
124399
124632
|
params: {
|
|
@@ -124402,10 +124635,10 @@ interface ActivateOutlookConnectionSyncProps {
|
|
|
124402
124635
|
}
|
|
124403
124636
|
declare const activateOutlookConnectionSync: (props: ActivateOutlookConnectionSyncProps, wgApiClient: ClientType) => Promise<ActivateOutlookConnectionSyncResponse>;
|
|
124404
124637
|
|
|
124405
|
-
declare const routeName$
|
|
124406
|
-
type DeactivateOutlookConnectionSyncBody = paths[typeof routeName$
|
|
124407
|
-
type DeactivateOutlookConnectionSyncQueryParams = paths[typeof routeName$
|
|
124408
|
-
type DeactivateOutlookConnectionSyncResponse = paths[typeof routeName$
|
|
124638
|
+
declare const routeName$5w = "/v1/api/connections/outlook/sync/deactivate";
|
|
124639
|
+
type DeactivateOutlookConnectionSyncBody = paths[typeof routeName$5w]['post']['requestBody']['content']['application/json'];
|
|
124640
|
+
type DeactivateOutlookConnectionSyncQueryParams = paths[typeof routeName$5w]['post']['parameters']['query'];
|
|
124641
|
+
type DeactivateOutlookConnectionSyncResponse = paths[typeof routeName$5w]['post']['responses'][200]['content']['application/json'];
|
|
124409
124642
|
interface DeactivateOutlookConnectionSyncProps {
|
|
124410
124643
|
body: DeactivateOutlookConnectionSyncBody;
|
|
124411
124644
|
params: {
|
|
@@ -124414,9 +124647,9 @@ interface DeactivateOutlookConnectionSyncProps {
|
|
|
124414
124647
|
}
|
|
124415
124648
|
declare const deactivateOutlookConnectionSync: (props: DeactivateOutlookConnectionSyncProps, wgApiClient: ClientType) => Promise<DeactivateOutlookConnectionSyncResponse>;
|
|
124416
124649
|
|
|
124417
|
-
declare const routeName$
|
|
124418
|
-
type OutlookConnectionSyncQueryParams = paths[typeof routeName$
|
|
124419
|
-
type OutlookConnectionSyncResponse = paths[typeof routeName$
|
|
124650
|
+
declare const routeName$5v = "/v1/api/connections/outlook/sync";
|
|
124651
|
+
type OutlookConnectionSyncQueryParams = paths[typeof routeName$5v]['post']['parameters']['query'];
|
|
124652
|
+
type OutlookConnectionSyncResponse = paths[typeof routeName$5v]['post']['responses'][200]['content']['application/json'];
|
|
124420
124653
|
interface OutlookConnectionSyncProps {
|
|
124421
124654
|
params: {
|
|
124422
124655
|
query: OutlookConnectionSyncQueryParams;
|
|
@@ -124424,9 +124657,9 @@ interface OutlookConnectionSyncProps {
|
|
|
124424
124657
|
}
|
|
124425
124658
|
declare const outlookConnectionSync: (props: OutlookConnectionSyncProps, wgApiClient: ClientType) => Promise<OutlookConnectionSyncResponse>;
|
|
124426
124659
|
|
|
124427
|
-
declare const routeName$
|
|
124428
|
-
type DeprecatedValidateAnvaConnectionQueryParams = paths[typeof routeName$
|
|
124429
|
-
type DeprecatedValidateAnvaConnectionResponse = paths[typeof routeName$
|
|
124660
|
+
declare const routeName$5u = "/v1/api/integrations/anva/validate";
|
|
124661
|
+
type DeprecatedValidateAnvaConnectionQueryParams = paths[typeof routeName$5u]['post']['parameters']['query'];
|
|
124662
|
+
type DeprecatedValidateAnvaConnectionResponse = paths[typeof routeName$5u]['post']['responses'][200]['content']['application/json'];
|
|
124430
124663
|
interface DeprecatedValidateAnvaConnectionProps {
|
|
124431
124664
|
params: {
|
|
124432
124665
|
query: DeprecatedValidateAnvaConnectionQueryParams;
|
|
@@ -124434,11 +124667,11 @@ interface DeprecatedValidateAnvaConnectionProps {
|
|
|
124434
124667
|
}
|
|
124435
124668
|
declare const deprecatedValidateAnvaConnection: (props: DeprecatedValidateAnvaConnectionProps, wgApiClient: ClientType) => Promise<DeprecatedValidateAnvaConnectionResponse>;
|
|
124436
124669
|
|
|
124437
|
-
declare const routeName$
|
|
124438
|
-
type GenerateQuestionsToPrefillByCarBody = paths[typeof routeName$
|
|
124439
|
-
type GenerateQuestionsToPrefillByCarPathParams = paths[typeof routeName$
|
|
124440
|
-
type GenerateQuestionsToPrefillByCarQueryParams = paths[typeof routeName$
|
|
124441
|
-
type GenerateQuestionsToPrefillByCarResponse = paths[typeof routeName$
|
|
124670
|
+
declare const routeName$5t = "/v1/api/conversations/{session_id}/generate-questions-to-prefill-by-car";
|
|
124671
|
+
type GenerateQuestionsToPrefillByCarBody = paths[typeof routeName$5t]['post']['requestBody']['content']['application/json'];
|
|
124672
|
+
type GenerateQuestionsToPrefillByCarPathParams = paths[typeof routeName$5t]['post']['parameters']['path'];
|
|
124673
|
+
type GenerateQuestionsToPrefillByCarQueryParams = paths[typeof routeName$5t]['post']['parameters']['query'];
|
|
124674
|
+
type GenerateQuestionsToPrefillByCarResponse = paths[typeof routeName$5t]['post']['responses'][200]['content']['application/json'];
|
|
124442
124675
|
interface GenerateQuestionsToPrefillByCarProps {
|
|
124443
124676
|
body: GenerateQuestionsToPrefillByCarBody;
|
|
124444
124677
|
params: {
|
|
@@ -124448,11 +124681,11 @@ interface GenerateQuestionsToPrefillByCarProps {
|
|
|
124448
124681
|
}
|
|
124449
124682
|
declare const generateQuestionsToPrefillByCar: (props: GenerateQuestionsToPrefillByCarProps, wgApiClient: ClientType) => Promise<GenerateQuestionsToPrefillByCarResponse>;
|
|
124450
124683
|
|
|
124451
|
-
declare const routeName$
|
|
124452
|
-
type CreateConversationBody = paths[typeof routeName$
|
|
124453
|
-
type CreateConversationPathParams = paths[typeof routeName$
|
|
124454
|
-
type CreateConversationQueryParams = paths[typeof routeName$
|
|
124455
|
-
type CreateConversationResponse = paths[typeof routeName$
|
|
124684
|
+
declare const routeName$5s = "/v1/api/flows/{flow_id}/conversations";
|
|
124685
|
+
type CreateConversationBody = paths[typeof routeName$5s]['post']['requestBody']['content']['application/json'];
|
|
124686
|
+
type CreateConversationPathParams = paths[typeof routeName$5s]['post']['parameters']['path'];
|
|
124687
|
+
type CreateConversationQueryParams = paths[typeof routeName$5s]['post']['parameters']['query'];
|
|
124688
|
+
type CreateConversationResponse = paths[typeof routeName$5s]['post']['responses'][201]['content']['application/json'];
|
|
124456
124689
|
interface CreateConversationProps {
|
|
124457
124690
|
body: CreateConversationBody;
|
|
124458
124691
|
params: {
|
|
@@ -124462,11 +124695,11 @@ interface CreateConversationProps {
|
|
|
124462
124695
|
}
|
|
124463
124696
|
declare const createConversation: (props: CreateConversationProps, wgApiClient: ClientType) => Promise<CreateConversationResponse>;
|
|
124464
124697
|
|
|
124465
|
-
declare const routeName$
|
|
124466
|
-
type AnswerAFlowSessionBody = paths[typeof routeName$
|
|
124467
|
-
type AnswerAFlowSessionPathParams = paths[typeof routeName$
|
|
124468
|
-
type AnswerAFlowSessionQueryParams = paths[typeof routeName$
|
|
124469
|
-
type AnswerAFlowSessionResponse = paths[typeof routeName$
|
|
124698
|
+
declare const routeName$5r = "/v1/api/flows/{flow_id}/conversations/{session_id}/answers";
|
|
124699
|
+
type AnswerAFlowSessionBody = paths[typeof routeName$5r]['post']['requestBody']['content']['application/json'];
|
|
124700
|
+
type AnswerAFlowSessionPathParams = paths[typeof routeName$5r]['post']['parameters']['path'];
|
|
124701
|
+
type AnswerAFlowSessionQueryParams = paths[typeof routeName$5r]['post']['parameters']['query'];
|
|
124702
|
+
type AnswerAFlowSessionResponse = paths[typeof routeName$5r]['post']['responses'][200]['content']['application/json'];
|
|
124470
124703
|
interface AnswerAFlowSessionProps {
|
|
124471
124704
|
body: AnswerAFlowSessionBody;
|
|
124472
124705
|
params: {
|
|
@@ -124476,28 +124709,28 @@ interface AnswerAFlowSessionProps {
|
|
|
124476
124709
|
}
|
|
124477
124710
|
declare const answerAFlowSession: (props: AnswerAFlowSessionProps, wgApiClient: ClientType) => Promise<AnswerAFlowSessionResponse>;
|
|
124478
124711
|
|
|
124479
|
-
declare const routeName$
|
|
124480
|
-
type GetAllConversationsQueryParams = paths[typeof routeName$
|
|
124481
|
-
type GetAllConversationsResponse = paths[typeof routeName$
|
|
124482
|
-
type GetAllConversationsProps = paths[typeof routeName$
|
|
124712
|
+
declare const routeName$5q = "/v1/api/conversations";
|
|
124713
|
+
type GetAllConversationsQueryParams = paths[typeof routeName$5q]['get']['parameters']['query'];
|
|
124714
|
+
type GetAllConversationsResponse = paths[typeof routeName$5q]['get']['responses'][200]['content']['application/json'];
|
|
124715
|
+
type GetAllConversationsProps = paths[typeof routeName$5q]['get']['parameters'];
|
|
124483
124716
|
declare const getAllConversations: (props: GetAllConversationsProps, wgApiClient: ClientType) => Promise<GetAllConversationsResponse>;
|
|
124484
124717
|
|
|
124485
|
-
declare const routeName$
|
|
124486
|
-
type GetConversationsOriginFilterQueryParams = paths[typeof routeName$
|
|
124487
|
-
type GetConversationsOriginFilterResponse = paths[typeof routeName$
|
|
124488
|
-
type GetConversationsOriginFilterProps = paths[typeof routeName$
|
|
124718
|
+
declare const routeName$5p = "/v1/api/conversations-filters/origin";
|
|
124719
|
+
type GetConversationsOriginFilterQueryParams = paths[typeof routeName$5p]['get']['parameters']['query'];
|
|
124720
|
+
type GetConversationsOriginFilterResponse = paths[typeof routeName$5p]['get']['responses'][200]['content']['application/json'];
|
|
124721
|
+
type GetConversationsOriginFilterProps = paths[typeof routeName$5p]['get']['parameters'];
|
|
124489
124722
|
declare const getConversationsOriginFilter: (props: GetConversationsOriginFilterProps, wgApiClient: ClientType) => Promise<GetConversationsOriginFilterResponse>;
|
|
124490
124723
|
|
|
124491
|
-
declare const routeName$
|
|
124492
|
-
type GetConversationByIdPathParams = paths[typeof routeName$
|
|
124493
|
-
type GetConversationByIdQueryParams = paths[typeof routeName$
|
|
124494
|
-
type GetConversationByIdResponse = paths[typeof routeName$
|
|
124495
|
-
type GetConversationByIdProps = paths[typeof routeName$
|
|
124724
|
+
declare const routeName$5o = "/v1/api/conversations/{session_id}";
|
|
124725
|
+
type GetConversationByIdPathParams = paths[typeof routeName$5o]['get']['parameters']['path'];
|
|
124726
|
+
type GetConversationByIdQueryParams = paths[typeof routeName$5o]['get']['parameters']['query'];
|
|
124727
|
+
type GetConversationByIdResponse = paths[typeof routeName$5o]['get']['responses'][200]['content']['application/json'];
|
|
124728
|
+
type GetConversationByIdProps = paths[typeof routeName$5o]['get']['parameters'];
|
|
124496
124729
|
declare const getConversationById: (props: GetConversationByIdProps, wgApiClient: ClientType) => Promise<GetConversationByIdResponse>;
|
|
124497
124730
|
|
|
124498
|
-
declare const routeName$
|
|
124499
|
-
type DeleteSessionBySessionIdPathParams = paths[typeof routeName$
|
|
124500
|
-
type DeleteSessionBySessionIdResponse = paths[typeof routeName$
|
|
124731
|
+
declare const routeName$5n = "/v1/api/conversations/{session_id}";
|
|
124732
|
+
type DeleteSessionBySessionIdPathParams = paths[typeof routeName$5n]['delete']['parameters']['path'];
|
|
124733
|
+
type DeleteSessionBySessionIdResponse = paths[typeof routeName$5n]['delete']['responses'][200]['content']['application/json'];
|
|
124501
124734
|
interface DeleteSessionBySessionIdProps {
|
|
124502
124735
|
params: {
|
|
124503
124736
|
path: DeleteSessionBySessionIdPathParams;
|
|
@@ -124505,10 +124738,10 @@ interface DeleteSessionBySessionIdProps {
|
|
|
124505
124738
|
}
|
|
124506
124739
|
declare const deleteSessionBySessionId: (props: DeleteSessionBySessionIdProps, wgApiClient: ClientType) => Promise<DeleteSessionBySessionIdResponse>;
|
|
124507
124740
|
|
|
124508
|
-
declare const routeName$
|
|
124509
|
-
type UpdateConversationByIdBody = paths[typeof routeName$
|
|
124510
|
-
type UpdateConversationByIdPathParams = paths[typeof routeName$
|
|
124511
|
-
type UpdateConversationByIdResponse = paths[typeof routeName$
|
|
124741
|
+
declare const routeName$5m = "/v1/api/conversations/{session_id}";
|
|
124742
|
+
type UpdateConversationByIdBody = paths[typeof routeName$5m]['patch']['requestBody']['content']['application/json'];
|
|
124743
|
+
type UpdateConversationByIdPathParams = paths[typeof routeName$5m]['patch']['parameters']['path'];
|
|
124744
|
+
type UpdateConversationByIdResponse = paths[typeof routeName$5m]['patch']['responses'][200]['content']['application/json'];
|
|
124512
124745
|
interface UpdateConversationByIdProps {
|
|
124513
124746
|
body: UpdateConversationByIdBody;
|
|
124514
124747
|
params: {
|
|
@@ -124517,16 +124750,16 @@ interface UpdateConversationByIdProps {
|
|
|
124517
124750
|
}
|
|
124518
124751
|
declare const updateConversationById: (props: UpdateConversationByIdProps, wgApiClient: ClientType) => Promise<UpdateConversationByIdResponse>;
|
|
124519
124752
|
|
|
124520
|
-
declare const routeName$
|
|
124521
|
-
type GetAllSessionsBySessionIdPathParams = paths[typeof routeName$
|
|
124522
|
-
type GetAllSessionsBySessionIdQueryParams = paths[typeof routeName$
|
|
124523
|
-
type GetAllSessionsBySessionIdResponse = paths[typeof routeName$
|
|
124524
|
-
type GetAllSessionsBySessionIdProps = paths[typeof routeName$
|
|
124753
|
+
declare const routeName$5l = "/v1/api/conversations/{session_id}/sessions";
|
|
124754
|
+
type GetAllSessionsBySessionIdPathParams = paths[typeof routeName$5l]['get']['parameters']['path'];
|
|
124755
|
+
type GetAllSessionsBySessionIdQueryParams = paths[typeof routeName$5l]['get']['parameters']['query'];
|
|
124756
|
+
type GetAllSessionsBySessionIdResponse = paths[typeof routeName$5l]['get']['responses'][200]['content']['application/json'];
|
|
124757
|
+
type GetAllSessionsBySessionIdProps = paths[typeof routeName$5l]['get']['parameters'];
|
|
124525
124758
|
declare const getAllSessionsBySessionId: (props: GetAllSessionsBySessionIdProps, wgApiClient: ClientType) => Promise<GetAllSessionsBySessionIdResponse>;
|
|
124526
124759
|
|
|
124527
|
-
declare const routeName$
|
|
124528
|
-
type DeleteAllSessionsBySessionIdPathParams = paths[typeof routeName$
|
|
124529
|
-
type DeleteAllSessionsBySessionIdResponse = paths[typeof routeName$
|
|
124760
|
+
declare const routeName$5k = "/v1/api/conversations/{session_id}/sessions";
|
|
124761
|
+
type DeleteAllSessionsBySessionIdPathParams = paths[typeof routeName$5k]['delete']['parameters']['path'];
|
|
124762
|
+
type DeleteAllSessionsBySessionIdResponse = paths[typeof routeName$5k]['delete']['responses'][200]['content']['application/json'];
|
|
124530
124763
|
interface DeleteAllSessionsBySessionIdProps {
|
|
124531
124764
|
params: {
|
|
124532
124765
|
path: DeleteAllSessionsBySessionIdPathParams;
|
|
@@ -124534,10 +124767,10 @@ interface DeleteAllSessionsBySessionIdProps {
|
|
|
124534
124767
|
}
|
|
124535
124768
|
declare const deleteAllSessionsBySessionId: (props: DeleteAllSessionsBySessionIdProps, wgApiClient: ClientType) => Promise<DeleteAllSessionsBySessionIdResponse>;
|
|
124536
124769
|
|
|
124537
|
-
declare const routeName$
|
|
124538
|
-
type DeleteEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$
|
|
124539
|
-
type DeleteEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$
|
|
124540
|
-
type DeleteEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$
|
|
124770
|
+
declare const routeName$5j = "/v1/api/conversations/{session_id}/entities/{entity_id}";
|
|
124771
|
+
type DeleteEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$5j]['delete']['parameters']['path'];
|
|
124772
|
+
type DeleteEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$5j]['delete']['parameters']['query'];
|
|
124773
|
+
type DeleteEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$5j]['delete']['responses'][200]['content']['application/json'];
|
|
124541
124774
|
interface DeleteEntityBySessionIdAndFlowIdProps {
|
|
124542
124775
|
params: {
|
|
124543
124776
|
query: DeleteEntityBySessionIdAndFlowIdQueryParams;
|
|
@@ -124546,10 +124779,10 @@ interface DeleteEntityBySessionIdAndFlowIdProps {
|
|
|
124546
124779
|
}
|
|
124547
124780
|
declare const deleteEntityBySessionIdAndFlowId: (props: DeleteEntityBySessionIdAndFlowIdProps, wgApiClient: ClientType) => Promise<DeleteEntityBySessionIdAndFlowIdResponse>;
|
|
124548
124781
|
|
|
124549
|
-
declare const routeName$
|
|
124550
|
-
type DeletePartyEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$
|
|
124551
|
-
type DeletePartyEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$
|
|
124552
|
-
type DeletePartyEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$
|
|
124782
|
+
declare const routeName$5i = "/v1/api/conversations/{session_id}/entities/{entity_id}/parties/{party_id}";
|
|
124783
|
+
type DeletePartyEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$5i]['delete']['parameters']['path'];
|
|
124784
|
+
type DeletePartyEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$5i]['delete']['parameters']['query'];
|
|
124785
|
+
type DeletePartyEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$5i]['delete']['responses'][200]['content']['application/json'];
|
|
124553
124786
|
interface DeletePartyEntityBySessionIdAndFlowIdProps {
|
|
124554
124787
|
params: {
|
|
124555
124788
|
query: DeletePartyEntityBySessionIdAndFlowIdQueryParams;
|
|
@@ -124558,10 +124791,10 @@ interface DeletePartyEntityBySessionIdAndFlowIdProps {
|
|
|
124558
124791
|
}
|
|
124559
124792
|
declare const deletePartyEntityBySessionIdAndFlowId: (props: DeletePartyEntityBySessionIdAndFlowIdProps, wgApiClient: ClientType) => Promise<DeletePartyEntityBySessionIdAndFlowIdResponse>;
|
|
124560
124793
|
|
|
124561
|
-
declare const routeName$
|
|
124562
|
-
type MarkConversationAsCompletedByIdBody = paths[typeof routeName$
|
|
124563
|
-
type MarkConversationAsCompletedByIdPathParams = paths[typeof routeName$
|
|
124564
|
-
type MarkConversationAsCompletedByIdResponse = paths[typeof routeName$
|
|
124794
|
+
declare const routeName$5h = "/v1/api/conversations/{session_id}/complete";
|
|
124795
|
+
type MarkConversationAsCompletedByIdBody = paths[typeof routeName$5h]['post']['requestBody']['content']['application/json'];
|
|
124796
|
+
type MarkConversationAsCompletedByIdPathParams = paths[typeof routeName$5h]['post']['parameters']['path'];
|
|
124797
|
+
type MarkConversationAsCompletedByIdResponse = paths[typeof routeName$5h]['post']['responses'][200]['content']['application/json'];
|
|
124565
124798
|
interface MarkConversationAsCompletedByIdProps {
|
|
124566
124799
|
body: MarkConversationAsCompletedByIdBody;
|
|
124567
124800
|
params: {
|
|
@@ -124570,9 +124803,9 @@ interface MarkConversationAsCompletedByIdProps {
|
|
|
124570
124803
|
}
|
|
124571
124804
|
declare const markConversationAsCompletedById: (props: MarkConversationAsCompletedByIdProps, wgApiClient: ClientType) => Promise<MarkConversationAsCompletedByIdResponse>;
|
|
124572
124805
|
|
|
124573
|
-
declare const routeName$
|
|
124574
|
-
type CreateConversationReminderPathParams = paths[typeof routeName$
|
|
124575
|
-
type CreateConversationReminderResponse = paths[typeof routeName$
|
|
124806
|
+
declare const routeName$5g = "/v1/api/conversations/{session_id}/reminders";
|
|
124807
|
+
type CreateConversationReminderPathParams = paths[typeof routeName$5g]['post']['parameters']['path'];
|
|
124808
|
+
type CreateConversationReminderResponse = paths[typeof routeName$5g]['post']['responses'][200]['content']['application/json'];
|
|
124576
124809
|
interface CreateConversationReminderProps {
|
|
124577
124810
|
params: {
|
|
124578
124811
|
path: CreateConversationReminderPathParams;
|
|
@@ -124580,11 +124813,11 @@ interface CreateConversationReminderProps {
|
|
|
124580
124813
|
}
|
|
124581
124814
|
declare const createConversationReminder: (props: CreateConversationReminderProps, wgApiClient: ClientType) => Promise<CreateConversationReminderResponse>;
|
|
124582
124815
|
|
|
124583
|
-
declare const routeName$
|
|
124584
|
-
type GetConversationReportPdfByIdBody = paths[typeof routeName$
|
|
124585
|
-
type GetConversationReportPdfByIdPathParams = paths[typeof routeName$
|
|
124586
|
-
type GetConversationReportPdfByIdQueryParams = paths[typeof routeName$
|
|
124587
|
-
type GetConversationReportPdfByIdResponse = paths[typeof routeName$
|
|
124816
|
+
declare const routeName$5f = "/v1/api/conversations/{session_id}/pdf";
|
|
124817
|
+
type GetConversationReportPdfByIdBody = paths[typeof routeName$5f]['post']['requestBody']['content']['application/json'];
|
|
124818
|
+
type GetConversationReportPdfByIdPathParams = paths[typeof routeName$5f]['post']['parameters']['path'];
|
|
124819
|
+
type GetConversationReportPdfByIdQueryParams = paths[typeof routeName$5f]['post']['parameters']['query'];
|
|
124820
|
+
type GetConversationReportPdfByIdResponse = paths[typeof routeName$5f]['post']['responses'][200]['content']['application/json'];
|
|
124588
124821
|
interface GetConversationReportPdfByIdProps {
|
|
124589
124822
|
body: GetConversationReportPdfByIdBody;
|
|
124590
124823
|
params: {
|
|
@@ -124594,10 +124827,10 @@ interface GetConversationReportPdfByIdProps {
|
|
|
124594
124827
|
}
|
|
124595
124828
|
declare const getConversationReportPdfById: (props: GetConversationReportPdfByIdProps, wgApiClient: ClientType) => Promise<GetConversationReportPdfByIdResponse>;
|
|
124596
124829
|
|
|
124597
|
-
declare const routeName$
|
|
124598
|
-
type GiveFeedbackOnConversationByIdPathParams = paths[typeof routeName$
|
|
124599
|
-
type GiveFeedbackOnConversationByIdQueryParams = paths[typeof routeName$
|
|
124600
|
-
type GiveFeedbackOnConversationByIdResponse = paths[typeof routeName$
|
|
124830
|
+
declare const routeName$5e = "/v1/api/conversations/{session_id}/feedback";
|
|
124831
|
+
type GiveFeedbackOnConversationByIdPathParams = paths[typeof routeName$5e]['post']['parameters']['path'];
|
|
124832
|
+
type GiveFeedbackOnConversationByIdQueryParams = paths[typeof routeName$5e]['post']['parameters']['query'];
|
|
124833
|
+
type GiveFeedbackOnConversationByIdResponse = paths[typeof routeName$5e]['post']['responses'][201]['content']['application/json'];
|
|
124601
124834
|
interface GiveFeedbackOnConversationByIdProps {
|
|
124602
124835
|
params: {
|
|
124603
124836
|
query: GiveFeedbackOnConversationByIdQueryParams;
|
|
@@ -124606,27 +124839,27 @@ interface GiveFeedbackOnConversationByIdProps {
|
|
|
124606
124839
|
}
|
|
124607
124840
|
declare const giveFeedbackOnConversationById: (props: GiveFeedbackOnConversationByIdProps, wgApiClient: ClientType) => Promise<GiveFeedbackOnConversationByIdResponse>;
|
|
124608
124841
|
|
|
124609
|
-
declare const routeName$
|
|
124610
|
-
type GetChatBySessionIdPathParams = paths[typeof routeName$
|
|
124611
|
-
type GetChatBySessionIdResponse = paths[typeof routeName$
|
|
124612
|
-
type GetChatBySessionIdProps = paths[typeof routeName$
|
|
124842
|
+
declare const routeName$5d = "/v1/api/conversations/{session_id}/chat";
|
|
124843
|
+
type GetChatBySessionIdPathParams = paths[typeof routeName$5d]['get']['parameters']['path'];
|
|
124844
|
+
type GetChatBySessionIdResponse = paths[typeof routeName$5d]['get']['responses'][200]['content']['application/json'];
|
|
124845
|
+
type GetChatBySessionIdProps = paths[typeof routeName$5d]['get']['parameters'];
|
|
124613
124846
|
declare const getChatBySessionId: (props: GetChatBySessionIdProps, wgApiClient: ClientType) => Promise<GetChatBySessionIdResponse>;
|
|
124614
124847
|
|
|
124615
|
-
declare const routeName$
|
|
124616
|
-
type GetChatSummaryV2BySessionIdPathParams = paths[typeof routeName$
|
|
124617
|
-
type GetChatSummaryV2BySessionIdQueryParams = paths[typeof routeName$
|
|
124618
|
-
type GetChatSummaryV2BySessionIdResponse = paths[typeof routeName$
|
|
124619
|
-
type GetChatSummaryV2BySessionIdProps = paths[typeof routeName$
|
|
124848
|
+
declare const routeName$5c = "/v2/api/conversations/{session_id}/chat-summary";
|
|
124849
|
+
type GetChatSummaryV2BySessionIdPathParams = paths[typeof routeName$5c]['get']['parameters']['path'];
|
|
124850
|
+
type GetChatSummaryV2BySessionIdQueryParams = paths[typeof routeName$5c]['get']['parameters']['query'];
|
|
124851
|
+
type GetChatSummaryV2BySessionIdResponse = paths[typeof routeName$5c]['get']['responses'][200]['content']['application/json'];
|
|
124852
|
+
type GetChatSummaryV2BySessionIdProps = paths[typeof routeName$5c]['get']['parameters'];
|
|
124620
124853
|
declare const getChatSummaryV2BySessionId: (props: GetChatSummaryV2BySessionIdProps, wgApiClient: ClientType) => Promise<GetChatSummaryV2BySessionIdResponse>;
|
|
124621
124854
|
|
|
124622
|
-
declare const routeName$
|
|
124623
|
-
type GetPartiesLinkedToUserResponse = paths[typeof routeName$
|
|
124855
|
+
declare const routeName$5b = "/v1/api/customers/me/parties";
|
|
124856
|
+
type GetPartiesLinkedToUserResponse = paths[typeof routeName$5b]['get']['responses'][200]['content']['application/json'];
|
|
124624
124857
|
declare const getPartiesLinkedToUser: (wgApiClient: ClientType) => Promise<GetPartiesLinkedToUserResponse>;
|
|
124625
124858
|
|
|
124626
|
-
declare const routeName$
|
|
124627
|
-
type InviteUserToPartyBody = paths[typeof routeName$
|
|
124628
|
-
type InviteUserToPartyPathParams = paths[typeof routeName$
|
|
124629
|
-
type InviteUserToPartyResponse = paths[typeof routeName$
|
|
124859
|
+
declare const routeName$5a = "/v1/api/parties/{party_id}/customer-invitations";
|
|
124860
|
+
type InviteUserToPartyBody = paths[typeof routeName$5a]['post']['requestBody']['content']['application/json'];
|
|
124861
|
+
type InviteUserToPartyPathParams = paths[typeof routeName$5a]['post']['parameters']['path'];
|
|
124862
|
+
type InviteUserToPartyResponse = paths[typeof routeName$5a]['post']['responses'][200]['content']['application/json'];
|
|
124630
124863
|
interface InviteUserToPartyProps {
|
|
124631
124864
|
body: InviteUserToPartyBody;
|
|
124632
124865
|
params: {
|
|
@@ -124635,31 +124868,31 @@ interface InviteUserToPartyProps {
|
|
|
124635
124868
|
}
|
|
124636
124869
|
declare const inviteUserToParty: (props: InviteUserToPartyProps, wgApiClient: ClientType) => Promise<InviteUserToPartyResponse>;
|
|
124637
124870
|
|
|
124638
|
-
declare const routeName$
|
|
124639
|
-
type GetCheckupByPartyIdPathParams = paths[typeof routeName$
|
|
124640
|
-
type GetCheckupByPartyIdResponse = paths[typeof routeName$
|
|
124641
|
-
type GetCheckupByPartyIdProps = paths[typeof routeName$
|
|
124871
|
+
declare const routeName$59 = "/v1/api/parties/{party_id}/checkup";
|
|
124872
|
+
type GetCheckupByPartyIdPathParams = paths[typeof routeName$59]['get']['parameters']['path'];
|
|
124873
|
+
type GetCheckupByPartyIdResponse = paths[typeof routeName$59]['get']['responses'][200]['content']['application/json'];
|
|
124874
|
+
type GetCheckupByPartyIdProps = paths[typeof routeName$59]['get']['parameters'];
|
|
124642
124875
|
declare const getCheckupByPartyId: (props: GetCheckupByPartyIdProps, wgApiClient: ClientType) => Promise<GetCheckupByPartyIdResponse>;
|
|
124643
124876
|
|
|
124644
|
-
declare const routeName$
|
|
124645
|
-
type LinkPartyToUserBody = paths[typeof routeName$
|
|
124646
|
-
type LinkPartyToUserResponse = paths[typeof routeName$
|
|
124877
|
+
declare const routeName$58 = "/v1/api/parties/link-users";
|
|
124878
|
+
type LinkPartyToUserBody = paths[typeof routeName$58]['post']['requestBody']['content']['application/json'];
|
|
124879
|
+
type LinkPartyToUserResponse = paths[typeof routeName$58]['post']['responses'][200]['content']['application/json'];
|
|
124647
124880
|
interface LinkPartyToUserProps {
|
|
124648
124881
|
body: LinkPartyToUserBody;
|
|
124649
124882
|
}
|
|
124650
124883
|
declare const linkPartyToUser: (props: LinkPartyToUserProps, wgApiClient: ClientType) => Promise<LinkPartyToUserResponse>;
|
|
124651
124884
|
|
|
124652
|
-
declare const routeName$
|
|
124653
|
-
type DelinkPartyToUserBody = paths[typeof routeName$
|
|
124654
|
-
type DelinkPartyToUserResponse = paths[typeof routeName$
|
|
124885
|
+
declare const routeName$57 = "/v1/api/parties/delink-users";
|
|
124886
|
+
type DelinkPartyToUserBody = paths[typeof routeName$57]['post']['requestBody']['content']['application/json'];
|
|
124887
|
+
type DelinkPartyToUserResponse = paths[typeof routeName$57]['post']['responses'][200]['content']['application/json'];
|
|
124655
124888
|
interface DelinkPartyToUserProps {
|
|
124656
124889
|
body: DelinkPartyToUserBody;
|
|
124657
124890
|
}
|
|
124658
124891
|
declare const delinkPartyToUser: (props: DelinkPartyToUserProps, wgApiClient: ClientType) => Promise<DelinkPartyToUserResponse>;
|
|
124659
124892
|
|
|
124660
|
-
declare const routeName$
|
|
124661
|
-
type SendPasswordResetToCustomerPathParams = paths[typeof routeName$
|
|
124662
|
-
type SendPasswordResetToCustomerResponse = paths[typeof routeName$
|
|
124893
|
+
declare const routeName$56 = "/v1/api/customers/{user_id}/password-reset";
|
|
124894
|
+
type SendPasswordResetToCustomerPathParams = paths[typeof routeName$56]['post']['parameters']['path'];
|
|
124895
|
+
type SendPasswordResetToCustomerResponse = paths[typeof routeName$56]['post']['responses'][200]['content']['application/json'];
|
|
124663
124896
|
interface SendPasswordResetToCustomerProps {
|
|
124664
124897
|
params: {
|
|
124665
124898
|
path: SendPasswordResetToCustomerPathParams;
|
|
@@ -124667,9 +124900,9 @@ interface SendPasswordResetToCustomerProps {
|
|
|
124667
124900
|
}
|
|
124668
124901
|
declare const sendPasswordResetToCustomer: (props: SendPasswordResetToCustomerProps, wgApiClient: ClientType) => Promise<SendPasswordResetToCustomerResponse>;
|
|
124669
124902
|
|
|
124670
|
-
declare const routeName$
|
|
124671
|
-
type Disable2FaForCustomerPathParams = paths[typeof routeName$
|
|
124672
|
-
type Disable2FaForCustomerResponse = paths[typeof routeName$
|
|
124903
|
+
declare const routeName$55 = "/v1/api/customers/{user_id}/2fa";
|
|
124904
|
+
type Disable2FaForCustomerPathParams = paths[typeof routeName$55]['delete']['parameters']['path'];
|
|
124905
|
+
type Disable2FaForCustomerResponse = paths[typeof routeName$55]['delete']['responses'][200]['content']['application/json'];
|
|
124673
124906
|
interface Disable2FaForCustomerProps {
|
|
124674
124907
|
params: {
|
|
124675
124908
|
path: Disable2FaForCustomerPathParams;
|
|
@@ -124677,106 +124910,106 @@ interface Disable2FaForCustomerProps {
|
|
|
124677
124910
|
}
|
|
124678
124911
|
declare const disable2FaForCustomer: (props: Disable2FaForCustomerProps, wgApiClient: ClientType) => Promise<Disable2FaForCustomerResponse>;
|
|
124679
124912
|
|
|
124680
|
-
declare const routeName$
|
|
124681
|
-
type GetInsurancePoliciesAsCustomerQueryParams = paths[typeof routeName$
|
|
124682
|
-
type GetInsurancePoliciesAsCustomerResponse = paths[typeof routeName$
|
|
124683
|
-
type GetInsurancePoliciesAsCustomerProps = paths[typeof routeName$
|
|
124913
|
+
declare const routeName$54 = "/v1/api/customers/me/insurance-policies";
|
|
124914
|
+
type GetInsurancePoliciesAsCustomerQueryParams = paths[typeof routeName$54]['get']['parameters']['query'];
|
|
124915
|
+
type GetInsurancePoliciesAsCustomerResponse = paths[typeof routeName$54]['get']['responses'][200]['content']['application/json'];
|
|
124916
|
+
type GetInsurancePoliciesAsCustomerProps = paths[typeof routeName$54]['get']['parameters'];
|
|
124684
124917
|
declare const getInsurancePoliciesAsCustomer: (props: GetInsurancePoliciesAsCustomerProps, wgApiClient: ClientType) => Promise<GetInsurancePoliciesAsCustomerResponse>;
|
|
124685
124918
|
|
|
124686
|
-
declare const routeName$
|
|
124687
|
-
type GetInsurancePolicyByIdAsCustomerPathParams = paths[typeof routeName$
|
|
124688
|
-
type GetInsurancePolicyByIdAsCustomerResponse = paths[typeof routeName$
|
|
124689
|
-
type GetInsurancePolicyByIdAsCustomerProps = paths[typeof routeName$
|
|
124919
|
+
declare const routeName$53 = "/v1/api/customers/me/insurance-policies/{insurance_policy_id}";
|
|
124920
|
+
type GetInsurancePolicyByIdAsCustomerPathParams = paths[typeof routeName$53]['get']['parameters']['path'];
|
|
124921
|
+
type GetInsurancePolicyByIdAsCustomerResponse = paths[typeof routeName$53]['get']['responses'][200]['content']['application/json'];
|
|
124922
|
+
type GetInsurancePolicyByIdAsCustomerProps = paths[typeof routeName$53]['get']['parameters'];
|
|
124690
124923
|
declare const getInsurancePolicyByIdAsCustomer: (props: GetInsurancePolicyByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetInsurancePolicyByIdAsCustomerResponse>;
|
|
124691
124924
|
|
|
124692
|
-
declare const routeName$
|
|
124693
|
-
type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams = paths[typeof routeName$
|
|
124694
|
-
type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams = paths[typeof routeName$
|
|
124695
|
-
type GetFinconnectLinkForInsurancePolicyAsCustomerResponse = paths[typeof routeName$
|
|
124696
|
-
type GetFinconnectLinkForInsurancePolicyAsCustomerProps = paths[typeof routeName$
|
|
124925
|
+
declare const routeName$52 = "/v1/api/customers/me/insurance-policies/{insurance_policy_id}/finconnect/link";
|
|
124926
|
+
type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams = paths[typeof routeName$52]['get']['parameters']['path'];
|
|
124927
|
+
type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams = paths[typeof routeName$52]['get']['parameters']['query'];
|
|
124928
|
+
type GetFinconnectLinkForInsurancePolicyAsCustomerResponse = paths[typeof routeName$52]['get']['responses'][200]['content']['application/json'];
|
|
124929
|
+
type GetFinconnectLinkForInsurancePolicyAsCustomerProps = paths[typeof routeName$52]['get']['parameters'];
|
|
124697
124930
|
declare const getFinconnectLinkForInsurancePolicyAsCustomer: (props: GetFinconnectLinkForInsurancePolicyAsCustomerProps, wgApiClient: ClientType) => Promise<GetFinconnectLinkForInsurancePolicyAsCustomerResponse>;
|
|
124698
124931
|
|
|
124699
|
-
declare const routeName$
|
|
124700
|
-
type SendAnvaInquiryAsCustomerBody = paths[typeof routeName$
|
|
124701
|
-
type SendAnvaInquiryAsCustomerResponse = paths[typeof routeName$
|
|
124932
|
+
declare const routeName$51 = "/v1/api/customers/me/anva-inquiry";
|
|
124933
|
+
type SendAnvaInquiryAsCustomerBody = paths[typeof routeName$51]['post']['requestBody']['content']['application/json'];
|
|
124934
|
+
type SendAnvaInquiryAsCustomerResponse = paths[typeof routeName$51]['post']['responses'][201]['content']['application/json'];
|
|
124702
124935
|
interface SendAnvaInquiryAsCustomerProps {
|
|
124703
124936
|
body: SendAnvaInquiryAsCustomerBody;
|
|
124704
124937
|
}
|
|
124705
124938
|
declare const sendAnvaInquiryAsCustomer: (props: SendAnvaInquiryAsCustomerProps, wgApiClient: ClientType) => Promise<SendAnvaInquiryAsCustomerResponse>;
|
|
124706
124939
|
|
|
124707
|
-
declare const routeName$
|
|
124708
|
-
type GetPolicyPackagesAsCustomerQueryParams = paths[typeof routeName$
|
|
124709
|
-
type GetPolicyPackagesAsCustomerResponse = paths[typeof routeName$
|
|
124710
|
-
type GetPolicyPackagesAsCustomerProps = paths[typeof routeName$
|
|
124940
|
+
declare const routeName$50 = "/v1/api/customers/me/policy-packages";
|
|
124941
|
+
type GetPolicyPackagesAsCustomerQueryParams = paths[typeof routeName$50]['get']['parameters']['query'];
|
|
124942
|
+
type GetPolicyPackagesAsCustomerResponse = paths[typeof routeName$50]['get']['responses'][200]['content']['application/json'];
|
|
124943
|
+
type GetPolicyPackagesAsCustomerProps = paths[typeof routeName$50]['get']['parameters'];
|
|
124711
124944
|
declare const getPolicyPackagesAsCustomer: (props: GetPolicyPackagesAsCustomerProps, wgApiClient: ClientType) => Promise<GetPolicyPackagesAsCustomerResponse>;
|
|
124712
124945
|
|
|
124713
|
-
declare const routeName$
|
|
124714
|
-
type GetPolicyPackageByIdAsCustomerPathParams = paths[typeof routeName$
|
|
124715
|
-
type GetPolicyPackageByIdAsCustomerResponse = paths[typeof routeName$
|
|
124716
|
-
type GetPolicyPackageByIdAsCustomerProps = paths[typeof routeName$
|
|
124946
|
+
declare const routeName$4$ = "/v1/api/customers/me/policy-packages/{policy_package_id}";
|
|
124947
|
+
type GetPolicyPackageByIdAsCustomerPathParams = paths[typeof routeName$4$]['get']['parameters']['path'];
|
|
124948
|
+
type GetPolicyPackageByIdAsCustomerResponse = paths[typeof routeName$4$]['get']['responses'][200]['content']['application/json'];
|
|
124949
|
+
type GetPolicyPackageByIdAsCustomerProps = paths[typeof routeName$4$]['get']['parameters'];
|
|
124717
124950
|
declare const getPolicyPackageByIdAsCustomer: (props: GetPolicyPackageByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetPolicyPackageByIdAsCustomerResponse>;
|
|
124718
124951
|
|
|
124719
|
-
declare const routeName$
|
|
124720
|
-
type GetCurrentAccountInsightsAsCustomerQueryParams = paths[typeof routeName$
|
|
124721
|
-
type GetCurrentAccountInsightsAsCustomerResponse = paths[typeof routeName$
|
|
124722
|
-
type GetCurrentAccountInsightsAsCustomerProps = paths[typeof routeName$
|
|
124952
|
+
declare const routeName$4_ = "/v1/api/customers/me/current-account-insights";
|
|
124953
|
+
type GetCurrentAccountInsightsAsCustomerQueryParams = paths[typeof routeName$4_]['get']['parameters']['query'];
|
|
124954
|
+
type GetCurrentAccountInsightsAsCustomerResponse = paths[typeof routeName$4_]['get']['responses'][200]['content']['application/json'];
|
|
124955
|
+
type GetCurrentAccountInsightsAsCustomerProps = paths[typeof routeName$4_]['get']['parameters'];
|
|
124723
124956
|
declare const getCurrentAccountInsightsAsCustomer: (props: GetCurrentAccountInsightsAsCustomerProps, wgApiClient: ClientType) => Promise<GetCurrentAccountInsightsAsCustomerResponse>;
|
|
124724
124957
|
|
|
124725
|
-
declare const routeName$
|
|
124726
|
-
type GetInvoicesAsCustomerQueryParams = paths[typeof routeName$
|
|
124727
|
-
type GetInvoicesAsCustomerResponse = paths[typeof routeName$
|
|
124728
|
-
type GetInvoicesAsCustomerProps = paths[typeof routeName$
|
|
124958
|
+
declare const routeName$4Z = "/v1/api/customers/me/invoices";
|
|
124959
|
+
type GetInvoicesAsCustomerQueryParams = paths[typeof routeName$4Z]['get']['parameters']['query'];
|
|
124960
|
+
type GetInvoicesAsCustomerResponse = paths[typeof routeName$4Z]['get']['responses'][200]['content']['application/json'];
|
|
124961
|
+
type GetInvoicesAsCustomerProps = paths[typeof routeName$4Z]['get']['parameters'];
|
|
124729
124962
|
declare const getInvoicesAsCustomer: (props: GetInvoicesAsCustomerProps, wgApiClient: ClientType) => Promise<GetInvoicesAsCustomerResponse>;
|
|
124730
124963
|
|
|
124731
|
-
declare const routeName$
|
|
124732
|
-
type GetInvoiceByIdAsCustomerPathParams = paths[typeof routeName$
|
|
124733
|
-
type GetInvoiceByIdAsCustomerResponse = paths[typeof routeName$
|
|
124734
|
-
type GetInvoiceByIdAsCustomerProps = paths[typeof routeName$
|
|
124964
|
+
declare const routeName$4Y = "/v1/api/customers/me/invoices/{invoice_id}";
|
|
124965
|
+
type GetInvoiceByIdAsCustomerPathParams = paths[typeof routeName$4Y]['get']['parameters']['path'];
|
|
124966
|
+
type GetInvoiceByIdAsCustomerResponse = paths[typeof routeName$4Y]['get']['responses'][200]['content']['application/json'];
|
|
124967
|
+
type GetInvoiceByIdAsCustomerProps = paths[typeof routeName$4Y]['get']['parameters'];
|
|
124735
124968
|
declare const getInvoiceByIdAsCustomer: (props: GetInvoiceByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetInvoiceByIdAsCustomerResponse>;
|
|
124736
124969
|
|
|
124737
|
-
declare const routeName$
|
|
124738
|
-
type GetClaimsAsCustomerQueryParams = paths[typeof routeName$
|
|
124739
|
-
type GetClaimsAsCustomerResponse = paths[typeof routeName$
|
|
124740
|
-
type GetClaimsAsCustomerProps = paths[typeof routeName$
|
|
124970
|
+
declare const routeName$4X = "/v1/api/customers/me/claims";
|
|
124971
|
+
type GetClaimsAsCustomerQueryParams = paths[typeof routeName$4X]['get']['parameters']['query'];
|
|
124972
|
+
type GetClaimsAsCustomerResponse = paths[typeof routeName$4X]['get']['responses'][200]['content']['application/json'];
|
|
124973
|
+
type GetClaimsAsCustomerProps = paths[typeof routeName$4X]['get']['parameters'];
|
|
124741
124974
|
declare const getClaimsAsCustomer: (props: GetClaimsAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimsAsCustomerResponse>;
|
|
124742
124975
|
|
|
124743
|
-
declare const routeName$
|
|
124744
|
-
type GetClaimByIdAsCustomerPathParams = paths[typeof routeName$
|
|
124745
|
-
type GetClaimByIdAsCustomerResponse = paths[typeof routeName$
|
|
124746
|
-
type GetClaimByIdAsCustomerProps = paths[typeof routeName$
|
|
124976
|
+
declare const routeName$4W = "/v1/api/customers/me/claims/{claim_id}";
|
|
124977
|
+
type GetClaimByIdAsCustomerPathParams = paths[typeof routeName$4W]['get']['parameters']['path'];
|
|
124978
|
+
type GetClaimByIdAsCustomerResponse = paths[typeof routeName$4W]['get']['responses'][200]['content']['application/json'];
|
|
124979
|
+
type GetClaimByIdAsCustomerProps = paths[typeof routeName$4W]['get']['parameters'];
|
|
124747
124980
|
declare const getClaimByIdAsCustomer: (props: GetClaimByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimByIdAsCustomerResponse>;
|
|
124748
124981
|
|
|
124749
|
-
declare const routeName$
|
|
124750
|
-
type GetDocumentsAsCustomerQueryParams = paths[typeof routeName$
|
|
124751
|
-
type GetDocumentsAsCustomerResponse = paths[typeof routeName$
|
|
124752
|
-
type GetDocumentsAsCustomerProps = paths[typeof routeName$
|
|
124982
|
+
declare const routeName$4V = "/v1/api/customers/me/documents";
|
|
124983
|
+
type GetDocumentsAsCustomerQueryParams = paths[typeof routeName$4V]['get']['parameters']['query'];
|
|
124984
|
+
type GetDocumentsAsCustomerResponse = paths[typeof routeName$4V]['get']['responses'][200]['content']['application/json'];
|
|
124985
|
+
type GetDocumentsAsCustomerProps = paths[typeof routeName$4V]['get']['parameters'];
|
|
124753
124986
|
declare const getDocumentsAsCustomer: (props: GetDocumentsAsCustomerProps, wgApiClient: ClientType) => Promise<GetDocumentsAsCustomerResponse>;
|
|
124754
124987
|
|
|
124755
|
-
declare const routeName$
|
|
124756
|
-
type GetFinconnectLinkAsCustomerQueryParams = paths[typeof routeName$
|
|
124757
|
-
type GetFinconnectLinkAsCustomerResponse = paths[typeof routeName$
|
|
124758
|
-
type GetFinconnectLinkAsCustomerProps = paths[typeof routeName$
|
|
124988
|
+
declare const routeName$4U = "/v1/api/customers/me/finconnect/link";
|
|
124989
|
+
type GetFinconnectLinkAsCustomerQueryParams = paths[typeof routeName$4U]['get']['parameters']['query'];
|
|
124990
|
+
type GetFinconnectLinkAsCustomerResponse = paths[typeof routeName$4U]['get']['responses'][200]['content']['application/json'];
|
|
124991
|
+
type GetFinconnectLinkAsCustomerProps = paths[typeof routeName$4U]['get']['parameters'];
|
|
124759
124992
|
declare const getFinconnectLinkAsCustomer: (props: GetFinconnectLinkAsCustomerProps, wgApiClient: ClientType) => Promise<GetFinconnectLinkAsCustomerResponse>;
|
|
124760
124993
|
|
|
124761
|
-
declare const routeName$
|
|
124762
|
-
type PatchOwnPartyAsCustomerBody = paths[typeof routeName$
|
|
124763
|
-
type PatchOwnPartyAsCustomerResponse = paths[typeof routeName$
|
|
124994
|
+
declare const routeName$4T = "/v1/api/parties/me";
|
|
124995
|
+
type PatchOwnPartyAsCustomerBody = paths[typeof routeName$4T]['patch']['requestBody']['content']['application/json'];
|
|
124996
|
+
type PatchOwnPartyAsCustomerResponse = paths[typeof routeName$4T]['patch']['responses'][200]['content']['application/json'];
|
|
124764
124997
|
interface PatchOwnPartyAsCustomerProps {
|
|
124765
124998
|
body: PatchOwnPartyAsCustomerBody;
|
|
124766
124999
|
}
|
|
124767
125000
|
declare const patchOwnPartyAsCustomer: (props: PatchOwnPartyAsCustomerProps, wgApiClient: ClientType) => Promise<PatchOwnPartyAsCustomerResponse>;
|
|
124768
125001
|
|
|
124769
|
-
declare const routeName$
|
|
124770
|
-
type CreatePartyActivitiesAsCustomerBody = paths[typeof routeName$
|
|
124771
|
-
type CreatePartyActivitiesAsCustomerResponse = paths[typeof routeName$
|
|
125002
|
+
declare const routeName$4S = "/v1/api/parties/me/activities";
|
|
125003
|
+
type CreatePartyActivitiesAsCustomerBody = paths[typeof routeName$4S]['post']['requestBody']['content']['application/json'];
|
|
125004
|
+
type CreatePartyActivitiesAsCustomerResponse = paths[typeof routeName$4S]['post']['responses'][201]['content']['application/json'];
|
|
124772
125005
|
interface CreatePartyActivitiesAsCustomerProps {
|
|
124773
125006
|
body: CreatePartyActivitiesAsCustomerBody;
|
|
124774
125007
|
}
|
|
124775
125008
|
declare const createPartyActivitiesAsCustomer: (props: CreatePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<CreatePartyActivitiesAsCustomerResponse>;
|
|
124776
125009
|
|
|
124777
|
-
declare const routeName$
|
|
124778
|
-
type DeletePartyActivitiesAsCustomerPathParams = paths[typeof routeName$
|
|
124779
|
-
type DeletePartyActivitiesAsCustomerResponse = paths[typeof routeName$
|
|
125010
|
+
declare const routeName$4R = "/v1/api/parties/me/activities/{activity_id}";
|
|
125011
|
+
type DeletePartyActivitiesAsCustomerPathParams = paths[typeof routeName$4R]['delete']['parameters']['path'];
|
|
125012
|
+
type DeletePartyActivitiesAsCustomerResponse = paths[typeof routeName$4R]['delete']['responses'][200]['content']['application/json'];
|
|
124780
125013
|
interface DeletePartyActivitiesAsCustomerProps {
|
|
124781
125014
|
params: {
|
|
124782
125015
|
path: DeletePartyActivitiesAsCustomerPathParams;
|
|
@@ -124784,10 +125017,10 @@ interface DeletePartyActivitiesAsCustomerProps {
|
|
|
124784
125017
|
}
|
|
124785
125018
|
declare const deletePartyActivitiesAsCustomer: (props: DeletePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<DeletePartyActivitiesAsCustomerResponse>;
|
|
124786
125019
|
|
|
124787
|
-
declare const routeName$
|
|
124788
|
-
type UpdatePartyActivitiesAsCustomerBody = paths[typeof routeName$
|
|
124789
|
-
type UpdatePartyActivitiesAsCustomerPathParams = paths[typeof routeName$
|
|
124790
|
-
type UpdatePartyActivitiesAsCustomerResponse = paths[typeof routeName$
|
|
125020
|
+
declare const routeName$4Q = "/v1/api/parties/me/activities/{activity_id}";
|
|
125021
|
+
type UpdatePartyActivitiesAsCustomerBody = paths[typeof routeName$4Q]['patch']['requestBody']['content']['application/json'];
|
|
125022
|
+
type UpdatePartyActivitiesAsCustomerPathParams = paths[typeof routeName$4Q]['patch']['parameters']['path'];
|
|
125023
|
+
type UpdatePartyActivitiesAsCustomerResponse = paths[typeof routeName$4Q]['patch']['responses'][200]['content']['application/json'];
|
|
124791
125024
|
interface UpdatePartyActivitiesAsCustomerProps {
|
|
124792
125025
|
body: UpdatePartyActivitiesAsCustomerBody;
|
|
124793
125026
|
params: {
|
|
@@ -124796,29 +125029,29 @@ interface UpdatePartyActivitiesAsCustomerProps {
|
|
|
124796
125029
|
}
|
|
124797
125030
|
declare const updatePartyActivitiesAsCustomer: (props: UpdatePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<UpdatePartyActivitiesAsCustomerResponse>;
|
|
124798
125031
|
|
|
124799
|
-
declare const routeName$
|
|
124800
|
-
type GetCustomersByPartyPathParams = paths[typeof routeName$
|
|
124801
|
-
type GetCustomersByPartyQueryParams = paths[typeof routeName$
|
|
124802
|
-
type GetCustomersByPartyResponse = paths[typeof routeName$
|
|
124803
|
-
type GetCustomersByPartyProps = paths[typeof routeName$
|
|
125032
|
+
declare const routeName$4P = "/v1/api/parties/{party_id}/customers";
|
|
125033
|
+
type GetCustomersByPartyPathParams = paths[typeof routeName$4P]['get']['parameters']['path'];
|
|
125034
|
+
type GetCustomersByPartyQueryParams = paths[typeof routeName$4P]['get']['parameters']['query'];
|
|
125035
|
+
type GetCustomersByPartyResponse = paths[typeof routeName$4P]['get']['responses'][200]['content']['application/json'];
|
|
125036
|
+
type GetCustomersByPartyProps = paths[typeof routeName$4P]['get']['parameters'];
|
|
124804
125037
|
declare const getCustomersByParty: (props: GetCustomersByPartyProps, wgApiClient: ClientType) => Promise<GetCustomersByPartyResponse>;
|
|
124805
125038
|
|
|
124806
|
-
declare const routeName$
|
|
124807
|
-
type GetPartiesByCustomerPathParams = paths[typeof routeName$
|
|
124808
|
-
type GetPartiesByCustomerQueryParams = paths[typeof routeName$
|
|
124809
|
-
type GetPartiesByCustomerResponse = paths[typeof routeName$
|
|
124810
|
-
type GetPartiesByCustomerProps = paths[typeof routeName$
|
|
125039
|
+
declare const routeName$4O = "/v1/api/customers/{user_id}/parties";
|
|
125040
|
+
type GetPartiesByCustomerPathParams = paths[typeof routeName$4O]['get']['parameters']['path'];
|
|
125041
|
+
type GetPartiesByCustomerQueryParams = paths[typeof routeName$4O]['get']['parameters']['query'];
|
|
125042
|
+
type GetPartiesByCustomerResponse = paths[typeof routeName$4O]['get']['responses'][200]['content']['application/json'];
|
|
125043
|
+
type GetPartiesByCustomerProps = paths[typeof routeName$4O]['get']['parameters'];
|
|
124811
125044
|
declare const getPartiesByCustomer: (props: GetPartiesByCustomerProps, wgApiClient: ClientType) => Promise<GetPartiesByCustomerResponse>;
|
|
124812
125045
|
|
|
124813
|
-
declare const routeName$
|
|
124814
|
-
type GetAllCustomersByDistributionQueryParams = paths[typeof routeName$
|
|
124815
|
-
type GetAllCustomersByDistributionResponse = paths[typeof routeName$
|
|
124816
|
-
type GetAllCustomersByDistributionProps = paths[typeof routeName$
|
|
125046
|
+
declare const routeName$4N = "/v1/api/customers";
|
|
125047
|
+
type GetAllCustomersByDistributionQueryParams = paths[typeof routeName$4N]['get']['parameters']['query'];
|
|
125048
|
+
type GetAllCustomersByDistributionResponse = paths[typeof routeName$4N]['get']['responses'][200]['content']['application/json'];
|
|
125049
|
+
type GetAllCustomersByDistributionProps = paths[typeof routeName$4N]['get']['parameters'];
|
|
124817
125050
|
declare const getAllCustomersByDistribution: (props: GetAllCustomersByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCustomersByDistributionResponse>;
|
|
124818
125051
|
|
|
124819
|
-
declare const routeName$
|
|
124820
|
-
type BlockCustomerFromAccessingPartyPathParams = paths[typeof routeName$
|
|
124821
|
-
type BlockCustomerFromAccessingPartyResponse = paths[typeof routeName$
|
|
125052
|
+
declare const routeName$4M = "/v1/api/customers/{user_id}/parties/{party_id}/block";
|
|
125053
|
+
type BlockCustomerFromAccessingPartyPathParams = paths[typeof routeName$4M]['post']['parameters']['path'];
|
|
125054
|
+
type BlockCustomerFromAccessingPartyResponse = paths[typeof routeName$4M]['post']['responses'][200]['content']['application/json'];
|
|
124822
125055
|
interface BlockCustomerFromAccessingPartyProps {
|
|
124823
125056
|
params: {
|
|
124824
125057
|
path: BlockCustomerFromAccessingPartyPathParams;
|
|
@@ -124826,9 +125059,9 @@ interface BlockCustomerFromAccessingPartyProps {
|
|
|
124826
125059
|
}
|
|
124827
125060
|
declare const blockCustomerFromAccessingParty: (props: BlockCustomerFromAccessingPartyProps, wgApiClient: ClientType) => Promise<BlockCustomerFromAccessingPartyResponse>;
|
|
124828
125061
|
|
|
124829
|
-
declare const routeName$
|
|
124830
|
-
type UnblockCustomerFromAccessingPartyPathParams = paths[typeof routeName$
|
|
124831
|
-
type UnblockCustomerFromAccessingPartyResponse = paths[typeof routeName$
|
|
125062
|
+
declare const routeName$4L = "/v1/api/customers/{user_id}/parties/{party_id}/block";
|
|
125063
|
+
type UnblockCustomerFromAccessingPartyPathParams = paths[typeof routeName$4L]['delete']['parameters']['path'];
|
|
125064
|
+
type UnblockCustomerFromAccessingPartyResponse = paths[typeof routeName$4L]['delete']['responses'][200]['content']['application/json'];
|
|
124832
125065
|
interface UnblockCustomerFromAccessingPartyProps {
|
|
124833
125066
|
params: {
|
|
124834
125067
|
path: UnblockCustomerFromAccessingPartyPathParams;
|
|
@@ -124836,22 +125069,22 @@ interface UnblockCustomerFromAccessingPartyProps {
|
|
|
124836
125069
|
}
|
|
124837
125070
|
declare const unblockCustomerFromAccessingParty: (props: UnblockCustomerFromAccessingPartyProps, wgApiClient: ClientType) => Promise<UnblockCustomerFromAccessingPartyResponse>;
|
|
124838
125071
|
|
|
124839
|
-
declare const routeName$
|
|
124840
|
-
type GetDiasflowInsurancesQueryParams = paths[typeof routeName$
|
|
124841
|
-
type GetDiasflowInsurancesResponse = paths[typeof routeName$
|
|
124842
|
-
type GetDiasflowInsurancesProps = paths[typeof routeName$
|
|
125072
|
+
declare const routeName$4K = "/v1/api/diasflows/supported-insurances";
|
|
125073
|
+
type GetDiasflowInsurancesQueryParams = paths[typeof routeName$4K]['get']['parameters']['query'];
|
|
125074
|
+
type GetDiasflowInsurancesResponse = paths[typeof routeName$4K]['get']['responses'][200]['content']['application/json'];
|
|
125075
|
+
type GetDiasflowInsurancesProps = paths[typeof routeName$4K]['get']['parameters'];
|
|
124843
125076
|
declare const getDiasflowInsurances: (props: GetDiasflowInsurancesProps, wgApiClient: ClientType) => Promise<GetDiasflowInsurancesResponse>;
|
|
124844
125077
|
|
|
124845
|
-
declare const routeName$
|
|
124846
|
-
type GetDiasflowProductsQueryParams = paths[typeof routeName$
|
|
124847
|
-
type GetDiasflowProductsResponse = paths[typeof routeName$
|
|
124848
|
-
type GetDiasflowProductsProps = paths[typeof routeName$
|
|
125078
|
+
declare const routeName$4J = "/v1/api/diasflows/products";
|
|
125079
|
+
type GetDiasflowProductsQueryParams = paths[typeof routeName$4J]['get']['parameters']['query'];
|
|
125080
|
+
type GetDiasflowProductsResponse = paths[typeof routeName$4J]['get']['responses'][200]['content']['application/json'];
|
|
125081
|
+
type GetDiasflowProductsProps = paths[typeof routeName$4J]['get']['parameters'];
|
|
124849
125082
|
declare const getDiasflowProducts: (props: GetDiasflowProductsProps, wgApiClient: ClientType) => Promise<GetDiasflowProductsResponse>;
|
|
124850
125083
|
|
|
124851
|
-
declare const routeName$
|
|
124852
|
-
type ImportDiasflowProductBody = paths[typeof routeName$
|
|
124853
|
-
type ImportDiasflowProductQueryParams = paths[typeof routeName$
|
|
124854
|
-
type ImportDiasflowProductResponse = paths[typeof routeName$
|
|
125084
|
+
declare const routeName$4I = "/v1/api/diasflows/products/import";
|
|
125085
|
+
type ImportDiasflowProductBody = paths[typeof routeName$4I]['post']['requestBody']['content']['application/json'];
|
|
125086
|
+
type ImportDiasflowProductQueryParams = paths[typeof routeName$4I]['post']['parameters']['query'];
|
|
125087
|
+
type ImportDiasflowProductResponse = paths[typeof routeName$4I]['post']['responses'][200]['content']['application/json'];
|
|
124855
125088
|
interface ImportDiasflowProductProps {
|
|
124856
125089
|
body: ImportDiasflowProductBody;
|
|
124857
125090
|
params: {
|
|
@@ -124860,18 +125093,18 @@ interface ImportDiasflowProductProps {
|
|
|
124860
125093
|
}
|
|
124861
125094
|
declare const importDiasflowProduct: (props: ImportDiasflowProductProps, wgApiClient: ClientType) => Promise<ImportDiasflowProductResponse>;
|
|
124862
125095
|
|
|
124863
|
-
declare const routeName$
|
|
124864
|
-
type GetDiasflowProductByIdPathParams = paths[typeof routeName$
|
|
124865
|
-
type GetDiasflowProductByIdQueryParams = paths[typeof routeName$
|
|
124866
|
-
type GetDiasflowProductByIdResponse = paths[typeof routeName$
|
|
124867
|
-
type GetDiasflowProductByIdProps = paths[typeof routeName$
|
|
125096
|
+
declare const routeName$4H = "/v1/api/diasflows/products/{product_id}";
|
|
125097
|
+
type GetDiasflowProductByIdPathParams = paths[typeof routeName$4H]['get']['parameters']['path'];
|
|
125098
|
+
type GetDiasflowProductByIdQueryParams = paths[typeof routeName$4H]['get']['parameters']['query'];
|
|
125099
|
+
type GetDiasflowProductByIdResponse = paths[typeof routeName$4H]['get']['responses'][200]['content']['application/json'];
|
|
125100
|
+
type GetDiasflowProductByIdProps = paths[typeof routeName$4H]['get']['parameters'];
|
|
124868
125101
|
declare const getDiasflowProductById: (props: GetDiasflowProductByIdProps, wgApiClient: ClientType) => Promise<GetDiasflowProductByIdResponse>;
|
|
124869
125102
|
|
|
124870
|
-
declare const routeName$
|
|
124871
|
-
type PatchDiasflowProductByIdBody = paths[typeof routeName$
|
|
124872
|
-
type PatchDiasflowProductByIdPathParams = paths[typeof routeName$
|
|
124873
|
-
type PatchDiasflowProductByIdQueryParams = paths[typeof routeName$
|
|
124874
|
-
type PatchDiasflowProductByIdResponse = paths[typeof routeName$
|
|
125103
|
+
declare const routeName$4G = "/v1/api/diasflows/products/{product_id}";
|
|
125104
|
+
type PatchDiasflowProductByIdBody = paths[typeof routeName$4G]['patch']['requestBody']['content']['application/json'];
|
|
125105
|
+
type PatchDiasflowProductByIdPathParams = paths[typeof routeName$4G]['patch']['parameters']['path'];
|
|
125106
|
+
type PatchDiasflowProductByIdQueryParams = paths[typeof routeName$4G]['patch']['parameters']['query'];
|
|
125107
|
+
type PatchDiasflowProductByIdResponse = paths[typeof routeName$4G]['patch']['responses'][200]['content']['application/json'];
|
|
124875
125108
|
interface PatchDiasflowProductByIdProps {
|
|
124876
125109
|
body: PatchDiasflowProductByIdBody;
|
|
124877
125110
|
params: {
|
|
@@ -124881,11 +125114,11 @@ interface PatchDiasflowProductByIdProps {
|
|
|
124881
125114
|
}
|
|
124882
125115
|
declare const patchDiasflowProductById: (props: PatchDiasflowProductByIdProps, wgApiClient: ClientType) => Promise<PatchDiasflowProductByIdResponse>;
|
|
124883
125116
|
|
|
124884
|
-
declare const routeName$
|
|
124885
|
-
type PatchDiasflowProductCoverageByDiasIdBody = paths[typeof routeName$
|
|
124886
|
-
type PatchDiasflowProductCoverageByDiasIdPathParams = paths[typeof routeName$
|
|
124887
|
-
type PatchDiasflowProductCoverageByDiasIdQueryParams = paths[typeof routeName$
|
|
124888
|
-
type PatchDiasflowProductCoverageByDiasIdResponse = paths[typeof routeName$
|
|
125117
|
+
declare const routeName$4F = "/v1/api/diasflows/products/{product_id}/coverages/{coverage_dias_id}";
|
|
125118
|
+
type PatchDiasflowProductCoverageByDiasIdBody = paths[typeof routeName$4F]['patch']['requestBody']['content']['application/json'];
|
|
125119
|
+
type PatchDiasflowProductCoverageByDiasIdPathParams = paths[typeof routeName$4F]['patch']['parameters']['path'];
|
|
125120
|
+
type PatchDiasflowProductCoverageByDiasIdQueryParams = paths[typeof routeName$4F]['patch']['parameters']['query'];
|
|
125121
|
+
type PatchDiasflowProductCoverageByDiasIdResponse = paths[typeof routeName$4F]['patch']['responses'][200]['content']['application/json'];
|
|
124889
125122
|
interface PatchDiasflowProductCoverageByDiasIdProps {
|
|
124890
125123
|
body: PatchDiasflowProductCoverageByDiasIdBody;
|
|
124891
125124
|
params: {
|
|
@@ -124895,18 +125128,18 @@ interface PatchDiasflowProductCoverageByDiasIdProps {
|
|
|
124895
125128
|
}
|
|
124896
125129
|
declare const patchDiasflowProductCoverageByDiasId: (props: PatchDiasflowProductCoverageByDiasIdProps, wgApiClient: ClientType) => Promise<PatchDiasflowProductCoverageByDiasIdResponse>;
|
|
124897
125130
|
|
|
124898
|
-
declare const routeName$
|
|
124899
|
-
type RetrieveDiasQuestionnairesPathParams = paths[typeof routeName$
|
|
124900
|
-
type RetrieveDiasQuestionnairesQueryParams = paths[typeof routeName$
|
|
124901
|
-
type RetrieveDiasQuestionnairesResponse = paths[typeof routeName$
|
|
124902
|
-
type RetrieveDiasQuestionnairesProps = paths[typeof routeName$
|
|
125131
|
+
declare const routeName$4E = "/v1/api/diasflows/products/{product_id}/questionnaires";
|
|
125132
|
+
type RetrieveDiasQuestionnairesPathParams = paths[typeof routeName$4E]['get']['parameters']['path'];
|
|
125133
|
+
type RetrieveDiasQuestionnairesQueryParams = paths[typeof routeName$4E]['get']['parameters']['query'];
|
|
125134
|
+
type RetrieveDiasQuestionnairesResponse = paths[typeof routeName$4E]['get']['responses'][200]['content']['application/json'];
|
|
125135
|
+
type RetrieveDiasQuestionnairesProps = paths[typeof routeName$4E]['get']['parameters'];
|
|
124903
125136
|
declare const retrieveDiasQuestionnaires: (props: RetrieveDiasQuestionnairesProps, wgApiClient: ClientType) => Promise<RetrieveDiasQuestionnairesResponse>;
|
|
124904
125137
|
|
|
124905
|
-
declare const routeName$
|
|
124906
|
-
type UpdateDiasQuestionnaireBody = paths[typeof routeName$
|
|
124907
|
-
type UpdateDiasQuestionnairePathParams = paths[typeof routeName$
|
|
124908
|
-
type UpdateDiasQuestionnaireQueryParams = paths[typeof routeName$
|
|
124909
|
-
type UpdateDiasQuestionnaireResponse = paths[typeof routeName$
|
|
125138
|
+
declare const routeName$4D = "/v1/api/diasflows/products/{product_id}/questionnaires";
|
|
125139
|
+
type UpdateDiasQuestionnaireBody = paths[typeof routeName$4D]['put']['requestBody']['content']['application/json'];
|
|
125140
|
+
type UpdateDiasQuestionnairePathParams = paths[typeof routeName$4D]['put']['parameters']['path'];
|
|
125141
|
+
type UpdateDiasQuestionnaireQueryParams = paths[typeof routeName$4D]['put']['parameters']['query'];
|
|
125142
|
+
type UpdateDiasQuestionnaireResponse = paths[typeof routeName$4D]['put']['responses'][200]['content']['application/json'];
|
|
124910
125143
|
interface UpdateDiasQuestionnaireProps {
|
|
124911
125144
|
body: UpdateDiasQuestionnaireBody;
|
|
124912
125145
|
params: {
|
|
@@ -124916,11 +125149,11 @@ interface UpdateDiasQuestionnaireProps {
|
|
|
124916
125149
|
}
|
|
124917
125150
|
declare const updateDiasQuestionnaire: (props: UpdateDiasQuestionnaireProps, wgApiClient: ClientType) => Promise<UpdateDiasQuestionnaireResponse>;
|
|
124918
125151
|
|
|
124919
|
-
declare const routeName$
|
|
124920
|
-
type ValidateDiasQuestionnaireBody = paths[typeof routeName$
|
|
124921
|
-
type ValidateDiasQuestionnairePathParams = paths[typeof routeName$
|
|
124922
|
-
type ValidateDiasQuestionnaireQueryParams = paths[typeof routeName$
|
|
124923
|
-
type ValidateDiasQuestionnaireResponse = paths[typeof routeName$
|
|
125152
|
+
declare const routeName$4C = "/v1/api/diasflows/products/{product_id}/questionnaires/validate";
|
|
125153
|
+
type ValidateDiasQuestionnaireBody = paths[typeof routeName$4C]['post']['requestBody']['content']['application/json'];
|
|
125154
|
+
type ValidateDiasQuestionnairePathParams = paths[typeof routeName$4C]['post']['parameters']['path'];
|
|
125155
|
+
type ValidateDiasQuestionnaireQueryParams = paths[typeof routeName$4C]['post']['parameters']['query'];
|
|
125156
|
+
type ValidateDiasQuestionnaireResponse = paths[typeof routeName$4C]['post']['responses'][200]['content']['application/json'];
|
|
124924
125157
|
interface ValidateDiasQuestionnaireProps {
|
|
124925
125158
|
body: ValidateDiasQuestionnaireBody;
|
|
124926
125159
|
params: {
|
|
@@ -124930,18 +125163,18 @@ interface ValidateDiasQuestionnaireProps {
|
|
|
124930
125163
|
}
|
|
124931
125164
|
declare const validateDiasQuestionnaire: (props: ValidateDiasQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateDiasQuestionnaireResponse>;
|
|
124932
125165
|
|
|
124933
|
-
declare const routeName$
|
|
124934
|
-
type GetDiasCollectionMethodsPathParams = paths[typeof routeName$
|
|
124935
|
-
type GetDiasCollectionMethodsQueryParams = paths[typeof routeName$
|
|
124936
|
-
type GetDiasCollectionMethodsResponse = paths[typeof routeName$
|
|
124937
|
-
type GetDiasCollectionMethodsProps = paths[typeof routeName$
|
|
125166
|
+
declare const routeName$4B = "/v1/api/diasflows/conversations/{session_id}/collection-methods";
|
|
125167
|
+
type GetDiasCollectionMethodsPathParams = paths[typeof routeName$4B]['get']['parameters']['path'];
|
|
125168
|
+
type GetDiasCollectionMethodsQueryParams = paths[typeof routeName$4B]['get']['parameters']['query'];
|
|
125169
|
+
type GetDiasCollectionMethodsResponse = paths[typeof routeName$4B]['get']['responses'][200]['content']['application/json'];
|
|
125170
|
+
type GetDiasCollectionMethodsProps = paths[typeof routeName$4B]['get']['parameters'];
|
|
124938
125171
|
declare const getDiasCollectionMethods: (props: GetDiasCollectionMethodsProps, wgApiClient: ClientType) => Promise<GetDiasCollectionMethodsResponse>;
|
|
124939
125172
|
|
|
124940
|
-
declare const routeName$
|
|
124941
|
-
type CalculateDiasQuotesBySessionIdBody = paths[typeof routeName$
|
|
124942
|
-
type CalculateDiasQuotesBySessionIdPathParams = paths[typeof routeName$
|
|
124943
|
-
type CalculateDiasQuotesBySessionIdQueryParams = paths[typeof routeName$
|
|
124944
|
-
type CalculateDiasQuotesBySessionIdResponse = paths[typeof routeName$
|
|
125173
|
+
declare const routeName$4A = "/v1/api/diasflows/conversations/{session_id}/calculate";
|
|
125174
|
+
type CalculateDiasQuotesBySessionIdBody = paths[typeof routeName$4A]['post']['requestBody']['content']['application/json'];
|
|
125175
|
+
type CalculateDiasQuotesBySessionIdPathParams = paths[typeof routeName$4A]['post']['parameters']['path'];
|
|
125176
|
+
type CalculateDiasQuotesBySessionIdQueryParams = paths[typeof routeName$4A]['post']['parameters']['query'];
|
|
125177
|
+
type CalculateDiasQuotesBySessionIdResponse = paths[typeof routeName$4A]['post']['responses'][200]['content']['application/json'];
|
|
124945
125178
|
interface CalculateDiasQuotesBySessionIdProps {
|
|
124946
125179
|
body: CalculateDiasQuotesBySessionIdBody;
|
|
124947
125180
|
params: {
|
|
@@ -124951,11 +125184,11 @@ interface CalculateDiasQuotesBySessionIdProps {
|
|
|
124951
125184
|
}
|
|
124952
125185
|
declare const calculateDiasQuotesBySessionId: (props: CalculateDiasQuotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateDiasQuotesBySessionIdResponse>;
|
|
124953
125186
|
|
|
124954
|
-
declare const routeName$
|
|
124955
|
-
type RecalculateDiasQuotesBySessionIdAndProductIdBody = paths[typeof routeName$
|
|
124956
|
-
type RecalculateDiasQuotesBySessionIdAndProductIdPathParams = paths[typeof routeName$
|
|
124957
|
-
type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams = paths[typeof routeName$
|
|
124958
|
-
type RecalculateDiasQuotesBySessionIdAndProductIdResponse = paths[typeof routeName$
|
|
125187
|
+
declare const routeName$4z = "/v1/api/diasflows/conversations/{session_id}/products/{product_id}/calculate";
|
|
125188
|
+
type RecalculateDiasQuotesBySessionIdAndProductIdBody = paths[typeof routeName$4z]['post']['requestBody']['content']['application/json'];
|
|
125189
|
+
type RecalculateDiasQuotesBySessionIdAndProductIdPathParams = paths[typeof routeName$4z]['post']['parameters']['path'];
|
|
125190
|
+
type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams = paths[typeof routeName$4z]['post']['parameters']['query'];
|
|
125191
|
+
type RecalculateDiasQuotesBySessionIdAndProductIdResponse = paths[typeof routeName$4z]['post']['responses'][200]['content']['application/json'];
|
|
124959
125192
|
interface RecalculateDiasQuotesBySessionIdAndProductIdProps {
|
|
124960
125193
|
body: RecalculateDiasQuotesBySessionIdAndProductIdBody;
|
|
124961
125194
|
params: {
|
|
@@ -124965,11 +125198,11 @@ interface RecalculateDiasQuotesBySessionIdAndProductIdProps {
|
|
|
124965
125198
|
}
|
|
124966
125199
|
declare const recalculateDiasQuotesBySessionIdAndProductId: (props: RecalculateDiasQuotesBySessionIdAndProductIdProps, wgApiClient: ClientType) => Promise<RecalculateDiasQuotesBySessionIdAndProductIdResponse>;
|
|
124967
125200
|
|
|
124968
|
-
declare const routeName$
|
|
124969
|
-
type RecalculateDiasSimulationBySessionIdBody = paths[typeof routeName$
|
|
124970
|
-
type RecalculateDiasSimulationBySessionIdPathParams = paths[typeof routeName$
|
|
124971
|
-
type RecalculateDiasSimulationBySessionIdQueryParams = paths[typeof routeName$
|
|
124972
|
-
type RecalculateDiasSimulationBySessionIdResponse = paths[typeof routeName$
|
|
125201
|
+
declare const routeName$4y = "/v1/api/diasflows/conversations/{session_id}/recalculate-simulation";
|
|
125202
|
+
type RecalculateDiasSimulationBySessionIdBody = paths[typeof routeName$4y]['post']['requestBody']['content']['application/json'];
|
|
125203
|
+
type RecalculateDiasSimulationBySessionIdPathParams = paths[typeof routeName$4y]['post']['parameters']['path'];
|
|
125204
|
+
type RecalculateDiasSimulationBySessionIdQueryParams = paths[typeof routeName$4y]['post']['parameters']['query'];
|
|
125205
|
+
type RecalculateDiasSimulationBySessionIdResponse = paths[typeof routeName$4y]['post']['responses'][200]['content']['application/json'];
|
|
124973
125206
|
interface RecalculateDiasSimulationBySessionIdProps {
|
|
124974
125207
|
body: RecalculateDiasSimulationBySessionIdBody;
|
|
124975
125208
|
params: {
|
|
@@ -124979,11 +125212,11 @@ interface RecalculateDiasSimulationBySessionIdProps {
|
|
|
124979
125212
|
}
|
|
124980
125213
|
declare const recalculateDiasSimulationBySessionId: (props: RecalculateDiasSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateDiasSimulationBySessionIdResponse>;
|
|
124981
125214
|
|
|
124982
|
-
declare const routeName$
|
|
124983
|
-
type CreateDiasPartyViaConversationBody = paths[typeof routeName$
|
|
124984
|
-
type CreateDiasPartyViaConversationPathParams = paths[typeof routeName$
|
|
124985
|
-
type CreateDiasPartyViaConversationQueryParams = paths[typeof routeName$
|
|
124986
|
-
type CreateDiasPartyViaConversationResponse = paths[typeof routeName$
|
|
125215
|
+
declare const routeName$4x = "/v1/api/diasflows/conversations/{session_id}/dias-party";
|
|
125216
|
+
type CreateDiasPartyViaConversationBody = paths[typeof routeName$4x]['post']['requestBody']['content']['application/json'];
|
|
125217
|
+
type CreateDiasPartyViaConversationPathParams = paths[typeof routeName$4x]['post']['parameters']['path'];
|
|
125218
|
+
type CreateDiasPartyViaConversationQueryParams = paths[typeof routeName$4x]['post']['parameters']['query'];
|
|
125219
|
+
type CreateDiasPartyViaConversationResponse = paths[typeof routeName$4x]['post']['responses'][201]['content']['application/json'];
|
|
124987
125220
|
interface CreateDiasPartyViaConversationProps {
|
|
124988
125221
|
body: CreateDiasPartyViaConversationBody;
|
|
124989
125222
|
params: {
|
|
@@ -124993,6 +125226,30 @@ interface CreateDiasPartyViaConversationProps {
|
|
|
124993
125226
|
}
|
|
124994
125227
|
declare const createDiasPartyViaConversation: (props: CreateDiasPartyViaConversationProps, wgApiClient: ClientType) => Promise<CreateDiasPartyViaConversationResponse>;
|
|
124995
125228
|
|
|
125229
|
+
declare const routeName$4w = "/v1/api/diasflows/conversations/{session_id}/generate-offer-document";
|
|
125230
|
+
type GenerateDiasOfferDocumentBySessionIdPathParams = paths[typeof routeName$4w]['post']['parameters']['path'];
|
|
125231
|
+
type GenerateDiasOfferDocumentBySessionIdQueryParams = paths[typeof routeName$4w]['post']['parameters']['query'];
|
|
125232
|
+
type GenerateDiasOfferDocumentBySessionIdResponse = paths[typeof routeName$4w]['post']['responses'][200]['content']['application/json'];
|
|
125233
|
+
interface GenerateDiasOfferDocumentBySessionIdProps {
|
|
125234
|
+
params: {
|
|
125235
|
+
query: GenerateDiasOfferDocumentBySessionIdQueryParams;
|
|
125236
|
+
path: GenerateDiasOfferDocumentBySessionIdPathParams;
|
|
125237
|
+
};
|
|
125238
|
+
}
|
|
125239
|
+
declare const generateDiasOfferDocumentBySessionId: (props: GenerateDiasOfferDocumentBySessionIdProps, wgApiClient: ClientType) => Promise<GenerateDiasOfferDocumentBySessionIdResponse>;
|
|
125240
|
+
|
|
125241
|
+
declare const routeName$4v = "/v1/api/diasflows/conversations/{session_id}/send-offer-mail";
|
|
125242
|
+
type SendDiasOfferMailBySessionIdPathParams = paths[typeof routeName$4v]['post']['parameters']['path'];
|
|
125243
|
+
type SendDiasOfferMailBySessionIdQueryParams = paths[typeof routeName$4v]['post']['parameters']['query'];
|
|
125244
|
+
type SendDiasOfferMailBySessionIdResponse = paths[typeof routeName$4v]['post']['responses'][201]['content']['application/json'];
|
|
125245
|
+
interface SendDiasOfferMailBySessionIdProps {
|
|
125246
|
+
params: {
|
|
125247
|
+
query: SendDiasOfferMailBySessionIdQueryParams;
|
|
125248
|
+
path: SendDiasOfferMailBySessionIdPathParams;
|
|
125249
|
+
};
|
|
125250
|
+
}
|
|
125251
|
+
declare const sendDiasOfferMailBySessionId: (props: SendDiasOfferMailBySessionIdProps, wgApiClient: ClientType) => Promise<SendDiasOfferMailBySessionIdResponse>;
|
|
125252
|
+
|
|
124996
125253
|
declare const routeName$4u = "/v1/api/distributions/{distribution_id}/themes";
|
|
124997
125254
|
type HandleCreateDistributionThemeBody = paths[typeof routeName$4u]['post']['requestBody']['content']['application/json'];
|
|
124998
125255
|
type HandleCreateDistributionThemeQueryParams = paths[typeof routeName$4u]['post']['parameters']['query'];
|
|
@@ -127624,4 +127881,4 @@ interface ValidateYellowhiveQuestionnaireProps {
|
|
|
127624
127881
|
}
|
|
127625
127882
|
declare const validateYellowhiveQuestionnaire: (props: ValidateYellowhiveQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateYellowhiveQuestionnaireResponse>;
|
|
127626
127883
|
|
|
127627
|
-
export { type $defs, type AcceptOrRejectAnAdvisoryReportBody, type AcceptOrRejectAnAdvisoryReportPathParams, type AcceptOrRejectAnAdvisoryReportQueryParams, type AcceptOrRejectAnAdvisoryReportResponse, type ActivateOutlookConnectionSyncBody, type ActivateOutlookConnectionSyncQueryParams, type ActivateOutlookConnectionSyncResponse, type AnalyzeEmailBody, type AnalyzeEmailPathParams, type AnalyzeEmailResponse, type AnswerAFlowDirectlyBody, type AnswerAFlowDirectlyPathParams, type AnswerAFlowDirectlyQueryParams, type AnswerAFlowDirectlyResponse, type AnswerAFlowSessionBody, type AnswerAFlowSessionPathParams, type AnswerAFlowSessionQueryParams, type AnswerAFlowSessionResponse, type BlockCustomerFromAccessingPartyPathParams, type BlockCustomerFromAccessingPartyResponse, type CalculateAnvaquotesBySessionIdBody, type CalculateAnvaquotesBySessionIdPathParams, type CalculateAnvaquotesBySessionIdQueryParams, type CalculateAnvaquotesBySessionIdResponse, type CalculateCarLeaseQuoteBody, type CalculateCarLeaseQuoteQueryParams, type CalculateCarLeaseQuoteResponse, type CalculateDiasQuotesBySessionIdBody, type CalculateDiasQuotesBySessionIdPathParams, type CalculateDiasQuotesBySessionIdQueryParams, type CalculateDiasQuotesBySessionIdResponse, type CalculateQuotesV2Body, type CalculateQuotesV2PathParams, type CalculateQuotesV2QueryParams, type CalculateQuotesV2Response, type CalculateYellowhiveQuotesBySessionIdBody, type CalculateYellowhiveQuotesBySessionIdPathParams, type CalculateYellowhiveQuotesBySessionIdQueryParams, type CalculateYellowhiveQuotesBySessionIdResponse, type ClaimReportByIdPathParams, type ClaimReportByIdQueryParams, type ClaimReportByIdResponse, type ClaimRequestUpdatePathParams, type ClaimRequestUpdateQueryParams, type ClaimRequestUpdateResponse, type ClientType, type CommentOnActivityPathParams, type CommentOnActivityQueryParams, type CommentOnActivityResponse, type CreateAccidentsForPartyBody, type CreateAccidentsForPartyPathParams, type CreateAccidentsForPartyQueryParams, type CreateAccidentsForPartyResponse, type CreateAccountBody, type CreateAccountQueryParams, type CreateAccountResponse, type CreateAdvisoryReportBody, type CreateAdvisoryReportQueryParams, type CreateAdvisoryReportResponse, type CreateAdvisoryReportRevisionBody, type CreateAdvisoryReportRevisionPathParams, type CreateAdvisoryReportRevisionQueryParams, type CreateAdvisoryReportRevisionResponse, type CreateAdvisoryReportRevisionV2Body, type CreateAdvisoryReportRevisionV2PathParams, type CreateAdvisoryReportRevisionV2QueryParams, type CreateAdvisoryReportRevisionV2Response, type CreateAdvisoryReportStepSettingsBody, type CreateAdvisoryReportStepSettingsPathParams, type CreateAdvisoryReportStepSettingsQueryParams, type CreateAdvisoryReportStepSettingsResponse, type CreateAnvaPartyViaConversationBody, type CreateAnvaPartyViaConversationPathParams, type CreateAnvaPartyViaConversationQueryParams, type CreateAnvaPartyViaConversationResponse, type CreateAnvaTaskBody, type CreateAnvaTaskPathParams, type CreateAnvaTaskQueryParams, type CreateAnvaTaskResponse, type CreateAnvaflowTagsBody, type CreateAnvaflowTagsQueryParams, type CreateAnvaflowTagsResponse, type CreateAssuTaskBody, type CreateAssuTaskPathParams, type CreateAssuTaskQueryParams, type CreateAssuTaskResponse, type CreateBicycleRiskObjectBody, type CreateBicycleRiskObjectPathParams, type CreateBicycleRiskObjectQueryParams, type CreateBicycleRiskObjectResponse, type CreateBoatRiskObjectBody, type CreateBoatRiskObjectPathParams, type CreateBoatRiskObjectQueryParams, type CreateBoatRiskObjectResponse, type CreateBrokerConnectionsByIdBody, type CreateBrokerConnectionsByIdPathParams, type CreateBrokerConnectionsByIdResponse, type CreateCampaignBody, type CreateCampaignQueryParams, type CreateCampaignResponse, type CreateCarRiskObjectBody, type CreateCarRiskObjectPathParams, type CreateCarRiskObjectQueryParams, type CreateCarRiskObjectResponse, type CreateClaimAsBrokerQueryParams, type CreateClaimAsBrokerResponse, type CreateClaimAsCustomerPathParams, type CreateClaimAsCustomerQueryParams, type CreateClaimAsCustomerResponse, type CreateCompanyLeadBody, type CreateCompanyLeadPathParams, type CreateCompanyLeadQueryParams, type CreateCompanyLeadResponse, type CreateConversationBody, type CreateConversationPathParams, type CreateConversationQueryParams, type CreateConversationReminderPathParams, type CreateConversationReminderResponse, type CreateConversationResponse, type CreateCustomerLeadBody, type CreateCustomerLeadPathParams, type CreateCustomerLeadQueryParams, type CreateCustomerLeadResponse, type CreateDiasPartyViaConversationBody, type CreateDiasPartyViaConversationPathParams, type CreateDiasPartyViaConversationQueryParams, type CreateDiasPartyViaConversationResponse, type CreateDiasTaskBody, type CreateDiasTaskPathParams, type CreateDiasTaskQueryParams, type CreateDiasTaskResponse, type CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateFasterforwardTaskBody, type CreateFasterforwardTaskPathParams, type CreateFasterforwardTaskQueryParams, type CreateFasterforwardTaskResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type CreatePartyActivitiesAsCustomerBody, type CreatePartyActivitiesAsCustomerResponse, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse, type CreatePartyGroupRiskObjectBody, type CreatePartyGroupRiskObjectPathParams, type CreatePartyGroupRiskObjectQueryParams, type CreatePartyGroupRiskObjectResponse, type CreatePartyNoteBody, type CreatePartyNotePathParams, type CreatePartyNoteResponse, type CreatePartyOffersBody, type CreatePartyOffersPathParams, type CreatePartyOffersQueryParams, type CreatePartyOffersResponse, type CreatePartyRelationsBody, type CreatePartyRelationsQueryParams, type CreatePartyRelationsResponse, type CreateProfileaseCarLeaseOfferBody, type CreateProfileaseCarLeaseOfferQueryParams, type CreateProfileaseCarLeaseOfferResponse, type CreateProflowSessionByBatchIdPathParams, type CreateProflowSessionByBatchIdQueryParams, type CreateProflowSessionByBatchIdResponse, type CreateRecommendationByPartyIdBody, type CreateRecommendationByPartyIdPathParams, type CreateRecommendationByPartyIdQueryParams, type CreateRecommendationByPartyIdResponse, type CreateRecommendationBySessionIdBody, type CreateRecommendationBySessionIdQueryParams, type CreateRecommendationBySessionIdResponse, type CreateReferenceForPartyBody, type CreateReferenceForPartyPathParams, type CreateReferenceForPartyResponse, type CreateReferencesForRiskObjectBody, type CreateReferencesForRiskObjectPathParams, type CreateReferencesForRiskObjectQueryParams, type CreateReferencesForRiskObjectResponse, type CreateRelationBetweenRiskObjectAndPartyBody, type CreateRelationBetweenRiskObjectAndPartyPathParams, type CreateRelationBetweenRiskObjectAndPartyQueryParams, type CreateRelationBetweenRiskObjectAndPartyResponse, type CreateRiskDomainActionForAdvisoryReportByIdBody, type CreateRiskDomainActionForAdvisoryReportByIdPathParams, type CreateRiskDomainActionForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionForAdvisoryReportByIdResponse, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainAdviceForAdvisoryReportByIdBody, type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainForAdvisoryReportByIdBody, type CreateRiskDomainForAdvisoryReportByIdPathParams, type CreateRiskDomainForAdvisoryReportByIdQueryParams, type CreateRiskDomainForAdvisoryReportByIdResponse, type CreateSemiTrailerRiskObjectBody, type CreateSemiTrailerRiskObjectPathParams, type CreateSemiTrailerRiskObjectQueryParams, type CreateSemiTrailerRiskObjectResponse, type CreateToolkitAccountBody, type CreateToolkitAccountQueryParams, type CreateToolkitAccountResponse, type CreateToolkitBrokerBody, type CreateToolkitBrokerQueryParams, type CreateToolkitBrokerResponse, type CreateTrailerRiskObjectBody, type CreateTrailerRiskObjectPathParams, type CreateTrailerRiskObjectQueryParams, type CreateTrailerRiskObjectResponse, type CreateTrialBrokerBody, type CreateTrialBrokerQueryParams, type CreateTrialBrokerResponse, type CreateUploadLinkAsCustomerPathParams, type CreateUploadLinkAsCustomerQueryParams, type CreateUploadLinkAsCustomerResponse, type CreateUspItemForDistributionBody, type CreateUspItemForDistributionQueryParams, type CreateUspItemForDistributionResponse, type CreateYellowhiveContactPersonBody, type CreateYellowhiveContactPersonPathParams, type CreateYellowhiveContactPersonQueryParams, type CreateYellowhiveContactPersonResponse, type DeactivateOutlookConnectionSyncBody, type DeactivateOutlookConnectionSyncQueryParams, type DeactivateOutlookConnectionSyncResponse, type DeleteAdvisoryReportPathParams, type DeleteAdvisoryReportQueryParams, type DeleteAdvisoryReportResponse, type DeleteAdvisoryReportRevisionPathParams, type DeleteAdvisoryReportRevisionQueryParams, type DeleteAdvisoryReportRevisionResponse, type DeleteAllSessionsBySessionIdPathParams, type DeleteAllSessionsBySessionIdResponse, type DeleteAnvaClosingQuestionsPathParams, type DeleteAnvaClosingQuestionsQueryParams, type DeleteAnvaClosingQuestionsResponse, type DeleteBrokerConnectionByKeyPathParams, type DeleteBrokerConnectionByKeyResponse, type DeleteClaimAsBrokerByIdPathParams, type DeleteClaimAsBrokerByIdQueryParams, type DeleteClaimAsBrokerByIdResponse, type DeleteCommentOnActivityPathParams, type DeleteCommentOnActivityQueryParams, type DeleteCommentOnActivityResponse, type DeleteDistributionConnectionByKeyPathParams, type DeleteDistributionConnectionByKeyResponse, type DeleteDistributionFaqPathParams, type DeleteDistributionFaqQueryParams, type DeleteDistributionFaqResponse, type DeleteDistributionTagPathParams, type DeleteDistributionTagQueryParams, type DeleteDistributionTagResponse, type DeleteDocumentByIdAsCustomerWithTokenPathParams, type DeleteDocumentByIdAsCustomerWithTokenQueryParams, type DeleteDocumentByIdAsCustomerWithTokenResponse, type DeleteDocumentByIdPathParams, type DeleteDocumentByIdQueryParams, type DeleteDocumentByIdResponse, type DeleteDocumentForPartyPathParams, type DeleteDocumentForPartyResponse, type DeleteEntityAsBrokerByIdPathParams, type DeleteEntityAsBrokerByIdQueryParams, type DeleteEntityAsBrokerByIdResponse, type DeleteEntityByIdAsCustomerWithTokenPathParams, type DeleteEntityByIdAsCustomerWithTokenQueryParams, type DeleteEntityByIdAsCustomerWithTokenResponse, type DeleteEntityBySessionIdAndFlowIdPathParams, type DeleteEntityBySessionIdAndFlowIdQueryParams, type DeleteEntityBySessionIdAndFlowIdResponse, type DeleteInsurancePoliciesForPartyPathParams, type DeleteInsurancePoliciesForPartyResponse, type DeleteInsurancePolicyForAdvisoryReportByIdPathParams, type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams, type DeleteInsurancePolicyForAdvisoryReportByIdResponse, type DeleteInsuranceProductClauseForDistributionPathParams, type DeleteInsuranceProductClauseForDistributionQueryParams, type DeleteInsuranceProductClauseForDistributionResponse, type DeleteNotePathParams, type DeleteNoteQueryParams, type DeleteNoteResponse, type DeletePartyActivitiesAsCustomerPathParams, type DeletePartyActivitiesAsCustomerResponse, type DeletePartyEntityBySessionIdAndFlowIdPathParams, type DeletePartyEntityBySessionIdAndFlowIdQueryParams, type DeletePartyEntityBySessionIdAndFlowIdResponse, type DeletePartyNoteByIdPathParams, type DeletePartyNoteByIdResponse, type DeletePartyRelationsPathParams, type DeletePartyRelationsResponse, type DeletePolicyPackagesForPartyPathParams, type DeletePolicyPackagesForPartyResponse, type DeleteRelationBetweenRiskObjectAndPartyPathParams, type DeleteRelationBetweenRiskObjectAndPartyQueryParams, type DeleteRelationBetweenRiskObjectAndPartyResponse, type DeleteRiskDomainActionForAdvisoryReportByIdPathParams, type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams, type DeleteRiskDomainActionForAdvisoryReportByIdResponse, type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse, type DeleteRiskDomainForAdvisoryReportByIdPathParams, type DeleteRiskDomainForAdvisoryReportByIdQueryParams, type DeleteRiskDomainForAdvisoryReportByIdResponse, type DeleteRiskObjectByIdPathParams, type DeleteRiskObjectByIdResponse, type DeleteSessionBySessionIdPathParams, type DeleteSessionBySessionIdResponse, type DeleteUspByDistributionAndIdPathParams, type DeleteUspByDistributionAndIdQueryParams, type DeleteUspByDistributionAndIdResponse, type DelinkPartyToUserBody, type DelinkPartyToUserResponse, type DeprecatedValidateAnvaConnectionQueryParams, type DeprecatedValidateAnvaConnectionResponse, type 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 ExportPartyToAnvaPathParams, type ExportPartyToAnvaQueryParams, type ExportPartyToAnvaResponse, type ExportPartyToAssuPathParams, type ExportPartyToAssuQueryParams, type ExportPartyToAssuResponse, type ExportPartyToDiasPathParams, type ExportPartyToDiasQueryParams, type ExportPartyToDiasResponse, type ExportPartyToFasterforwardPathParams, type ExportPartyToFasterforwardQueryParams, type ExportPartyToFasterforwardResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type ExtractPartyForOneDocumentEnqueueBody, type ExtractPartyForOneDocumentEnqueueResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateConceptReplyBody, type GenerateConceptReplyPathParams, type GenerateConceptReplyQueryParams, type GenerateConceptReplyResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type GeneratePersonalizationAdviceForAdvisoryReportPathParams, type GeneratePersonalizationAdviceForAdvisoryReportResponse, type GeneratePossibleProductsBySessionV2Body, type GeneratePossibleProductsBySessionV2PathParams, type GeneratePossibleProductsBySessionV2QueryParams, type GeneratePossibleProductsBySessionV2Response, type GenerateQuestionsToPrefillByCarBody, type GenerateQuestionsToPrefillByCarPathParams, type GenerateQuestionsToPrefillByCarQueryParams, type GenerateQuestionsToPrefillByCarResponse, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse, type GenerateTokenForSocialLoginFlowAsBrokerQueryParams, type GenerateTokenForSocialLoginFlowAsBrokerResponse, type Get2FaByUserResponse, type GetActivityByPartyPathParams, type GetActivityByPartyQueryParams, type GetActivityByPartyResponse, type GetAddressInfoFreemiumQueryParams, type GetAddressInfoFreemiumResponse, type GetAddressInfoQueryParams, type GetAddressInfoResponse, type GetAdvicesPerInsuranceProductPathParams, type GetAdvicesPerInsuranceProductResponse, type GetAdvisoryReportByIdPathParams, type GetAdvisoryReportByIdQueryParams, type GetAdvisoryReportByIdResponse, type GetAdvisoryReportExportOptionsPathParams, type GetAdvisoryReportExportOptionsResponse, type GetAdvisoryReportRevisionDiffPathParams, type GetAdvisoryReportRevisionDiffQueryParams, type GetAdvisoryReportRevisionDiffResponse, type GetAllActivityTypesQueryParams, type GetAllActivityTypesResponse, type GetAllAdvisoryReportsQueryParams, type GetAllAdvisoryReportsResponse, type GetAllAvailableAffiliationsResponse, type GetAllAvailablePlansResponse, type GetAllAvailableThemesInWegroupQueryParams, type GetAllAvailableThemesInWegroupResponse, type GetAllBrokersLinkedToCurrentUserResponse, type GetAllCampaignTemplatesQueryParams, type GetAllCampaignTemplatesResponse, type GetAllCampaignsByDistributionQueryParams, type GetAllCampaignsByDistributionResponse, type GetAllCarClaimCategoriesResponse, type GetAllClaimsAsBrokerQueryParams, type GetAllClaimsAsBrokerResponse, type GetAllConversationsQueryParams, type GetAllConversationsResponse, type GetAllCustomersByDistributionQueryParams, type GetAllCustomersByDistributionResponse, type GetAllEnumsResponse, type GetAllLeadsByDistributionPathParams, type GetAllLeadsByDistributionResponse, type GetAllLeaseOffersByDistributionPathParams, type GetAllLeaseOffersByDistributionQueryParams, type GetAllLeaseOffersByDistributionResponse, type GetAllPartiesByDistributionPathParams, type GetAllPartiesByDistributionQueryParams, type GetAllPartiesByDistributionResponse, type GetAllPartiesByDistributionV2PathParams, type GetAllPartiesByDistributionV2QueryParams, type GetAllPartiesByDistributionV2Response, type GetAllRiskObjectsByPartyIdPathParams, type GetAllRiskObjectsByPartyIdQueryParams, type GetAllRiskObjectsByPartyIdResponse, type GetAllRiskObjectsByPartyIdV2PathParams, type GetAllRiskObjectsByPartyIdV2QueryParams, type GetAllRiskObjectsByPartyIdV2Response, type GetAllSessionsBySessionIdPathParams, type GetAllSessionsBySessionIdQueryParams, type GetAllSessionsBySessionIdResponse, type GetAllVehicleBrandsQueryParams, type GetAllVehicleBrandsResponse, type GetAllVehicleSeriesByBrandKeyPathParams, type GetAllVehicleSeriesByBrandKeyQueryParams, type GetAllVehicleSeriesByBrandKeyResponse, type GetAllVehicleVersionsBySeriesIdPathParams, type GetAllVehicleVersionsBySeriesIdQueryParams, type GetAllVehicleVersionsBySeriesIdResponse, type GetAnvaAgentsQueryParams, type GetAnvaAgentsResponse, type GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaMutationReasonsQueryParams, type GetAnvaMutationReasonsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaProductsQueryParams, type GetAnvaProductsResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAssuEmployeesQueryParams, type GetAssuEmployeesResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerByAnvaProducerIdPathParams, type GetBrokerByAnvaProducerIdResponse, type GetBrokerByAnvaRelationMangerIdPathParams, type GetBrokerByAnvaRelationMangerIdResponse, type GetBrokerConnectionsByIdPathParams, type GetBrokerConnectionsByIdQueryParams, type GetBrokerConnectionsByIdResponse, type GetBrokerIntegrationsPathParams, type GetBrokerIntegrationsResponse, type GetCampaignByIdPathParams, type GetCampaignByIdQueryParams, type GetCampaignByIdResponse, type GetCampaignSettingsByDistributionQueryParams, type GetCampaignSettingsByDistributionResponse, type GetCampaignTargetMailTemplateQueryParams, type GetCampaignTargetMailTemplateResponse, type GetCarLeaseRatesQueryParams, type GetCarLeaseRatesResponse, type GetChatBySessionIdPathParams, type GetChatBySessionIdResponse, type GetChatSummaryV2BySessionIdPathParams, type GetChatSummaryV2BySessionIdQueryParams, type GetChatSummaryV2BySessionIdResponse, type GetCheckupByPartyIdPathParams, type GetCheckupByPartyIdResponse, type GetClaimAsBrokerByIdPathParams, type GetClaimAsBrokerByIdQueryParams, type GetClaimAsBrokerByIdResponse, type GetClaimAsCustomerWithTokenPathParams, type GetClaimAsCustomerWithTokenQueryParams, type GetClaimAsCustomerWithTokenResponse, type GetClaimByIdAsCustomerPathParams, type GetClaimByIdAsCustomerResponse, type GetClaimEventsAsBrokerByIdPathParams, type GetClaimEventsAsBrokerByIdQueryParams, type GetClaimEventsAsBrokerByIdResponse, type GetClaimEventsAsCustomerPathParams, type GetClaimEventsAsCustomerQueryParams, type GetClaimEventsAsCustomerResponse, type GetClaimsAsCustomerQueryParams, type GetClaimsAsCustomerResponse, type GetClaimsAsPartyByIdPathParams, type GetClaimsAsPartyByIdResponse, type GetClaimsAsPartyPathParams, type GetClaimsAsPartyQueryParams, type GetClaimsAsPartyResponse, type GetComplianceByRiskObjectIdPathParams, type GetComplianceByRiskObjectIdResponse, type GetConversationByIdPathParams, type GetConversationByIdQueryParams, type GetConversationByIdResponse, type GetConversationNotesPathParams, type GetConversationNotesQueryParams, type GetConversationNotesResponse, type GetConversationReportPdfByIdBody, type GetConversationReportPdfByIdPathParams, type GetConversationReportPdfByIdQueryParams, type GetConversationReportPdfByIdResponse, type GetConversationsOriginFilterQueryParams, type GetConversationsOriginFilterResponse, type GetCurrentAccountInsightsAsCustomerQueryParams, type GetCurrentAccountInsightsAsCustomerResponse, type GetCurrentAccountInsightsAsPartyPathParams, type GetCurrentAccountInsightsAsPartyQueryParams, type GetCurrentAccountInsightsAsPartyResponse, type GetCurrentBrokerOfTheUserResponse, type GetCustomersByPartyPathParams, type GetCustomersByPartyQueryParams, type GetCustomersByPartyResponse, type GetDiasAfdbranchesResponse, type GetDiasCollectionMethodsPathParams, type GetDiasCollectionMethodsQueryParams, type GetDiasCollectionMethodsResponse, type GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDiasPartySalutationsResponse, type GetDiasPartyTitlesResponse, type GetDiasProductsQueryParams, type GetDiasProductsResponse, type GetDiasflowInsurancesQueryParams, type GetDiasflowInsurancesResponse, type GetDiasflowProductByIdPathParams, type GetDiasflowProductByIdQueryParams, type GetDiasflowProductByIdResponse, type GetDiasflowProductsQueryParams, type GetDiasflowProductsResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type GetDistributionFaqQueryParams, type GetDistributionFaqResponse, type GetDistributionHasPendingUpgradePathParams, type GetDistributionHasPendingUpgradeResponse, type GetDistributionSettingsResponse, type GetDistributionTagsQueryParams, type GetDistributionTagsResponse, type GetDocumentExtractionBatchByIdPathParams, type GetDocumentExtractionBatchByIdResponse, type GetDocumentMetadataPathParams, type GetDocumentMetadataResponse, type GetDocumentsAsCustomerQueryParams, type GetDocumentsAsCustomerResponse, type GetDocumentsForPartyPathParams, type GetDocumentsForPartyQueryParams, type GetDocumentsForPartyResponse, type GetEmailByMessageIdQueryParams, type GetEmailByMessageIdResponse, type GetEncryptionKeysQueryParams, type GetEncryptionKeysResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse, type GetEnumByAnvaLabelPathParams, type GetEnumByAnvaLabelQueryParams, type GetEnumByAnvaLabelResponse, type GetEnumByDiasLabelPathParams, type GetEnumByDiasLabelQueryParams, type GetEnumByDiasLabelResponse, type GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFinconnectLinkAsCustomerQueryParams, type GetFinconnectLinkAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams, type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams, type GetFinconnectLinkForInsurancePolicyAsCustomerResponse, type 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 GetOnesuranceDataByPartyIdPathParams, type GetOnesuranceDataByPartyIdQueryParams, type GetOnesuranceDataByPartyIdResponse, type GetOnesuranceRecommendationsByEmailIdPathParams, type GetOnesuranceRecommendationsByEmailIdQueryParams, type GetOnesuranceRecommendationsByEmailIdResponse, type GetOrganisationDistributionsPathParams, type GetOrganisationDistributionsQueryParams, type GetOrganisationDistributionsResponse, type GetOrganisationLeadsPathParams, type GetOrganisationLeadsQueryParams, type GetOrganisationLeadsResponse, type GetOrganisationOffersPathParams, type GetOrganisationOffersQueryParams, type GetOrganisationOffersResponse, type GetOutlookConnectionDetailsQueryParams, type GetOutlookConnectionDetailsResponse, type GetOutlookMailByIdPathParams, type GetOutlookMailByIdQueryParams, type GetOutlookMailByIdResponse, type GetOutlookMailByOutlookMessageIdPathParams, type GetOutlookMailByOutlookMessageIdQueryParams, type GetOutlookMailByOutlookMessageIdResponse, type GetOutlookMailfoldersQueryParams, type GetOutlookMailfoldersResponse, type GetOutlookMailsQueryParams, type GetOutlookMailsResponse, type GetPartiesByCustomerPathParams, type GetPartiesByCustomerQueryParams, type GetPartiesByCustomerResponse, type GetPartiesLinkedToUserResponse, type GetPartiesOriginFilterQueryParams, type GetPartiesOriginFilterResponse, type GetPartyAddressesPathParams, type GetPartyAddressesResponse, type GetPartyByIdPathParams, type GetPartyByIdResponse, type GetPartyMergeSuggestionsPathParams, type GetPartyMergeSuggestionsQueryParams, type GetPartyMergeSuggestionsResponse, type GetPdfOfAdvisoryReportByIdPathParams, type GetPdfOfAdvisoryReportByIdQueryParams, type GetPdfOfAdvisoryReportByIdResponse, type GetPerformanceInsightsByDistributionPathParams, type GetPerformanceInsightsByDistributionQueryParams, type GetPerformanceInsightsByDistributionResponse, type GetPolicyPackageByIdAsCustomerPathParams, type GetPolicyPackageByIdAsCustomerResponse, type GetPolicyPackageByIdPathParams, type GetPolicyPackageByIdQueryParams, type GetPolicyPackageByIdResponse, type GetPolicyPackageSimulationsForPartyPathParams, type GetPolicyPackageSimulationsForPartyResponse, type GetPolicyPackagesAsCustomerQueryParams, type GetPolicyPackagesAsCustomerResponse, type GetPolicyPackagesForPartyPathParams, type GetPolicyPackagesForPartyResponse, type GetPossibleInsuranceProductsByPartyIdPathParams, type GetPossibleInsuranceProductsByPartyIdQueryParams, type GetPossibleInsuranceProductsByPartyIdResponse, type GetPossibleInsuranceProductsByRiskObjectIdPathParams, type GetPossibleInsuranceProductsByRiskObjectIdQueryParams, type GetPossibleInsuranceProductsByRiskObjectIdResponse, type GetPossibleInsuranceProductsForManagementByPartyIdPathParams, type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams, type GetPossibleInsuranceProductsForManagementByPartyIdResponse, type GetPossibleInsuranceProductsForStaffByPartyIdPathParams, type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams, type GetPossibleInsuranceProductsForStaffByPartyIdResponse, type GetPreventionAdviceQueryParams, type GetPreventionAdviceResponse, type GetPromotionsByDistributionIdPathParams, type GetPromotionsByDistributionIdResponse, type GetProvenanceInfoOfDocumentPathParams, type GetProvenanceInfoOfDocumentResponse, type GetQuoteExportsQueryParams, type GetQuoteExportsResponse, type GetQuoteInsightsPathParams, type GetQuoteInsightsQueryParams, type GetQuoteInsightsResponse, type GetQuotesAsBatchResultsByConversationIdPathParams, type GetQuotesAsBatchResultsByConversationIdQueryParams, type GetQuotesAsBatchResultsByConversationIdResponse, type GetRecommendationsByIdPathParams, type GetRecommendationsByIdQueryParams, type GetRecommendationsByIdResponse, type GetRecommendationsByPartyIdPathParams, type GetRecommendationsByPartyIdQueryParams, type GetRecommendationsByPartyIdResponse, type GetRecommendationsBySessionIdPathParams, type GetRecommendationsBySessionIdQueryParams, type GetRecommendationsBySessionIdResponse, type GetRiskAnalysisByPartyIdPathParams, type GetRiskAnalysisByPartyIdResponse, type GetRiskDomainByIdPathParams, type GetRiskDomainByIdQueryParams, type GetRiskDomainByIdResponse, type GetRiskDomainsQueryParams, type GetRiskDomainsResponse, type GetRiskObjectByRiskObjectRevisionIdPathParams, type GetRiskObjectByRiskObjectRevisionIdQueryParams, type GetRiskObjectByRiskObjectRevisionIdResponse, type GetRiskObjectRevisionsByIdPathParams, type GetRiskObjectRevisionsByIdQueryParams, type GetRiskObjectRevisionsByIdResponse, type GetSbiQueryParams, type GetSbiResponse, type GetSingularityJobResultByIdPathParams, type GetSingularityJobResultByIdQueryParams, type GetSingularityJobResultByIdResponse, type GetStepSettingsByAdvisoryReportIdPathParams, type GetStepSettingsByAdvisoryReportIdQueryParams, type GetStepSettingsByAdvisoryReportIdResponse, type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams, type GetSupportedAnvaflowCoveragesGroupedByAdnResponse, type GetSupportedAnvaflowCoveragesQueryParams, type GetSupportedAnvaflowCoveragesResponse, type GetSupportedAnvaflowInsuranceCompaniesQueryParams, type GetSupportedAnvaflowInsuranceCompaniesResponse, type GetSupportedAnvaflowInsurancesQueryParams, type GetSupportedAnvaflowInsurancesResponse, type GetSupportedAnvaflowTagsQueryParams, type GetSupportedAnvaflowTagsResponse, type GetSupportedInsuranceCompaniesQueryParams, type GetSupportedInsuranceCompaniesResponse, type GetSupportedInsuranceSubjectsQueryParams, type GetSupportedInsuranceSubjectsResponse, type GetSupportedMimeTypesResponse, type GetSupportedRiskDomainsQueryParams, type GetSupportedRiskDomainsResponse, type GetSupportedYellowhiveflowCoveragesQueryParams, type GetSupportedYellowhiveflowCoveragesResponse, type GetSupportedYellowhiveflowInsurancesQueryParams, type GetSupportedYellowhiveflowInsurancesResponse, type GetSystemCampaignsByPartyPathParams, type GetSystemCampaignsByPartyQueryParams, type GetSystemCampaignsByPartyResponse, type GetTheBrokerByIdPathParams, type GetTheBrokerByIdResponse, type GetUspByDistributionQueryParams, type GetUspByDistributionResponse, type GetValuesOfEnumPathParams, type GetValuesOfEnumResponse, type GetVehicleByCarIdOrFebiacIdQueryParams, type GetVehicleByCarIdOrFebiacIdResponse, type GetVehicleByNumberPlateAndCarIdPathParams, type GetVehicleByNumberPlateAndCarIdQueryParams, type GetVehicleByNumberPlateAndCarIdResponse, type GetVehicleByVersionIdPathParams, type GetVehicleByVersionIdQueryParams, type GetVehicleByVersionIdResponse, type GetVehicleByVinAndCarIdPathParams, type GetVehicleByVinAndCarIdQueryParams, type GetVehicleByVinAndCarIdResponse, type GetVehicleVersionFactsBySeriesIdPathParams, type GetVehicleVersionFactsBySeriesIdQueryParams, type GetVehicleVersionFactsBySeriesIdResponse, type GetWeatherInfoQueryParams, type GetWeatherInfoResponse, type GetYellowhiveflowProductByIdPathParams, type GetYellowhiveflowProductByIdQueryParams, type GetYellowhiveflowProductByIdResponse, type GetYellowhiveflowProductsQueryParams, type GetYellowhiveflowProductsResponse, type GetYourOwnUserResponse, type GiveFeedbackOnConversationByIdPathParams, type GiveFeedbackOnConversationByIdQueryParams, type GiveFeedbackOnConversationByIdResponse, type GiveFeedbackOnRecommendationsByIdBody, type GiveFeedbackOnRecommendationsByIdPathParams, type GiveFeedbackOnRecommendationsByIdResponse, type GiveFeedbackToInsuranceTermsBotBody, type GiveFeedbackToInsuranceTermsBotQueryParams, type GiveFeedbackToInsuranceTermsBotResponse, type HandleCreateDistributionThemeBody, type HandleCreateDistributionThemeQueryParams, type HandleCreateDistributionThemeResponse, type HandleDeleteDistributionThemePathParams, type HandleDeleteDistributionThemeQueryParams, type HandleDeleteDistributionThemeResponse, type HandleUpdateDistributionThemeBody, type HandleUpdateDistributionThemePathParams, type HandleUpdateDistributionThemeQueryParams, type HandleUpdateDistributionThemeResponse, type HttpMethod, type ImportAnvaDocumentInWegroupQueryParams, type ImportAnvaDocumentInWegroupResponse, type ImportAnvaInsurancePolicyDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyDocumentInWegroupResponse, type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse, type ImportAnvaPartyInWegroupPathParams, type ImportAnvaPartyInWegroupQueryParams, type ImportAnvaPartyInWegroupResponse, type ImportAnvaproductBody, type ImportAnvaproductQueryParams, type ImportAnvaproductResponse, type ImportAssuPartyInWegroupPathParams, type ImportAssuPartyInWegroupQueryParams, type ImportAssuPartyInWegroupResponse, type ImportDiasPartyInWegroupPathParams, type ImportDiasPartyInWegroupQueryParams, type ImportDiasPartyInWegroupResponse, type ImportDiasflowProductBody, type ImportDiasflowProductQueryParams, type ImportDiasflowProductResponse, type ImportFasterforwardPartyInWegroupPathParams, type ImportFasterforwardPartyInWegroupQueryParams, type ImportFasterforwardPartyInWegroupResponse, type InviteColleaguesToDistributionBody, type InviteColleaguesToDistributionResponse, type InviteUserToPartyBody, type InviteUserToPartyPathParams, type InviteUserToPartyResponse, type LinkConversationToAdvisoryReportBody, type LinkConversationToAdvisoryReportPathParams, type LinkConversationToAdvisoryReportQueryParams, type LinkConversationToAdvisoryReportResponse, type LinkPartyToUserBody, type LinkPartyToUserResponse, type LockFlightApiResponse, type MarkConversationAsCompletedByIdBody, type MarkConversationAsCompletedByIdPathParams, type MarkConversationAsCompletedByIdResponse, type MergePartiesTogetherBody, type MergePartiesTogetherPathParams, type MergePartiesTogetherQueryParams, type MergePartiesTogetherResponse, type Middleware, type OrderInsurancePolciesOfAdvisoryReportBody, type OrderInsurancePolciesOfAdvisoryReportPathParams, type OrderInsurancePolciesOfAdvisoryReportQueryParams, type OrderInsurancePolciesOfAdvisoryReportResponse, type OutlookConnectionSyncQueryParams, type OutlookConnectionSyncResponse, type OverrideInsuranceProductRecommendationByIdBody, type OverrideInsuranceProductRecommendationByIdPathParams, type OverrideInsuranceProductRecommendationByIdResponse, type OverridePreventionAdviceRecommendationByIdBody, type OverridePreventionAdviceRecommendationByIdPathParams, type OverridePreventionAdviceRecommendationByIdResponse, type PatchAnvaproductByIdBody, type PatchAnvaproductByIdPathParams, type PatchAnvaproductByIdQueryParams, type PatchAnvaproductByIdResponse, type PatchAnvaproductCoverageByIdBody, type PatchAnvaproductCoverageByIdPathParams, type PatchAnvaproductCoverageByIdQueryParams, type PatchAnvaproductCoverageByIdResponse, type PatchDiasflowProductByIdBody, type PatchDiasflowProductByIdPathParams, type PatchDiasflowProductByIdQueryParams, type PatchDiasflowProductByIdResponse, type PatchDiasflowProductCoverageByDiasIdBody, type PatchDiasflowProductCoverageByDiasIdPathParams, type PatchDiasflowProductCoverageByDiasIdQueryParams, type PatchDiasflowProductCoverageByDiasIdResponse, type PatchOwnPartyAsCustomerBody, type PatchOwnPartyAsCustomerResponse, type PoseAQuestionToInsuranceTermsBotBody, type PoseAQuestionToInsuranceTermsBotForItToCompareBody, type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams, type PoseAQuestionToInsuranceTermsBotForItToCompareResponse, type PoseAQuestionToInsuranceTermsBotQueryParams, type PoseAQuestionToInsuranceTermsBotResponse, type PostEventAsCarglassPartnerBody, type PostEventAsCarglassPartnerResponse, type PutClausesForReportBody, type PutClausesForReportPathParams, type PutClausesForReportQueryParams, type PutClausesForReportResponse, type RecalculateDiasQuotesBySessionIdAndProductIdBody, type RecalculateDiasQuotesBySessionIdAndProductIdPathParams, type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams, type RecalculateDiasQuotesBySessionIdAndProductIdResponse, type RecalculateDiasSimulationBySessionIdBody, type RecalculateDiasSimulationBySessionIdPathParams, type RecalculateDiasSimulationBySessionIdQueryParams, type RecalculateDiasSimulationBySessionIdResponse, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse, type RecalculateSimulationBySessionIdBody, type RecalculateSimulationBySessionIdPathParams, type RecalculateSimulationBySessionIdQueryParams, type RecalculateSimulationBySessionIdResponse, type RecalculateYellowhiveQuotesBySessionIdAndProductIdBody, type RecalculateYellowhiveQuotesBySessionIdAndProductIdPathParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdQueryParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdResponse, type RecalculateYellowhiveSimulationBySessionIdBody, type RecalculateYellowhiveSimulationBySessionIdPathParams, type RecalculateYellowhiveSimulationBySessionIdQueryParams, type RecalculateYellowhiveSimulationBySessionIdResponse, type RetrieveAirportsResponse, type RetrieveAllExportsByPartyPathParams, type RetrieveAllExportsByPartyQueryParams, type RetrieveAllExportsByPartyResponse, type RetrieveAnvaflowsQuestionnairesPathParams, type RetrieveAnvaflowsQuestionnairesQueryParams, type RetrieveAnvaflowsQuestionnairesResponse, type RetrieveAskLaterQuestionsQueryParams, type RetrieveAskLaterQuestionsResponse, type RetrieveAutomobileByCarIdFreemiumVersionPathParams, type RetrieveAutomobileByCarIdFreemiumVersionQueryParams, type RetrieveAutomobileByCarIdFreemiumVersionResponse, type RetrieveAutomobileByIdFreemiumQueryParams, type RetrieveAutomobileByIdFreemiumResponse, type RetrieveDiasQuestionnairesPathParams, type RetrieveDiasQuestionnairesQueryParams, type RetrieveDiasQuestionnairesResponse, type RetrieveExportByIdPathParams, type RetrieveExportByIdQueryParams, type RetrieveExportByIdResponse, type RetrieveFlowBody, type RetrieveFlowPathParams, type RetrieveFlowQueryParams, type RetrieveFlowResponse, type RetrieveYellowhiveQuestionnairesPathParams, type RetrieveYellowhiveQuestionnairesQueryParams, type RetrieveYellowhiveQuestionnairesResponse, type SchemaAboutUsResponse, type SchemaAccelerationTo100, type SchemaAccident, type SchemaAccidentStatement, type SchemaAccidentStatementType, type SchemaAccidentStatementType_2, type SchemaAccountCreateCmd, type SchemaAccountCreatedResponse, type SchemaAccreditedAppraiser, type SchemaAccreditedAppraiser_2, type SchemaAcknowledgementQueryModel, type SchemaAction, type SchemaActionType, type SchemaActionUrlResponse, type SchemaActivateOutlookSyncCmd, type SchemaActivateOutlookSyncParams, type SchemaActivitiesCreateCmd, type SchemaActivity, type SchemaActivityFrontPageCmd, type SchemaActivityFrontPageQueryModel, type SchemaActivityPatchCmd, type SchemaActivityQueryModel, type SchemaAddActionToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdviceToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdvisoryReportStepsConfigurationParams, type SchemaAddConversationToAdvisoryReportRevisionParams, type SchemaAddInsuranceProductClausesToAdvisoryReportRevisionParams, type SchemaAddRiskDomainToAdvisoryReportRevisionParams, type SchemaAdditionalProperties, type SchemaAdditionalProperties_2, type SchemaAddresWithMetadata, type SchemaAddress, type SchemaAddressAllNones, type SchemaAddressInfoLinkRelationType, type SchemaAddressInformation, type SchemaAddressRules, type SchemaAdviceChangeType, type SchemaAdviceDiffModel, type SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, type SchemaAdvisoryReportAdviceDiff, type SchemaAdvisoryReportClauseQueryModel, type SchemaAdvisoryReportClausesCreateCmd, type SchemaAdvisoryReportConversationLinkCmd, type SchemaAdvisoryReportConversationQueryModel, type SchemaAdvisoryReportCreateCmd, type SchemaAdvisoryReportDocxResponse, type SchemaAdvisoryReportExportOptions, type SchemaAdvisoryReportExportResponse, type SchemaAdvisoryReportFrontPageCreateCmd, type SchemaAdvisoryReportInsurancePolicyCmd, type SchemaAdvisoryReportInsurancePolicyOrder, type SchemaAdvisoryReportInsurancePolicyPackageCmd, type SchemaAdvisoryReportPartyQueryModel, type SchemaAdvisoryReportPdfResponse, type SchemaAdvisoryReportQueryModel, type SchemaAdvisoryReportRevisionAcceptanceCmd, type SchemaAdvisoryReportRevisionCmd, type SchemaAdvisoryReportRevisionCreateCmd, type SchemaAdvisoryReportRevisionMailInquiryCmd, type SchemaAdvisoryReportRevisionUpdateCmd, type SchemaAdvisoryReportRevisionsQueryModel, type SchemaAdvisoryReportRiskDomainActionCreateCmd, type SchemaAdvisoryReportRiskDomainActionPatchCmd, type SchemaAdvisoryReportRiskDomainAdviceCreateCmd, type SchemaAdvisoryReportRiskDomainAdvicePatchCmd, type SchemaAdvisoryReportRiskDomainCreateCmd, type SchemaAdvisoryReportStepsCreateCmd, type SchemaAdvisoryReportTask, type SchemaAdvisoryReportsQueryModel, type SchemaAdvisoryTaskPriority, type SchemaAedesCar, type SchemaAedesCarPayload, type SchemaAedesDriver, type SchemaAedesParking, type SchemaAedesParking_2, type SchemaAffiliation, type SchemaAffiliationInfo, type SchemaAffiliationStatus, type SchemaAffinityKey, type SchemaAgHomePayload, type SchemaAgriculturalVehicleUsage, type SchemaAgriculturalVehicleUsage_2, type SchemaAlarmSystem, type SchemaAllGuaranteesSetting, type SchemaAllianzCancellationReason, type SchemaAllianzCancellationReason_2, type SchemaAllianzCar, type SchemaAllianzCarPayload, type SchemaAllianzDriver, type SchemaAllianzFamilyPayload, type SchemaAllianzHome, type SchemaAllianzHomePayload, type SchemaAnalyzeEmailByIdParams, type SchemaAnnex, type SchemaAnnexRoofConstructionType, type SchemaAnnexType, type SchemaAnnexType_2, type SchemaAnnexWallConstructionType, type SchemaAnnualPremium, type SchemaAnnualPremiumQueryModel, type SchemaAnswer, type SchemaAnswerFlowParams, type SchemaAnswerFlowSessionParams, type SchemaAnswerFlowsResponse, type SchemaAnswerValidationError, type SchemaAnswerValidationErrorMessage, type SchemaAnswersPayload, type SchemaAnvaAdnCoverage, type SchemaAnvaCalculationPackage, type SchemaAnvaCalculationResponse, type SchemaAnvaClaimStatus, type SchemaAnvaClosingQuestion, type SchemaAnvaClosingQuestionUpsertCmd, type SchemaAnvaCollectionMethod, type SchemaAnvaCollectionMethods, type SchemaAnvaCoverage, type SchemaAnvaCoverageCombination, type SchemaAnvaCustomerInquiryParams, type SchemaAnvaDocument, type SchemaAnvaDocumentUpdateCmd, type SchemaAnvaDocumentUploadCmd, type SchemaAnvaExportReply, type SchemaAnvaFlowLabelStatus, type SchemaAnvaFlowStatus, type SchemaAnvaInquiry, type SchemaAnvaInquiryDocument, type SchemaAnvaInsurance, type SchemaAnvaInsuranceCompany, type SchemaAnvaInsuranceCompanyUpdateCmd, type SchemaAnvaInsurancePackage, type SchemaAnvaInsurancePolicy, type SchemaAnvaInsuranceUpdateCmd, type SchemaAnvaInvoiceStatus, type SchemaAnvaLabel, type SchemaAnvaMutationReason, type SchemaAnvaMutationReasons, type SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductFlowRevision, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, type SchemaAnvaProductTagUpsertCmd, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaAnvaTaskCmd, type SchemaAnvaTaskPriority, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type SchemaAppModelsPartyCommandsExternalRef, type SchemaAppModelsPartyCommandsExternalref, type SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppModelsUploadExternalRef, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyDocumentsPartydocumentquerymodel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type SchemaAssuDocumentUploadCmd, type SchemaAssuTaskCmd, type SchemaAssuTaskPriority, type SchemaAttachmentType, type SchemaAudits, type SchemaAuth, type SchemaAutomaticEmergencyBreaking, type SchemaAvatars, type SchemaAxaCar, type SchemaAxaCarPayload, type SchemaAxaContractualExcess, type SchemaAxaContractualExcess_2, type SchemaAxaDriver, type SchemaAxaFamilyPayload, type SchemaAxaHome, type SchemaAxaHomePayload, type SchemaAxaItemLimitTier, type SchemaAxaItemLimitTier_2, type SchemaAxaTheftFormulas, type SchemaAxaTheftFormulas_2, type SchemaBackupFrequency, type SchemaBackupFrequency_2, type SchemaBalance, type SchemaBalanceQueryModel, type SchemaBaloiseCar, type SchemaBaloiseCarPayload, type SchemaBaloiseDriver, type SchemaBaloiseFamilyPayload, type SchemaBaloiseHome, type SchemaBaloiseHomePayload, type SchemaBatchUnitResponse, type SchemaBatteryCapacity, type SchemaBicycle, type SchemaBicycleReferenceQueryModel, type SchemaBicycleRiskObjectIdWithRevisionId, type SchemaBicycleSpeed, type SchemaBicycleType, type SchemaBicycleUsage, type SchemaBlindSpotWarning, type SchemaBoat, type SchemaBoatAccidentCoverageLevel, type SchemaBoatAccidentCoverageLevel_2, type SchemaBoatBerthBigCity, type SchemaBoatBerthNlArea, type SchemaBoatBerthType, type SchemaBoatCategory, type SchemaBoatCompetitionType, type SchemaBoatConstructionType, type SchemaBoatMotorKind, type SchemaBoatNlPayloads, type SchemaBoatPreferences, type SchemaBoatReferenceQueryModel, type SchemaBoatRiskObjectIdWithRevisionId, type SchemaBoatTerritory, type SchemaBoatTrailer, type SchemaBoatUsage, type SchemaBookkeeper, type SchemaBrand, type SchemaBrandClub, type SchemaBrandClub_2, type SchemaBrandSortContext, type SchemaBroker, type SchemaBrokerConnectionCreate, type SchemaBrokerConnectionOutlookMailFolderSyncDetails, type SchemaBrokerConnectionUpdate, type SchemaBrokerCreateCmd, type SchemaBrokerIntegrations, type SchemaBrokerIntegrationsPatchCmd, type SchemaBrokerMembershipsCreateCmd, type SchemaBrokerPatchCmd, type SchemaBrokerPlan, type SchemaBrokerSettings, type SchemaBrokerType, type SchemaBrokerUserCreateCmd, type SchemaBrokerWithDistributionName, type SchemaBrokerWithModules, type SchemaBuildingExtra, type SchemaBuildingMaintenanceStatus, type SchemaBuildingPurpose, type SchemaBuildingRentOut, type SchemaBuildingUse, type SchemaCalculateAnvaQuotesRequest, type SchemaCalculateDiasQuotesRequest, type SchemaCalculateProfileaseCarQuoteCmd, type SchemaCalculateProfileaseCarQuoteParams, type SchemaCalculateYellowHiveQuotesRequest, type SchemaCalculationSpecEnumValue, type SchemaCalculationSpecInputType, type SchemaCalculationSpecType, type SchemaCampaignAudienceType, type SchemaCampaignDistributionSettingsQueryModel, type SchemaCampaignExtend, type SchemaCampaignFlowType, type SchemaCampaignGenerateDnsPrefix, type SchemaCampaignInsurance, type SchemaCampaignInsuranceQueryModel, type SchemaCampaignMailTemplateQueryModel, type SchemaCampaignMetrics, type SchemaCampaignQueryModel, type SchemaCampaignQueryModelFull, type SchemaCampaignReferenceQueryModel, type SchemaCampaignSharingOption, type SchemaCampaignSpecifications, type SchemaCampaignSpecificationsQueryModel, type SchemaCampaignStatus, type SchemaCampaignTarget, type SchemaCampaignTargetQueryModel, type SchemaCampaignTemplateCategory, type SchemaCampaignTemplateQueryModel, type SchemaCampaignTemplatesQueryModel, type SchemaCampaignType, type SchemaCampaignVerifiedDnsPrefix, type SchemaCampaignYellowHiveProduct, type SchemaCampaignYellowHiveProductQueryModel, type SchemaCampaignYellowHiveProducts, type SchemaCampaignYellowHiveProductsQueryModel, type SchemaCampaigns, type SchemaCampaignsResponse, type SchemaCar, type SchemaCarCategory, type SchemaCarCategoryCode, type SchemaCarCategoryCode_2, type SchemaCarCategory_2, type SchemaCarClaimType, type SchemaCarClaimType_2, type SchemaCarDemo, type SchemaCarDemo_2, type SchemaCarEvaluationType, type SchemaCarEvaluationType_2, type SchemaCarGlassEvent, type SchemaCarInsuranceInsightPayload, type SchemaCarInsurancePolicyInsightsCarResponse, type SchemaCarInsurancePolicyInsightsDistributionResponse, type SchemaCarInsurancePolicyInsightsPartyResponse, type SchemaCarInsurancePolicyInsightsResponse, type SchemaCarInsured, type SchemaCarInterests, type SchemaCarInterests_2, type SchemaCarLease, type SchemaCarLeaseRatesResponse, type SchemaCarLookUpToQuestion, type SchemaCarLookUpToQuestions, type SchemaCarLookUpToQuestionsCmd, type SchemaCarMileage, type SchemaCarNlPayloads, type SchemaCarPayloads, type SchemaCarPremiumResponse, type SchemaCarProfessionalUsagePurpose, type SchemaCarProfessionalUsagePurpose_2, type SchemaCarReferenceQueryModel, type SchemaCarRiskObjectIdWithRevisionId, type SchemaCarStorage, type SchemaCarTaxation, type SchemaCarTheftProtection, type SchemaCarTheftProtection_2, type SchemaCarTrackingSystem, type SchemaCarTrackingSystem_2, type SchemaCarTrailer, type SchemaCarUsage, type SchemaCarUsagePeriod, type SchemaCarUsagePeriod_2, type SchemaCarUsedFor, type SchemaCarUsedFor_2, type SchemaCarVehicleType, type SchemaCarVehicleType_2, type SchemaCarglassEventCreateParams, type SchemaCategoryType, type SchemaChatCmd, type SchemaChatSummaryDetailed, type SchemaChatSummaryGroup, type SchemaChatSummaryQuestion, type SchemaChatSummarySection, type SchemaCheckupItemType, type SchemaChild, type SchemaChildProtection, type SchemaChildProtectionDriver, type SchemaChildProtectionPassenger, type SchemaChildProtectionRear, type SchemaChunk, type SchemaCitizensCar, type SchemaCitizensCarPayload, type SchemaCitizensCoverageChoice, type SchemaCitizensCoverageChoice_2, type SchemaCitizensInsuredAmountAccidents, type SchemaCitizensInsuredAmountAccidents_2, type SchemaCitizensInsuredAmountLiability, type SchemaCitizensInsuredAmountLiability_2, type SchemaCitizensSteeringPosition, type SchemaCity, type SchemaCityAutomaticEmergencyBraking, type SchemaCivilState, type SchemaCivilState_2, type SchemaClaim, type SchemaClaimCause, type SchemaClaimCause_2, type SchemaClaimFreeYears, type SchemaClaimFreeYears_2, type SchemaClaimLossAmount, type SchemaClaimLossAmount_2, type SchemaClaimQueryModel, type SchemaClaimStatus, type SchemaClaimType, type SchemaClaimsQueryModel, type SchemaClauseCmd, type SchemaClauseQueryModel, type SchemaCloudDataStorageLocation, type SchemaCollectionMethod, type SchemaCommentary, type SchemaCommentaryQueryModel, type SchemaCompany, type SchemaCompanyCreateCmd, type SchemaCompanyGoodQueryModel, type SchemaCompanyInfo, type SchemaCompanyInfoContent, type SchemaCompanyInventoryQueryModel, type SchemaCompanyInvestmentQueryModel, type SchemaCompanyLeadCreateCmd, type SchemaCompanyLeadCreateReply, type SchemaCompanyLeaseQueryModel, type SchemaCompanyLoanQueryModel, type SchemaCompanyProspectType, type SchemaCompanyProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCompanyQueryModel, type SchemaCompanyRegistration, type SchemaCompanyRegistrationQueryModel, type SchemaCompanyRegistrationType, type SchemaCompanyRegistrationType_2, type SchemaCompanySearchBy, type SchemaCompareAnswer, type SchemaCompareCmd, type SchemaConceptReplyGeneratedResponse, type SchemaCondition, type SchemaConditionAction, type SchemaConditionCheckType, type SchemaConditionOperation, type SchemaConditionType, type SchemaConditions, type SchemaConstructionType, type SchemaConstructionTypeFloors, type SchemaConstructionWorkDuration, type SchemaConstructionWorks, type SchemaConstructionYear, type SchemaConstructionYearCategory, type SchemaContactPerson, type SchemaContentValueDefinedType, type SchemaContractConversions, type SchemaConversationAnswer, type SchemaConversationAnswerCompared, type SchemaConversationDocumentPdfModel, type SchemaConversationNote, type SchemaConversationsOriginFilter, type SchemaConversationsOriginFilterItem, type SchemaCountryCodes, type SchemaCountryCodes_2, type SchemaCoverage, type SchemaCoverageCmd, type SchemaCoverageGroupMatchingScore, type SchemaCoverageInsights, type SchemaCoverageLimit, type SchemaCoveragePeriod, type SchemaCoverageQueryModel, type SchemaCoverageUpdateCmd, type SchemaCreateAccountParams, type SchemaCreateAdvisoryReportParams, type SchemaCreateAdvisoryReportRevisionParams, type SchemaCreateAdvisoryReportRevisionV2Params, type SchemaCreateAnvaPartyCompanyCmd, type SchemaCreateAnvaPartyCompanyRegistration, type SchemaCreateAnvaPartyCustomerCmd, type SchemaCreateBicycleRiskObjectParams, type SchemaCreateBoatRiskObjectParams, type SchemaCreateBrokerConnectionParams, type SchemaCreateCampaignAssistantAvatarCmd, type SchemaCreateCampaignCmd, type SchemaCreateCampaignLogoCmd, type SchemaCreateCampaignParams, type SchemaCreateCarRiskObjectParams, type SchemaCreateCompanyLeadParams, type SchemaCreateCompanyProspectParams, type SchemaCreateCustomThemeAsDistributionParams, type SchemaCreateCustomerLeadParams, type SchemaCreateCustomerProspectParams, type SchemaCreateDiasPartyCompanyCmd, type SchemaCreateDiasPartyCompanyRegistration, type SchemaCreateDiasPartyCustomerCmd, type SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateMultiResponse, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyActivitiesParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type SchemaCreateReply, type SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateTaskInAnvaParams, type SchemaCreateTaskInAssuParams, type SchemaCreateTaskInDiasParams, type SchemaCreateTaskInFasterforwardParams, type SchemaCreateToolkitAccountParams, type SchemaCreateToolkitBrokerParams, type SchemaCreateTrailerRiskObjectParams, type SchemaCreateTrialUserParams, type SchemaCreateYellowHiveContactPersonCreateCmd, type SchemaCreditRating, type SchemaCreditScore, type SchemaCrmExportQueryModel, type SchemaCrmExportType, type SchemaCurrency, type SchemaCurrencyValue, type SchemaCustomAdvice, type SchemaCustomAdvicePatchCmd, type SchemaCustomer, type SchemaCustomerCreateCmd, type SchemaCustomerInfo, type SchemaCustomerLeadCreateCmd, type SchemaCustomerLeadCreateReply, type SchemaCustomerProspectType, type SchemaCustomerProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCustomerQueryModel, type SchemaCustomerSheet, type SchemaCustomerSheetAcceptations, type SchemaCustomersInfoType, type SchemaCyber, type SchemaDasLegalPayload, type SchemaDataType, type SchemaDate, type SchemaDateDsl, type SchemaDeactivateOutlookSyncCmd, type SchemaDeactivateOutlookSyncParams, type SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDelinkPartyToUserParams, type SchemaDemographicData, type SchemaDiasAfdBranch, type SchemaDiasCalculationPackage, type SchemaDiasClosingQuestion, type SchemaDiasCollectionMethods, type SchemaDiasCoverage, type SchemaDiasCoverageCombination, type SchemaDiasCoverageUpdateCmd, type SchemaDiasEntity, type SchemaDiasEntityLink, type SchemaDiasEntityType, type SchemaDiasFlowStatus, type SchemaDiasInsurance, type SchemaDiasInsuranceCompany, type SchemaDiasInsurancePackage, type SchemaDiasInsurancePolicy, type SchemaDiasPackage, type SchemaDiasPolicyPackageCalculationJob, type SchemaDiasProduct, type SchemaDiasProductFlowInSession, type SchemaDiasProductImportCmd, type SchemaDiasProductQuestionnaire, type SchemaDiasProductQuestionnaireQueryModel, type SchemaDiasProductQuestionnairesQueryModel, type SchemaDiasProductQuestionnairesUpdateCmd, type SchemaDiasProductQuestionnairesValidateCmd, type SchemaDiasProductSearch, type SchemaDiasProductToInsurancePolicyLink, type SchemaDiasProductUpdateCmd, type SchemaDiasProductsInConversationCmd, type SchemaDiasQuote, type SchemaDiasQuoteCalculationJob, type SchemaDiasQuoteCalculationJobsQueuedResponse, type SchemaDiasSaluation, type SchemaDiasTitle, type SchemaDimensions, type SchemaDinghy, type SchemaDinghyCategory, type SchemaDirector, type SchemaDisable_2faForMeParams, type SchemaDiscount, type SchemaDisplacement, type SchemaDistances, type SchemaDistribution, type SchemaDistributionCompanyRegistrationValidation, type SchemaDistributionConnectionCreateCmd, type SchemaDistributionConnectionQueryModel, type SchemaDistributionConnectionUpdateCmd, type SchemaDistributionCreateCmd, type SchemaDistributionFrontPageSettings, type SchemaDistributionFrontPageSettingsQueryModel, type SchemaDistributionInvite, type SchemaDistributionLogos, type SchemaDistributionNameValidateCmd, type SchemaDistributionNoveltyInsight, type SchemaDistributionPromotionCreateCmd, type SchemaDistributionPromotionsReply, type SchemaDistributionSettings, type SchemaDistributionSettingsPatchCmd, type SchemaDistributionSignatureMethodQueryModel, type SchemaDistributionSignaturePatchCmd, type SchemaDistributionTagCreateCmd, type SchemaDistributionTagReply, type SchemaDistributionTagsQueryModel, type SchemaDistributionThemeCreateCmd, type SchemaDistributionThemeUpdateCmd, type SchemaDistributionUsp, type SchemaDistributionUspItemCreateCmd, type SchemaDistributionUspItemUpdateCmd, type SchemaDistributionUspReply, type SchemaDistributions, type SchemaDnaYachtBoatPayload, type SchemaDocument, type SchemaDocumentExtractionBatch, type SchemaDocumentExtractionBatchPayload, type SchemaDocumentExtractionEntityInfo, type SchemaDocumentLinkResponse, type SchemaDocumentQueryModel, type SchemaDocumentReferenceQueryModel, type SchemaDocumentResourceType, type SchemaDocumentStatus, type SchemaDocumentType, type SchemaDocumentType_2, type SchemaDomainCar, type SchemaDriveAssistanceSystem, type SchemaDriveTrainLayout, type SchemaDriveTrainLayout_2, type SchemaDriver, type SchemaDriverBrandClubMembership, type SchemaDriverExperience, type SchemaDriverLicenseCode, type SchemaDriverLicenseCode_2, type SchemaDriverLicenseType, type SchemaDriverLicenseType_2, type SchemaDriverVehicle, type SchemaDriverVehicleExperience, type SchemaDriverVehicleUsage, type SchemaDrivingTimes, type SchemaDutyOfCareCheckupItem, type SchemaDutyOfCareKind, type SchemaDutyOfCareStatus, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, type SchemaEmailActionability, type SchemaEmailAggregateResponse, type SchemaEmailAnalysis, type SchemaEmailAnalysisResponse, type SchemaEmailAnalyzeByEmailIdCmd, type SchemaEmailConversation, type SchemaEmailModel, type SchemaEmailTriageClassification, type SchemaEmailTriageCmd, type SchemaEmailUpdateByEmailIdCmd, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type SchemaExtractSingularDocumentAsInsurancePolicyParams, type SchemaExtractSingularDocumentAsOfferParams, type SchemaExtractSingularDocumentEnqueueParams, type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams, type SchemaExtractSingularDocumentOffersEnqueueParams, type SchemaExtractSingularDocumentParams, type SchemaExtractSingularDocumentPartyEnqueueParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFaqCreateCmd, type SchemaFaqItem, type SchemaFaqQueryModel, type SchemaFaqType, type SchemaFasterForwardDocumentUploadCmd, type SchemaFeatureItem, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, type SchemaFinConnectLinkQueryModel, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaInsurancePackageInsurancePolicy, type SchemaFlowsModelsAnvaAnvaPartyBaseAddress, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaAnvaQuotePossiblePackage, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, type SchemaFlowsModelsDiasDiasInsurancePackageInsurancePolicy, type SchemaFlowsModelsDiasDiasPartyBaseAddress, type SchemaFlowsModelsDiasDiasQuoteCoverage, type SchemaFlowsModelsDiasDiasQuotePossiblePackage, type SchemaFlowsModelsDiasDocument, type SchemaFlowsModelsDiasWarning, type SchemaFlowsModelsYellowhiveDocument, type SchemaFlowsModelsYellowhiveWarning, type SchemaFlowsModelsYellowhiveYellowHiveQuoteCoverage, type SchemaForecast, type SchemaForecastDataResponse, type SchemaFormattedExceptionModel, type SchemaFormulaInfo, type SchemaForwardCollisionWarning, type SchemaFoyerCar, type SchemaFoyerCarPayload, type SchemaFoyerDriver, type SchemaFranchise, type SchemaFranchiseLevel, type SchemaFranchiseQueryModel, type SchemaFranchiseType, type SchemaFrontPageCmd, type SchemaFrontPageQueryModel, type SchemaFrontalCrashProtection, type SchemaFrontalCrashProtectionDriver, type SchemaFrontalCrashProtectionPassenger, type SchemaFrontalCrashProtectionRear, type SchemaFsmaStatute, type SchemaFuel, type SchemaFuelCapacity, type SchemaFuelConsumption, type SchemaFullLeaseOfferQueryModel, type SchemaFunction, type SchemaFuneralPayloads, type SchemaFuneralPreference, type SchemaFuneralPreferenceQueryModel, type SchemaFuturePlans, type SchemaGender, type SchemaGeneral, type SchemaGenerateAboutUsCmd, type SchemaGenerateCompanyDescriptionCmd, type SchemaGenerateCompanyDescriptionParams, type SchemaGenerateCompanyDescriptionResponse, type SchemaGenerateCompanySettingsAboutUsParams, type SchemaGenerateConceptReplyCmd, type SchemaGenerateConceptReplyParams, type SchemaGenerateDnsPrefixParams, type SchemaGenerateRecommendationParams, type SchemaGenerateRecommendationsByPartyIdParams, type SchemaGetAddressInfoPremiumResponse, type SchemaGetAdvisoryReportDiffResponse, type SchemaGetAutomobileBrandResponse, type SchemaGetAutomobileBrandsResponse, type SchemaGetAutomobileFactsResponse, type SchemaGetAutomobileSerieResponse, type SchemaGetAutomobileSeriesResponse, type SchemaGetAutomobileVersionResponse, type SchemaGetAutomobileVersionsResponse, type SchemaGetCarInsuranceInsightsParams, type SchemaGetCarPremiumResponse, type SchemaGetCityResponse, type SchemaGetCompanyMultiResponse, type SchemaGetCompanySingleResponse, type SchemaGetDirectorMultiResponse, type SchemaGetNumberPlatePremiumResponse, type SchemaGetSearchAddressNewResponse, type SchemaGetStreetResponse, type SchemaGetVinPremiumResponse, type SchemaGiveSelectedProductsFeedbackParams, type SchemaGuarantee, type SchemaGuaranteeBase, type SchemaGuaranteeContent, type SchemaGuaranteeMatchingScores, type SchemaGuaranteeModification, type SchemaGuaranteeTag, type SchemaHandleCalculateAnvaQuotesForConversationParams, type SchemaHandleCalculateOneAnvaQuoteForConversationParams, type SchemaHandleCalculateOneDiasQuoteForConversationParams, type SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDiasPartyParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleImportDiasProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateDiasQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateDiasSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSendOfferMailParams, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaPartyParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasflowsProductByIdParams, type SchemaHandleUpdateDiasflowsProductCoverageByIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleUpsertSupportedAnvaflowsTagParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, type SchemaHandleValidateDiasQuestionnairesByProductIdParams, type SchemaHandleValidateYellowhiveQuestionnairesByProductIdParams, type SchemaHazardLevel, type SchemaHeaders, type SchemaHeatingType, type SchemaHighSpeedAutomaticEmergencyBraking, type SchemaHobbies, type SchemaHolderState, type SchemaHomeAge, type SchemaHomeEvaluationType, type SchemaHomeNlPayloads, type SchemaHomePayloads, type SchemaHomeToWorkDistance, type SchemaHomeToWorkDistance_2, type SchemaHp, type SchemaHttpMethod, type SchemaIbanValidation, type SchemaIdIntResponse, type SchemaIdentificationTypes, type SchemaIdentificationTypes_2, type SchemaImpactTime, type SchemaImpactTime_2, type SchemaImportActivity, type SchemaImportPartyError, type SchemaImportPartyResponse, type SchemaIncomeData, type SchemaInformationRequirementSheetSpecification, type SchemaInputType, type SchemaInsurance, type SchemaInsuranceCarrierType, type SchemaInsuranceCarrierType_2, type SchemaInsuranceCompanyRetrieveResponse, type SchemaInsuranceCompanyTag, type SchemaInsuranceCompanyTag_2, type SchemaInsuranceContent, type SchemaInsuranceExtended, type SchemaInsuranceFsma, type SchemaInsuranceHistory, type SchemaInsuranceModuleExportQueryModel, type SchemaInsuranceModuleExportType, type SchemaInsurancePoliciesQueryModel, type SchemaInsurancePolicyCreateCmd, type SchemaInsurancePolicyCreateType, type SchemaInsurancePolicyDocumentCmd, type SchemaInsurancePolicyDocumentQueryModel, type SchemaInsurancePolicyDocumentType, type SchemaInsurancePolicyEntity, type SchemaInsurancePolicyLinkCmd, type SchemaInsurancePolicyLinkQueryModel, type SchemaInsurancePolicyQueryModel, type SchemaInsurancePolicySimulationSendRequest, type SchemaInsurancePolicySimulationType, type SchemaInsurancePolicySimulationUpsertCmd, type SchemaInsurancePolicyStatus, type SchemaInsurancePolicyType, type SchemaInsurancePolicyType_2, type SchemaInsuranceProduct, type SchemaInsuranceProductAdvices, type SchemaInsuranceProductByDistributionUpdateCmd, type SchemaInsuranceProductClauseCreateCmd, type SchemaInsuranceProductClauseUpdateCmd, type SchemaInsuranceProductClausesQueryModel, type SchemaInsuranceProductEntity, type SchemaInsuranceProductQueryModel, type SchemaInsuranceProductRecommendation, type SchemaInsuranceProductRecommendationPatchCmd, type SchemaInsuranceProductsQueryModel, type SchemaInsuranceTerminationReasonType, type SchemaInsuranceTerminationReasonType_2, type SchemaInsuranceType, type SchemaInsuranceType_2, type SchemaInsuredContentValue, type SchemaInsuredValue, type SchemaInventoryCheckupItem, type SchemaInviteCustomersToPartyParams, type SchemaInviteUsersToDistributionParams, type SchemaInvoice, type SchemaInvoiceQueryModel, type SchemaInvoicesQueryModel, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, type SchemaJobQueuedResponse, type SchemaJobResult, type SchemaJobResultType, type SchemaJobStatus, type SchemaJointIndustrialCommittee, type SchemaJointIndustrialCommitteeQueryModel, type SchemaJsonRpcError, type SchemaJsonRpcReply, type SchemaKey, type SchemaKeys, type SchemaKind, type SchemaKmPerYear, type SchemaKmPerYear_2, type SchemaKw, type SchemaLabelValueCount, type SchemaLabeledItems, type SchemaLaneCenteringAssist, type SchemaLaneDepartureWarning, type SchemaLaneKeepingAssistance, type SchemaLanguage, type SchemaLanguageCodes, type SchemaLarLegalPayload, type SchemaLastAnswer, type SchemaLateralCrashProtection, type SchemaLateralCrashProtectionDriver, type SchemaLateralCrashProtectionPassenger, type SchemaLateralCrashProtectionRear, type SchemaLeadCampaignQueryModel, type SchemaLeadDocumentQueryModel, type SchemaLeadDocumentType, type SchemaLeadProviderQueryModel, type SchemaLeadProviderResponse, type SchemaLeadProvidersResponse, type SchemaLeadReferenceQueryModel, type SchemaLeadRetrieveReply, type SchemaLeadStatus, type SchemaLeadTransferPayload, type SchemaLeaseOfferDocumentQueryModel, type SchemaLeaseOfferDocumentType, type SchemaLeaseOfferType, type SchemaLeaseType, type SchemaLeaseType_2, type SchemaLegalAid, type SchemaLegalForm, type SchemaLegalForm_2, type SchemaLegalPayloads, type SchemaLegalReferenceQueryModel, type SchemaLegalRiskObjectIdWithRevisionId, type SchemaLength, type SchemaLengthUnit, type SchemaLez, type SchemaLezCity, type SchemaLezPass, type SchemaLezYears, type SchemaLiabilityInfo, type SchemaLiabilityType, type SchemaLiabilityType_2, type SchemaLicense, type SchemaLicensePlateType, type SchemaLicensePlateType_2, type SchemaLink, type SchemaLinkPartyToUserCmd, type SchemaLinkPartyToUserCmdItem, type SchemaLinkPartyToUserParams, type SchemaLinkedCompany, type SchemaLinkedCompanyQueryModel, type SchemaLivingRoomSize, type SchemaLocalisationPatchCmd, type SchemaLocalization, type SchemaLocalized, type SchemaLowerCaseCountryCodes, type SchemaLowerCaseLanguageCodes, type SchemaMachineAcquisitionType, type SchemaMachineDelivery, type SchemaMailEvent, type SchemaMainBuilding, type SchemaMainBuildingType, type SchemaManagement, type SchemaManagementFuturePlans, type SchemaManagementQueryModel, type SchemaMarkSessionAsCompletedModel, type SchemaMarkSessionAsCompletedResponse, type SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsAssuDocumentUploadCmd, type SchemaMercuryModelsFasterforwardDocumentUploadCmd, type SchemaMercuryModelsFasterforwardFasterForwardSearchRelations, type SchemaMercuryModelsFasterforwardFasterForwardSearchRelationsFasterForwardSearchRelations, type SchemaMercuryModelsFasterforwardListItem, type SchemaMercuryModelsFasterforwardTaskCmd, type SchemaMercuryModelsFasterforwardTaskPriority, type SchemaMercuryModelsMDiasTaskCmd, type SchemaMercuryModelsMDiasTaskPriority, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMicrosoftOutlookMailFolder, type SchemaMicrosoftOutlookMailFolders, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalClaim, type SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalDutyOfCareItem, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicy, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalInventorySummary, type SchemaMinimalInvoice, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalPolicyPackage, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMinimalUser, type SchemaMinimalUserQueryModels, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiDiasAfdBranchQueryModel, type SchemaMultiDiasInsuranceQueryModel, type SchemaMultiDiasPartySaluationQueryModel, type SchemaMultiDiasPartyTitleQueryModel, type SchemaMultiDiasProductQueryModel, type SchemaMultiDiasProductSearchQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, type SchemaNextActionItem, type SchemaNextActionSource, type SchemaNextActionType, type SchemaNotice, type SchemaNumberPlateInfo, type SchemaNumberPlatePremiumResponse, type SchemaOccupationType, type SchemaOfferCampaignQueryModel, type SchemaOfferCreateCmdV2, type SchemaOfferCreateResponse, type SchemaOfferCreateRevisionCmd, type SchemaOfferPatchBulkCmd, type SchemaOfferPayment, type SchemaOfferRejectionCancellationReason, type SchemaOfferRequestForInsuranceCompanyCreateCmd, type SchemaOfferRequestForInsuranceCompanyInsuranceProductItem, type SchemaOfferRequestForInsuranceCompanyItem, type SchemaOfferRequestForInsuranceCompanyItemWithId, type SchemaOfferRequestForInsuranceCompanyParty, type SchemaOfferRevisionDocument, type SchemaOfferRevisionDocumentType, type SchemaOfferRevisionPatchCmd, type SchemaOfferRevisionQueryModel, type SchemaOfferRevisionReferenceQueryModel, type SchemaOfferStatus, type SchemaOfferWarning, type SchemaOmniumFormula, type SchemaOmniumFormulaByName, type SchemaOmniumFormulaByName_2, type SchemaOmniumFormula_2, type SchemaOnesuranceAction, type SchemaOnesuranceActionType, type SchemaOnesuranceAdvice, type SchemaOnesuranceAdviceLevel, type SchemaOnesuranceAdviceType, type SchemaOnesuranceExplanationData, type SchemaOnesuranceIntent, type SchemaOnesurancePartyData, type SchemaOnesuranceProduct, type SchemaOnesuranceQuickFeedback, type SchemaOnesuranceRecommendation, type SchemaOnesuranceRecommendationType, type SchemaOnesuranceRecommendations, type SchemaOnesuranceRelationDetails, type SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOutlookConnectionDetails, type SchemaOutlookEmail, type SchemaOutlookEmailItem, type SchemaOutlookEmails, type SchemaOutlookMailHeader, type SchemaOutlookMailRecepient, type SchemaOverdueInvoicesCheckupItem, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPackagesToProposeCheckupItem, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartiesQueryModelItem, type SchemaPartiesSearchCmd, type SchemaPartiesSearchItem, type SchemaPartiesSearchResponse, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type SchemaPartyCheckupResponse, type SchemaPartyComplianceType, type SchemaPartyConversationNotes, type SchemaPartyCurrentAccountInsightsQueryModel, type SchemaPartyDocument, type SchemaPartyDocumentQueryModel, type SchemaPartyDocumentType, type SchemaPartyDocumentUpload, type SchemaPartyDocuments, type SchemaPartyEntity, type SchemaPartyExternalRefsCreateCmd, type SchemaPartyExternalRefsQueryModel, type SchemaPartyGroupCustomerQueryModel, type SchemaPartyGroupReferenceQueryModel, type SchemaPartyGroupRiskObjectIdWithRevisionId, type SchemaPartyInvite, type SchemaPartyKycItem, type SchemaPartyKycQueryModel, type SchemaPartyLink, type SchemaPartyLinkQueryModel, type SchemaPartyLogoCmd, type SchemaPartyLogoQueryModel, type SchemaPartyMergeCmd, type SchemaPartyNoteCmd, type SchemaPartyOriginFilter, type SchemaPartyOriginFilterItem, type SchemaPartyPatchCmd, type SchemaPartyPreferences, type SchemaPartyPreferencesQueryModel, type SchemaPartyQueryModel, type SchemaPartyRelation, type SchemaPartyRelationCreateCmd, type SchemaPartyRelationQueryModel, type SchemaPartyRelationType, type SchemaPartyRelationType_2, type SchemaPartySocialLinks, type SchemaPartyStatus, type SchemaPartyStatus_2, type SchemaPartyTransferPayload, type SchemaPartyWithMetadata, type SchemaPaymentInterval, type SchemaPaymentIntervalLowerCaseValues, type SchemaPaymentInterval_2, type SchemaPaymentMethod, type SchemaPaymentMethod_2, type SchemaPaymentStatus, type SchemaPedestrianDetection, type SchemaPendingUpgradesReply, type SchemaPerformance, type SchemaPeriodicCash, type SchemaPermittedTowbarDownload, type SchemaPermittedTrailerLoadWithoutBrakes, type SchemaPersonalizedAdvice, type SchemaPersonalizedAdviceResponse, type SchemaPersonnelDetails, type SchemaPhysicalProperties, type SchemaPiaContractConversionStatus, type SchemaPlanQueryModel, type SchemaPlanStatus, type SchemaPlansReply, type SchemaPnpCar, type SchemaPnpCarPayload, type SchemaPnpDriver, type SchemaPnpFamilyPayload, type SchemaPnpHome, type SchemaPnpHomePayload, type SchemaPoliciesToProposeCheckupItem, type SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type SchemaPriorityTag, type SchemaProductInfo, type SchemaProductV2, type SchemaProductsFilterSort, type SchemaProductsGroupBy, type SchemaProductsV2Filter, type SchemaProductsV2Response, type SchemaProfession, type SchemaProfileaseLeaseRate, type SchemaProfileaseLeaseResidual, type SchemaProfileaseLeaseType, type SchemaProfileaseQuote, type SchemaPromotion, type SchemaPromotionCriteria, type SchemaPromotionModifications, type SchemaPromotionQueryModel, type SchemaPropertyType, type SchemaProspectCreationResponse, type SchemaProspectReferenceQueryModel, type SchemaProspectType, type SchemaProvenanceDocumentReference, type SchemaPublicConnectionQueryModel, type SchemaPublicConnectionsQueryModel, type SchemaPublicDistributionConnectionQueryModel, type SchemaQuestion, type SchemaQuestionGroup, type SchemaQuestionUpdateCmd, type SchemaQuestionnaire, type SchemaQuote, type SchemaQuoteDetails, type SchemaQuoteExport, type SchemaQuoteExportRequest, type SchemaQuoteExportResponse, type SchemaQuoteMailSendRequest, type SchemaQuoteMailSendResponse, type SchemaQuoteReferenceQueryModel, type SchemaQuoteRequestV2Base, type SchemaQuoteResponse, type SchemaQuoteResponseV2, type SchemaQuoteSpecification, type SchemaQuoteStatus, type SchemaRateLimitErrorMsgEnum, type SchemaRearAutomaticEmergencyBraking, type SchemaRearCrossTrafficWarning, type SchemaRecalculateAnvaQuoteRequest, type SchemaRecalculateAnvaSimulationCmd, type SchemaRecalculateDiasQuoteRequest, type SchemaRecalculateDiasSimulationCmd, type SchemaRecalculateYellowHiveQuoteRequest, type SchemaRecalculateYellowHiveSimulationCmd, type SchemaRecommendation, type SchemaRecommendationLevel, type SchemaRecommendationReferenceQueryModel, type SchemaRecommendationsBaseCreateCmd, type SchemaRecommendationsCreateCmd, type SchemaRecommendationsQueryModel, type SchemaRecommendationsV2CreateCmd, type SchemaReconstructionValueDefinedType, type SchemaReference, type SchemaRegex, type SchemaRegistration, type SchemaRelations, type SchemaRentOutTerm, type SchemaRepairCosts, type SchemaReportRevisionStatus, type SchemaReportRevisionStatusSubset, type SchemaResidenceBuildingType, type SchemaResidenceComplianceType, type SchemaResidenceFloodType, type SchemaResidenceMonumentType, type SchemaResidencePreferences, type SchemaResidenceReferenceQueryModel, type SchemaResidenceRiskObjectIdWithRevisionId, type SchemaResidenceTheftProtection, type SchemaResidenceUsage, type SchemaRestrictiveAddress, type SchemaRestrictiveCar, type SchemaRestrictiveDriveAssistanceSystem, type SchemaRestrictiveDriver, type SchemaRetrieveAdvisoryReportFrontPageStandalonePdfParams, type SchemaRetrieveFlowResponse, type SchemaRetrieveQuestionnaireResponse, type SchemaRetrieveQuotesBatchResponse, type SchemaRetrieveQuotesExportsResponse, type SchemaRetrieveQuotesInsightsResponse, type SchemaRideHeight, type SchemaRiskAddress, type SchemaRiskAnalysisSubjects, type SchemaRiskData, type SchemaRiskDomain, type SchemaRiskDomainActionQueryModel, type SchemaRiskDomainAdviceQueryModel, type SchemaRiskDomainDistributionUpdateCmd, type SchemaRiskDomainQueryModel, type SchemaRiskDomainsQueryModel, type SchemaRiskObject, type SchemaRiskObjectCarType, type SchemaRiskObjectCarType_2, type SchemaRiskObjectComplianceItem, type SchemaRiskObjectComplianceQueryModel, type SchemaRiskObjectCreationError, type SchemaRiskObjectCreationResponse, type SchemaRiskObjectEntity, type SchemaRiskObjectExternalRefsCreateCmd, type SchemaRiskObjectExternalRefsQueryModel, type SchemaRiskObjectFamilyType, type SchemaRiskObjectInFleet, type SchemaRiskObjectLegalType, type SchemaRiskObjectPartyGroupType, type SchemaRiskObjectPartyRelation, type SchemaRiskObjectReferenceQueryModel, type SchemaRiskObjectRelationCreateCmd, type SchemaRiskObjectRelationQueryModel, type SchemaRiskObjectRelationUpdateCmd, type SchemaRiskObjectResidenceType, type SchemaRiskObjectRevisionIds, type SchemaRiskObjectRevisions, type SchemaRiskObjectTeacherType, type SchemaRiskObjectTwoWheelerType, type SchemaRiskObjectType, type SchemaRiskObjectType_2, type SchemaRiskObjectsWithRevision, type SchemaRizivConventionStatus, type SchemaRizivConventionStatus_2, type SchemaRizivMember, type SchemaRoleFilter, type SchemaRoleFilterType, type SchemaRollingWorkEquipmentType, type SchemaRollingWorkEquipmentType_2, type SchemaRoofConstructionType, type SchemaRoofTypes, type SchemaRooms, type SchemaRules, type SchemaSafety, type SchemaSafetyFeatureOption, type SchemaSafetyStickCar, type SchemaSafetyStickCarPayload, type SchemaSafetyStickDriver, type SchemaSalaryCoefficient, type SchemaSalaryCoefficient_2, type SchemaSatelliteProtection, type SchemaSatelliteProtectionSystem, type SchemaSatelliteProtectionSystem_2, type SchemaSavingTypes, type SchemaSavingTypes_2, type SchemaSearchAddress, type SchemaSearchPartiesParams, type SchemaSection, type SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSendOfferMailCmd, type SchemaSendOfferMailResponse, type SchemaSentimentType, type SchemaSeries, type SchemaSeriesSortContext, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionCompletedRemarks, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, type SchemaSingularityJobQueuedResponse, type SchemaSingularityJobResultBase, type SchemaSingularityModelsDocumentExtractorCmdLink, type SchemaSingularityModelsPartyCheckupLink, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSwitchCandidatesCheckupItem, type SchemaSymbol, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephonenrCategory, type SchemaTelephonenrCategory_2, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferCandidatesCheckupItem, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type SchemaUpdateAnvaPartyCompanyCmd, type SchemaUpdateAnvaPartyCustomerCmd, type SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type SchemaUpdateEmailByIdParams, type SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type SchemaUploadDocumentsInAnvaParams, type SchemaUploadDocumentsInAssuParams, type SchemaUploadDocumentsInFasterforwardParams, type SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, type SchemaUpsertFaqItemParams, type SchemaUpsertInsurancePolicyForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicySimulationForPartyParams, type SchemaUpsertPolicyPackageByPartyParams, type SchemaUserMeUpdateCmd, type SchemaUserRole, type SchemaValidator, type SchemaValuableItem, type SchemaValueUnitInt, type SchemaValueUnitStr, type SchemaVatType, type SchemaVatType_2, type SchemaVehicleRegistrationDateType, type SchemaVehicleRegistrationPlateValidation, type SchemaVehicleSearch, type SchemaVerifyIfADistributionExistsByCompanyRegistrationParams, type SchemaVerifyIfADistributionExistsByNameParams, type SchemaVerifyIfAUserExistsByEmailParams, type SchemaVersion, type SchemaVersionSortContext, type SchemaVillasureHomePayload, type SchemaVinInfo, type SchemaVinPremiumResponse, type SchemaViviumCar, type SchemaViviumCarPayload, type SchemaViviumDriver, type SchemaViviumFamilyPayload, type SchemaViviumHome, type SchemaViviumHomePayload, type SchemaVoltage, type SchemaWageBill, type SchemaWarningMsg, type SchemaWarranyOptions, type SchemaWarranyOptions_2, type SchemaWeightEmpty, type SchemaWgBeApiAddressModelsAddressAddress, type SchemaWgBeApiAddressModelsAddressInformationV2Company, type SchemaWgBeApiAddressModelsAddressInformationV2Link, type SchemaWgBeApiAddressModelsPersonsDirectorsCompany, type SchemaWgBeApiAddressModelsVatCompanyActivity, type SchemaWgBeApiAddressModelsVatCompanyAssetInfo, type SchemaWgBeApiAddressModelsVatCompanyContactPerson, type SchemaWgBeApiAddressModelsVatCompanyFleetInfo, type SchemaWgBeApiAddressModelsVatCompanyLink, type SchemaWgBeApiAddressModelsVatCompanyPersonnelDetails, type SchemaWgBeApiAddressModelsVatCompanyThirdPartyActivity, type SchemaWgBeApiAddressModelsVatCompanyTurnover, type SchemaWgBeApiAddressModelsVatCompanyWorkforce, type SchemaWgBeApiQuotesModelsBaseLocalization, type SchemaWgBeApiQuotesModelsBaseLocalization_2, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsCar, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsFamily, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsLegal, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsPartyGroup, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsResidence, type SchemaWgPyModelsComplexAddress, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoMachineDelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoPeriodicCash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoSiloCapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoMachinedelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoPeriodiccash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoSilocapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorksConstructionWorkDuration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworksConstructionworkduration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactPerson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactperson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFleetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalAid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalaid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyManagementFunction, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonnelDetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonneldetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdPartyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdpartyactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWageBill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWagebill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsAnnexAnnex, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverAssistanceSystemDriveAssistanceSystem, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverCarInsured, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriver, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsInsuranceHistoryInsuranceHistory, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsPersonPerson, type SchemaWgPyModelsDomainInsuranceInsurancesAedesAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesAragLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesArcesLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesAxaAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAxaCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsHolderState, type SchemaWgPyModelsDomainInsuranceInsurancesAxaFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesDasLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralParty, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralPartyGroup, type SchemaWgPyModelsDomainInsuranceInsurancesEuromexLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesLarLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesPnpFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesViviumCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesViviumFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumResidenceRooms, type SchemaWgPyModelsDomainInsuranceProspectCompany, type SchemaWgPyModelsDomainInsuranceProspectCompany_2, type SchemaWgPyModelsDomainInsuranceProspectCustomer, type SchemaWgPyModelsDomainInsuranceProspectCustomer_2, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferences, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferencesFuneralPreference, type SchemaWgPyModelsDomainInsuranceProspectPartypreferences, type SchemaWgPyModelsDomainInsuranceProspectPartypreferencesFuneralpreference, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesPartyExternalRefsQueryModel, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBicycleBicycle, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBoatBoat, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsCarCar, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsMiscMiscellaneous, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerSemiTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainInsuranceRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyPerson, type SchemaWgPyModelsDomainInsuranceRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceAnnexAnnex, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingFacade, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingMainBuilding, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidencePreferencesResidencePreferences, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceRoomsRooms, type SchemaWgPyModelsDomainInsuranceRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccident, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccidentStatement, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarInsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverbrandclubmembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleusage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainWegroupComplexAddress, type SchemaWgPyModelsDomainWegroupComplexAddress_2, type SchemaWgPyModelsDomainWegroupComplexCompanyRegistration, type SchemaWgPyModelsDomainWegroupComplexCompanyregistration, type SchemaWgPyModelsDomainWegroupComplexLocalization, type SchemaWgPyModelsDomainWegroupEnumsCarUsedFor, type SchemaWgPyModelsDomainWegroupEnumsClaimFreeYears, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsCurrency, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsGender, type SchemaWgPyModelsDomainWegroupEnumsHolderState, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes_2, type SchemaWgPyModelsDomainWegroupEnumsMiscellaneousType, type SchemaWgPyModelsDomainWegroupEnumsOfferRevisionDocumentType, type SchemaWgPyModelsDomainWegroupEnumsProfession, type SchemaWgPyModelsDomainWegroupEnumsProspectType, type SchemaWgPyModelsDomainWegroupEnumsProspectType_2, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtCountryCodes, type SchemaWgsdkSmtCoveragePeriod, type SchemaWgsdkSmtGender, type SchemaWgsdkSmtInsuranceHistory, type SchemaWgsdkSmtProfession, type SchemaWheelBase, type SchemaWheelBaseArray, type SchemaWheelRimSizeArray, type SchemaWheelRimsSize, type SchemaWheelSize, type SchemaWheelSizeArray, type SchemaWidth, type SchemaWindow, type SchemaWorkforce, type SchemaWorkforcePossibleDanger, type SchemaWorkingMethod, type SchemaYellowHiveCoverage, type SchemaYellowHiveInsurance, type SchemaYellowHiveInsurancePolicy, type SchemaYellowHiveProduct, type SchemaYellowHiveProductQuestionnaire, type SchemaYellowHiveProductQuestionnaireQueryModel, type SchemaYellowHiveProductQuestionnairesQueryModel, type SchemaYellowHiveProductQuestionnairesUpdateCmd, type SchemaYellowHiveProductQuestionnairesValidateCmd, type SchemaYellowHiveProductToInsurancePolicyLink, type SchemaYellowHiveProductsInConversationCmd, type SchemaYellowHiveQuote, type SchemaYellowHiveQuoteCalculationJob, type SchemaYellowHiveQuoteCalculationJobsQueuedResponse, type SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchAssuPartiesQueryParams, type SearchAssuPartiesResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchFasterforwardPartiesQueryParams, type SearchFasterforwardPartiesResponse, type SearchPartiesBody, type SearchPartiesQueryParams, type SearchPartiesResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferMailBySessionIdBody, type SendOfferMailBySessionIdPathParams, type SendOfferMailBySessionIdQueryParams, type SendOfferMailBySessionIdResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnalyzedEmailIdBody, type UpdateAnalyzedEmailIdPathParams, type UpdateAnalyzedEmailIdQueryParams, type UpdateAnalyzedEmailIdResponse, type UpdateAnvaPartyViaConversationBody, type UpdateAnvaPartyViaConversationPathParams, type UpdateAnvaPartyViaConversationQueryParams, type UpdateAnvaPartyViaConversationResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDiasQuestionnaireBody, type UpdateDiasQuestionnairePathParams, type UpdateDiasQuestionnaireQueryParams, type UpdateDiasQuestionnaireResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type UploadDocumentsInAnvaBody, type UploadDocumentsInAnvaPathParams, type UploadDocumentsInAnvaQueryParams, type UploadDocumentsInAnvaResponse, type UploadDocumentsInAssuBody, type UploadDocumentsInAssuPathParams, type UploadDocumentsInAssuQueryParams, type UploadDocumentsInAssuResponse, type UploadDocumentsInFasterforwardBody, type UploadDocumentsInFasterforwardPathParams, type UploadDocumentsInFasterforwardQueryParams, type UploadDocumentsInFasterforwardResponse, type UpsertAnvaClosingQuestionsBody, type UpsertAnvaClosingQuestionsQueryParams, type UpsertAnvaClosingQuestionsResponse, type UpsertDistributionFaqBody, type UpsertDistributionFaqQueryParams, type UpsertDistributionFaqResponse, type UpsertInsurancePoliciesForPartyBody, type UpsertInsurancePoliciesForPartyPathParams, type UpsertInsurancePoliciesForPartyResponse, type UpsertInsurancePolicySimulationForPartyBody, type UpsertInsurancePolicySimulationForPartyPathParams, type UpsertInsurancePolicySimulationForPartyResponse, type UpsertPolicyPackagesForPartyBody, type UpsertPolicyPackagesForPartyPathParams, type UpsertPolicyPackagesForPartyResponse, type ValidateAChassisNumberResponse, type ValidateACompanyRegistrationNumberResponse, type ValidateANationalIdentificationNumberBody, type ValidateANationalIdentificationNumberResponse, type ValidateATelephonenrResponse, type ValidateAVehicleRegistrationPlateBody, type ValidateAVehicleRegistrationPlateResponse, type ValidateAWebsiteResponse, type ValidateAnEmailResponse, type ValidateAnFsmaResponse, type ValidateAnIbanBody, type ValidateAnIbanResponse, type ValidateAnvaConnectionQueryParams, type ValidateAnvaConnectionResponse, type ValidateAnvaDwhConnectionQueryParams, type ValidateAnvaDwhConnectionResponse, type ValidateAnvaflowsQuestionnaireBody, type ValidateAnvaflowsQuestionnairePathParams, type ValidateAnvaflowsQuestionnaireQueryParams, type ValidateAnvaflowsQuestionnaireResponse, type ValidateClaimPathParams, type ValidateClaimQueryParams, type ValidateClaimResponse, type ValidateDiasQuestionnaireBody, type ValidateDiasQuestionnairePathParams, type ValidateDiasQuestionnaireQueryParams, type ValidateDiasQuestionnaireResponse, type ValidateFasterforwardConnectionQueryParams, type ValidateFasterforwardConnectionResponse, type ValidatePromotionsResponse, type ValidateYellowhiveQuestionnaireBody, type ValidateYellowhiveQuestionnairePathParams, type ValidateYellowhiveQuestionnaireQueryParams, type ValidateYellowhiveQuestionnaireResponse, type VerifyIfADistributionExistsByCompanyRegistrationBody, type VerifyIfADistributionExistsByCompanyRegistrationQueryParams, type VerifyIfADistributionExistsByCompanyRegistrationResponse, type VerifyIfADistributionExistsByNameBody, type VerifyIfADistributionExistsByNameQueryParams, type VerifyIfADistributionExistsByNameResponse, type VerifyIfAUserExistsByEmailBody, type VerifyIfAUserExistsByEmailQueryParams, type VerifyIfAUserExistsByEmailResponse, type WgApiSchema, type WgPaths, acceptOrRejectAnAdvisoryReport, activateOutlookConnectionSync, analyzeEmail, answerAFlowDirectly, answerAFlowSession, blockCustomerFromAccessingParty, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateDiasQuotesBySessionId, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaPartyViaConversation, createAnvaTask, createAnvaflowTags, createAssuTask, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDiasPartyViaConversation, createDiasTask, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createFasterforwardTask, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, createPartyActivitiesAsCustomer, createPartyByEnrichingWithEnrichingWithCompanyRegistration, createPartyGroupRiskObject, createPartyNote, createPartyOffers, createPartyRelations, createProfileaseCarLeaseOffer, createProflowSessionByBatchId, createRecommendationByPartyId, createRecommendationBySessionId, createReferenceForParty, createReferencesForRiskObject, createRelationBetweenRiskObjectAndParty, createRiskDomainActionForAdvisoryReportById, createRiskDomainActionFromAdviceForAdvisoryReportById, createRiskDomainAdviceForAdvisoryReportById, createRiskDomainForAdvisoryReportById, createSemiTrailerRiskObject, createToolkitAccount, createToolkitBroker, createTrailerRiskObject, createTrialBroker, createUploadLinkAsCustomer, createUspItemForDistribution, createYellowhiveContactPerson, deactivateOutlookConnectionSync, deleteAdvisoryReport, deleteAdvisoryReportRevision, deleteAllSessionsBySessionId, deleteAnvaClosingQuestions, deleteBrokerConnectionByKey, deleteClaimAsBrokerById, deleteCommentOnActivity, deleteDistributionConnectionByKey, deleteDistributionFaq, deleteDistributionTag, deleteDocumentById, deleteDocumentByIdAsCustomerWithToken, deleteDocumentForParty, deleteEntityAsBrokerById, deleteEntityByIdAsCustomerWithToken, deleteEntityBySessionIdAndFlowId, deleteInsurancePoliciesForParty, deleteInsurancePolicyForAdvisoryReportById, deleteInsuranceProductClauseForDistribution, deleteNote, deletePartyActivitiesAsCustomer, deletePartyEntityBySessionIdAndFlowId, deletePartyNoteById, deletePartyRelations, deletePolicyPackagesForParty, deleteRelationBetweenRiskObjectAndParty, deleteRiskDomainActionForAdvisoryReportById, deleteRiskDomainAdviceForAdvisoryReportById, deleteRiskDomainForAdvisoryReportById, deleteRiskObjectById, deleteSessionBySessionId, deleteUspByDistributionAndId, delinkPartyToUser, deprecatedValidateAnvaConnection, disable2FaByUser, disable2FaForCustomer, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enqueueCalculationAnvaquotesBySessionId, enqueueSendCustomQuotesToAnvaBySessionId, enqueueSendOfferToAnvaBySessionId, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportPartyToAnva, exportPartyToAssu, exportPartyToDias, exportPartyToFasterforward, exportQuoteById, extractInsurancePoliciesForOneDocument, extractInsurancePoliciesForOneDocumentEnqueue, extractManyDocumentInBatch, extractOffersForOneDocument, extractOffersForOneDocumentEnqueue, extractOneDocument, extractOneDocumentEnqueue, extractPartyForOneDocumentEnqueue, extractWebsiteTheme, generateCompanyDescription, generateConceptReply, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePersonalizationAdviceForAdvisoryReport, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAdvisoryReportRevisionDiff, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllCustomersByDistribution, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaAgents, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaMutationReasons, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getCheckupByPartyId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasAfdbranches, getDiasCollectionMethods, getDiasEmployees, getDiasParties, getDiasPartySalutations, getDiasPartyTitles, getDiasProducts, getDiasflowInsurances, getDiasflowProductById, getDiasflowProducts, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEnumByDiasLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFinconnectLinkAsCustomer, getFinconnectLinkForInsurancePolicyAsCustomer, getFlowInfoById, getFlowsInfo, getGbi, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getInvoiceByIdAsCustomer, getInvoicesAsCustomer, getInvoicesAsParty, getInvoicesAsPartyById, getJobResultById, getKycByParty, getLeadById, getLeadProviderById, getLeadProvidersByAffinity, getLeaseOfferById, getLinkOfDocument, getMetricsByCampaign, getMinimalOfferById, getMinimalOfferRevisionById, getMinimalRiskObjectById, getNace, getNoveltyInsightsByDistribution, getOfferById, getOffersByDistribution, getOnboardingChecklistByBroker, getOnesuranceDataByPartyId, getOnesuranceRecommendationsByEmailId, getOrganisationDistributions, getOrganisationLeads, getOrganisationOffers, getOutlookConnectionDetails, getOutlookMailById, getOutlookMailByOutlookMessageId, getOutlookMailfolders, getOutlookMails, getPartiesByCustomer, getPartiesLinkedToUser, getPartiesOriginFilter, getPartyAddresses, getPartyById, getPartyMergeSuggestions, getPdfOfAdvisoryReportById, getPerformanceInsightsByDistribution, getPolicyPackageById, getPolicyPackageByIdAsCustomer, getPolicyPackageSimulationsForParty, getPolicyPackagesAsCustomer, getPolicyPackagesForParty, getPossibleInsuranceProductsByPartyId, getPossibleInsuranceProductsByRiskObjectId, getPossibleInsuranceProductsForManagementByPartyId, getPossibleInsuranceProductsForStaffByPartyId, getPreventionAdvice, getPromotionsByDistributionId, getProvenanceInfoOfDocument, getQuoteExports, getQuoteInsights, getQuotesAsBatchResultsByConversationId, getRecommendationsById, getRecommendationsByPartyId, getRecommendationsBySessionId, getRiskAnalysisByPartyId, getRiskDomainById, getRiskDomains, getRiskObjectByRiskObjectRevisionId, getRiskObjectRevisionsById, getSbi, getSingularityJobResultById, getStepSettingsByAdvisoryReportId, getSupportedAnvaflowCoverages, getSupportedAnvaflowCoveragesGroupedByAdn, getSupportedAnvaflowInsuranceCompanies, getSupportedAnvaflowInsurances, getSupportedAnvaflowTags, getSupportedInsuranceCompanies, getSupportedInsuranceSubjects, getSupportedMimeTypes, getSupportedRiskDomains, getSupportedYellowhiveflowCoverages, getSupportedYellowhiveflowInsurances, getSystemCampaignsByParty, getTheBrokerById, getUspByDistribution, getValuesOfEnum, getVehicleByCarIdOrFebiacId, getVehicleByNumberPlateAndCarId, getVehicleByVersionId, getVehicleByVinAndCarId, getVehicleVersionFactsBySeriesId, getWeatherInfo, getYellowhiveflowProductById, getYellowhiveflowProducts, getYourOwnUser, giveFeedbackOnConversationById, giveFeedbackOnRecommendationsById, giveFeedbackToInsuranceTermsBot, handleCreateDistributionTheme, handleDeleteDistributionTheme, handleUpdateDistributionTheme, importAnvaDocumentInWegroup, importAnvaInsurancePolicyDocumentInWegroup, importAnvaInsurancePolicyPackageDocumentInWegroup, importAnvaPartyInWegroup, importAnvaproduct, importAssuPartyInWegroup, importDiasPartyInWegroup, importDiasflowProduct, importFasterforwardPartyInWegroup, inviteColleaguesToDistribution, inviteUserToParty, linkConversationToAdvisoryReport, linkPartyToUser, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, outlookConnectionSync, overrideInsuranceProductRecommendationById, overridePreventionAdviceRecommendationById, patchAnvaproductById, patchAnvaproductCoverageById, patchDiasflowProductById, patchDiasflowProductCoverageByDiasId, patchOwnPartyAsCustomer, type paths, poseAQuestionToInsuranceTermsBot, poseAQuestionToInsuranceTermsBotForItToCompare, postEventAsCarglassPartner, putClausesForReport, recalculateDiasQuotesBySessionIdAndProductId, recalculateDiasSimulationBySessionId, recalculateOneAnvaquoteByAnvaProductIdSessionId, recalculateSimulationBySessionId, recalculateYellowhiveQuotesBySessionIdAndProductId, recalculateYellowhiveSimulationBySessionId, retrieveAirports, retrieveAllExportsByParty, retrieveAnvaflowsQuestionnaires, retrieveAskLaterQuestions, retrieveAutomobileByCarIdFreemiumVersion, retrieveAutomobileByIdFreemium, retrieveDiasQuestionnaires, retrieveExportById, retrieveFlow, retrieveYellowhiveQuestionnaires, seachStreetsByCityAndCountry, searchAddressesByCountry, searchAssuParties, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchFasterforwardParties, searchParties, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferMailBySessionId, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnalyzedEmailId, updateAnvaPartyViaConversation, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDiasQuestionnaire, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, uploadDocumentsInAnva, uploadDocumentsInAssu, uploadDocumentsInFasterforward, upsertAnvaClosingQuestions, upsertDistributionFaq, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateDiasQuestionnaire, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };
|
|
127884
|
+
export { type $defs, type AcceptOrRejectAnAdvisoryReportBody, type AcceptOrRejectAnAdvisoryReportPathParams, type AcceptOrRejectAnAdvisoryReportQueryParams, type AcceptOrRejectAnAdvisoryReportResponse, type ActivateOutlookConnectionSyncBody, type ActivateOutlookConnectionSyncQueryParams, type ActivateOutlookConnectionSyncResponse, type AnalyzeEmailBody, type AnalyzeEmailPathParams, type AnalyzeEmailResponse, type AnswerAFlowDirectlyBody, type AnswerAFlowDirectlyPathParams, type AnswerAFlowDirectlyQueryParams, type AnswerAFlowDirectlyResponse, type AnswerAFlowSessionBody, type AnswerAFlowSessionPathParams, type AnswerAFlowSessionQueryParams, type AnswerAFlowSessionResponse, type BlockCustomerFromAccessingPartyPathParams, type BlockCustomerFromAccessingPartyResponse, type CalculateAnvaquotesBySessionIdBody, type CalculateAnvaquotesBySessionIdPathParams, type CalculateAnvaquotesBySessionIdQueryParams, type CalculateAnvaquotesBySessionIdResponse, type CalculateCarLeaseQuoteBody, type CalculateCarLeaseQuoteQueryParams, type CalculateCarLeaseQuoteResponse, type CalculateDiasQuotesBySessionIdBody, type CalculateDiasQuotesBySessionIdPathParams, type CalculateDiasQuotesBySessionIdQueryParams, type CalculateDiasQuotesBySessionIdResponse, type CalculateQuotesV2Body, type CalculateQuotesV2PathParams, type CalculateQuotesV2QueryParams, type CalculateQuotesV2Response, type CalculateYellowhiveQuotesBySessionIdBody, type CalculateYellowhiveQuotesBySessionIdPathParams, type CalculateYellowhiveQuotesBySessionIdQueryParams, type CalculateYellowhiveQuotesBySessionIdResponse, type ClaimReportByIdPathParams, type ClaimReportByIdQueryParams, type ClaimReportByIdResponse, type ClaimRequestUpdatePathParams, type ClaimRequestUpdateQueryParams, type ClaimRequestUpdateResponse, type ClientType, type CommentOnActivityPathParams, type CommentOnActivityQueryParams, type CommentOnActivityResponse, type CreateAccidentsForPartyBody, type CreateAccidentsForPartyPathParams, type CreateAccidentsForPartyQueryParams, type CreateAccidentsForPartyResponse, type CreateAccountBody, type CreateAccountQueryParams, type CreateAccountResponse, type CreateAdvisoryReportBody, type CreateAdvisoryReportQueryParams, type CreateAdvisoryReportResponse, type CreateAdvisoryReportRevisionBody, type CreateAdvisoryReportRevisionPathParams, type CreateAdvisoryReportRevisionQueryParams, type CreateAdvisoryReportRevisionResponse, type CreateAdvisoryReportRevisionV2Body, type CreateAdvisoryReportRevisionV2PathParams, type CreateAdvisoryReportRevisionV2QueryParams, type CreateAdvisoryReportRevisionV2Response, type CreateAdvisoryReportStepSettingsBody, type CreateAdvisoryReportStepSettingsPathParams, type CreateAdvisoryReportStepSettingsQueryParams, type CreateAdvisoryReportStepSettingsResponse, type CreateAnvaPartyViaConversationBody, type CreateAnvaPartyViaConversationPathParams, type CreateAnvaPartyViaConversationQueryParams, type CreateAnvaPartyViaConversationResponse, type CreateAnvaTaskBody, type CreateAnvaTaskPathParams, type CreateAnvaTaskQueryParams, type CreateAnvaTaskResponse, type CreateAnvaflowTagsBody, type CreateAnvaflowTagsQueryParams, type CreateAnvaflowTagsResponse, type CreateAssuTaskBody, type CreateAssuTaskPathParams, type CreateAssuTaskQueryParams, type CreateAssuTaskResponse, type CreateBicycleRiskObjectBody, type CreateBicycleRiskObjectPathParams, type CreateBicycleRiskObjectQueryParams, type CreateBicycleRiskObjectResponse, type CreateBoatRiskObjectBody, type CreateBoatRiskObjectPathParams, type CreateBoatRiskObjectQueryParams, type CreateBoatRiskObjectResponse, type CreateBrokerConnectionsByIdBody, type CreateBrokerConnectionsByIdPathParams, type CreateBrokerConnectionsByIdResponse, type CreateCampaignBody, type CreateCampaignQueryParams, type CreateCampaignResponse, type CreateCarRiskObjectBody, type CreateCarRiskObjectPathParams, type CreateCarRiskObjectQueryParams, type CreateCarRiskObjectResponse, type CreateClaimAsBrokerQueryParams, type CreateClaimAsBrokerResponse, type CreateClaimAsCustomerPathParams, type CreateClaimAsCustomerQueryParams, type CreateClaimAsCustomerResponse, type CreateCompanyLeadBody, type CreateCompanyLeadPathParams, type CreateCompanyLeadQueryParams, type CreateCompanyLeadResponse, type CreateConversationBody, type CreateConversationPathParams, type CreateConversationQueryParams, type CreateConversationReminderPathParams, type CreateConversationReminderResponse, type CreateConversationResponse, type CreateCustomerLeadBody, type CreateCustomerLeadPathParams, type CreateCustomerLeadQueryParams, type CreateCustomerLeadResponse, type CreateDiasPartyViaConversationBody, type CreateDiasPartyViaConversationPathParams, type CreateDiasPartyViaConversationQueryParams, type CreateDiasPartyViaConversationResponse, type CreateDiasTaskBody, type CreateDiasTaskPathParams, type CreateDiasTaskQueryParams, type CreateDiasTaskResponse, type CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateFasterforwardTaskBody, type CreateFasterforwardTaskPathParams, type CreateFasterforwardTaskQueryParams, type CreateFasterforwardTaskResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type CreatePartyActivitiesAsCustomerBody, type CreatePartyActivitiesAsCustomerResponse, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse, type CreatePartyGroupRiskObjectBody, type CreatePartyGroupRiskObjectPathParams, type CreatePartyGroupRiskObjectQueryParams, type CreatePartyGroupRiskObjectResponse, type CreatePartyNoteBody, type CreatePartyNotePathParams, type CreatePartyNoteResponse, type CreatePartyOffersBody, type CreatePartyOffersPathParams, type CreatePartyOffersQueryParams, type CreatePartyOffersResponse, type CreatePartyRelationsBody, type CreatePartyRelationsQueryParams, type CreatePartyRelationsResponse, type CreateProfileaseCarLeaseOfferBody, type CreateProfileaseCarLeaseOfferQueryParams, type CreateProfileaseCarLeaseOfferResponse, type CreateProflowSessionByBatchIdPathParams, type CreateProflowSessionByBatchIdQueryParams, type CreateProflowSessionByBatchIdResponse, type CreateRecommendationByPartyIdBody, type CreateRecommendationByPartyIdPathParams, type CreateRecommendationByPartyIdQueryParams, type CreateRecommendationByPartyIdResponse, type CreateRecommendationBySessionIdBody, type CreateRecommendationBySessionIdQueryParams, type CreateRecommendationBySessionIdResponse, type CreateReferenceForPartyBody, type CreateReferenceForPartyPathParams, type CreateReferenceForPartyResponse, type CreateReferencesForRiskObjectBody, type CreateReferencesForRiskObjectPathParams, type CreateReferencesForRiskObjectQueryParams, type CreateReferencesForRiskObjectResponse, type CreateRelationBetweenRiskObjectAndPartyBody, type CreateRelationBetweenRiskObjectAndPartyPathParams, type CreateRelationBetweenRiskObjectAndPartyQueryParams, type CreateRelationBetweenRiskObjectAndPartyResponse, type CreateRiskDomainActionForAdvisoryReportByIdBody, type CreateRiskDomainActionForAdvisoryReportByIdPathParams, type CreateRiskDomainActionForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionForAdvisoryReportByIdResponse, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainAdviceForAdvisoryReportByIdBody, type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainForAdvisoryReportByIdBody, type CreateRiskDomainForAdvisoryReportByIdPathParams, type CreateRiskDomainForAdvisoryReportByIdQueryParams, type CreateRiskDomainForAdvisoryReportByIdResponse, type CreateSemiTrailerRiskObjectBody, type CreateSemiTrailerRiskObjectPathParams, type CreateSemiTrailerRiskObjectQueryParams, type CreateSemiTrailerRiskObjectResponse, type CreateToolkitAccountBody, type CreateToolkitAccountQueryParams, type CreateToolkitAccountResponse, type CreateToolkitBrokerBody, type CreateToolkitBrokerQueryParams, type CreateToolkitBrokerResponse, type CreateTrailerRiskObjectBody, type CreateTrailerRiskObjectPathParams, type CreateTrailerRiskObjectQueryParams, type CreateTrailerRiskObjectResponse, type CreateTrialBrokerBody, type CreateTrialBrokerQueryParams, type CreateTrialBrokerResponse, type CreateUploadLinkAsCustomerPathParams, type CreateUploadLinkAsCustomerQueryParams, type CreateUploadLinkAsCustomerResponse, type CreateUspItemForDistributionBody, type CreateUspItemForDistributionQueryParams, type CreateUspItemForDistributionResponse, type CreateYellowhiveContactPersonBody, type CreateYellowhiveContactPersonPathParams, type CreateYellowhiveContactPersonQueryParams, type CreateYellowhiveContactPersonResponse, type DeactivateOutlookConnectionSyncBody, type DeactivateOutlookConnectionSyncQueryParams, type DeactivateOutlookConnectionSyncResponse, type DeleteAdvisoryReportPathParams, type DeleteAdvisoryReportQueryParams, type DeleteAdvisoryReportResponse, type DeleteAdvisoryReportRevisionPathParams, type DeleteAdvisoryReportRevisionQueryParams, type DeleteAdvisoryReportRevisionResponse, type DeleteAllSessionsBySessionIdPathParams, type DeleteAllSessionsBySessionIdResponse, type DeleteAnvaClosingQuestionsPathParams, type DeleteAnvaClosingQuestionsQueryParams, type DeleteAnvaClosingQuestionsResponse, type DeleteBrokerConnectionByKeyPathParams, type DeleteBrokerConnectionByKeyResponse, type DeleteClaimAsBrokerByIdPathParams, type DeleteClaimAsBrokerByIdQueryParams, type DeleteClaimAsBrokerByIdResponse, type DeleteCommentOnActivityPathParams, type DeleteCommentOnActivityQueryParams, type DeleteCommentOnActivityResponse, type DeleteDistributionConnectionByKeyPathParams, type DeleteDistributionConnectionByKeyResponse, type DeleteDistributionFaqPathParams, type DeleteDistributionFaqQueryParams, type DeleteDistributionFaqResponse, type DeleteDistributionTagPathParams, type DeleteDistributionTagQueryParams, type DeleteDistributionTagResponse, type DeleteDocumentByIdAsCustomerWithTokenPathParams, type DeleteDocumentByIdAsCustomerWithTokenQueryParams, type DeleteDocumentByIdAsCustomerWithTokenResponse, type DeleteDocumentByIdPathParams, type DeleteDocumentByIdQueryParams, type DeleteDocumentByIdResponse, type DeleteDocumentForPartyPathParams, type DeleteDocumentForPartyResponse, type DeleteEntityAsBrokerByIdPathParams, type DeleteEntityAsBrokerByIdQueryParams, type DeleteEntityAsBrokerByIdResponse, type DeleteEntityByIdAsCustomerWithTokenPathParams, type DeleteEntityByIdAsCustomerWithTokenQueryParams, type DeleteEntityByIdAsCustomerWithTokenResponse, type DeleteEntityBySessionIdAndFlowIdPathParams, type DeleteEntityBySessionIdAndFlowIdQueryParams, type DeleteEntityBySessionIdAndFlowIdResponse, type DeleteInsurancePoliciesForPartyPathParams, type DeleteInsurancePoliciesForPartyResponse, type DeleteInsurancePolicyForAdvisoryReportByIdPathParams, type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams, type DeleteInsurancePolicyForAdvisoryReportByIdResponse, type DeleteInsuranceProductClauseForDistributionPathParams, type DeleteInsuranceProductClauseForDistributionQueryParams, type DeleteInsuranceProductClauseForDistributionResponse, type DeleteNotePathParams, type DeleteNoteQueryParams, type DeleteNoteResponse, type DeletePartyActivitiesAsCustomerPathParams, type DeletePartyActivitiesAsCustomerResponse, type DeletePartyEntityBySessionIdAndFlowIdPathParams, type DeletePartyEntityBySessionIdAndFlowIdQueryParams, type DeletePartyEntityBySessionIdAndFlowIdResponse, type DeletePartyNoteByIdPathParams, type DeletePartyNoteByIdResponse, type DeletePartyRelationsPathParams, type DeletePartyRelationsResponse, type DeletePolicyPackagesForPartyPathParams, type DeletePolicyPackagesForPartyResponse, type DeleteRelationBetweenRiskObjectAndPartyPathParams, type DeleteRelationBetweenRiskObjectAndPartyQueryParams, type DeleteRelationBetweenRiskObjectAndPartyResponse, type DeleteRiskDomainActionForAdvisoryReportByIdPathParams, type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams, type DeleteRiskDomainActionForAdvisoryReportByIdResponse, type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams, type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse, type DeleteRiskDomainForAdvisoryReportByIdPathParams, type DeleteRiskDomainForAdvisoryReportByIdQueryParams, type DeleteRiskDomainForAdvisoryReportByIdResponse, type DeleteRiskObjectByIdPathParams, type DeleteRiskObjectByIdResponse, type DeleteSessionBySessionIdPathParams, type DeleteSessionBySessionIdResponse, type DeleteUspByDistributionAndIdPathParams, type DeleteUspByDistributionAndIdQueryParams, type DeleteUspByDistributionAndIdResponse, type DelinkPartyToUserBody, type DelinkPartyToUserResponse, type DeprecatedValidateAnvaConnectionQueryParams, type DeprecatedValidateAnvaConnectionResponse, type 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 ExportPartyToAnvaPathParams, type ExportPartyToAnvaQueryParams, type ExportPartyToAnvaResponse, type ExportPartyToAssuPathParams, type ExportPartyToAssuQueryParams, type ExportPartyToAssuResponse, type ExportPartyToDiasPathParams, type ExportPartyToDiasQueryParams, type ExportPartyToDiasResponse, type ExportPartyToFasterforwardPathParams, type ExportPartyToFasterforwardQueryParams, type ExportPartyToFasterforwardResponse, type ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type ExtractPartyForOneDocumentEnqueueBody, type ExtractPartyForOneDocumentEnqueueResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateConceptReplyBody, type GenerateConceptReplyPathParams, type GenerateConceptReplyQueryParams, type GenerateConceptReplyResponse, type GenerateDiasOfferDocumentBySessionIdPathParams, type GenerateDiasOfferDocumentBySessionIdQueryParams, type GenerateDiasOfferDocumentBySessionIdResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type GeneratePersonalizationAdviceForAdvisoryReportPathParams, type GeneratePersonalizationAdviceForAdvisoryReportResponse, type GeneratePossibleProductsBySessionV2Body, type GeneratePossibleProductsBySessionV2PathParams, type GeneratePossibleProductsBySessionV2QueryParams, type GeneratePossibleProductsBySessionV2Response, type GenerateQuestionsToPrefillByCarBody, type GenerateQuestionsToPrefillByCarPathParams, type GenerateQuestionsToPrefillByCarQueryParams, type GenerateQuestionsToPrefillByCarResponse, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse, type GenerateTokenForSocialLoginFlowAsBrokerQueryParams, type GenerateTokenForSocialLoginFlowAsBrokerResponse, type Get2FaByUserResponse, type GetActivityByPartyPathParams, type GetActivityByPartyQueryParams, type GetActivityByPartyResponse, type GetAddressInfoFreemiumQueryParams, type GetAddressInfoFreemiumResponse, type GetAddressInfoQueryParams, type GetAddressInfoResponse, type GetAdvicesPerInsuranceProductPathParams, type GetAdvicesPerInsuranceProductResponse, type GetAdvisoryReportByIdPathParams, type GetAdvisoryReportByIdQueryParams, type GetAdvisoryReportByIdResponse, type GetAdvisoryReportExportOptionsPathParams, type GetAdvisoryReportExportOptionsResponse, type GetAdvisoryReportRevisionDiffPathParams, type GetAdvisoryReportRevisionDiffQueryParams, type GetAdvisoryReportRevisionDiffResponse, type GetAllActivityTypesQueryParams, type GetAllActivityTypesResponse, type GetAllAdvisoryReportsQueryParams, type GetAllAdvisoryReportsResponse, type GetAllAvailableAffiliationsResponse, type GetAllAvailablePlansResponse, type GetAllAvailableThemesInWegroupQueryParams, type GetAllAvailableThemesInWegroupResponse, type GetAllBrokersLinkedToCurrentUserResponse, type GetAllCampaignTemplatesQueryParams, type GetAllCampaignTemplatesResponse, type GetAllCampaignsByDistributionQueryParams, type GetAllCampaignsByDistributionResponse, type GetAllCarClaimCategoriesResponse, type GetAllClaimsAsBrokerQueryParams, type GetAllClaimsAsBrokerResponse, type GetAllConversationsQueryParams, type GetAllConversationsResponse, type GetAllCustomersByDistributionQueryParams, type GetAllCustomersByDistributionResponse, type GetAllEnumsResponse, type GetAllLeadsByDistributionPathParams, type GetAllLeadsByDistributionResponse, type GetAllLeaseOffersByDistributionPathParams, type GetAllLeaseOffersByDistributionQueryParams, type GetAllLeaseOffersByDistributionResponse, type GetAllPartiesByDistributionPathParams, type GetAllPartiesByDistributionQueryParams, type GetAllPartiesByDistributionResponse, type GetAllPartiesByDistributionV2PathParams, type GetAllPartiesByDistributionV2QueryParams, type GetAllPartiesByDistributionV2Response, type GetAllRiskObjectsByPartyIdPathParams, type GetAllRiskObjectsByPartyIdQueryParams, type GetAllRiskObjectsByPartyIdResponse, type GetAllRiskObjectsByPartyIdV2PathParams, type GetAllRiskObjectsByPartyIdV2QueryParams, type GetAllRiskObjectsByPartyIdV2Response, type GetAllSessionsBySessionIdPathParams, type GetAllSessionsBySessionIdQueryParams, type GetAllSessionsBySessionIdResponse, type GetAllVehicleBrandsQueryParams, type GetAllVehicleBrandsResponse, type GetAllVehicleSeriesByBrandKeyPathParams, type GetAllVehicleSeriesByBrandKeyQueryParams, type GetAllVehicleSeriesByBrandKeyResponse, type GetAllVehicleVersionsBySeriesIdPathParams, type GetAllVehicleVersionsBySeriesIdQueryParams, type GetAllVehicleVersionsBySeriesIdResponse, type GetAnvaAgentsQueryParams, type GetAnvaAgentsResponse, type GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaMutationReasonsQueryParams, type GetAnvaMutationReasonsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaProductsQueryParams, type GetAnvaProductsResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAssuEmployeesQueryParams, type GetAssuEmployeesResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerByAnvaProducerIdPathParams, type GetBrokerByAnvaProducerIdResponse, type GetBrokerByAnvaRelationMangerIdPathParams, type GetBrokerByAnvaRelationMangerIdResponse, type GetBrokerConnectionsByIdPathParams, type GetBrokerConnectionsByIdQueryParams, type GetBrokerConnectionsByIdResponse, type GetBrokerIntegrationsPathParams, type GetBrokerIntegrationsResponse, type GetCampaignByIdPathParams, type GetCampaignByIdQueryParams, type GetCampaignByIdResponse, type GetCampaignSettingsByDistributionQueryParams, type GetCampaignSettingsByDistributionResponse, type GetCampaignTargetMailTemplateQueryParams, type GetCampaignTargetMailTemplateResponse, type GetCarLeaseRatesQueryParams, type GetCarLeaseRatesResponse, type GetChatBySessionIdPathParams, type GetChatBySessionIdResponse, type GetChatSummaryV2BySessionIdPathParams, type GetChatSummaryV2BySessionIdQueryParams, type GetChatSummaryV2BySessionIdResponse, type GetCheckupByPartyIdPathParams, type GetCheckupByPartyIdResponse, type GetClaimAsBrokerByIdPathParams, type GetClaimAsBrokerByIdQueryParams, type GetClaimAsBrokerByIdResponse, type GetClaimAsCustomerWithTokenPathParams, type GetClaimAsCustomerWithTokenQueryParams, type GetClaimAsCustomerWithTokenResponse, type GetClaimByIdAsCustomerPathParams, type GetClaimByIdAsCustomerResponse, type GetClaimEventsAsBrokerByIdPathParams, type GetClaimEventsAsBrokerByIdQueryParams, type GetClaimEventsAsBrokerByIdResponse, type GetClaimEventsAsCustomerPathParams, type GetClaimEventsAsCustomerQueryParams, type GetClaimEventsAsCustomerResponse, type GetClaimsAsCustomerQueryParams, type GetClaimsAsCustomerResponse, type GetClaimsAsPartyByIdPathParams, type GetClaimsAsPartyByIdResponse, type GetClaimsAsPartyPathParams, type GetClaimsAsPartyQueryParams, type GetClaimsAsPartyResponse, type GetComplianceByRiskObjectIdPathParams, type GetComplianceByRiskObjectIdResponse, type GetConversationByIdPathParams, type GetConversationByIdQueryParams, type GetConversationByIdResponse, type GetConversationNotesPathParams, type GetConversationNotesQueryParams, type GetConversationNotesResponse, type GetConversationReportPdfByIdBody, type GetConversationReportPdfByIdPathParams, type GetConversationReportPdfByIdQueryParams, type GetConversationReportPdfByIdResponse, type GetConversationsOriginFilterQueryParams, type GetConversationsOriginFilterResponse, type GetCurrentAccountInsightsAsCustomerQueryParams, type GetCurrentAccountInsightsAsCustomerResponse, type GetCurrentAccountInsightsAsPartyPathParams, type GetCurrentAccountInsightsAsPartyQueryParams, type GetCurrentAccountInsightsAsPartyResponse, type GetCurrentBrokerOfTheUserResponse, type GetCustomersByPartyPathParams, type GetCustomersByPartyQueryParams, type GetCustomersByPartyResponse, type GetDiasAfdbranchesResponse, type GetDiasCollectionMethodsPathParams, type GetDiasCollectionMethodsQueryParams, type GetDiasCollectionMethodsResponse, type GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDiasPartySalutationsResponse, type GetDiasPartyTitlesResponse, type GetDiasProductsQueryParams, type GetDiasProductsResponse, type GetDiasflowInsurancesQueryParams, type GetDiasflowInsurancesResponse, type GetDiasflowProductByIdPathParams, type GetDiasflowProductByIdQueryParams, type GetDiasflowProductByIdResponse, type GetDiasflowProductsQueryParams, type GetDiasflowProductsResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type GetDistributionFaqQueryParams, type GetDistributionFaqResponse, type GetDistributionHasPendingUpgradePathParams, type GetDistributionHasPendingUpgradeResponse, type GetDistributionSettingsResponse, type GetDistributionTagsQueryParams, type GetDistributionTagsResponse, type GetDocumentExtractionBatchByIdPathParams, type GetDocumentExtractionBatchByIdResponse, type GetDocumentMetadataPathParams, type GetDocumentMetadataResponse, type GetDocumentsAsCustomerQueryParams, type GetDocumentsAsCustomerResponse, type GetDocumentsForPartyPathParams, type GetDocumentsForPartyQueryParams, type GetDocumentsForPartyResponse, type GetEmailByMessageIdQueryParams, type GetEmailByMessageIdResponse, type GetEncryptionKeysQueryParams, type GetEncryptionKeysResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse, type GetEnumByAnvaLabelPathParams, type GetEnumByAnvaLabelQueryParams, type GetEnumByAnvaLabelResponse, type GetEnumByDiasLabelPathParams, type GetEnumByDiasLabelQueryParams, type GetEnumByDiasLabelResponse, type GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFinconnectLinkAsCustomerQueryParams, type GetFinconnectLinkAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams, type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams, type GetFinconnectLinkForInsurancePolicyAsCustomerResponse, type 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 GetOnesuranceDataByPartyIdPathParams, type GetOnesuranceDataByPartyIdQueryParams, type GetOnesuranceDataByPartyIdResponse, type GetOnesuranceRecommendationsByEmailIdPathParams, type GetOnesuranceRecommendationsByEmailIdQueryParams, type GetOnesuranceRecommendationsByEmailIdResponse, type GetOrganisationDistributionsPathParams, type GetOrganisationDistributionsQueryParams, type GetOrganisationDistributionsResponse, type GetOrganisationLeadsPathParams, type GetOrganisationLeadsQueryParams, type GetOrganisationLeadsResponse, type GetOrganisationOffersPathParams, type GetOrganisationOffersQueryParams, type GetOrganisationOffersResponse, type GetOutlookConnectionDetailsQueryParams, type GetOutlookConnectionDetailsResponse, type GetOutlookMailByIdPathParams, type GetOutlookMailByIdQueryParams, type GetOutlookMailByIdResponse, type GetOutlookMailByOutlookMessageIdPathParams, type GetOutlookMailByOutlookMessageIdQueryParams, type GetOutlookMailByOutlookMessageIdResponse, type GetOutlookMailfoldersQueryParams, type GetOutlookMailfoldersResponse, type GetOutlookMailsQueryParams, type GetOutlookMailsResponse, type GetPartiesByCustomerPathParams, type GetPartiesByCustomerQueryParams, type GetPartiesByCustomerResponse, type GetPartiesLinkedToUserResponse, type GetPartiesOriginFilterQueryParams, type GetPartiesOriginFilterResponse, type GetPartyAddressesPathParams, type GetPartyAddressesResponse, type GetPartyByIdPathParams, type GetPartyByIdResponse, type GetPartyMergeSuggestionsPathParams, type GetPartyMergeSuggestionsQueryParams, type GetPartyMergeSuggestionsResponse, type GetPdfOfAdvisoryReportByIdPathParams, type GetPdfOfAdvisoryReportByIdQueryParams, type GetPdfOfAdvisoryReportByIdResponse, type GetPerformanceInsightsByDistributionPathParams, type GetPerformanceInsightsByDistributionQueryParams, type GetPerformanceInsightsByDistributionResponse, type GetPolicyPackageByIdAsCustomerPathParams, type GetPolicyPackageByIdAsCustomerResponse, type GetPolicyPackageByIdPathParams, type GetPolicyPackageByIdQueryParams, type GetPolicyPackageByIdResponse, type GetPolicyPackageSimulationsForPartyPathParams, type GetPolicyPackageSimulationsForPartyResponse, type GetPolicyPackagesAsCustomerQueryParams, type GetPolicyPackagesAsCustomerResponse, type GetPolicyPackagesForPartyPathParams, type GetPolicyPackagesForPartyResponse, type GetPossibleInsuranceProductsByPartyIdPathParams, type GetPossibleInsuranceProductsByPartyIdQueryParams, type GetPossibleInsuranceProductsByPartyIdResponse, type GetPossibleInsuranceProductsByRiskObjectIdPathParams, type GetPossibleInsuranceProductsByRiskObjectIdQueryParams, type GetPossibleInsuranceProductsByRiskObjectIdResponse, type GetPossibleInsuranceProductsForManagementByPartyIdPathParams, type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams, type GetPossibleInsuranceProductsForManagementByPartyIdResponse, type GetPossibleInsuranceProductsForStaffByPartyIdPathParams, type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams, type GetPossibleInsuranceProductsForStaffByPartyIdResponse, type GetPreventionAdviceQueryParams, type GetPreventionAdviceResponse, type GetPromotionsByDistributionIdPathParams, type GetPromotionsByDistributionIdResponse, type GetProvenanceInfoOfDocumentPathParams, type GetProvenanceInfoOfDocumentResponse, type GetQuoteExportsQueryParams, type GetQuoteExportsResponse, type GetQuoteInsightsPathParams, type GetQuoteInsightsQueryParams, type GetQuoteInsightsResponse, type GetQuotesAsBatchResultsByConversationIdPathParams, type GetQuotesAsBatchResultsByConversationIdQueryParams, type GetQuotesAsBatchResultsByConversationIdResponse, type GetRecommendationsByIdPathParams, type GetRecommendationsByIdQueryParams, type GetRecommendationsByIdResponse, type GetRecommendationsByPartyIdPathParams, type GetRecommendationsByPartyIdQueryParams, type GetRecommendationsByPartyIdResponse, type GetRecommendationsBySessionIdPathParams, type GetRecommendationsBySessionIdQueryParams, type GetRecommendationsBySessionIdResponse, type GetRiskAnalysisByPartyIdPathParams, type GetRiskAnalysisByPartyIdResponse, type GetRiskDomainByIdPathParams, type GetRiskDomainByIdQueryParams, type GetRiskDomainByIdResponse, type GetRiskDomainsQueryParams, type GetRiskDomainsResponse, type GetRiskObjectByRiskObjectRevisionIdPathParams, type GetRiskObjectByRiskObjectRevisionIdQueryParams, type GetRiskObjectByRiskObjectRevisionIdResponse, type GetRiskObjectRevisionsByIdPathParams, type GetRiskObjectRevisionsByIdQueryParams, type GetRiskObjectRevisionsByIdResponse, type GetSbiQueryParams, type GetSbiResponse, type GetSingularityJobResultByIdPathParams, type GetSingularityJobResultByIdQueryParams, type GetSingularityJobResultByIdResponse, type GetStepSettingsByAdvisoryReportIdPathParams, type GetStepSettingsByAdvisoryReportIdQueryParams, type GetStepSettingsByAdvisoryReportIdResponse, type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams, type GetSupportedAnvaflowCoveragesGroupedByAdnResponse, type GetSupportedAnvaflowCoveragesQueryParams, type GetSupportedAnvaflowCoveragesResponse, type GetSupportedAnvaflowInsuranceCompaniesQueryParams, type GetSupportedAnvaflowInsuranceCompaniesResponse, type GetSupportedAnvaflowInsurancesQueryParams, type GetSupportedAnvaflowInsurancesResponse, type GetSupportedAnvaflowTagsQueryParams, type GetSupportedAnvaflowTagsResponse, type GetSupportedInsuranceCompaniesQueryParams, type GetSupportedInsuranceCompaniesResponse, type GetSupportedInsuranceSubjectsQueryParams, type GetSupportedInsuranceSubjectsResponse, type GetSupportedMimeTypesResponse, type GetSupportedRiskDomainsQueryParams, type GetSupportedRiskDomainsResponse, type GetSupportedYellowhiveflowCoveragesQueryParams, type GetSupportedYellowhiveflowCoveragesResponse, type GetSupportedYellowhiveflowInsurancesQueryParams, type GetSupportedYellowhiveflowInsurancesResponse, type GetSystemCampaignsByPartyPathParams, type GetSystemCampaignsByPartyQueryParams, type GetSystemCampaignsByPartyResponse, type GetTheBrokerByIdPathParams, type GetTheBrokerByIdResponse, type GetUspByDistributionQueryParams, type GetUspByDistributionResponse, type GetValuesOfEnumPathParams, type GetValuesOfEnumResponse, type GetVehicleByCarIdOrFebiacIdQueryParams, type GetVehicleByCarIdOrFebiacIdResponse, type GetVehicleByNumberPlateAndCarIdPathParams, type GetVehicleByNumberPlateAndCarIdQueryParams, type GetVehicleByNumberPlateAndCarIdResponse, type GetVehicleByVersionIdPathParams, type GetVehicleByVersionIdQueryParams, type GetVehicleByVersionIdResponse, type GetVehicleByVinAndCarIdPathParams, type GetVehicleByVinAndCarIdQueryParams, type GetVehicleByVinAndCarIdResponse, type GetVehicleVersionFactsBySeriesIdPathParams, type GetVehicleVersionFactsBySeriesIdQueryParams, type GetVehicleVersionFactsBySeriesIdResponse, type GetWeatherInfoQueryParams, type GetWeatherInfoResponse, type GetYellowhiveflowProductByIdPathParams, type GetYellowhiveflowProductByIdQueryParams, type GetYellowhiveflowProductByIdResponse, type GetYellowhiveflowProductsQueryParams, type GetYellowhiveflowProductsResponse, type GetYourOwnUserResponse, type GiveFeedbackOnConversationByIdPathParams, type GiveFeedbackOnConversationByIdQueryParams, type GiveFeedbackOnConversationByIdResponse, type GiveFeedbackOnRecommendationsByIdBody, type GiveFeedbackOnRecommendationsByIdPathParams, type GiveFeedbackOnRecommendationsByIdResponse, type GiveFeedbackToInsuranceTermsBotBody, type GiveFeedbackToInsuranceTermsBotQueryParams, type GiveFeedbackToInsuranceTermsBotResponse, type HandleCreateDistributionThemeBody, type HandleCreateDistributionThemeQueryParams, type HandleCreateDistributionThemeResponse, type HandleDeleteDistributionThemePathParams, type HandleDeleteDistributionThemeQueryParams, type HandleDeleteDistributionThemeResponse, type HandleUpdateDistributionThemeBody, type HandleUpdateDistributionThemePathParams, type HandleUpdateDistributionThemeQueryParams, type HandleUpdateDistributionThemeResponse, type HttpMethod, type ImportAnvaDocumentInWegroupQueryParams, type ImportAnvaDocumentInWegroupResponse, type ImportAnvaInsurancePolicyDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyDocumentInWegroupResponse, type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse, type ImportAnvaPartyInWegroupPathParams, type ImportAnvaPartyInWegroupQueryParams, type ImportAnvaPartyInWegroupResponse, type ImportAnvaproductBody, type ImportAnvaproductQueryParams, type ImportAnvaproductResponse, type ImportAssuPartyInWegroupPathParams, type ImportAssuPartyInWegroupQueryParams, type ImportAssuPartyInWegroupResponse, type ImportDiasPartyInWegroupPathParams, type ImportDiasPartyInWegroupQueryParams, type ImportDiasPartyInWegroupResponse, type ImportDiasflowProductBody, type ImportDiasflowProductQueryParams, type ImportDiasflowProductResponse, type ImportFasterforwardPartyInWegroupPathParams, type ImportFasterforwardPartyInWegroupQueryParams, type ImportFasterforwardPartyInWegroupResponse, type InviteColleaguesToDistributionBody, type InviteColleaguesToDistributionResponse, type InviteUserToPartyBody, type InviteUserToPartyPathParams, type InviteUserToPartyResponse, type LinkConversationToAdvisoryReportBody, type LinkConversationToAdvisoryReportPathParams, type LinkConversationToAdvisoryReportQueryParams, type LinkConversationToAdvisoryReportResponse, type LinkPartyToUserBody, type LinkPartyToUserResponse, type LockFlightApiResponse, type MarkConversationAsCompletedByIdBody, type MarkConversationAsCompletedByIdPathParams, type MarkConversationAsCompletedByIdResponse, type MergePartiesTogetherBody, type MergePartiesTogetherPathParams, type MergePartiesTogetherQueryParams, type MergePartiesTogetherResponse, type Middleware, type OrderInsurancePolciesOfAdvisoryReportBody, type OrderInsurancePolciesOfAdvisoryReportPathParams, type OrderInsurancePolciesOfAdvisoryReportQueryParams, type OrderInsurancePolciesOfAdvisoryReportResponse, type OutlookConnectionSyncQueryParams, type OutlookConnectionSyncResponse, type OverrideInsuranceProductRecommendationByIdBody, type OverrideInsuranceProductRecommendationByIdPathParams, type OverrideInsuranceProductRecommendationByIdResponse, type OverridePreventionAdviceRecommendationByIdBody, type OverridePreventionAdviceRecommendationByIdPathParams, type OverridePreventionAdviceRecommendationByIdResponse, type PatchAnvaproductByIdBody, type PatchAnvaproductByIdPathParams, type PatchAnvaproductByIdQueryParams, type PatchAnvaproductByIdResponse, type PatchAnvaproductCoverageByIdBody, type PatchAnvaproductCoverageByIdPathParams, type PatchAnvaproductCoverageByIdQueryParams, type PatchAnvaproductCoverageByIdResponse, type PatchDiasflowProductByIdBody, type PatchDiasflowProductByIdPathParams, type PatchDiasflowProductByIdQueryParams, type PatchDiasflowProductByIdResponse, type PatchDiasflowProductCoverageByDiasIdBody, type PatchDiasflowProductCoverageByDiasIdPathParams, type PatchDiasflowProductCoverageByDiasIdQueryParams, type PatchDiasflowProductCoverageByDiasIdResponse, type PatchOwnPartyAsCustomerBody, type PatchOwnPartyAsCustomerResponse, type PoseAQuestionToInsuranceTermsBotBody, type PoseAQuestionToInsuranceTermsBotForItToCompareBody, type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams, type PoseAQuestionToInsuranceTermsBotForItToCompareResponse, type PoseAQuestionToInsuranceTermsBotQueryParams, type PoseAQuestionToInsuranceTermsBotResponse, type PostEventAsCarglassPartnerBody, type PostEventAsCarglassPartnerResponse, type PutClausesForReportBody, type PutClausesForReportPathParams, type PutClausesForReportQueryParams, type PutClausesForReportResponse, type RecalculateDiasQuotesBySessionIdAndProductIdBody, type RecalculateDiasQuotesBySessionIdAndProductIdPathParams, type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams, type RecalculateDiasQuotesBySessionIdAndProductIdResponse, type RecalculateDiasSimulationBySessionIdBody, type RecalculateDiasSimulationBySessionIdPathParams, type RecalculateDiasSimulationBySessionIdQueryParams, type RecalculateDiasSimulationBySessionIdResponse, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse, type RecalculateSimulationBySessionIdBody, type RecalculateSimulationBySessionIdPathParams, type RecalculateSimulationBySessionIdQueryParams, type RecalculateSimulationBySessionIdResponse, type RecalculateYellowhiveQuotesBySessionIdAndProductIdBody, type RecalculateYellowhiveQuotesBySessionIdAndProductIdPathParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdQueryParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdResponse, type RecalculateYellowhiveSimulationBySessionIdBody, type RecalculateYellowhiveSimulationBySessionIdPathParams, type RecalculateYellowhiveSimulationBySessionIdQueryParams, type RecalculateYellowhiveSimulationBySessionIdResponse, type RetrieveAirportsResponse, type RetrieveAllExportsByPartyPathParams, type RetrieveAllExportsByPartyQueryParams, type RetrieveAllExportsByPartyResponse, type RetrieveAnvaflowsQuestionnairesPathParams, type RetrieveAnvaflowsQuestionnairesQueryParams, type RetrieveAnvaflowsQuestionnairesResponse, type RetrieveAskLaterQuestionsQueryParams, type RetrieveAskLaterQuestionsResponse, type RetrieveAutomobileByCarIdFreemiumVersionPathParams, type RetrieveAutomobileByCarIdFreemiumVersionQueryParams, type RetrieveAutomobileByCarIdFreemiumVersionResponse, type RetrieveAutomobileByIdFreemiumQueryParams, type RetrieveAutomobileByIdFreemiumResponse, type RetrieveDiasQuestionnairesPathParams, type RetrieveDiasQuestionnairesQueryParams, type RetrieveDiasQuestionnairesResponse, type RetrieveExportByIdPathParams, type RetrieveExportByIdQueryParams, type RetrieveExportByIdResponse, type RetrieveFlowBody, type RetrieveFlowPathParams, type RetrieveFlowQueryParams, type RetrieveFlowResponse, type RetrieveYellowhiveQuestionnairesPathParams, type RetrieveYellowhiveQuestionnairesQueryParams, type RetrieveYellowhiveQuestionnairesResponse, type SchemaAboutUsResponse, type SchemaAccelerationTo100, type SchemaAccident, type SchemaAccidentStatement, type SchemaAccidentStatementType, type SchemaAccidentStatementType_2, type SchemaAccountCreateCmd, type SchemaAccountCreatedResponse, type SchemaAccreditedAppraiser, type SchemaAccreditedAppraiser_2, type SchemaAcknowledgementQueryModel, type SchemaAction, type SchemaActionType, type SchemaActionUrlResponse, type SchemaActivateOutlookSyncCmd, type SchemaActivateOutlookSyncParams, type SchemaActivitiesCreateCmd, type SchemaActivity, type SchemaActivityFrontPageCmd, type SchemaActivityFrontPageQueryModel, type SchemaActivityPatchCmd, type SchemaActivityQueryModel, type SchemaAddActionToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdviceToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdvisoryReportStepsConfigurationParams, type SchemaAddConversationToAdvisoryReportRevisionParams, type SchemaAddInsuranceProductClausesToAdvisoryReportRevisionParams, type SchemaAddRiskDomainToAdvisoryReportRevisionParams, type SchemaAdditionalProperties, type SchemaAdditionalProperties_2, type SchemaAddresWithMetadata, type SchemaAddress, type SchemaAddressAllNones, type SchemaAddressInfoLinkRelationType, type SchemaAddressInformation, type SchemaAddressRules, type SchemaAdviceChangeType, type SchemaAdviceDiffModel, type SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, type SchemaAdvisoryReportAdviceDiff, type SchemaAdvisoryReportClauseQueryModel, type SchemaAdvisoryReportClausesCreateCmd, type SchemaAdvisoryReportConversationLinkCmd, type SchemaAdvisoryReportConversationQueryModel, type SchemaAdvisoryReportCreateCmd, type SchemaAdvisoryReportDocxResponse, type SchemaAdvisoryReportExportOptions, type SchemaAdvisoryReportExportResponse, type SchemaAdvisoryReportFrontPageCreateCmd, type SchemaAdvisoryReportInsurancePolicyCmd, type SchemaAdvisoryReportInsurancePolicyOrder, type SchemaAdvisoryReportInsurancePolicyPackageCmd, type SchemaAdvisoryReportPartyQueryModel, type SchemaAdvisoryReportPdfResponse, type SchemaAdvisoryReportQueryModel, type SchemaAdvisoryReportRevisionAcceptanceCmd, type SchemaAdvisoryReportRevisionCmd, type SchemaAdvisoryReportRevisionCreateCmd, type SchemaAdvisoryReportRevisionMailInquiryCmd, type SchemaAdvisoryReportRevisionUpdateCmd, type SchemaAdvisoryReportRevisionsQueryModel, type SchemaAdvisoryReportRiskDomainActionCreateCmd, type SchemaAdvisoryReportRiskDomainActionPatchCmd, type SchemaAdvisoryReportRiskDomainAdviceCreateCmd, type SchemaAdvisoryReportRiskDomainAdvicePatchCmd, type SchemaAdvisoryReportRiskDomainCreateCmd, type SchemaAdvisoryReportStepsCreateCmd, type SchemaAdvisoryReportTask, type SchemaAdvisoryReportsQueryModel, type SchemaAdvisoryTaskPriority, type SchemaAedesCar, type SchemaAedesCarPayload, type SchemaAedesDriver, type SchemaAedesParking, type SchemaAedesParking_2, type SchemaAffiliation, type SchemaAffiliationInfo, type SchemaAffiliationStatus, type SchemaAffinityKey, type SchemaAgHomePayload, type SchemaAgriculturalVehicleUsage, type SchemaAgriculturalVehicleUsage_2, type SchemaAlarmSystem, type SchemaAllGuaranteesSetting, type SchemaAllianzCancellationReason, type SchemaAllianzCancellationReason_2, type SchemaAllianzCar, type SchemaAllianzCarPayload, type SchemaAllianzDriver, type SchemaAllianzFamilyPayload, type SchemaAllianzHome, type SchemaAllianzHomePayload, type SchemaAnalyzeEmailByIdParams, type SchemaAnnex, type SchemaAnnexRoofConstructionType, type SchemaAnnexType, type SchemaAnnexType_2, type SchemaAnnexWallConstructionType, type SchemaAnnualPremium, type SchemaAnnualPremiumQueryModel, type SchemaAnswer, type SchemaAnswerFlowParams, type SchemaAnswerFlowSessionParams, type SchemaAnswerFlowsResponse, type SchemaAnswerValidationError, type SchemaAnswerValidationErrorMessage, type SchemaAnswersPayload, type SchemaAnvaAdnCoverage, type SchemaAnvaCalculationPackage, type SchemaAnvaCalculationResponse, type SchemaAnvaClaimStatus, type SchemaAnvaClosingQuestion, type SchemaAnvaClosingQuestionUpsertCmd, type SchemaAnvaCollectionMethod, type SchemaAnvaCollectionMethods, type SchemaAnvaCoverage, type SchemaAnvaCoverageCombination, type SchemaAnvaCustomerInquiryParams, type SchemaAnvaDocument, type SchemaAnvaDocumentUpdateCmd, type SchemaAnvaDocumentUploadCmd, type SchemaAnvaExportReply, type SchemaAnvaFlowLabelStatus, type SchemaAnvaFlowStatus, type SchemaAnvaInquiry, type SchemaAnvaInquiryDocument, type SchemaAnvaInsurance, type SchemaAnvaInsuranceCompany, type SchemaAnvaInsuranceCompanyUpdateCmd, type SchemaAnvaInsurancePackage, type SchemaAnvaInsurancePolicy, type SchemaAnvaInsuranceUpdateCmd, type SchemaAnvaInvoiceStatus, type SchemaAnvaLabel, type SchemaAnvaMutationReason, type SchemaAnvaMutationReasons, type SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductFlowRevision, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, type SchemaAnvaProductTagUpsertCmd, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaAnvaTaskCmd, type SchemaAnvaTaskPriority, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type SchemaAppModelsPartyCommandsExternalRef, type SchemaAppModelsPartyCommandsExternalref, type SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppModelsUploadExternalRef, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyDocumentsPartydocumentquerymodel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type SchemaAssuDocumentUploadCmd, type SchemaAssuTaskCmd, type SchemaAssuTaskPriority, type SchemaAttachmentType, type SchemaAudits, type SchemaAuth, type SchemaAutomaticEmergencyBreaking, type SchemaAvatars, type SchemaAxaCar, type SchemaAxaCarPayload, type SchemaAxaContractualExcess, type SchemaAxaContractualExcess_2, type SchemaAxaDriver, type SchemaAxaFamilyPayload, type SchemaAxaHome, type SchemaAxaHomePayload, type SchemaAxaItemLimitTier, type SchemaAxaItemLimitTier_2, type SchemaAxaTheftFormulas, type SchemaAxaTheftFormulas_2, type SchemaBackupFrequency, type SchemaBackupFrequency_2, type SchemaBalance, type SchemaBalanceQueryModel, type SchemaBaloiseCar, type SchemaBaloiseCarPayload, type SchemaBaloiseDriver, type SchemaBaloiseFamilyPayload, type SchemaBaloiseHome, type SchemaBaloiseHomePayload, type SchemaBatchUnitResponse, type SchemaBatteryCapacity, type SchemaBicycle, type SchemaBicycleReferenceQueryModel, type SchemaBicycleRiskObjectIdWithRevisionId, type SchemaBicycleSpeed, type SchemaBicycleType, type SchemaBicycleUsage, type SchemaBlindSpotWarning, type SchemaBoat, type SchemaBoatAccidentCoverageLevel, type SchemaBoatAccidentCoverageLevel_2, type SchemaBoatBerthBigCity, type SchemaBoatBerthNlArea, type SchemaBoatBerthType, type SchemaBoatCategory, type SchemaBoatCompetitionType, type SchemaBoatConstructionType, type SchemaBoatMotorKind, type SchemaBoatNlPayloads, type SchemaBoatPreferences, type SchemaBoatReferenceQueryModel, type SchemaBoatRiskObjectIdWithRevisionId, type SchemaBoatTerritory, type SchemaBoatTrailer, type SchemaBoatUsage, type SchemaBookkeeper, type SchemaBrand, type SchemaBrandClub, type SchemaBrandClub_2, type SchemaBrandSortContext, type SchemaBroker, type SchemaBrokerConnectionCreate, type SchemaBrokerConnectionOutlookMailFolderSyncDetails, type SchemaBrokerConnectionUpdate, type SchemaBrokerCreateCmd, type SchemaBrokerIntegrations, type SchemaBrokerIntegrationsPatchCmd, type SchemaBrokerMembershipsCreateCmd, type SchemaBrokerPatchCmd, type SchemaBrokerPlan, type SchemaBrokerSettings, type SchemaBrokerType, type SchemaBrokerUserCreateCmd, type SchemaBrokerWithDistributionName, type SchemaBrokerWithModules, type SchemaBuildingExtra, type SchemaBuildingMaintenanceStatus, type SchemaBuildingPurpose, type SchemaBuildingRentOut, type SchemaBuildingUse, type SchemaCalculateAnvaQuotesRequest, type SchemaCalculateDiasQuotesRequest, type SchemaCalculateProfileaseCarQuoteCmd, type SchemaCalculateProfileaseCarQuoteParams, type SchemaCalculateYellowHiveQuotesRequest, type SchemaCalculationSpecEnumValue, type SchemaCalculationSpecInputType, type SchemaCalculationSpecType, type SchemaCampaignAudienceType, type SchemaCampaignDistributionSettingsQueryModel, type SchemaCampaignExtend, type SchemaCampaignFlowType, type SchemaCampaignGenerateDnsPrefix, type SchemaCampaignInsurance, type SchemaCampaignInsuranceQueryModel, type SchemaCampaignMailTemplateQueryModel, type SchemaCampaignMetrics, type SchemaCampaignQueryModel, type SchemaCampaignQueryModelFull, type SchemaCampaignReferenceQueryModel, type SchemaCampaignSharingOption, type SchemaCampaignSpecifications, type SchemaCampaignSpecificationsQueryModel, type SchemaCampaignStatus, type SchemaCampaignTarget, type SchemaCampaignTargetQueryModel, type SchemaCampaignTemplateCategory, type SchemaCampaignTemplateQueryModel, type SchemaCampaignTemplatesQueryModel, type SchemaCampaignType, type SchemaCampaignVerifiedDnsPrefix, type SchemaCampaignYellowHiveProduct, type SchemaCampaignYellowHiveProductQueryModel, type SchemaCampaignYellowHiveProducts, type SchemaCampaignYellowHiveProductsQueryModel, type SchemaCampaigns, type SchemaCampaignsResponse, type SchemaCar, type SchemaCarCategory, type SchemaCarCategoryCode, type SchemaCarCategoryCode_2, type SchemaCarCategory_2, type SchemaCarClaimType, type SchemaCarClaimType_2, type SchemaCarDemo, type SchemaCarDemo_2, type SchemaCarEvaluationType, type SchemaCarEvaluationType_2, type SchemaCarGlassEvent, type SchemaCarInsuranceInsightPayload, type SchemaCarInsurancePolicyInsightsCarResponse, type SchemaCarInsurancePolicyInsightsDistributionResponse, type SchemaCarInsurancePolicyInsightsPartyResponse, type SchemaCarInsurancePolicyInsightsResponse, type SchemaCarInsured, type SchemaCarInterests, type SchemaCarInterests_2, type SchemaCarLease, type SchemaCarLeaseRatesResponse, type SchemaCarLookUpToQuestion, type SchemaCarLookUpToQuestions, type SchemaCarLookUpToQuestionsCmd, type SchemaCarMileage, type SchemaCarNlPayloads, type SchemaCarPayloads, type SchemaCarPremiumResponse, type SchemaCarProfessionalUsagePurpose, type SchemaCarProfessionalUsagePurpose_2, type SchemaCarReferenceQueryModel, type SchemaCarRiskObjectIdWithRevisionId, type SchemaCarStorage, type SchemaCarTaxation, type SchemaCarTheftProtection, type SchemaCarTheftProtection_2, type SchemaCarTrackingSystem, type SchemaCarTrackingSystem_2, type SchemaCarTrailer, type SchemaCarUsage, type SchemaCarUsagePeriod, type SchemaCarUsagePeriod_2, type SchemaCarUsedFor, type SchemaCarUsedFor_2, type SchemaCarVehicleType, type SchemaCarVehicleType_2, type SchemaCarglassEventCreateParams, type SchemaCategoryType, type SchemaChatCmd, type SchemaChatSummaryDetailed, type SchemaChatSummaryGroup, type SchemaChatSummaryQuestion, type SchemaChatSummarySection, type SchemaCheckupItemType, type SchemaChild, type SchemaChildProtection, type SchemaChildProtectionDriver, type SchemaChildProtectionPassenger, type SchemaChildProtectionRear, type SchemaChunk, type SchemaCitizensCar, type SchemaCitizensCarPayload, type SchemaCitizensCoverageChoice, type SchemaCitizensCoverageChoice_2, type SchemaCitizensInsuredAmountAccidents, type SchemaCitizensInsuredAmountAccidents_2, type SchemaCitizensInsuredAmountLiability, type SchemaCitizensInsuredAmountLiability_2, type SchemaCitizensSteeringPosition, type SchemaCity, type SchemaCityAutomaticEmergencyBraking, type SchemaCivilState, type SchemaCivilState_2, type SchemaClaim, type SchemaClaimCause, type SchemaClaimCause_2, type SchemaClaimFreeYears, type SchemaClaimFreeYears_2, type SchemaClaimLossAmount, type SchemaClaimLossAmount_2, type SchemaClaimQueryModel, type SchemaClaimStatus, type SchemaClaimType, type SchemaClaimsQueryModel, type SchemaClauseCmd, type SchemaClauseQueryModel, type SchemaCloudDataStorageLocation, type SchemaCollectionMethod, type SchemaCommentary, type SchemaCommentaryQueryModel, type SchemaCompany, type SchemaCompanyCreateCmd, type SchemaCompanyGoodQueryModel, type SchemaCompanyInfo, type SchemaCompanyInfoContent, type SchemaCompanyInventoryQueryModel, type SchemaCompanyInvestmentQueryModel, type SchemaCompanyLeadCreateCmd, type SchemaCompanyLeadCreateReply, type SchemaCompanyLeaseQueryModel, type SchemaCompanyLoanQueryModel, type SchemaCompanyProspectType, type SchemaCompanyProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCompanyQueryModel, type SchemaCompanyRegistration, type SchemaCompanyRegistrationQueryModel, type SchemaCompanyRegistrationType, type SchemaCompanyRegistrationType_2, type SchemaCompanySearchBy, type SchemaCompareAnswer, type SchemaCompareCmd, type SchemaConceptReplyGeneratedResponse, type SchemaCondition, type SchemaConditionAction, type SchemaConditionCheckType, type SchemaConditionOperation, type SchemaConditionType, type SchemaConditions, type SchemaConstructionType, type SchemaConstructionTypeFloors, type SchemaConstructionWorkDuration, type SchemaConstructionWorks, type SchemaConstructionYear, type SchemaConstructionYearCategory, type SchemaContactPerson, type SchemaContentValueDefinedType, type SchemaContractConversions, type SchemaConversationAnswer, type SchemaConversationAnswerCompared, type SchemaConversationDocumentPdfModel, type SchemaConversationNote, type SchemaConversationsOriginFilter, type SchemaConversationsOriginFilterItem, type SchemaCountryCodes, type SchemaCountryCodes_2, type SchemaCoverage, type SchemaCoverageCmd, type SchemaCoverageGroupMatchingScore, type SchemaCoverageInsights, type SchemaCoverageLimit, type SchemaCoveragePeriod, type SchemaCoverageQueryModel, type SchemaCoverageUpdateCmd, type SchemaCreateAccountParams, type SchemaCreateAdvisoryReportParams, type SchemaCreateAdvisoryReportRevisionParams, type SchemaCreateAdvisoryReportRevisionV2Params, type SchemaCreateAnvaPartyCompanyCmd, type SchemaCreateAnvaPartyCompanyRegistration, type SchemaCreateAnvaPartyCustomerCmd, type SchemaCreateBicycleRiskObjectParams, type SchemaCreateBoatRiskObjectParams, type SchemaCreateBrokerConnectionParams, type SchemaCreateCampaignAssistantAvatarCmd, type SchemaCreateCampaignCmd, type SchemaCreateCampaignLogoCmd, type SchemaCreateCampaignParams, type SchemaCreateCarRiskObjectParams, type SchemaCreateCompanyLeadParams, type SchemaCreateCompanyProspectParams, type SchemaCreateCustomThemeAsDistributionParams, type SchemaCreateCustomerLeadParams, type SchemaCreateCustomerProspectParams, type SchemaCreateDiasPartyCompanyCmd, type SchemaCreateDiasPartyCompanyRegistration, type SchemaCreateDiasPartyCustomerCmd, type SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateMultiResponse, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyActivitiesParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type SchemaCreateReply, type SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateTaskInAnvaParams, type SchemaCreateTaskInAssuParams, type SchemaCreateTaskInDiasParams, type SchemaCreateTaskInFasterforwardParams, type SchemaCreateToolkitAccountParams, type SchemaCreateToolkitBrokerParams, type SchemaCreateTrailerRiskObjectParams, type SchemaCreateTrialUserParams, type SchemaCreateYellowHiveContactPersonCreateCmd, type SchemaCreditRating, type SchemaCreditScore, type SchemaCrmExportQueryModel, type SchemaCrmExportType, type SchemaCurrency, type SchemaCurrencyValue, type SchemaCustomAdvice, type SchemaCustomAdvicePatchCmd, type SchemaCustomer, type SchemaCustomerCreateCmd, type SchemaCustomerInfo, type SchemaCustomerLeadCreateCmd, type SchemaCustomerLeadCreateReply, type SchemaCustomerProspectType, type SchemaCustomerProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCustomerQueryModel, type SchemaCustomerSheet, type SchemaCustomerSheetAcceptations, type SchemaCustomersInfoType, type SchemaCyber, type SchemaDasLegalPayload, type SchemaDataType, type SchemaDate, type SchemaDateDsl, type SchemaDeactivateOutlookSyncCmd, type SchemaDeactivateOutlookSyncParams, type SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDelinkPartyToUserParams, type SchemaDemographicData, type SchemaDiasAfdBranch, type SchemaDiasCalculationPackage, type SchemaDiasClosingQuestion, type SchemaDiasCollectionMethods, type SchemaDiasCoverage, type SchemaDiasCoverageCombination, type SchemaDiasCoverageUpdateCmd, type SchemaDiasEntity, type SchemaDiasEntityLink, type SchemaDiasEntityType, type SchemaDiasFlowStatus, type SchemaDiasInsurance, type SchemaDiasInsuranceCompany, type SchemaDiasInsurancePackage, type SchemaDiasInsurancePolicy, type SchemaDiasPackage, type SchemaDiasPolicyPackageCalculationJob, type SchemaDiasProduct, type SchemaDiasProductFlowInSession, type SchemaDiasProductImportCmd, type SchemaDiasProductQuestionnaire, type SchemaDiasProductQuestionnaireQueryModel, type SchemaDiasProductQuestionnairesQueryModel, type SchemaDiasProductQuestionnairesUpdateCmd, type SchemaDiasProductQuestionnairesValidateCmd, type SchemaDiasProductSearch, type SchemaDiasProductToInsurancePolicyLink, type SchemaDiasProductUpdateCmd, type SchemaDiasProductsInConversationCmd, type SchemaDiasQuote, type SchemaDiasQuoteCalculationJob, type SchemaDiasQuoteCalculationJobsQueuedResponse, type SchemaDiasSaluation, type SchemaDiasTitle, type SchemaDimensions, type SchemaDinghy, type SchemaDinghyCategory, type SchemaDirector, type SchemaDisable_2faForMeParams, type SchemaDiscount, type SchemaDisplacement, type SchemaDistances, type SchemaDistribution, type SchemaDistributionCompanyRegistrationValidation, type SchemaDistributionConnectionCreateCmd, type SchemaDistributionConnectionQueryModel, type SchemaDistributionConnectionUpdateCmd, type SchemaDistributionCreateCmd, type SchemaDistributionFrontPageSettings, type SchemaDistributionFrontPageSettingsQueryModel, type SchemaDistributionInvite, type SchemaDistributionLogos, type SchemaDistributionNameValidateCmd, type SchemaDistributionNoveltyInsight, type SchemaDistributionPromotionCreateCmd, type SchemaDistributionPromotionsReply, type SchemaDistributionSettings, type SchemaDistributionSettingsPatchCmd, type SchemaDistributionSignatureMethodQueryModel, type SchemaDistributionSignaturePatchCmd, type SchemaDistributionTagCreateCmd, type SchemaDistributionTagReply, type SchemaDistributionTagsQueryModel, type SchemaDistributionThemeCreateCmd, type SchemaDistributionThemeUpdateCmd, type SchemaDistributionUsp, type SchemaDistributionUspItemCreateCmd, type SchemaDistributionUspItemUpdateCmd, type SchemaDistributionUspReply, type SchemaDistributions, type SchemaDnaYachtBoatPayload, type SchemaDocument, type SchemaDocumentExtractionBatch, type SchemaDocumentExtractionBatchPayload, type SchemaDocumentExtractionEntityInfo, type SchemaDocumentLinkResponse, type SchemaDocumentQueryModel, type SchemaDocumentReferenceQueryModel, type SchemaDocumentResourceType, type SchemaDocumentStatus, type SchemaDocumentType, type SchemaDocumentType_2, type SchemaDomainCar, type SchemaDriveAssistanceSystem, type SchemaDriveTrainLayout, type SchemaDriveTrainLayout_2, type SchemaDriver, type SchemaDriverBrandClubMembership, type SchemaDriverExperience, type SchemaDriverLicenseCode, type SchemaDriverLicenseCode_2, type SchemaDriverLicenseType, type SchemaDriverLicenseType_2, type SchemaDriverVehicle, type SchemaDriverVehicleExperience, type SchemaDriverVehicleUsage, type SchemaDrivingTimes, type SchemaDutyOfCareCheckupItem, type SchemaDutyOfCareKind, type SchemaDutyOfCareStatus, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, type SchemaEmailActionability, type SchemaEmailAggregateResponse, type SchemaEmailAnalysis, type SchemaEmailAnalysisResponse, type SchemaEmailAnalyzeByEmailIdCmd, type SchemaEmailConversation, type SchemaEmailModel, type SchemaEmailTriageClassification, type SchemaEmailTriageCmd, type SchemaEmailUpdateByEmailIdCmd, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type SchemaExtractSingularDocumentAsInsurancePolicyParams, type SchemaExtractSingularDocumentAsOfferParams, type SchemaExtractSingularDocumentEnqueueParams, type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams, type SchemaExtractSingularDocumentOffersEnqueueParams, type SchemaExtractSingularDocumentParams, type SchemaExtractSingularDocumentPartyEnqueueParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFaqCreateCmd, type SchemaFaqItem, type SchemaFaqQueryModel, type SchemaFaqType, type SchemaFasterForwardDocumentUploadCmd, type SchemaFeatureItem, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, type SchemaFinConnectLinkQueryModel, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaInsurancePackageInsurancePolicy, type SchemaFlowsModelsAnvaAnvaPartyBaseAddress, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaAnvaQuotePossiblePackage, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, type SchemaFlowsModelsDiasDiasInsurancePackageInsurancePolicy, type SchemaFlowsModelsDiasDiasPartyBaseAddress, type SchemaFlowsModelsDiasDiasQuoteCoverage, type SchemaFlowsModelsDiasDiasQuotePossiblePackage, type SchemaFlowsModelsDiasDocument, type SchemaFlowsModelsDiasWarning, type SchemaFlowsModelsYellowhiveDocument, type SchemaFlowsModelsYellowhiveWarning, type SchemaFlowsModelsYellowhiveYellowHiveQuoteCoverage, type SchemaForecast, type SchemaForecastDataResponse, type SchemaFormattedExceptionModel, type SchemaFormulaInfo, type SchemaForwardCollisionWarning, type SchemaFoyerCar, type SchemaFoyerCarPayload, type SchemaFoyerDriver, type SchemaFranchise, type SchemaFranchiseLevel, type SchemaFranchiseQueryModel, type SchemaFranchiseType, type SchemaFrontPageCmd, type SchemaFrontPageQueryModel, type SchemaFrontalCrashProtection, type SchemaFrontalCrashProtectionDriver, type SchemaFrontalCrashProtectionPassenger, type SchemaFrontalCrashProtectionRear, type SchemaFsmaStatute, type SchemaFuel, type SchemaFuelCapacity, type SchemaFuelConsumption, type SchemaFullLeaseOfferQueryModel, type SchemaFunction, type SchemaFuneralPayloads, type SchemaFuneralPreference, type SchemaFuneralPreferenceQueryModel, type SchemaFuturePlans, type SchemaGender, type SchemaGeneral, type SchemaGenerateAboutUsCmd, type SchemaGenerateCompanyDescriptionCmd, type SchemaGenerateCompanyDescriptionParams, type SchemaGenerateCompanyDescriptionResponse, type SchemaGenerateCompanySettingsAboutUsParams, type SchemaGenerateConceptReplyCmd, type SchemaGenerateConceptReplyParams, type SchemaGenerateDnsPrefixParams, type SchemaGenerateRecommendationParams, type SchemaGenerateRecommendationsByPartyIdParams, type SchemaGetAddressInfoPremiumResponse, type SchemaGetAdvisoryReportDiffResponse, type SchemaGetAutomobileBrandResponse, type SchemaGetAutomobileBrandsResponse, type SchemaGetAutomobileFactsResponse, type SchemaGetAutomobileSerieResponse, type SchemaGetAutomobileSeriesResponse, type SchemaGetAutomobileVersionResponse, type SchemaGetAutomobileVersionsResponse, type SchemaGetCarInsuranceInsightsParams, type SchemaGetCarPremiumResponse, type SchemaGetCityResponse, type SchemaGetCompanyMultiResponse, type SchemaGetCompanySingleResponse, type SchemaGetDirectorMultiResponse, type SchemaGetNumberPlatePremiumResponse, type SchemaGetSearchAddressNewResponse, type SchemaGetStreetResponse, type SchemaGetVinPremiumResponse, type SchemaGiveSelectedProductsFeedbackParams, type SchemaGuarantee, type SchemaGuaranteeBase, type SchemaGuaranteeContent, type SchemaGuaranteeMatchingScores, type SchemaGuaranteeModification, type SchemaGuaranteeTag, type SchemaHandleCalculateAnvaQuotesForConversationParams, type SchemaHandleCalculateOneAnvaQuoteForConversationParams, type SchemaHandleCalculateOneDiasQuoteForConversationParams, type SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDiasPartyParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleImportDiasProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateDiasQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateDiasSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSendOfferMailParams, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaPartyParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasflowsProductByIdParams, type SchemaHandleUpdateDiasflowsProductCoverageByIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleUpsertSupportedAnvaflowsTagParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, type SchemaHandleValidateDiasQuestionnairesByProductIdParams, type SchemaHandleValidateYellowhiveQuestionnairesByProductIdParams, type SchemaHazardLevel, type SchemaHeaders, type SchemaHeatingType, type SchemaHighSpeedAutomaticEmergencyBraking, type SchemaHobbies, type SchemaHolderState, type SchemaHomeAge, type SchemaHomeEvaluationType, type SchemaHomeNlPayloads, type SchemaHomePayloads, type SchemaHomeToWorkDistance, type SchemaHomeToWorkDistance_2, type SchemaHp, type SchemaHttpMethod, type SchemaIbanValidation, type SchemaIdIntResponse, type SchemaIdentificationTypes, type SchemaIdentificationTypes_2, type SchemaImpactTime, type SchemaImpactTime_2, type SchemaImportActivity, type SchemaImportPartyError, type SchemaImportPartyResponse, type SchemaIncomeData, type SchemaInformationRequirementSheetSpecification, type SchemaInputType, type SchemaInsurance, type SchemaInsuranceCarrierType, type SchemaInsuranceCarrierType_2, type SchemaInsuranceCompanyRetrieveResponse, type SchemaInsuranceCompanyTag, type SchemaInsuranceCompanyTag_2, type SchemaInsuranceContent, type SchemaInsuranceExtended, type SchemaInsuranceFsma, type SchemaInsuranceHistory, type SchemaInsuranceModuleExportQueryModel, type SchemaInsuranceModuleExportType, type SchemaInsurancePoliciesQueryModel, type SchemaInsurancePolicyCreateCmd, type SchemaInsurancePolicyCreateType, type SchemaInsurancePolicyDocumentCmd, type SchemaInsurancePolicyDocumentQueryModel, type SchemaInsurancePolicyDocumentType, type SchemaInsurancePolicyEntity, type SchemaInsurancePolicyLinkCmd, type SchemaInsurancePolicyLinkQueryModel, type SchemaInsurancePolicyQueryModel, type SchemaInsurancePolicySimulationSendRequest, type SchemaInsurancePolicySimulationType, type SchemaInsurancePolicySimulationUpsertCmd, type SchemaInsurancePolicyStatus, type SchemaInsurancePolicyType, type SchemaInsurancePolicyType_2, type SchemaInsuranceProduct, type SchemaInsuranceProductAdvices, type SchemaInsuranceProductByDistributionUpdateCmd, type SchemaInsuranceProductClauseCreateCmd, type SchemaInsuranceProductClauseUpdateCmd, type SchemaInsuranceProductClausesQueryModel, type SchemaInsuranceProductEntity, type SchemaInsuranceProductQueryModel, type SchemaInsuranceProductRecommendation, type SchemaInsuranceProductRecommendationPatchCmd, type SchemaInsuranceProductsQueryModel, type SchemaInsuranceTerminationReasonType, type SchemaInsuranceTerminationReasonType_2, type SchemaInsuranceType, type SchemaInsuranceType_2, type SchemaInsuredContentValue, type SchemaInsuredValue, type SchemaInventoryCheckupItem, type SchemaInviteCustomersToPartyParams, type SchemaInviteUsersToDistributionParams, type SchemaInvoice, type SchemaInvoiceQueryModel, type SchemaInvoicesQueryModel, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, type SchemaJobQueuedResponse, type SchemaJobResult, type SchemaJobResultType, type SchemaJobStatus, type SchemaJointIndustrialCommittee, type SchemaJointIndustrialCommitteeQueryModel, type SchemaJsonRpcError, type SchemaJsonRpcReply, type SchemaKey, type SchemaKeys, type SchemaKind, type SchemaKmPerYear, type SchemaKmPerYear_2, type SchemaKw, type SchemaLabelValueCount, type SchemaLabeledItems, type SchemaLaneCenteringAssist, type SchemaLaneDepartureWarning, type SchemaLaneKeepingAssistance, type SchemaLanguage, type SchemaLanguageCodes, type SchemaLarLegalPayload, type SchemaLastAnswer, type SchemaLateralCrashProtection, type SchemaLateralCrashProtectionDriver, type SchemaLateralCrashProtectionPassenger, type SchemaLateralCrashProtectionRear, type SchemaLeadCampaignQueryModel, type SchemaLeadDocumentQueryModel, type SchemaLeadDocumentType, type SchemaLeadProviderQueryModel, type SchemaLeadProviderResponse, type SchemaLeadProvidersResponse, type SchemaLeadReferenceQueryModel, type SchemaLeadRetrieveReply, type SchemaLeadStatus, type SchemaLeadTransferPayload, type SchemaLeaseOfferDocumentQueryModel, type SchemaLeaseOfferDocumentType, type SchemaLeaseOfferType, type SchemaLeaseType, type SchemaLeaseType_2, type SchemaLegalAid, type SchemaLegalForm, type SchemaLegalForm_2, type SchemaLegalPayloads, type SchemaLegalReferenceQueryModel, type SchemaLegalRiskObjectIdWithRevisionId, type SchemaLength, type SchemaLengthUnit, type SchemaLez, type SchemaLezCity, type SchemaLezPass, type SchemaLezYears, type SchemaLiabilityInfo, type SchemaLiabilityType, type SchemaLiabilityType_2, type SchemaLicense, type SchemaLicensePlateType, type SchemaLicensePlateType_2, type SchemaLink, type SchemaLinkPartyToUserCmd, type SchemaLinkPartyToUserCmdItem, type SchemaLinkPartyToUserParams, type SchemaLinkedCompany, type SchemaLinkedCompanyQueryModel, type SchemaLivingRoomSize, type SchemaLocalisationPatchCmd, type SchemaLocalization, type SchemaLocalized, type SchemaLowerCaseCountryCodes, type SchemaLowerCaseLanguageCodes, type SchemaMachineAcquisitionType, type SchemaMachineDelivery, type SchemaMailEvent, type SchemaMainBuilding, type SchemaMainBuildingType, type SchemaManagement, type SchemaManagementFuturePlans, type SchemaManagementQueryModel, type SchemaMarkSessionAsCompletedModel, type SchemaMarkSessionAsCompletedResponse, type SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsAssuDocumentUploadCmd, type SchemaMercuryModelsFasterforwardDocumentUploadCmd, type SchemaMercuryModelsFasterforwardFasterForwardSearchRelations, type SchemaMercuryModelsFasterforwardFasterForwardSearchRelationsFasterForwardSearchRelations, type SchemaMercuryModelsFasterforwardListItem, type SchemaMercuryModelsFasterforwardTaskCmd, type SchemaMercuryModelsFasterforwardTaskPriority, type SchemaMercuryModelsMDiasTaskCmd, type SchemaMercuryModelsMDiasTaskPriority, type SchemaMergePartiesIntoPartyByIdParams, type SchemaMetadata, type SchemaMicrosoftOutlookMailFolder, type SchemaMicrosoftOutlookMailFolders, type SchemaMimeType, type SchemaMinVolumeTrunk, type SchemaMinimalBicycle, type SchemaMinimalBoat, type SchemaMinimalCar, type SchemaMinimalClaim, type SchemaMinimalCoverageQueryModel, type SchemaMinimalCustomerPartyQueryModel, type SchemaMinimalCustomerPartyQueryModels, type SchemaMinimalDutyOfCareItem, type SchemaMinimalFamily, type SchemaMinimalFleet, type SchemaMinimalInsurancePolicy, type SchemaMinimalInsurancePolicyQueryModel, type SchemaMinimalInventorySummary, type SchemaMinimalInvoice, type SchemaMinimalLegal, type SchemaMinimalMiscellaneous, type SchemaMinimalOfferQueryModel, type SchemaMinimalPartyGroup, type SchemaMinimalPartyQueryModel, type SchemaMinimalPolicyPackage, type SchemaMinimalResidence, type SchemaMinimalRiskObject, type SchemaMinimalRiskObjects, type SchemaMinimalSemiTrailer, type SchemaMinimalTeacher, type SchemaMinimalTrailer, type SchemaMinimalTwoWheeler, type SchemaMinimalUser, type SchemaMinimalUserQueryModels, type SchemaMiscellaneous, type SchemaMiscellaneousRiskObjectIdWithRevisionId, type SchemaMortgage, type SchemaMostImportantItems, type SchemaMostImportantItems_2, type SchemaMotorType, type SchemaMotorType_2, type SchemaMotorcycleInterests, type SchemaMotorcycleInterests_2, type SchemaMultiAffiliationInfoQueryModel, type SchemaMultiAffiliationQueryModel, type SchemaMultiAnvaAdnCoverageQueryModel, type SchemaMultiAnvaClosingQuestionQueryModel, type SchemaMultiAnvaCoverageQueryModel, type SchemaMultiAnvaInsuranceCompanyQueryModel, type SchemaMultiAnvaInsuranceQueryModel, type SchemaMultiAnvaLabelQueryModel, type SchemaMultiAnvaProductQueryModel, type SchemaMultiAnvaQuestionByAnvaLabelUpdateCmd, type SchemaMultiAnvaTagQueryModel, type SchemaMultiBrokerQueryModel, type SchemaMultiDiasAfdBranchQueryModel, type SchemaMultiDiasInsuranceQueryModel, type SchemaMultiDiasPartySaluationQueryModel, type SchemaMultiDiasPartyTitleQueryModel, type SchemaMultiDiasProductQueryModel, type SchemaMultiDiasProductSearchQueryModel, type SchemaMultiFlowSessionItemQueryModel, type SchemaMultiFlowSessionQueryModel, type SchemaMultiLeaseOfferQueryModel, type SchemaMultiOfferQueryModel, type SchemaMultiPartyQueryModel, type SchemaMultiQuoteBeSession, type SchemaMultiQuoteNlSession, type SchemaMultiYellowHiveCoverageQueryModel, type SchemaMultiYellowHiveInsuranceQueryModel, type SchemaMultiYellowHiveProductQueryModel, type SchemaNationalIdentificationNumberValidation, type SchemaNatsError, type SchemaNextActionItem, type SchemaNextActionSource, type SchemaNextActionType, type SchemaNotice, type SchemaNumberPlateInfo, type SchemaNumberPlatePremiumResponse, type SchemaOccupationType, type SchemaOfferCampaignQueryModel, type SchemaOfferCreateCmdV2, type SchemaOfferCreateResponse, type SchemaOfferCreateRevisionCmd, type SchemaOfferPatchBulkCmd, type SchemaOfferPayment, type SchemaOfferRejectionCancellationReason, type SchemaOfferRequestForInsuranceCompanyCreateCmd, type SchemaOfferRequestForInsuranceCompanyInsuranceProductItem, type SchemaOfferRequestForInsuranceCompanyItem, type SchemaOfferRequestForInsuranceCompanyItemWithId, type SchemaOfferRequestForInsuranceCompanyParty, type SchemaOfferRevisionDocument, type SchemaOfferRevisionDocumentType, type SchemaOfferRevisionPatchCmd, type SchemaOfferRevisionQueryModel, type SchemaOfferRevisionReferenceQueryModel, type SchemaOfferStatus, type SchemaOfferWarning, type SchemaOmniumFormula, type SchemaOmniumFormulaByName, type SchemaOmniumFormulaByName_2, type SchemaOmniumFormula_2, type SchemaOnesuranceAction, type SchemaOnesuranceActionType, type SchemaOnesuranceAdvice, type SchemaOnesuranceAdviceLevel, type SchemaOnesuranceAdviceType, type SchemaOnesuranceExplanationData, type SchemaOnesuranceIntent, type SchemaOnesurancePartyData, type SchemaOnesuranceProduct, type SchemaOnesuranceQuickFeedback, type SchemaOnesuranceRecommendation, type SchemaOnesuranceRecommendationType, type SchemaOnesuranceRecommendations, type SchemaOnesuranceRelationDetails, type SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOutlookConnectionDetails, type SchemaOutlookEmail, type SchemaOutlookEmailItem, type SchemaOutlookEmails, type SchemaOutlookMailHeader, type SchemaOutlookMailRecepient, type SchemaOverdueInvoicesCheckupItem, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPackagesToProposeCheckupItem, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartiesQueryModelItem, type SchemaPartiesSearchCmd, type SchemaPartiesSearchItem, type SchemaPartiesSearchResponse, type SchemaPartyAddresses, type SchemaPartyAssigneesUpdateCmd, type SchemaPartyCheckupResponse, type SchemaPartyComplianceType, type SchemaPartyConversationNotes, type SchemaPartyCurrentAccountInsightsQueryModel, type SchemaPartyDocument, type SchemaPartyDocumentQueryModel, type SchemaPartyDocumentType, type SchemaPartyDocumentUpload, type SchemaPartyDocuments, type SchemaPartyEntity, type SchemaPartyExternalRefsCreateCmd, type SchemaPartyExternalRefsQueryModel, type SchemaPartyGroupCustomerQueryModel, type SchemaPartyGroupReferenceQueryModel, type SchemaPartyGroupRiskObjectIdWithRevisionId, type SchemaPartyInvite, type SchemaPartyKycItem, type SchemaPartyKycQueryModel, type SchemaPartyLink, type SchemaPartyLinkQueryModel, type SchemaPartyLogoCmd, type SchemaPartyLogoQueryModel, type SchemaPartyMergeCmd, type SchemaPartyNoteCmd, type SchemaPartyOriginFilter, type SchemaPartyOriginFilterItem, type SchemaPartyPatchCmd, type SchemaPartyPreferences, type SchemaPartyPreferencesQueryModel, type SchemaPartyQueryModel, type SchemaPartyRelation, type SchemaPartyRelationCreateCmd, type SchemaPartyRelationQueryModel, type SchemaPartyRelationType, type SchemaPartyRelationType_2, type SchemaPartySocialLinks, type SchemaPartyStatus, type SchemaPartyStatus_2, type SchemaPartyTransferPayload, type SchemaPartyWithMetadata, type SchemaPaymentInterval, type SchemaPaymentIntervalLowerCaseValues, type SchemaPaymentInterval_2, type SchemaPaymentMethod, type SchemaPaymentMethod_2, type SchemaPaymentStatus, type SchemaPedestrianDetection, type SchemaPendingUpgradesReply, type SchemaPerformance, type SchemaPeriodicCash, type SchemaPermittedTowbarDownload, type SchemaPermittedTrailerLoadWithoutBrakes, type SchemaPersonalizedAdvice, type SchemaPersonalizedAdviceResponse, type SchemaPersonnelDetails, type SchemaPhysicalProperties, type SchemaPiaContractConversionStatus, type SchemaPlanQueryModel, type SchemaPlanStatus, type SchemaPlansReply, type SchemaPnpCar, type SchemaPnpCarPayload, type SchemaPnpDriver, type SchemaPnpFamilyPayload, type SchemaPnpHome, type SchemaPnpHomePayload, type SchemaPoliciesToProposeCheckupItem, type SchemaPolicyDocumentType, type SchemaPolicyHolderRelation, type SchemaPolicyHolderRelation_2, type SchemaPolicyPackageCreateCmd, type SchemaPolicyPackageEntity, type SchemaPolicyPackageQueryModel, type SchemaPolicyPackagesQueryModel, type SchemaPossibleInsuranceProductQueryModel, type SchemaPossibleInsuranceProductsQueryModel, type SchemaPostInsuranceTermsChatFeedbackParams, type SchemaPostInsuranceTermsChatParams, type SchemaPostInsuranceTermsComparisonParams, type SchemaPreferredWayOfContact, type SchemaPremium, type SchemaPremiumQueryModel, type SchemaPreventAdvice, type SchemaPreventionAdvice, type SchemaPreventionAdviceDistributionUpdateCmd, type SchemaPreventionAdviceQueryModel, type SchemaPreventionAdviceRecommendation, type SchemaPreventionAdviceRecommendationPatchCmd, type SchemaPreventionMeasure, type SchemaPreventionPlan, type SchemaPrice, type SchemaPriceQualityRatio, type SchemaPriceRange, type SchemaPriorityTag, type SchemaProductInfo, type SchemaProductV2, type SchemaProductsFilterSort, type SchemaProductsGroupBy, type SchemaProductsV2Filter, type SchemaProductsV2Response, type SchemaProfession, type SchemaProfileaseLeaseRate, type SchemaProfileaseLeaseResidual, type SchemaProfileaseLeaseType, type SchemaProfileaseQuote, type SchemaPromotion, type SchemaPromotionCriteria, type SchemaPromotionModifications, type SchemaPromotionQueryModel, type SchemaPropertyType, type SchemaProspectCreationResponse, type SchemaProspectReferenceQueryModel, type SchemaProspectType, type SchemaProvenanceDocumentReference, type SchemaPublicConnectionQueryModel, type SchemaPublicConnectionsQueryModel, type SchemaPublicDistributionConnectionQueryModel, type SchemaQuestion, type SchemaQuestionGroup, type SchemaQuestionUpdateCmd, type SchemaQuestionnaire, type SchemaQuote, type SchemaQuoteDetails, type SchemaQuoteExport, type SchemaQuoteExportRequest, type SchemaQuoteExportResponse, type SchemaQuoteMailSendRequest, type SchemaQuoteMailSendResponse, type SchemaQuoteReferenceQueryModel, type SchemaQuoteRequestV2Base, type SchemaQuoteResponse, type SchemaQuoteResponseV2, type SchemaQuoteSpecification, type SchemaQuoteStatus, type SchemaRateLimitErrorMsgEnum, type SchemaRearAutomaticEmergencyBraking, type SchemaRearCrossTrafficWarning, type SchemaRecalculateAnvaQuoteRequest, type SchemaRecalculateAnvaSimulationCmd, type SchemaRecalculateDiasQuoteRequest, type SchemaRecalculateDiasSimulationCmd, type SchemaRecalculateYellowHiveQuoteRequest, type SchemaRecalculateYellowHiveSimulationCmd, type SchemaRecommendation, type SchemaRecommendationLevel, type SchemaRecommendationReferenceQueryModel, type SchemaRecommendationsBaseCreateCmd, type SchemaRecommendationsCreateCmd, type SchemaRecommendationsQueryModel, type SchemaRecommendationsV2CreateCmd, type SchemaReconstructionValueDefinedType, type SchemaReference, type SchemaRegex, type SchemaRegistration, type SchemaRelations, type SchemaRentOutTerm, type SchemaRepairCosts, type SchemaReportRevisionStatus, type SchemaReportRevisionStatusSubset, type SchemaResidenceBuildingType, type SchemaResidenceComplianceType, type SchemaResidenceFloodType, type SchemaResidenceMonumentType, type SchemaResidencePreferences, type SchemaResidenceReferenceQueryModel, type SchemaResidenceRiskObjectIdWithRevisionId, type SchemaResidenceTheftProtection, type SchemaResidenceUsage, type SchemaRestrictiveAddress, type SchemaRestrictiveCar, type SchemaRestrictiveDriveAssistanceSystem, type SchemaRestrictiveDriver, type SchemaRetrieveAdvisoryReportFrontPageStandalonePdfParams, type SchemaRetrieveFlowResponse, type SchemaRetrieveQuestionnaireResponse, type SchemaRetrieveQuotesBatchResponse, type SchemaRetrieveQuotesExportsResponse, type SchemaRetrieveQuotesInsightsResponse, type SchemaRideHeight, type SchemaRiskAddress, type SchemaRiskAnalysisSubjects, type SchemaRiskData, type SchemaRiskDomain, type SchemaRiskDomainActionQueryModel, type SchemaRiskDomainAdviceQueryModel, type SchemaRiskDomainDistributionUpdateCmd, type SchemaRiskDomainQueryModel, type SchemaRiskDomainsQueryModel, type SchemaRiskObject, type SchemaRiskObjectCarType, type SchemaRiskObjectCarType_2, type SchemaRiskObjectComplianceItem, type SchemaRiskObjectComplianceQueryModel, type SchemaRiskObjectCreationError, type SchemaRiskObjectCreationResponse, type SchemaRiskObjectEntity, type SchemaRiskObjectExternalRefsCreateCmd, type SchemaRiskObjectExternalRefsQueryModel, type SchemaRiskObjectFamilyType, type SchemaRiskObjectInFleet, type SchemaRiskObjectLegalType, type SchemaRiskObjectPartyGroupType, type SchemaRiskObjectPartyRelation, type SchemaRiskObjectReferenceQueryModel, type SchemaRiskObjectRelationCreateCmd, type SchemaRiskObjectRelationQueryModel, type SchemaRiskObjectRelationUpdateCmd, type SchemaRiskObjectResidenceType, type SchemaRiskObjectRevisionIds, type SchemaRiskObjectRevisions, type SchemaRiskObjectTeacherType, type SchemaRiskObjectTwoWheelerType, type SchemaRiskObjectType, type SchemaRiskObjectType_2, type SchemaRiskObjectsWithRevision, type SchemaRizivConventionStatus, type SchemaRizivConventionStatus_2, type SchemaRizivMember, type SchemaRoleFilter, type SchemaRoleFilterType, type SchemaRollingWorkEquipmentType, type SchemaRollingWorkEquipmentType_2, type SchemaRoofConstructionType, type SchemaRoofTypes, type SchemaRooms, type SchemaRules, type SchemaSafety, type SchemaSafetyFeatureOption, type SchemaSafetyStickCar, type SchemaSafetyStickCarPayload, type SchemaSafetyStickDriver, type SchemaSalaryCoefficient, type SchemaSalaryCoefficient_2, type SchemaSatelliteProtection, type SchemaSatelliteProtectionSystem, type SchemaSatelliteProtectionSystem_2, type SchemaSavingTypes, type SchemaSavingTypes_2, type SchemaSearchAddress, type SchemaSearchPartiesParams, type SchemaSection, type SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSendOfferMailCmd, type SchemaSendOfferMailResponse, type SchemaSentimentType, type SchemaSeries, type SchemaSeriesSortContext, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionCompletedRemarks, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, type SchemaSingularityJobQueuedResponse, type SchemaSingularityJobResultBase, type SchemaSingularityModelsDocumentExtractorCmdLink, type SchemaSingularityModelsPartyCheckupLink, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSwitchCandidatesCheckupItem, type SchemaSymbol, type SchemaSystemCampaignType, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephonenrCategory, type SchemaTelephonenrCategory_2, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferCandidatesCheckupItem, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type SchemaUpdateAnvaPartyCompanyCmd, type SchemaUpdateAnvaPartyCustomerCmd, type SchemaUpdateBicycleRiskObjectByIdV2Params, type SchemaUpdateBoatRiskObjectByIdV2Params, type SchemaUpdateBrokerByIdParams, type SchemaUpdateBrokerConnectionByKeyParams, type SchemaUpdateCampaignAssistantAvatarCmd, type SchemaUpdateCampaignByIdParams, type SchemaUpdateCampaignCmd, type SchemaUpdateCampaignLogoCmd, type SchemaUpdateCarRiskObjectByIdV2Params, type SchemaUpdateCustomThemeAsDistributionParams, type SchemaUpdateDistributionConnectionByKeyParams, type SchemaUpdateDocumentByPartyIdParams, type SchemaUpdateEmailByIdParams, type SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type SchemaUploadDocumentsInAnvaParams, type SchemaUploadDocumentsInAssuParams, type SchemaUploadDocumentsInFasterforwardParams, type SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, type SchemaUpsertFaqItemParams, type SchemaUpsertInsurancePolicyForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicySimulationForPartyParams, type SchemaUpsertPolicyPackageByPartyParams, type SchemaUserMeUpdateCmd, type SchemaUserRole, type SchemaValidator, type SchemaValuableItem, type SchemaValueUnitInt, type SchemaValueUnitStr, type SchemaVatType, type SchemaVatType_2, type SchemaVehicleRegistrationDateType, type SchemaVehicleRegistrationPlateValidation, type SchemaVehicleSearch, type SchemaVerifyIfADistributionExistsByCompanyRegistrationParams, type SchemaVerifyIfADistributionExistsByNameParams, type SchemaVerifyIfAUserExistsByEmailParams, type SchemaVersion, type SchemaVersionSortContext, type SchemaVillasureHomePayload, type SchemaVinInfo, type SchemaVinPremiumResponse, type SchemaViviumCar, type SchemaViviumCarPayload, type SchemaViviumDriver, type SchemaViviumFamilyPayload, type SchemaViviumHome, type SchemaViviumHomePayload, type SchemaVoltage, type SchemaWageBill, type SchemaWarningMsg, type SchemaWarranyOptions, type SchemaWarranyOptions_2, type SchemaWeightEmpty, type SchemaWgBeApiAddressModelsAddressAddress, type SchemaWgBeApiAddressModelsAddressInformationV2Company, type SchemaWgBeApiAddressModelsAddressInformationV2Link, type SchemaWgBeApiAddressModelsPersonsDirectorsCompany, type SchemaWgBeApiAddressModelsVatCompanyActivity, type SchemaWgBeApiAddressModelsVatCompanyAssetInfo, type SchemaWgBeApiAddressModelsVatCompanyContactPerson, type SchemaWgBeApiAddressModelsVatCompanyFleetInfo, type SchemaWgBeApiAddressModelsVatCompanyLink, type SchemaWgBeApiAddressModelsVatCompanyPersonnelDetails, type SchemaWgBeApiAddressModelsVatCompanyThirdPartyActivity, type SchemaWgBeApiAddressModelsVatCompanyTurnover, type SchemaWgBeApiAddressModelsVatCompanyWorkforce, type SchemaWgBeApiQuotesModelsBaseLocalization, type SchemaWgBeApiQuotesModelsBaseLocalization_2, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsCar, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsFamily, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsLegal, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsPartyGroup, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsResidence, type SchemaWgPyModelsComplexAddress, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoMachineDelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoPeriodicCash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoSiloCapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoMachinedelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoPeriodiccash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoSilocapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorksConstructionWorkDuration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworksConstructionworkduration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactPerson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactperson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFleetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalAid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalaid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyManagementFunction, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonnelDetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonneldetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdPartyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdpartyactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWageBill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWagebill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsAnnexAnnex, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverAssistanceSystemDriveAssistanceSystem, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverCarInsured, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriver, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsInsuranceHistoryInsuranceHistory, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsPersonPerson, type SchemaWgPyModelsDomainInsuranceInsurancesAedesAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesAragLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesArcesLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesAxaAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAxaCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsHolderState, type SchemaWgPyModelsDomainInsuranceInsurancesAxaFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesDasLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralParty, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralPartyGroup, type SchemaWgPyModelsDomainInsuranceInsurancesEuromexLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesLarLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesPnpFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesViviumCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesViviumFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumResidenceRooms, type SchemaWgPyModelsDomainInsuranceProspectCompany, type SchemaWgPyModelsDomainInsuranceProspectCompany_2, type SchemaWgPyModelsDomainInsuranceProspectCustomer, type SchemaWgPyModelsDomainInsuranceProspectCustomer_2, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferences, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferencesFuneralPreference, type SchemaWgPyModelsDomainInsuranceProspectPartypreferences, type SchemaWgPyModelsDomainInsuranceProspectPartypreferencesFuneralpreference, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesPartyExternalRefsQueryModel, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBicycleBicycle, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBoatBoat, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsCarCar, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsMiscMiscellaneous, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerSemiTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainInsuranceRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyPerson, type SchemaWgPyModelsDomainInsuranceRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceAnnexAnnex, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingFacade, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingMainBuilding, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidencePreferencesResidencePreferences, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceRoomsRooms, type SchemaWgPyModelsDomainInsuranceRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccident, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccidentStatement, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarInsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverbrandclubmembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleusage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainWegroupComplexAddress, type SchemaWgPyModelsDomainWegroupComplexAddress_2, type SchemaWgPyModelsDomainWegroupComplexCompanyRegistration, type SchemaWgPyModelsDomainWegroupComplexCompanyregistration, type SchemaWgPyModelsDomainWegroupComplexLocalization, type SchemaWgPyModelsDomainWegroupEnumsCarUsedFor, type SchemaWgPyModelsDomainWegroupEnumsClaimFreeYears, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsCurrency, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsGender, type SchemaWgPyModelsDomainWegroupEnumsHolderState, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes_2, type SchemaWgPyModelsDomainWegroupEnumsMiscellaneousType, type SchemaWgPyModelsDomainWegroupEnumsOfferRevisionDocumentType, type SchemaWgPyModelsDomainWegroupEnumsProfession, type SchemaWgPyModelsDomainWegroupEnumsProspectType, type SchemaWgPyModelsDomainWegroupEnumsProspectType_2, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtCountryCodes, type SchemaWgsdkSmtCoveragePeriod, type SchemaWgsdkSmtGender, type SchemaWgsdkSmtInsuranceHistory, type SchemaWgsdkSmtProfession, type SchemaWheelBase, type SchemaWheelBaseArray, type SchemaWheelRimSizeArray, type SchemaWheelRimsSize, type SchemaWheelSize, type SchemaWheelSizeArray, type SchemaWidth, type SchemaWindow, type SchemaWorkforce, type SchemaWorkforcePossibleDanger, type SchemaWorkingMethod, type SchemaYellowHiveCoverage, type SchemaYellowHiveInsurance, type SchemaYellowHiveInsurancePolicy, type SchemaYellowHiveProduct, type SchemaYellowHiveProductQuestionnaire, type SchemaYellowHiveProductQuestionnaireQueryModel, type SchemaYellowHiveProductQuestionnairesQueryModel, type SchemaYellowHiveProductQuestionnairesUpdateCmd, type SchemaYellowHiveProductQuestionnairesValidateCmd, type SchemaYellowHiveProductToInsurancePolicyLink, type SchemaYellowHiveProductsInConversationCmd, type SchemaYellowHiveQuote, type SchemaYellowHiveQuoteCalculationJob, type SchemaYellowHiveQuoteCalculationJobsQueuedResponse, type SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchAssuPartiesQueryParams, type SearchAssuPartiesResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchFasterforwardPartiesQueryParams, type SearchFasterforwardPartiesResponse, type SearchPartiesBody, type SearchPartiesQueryParams, type SearchPartiesResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendDiasOfferMailBySessionIdPathParams, type SendDiasOfferMailBySessionIdQueryParams, type SendDiasOfferMailBySessionIdResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferMailBySessionIdBody, type SendOfferMailBySessionIdPathParams, type SendOfferMailBySessionIdQueryParams, type SendOfferMailBySessionIdResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnalyzedEmailIdBody, type UpdateAnalyzedEmailIdPathParams, type UpdateAnalyzedEmailIdQueryParams, type UpdateAnalyzedEmailIdResponse, type UpdateAnvaPartyViaConversationBody, type UpdateAnvaPartyViaConversationPathParams, type UpdateAnvaPartyViaConversationQueryParams, type UpdateAnvaPartyViaConversationResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDiasQuestionnaireBody, type UpdateDiasQuestionnairePathParams, type UpdateDiasQuestionnaireQueryParams, type UpdateDiasQuestionnaireResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type UploadDocumentsInAnvaBody, type UploadDocumentsInAnvaPathParams, type UploadDocumentsInAnvaQueryParams, type UploadDocumentsInAnvaResponse, type UploadDocumentsInAssuBody, type UploadDocumentsInAssuPathParams, type UploadDocumentsInAssuQueryParams, type UploadDocumentsInAssuResponse, type UploadDocumentsInFasterforwardBody, type UploadDocumentsInFasterforwardPathParams, type UploadDocumentsInFasterforwardQueryParams, type UploadDocumentsInFasterforwardResponse, type UpsertAnvaClosingQuestionsBody, type UpsertAnvaClosingQuestionsQueryParams, type UpsertAnvaClosingQuestionsResponse, type UpsertDistributionFaqBody, type UpsertDistributionFaqQueryParams, type UpsertDistributionFaqResponse, type UpsertInsurancePoliciesForPartyBody, type UpsertInsurancePoliciesForPartyPathParams, type UpsertInsurancePoliciesForPartyResponse, type UpsertInsurancePolicySimulationForPartyBody, type UpsertInsurancePolicySimulationForPartyPathParams, type UpsertInsurancePolicySimulationForPartyResponse, type UpsertPolicyPackagesForPartyBody, type UpsertPolicyPackagesForPartyPathParams, type UpsertPolicyPackagesForPartyResponse, type ValidateAChassisNumberResponse, type ValidateACompanyRegistrationNumberResponse, type ValidateANationalIdentificationNumberBody, type ValidateANationalIdentificationNumberResponse, type ValidateATelephonenrResponse, type ValidateAVehicleRegistrationPlateBody, type ValidateAVehicleRegistrationPlateResponse, type ValidateAWebsiteResponse, type ValidateAnEmailResponse, type ValidateAnFsmaResponse, type ValidateAnIbanBody, type ValidateAnIbanResponse, type ValidateAnvaConnectionQueryParams, type ValidateAnvaConnectionResponse, type ValidateAnvaDwhConnectionQueryParams, type ValidateAnvaDwhConnectionResponse, type ValidateAnvaflowsQuestionnaireBody, type ValidateAnvaflowsQuestionnairePathParams, type ValidateAnvaflowsQuestionnaireQueryParams, type ValidateAnvaflowsQuestionnaireResponse, type ValidateClaimPathParams, type ValidateClaimQueryParams, type ValidateClaimResponse, type ValidateDiasQuestionnaireBody, type ValidateDiasQuestionnairePathParams, type ValidateDiasQuestionnaireQueryParams, type ValidateDiasQuestionnaireResponse, type ValidateFasterforwardConnectionQueryParams, type ValidateFasterforwardConnectionResponse, type ValidatePromotionsResponse, type ValidateYellowhiveQuestionnaireBody, type ValidateYellowhiveQuestionnairePathParams, type ValidateYellowhiveQuestionnaireQueryParams, type ValidateYellowhiveQuestionnaireResponse, type VerifyIfADistributionExistsByCompanyRegistrationBody, type VerifyIfADistributionExistsByCompanyRegistrationQueryParams, type VerifyIfADistributionExistsByCompanyRegistrationResponse, type VerifyIfADistributionExistsByNameBody, type VerifyIfADistributionExistsByNameQueryParams, type VerifyIfADistributionExistsByNameResponse, type VerifyIfAUserExistsByEmailBody, type VerifyIfAUserExistsByEmailQueryParams, type VerifyIfAUserExistsByEmailResponse, type WgApiSchema, type WgPaths, acceptOrRejectAnAdvisoryReport, activateOutlookConnectionSync, analyzeEmail, answerAFlowDirectly, answerAFlowSession, blockCustomerFromAccessingParty, calculateAnvaquotesBySessionId, calculateCarLeaseQuote, calculateDiasQuotesBySessionId, calculateQuotesV2, calculateYellowhiveQuotesBySessionId, claimReportById, claimRequestUpdate, commentOnActivity, type components, createAccidentsForParty, createAccount, createAdvisoryReport, createAdvisoryReportRevision, createAdvisoryReportRevisionV2, createAdvisoryReportStepSettings, createAnvaPartyViaConversation, createAnvaTask, createAnvaflowTags, createAssuTask, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDiasPartyViaConversation, createDiasTask, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createFasterforwardTask, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, createPartyActivitiesAsCustomer, createPartyByEnrichingWithEnrichingWithCompanyRegistration, createPartyGroupRiskObject, createPartyNote, createPartyOffers, createPartyRelations, createProfileaseCarLeaseOffer, createProflowSessionByBatchId, createRecommendationByPartyId, createRecommendationBySessionId, createReferenceForParty, createReferencesForRiskObject, createRelationBetweenRiskObjectAndParty, createRiskDomainActionForAdvisoryReportById, createRiskDomainActionFromAdviceForAdvisoryReportById, createRiskDomainAdviceForAdvisoryReportById, createRiskDomainForAdvisoryReportById, createSemiTrailerRiskObject, createToolkitAccount, createToolkitBroker, createTrailerRiskObject, createTrialBroker, createUploadLinkAsCustomer, createUspItemForDistribution, createYellowhiveContactPerson, deactivateOutlookConnectionSync, deleteAdvisoryReport, deleteAdvisoryReportRevision, deleteAllSessionsBySessionId, deleteAnvaClosingQuestions, deleteBrokerConnectionByKey, deleteClaimAsBrokerById, deleteCommentOnActivity, deleteDistributionConnectionByKey, deleteDistributionFaq, deleteDistributionTag, deleteDocumentById, deleteDocumentByIdAsCustomerWithToken, deleteDocumentForParty, deleteEntityAsBrokerById, deleteEntityByIdAsCustomerWithToken, deleteEntityBySessionIdAndFlowId, deleteInsurancePoliciesForParty, deleteInsurancePolicyForAdvisoryReportById, deleteInsuranceProductClauseForDistribution, deleteNote, deletePartyActivitiesAsCustomer, deletePartyEntityBySessionIdAndFlowId, deletePartyNoteById, deletePartyRelations, deletePolicyPackagesForParty, deleteRelationBetweenRiskObjectAndParty, deleteRiskDomainActionForAdvisoryReportById, deleteRiskDomainAdviceForAdvisoryReportById, deleteRiskDomainForAdvisoryReportById, deleteRiskObjectById, deleteSessionBySessionId, deleteUspByDistributionAndId, delinkPartyToUser, deprecatedValidateAnvaConnection, disable2FaByUser, disable2FaForCustomer, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enqueueCalculationAnvaquotesBySessionId, enqueueSendCustomQuotesToAnvaBySessionId, enqueueSendOfferToAnvaBySessionId, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportPartyToAnva, exportPartyToAssu, exportPartyToDias, exportPartyToFasterforward, exportQuoteById, extractInsurancePoliciesForOneDocument, extractInsurancePoliciesForOneDocumentEnqueue, extractManyDocumentInBatch, extractOffersForOneDocument, extractOffersForOneDocumentEnqueue, extractOneDocument, extractOneDocumentEnqueue, extractPartyForOneDocumentEnqueue, extractWebsiteTheme, generateCompanyDescription, generateConceptReply, generateDiasOfferDocumentBySessionId, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePersonalizationAdviceForAdvisoryReport, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAdvisoryReportRevisionDiff, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllCustomersByDistribution, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaAgents, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaMutationReasons, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getCheckupByPartyId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasAfdbranches, getDiasCollectionMethods, getDiasEmployees, getDiasParties, getDiasPartySalutations, getDiasPartyTitles, getDiasProducts, getDiasflowInsurances, getDiasflowProductById, getDiasflowProducts, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEnumByDiasLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFinconnectLinkAsCustomer, getFinconnectLinkForInsurancePolicyAsCustomer, getFlowInfoById, getFlowsInfo, getGbi, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getInvoiceByIdAsCustomer, getInvoicesAsCustomer, getInvoicesAsParty, getInvoicesAsPartyById, getJobResultById, getKycByParty, getLeadById, getLeadProviderById, getLeadProvidersByAffinity, getLeaseOfferById, getLinkOfDocument, getMetricsByCampaign, getMinimalOfferById, getMinimalOfferRevisionById, getMinimalRiskObjectById, getNace, getNoveltyInsightsByDistribution, getOfferById, getOffersByDistribution, getOnboardingChecklistByBroker, getOnesuranceDataByPartyId, getOnesuranceRecommendationsByEmailId, getOrganisationDistributions, getOrganisationLeads, getOrganisationOffers, getOutlookConnectionDetails, getOutlookMailById, getOutlookMailByOutlookMessageId, getOutlookMailfolders, getOutlookMails, getPartiesByCustomer, getPartiesLinkedToUser, getPartiesOriginFilter, getPartyAddresses, getPartyById, getPartyMergeSuggestions, getPdfOfAdvisoryReportById, getPerformanceInsightsByDistribution, getPolicyPackageById, getPolicyPackageByIdAsCustomer, getPolicyPackageSimulationsForParty, getPolicyPackagesAsCustomer, getPolicyPackagesForParty, getPossibleInsuranceProductsByPartyId, getPossibleInsuranceProductsByRiskObjectId, getPossibleInsuranceProductsForManagementByPartyId, getPossibleInsuranceProductsForStaffByPartyId, getPreventionAdvice, getPromotionsByDistributionId, getProvenanceInfoOfDocument, getQuoteExports, getQuoteInsights, getQuotesAsBatchResultsByConversationId, getRecommendationsById, getRecommendationsByPartyId, getRecommendationsBySessionId, getRiskAnalysisByPartyId, getRiskDomainById, getRiskDomains, getRiskObjectByRiskObjectRevisionId, getRiskObjectRevisionsById, getSbi, getSingularityJobResultById, getStepSettingsByAdvisoryReportId, getSupportedAnvaflowCoverages, getSupportedAnvaflowCoveragesGroupedByAdn, getSupportedAnvaflowInsuranceCompanies, getSupportedAnvaflowInsurances, getSupportedAnvaflowTags, getSupportedInsuranceCompanies, getSupportedInsuranceSubjects, getSupportedMimeTypes, getSupportedRiskDomains, getSupportedYellowhiveflowCoverages, getSupportedYellowhiveflowInsurances, getSystemCampaignsByParty, getTheBrokerById, getUspByDistribution, getValuesOfEnum, getVehicleByCarIdOrFebiacId, getVehicleByNumberPlateAndCarId, getVehicleByVersionId, getVehicleByVinAndCarId, getVehicleVersionFactsBySeriesId, getWeatherInfo, getYellowhiveflowProductById, getYellowhiveflowProducts, getYourOwnUser, giveFeedbackOnConversationById, giveFeedbackOnRecommendationsById, giveFeedbackToInsuranceTermsBot, handleCreateDistributionTheme, handleDeleteDistributionTheme, handleUpdateDistributionTheme, importAnvaDocumentInWegroup, importAnvaInsurancePolicyDocumentInWegroup, importAnvaInsurancePolicyPackageDocumentInWegroup, importAnvaPartyInWegroup, importAnvaproduct, importAssuPartyInWegroup, importDiasPartyInWegroup, importDiasflowProduct, importFasterforwardPartyInWegroup, inviteColleaguesToDistribution, inviteUserToParty, linkConversationToAdvisoryReport, linkPartyToUser, lockFlightApi, markConversationAsCompletedById, mergePartiesTogether, type operations, orderInsurancePolciesOfAdvisoryReport, outlookConnectionSync, overrideInsuranceProductRecommendationById, overridePreventionAdviceRecommendationById, patchAnvaproductById, patchAnvaproductCoverageById, patchDiasflowProductById, patchDiasflowProductCoverageByDiasId, patchOwnPartyAsCustomer, type paths, poseAQuestionToInsuranceTermsBot, poseAQuestionToInsuranceTermsBotForItToCompare, postEventAsCarglassPartner, putClausesForReport, recalculateDiasQuotesBySessionIdAndProductId, recalculateDiasSimulationBySessionId, recalculateOneAnvaquoteByAnvaProductIdSessionId, recalculateSimulationBySessionId, recalculateYellowhiveQuotesBySessionIdAndProductId, recalculateYellowhiveSimulationBySessionId, retrieveAirports, retrieveAllExportsByParty, retrieveAnvaflowsQuestionnaires, retrieveAskLaterQuestions, retrieveAutomobileByCarIdFreemiumVersion, retrieveAutomobileByIdFreemium, retrieveDiasQuestionnaires, retrieveExportById, retrieveFlow, retrieveYellowhiveQuestionnaires, seachStreetsByCityAndCountry, searchAddressesByCountry, searchAssuParties, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchFasterforwardParties, searchParties, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendDiasOfferMailBySessionId, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferMailBySessionId, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnalyzedEmailId, updateAnvaPartyViaConversation, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDiasQuestionnaire, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, uploadDocumentsInAnva, uploadDocumentsInAssu, uploadDocumentsInFasterforward, upsertAnvaClosingQuestions, upsertDistributionFaq, upsertInsurancePoliciesForParty, upsertInsurancePolicySimulationForParty, upsertPolicyPackagesForParty, validateAChassisNumber, validateACompanyRegistrationNumber, validateANationalIdentificationNumber, validateATelephonenr, validateAVehicleRegistrationPlate, validateAWebsite, validateAnEmail, validateAnFsma, validateAnIban, validateAnvaConnection, validateAnvaDwhConnection, validateAnvaflowsQuestionnaire, validateClaim, validateDiasQuestionnaire, validateFasterforwardConnection, validatePromotions, validateYellowhiveQuestionnaire, verifyIfADistributionExistsByCompanyRegistration, verifyIfADistributionExistsByName, verifyIfAUserExistsByEmail, type webhooks, wgApiClient };
|