wg-api-sdk 4.31.65 → 4.31.66-alpha.2

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.
@@ -3699,23 +3699,6 @@ interface paths {
3699
3699
  patch?: never;
3700
3700
  trace?: never;
3701
3701
  };
3702
- "/v1/api/customers/{user_id}/2fa": {
3703
- parameters: {
3704
- query?: never;
3705
- header?: never;
3706
- path?: never;
3707
- cookie?: never;
3708
- };
3709
- get?: never;
3710
- put?: never;
3711
- post?: never;
3712
- /** Disable 2Fa For Customer */
3713
- delete: operations["disable_2fa_for_customer_v1_api_customers__user_id__2fa_delete"];
3714
- options?: never;
3715
- head?: never;
3716
- patch?: never;
3717
- trace?: never;
3718
- };
3719
3702
  "/v1/api/customers/{user_id}/parties": {
3720
3703
  parameters: {
3721
3704
  query?: never;
@@ -8154,6 +8137,26 @@ interface paths {
8154
8137
  patch?: never;
8155
8138
  trace?: never;
8156
8139
  };
8140
+ "/v1/api/users/{user_id}/2fa": {
8141
+ parameters: {
8142
+ query?: never;
8143
+ header?: never;
8144
+ path?: never;
8145
+ cookie?: never;
8146
+ };
8147
+ get?: never;
8148
+ put?: never;
8149
+ post?: never;
8150
+ /**
8151
+ * Disable 2Fa As User For User
8152
+ * @description Route to disable 2fa as admin of distribution for employees or customers.
8153
+ */
8154
+ delete: operations["disable_2fa_as_user_for_user_v1_api_users__user_id__2fa_delete"];
8155
+ options?: never;
8156
+ head?: never;
8157
+ patch?: never;
8158
+ trace?: never;
8159
+ };
8157
8160
  "/v1/api/validate/chassis_number": {
8158
8161
  parameters: {
8159
8162
  query?: never;
@@ -9778,7 +9781,7 @@ interface components {
9778
9781
  * Timestamp
9779
9782
  * Format: date-time
9780
9783
  * @description Timestamp of when the error occured
9781
- * @default 2026-06-22T11:13:26.161580
9784
+ * @default 2026-07-01T17:07:14.431453
9782
9785
  */
9783
9786
  timestamp: string;
9784
9787
  /**
@@ -19085,6 +19088,8 @@ interface components {
19085
19088
  export_to_crm_when_offer_signed?: boolean;
19086
19089
  /** Two Factor Enforced */
19087
19090
  two_factor_enforced?: boolean;
19091
+ /** Two Factor Enforced For Customers */
19092
+ two_factor_enforced_for_customers?: boolean;
19088
19093
  /** Signature Methods */
19089
19094
  signature_methods?: components["schemas"]["DistributionSignaturePatchCmd"][];
19090
19095
  /** Broker Contact Details On Advisory Report */
@@ -19197,6 +19202,8 @@ interface components {
19197
19202
  front_page_settings?: components["schemas"]["DistributionFrontPageSettingsQueryModel"];
19198
19203
  /** Two Factor Enforced */
19199
19204
  two_factor_enforced?: boolean;
19205
+ /** Two Factor Enforced For Customers */
19206
+ two_factor_enforced_for_customers?: boolean;
19200
19207
  /** Sync Anva To Mailblue */
19201
19208
  sync_anva_to_mailblue?: boolean;
19202
19209
  /** Carglass Opt In */
@@ -50614,6 +50621,11 @@ interface components {
50614
50621
  offers: boolean;
50615
50622
  /** Usp */
50616
50623
  usp: boolean;
50624
+ /**
50625
+ * Compliance
50626
+ * @default false
50627
+ */
50628
+ compliance: boolean;
50617
50629
  /**
50618
50630
  * Save
50619
50631
  * @description Whether to save the current step configuration on broker level.
@@ -54027,7 +54039,7 @@ interface components {
54027
54039
  /**
54028
54040
  * Quote Specifications
54029
54041
  * @default {
54030
- * "contract_commencement_date": "2026-06-22"
54042
+ * "contract_commencement_date": "2026-07-01"
54031
54043
  * }
54032
54044
  */
54033
54045
  quote_specifications: components["schemas"]["QuoteSpecification"];
@@ -92867,85 +92879,6 @@ interface operations {
92867
92879
  };
92868
92880
  };
92869
92881
  };
92870
- disable_2fa_for_customer_v1_api_customers__user_id__2fa_delete: {
92871
- parameters: {
92872
- query?: never;
92873
- header?: {
92874
- /** @description Which release to target running in 'STAGING' environment. */
92875
- "x-release"?: string;
92876
- };
92877
- path: {
92878
- user_id: string;
92879
- };
92880
- cookie?: never;
92881
- };
92882
- requestBody?: never;
92883
- responses: {
92884
- /** @description Successful Response */
92885
- 200: {
92886
- headers: {
92887
- [name: string]: unknown;
92888
- };
92889
- content: {
92890
- "application/json": components["schemas"]["StatusResponse"];
92891
- };
92892
- };
92893
- /** @description Bad Request */
92894
- 400: {
92895
- headers: {
92896
- [name: string]: unknown;
92897
- };
92898
- content: {
92899
- "application/json": components["schemas"]["Error_4XX"];
92900
- };
92901
- };
92902
- /** @description Unauthorized */
92903
- 401: {
92904
- headers: {
92905
- [name: string]: unknown;
92906
- };
92907
- content: {
92908
- "application/json": components["schemas"]["Error_401"];
92909
- };
92910
- };
92911
- /** @description Forbidden */
92912
- 403: {
92913
- headers: {
92914
- [name: string]: unknown;
92915
- };
92916
- content: {
92917
- "application/json": components["schemas"]["Error_403"];
92918
- };
92919
- };
92920
- /** @description Unprocessable Content */
92921
- 422: {
92922
- headers: {
92923
- [name: string]: unknown;
92924
- };
92925
- content: {
92926
- "application/json": components["schemas"]["Error_422"];
92927
- };
92928
- };
92929
- /** @description Too Many Requests */
92930
- 429: {
92931
- headers: {
92932
- [name: string]: unknown;
92933
- };
92934
- content: {
92935
- "application/json": components["schemas"]["Error_429"];
92936
- };
92937
- };
92938
- /** @description Internal Server Error */
92939
- 500: {
92940
- headers: {
92941
- [name: string]: unknown;
92942
- };
92943
- content: {
92944
- "application/json": components["schemas"]["ServerError"];
92945
- };
92946
- };
92947
- };
92948
- };
92949
92882
  get_parties_by_customer_v1_api_customers__user_id__parties_get: {
92950
92883
  parameters: {
92951
92884
  query?: {
@@ -116442,6 +116375,85 @@ interface operations {
116442
116375
  };
116443
116376
  };
116444
116377
  };
116378
+ disable_2fa_as_user_for_user_v1_api_users__user_id__2fa_delete: {
116379
+ parameters: {
116380
+ query?: never;
116381
+ header?: {
116382
+ /** @description Which release to target running in 'STAGING' environment. */
116383
+ "x-release"?: string;
116384
+ };
116385
+ path: {
116386
+ user_id: string;
116387
+ };
116388
+ cookie?: never;
116389
+ };
116390
+ requestBody?: never;
116391
+ responses: {
116392
+ /** @description Successful Response */
116393
+ 200: {
116394
+ headers: {
116395
+ [name: string]: unknown;
116396
+ };
116397
+ content: {
116398
+ "application/json": components["schemas"]["StatusResponse"];
116399
+ };
116400
+ };
116401
+ /** @description Bad Request */
116402
+ 400: {
116403
+ headers: {
116404
+ [name: string]: unknown;
116405
+ };
116406
+ content: {
116407
+ "application/json": components["schemas"]["Error_4XX"];
116408
+ };
116409
+ };
116410
+ /** @description Unauthorized */
116411
+ 401: {
116412
+ headers: {
116413
+ [name: string]: unknown;
116414
+ };
116415
+ content: {
116416
+ "application/json": components["schemas"]["Error_401"];
116417
+ };
116418
+ };
116419
+ /** @description Forbidden */
116420
+ 403: {
116421
+ headers: {
116422
+ [name: string]: unknown;
116423
+ };
116424
+ content: {
116425
+ "application/json": components["schemas"]["Error_403"];
116426
+ };
116427
+ };
116428
+ /** @description Unprocessable Content */
116429
+ 422: {
116430
+ headers: {
116431
+ [name: string]: unknown;
116432
+ };
116433
+ content: {
116434
+ "application/json": components["schemas"]["Error_422"];
116435
+ };
116436
+ };
116437
+ /** @description Too Many Requests */
116438
+ 429: {
116439
+ headers: {
116440
+ [name: string]: unknown;
116441
+ };
116442
+ content: {
116443
+ "application/json": components["schemas"]["Error_429"];
116444
+ };
116445
+ };
116446
+ /** @description Internal Server Error */
116447
+ 500: {
116448
+ headers: {
116449
+ [name: string]: unknown;
116450
+ };
116451
+ content: {
116452
+ "application/json": components["schemas"]["ServerError"];
116453
+ };
116454
+ };
116455
+ };
116456
+ };
116445
116457
  validate_a_chassis_number_v1_api_validate_chassis_number_post: {
116446
116458
  parameters: {
116447
116459
  query?: never;
@@ -125722,26 +125734,16 @@ type GetPolicyPackageByIdAsCustomerResponse = paths[typeof routeName$3g]['get'][
125722
125734
  type GetPolicyPackageByIdAsCustomerProps = paths[typeof routeName$3g]['get']['parameters'];
125723
125735
  declare const getPolicyPackageByIdAsCustomer: (props: GetPolicyPackageByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetPolicyPackageByIdAsCustomerResponse>;
125724
125736
 
125725
- declare const routeName$3f = "/v1/api/customers/{user_id}/2fa";
125726
- type Disable2FaForCustomerPathParams = paths[typeof routeName$3f]['delete']['parameters']['path'];
125727
- type Disable2FaForCustomerResponse = paths[typeof routeName$3f]['delete']['responses'][200]['content']['application/json'];
125728
- interface Disable2FaForCustomerProps {
125729
- params: {
125730
- path: Disable2FaForCustomerPathParams;
125731
- };
125732
- }
125733
- declare const disable2FaForCustomer: (props: Disable2FaForCustomerProps, wgApiClient: ClientType) => Promise<Disable2FaForCustomerResponse>;
125734
-
125735
- declare const routeName$3e = "/v1/api/customers/{user_id}/parties";
125736
- type GetPartiesByCustomerPathParams = paths[typeof routeName$3e]['get']['parameters']['path'];
125737
- type GetPartiesByCustomerQueryParams = paths[typeof routeName$3e]['get']['parameters']['query'];
125738
- type GetPartiesByCustomerResponse = paths[typeof routeName$3e]['get']['responses'][200]['content']['application/json'];
125739
- type GetPartiesByCustomerProps = paths[typeof routeName$3e]['get']['parameters'];
125737
+ declare const routeName$3f = "/v1/api/customers/{user_id}/parties";
125738
+ type GetPartiesByCustomerPathParams = paths[typeof routeName$3f]['get']['parameters']['path'];
125739
+ type GetPartiesByCustomerQueryParams = paths[typeof routeName$3f]['get']['parameters']['query'];
125740
+ type GetPartiesByCustomerResponse = paths[typeof routeName$3f]['get']['responses'][200]['content']['application/json'];
125741
+ type GetPartiesByCustomerProps = paths[typeof routeName$3f]['get']['parameters'];
125740
125742
  declare const getPartiesByCustomer: (props: GetPartiesByCustomerProps, wgApiClient: ClientType) => Promise<GetPartiesByCustomerResponse>;
125741
125743
 
125742
- declare const routeName$3d = "/v1/api/customers/{user_id}/parties/{party_id}/block";
125743
- type BlockCustomerFromAccessingPartyPathParams = paths[typeof routeName$3d]['post']['parameters']['path'];
125744
- type BlockCustomerFromAccessingPartyResponse = paths[typeof routeName$3d]['post']['responses'][200]['content']['application/json'];
125744
+ declare const routeName$3e = "/v1/api/customers/{user_id}/parties/{party_id}/block";
125745
+ type BlockCustomerFromAccessingPartyPathParams = paths[typeof routeName$3e]['post']['parameters']['path'];
125746
+ type BlockCustomerFromAccessingPartyResponse = paths[typeof routeName$3e]['post']['responses'][200]['content']['application/json'];
125745
125747
  interface BlockCustomerFromAccessingPartyProps {
125746
125748
  params: {
125747
125749
  path: BlockCustomerFromAccessingPartyPathParams;
@@ -125749,9 +125751,9 @@ interface BlockCustomerFromAccessingPartyProps {
125749
125751
  }
125750
125752
  declare const blockCustomerFromAccessingParty: (props: BlockCustomerFromAccessingPartyProps, wgApiClient: ClientType) => Promise<BlockCustomerFromAccessingPartyResponse>;
125751
125753
 
125752
- declare const routeName$3c = "/v1/api/customers/{user_id}/parties/{party_id}/block";
125753
- type UnblockCustomerFromAccessingPartyPathParams = paths[typeof routeName$3c]['delete']['parameters']['path'];
125754
- type UnblockCustomerFromAccessingPartyResponse = paths[typeof routeName$3c]['delete']['responses'][200]['content']['application/json'];
125754
+ declare const routeName$3d = "/v1/api/customers/{user_id}/parties/{party_id}/block";
125755
+ type UnblockCustomerFromAccessingPartyPathParams = paths[typeof routeName$3d]['delete']['parameters']['path'];
125756
+ type UnblockCustomerFromAccessingPartyResponse = paths[typeof routeName$3d]['delete']['responses'][200]['content']['application/json'];
125755
125757
  interface UnblockCustomerFromAccessingPartyProps {
125756
125758
  params: {
125757
125759
  path: UnblockCustomerFromAccessingPartyPathParams;
@@ -125759,9 +125761,9 @@ interface UnblockCustomerFromAccessingPartyProps {
125759
125761
  }
125760
125762
  declare const unblockCustomerFromAccessingParty: (props: UnblockCustomerFromAccessingPartyProps, wgApiClient: ClientType) => Promise<UnblockCustomerFromAccessingPartyResponse>;
125761
125763
 
125762
- declare const routeName$3b = "/v1/api/customers/{user_id}/password-reset";
125763
- type SendPasswordResetToCustomerPathParams = paths[typeof routeName$3b]['post']['parameters']['path'];
125764
- type SendPasswordResetToCustomerResponse = paths[typeof routeName$3b]['post']['responses'][200]['content']['application/json'];
125764
+ declare const routeName$3c = "/v1/api/customers/{user_id}/password-reset";
125765
+ type SendPasswordResetToCustomerPathParams = paths[typeof routeName$3c]['post']['parameters']['path'];
125766
+ type SendPasswordResetToCustomerResponse = paths[typeof routeName$3c]['post']['responses'][200]['content']['application/json'];
125765
125767
  interface SendPasswordResetToCustomerProps {
125766
125768
  params: {
125767
125769
  path: SendPasswordResetToCustomerPathParams;
@@ -125769,41 +125771,41 @@ interface SendPasswordResetToCustomerProps {
125769
125771
  }
125770
125772
  declare const sendPasswordResetToCustomer: (props: SendPasswordResetToCustomerProps, wgApiClient: ClientType) => Promise<SendPasswordResetToCustomerResponse>;
125771
125773
 
125772
- declare const routeName$3a = "/v1/api/parties/delink-users";
125773
- type DelinkPartyToUserBody = paths[typeof routeName$3a]['post']['requestBody']['content']['application/json'];
125774
- type DelinkPartyToUserResponse = paths[typeof routeName$3a]['post']['responses'][200]['content']['application/json'];
125774
+ declare const routeName$3b = "/v1/api/parties/delink-users";
125775
+ type DelinkPartyToUserBody = paths[typeof routeName$3b]['post']['requestBody']['content']['application/json'];
125776
+ type DelinkPartyToUserResponse = paths[typeof routeName$3b]['post']['responses'][200]['content']['application/json'];
125775
125777
  interface DelinkPartyToUserProps {
125776
125778
  body: DelinkPartyToUserBody;
125777
125779
  }
125778
125780
  declare const delinkPartyToUser: (props: DelinkPartyToUserProps, wgApiClient: ClientType) => Promise<DelinkPartyToUserResponse>;
125779
125781
 
125780
- declare const routeName$39 = "/v1/api/parties/link-users";
125781
- type LinkPartyToUserBody = paths[typeof routeName$39]['post']['requestBody']['content']['application/json'];
125782
- type LinkPartyToUserResponse = paths[typeof routeName$39]['post']['responses'][200]['content']['application/json'];
125782
+ declare const routeName$3a = "/v1/api/parties/link-users";
125783
+ type LinkPartyToUserBody = paths[typeof routeName$3a]['post']['requestBody']['content']['application/json'];
125784
+ type LinkPartyToUserResponse = paths[typeof routeName$3a]['post']['responses'][200]['content']['application/json'];
125783
125785
  interface LinkPartyToUserProps {
125784
125786
  body: LinkPartyToUserBody;
125785
125787
  }
125786
125788
  declare const linkPartyToUser: (props: LinkPartyToUserProps, wgApiClient: ClientType) => Promise<LinkPartyToUserResponse>;
125787
125789
 
125788
- declare const routeName$38 = "/v1/api/parties/me";
125789
- type PatchOwnPartyAsCustomerBody = paths[typeof routeName$38]['patch']['requestBody']['content']['application/json'];
125790
- type PatchOwnPartyAsCustomerResponse = paths[typeof routeName$38]['patch']['responses'][200]['content']['application/json'];
125790
+ declare const routeName$39 = "/v1/api/parties/me";
125791
+ type PatchOwnPartyAsCustomerBody = paths[typeof routeName$39]['patch']['requestBody']['content']['application/json'];
125792
+ type PatchOwnPartyAsCustomerResponse = paths[typeof routeName$39]['patch']['responses'][200]['content']['application/json'];
125791
125793
  interface PatchOwnPartyAsCustomerProps {
125792
125794
  body: PatchOwnPartyAsCustomerBody;
125793
125795
  }
125794
125796
  declare const patchOwnPartyAsCustomer: (props: PatchOwnPartyAsCustomerProps, wgApiClient: ClientType) => Promise<PatchOwnPartyAsCustomerResponse>;
125795
125797
 
125796
- declare const routeName$37 = "/v1/api/parties/me/activities";
125797
- type CreatePartyActivitiesAsCustomerBody = paths[typeof routeName$37]['post']['requestBody']['content']['application/json'];
125798
- type CreatePartyActivitiesAsCustomerResponse = paths[typeof routeName$37]['post']['responses'][201]['content']['application/json'];
125798
+ declare const routeName$38 = "/v1/api/parties/me/activities";
125799
+ type CreatePartyActivitiesAsCustomerBody = paths[typeof routeName$38]['post']['requestBody']['content']['application/json'];
125800
+ type CreatePartyActivitiesAsCustomerResponse = paths[typeof routeName$38]['post']['responses'][201]['content']['application/json'];
125799
125801
  interface CreatePartyActivitiesAsCustomerProps {
125800
125802
  body: CreatePartyActivitiesAsCustomerBody;
125801
125803
  }
125802
125804
  declare const createPartyActivitiesAsCustomer: (props: CreatePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<CreatePartyActivitiesAsCustomerResponse>;
125803
125805
 
125804
- declare const routeName$36 = "/v1/api/parties/me/activities/{activity_id}";
125805
- type DeletePartyActivitiesAsCustomerPathParams = paths[typeof routeName$36]['delete']['parameters']['path'];
125806
- type DeletePartyActivitiesAsCustomerResponse = paths[typeof routeName$36]['delete']['responses'][200]['content']['application/json'];
125806
+ declare const routeName$37 = "/v1/api/parties/me/activities/{activity_id}";
125807
+ type DeletePartyActivitiesAsCustomerPathParams = paths[typeof routeName$37]['delete']['parameters']['path'];
125808
+ type DeletePartyActivitiesAsCustomerResponse = paths[typeof routeName$37]['delete']['responses'][200]['content']['application/json'];
125807
125809
  interface DeletePartyActivitiesAsCustomerProps {
125808
125810
  params: {
125809
125811
  path: DeletePartyActivitiesAsCustomerPathParams;
@@ -125811,10 +125813,10 @@ interface DeletePartyActivitiesAsCustomerProps {
125811
125813
  }
125812
125814
  declare const deletePartyActivitiesAsCustomer: (props: DeletePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<DeletePartyActivitiesAsCustomerResponse>;
125813
125815
 
125814
- declare const routeName$35 = "/v1/api/parties/me/activities/{activity_id}";
125815
- type UpdatePartyActivitiesAsCustomerBody = paths[typeof routeName$35]['patch']['requestBody']['content']['application/json'];
125816
- type UpdatePartyActivitiesAsCustomerPathParams = paths[typeof routeName$35]['patch']['parameters']['path'];
125817
- type UpdatePartyActivitiesAsCustomerResponse = paths[typeof routeName$35]['patch']['responses'][200]['content']['application/json'];
125816
+ declare const routeName$36 = "/v1/api/parties/me/activities/{activity_id}";
125817
+ type UpdatePartyActivitiesAsCustomerBody = paths[typeof routeName$36]['patch']['requestBody']['content']['application/json'];
125818
+ type UpdatePartyActivitiesAsCustomerPathParams = paths[typeof routeName$36]['patch']['parameters']['path'];
125819
+ type UpdatePartyActivitiesAsCustomerResponse = paths[typeof routeName$36]['patch']['responses'][200]['content']['application/json'];
125818
125820
  interface UpdatePartyActivitiesAsCustomerProps {
125819
125821
  body: UpdatePartyActivitiesAsCustomerBody;
125820
125822
  params: {
@@ -125823,16 +125825,16 @@ interface UpdatePartyActivitiesAsCustomerProps {
125823
125825
  }
125824
125826
  declare const updatePartyActivitiesAsCustomer: (props: UpdatePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<UpdatePartyActivitiesAsCustomerResponse>;
125825
125827
 
125826
- declare const routeName$34 = "/v1/api/parties/{party_id}/checkup";
125827
- type GetCheckupByPartyIdPathParams = paths[typeof routeName$34]['get']['parameters']['path'];
125828
- type GetCheckupByPartyIdResponse = paths[typeof routeName$34]['get']['responses'][200]['content']['application/json'];
125829
- type GetCheckupByPartyIdProps = paths[typeof routeName$34]['get']['parameters'];
125828
+ declare const routeName$35 = "/v1/api/parties/{party_id}/checkup";
125829
+ type GetCheckupByPartyIdPathParams = paths[typeof routeName$35]['get']['parameters']['path'];
125830
+ type GetCheckupByPartyIdResponse = paths[typeof routeName$35]['get']['responses'][200]['content']['application/json'];
125831
+ type GetCheckupByPartyIdProps = paths[typeof routeName$35]['get']['parameters'];
125830
125832
  declare const getCheckupByPartyId: (props: GetCheckupByPartyIdProps, wgApiClient: ClientType) => Promise<GetCheckupByPartyIdResponse>;
125831
125833
 
125832
- declare const routeName$33 = "/v1/api/parties/{party_id}/customer-invitations";
125833
- type InviteUserToPartyBody = paths[typeof routeName$33]['post']['requestBody']['content']['application/json'];
125834
- type InviteUserToPartyPathParams = paths[typeof routeName$33]['post']['parameters']['path'];
125835
- type InviteUserToPartyResponse = paths[typeof routeName$33]['post']['responses'][200]['content']['application/json'];
125834
+ declare const routeName$34 = "/v1/api/parties/{party_id}/customer-invitations";
125835
+ type InviteUserToPartyBody = paths[typeof routeName$34]['post']['requestBody']['content']['application/json'];
125836
+ type InviteUserToPartyPathParams = paths[typeof routeName$34]['post']['parameters']['path'];
125837
+ type InviteUserToPartyResponse = paths[typeof routeName$34]['post']['responses'][200]['content']['application/json'];
125836
125838
  interface InviteUserToPartyProps {
125837
125839
  body: InviteUserToPartyBody;
125838
125840
  params: {
@@ -125841,18 +125843,18 @@ interface InviteUserToPartyProps {
125841
125843
  }
125842
125844
  declare const inviteUserToParty: (props: InviteUserToPartyProps, wgApiClient: ClientType) => Promise<InviteUserToPartyResponse>;
125843
125845
 
125844
- declare const routeName$32 = "/v1/api/parties/{party_id}/customers";
125845
- type GetCustomersByPartyPathParams = paths[typeof routeName$32]['get']['parameters']['path'];
125846
- type GetCustomersByPartyQueryParams = paths[typeof routeName$32]['get']['parameters']['query'];
125847
- type GetCustomersByPartyResponse = paths[typeof routeName$32]['get']['responses'][200]['content']['application/json'];
125848
- type GetCustomersByPartyProps = paths[typeof routeName$32]['get']['parameters'];
125846
+ declare const routeName$33 = "/v1/api/parties/{party_id}/customers";
125847
+ type GetCustomersByPartyPathParams = paths[typeof routeName$33]['get']['parameters']['path'];
125848
+ type GetCustomersByPartyQueryParams = paths[typeof routeName$33]['get']['parameters']['query'];
125849
+ type GetCustomersByPartyResponse = paths[typeof routeName$33]['get']['responses'][200]['content']['application/json'];
125850
+ type GetCustomersByPartyProps = paths[typeof routeName$33]['get']['parameters'];
125849
125851
  declare const getCustomersByParty: (props: GetCustomersByPartyProps, wgApiClient: ClientType) => Promise<GetCustomersByPartyResponse>;
125850
125852
 
125851
- declare const routeName$31 = "/v1/api/diasflows/conversations/{session_id}/calculate";
125852
- type CalculateDiasQuotesBySessionIdBody = paths[typeof routeName$31]['post']['requestBody']['content']['application/json'];
125853
- type CalculateDiasQuotesBySessionIdPathParams = paths[typeof routeName$31]['post']['parameters']['path'];
125854
- type CalculateDiasQuotesBySessionIdQueryParams = paths[typeof routeName$31]['post']['parameters']['query'];
125855
- type CalculateDiasQuotesBySessionIdResponse = paths[typeof routeName$31]['post']['responses'][200]['content']['application/json'];
125853
+ declare const routeName$32 = "/v1/api/diasflows/conversations/{session_id}/calculate";
125854
+ type CalculateDiasQuotesBySessionIdBody = paths[typeof routeName$32]['post']['requestBody']['content']['application/json'];
125855
+ type CalculateDiasQuotesBySessionIdPathParams = paths[typeof routeName$32]['post']['parameters']['path'];
125856
+ type CalculateDiasQuotesBySessionIdQueryParams = paths[typeof routeName$32]['post']['parameters']['query'];
125857
+ type CalculateDiasQuotesBySessionIdResponse = paths[typeof routeName$32]['post']['responses'][200]['content']['application/json'];
125856
125858
  interface CalculateDiasQuotesBySessionIdProps {
125857
125859
  body: CalculateDiasQuotesBySessionIdBody;
125858
125860
  params: {
@@ -125862,18 +125864,18 @@ interface CalculateDiasQuotesBySessionIdProps {
125862
125864
  }
125863
125865
  declare const calculateDiasQuotesBySessionId: (props: CalculateDiasQuotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateDiasQuotesBySessionIdResponse>;
125864
125866
 
125865
- declare const routeName$30 = "/v1/api/diasflows/conversations/{session_id}/collection-methods";
125866
- type GetDiasCollectionMethodsPathParams = paths[typeof routeName$30]['get']['parameters']['path'];
125867
- type GetDiasCollectionMethodsQueryParams = paths[typeof routeName$30]['get']['parameters']['query'];
125868
- type GetDiasCollectionMethodsResponse = paths[typeof routeName$30]['get']['responses'][200]['content']['application/json'];
125869
- type GetDiasCollectionMethodsProps = paths[typeof routeName$30]['get']['parameters'];
125867
+ declare const routeName$31 = "/v1/api/diasflows/conversations/{session_id}/collection-methods";
125868
+ type GetDiasCollectionMethodsPathParams = paths[typeof routeName$31]['get']['parameters']['path'];
125869
+ type GetDiasCollectionMethodsQueryParams = paths[typeof routeName$31]['get']['parameters']['query'];
125870
+ type GetDiasCollectionMethodsResponse = paths[typeof routeName$31]['get']['responses'][200]['content']['application/json'];
125871
+ type GetDiasCollectionMethodsProps = paths[typeof routeName$31]['get']['parameters'];
125870
125872
  declare const getDiasCollectionMethods: (props: GetDiasCollectionMethodsProps, wgApiClient: ClientType) => Promise<GetDiasCollectionMethodsResponse>;
125871
125873
 
125872
- declare const routeName$2$ = "/v1/api/diasflows/conversations/{session_id}/dias-party";
125873
- type CreateDiasPartyViaConversationBody = paths[typeof routeName$2$]['post']['requestBody']['content']['application/json'];
125874
- type CreateDiasPartyViaConversationPathParams = paths[typeof routeName$2$]['post']['parameters']['path'];
125875
- type CreateDiasPartyViaConversationQueryParams = paths[typeof routeName$2$]['post']['parameters']['query'];
125876
- type CreateDiasPartyViaConversationResponse = paths[typeof routeName$2$]['post']['responses'][201]['content']['application/json'];
125874
+ declare const routeName$30 = "/v1/api/diasflows/conversations/{session_id}/dias-party";
125875
+ type CreateDiasPartyViaConversationBody = paths[typeof routeName$30]['post']['requestBody']['content']['application/json'];
125876
+ type CreateDiasPartyViaConversationPathParams = paths[typeof routeName$30]['post']['parameters']['path'];
125877
+ type CreateDiasPartyViaConversationQueryParams = paths[typeof routeName$30]['post']['parameters']['query'];
125878
+ type CreateDiasPartyViaConversationResponse = paths[typeof routeName$30]['post']['responses'][201]['content']['application/json'];
125877
125879
  interface CreateDiasPartyViaConversationProps {
125878
125880
  body: CreateDiasPartyViaConversationBody;
125879
125881
  params: {
@@ -125883,10 +125885,10 @@ interface CreateDiasPartyViaConversationProps {
125883
125885
  }
125884
125886
  declare const createDiasPartyViaConversation: (props: CreateDiasPartyViaConversationProps, wgApiClient: ClientType) => Promise<CreateDiasPartyViaConversationResponse>;
125885
125887
 
125886
- declare const routeName$2_ = "/v1/api/diasflows/conversations/{session_id}/generate-offer-document";
125887
- type GenerateDiasOfferDocumentBySessionIdPathParams = paths[typeof routeName$2_]['post']['parameters']['path'];
125888
- type GenerateDiasOfferDocumentBySessionIdQueryParams = paths[typeof routeName$2_]['post']['parameters']['query'];
125889
- type GenerateDiasOfferDocumentBySessionIdResponse = paths[typeof routeName$2_]['post']['responses'][200]['content']['application/json'];
125888
+ declare const routeName$2$ = "/v1/api/diasflows/conversations/{session_id}/generate-offer-document";
125889
+ type GenerateDiasOfferDocumentBySessionIdPathParams = paths[typeof routeName$2$]['post']['parameters']['path'];
125890
+ type GenerateDiasOfferDocumentBySessionIdQueryParams = paths[typeof routeName$2$]['post']['parameters']['query'];
125891
+ type GenerateDiasOfferDocumentBySessionIdResponse = paths[typeof routeName$2$]['post']['responses'][200]['content']['application/json'];
125890
125892
  interface GenerateDiasOfferDocumentBySessionIdProps {
125891
125893
  params: {
125892
125894
  query: GenerateDiasOfferDocumentBySessionIdQueryParams;
@@ -125895,11 +125897,11 @@ interface GenerateDiasOfferDocumentBySessionIdProps {
125895
125897
  }
125896
125898
  declare const generateDiasOfferDocumentBySessionId: (props: GenerateDiasOfferDocumentBySessionIdProps, wgApiClient: ClientType) => Promise<GenerateDiasOfferDocumentBySessionIdResponse>;
125897
125899
 
125898
- declare const routeName$2Z = "/v1/api/diasflows/conversations/{session_id}/products/{product_id}/calculate";
125899
- type RecalculateDiasQuotesBySessionIdAndProductIdBody = paths[typeof routeName$2Z]['post']['requestBody']['content']['application/json'];
125900
- type RecalculateDiasQuotesBySessionIdAndProductIdPathParams = paths[typeof routeName$2Z]['post']['parameters']['path'];
125901
- type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams = paths[typeof routeName$2Z]['post']['parameters']['query'];
125902
- type RecalculateDiasQuotesBySessionIdAndProductIdResponse = paths[typeof routeName$2Z]['post']['responses'][200]['content']['application/json'];
125900
+ declare const routeName$2_ = "/v1/api/diasflows/conversations/{session_id}/products/{product_id}/calculate";
125901
+ type RecalculateDiasQuotesBySessionIdAndProductIdBody = paths[typeof routeName$2_]['post']['requestBody']['content']['application/json'];
125902
+ type RecalculateDiasQuotesBySessionIdAndProductIdPathParams = paths[typeof routeName$2_]['post']['parameters']['path'];
125903
+ type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams = paths[typeof routeName$2_]['post']['parameters']['query'];
125904
+ type RecalculateDiasQuotesBySessionIdAndProductIdResponse = paths[typeof routeName$2_]['post']['responses'][200]['content']['application/json'];
125903
125905
  interface RecalculateDiasQuotesBySessionIdAndProductIdProps {
125904
125906
  body: RecalculateDiasQuotesBySessionIdAndProductIdBody;
125905
125907
  params: {
@@ -125909,11 +125911,11 @@ interface RecalculateDiasQuotesBySessionIdAndProductIdProps {
125909
125911
  }
125910
125912
  declare const recalculateDiasQuotesBySessionIdAndProductId: (props: RecalculateDiasQuotesBySessionIdAndProductIdProps, wgApiClient: ClientType) => Promise<RecalculateDiasQuotesBySessionIdAndProductIdResponse>;
125911
125913
 
125912
- declare const routeName$2Y = "/v1/api/diasflows/conversations/{session_id}/recalculate-simulation";
125913
- type RecalculateDiasSimulationBySessionIdBody = paths[typeof routeName$2Y]['post']['requestBody']['content']['application/json'];
125914
- type RecalculateDiasSimulationBySessionIdPathParams = paths[typeof routeName$2Y]['post']['parameters']['path'];
125915
- type RecalculateDiasSimulationBySessionIdQueryParams = paths[typeof routeName$2Y]['post']['parameters']['query'];
125916
- type RecalculateDiasSimulationBySessionIdResponse = paths[typeof routeName$2Y]['post']['responses'][200]['content']['application/json'];
125914
+ declare const routeName$2Z = "/v1/api/diasflows/conversations/{session_id}/recalculate-simulation";
125915
+ type RecalculateDiasSimulationBySessionIdBody = paths[typeof routeName$2Z]['post']['requestBody']['content']['application/json'];
125916
+ type RecalculateDiasSimulationBySessionIdPathParams = paths[typeof routeName$2Z]['post']['parameters']['path'];
125917
+ type RecalculateDiasSimulationBySessionIdQueryParams = paths[typeof routeName$2Z]['post']['parameters']['query'];
125918
+ type RecalculateDiasSimulationBySessionIdResponse = paths[typeof routeName$2Z]['post']['responses'][200]['content']['application/json'];
125917
125919
  interface RecalculateDiasSimulationBySessionIdProps {
125918
125920
  body: RecalculateDiasSimulationBySessionIdBody;
125919
125921
  params: {
@@ -125923,11 +125925,11 @@ interface RecalculateDiasSimulationBySessionIdProps {
125923
125925
  }
125924
125926
  declare const recalculateDiasSimulationBySessionId: (props: RecalculateDiasSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateDiasSimulationBySessionIdResponse>;
125925
125927
 
125926
- declare const routeName$2X = "/v1/api/diasflows/conversations/{session_id}/send-offer-mail";
125927
- type SendDiasOfferMailBySessionIdBody = paths[typeof routeName$2X]['post']['requestBody']['content']['application/json'];
125928
- type SendDiasOfferMailBySessionIdPathParams = paths[typeof routeName$2X]['post']['parameters']['path'];
125929
- type SendDiasOfferMailBySessionIdQueryParams = paths[typeof routeName$2X]['post']['parameters']['query'];
125930
- type SendDiasOfferMailBySessionIdResponse = paths[typeof routeName$2X]['post']['responses'][201]['content']['application/json'];
125928
+ declare const routeName$2Y = "/v1/api/diasflows/conversations/{session_id}/send-offer-mail";
125929
+ type SendDiasOfferMailBySessionIdBody = paths[typeof routeName$2Y]['post']['requestBody']['content']['application/json'];
125930
+ type SendDiasOfferMailBySessionIdPathParams = paths[typeof routeName$2Y]['post']['parameters']['path'];
125931
+ type SendDiasOfferMailBySessionIdQueryParams = paths[typeof routeName$2Y]['post']['parameters']['query'];
125932
+ type SendDiasOfferMailBySessionIdResponse = paths[typeof routeName$2Y]['post']['responses'][201]['content']['application/json'];
125931
125933
  interface SendDiasOfferMailBySessionIdProps {
125932
125934
  body: SendDiasOfferMailBySessionIdBody;
125933
125935
  params: {
@@ -125937,16 +125939,16 @@ interface SendDiasOfferMailBySessionIdProps {
125937
125939
  }
125938
125940
  declare const sendDiasOfferMailBySessionId: (props: SendDiasOfferMailBySessionIdProps, wgApiClient: ClientType) => Promise<SendDiasOfferMailBySessionIdResponse>;
125939
125941
 
125940
- declare const routeName$2W = "/v1/api/diasflows/products";
125941
- type GetDiasflowProductsQueryParams = paths[typeof routeName$2W]['get']['parameters']['query'];
125942
- type GetDiasflowProductsResponse = paths[typeof routeName$2W]['get']['responses'][200]['content']['application/json'];
125943
- type GetDiasflowProductsProps = paths[typeof routeName$2W]['get']['parameters'];
125942
+ declare const routeName$2X = "/v1/api/diasflows/products";
125943
+ type GetDiasflowProductsQueryParams = paths[typeof routeName$2X]['get']['parameters']['query'];
125944
+ type GetDiasflowProductsResponse = paths[typeof routeName$2X]['get']['responses'][200]['content']['application/json'];
125945
+ type GetDiasflowProductsProps = paths[typeof routeName$2X]['get']['parameters'];
125944
125946
  declare const getDiasflowProducts: (props: GetDiasflowProductsProps, wgApiClient: ClientType) => Promise<GetDiasflowProductsResponse>;
125945
125947
 
125946
- declare const routeName$2V = "/v1/api/diasflows/products/import";
125947
- type ImportDiasflowProductBody = paths[typeof routeName$2V]['post']['requestBody']['content']['application/json'];
125948
- type ImportDiasflowProductQueryParams = paths[typeof routeName$2V]['post']['parameters']['query'];
125949
- type ImportDiasflowProductResponse = paths[typeof routeName$2V]['post']['responses'][200]['content']['application/json'];
125948
+ declare const routeName$2W = "/v1/api/diasflows/products/import";
125949
+ type ImportDiasflowProductBody = paths[typeof routeName$2W]['post']['requestBody']['content']['application/json'];
125950
+ type ImportDiasflowProductQueryParams = paths[typeof routeName$2W]['post']['parameters']['query'];
125951
+ type ImportDiasflowProductResponse = paths[typeof routeName$2W]['post']['responses'][200]['content']['application/json'];
125950
125952
  interface ImportDiasflowProductProps {
125951
125953
  body: ImportDiasflowProductBody;
125952
125954
  params: {
@@ -125955,18 +125957,18 @@ interface ImportDiasflowProductProps {
125955
125957
  }
125956
125958
  declare const importDiasflowProduct: (props: ImportDiasflowProductProps, wgApiClient: ClientType) => Promise<ImportDiasflowProductResponse>;
125957
125959
 
125958
- declare const routeName$2U = "/v1/api/diasflows/products/{product_id}";
125959
- type GetDiasflowProductByIdPathParams = paths[typeof routeName$2U]['get']['parameters']['path'];
125960
- type GetDiasflowProductByIdQueryParams = paths[typeof routeName$2U]['get']['parameters']['query'];
125961
- type GetDiasflowProductByIdResponse = paths[typeof routeName$2U]['get']['responses'][200]['content']['application/json'];
125962
- type GetDiasflowProductByIdProps = paths[typeof routeName$2U]['get']['parameters'];
125960
+ declare const routeName$2V = "/v1/api/diasflows/products/{product_id}";
125961
+ type GetDiasflowProductByIdPathParams = paths[typeof routeName$2V]['get']['parameters']['path'];
125962
+ type GetDiasflowProductByIdQueryParams = paths[typeof routeName$2V]['get']['parameters']['query'];
125963
+ type GetDiasflowProductByIdResponse = paths[typeof routeName$2V]['get']['responses'][200]['content']['application/json'];
125964
+ type GetDiasflowProductByIdProps = paths[typeof routeName$2V]['get']['parameters'];
125963
125965
  declare const getDiasflowProductById: (props: GetDiasflowProductByIdProps, wgApiClient: ClientType) => Promise<GetDiasflowProductByIdResponse>;
125964
125966
 
125965
- declare const routeName$2T = "/v1/api/diasflows/products/{product_id}";
125966
- type PatchDiasflowProductByIdBody = paths[typeof routeName$2T]['patch']['requestBody']['content']['application/json'];
125967
- type PatchDiasflowProductByIdPathParams = paths[typeof routeName$2T]['patch']['parameters']['path'];
125968
- type PatchDiasflowProductByIdQueryParams = paths[typeof routeName$2T]['patch']['parameters']['query'];
125969
- type PatchDiasflowProductByIdResponse = paths[typeof routeName$2T]['patch']['responses'][200]['content']['application/json'];
125967
+ declare const routeName$2U = "/v1/api/diasflows/products/{product_id}";
125968
+ type PatchDiasflowProductByIdBody = paths[typeof routeName$2U]['patch']['requestBody']['content']['application/json'];
125969
+ type PatchDiasflowProductByIdPathParams = paths[typeof routeName$2U]['patch']['parameters']['path'];
125970
+ type PatchDiasflowProductByIdQueryParams = paths[typeof routeName$2U]['patch']['parameters']['query'];
125971
+ type PatchDiasflowProductByIdResponse = paths[typeof routeName$2U]['patch']['responses'][200]['content']['application/json'];
125970
125972
  interface PatchDiasflowProductByIdProps {
125971
125973
  body: PatchDiasflowProductByIdBody;
125972
125974
  params: {
@@ -125976,11 +125978,11 @@ interface PatchDiasflowProductByIdProps {
125976
125978
  }
125977
125979
  declare const patchDiasflowProductById: (props: PatchDiasflowProductByIdProps, wgApiClient: ClientType) => Promise<PatchDiasflowProductByIdResponse>;
125978
125980
 
125979
- declare const routeName$2S = "/v1/api/diasflows/products/{product_id}/coverages/{coverage_dias_id}";
125980
- type PatchDiasflowProductCoverageByDiasIdBody = paths[typeof routeName$2S]['patch']['requestBody']['content']['application/json'];
125981
- type PatchDiasflowProductCoverageByDiasIdPathParams = paths[typeof routeName$2S]['patch']['parameters']['path'];
125982
- type PatchDiasflowProductCoverageByDiasIdQueryParams = paths[typeof routeName$2S]['patch']['parameters']['query'];
125983
- type PatchDiasflowProductCoverageByDiasIdResponse = paths[typeof routeName$2S]['patch']['responses'][200]['content']['application/json'];
125981
+ declare const routeName$2T = "/v1/api/diasflows/products/{product_id}/coverages/{coverage_dias_id}";
125982
+ type PatchDiasflowProductCoverageByDiasIdBody = paths[typeof routeName$2T]['patch']['requestBody']['content']['application/json'];
125983
+ type PatchDiasflowProductCoverageByDiasIdPathParams = paths[typeof routeName$2T]['patch']['parameters']['path'];
125984
+ type PatchDiasflowProductCoverageByDiasIdQueryParams = paths[typeof routeName$2T]['patch']['parameters']['query'];
125985
+ type PatchDiasflowProductCoverageByDiasIdResponse = paths[typeof routeName$2T]['patch']['responses'][200]['content']['application/json'];
125984
125986
  interface PatchDiasflowProductCoverageByDiasIdProps {
125985
125987
  body: PatchDiasflowProductCoverageByDiasIdBody;
125986
125988
  params: {
@@ -125990,18 +125992,18 @@ interface PatchDiasflowProductCoverageByDiasIdProps {
125990
125992
  }
125991
125993
  declare const patchDiasflowProductCoverageByDiasId: (props: PatchDiasflowProductCoverageByDiasIdProps, wgApiClient: ClientType) => Promise<PatchDiasflowProductCoverageByDiasIdResponse>;
125992
125994
 
125993
- declare const routeName$2R = "/v1/api/diasflows/products/{product_id}/questionnaires";
125994
- type RetrieveDiasQuestionnairesPathParams = paths[typeof routeName$2R]['get']['parameters']['path'];
125995
- type RetrieveDiasQuestionnairesQueryParams = paths[typeof routeName$2R]['get']['parameters']['query'];
125996
- type RetrieveDiasQuestionnairesResponse = paths[typeof routeName$2R]['get']['responses'][200]['content']['application/json'];
125997
- type RetrieveDiasQuestionnairesProps = paths[typeof routeName$2R]['get']['parameters'];
125995
+ declare const routeName$2S = "/v1/api/diasflows/products/{product_id}/questionnaires";
125996
+ type RetrieveDiasQuestionnairesPathParams = paths[typeof routeName$2S]['get']['parameters']['path'];
125997
+ type RetrieveDiasQuestionnairesQueryParams = paths[typeof routeName$2S]['get']['parameters']['query'];
125998
+ type RetrieveDiasQuestionnairesResponse = paths[typeof routeName$2S]['get']['responses'][200]['content']['application/json'];
125999
+ type RetrieveDiasQuestionnairesProps = paths[typeof routeName$2S]['get']['parameters'];
125998
126000
  declare const retrieveDiasQuestionnaires: (props: RetrieveDiasQuestionnairesProps, wgApiClient: ClientType) => Promise<RetrieveDiasQuestionnairesResponse>;
125999
126001
 
126000
- declare const routeName$2Q = "/v1/api/diasflows/products/{product_id}/questionnaires";
126001
- type UpdateDiasQuestionnaireBody = paths[typeof routeName$2Q]['put']['requestBody']['content']['application/json'];
126002
- type UpdateDiasQuestionnairePathParams = paths[typeof routeName$2Q]['put']['parameters']['path'];
126003
- type UpdateDiasQuestionnaireQueryParams = paths[typeof routeName$2Q]['put']['parameters']['query'];
126004
- type UpdateDiasQuestionnaireResponse = paths[typeof routeName$2Q]['put']['responses'][200]['content']['application/json'];
126002
+ declare const routeName$2R = "/v1/api/diasflows/products/{product_id}/questionnaires";
126003
+ type UpdateDiasQuestionnaireBody = paths[typeof routeName$2R]['put']['requestBody']['content']['application/json'];
126004
+ type UpdateDiasQuestionnairePathParams = paths[typeof routeName$2R]['put']['parameters']['path'];
126005
+ type UpdateDiasQuestionnaireQueryParams = paths[typeof routeName$2R]['put']['parameters']['query'];
126006
+ type UpdateDiasQuestionnaireResponse = paths[typeof routeName$2R]['put']['responses'][200]['content']['application/json'];
126005
126007
  interface UpdateDiasQuestionnaireProps {
126006
126008
  body: UpdateDiasQuestionnaireBody;
126007
126009
  params: {
@@ -126011,11 +126013,11 @@ interface UpdateDiasQuestionnaireProps {
126011
126013
  }
126012
126014
  declare const updateDiasQuestionnaire: (props: UpdateDiasQuestionnaireProps, wgApiClient: ClientType) => Promise<UpdateDiasQuestionnaireResponse>;
126013
126015
 
126014
- declare const routeName$2P = "/v1/api/diasflows/products/{product_id}/questionnaires/validate";
126015
- type ValidateDiasQuestionnaireBody = paths[typeof routeName$2P]['post']['requestBody']['content']['application/json'];
126016
- type ValidateDiasQuestionnairePathParams = paths[typeof routeName$2P]['post']['parameters']['path'];
126017
- type ValidateDiasQuestionnaireQueryParams = paths[typeof routeName$2P]['post']['parameters']['query'];
126018
- type ValidateDiasQuestionnaireResponse = paths[typeof routeName$2P]['post']['responses'][200]['content']['application/json'];
126016
+ declare const routeName$2Q = "/v1/api/diasflows/products/{product_id}/questionnaires/validate";
126017
+ type ValidateDiasQuestionnaireBody = paths[typeof routeName$2Q]['post']['requestBody']['content']['application/json'];
126018
+ type ValidateDiasQuestionnairePathParams = paths[typeof routeName$2Q]['post']['parameters']['path'];
126019
+ type ValidateDiasQuestionnaireQueryParams = paths[typeof routeName$2Q]['post']['parameters']['query'];
126020
+ type ValidateDiasQuestionnaireResponse = paths[typeof routeName$2Q]['post']['responses'][200]['content']['application/json'];
126019
126021
  interface ValidateDiasQuestionnaireProps {
126020
126022
  body: ValidateDiasQuestionnaireBody;
126021
126023
  params: {
@@ -126025,36 +126027,36 @@ interface ValidateDiasQuestionnaireProps {
126025
126027
  }
126026
126028
  declare const validateDiasQuestionnaire: (props: ValidateDiasQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateDiasQuestionnaireResponse>;
126027
126029
 
126028
- declare const routeName$2O = "/v1/api/diasflows/supported-insurances";
126029
- type GetDiasflowInsurancesQueryParams = paths[typeof routeName$2O]['get']['parameters']['query'];
126030
- type GetDiasflowInsurancesResponse = paths[typeof routeName$2O]['get']['responses'][200]['content']['application/json'];
126031
- type GetDiasflowInsurancesProps = paths[typeof routeName$2O]['get']['parameters'];
126030
+ declare const routeName$2P = "/v1/api/diasflows/supported-insurances";
126031
+ type GetDiasflowInsurancesQueryParams = paths[typeof routeName$2P]['get']['parameters']['query'];
126032
+ type GetDiasflowInsurancesResponse = paths[typeof routeName$2P]['get']['responses'][200]['content']['application/json'];
126033
+ type GetDiasflowInsurancesProps = paths[typeof routeName$2P]['get']['parameters'];
126032
126034
  declare const getDiasflowInsurances: (props: GetDiasflowInsurancesProps, wgApiClient: ClientType) => Promise<GetDiasflowInsurancesResponse>;
126033
126035
 
126034
- declare const routeName$2N = "/v1/api/distribution/{distribution_id}/pending-upgrades";
126035
- type GetDistributionHasPendingUpgradePathParams = paths[typeof routeName$2N]['get']['parameters']['path'];
126036
- type GetDistributionHasPendingUpgradeResponse = paths[typeof routeName$2N]['get']['responses'][200]['content']['application/json'];
126037
- type GetDistributionHasPendingUpgradeProps = paths[typeof routeName$2N]['get']['parameters'];
126036
+ declare const routeName$2O = "/v1/api/distribution/{distribution_id}/pending-upgrades";
126037
+ type GetDistributionHasPendingUpgradePathParams = paths[typeof routeName$2O]['get']['parameters']['path'];
126038
+ type GetDistributionHasPendingUpgradeResponse = paths[typeof routeName$2O]['get']['responses'][200]['content']['application/json'];
126039
+ type GetDistributionHasPendingUpgradeProps = paths[typeof routeName$2O]['get']['parameters'];
126038
126040
  declare const getDistributionHasPendingUpgrade: (props: GetDistributionHasPendingUpgradeProps, wgApiClient: ClientType) => Promise<GetDistributionHasPendingUpgradeResponse>;
126039
126041
 
126040
- declare const routeName$2M = "/v1/api/distributions/about-us-completion";
126041
- type GenerateDistributionAboutUsCompletionBody = paths[typeof routeName$2M]['post']['requestBody']['content']['application/json'];
126042
- type GenerateDistributionAboutUsCompletionResponse = paths[typeof routeName$2M]['post']['responses'][200]['content']['application/json'];
126042
+ declare const routeName$2N = "/v1/api/distributions/about-us-completion";
126043
+ type GenerateDistributionAboutUsCompletionBody = paths[typeof routeName$2N]['post']['requestBody']['content']['application/json'];
126044
+ type GenerateDistributionAboutUsCompletionResponse = paths[typeof routeName$2N]['post']['responses'][200]['content']['application/json'];
126043
126045
  interface GenerateDistributionAboutUsCompletionProps {
126044
126046
  body: GenerateDistributionAboutUsCompletionBody;
126045
126047
  }
126046
126048
  declare const generateDistributionAboutUsCompletion: (props: GenerateDistributionAboutUsCompletionProps, wgApiClient: ClientType) => Promise<GenerateDistributionAboutUsCompletionResponse>;
126047
126049
 
126048
- declare const routeName$2L = "/v1/api/distributions/faq";
126049
- type GetDistributionFaqQueryParams = paths[typeof routeName$2L]['get']['parameters']['query'];
126050
- type GetDistributionFaqResponse = paths[typeof routeName$2L]['get']['responses'][200]['content']['application/json'];
126051
- type GetDistributionFaqProps = paths[typeof routeName$2L]['get']['parameters'];
126050
+ declare const routeName$2M = "/v1/api/distributions/faq";
126051
+ type GetDistributionFaqQueryParams = paths[typeof routeName$2M]['get']['parameters']['query'];
126052
+ type GetDistributionFaqResponse = paths[typeof routeName$2M]['get']['responses'][200]['content']['application/json'];
126053
+ type GetDistributionFaqProps = paths[typeof routeName$2M]['get']['parameters'];
126052
126054
  declare const getDistributionFaq: (props: GetDistributionFaqProps, wgApiClient: ClientType) => Promise<GetDistributionFaqResponse>;
126053
126055
 
126054
- declare const routeName$2K = "/v1/api/distributions/faq";
126055
- type UpsertDistributionFaqBody = paths[typeof routeName$2K]['put']['requestBody']['content']['application/json'];
126056
- type UpsertDistributionFaqQueryParams = paths[typeof routeName$2K]['put']['parameters']['query'];
126057
- type UpsertDistributionFaqResponse = paths[typeof routeName$2K]['put']['responses'][200]['content']['application/json'];
126056
+ declare const routeName$2L = "/v1/api/distributions/faq";
126057
+ type UpsertDistributionFaqBody = paths[typeof routeName$2L]['put']['requestBody']['content']['application/json'];
126058
+ type UpsertDistributionFaqQueryParams = paths[typeof routeName$2L]['put']['parameters']['query'];
126059
+ type UpsertDistributionFaqResponse = paths[typeof routeName$2L]['put']['responses'][200]['content']['application/json'];
126058
126060
  interface UpsertDistributionFaqProps {
126059
126061
  body: UpsertDistributionFaqBody;
126060
126062
  params: {
@@ -126063,10 +126065,10 @@ interface UpsertDistributionFaqProps {
126063
126065
  }
126064
126066
  declare const upsertDistributionFaq: (props: UpsertDistributionFaqProps, wgApiClient: ClientType) => Promise<UpsertDistributionFaqResponse>;
126065
126067
 
126066
- declare const routeName$2J = "/v1/api/distributions/faq/{faq_id}";
126067
- type DeleteDistributionFaqPathParams = paths[typeof routeName$2J]['delete']['parameters']['path'];
126068
- type DeleteDistributionFaqQueryParams = paths[typeof routeName$2J]['delete']['parameters']['query'];
126069
- type DeleteDistributionFaqResponse = paths[typeof routeName$2J]['delete']['responses'][200]['content']['application/json'];
126068
+ declare const routeName$2K = "/v1/api/distributions/faq/{faq_id}";
126069
+ type DeleteDistributionFaqPathParams = paths[typeof routeName$2K]['delete']['parameters']['path'];
126070
+ type DeleteDistributionFaqQueryParams = paths[typeof routeName$2K]['delete']['parameters']['query'];
126071
+ type DeleteDistributionFaqResponse = paths[typeof routeName$2K]['delete']['responses'][200]['content']['application/json'];
126070
126072
  interface DeleteDistributionFaqProps {
126071
126073
  params: {
126072
126074
  query: DeleteDistributionFaqQueryParams;
@@ -126075,16 +126077,16 @@ interface DeleteDistributionFaqProps {
126075
126077
  }
126076
126078
  declare const deleteDistributionFaq: (props: DeleteDistributionFaqProps, wgApiClient: ClientType) => Promise<DeleteDistributionFaqResponse>;
126077
126079
 
126078
- declare const routeName$2I = "/v1/api/distributions/insurance-product-clauses";
126079
- type GetInsuranceProductClausesByDistributionQueryParams = paths[typeof routeName$2I]['get']['parameters']['query'];
126080
- type GetInsuranceProductClausesByDistributionResponse = paths[typeof routeName$2I]['get']['responses'][200]['content']['application/json'];
126081
- type GetInsuranceProductClausesByDistributionProps = paths[typeof routeName$2I]['get']['parameters'];
126080
+ declare const routeName$2J = "/v1/api/distributions/insurance-product-clauses";
126081
+ type GetInsuranceProductClausesByDistributionQueryParams = paths[typeof routeName$2J]['get']['parameters']['query'];
126082
+ type GetInsuranceProductClausesByDistributionResponse = paths[typeof routeName$2J]['get']['responses'][200]['content']['application/json'];
126083
+ type GetInsuranceProductClausesByDistributionProps = paths[typeof routeName$2J]['get']['parameters'];
126082
126084
  declare const getInsuranceProductClausesByDistribution: (props: GetInsuranceProductClausesByDistributionProps, wgApiClient: ClientType) => Promise<GetInsuranceProductClausesByDistributionResponse>;
126083
126085
 
126084
- declare const routeName$2H = "/v1/api/distributions/insurance-product-clauses";
126085
- type CreateInsuranceProductClauseForDistributionBody = paths[typeof routeName$2H]['post']['requestBody']['content']['application/json'];
126086
- type CreateInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$2H]['post']['parameters']['query'];
126087
- type CreateInsuranceProductClauseForDistributionResponse = paths[typeof routeName$2H]['post']['responses'][201]['content']['application/json'];
126086
+ declare const routeName$2I = "/v1/api/distributions/insurance-product-clauses";
126087
+ type CreateInsuranceProductClauseForDistributionBody = paths[typeof routeName$2I]['post']['requestBody']['content']['application/json'];
126088
+ type CreateInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$2I]['post']['parameters']['query'];
126089
+ type CreateInsuranceProductClauseForDistributionResponse = paths[typeof routeName$2I]['post']['responses'][201]['content']['application/json'];
126088
126090
  interface CreateInsuranceProductClauseForDistributionProps {
126089
126091
  body: CreateInsuranceProductClauseForDistributionBody;
126090
126092
  params: {
@@ -126093,10 +126095,10 @@ interface CreateInsuranceProductClauseForDistributionProps {
126093
126095
  }
126094
126096
  declare const createInsuranceProductClauseForDistribution: (props: CreateInsuranceProductClauseForDistributionProps, wgApiClient: ClientType) => Promise<CreateInsuranceProductClauseForDistributionResponse>;
126095
126097
 
126096
- declare const routeName$2G = "/v1/api/distributions/insurance-product-clauses/{insurance_product_clause_id}";
126097
- type DeleteInsuranceProductClauseForDistributionPathParams = paths[typeof routeName$2G]['delete']['parameters']['path'];
126098
- type DeleteInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$2G]['delete']['parameters']['query'];
126099
- type DeleteInsuranceProductClauseForDistributionResponse = paths[typeof routeName$2G]['delete']['responses'][200]['content']['application/json'];
126098
+ declare const routeName$2H = "/v1/api/distributions/insurance-product-clauses/{insurance_product_clause_id}";
126099
+ type DeleteInsuranceProductClauseForDistributionPathParams = paths[typeof routeName$2H]['delete']['parameters']['path'];
126100
+ type DeleteInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$2H]['delete']['parameters']['query'];
126101
+ type DeleteInsuranceProductClauseForDistributionResponse = paths[typeof routeName$2H]['delete']['responses'][200]['content']['application/json'];
126100
126102
  interface DeleteInsuranceProductClauseForDistributionProps {
126101
126103
  params: {
126102
126104
  query: DeleteInsuranceProductClauseForDistributionQueryParams;
@@ -126105,11 +126107,11 @@ interface DeleteInsuranceProductClauseForDistributionProps {
126105
126107
  }
126106
126108
  declare const deleteInsuranceProductClauseForDistribution: (props: DeleteInsuranceProductClauseForDistributionProps, wgApiClient: ClientType) => Promise<DeleteInsuranceProductClauseForDistributionResponse>;
126107
126109
 
126108
- declare const routeName$2F = "/v1/api/distributions/insurance-product-clauses/{insurance_product_clause_id}";
126109
- type UpdateInsuranceProductClauseForDistributionBody = paths[typeof routeName$2F]['patch']['requestBody']['content']['application/json'];
126110
- type UpdateInsuranceProductClauseForDistributionPathParams = paths[typeof routeName$2F]['patch']['parameters']['path'];
126111
- type UpdateInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$2F]['patch']['parameters']['query'];
126112
- type UpdateInsuranceProductClauseForDistributionResponse = paths[typeof routeName$2F]['patch']['responses'][200]['content']['application/json'];
126110
+ declare const routeName$2G = "/v1/api/distributions/insurance-product-clauses/{insurance_product_clause_id}";
126111
+ type UpdateInsuranceProductClauseForDistributionBody = paths[typeof routeName$2G]['patch']['requestBody']['content']['application/json'];
126112
+ type UpdateInsuranceProductClauseForDistributionPathParams = paths[typeof routeName$2G]['patch']['parameters']['path'];
126113
+ type UpdateInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$2G]['patch']['parameters']['query'];
126114
+ type UpdateInsuranceProductClauseForDistributionResponse = paths[typeof routeName$2G]['patch']['responses'][200]['content']['application/json'];
126113
126115
  interface UpdateInsuranceProductClauseForDistributionProps {
126114
126116
  body: UpdateInsuranceProductClauseForDistributionBody;
126115
126117
  params: {
@@ -126119,36 +126121,36 @@ interface UpdateInsuranceProductClauseForDistributionProps {
126119
126121
  }
126120
126122
  declare const updateInsuranceProductClauseForDistribution: (props: UpdateInsuranceProductClauseForDistributionProps, wgApiClient: ClientType) => Promise<UpdateInsuranceProductClauseForDistributionResponse>;
126121
126123
 
126122
- declare const routeName$2E = "/v1/api/distributions/invitations";
126123
- type InviteColleaguesToDistributionBody = paths[typeof routeName$2E]['post']['requestBody']['content']['application/json'];
126124
- type InviteColleaguesToDistributionResponse = paths[typeof routeName$2E]['post']['responses'][201]['content']['application/json'];
126124
+ declare const routeName$2F = "/v1/api/distributions/invitations";
126125
+ type InviteColleaguesToDistributionBody = paths[typeof routeName$2F]['post']['requestBody']['content']['application/json'];
126126
+ type InviteColleaguesToDistributionResponse = paths[typeof routeName$2F]['post']['responses'][201]['content']['application/json'];
126125
126127
  interface InviteColleaguesToDistributionProps {
126126
126128
  body: InviteColleaguesToDistributionBody;
126127
126129
  }
126128
126130
  declare const inviteColleaguesToDistribution: (props: InviteColleaguesToDistributionProps, wgApiClient: ClientType) => Promise<InviteColleaguesToDistributionResponse>;
126129
126131
 
126130
- declare const routeName$2D = "/v1/api/distributions/settings";
126131
- type GetDistributionSettingsResponse = paths[typeof routeName$2D]['get']['responses'][200]['content']['application/json'];
126132
+ declare const routeName$2E = "/v1/api/distributions/settings";
126133
+ type GetDistributionSettingsResponse = paths[typeof routeName$2E]['get']['responses'][200]['content']['application/json'];
126132
126134
  declare const getDistributionSettings: (wgApiClient: ClientType) => Promise<GetDistributionSettingsResponse>;
126133
126135
 
126134
- declare const routeName$2C = "/v1/api/distributions/settings";
126135
- type UpdateDistributionSettingsBody = paths[typeof routeName$2C]['patch']['requestBody']['content']['application/json'];
126136
- type UpdateDistributionSettingsResponse = paths[typeof routeName$2C]['patch']['responses'][200]['content']['application/json'];
126136
+ declare const routeName$2D = "/v1/api/distributions/settings";
126137
+ type UpdateDistributionSettingsBody = paths[typeof routeName$2D]['patch']['requestBody']['content']['application/json'];
126138
+ type UpdateDistributionSettingsResponse = paths[typeof routeName$2D]['patch']['responses'][200]['content']['application/json'];
126137
126139
  interface UpdateDistributionSettingsProps {
126138
126140
  body: UpdateDistributionSettingsBody;
126139
126141
  }
126140
126142
  declare const updateDistributionSettings: (props: UpdateDistributionSettingsProps, wgApiClient: ClientType) => Promise<UpdateDistributionSettingsResponse>;
126141
126143
 
126142
- declare const routeName$2B = "/v1/api/distributions/tags";
126143
- type GetDistributionTagsQueryParams = paths[typeof routeName$2B]['get']['parameters']['query'];
126144
- type GetDistributionTagsResponse = paths[typeof routeName$2B]['get']['responses'][200]['content']['application/json'];
126145
- type GetDistributionTagsProps = paths[typeof routeName$2B]['get']['parameters'];
126144
+ declare const routeName$2C = "/v1/api/distributions/tags";
126145
+ type GetDistributionTagsQueryParams = paths[typeof routeName$2C]['get']['parameters']['query'];
126146
+ type GetDistributionTagsResponse = paths[typeof routeName$2C]['get']['responses'][200]['content']['application/json'];
126147
+ type GetDistributionTagsProps = paths[typeof routeName$2C]['get']['parameters'];
126146
126148
  declare const getDistributionTags: (props: GetDistributionTagsProps, wgApiClient: ClientType) => Promise<GetDistributionTagsResponse>;
126147
126149
 
126148
- declare const routeName$2A = "/v1/api/distributions/tags";
126149
- type CreateDistributionTagBody = paths[typeof routeName$2A]['post']['requestBody']['content']['application/json'];
126150
- type CreateDistributionTagQueryParams = paths[typeof routeName$2A]['post']['parameters']['query'];
126151
- type CreateDistributionTagResponse = paths[typeof routeName$2A]['post']['responses'][201]['content']['application/json'];
126150
+ declare const routeName$2B = "/v1/api/distributions/tags";
126151
+ type CreateDistributionTagBody = paths[typeof routeName$2B]['post']['requestBody']['content']['application/json'];
126152
+ type CreateDistributionTagQueryParams = paths[typeof routeName$2B]['post']['parameters']['query'];
126153
+ type CreateDistributionTagResponse = paths[typeof routeName$2B]['post']['responses'][201]['content']['application/json'];
126152
126154
  interface CreateDistributionTagProps {
126153
126155
  body: CreateDistributionTagBody;
126154
126156
  params: {
@@ -126157,10 +126159,10 @@ interface CreateDistributionTagProps {
126157
126159
  }
126158
126160
  declare const createDistributionTag: (props: CreateDistributionTagProps, wgApiClient: ClientType) => Promise<CreateDistributionTagResponse>;
126159
126161
 
126160
- declare const routeName$2z = "/v1/api/distributions/tags/{value}";
126161
- type DeleteDistributionTagPathParams = paths[typeof routeName$2z]['delete']['parameters']['path'];
126162
- type DeleteDistributionTagQueryParams = paths[typeof routeName$2z]['delete']['parameters']['query'];
126163
- type DeleteDistributionTagResponse = paths[typeof routeName$2z]['delete']['responses'][200]['content']['application/json'];
126162
+ declare const routeName$2A = "/v1/api/distributions/tags/{value}";
126163
+ type DeleteDistributionTagPathParams = paths[typeof routeName$2A]['delete']['parameters']['path'];
126164
+ type DeleteDistributionTagQueryParams = paths[typeof routeName$2A]['delete']['parameters']['query'];
126165
+ type DeleteDistributionTagResponse = paths[typeof routeName$2A]['delete']['responses'][200]['content']['application/json'];
126164
126166
  interface DeleteDistributionTagProps {
126165
126167
  params: {
126166
126168
  query: DeleteDistributionTagQueryParams;
@@ -126169,16 +126171,16 @@ interface DeleteDistributionTagProps {
126169
126171
  }
126170
126172
  declare const deleteDistributionTag: (props: DeleteDistributionTagProps, wgApiClient: ClientType) => Promise<DeleteDistributionTagResponse>;
126171
126173
 
126172
- declare const routeName$2y = "/v1/api/distributions/usp";
126173
- type GetUspByDistributionQueryParams = paths[typeof routeName$2y]['get']['parameters']['query'];
126174
- type GetUspByDistributionResponse = paths[typeof routeName$2y]['get']['responses'][200]['content']['application/json'];
126175
- type GetUspByDistributionProps = paths[typeof routeName$2y]['get']['parameters'];
126174
+ declare const routeName$2z = "/v1/api/distributions/usp";
126175
+ type GetUspByDistributionQueryParams = paths[typeof routeName$2z]['get']['parameters']['query'];
126176
+ type GetUspByDistributionResponse = paths[typeof routeName$2z]['get']['responses'][200]['content']['application/json'];
126177
+ type GetUspByDistributionProps = paths[typeof routeName$2z]['get']['parameters'];
126176
126178
  declare const getUspByDistribution: (props: GetUspByDistributionProps, wgApiClient: ClientType) => Promise<GetUspByDistributionResponse>;
126177
126179
 
126178
- declare const routeName$2x = "/v1/api/distributions/usp";
126179
- type CreateUspItemForDistributionBody = paths[typeof routeName$2x]['post']['requestBody']['content']['application/json'];
126180
- type CreateUspItemForDistributionQueryParams = paths[typeof routeName$2x]['post']['parameters']['query'];
126181
- type CreateUspItemForDistributionResponse = paths[typeof routeName$2x]['post']['responses'][200]['content']['application/json'];
126180
+ declare const routeName$2y = "/v1/api/distributions/usp";
126181
+ type CreateUspItemForDistributionBody = paths[typeof routeName$2y]['post']['requestBody']['content']['application/json'];
126182
+ type CreateUspItemForDistributionQueryParams = paths[typeof routeName$2y]['post']['parameters']['query'];
126183
+ type CreateUspItemForDistributionResponse = paths[typeof routeName$2y]['post']['responses'][200]['content']['application/json'];
126182
126184
  interface CreateUspItemForDistributionProps {
126183
126185
  body: CreateUspItemForDistributionBody;
126184
126186
  params: {
@@ -126187,11 +126189,11 @@ interface CreateUspItemForDistributionProps {
126187
126189
  }
126188
126190
  declare const createUspItemForDistribution: (props: CreateUspItemForDistributionProps, wgApiClient: ClientType) => Promise<CreateUspItemForDistributionResponse>;
126189
126191
 
126190
- declare const routeName$2w = "/v1/api/distributions/usp/{usp_id}";
126191
- type UpdateUspByDistributionAndIdBody = paths[typeof routeName$2w]['put']['requestBody']['content']['application/json'];
126192
- type UpdateUspByDistributionAndIdPathParams = paths[typeof routeName$2w]['put']['parameters']['path'];
126193
- type UpdateUspByDistributionAndIdQueryParams = paths[typeof routeName$2w]['put']['parameters']['query'];
126194
- type UpdateUspByDistributionAndIdResponse = paths[typeof routeName$2w]['put']['responses'][200]['content']['application/json'];
126192
+ declare const routeName$2x = "/v1/api/distributions/usp/{usp_id}";
126193
+ type UpdateUspByDistributionAndIdBody = paths[typeof routeName$2x]['put']['requestBody']['content']['application/json'];
126194
+ type UpdateUspByDistributionAndIdPathParams = paths[typeof routeName$2x]['put']['parameters']['path'];
126195
+ type UpdateUspByDistributionAndIdQueryParams = paths[typeof routeName$2x]['put']['parameters']['query'];
126196
+ type UpdateUspByDistributionAndIdResponse = paths[typeof routeName$2x]['put']['responses'][200]['content']['application/json'];
126195
126197
  interface UpdateUspByDistributionAndIdProps {
126196
126198
  body: UpdateUspByDistributionAndIdBody;
126197
126199
  params: {
@@ -126201,10 +126203,10 @@ interface UpdateUspByDistributionAndIdProps {
126201
126203
  }
126202
126204
  declare const updateUspByDistributionAndId: (props: UpdateUspByDistributionAndIdProps, wgApiClient: ClientType) => Promise<UpdateUspByDistributionAndIdResponse>;
126203
126205
 
126204
- declare const routeName$2v = "/v1/api/distributions/usp/{usp_id}";
126205
- type DeleteUspByDistributionAndIdPathParams = paths[typeof routeName$2v]['delete']['parameters']['path'];
126206
- type DeleteUspByDistributionAndIdQueryParams = paths[typeof routeName$2v]['delete']['parameters']['query'];
126207
- type DeleteUspByDistributionAndIdResponse = paths[typeof routeName$2v]['delete']['responses'][200]['content']['application/json'];
126206
+ declare const routeName$2w = "/v1/api/distributions/usp/{usp_id}";
126207
+ type DeleteUspByDistributionAndIdPathParams = paths[typeof routeName$2w]['delete']['parameters']['path'];
126208
+ type DeleteUspByDistributionAndIdQueryParams = paths[typeof routeName$2w]['delete']['parameters']['query'];
126209
+ type DeleteUspByDistributionAndIdResponse = paths[typeof routeName$2w]['delete']['responses'][200]['content']['application/json'];
126208
126210
  interface DeleteUspByDistributionAndIdProps {
126209
126211
  params: {
126210
126212
  query: DeleteUspByDistributionAndIdQueryParams;
@@ -126213,48 +126215,48 @@ interface DeleteUspByDistributionAndIdProps {
126213
126215
  }
126214
126216
  declare const deleteUspByDistributionAndId: (props: DeleteUspByDistributionAndIdProps, wgApiClient: ClientType) => Promise<DeleteUspByDistributionAndIdResponse>;
126215
126217
 
126216
- declare const routeName$2u = "/v1/api/distributions/{distribution_id}";
126217
- type GetDistributionByIdPathParams = paths[typeof routeName$2u]['get']['parameters']['path'];
126218
- type GetDistributionByIdResponse = paths[typeof routeName$2u]['get']['responses'][200]['content']['application/json'];
126219
- type GetDistributionByIdProps = paths[typeof routeName$2u]['get']['parameters'];
126218
+ declare const routeName$2v = "/v1/api/distributions/{distribution_id}";
126219
+ type GetDistributionByIdPathParams = paths[typeof routeName$2v]['get']['parameters']['path'];
126220
+ type GetDistributionByIdResponse = paths[typeof routeName$2v]['get']['responses'][200]['content']['application/json'];
126221
+ type GetDistributionByIdProps = paths[typeof routeName$2v]['get']['parameters'];
126220
126222
  declare const getDistributionById: (props: GetDistributionByIdProps, wgApiClient: ClientType) => Promise<GetDistributionByIdResponse>;
126221
126223
 
126222
- declare const routeName$2t = "/v1/api/distributions/{distribution_id}/activity";
126223
- type GetDistributionActivityPathParams = paths[typeof routeName$2t]['get']['parameters']['path'];
126224
- type GetDistributionActivityQueryParams = paths[typeof routeName$2t]['get']['parameters']['query'];
126225
- type GetDistributionActivityResponse = paths[typeof routeName$2t]['get']['responses'][200]['content']['application/json'];
126226
- type GetDistributionActivityProps = paths[typeof routeName$2t]['get']['parameters'];
126224
+ declare const routeName$2u = "/v1/api/distributions/{distribution_id}/activity";
126225
+ type GetDistributionActivityPathParams = paths[typeof routeName$2u]['get']['parameters']['path'];
126226
+ type GetDistributionActivityQueryParams = paths[typeof routeName$2u]['get']['parameters']['query'];
126227
+ type GetDistributionActivityResponse = paths[typeof routeName$2u]['get']['responses'][200]['content']['application/json'];
126228
+ type GetDistributionActivityProps = paths[typeof routeName$2u]['get']['parameters'];
126227
126229
  declare const getDistributionActivity: (props: GetDistributionActivityProps, wgApiClient: ClientType) => Promise<GetDistributionActivityResponse>;
126228
126230
 
126229
- declare const routeName$2s = "/v1/api/distributions/{distribution_id}/affiliations";
126230
- type GetDistributionAffiliationsPathParams = paths[typeof routeName$2s]['get']['parameters']['path'];
126231
- type GetDistributionAffiliationsResponse = paths[typeof routeName$2s]['get']['responses'][200]['content']['application/json'];
126232
- type GetDistributionAffiliationsProps = paths[typeof routeName$2s]['get']['parameters'];
126231
+ declare const routeName$2t = "/v1/api/distributions/{distribution_id}/affiliations";
126232
+ type GetDistributionAffiliationsPathParams = paths[typeof routeName$2t]['get']['parameters']['path'];
126233
+ type GetDistributionAffiliationsResponse = paths[typeof routeName$2t]['get']['responses'][200]['content']['application/json'];
126234
+ type GetDistributionAffiliationsProps = paths[typeof routeName$2t]['get']['parameters'];
126233
126235
  declare const getDistributionAffiliations: (props: GetDistributionAffiliationsProps, wgApiClient: ClientType) => Promise<GetDistributionAffiliationsResponse>;
126234
126236
 
126235
- declare const routeName$2r = "/v1/api/distributions/{distribution_id}/insights/novelties";
126236
- type GetNoveltyInsightsByDistributionPathParams = paths[typeof routeName$2r]['get']['parameters']['path'];
126237
- type GetNoveltyInsightsByDistributionQueryParams = paths[typeof routeName$2r]['get']['parameters']['query'];
126238
- type GetNoveltyInsightsByDistributionResponse = paths[typeof routeName$2r]['get']['responses'][200]['content']['application/json'];
126239
- type GetNoveltyInsightsByDistributionProps = paths[typeof routeName$2r]['get']['parameters'];
126237
+ declare const routeName$2s = "/v1/api/distributions/{distribution_id}/insights/novelties";
126238
+ type GetNoveltyInsightsByDistributionPathParams = paths[typeof routeName$2s]['get']['parameters']['path'];
126239
+ type GetNoveltyInsightsByDistributionQueryParams = paths[typeof routeName$2s]['get']['parameters']['query'];
126240
+ type GetNoveltyInsightsByDistributionResponse = paths[typeof routeName$2s]['get']['responses'][200]['content']['application/json'];
126241
+ type GetNoveltyInsightsByDistributionProps = paths[typeof routeName$2s]['get']['parameters'];
126240
126242
  declare const getNoveltyInsightsByDistribution: (props: GetNoveltyInsightsByDistributionProps, wgApiClient: ClientType) => Promise<GetNoveltyInsightsByDistributionResponse>;
126241
126243
 
126242
- declare const routeName$2q = "/v1/api/distributions/{distribution_id}/insights/performance";
126243
- type GetPerformanceInsightsByDistributionPathParams = paths[typeof routeName$2q]['get']['parameters']['path'];
126244
- type GetPerformanceInsightsByDistributionQueryParams = paths[typeof routeName$2q]['get']['parameters']['query'];
126245
- type GetPerformanceInsightsByDistributionResponse = paths[typeof routeName$2q]['get']['responses'][200]['content']['application/json'];
126246
- type GetPerformanceInsightsByDistributionProps = paths[typeof routeName$2q]['get']['parameters'];
126244
+ declare const routeName$2r = "/v1/api/distributions/{distribution_id}/insights/performance";
126245
+ type GetPerformanceInsightsByDistributionPathParams = paths[typeof routeName$2r]['get']['parameters']['path'];
126246
+ type GetPerformanceInsightsByDistributionQueryParams = paths[typeof routeName$2r]['get']['parameters']['query'];
126247
+ type GetPerformanceInsightsByDistributionResponse = paths[typeof routeName$2r]['get']['responses'][200]['content']['application/json'];
126248
+ type GetPerformanceInsightsByDistributionProps = paths[typeof routeName$2r]['get']['parameters'];
126247
126249
  declare const getPerformanceInsightsByDistribution: (props: GetPerformanceInsightsByDistributionProps, wgApiClient: ClientType) => Promise<GetPerformanceInsightsByDistributionResponse>;
126248
126250
 
126249
- declare const routeName$2p = "/v1/api/distributions/{distribution_id}/integrations";
126250
- type GetIntegrationsByDistributionPathParams = paths[typeof routeName$2p]['get']['parameters']['path'];
126251
- type GetIntegrationsByDistributionResponse = paths[typeof routeName$2p]['get']['responses'][201]['content']['application/json'];
126252
- type GetIntegrationsByDistributionProps = paths[typeof routeName$2p]['get']['parameters'];
126251
+ declare const routeName$2q = "/v1/api/distributions/{distribution_id}/integrations";
126252
+ type GetIntegrationsByDistributionPathParams = paths[typeof routeName$2q]['get']['parameters']['path'];
126253
+ type GetIntegrationsByDistributionResponse = paths[typeof routeName$2q]['get']['responses'][201]['content']['application/json'];
126254
+ type GetIntegrationsByDistributionProps = paths[typeof routeName$2q]['get']['parameters'];
126253
126255
  declare const getIntegrationsByDistribution: (props: GetIntegrationsByDistributionProps, wgApiClient: ClientType) => Promise<GetIntegrationsByDistributionResponse>;
126254
126256
 
126255
- declare const routeName$2o = "/v1/api/distributions/{distribution_id}/integrations";
126256
- type UpdateDistributionIntegrationsPathParams = paths[typeof routeName$2o]['put']['parameters']['path'];
126257
- type UpdateDistributionIntegrationsResponse = paths[typeof routeName$2o]['put']['responses'][201]['content']['application/json'];
126257
+ declare const routeName$2p = "/v1/api/distributions/{distribution_id}/integrations";
126258
+ type UpdateDistributionIntegrationsPathParams = paths[typeof routeName$2p]['put']['parameters']['path'];
126259
+ type UpdateDistributionIntegrationsResponse = paths[typeof routeName$2p]['put']['responses'][201]['content']['application/json'];
126258
126260
  interface UpdateDistributionIntegrationsProps {
126259
126261
  params: {
126260
126262
  path: UpdateDistributionIntegrationsPathParams;
@@ -126262,16 +126264,16 @@ interface UpdateDistributionIntegrationsProps {
126262
126264
  }
126263
126265
  declare const updateDistributionIntegrations: (props: UpdateDistributionIntegrationsProps, wgApiClient: ClientType) => Promise<UpdateDistributionIntegrationsResponse>;
126264
126266
 
126265
- declare const routeName$2n = "/v1/api/distributions/{distribution_id}/promotions";
126266
- type GetPromotionsByDistributionIdPathParams = paths[typeof routeName$2n]['get']['parameters']['path'];
126267
- type GetPromotionsByDistributionIdResponse = paths[typeof routeName$2n]['get']['responses'][200]['content']['application/json'];
126268
- type GetPromotionsByDistributionIdProps = paths[typeof routeName$2n]['get']['parameters'];
126267
+ declare const routeName$2o = "/v1/api/distributions/{distribution_id}/promotions";
126268
+ type GetPromotionsByDistributionIdPathParams = paths[typeof routeName$2o]['get']['parameters']['path'];
126269
+ type GetPromotionsByDistributionIdResponse = paths[typeof routeName$2o]['get']['responses'][200]['content']['application/json'];
126270
+ type GetPromotionsByDistributionIdProps = paths[typeof routeName$2o]['get']['parameters'];
126269
126271
  declare const getPromotionsByDistributionId: (props: GetPromotionsByDistributionIdProps, wgApiClient: ClientType) => Promise<GetPromotionsByDistributionIdResponse>;
126270
126272
 
126271
- declare const routeName$2m = "/v1/api/distributions/{distribution_id}/themes";
126272
- type HandleCreateDistributionThemeBody = paths[typeof routeName$2m]['post']['requestBody']['content']['application/json'];
126273
- type HandleCreateDistributionThemeQueryParams = paths[typeof routeName$2m]['post']['parameters']['query'];
126274
- type HandleCreateDistributionThemeResponse = paths[typeof routeName$2m]['post']['responses'][201]['content']['application/json'];
126273
+ declare const routeName$2n = "/v1/api/distributions/{distribution_id}/themes";
126274
+ type HandleCreateDistributionThemeBody = paths[typeof routeName$2n]['post']['requestBody']['content']['application/json'];
126275
+ type HandleCreateDistributionThemeQueryParams = paths[typeof routeName$2n]['post']['parameters']['query'];
126276
+ type HandleCreateDistributionThemeResponse = paths[typeof routeName$2n]['post']['responses'][201]['content']['application/json'];
126275
126277
  interface HandleCreateDistributionThemeProps {
126276
126278
  body: HandleCreateDistributionThemeBody;
126277
126279
  params: {
@@ -126280,10 +126282,10 @@ interface HandleCreateDistributionThemeProps {
126280
126282
  }
126281
126283
  declare const handleCreateDistributionTheme: (props: HandleCreateDistributionThemeProps, wgApiClient: ClientType) => Promise<HandleCreateDistributionThemeResponse>;
126282
126284
 
126283
- declare const routeName$2l = "/v1/api/distributions/{distribution_id}/themes/{theme_name}";
126284
- type HandleDeleteDistributionThemePathParams = paths[typeof routeName$2l]['delete']['parameters']['path'];
126285
- type HandleDeleteDistributionThemeQueryParams = paths[typeof routeName$2l]['delete']['parameters']['query'];
126286
- type HandleDeleteDistributionThemeResponse = paths[typeof routeName$2l]['delete']['responses'][200]['content']['application/json'];
126285
+ declare const routeName$2m = "/v1/api/distributions/{distribution_id}/themes/{theme_name}";
126286
+ type HandleDeleteDistributionThemePathParams = paths[typeof routeName$2m]['delete']['parameters']['path'];
126287
+ type HandleDeleteDistributionThemeQueryParams = paths[typeof routeName$2m]['delete']['parameters']['query'];
126288
+ type HandleDeleteDistributionThemeResponse = paths[typeof routeName$2m]['delete']['responses'][200]['content']['application/json'];
126287
126289
  interface HandleDeleteDistributionThemeProps {
126288
126290
  params: {
126289
126291
  query: HandleDeleteDistributionThemeQueryParams;
@@ -126292,11 +126294,11 @@ interface HandleDeleteDistributionThemeProps {
126292
126294
  }
126293
126295
  declare const handleDeleteDistributionTheme: (props: HandleDeleteDistributionThemeProps, wgApiClient: ClientType) => Promise<HandleDeleteDistributionThemeResponse>;
126294
126296
 
126295
- declare const routeName$2k = "/v1/api/distributions/{distribution_id}/themes/{theme_name}";
126296
- type HandleUpdateDistributionThemeBody = paths[typeof routeName$2k]['patch']['requestBody']['content']['application/json'];
126297
- type HandleUpdateDistributionThemePathParams = paths[typeof routeName$2k]['patch']['parameters']['path'];
126298
- type HandleUpdateDistributionThemeQueryParams = paths[typeof routeName$2k]['patch']['parameters']['query'];
126299
- type HandleUpdateDistributionThemeResponse = paths[typeof routeName$2k]['patch']['responses'][200]['content']['application/json'];
126297
+ declare const routeName$2l = "/v1/api/distributions/{distribution_id}/themes/{theme_name}";
126298
+ type HandleUpdateDistributionThemeBody = paths[typeof routeName$2l]['patch']['requestBody']['content']['application/json'];
126299
+ type HandleUpdateDistributionThemePathParams = paths[typeof routeName$2l]['patch']['parameters']['path'];
126300
+ type HandleUpdateDistributionThemeQueryParams = paths[typeof routeName$2l]['patch']['parameters']['query'];
126301
+ type HandleUpdateDistributionThemeResponse = paths[typeof routeName$2l]['patch']['responses'][200]['content']['application/json'];
126300
126302
  interface HandleUpdateDistributionThemeProps {
126301
126303
  body: HandleUpdateDistributionThemeBody;
126302
126304
  params: {
@@ -126306,44 +126308,44 @@ interface HandleUpdateDistributionThemeProps {
126306
126308
  }
126307
126309
  declare const handleUpdateDistributionTheme: (props: HandleUpdateDistributionThemeProps, wgApiClient: ClientType) => Promise<HandleUpdateDistributionThemeResponse>;
126308
126310
 
126309
- declare const routeName$2j = "/v1/api/distributions/me/flows";
126310
- type GetAvailableFlowsForDistributionInfoQueryParams = paths[typeof routeName$2j]['get']['parameters']['query'];
126311
- type GetAvailableFlowsForDistributionInfoResponse = paths[typeof routeName$2j]['get']['responses'][200]['content']['application/json'];
126312
- type GetAvailableFlowsForDistributionInfoProps = paths[typeof routeName$2j]['get']['parameters'];
126311
+ declare const routeName$2k = "/v1/api/distributions/me/flows";
126312
+ type GetAvailableFlowsForDistributionInfoQueryParams = paths[typeof routeName$2k]['get']['parameters']['query'];
126313
+ type GetAvailableFlowsForDistributionInfoResponse = paths[typeof routeName$2k]['get']['responses'][200]['content']['application/json'];
126314
+ type GetAvailableFlowsForDistributionInfoProps = paths[typeof routeName$2k]['get']['parameters'];
126313
126315
  declare const getAvailableFlowsForDistributionInfo: (props: GetAvailableFlowsForDistributionInfoProps, wgApiClient: ClientType) => Promise<GetAvailableFlowsForDistributionInfoResponse>;
126314
126316
 
126315
- declare const routeName$2i = "/v1/api/flows";
126316
- type GetFlowsInfoQueryParams = paths[typeof routeName$2i]['get']['parameters']['query'];
126317
- type GetFlowsInfoResponse = paths[typeof routeName$2i]['get']['responses'][200]['content']['application/json'];
126318
- type GetFlowsInfoProps = paths[typeof routeName$2i]['get']['parameters'];
126317
+ declare const routeName$2j = "/v1/api/flows";
126318
+ type GetFlowsInfoQueryParams = paths[typeof routeName$2j]['get']['parameters']['query'];
126319
+ type GetFlowsInfoResponse = paths[typeof routeName$2j]['get']['responses'][200]['content']['application/json'];
126320
+ type GetFlowsInfoProps = paths[typeof routeName$2j]['get']['parameters'];
126319
126321
  declare const getFlowsInfo: (props: GetFlowsInfoProps, wgApiClient: ClientType) => Promise<GetFlowsInfoResponse>;
126320
126322
 
126321
- declare const routeName$2h = "/v1/api/flows-ask-later-questions";
126322
- type RetrieveAskLaterQuestionsQueryParams = paths[typeof routeName$2h]['get']['parameters']['query'];
126323
- type RetrieveAskLaterQuestionsResponse = paths[typeof routeName$2h]['get']['responses'][200]['content']['application/json'];
126324
- type RetrieveAskLaterQuestionsProps = paths[typeof routeName$2h]['get']['parameters'];
126323
+ declare const routeName$2i = "/v1/api/flows-ask-later-questions";
126324
+ type RetrieveAskLaterQuestionsQueryParams = paths[typeof routeName$2i]['get']['parameters']['query'];
126325
+ type RetrieveAskLaterQuestionsResponse = paths[typeof routeName$2i]['get']['responses'][200]['content']['application/json'];
126326
+ type RetrieveAskLaterQuestionsProps = paths[typeof routeName$2i]['get']['parameters'];
126325
126327
  declare const retrieveAskLaterQuestions: (props: RetrieveAskLaterQuestionsProps, wgApiClient: ClientType) => Promise<RetrieveAskLaterQuestionsResponse>;
126326
126328
 
126327
- declare const routeName$2g = "/v1/api/flows-ask-later-questions";
126328
- type SetAskLaterQuestionsBody = paths[typeof routeName$2g]['post']['requestBody']['content']['application/json'];
126329
- type SetAskLaterQuestionsResponse = paths[typeof routeName$2g]['post']['responses'][200]['content']['application/json'];
126329
+ declare const routeName$2h = "/v1/api/flows-ask-later-questions";
126330
+ type SetAskLaterQuestionsBody = paths[typeof routeName$2h]['post']['requestBody']['content']['application/json'];
126331
+ type SetAskLaterQuestionsResponse = paths[typeof routeName$2h]['post']['responses'][200]['content']['application/json'];
126330
126332
  interface SetAskLaterQuestionsProps {
126331
126333
  body: SetAskLaterQuestionsBody;
126332
126334
  }
126333
126335
  declare const setAskLaterQuestions: (props: SetAskLaterQuestionsProps, wgApiClient: ClientType) => Promise<SetAskLaterQuestionsResponse>;
126334
126336
 
126335
- declare const routeName$2f = "/v1/api/flows/{flow_id}";
126336
- type GetFlowInfoByIdPathParams = paths[typeof routeName$2f]['get']['parameters']['path'];
126337
- type GetFlowInfoByIdQueryParams = paths[typeof routeName$2f]['get']['parameters']['query'];
126338
- type GetFlowInfoByIdResponse = paths[typeof routeName$2f]['get']['responses'][200]['content']['application/json'];
126339
- type GetFlowInfoByIdProps = paths[typeof routeName$2f]['get']['parameters'];
126337
+ declare const routeName$2g = "/v1/api/flows/{flow_id}";
126338
+ type GetFlowInfoByIdPathParams = paths[typeof routeName$2g]['get']['parameters']['path'];
126339
+ type GetFlowInfoByIdQueryParams = paths[typeof routeName$2g]['get']['parameters']['query'];
126340
+ type GetFlowInfoByIdResponse = paths[typeof routeName$2g]['get']['responses'][200]['content']['application/json'];
126341
+ type GetFlowInfoByIdProps = paths[typeof routeName$2g]['get']['parameters'];
126340
126342
  declare const getFlowInfoById: (props: GetFlowInfoByIdProps, wgApiClient: ClientType) => Promise<GetFlowInfoByIdResponse>;
126341
126343
 
126342
- declare const routeName$2e = "/v1/api/flows/{flow_id}";
126343
- type RetrieveFlowBody = paths[typeof routeName$2e]['post']['requestBody']['content']['application/json'];
126344
- type RetrieveFlowPathParams = paths[typeof routeName$2e]['post']['parameters']['path'];
126345
- type RetrieveFlowQueryParams = paths[typeof routeName$2e]['post']['parameters']['query'];
126346
- type RetrieveFlowResponse = paths[typeof routeName$2e]['post']['responses'][201]['content']['application/json'];
126344
+ declare const routeName$2f = "/v1/api/flows/{flow_id}";
126345
+ type RetrieveFlowBody = paths[typeof routeName$2f]['post']['requestBody']['content']['application/json'];
126346
+ type RetrieveFlowPathParams = paths[typeof routeName$2f]['post']['parameters']['path'];
126347
+ type RetrieveFlowQueryParams = paths[typeof routeName$2f]['post']['parameters']['query'];
126348
+ type RetrieveFlowResponse = paths[typeof routeName$2f]['post']['responses'][201]['content']['application/json'];
126347
126349
  interface RetrieveFlowProps {
126348
126350
  body: RetrieveFlowBody;
126349
126351
  params: {
@@ -126353,11 +126355,11 @@ interface RetrieveFlowProps {
126353
126355
  }
126354
126356
  declare const retrieveFlow: (props: RetrieveFlowProps, wgApiClient: ClientType) => Promise<RetrieveFlowResponse>;
126355
126357
 
126356
- declare const routeName$2d = "/v1/api/flows/{flow_id}/answers";
126357
- type AnswerAFlowDirectlyBody = paths[typeof routeName$2d]['post']['requestBody']['content']['application/json'];
126358
- type AnswerAFlowDirectlyPathParams = paths[typeof routeName$2d]['post']['parameters']['path'];
126359
- type AnswerAFlowDirectlyQueryParams = paths[typeof routeName$2d]['post']['parameters']['query'];
126360
- type AnswerAFlowDirectlyResponse = paths[typeof routeName$2d]['post']['responses'][200]['content']['application/json'];
126358
+ declare const routeName$2e = "/v1/api/flows/{flow_id}/answers";
126359
+ type AnswerAFlowDirectlyBody = paths[typeof routeName$2e]['post']['requestBody']['content']['application/json'];
126360
+ type AnswerAFlowDirectlyPathParams = paths[typeof routeName$2e]['post']['parameters']['path'];
126361
+ type AnswerAFlowDirectlyQueryParams = paths[typeof routeName$2e]['post']['parameters']['query'];
126362
+ type AnswerAFlowDirectlyResponse = paths[typeof routeName$2e]['post']['responses'][200]['content']['application/json'];
126361
126363
  interface AnswerAFlowDirectlyProps {
126362
126364
  body: AnswerAFlowDirectlyBody;
126363
126365
  params: {
@@ -126367,18 +126369,18 @@ interface AnswerAFlowDirectlyProps {
126367
126369
  }
126368
126370
  declare const answerAFlowDirectly: (props: AnswerAFlowDirectlyProps, wgApiClient: ClientType) => Promise<AnswerAFlowDirectlyResponse>;
126369
126371
 
126370
- declare const routeName$2c = "/v1/api/flows/{flow_id}/questionnaire";
126371
- type GenerateFlowQuestionnairePathParams = paths[typeof routeName$2c]['get']['parameters']['path'];
126372
- type GenerateFlowQuestionnaireQueryParams = paths[typeof routeName$2c]['get']['parameters']['query'];
126373
- type GenerateFlowQuestionnaireResponse = paths[typeof routeName$2c]['get']['responses'][200]['content']['application/json'];
126374
- type GenerateFlowQuestionnaireProps = paths[typeof routeName$2c]['get']['parameters'];
126372
+ declare const routeName$2d = "/v1/api/flows/{flow_id}/questionnaire";
126373
+ type GenerateFlowQuestionnairePathParams = paths[typeof routeName$2d]['get']['parameters']['path'];
126374
+ type GenerateFlowQuestionnaireQueryParams = paths[typeof routeName$2d]['get']['parameters']['query'];
126375
+ type GenerateFlowQuestionnaireResponse = paths[typeof routeName$2d]['get']['responses'][200]['content']['application/json'];
126376
+ type GenerateFlowQuestionnaireProps = paths[typeof routeName$2d]['get']['parameters'];
126375
126377
  declare const generateFlowQuestionnaire: (props: GenerateFlowQuestionnaireProps, wgApiClient: ClientType) => Promise<GenerateFlowQuestionnaireResponse>;
126376
126378
 
126377
- declare const routeName$2b = "/v1/api/flows/{flow_id}/questionnaire/pdf";
126378
- type GenerateFlowQuestionnaireDocumentBody = paths[typeof routeName$2b]['post']['requestBody']['content']['application/json'];
126379
- type GenerateFlowQuestionnaireDocumentPathParams = paths[typeof routeName$2b]['post']['parameters']['path'];
126380
- type GenerateFlowQuestionnaireDocumentQueryParams = paths[typeof routeName$2b]['post']['parameters']['query'];
126381
- type GenerateFlowQuestionnaireDocumentResponse = paths[typeof routeName$2b]['post']['responses'][200]['content']['application/json'];
126379
+ declare const routeName$2c = "/v1/api/flows/{flow_id}/questionnaire/pdf";
126380
+ type GenerateFlowQuestionnaireDocumentBody = paths[typeof routeName$2c]['post']['requestBody']['content']['application/json'];
126381
+ type GenerateFlowQuestionnaireDocumentPathParams = paths[typeof routeName$2c]['post']['parameters']['path'];
126382
+ type GenerateFlowQuestionnaireDocumentQueryParams = paths[typeof routeName$2c]['post']['parameters']['query'];
126383
+ type GenerateFlowQuestionnaireDocumentResponse = paths[typeof routeName$2c]['post']['responses'][200]['content']['application/json'];
126382
126384
  interface GenerateFlowQuestionnaireDocumentProps {
126383
126385
  body: GenerateFlowQuestionnaireDocumentBody;
126384
126386
  params: {
@@ -126388,17 +126390,17 @@ interface GenerateFlowQuestionnaireDocumentProps {
126388
126390
  }
126389
126391
  declare const generateFlowQuestionnaireDocument: (props: GenerateFlowQuestionnaireDocumentProps, wgApiClient: ClientType) => Promise<GenerateFlowQuestionnaireDocumentResponse>;
126390
126392
 
126391
- declare const routeName$2a = "/v1/api/distributions/{distribution_id}/leads";
126392
- type GetAllLeadsByDistributionPathParams = paths[typeof routeName$2a]['get']['parameters']['path'];
126393
- type GetAllLeadsByDistributionResponse = paths[typeof routeName$2a]['get']['responses'][200]['content']['application/json'];
126394
- type GetAllLeadsByDistributionProps = paths[typeof routeName$2a]['get']['parameters'];
126393
+ declare const routeName$2b = "/v1/api/distributions/{distribution_id}/leads";
126394
+ type GetAllLeadsByDistributionPathParams = paths[typeof routeName$2b]['get']['parameters']['path'];
126395
+ type GetAllLeadsByDistributionResponse = paths[typeof routeName$2b]['get']['responses'][200]['content']['application/json'];
126396
+ type GetAllLeadsByDistributionProps = paths[typeof routeName$2b]['get']['parameters'];
126395
126397
  declare const getAllLeadsByDistribution: (props: GetAllLeadsByDistributionProps, wgApiClient: ClientType) => Promise<GetAllLeadsByDistributionResponse>;
126396
126398
 
126397
- declare const routeName$29 = "/v1/api/distributions/{distribution_id}/leads/companies";
126398
- type CreateCompanyLeadBody = paths[typeof routeName$29]['post']['requestBody']['content']['application/json'];
126399
- type CreateCompanyLeadPathParams = paths[typeof routeName$29]['post']['parameters']['path'];
126400
- type CreateCompanyLeadQueryParams = paths[typeof routeName$29]['post']['parameters']['query'];
126401
- type CreateCompanyLeadResponse = paths[typeof routeName$29]['post']['responses'][201]['content']['application/json'];
126399
+ declare const routeName$2a = "/v1/api/distributions/{distribution_id}/leads/companies";
126400
+ type CreateCompanyLeadBody = paths[typeof routeName$2a]['post']['requestBody']['content']['application/json'];
126401
+ type CreateCompanyLeadPathParams = paths[typeof routeName$2a]['post']['parameters']['path'];
126402
+ type CreateCompanyLeadQueryParams = paths[typeof routeName$2a]['post']['parameters']['query'];
126403
+ type CreateCompanyLeadResponse = paths[typeof routeName$2a]['post']['responses'][201]['content']['application/json'];
126402
126404
  interface CreateCompanyLeadProps {
126403
126405
  body: CreateCompanyLeadBody;
126404
126406
  params: {
@@ -126408,11 +126410,11 @@ interface CreateCompanyLeadProps {
126408
126410
  }
126409
126411
  declare const createCompanyLead: (props: CreateCompanyLeadProps, wgApiClient: ClientType) => Promise<CreateCompanyLeadResponse>;
126410
126412
 
126411
- declare const routeName$28 = "/v1/api/distributions/{distribution_id}/leads/customers";
126412
- type CreateCustomerLeadBody = paths[typeof routeName$28]['post']['requestBody']['content']['application/json'];
126413
- type CreateCustomerLeadPathParams = paths[typeof routeName$28]['post']['parameters']['path'];
126414
- type CreateCustomerLeadQueryParams = paths[typeof routeName$28]['post']['parameters']['query'];
126415
- type CreateCustomerLeadResponse = paths[typeof routeName$28]['post']['responses'][201]['content']['application/json'];
126413
+ declare const routeName$29 = "/v1/api/distributions/{distribution_id}/leads/customers";
126414
+ type CreateCustomerLeadBody = paths[typeof routeName$29]['post']['requestBody']['content']['application/json'];
126415
+ type CreateCustomerLeadPathParams = paths[typeof routeName$29]['post']['parameters']['path'];
126416
+ type CreateCustomerLeadQueryParams = paths[typeof routeName$29]['post']['parameters']['query'];
126417
+ type CreateCustomerLeadResponse = paths[typeof routeName$29]['post']['responses'][201]['content']['application/json'];
126416
126418
  interface CreateCustomerLeadProps {
126417
126419
  body: CreateCustomerLeadBody;
126418
126420
  params: {
@@ -126422,17 +126424,17 @@ interface CreateCustomerLeadProps {
126422
126424
  }
126423
126425
  declare const createCustomerLead: (props: CreateCustomerLeadProps, wgApiClient: ClientType) => Promise<CreateCustomerLeadResponse>;
126424
126426
 
126425
- declare const routeName$27 = "/v1/api/leads/{lead_id}";
126426
- type GetLeadByIdPathParams = paths[typeof routeName$27]['get']['parameters']['path'];
126427
- type GetLeadByIdResponse = paths[typeof routeName$27]['get']['responses'][200]['content']['application/json'];
126428
- type GetLeadByIdProps = paths[typeof routeName$27]['get']['parameters'];
126427
+ declare const routeName$28 = "/v1/api/leads/{lead_id}";
126428
+ type GetLeadByIdPathParams = paths[typeof routeName$28]['get']['parameters']['path'];
126429
+ type GetLeadByIdResponse = paths[typeof routeName$28]['get']['responses'][200]['content']['application/json'];
126430
+ type GetLeadByIdProps = paths[typeof routeName$28]['get']['parameters'];
126429
126431
  declare const getLeadById: (props: GetLeadByIdProps, wgApiClient: ClientType) => Promise<GetLeadByIdResponse>;
126430
126432
 
126431
- declare const routeName$26 = "/v1/api/leads/{lead_id}/transfers";
126432
- type TransferLeadToOtherDistributionBody = paths[typeof routeName$26]['post']['requestBody']['content']['application/json'];
126433
- type TransferLeadToOtherDistributionPathParams = paths[typeof routeName$26]['post']['parameters']['path'];
126434
- type TransferLeadToOtherDistributionQueryParams = paths[typeof routeName$26]['post']['parameters']['query'];
126435
- type TransferLeadToOtherDistributionResponse = paths[typeof routeName$26]['post']['responses'][200]['content']['application/json'];
126433
+ declare const routeName$27 = "/v1/api/leads/{lead_id}/transfers";
126434
+ type TransferLeadToOtherDistributionBody = paths[typeof routeName$27]['post']['requestBody']['content']['application/json'];
126435
+ type TransferLeadToOtherDistributionPathParams = paths[typeof routeName$27]['post']['parameters']['path'];
126436
+ type TransferLeadToOtherDistributionQueryParams = paths[typeof routeName$27]['post']['parameters']['query'];
126437
+ type TransferLeadToOtherDistributionResponse = paths[typeof routeName$27]['post']['responses'][200]['content']['application/json'];
126436
126438
  interface TransferLeadToOtherDistributionProps {
126437
126439
  body: TransferLeadToOtherDistributionBody;
126438
126440
  params: {
@@ -126442,24 +126444,24 @@ interface TransferLeadToOtherDistributionProps {
126442
126444
  }
126443
126445
  declare const transferLeadToOtherDistribution: (props: TransferLeadToOtherDistributionProps, wgApiClient: ClientType) => Promise<TransferLeadToOtherDistributionResponse>;
126444
126446
 
126445
- declare const routeName$25 = "/v1/api/distributions/{distribution_id}/leases/profilease/offers";
126446
- type GetAllLeaseOffersByDistributionPathParams = paths[typeof routeName$25]['get']['parameters']['path'];
126447
- type GetAllLeaseOffersByDistributionQueryParams = paths[typeof routeName$25]['get']['parameters']['query'];
126448
- type GetAllLeaseOffersByDistributionResponse = paths[typeof routeName$25]['get']['responses'][200]['content']['application/json'];
126449
- type GetAllLeaseOffersByDistributionProps = paths[typeof routeName$25]['get']['parameters'];
126447
+ declare const routeName$26 = "/v1/api/distributions/{distribution_id}/leases/profilease/offers";
126448
+ type GetAllLeaseOffersByDistributionPathParams = paths[typeof routeName$26]['get']['parameters']['path'];
126449
+ type GetAllLeaseOffersByDistributionQueryParams = paths[typeof routeName$26]['get']['parameters']['query'];
126450
+ type GetAllLeaseOffersByDistributionResponse = paths[typeof routeName$26]['get']['responses'][200]['content']['application/json'];
126451
+ type GetAllLeaseOffersByDistributionProps = paths[typeof routeName$26]['get']['parameters'];
126450
126452
  declare const getAllLeaseOffersByDistribution: (props: GetAllLeaseOffersByDistributionProps, wgApiClient: ClientType) => Promise<GetAllLeaseOffersByDistributionResponse>;
126451
126453
 
126452
- declare const routeName$24 = "/v1/api/distributions/{distribution_id}/leases/profilease/offers/{lease_offer_id}";
126453
- type GetLeaseOfferByIdPathParams = paths[typeof routeName$24]['get']['parameters']['path'];
126454
- type GetLeaseOfferByIdQueryParams = paths[typeof routeName$24]['get']['parameters']['query'];
126455
- type GetLeaseOfferByIdResponse = paths[typeof routeName$24]['get']['responses'][200]['content']['application/json'];
126456
- type GetLeaseOfferByIdProps = paths[typeof routeName$24]['get']['parameters'];
126454
+ declare const routeName$25 = "/v1/api/distributions/{distribution_id}/leases/profilease/offers/{lease_offer_id}";
126455
+ type GetLeaseOfferByIdPathParams = paths[typeof routeName$25]['get']['parameters']['path'];
126456
+ type GetLeaseOfferByIdQueryParams = paths[typeof routeName$25]['get']['parameters']['query'];
126457
+ type GetLeaseOfferByIdResponse = paths[typeof routeName$25]['get']['responses'][200]['content']['application/json'];
126458
+ type GetLeaseOfferByIdProps = paths[typeof routeName$25]['get']['parameters'];
126457
126459
  declare const getLeaseOfferById: (props: GetLeaseOfferByIdProps, wgApiClient: ClientType) => Promise<GetLeaseOfferByIdResponse>;
126458
126460
 
126459
- declare const routeName$23 = "/v1/api/leases/profilease/cars/offers";
126460
- type CreateProfileaseCarLeaseOfferBody = paths[typeof routeName$23]['post']['requestBody']['content']['application/json'];
126461
- type CreateProfileaseCarLeaseOfferQueryParams = paths[typeof routeName$23]['post']['parameters']['query'];
126462
- type CreateProfileaseCarLeaseOfferResponse = paths[typeof routeName$23]['post']['responses'][201]['content']['application/json'];
126461
+ declare const routeName$24 = "/v1/api/leases/profilease/cars/offers";
126462
+ type CreateProfileaseCarLeaseOfferBody = paths[typeof routeName$24]['post']['requestBody']['content']['application/json'];
126463
+ type CreateProfileaseCarLeaseOfferQueryParams = paths[typeof routeName$24]['post']['parameters']['query'];
126464
+ type CreateProfileaseCarLeaseOfferResponse = paths[typeof routeName$24]['post']['responses'][201]['content']['application/json'];
126463
126465
  interface CreateProfileaseCarLeaseOfferProps {
126464
126466
  body: CreateProfileaseCarLeaseOfferBody;
126465
126467
  params: {
@@ -126468,10 +126470,10 @@ interface CreateProfileaseCarLeaseOfferProps {
126468
126470
  }
126469
126471
  declare const createProfileaseCarLeaseOffer: (props: CreateProfileaseCarLeaseOfferProps, wgApiClient: ClientType) => Promise<CreateProfileaseCarLeaseOfferResponse>;
126470
126472
 
126471
- declare const routeName$22 = "/v1/api/leases/profilease/cars/quotes";
126472
- type CalculateCarLeaseQuoteBody = paths[typeof routeName$22]['post']['requestBody']['content']['application/json'];
126473
- type CalculateCarLeaseQuoteQueryParams = paths[typeof routeName$22]['post']['parameters']['query'];
126474
- type CalculateCarLeaseQuoteResponse = paths[typeof routeName$22]['post']['responses'][200]['content']['application/json'];
126473
+ declare const routeName$23 = "/v1/api/leases/profilease/cars/quotes";
126474
+ type CalculateCarLeaseQuoteBody = paths[typeof routeName$23]['post']['requestBody']['content']['application/json'];
126475
+ type CalculateCarLeaseQuoteQueryParams = paths[typeof routeName$23]['post']['parameters']['query'];
126476
+ type CalculateCarLeaseQuoteResponse = paths[typeof routeName$23]['post']['responses'][200]['content']['application/json'];
126475
126477
  interface CalculateCarLeaseQuoteProps {
126476
126478
  body: CalculateCarLeaseQuoteBody;
126477
126479
  params: {
@@ -126480,129 +126482,129 @@ interface CalculateCarLeaseQuoteProps {
126480
126482
  }
126481
126483
  declare const calculateCarLeaseQuote: (props: CalculateCarLeaseQuoteProps, wgApiClient: ClientType) => Promise<CalculateCarLeaseQuoteResponse>;
126482
126484
 
126483
- declare const routeName$21 = "/v1/api/leases/profilease/cars/rates";
126484
- type GetCarLeaseRatesQueryParams = paths[typeof routeName$21]['get']['parameters']['query'];
126485
- type GetCarLeaseRatesResponse = paths[typeof routeName$21]['get']['responses'][200]['content']['application/json'];
126486
- type GetCarLeaseRatesProps = paths[typeof routeName$21]['get']['parameters'];
126485
+ declare const routeName$22 = "/v1/api/leases/profilease/cars/rates";
126486
+ type GetCarLeaseRatesQueryParams = paths[typeof routeName$22]['get']['parameters']['query'];
126487
+ type GetCarLeaseRatesResponse = paths[typeof routeName$22]['get']['responses'][200]['content']['application/json'];
126488
+ type GetCarLeaseRatesProps = paths[typeof routeName$22]['get']['parameters'];
126487
126489
  declare const getCarLeaseRates: (props: GetCarLeaseRatesProps, wgApiClient: ClientType) => Promise<GetCarLeaseRatesResponse>;
126488
126490
 
126489
- declare const routeName$20 = "/v1/api/document-extractor/batches";
126490
- type ExtractManyDocumentInBatchBody = paths[typeof routeName$20]['post']['requestBody']['content']['application/json'];
126491
- type ExtractManyDocumentInBatchResponse = paths[typeof routeName$20]['post']['responses'][202]['content']['application/json'];
126491
+ declare const routeName$21 = "/v1/api/document-extractor/batches";
126492
+ type ExtractManyDocumentInBatchBody = paths[typeof routeName$21]['post']['requestBody']['content']['application/json'];
126493
+ type ExtractManyDocumentInBatchResponse = paths[typeof routeName$21]['post']['responses'][202]['content']['application/json'];
126492
126494
  interface ExtractManyDocumentInBatchProps {
126493
126495
  body: ExtractManyDocumentInBatchBody;
126494
126496
  }
126495
126497
  declare const extractManyDocumentInBatch: (props: ExtractManyDocumentInBatchProps, wgApiClient: ClientType) => Promise<ExtractManyDocumentInBatchResponse>;
126496
126498
 
126497
- declare const routeName$1$ = "/v1/api/document-extractor/batches/{batch_id}";
126498
- type GetDocumentExtractionBatchByIdPathParams = paths[typeof routeName$1$]['get']['parameters']['path'];
126499
- type GetDocumentExtractionBatchByIdResponse = paths[typeof routeName$1$]['get']['responses'][200]['content']['application/json'];
126500
- type GetDocumentExtractionBatchByIdProps = paths[typeof routeName$1$]['get']['parameters'];
126499
+ declare const routeName$20 = "/v1/api/document-extractor/batches/{batch_id}";
126500
+ type GetDocumentExtractionBatchByIdPathParams = paths[typeof routeName$20]['get']['parameters']['path'];
126501
+ type GetDocumentExtractionBatchByIdResponse = paths[typeof routeName$20]['get']['responses'][200]['content']['application/json'];
126502
+ type GetDocumentExtractionBatchByIdProps = paths[typeof routeName$20]['get']['parameters'];
126501
126503
  declare const getDocumentExtractionBatchById: (props: GetDocumentExtractionBatchByIdProps, wgApiClient: ClientType) => Promise<GetDocumentExtractionBatchByIdResponse>;
126502
126504
 
126503
- declare const routeName$1_ = "/v1/api/document-extractor/documents/{document_id}";
126504
- type GetProvenanceInfoOfDocumentPathParams = paths[typeof routeName$1_]['get']['parameters']['path'];
126505
- type GetProvenanceInfoOfDocumentResponse = paths[typeof routeName$1_]['get']['responses'][200]['content']['application/json'];
126506
- type GetProvenanceInfoOfDocumentProps = paths[typeof routeName$1_]['get']['parameters'];
126505
+ declare const routeName$1$ = "/v1/api/document-extractor/documents/{document_id}";
126506
+ type GetProvenanceInfoOfDocumentPathParams = paths[typeof routeName$1$]['get']['parameters']['path'];
126507
+ type GetProvenanceInfoOfDocumentResponse = paths[typeof routeName$1$]['get']['responses'][200]['content']['application/json'];
126508
+ type GetProvenanceInfoOfDocumentProps = paths[typeof routeName$1$]['get']['parameters'];
126507
126509
  declare const getProvenanceInfoOfDocument: (props: GetProvenanceInfoOfDocumentProps, wgApiClient: ClientType) => Promise<GetProvenanceInfoOfDocumentResponse>;
126508
126510
 
126509
- declare const routeName$1Z = "/v1/api/document-extractor/entities/{entity_id}";
126510
- type GetExtractEnityInfoPathParams = paths[typeof routeName$1Z]['get']['parameters']['path'];
126511
- type GetExtractEnityInfoResponse = paths[typeof routeName$1Z]['get']['responses'][200]['content']['application/json'];
126512
- type GetExtractEnityInfoProps = paths[typeof routeName$1Z]['get']['parameters'];
126511
+ declare const routeName$1_ = "/v1/api/document-extractor/entities/{entity_id}";
126512
+ type GetExtractEnityInfoPathParams = paths[typeof routeName$1_]['get']['parameters']['path'];
126513
+ type GetExtractEnityInfoResponse = paths[typeof routeName$1_]['get']['responses'][200]['content']['application/json'];
126514
+ type GetExtractEnityInfoProps = paths[typeof routeName$1_]['get']['parameters'];
126513
126515
  declare const getExtractEnityInfo: (props: GetExtractEnityInfoProps, wgApiClient: ClientType) => Promise<GetExtractEnityInfoResponse>;
126514
126516
 
126515
- declare const routeName$1Y = "/v1/api/document-extractor/one";
126516
- type ExtractOneDocumentBody = paths[typeof routeName$1Y]['post']['requestBody']['content']['application/json'];
126517
- type ExtractOneDocumentResponse = paths[typeof routeName$1Y]['post']['responses'][201]['content']['application/json'];
126517
+ declare const routeName$1Z = "/v1/api/document-extractor/one";
126518
+ type ExtractOneDocumentBody = paths[typeof routeName$1Z]['post']['requestBody']['content']['application/json'];
126519
+ type ExtractOneDocumentResponse = paths[typeof routeName$1Z]['post']['responses'][201]['content']['application/json'];
126518
126520
  interface ExtractOneDocumentProps {
126519
126521
  body: ExtractOneDocumentBody;
126520
126522
  }
126521
126523
  declare const extractOneDocument: (props: ExtractOneDocumentProps, wgApiClient: ClientType) => Promise<ExtractOneDocumentResponse>;
126522
126524
 
126523
- declare const routeName$1X = "/v1/api/document-extractor/one/insurance-policies";
126524
- type ExtractInsurancePoliciesForOneDocumentBody = paths[typeof routeName$1X]['post']['requestBody']['content']['application/json'];
126525
- type ExtractInsurancePoliciesForOneDocumentResponse = paths[typeof routeName$1X]['post']['responses'][201]['content']['application/json'];
126525
+ declare const routeName$1Y = "/v1/api/document-extractor/one/insurance-policies";
126526
+ type ExtractInsurancePoliciesForOneDocumentBody = paths[typeof routeName$1Y]['post']['requestBody']['content']['application/json'];
126527
+ type ExtractInsurancePoliciesForOneDocumentResponse = paths[typeof routeName$1Y]['post']['responses'][201]['content']['application/json'];
126526
126528
  interface ExtractInsurancePoliciesForOneDocumentProps {
126527
126529
  body: ExtractInsurancePoliciesForOneDocumentBody;
126528
126530
  }
126529
126531
  declare const extractInsurancePoliciesForOneDocument: (props: ExtractInsurancePoliciesForOneDocumentProps, wgApiClient: ClientType) => Promise<ExtractInsurancePoliciesForOneDocumentResponse>;
126530
126532
 
126531
- declare const routeName$1W = "/v1/api/document-extractor/one/offers";
126532
- type ExtractOffersForOneDocumentBody = paths[typeof routeName$1W]['post']['requestBody']['content']['application/json'];
126533
- type ExtractOffersForOneDocumentResponse = paths[typeof routeName$1W]['post']['responses'][201]['content']['application/json'];
126533
+ declare const routeName$1X = "/v1/api/document-extractor/one/offers";
126534
+ type ExtractOffersForOneDocumentBody = paths[typeof routeName$1X]['post']['requestBody']['content']['application/json'];
126535
+ type ExtractOffersForOneDocumentResponse = paths[typeof routeName$1X]['post']['responses'][201]['content']['application/json'];
126534
126536
  interface ExtractOffersForOneDocumentProps {
126535
126537
  body: ExtractOffersForOneDocumentBody;
126536
126538
  }
126537
126539
  declare const extractOffersForOneDocument: (props: ExtractOffersForOneDocumentProps, wgApiClient: ClientType) => Promise<ExtractOffersForOneDocumentResponse>;
126538
126540
 
126539
- declare const routeName$1V = "/v1/api/document-extractor/supported-mime-types";
126540
- type GetSupportedMimeTypesResponse = paths[typeof routeName$1V]['get']['responses'][200]['content']['application/json'];
126541
+ declare const routeName$1W = "/v1/api/document-extractor/supported-mime-types";
126542
+ type GetSupportedMimeTypesResponse = paths[typeof routeName$1W]['get']['responses'][200]['content']['application/json'];
126541
126543
  declare const getSupportedMimeTypes: (wgApiClient: ClientType) => Promise<GetSupportedMimeTypesResponse>;
126542
126544
 
126543
- declare const routeName$1U = "/v2/api/document-extractor/one";
126544
- type ExtractOneDocumentEnqueueBody = paths[typeof routeName$1U]['post']['requestBody']['content']['application/json'];
126545
- type ExtractOneDocumentEnqueueResponse = paths[typeof routeName$1U]['post']['responses'][201]['content']['application/json'];
126545
+ declare const routeName$1V = "/v2/api/document-extractor/one";
126546
+ type ExtractOneDocumentEnqueueBody = paths[typeof routeName$1V]['post']['requestBody']['content']['application/json'];
126547
+ type ExtractOneDocumentEnqueueResponse = paths[typeof routeName$1V]['post']['responses'][201]['content']['application/json'];
126546
126548
  interface ExtractOneDocumentEnqueueProps {
126547
126549
  body: ExtractOneDocumentEnqueueBody;
126548
126550
  }
126549
126551
  declare const extractOneDocumentEnqueue: (props: ExtractOneDocumentEnqueueProps, wgApiClient: ClientType) => Promise<ExtractOneDocumentEnqueueResponse>;
126550
126552
 
126551
- declare const routeName$1T = "/v2/api/document-extractor/one/insurance-policies";
126552
- type ExtractInsurancePoliciesForOneDocumentEnqueueBody = paths[typeof routeName$1T]['post']['requestBody']['content']['application/json'];
126553
- type ExtractInsurancePoliciesForOneDocumentEnqueueResponse = paths[typeof routeName$1T]['post']['responses'][201]['content']['application/json'];
126553
+ declare const routeName$1U = "/v2/api/document-extractor/one/insurance-policies";
126554
+ type ExtractInsurancePoliciesForOneDocumentEnqueueBody = paths[typeof routeName$1U]['post']['requestBody']['content']['application/json'];
126555
+ type ExtractInsurancePoliciesForOneDocumentEnqueueResponse = paths[typeof routeName$1U]['post']['responses'][201]['content']['application/json'];
126554
126556
  interface ExtractInsurancePoliciesForOneDocumentEnqueueProps {
126555
126557
  body: ExtractInsurancePoliciesForOneDocumentEnqueueBody;
126556
126558
  }
126557
126559
  declare const extractInsurancePoliciesForOneDocumentEnqueue: (props: ExtractInsurancePoliciesForOneDocumentEnqueueProps, wgApiClient: ClientType) => Promise<ExtractInsurancePoliciesForOneDocumentEnqueueResponse>;
126558
126560
 
126559
- declare const routeName$1S = "/v2/api/document-extractor/one/offers";
126560
- type ExtractOffersForOneDocumentEnqueueBody = paths[typeof routeName$1S]['post']['requestBody']['content']['application/json'];
126561
- type ExtractOffersForOneDocumentEnqueueResponse = paths[typeof routeName$1S]['post']['responses'][201]['content']['application/json'];
126561
+ declare const routeName$1T = "/v2/api/document-extractor/one/offers";
126562
+ type ExtractOffersForOneDocumentEnqueueBody = paths[typeof routeName$1T]['post']['requestBody']['content']['application/json'];
126563
+ type ExtractOffersForOneDocumentEnqueueResponse = paths[typeof routeName$1T]['post']['responses'][201]['content']['application/json'];
126562
126564
  interface ExtractOffersForOneDocumentEnqueueProps {
126563
126565
  body: ExtractOffersForOneDocumentEnqueueBody;
126564
126566
  }
126565
126567
  declare const extractOffersForOneDocumentEnqueue: (props: ExtractOffersForOneDocumentEnqueueProps, wgApiClient: ClientType) => Promise<ExtractOffersForOneDocumentEnqueueResponse>;
126566
126568
 
126567
- declare const routeName$1R = "/v2/api/document-extractor/one/party";
126568
- type ExtractPartyForOneDocumentEnqueueBody = paths[typeof routeName$1R]['post']['requestBody']['content']['application/json'];
126569
- type ExtractPartyForOneDocumentEnqueueResponse = paths[typeof routeName$1R]['post']['responses'][201]['content']['application/json'];
126569
+ declare const routeName$1S = "/v2/api/document-extractor/one/party";
126570
+ type ExtractPartyForOneDocumentEnqueueBody = paths[typeof routeName$1S]['post']['requestBody']['content']['application/json'];
126571
+ type ExtractPartyForOneDocumentEnqueueResponse = paths[typeof routeName$1S]['post']['responses'][201]['content']['application/json'];
126570
126572
  interface ExtractPartyForOneDocumentEnqueueProps {
126571
126573
  body: ExtractPartyForOneDocumentEnqueueBody;
126572
126574
  }
126573
126575
  declare const extractPartyForOneDocumentEnqueue: (props: ExtractPartyForOneDocumentEnqueueProps, wgApiClient: ClientType) => Promise<ExtractPartyForOneDocumentEnqueueResponse>;
126574
126576
 
126575
- declare const routeName$1Q = "/v1/api/documents/{document_id}";
126576
- type GetDocumentMetadataPathParams = paths[typeof routeName$1Q]['get']['parameters']['path'];
126577
- type GetDocumentMetadataResponse = paths[typeof routeName$1Q]['get']['responses'][200]['content']['application/json'];
126578
- type GetDocumentMetadataProps = paths[typeof routeName$1Q]['get']['parameters'];
126577
+ declare const routeName$1R = "/v1/api/documents/{document_id}";
126578
+ type GetDocumentMetadataPathParams = paths[typeof routeName$1R]['get']['parameters']['path'];
126579
+ type GetDocumentMetadataResponse = paths[typeof routeName$1R]['get']['responses'][200]['content']['application/json'];
126580
+ type GetDocumentMetadataProps = paths[typeof routeName$1R]['get']['parameters'];
126579
126581
  declare const getDocumentMetadata: (props: GetDocumentMetadataProps, wgApiClient: ClientType) => Promise<GetDocumentMetadataResponse>;
126580
126582
 
126581
- declare const routeName$1P = "/v1/api/documents/{document_id}/link";
126582
- type GetLinkOfDocumentPathParams = paths[typeof routeName$1P]['get']['parameters']['path'];
126583
- type GetLinkOfDocumentResponse = paths[typeof routeName$1P]['get']['responses'][307]['content']['application/json'];
126584
- type GetLinkOfDocumentProps = paths[typeof routeName$1P]['get']['parameters'];
126583
+ declare const routeName$1Q = "/v1/api/documents/{document_id}/link";
126584
+ type GetLinkOfDocumentPathParams = paths[typeof routeName$1Q]['get']['parameters']['path'];
126585
+ type GetLinkOfDocumentResponse = paths[typeof routeName$1Q]['get']['responses'][307]['content']['application/json'];
126586
+ type GetLinkOfDocumentProps = paths[typeof routeName$1Q]['get']['parameters'];
126585
126587
  declare const getLinkOfDocument: (props: GetLinkOfDocumentProps, wgApiClient: ClientType) => Promise<GetLinkOfDocumentResponse>;
126586
126588
 
126587
- declare const routeName$1O = "/v1/api/email-analyzer/email-by-message-id";
126588
- type GetEmailByMessageIdQueryParams = paths[typeof routeName$1O]['get']['parameters']['query'];
126589
- type GetEmailByMessageIdResponse = paths[typeof routeName$1O]['get']['responses'][200]['content']['application/json'];
126590
- type GetEmailByMessageIdProps = paths[typeof routeName$1O]['get']['parameters'];
126589
+ declare const routeName$1P = "/v1/api/email-analyzer/email-by-message-id";
126590
+ type GetEmailByMessageIdQueryParams = paths[typeof routeName$1P]['get']['parameters']['query'];
126591
+ type GetEmailByMessageIdResponse = paths[typeof routeName$1P]['get']['responses'][200]['content']['application/json'];
126592
+ type GetEmailByMessageIdProps = paths[typeof routeName$1P]['get']['parameters'];
126591
126593
  declare const getEmailByMessageId: (props: GetEmailByMessageIdProps, wgApiClient: ClientType) => Promise<GetEmailByMessageIdResponse>;
126592
126594
 
126593
- declare const routeName$1N = "/v1/api/email-analyzer/emails/triage/one";
126594
- type TriageEmailBody = paths[typeof routeName$1N]['post']['requestBody']['content']['application/json'];
126595
- type TriageEmailResponse = paths[typeof routeName$1N]['post']['responses'][201]['content']['application/json'];
126595
+ declare const routeName$1O = "/v1/api/email-analyzer/emails/triage/one";
126596
+ type TriageEmailBody = paths[typeof routeName$1O]['post']['requestBody']['content']['application/json'];
126597
+ type TriageEmailResponse = paths[typeof routeName$1O]['post']['responses'][201]['content']['application/json'];
126596
126598
  interface TriageEmailProps {
126597
126599
  body: TriageEmailBody;
126598
126600
  }
126599
126601
  declare const triageEmail: (props: TriageEmailProps, wgApiClient: ClientType) => Promise<TriageEmailResponse>;
126600
126602
 
126601
- declare const routeName$1M = "/v1/api/email-analyzer/emails/{email_id}";
126602
- type UpdateAnalyzedEmailIdBody = paths[typeof routeName$1M]['patch']['requestBody']['content']['application/json'];
126603
- type UpdateAnalyzedEmailIdPathParams = paths[typeof routeName$1M]['patch']['parameters']['path'];
126604
- type UpdateAnalyzedEmailIdQueryParams = paths[typeof routeName$1M]['patch']['parameters']['query'];
126605
- type UpdateAnalyzedEmailIdResponse = paths[typeof routeName$1M]['patch']['responses'][200]['content']['application/json'];
126603
+ declare const routeName$1N = "/v1/api/email-analyzer/emails/{email_id}";
126604
+ type UpdateAnalyzedEmailIdBody = paths[typeof routeName$1N]['patch']['requestBody']['content']['application/json'];
126605
+ type UpdateAnalyzedEmailIdPathParams = paths[typeof routeName$1N]['patch']['parameters']['path'];
126606
+ type UpdateAnalyzedEmailIdQueryParams = paths[typeof routeName$1N]['patch']['parameters']['query'];
126607
+ type UpdateAnalyzedEmailIdResponse = paths[typeof routeName$1N]['patch']['responses'][200]['content']['application/json'];
126606
126608
  interface UpdateAnalyzedEmailIdProps {
126607
126609
  body: UpdateAnalyzedEmailIdBody;
126608
126610
  params: {
@@ -126612,10 +126614,10 @@ interface UpdateAnalyzedEmailIdProps {
126612
126614
  }
126613
126615
  declare const updateAnalyzedEmailId: (props: UpdateAnalyzedEmailIdProps, wgApiClient: ClientType) => Promise<UpdateAnalyzedEmailIdResponse>;
126614
126616
 
126615
- declare const routeName$1L = "/v1/api/email-analyzer/emails/{email_id}/analyze/one";
126616
- type AnalyzeEmailBody = paths[typeof routeName$1L]['post']['requestBody']['content']['application/json'];
126617
- type AnalyzeEmailPathParams = paths[typeof routeName$1L]['post']['parameters']['path'];
126618
- type AnalyzeEmailResponse = paths[typeof routeName$1L]['post']['responses'][201]['content']['application/json'];
126617
+ declare const routeName$1M = "/v1/api/email-analyzer/emails/{email_id}/analyze/one";
126618
+ type AnalyzeEmailBody = paths[typeof routeName$1M]['post']['requestBody']['content']['application/json'];
126619
+ type AnalyzeEmailPathParams = paths[typeof routeName$1M]['post']['parameters']['path'];
126620
+ type AnalyzeEmailResponse = paths[typeof routeName$1M]['post']['responses'][201]['content']['application/json'];
126619
126621
  interface AnalyzeEmailProps {
126620
126622
  body: AnalyzeEmailBody;
126621
126623
  params: {
@@ -126624,11 +126626,11 @@ interface AnalyzeEmailProps {
126624
126626
  }
126625
126627
  declare const analyzeEmail: (props: AnalyzeEmailProps, wgApiClient: ClientType) => Promise<AnalyzeEmailResponse>;
126626
126628
 
126627
- declare const routeName$1K = "/v1/api/email-analyzer/emails/{email_id}/generate-concept-reply";
126628
- type GenerateConceptReplyBody = paths[typeof routeName$1K]['post']['requestBody']['content']['application/json'];
126629
- type GenerateConceptReplyPathParams = paths[typeof routeName$1K]['post']['parameters']['path'];
126630
- type GenerateConceptReplyQueryParams = paths[typeof routeName$1K]['post']['parameters']['query'];
126631
- type GenerateConceptReplyResponse = paths[typeof routeName$1K]['post']['responses'][200]['content']['application/json'];
126629
+ declare const routeName$1L = "/v1/api/email-analyzer/emails/{email_id}/generate-concept-reply";
126630
+ type GenerateConceptReplyBody = paths[typeof routeName$1L]['post']['requestBody']['content']['application/json'];
126631
+ type GenerateConceptReplyPathParams = paths[typeof routeName$1L]['post']['parameters']['path'];
126632
+ type GenerateConceptReplyQueryParams = paths[typeof routeName$1L]['post']['parameters']['query'];
126633
+ type GenerateConceptReplyResponse = paths[typeof routeName$1L]['post']['responses'][200]['content']['application/json'];
126632
126634
  interface GenerateConceptReplyProps {
126633
126635
  body: GenerateConceptReplyBody;
126634
126636
  params: {
@@ -126638,71 +126640,71 @@ interface GenerateConceptReplyProps {
126638
126640
  }
126639
126641
  declare const generateConceptReply: (props: GenerateConceptReplyProps, wgApiClient: ClientType) => Promise<GenerateConceptReplyResponse>;
126640
126642
 
126641
- declare const routeName$1J = "/v1/api/email-analyzer/emails/{email_id}/onesurance-recommendations";
126642
- type GetOnesuranceRecommendationsByEmailIdPathParams = paths[typeof routeName$1J]['get']['parameters']['path'];
126643
- type GetOnesuranceRecommendationsByEmailIdQueryParams = paths[typeof routeName$1J]['get']['parameters']['query'];
126644
- type GetOnesuranceRecommendationsByEmailIdResponse = paths[typeof routeName$1J]['get']['responses'][200]['content']['application/json'];
126645
- type GetOnesuranceRecommendationsByEmailIdProps = paths[typeof routeName$1J]['get']['parameters'];
126643
+ declare const routeName$1K = "/v1/api/email-analyzer/emails/{email_id}/onesurance-recommendations";
126644
+ type GetOnesuranceRecommendationsByEmailIdPathParams = paths[typeof routeName$1K]['get']['parameters']['path'];
126645
+ type GetOnesuranceRecommendationsByEmailIdQueryParams = paths[typeof routeName$1K]['get']['parameters']['query'];
126646
+ type GetOnesuranceRecommendationsByEmailIdResponse = paths[typeof routeName$1K]['get']['responses'][200]['content']['application/json'];
126647
+ type GetOnesuranceRecommendationsByEmailIdProps = paths[typeof routeName$1K]['get']['parameters'];
126646
126648
  declare const getOnesuranceRecommendationsByEmailId: (props: GetOnesuranceRecommendationsByEmailIdProps, wgApiClient: ClientType) => Promise<GetOnesuranceRecommendationsByEmailIdResponse>;
126647
126649
 
126648
- declare const routeName$1I = "/v1/api/enterprises/search";
126649
- type SearchEnterprisesByCountryQueryParams = paths[typeof routeName$1I]['get']['parameters']['query'];
126650
- type SearchEnterprisesByCountryResponse = paths[typeof routeName$1I]['get']['responses'][200]['content']['application/json'];
126651
- type SearchEnterprisesByCountryProps = paths[typeof routeName$1I]['get']['parameters'];
126650
+ declare const routeName$1J = "/v1/api/enterprises/search";
126651
+ type SearchEnterprisesByCountryQueryParams = paths[typeof routeName$1J]['get']['parameters']['query'];
126652
+ type SearchEnterprisesByCountryResponse = paths[typeof routeName$1J]['get']['responses'][200]['content']['application/json'];
126653
+ type SearchEnterprisesByCountryProps = paths[typeof routeName$1J]['get']['parameters'];
126652
126654
  declare const searchEnterprisesByCountry: (props: SearchEnterprisesByCountryProps, wgApiClient: ClientType) => Promise<SearchEnterprisesByCountryResponse>;
126653
126655
 
126654
- declare const routeName$1H = "/v1/api/enterprises/{company_registration_number}";
126655
- type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams = paths[typeof routeName$1H]['get']['parameters']['path'];
126656
- type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams = paths[typeof routeName$1H]['get']['parameters']['query'];
126657
- type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse = paths[typeof routeName$1H]['get']['responses'][200]['content']['application/json'];
126658
- type GetEnterpriseByCompanyRegistrationNumberAndCountryProps = paths[typeof routeName$1H]['get']['parameters'];
126656
+ declare const routeName$1I = "/v1/api/enterprises/{company_registration_number}";
126657
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams = paths[typeof routeName$1I]['get']['parameters']['path'];
126658
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams = paths[typeof routeName$1I]['get']['parameters']['query'];
126659
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse = paths[typeof routeName$1I]['get']['responses'][200]['content']['application/json'];
126660
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryProps = paths[typeof routeName$1I]['get']['parameters'];
126659
126661
  declare const getEnterpriseByCompanyRegistrationNumberAndCountry: (props: GetEnterpriseByCompanyRegistrationNumberAndCountryProps, wgApiClient: ClientType) => Promise<GetEnterpriseByCompanyRegistrationNumberAndCountryResponse>;
126660
126662
 
126661
- declare const routeName$1G = "/v1/api/enterprises/{company_registration_number}/minimal";
126662
- type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams = paths[typeof routeName$1G]['get']['parameters']['path'];
126663
- type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams = paths[typeof routeName$1G]['get']['parameters']['query'];
126664
- type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse = paths[typeof routeName$1G]['get']['responses'][200]['content']['application/json'];
126665
- type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseProps = paths[typeof routeName$1G]['get']['parameters'];
126663
+ declare const routeName$1H = "/v1/api/enterprises/{company_registration_number}/minimal";
126664
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams = paths[typeof routeName$1H]['get']['parameters']['path'];
126665
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams = paths[typeof routeName$1H]['get']['parameters']['query'];
126666
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse = paths[typeof routeName$1H]['get']['responses'][200]['content']['application/json'];
126667
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseProps = paths[typeof routeName$1H]['get']['parameters'];
126666
126668
  declare const getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse: (props: GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseProps, wgApiClient: ClientType) => Promise<GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse>;
126667
126669
 
126668
- declare const routeName$1F = "/v1/api/people/search";
126669
- type SearchDirectorsByFirstAndLastNameQueryParams = paths[typeof routeName$1F]['get']['parameters']['query'];
126670
- type SearchDirectorsByFirstAndLastNameResponse = paths[typeof routeName$1F]['get']['responses'][200]['content']['application/json'];
126671
- type SearchDirectorsByFirstAndLastNameProps = paths[typeof routeName$1F]['get']['parameters'];
126670
+ declare const routeName$1G = "/v1/api/people/search";
126671
+ type SearchDirectorsByFirstAndLastNameQueryParams = paths[typeof routeName$1G]['get']['parameters']['query'];
126672
+ type SearchDirectorsByFirstAndLastNameResponse = paths[typeof routeName$1G]['get']['responses'][200]['content']['application/json'];
126673
+ type SearchDirectorsByFirstAndLastNameProps = paths[typeof routeName$1G]['get']['parameters'];
126672
126674
  declare const searchDirectorsByFirstAndLastName: (props: SearchDirectorsByFirstAndLastNameProps, wgApiClient: ClientType) => Promise<SearchDirectorsByFirstAndLastNameResponse>;
126673
126675
 
126674
- declare const routeName$1E = "/v1/api/flights/airports";
126675
- type RetrieveAirportsResponse = paths[typeof routeName$1E]['get']['responses'][200]['content']['application/json'];
126676
+ declare const routeName$1F = "/v1/api/flights/airports";
126677
+ type RetrieveAirportsResponse = paths[typeof routeName$1F]['get']['responses'][200]['content']['application/json'];
126676
126678
  declare const retrieveAirports: (wgApiClient: ClientType) => Promise<RetrieveAirportsResponse>;
126677
126679
 
126678
- declare const routeName$1D = "/v1/api/flights/lock";
126679
- type LockFlightApiResponse = paths[typeof routeName$1D]['get']['responses'][200]['content']['application/json'];
126680
+ declare const routeName$1E = "/v1/api/flights/lock";
126681
+ type LockFlightApiResponse = paths[typeof routeName$1E]['get']['responses'][200]['content']['application/json'];
126680
126682
  declare const lockFlightApi: (wgApiClient: ClientType) => Promise<LockFlightApiResponse>;
126681
126683
 
126682
- declare const routeName$1C = "/v1/api/generative-ai/description-completion";
126683
- type GenerateCompanyDescriptionBody = paths[typeof routeName$1C]['post']['requestBody']['content']['application/json'];
126684
- type GenerateCompanyDescriptionResponse = paths[typeof routeName$1C]['post']['responses'][200]['content']['application/json'];
126684
+ declare const routeName$1D = "/v1/api/generative-ai/description-completion";
126685
+ type GenerateCompanyDescriptionBody = paths[typeof routeName$1D]['post']['requestBody']['content']['application/json'];
126686
+ type GenerateCompanyDescriptionResponse = paths[typeof routeName$1D]['post']['responses'][200]['content']['application/json'];
126685
126687
  interface GenerateCompanyDescriptionProps {
126686
126688
  body: GenerateCompanyDescriptionBody;
126687
126689
  }
126688
126690
  declare const generateCompanyDescription: (props: GenerateCompanyDescriptionProps, wgApiClient: ClientType) => Promise<GenerateCompanyDescriptionResponse>;
126689
126691
 
126690
- declare const routeName$1B = "/v1/api/generative-ai/website-theme-extraction";
126691
- type ExtractWebsiteThemeBody = paths[typeof routeName$1B]['post']['requestBody']['content']['application/json'];
126692
- type ExtractWebsiteThemeResponse = paths[typeof routeName$1B]['post']['responses'][200]['content']['application/json'];
126692
+ declare const routeName$1C = "/v1/api/generative-ai/website-theme-extraction";
126693
+ type ExtractWebsiteThemeBody = paths[typeof routeName$1C]['post']['requestBody']['content']['application/json'];
126694
+ type ExtractWebsiteThemeResponse = paths[typeof routeName$1C]['post']['responses'][200]['content']['application/json'];
126693
126695
  interface ExtractWebsiteThemeProps {
126694
126696
  body: ExtractWebsiteThemeBody;
126695
126697
  }
126696
126698
  declare const extractWebsiteTheme: (props: ExtractWebsiteThemeProps, wgApiClient: ClientType) => Promise<ExtractWebsiteThemeResponse>;
126697
126699
 
126698
- declare const routeName$1A = "/v1/api/hubspot-visitor-identification-token";
126699
- type GetHubspotVisitorIdentificationTokenResponse = paths[typeof routeName$1A]['get']['responses'][200]['content']['application/json'];
126700
+ declare const routeName$1B = "/v1/api/hubspot-visitor-identification-token";
126701
+ type GetHubspotVisitorIdentificationTokenResponse = paths[typeof routeName$1B]['get']['responses'][200]['content']['application/json'];
126700
126702
  declare const getHubspotVisitorIdentificationToken: (wgApiClient: ClientType) => Promise<GetHubspotVisitorIdentificationTokenResponse>;
126701
126703
 
126702
- declare const routeName$1z = "/v1/api/insurance-products/{insurance_product_id}";
126703
- type UpdateInsuranceProductByDistributionBody = paths[typeof routeName$1z]['patch']['requestBody']['content']['application/json'];
126704
- type UpdateInsuranceProductByDistributionPathParams = paths[typeof routeName$1z]['patch']['parameters']['path'];
126705
- type UpdateInsuranceProductByDistributionResponse = paths[typeof routeName$1z]['patch']['responses'][200]['content']['application/json'];
126704
+ declare const routeName$1A = "/v1/api/insurance-products/{insurance_product_id}";
126705
+ type UpdateInsuranceProductByDistributionBody = paths[typeof routeName$1A]['patch']['requestBody']['content']['application/json'];
126706
+ type UpdateInsuranceProductByDistributionPathParams = paths[typeof routeName$1A]['patch']['parameters']['path'];
126707
+ type UpdateInsuranceProductByDistributionResponse = paths[typeof routeName$1A]['patch']['responses'][200]['content']['application/json'];
126706
126708
  interface UpdateInsuranceProductByDistributionProps {
126707
126709
  body: UpdateInsuranceProductByDistributionBody;
126708
126710
  params: {
@@ -126711,16 +126713,16 @@ interface UpdateInsuranceProductByDistributionProps {
126711
126713
  }
126712
126714
  declare const updateInsuranceProductByDistribution: (props: UpdateInsuranceProductByDistributionProps, wgApiClient: ClientType) => Promise<UpdateInsuranceProductByDistributionResponse>;
126713
126715
 
126714
- declare const routeName$1y = "/v1/api/insurance-products/{insurance_product_id}/advices";
126715
- type GetAdvicesPerInsuranceProductPathParams = paths[typeof routeName$1y]['get']['parameters']['path'];
126716
- type GetAdvicesPerInsuranceProductResponse = paths[typeof routeName$1y]['get']['responses'][200]['content']['application/json'];
126717
- type GetAdvicesPerInsuranceProductProps = paths[typeof routeName$1y]['get']['parameters'];
126716
+ declare const routeName$1z = "/v1/api/insurance-products/{insurance_product_id}/advices";
126717
+ type GetAdvicesPerInsuranceProductPathParams = paths[typeof routeName$1z]['get']['parameters']['path'];
126718
+ type GetAdvicesPerInsuranceProductResponse = paths[typeof routeName$1z]['get']['responses'][200]['content']['application/json'];
126719
+ type GetAdvicesPerInsuranceProductProps = paths[typeof routeName$1z]['get']['parameters'];
126718
126720
  declare const getAdvicesPerInsuranceProduct: (props: GetAdvicesPerInsuranceProductProps, wgApiClient: ClientType) => Promise<GetAdvicesPerInsuranceProductResponse>;
126719
126721
 
126720
- declare const routeName$1x = "/v1/api/insurance-products/{insurance_product_id}/advices/{advice_id}";
126721
- type EditInsuranceProductAdviceByDistributionBody = paths[typeof routeName$1x]['patch']['requestBody']['content']['application/json'];
126722
- type EditInsuranceProductAdviceByDistributionPathParams = paths[typeof routeName$1x]['patch']['parameters']['path'];
126723
- type EditInsuranceProductAdviceByDistributionResponse = paths[typeof routeName$1x]['patch']['responses'][200]['content']['application/json'];
126722
+ declare const routeName$1y = "/v1/api/insurance-products/{insurance_product_id}/advices/{advice_id}";
126723
+ type EditInsuranceProductAdviceByDistributionBody = paths[typeof routeName$1y]['patch']['requestBody']['content']['application/json'];
126724
+ type EditInsuranceProductAdviceByDistributionPathParams = paths[typeof routeName$1y]['patch']['parameters']['path'];
126725
+ type EditInsuranceProductAdviceByDistributionResponse = paths[typeof routeName$1y]['patch']['responses'][200]['content']['application/json'];
126724
126726
  interface EditInsuranceProductAdviceByDistributionProps {
126725
126727
  body: EditInsuranceProductAdviceByDistributionBody;
126726
126728
  params: {
@@ -126729,9 +126731,9 @@ interface EditInsuranceProductAdviceByDistributionProps {
126729
126731
  }
126730
126732
  declare const editInsuranceProductAdviceByDistribution: (props: EditInsuranceProductAdviceByDistributionProps, wgApiClient: ClientType) => Promise<EditInsuranceProductAdviceByDistributionResponse>;
126731
126733
 
126732
- declare const routeName$1w = "/v1/api/insurance-products/{insurance_product_id}/descriptions";
126733
- type EditInsuranceProductDescriptionsByDistributionPathParams = paths[typeof routeName$1w]['put']['parameters']['path'];
126734
- type EditInsuranceProductDescriptionsByDistributionResponse = paths[typeof routeName$1w]['put']['responses'][200]['content']['application/json'];
126734
+ declare const routeName$1x = "/v1/api/insurance-products/{insurance_product_id}/descriptions";
126735
+ type EditInsuranceProductDescriptionsByDistributionPathParams = paths[typeof routeName$1x]['put']['parameters']['path'];
126736
+ type EditInsuranceProductDescriptionsByDistributionResponse = paths[typeof routeName$1x]['put']['responses'][200]['content']['application/json'];
126735
126737
  interface EditInsuranceProductDescriptionsByDistributionProps {
126736
126738
  params: {
126737
126739
  path: EditInsuranceProductDescriptionsByDistributionPathParams;
@@ -126739,16 +126741,16 @@ interface EditInsuranceProductDescriptionsByDistributionProps {
126739
126741
  }
126740
126742
  declare const editInsuranceProductDescriptionsByDistribution: (props: EditInsuranceProductDescriptionsByDistributionProps, wgApiClient: ClientType) => Promise<EditInsuranceProductDescriptionsByDistributionResponse>;
126741
126743
 
126742
- declare const routeName$1v = "/v1/api/prevention-advice";
126743
- type GetPreventionAdviceQueryParams = paths[typeof routeName$1v]['get']['parameters']['query'];
126744
- type GetPreventionAdviceResponse = paths[typeof routeName$1v]['get']['responses'][200]['content']['application/json'];
126745
- type GetPreventionAdviceProps = paths[typeof routeName$1v]['get']['parameters'];
126744
+ declare const routeName$1w = "/v1/api/prevention-advice";
126745
+ type GetPreventionAdviceQueryParams = paths[typeof routeName$1w]['get']['parameters']['query'];
126746
+ type GetPreventionAdviceResponse = paths[typeof routeName$1w]['get']['responses'][200]['content']['application/json'];
126747
+ type GetPreventionAdviceProps = paths[typeof routeName$1w]['get']['parameters'];
126746
126748
  declare const getPreventionAdvice: (props: GetPreventionAdviceProps, wgApiClient: ClientType) => Promise<GetPreventionAdviceResponse>;
126747
126749
 
126748
- declare const routeName$1u = "/v1/api/prevention-advice/{prevention_advice_id}";
126749
- type UpdatePreventionByDistributionBody = paths[typeof routeName$1u]['patch']['requestBody']['content']['application/json'];
126750
- type UpdatePreventionByDistributionPathParams = paths[typeof routeName$1u]['patch']['parameters']['path'];
126751
- type UpdatePreventionByDistributionResponse = paths[typeof routeName$1u]['patch']['responses'][200]['content']['application/json'];
126750
+ declare const routeName$1v = "/v1/api/prevention-advice/{prevention_advice_id}";
126751
+ type UpdatePreventionByDistributionBody = paths[typeof routeName$1v]['patch']['requestBody']['content']['application/json'];
126752
+ type UpdatePreventionByDistributionPathParams = paths[typeof routeName$1v]['patch']['parameters']['path'];
126753
+ type UpdatePreventionByDistributionResponse = paths[typeof routeName$1v]['patch']['responses'][200]['content']['application/json'];
126752
126754
  interface UpdatePreventionByDistributionProps {
126753
126755
  body: UpdatePreventionByDistributionBody;
126754
126756
  params: {
@@ -126757,23 +126759,23 @@ interface UpdatePreventionByDistributionProps {
126757
126759
  }
126758
126760
  declare const updatePreventionByDistribution: (props: UpdatePreventionByDistributionProps, wgApiClient: ClientType) => Promise<UpdatePreventionByDistributionResponse>;
126759
126761
 
126760
- declare const routeName$1t = "/v1/api/risk-domains";
126761
- type GetRiskDomainsQueryParams = paths[typeof routeName$1t]['get']['parameters']['query'];
126762
- type GetRiskDomainsResponse = paths[typeof routeName$1t]['get']['responses'][200]['content']['application/json'];
126763
- type GetRiskDomainsProps = paths[typeof routeName$1t]['get']['parameters'];
126762
+ declare const routeName$1u = "/v1/api/risk-domains";
126763
+ type GetRiskDomainsQueryParams = paths[typeof routeName$1u]['get']['parameters']['query'];
126764
+ type GetRiskDomainsResponse = paths[typeof routeName$1u]['get']['responses'][200]['content']['application/json'];
126765
+ type GetRiskDomainsProps = paths[typeof routeName$1u]['get']['parameters'];
126764
126766
  declare const getRiskDomains: (props: GetRiskDomainsProps, wgApiClient: ClientType) => Promise<GetRiskDomainsResponse>;
126765
126767
 
126766
- declare const routeName$1s = "/v1/api/risk-domains/{risk_domain_id}";
126767
- type GetRiskDomainByIdPathParams = paths[typeof routeName$1s]['get']['parameters']['path'];
126768
- type GetRiskDomainByIdQueryParams = paths[typeof routeName$1s]['get']['parameters']['query'];
126769
- type GetRiskDomainByIdResponse = paths[typeof routeName$1s]['get']['responses'][200]['content']['application/json'];
126770
- type GetRiskDomainByIdProps = paths[typeof routeName$1s]['get']['parameters'];
126768
+ declare const routeName$1t = "/v1/api/risk-domains/{risk_domain_id}";
126769
+ type GetRiskDomainByIdPathParams = paths[typeof routeName$1t]['get']['parameters']['path'];
126770
+ type GetRiskDomainByIdQueryParams = paths[typeof routeName$1t]['get']['parameters']['query'];
126771
+ type GetRiskDomainByIdResponse = paths[typeof routeName$1t]['get']['responses'][200]['content']['application/json'];
126772
+ type GetRiskDomainByIdProps = paths[typeof routeName$1t]['get']['parameters'];
126771
126773
  declare const getRiskDomainById: (props: GetRiskDomainByIdProps, wgApiClient: ClientType) => Promise<GetRiskDomainByIdResponse>;
126772
126774
 
126773
- declare const routeName$1r = "/v1/api/risk-domains/{risk_domain_id}";
126774
- type UpdateRiskDomainByDistributionBody = paths[typeof routeName$1r]['patch']['requestBody']['content']['application/json'];
126775
- type UpdateRiskDomainByDistributionPathParams = paths[typeof routeName$1r]['patch']['parameters']['path'];
126776
- type UpdateRiskDomainByDistributionResponse = paths[typeof routeName$1r]['patch']['responses'][200]['content']['application/json'];
126775
+ declare const routeName$1s = "/v1/api/risk-domains/{risk_domain_id}";
126776
+ type UpdateRiskDomainByDistributionBody = paths[typeof routeName$1s]['patch']['requestBody']['content']['application/json'];
126777
+ type UpdateRiskDomainByDistributionPathParams = paths[typeof routeName$1s]['patch']['parameters']['path'];
126778
+ type UpdateRiskDomainByDistributionResponse = paths[typeof routeName$1s]['patch']['responses'][200]['content']['application/json'];
126777
126779
  interface UpdateRiskDomainByDistributionProps {
126778
126780
  body: UpdateRiskDomainByDistributionBody;
126779
126781
  params: {
@@ -126782,16 +126784,16 @@ interface UpdateRiskDomainByDistributionProps {
126782
126784
  }
126783
126785
  declare const updateRiskDomainByDistribution: (props: UpdateRiskDomainByDistributionProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainByDistributionResponse>;
126784
126786
 
126785
- declare const routeName$1q = "/v2/api/insurance-products";
126786
- type GetInsuranceProductsV2QueryParams = paths[typeof routeName$1q]['get']['parameters']['query'];
126787
- type GetInsuranceProductsV2Response = paths[typeof routeName$1q]['get']['responses'][200]['content']['application/json'];
126788
- type GetInsuranceProductsV2Props = paths[typeof routeName$1q]['get']['parameters'];
126787
+ declare const routeName$1r = "/v2/api/insurance-products";
126788
+ type GetInsuranceProductsV2QueryParams = paths[typeof routeName$1r]['get']['parameters']['query'];
126789
+ type GetInsuranceProductsV2Response = paths[typeof routeName$1r]['get']['responses'][200]['content']['application/json'];
126790
+ type GetInsuranceProductsV2Props = paths[typeof routeName$1r]['get']['parameters'];
126789
126791
  declare const getInsuranceProductsV2: (props: GetInsuranceProductsV2Props, wgApiClient: ClientType) => Promise<GetInsuranceProductsV2Response>;
126790
126792
 
126791
- declare const routeName$1p = "/v1/api/insurance-terms-bot/chat";
126792
- type PoseAQuestionToInsuranceTermsBotBody = paths[typeof routeName$1p]['post']['requestBody']['content']['application/json'];
126793
- type PoseAQuestionToInsuranceTermsBotQueryParams = paths[typeof routeName$1p]['post']['parameters']['query'];
126794
- type PoseAQuestionToInsuranceTermsBotResponse = paths[typeof routeName$1p]['post']['responses'][201]['content']['application/json'];
126793
+ declare const routeName$1q = "/v1/api/insurance-terms-bot/chat";
126794
+ type PoseAQuestionToInsuranceTermsBotBody = paths[typeof routeName$1q]['post']['requestBody']['content']['application/json'];
126795
+ type PoseAQuestionToInsuranceTermsBotQueryParams = paths[typeof routeName$1q]['post']['parameters']['query'];
126796
+ type PoseAQuestionToInsuranceTermsBotResponse = paths[typeof routeName$1q]['post']['responses'][201]['content']['application/json'];
126795
126797
  interface PoseAQuestionToInsuranceTermsBotProps {
126796
126798
  body: PoseAQuestionToInsuranceTermsBotBody;
126797
126799
  params: {
@@ -126800,10 +126802,10 @@ interface PoseAQuestionToInsuranceTermsBotProps {
126800
126802
  }
126801
126803
  declare const poseAQuestionToInsuranceTermsBot: (props: PoseAQuestionToInsuranceTermsBotProps, wgApiClient: ClientType) => Promise<PoseAQuestionToInsuranceTermsBotResponse>;
126802
126804
 
126803
- declare const routeName$1o = "/v1/api/insurance-terms-bot/compare";
126804
- type PoseAQuestionToInsuranceTermsBotForItToCompareBody = paths[typeof routeName$1o]['post']['requestBody']['content']['application/json'];
126805
- type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams = paths[typeof routeName$1o]['post']['parameters']['query'];
126806
- type PoseAQuestionToInsuranceTermsBotForItToCompareResponse = paths[typeof routeName$1o]['post']['responses'][201]['content']['application/json'];
126805
+ declare const routeName$1p = "/v1/api/insurance-terms-bot/compare";
126806
+ type PoseAQuestionToInsuranceTermsBotForItToCompareBody = paths[typeof routeName$1p]['post']['requestBody']['content']['application/json'];
126807
+ type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams = paths[typeof routeName$1p]['post']['parameters']['query'];
126808
+ type PoseAQuestionToInsuranceTermsBotForItToCompareResponse = paths[typeof routeName$1p]['post']['responses'][201]['content']['application/json'];
126807
126809
  interface PoseAQuestionToInsuranceTermsBotForItToCompareProps {
126808
126810
  body: PoseAQuestionToInsuranceTermsBotForItToCompareBody;
126809
126811
  params: {
@@ -126812,10 +126814,10 @@ interface PoseAQuestionToInsuranceTermsBotForItToCompareProps {
126812
126814
  }
126813
126815
  declare const poseAQuestionToInsuranceTermsBotForItToCompare: (props: PoseAQuestionToInsuranceTermsBotForItToCompareProps, wgApiClient: ClientType) => Promise<PoseAQuestionToInsuranceTermsBotForItToCompareResponse>;
126814
126816
 
126815
- declare const routeName$1n = "/v1/api/insurance-terms-bot/feedback";
126816
- type GiveFeedbackToInsuranceTermsBotBody = paths[typeof routeName$1n]['post']['requestBody']['content']['application/json'];
126817
- type GiveFeedbackToInsuranceTermsBotQueryParams = paths[typeof routeName$1n]['post']['parameters']['query'];
126818
- type GiveFeedbackToInsuranceTermsBotResponse = paths[typeof routeName$1n]['post']['responses'][201]['content']['application/json'];
126817
+ declare const routeName$1o = "/v1/api/insurance-terms-bot/feedback";
126818
+ type GiveFeedbackToInsuranceTermsBotBody = paths[typeof routeName$1o]['post']['requestBody']['content']['application/json'];
126819
+ type GiveFeedbackToInsuranceTermsBotQueryParams = paths[typeof routeName$1o]['post']['parameters']['query'];
126820
+ type GiveFeedbackToInsuranceTermsBotResponse = paths[typeof routeName$1o]['post']['responses'][201]['content']['application/json'];
126819
126821
  interface GiveFeedbackToInsuranceTermsBotProps {
126820
126822
  body: GiveFeedbackToInsuranceTermsBotBody;
126821
126823
  params: {
@@ -126824,68 +126826,78 @@ interface GiveFeedbackToInsuranceTermsBotProps {
126824
126826
  }
126825
126827
  declare const giveFeedbackToInsuranceTermsBot: (props: GiveFeedbackToInsuranceTermsBotProps, wgApiClient: ClientType) => Promise<GiveFeedbackToInsuranceTermsBotResponse>;
126826
126828
 
126827
- declare const routeName$1m = "/v1/api/insurance-terms-bot/supported-insurance-companies";
126828
- type GetSupportedInsuranceCompaniesQueryParams = paths[typeof routeName$1m]['get']['parameters']['query'];
126829
- type GetSupportedInsuranceCompaniesResponse = paths[typeof routeName$1m]['get']['responses'][200]['content']['application/json'];
126830
- type GetSupportedInsuranceCompaniesProps = paths[typeof routeName$1m]['get']['parameters'];
126829
+ declare const routeName$1n = "/v1/api/insurance-terms-bot/supported-insurance-companies";
126830
+ type GetSupportedInsuranceCompaniesQueryParams = paths[typeof routeName$1n]['get']['parameters']['query'];
126831
+ type GetSupportedInsuranceCompaniesResponse = paths[typeof routeName$1n]['get']['responses'][200]['content']['application/json'];
126832
+ type GetSupportedInsuranceCompaniesProps = paths[typeof routeName$1n]['get']['parameters'];
126831
126833
  declare const getSupportedInsuranceCompanies: (props: GetSupportedInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedInsuranceCompaniesResponse>;
126832
126834
 
126833
- declare const routeName$1l = "/v1/api/insurance-terms-bot/supported-insurance-subjects";
126834
- type GetSupportedInsuranceSubjectsQueryParams = paths[typeof routeName$1l]['get']['parameters']['query'];
126835
- type GetSupportedInsuranceSubjectsResponse = paths[typeof routeName$1l]['get']['responses'][200]['content']['application/json'];
126836
- type GetSupportedInsuranceSubjectsProps = paths[typeof routeName$1l]['get']['parameters'];
126835
+ declare const routeName$1m = "/v1/api/insurance-terms-bot/supported-insurance-subjects";
126836
+ type GetSupportedInsuranceSubjectsQueryParams = paths[typeof routeName$1m]['get']['parameters']['query'];
126837
+ type GetSupportedInsuranceSubjectsResponse = paths[typeof routeName$1m]['get']['responses'][200]['content']['application/json'];
126838
+ type GetSupportedInsuranceSubjectsProps = paths[typeof routeName$1m]['get']['parameters'];
126837
126839
  declare const getSupportedInsuranceSubjects: (props: GetSupportedInsuranceSubjectsProps, wgApiClient: ClientType) => Promise<GetSupportedInsuranceSubjectsResponse>;
126838
126840
 
126839
- declare const routeName$1k = "/v1/api/insurance-terms-bot/supported-risk-domains";
126840
- type GetSupportedRiskDomainsQueryParams = paths[typeof routeName$1k]['get']['parameters']['query'];
126841
- type GetSupportedRiskDomainsResponse = paths[typeof routeName$1k]['get']['responses'][200]['content']['application/json'];
126842
- type GetSupportedRiskDomainsProps = paths[typeof routeName$1k]['get']['parameters'];
126841
+ declare const routeName$1l = "/v1/api/insurance-terms-bot/supported-risk-domains";
126842
+ type GetSupportedRiskDomainsQueryParams = paths[typeof routeName$1l]['get']['parameters']['query'];
126843
+ type GetSupportedRiskDomainsResponse = paths[typeof routeName$1l]['get']['responses'][200]['content']['application/json'];
126844
+ type GetSupportedRiskDomainsProps = paths[typeof routeName$1l]['get']['parameters'];
126843
126845
  declare const getSupportedRiskDomains: (props: GetSupportedRiskDomainsProps, wgApiClient: ClientType) => Promise<GetSupportedRiskDomainsResponse>;
126844
126846
 
126845
- declare const routeName$1j = "/v1/api/me/brokers";
126846
- type GetAllBrokersLinkedToCurrentUserResponse = paths[typeof routeName$1j]['get']['responses'][200]['content']['application/json'];
126847
+ declare const routeName$1k = "/v1/api/me/brokers";
126848
+ type GetAllBrokersLinkedToCurrentUserResponse = paths[typeof routeName$1k]['get']['responses'][200]['content']['application/json'];
126847
126849
  declare const getAllBrokersLinkedToCurrentUser: (wgApiClient: ClientType) => Promise<GetAllBrokersLinkedToCurrentUserResponse>;
126848
126850
 
126849
- declare const routeName$1i = "/v1/api/users/me";
126850
- type GetYourOwnUserResponse = paths[typeof routeName$1i]['get']['responses'][200]['content']['application/json'];
126851
+ declare const routeName$1j = "/v1/api/users/me";
126852
+ type GetYourOwnUserResponse = paths[typeof routeName$1j]['get']['responses'][200]['content']['application/json'];
126851
126853
  declare const getYourOwnUser: (wgApiClient: ClientType) => Promise<GetYourOwnUserResponse>;
126852
126854
 
126853
- declare const routeName$1h = "/v1/api/users/me";
126854
- type UpdateYourOwnUserBody = paths[typeof routeName$1h]['patch']['requestBody']['content']['application/json'];
126855
- type UpdateYourOwnUserResponse = paths[typeof routeName$1h]['patch']['responses'][200]['content']['application/json'];
126855
+ declare const routeName$1i = "/v1/api/users/me";
126856
+ type UpdateYourOwnUserBody = paths[typeof routeName$1i]['patch']['requestBody']['content']['application/json'];
126857
+ type UpdateYourOwnUserResponse = paths[typeof routeName$1i]['patch']['responses'][200]['content']['application/json'];
126856
126858
  interface UpdateYourOwnUserProps {
126857
126859
  body: UpdateYourOwnUserBody;
126858
126860
  }
126859
126861
  declare const updateYourOwnUser: (props: UpdateYourOwnUserProps, wgApiClient: ClientType) => Promise<UpdateYourOwnUserResponse>;
126860
126862
 
126861
- declare const routeName$1g = "/v1/api/users/me/2fa";
126862
- type Get2FaByUserResponse = paths[typeof routeName$1g]['get']['responses'][200]['content']['application/json'];
126863
+ declare const routeName$1h = "/v1/api/users/me/2fa";
126864
+ type Get2FaByUserResponse = paths[typeof routeName$1h]['get']['responses'][200]['content']['application/json'];
126863
126865
  declare const get2FaByUser: (wgApiClient: ClientType) => Promise<Get2FaByUserResponse>;
126864
126866
 
126865
- declare const routeName$1f = "/v1/api/users/me/2fa/disable";
126866
- type Disable2FaByUserBody = paths[typeof routeName$1f]['post']['requestBody']['content']['application/json'];
126867
- type Disable2FaByUserResponse = paths[typeof routeName$1f]['post']['responses'][200]['content']['application/json'];
126867
+ declare const routeName$1g = "/v1/api/users/me/2fa/disable";
126868
+ type Disable2FaByUserBody = paths[typeof routeName$1g]['post']['requestBody']['content']['application/json'];
126869
+ type Disable2FaByUserResponse = paths[typeof routeName$1g]['post']['responses'][200]['content']['application/json'];
126868
126870
  interface Disable2FaByUserProps {
126869
126871
  body: Disable2FaByUserBody;
126870
126872
  }
126871
126873
  declare const disable2FaByUser: (props: Disable2FaByUserProps, wgApiClient: ClientType) => Promise<Disable2FaByUserResponse>;
126872
126874
 
126873
- declare const routeName$1e = "/v1/api/users/me/2fa/enable";
126874
- type Enable2FaBody = paths[typeof routeName$1e]['post']['requestBody']['content']['application/json'];
126875
- type Enable2FaResponse = paths[typeof routeName$1e]['post']['responses'][200]['content']['application/json'];
126875
+ declare const routeName$1f = "/v1/api/users/me/2fa/enable";
126876
+ type Enable2FaBody = paths[typeof routeName$1f]['post']['requestBody']['content']['application/json'];
126877
+ type Enable2FaResponse = paths[typeof routeName$1f]['post']['responses'][200]['content']['application/json'];
126876
126878
  interface Enable2FaProps {
126877
126879
  body: Enable2FaBody;
126878
126880
  }
126879
126881
  declare const enable2Fa: (props: Enable2FaProps, wgApiClient: ClientType) => Promise<Enable2FaResponse>;
126880
126882
 
126881
- declare const routeName$1d = "/v1/api/users/me/password";
126882
- type UpdateYourPasswordBody = paths[typeof routeName$1d]['put']['requestBody']['content']['application/json'];
126883
- type UpdateYourPasswordResponse = paths[typeof routeName$1d]['put']['responses'][201]['content']['application/json'];
126883
+ declare const routeName$1e = "/v1/api/users/me/password";
126884
+ type UpdateYourPasswordBody = paths[typeof routeName$1e]['put']['requestBody']['content']['application/json'];
126885
+ type UpdateYourPasswordResponse = paths[typeof routeName$1e]['put']['responses'][201]['content']['application/json'];
126884
126886
  interface UpdateYourPasswordProps {
126885
126887
  body: UpdateYourPasswordBody;
126886
126888
  }
126887
126889
  declare const updateYourPassword: (props: UpdateYourPasswordProps, wgApiClient: ClientType) => Promise<UpdateYourPasswordResponse>;
126888
126890
 
126891
+ declare const routeName$1d = "/v1/api/users/{user_id}/2fa";
126892
+ type Disable2FaAsUserForUserPathParams = paths[typeof routeName$1d]['delete']['parameters']['path'];
126893
+ type Disable2FaAsUserForUserResponse = paths[typeof routeName$1d]['delete']['responses'][200]['content']['application/json'];
126894
+ interface Disable2FaAsUserForUserProps {
126895
+ params: {
126896
+ path: Disable2FaAsUserForUserPathParams;
126897
+ };
126898
+ }
126899
+ declare const disable2FaAsUserForUser: (props: Disable2FaAsUserForUserProps, wgApiClient: ClientType) => Promise<Disable2FaAsUserForUserResponse>;
126900
+
126889
126901
  declare const routeName$1c = "/v1/api/offer-request-for-insurance-company/docx";
126890
126902
  type GenerateOfferRequestForInsuranceCompanyDocxBody = paths[typeof routeName$1c]['post']['requestBody']['content']['application/json'];
126891
126903
  type GenerateOfferRequestForInsuranceCompanyDocxResponse = paths[typeof routeName$1c]['post']['responses'][200]['content']['application/json'];
@@ -127648,4 +127660,4 @@ type GetSupportedYellowhiveflowInsurancesResponse = paths[typeof routeName]['get
127648
127660
  type GetSupportedYellowhiveflowInsurancesProps = paths[typeof routeName]['get']['parameters'];
127649
127661
  declare const getSupportedYellowhiveflowInsurances: (props: GetSupportedYellowhiveflowInsurancesProps, wgApiClient: ClientType) => Promise<GetSupportedYellowhiveflowInsurancesResponse>;
127650
127662
 
127651
- 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 GetFinconnectLinkForInsurancePolicyPathParams, type GetFinconnectLinkForInsurancePolicyQueryParams, type GetFinconnectLinkForInsurancePolicyResponse, 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 GetInsurancePolicyComplianceByIdPathParams, type GetInsurancePolicyComplianceByIdResponse, 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 SchemaAnvaDocumentTaskCmd, 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 SchemaAppViewsModelsAdvisoryReportInsurancePolicyClauseComplianceQueryModelItem, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyComplianceQueryModelItem, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyCoverageComplianceQueryModelItem, 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 SchemaAssuTaskDocument, 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 SchemaCheckupStatus, 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 SchemaCompliance, type SchemaComplianceRole, 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 SchemaCreateAnvaPartyChildCmd, 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 SchemaDiasDocumentUploadCmd, type SchemaDiasDocumentUploadItem, type SchemaDiasEntity, type SchemaDiasEntityLink, type SchemaDiasEntityType, type SchemaDiasExistingInsurancePackage, type SchemaDiasFlowStatus, type SchemaDiasInsurance, type SchemaDiasInsuranceCompany, type SchemaDiasInsurancePackage, type SchemaDiasInsurancePolicy, type SchemaDiasOfferDocumentResponse, type SchemaDiasOfferMailCmd, type SchemaDiasOfferMailResponse, 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 SchemaDiasSendOfferInsurancePolicy, type SchemaDiasSendOfferPolicyPackage, type SchemaDiasTaskDocument, 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 SchemaFishCheck, 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 SchemaFlowsModelsDiasBaseDiasInsurancePackageInsurancePolicy, type SchemaFlowsModelsDiasDiasOfferDocument, type SchemaFlowsModelsDiasDiasOfferMailCmdDiasOfferDocument, 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 SchemaHandleSendDiasOfferMailParams, 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 SchemaInsurancePolicyClauseComplianceQueryModel, type SchemaInsurancePolicyClauseComplianceUpdateItemCmd, type SchemaInsurancePolicyComplianceItemCmd, type SchemaInsurancePolicyComplianceQueryModel, type SchemaInsurancePolicyComplianceType, type SchemaInsurancePolicyComplianceUpdateCmd, type SchemaInsurancePolicyCoverageComplianceItemCmd, type SchemaInsurancePolicyCoverageComplianceQueryModel, type SchemaInsurancePolicyCoverageComplianceType, type SchemaInsurancePolicyCoverageComplianceUpdateCmd, 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 SchemaOutlookAttachment, type SchemaOutlookConnectionDetails, type SchemaOutlookEmailDetailWithAnalysis, type SchemaOutlookEmailItemWithAnalysis, type SchemaOutlookEmailsWithAnalysis, 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 SchemaSeriesSortContext, type SchemaSeriesWithoutModel, 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 SchemaUpdateInsurancePolicyComplianceParams, type SchemaUpdateInsurancePolicyCoverageComplianceParams, 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 SchemaUploadDocumentsInDiasParams, 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 SendDiasOfferMailBySessionIdBody, 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 UpdateInsurancePolicyComplianceBody, type UpdateInsurancePolicyCompliancePathParams, type UpdateInsurancePolicyComplianceResponse, type UpdateInsurancePolicyCoverageComplianceBody, type UpdateInsurancePolicyCoverageCompliancePathParams, type UpdateInsurancePolicyCoverageComplianceResponse, 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 UploadDocumentsInDiasBody, type UploadDocumentsInDiasPathParams, type UploadDocumentsInDiasQueryParams, type UploadDocumentsInDiasResponse, 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, getFinconnectLinkForInsurancePolicy, getFinconnectLinkForInsurancePolicyAsCustomer, getFlowInfoById, getFlowsInfo, getGbi, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicyComplianceById, 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, updateInsurancePolicyCompliance, updateInsurancePolicyCoverageCompliance, 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, uploadDocumentsInDias, 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 };
127663
+ 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 Disable2FaAsUserForUserPathParams, type Disable2FaAsUserForUserResponse, type Disable2FaByUserBody, type Disable2FaByUserResponse, 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 GetFinconnectLinkForInsurancePolicyPathParams, type GetFinconnectLinkForInsurancePolicyQueryParams, type GetFinconnectLinkForInsurancePolicyResponse, 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 GetInsurancePolicyComplianceByIdPathParams, type GetInsurancePolicyComplianceByIdResponse, 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 SchemaAnvaDocumentTaskCmd, 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 SchemaAppViewsModelsAdvisoryReportInsurancePolicyClauseComplianceQueryModelItem, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyComplianceQueryModelItem, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyCoverageComplianceQueryModelItem, 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 SchemaAssuTaskDocument, 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 SchemaCheckupStatus, 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 SchemaCompliance, type SchemaComplianceRole, 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 SchemaCreateAnvaPartyChildCmd, 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 SchemaDiasDocumentUploadCmd, type SchemaDiasDocumentUploadItem, type SchemaDiasEntity, type SchemaDiasEntityLink, type SchemaDiasEntityType, type SchemaDiasExistingInsurancePackage, type SchemaDiasFlowStatus, type SchemaDiasInsurance, type SchemaDiasInsuranceCompany, type SchemaDiasInsurancePackage, type SchemaDiasInsurancePolicy, type SchemaDiasOfferDocumentResponse, type SchemaDiasOfferMailCmd, type SchemaDiasOfferMailResponse, 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 SchemaDiasSendOfferInsurancePolicy, type SchemaDiasSendOfferPolicyPackage, type SchemaDiasTaskDocument, 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 SchemaFishCheck, 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 SchemaFlowsModelsDiasBaseDiasInsurancePackageInsurancePolicy, type SchemaFlowsModelsDiasDiasOfferDocument, type SchemaFlowsModelsDiasDiasOfferMailCmdDiasOfferDocument, 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 SchemaHandleSendDiasOfferMailParams, 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 SchemaInsurancePolicyClauseComplianceQueryModel, type SchemaInsurancePolicyClauseComplianceUpdateItemCmd, type SchemaInsurancePolicyComplianceItemCmd, type SchemaInsurancePolicyComplianceQueryModel, type SchemaInsurancePolicyComplianceType, type SchemaInsurancePolicyComplianceUpdateCmd, type SchemaInsurancePolicyCoverageComplianceItemCmd, type SchemaInsurancePolicyCoverageComplianceQueryModel, type SchemaInsurancePolicyCoverageComplianceType, type SchemaInsurancePolicyCoverageComplianceUpdateCmd, 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 SchemaOutlookAttachment, type SchemaOutlookConnectionDetails, type SchemaOutlookEmailDetailWithAnalysis, type SchemaOutlookEmailItemWithAnalysis, type SchemaOutlookEmailsWithAnalysis, 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 SchemaSeriesSortContext, type SchemaSeriesWithoutModel, 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 SchemaUpdateInsurancePolicyComplianceParams, type SchemaUpdateInsurancePolicyCoverageComplianceParams, 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 SchemaUploadDocumentsInDiasParams, 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 SendDiasOfferMailBySessionIdBody, 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 UpdateInsurancePolicyComplianceBody, type UpdateInsurancePolicyCompliancePathParams, type UpdateInsurancePolicyComplianceResponse, type UpdateInsurancePolicyCoverageComplianceBody, type UpdateInsurancePolicyCoverageCompliancePathParams, type UpdateInsurancePolicyCoverageComplianceResponse, 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 UploadDocumentsInDiasBody, type UploadDocumentsInDiasPathParams, type UploadDocumentsInDiasQueryParams, type UploadDocumentsInDiasResponse, 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, disable2FaAsUserForUser, disable2FaByUser, 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, getFinconnectLinkForInsurancePolicy, getFinconnectLinkForInsurancePolicyAsCustomer, getFlowInfoById, getFlowsInfo, getGbi, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicyComplianceById, 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, updateInsurancePolicyCompliance, updateInsurancePolicyCoverageCompliance, 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, uploadDocumentsInDias, 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 };