wg-api-sdk 4.30.273 → 4.30.275

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.
@@ -3709,6 +3709,23 @@ interface paths {
3709
3709
  patch?: never;
3710
3710
  trace?: never;
3711
3711
  };
3712
+ "/v1/api/diasflows/supported-insurances": {
3713
+ parameters: {
3714
+ query?: never;
3715
+ header?: never;
3716
+ path?: never;
3717
+ cookie?: never;
3718
+ };
3719
+ /** Get Diasflow Insurances */
3720
+ get: operations["get_diasflow_insurances_v1_api_diasflows_supported_insurances_get"];
3721
+ put?: never;
3722
+ post?: never;
3723
+ delete?: never;
3724
+ options?: never;
3725
+ head?: never;
3726
+ patch?: never;
3727
+ trace?: never;
3728
+ };
3712
3729
  "/v1/api/diasflows/products": {
3713
3730
  parameters: {
3714
3731
  query?: never;
@@ -9265,7 +9282,7 @@ interface components {
9265
9282
  * Timestamp
9266
9283
  * Format: date-time
9267
9284
  * @description Timestamp of when the error occured
9268
- * @default 2026-02-26T13:30:05.114008
9285
+ * @default 2026-02-27T15:26:59.413573
9269
9286
  */
9270
9287
  timestamp: string;
9271
9288
  /**
@@ -17661,6 +17678,10 @@ interface components {
17661
17678
  anva_preferred_agent_nr?: string;
17662
17679
  /** Anva Relation Manager Id */
17663
17680
  anva_relation_manager_id?: string;
17681
+ /** Dias Preferred Agent Nr */
17682
+ dias_preferred_agent_nr?: string;
17683
+ /** Dias Employee Id */
17684
+ dias_employee_id?: string;
17664
17685
  };
17665
17686
  /** BrokerSettings */
17666
17687
  BrokerSettings: {
@@ -18347,6 +18368,10 @@ interface components {
18347
18368
  anva_preferred_agent_nr?: string;
18348
18369
  /** Anva Relation Manager Id */
18349
18370
  anva_relation_manager_id?: string;
18371
+ /** Dias Preferred Agent Nr */
18372
+ dias_preferred_agent_nr?: string;
18373
+ /** Dias Employee Id */
18374
+ dias_employee_id?: string;
18350
18375
  };
18351
18376
  /** DistributionNoveltyInsight */
18352
18377
  DistributionNoveltyInsight: {
@@ -47476,6 +47501,10 @@ interface components {
47476
47501
  dwh_ssh_passphrase?: string;
47477
47502
  /** Dwh Ssh Private Key */
47478
47503
  dwh_ssh_private_key?: string;
47504
+ /** Dummy Customer Party Id */
47505
+ dummy_customer_party_id?: string;
47506
+ /** Dummy Company Party Id */
47507
+ dummy_company_party_id?: string;
47479
47508
  /** Finconnect Fc001 */
47480
47509
  finconnect_fc001?: string;
47481
47510
  /** Finconnect Fc002 */
@@ -47541,6 +47570,10 @@ interface components {
47541
47570
  dwh_ssh_passphrase?: string;
47542
47571
  /** Dwh Ssh Private Key */
47543
47572
  dwh_ssh_private_key?: string;
47573
+ /** Dummy Customer Party Id */
47574
+ dummy_customer_party_id?: string;
47575
+ /** Dummy Company Party Id */
47576
+ dummy_company_party_id?: string;
47544
47577
  /** Finconnect Fc001 */
47545
47578
  finconnect_fc001?: string;
47546
47579
  /** Finconnect Fc002 */
@@ -47634,6 +47667,10 @@ interface components {
47634
47667
  dwh_ssh_passphrase?: string;
47635
47668
  /** Dwh Ssh Private Key */
47636
47669
  dwh_ssh_private_key?: string;
47670
+ /** Dummy Customer Party Id */
47671
+ dummy_customer_party_id?: string;
47672
+ /** Dummy Company Party Id */
47673
+ dummy_company_party_id?: string;
47637
47674
  /** Finconnect Fc001 */
47638
47675
  finconnect_fc001?: string;
47639
47676
  /** Finconnect Fc002 */
@@ -53817,7 +53854,7 @@ interface components {
53817
53854
  /**
53818
53855
  * Quote Specifications
53819
53856
  * @default {
53820
- * "contract_commencement_date": "2026-02-26"
53857
+ * "contract_commencement_date": "2026-02-27"
53821
53858
  * }
53822
53859
  */
53823
53860
  quote_specifications: components["schemas"]["QuoteSpecification"];
@@ -64917,8 +64954,6 @@ interface components {
64917
64954
  };
64918
64955
  /** DiasInsuranceCompany */
64919
64956
  DiasInsuranceCompany: {
64920
- /** Id */
64921
- id: number;
64922
64957
  /** Dias Id */
64923
64958
  dias_id: number;
64924
64959
  /** Name */
@@ -64926,8 +64961,6 @@ interface components {
64926
64961
  };
64927
64962
  /** DiasInsurance */
64928
64963
  DiasInsurance: {
64929
- /** Id */
64930
- id: number;
64931
64964
  /** Name */
64932
64965
  name: string;
64933
64966
  /** Branch */
@@ -65297,7 +65330,7 @@ interface components {
65297
65330
  /** QuestionGroup */
65298
65331
  QuestionGroup: {
65299
65332
  /** Id */
65300
- id?: string;
65333
+ id: string;
65301
65334
  /** Tag */
65302
65335
  tag?: string;
65303
65336
  /**
@@ -66525,6 +66558,13 @@ interface components {
66525
66558
  offer: components["schemas"]["YellowHiveProductQuestionnaire"];
66526
66559
  contract: components["schemas"]["YellowHiveProductQuestionnaire"];
66527
66560
  };
66561
+ /** MultiDiasInsuranceQueryModel */
66562
+ MultiDiasInsuranceQueryModel: {
66563
+ /** Items */
66564
+ items: components["schemas"]["DiasInsurance"][];
66565
+ /** Count */
66566
+ count: number;
66567
+ };
66528
66568
  /** MultiDiasProductQueryModel */
66529
66569
  MultiDiasProductQueryModel: {
66530
66570
  /** Items */
@@ -72549,6 +72589,7 @@ type SchemaYellowHiveProductQuestionnairesUpdateCmd = components['schemas']['Yel
72549
72589
  type SchemaYellowHiveProductQuestionnaire = components['schemas']['YellowHiveProductQuestionnaire'];
72550
72590
  type SchemaHandleValidateYellowhiveQuestionnairesByProductIdParams = components['schemas']['handle_validate_yellowhive_questionnaires_by_product_id_params'];
72551
72591
  type SchemaYellowHiveProductQuestionnairesValidateCmd = components['schemas']['YellowHiveProductQuestionnairesValidateCmd'];
72592
+ type SchemaMultiDiasInsuranceQueryModel = components['schemas']['MultiDiasInsuranceQueryModel'];
72552
72593
  type SchemaMultiDiasProductQueryModel = components['schemas']['MultiDiasProductQueryModel'];
72553
72594
  type SchemaDiasProduct = components['schemas']['DiasProduct'];
72554
72595
  type SchemaDiasCoverage = components['schemas']['DiasCoverage'];
@@ -92767,6 +92808,95 @@ interface operations {
92767
92808
  };
92768
92809
  };
92769
92810
  };
92811
+ get_diasflow_insurances_v1_api_diasflows_supported_insurances_get: {
92812
+ parameters: {
92813
+ query?: {
92814
+ party_type?: "CUSTOMER" | "COMPANY";
92815
+ /**
92816
+ * @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
92817
+ * @example EN
92818
+ */
92819
+ lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
92820
+ /**
92821
+ * @description Same as lang, but adds support to pass ?language as well
92822
+ * @example EN
92823
+ */
92824
+ language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
92825
+ };
92826
+ header?: {
92827
+ /** @description Which release to target running in 'STAGING' environment. */
92828
+ "x-release"?: string;
92829
+ };
92830
+ path?: never;
92831
+ cookie?: never;
92832
+ };
92833
+ requestBody?: never;
92834
+ responses: {
92835
+ /** @description Successful Response */
92836
+ 200: {
92837
+ headers: {
92838
+ [name: string]: unknown;
92839
+ };
92840
+ content: {
92841
+ "application/json": components["schemas"]["MultiDiasInsuranceQueryModel"];
92842
+ };
92843
+ };
92844
+ /** @description Bad Request */
92845
+ 400: {
92846
+ headers: {
92847
+ [name: string]: unknown;
92848
+ };
92849
+ content: {
92850
+ "application/json": components["schemas"]["Error_4XX"];
92851
+ };
92852
+ };
92853
+ /** @description Unauthorized */
92854
+ 401: {
92855
+ headers: {
92856
+ [name: string]: unknown;
92857
+ };
92858
+ content: {
92859
+ "application/json": components["schemas"]["Error_401"];
92860
+ };
92861
+ };
92862
+ /** @description Forbidden */
92863
+ 403: {
92864
+ headers: {
92865
+ [name: string]: unknown;
92866
+ };
92867
+ content: {
92868
+ "application/json": components["schemas"]["Error_403"];
92869
+ };
92870
+ };
92871
+ /** @description Unprocessable Content */
92872
+ 422: {
92873
+ headers: {
92874
+ [name: string]: unknown;
92875
+ };
92876
+ content: {
92877
+ "application/json": components["schemas"]["Error_422"];
92878
+ };
92879
+ };
92880
+ /** @description Too Many Requests */
92881
+ 429: {
92882
+ headers: {
92883
+ [name: string]: unknown;
92884
+ };
92885
+ content: {
92886
+ "application/json": components["schemas"]["Error_429"];
92887
+ };
92888
+ };
92889
+ /** @description Internal Server Error */
92890
+ 500: {
92891
+ headers: {
92892
+ [name: string]: unknown;
92893
+ };
92894
+ content: {
92895
+ "application/json": components["schemas"]["ServerError"];
92896
+ };
92897
+ };
92898
+ };
92899
+ };
92770
92900
  get_diasflow_products_v1_api_diasflows_products_get: {
92771
92901
  parameters: {
92772
92902
  query?: {
@@ -106738,6 +106868,8 @@ interface operations {
106738
106868
  created_at_le?: string;
106739
106869
  /** @description created_at greater or equal. */
106740
106870
  created_at_ge?: string;
106871
+ /** @description Party emails */
106872
+ emails?: string[];
106741
106873
  /**
106742
106874
  * @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
106743
106875
  * @example EN
@@ -119585,52 +119717,52 @@ type Middleware = Middleware$1;
119585
119717
  type ClientType = ReturnType<typeof createClient<paths>>;
119586
119718
  declare const wgApiClient: (options: ClientOptions) => ClientType;
119587
119719
 
119588
- declare const routeName$7X = "/v1/api/weather/info";
119589
- type GetWeatherInfoQueryParams = paths[typeof routeName$7X]['get']['parameters']['query'];
119590
- type GetWeatherInfoResponse = paths[typeof routeName$7X]['get']['responses'][200]['content']['application/json'];
119591
- type GetWeatherInfoProps = paths[typeof routeName$7X]['get']['parameters'];
119720
+ declare const routeName$7Y = "/v1/api/weather/info";
119721
+ type GetWeatherInfoQueryParams = paths[typeof routeName$7Y]['get']['parameters']['query'];
119722
+ type GetWeatherInfoResponse = paths[typeof routeName$7Y]['get']['responses'][200]['content']['application/json'];
119723
+ type GetWeatherInfoProps = paths[typeof routeName$7Y]['get']['parameters'];
119592
119724
  declare const getWeatherInfo: (props: GetWeatherInfoProps, wgApiClient: ClientType) => Promise<GetWeatherInfoResponse>;
119593
119725
 
119594
- declare const routeName$7W = "/v1/api/address/cities";
119595
- type SearchCitiesByCountryQueryParams = paths[typeof routeName$7W]['get']['parameters']['query'];
119596
- type SearchCitiesByCountryResponse = paths[typeof routeName$7W]['get']['responses'][200]['content']['application/json'];
119597
- type SearchCitiesByCountryProps = paths[typeof routeName$7W]['get']['parameters'];
119726
+ declare const routeName$7X = "/v1/api/address/cities";
119727
+ type SearchCitiesByCountryQueryParams = paths[typeof routeName$7X]['get']['parameters']['query'];
119728
+ type SearchCitiesByCountryResponse = paths[typeof routeName$7X]['get']['responses'][200]['content']['application/json'];
119729
+ type SearchCitiesByCountryProps = paths[typeof routeName$7X]['get']['parameters'];
119598
119730
  declare const searchCitiesByCountry: (props: SearchCitiesByCountryProps, wgApiClient: ClientType) => Promise<SearchCitiesByCountryResponse>;
119599
119731
 
119600
- declare const routeName$7V = "/v1/api/address/streets";
119601
- type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$7V]['get']['parameters']['query'];
119602
- type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$7V]['get']['responses'][200]['content']['application/json'];
119603
- type SeachStreetsByCityAndCountryProps = paths[typeof routeName$7V]['get']['parameters'];
119732
+ declare const routeName$7W = "/v1/api/address/streets";
119733
+ type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$7W]['get']['parameters']['query'];
119734
+ type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$7W]['get']['responses'][200]['content']['application/json'];
119735
+ type SeachStreetsByCityAndCountryProps = paths[typeof routeName$7W]['get']['parameters'];
119604
119736
  declare const seachStreetsByCityAndCountry: (props: SeachStreetsByCityAndCountryProps, wgApiClient: ClientType) => Promise<SeachStreetsByCityAndCountryResponse>;
119605
119737
 
119606
- declare const routeName$7U = "/v1/api/address/search";
119607
- type SearchAddressesByCountryQueryParams = paths[typeof routeName$7U]['get']['parameters']['query'];
119608
- type SearchAddressesByCountryResponse = paths[typeof routeName$7U]['get']['responses'][200]['content']['application/json'];
119609
- type SearchAddressesByCountryProps = paths[typeof routeName$7U]['get']['parameters'];
119738
+ declare const routeName$7V = "/v1/api/address/search";
119739
+ type SearchAddressesByCountryQueryParams = paths[typeof routeName$7V]['get']['parameters']['query'];
119740
+ type SearchAddressesByCountryResponse = paths[typeof routeName$7V]['get']['responses'][200]['content']['application/json'];
119741
+ type SearchAddressesByCountryProps = paths[typeof routeName$7V]['get']['parameters'];
119610
119742
  declare const searchAddressesByCountry: (props: SearchAddressesByCountryProps, wgApiClient: ClientType) => Promise<SearchAddressesByCountryResponse>;
119611
119743
 
119612
- declare const routeName$7T = "/v1/api/address/info/premium";
119613
- type GetAddressInfoQueryParams = paths[typeof routeName$7T]['get']['parameters']['query'];
119614
- type GetAddressInfoResponse = paths[typeof routeName$7T]['get']['responses'][200]['content']['application/json'];
119615
- type GetAddressInfoProps = paths[typeof routeName$7T]['get']['parameters'];
119744
+ declare const routeName$7U = "/v1/api/address/info/premium";
119745
+ type GetAddressInfoQueryParams = paths[typeof routeName$7U]['get']['parameters']['query'];
119746
+ type GetAddressInfoResponse = paths[typeof routeName$7U]['get']['responses'][200]['content']['application/json'];
119747
+ type GetAddressInfoProps = paths[typeof routeName$7U]['get']['parameters'];
119616
119748
  declare const getAddressInfo: (props: GetAddressInfoProps, wgApiClient: ClientType) => Promise<GetAddressInfoResponse>;
119617
119749
 
119618
- declare const routeName$7S = "/v1/api/address/info/freemium";
119619
- type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$7S]['get']['parameters']['query'];
119620
- type GetAddressInfoFreemiumResponse = paths[typeof routeName$7S]['get']['responses'][200]['content']['application/json'];
119621
- type GetAddressInfoFreemiumProps = paths[typeof routeName$7S]['get']['parameters'];
119750
+ declare const routeName$7T = "/v1/api/address/info/freemium";
119751
+ type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$7T]['get']['parameters']['query'];
119752
+ type GetAddressInfoFreemiumResponse = paths[typeof routeName$7T]['get']['responses'][200]['content']['application/json'];
119753
+ type GetAddressInfoFreemiumProps = paths[typeof routeName$7T]['get']['parameters'];
119622
119754
  declare const getAddressInfoFreemium: (props: GetAddressInfoFreemiumProps, wgApiClient: ClientType) => Promise<GetAddressInfoFreemiumResponse>;
119623
119755
 
119624
- declare const routeName$7R = "/v1/api/advisory-reports";
119625
- type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$7R]['get']['parameters']['query'];
119626
- type GetAllAdvisoryReportsResponse = paths[typeof routeName$7R]['get']['responses'][200]['content']['application/json'];
119627
- type GetAllAdvisoryReportsProps = paths[typeof routeName$7R]['get']['parameters'];
119756
+ declare const routeName$7S = "/v1/api/advisory-reports";
119757
+ type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$7S]['get']['parameters']['query'];
119758
+ type GetAllAdvisoryReportsResponse = paths[typeof routeName$7S]['get']['responses'][200]['content']['application/json'];
119759
+ type GetAllAdvisoryReportsProps = paths[typeof routeName$7S]['get']['parameters'];
119628
119760
  declare const getAllAdvisoryReports: (props: GetAllAdvisoryReportsProps, wgApiClient: ClientType) => Promise<GetAllAdvisoryReportsResponse>;
119629
119761
 
119630
- declare const routeName$7Q = "/v1/api/advisory-reports";
119631
- type CreateAdvisoryReportBody = paths[typeof routeName$7Q]['post']['requestBody']['content']['application/json'];
119632
- type CreateAdvisoryReportQueryParams = paths[typeof routeName$7Q]['post']['parameters']['query'];
119633
- type CreateAdvisoryReportResponse = paths[typeof routeName$7Q]['post']['responses'][201]['content']['application/json'];
119762
+ declare const routeName$7R = "/v1/api/advisory-reports";
119763
+ type CreateAdvisoryReportBody = paths[typeof routeName$7R]['post']['requestBody']['content']['application/json'];
119764
+ type CreateAdvisoryReportQueryParams = paths[typeof routeName$7R]['post']['parameters']['query'];
119765
+ type CreateAdvisoryReportResponse = paths[typeof routeName$7R]['post']['responses'][201]['content']['application/json'];
119634
119766
  interface CreateAdvisoryReportProps {
119635
119767
  body: CreateAdvisoryReportBody;
119636
119768
  params: {
@@ -119639,17 +119771,17 @@ interface CreateAdvisoryReportProps {
119639
119771
  }
119640
119772
  declare const createAdvisoryReport: (props: CreateAdvisoryReportProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportResponse>;
119641
119773
 
119642
- declare const routeName$7P = "/v1/api/advisory-reports/{report_id}";
119643
- type GetAdvisoryReportByIdPathParams = paths[typeof routeName$7P]['get']['parameters']['path'];
119644
- type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$7P]['get']['parameters']['query'];
119645
- type GetAdvisoryReportByIdResponse = paths[typeof routeName$7P]['get']['responses'][200]['content']['application/json'];
119646
- type GetAdvisoryReportByIdProps = paths[typeof routeName$7P]['get']['parameters'];
119774
+ declare const routeName$7Q = "/v1/api/advisory-reports/{report_id}";
119775
+ type GetAdvisoryReportByIdPathParams = paths[typeof routeName$7Q]['get']['parameters']['path'];
119776
+ type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$7Q]['get']['parameters']['query'];
119777
+ type GetAdvisoryReportByIdResponse = paths[typeof routeName$7Q]['get']['responses'][200]['content']['application/json'];
119778
+ type GetAdvisoryReportByIdProps = paths[typeof routeName$7Q]['get']['parameters'];
119647
119779
  declare const getAdvisoryReportById: (props: GetAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportByIdResponse>;
119648
119780
 
119649
- declare const routeName$7O = "/v1/api/advisory-reports/{report_id}";
119650
- type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$7O]['delete']['parameters']['path'];
119651
- type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$7O]['delete']['parameters']['query'];
119652
- type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$7O]['delete']['responses'][200]['content']['application/json'];
119781
+ declare const routeName$7P = "/v1/api/advisory-reports/{report_id}";
119782
+ type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$7P]['delete']['parameters']['path'];
119783
+ type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$7P]['delete']['parameters']['query'];
119784
+ type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$7P]['delete']['responses'][200]['content']['application/json'];
119653
119785
  interface DeleteAdvisoryReportRevisionProps {
119654
119786
  params: {
119655
119787
  query: DeleteAdvisoryReportRevisionQueryParams;
@@ -119658,11 +119790,11 @@ interface DeleteAdvisoryReportRevisionProps {
119658
119790
  }
119659
119791
  declare const deleteAdvisoryReportRevision: (props: DeleteAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportRevisionResponse>;
119660
119792
 
119661
- declare const routeName$7N = "/v1/api/advisory-reports/{report_id}";
119662
- type UpdateAdvisoryReportBody = paths[typeof routeName$7N]['patch']['requestBody']['content']['application/json'];
119663
- type UpdateAdvisoryReportPathParams = paths[typeof routeName$7N]['patch']['parameters']['path'];
119664
- type UpdateAdvisoryReportQueryParams = paths[typeof routeName$7N]['patch']['parameters']['query'];
119665
- type UpdateAdvisoryReportResponse = paths[typeof routeName$7N]['patch']['responses'][200]['content']['application/json'];
119793
+ declare const routeName$7O = "/v1/api/advisory-reports/{report_id}";
119794
+ type UpdateAdvisoryReportBody = paths[typeof routeName$7O]['patch']['requestBody']['content']['application/json'];
119795
+ type UpdateAdvisoryReportPathParams = paths[typeof routeName$7O]['patch']['parameters']['path'];
119796
+ type UpdateAdvisoryReportQueryParams = paths[typeof routeName$7O]['patch']['parameters']['query'];
119797
+ type UpdateAdvisoryReportResponse = paths[typeof routeName$7O]['patch']['responses'][200]['content']['application/json'];
119666
119798
  interface UpdateAdvisoryReportProps {
119667
119799
  body: UpdateAdvisoryReportBody;
119668
119800
  params: {
@@ -119672,18 +119804,18 @@ interface UpdateAdvisoryReportProps {
119672
119804
  }
119673
119805
  declare const updateAdvisoryReport: (props: UpdateAdvisoryReportProps, wgApiClient: ClientType) => Promise<UpdateAdvisoryReportResponse>;
119674
119806
 
119675
- declare const routeName$7M = "/v1/api/advisory-reports/{report_id}/events";
119676
- type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$7M]['get']['parameters']['path'];
119677
- type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$7M]['get']['parameters']['query'];
119678
- type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$7M]['get']['responses'][200]['content']['application/json'];
119679
- type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$7M]['get']['parameters'];
119807
+ declare const routeName$7N = "/v1/api/advisory-reports/{report_id}/events";
119808
+ type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$7N]['get']['parameters']['path'];
119809
+ type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$7N]['get']['parameters']['query'];
119810
+ type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$7N]['get']['responses'][200]['content']['application/json'];
119811
+ type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$7N]['get']['parameters'];
119680
119812
  declare const getEventsByAdvisoryReportId: (props: GetEventsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetEventsByAdvisoryReportIdResponse>;
119681
119813
 
119682
- declare const routeName$7L = "/v1/api/advisory-reports/{report_id}/email-inquiries";
119683
- type SendAdvisoryReportAsMailBody = paths[typeof routeName$7L]['post']['requestBody']['content']['application/json'];
119684
- type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$7L]['post']['parameters']['path'];
119685
- type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$7L]['post']['parameters']['query'];
119686
- type SendAdvisoryReportAsMailResponse = paths[typeof routeName$7L]['post']['responses'][201]['content']['application/json'];
119814
+ declare const routeName$7M = "/v1/api/advisory-reports/{report_id}/email-inquiries";
119815
+ type SendAdvisoryReportAsMailBody = paths[typeof routeName$7M]['post']['requestBody']['content']['application/json'];
119816
+ type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$7M]['post']['parameters']['path'];
119817
+ type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$7M]['post']['parameters']['query'];
119818
+ type SendAdvisoryReportAsMailResponse = paths[typeof routeName$7M]['post']['responses'][201]['content']['application/json'];
119687
119819
  interface SendAdvisoryReportAsMailProps {
119688
119820
  body: SendAdvisoryReportAsMailBody;
119689
119821
  params: {
@@ -119693,10 +119825,10 @@ interface SendAdvisoryReportAsMailProps {
119693
119825
  }
119694
119826
  declare const sendAdvisoryReportAsMail: (props: SendAdvisoryReportAsMailProps, wgApiClient: ClientType) => Promise<SendAdvisoryReportAsMailResponse>;
119695
119827
 
119696
- declare const routeName$7K = "/v1/api/advisory-reports/{report_id}/docx";
119697
- type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$7K]['post']['parameters']['path'];
119698
- type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7K]['post']['parameters']['query'];
119699
- type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$7K]['post']['responses'][200]['content']['application/json'];
119828
+ declare const routeName$7L = "/v1/api/advisory-reports/{report_id}/docx";
119829
+ type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$7L]['post']['parameters']['path'];
119830
+ type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7L]['post']['parameters']['query'];
119831
+ type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$7L]['post']['responses'][200]['content']['application/json'];
119700
119832
  interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
119701
119833
  params: {
119702
119834
  query: GenerateDocxDocumentOfAdvisoryReportByIdQueryParams;
@@ -119705,17 +119837,17 @@ interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
119705
119837
  }
119706
119838
  declare const generateDocxDocumentOfAdvisoryReportById: (props: GenerateDocxDocumentOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GenerateDocxDocumentOfAdvisoryReportByIdResponse>;
119707
119839
 
119708
- declare const routeName$7J = "/v1/api/advisory-reports/{report_id}/pdf";
119709
- type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7J]['get']['parameters']['path'];
119710
- type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7J]['get']['parameters']['query'];
119711
- type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7J]['get']['responses'][307]['content']['application/json'];
119712
- type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$7J]['get']['parameters'];
119840
+ declare const routeName$7K = "/v1/api/advisory-reports/{report_id}/pdf";
119841
+ type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7K]['get']['parameters']['path'];
119842
+ type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7K]['get']['parameters']['query'];
119843
+ type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7K]['get']['responses'][307]['content']['application/json'];
119844
+ type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$7K]['get']['parameters'];
119713
119845
  declare const getPdfOfAdvisoryReportById: (props: GetPdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetPdfOfAdvisoryReportByIdResponse>;
119714
119846
 
119715
- declare const routeName$7I = "/v1/api/advisory-reports/{report_id}/pdf";
119716
- type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7I]['post']['parameters']['path'];
119717
- type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7I]['post']['parameters']['query'];
119718
- type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7I]['post']['responses'][200]['content']['application/json'];
119847
+ declare const routeName$7J = "/v1/api/advisory-reports/{report_id}/pdf";
119848
+ type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$7J]['post']['parameters']['path'];
119849
+ type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$7J]['post']['parameters']['query'];
119850
+ type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$7J]['post']['responses'][200]['content']['application/json'];
119719
119851
  interface GeneratePdfOfAdvisoryReportByIdProps {
119720
119852
  params: {
119721
119853
  query: GeneratePdfOfAdvisoryReportByIdQueryParams;
@@ -119724,10 +119856,10 @@ interface GeneratePdfOfAdvisoryReportByIdProps {
119724
119856
  }
119725
119857
  declare const generatePdfOfAdvisoryReportById: (props: GeneratePdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GeneratePdfOfAdvisoryReportByIdResponse>;
119726
119858
 
119727
- declare const routeName$7H = "/v1/api/advisory-report-front-page-pdf";
119728
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$7H]['post']['requestBody']['content']['application/json'];
119729
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$7H]['post']['parameters']['query'];
119730
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$7H]['post']['responses'][201]['content']['application/json'];
119859
+ declare const routeName$7I = "/v1/api/advisory-report-front-page-pdf";
119860
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$7I]['post']['requestBody']['content']['application/json'];
119861
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$7I]['post']['parameters']['query'];
119862
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$7I]['post']['responses'][201]['content']['application/json'];
119731
119863
  interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
119732
119864
  body: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody;
119733
119865
  params: {
@@ -119736,11 +119868,11 @@ interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
119736
119868
  }
119737
119869
  declare const generateStandaloneFrontPagePdfOfAdvisoryReportAsExample: (props: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps, wgApiClient: ClientType) => Promise<GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse>;
119738
119870
 
119739
- declare const routeName$7G = "/v1/api/advisory-reports/{report_id}/acceptances";
119740
- type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$7G]['post']['requestBody']['content']['application/json'];
119741
- type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$7G]['post']['parameters']['path'];
119742
- type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$7G]['post']['parameters']['query'];
119743
- type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$7G]['post']['responses'][200]['content']['application/json'];
119871
+ declare const routeName$7H = "/v1/api/advisory-reports/{report_id}/acceptances";
119872
+ type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$7H]['post']['requestBody']['content']['application/json'];
119873
+ type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$7H]['post']['parameters']['path'];
119874
+ type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$7H]['post']['parameters']['query'];
119875
+ type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$7H]['post']['responses'][200]['content']['application/json'];
119744
119876
  interface AcceptOrRejectAnAdvisoryReportProps {
119745
119877
  body: AcceptOrRejectAnAdvisoryReportBody;
119746
119878
  params: {
@@ -119750,11 +119882,11 @@ interface AcceptOrRejectAnAdvisoryReportProps {
119750
119882
  }
119751
119883
  declare const acceptOrRejectAnAdvisoryReport: (props: AcceptOrRejectAnAdvisoryReportProps, wgApiClient: ClientType) => Promise<AcceptOrRejectAnAdvisoryReportResponse>;
119752
119884
 
119753
- declare const routeName$7F = "/v1/api/advisory-reports/{report_id}/conversations";
119754
- type LinkConversationToAdvisoryReportBody = paths[typeof routeName$7F]['post']['requestBody']['content']['application/json'];
119755
- type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$7F]['post']['parameters']['path'];
119756
- type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$7F]['post']['parameters']['query'];
119757
- type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$7F]['post']['responses'][201]['content']['application/json'];
119885
+ declare const routeName$7G = "/v1/api/advisory-reports/{report_id}/conversations";
119886
+ type LinkConversationToAdvisoryReportBody = paths[typeof routeName$7G]['post']['requestBody']['content']['application/json'];
119887
+ type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$7G]['post']['parameters']['path'];
119888
+ type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$7G]['post']['parameters']['query'];
119889
+ type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$7G]['post']['responses'][201]['content']['application/json'];
119758
119890
  interface LinkConversationToAdvisoryReportProps {
119759
119891
  body: LinkConversationToAdvisoryReportBody;
119760
119892
  params: {
@@ -119764,11 +119896,11 @@ interface LinkConversationToAdvisoryReportProps {
119764
119896
  }
119765
119897
  declare const linkConversationToAdvisoryReport: (props: LinkConversationToAdvisoryReportProps, wgApiClient: ClientType) => Promise<LinkConversationToAdvisoryReportResponse>;
119766
119898
 
119767
- declare const routeName$7E = "/v2/api/advisory-reports/{report_id}/revisions";
119768
- type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$7E]['post']['requestBody']['content']['application/json'];
119769
- type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$7E]['post']['parameters']['path'];
119770
- type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$7E]['post']['parameters']['query'];
119771
- type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$7E]['post']['responses'][201]['content']['application/json'];
119899
+ declare const routeName$7F = "/v2/api/advisory-reports/{report_id}/revisions";
119900
+ type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$7F]['post']['requestBody']['content']['application/json'];
119901
+ type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$7F]['post']['parameters']['path'];
119902
+ type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$7F]['post']['parameters']['query'];
119903
+ type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$7F]['post']['responses'][201]['content']['application/json'];
119772
119904
  interface CreateAdvisoryReportRevisionV2Props {
119773
119905
  body: CreateAdvisoryReportRevisionV2Body;
119774
119906
  params: {
@@ -119778,11 +119910,11 @@ interface CreateAdvisoryReportRevisionV2Props {
119778
119910
  }
119779
119911
  declare const createAdvisoryReportRevisionV2: (props: CreateAdvisoryReportRevisionV2Props, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionV2Response>;
119780
119912
 
119781
- declare const routeName$7D = "/v1/api/advisory-reports/{report_id}/revisions";
119782
- type CreateAdvisoryReportRevisionBody = paths[typeof routeName$7D]['post']['requestBody']['content']['application/json'];
119783
- type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$7D]['post']['parameters']['path'];
119784
- type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$7D]['post']['parameters']['query'];
119785
- type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$7D]['post']['responses'][201]['content']['application/json'];
119913
+ declare const routeName$7E = "/v1/api/advisory-reports/{report_id}/revisions";
119914
+ type CreateAdvisoryReportRevisionBody = paths[typeof routeName$7E]['post']['requestBody']['content']['application/json'];
119915
+ type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$7E]['post']['parameters']['path'];
119916
+ type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$7E]['post']['parameters']['query'];
119917
+ type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$7E]['post']['responses'][201]['content']['application/json'];
119786
119918
  interface CreateAdvisoryReportRevisionProps {
119787
119919
  body: CreateAdvisoryReportRevisionBody;
119788
119920
  params: {
@@ -119792,10 +119924,10 @@ interface CreateAdvisoryReportRevisionProps {
119792
119924
  }
119793
119925
  declare const createAdvisoryReportRevision: (props: CreateAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionResponse>;
119794
119926
 
119795
- declare const routeName$7C = "/v2/api/advisory-reports/{report_id}";
119796
- type DeleteAdvisoryReportPathParams = paths[typeof routeName$7C]['delete']['parameters']['path'];
119797
- type DeleteAdvisoryReportQueryParams = paths[typeof routeName$7C]['delete']['parameters']['query'];
119798
- type DeleteAdvisoryReportResponse = paths[typeof routeName$7C]['delete']['responses'][200]['content']['application/json'];
119927
+ declare const routeName$7D = "/v2/api/advisory-reports/{report_id}";
119928
+ type DeleteAdvisoryReportPathParams = paths[typeof routeName$7D]['delete']['parameters']['path'];
119929
+ type DeleteAdvisoryReportQueryParams = paths[typeof routeName$7D]['delete']['parameters']['query'];
119930
+ type DeleteAdvisoryReportResponse = paths[typeof routeName$7D]['delete']['responses'][200]['content']['application/json'];
119799
119931
  interface DeleteAdvisoryReportProps {
119800
119932
  params: {
119801
119933
  query: DeleteAdvisoryReportQueryParams;
@@ -119804,11 +119936,11 @@ interface DeleteAdvisoryReportProps {
119804
119936
  }
119805
119937
  declare const deleteAdvisoryReport: (props: DeleteAdvisoryReportProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportResponse>;
119806
119938
 
119807
- declare const routeName$7B = "/v1/api/advisory-reports/{report_id}/clauses";
119808
- type PutClausesForReportBody = paths[typeof routeName$7B]['put']['requestBody']['content']['application/json'];
119809
- type PutClausesForReportPathParams = paths[typeof routeName$7B]['put']['parameters']['path'];
119810
- type PutClausesForReportQueryParams = paths[typeof routeName$7B]['put']['parameters']['query'];
119811
- type PutClausesForReportResponse = paths[typeof routeName$7B]['put']['responses'][200]['content']['application/json'];
119939
+ declare const routeName$7C = "/v1/api/advisory-reports/{report_id}/clauses";
119940
+ type PutClausesForReportBody = paths[typeof routeName$7C]['put']['requestBody']['content']['application/json'];
119941
+ type PutClausesForReportPathParams = paths[typeof routeName$7C]['put']['parameters']['path'];
119942
+ type PutClausesForReportQueryParams = paths[typeof routeName$7C]['put']['parameters']['query'];
119943
+ type PutClausesForReportResponse = paths[typeof routeName$7C]['put']['responses'][200]['content']['application/json'];
119812
119944
  interface PutClausesForReportProps {
119813
119945
  body: PutClausesForReportBody;
119814
119946
  params: {
@@ -119818,9 +119950,9 @@ interface PutClausesForReportProps {
119818
119950
  }
119819
119951
  declare const putClausesForReport: (props: PutClausesForReportProps, wgApiClient: ClientType) => Promise<PutClausesForReportResponse>;
119820
119952
 
119821
- declare const routeName$7A = "/v1/api/advisory-reports/{report_id}/personalise-advices";
119822
- type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$7A]['post']['parameters']['path'];
119823
- type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$7A]['post']['responses'][200]['content']['application/json'];
119953
+ declare const routeName$7B = "/v1/api/advisory-reports/{report_id}/personalise-advices";
119954
+ type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$7B]['post']['parameters']['path'];
119955
+ type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$7B]['post']['responses'][200]['content']['application/json'];
119824
119956
  interface GeneratePersonalizationAdviceForAdvisoryReportProps {
119825
119957
  params: {
119826
119958
  path: GeneratePersonalizationAdviceForAdvisoryReportPathParams;
@@ -119828,18 +119960,18 @@ interface GeneratePersonalizationAdviceForAdvisoryReportProps {
119828
119960
  }
119829
119961
  declare const generatePersonalizationAdviceForAdvisoryReport: (props: GeneratePersonalizationAdviceForAdvisoryReportProps, wgApiClient: ClientType) => Promise<GeneratePersonalizationAdviceForAdvisoryReportResponse>;
119830
119962
 
119831
- declare const routeName$7z = "/v1/api/advisory-reports/{report_id}/settings/steps";
119832
- type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$7z]['get']['parameters']['path'];
119833
- type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$7z]['get']['parameters']['query'];
119834
- type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$7z]['get']['responses'][200]['content']['application/json'];
119835
- type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$7z]['get']['parameters'];
119963
+ declare const routeName$7A = "/v1/api/advisory-reports/{report_id}/settings/steps";
119964
+ type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$7A]['get']['parameters']['path'];
119965
+ type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$7A]['get']['parameters']['query'];
119966
+ type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$7A]['get']['responses'][200]['content']['application/json'];
119967
+ type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$7A]['get']['parameters'];
119836
119968
  declare const getStepSettingsByAdvisoryReportId: (props: GetStepSettingsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetStepSettingsByAdvisoryReportIdResponse>;
119837
119969
 
119838
- declare const routeName$7y = "/v1/api/advisory-reports/{report_id}/settings/steps";
119839
- type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$7y]['put']['requestBody']['content']['application/json'];
119840
- type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$7y]['put']['parameters']['path'];
119841
- type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$7y]['put']['parameters']['query'];
119842
- type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$7y]['put']['responses'][200]['content']['application/json'];
119970
+ declare const routeName$7z = "/v1/api/advisory-reports/{report_id}/settings/steps";
119971
+ type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$7z]['put']['requestBody']['content']['application/json'];
119972
+ type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$7z]['put']['parameters']['path'];
119973
+ type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$7z]['put']['parameters']['query'];
119974
+ type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$7z]['put']['responses'][200]['content']['application/json'];
119843
119975
  interface CreateAdvisoryReportStepSettingsProps {
119844
119976
  body: CreateAdvisoryReportStepSettingsBody;
119845
119977
  params: {
@@ -119849,11 +119981,11 @@ interface CreateAdvisoryReportStepSettingsProps {
119849
119981
  }
119850
119982
  declare const createAdvisoryReportStepSettings: (props: CreateAdvisoryReportStepSettingsProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportStepSettingsResponse>;
119851
119983
 
119852
- declare const routeName$7x = "/v1/api/advisory-reports/{report_id}/risk-domains";
119853
- type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$7x]['post']['requestBody']['content']['application/json'];
119854
- type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7x]['post']['parameters']['path'];
119855
- type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7x]['post']['parameters']['query'];
119856
- type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7x]['post']['responses'][201]['content']['application/json'];
119984
+ declare const routeName$7y = "/v1/api/advisory-reports/{report_id}/risk-domains";
119985
+ type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$7y]['post']['requestBody']['content']['application/json'];
119986
+ type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7y]['post']['parameters']['path'];
119987
+ type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7y]['post']['parameters']['query'];
119988
+ type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7y]['post']['responses'][201]['content']['application/json'];
119857
119989
  interface CreateRiskDomainForAdvisoryReportByIdProps {
119858
119990
  body: CreateRiskDomainForAdvisoryReportByIdBody;
119859
119991
  params: {
@@ -119863,10 +119995,10 @@ interface CreateRiskDomainForAdvisoryReportByIdProps {
119863
119995
  }
119864
119996
  declare const createRiskDomainForAdvisoryReportById: (props: CreateRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainForAdvisoryReportByIdResponse>;
119865
119997
 
119866
- declare const routeName$7w = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
119867
- type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7w]['delete']['parameters']['path'];
119868
- type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7w]['delete']['parameters']['query'];
119869
- type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7w]['delete']['responses'][200]['content']['application/json'];
119998
+ declare const routeName$7x = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
119999
+ type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$7x]['delete']['parameters']['path'];
120000
+ type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$7x]['delete']['parameters']['query'];
120001
+ type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$7x]['delete']['responses'][200]['content']['application/json'];
119870
120002
  interface DeleteRiskDomainForAdvisoryReportByIdProps {
119871
120003
  params: {
119872
120004
  query: DeleteRiskDomainForAdvisoryReportByIdQueryParams;
@@ -119875,11 +120007,11 @@ interface DeleteRiskDomainForAdvisoryReportByIdProps {
119875
120007
  }
119876
120008
  declare const deleteRiskDomainForAdvisoryReportById: (props: DeleteRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainForAdvisoryReportByIdResponse>;
119877
120009
 
119878
- declare const routeName$7v = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
119879
- type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7v]['post']['requestBody']['content']['application/json'];
119880
- type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7v]['post']['parameters']['path'];
119881
- type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7v]['post']['parameters']['query'];
119882
- type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7v]['post']['responses'][201]['content']['application/json'];
120010
+ declare const routeName$7w = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
120011
+ type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7w]['post']['requestBody']['content']['application/json'];
120012
+ type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7w]['post']['parameters']['path'];
120013
+ type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7w]['post']['parameters']['query'];
120014
+ type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7w]['post']['responses'][201]['content']['application/json'];
119883
120015
  interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
119884
120016
  body: CreateRiskDomainAdviceForAdvisoryReportByIdBody;
119885
120017
  params: {
@@ -119889,10 +120021,10 @@ interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
119889
120021
  }
119890
120022
  declare const createRiskDomainAdviceForAdvisoryReportById: (props: CreateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainAdviceForAdvisoryReportByIdResponse>;
119891
120023
 
119892
- declare const routeName$7u = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
119893
- type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7u]['delete']['parameters']['path'];
119894
- type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7u]['delete']['parameters']['query'];
119895
- type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7u]['delete']['responses'][200]['content']['application/json'];
120024
+ declare const routeName$7v = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
120025
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7v]['delete']['parameters']['path'];
120026
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7v]['delete']['parameters']['query'];
120027
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7v]['delete']['responses'][200]['content']['application/json'];
119896
120028
  interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
119897
120029
  params: {
119898
120030
  query: DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams;
@@ -119901,11 +120033,11 @@ interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
119901
120033
  }
119902
120034
  declare const deleteRiskDomainAdviceForAdvisoryReportById: (props: DeleteRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainAdviceForAdvisoryReportByIdResponse>;
119903
120035
 
119904
- declare const routeName$7t = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
119905
- type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7t]['patch']['requestBody']['content']['application/json'];
119906
- type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7t]['patch']['parameters']['path'];
119907
- type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7t]['patch']['parameters']['query'];
119908
- type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7t]['patch']['responses'][201]['content']['application/json'];
120036
+ declare const routeName$7u = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
120037
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7u]['patch']['requestBody']['content']['application/json'];
120038
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7u]['patch']['parameters']['path'];
120039
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7u]['patch']['parameters']['query'];
120040
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7u]['patch']['responses'][201]['content']['application/json'];
119909
120041
  interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
119910
120042
  body: UpdateRiskDomainAdviceForAdvisoryReportByIdBody;
119911
120043
  params: {
@@ -119915,11 +120047,11 @@ interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
119915
120047
  }
119916
120048
  declare const updateRiskDomainAdviceForAdvisoryReportById: (props: UpdateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainAdviceForAdvisoryReportByIdResponse>;
119917
120049
 
119918
- declare const routeName$7s = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
119919
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7s]['put']['requestBody']['content']['application/json'];
119920
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7s]['put']['parameters']['path'];
119921
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7s]['put']['parameters']['query'];
119922
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7s]['put']['responses'][201]['content']['application/json'];
120050
+ declare const routeName$7t = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
120051
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$7t]['put']['requestBody']['content']['application/json'];
120052
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$7t]['put']['parameters']['path'];
120053
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$7t]['put']['parameters']['query'];
120054
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$7t]['put']['responses'][201]['content']['application/json'];
119923
120055
  interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
119924
120056
  body: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody;
119925
120057
  params: {
@@ -119929,11 +120061,11 @@ interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
119929
120061
  }
119930
120062
  declare const createRiskDomainActionFromAdviceForAdvisoryReportById: (props: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse>;
119931
120063
 
119932
- declare const routeName$7r = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
119933
- type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7r]['post']['requestBody']['content']['application/json'];
119934
- type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7r]['post']['parameters']['path'];
119935
- type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7r]['post']['parameters']['query'];
119936
- type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7r]['post']['responses'][201]['content']['application/json'];
120064
+ declare const routeName$7s = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
120065
+ type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7s]['post']['requestBody']['content']['application/json'];
120066
+ type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7s]['post']['parameters']['path'];
120067
+ type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7s]['post']['parameters']['query'];
120068
+ type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7s]['post']['responses'][201]['content']['application/json'];
119937
120069
  interface CreateRiskDomainActionForAdvisoryReportByIdProps {
119938
120070
  body: CreateRiskDomainActionForAdvisoryReportByIdBody;
119939
120071
  params: {
@@ -119943,10 +120075,10 @@ interface CreateRiskDomainActionForAdvisoryReportByIdProps {
119943
120075
  }
119944
120076
  declare const createRiskDomainActionForAdvisoryReportById: (props: CreateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionForAdvisoryReportByIdResponse>;
119945
120077
 
119946
- declare const routeName$7q = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
119947
- type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7q]['delete']['parameters']['path'];
119948
- type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7q]['delete']['parameters']['query'];
119949
- type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7q]['delete']['responses'][200]['content']['application/json'];
120078
+ declare const routeName$7r = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
120079
+ type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7r]['delete']['parameters']['path'];
120080
+ type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7r]['delete']['parameters']['query'];
120081
+ type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7r]['delete']['responses'][200]['content']['application/json'];
119950
120082
  interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
119951
120083
  params: {
119952
120084
  query: DeleteRiskDomainActionForAdvisoryReportByIdQueryParams;
@@ -119955,11 +120087,11 @@ interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
119955
120087
  }
119956
120088
  declare const deleteRiskDomainActionForAdvisoryReportById: (props: DeleteRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainActionForAdvisoryReportByIdResponse>;
119957
120089
 
119958
- declare const routeName$7p = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
119959
- type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7p]['patch']['requestBody']['content']['application/json'];
119960
- type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7p]['patch']['parameters']['path'];
119961
- type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7p]['patch']['parameters']['query'];
119962
- type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7p]['patch']['responses'][200]['content']['application/json'];
120090
+ declare const routeName$7q = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
120091
+ type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$7q]['patch']['requestBody']['content']['application/json'];
120092
+ type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$7q]['patch']['parameters']['path'];
120093
+ type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$7q]['patch']['parameters']['query'];
120094
+ type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$7q]['patch']['responses'][200]['content']['application/json'];
119963
120095
  interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
119964
120096
  body: UpdateRiskDomainActionForAdvisoryReportByIdBody;
119965
120097
  params: {
@@ -119969,11 +120101,11 @@ interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
119969
120101
  }
119970
120102
  declare const updateRiskDomainActionForAdvisoryReportById: (props: UpdateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainActionForAdvisoryReportByIdResponse>;
119971
120103
 
119972
- declare const routeName$7o = "/v1/api/advisory-reports/{report_id}/insurance-policies";
119973
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$7o]['put']['requestBody']['content']['application/json'];
119974
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7o]['put']['parameters']['path'];
119975
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7o]['put']['parameters']['query'];
119976
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7o]['put']['responses'][200]['content']['application/json'];
120104
+ declare const routeName$7p = "/v1/api/advisory-reports/{report_id}/insurance-policies";
120105
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$7p]['put']['requestBody']['content']['application/json'];
120106
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7p]['put']['parameters']['path'];
120107
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7p]['put']['parameters']['query'];
120108
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7p]['put']['responses'][200]['content']['application/json'];
119977
120109
  interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
119978
120110
  body: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody;
119979
120111
  params: {
@@ -119983,10 +120115,10 @@ interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
119983
120115
  }
119984
120116
  declare const createOrReplaceInsurancePolicyForAdvisoryReportById: (props: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse>;
119985
120117
 
119986
- declare const routeName$7n = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
119987
- type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7n]['delete']['parameters']['path'];
119988
- type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7n]['delete']['parameters']['query'];
119989
- type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7n]['delete']['responses'][200]['content']['application/json'];
120118
+ declare const routeName$7o = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
120119
+ type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$7o]['delete']['parameters']['path'];
120120
+ type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$7o]['delete']['parameters']['query'];
120121
+ type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$7o]['delete']['responses'][200]['content']['application/json'];
119990
120122
  interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
119991
120123
  params: {
119992
120124
  query: DeleteInsurancePolicyForAdvisoryReportByIdQueryParams;
@@ -119995,11 +120127,11 @@ interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
119995
120127
  }
119996
120128
  declare const deleteInsurancePolicyForAdvisoryReportById: (props: DeleteInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteInsurancePolicyForAdvisoryReportByIdResponse>;
119997
120129
 
119998
- declare const routeName$7m = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
119999
- type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$7m]['put']['requestBody']['content']['application/json'];
120000
- type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$7m]['put']['parameters']['path'];
120001
- type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$7m]['put']['parameters']['query'];
120002
- type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$7m]['put']['responses'][200]['content']['application/json'];
120130
+ declare const routeName$7n = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
120131
+ type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$7n]['put']['requestBody']['content']['application/json'];
120132
+ type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$7n]['put']['parameters']['path'];
120133
+ type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$7n]['put']['parameters']['query'];
120134
+ type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$7n]['put']['responses'][200]['content']['application/json'];
120003
120135
  interface OrderInsurancePolciesOfAdvisoryReportProps {
120004
120136
  body: OrderInsurancePolciesOfAdvisoryReportBody;
120005
120137
  params: {
@@ -120009,11 +120141,11 @@ interface OrderInsurancePolciesOfAdvisoryReportProps {
120009
120141
  }
120010
120142
  declare const orderInsurancePolciesOfAdvisoryReport: (props: OrderInsurancePolciesOfAdvisoryReportProps, wgApiClient: ClientType) => Promise<OrderInsurancePolciesOfAdvisoryReportResponse>;
120011
120143
 
120012
- declare const routeName$7l = "/v1/api/advisory-reports/{report_id}/policy-packages";
120013
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$7l]['put']['requestBody']['content']['application/json'];
120014
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$7l]['put']['parameters']['path'];
120015
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$7l]['put']['parameters']['query'];
120016
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$7l]['put']['responses'][200]['content']['application/json'];
120144
+ declare const routeName$7m = "/v1/api/advisory-reports/{report_id}/policy-packages";
120145
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$7m]['put']['requestBody']['content']['application/json'];
120146
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$7m]['put']['parameters']['path'];
120147
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$7m]['put']['parameters']['query'];
120148
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$7m]['put']['responses'][200]['content']['application/json'];
120017
120149
  interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
120018
120150
  body: CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody;
120019
120151
  params: {
@@ -120023,39 +120155,39 @@ interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
120023
120155
  }
120024
120156
  declare const createOrReplacePolicyPackagesForAdvisoryReportById: (props: CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse>;
120025
120157
 
120026
- declare const routeName$7k = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
120027
- type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$7k]['get']['parameters']['path'];
120028
- type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$7k]['get']['parameters']['query'];
120029
- type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$7k]['get']['responses'][200]['content']['application/json'];
120030
- type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$7k]['get']['parameters'];
120158
+ declare const routeName$7l = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
120159
+ type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$7l]['get']['parameters']['path'];
120160
+ type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$7l]['get']['parameters']['query'];
120161
+ type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$7l]['get']['responses'][200]['content']['application/json'];
120162
+ type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$7l]['get']['parameters'];
120031
120163
  declare const getAdvisoryReportRevisionDiff: (props: GetAdvisoryReportRevisionDiffProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportRevisionDiffResponse>;
120032
120164
 
120033
- declare const routeName$7j = "/v1/api/affiliations";
120034
- type GetAllAvailableAffiliationsResponse = paths[typeof routeName$7j]['get']['responses'][200]['content']['application/json'];
120165
+ declare const routeName$7k = "/v1/api/affiliations";
120166
+ type GetAllAvailableAffiliationsResponse = paths[typeof routeName$7k]['get']['responses'][200]['content']['application/json'];
120035
120167
  declare const getAllAvailableAffiliations: (wgApiClient: ClientType) => Promise<GetAllAvailableAffiliationsResponse>;
120036
120168
 
120037
- declare const routeName$7i = "/v1/api/anvaflows/labels";
120038
- type GetAnvaLabelsQueryParams = paths[typeof routeName$7i]['get']['parameters']['query'];
120039
- type GetAnvaLabelsResponse = paths[typeof routeName$7i]['get']['responses'][200]['content']['application/json'];
120040
- type GetAnvaLabelsProps = paths[typeof routeName$7i]['get']['parameters'];
120169
+ declare const routeName$7j = "/v1/api/anvaflows/labels";
120170
+ type GetAnvaLabelsQueryParams = paths[typeof routeName$7j]['get']['parameters']['query'];
120171
+ type GetAnvaLabelsResponse = paths[typeof routeName$7j]['get']['responses'][200]['content']['application/json'];
120172
+ type GetAnvaLabelsProps = paths[typeof routeName$7j]['get']['parameters'];
120041
120173
  declare const getAnvaLabels: (props: GetAnvaLabelsProps, wgApiClient: ClientType) => Promise<GetAnvaLabelsResponse>;
120042
120174
 
120043
- declare const routeName$7h = "/v1/api/anvaflows/supported-insurances";
120044
- type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$7h]['get']['parameters']['query'];
120045
- type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$7h]['get']['responses'][200]['content']['application/json'];
120046
- type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$7h]['get']['parameters'];
120175
+ declare const routeName$7i = "/v1/api/anvaflows/supported-insurances";
120176
+ type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$7i]['get']['parameters']['query'];
120177
+ type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$7i]['get']['responses'][200]['content']['application/json'];
120178
+ type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$7i]['get']['parameters'];
120047
120179
  declare const getSupportedAnvaflowInsurances: (props: GetSupportedAnvaflowInsurancesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsurancesResponse>;
120048
120180
 
120049
- declare const routeName$7g = "/v1/api/anvaflows/supported-tags";
120050
- type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$7g]['get']['parameters']['query'];
120051
- type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$7g]['get']['responses'][200]['content']['application/json'];
120052
- type GetSupportedAnvaflowTagsProps = paths[typeof routeName$7g]['get']['parameters'];
120181
+ declare const routeName$7h = "/v1/api/anvaflows/supported-tags";
120182
+ type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$7h]['get']['parameters']['query'];
120183
+ type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$7h]['get']['responses'][200]['content']['application/json'];
120184
+ type GetSupportedAnvaflowTagsProps = paths[typeof routeName$7h]['get']['parameters'];
120053
120185
  declare const getSupportedAnvaflowTags: (props: GetSupportedAnvaflowTagsProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowTagsResponse>;
120054
120186
 
120055
- declare const routeName$7f = "/v1/api/anvaflows/supported-tags";
120056
- type CreateAnvaflowTagsBody = paths[typeof routeName$7f]['put']['requestBody']['content']['application/json'];
120057
- type CreateAnvaflowTagsQueryParams = paths[typeof routeName$7f]['put']['parameters']['query'];
120058
- type CreateAnvaflowTagsResponse = paths[typeof routeName$7f]['put']['responses'][200]['content']['application/json'];
120187
+ declare const routeName$7g = "/v1/api/anvaflows/supported-tags";
120188
+ type CreateAnvaflowTagsBody = paths[typeof routeName$7g]['put']['requestBody']['content']['application/json'];
120189
+ type CreateAnvaflowTagsQueryParams = paths[typeof routeName$7g]['put']['parameters']['query'];
120190
+ type CreateAnvaflowTagsResponse = paths[typeof routeName$7g]['put']['responses'][200]['content']['application/json'];
120059
120191
  interface CreateAnvaflowTagsProps {
120060
120192
  body: CreateAnvaflowTagsBody;
120061
120193
  params: {
@@ -120064,35 +120196,35 @@ interface CreateAnvaflowTagsProps {
120064
120196
  }
120065
120197
  declare const createAnvaflowTags: (props: CreateAnvaflowTagsProps, wgApiClient: ClientType) => Promise<CreateAnvaflowTagsResponse>;
120066
120198
 
120067
- declare const routeName$7e = "/v1/api/anvaflows/supported-coverages";
120068
- type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$7e]['get']['parameters']['query'];
120069
- type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$7e]['get']['responses'][200]['content']['application/json'];
120070
- type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$7e]['get']['parameters'];
120199
+ declare const routeName$7f = "/v1/api/anvaflows/supported-coverages";
120200
+ type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$7f]['get']['parameters']['query'];
120201
+ type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$7f]['get']['responses'][200]['content']['application/json'];
120202
+ type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$7f]['get']['parameters'];
120071
120203
  declare const getSupportedAnvaflowCoverages: (props: GetSupportedAnvaflowCoveragesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesResponse>;
120072
120204
 
120073
- declare const routeName$7d = "/v1/api/anvaflows/supported-adn-coverages";
120074
- type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$7d]['get']['parameters']['query'];
120075
- type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$7d]['get']['responses'][200]['content']['application/json'];
120076
- type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$7d]['get']['parameters'];
120205
+ declare const routeName$7e = "/v1/api/anvaflows/supported-adn-coverages";
120206
+ type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$7e]['get']['parameters']['query'];
120207
+ type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$7e]['get']['responses'][200]['content']['application/json'];
120208
+ type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$7e]['get']['parameters'];
120077
120209
  declare const getSupportedAnvaflowCoveragesGroupedByAdn: (props: GetSupportedAnvaflowCoveragesGroupedByAdnProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesGroupedByAdnResponse>;
120078
120210
 
120079
- declare const routeName$7c = "/v1/api/anvaflows/supported-insurance-companies";
120080
- type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$7c]['get']['parameters']['query'];
120081
- type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$7c]['get']['responses'][200]['content']['application/json'];
120082
- type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$7c]['get']['parameters'];
120211
+ declare const routeName$7d = "/v1/api/anvaflows/supported-insurance-companies";
120212
+ type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$7d]['get']['parameters']['query'];
120213
+ type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$7d]['get']['responses'][200]['content']['application/json'];
120214
+ type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$7d]['get']['parameters'];
120083
120215
  declare const getSupportedAnvaflowInsuranceCompanies: (props: GetSupportedAnvaflowInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsuranceCompaniesResponse>;
120084
120216
 
120085
- declare const routeName$7b = "/v1/api/anvaflows/mutation-reasons";
120086
- type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$7b]['get']['parameters']['query'];
120087
- type GetAnvaMutationReasonsResponse = paths[typeof routeName$7b]['get']['responses'][200]['content']['application/json'];
120088
- type GetAnvaMutationReasonsProps = paths[typeof routeName$7b]['get']['parameters'];
120217
+ declare const routeName$7c = "/v1/api/anvaflows/mutation-reasons";
120218
+ type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$7c]['get']['parameters']['query'];
120219
+ type GetAnvaMutationReasonsResponse = paths[typeof routeName$7c]['get']['responses'][200]['content']['application/json'];
120220
+ type GetAnvaMutationReasonsProps = paths[typeof routeName$7c]['get']['parameters'];
120089
120221
  declare const getAnvaMutationReasons: (props: GetAnvaMutationReasonsProps, wgApiClient: ClientType) => Promise<GetAnvaMutationReasonsResponse>;
120090
120222
 
120091
- declare const routeName$7a = "/v1/api/anvaflows/{session_id}/calculate";
120092
- type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$7a]['post']['requestBody']['content']['application/json'];
120093
- type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$7a]['post']['parameters']['path'];
120094
- type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$7a]['post']['parameters']['query'];
120095
- type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$7a]['post']['responses'][200]['content']['application/json'];
120223
+ declare const routeName$7b = "/v1/api/anvaflows/{session_id}/calculate";
120224
+ type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$7b]['post']['requestBody']['content']['application/json'];
120225
+ type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$7b]['post']['parameters']['path'];
120226
+ type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$7b]['post']['parameters']['query'];
120227
+ type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$7b]['post']['responses'][200]['content']['application/json'];
120096
120228
  interface CalculateAnvaquotesBySessionIdProps {
120097
120229
  body: CalculateAnvaquotesBySessionIdBody;
120098
120230
  params: {
@@ -120102,11 +120234,11 @@ interface CalculateAnvaquotesBySessionIdProps {
120102
120234
  }
120103
120235
  declare const calculateAnvaquotesBySessionId: (props: CalculateAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateAnvaquotesBySessionIdResponse>;
120104
120236
 
120105
- declare const routeName$79 = "/v2/api/anvaflows/{session_id}/calculate";
120106
- type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$79]['post']['requestBody']['content']['application/json'];
120107
- type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$79]['post']['parameters']['path'];
120108
- type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$79]['post']['parameters']['query'];
120109
- type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$79]['post']['responses'][202]['content']['application/json'];
120237
+ declare const routeName$7a = "/v2/api/anvaflows/{session_id}/calculate";
120238
+ type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$7a]['post']['requestBody']['content']['application/json'];
120239
+ type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$7a]['post']['parameters']['path'];
120240
+ type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$7a]['post']['parameters']['query'];
120241
+ type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$7a]['post']['responses'][202]['content']['application/json'];
120110
120242
  interface EnqueueCalculationAnvaquotesBySessionIdProps {
120111
120243
  body: EnqueueCalculationAnvaquotesBySessionIdBody;
120112
120244
  params: {
@@ -120116,11 +120248,11 @@ interface EnqueueCalculationAnvaquotesBySessionIdProps {
120116
120248
  }
120117
120249
  declare const enqueueCalculationAnvaquotesBySessionId: (props: EnqueueCalculationAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueCalculationAnvaquotesBySessionIdResponse>;
120118
120250
 
120119
- declare const routeName$78 = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
120120
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$78]['post']['requestBody']['content']['application/json'];
120121
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$78]['post']['parameters']['path'];
120122
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$78]['post']['parameters']['query'];
120123
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$78]['post']['responses'][200]['content']['application/json'];
120251
+ declare const routeName$79 = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
120252
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$79]['post']['requestBody']['content']['application/json'];
120253
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$79]['post']['parameters']['path'];
120254
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$79]['post']['parameters']['query'];
120255
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$79]['post']['responses'][200]['content']['application/json'];
120124
120256
  interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
120125
120257
  body: RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody;
120126
120258
  params: {
@@ -120130,10 +120262,10 @@ interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
120130
120262
  }
120131
120263
  declare const recalculateOneAnvaquoteByAnvaProductIdSessionId: (props: RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps, wgApiClient: ClientType) => Promise<RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse>;
120132
120264
 
120133
- declare const routeName$77 = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
120134
- type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$77]['post']['parameters']['path'];
120135
- type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$77]['post']['parameters']['query'];
120136
- type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$77]['post']['responses'][201]['content']['application/json'];
120265
+ declare const routeName$78 = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
120266
+ type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$78]['post']['parameters']['path'];
120267
+ type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$78]['post']['parameters']['query'];
120268
+ type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$78]['post']['responses'][201]['content']['application/json'];
120137
120269
  interface SendOfferToAnvaBySessionIdProps {
120138
120270
  params: {
120139
120271
  query: SendOfferToAnvaBySessionIdQueryParams;
@@ -120142,10 +120274,10 @@ interface SendOfferToAnvaBySessionIdProps {
120142
120274
  }
120143
120275
  declare const sendOfferToAnvaBySessionId: (props: SendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferToAnvaBySessionIdResponse>;
120144
120276
 
120145
- declare const routeName$76 = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
120146
- type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$76]['post']['parameters']['path'];
120147
- type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$76]['post']['parameters']['query'];
120148
- type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$76]['post']['responses'][202]['content']['application/json'];
120277
+ declare const routeName$77 = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
120278
+ type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$77]['post']['parameters']['path'];
120279
+ type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$77]['post']['parameters']['query'];
120280
+ type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$77]['post']['responses'][202]['content']['application/json'];
120149
120281
  interface EnqueueSendOfferToAnvaBySessionIdProps {
120150
120282
  params: {
120151
120283
  query: EnqueueSendOfferToAnvaBySessionIdQueryParams;
@@ -120154,11 +120286,11 @@ interface EnqueueSendOfferToAnvaBySessionIdProps {
120154
120286
  }
120155
120287
  declare const enqueueSendOfferToAnvaBySessionId: (props: EnqueueSendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendOfferToAnvaBySessionIdResponse>;
120156
120288
 
120157
- declare const routeName$75 = "/v1/api/anvaflows/{session_id}/send-offer-mail";
120158
- type SendOfferMailBySessionIdBody = paths[typeof routeName$75]['post']['requestBody']['content']['application/json'];
120159
- type SendOfferMailBySessionIdPathParams = paths[typeof routeName$75]['post']['parameters']['path'];
120160
- type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$75]['post']['parameters']['query'];
120161
- type SendOfferMailBySessionIdResponse = paths[typeof routeName$75]['post']['responses'][201]['content']['application/json'];
120289
+ declare const routeName$76 = "/v1/api/anvaflows/{session_id}/send-offer-mail";
120290
+ type SendOfferMailBySessionIdBody = paths[typeof routeName$76]['post']['requestBody']['content']['application/json'];
120291
+ type SendOfferMailBySessionIdPathParams = paths[typeof routeName$76]['post']['parameters']['path'];
120292
+ type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$76]['post']['parameters']['query'];
120293
+ type SendOfferMailBySessionIdResponse = paths[typeof routeName$76]['post']['responses'][201]['content']['application/json'];
120162
120294
  interface SendOfferMailBySessionIdProps {
120163
120295
  body: SendOfferMailBySessionIdBody;
120164
120296
  params: {
@@ -120168,11 +120300,11 @@ interface SendOfferMailBySessionIdProps {
120168
120300
  }
120169
120301
  declare const sendOfferMailBySessionId: (props: SendOfferMailBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferMailBySessionIdResponse>;
120170
120302
 
120171
- declare const routeName$74 = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
120172
- type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$74]['post']['requestBody']['content']['application/json'];
120173
- type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$74]['post']['parameters']['path'];
120174
- type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$74]['post']['parameters']['query'];
120175
- type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$74]['post']['responses'][202]['content']['application/json'];
120303
+ declare const routeName$75 = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
120304
+ type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$75]['post']['requestBody']['content']['application/json'];
120305
+ type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$75]['post']['parameters']['path'];
120306
+ type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$75]['post']['parameters']['query'];
120307
+ type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$75]['post']['responses'][202]['content']['application/json'];
120176
120308
  interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
120177
120309
  body: EnqueueSendCustomQuotesToAnvaBySessionIdBody;
120178
120310
  params: {
@@ -120182,11 +120314,11 @@ interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
120182
120314
  }
120183
120315
  declare const enqueueSendCustomQuotesToAnvaBySessionId: (props: EnqueueSendCustomQuotesToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendCustomQuotesToAnvaBySessionIdResponse>;
120184
120316
 
120185
- declare const routeName$73 = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
120186
- type RecalculateSimulationBySessionIdBody = paths[typeof routeName$73]['post']['requestBody']['content']['application/json'];
120187
- type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$73]['post']['parameters']['path'];
120188
- type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$73]['post']['parameters']['query'];
120189
- type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$73]['post']['responses'][200]['content']['application/json'];
120317
+ declare const routeName$74 = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
120318
+ type RecalculateSimulationBySessionIdBody = paths[typeof routeName$74]['post']['requestBody']['content']['application/json'];
120319
+ type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$74]['post']['parameters']['path'];
120320
+ type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$74]['post']['parameters']['query'];
120321
+ type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$74]['post']['responses'][200]['content']['application/json'];
120190
120322
  interface RecalculateSimulationBySessionIdProps {
120191
120323
  body: RecalculateSimulationBySessionIdBody;
120192
120324
  params: {
@@ -120196,23 +120328,23 @@ interface RecalculateSimulationBySessionIdProps {
120196
120328
  }
120197
120329
  declare const recalculateSimulationBySessionId: (props: RecalculateSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateSimulationBySessionIdResponse>;
120198
120330
 
120199
- declare const routeName$72 = "/v1/api/anvaflows/{session_id}/collection-methods";
120200
- type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$72]['get']['parameters']['path'];
120201
- type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$72]['get']['parameters']['query'];
120202
- type GetAnvaCollectionMethodsResponse = paths[typeof routeName$72]['get']['responses'][200]['content']['application/json'];
120203
- type GetAnvaCollectionMethodsProps = paths[typeof routeName$72]['get']['parameters'];
120331
+ declare const routeName$73 = "/v1/api/anvaflows/{session_id}/collection-methods";
120332
+ type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$73]['get']['parameters']['path'];
120333
+ type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$73]['get']['parameters']['query'];
120334
+ type GetAnvaCollectionMethodsResponse = paths[typeof routeName$73]['get']['responses'][200]['content']['application/json'];
120335
+ type GetAnvaCollectionMethodsProps = paths[typeof routeName$73]['get']['parameters'];
120204
120336
  declare const getAnvaCollectionMethods: (props: GetAnvaCollectionMethodsProps, wgApiClient: ClientType) => Promise<GetAnvaCollectionMethodsResponse>;
120205
120337
 
120206
- declare const routeName$71 = "/v1/api/anvaflows/closing-questions";
120207
- type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$71]['get']['parameters']['query'];
120208
- type GetAnvaClosingQuestionsResponse = paths[typeof routeName$71]['get']['responses'][200]['content']['application/json'];
120209
- type GetAnvaClosingQuestionsProps = paths[typeof routeName$71]['get']['parameters'];
120338
+ declare const routeName$72 = "/v1/api/anvaflows/closing-questions";
120339
+ type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$72]['get']['parameters']['query'];
120340
+ type GetAnvaClosingQuestionsResponse = paths[typeof routeName$72]['get']['responses'][200]['content']['application/json'];
120341
+ type GetAnvaClosingQuestionsProps = paths[typeof routeName$72]['get']['parameters'];
120210
120342
  declare const getAnvaClosingQuestions: (props: GetAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<GetAnvaClosingQuestionsResponse>;
120211
120343
 
120212
- declare const routeName$70 = "/v1/api/anvaflows/closing-questions";
120213
- type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$70]['put']['requestBody']['content']['application/json'];
120214
- type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$70]['put']['parameters']['query'];
120215
- type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$70]['put']['responses'][200]['content']['application/json'];
120344
+ declare const routeName$71 = "/v1/api/anvaflows/closing-questions";
120345
+ type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$71]['put']['requestBody']['content']['application/json'];
120346
+ type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$71]['put']['parameters']['query'];
120347
+ type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$71]['put']['responses'][200]['content']['application/json'];
120216
120348
  interface UpsertAnvaClosingQuestionsProps {
120217
120349
  body: UpsertAnvaClosingQuestionsBody;
120218
120350
  params: {
@@ -120221,10 +120353,10 @@ interface UpsertAnvaClosingQuestionsProps {
120221
120353
  }
120222
120354
  declare const upsertAnvaClosingQuestions: (props: UpsertAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<UpsertAnvaClosingQuestionsResponse>;
120223
120355
 
120224
- declare const routeName$6$ = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
120225
- type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$6$]['delete']['parameters']['path'];
120226
- type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$6$]['delete']['parameters']['query'];
120227
- type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$6$]['delete']['responses'][200]['content']['application/json'];
120356
+ declare const routeName$70 = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
120357
+ type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$70]['delete']['parameters']['path'];
120358
+ type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$70]['delete']['parameters']['query'];
120359
+ type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$70]['delete']['responses'][200]['content']['application/json'];
120228
120360
  interface DeleteAnvaClosingQuestionsProps {
120229
120361
  params: {
120230
120362
  query: DeleteAnvaClosingQuestionsQueryParams;
@@ -120233,11 +120365,11 @@ interface DeleteAnvaClosingQuestionsProps {
120233
120365
  }
120234
120366
  declare const deleteAnvaClosingQuestions: (props: DeleteAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<DeleteAnvaClosingQuestionsResponse>;
120235
120367
 
120236
- declare const routeName$6_ = "/v1/api/anvaflows/{session_id}/anva-party";
120237
- type CreateAnvaPartyViaConversationBody = paths[typeof routeName$6_]['post']['requestBody']['content']['application/json'];
120238
- type CreateAnvaPartyViaConversationPathParams = paths[typeof routeName$6_]['post']['parameters']['path'];
120239
- type CreateAnvaPartyViaConversationQueryParams = paths[typeof routeName$6_]['post']['parameters']['query'];
120240
- type CreateAnvaPartyViaConversationResponse = paths[typeof routeName$6_]['post']['responses'][201]['content']['application/json'];
120368
+ declare const routeName$6$ = "/v1/api/anvaflows/{session_id}/anva-party";
120369
+ type CreateAnvaPartyViaConversationBody = paths[typeof routeName$6$]['post']['requestBody']['content']['application/json'];
120370
+ type CreateAnvaPartyViaConversationPathParams = paths[typeof routeName$6$]['post']['parameters']['path'];
120371
+ type CreateAnvaPartyViaConversationQueryParams = paths[typeof routeName$6$]['post']['parameters']['query'];
120372
+ type CreateAnvaPartyViaConversationResponse = paths[typeof routeName$6$]['post']['responses'][201]['content']['application/json'];
120241
120373
  interface CreateAnvaPartyViaConversationProps {
120242
120374
  body: CreateAnvaPartyViaConversationBody;
120243
120375
  params: {
@@ -120247,11 +120379,11 @@ interface CreateAnvaPartyViaConversationProps {
120247
120379
  }
120248
120380
  declare const createAnvaPartyViaConversation: (props: CreateAnvaPartyViaConversationProps, wgApiClient: ClientType) => Promise<CreateAnvaPartyViaConversationResponse>;
120249
120381
 
120250
- declare const routeName$6Z = "/v1/api/anvaflows/{session_id}/anva-party";
120251
- type UpdateAnvaPartyViaConversationBody = paths[typeof routeName$6Z]['patch']['requestBody']['content']['application/json'];
120252
- type UpdateAnvaPartyViaConversationPathParams = paths[typeof routeName$6Z]['patch']['parameters']['path'];
120253
- type UpdateAnvaPartyViaConversationQueryParams = paths[typeof routeName$6Z]['patch']['parameters']['query'];
120254
- type UpdateAnvaPartyViaConversationResponse = paths[typeof routeName$6Z]['patch']['responses'][200]['content']['application/json'];
120382
+ declare const routeName$6_ = "/v1/api/anvaflows/{session_id}/anva-party";
120383
+ type UpdateAnvaPartyViaConversationBody = paths[typeof routeName$6_]['patch']['requestBody']['content']['application/json'];
120384
+ type UpdateAnvaPartyViaConversationPathParams = paths[typeof routeName$6_]['patch']['parameters']['path'];
120385
+ type UpdateAnvaPartyViaConversationQueryParams = paths[typeof routeName$6_]['patch']['parameters']['query'];
120386
+ type UpdateAnvaPartyViaConversationResponse = paths[typeof routeName$6_]['patch']['responses'][200]['content']['application/json'];
120255
120387
  interface UpdateAnvaPartyViaConversationProps {
120256
120388
  body: UpdateAnvaPartyViaConversationBody;
120257
120389
  params: {
@@ -120261,16 +120393,16 @@ interface UpdateAnvaPartyViaConversationProps {
120261
120393
  }
120262
120394
  declare const updateAnvaPartyViaConversation: (props: UpdateAnvaPartyViaConversationProps, wgApiClient: ClientType) => Promise<UpdateAnvaPartyViaConversationResponse>;
120263
120395
 
120264
- declare const routeName$6Y = "/v1/api/anvaproducts";
120265
- type GetAnvaproductsQueryParams = paths[typeof routeName$6Y]['get']['parameters']['query'];
120266
- type GetAnvaproductsResponse = paths[typeof routeName$6Y]['get']['responses'][200]['content']['application/json'];
120267
- type GetAnvaproductsProps = paths[typeof routeName$6Y]['get']['parameters'];
120396
+ declare const routeName$6Z = "/v1/api/anvaproducts";
120397
+ type GetAnvaproductsQueryParams = paths[typeof routeName$6Z]['get']['parameters']['query'];
120398
+ type GetAnvaproductsResponse = paths[typeof routeName$6Z]['get']['responses'][200]['content']['application/json'];
120399
+ type GetAnvaproductsProps = paths[typeof routeName$6Z]['get']['parameters'];
120268
120400
  declare const getAnvaproducts: (props: GetAnvaproductsProps, wgApiClient: ClientType) => Promise<GetAnvaproductsResponse>;
120269
120401
 
120270
- declare const routeName$6X = "/v1/api/anvaproducts/import";
120271
- type ImportAnvaproductBody = paths[typeof routeName$6X]['post']['requestBody']['content']['application/json'];
120272
- type ImportAnvaproductQueryParams = paths[typeof routeName$6X]['post']['parameters']['query'];
120273
- type ImportAnvaproductResponse = paths[typeof routeName$6X]['post']['responses'][200]['content']['application/json'];
120402
+ declare const routeName$6Y = "/v1/api/anvaproducts/import";
120403
+ type ImportAnvaproductBody = paths[typeof routeName$6Y]['post']['requestBody']['content']['application/json'];
120404
+ type ImportAnvaproductQueryParams = paths[typeof routeName$6Y]['post']['parameters']['query'];
120405
+ type ImportAnvaproductResponse = paths[typeof routeName$6Y]['post']['responses'][200]['content']['application/json'];
120274
120406
  interface ImportAnvaproductProps {
120275
120407
  body: ImportAnvaproductBody;
120276
120408
  params: {
@@ -120279,18 +120411,18 @@ interface ImportAnvaproductProps {
120279
120411
  }
120280
120412
  declare const importAnvaproduct: (props: ImportAnvaproductProps, wgApiClient: ClientType) => Promise<ImportAnvaproductResponse>;
120281
120413
 
120282
- declare const routeName$6W = "/v1/api/anvaproducts/{anva_product_id}";
120283
- type GetAnvaproductByIdPathParams = paths[typeof routeName$6W]['get']['parameters']['path'];
120284
- type GetAnvaproductByIdQueryParams = paths[typeof routeName$6W]['get']['parameters']['query'];
120285
- type GetAnvaproductByIdResponse = paths[typeof routeName$6W]['get']['responses'][200]['content']['application/json'];
120286
- type GetAnvaproductByIdProps = paths[typeof routeName$6W]['get']['parameters'];
120414
+ declare const routeName$6X = "/v1/api/anvaproducts/{anva_product_id}";
120415
+ type GetAnvaproductByIdPathParams = paths[typeof routeName$6X]['get']['parameters']['path'];
120416
+ type GetAnvaproductByIdQueryParams = paths[typeof routeName$6X]['get']['parameters']['query'];
120417
+ type GetAnvaproductByIdResponse = paths[typeof routeName$6X]['get']['responses'][200]['content']['application/json'];
120418
+ type GetAnvaproductByIdProps = paths[typeof routeName$6X]['get']['parameters'];
120287
120419
  declare const getAnvaproductById: (props: GetAnvaproductByIdProps, wgApiClient: ClientType) => Promise<GetAnvaproductByIdResponse>;
120288
120420
 
120289
- declare const routeName$6V = "/v1/api/anvaproducts/{anva_product_id}";
120290
- type PatchAnvaproductByIdBody = paths[typeof routeName$6V]['patch']['requestBody']['content']['application/json'];
120291
- type PatchAnvaproductByIdPathParams = paths[typeof routeName$6V]['patch']['parameters']['path'];
120292
- type PatchAnvaproductByIdQueryParams = paths[typeof routeName$6V]['patch']['parameters']['query'];
120293
- type PatchAnvaproductByIdResponse = paths[typeof routeName$6V]['patch']['responses'][200]['content']['application/json'];
120421
+ declare const routeName$6W = "/v1/api/anvaproducts/{anva_product_id}";
120422
+ type PatchAnvaproductByIdBody = paths[typeof routeName$6W]['patch']['requestBody']['content']['application/json'];
120423
+ type PatchAnvaproductByIdPathParams = paths[typeof routeName$6W]['patch']['parameters']['path'];
120424
+ type PatchAnvaproductByIdQueryParams = paths[typeof routeName$6W]['patch']['parameters']['query'];
120425
+ type PatchAnvaproductByIdResponse = paths[typeof routeName$6W]['patch']['responses'][200]['content']['application/json'];
120294
120426
  interface PatchAnvaproductByIdProps {
120295
120427
  body: PatchAnvaproductByIdBody;
120296
120428
  params: {
@@ -120300,11 +120432,11 @@ interface PatchAnvaproductByIdProps {
120300
120432
  }
120301
120433
  declare const patchAnvaproductById: (props: PatchAnvaproductByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductByIdResponse>;
120302
120434
 
120303
- declare const routeName$6U = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
120304
- type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$6U]['patch']['requestBody']['content']['application/json'];
120305
- type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$6U]['patch']['parameters']['path'];
120306
- type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$6U]['patch']['parameters']['query'];
120307
- type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$6U]['patch']['responses'][200]['content']['application/json'];
120435
+ declare const routeName$6V = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
120436
+ type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$6V]['patch']['requestBody']['content']['application/json'];
120437
+ type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$6V]['patch']['parameters']['path'];
120438
+ type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$6V]['patch']['parameters']['query'];
120439
+ type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$6V]['patch']['responses'][200]['content']['application/json'];
120308
120440
  interface PatchAnvaproductCoverageByIdProps {
120309
120441
  body: PatchAnvaproductCoverageByIdBody;
120310
120442
  params: {
@@ -120314,18 +120446,18 @@ interface PatchAnvaproductCoverageByIdProps {
120314
120446
  }
120315
120447
  declare const patchAnvaproductCoverageById: (props: PatchAnvaproductCoverageByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductCoverageByIdResponse>;
120316
120448
 
120317
- declare const routeName$6T = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
120318
- type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$6T]['get']['parameters']['path'];
120319
- type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$6T]['get']['parameters']['query'];
120320
- type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$6T]['get']['responses'][200]['content']['application/json'];
120321
- type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$6T]['get']['parameters'];
120449
+ declare const routeName$6U = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
120450
+ type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$6U]['get']['parameters']['path'];
120451
+ type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$6U]['get']['parameters']['query'];
120452
+ type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$6U]['get']['responses'][200]['content']['application/json'];
120453
+ type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$6U]['get']['parameters'];
120322
120454
  declare const retrieveAnvaflowsQuestionnaires: (props: RetrieveAnvaflowsQuestionnairesProps, wgApiClient: ClientType) => Promise<RetrieveAnvaflowsQuestionnairesResponse>;
120323
120455
 
120324
- declare const routeName$6S = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
120325
- type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$6S]['put']['requestBody']['content']['application/json'];
120326
- type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6S]['put']['parameters']['path'];
120327
- type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6S]['put']['parameters']['query'];
120328
- type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6S]['put']['responses'][200]['content']['application/json'];
120456
+ declare const routeName$6T = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
120457
+ type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$6T]['put']['requestBody']['content']['application/json'];
120458
+ type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6T]['put']['parameters']['path'];
120459
+ type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6T]['put']['parameters']['query'];
120460
+ type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6T]['put']['responses'][200]['content']['application/json'];
120329
120461
  interface UpdateAnvaflowsQuestionnaireProps {
120330
120462
  body: UpdateAnvaflowsQuestionnaireBody;
120331
120463
  params: {
@@ -120335,11 +120467,11 @@ interface UpdateAnvaflowsQuestionnaireProps {
120335
120467
  }
120336
120468
  declare const updateAnvaflowsQuestionnaire: (props: UpdateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<UpdateAnvaflowsQuestionnaireResponse>;
120337
120469
 
120338
- declare const routeName$6R = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
120339
- type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$6R]['post']['requestBody']['content']['application/json'];
120340
- type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6R]['post']['parameters']['path'];
120341
- type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6R]['post']['parameters']['query'];
120342
- type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6R]['post']['responses'][200]['content']['application/json'];
120470
+ declare const routeName$6S = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
120471
+ type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$6S]['post']['requestBody']['content']['application/json'];
120472
+ type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$6S]['post']['parameters']['path'];
120473
+ type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$6S]['post']['parameters']['query'];
120474
+ type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$6S]['post']['responses'][200]['content']['application/json'];
120343
120475
  interface ValidateAnvaflowsQuestionnaireProps {
120344
120476
  body: ValidateAnvaflowsQuestionnaireBody;
120345
120477
  params: {
@@ -120349,10 +120481,10 @@ interface ValidateAnvaflowsQuestionnaireProps {
120349
120481
  }
120350
120482
  declare const validateAnvaflowsQuestionnaire: (props: ValidateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateAnvaflowsQuestionnaireResponse>;
120351
120483
 
120352
- declare const routeName$6Q = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
120353
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$6Q]['post']['requestBody']['content']['application/json'];
120354
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$6Q]['post']['parameters']['query'];
120355
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$6Q]['post']['responses'][200]['content']['application/json'];
120484
+ declare const routeName$6R = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
120485
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$6R]['post']['requestBody']['content']['application/json'];
120486
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$6R]['post']['parameters']['query'];
120487
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$6R]['post']['responses'][200]['content']['application/json'];
120356
120488
  interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
120357
120489
  body: UpdateQuestionForAllQuestionnairesByAnvaLabelsBody;
120358
120490
  params: {
@@ -120361,20 +120493,20 @@ interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
120361
120493
  }
120362
120494
  declare const updateQuestionForAllQuestionnairesByAnvaLabels: (props: UpdateQuestionForAllQuestionnairesByAnvaLabelsProps, wgApiClient: ClientType) => Promise<UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse>;
120363
120495
 
120364
- declare const routeName$6P = "/v1/api/brokers/me";
120365
- type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$6P]['get']['responses'][200]['content']['application/json'];
120496
+ declare const routeName$6Q = "/v1/api/brokers/me";
120497
+ type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$6Q]['get']['responses'][200]['content']['application/json'];
120366
120498
  declare const getCurrentBrokerOfTheUser: (wgApiClient: ClientType) => Promise<GetCurrentBrokerOfTheUserResponse>;
120367
120499
 
120368
- declare const routeName$6O = "/v1/api/brokers/{broker_id}";
120369
- type GetTheBrokerByIdPathParams = paths[typeof routeName$6O]['get']['parameters']['path'];
120370
- type GetTheBrokerByIdResponse = paths[typeof routeName$6O]['get']['responses'][200]['content']['application/json'];
120371
- type GetTheBrokerByIdProps = paths[typeof routeName$6O]['get']['parameters'];
120500
+ declare const routeName$6P = "/v1/api/brokers/{broker_id}";
120501
+ type GetTheBrokerByIdPathParams = paths[typeof routeName$6P]['get']['parameters']['path'];
120502
+ type GetTheBrokerByIdResponse = paths[typeof routeName$6P]['get']['responses'][200]['content']['application/json'];
120503
+ type GetTheBrokerByIdProps = paths[typeof routeName$6P]['get']['parameters'];
120372
120504
  declare const getTheBrokerById: (props: GetTheBrokerByIdProps, wgApiClient: ClientType) => Promise<GetTheBrokerByIdResponse>;
120373
120505
 
120374
- declare const routeName$6N = "/v1/api/brokers/{broker_id}";
120375
- type UpdateBrokerByBrokerBody = paths[typeof routeName$6N]['patch']['requestBody']['content']['application/json'];
120376
- type UpdateBrokerByBrokerPathParams = paths[typeof routeName$6N]['patch']['parameters']['path'];
120377
- type UpdateBrokerByBrokerResponse = paths[typeof routeName$6N]['patch']['responses'][200]['content']['application/json'];
120506
+ declare const routeName$6O = "/v1/api/brokers/{broker_id}";
120507
+ type UpdateBrokerByBrokerBody = paths[typeof routeName$6O]['patch']['requestBody']['content']['application/json'];
120508
+ type UpdateBrokerByBrokerPathParams = paths[typeof routeName$6O]['patch']['parameters']['path'];
120509
+ type UpdateBrokerByBrokerResponse = paths[typeof routeName$6O]['patch']['responses'][200]['content']['application/json'];
120378
120510
  interface UpdateBrokerByBrokerProps {
120379
120511
  body: UpdateBrokerByBrokerBody;
120380
120512
  params: {
@@ -120383,16 +120515,16 @@ interface UpdateBrokerByBrokerProps {
120383
120515
  }
120384
120516
  declare const updateBrokerByBroker: (props: UpdateBrokerByBrokerProps, wgApiClient: ClientType) => Promise<UpdateBrokerByBrokerResponse>;
120385
120517
 
120386
- declare const routeName$6M = "/v1/api/brokers/{broker_id}/integrations";
120387
- type GetBrokerIntegrationsPathParams = paths[typeof routeName$6M]['get']['parameters']['path'];
120388
- type GetBrokerIntegrationsResponse = paths[typeof routeName$6M]['get']['responses'][200]['content']['application/json'];
120389
- type GetBrokerIntegrationsProps = paths[typeof routeName$6M]['get']['parameters'];
120518
+ declare const routeName$6N = "/v1/api/brokers/{broker_id}/integrations";
120519
+ type GetBrokerIntegrationsPathParams = paths[typeof routeName$6N]['get']['parameters']['path'];
120520
+ type GetBrokerIntegrationsResponse = paths[typeof routeName$6N]['get']['responses'][200]['content']['application/json'];
120521
+ type GetBrokerIntegrationsProps = paths[typeof routeName$6N]['get']['parameters'];
120390
120522
  declare const getBrokerIntegrations: (props: GetBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<GetBrokerIntegrationsResponse>;
120391
120523
 
120392
- declare const routeName$6L = "/v1/api/brokers/{broker_id}/integrations";
120393
- type UpdateBrokerIntegrationsBody = paths[typeof routeName$6L]['patch']['requestBody']['content']['application/json'];
120394
- type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$6L]['patch']['parameters']['path'];
120395
- type UpdateBrokerIntegrationsResponse = paths[typeof routeName$6L]['patch']['responses'][200]['content']['application/json'];
120524
+ declare const routeName$6M = "/v1/api/brokers/{broker_id}/integrations";
120525
+ type UpdateBrokerIntegrationsBody = paths[typeof routeName$6M]['patch']['requestBody']['content']['application/json'];
120526
+ type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$6M]['patch']['parameters']['path'];
120527
+ type UpdateBrokerIntegrationsResponse = paths[typeof routeName$6M]['patch']['responses'][200]['content']['application/json'];
120396
120528
  interface UpdateBrokerIntegrationsProps {
120397
120529
  body: UpdateBrokerIntegrationsBody;
120398
120530
  params: {
@@ -120401,37 +120533,37 @@ interface UpdateBrokerIntegrationsProps {
120401
120533
  }
120402
120534
  declare const updateBrokerIntegrations: (props: UpdateBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<UpdateBrokerIntegrationsResponse>;
120403
120535
 
120404
- declare const routeName$6K = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
120405
- type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$6K]['get']['parameters']['path'];
120406
- type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$6K]['get']['responses'][200]['content']['application/json'];
120407
- type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$6K]['get']['parameters'];
120536
+ declare const routeName$6L = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
120537
+ type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$6L]['get']['parameters']['path'];
120538
+ type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$6L]['get']['responses'][200]['content']['application/json'];
120539
+ type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$6L]['get']['parameters'];
120408
120540
  declare const getBrokerByAnvaRelationMangerId: (props: GetBrokerByAnvaRelationMangerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaRelationMangerIdResponse>;
120409
120541
 
120410
- declare const routeName$6J = "/v1/api/anva-producers/{anva_producer_id}";
120411
- type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$6J]['get']['parameters']['path'];
120412
- type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$6J]['get']['responses'][200]['content']['application/json'];
120413
- type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$6J]['get']['parameters'];
120542
+ declare const routeName$6K = "/v1/api/anva-producers/{anva_producer_id}";
120543
+ type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$6K]['get']['parameters']['path'];
120544
+ type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$6K]['get']['responses'][200]['content']['application/json'];
120545
+ type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$6K]['get']['parameters'];
120414
120546
  declare const getBrokerByAnvaProducerId: (props: GetBrokerByAnvaProducerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaProducerIdResponse>;
120415
120547
 
120416
- declare const routeName$6I = "/v1/api/brokers/{broker_id}/checklists/onboarding";
120417
- type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$6I]['get']['parameters']['path'];
120418
- type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$6I]['get']['parameters']['query'];
120419
- type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$6I]['get']['responses'][200]['content']['application/json'];
120420
- type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$6I]['get']['parameters'];
120548
+ declare const routeName$6J = "/v1/api/brokers/{broker_id}/checklists/onboarding";
120549
+ type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$6J]['get']['parameters']['path'];
120550
+ type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$6J]['get']['parameters']['query'];
120551
+ type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$6J]['get']['responses'][200]['content']['application/json'];
120552
+ type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$6J]['get']['parameters'];
120421
120553
  declare const getOnboardingChecklistByBroker: (props: GetOnboardingChecklistByBrokerProps, wgApiClient: ClientType) => Promise<GetOnboardingChecklistByBrokerResponse>;
120422
120554
 
120423
- declare const routeName$6H = "/v1/api/campaigns/{campaign_id}";
120424
- type GetCampaignByIdPathParams = paths[typeof routeName$6H]['get']['parameters']['path'];
120425
- type GetCampaignByIdQueryParams = paths[typeof routeName$6H]['get']['parameters']['query'];
120426
- type GetCampaignByIdResponse = paths[typeof routeName$6H]['get']['responses'][200]['content']['application/json'];
120427
- type GetCampaignByIdProps = paths[typeof routeName$6H]['get']['parameters'];
120555
+ declare const routeName$6I = "/v1/api/campaigns/{campaign_id}";
120556
+ type GetCampaignByIdPathParams = paths[typeof routeName$6I]['get']['parameters']['path'];
120557
+ type GetCampaignByIdQueryParams = paths[typeof routeName$6I]['get']['parameters']['query'];
120558
+ type GetCampaignByIdResponse = paths[typeof routeName$6I]['get']['responses'][200]['content']['application/json'];
120559
+ type GetCampaignByIdProps = paths[typeof routeName$6I]['get']['parameters'];
120428
120560
  declare const getCampaignById: (props: GetCampaignByIdProps, wgApiClient: ClientType) => Promise<GetCampaignByIdResponse>;
120429
120561
 
120430
- declare const routeName$6G = "/v1/api/campaigns/{campaign_id}";
120431
- type UpdateCampaignBody = paths[typeof routeName$6G]['patch']['requestBody']['content']['application/json'];
120432
- type UpdateCampaignPathParams = paths[typeof routeName$6G]['patch']['parameters']['path'];
120433
- type UpdateCampaignQueryParams = paths[typeof routeName$6G]['patch']['parameters']['query'];
120434
- type UpdateCampaignResponse = paths[typeof routeName$6G]['patch']['responses'][200]['content']['application/json'];
120562
+ declare const routeName$6H = "/v1/api/campaigns/{campaign_id}";
120563
+ type UpdateCampaignBody = paths[typeof routeName$6H]['patch']['requestBody']['content']['application/json'];
120564
+ type UpdateCampaignPathParams = paths[typeof routeName$6H]['patch']['parameters']['path'];
120565
+ type UpdateCampaignQueryParams = paths[typeof routeName$6H]['patch']['parameters']['query'];
120566
+ type UpdateCampaignResponse = paths[typeof routeName$6H]['patch']['responses'][200]['content']['application/json'];
120435
120567
  interface UpdateCampaignProps {
120436
120568
  body: UpdateCampaignBody;
120437
120569
  params: {
@@ -120441,16 +120573,16 @@ interface UpdateCampaignProps {
120441
120573
  }
120442
120574
  declare const updateCampaign: (props: UpdateCampaignProps, wgApiClient: ClientType) => Promise<UpdateCampaignResponse>;
120443
120575
 
120444
- declare const routeName$6F = "/v1/api/campaigns";
120445
- type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$6F]['get']['parameters']['query'];
120446
- type GetAllCampaignsByDistributionResponse = paths[typeof routeName$6F]['get']['responses'][200]['content']['application/json'];
120447
- type GetAllCampaignsByDistributionProps = paths[typeof routeName$6F]['get']['parameters'];
120576
+ declare const routeName$6G = "/v1/api/campaigns";
120577
+ type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$6G]['get']['parameters']['query'];
120578
+ type GetAllCampaignsByDistributionResponse = paths[typeof routeName$6G]['get']['responses'][200]['content']['application/json'];
120579
+ type GetAllCampaignsByDistributionProps = paths[typeof routeName$6G]['get']['parameters'];
120448
120580
  declare const getAllCampaignsByDistribution: (props: GetAllCampaignsByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCampaignsByDistributionResponse>;
120449
120581
 
120450
- declare const routeName$6E = "/v1/api/campaigns";
120451
- type CreateCampaignBody = paths[typeof routeName$6E]['post']['requestBody']['content']['application/json'];
120452
- type CreateCampaignQueryParams = paths[typeof routeName$6E]['post']['parameters']['query'];
120453
- type CreateCampaignResponse = paths[typeof routeName$6E]['post']['responses'][201]['content']['application/json'];
120582
+ declare const routeName$6F = "/v1/api/campaigns";
120583
+ type CreateCampaignBody = paths[typeof routeName$6F]['post']['requestBody']['content']['application/json'];
120584
+ type CreateCampaignQueryParams = paths[typeof routeName$6F]['post']['parameters']['query'];
120585
+ type CreateCampaignResponse = paths[typeof routeName$6F]['post']['responses'][201]['content']['application/json'];
120454
120586
  interface CreateCampaignProps {
120455
120587
  body: CreateCampaignBody;
120456
120588
  params: {
@@ -120459,17 +120591,17 @@ interface CreateCampaignProps {
120459
120591
  }
120460
120592
  declare const createCampaign: (props: CreateCampaignProps, wgApiClient: ClientType) => Promise<CreateCampaignResponse>;
120461
120593
 
120462
- declare const routeName$6D = "/v1/api/campaigns/{campaign_id}/metrics";
120463
- type GetMetricsByCampaignPathParams = paths[typeof routeName$6D]['get']['parameters']['path'];
120464
- type GetMetricsByCampaignQueryParams = paths[typeof routeName$6D]['get']['parameters']['query'];
120465
- type GetMetricsByCampaignResponse = paths[typeof routeName$6D]['get']['responses'][200]['content']['application/json'];
120466
- type GetMetricsByCampaignProps = paths[typeof routeName$6D]['get']['parameters'];
120594
+ declare const routeName$6E = "/v1/api/campaigns/{campaign_id}/metrics";
120595
+ type GetMetricsByCampaignPathParams = paths[typeof routeName$6E]['get']['parameters']['path'];
120596
+ type GetMetricsByCampaignQueryParams = paths[typeof routeName$6E]['get']['parameters']['query'];
120597
+ type GetMetricsByCampaignResponse = paths[typeof routeName$6E]['get']['responses'][200]['content']['application/json'];
120598
+ type GetMetricsByCampaignProps = paths[typeof routeName$6E]['get']['parameters'];
120467
120599
  declare const getMetricsByCampaign: (props: GetMetricsByCampaignProps, wgApiClient: ClientType) => Promise<GetMetricsByCampaignResponse>;
120468
120600
 
120469
- declare const routeName$6C = "/v1/api/campaigns/{campaign_id}/targets";
120470
- type UpdateTargetsByCampaignPathParams = paths[typeof routeName$6C]['patch']['parameters']['path'];
120471
- type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$6C]['patch']['parameters']['query'];
120472
- type UpdateTargetsByCampaignResponse = paths[typeof routeName$6C]['patch']['responses'][200]['content']['application/json'];
120601
+ declare const routeName$6D = "/v1/api/campaigns/{campaign_id}/targets";
120602
+ type UpdateTargetsByCampaignPathParams = paths[typeof routeName$6D]['patch']['parameters']['path'];
120603
+ type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$6D]['patch']['parameters']['query'];
120604
+ type UpdateTargetsByCampaignResponse = paths[typeof routeName$6D]['patch']['responses'][200]['content']['application/json'];
120473
120605
  interface UpdateTargetsByCampaignProps {
120474
120606
  params: {
120475
120607
  query: UpdateTargetsByCampaignQueryParams;
@@ -120478,15 +120610,15 @@ interface UpdateTargetsByCampaignProps {
120478
120610
  }
120479
120611
  declare const updateTargetsByCampaign: (props: UpdateTargetsByCampaignProps, wgApiClient: ClientType) => Promise<UpdateTargetsByCampaignResponse>;
120480
120612
 
120481
- declare const routeName$6B = "/v1/api/campaign-templates";
120482
- type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$6B]['get']['parameters']['query'];
120483
- type GetAllCampaignTemplatesResponse = paths[typeof routeName$6B]['get']['responses'][200]['content']['application/json'];
120484
- type GetAllCampaignTemplatesProps = paths[typeof routeName$6B]['get']['parameters'];
120613
+ declare const routeName$6C = "/v1/api/campaign-templates";
120614
+ type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$6C]['get']['parameters']['query'];
120615
+ type GetAllCampaignTemplatesResponse = paths[typeof routeName$6C]['get']['responses'][200]['content']['application/json'];
120616
+ type GetAllCampaignTemplatesProps = paths[typeof routeName$6C]['get']['parameters'];
120485
120617
  declare const getAllCampaignTemplates: (props: GetAllCampaignTemplatesProps, wgApiClient: ClientType) => Promise<GetAllCampaignTemplatesResponse>;
120486
120618
 
120487
- declare const routeName$6A = "/v1/api/campaigns/example-mails";
120488
- type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$6A]['post']['parameters']['query'];
120489
- type SendExampleCampaignTargetMailResponse = paths[typeof routeName$6A]['post']['responses'][201]['content']['application/json'];
120619
+ declare const routeName$6B = "/v1/api/campaigns/example-mails";
120620
+ type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$6B]['post']['parameters']['query'];
120621
+ type SendExampleCampaignTargetMailResponse = paths[typeof routeName$6B]['post']['responses'][201]['content']['application/json'];
120490
120622
  interface SendExampleCampaignTargetMailProps {
120491
120623
  params: {
120492
120624
  query: SendExampleCampaignTargetMailQueryParams;
@@ -120494,16 +120626,16 @@ interface SendExampleCampaignTargetMailProps {
120494
120626
  }
120495
120627
  declare const sendExampleCampaignTargetMail: (props: SendExampleCampaignTargetMailProps, wgApiClient: ClientType) => Promise<SendExampleCampaignTargetMailResponse>;
120496
120628
 
120497
- declare const routeName$6z = "/v1/api/distributions/campaign-settings";
120498
- type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$6z]['get']['parameters']['query'];
120499
- type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$6z]['get']['responses'][200]['content']['application/json'];
120500
- type GetCampaignSettingsByDistributionProps = paths[typeof routeName$6z]['get']['parameters'];
120629
+ declare const routeName$6A = "/v1/api/distributions/campaign-settings";
120630
+ type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$6A]['get']['parameters']['query'];
120631
+ type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$6A]['get']['responses'][200]['content']['application/json'];
120632
+ type GetCampaignSettingsByDistributionProps = paths[typeof routeName$6A]['get']['parameters'];
120501
120633
  declare const getCampaignSettingsByDistribution: (props: GetCampaignSettingsByDistributionProps, wgApiClient: ClientType) => Promise<GetCampaignSettingsByDistributionResponse>;
120502
120634
 
120503
- declare const routeName$6y = "/v1/api/campaigns/dns-prefixes/generate";
120504
- type GenerateDnsPrefixBody = paths[typeof routeName$6y]['post']['requestBody']['content']['application/json'];
120505
- type GenerateDnsPrefixQueryParams = paths[typeof routeName$6y]['post']['parameters']['query'];
120506
- type GenerateDnsPrefixResponse = paths[typeof routeName$6y]['post']['responses'][200]['content']['application/json'];
120635
+ declare const routeName$6z = "/v1/api/campaigns/dns-prefixes/generate";
120636
+ type GenerateDnsPrefixBody = paths[typeof routeName$6z]['post']['requestBody']['content']['application/json'];
120637
+ type GenerateDnsPrefixQueryParams = paths[typeof routeName$6z]['post']['parameters']['query'];
120638
+ type GenerateDnsPrefixResponse = paths[typeof routeName$6z]['post']['responses'][200]['content']['application/json'];
120507
120639
  interface GenerateDnsPrefixProps {
120508
120640
  body: GenerateDnsPrefixBody;
120509
120641
  params: {
@@ -120512,16 +120644,16 @@ interface GenerateDnsPrefixProps {
120512
120644
  }
120513
120645
  declare const generateDnsPrefix: (props: GenerateDnsPrefixProps, wgApiClient: ClientType) => Promise<GenerateDnsPrefixResponse>;
120514
120646
 
120515
- declare const routeName$6x = "/v1/api/mail-templates/campaign-target";
120516
- type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$6x]['get']['parameters']['query'];
120517
- type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$6x]['get']['responses'][200]['content']['application/json'];
120518
- type GetCampaignTargetMailTemplateProps = paths[typeof routeName$6x]['get']['parameters'];
120647
+ declare const routeName$6y = "/v1/api/mail-templates/campaign-target";
120648
+ type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$6y]['get']['parameters']['query'];
120649
+ type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$6y]['get']['responses'][200]['content']['application/json'];
120650
+ type GetCampaignTargetMailTemplateProps = paths[typeof routeName$6y]['get']['parameters'];
120519
120651
  declare const getCampaignTargetMailTemplate: (props: GetCampaignTargetMailTemplateProps, wgApiClient: ClientType) => Promise<GetCampaignTargetMailTemplateResponse>;
120520
120652
 
120521
- declare const routeName$6w = "/v1/api/distributions/{distribution_id}/claims";
120522
- type CreateClaimAsCustomerPathParams = paths[typeof routeName$6w]['post']['parameters']['path'];
120523
- type CreateClaimAsCustomerQueryParams = paths[typeof routeName$6w]['post']['parameters']['query'];
120524
- type CreateClaimAsCustomerResponse = paths[typeof routeName$6w]['post']['responses'][201]['content']['application/json'];
120653
+ declare const routeName$6x = "/v1/api/distributions/{distribution_id}/claims";
120654
+ type CreateClaimAsCustomerPathParams = paths[typeof routeName$6x]['post']['parameters']['path'];
120655
+ type CreateClaimAsCustomerQueryParams = paths[typeof routeName$6x]['post']['parameters']['query'];
120656
+ type CreateClaimAsCustomerResponse = paths[typeof routeName$6x]['post']['responses'][201]['content']['application/json'];
120525
120657
  interface CreateClaimAsCustomerProps {
120526
120658
  params: {
120527
120659
  query: CreateClaimAsCustomerQueryParams;
@@ -120530,15 +120662,15 @@ interface CreateClaimAsCustomerProps {
120530
120662
  }
120531
120663
  declare const createClaimAsCustomer: (props: CreateClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateClaimAsCustomerResponse>;
120532
120664
 
120533
- declare const routeName$6v = "/v1/api/claims";
120534
- type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$6v]['get']['parameters']['query'];
120535
- type GetAllClaimsAsBrokerResponse = paths[typeof routeName$6v]['get']['responses'][200]['content']['application/json'];
120536
- type GetAllClaimsAsBrokerProps = paths[typeof routeName$6v]['get']['parameters'];
120665
+ declare const routeName$6w = "/v1/api/claims";
120666
+ type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$6w]['get']['parameters']['query'];
120667
+ type GetAllClaimsAsBrokerResponse = paths[typeof routeName$6w]['get']['responses'][200]['content']['application/json'];
120668
+ type GetAllClaimsAsBrokerProps = paths[typeof routeName$6w]['get']['parameters'];
120537
120669
  declare const getAllClaimsAsBroker: (props: GetAllClaimsAsBrokerProps, wgApiClient: ClientType) => Promise<GetAllClaimsAsBrokerResponse>;
120538
120670
 
120539
- declare const routeName$6u = "/v1/api/claims";
120540
- type CreateClaimAsBrokerQueryParams = paths[typeof routeName$6u]['post']['parameters']['query'];
120541
- type CreateClaimAsBrokerResponse = paths[typeof routeName$6u]['post']['responses'][201]['content']['application/json'];
120671
+ declare const routeName$6v = "/v1/api/claims";
120672
+ type CreateClaimAsBrokerQueryParams = paths[typeof routeName$6v]['post']['parameters']['query'];
120673
+ type CreateClaimAsBrokerResponse = paths[typeof routeName$6v]['post']['responses'][201]['content']['application/json'];
120542
120674
  interface CreateClaimAsBrokerProps {
120543
120675
  params: {
120544
120676
  query: CreateClaimAsBrokerQueryParams;
@@ -120546,17 +120678,17 @@ interface CreateClaimAsBrokerProps {
120546
120678
  }
120547
120679
  declare const createClaimAsBroker: (props: CreateClaimAsBrokerProps, wgApiClient: ClientType) => Promise<CreateClaimAsBrokerResponse>;
120548
120680
 
120549
- declare const routeName$6t = "/v1/api/claims/{claim_id}";
120550
- type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$6t]['get']['parameters']['path'];
120551
- type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$6t]['get']['parameters']['query'];
120552
- type GetClaimAsBrokerByIdResponse = paths[typeof routeName$6t]['get']['responses'][200]['content']['application/json'];
120553
- type GetClaimAsBrokerByIdProps = paths[typeof routeName$6t]['get']['parameters'];
120681
+ declare const routeName$6u = "/v1/api/claims/{claim_id}";
120682
+ type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$6u]['get']['parameters']['path'];
120683
+ type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$6u]['get']['parameters']['query'];
120684
+ type GetClaimAsBrokerByIdResponse = paths[typeof routeName$6u]['get']['responses'][200]['content']['application/json'];
120685
+ type GetClaimAsBrokerByIdProps = paths[typeof routeName$6u]['get']['parameters'];
120554
120686
  declare const getClaimAsBrokerById: (props: GetClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimAsBrokerByIdResponse>;
120555
120687
 
120556
- declare const routeName$6s = "/v1/api/claims/{claim_id}";
120557
- type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$6s]['delete']['parameters']['path'];
120558
- type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$6s]['delete']['parameters']['query'];
120559
- type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$6s]['delete']['responses'][200]['content']['application/json'];
120688
+ declare const routeName$6t = "/v1/api/claims/{claim_id}";
120689
+ type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$6t]['delete']['parameters']['path'];
120690
+ type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$6t]['delete']['parameters']['query'];
120691
+ type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$6t]['delete']['responses'][200]['content']['application/json'];
120560
120692
  interface DeleteClaimAsBrokerByIdProps {
120561
120693
  params: {
120562
120694
  query: DeleteClaimAsBrokerByIdQueryParams;
@@ -120565,10 +120697,10 @@ interface DeleteClaimAsBrokerByIdProps {
120565
120697
  }
120566
120698
  declare const deleteClaimAsBrokerById: (props: DeleteClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteClaimAsBrokerByIdResponse>;
120567
120699
 
120568
- declare const routeName$6r = "/v1/api/claims/{claim_id}";
120569
- type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$6r]['patch']['parameters']['path'];
120570
- type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$6r]['patch']['parameters']['query'];
120571
- type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$6r]['patch']['responses'][200]['content']['application/json'];
120700
+ declare const routeName$6s = "/v1/api/claims/{claim_id}";
120701
+ type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$6s]['patch']['parameters']['path'];
120702
+ type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$6s]['patch']['parameters']['query'];
120703
+ type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$6s]['patch']['responses'][200]['content']['application/json'];
120572
120704
  interface UpdateClaimAsBrokerByIdProps {
120573
120705
  params: {
120574
120706
  query: UpdateClaimAsBrokerByIdQueryParams;
@@ -120577,10 +120709,10 @@ interface UpdateClaimAsBrokerByIdProps {
120577
120709
  }
120578
120710
  declare const updateClaimAsBrokerById: (props: UpdateClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateClaimAsBrokerByIdResponse>;
120579
120711
 
120580
- declare const routeName$6q = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
120581
- type UpdateDeclarationRemarkPathParams = paths[typeof routeName$6q]['put']['parameters']['path'];
120582
- type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$6q]['put']['parameters']['query'];
120583
- type UpdateDeclarationRemarkResponse = paths[typeof routeName$6q]['put']['responses'][200]['content']['application/json'];
120712
+ declare const routeName$6r = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
120713
+ type UpdateDeclarationRemarkPathParams = paths[typeof routeName$6r]['put']['parameters']['path'];
120714
+ type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$6r]['put']['parameters']['query'];
120715
+ type UpdateDeclarationRemarkResponse = paths[typeof routeName$6r]['put']['responses'][200]['content']['application/json'];
120584
120716
  interface UpdateDeclarationRemarkProps {
120585
120717
  params: {
120586
120718
  query: UpdateDeclarationRemarkQueryParams;
@@ -120589,10 +120721,10 @@ interface UpdateDeclarationRemarkProps {
120589
120721
  }
120590
120722
  declare const updateDeclarationRemark: (props: UpdateDeclarationRemarkProps, wgApiClient: ClientType) => Promise<UpdateDeclarationRemarkResponse>;
120591
120723
 
120592
- declare const routeName$6p = "/v1/api/claims/{claim_id}/lock";
120593
- type CreateLockForClaimPathParams = paths[typeof routeName$6p]['post']['parameters']['path'];
120594
- type CreateLockForClaimQueryParams = paths[typeof routeName$6p]['post']['parameters']['query'];
120595
- type CreateLockForClaimResponse = paths[typeof routeName$6p]['post']['responses'][201]['content']['application/json'];
120724
+ declare const routeName$6q = "/v1/api/claims/{claim_id}/lock";
120725
+ type CreateLockForClaimPathParams = paths[typeof routeName$6q]['post']['parameters']['path'];
120726
+ type CreateLockForClaimQueryParams = paths[typeof routeName$6q]['post']['parameters']['query'];
120727
+ type CreateLockForClaimResponse = paths[typeof routeName$6q]['post']['responses'][201]['content']['application/json'];
120596
120728
  interface CreateLockForClaimProps {
120597
120729
  params: {
120598
120730
  query: CreateLockForClaimQueryParams;
@@ -120601,10 +120733,10 @@ interface CreateLockForClaimProps {
120601
120733
  }
120602
120734
  declare const createLockForClaim: (props: CreateLockForClaimProps, wgApiClient: ClientType) => Promise<CreateLockForClaimResponse>;
120603
120735
 
120604
- declare const routeName$6o = "/v1/api/claims/{claim_id}/unlock";
120605
- type UnlockClaimPathParams = paths[typeof routeName$6o]['post']['parameters']['path'];
120606
- type UnlockClaimQueryParams = paths[typeof routeName$6o]['post']['parameters']['query'];
120607
- type UnlockClaimResponse = paths[typeof routeName$6o]['post']['responses'][200]['content']['application/json'];
120736
+ declare const routeName$6p = "/v1/api/claims/{claim_id}/unlock";
120737
+ type UnlockClaimPathParams = paths[typeof routeName$6p]['post']['parameters']['path'];
120738
+ type UnlockClaimQueryParams = paths[typeof routeName$6p]['post']['parameters']['query'];
120739
+ type UnlockClaimResponse = paths[typeof routeName$6p]['post']['responses'][200]['content']['application/json'];
120608
120740
  interface UnlockClaimProps {
120609
120741
  params: {
120610
120742
  query: UnlockClaimQueryParams;
@@ -120613,10 +120745,10 @@ interface UnlockClaimProps {
120613
120745
  }
120614
120746
  declare const unlockClaim: (props: UnlockClaimProps, wgApiClient: ClientType) => Promise<UnlockClaimResponse>;
120615
120747
 
120616
- declare const routeName$6n = "/v1/api/claims/{claim_id}/request_update";
120617
- type ClaimRequestUpdatePathParams = paths[typeof routeName$6n]['post']['parameters']['path'];
120618
- type ClaimRequestUpdateQueryParams = paths[typeof routeName$6n]['post']['parameters']['query'];
120619
- type ClaimRequestUpdateResponse = paths[typeof routeName$6n]['post']['responses'][200]['content']['application/json'];
120748
+ declare const routeName$6o = "/v1/api/claims/{claim_id}/request_update";
120749
+ type ClaimRequestUpdatePathParams = paths[typeof routeName$6o]['post']['parameters']['path'];
120750
+ type ClaimRequestUpdateQueryParams = paths[typeof routeName$6o]['post']['parameters']['query'];
120751
+ type ClaimRequestUpdateResponse = paths[typeof routeName$6o]['post']['responses'][200]['content']['application/json'];
120620
120752
  interface ClaimRequestUpdateProps {
120621
120753
  params: {
120622
120754
  query: ClaimRequestUpdateQueryParams;
@@ -120625,10 +120757,10 @@ interface ClaimRequestUpdateProps {
120625
120757
  }
120626
120758
  declare const claimRequestUpdate: (props: ClaimRequestUpdateProps, wgApiClient: ClientType) => Promise<ClaimRequestUpdateResponse>;
120627
120759
 
120628
- declare const routeName$6m = "/v1/api/claims/{claim_id}/validate";
120629
- type ValidateClaimPathParams = paths[typeof routeName$6m]['post']['parameters']['path'];
120630
- type ValidateClaimQueryParams = paths[typeof routeName$6m]['post']['parameters']['query'];
120631
- type ValidateClaimResponse = paths[typeof routeName$6m]['post']['responses'][200]['content']['application/json'];
120760
+ declare const routeName$6n = "/v1/api/claims/{claim_id}/validate";
120761
+ type ValidateClaimPathParams = paths[typeof routeName$6n]['post']['parameters']['path'];
120762
+ type ValidateClaimQueryParams = paths[typeof routeName$6n]['post']['parameters']['query'];
120763
+ type ValidateClaimResponse = paths[typeof routeName$6n]['post']['responses'][200]['content']['application/json'];
120632
120764
  interface ValidateClaimProps {
120633
120765
  params: {
120634
120766
  query: ValidateClaimQueryParams;
@@ -120637,10 +120769,10 @@ interface ValidateClaimProps {
120637
120769
  }
120638
120770
  declare const validateClaim: (props: ValidateClaimProps, wgApiClient: ClientType) => Promise<ValidateClaimResponse>;
120639
120771
 
120640
- declare const routeName$6l = "/v1/api/claims/{claim_id}/documents";
120641
- type CreateDocumentForClaimPathParams = paths[typeof routeName$6l]['post']['parameters']['path'];
120642
- type CreateDocumentForClaimQueryParams = paths[typeof routeName$6l]['post']['parameters']['query'];
120643
- type CreateDocumentForClaimResponse = paths[typeof routeName$6l]['post']['responses'][201]['content']['application/json'];
120772
+ declare const routeName$6m = "/v1/api/claims/{claim_id}/documents";
120773
+ type CreateDocumentForClaimPathParams = paths[typeof routeName$6m]['post']['parameters']['path'];
120774
+ type CreateDocumentForClaimQueryParams = paths[typeof routeName$6m]['post']['parameters']['query'];
120775
+ type CreateDocumentForClaimResponse = paths[typeof routeName$6m]['post']['responses'][201]['content']['application/json'];
120644
120776
  interface CreateDocumentForClaimProps {
120645
120777
  params: {
120646
120778
  query: CreateDocumentForClaimQueryParams;
@@ -120649,17 +120781,17 @@ interface CreateDocumentForClaimProps {
120649
120781
  }
120650
120782
  declare const createDocumentForClaim: (props: CreateDocumentForClaimProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimResponse>;
120651
120783
 
120652
- declare const routeName$6k = "/v1/api/claims/{claim_id}/documents/{document_id}";
120653
- type DownloadDocumentByIdPathParams = paths[typeof routeName$6k]['get']['parameters']['path'];
120654
- type DownloadDocumentByIdQueryParams = paths[typeof routeName$6k]['get']['parameters']['query'];
120655
- type DownloadDocumentByIdResponse = paths[typeof routeName$6k]['get']['responses'][307]['content']['application/json'];
120656
- type DownloadDocumentByIdProps = paths[typeof routeName$6k]['get']['parameters'];
120784
+ declare const routeName$6l = "/v1/api/claims/{claim_id}/documents/{document_id}";
120785
+ type DownloadDocumentByIdPathParams = paths[typeof routeName$6l]['get']['parameters']['path'];
120786
+ type DownloadDocumentByIdQueryParams = paths[typeof routeName$6l]['get']['parameters']['query'];
120787
+ type DownloadDocumentByIdResponse = paths[typeof routeName$6l]['get']['responses'][307]['content']['application/json'];
120788
+ type DownloadDocumentByIdProps = paths[typeof routeName$6l]['get']['parameters'];
120657
120789
  declare const downloadDocumentById: (props: DownloadDocumentByIdProps, wgApiClient: ClientType) => Promise<DownloadDocumentByIdResponse>;
120658
120790
 
120659
- declare const routeName$6j = "/v1/api/claims/{claim_id}/documents/{document_id}";
120660
- type DeleteDocumentByIdPathParams = paths[typeof routeName$6j]['delete']['parameters']['path'];
120661
- type DeleteDocumentByIdQueryParams = paths[typeof routeName$6j]['delete']['parameters']['query'];
120662
- type DeleteDocumentByIdResponse = paths[typeof routeName$6j]['delete']['responses'][200]['content']['application/json'];
120791
+ declare const routeName$6k = "/v1/api/claims/{claim_id}/documents/{document_id}";
120792
+ type DeleteDocumentByIdPathParams = paths[typeof routeName$6k]['delete']['parameters']['path'];
120793
+ type DeleteDocumentByIdQueryParams = paths[typeof routeName$6k]['delete']['parameters']['query'];
120794
+ type DeleteDocumentByIdResponse = paths[typeof routeName$6k]['delete']['responses'][200]['content']['application/json'];
120663
120795
  interface DeleteDocumentByIdProps {
120664
120796
  params: {
120665
120797
  query: DeleteDocumentByIdQueryParams;
@@ -120668,10 +120800,10 @@ interface DeleteDocumentByIdProps {
120668
120800
  }
120669
120801
  declare const deleteDocumentById: (props: DeleteDocumentByIdProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdResponse>;
120670
120802
 
120671
- declare const routeName$6i = "/v1/api/claims/{claim_id}/documents/{document_id}";
120672
- type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$6i]['patch']['parameters']['path'];
120673
- type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$6i]['patch']['parameters']['query'];
120674
- type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$6i]['patch']['responses'][200]['content']['application/json'];
120803
+ declare const routeName$6j = "/v1/api/claims/{claim_id}/documents/{document_id}";
120804
+ type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$6j]['patch']['parameters']['path'];
120805
+ type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$6j]['patch']['parameters']['query'];
120806
+ type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$6j]['patch']['responses'][200]['content']['application/json'];
120675
120807
  interface UpdateDocumentMetadataByIdProps {
120676
120808
  params: {
120677
120809
  query: UpdateDocumentMetadataByIdQueryParams;
@@ -120680,17 +120812,17 @@ interface UpdateDocumentMetadataByIdProps {
120680
120812
  }
120681
120813
  declare const updateDocumentMetadataById: (props: UpdateDocumentMetadataByIdProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdResponse>;
120682
120814
 
120683
- declare const routeName$6h = "/v1/api/claims/customer/token/{token}";
120684
- type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$6h]['get']['parameters']['path'];
120685
- type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$6h]['get']['parameters']['query'];
120686
- type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$6h]['get']['responses'][200]['content']['application/json'];
120687
- type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$6h]['get']['parameters'];
120815
+ declare const routeName$6i = "/v1/api/claims/customer/token/{token}";
120816
+ type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$6i]['get']['parameters']['path'];
120817
+ type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$6i]['get']['parameters']['query'];
120818
+ type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$6i]['get']['responses'][200]['content']['application/json'];
120819
+ type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$6i]['get']['parameters'];
120688
120820
  declare const getClaimAsCustomerWithToken: (props: GetClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<GetClaimAsCustomerWithTokenResponse>;
120689
120821
 
120690
- declare const routeName$6g = "/v1/api/claims/customer/token/{token}";
120691
- type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$6g]['patch']['parameters']['path'];
120692
- type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$6g]['patch']['parameters']['query'];
120693
- type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$6g]['patch']['responses'][200]['content']['application/json'];
120822
+ declare const routeName$6h = "/v1/api/claims/customer/token/{token}";
120823
+ type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$6h]['patch']['parameters']['path'];
120824
+ type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$6h]['patch']['parameters']['query'];
120825
+ type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$6h]['patch']['responses'][200]['content']['application/json'];
120694
120826
  interface UpdateClaimAsCustomerWithTokenProps {
120695
120827
  params: {
120696
120828
  query: UpdateClaimAsCustomerWithTokenQueryParams;
@@ -120699,10 +120831,10 @@ interface UpdateClaimAsCustomerWithTokenProps {
120699
120831
  }
120700
120832
  declare const updateClaimAsCustomerWithToken: (props: UpdateClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateClaimAsCustomerWithTokenResponse>;
120701
120833
 
120702
- declare const routeName$6f = "/v1/api/claims/customer/token/{token}/entities";
120703
- type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$6f]['post']['parameters']['path'];
120704
- type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$6f]['post']['parameters']['query'];
120705
- type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$6f]['post']['responses'][201]['content']['application/json'];
120834
+ declare const routeName$6g = "/v1/api/claims/customer/token/{token}/entities";
120835
+ type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$6g]['post']['parameters']['path'];
120836
+ type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$6g]['post']['parameters']['query'];
120837
+ type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$6g]['post']['responses'][201]['content']['application/json'];
120706
120838
  interface CreateEntityAsCustomerWithTokenProps {
120707
120839
  params: {
120708
120840
  query: CreateEntityAsCustomerWithTokenQueryParams;
@@ -120711,10 +120843,10 @@ interface CreateEntityAsCustomerWithTokenProps {
120711
120843
  }
120712
120844
  declare const createEntityAsCustomerWithToken: (props: CreateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<CreateEntityAsCustomerWithTokenResponse>;
120713
120845
 
120714
- declare const routeName$6e = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
120715
- type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$6e]['delete']['parameters']['path'];
120716
- type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$6e]['delete']['parameters']['query'];
120717
- type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$6e]['delete']['responses'][200]['content']['application/json'];
120846
+ declare const routeName$6f = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
120847
+ type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$6f]['delete']['parameters']['path'];
120848
+ type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$6f]['delete']['parameters']['query'];
120849
+ type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$6f]['delete']['responses'][200]['content']['application/json'];
120718
120850
  interface DeleteEntityByIdAsCustomerWithTokenProps {
120719
120851
  params: {
120720
120852
  query: DeleteEntityByIdAsCustomerWithTokenQueryParams;
@@ -120723,10 +120855,10 @@ interface DeleteEntityByIdAsCustomerWithTokenProps {
120723
120855
  }
120724
120856
  declare const deleteEntityByIdAsCustomerWithToken: (props: DeleteEntityByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteEntityByIdAsCustomerWithTokenResponse>;
120725
120857
 
120726
- declare const routeName$6d = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
120727
- type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$6d]['patch']['parameters']['path'];
120728
- type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$6d]['patch']['parameters']['query'];
120729
- type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$6d]['patch']['responses'][200]['content']['application/json'];
120858
+ declare const routeName$6e = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
120859
+ type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$6e]['patch']['parameters']['path'];
120860
+ type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$6e]['patch']['parameters']['query'];
120861
+ type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$6e]['patch']['responses'][200]['content']['application/json'];
120730
120862
  interface UpdateEntityAsCustomerWithTokenProps {
120731
120863
  params: {
120732
120864
  query: UpdateEntityAsCustomerWithTokenQueryParams;
@@ -120735,10 +120867,10 @@ interface UpdateEntityAsCustomerWithTokenProps {
120735
120867
  }
120736
120868
  declare const updateEntityAsCustomerWithToken: (props: UpdateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateEntityAsCustomerWithTokenResponse>;
120737
120869
 
120738
- declare const routeName$6c = "/v1/api/claims/upload/{claim_doc_category}";
120739
- type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$6c]['post']['parameters']['path'];
120740
- type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$6c]['post']['parameters']['query'];
120741
- type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$6c]['post']['responses'][200]['content']['application/json'];
120870
+ declare const routeName$6d = "/v1/api/claims/upload/{claim_doc_category}";
120871
+ type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$6d]['post']['parameters']['path'];
120872
+ type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$6d]['post']['parameters']['query'];
120873
+ type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$6d]['post']['responses'][200]['content']['application/json'];
120742
120874
  interface UploadClaimDocumentAsBrokerProps {
120743
120875
  params: {
120744
120876
  query: UploadClaimDocumentAsBrokerQueryParams;
@@ -120747,10 +120879,10 @@ interface UploadClaimDocumentAsBrokerProps {
120747
120879
  }
120748
120880
  declare const uploadClaimDocumentAsBroker: (props: UploadClaimDocumentAsBrokerProps, wgApiClient: ClientType) => Promise<UploadClaimDocumentAsBrokerResponse>;
120749
120881
 
120750
- declare const routeName$6b = "/v1/api/claims/customer/upload/{claim_doc_category}";
120751
- type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$6b]['post']['parameters']['path'];
120752
- type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$6b]['post']['parameters']['query'];
120753
- type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$6b]['post']['responses'][200]['content']['application/json'];
120882
+ declare const routeName$6c = "/v1/api/claims/customer/upload/{claim_doc_category}";
120883
+ type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$6c]['post']['parameters']['path'];
120884
+ type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$6c]['post']['parameters']['query'];
120885
+ type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$6c]['post']['responses'][200]['content']['application/json'];
120754
120886
  interface CreateUploadLinkAsCustomerProps {
120755
120887
  params: {
120756
120888
  query: CreateUploadLinkAsCustomerQueryParams;
@@ -120759,9 +120891,9 @@ interface CreateUploadLinkAsCustomerProps {
120759
120891
  }
120760
120892
  declare const createUploadLinkAsCustomer: (props: CreateUploadLinkAsCustomerProps, wgApiClient: ClientType) => Promise<CreateUploadLinkAsCustomerResponse>;
120761
120893
 
120762
- declare const routeName$6a = "/v1/api/claims/generate/token";
120763
- type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$6a]['post']['parameters']['query'];
120764
- type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$6a]['post']['responses'][201]['content']['application/json'];
120894
+ declare const routeName$6b = "/v1/api/claims/generate/token";
120895
+ type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$6b]['post']['parameters']['query'];
120896
+ type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$6b]['post']['responses'][201]['content']['application/json'];
120765
120897
  interface GenerateTokenForSocialLoginFlowAsBrokerProps {
120766
120898
  params: {
120767
120899
  query: GenerateTokenForSocialLoginFlowAsBrokerQueryParams;
@@ -120769,17 +120901,17 @@ interface GenerateTokenForSocialLoginFlowAsBrokerProps {
120769
120901
  }
120770
120902
  declare const generateTokenForSocialLoginFlowAsBroker: (props: GenerateTokenForSocialLoginFlowAsBrokerProps, wgApiClient: ClientType) => Promise<GenerateTokenForSocialLoginFlowAsBrokerResponse>;
120771
120903
 
120772
- declare const routeName$69 = "/v1/api/claims/customer/token/{token}/events";
120773
- type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$69]['get']['parameters']['path'];
120774
- type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$69]['get']['parameters']['query'];
120775
- type GetClaimEventsAsCustomerResponse = paths[typeof routeName$69]['get']['responses'][200]['content']['application/json'];
120776
- type GetClaimEventsAsCustomerProps = paths[typeof routeName$69]['get']['parameters'];
120904
+ declare const routeName$6a = "/v1/api/claims/customer/token/{token}/events";
120905
+ type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$6a]['get']['parameters']['path'];
120906
+ type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$6a]['get']['parameters']['query'];
120907
+ type GetClaimEventsAsCustomerResponse = paths[typeof routeName$6a]['get']['responses'][200]['content']['application/json'];
120908
+ type GetClaimEventsAsCustomerProps = paths[typeof routeName$6a]['get']['parameters'];
120777
120909
  declare const getClaimEventsAsCustomer: (props: GetClaimEventsAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsCustomerResponse>;
120778
120910
 
120779
- declare const routeName$68 = "/v1/api/claims/customer/token/{token}/documents";
120780
- type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$68]['post']['parameters']['path'];
120781
- type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$68]['post']['parameters']['query'];
120782
- type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$68]['post']['responses'][200]['content']['application/json'];
120911
+ declare const routeName$69 = "/v1/api/claims/customer/token/{token}/documents";
120912
+ type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$69]['post']['parameters']['path'];
120913
+ type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$69]['post']['parameters']['query'];
120914
+ type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$69]['post']['responses'][200]['content']['application/json'];
120783
120915
  interface CreateDocumentForClaimAsCustomerProps {
120784
120916
  params: {
120785
120917
  query: CreateDocumentForClaimAsCustomerQueryParams;
@@ -120788,10 +120920,10 @@ interface CreateDocumentForClaimAsCustomerProps {
120788
120920
  }
120789
120921
  declare const createDocumentForClaimAsCustomer: (props: CreateDocumentForClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimAsCustomerResponse>;
120790
120922
 
120791
- declare const routeName$67 = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
120792
- type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$67]['delete']['parameters']['path'];
120793
- type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$67]['delete']['parameters']['query'];
120794
- type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$67]['delete']['responses'][200]['content']['application/json'];
120923
+ declare const routeName$68 = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
120924
+ type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$68]['delete']['parameters']['path'];
120925
+ type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$68]['delete']['parameters']['query'];
120926
+ type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$68]['delete']['responses'][200]['content']['application/json'];
120795
120927
  interface DeleteDocumentByIdAsCustomerWithTokenProps {
120796
120928
  params: {
120797
120929
  query: DeleteDocumentByIdAsCustomerWithTokenQueryParams;
@@ -120800,10 +120932,10 @@ interface DeleteDocumentByIdAsCustomerWithTokenProps {
120800
120932
  }
120801
120933
  declare const deleteDocumentByIdAsCustomerWithToken: (props: DeleteDocumentByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdAsCustomerWithTokenResponse>;
120802
120934
 
120803
- declare const routeName$66 = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
120804
- type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$66]['patch']['parameters']['path'];
120805
- type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$66]['patch']['parameters']['query'];
120806
- type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$66]['patch']['responses'][200]['content']['application/json'];
120935
+ declare const routeName$67 = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
120936
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$67]['patch']['parameters']['path'];
120937
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$67]['patch']['parameters']['query'];
120938
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$67]['patch']['responses'][200]['content']['application/json'];
120807
120939
  interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
120808
120940
  params: {
120809
120941
  query: UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams;
@@ -120812,10 +120944,10 @@ interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
120812
120944
  }
120813
120945
  declare const updateDocumentMetadataByIdAsCustomerWithToken: (props: UpdateDocumentMetadataByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdAsCustomerWithTokenResponse>;
120814
120946
 
120815
- declare const routeName$65 = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
120816
- type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$65]['post']['parameters']['path'];
120817
- type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$65]['post']['parameters']['query'];
120818
- type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$65]['post']['responses'][200]['content']['application/json'];
120947
+ declare const routeName$66 = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
120948
+ type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$66]['post']['parameters']['path'];
120949
+ type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$66]['post']['parameters']['query'];
120950
+ type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$66]['post']['responses'][200]['content']['application/json'];
120819
120951
  interface CreateNoteOnEventAsCustomerProps {
120820
120952
  params: {
120821
120953
  query: CreateNoteOnEventAsCustomerQueryParams;
@@ -120824,10 +120956,10 @@ interface CreateNoteOnEventAsCustomerProps {
120824
120956
  }
120825
120957
  declare const createNoteOnEventAsCustomer: (props: CreateNoteOnEventAsCustomerProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventAsCustomerResponse>;
120826
120958
 
120827
- declare const routeName$64 = "/v1/api/claims/{claim_id}/entities";
120828
- type CreateEntityAsBrokerPathParams = paths[typeof routeName$64]['post']['parameters']['path'];
120829
- type CreateEntityAsBrokerQueryParams = paths[typeof routeName$64]['post']['parameters']['query'];
120830
- type CreateEntityAsBrokerResponse = paths[typeof routeName$64]['post']['responses'][201]['content']['application/json'];
120959
+ declare const routeName$65 = "/v1/api/claims/{claim_id}/entities";
120960
+ type CreateEntityAsBrokerPathParams = paths[typeof routeName$65]['post']['parameters']['path'];
120961
+ type CreateEntityAsBrokerQueryParams = paths[typeof routeName$65]['post']['parameters']['query'];
120962
+ type CreateEntityAsBrokerResponse = paths[typeof routeName$65]['post']['responses'][201]['content']['application/json'];
120831
120963
  interface CreateEntityAsBrokerProps {
120832
120964
  params: {
120833
120965
  query: CreateEntityAsBrokerQueryParams;
@@ -120836,10 +120968,10 @@ interface CreateEntityAsBrokerProps {
120836
120968
  }
120837
120969
  declare const createEntityAsBroker: (props: CreateEntityAsBrokerProps, wgApiClient: ClientType) => Promise<CreateEntityAsBrokerResponse>;
120838
120970
 
120839
- declare const routeName$63 = "/v1/api/claims/{claim_id}/entities/{entity_id}";
120840
- type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$63]['delete']['parameters']['path'];
120841
- type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$63]['delete']['parameters']['query'];
120842
- type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$63]['delete']['responses'][200]['content']['application/json'];
120971
+ declare const routeName$64 = "/v1/api/claims/{claim_id}/entities/{entity_id}";
120972
+ type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$64]['delete']['parameters']['path'];
120973
+ type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$64]['delete']['parameters']['query'];
120974
+ type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$64]['delete']['responses'][200]['content']['application/json'];
120843
120975
  interface DeleteEntityAsBrokerByIdProps {
120844
120976
  params: {
120845
120977
  query: DeleteEntityAsBrokerByIdQueryParams;
@@ -120848,10 +120980,10 @@ interface DeleteEntityAsBrokerByIdProps {
120848
120980
  }
120849
120981
  declare const deleteEntityAsBrokerById: (props: DeleteEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteEntityAsBrokerByIdResponse>;
120850
120982
 
120851
- declare const routeName$62 = "/v1/api/claims/{claim_id}/entities/{entity_id}";
120852
- type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$62]['patch']['parameters']['path'];
120853
- type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$62]['patch']['parameters']['query'];
120854
- type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$62]['patch']['responses'][200]['content']['application/json'];
120983
+ declare const routeName$63 = "/v1/api/claims/{claim_id}/entities/{entity_id}";
120984
+ type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$63]['patch']['parameters']['path'];
120985
+ type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$63]['patch']['parameters']['query'];
120986
+ type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$63]['patch']['responses'][200]['content']['application/json'];
120855
120987
  interface UpdateEntityAsBrokerByIdProps {
120856
120988
  params: {
120857
120989
  query: UpdateEntityAsBrokerByIdQueryParams;
@@ -120860,17 +120992,17 @@ interface UpdateEntityAsBrokerByIdProps {
120860
120992
  }
120861
120993
  declare const updateEntityAsBrokerById: (props: UpdateEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateEntityAsBrokerByIdResponse>;
120862
120994
 
120863
- declare const routeName$61 = "/v1/api/claims/{claim_id}/events";
120864
- type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$61]['get']['parameters']['path'];
120865
- type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$61]['get']['parameters']['query'];
120866
- type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$61]['get']['responses'][200]['content']['application/json'];
120867
- type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$61]['get']['parameters'];
120995
+ declare const routeName$62 = "/v1/api/claims/{claim_id}/events";
120996
+ type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$62]['get']['parameters']['path'];
120997
+ type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$62]['get']['parameters']['query'];
120998
+ type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$62]['get']['responses'][200]['content']['application/json'];
120999
+ type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$62]['get']['parameters'];
120868
121000
  declare const getClaimEventsAsBrokerById: (props: GetClaimEventsAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsBrokerByIdResponse>;
120869
121001
 
120870
- declare const routeName$60 = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
120871
- type SendClaimToKeypointPathParams = paths[typeof routeName$60]['post']['parameters']['path'];
120872
- type SendClaimToKeypointQueryParams = paths[typeof routeName$60]['post']['parameters']['query'];
120873
- type SendClaimToKeypointResponse = paths[typeof routeName$60]['post']['responses'][201]['content']['application/json'];
121002
+ declare const routeName$61 = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
121003
+ type SendClaimToKeypointPathParams = paths[typeof routeName$61]['post']['parameters']['path'];
121004
+ type SendClaimToKeypointQueryParams = paths[typeof routeName$61]['post']['parameters']['query'];
121005
+ type SendClaimToKeypointResponse = paths[typeof routeName$61]['post']['responses'][201]['content']['application/json'];
120874
121006
  interface SendClaimToKeypointProps {
120875
121007
  params: {
120876
121008
  query: SendClaimToKeypointQueryParams;
@@ -120879,10 +121011,10 @@ interface SendClaimToKeypointProps {
120879
121011
  }
120880
121012
  declare const sendClaimToKeypoint: (props: SendClaimToKeypointProps, wgApiClient: ClientType) => Promise<SendClaimToKeypointResponse>;
120881
121013
 
120882
- declare const routeName$5$ = "/v1/api/claims/{claim_id}/customer/followup-page/email";
120883
- type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$5$]['post']['parameters']['path'];
120884
- type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$5$]['post']['parameters']['query'];
120885
- type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$5$]['post']['responses'][200]['content']['application/json'];
121014
+ declare const routeName$60 = "/v1/api/claims/{claim_id}/customer/followup-page/email";
121015
+ type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$60]['post']['parameters']['path'];
121016
+ type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$60]['post']['parameters']['query'];
121017
+ type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$60]['post']['responses'][200]['content']['application/json'];
120886
121018
  interface SendMailFollowupPageToCustomerProps {
120887
121019
  params: {
120888
121020
  query: SendMailFollowupPageToCustomerQueryParams;
@@ -120891,21 +121023,21 @@ interface SendMailFollowupPageToCustomerProps {
120891
121023
  }
120892
121024
  declare const sendMailFollowupPageToCustomer: (props: SendMailFollowupPageToCustomerProps, wgApiClient: ClientType) => Promise<SendMailFollowupPageToCustomerResponse>;
120893
121025
 
120894
- declare const routeName$5_ = "/v1/api/claims/categories/CAR";
120895
- type GetAllCarClaimCategoriesResponse = paths[typeof routeName$5_]['get']['responses'][200]['content']['application/json'];
121026
+ declare const routeName$5$ = "/v1/api/claims/categories/CAR";
121027
+ type GetAllCarClaimCategoriesResponse = paths[typeof routeName$5$]['get']['responses'][200]['content']['application/json'];
120896
121028
  declare const getAllCarClaimCategories: (wgApiClient: ClientType) => Promise<GetAllCarClaimCategoriesResponse>;
120897
121029
 
120898
- declare const routeName$5Z = "/v1/api/claims/info/{claim_type}/{claim_category}";
120899
- type GetInfoForClaimPathParams = paths[typeof routeName$5Z]['get']['parameters']['path'];
120900
- type GetInfoForClaimQueryParams = paths[typeof routeName$5Z]['get']['parameters']['query'];
120901
- type GetInfoForClaimResponse = paths[typeof routeName$5Z]['get']['responses'][200]['content']['application/json'];
120902
- type GetInfoForClaimProps = paths[typeof routeName$5Z]['get']['parameters'];
121030
+ declare const routeName$5_ = "/v1/api/claims/info/{claim_type}/{claim_category}";
121031
+ type GetInfoForClaimPathParams = paths[typeof routeName$5_]['get']['parameters']['path'];
121032
+ type GetInfoForClaimQueryParams = paths[typeof routeName$5_]['get']['parameters']['query'];
121033
+ type GetInfoForClaimResponse = paths[typeof routeName$5_]['get']['responses'][200]['content']['application/json'];
121034
+ type GetInfoForClaimProps = paths[typeof routeName$5_]['get']['parameters'];
120903
121035
  declare const getInfoForClaim: (props: GetInfoForClaimProps, wgApiClient: ClientType) => Promise<GetInfoForClaimResponse>;
120904
121036
 
120905
- declare const routeName$5Y = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
120906
- type CreateNoteOnEventPathParams = paths[typeof routeName$5Y]['post']['parameters']['path'];
120907
- type CreateNoteOnEventQueryParams = paths[typeof routeName$5Y]['post']['parameters']['query'];
120908
- type CreateNoteOnEventResponse = paths[typeof routeName$5Y]['post']['responses'][201]['content']['application/json'];
121037
+ declare const routeName$5Z = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
121038
+ type CreateNoteOnEventPathParams = paths[typeof routeName$5Z]['post']['parameters']['path'];
121039
+ type CreateNoteOnEventQueryParams = paths[typeof routeName$5Z]['post']['parameters']['query'];
121040
+ type CreateNoteOnEventResponse = paths[typeof routeName$5Z]['post']['responses'][201]['content']['application/json'];
120909
121041
  interface CreateNoteOnEventProps {
120910
121042
  params: {
120911
121043
  query: CreateNoteOnEventQueryParams;
@@ -120914,10 +121046,10 @@ interface CreateNoteOnEventProps {
120914
121046
  }
120915
121047
  declare const createNoteOnEvent: (props: CreateNoteOnEventProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventResponse>;
120916
121048
 
120917
- declare const routeName$5X = "/v1/api/claims/notes/{note_id}";
120918
- type DeleteNotePathParams = paths[typeof routeName$5X]['delete']['parameters']['path'];
120919
- type DeleteNoteQueryParams = paths[typeof routeName$5X]['delete']['parameters']['query'];
120920
- type DeleteNoteResponse = paths[typeof routeName$5X]['delete']['responses'][200]['content']['application/json'];
121049
+ declare const routeName$5Y = "/v1/api/claims/notes/{note_id}";
121050
+ type DeleteNotePathParams = paths[typeof routeName$5Y]['delete']['parameters']['path'];
121051
+ type DeleteNoteQueryParams = paths[typeof routeName$5Y]['delete']['parameters']['query'];
121052
+ type DeleteNoteResponse = paths[typeof routeName$5Y]['delete']['responses'][200]['content']['application/json'];
120921
121053
  interface DeleteNoteProps {
120922
121054
  params: {
120923
121055
  query: DeleteNoteQueryParams;
@@ -120926,10 +121058,10 @@ interface DeleteNoteProps {
120926
121058
  }
120927
121059
  declare const deleteNote: (props: DeleteNoteProps, wgApiClient: ClientType) => Promise<DeleteNoteResponse>;
120928
121060
 
120929
- declare const routeName$5W = "/v1/api/claims/notes/{note_id}";
120930
- type UpdateNotePathParams = paths[typeof routeName$5W]['patch']['parameters']['path'];
120931
- type UpdateNoteQueryParams = paths[typeof routeName$5W]['patch']['parameters']['query'];
120932
- type UpdateNoteResponse = paths[typeof routeName$5W]['patch']['responses'][200]['content']['application/json'];
121061
+ declare const routeName$5X = "/v1/api/claims/notes/{note_id}";
121062
+ type UpdateNotePathParams = paths[typeof routeName$5X]['patch']['parameters']['path'];
121063
+ type UpdateNoteQueryParams = paths[typeof routeName$5X]['patch']['parameters']['query'];
121064
+ type UpdateNoteResponse = paths[typeof routeName$5X]['patch']['responses'][200]['content']['application/json'];
120933
121065
  interface UpdateNoteProps {
120934
121066
  params: {
120935
121067
  query: UpdateNoteQueryParams;
@@ -120938,17 +121070,17 @@ interface UpdateNoteProps {
120938
121070
  }
120939
121071
  declare const updateNote: (props: UpdateNoteProps, wgApiClient: ClientType) => Promise<UpdateNoteResponse>;
120940
121072
 
120941
- declare const routeName$5V = "/v1/api/claims/{claim_id}/report";
120942
- type ClaimReportByIdPathParams = paths[typeof routeName$5V]['get']['parameters']['path'];
120943
- type ClaimReportByIdQueryParams = paths[typeof routeName$5V]['get']['parameters']['query'];
120944
- type ClaimReportByIdResponse = paths[typeof routeName$5V]['get']['responses'][200]['content']['application/json'];
120945
- type ClaimReportByIdProps = paths[typeof routeName$5V]['get']['parameters'];
121073
+ declare const routeName$5W = "/v1/api/claims/{claim_id}/report";
121074
+ type ClaimReportByIdPathParams = paths[typeof routeName$5W]['get']['parameters']['path'];
121075
+ type ClaimReportByIdQueryParams = paths[typeof routeName$5W]['get']['parameters']['query'];
121076
+ type ClaimReportByIdResponse = paths[typeof routeName$5W]['get']['responses'][200]['content']['application/json'];
121077
+ type ClaimReportByIdProps = paths[typeof routeName$5W]['get']['parameters'];
120946
121078
  declare const claimReportById: (props: ClaimReportByIdProps, wgApiClient: ClientType) => Promise<ClaimReportByIdResponse>;
120947
121079
 
120948
- declare const routeName$5U = "/v1/api/claims/{claim_id}/report/email";
120949
- type SendMailClaimReportByIdPathParams = paths[typeof routeName$5U]['post']['parameters']['path'];
120950
- type SendMailClaimReportByIdQueryParams = paths[typeof routeName$5U]['post']['parameters']['query'];
120951
- type SendMailClaimReportByIdResponse = paths[typeof routeName$5U]['post']['responses'][200]['content']['application/json'];
121080
+ declare const routeName$5V = "/v1/api/claims/{claim_id}/report/email";
121081
+ type SendMailClaimReportByIdPathParams = paths[typeof routeName$5V]['post']['parameters']['path'];
121082
+ type SendMailClaimReportByIdQueryParams = paths[typeof routeName$5V]['post']['parameters']['query'];
121083
+ type SendMailClaimReportByIdResponse = paths[typeof routeName$5V]['post']['responses'][200]['content']['application/json'];
120952
121084
  interface SendMailClaimReportByIdProps {
120953
121085
  params: {
120954
121086
  query: SendMailClaimReportByIdQueryParams;
@@ -120957,16 +121089,16 @@ interface SendMailClaimReportByIdProps {
120957
121089
  }
120958
121090
  declare const sendMailClaimReportById: (props: SendMailClaimReportByIdProps, wgApiClient: ClientType) => Promise<SendMailClaimReportByIdResponse>;
120959
121091
 
120960
- declare const routeName$5T = "/v1/api/brokers/{broker_id}/connections";
120961
- type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$5T]['get']['parameters']['path'];
120962
- type GetBrokerConnectionsByIdResponse = paths[typeof routeName$5T]['get']['responses'][200]['content']['application/json'];
120963
- type GetBrokerConnectionsByIdProps = paths[typeof routeName$5T]['get']['parameters'];
121092
+ declare const routeName$5U = "/v1/api/brokers/{broker_id}/connections";
121093
+ type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$5U]['get']['parameters']['path'];
121094
+ type GetBrokerConnectionsByIdResponse = paths[typeof routeName$5U]['get']['responses'][200]['content']['application/json'];
121095
+ type GetBrokerConnectionsByIdProps = paths[typeof routeName$5U]['get']['parameters'];
120964
121096
  declare const getBrokerConnectionsById: (props: GetBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetBrokerConnectionsByIdResponse>;
120965
121097
 
120966
- declare const routeName$5S = "/v1/api/brokers/{broker_id}/connections/{key}";
120967
- type CreateBrokerConnectionsByIdBody = paths[typeof routeName$5S]['post']['requestBody']['content']['application/json'];
120968
- type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$5S]['post']['parameters']['path'];
120969
- type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$5S]['post']['responses'][201]['content']['application/json'];
121098
+ declare const routeName$5T = "/v1/api/brokers/{broker_id}/connections/{key}";
121099
+ type CreateBrokerConnectionsByIdBody = paths[typeof routeName$5T]['post']['requestBody']['content']['application/json'];
121100
+ type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$5T]['post']['parameters']['path'];
121101
+ type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$5T]['post']['responses'][201]['content']['application/json'];
120970
121102
  interface CreateBrokerConnectionsByIdProps {
120971
121103
  body: CreateBrokerConnectionsByIdBody;
120972
121104
  params: {
@@ -120975,9 +121107,9 @@ interface CreateBrokerConnectionsByIdProps {
120975
121107
  }
120976
121108
  declare const createBrokerConnectionsById: (props: CreateBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<CreateBrokerConnectionsByIdResponse>;
120977
121109
 
120978
- declare const routeName$5R = "/v1/api/brokers/{broker_id}/connections/{key}";
120979
- type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$5R]['delete']['parameters']['path'];
120980
- type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$5R]['delete']['responses'][200]['content']['application/json'];
121110
+ declare const routeName$5S = "/v1/api/brokers/{broker_id}/connections/{key}";
121111
+ type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$5S]['delete']['parameters']['path'];
121112
+ type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$5S]['delete']['responses'][200]['content']['application/json'];
120981
121113
  interface DeleteBrokerConnectionByKeyProps {
120982
121114
  params: {
120983
121115
  path: DeleteBrokerConnectionByKeyPathParams;
@@ -120985,10 +121117,10 @@ interface DeleteBrokerConnectionByKeyProps {
120985
121117
  }
120986
121118
  declare const deleteBrokerConnectionByKey: (props: DeleteBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteBrokerConnectionByKeyResponse>;
120987
121119
 
120988
- declare const routeName$5Q = "/v1/api/brokers/{broker_id}/connections/{key}";
120989
- type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$5Q]['patch']['requestBody']['content']['application/json'];
120990
- type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$5Q]['patch']['parameters']['path'];
120991
- type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$5Q]['patch']['responses'][200]['content']['application/json'];
121120
+ declare const routeName$5R = "/v1/api/brokers/{broker_id}/connections/{key}";
121121
+ type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$5R]['patch']['requestBody']['content']['application/json'];
121122
+ type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$5R]['patch']['parameters']['path'];
121123
+ type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$5R]['patch']['responses'][200]['content']['application/json'];
120992
121124
  interface UpdateBrokerConnectionByKeyProps {
120993
121125
  body: UpdateBrokerConnectionByKeyBody;
120994
121126
  params: {
@@ -120997,10 +121129,10 @@ interface UpdateBrokerConnectionByKeyProps {
120997
121129
  }
120998
121130
  declare const updateBrokerConnectionByKey: (props: UpdateBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateBrokerConnectionByKeyResponse>;
120999
121131
 
121000
- declare const routeName$5P = "/v1/api/distributions/{distribution_id}/connections/{key}";
121001
- type CreateDistributionConnectionByIdBody = paths[typeof routeName$5P]['post']['requestBody']['content']['application/json'];
121002
- type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$5P]['post']['parameters']['path'];
121003
- type CreateDistributionConnectionByIdResponse = paths[typeof routeName$5P]['post']['responses'][201]['content']['application/json'];
121132
+ declare const routeName$5Q = "/v1/api/distributions/{distribution_id}/connections/{key}";
121133
+ type CreateDistributionConnectionByIdBody = paths[typeof routeName$5Q]['post']['requestBody']['content']['application/json'];
121134
+ type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$5Q]['post']['parameters']['path'];
121135
+ type CreateDistributionConnectionByIdResponse = paths[typeof routeName$5Q]['post']['responses'][201]['content']['application/json'];
121004
121136
  interface CreateDistributionConnectionByIdProps {
121005
121137
  body: CreateDistributionConnectionByIdBody;
121006
121138
  params: {
@@ -121009,9 +121141,9 @@ interface CreateDistributionConnectionByIdProps {
121009
121141
  }
121010
121142
  declare const createDistributionConnectionById: (props: CreateDistributionConnectionByIdProps, wgApiClient: ClientType) => Promise<CreateDistributionConnectionByIdResponse>;
121011
121143
 
121012
- declare const routeName$5O = "/v1/api/distributions/{distribution_id}/connections/{key}";
121013
- type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$5O]['delete']['parameters']['path'];
121014
- type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$5O]['delete']['responses'][200]['content']['application/json'];
121144
+ declare const routeName$5P = "/v1/api/distributions/{distribution_id}/connections/{key}";
121145
+ type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$5P]['delete']['parameters']['path'];
121146
+ type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$5P]['delete']['responses'][200]['content']['application/json'];
121015
121147
  interface DeleteDistributionConnectionByKeyProps {
121016
121148
  params: {
121017
121149
  path: DeleteDistributionConnectionByKeyPathParams;
@@ -121019,10 +121151,10 @@ interface DeleteDistributionConnectionByKeyProps {
121019
121151
  }
121020
121152
  declare const deleteDistributionConnectionByKey: (props: DeleteDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteDistributionConnectionByKeyResponse>;
121021
121153
 
121022
- declare const routeName$5N = "/v1/api/distributions/{distribution_id}/connections/{key}";
121023
- type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$5N]['patch']['requestBody']['content']['application/json'];
121024
- type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$5N]['patch']['parameters']['path'];
121025
- type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$5N]['patch']['responses'][200]['content']['application/json'];
121154
+ declare const routeName$5O = "/v1/api/distributions/{distribution_id}/connections/{key}";
121155
+ type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$5O]['patch']['requestBody']['content']['application/json'];
121156
+ type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$5O]['patch']['parameters']['path'];
121157
+ type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$5O]['patch']['responses'][200]['content']['application/json'];
121026
121158
  interface UpdateDistributionConnectionByKeyProps {
121027
121159
  body: UpdateDistributionConnectionByKeyBody;
121028
121160
  params: {
@@ -121031,41 +121163,41 @@ interface UpdateDistributionConnectionByKeyProps {
121031
121163
  }
121032
121164
  declare const updateDistributionConnectionByKey: (props: UpdateDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateDistributionConnectionByKeyResponse>;
121033
121165
 
121034
- declare const routeName$5M = "/v1/api/distributions/{distribution_id}/connections";
121035
- type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$5M]['get']['parameters']['path'];
121036
- type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$5M]['get']['parameters']['query'];
121037
- type GetDistributionConnectionsByIdResponse = paths[typeof routeName$5M]['get']['responses'][200]['content']['application/json'];
121038
- type GetDistributionConnectionsByIdProps = paths[typeof routeName$5M]['get']['parameters'];
121166
+ declare const routeName$5N = "/v1/api/distributions/{distribution_id}/connections";
121167
+ type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$5N]['get']['parameters']['path'];
121168
+ type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$5N]['get']['parameters']['query'];
121169
+ type GetDistributionConnectionsByIdResponse = paths[typeof routeName$5N]['get']['responses'][200]['content']['application/json'];
121170
+ type GetDistributionConnectionsByIdProps = paths[typeof routeName$5N]['get']['parameters'];
121039
121171
  declare const getDistributionConnectionsById: (props: GetDistributionConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetDistributionConnectionsByIdResponse>;
121040
121172
 
121041
- declare const routeName$5L = "/v1/api/connections/anva/parties";
121042
- type GetAnvaPartiesQueryParams = paths[typeof routeName$5L]['get']['parameters']['query'];
121043
- type GetAnvaPartiesResponse = paths[typeof routeName$5L]['get']['responses'][200]['content']['application/json'];
121044
- type GetAnvaPartiesProps = paths[typeof routeName$5L]['get']['parameters'];
121173
+ declare const routeName$5M = "/v1/api/connections/anva/parties";
121174
+ type GetAnvaPartiesQueryParams = paths[typeof routeName$5M]['get']['parameters']['query'];
121175
+ type GetAnvaPartiesResponse = paths[typeof routeName$5M]['get']['responses'][200]['content']['application/json'];
121176
+ type GetAnvaPartiesProps = paths[typeof routeName$5M]['get']['parameters'];
121045
121177
  declare const getAnvaParties: (props: GetAnvaPartiesProps, wgApiClient: ClientType) => Promise<GetAnvaPartiesResponse>;
121046
121178
 
121047
- declare const routeName$5K = "/v1/api/connections/anva/employees";
121048
- type GetAnvaEmployeesQueryParams = paths[typeof routeName$5K]['get']['parameters']['query'];
121049
- type GetAnvaEmployeesResponse = paths[typeof routeName$5K]['get']['responses'][200]['content']['application/json'];
121050
- type GetAnvaEmployeesProps = paths[typeof routeName$5K]['get']['parameters'];
121179
+ declare const routeName$5L = "/v1/api/connections/anva/employees";
121180
+ type GetAnvaEmployeesQueryParams = paths[typeof routeName$5L]['get']['parameters']['query'];
121181
+ type GetAnvaEmployeesResponse = paths[typeof routeName$5L]['get']['responses'][200]['content']['application/json'];
121182
+ type GetAnvaEmployeesProps = paths[typeof routeName$5L]['get']['parameters'];
121051
121183
  declare const getAnvaEmployees: (props: GetAnvaEmployeesProps, wgApiClient: ClientType) => Promise<GetAnvaEmployeesResponse>;
121052
121184
 
121053
- declare const routeName$5J = "/v1/api/connections/anva/agents";
121054
- type GetAnvaAgentsQueryParams = paths[typeof routeName$5J]['get']['parameters']['query'];
121055
- type GetAnvaAgentsResponse = paths[typeof routeName$5J]['get']['responses'][200]['content']['application/json'];
121056
- type GetAnvaAgentsProps = paths[typeof routeName$5J]['get']['parameters'];
121185
+ declare const routeName$5K = "/v1/api/connections/anva/agents";
121186
+ type GetAnvaAgentsQueryParams = paths[typeof routeName$5K]['get']['parameters']['query'];
121187
+ type GetAnvaAgentsResponse = paths[typeof routeName$5K]['get']['responses'][200]['content']['application/json'];
121188
+ type GetAnvaAgentsProps = paths[typeof routeName$5K]['get']['parameters'];
121057
121189
  declare const getAnvaAgents: (props: GetAnvaAgentsProps, wgApiClient: ClientType) => Promise<GetAnvaAgentsResponse>;
121058
121190
 
121059
- declare const routeName$5I = "/v1/api/connections/anva/products";
121060
- type GetAnvaProductsQueryParams = paths[typeof routeName$5I]['get']['parameters']['query'];
121061
- type GetAnvaProductsResponse = paths[typeof routeName$5I]['get']['responses'][200]['content']['application/json'];
121062
- type GetAnvaProductsProps = paths[typeof routeName$5I]['get']['parameters'];
121191
+ declare const routeName$5J = "/v1/api/connections/anva/products";
121192
+ type GetAnvaProductsQueryParams = paths[typeof routeName$5J]['get']['parameters']['query'];
121193
+ type GetAnvaProductsResponse = paths[typeof routeName$5J]['get']['responses'][200]['content']['application/json'];
121194
+ type GetAnvaProductsProps = paths[typeof routeName$5J]['get']['parameters'];
121063
121195
  declare const getAnvaProducts: (props: GetAnvaProductsProps, wgApiClient: ClientType) => Promise<GetAnvaProductsResponse>;
121064
121196
 
121065
- declare const routeName$5H = "/v1/api/connections/anva/parties/{anva_id}/imports";
121066
- type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5H]['post']['parameters']['path'];
121067
- type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5H]['post']['parameters']['query'];
121068
- type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$5H]['post']['responses'][201]['content']['application/json'];
121197
+ declare const routeName$5I = "/v1/api/connections/anva/parties/{anva_id}/imports";
121198
+ type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5I]['post']['parameters']['path'];
121199
+ type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5I]['post']['parameters']['query'];
121200
+ type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$5I]['post']['responses'][201]['content']['application/json'];
121069
121201
  interface ImportAnvaPartyInWegroupProps {
121070
121202
  params: {
121071
121203
  query: ImportAnvaPartyInWegroupQueryParams;
@@ -121074,31 +121206,31 @@ interface ImportAnvaPartyInWegroupProps {
121074
121206
  }
121075
121207
  declare const importAnvaPartyInWegroup: (props: ImportAnvaPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaPartyInWegroupResponse>;
121076
121208
 
121077
- declare const routeName$5G = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
121078
- type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$5G]['get']['parameters']['path'];
121079
- type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$5G]['get']['parameters']['query'];
121080
- type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$5G]['get']['responses'][307]['content']['application/json'];
121081
- type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$5G]['get']['parameters'];
121209
+ declare const routeName$5H = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
121210
+ type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$5H]['get']['parameters']['path'];
121211
+ type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$5H]['get']['parameters']['query'];
121212
+ type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$5H]['get']['responses'][307]['content']['application/json'];
121213
+ type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$5H]['get']['parameters'];
121082
121214
  declare const importAnvaInsurancePolicyDocumentInWegroup: (props: ImportAnvaInsurancePolicyDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyDocumentInWegroupResponse>;
121083
121215
 
121084
- declare const routeName$5F = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
121085
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$5F]['get']['parameters']['path'];
121086
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$5F]['get']['parameters']['query'];
121087
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$5F]['get']['responses'][307]['content']['application/json'];
121088
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$5F]['get']['parameters'];
121216
+ declare const routeName$5G = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
121217
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$5G]['get']['parameters']['path'];
121218
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$5G]['get']['parameters']['query'];
121219
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$5G]['get']['responses'][307]['content']['application/json'];
121220
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$5G]['get']['parameters'];
121089
121221
  declare const importAnvaInsurancePolicyPackageDocumentInWegroup: (props: ImportAnvaInsurancePolicyPackageDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse>;
121090
121222
 
121091
- declare const routeName$5E = "/v1/api/connections/anva/documents/import";
121092
- type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$5E]['get']['parameters']['query'];
121093
- type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$5E]['get']['responses'][307]['content']['application/json'];
121094
- type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$5E]['get']['parameters'];
121223
+ declare const routeName$5F = "/v1/api/connections/anva/documents/import";
121224
+ type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$5F]['get']['parameters']['query'];
121225
+ type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$5F]['get']['responses'][307]['content']['application/json'];
121226
+ type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$5F]['get']['parameters'];
121095
121227
  declare const importAnvaDocumentInWegroup: (props: ImportAnvaDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaDocumentInWegroupResponse>;
121096
121228
 
121097
- declare const routeName$5D = "/v1/api/connections/anva/parties/{anva_party_id}/task";
121098
- type CreateAnvaTaskBody = paths[typeof routeName$5D]['post']['requestBody']['content']['application/json'];
121099
- type CreateAnvaTaskPathParams = paths[typeof routeName$5D]['post']['parameters']['path'];
121100
- type CreateAnvaTaskQueryParams = paths[typeof routeName$5D]['post']['parameters']['query'];
121101
- type CreateAnvaTaskResponse = paths[typeof routeName$5D]['post']['responses'][201]['content']['application/json'];
121229
+ declare const routeName$5E = "/v1/api/connections/anva/parties/{anva_party_id}/task";
121230
+ type CreateAnvaTaskBody = paths[typeof routeName$5E]['post']['requestBody']['content']['application/json'];
121231
+ type CreateAnvaTaskPathParams = paths[typeof routeName$5E]['post']['parameters']['path'];
121232
+ type CreateAnvaTaskQueryParams = paths[typeof routeName$5E]['post']['parameters']['query'];
121233
+ type CreateAnvaTaskResponse = paths[typeof routeName$5E]['post']['responses'][201]['content']['application/json'];
121102
121234
  interface CreateAnvaTaskProps {
121103
121235
  body: CreateAnvaTaskBody;
121104
121236
  params: {
@@ -121108,9 +121240,9 @@ interface CreateAnvaTaskProps {
121108
121240
  }
121109
121241
  declare const createAnvaTask: (props: CreateAnvaTaskProps, wgApiClient: ClientType) => Promise<CreateAnvaTaskResponse>;
121110
121242
 
121111
- declare const routeName$5C = "/v1/api/connections/anva/validate";
121112
- type ValidateAnvaConnectionQueryParams = paths[typeof routeName$5C]['post']['parameters']['query'];
121113
- type ValidateAnvaConnectionResponse = paths[typeof routeName$5C]['post']['responses'][200]['content']['application/json'];
121243
+ declare const routeName$5D = "/v1/api/connections/anva/validate";
121244
+ type ValidateAnvaConnectionQueryParams = paths[typeof routeName$5D]['post']['parameters']['query'];
121245
+ type ValidateAnvaConnectionResponse = paths[typeof routeName$5D]['post']['responses'][200]['content']['application/json'];
121114
121246
  interface ValidateAnvaConnectionProps {
121115
121247
  params: {
121116
121248
  query: ValidateAnvaConnectionQueryParams;
@@ -121118,9 +121250,9 @@ interface ValidateAnvaConnectionProps {
121118
121250
  }
121119
121251
  declare const validateAnvaConnection: (props: ValidateAnvaConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaConnectionResponse>;
121120
121252
 
121121
- declare const routeName$5B = "/v1/api/connections/anva_dwh/validate";
121122
- type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$5B]['post']['parameters']['query'];
121123
- type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$5B]['post']['responses'][200]['content']['application/json'];
121253
+ declare const routeName$5C = "/v1/api/connections/anva_dwh/validate";
121254
+ type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$5C]['post']['parameters']['query'];
121255
+ type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$5C]['post']['responses'][200]['content']['application/json'];
121124
121256
  interface ValidateAnvaDwhConnectionProps {
121125
121257
  params: {
121126
121258
  query: ValidateAnvaDwhConnectionQueryParams;
@@ -121128,22 +121260,22 @@ interface ValidateAnvaDwhConnectionProps {
121128
121260
  }
121129
121261
  declare const validateAnvaDwhConnection: (props: ValidateAnvaDwhConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaDwhConnectionResponse>;
121130
121262
 
121131
- declare const routeName$5A = "/v1/api/connections/dias/parties";
121132
- type GetDiasPartiesQueryParams = paths[typeof routeName$5A]['get']['parameters']['query'];
121133
- type GetDiasPartiesResponse = paths[typeof routeName$5A]['get']['responses'][200]['content']['application/json'];
121134
- type GetDiasPartiesProps = paths[typeof routeName$5A]['get']['parameters'];
121263
+ declare const routeName$5B = "/v1/api/connections/dias/parties";
121264
+ type GetDiasPartiesQueryParams = paths[typeof routeName$5B]['get']['parameters']['query'];
121265
+ type GetDiasPartiesResponse = paths[typeof routeName$5B]['get']['responses'][200]['content']['application/json'];
121266
+ type GetDiasPartiesProps = paths[typeof routeName$5B]['get']['parameters'];
121135
121267
  declare const getDiasParties: (props: GetDiasPartiesProps, wgApiClient: ClientType) => Promise<GetDiasPartiesResponse>;
121136
121268
 
121137
- declare const routeName$5z = "/v1/api/connections/dias/employees";
121138
- type GetDiasEmployeesQueryParams = paths[typeof routeName$5z]['get']['parameters']['query'];
121139
- type GetDiasEmployeesResponse = paths[typeof routeName$5z]['get']['responses'][200]['content']['application/json'];
121140
- type GetDiasEmployeesProps = paths[typeof routeName$5z]['get']['parameters'];
121269
+ declare const routeName$5A = "/v1/api/connections/dias/employees";
121270
+ type GetDiasEmployeesQueryParams = paths[typeof routeName$5A]['get']['parameters']['query'];
121271
+ type GetDiasEmployeesResponse = paths[typeof routeName$5A]['get']['responses'][200]['content']['application/json'];
121272
+ type GetDiasEmployeesProps = paths[typeof routeName$5A]['get']['parameters'];
121141
121273
  declare const getDiasEmployees: (props: GetDiasEmployeesProps, wgApiClient: ClientType) => Promise<GetDiasEmployeesResponse>;
121142
121274
 
121143
- declare const routeName$5y = "/v1/api/connections/dias/parties/{dias_id}/imports";
121144
- type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$5y]['post']['parameters']['path'];
121145
- type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$5y]['post']['parameters']['query'];
121146
- type ImportDiasPartyInWegroupResponse = paths[typeof routeName$5y]['post']['responses'][201]['content']['application/json'];
121275
+ declare const routeName$5z = "/v1/api/connections/dias/parties/{dias_id}/imports";
121276
+ type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$5z]['post']['parameters']['path'];
121277
+ type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$5z]['post']['parameters']['query'];
121278
+ type ImportDiasPartyInWegroupResponse = paths[typeof routeName$5z]['post']['responses'][201]['content']['application/json'];
121147
121279
  interface ImportDiasPartyInWegroupProps {
121148
121280
  params: {
121149
121281
  query: ImportDiasPartyInWegroupQueryParams;
@@ -121152,37 +121284,37 @@ interface ImportDiasPartyInWegroupProps {
121152
121284
  }
121153
121285
  declare const importDiasPartyInWegroup: (props: ImportDiasPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportDiasPartyInWegroupResponse>;
121154
121286
 
121155
- declare const routeName$5x = "/v1/api/connections/dias/products";
121156
- type GetDiasProductsQueryParams = paths[typeof routeName$5x]['get']['parameters']['query'];
121157
- type GetDiasProductsResponse = paths[typeof routeName$5x]['get']['responses'][200]['content']['application/json'];
121158
- type GetDiasProductsProps = paths[typeof routeName$5x]['get']['parameters'];
121287
+ declare const routeName$5y = "/v1/api/connections/dias/products";
121288
+ type GetDiasProductsQueryParams = paths[typeof routeName$5y]['get']['parameters']['query'];
121289
+ type GetDiasProductsResponse = paths[typeof routeName$5y]['get']['responses'][200]['content']['application/json'];
121290
+ type GetDiasProductsProps = paths[typeof routeName$5y]['get']['parameters'];
121159
121291
  declare const getDiasProducts: (props: GetDiasProductsProps, wgApiClient: ClientType) => Promise<GetDiasProductsResponse>;
121160
121292
 
121161
- declare const routeName$5w = "/v1/api/connections/dias/afdbranches";
121162
- type GetDiasAfdbranchesResponse = paths[typeof routeName$5w]['get']['responses'][200]['content']['application/json'];
121293
+ declare const routeName$5x = "/v1/api/connections/dias/afdbranches";
121294
+ type GetDiasAfdbranchesResponse = paths[typeof routeName$5x]['get']['responses'][200]['content']['application/json'];
121163
121295
  declare const getDiasAfdbranches: (wgApiClient: ClientType) => Promise<GetDiasAfdbranchesResponse>;
121164
121296
 
121165
- declare const routeName$5v = "/v1/api/connections/fasterforward/employees";
121166
- type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$5v]['get']['parameters']['query'];
121167
- type GetFasterforwardEmployeesResponse = paths[typeof routeName$5v]['get']['responses'][200]['content']['application/json'];
121168
- type GetFasterforwardEmployeesProps = paths[typeof routeName$5v]['get']['parameters'];
121297
+ declare const routeName$5w = "/v1/api/connections/fasterforward/employees";
121298
+ type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$5w]['get']['parameters']['query'];
121299
+ type GetFasterforwardEmployeesResponse = paths[typeof routeName$5w]['get']['responses'][200]['content']['application/json'];
121300
+ type GetFasterforwardEmployeesProps = paths[typeof routeName$5w]['get']['parameters'];
121169
121301
  declare const getFasterforwardEmployees: (props: GetFasterforwardEmployeesProps, wgApiClient: ClientType) => Promise<GetFasterforwardEmployeesResponse>;
121170
121302
 
121171
- declare const routeName$5u = "/v1/api/connections/assu/employees";
121172
- type GetAssuEmployeesQueryParams = paths[typeof routeName$5u]['get']['parameters']['query'];
121173
- type GetAssuEmployeesResponse = paths[typeof routeName$5u]['get']['responses'][200]['content']['application/json'];
121174
- type GetAssuEmployeesProps = paths[typeof routeName$5u]['get']['parameters'];
121303
+ declare const routeName$5v = "/v1/api/connections/assu/employees";
121304
+ type GetAssuEmployeesQueryParams = paths[typeof routeName$5v]['get']['parameters']['query'];
121305
+ type GetAssuEmployeesResponse = paths[typeof routeName$5v]['get']['responses'][200]['content']['application/json'];
121306
+ type GetAssuEmployeesProps = paths[typeof routeName$5v]['get']['parameters'];
121175
121307
  declare const getAssuEmployees: (props: GetAssuEmployeesProps, wgApiClient: ClientType) => Promise<GetAssuEmployeesResponse>;
121176
121308
 
121177
- declare const routeName$5t = "/v1/api/connections/fasterforward/teams";
121178
- type GetFasterforwardTeamsQueryParams = paths[typeof routeName$5t]['get']['parameters']['query'];
121179
- type GetFasterforwardTeamsResponse = paths[typeof routeName$5t]['get']['responses'][200]['content']['application/json'];
121180
- type GetFasterforwardTeamsProps = paths[typeof routeName$5t]['get']['parameters'];
121309
+ declare const routeName$5u = "/v1/api/connections/fasterforward/teams";
121310
+ type GetFasterforwardTeamsQueryParams = paths[typeof routeName$5u]['get']['parameters']['query'];
121311
+ type GetFasterforwardTeamsResponse = paths[typeof routeName$5u]['get']['responses'][200]['content']['application/json'];
121312
+ type GetFasterforwardTeamsProps = paths[typeof routeName$5u]['get']['parameters'];
121181
121313
  declare const getFasterforwardTeams: (props: GetFasterforwardTeamsProps, wgApiClient: ClientType) => Promise<GetFasterforwardTeamsResponse>;
121182
121314
 
121183
- declare const routeName$5s = "/v1/api/connections/fasterforward/validate";
121184
- type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$5s]['post']['parameters']['query'];
121185
- type ValidateFasterforwardConnectionResponse = paths[typeof routeName$5s]['post']['responses'][200]['content']['application/json'];
121315
+ declare const routeName$5t = "/v1/api/connections/fasterforward/validate";
121316
+ type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$5t]['post']['parameters']['query'];
121317
+ type ValidateFasterforwardConnectionResponse = paths[typeof routeName$5t]['post']['responses'][200]['content']['application/json'];
121186
121318
  interface ValidateFasterforwardConnectionProps {
121187
121319
  params: {
121188
121320
  query: ValidateFasterforwardConnectionQueryParams;
@@ -121190,42 +121322,42 @@ interface ValidateFasterforwardConnectionProps {
121190
121322
  }
121191
121323
  declare const validateFasterforwardConnection: (props: ValidateFasterforwardConnectionProps, wgApiClient: ClientType) => Promise<ValidateFasterforwardConnectionResponse>;
121192
121324
 
121193
- declare const routeName$5r = "/v1/api/connections/outlook/mails";
121194
- type GetOutlookMailsQueryParams = paths[typeof routeName$5r]['get']['parameters']['query'];
121195
- type GetOutlookMailsResponse = paths[typeof routeName$5r]['get']['responses'][200]['content']['application/json'];
121196
- type GetOutlookMailsProps = paths[typeof routeName$5r]['get']['parameters'];
121325
+ declare const routeName$5s = "/v1/api/connections/outlook/mails";
121326
+ type GetOutlookMailsQueryParams = paths[typeof routeName$5s]['get']['parameters']['query'];
121327
+ type GetOutlookMailsResponse = paths[typeof routeName$5s]['get']['responses'][200]['content']['application/json'];
121328
+ type GetOutlookMailsProps = paths[typeof routeName$5s]['get']['parameters'];
121197
121329
  declare const getOutlookMails: (props: GetOutlookMailsProps, wgApiClient: ClientType) => Promise<GetOutlookMailsResponse>;
121198
121330
 
121199
- declare const routeName$5q = "/v1/api/connections/outlook/mails/{id}";
121200
- type GetOutlookMailByIdPathParams = paths[typeof routeName$5q]['get']['parameters']['path'];
121201
- type GetOutlookMailByIdQueryParams = paths[typeof routeName$5q]['get']['parameters']['query'];
121202
- type GetOutlookMailByIdResponse = paths[typeof routeName$5q]['get']['responses'][200]['content']['application/json'];
121203
- type GetOutlookMailByIdProps = paths[typeof routeName$5q]['get']['parameters'];
121331
+ declare const routeName$5r = "/v1/api/connections/outlook/mails/{id}";
121332
+ type GetOutlookMailByIdPathParams = paths[typeof routeName$5r]['get']['parameters']['path'];
121333
+ type GetOutlookMailByIdQueryParams = paths[typeof routeName$5r]['get']['parameters']['query'];
121334
+ type GetOutlookMailByIdResponse = paths[typeof routeName$5r]['get']['responses'][200]['content']['application/json'];
121335
+ type GetOutlookMailByIdProps = paths[typeof routeName$5r]['get']['parameters'];
121204
121336
  declare const getOutlookMailById: (props: GetOutlookMailByIdProps, wgApiClient: ClientType) => Promise<GetOutlookMailByIdResponse>;
121205
121337
 
121206
- declare const routeName$5p = "/v1/api/connections/outlook/mails-by-outlook-message-id/{id}";
121207
- type GetOutlookMailByOutlookMessageIdPathParams = paths[typeof routeName$5p]['get']['parameters']['path'];
121208
- type GetOutlookMailByOutlookMessageIdQueryParams = paths[typeof routeName$5p]['get']['parameters']['query'];
121209
- type GetOutlookMailByOutlookMessageIdResponse = paths[typeof routeName$5p]['get']['responses'][200]['content']['application/json'];
121210
- type GetOutlookMailByOutlookMessageIdProps = paths[typeof routeName$5p]['get']['parameters'];
121338
+ declare const routeName$5q = "/v1/api/connections/outlook/mails-by-outlook-message-id/{id}";
121339
+ type GetOutlookMailByOutlookMessageIdPathParams = paths[typeof routeName$5q]['get']['parameters']['path'];
121340
+ type GetOutlookMailByOutlookMessageIdQueryParams = paths[typeof routeName$5q]['get']['parameters']['query'];
121341
+ type GetOutlookMailByOutlookMessageIdResponse = paths[typeof routeName$5q]['get']['responses'][200]['content']['application/json'];
121342
+ type GetOutlookMailByOutlookMessageIdProps = paths[typeof routeName$5q]['get']['parameters'];
121211
121343
  declare const getOutlookMailByOutlookMessageId: (props: GetOutlookMailByOutlookMessageIdProps, wgApiClient: ClientType) => Promise<GetOutlookMailByOutlookMessageIdResponse>;
121212
121344
 
121213
- declare const routeName$5o = "/v1/api/connections/outlook/mailfolders";
121214
- type GetOutlookMailfoldersQueryParams = paths[typeof routeName$5o]['get']['parameters']['query'];
121215
- type GetOutlookMailfoldersResponse = paths[typeof routeName$5o]['get']['responses'][200]['content']['application/json'];
121216
- type GetOutlookMailfoldersProps = paths[typeof routeName$5o]['get']['parameters'];
121345
+ declare const routeName$5p = "/v1/api/connections/outlook/mailfolders";
121346
+ type GetOutlookMailfoldersQueryParams = paths[typeof routeName$5p]['get']['parameters']['query'];
121347
+ type GetOutlookMailfoldersResponse = paths[typeof routeName$5p]['get']['responses'][200]['content']['application/json'];
121348
+ type GetOutlookMailfoldersProps = paths[typeof routeName$5p]['get']['parameters'];
121217
121349
  declare const getOutlookMailfolders: (props: GetOutlookMailfoldersProps, wgApiClient: ClientType) => Promise<GetOutlookMailfoldersResponse>;
121218
121350
 
121219
- declare const routeName$5n = "/v1/api/connections/outlook";
121220
- type GetOutlookConnectionDetailsQueryParams = paths[typeof routeName$5n]['get']['parameters']['query'];
121221
- type GetOutlookConnectionDetailsResponse = paths[typeof routeName$5n]['get']['responses'][200]['content']['application/json'];
121222
- type GetOutlookConnectionDetailsProps = paths[typeof routeName$5n]['get']['parameters'];
121351
+ declare const routeName$5o = "/v1/api/connections/outlook";
121352
+ type GetOutlookConnectionDetailsQueryParams = paths[typeof routeName$5o]['get']['parameters']['query'];
121353
+ type GetOutlookConnectionDetailsResponse = paths[typeof routeName$5o]['get']['responses'][200]['content']['application/json'];
121354
+ type GetOutlookConnectionDetailsProps = paths[typeof routeName$5o]['get']['parameters'];
121223
121355
  declare const getOutlookConnectionDetails: (props: GetOutlookConnectionDetailsProps, wgApiClient: ClientType) => Promise<GetOutlookConnectionDetailsResponse>;
121224
121356
 
121225
- declare const routeName$5m = "/v1/api/connections/outlook/sync/activate";
121226
- type ActivateOutlookConnectionSyncBody = paths[typeof routeName$5m]['post']['requestBody']['content']['application/json'];
121227
- type ActivateOutlookConnectionSyncQueryParams = paths[typeof routeName$5m]['post']['parameters']['query'];
121228
- type ActivateOutlookConnectionSyncResponse = paths[typeof routeName$5m]['post']['responses'][200]['content']['application/json'];
121357
+ declare const routeName$5n = "/v1/api/connections/outlook/sync/activate";
121358
+ type ActivateOutlookConnectionSyncBody = paths[typeof routeName$5n]['post']['requestBody']['content']['application/json'];
121359
+ type ActivateOutlookConnectionSyncQueryParams = paths[typeof routeName$5n]['post']['parameters']['query'];
121360
+ type ActivateOutlookConnectionSyncResponse = paths[typeof routeName$5n]['post']['responses'][200]['content']['application/json'];
121229
121361
  interface ActivateOutlookConnectionSyncProps {
121230
121362
  body: ActivateOutlookConnectionSyncBody;
121231
121363
  params: {
@@ -121234,10 +121366,10 @@ interface ActivateOutlookConnectionSyncProps {
121234
121366
  }
121235
121367
  declare const activateOutlookConnectionSync: (props: ActivateOutlookConnectionSyncProps, wgApiClient: ClientType) => Promise<ActivateOutlookConnectionSyncResponse>;
121236
121368
 
121237
- declare const routeName$5l = "/v1/api/connections/outlook/sync/deactivate";
121238
- type DeactivateOutlookConnectionSyncBody = paths[typeof routeName$5l]['post']['requestBody']['content']['application/json'];
121239
- type DeactivateOutlookConnectionSyncQueryParams = paths[typeof routeName$5l]['post']['parameters']['query'];
121240
- type DeactivateOutlookConnectionSyncResponse = paths[typeof routeName$5l]['post']['responses'][200]['content']['application/json'];
121369
+ declare const routeName$5m = "/v1/api/connections/outlook/sync/deactivate";
121370
+ type DeactivateOutlookConnectionSyncBody = paths[typeof routeName$5m]['post']['requestBody']['content']['application/json'];
121371
+ type DeactivateOutlookConnectionSyncQueryParams = paths[typeof routeName$5m]['post']['parameters']['query'];
121372
+ type DeactivateOutlookConnectionSyncResponse = paths[typeof routeName$5m]['post']['responses'][200]['content']['application/json'];
121241
121373
  interface DeactivateOutlookConnectionSyncProps {
121242
121374
  body: DeactivateOutlookConnectionSyncBody;
121243
121375
  params: {
@@ -121246,9 +121378,9 @@ interface DeactivateOutlookConnectionSyncProps {
121246
121378
  }
121247
121379
  declare const deactivateOutlookConnectionSync: (props: DeactivateOutlookConnectionSyncProps, wgApiClient: ClientType) => Promise<DeactivateOutlookConnectionSyncResponse>;
121248
121380
 
121249
- declare const routeName$5k = "/v1/api/connections/outlook/sync";
121250
- type OutlookConnectionSyncQueryParams = paths[typeof routeName$5k]['post']['parameters']['query'];
121251
- type OutlookConnectionSyncResponse = paths[typeof routeName$5k]['post']['responses'][200]['content']['application/json'];
121381
+ declare const routeName$5l = "/v1/api/connections/outlook/sync";
121382
+ type OutlookConnectionSyncQueryParams = paths[typeof routeName$5l]['post']['parameters']['query'];
121383
+ type OutlookConnectionSyncResponse = paths[typeof routeName$5l]['post']['responses'][200]['content']['application/json'];
121252
121384
  interface OutlookConnectionSyncProps {
121253
121385
  params: {
121254
121386
  query: OutlookConnectionSyncQueryParams;
@@ -121256,16 +121388,16 @@ interface OutlookConnectionSyncProps {
121256
121388
  }
121257
121389
  declare const outlookConnectionSync: (props: OutlookConnectionSyncProps, wgApiClient: ClientType) => Promise<OutlookConnectionSyncResponse>;
121258
121390
 
121259
- declare const routeName$5j = "/v1/api/integrations/anva/parties";
121260
- type DeprecatedGetAnvaPartiesQueryParams = paths[typeof routeName$5j]['get']['parameters']['query'];
121261
- type DeprecatedGetAnvaPartiesResponse = paths[typeof routeName$5j]['get']['responses'][200]['content']['application/json'];
121262
- type DeprecatedGetAnvaPartiesProps = paths[typeof routeName$5j]['get']['parameters'];
121391
+ declare const routeName$5k = "/v1/api/integrations/anva/parties";
121392
+ type DeprecatedGetAnvaPartiesQueryParams = paths[typeof routeName$5k]['get']['parameters']['query'];
121393
+ type DeprecatedGetAnvaPartiesResponse = paths[typeof routeName$5k]['get']['responses'][200]['content']['application/json'];
121394
+ type DeprecatedGetAnvaPartiesProps = paths[typeof routeName$5k]['get']['parameters'];
121263
121395
  declare const deprecatedGetAnvaParties: (props: DeprecatedGetAnvaPartiesProps, wgApiClient: ClientType) => Promise<DeprecatedGetAnvaPartiesResponse>;
121264
121396
 
121265
- declare const routeName$5i = "/v1/api/integrations/anva/parties/{anva_id}/imports";
121266
- type DeprecatedImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5i]['post']['parameters']['path'];
121267
- type DeprecatedImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5i]['post']['parameters']['query'];
121268
- type DeprecatedImportAnvaPartyInWegroupResponse = paths[typeof routeName$5i]['post']['responses'][201]['content']['application/json'];
121397
+ declare const routeName$5j = "/v1/api/integrations/anva/parties/{anva_id}/imports";
121398
+ type DeprecatedImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5j]['post']['parameters']['path'];
121399
+ type DeprecatedImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5j]['post']['parameters']['query'];
121400
+ type DeprecatedImportAnvaPartyInWegroupResponse = paths[typeof routeName$5j]['post']['responses'][201]['content']['application/json'];
121269
121401
  interface DeprecatedImportAnvaPartyInWegroupProps {
121270
121402
  params: {
121271
121403
  query: DeprecatedImportAnvaPartyInWegroupQueryParams;
@@ -121274,9 +121406,9 @@ interface DeprecatedImportAnvaPartyInWegroupProps {
121274
121406
  }
121275
121407
  declare const deprecatedImportAnvaPartyInWegroup: (props: DeprecatedImportAnvaPartyInWegroupProps, wgApiClient: ClientType) => Promise<DeprecatedImportAnvaPartyInWegroupResponse>;
121276
121408
 
121277
- declare const routeName$5h = "/v1/api/integrations/anva/validate";
121278
- type DeprecatedValidateAnvaConnectionQueryParams = paths[typeof routeName$5h]['post']['parameters']['query'];
121279
- type DeprecatedValidateAnvaConnectionResponse = paths[typeof routeName$5h]['post']['responses'][200]['content']['application/json'];
121409
+ declare const routeName$5i = "/v1/api/integrations/anva/validate";
121410
+ type DeprecatedValidateAnvaConnectionQueryParams = paths[typeof routeName$5i]['post']['parameters']['query'];
121411
+ type DeprecatedValidateAnvaConnectionResponse = paths[typeof routeName$5i]['post']['responses'][200]['content']['application/json'];
121280
121412
  interface DeprecatedValidateAnvaConnectionProps {
121281
121413
  params: {
121282
121414
  query: DeprecatedValidateAnvaConnectionQueryParams;
@@ -121284,11 +121416,11 @@ interface DeprecatedValidateAnvaConnectionProps {
121284
121416
  }
121285
121417
  declare const deprecatedValidateAnvaConnection: (props: DeprecatedValidateAnvaConnectionProps, wgApiClient: ClientType) => Promise<DeprecatedValidateAnvaConnectionResponse>;
121286
121418
 
121287
- declare const routeName$5g = "/v1/api/conversations/{session_id}/generate-questions-to-prefill-by-car";
121288
- type GenerateQuestionsToPrefillByCarBody = paths[typeof routeName$5g]['post']['requestBody']['content']['application/json'];
121289
- type GenerateQuestionsToPrefillByCarPathParams = paths[typeof routeName$5g]['post']['parameters']['path'];
121290
- type GenerateQuestionsToPrefillByCarQueryParams = paths[typeof routeName$5g]['post']['parameters']['query'];
121291
- type GenerateQuestionsToPrefillByCarResponse = paths[typeof routeName$5g]['post']['responses'][200]['content']['application/json'];
121419
+ declare const routeName$5h = "/v1/api/conversations/{session_id}/generate-questions-to-prefill-by-car";
121420
+ type GenerateQuestionsToPrefillByCarBody = paths[typeof routeName$5h]['post']['requestBody']['content']['application/json'];
121421
+ type GenerateQuestionsToPrefillByCarPathParams = paths[typeof routeName$5h]['post']['parameters']['path'];
121422
+ type GenerateQuestionsToPrefillByCarQueryParams = paths[typeof routeName$5h]['post']['parameters']['query'];
121423
+ type GenerateQuestionsToPrefillByCarResponse = paths[typeof routeName$5h]['post']['responses'][200]['content']['application/json'];
121292
121424
  interface GenerateQuestionsToPrefillByCarProps {
121293
121425
  body: GenerateQuestionsToPrefillByCarBody;
121294
121426
  params: {
@@ -121298,11 +121430,11 @@ interface GenerateQuestionsToPrefillByCarProps {
121298
121430
  }
121299
121431
  declare const generateQuestionsToPrefillByCar: (props: GenerateQuestionsToPrefillByCarProps, wgApiClient: ClientType) => Promise<GenerateQuestionsToPrefillByCarResponse>;
121300
121432
 
121301
- declare const routeName$5f = "/v1/api/flows/{flow_id}/conversations";
121302
- type CreateConversationBody = paths[typeof routeName$5f]['post']['requestBody']['content']['application/json'];
121303
- type CreateConversationPathParams = paths[typeof routeName$5f]['post']['parameters']['path'];
121304
- type CreateConversationQueryParams = paths[typeof routeName$5f]['post']['parameters']['query'];
121305
- type CreateConversationResponse = paths[typeof routeName$5f]['post']['responses'][201]['content']['application/json'];
121433
+ declare const routeName$5g = "/v1/api/flows/{flow_id}/conversations";
121434
+ type CreateConversationBody = paths[typeof routeName$5g]['post']['requestBody']['content']['application/json'];
121435
+ type CreateConversationPathParams = paths[typeof routeName$5g]['post']['parameters']['path'];
121436
+ type CreateConversationQueryParams = paths[typeof routeName$5g]['post']['parameters']['query'];
121437
+ type CreateConversationResponse = paths[typeof routeName$5g]['post']['responses'][201]['content']['application/json'];
121306
121438
  interface CreateConversationProps {
121307
121439
  body: CreateConversationBody;
121308
121440
  params: {
@@ -121312,11 +121444,11 @@ interface CreateConversationProps {
121312
121444
  }
121313
121445
  declare const createConversation: (props: CreateConversationProps, wgApiClient: ClientType) => Promise<CreateConversationResponse>;
121314
121446
 
121315
- declare const routeName$5e = "/v1/api/flows/{flow_id}/conversations/{session_id}/answers";
121316
- type AnswerAFlowSessionBody = paths[typeof routeName$5e]['post']['requestBody']['content']['application/json'];
121317
- type AnswerAFlowSessionPathParams = paths[typeof routeName$5e]['post']['parameters']['path'];
121318
- type AnswerAFlowSessionQueryParams = paths[typeof routeName$5e]['post']['parameters']['query'];
121319
- type AnswerAFlowSessionResponse = paths[typeof routeName$5e]['post']['responses'][200]['content']['application/json'];
121447
+ declare const routeName$5f = "/v1/api/flows/{flow_id}/conversations/{session_id}/answers";
121448
+ type AnswerAFlowSessionBody = paths[typeof routeName$5f]['post']['requestBody']['content']['application/json'];
121449
+ type AnswerAFlowSessionPathParams = paths[typeof routeName$5f]['post']['parameters']['path'];
121450
+ type AnswerAFlowSessionQueryParams = paths[typeof routeName$5f]['post']['parameters']['query'];
121451
+ type AnswerAFlowSessionResponse = paths[typeof routeName$5f]['post']['responses'][200]['content']['application/json'];
121320
121452
  interface AnswerAFlowSessionProps {
121321
121453
  body: AnswerAFlowSessionBody;
121322
121454
  params: {
@@ -121326,28 +121458,28 @@ interface AnswerAFlowSessionProps {
121326
121458
  }
121327
121459
  declare const answerAFlowSession: (props: AnswerAFlowSessionProps, wgApiClient: ClientType) => Promise<AnswerAFlowSessionResponse>;
121328
121460
 
121329
- declare const routeName$5d = "/v1/api/conversations";
121330
- type GetAllConversationsQueryParams = paths[typeof routeName$5d]['get']['parameters']['query'];
121331
- type GetAllConversationsResponse = paths[typeof routeName$5d]['get']['responses'][200]['content']['application/json'];
121332
- type GetAllConversationsProps = paths[typeof routeName$5d]['get']['parameters'];
121461
+ declare const routeName$5e = "/v1/api/conversations";
121462
+ type GetAllConversationsQueryParams = paths[typeof routeName$5e]['get']['parameters']['query'];
121463
+ type GetAllConversationsResponse = paths[typeof routeName$5e]['get']['responses'][200]['content']['application/json'];
121464
+ type GetAllConversationsProps = paths[typeof routeName$5e]['get']['parameters'];
121333
121465
  declare const getAllConversations: (props: GetAllConversationsProps, wgApiClient: ClientType) => Promise<GetAllConversationsResponse>;
121334
121466
 
121335
- declare const routeName$5c = "/v1/api/conversations-filters/origin";
121336
- type GetConversationsOriginFilterQueryParams = paths[typeof routeName$5c]['get']['parameters']['query'];
121337
- type GetConversationsOriginFilterResponse = paths[typeof routeName$5c]['get']['responses'][200]['content']['application/json'];
121338
- type GetConversationsOriginFilterProps = paths[typeof routeName$5c]['get']['parameters'];
121467
+ declare const routeName$5d = "/v1/api/conversations-filters/origin";
121468
+ type GetConversationsOriginFilterQueryParams = paths[typeof routeName$5d]['get']['parameters']['query'];
121469
+ type GetConversationsOriginFilterResponse = paths[typeof routeName$5d]['get']['responses'][200]['content']['application/json'];
121470
+ type GetConversationsOriginFilterProps = paths[typeof routeName$5d]['get']['parameters'];
121339
121471
  declare const getConversationsOriginFilter: (props: GetConversationsOriginFilterProps, wgApiClient: ClientType) => Promise<GetConversationsOriginFilterResponse>;
121340
121472
 
121341
- declare const routeName$5b = "/v1/api/conversations/{session_id}";
121342
- type GetConversationByIdPathParams = paths[typeof routeName$5b]['get']['parameters']['path'];
121343
- type GetConversationByIdQueryParams = paths[typeof routeName$5b]['get']['parameters']['query'];
121344
- type GetConversationByIdResponse = paths[typeof routeName$5b]['get']['responses'][200]['content']['application/json'];
121345
- type GetConversationByIdProps = paths[typeof routeName$5b]['get']['parameters'];
121473
+ declare const routeName$5c = "/v1/api/conversations/{session_id}";
121474
+ type GetConversationByIdPathParams = paths[typeof routeName$5c]['get']['parameters']['path'];
121475
+ type GetConversationByIdQueryParams = paths[typeof routeName$5c]['get']['parameters']['query'];
121476
+ type GetConversationByIdResponse = paths[typeof routeName$5c]['get']['responses'][200]['content']['application/json'];
121477
+ type GetConversationByIdProps = paths[typeof routeName$5c]['get']['parameters'];
121346
121478
  declare const getConversationById: (props: GetConversationByIdProps, wgApiClient: ClientType) => Promise<GetConversationByIdResponse>;
121347
121479
 
121348
- declare const routeName$5a = "/v1/api/conversations/{session_id}";
121349
- type DeleteSessionBySessionIdPathParams = paths[typeof routeName$5a]['delete']['parameters']['path'];
121350
- type DeleteSessionBySessionIdResponse = paths[typeof routeName$5a]['delete']['responses'][200]['content']['application/json'];
121480
+ declare const routeName$5b = "/v1/api/conversations/{session_id}";
121481
+ type DeleteSessionBySessionIdPathParams = paths[typeof routeName$5b]['delete']['parameters']['path'];
121482
+ type DeleteSessionBySessionIdResponse = paths[typeof routeName$5b]['delete']['responses'][200]['content']['application/json'];
121351
121483
  interface DeleteSessionBySessionIdProps {
121352
121484
  params: {
121353
121485
  path: DeleteSessionBySessionIdPathParams;
@@ -121355,10 +121487,10 @@ interface DeleteSessionBySessionIdProps {
121355
121487
  }
121356
121488
  declare const deleteSessionBySessionId: (props: DeleteSessionBySessionIdProps, wgApiClient: ClientType) => Promise<DeleteSessionBySessionIdResponse>;
121357
121489
 
121358
- declare const routeName$59 = "/v1/api/conversations/{session_id}";
121359
- type UpdateConversationByIdBody = paths[typeof routeName$59]['patch']['requestBody']['content']['application/json'];
121360
- type UpdateConversationByIdPathParams = paths[typeof routeName$59]['patch']['parameters']['path'];
121361
- type UpdateConversationByIdResponse = paths[typeof routeName$59]['patch']['responses'][200]['content']['application/json'];
121490
+ declare const routeName$5a = "/v1/api/conversations/{session_id}";
121491
+ type UpdateConversationByIdBody = paths[typeof routeName$5a]['patch']['requestBody']['content']['application/json'];
121492
+ type UpdateConversationByIdPathParams = paths[typeof routeName$5a]['patch']['parameters']['path'];
121493
+ type UpdateConversationByIdResponse = paths[typeof routeName$5a]['patch']['responses'][200]['content']['application/json'];
121362
121494
  interface UpdateConversationByIdProps {
121363
121495
  body: UpdateConversationByIdBody;
121364
121496
  params: {
@@ -121367,16 +121499,16 @@ interface UpdateConversationByIdProps {
121367
121499
  }
121368
121500
  declare const updateConversationById: (props: UpdateConversationByIdProps, wgApiClient: ClientType) => Promise<UpdateConversationByIdResponse>;
121369
121501
 
121370
- declare const routeName$58 = "/v1/api/conversations/{session_id}/sessions";
121371
- type GetAllSessionsBySessionIdPathParams = paths[typeof routeName$58]['get']['parameters']['path'];
121372
- type GetAllSessionsBySessionIdQueryParams = paths[typeof routeName$58]['get']['parameters']['query'];
121373
- type GetAllSessionsBySessionIdResponse = paths[typeof routeName$58]['get']['responses'][200]['content']['application/json'];
121374
- type GetAllSessionsBySessionIdProps = paths[typeof routeName$58]['get']['parameters'];
121502
+ declare const routeName$59 = "/v1/api/conversations/{session_id}/sessions";
121503
+ type GetAllSessionsBySessionIdPathParams = paths[typeof routeName$59]['get']['parameters']['path'];
121504
+ type GetAllSessionsBySessionIdQueryParams = paths[typeof routeName$59]['get']['parameters']['query'];
121505
+ type GetAllSessionsBySessionIdResponse = paths[typeof routeName$59]['get']['responses'][200]['content']['application/json'];
121506
+ type GetAllSessionsBySessionIdProps = paths[typeof routeName$59]['get']['parameters'];
121375
121507
  declare const getAllSessionsBySessionId: (props: GetAllSessionsBySessionIdProps, wgApiClient: ClientType) => Promise<GetAllSessionsBySessionIdResponse>;
121376
121508
 
121377
- declare const routeName$57 = "/v1/api/conversations/{session_id}/sessions";
121378
- type DeleteAllSessionsBySessionIdPathParams = paths[typeof routeName$57]['delete']['parameters']['path'];
121379
- type DeleteAllSessionsBySessionIdResponse = paths[typeof routeName$57]['delete']['responses'][200]['content']['application/json'];
121509
+ declare const routeName$58 = "/v1/api/conversations/{session_id}/sessions";
121510
+ type DeleteAllSessionsBySessionIdPathParams = paths[typeof routeName$58]['delete']['parameters']['path'];
121511
+ type DeleteAllSessionsBySessionIdResponse = paths[typeof routeName$58]['delete']['responses'][200]['content']['application/json'];
121380
121512
  interface DeleteAllSessionsBySessionIdProps {
121381
121513
  params: {
121382
121514
  path: DeleteAllSessionsBySessionIdPathParams;
@@ -121384,10 +121516,10 @@ interface DeleteAllSessionsBySessionIdProps {
121384
121516
  }
121385
121517
  declare const deleteAllSessionsBySessionId: (props: DeleteAllSessionsBySessionIdProps, wgApiClient: ClientType) => Promise<DeleteAllSessionsBySessionIdResponse>;
121386
121518
 
121387
- declare const routeName$56 = "/v1/api/conversations/{session_id}/entities/{entity_id}";
121388
- type DeleteEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$56]['delete']['parameters']['path'];
121389
- type DeleteEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$56]['delete']['parameters']['query'];
121390
- type DeleteEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$56]['delete']['responses'][200]['content']['application/json'];
121519
+ declare const routeName$57 = "/v1/api/conversations/{session_id}/entities/{entity_id}";
121520
+ type DeleteEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$57]['delete']['parameters']['path'];
121521
+ type DeleteEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$57]['delete']['parameters']['query'];
121522
+ type DeleteEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$57]['delete']['responses'][200]['content']['application/json'];
121391
121523
  interface DeleteEntityBySessionIdAndFlowIdProps {
121392
121524
  params: {
121393
121525
  query: DeleteEntityBySessionIdAndFlowIdQueryParams;
@@ -121396,10 +121528,10 @@ interface DeleteEntityBySessionIdAndFlowIdProps {
121396
121528
  }
121397
121529
  declare const deleteEntityBySessionIdAndFlowId: (props: DeleteEntityBySessionIdAndFlowIdProps, wgApiClient: ClientType) => Promise<DeleteEntityBySessionIdAndFlowIdResponse>;
121398
121530
 
121399
- declare const routeName$55 = "/v1/api/conversations/{session_id}/entities/{entity_id}/parties/{party_id}";
121400
- type DeletePartyEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$55]['delete']['parameters']['path'];
121401
- type DeletePartyEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$55]['delete']['parameters']['query'];
121402
- type DeletePartyEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$55]['delete']['responses'][200]['content']['application/json'];
121531
+ declare const routeName$56 = "/v1/api/conversations/{session_id}/entities/{entity_id}/parties/{party_id}";
121532
+ type DeletePartyEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$56]['delete']['parameters']['path'];
121533
+ type DeletePartyEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$56]['delete']['parameters']['query'];
121534
+ type DeletePartyEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$56]['delete']['responses'][200]['content']['application/json'];
121403
121535
  interface DeletePartyEntityBySessionIdAndFlowIdProps {
121404
121536
  params: {
121405
121537
  query: DeletePartyEntityBySessionIdAndFlowIdQueryParams;
@@ -121408,10 +121540,10 @@ interface DeletePartyEntityBySessionIdAndFlowIdProps {
121408
121540
  }
121409
121541
  declare const deletePartyEntityBySessionIdAndFlowId: (props: DeletePartyEntityBySessionIdAndFlowIdProps, wgApiClient: ClientType) => Promise<DeletePartyEntityBySessionIdAndFlowIdResponse>;
121410
121542
 
121411
- declare const routeName$54 = "/v1/api/conversations/{session_id}/complete";
121412
- type MarkConversationAsCompletedByIdBody = paths[typeof routeName$54]['post']['requestBody']['content']['application/json'];
121413
- type MarkConversationAsCompletedByIdPathParams = paths[typeof routeName$54]['post']['parameters']['path'];
121414
- type MarkConversationAsCompletedByIdResponse = paths[typeof routeName$54]['post']['responses'][200]['content']['application/json'];
121543
+ declare const routeName$55 = "/v1/api/conversations/{session_id}/complete";
121544
+ type MarkConversationAsCompletedByIdBody = paths[typeof routeName$55]['post']['requestBody']['content']['application/json'];
121545
+ type MarkConversationAsCompletedByIdPathParams = paths[typeof routeName$55]['post']['parameters']['path'];
121546
+ type MarkConversationAsCompletedByIdResponse = paths[typeof routeName$55]['post']['responses'][200]['content']['application/json'];
121415
121547
  interface MarkConversationAsCompletedByIdProps {
121416
121548
  body: MarkConversationAsCompletedByIdBody;
121417
121549
  params: {
@@ -121420,9 +121552,9 @@ interface MarkConversationAsCompletedByIdProps {
121420
121552
  }
121421
121553
  declare const markConversationAsCompletedById: (props: MarkConversationAsCompletedByIdProps, wgApiClient: ClientType) => Promise<MarkConversationAsCompletedByIdResponse>;
121422
121554
 
121423
- declare const routeName$53 = "/v1/api/conversations/{session_id}/reminders";
121424
- type CreateConversationReminderPathParams = paths[typeof routeName$53]['post']['parameters']['path'];
121425
- type CreateConversationReminderResponse = paths[typeof routeName$53]['post']['responses'][200]['content']['application/json'];
121555
+ declare const routeName$54 = "/v1/api/conversations/{session_id}/reminders";
121556
+ type CreateConversationReminderPathParams = paths[typeof routeName$54]['post']['parameters']['path'];
121557
+ type CreateConversationReminderResponse = paths[typeof routeName$54]['post']['responses'][200]['content']['application/json'];
121426
121558
  interface CreateConversationReminderProps {
121427
121559
  params: {
121428
121560
  path: CreateConversationReminderPathParams;
@@ -121430,11 +121562,11 @@ interface CreateConversationReminderProps {
121430
121562
  }
121431
121563
  declare const createConversationReminder: (props: CreateConversationReminderProps, wgApiClient: ClientType) => Promise<CreateConversationReminderResponse>;
121432
121564
 
121433
- declare const routeName$52 = "/v1/api/conversations/{session_id}/pdf";
121434
- type GetConversationReportPdfByIdBody = paths[typeof routeName$52]['post']['requestBody']['content']['application/json'];
121435
- type GetConversationReportPdfByIdPathParams = paths[typeof routeName$52]['post']['parameters']['path'];
121436
- type GetConversationReportPdfByIdQueryParams = paths[typeof routeName$52]['post']['parameters']['query'];
121437
- type GetConversationReportPdfByIdResponse = paths[typeof routeName$52]['post']['responses'][200]['content']['application/json'];
121565
+ declare const routeName$53 = "/v1/api/conversations/{session_id}/pdf";
121566
+ type GetConversationReportPdfByIdBody = paths[typeof routeName$53]['post']['requestBody']['content']['application/json'];
121567
+ type GetConversationReportPdfByIdPathParams = paths[typeof routeName$53]['post']['parameters']['path'];
121568
+ type GetConversationReportPdfByIdQueryParams = paths[typeof routeName$53]['post']['parameters']['query'];
121569
+ type GetConversationReportPdfByIdResponse = paths[typeof routeName$53]['post']['responses'][200]['content']['application/json'];
121438
121570
  interface GetConversationReportPdfByIdProps {
121439
121571
  body: GetConversationReportPdfByIdBody;
121440
121572
  params: {
@@ -121444,10 +121576,10 @@ interface GetConversationReportPdfByIdProps {
121444
121576
  }
121445
121577
  declare const getConversationReportPdfById: (props: GetConversationReportPdfByIdProps, wgApiClient: ClientType) => Promise<GetConversationReportPdfByIdResponse>;
121446
121578
 
121447
- declare const routeName$51 = "/v1/api/conversations/{session_id}/feedback";
121448
- type GiveFeedbackOnConversationByIdPathParams = paths[typeof routeName$51]['post']['parameters']['path'];
121449
- type GiveFeedbackOnConversationByIdQueryParams = paths[typeof routeName$51]['post']['parameters']['query'];
121450
- type GiveFeedbackOnConversationByIdResponse = paths[typeof routeName$51]['post']['responses'][201]['content']['application/json'];
121579
+ declare const routeName$52 = "/v1/api/conversations/{session_id}/feedback";
121580
+ type GiveFeedbackOnConversationByIdPathParams = paths[typeof routeName$52]['post']['parameters']['path'];
121581
+ type GiveFeedbackOnConversationByIdQueryParams = paths[typeof routeName$52]['post']['parameters']['query'];
121582
+ type GiveFeedbackOnConversationByIdResponse = paths[typeof routeName$52]['post']['responses'][201]['content']['application/json'];
121451
121583
  interface GiveFeedbackOnConversationByIdProps {
121452
121584
  params: {
121453
121585
  query: GiveFeedbackOnConversationByIdQueryParams;
@@ -121456,27 +121588,27 @@ interface GiveFeedbackOnConversationByIdProps {
121456
121588
  }
121457
121589
  declare const giveFeedbackOnConversationById: (props: GiveFeedbackOnConversationByIdProps, wgApiClient: ClientType) => Promise<GiveFeedbackOnConversationByIdResponse>;
121458
121590
 
121459
- declare const routeName$50 = "/v1/api/conversations/{session_id}/chat";
121460
- type GetChatBySessionIdPathParams = paths[typeof routeName$50]['get']['parameters']['path'];
121461
- type GetChatBySessionIdResponse = paths[typeof routeName$50]['get']['responses'][200]['content']['application/json'];
121462
- type GetChatBySessionIdProps = paths[typeof routeName$50]['get']['parameters'];
121591
+ declare const routeName$51 = "/v1/api/conversations/{session_id}/chat";
121592
+ type GetChatBySessionIdPathParams = paths[typeof routeName$51]['get']['parameters']['path'];
121593
+ type GetChatBySessionIdResponse = paths[typeof routeName$51]['get']['responses'][200]['content']['application/json'];
121594
+ type GetChatBySessionIdProps = paths[typeof routeName$51]['get']['parameters'];
121463
121595
  declare const getChatBySessionId: (props: GetChatBySessionIdProps, wgApiClient: ClientType) => Promise<GetChatBySessionIdResponse>;
121464
121596
 
121465
- declare const routeName$4$ = "/v2/api/conversations/{session_id}/chat-summary";
121466
- type GetChatSummaryV2BySessionIdPathParams = paths[typeof routeName$4$]['get']['parameters']['path'];
121467
- type GetChatSummaryV2BySessionIdQueryParams = paths[typeof routeName$4$]['get']['parameters']['query'];
121468
- type GetChatSummaryV2BySessionIdResponse = paths[typeof routeName$4$]['get']['responses'][200]['content']['application/json'];
121469
- type GetChatSummaryV2BySessionIdProps = paths[typeof routeName$4$]['get']['parameters'];
121597
+ declare const routeName$50 = "/v2/api/conversations/{session_id}/chat-summary";
121598
+ type GetChatSummaryV2BySessionIdPathParams = paths[typeof routeName$50]['get']['parameters']['path'];
121599
+ type GetChatSummaryV2BySessionIdQueryParams = paths[typeof routeName$50]['get']['parameters']['query'];
121600
+ type GetChatSummaryV2BySessionIdResponse = paths[typeof routeName$50]['get']['responses'][200]['content']['application/json'];
121601
+ type GetChatSummaryV2BySessionIdProps = paths[typeof routeName$50]['get']['parameters'];
121470
121602
  declare const getChatSummaryV2BySessionId: (props: GetChatSummaryV2BySessionIdProps, wgApiClient: ClientType) => Promise<GetChatSummaryV2BySessionIdResponse>;
121471
121603
 
121472
- declare const routeName$4_ = "/v1/api/customers/me/parties";
121473
- type GetPartiesLinkedToUserResponse = paths[typeof routeName$4_]['get']['responses'][200]['content']['application/json'];
121604
+ declare const routeName$4$ = "/v1/api/customers/me/parties";
121605
+ type GetPartiesLinkedToUserResponse = paths[typeof routeName$4$]['get']['responses'][200]['content']['application/json'];
121474
121606
  declare const getPartiesLinkedToUser: (wgApiClient: ClientType) => Promise<GetPartiesLinkedToUserResponse>;
121475
121607
 
121476
- declare const routeName$4Z = "/v1/api/parties/{party_id}/customer-invitations";
121477
- type InviteUserToPartyBody = paths[typeof routeName$4Z]['post']['requestBody']['content']['application/json'];
121478
- type InviteUserToPartyPathParams = paths[typeof routeName$4Z]['post']['parameters']['path'];
121479
- type InviteUserToPartyResponse = paths[typeof routeName$4Z]['post']['responses'][200]['content']['application/json'];
121608
+ declare const routeName$4_ = "/v1/api/parties/{party_id}/customer-invitations";
121609
+ type InviteUserToPartyBody = paths[typeof routeName$4_]['post']['requestBody']['content']['application/json'];
121610
+ type InviteUserToPartyPathParams = paths[typeof routeName$4_]['post']['parameters']['path'];
121611
+ type InviteUserToPartyResponse = paths[typeof routeName$4_]['post']['responses'][200]['content']['application/json'];
121480
121612
  interface InviteUserToPartyProps {
121481
121613
  body: InviteUserToPartyBody;
121482
121614
  params: {
@@ -121485,31 +121617,31 @@ interface InviteUserToPartyProps {
121485
121617
  }
121486
121618
  declare const inviteUserToParty: (props: InviteUserToPartyProps, wgApiClient: ClientType) => Promise<InviteUserToPartyResponse>;
121487
121619
 
121488
- declare const routeName$4Y = "/v1/api/parties/{party_id}/checkup";
121489
- type GetCheckupByPartyIdPathParams = paths[typeof routeName$4Y]['get']['parameters']['path'];
121490
- type GetCheckupByPartyIdResponse = paths[typeof routeName$4Y]['get']['responses'][200]['content']['application/json'];
121491
- type GetCheckupByPartyIdProps = paths[typeof routeName$4Y]['get']['parameters'];
121620
+ declare const routeName$4Z = "/v1/api/parties/{party_id}/checkup";
121621
+ type GetCheckupByPartyIdPathParams = paths[typeof routeName$4Z]['get']['parameters']['path'];
121622
+ type GetCheckupByPartyIdResponse = paths[typeof routeName$4Z]['get']['responses'][200]['content']['application/json'];
121623
+ type GetCheckupByPartyIdProps = paths[typeof routeName$4Z]['get']['parameters'];
121492
121624
  declare const getCheckupByPartyId: (props: GetCheckupByPartyIdProps, wgApiClient: ClientType) => Promise<GetCheckupByPartyIdResponse>;
121493
121625
 
121494
- declare const routeName$4X = "/v1/api/parties/link-users";
121495
- type LinkPartyToUserBody = paths[typeof routeName$4X]['post']['requestBody']['content']['application/json'];
121496
- type LinkPartyToUserResponse = paths[typeof routeName$4X]['post']['responses'][200]['content']['application/json'];
121626
+ declare const routeName$4Y = "/v1/api/parties/link-users";
121627
+ type LinkPartyToUserBody = paths[typeof routeName$4Y]['post']['requestBody']['content']['application/json'];
121628
+ type LinkPartyToUserResponse = paths[typeof routeName$4Y]['post']['responses'][200]['content']['application/json'];
121497
121629
  interface LinkPartyToUserProps {
121498
121630
  body: LinkPartyToUserBody;
121499
121631
  }
121500
121632
  declare const linkPartyToUser: (props: LinkPartyToUserProps, wgApiClient: ClientType) => Promise<LinkPartyToUserResponse>;
121501
121633
 
121502
- declare const routeName$4W = "/v1/api/parties/delink-users";
121503
- type DelinkPartyToUserBody = paths[typeof routeName$4W]['post']['requestBody']['content']['application/json'];
121504
- type DelinkPartyToUserResponse = paths[typeof routeName$4W]['post']['responses'][200]['content']['application/json'];
121634
+ declare const routeName$4X = "/v1/api/parties/delink-users";
121635
+ type DelinkPartyToUserBody = paths[typeof routeName$4X]['post']['requestBody']['content']['application/json'];
121636
+ type DelinkPartyToUserResponse = paths[typeof routeName$4X]['post']['responses'][200]['content']['application/json'];
121505
121637
  interface DelinkPartyToUserProps {
121506
121638
  body: DelinkPartyToUserBody;
121507
121639
  }
121508
121640
  declare const delinkPartyToUser: (props: DelinkPartyToUserProps, wgApiClient: ClientType) => Promise<DelinkPartyToUserResponse>;
121509
121641
 
121510
- declare const routeName$4V = "/v1/api/customers/{user_id}/password-reset";
121511
- type SendPasswordResetToCustomerPathParams = paths[typeof routeName$4V]['post']['parameters']['path'];
121512
- type SendPasswordResetToCustomerResponse = paths[typeof routeName$4V]['post']['responses'][200]['content']['application/json'];
121642
+ declare const routeName$4W = "/v1/api/customers/{user_id}/password-reset";
121643
+ type SendPasswordResetToCustomerPathParams = paths[typeof routeName$4W]['post']['parameters']['path'];
121644
+ type SendPasswordResetToCustomerResponse = paths[typeof routeName$4W]['post']['responses'][200]['content']['application/json'];
121513
121645
  interface SendPasswordResetToCustomerProps {
121514
121646
  params: {
121515
121647
  path: SendPasswordResetToCustomerPathParams;
@@ -121517,9 +121649,9 @@ interface SendPasswordResetToCustomerProps {
121517
121649
  }
121518
121650
  declare const sendPasswordResetToCustomer: (props: SendPasswordResetToCustomerProps, wgApiClient: ClientType) => Promise<SendPasswordResetToCustomerResponse>;
121519
121651
 
121520
- declare const routeName$4U = "/v1/api/customers/{user_id}/2fa";
121521
- type Disable2FaForCustomerPathParams = paths[typeof routeName$4U]['delete']['parameters']['path'];
121522
- type Disable2FaForCustomerResponse = paths[typeof routeName$4U]['delete']['responses'][200]['content']['application/json'];
121652
+ declare const routeName$4V = "/v1/api/customers/{user_id}/2fa";
121653
+ type Disable2FaForCustomerPathParams = paths[typeof routeName$4V]['delete']['parameters']['path'];
121654
+ type Disable2FaForCustomerResponse = paths[typeof routeName$4V]['delete']['responses'][200]['content']['application/json'];
121523
121655
  interface Disable2FaForCustomerProps {
121524
121656
  params: {
121525
121657
  path: Disable2FaForCustomerPathParams;
@@ -121527,106 +121659,106 @@ interface Disable2FaForCustomerProps {
121527
121659
  }
121528
121660
  declare const disable2FaForCustomer: (props: Disable2FaForCustomerProps, wgApiClient: ClientType) => Promise<Disable2FaForCustomerResponse>;
121529
121661
 
121530
- declare const routeName$4T = "/v1/api/customers/me/insurance-policies";
121531
- type GetInsurancePoliciesAsCustomerQueryParams = paths[typeof routeName$4T]['get']['parameters']['query'];
121532
- type GetInsurancePoliciesAsCustomerResponse = paths[typeof routeName$4T]['get']['responses'][200]['content']['application/json'];
121533
- type GetInsurancePoliciesAsCustomerProps = paths[typeof routeName$4T]['get']['parameters'];
121662
+ declare const routeName$4U = "/v1/api/customers/me/insurance-policies";
121663
+ type GetInsurancePoliciesAsCustomerQueryParams = paths[typeof routeName$4U]['get']['parameters']['query'];
121664
+ type GetInsurancePoliciesAsCustomerResponse = paths[typeof routeName$4U]['get']['responses'][200]['content']['application/json'];
121665
+ type GetInsurancePoliciesAsCustomerProps = paths[typeof routeName$4U]['get']['parameters'];
121534
121666
  declare const getInsurancePoliciesAsCustomer: (props: GetInsurancePoliciesAsCustomerProps, wgApiClient: ClientType) => Promise<GetInsurancePoliciesAsCustomerResponse>;
121535
121667
 
121536
- declare const routeName$4S = "/v1/api/customers/me/insurance-policies/{insurance_policy_id}";
121537
- type GetInsurancePolicyByIdAsCustomerPathParams = paths[typeof routeName$4S]['get']['parameters']['path'];
121538
- type GetInsurancePolicyByIdAsCustomerResponse = paths[typeof routeName$4S]['get']['responses'][200]['content']['application/json'];
121539
- type GetInsurancePolicyByIdAsCustomerProps = paths[typeof routeName$4S]['get']['parameters'];
121668
+ declare const routeName$4T = "/v1/api/customers/me/insurance-policies/{insurance_policy_id}";
121669
+ type GetInsurancePolicyByIdAsCustomerPathParams = paths[typeof routeName$4T]['get']['parameters']['path'];
121670
+ type GetInsurancePolicyByIdAsCustomerResponse = paths[typeof routeName$4T]['get']['responses'][200]['content']['application/json'];
121671
+ type GetInsurancePolicyByIdAsCustomerProps = paths[typeof routeName$4T]['get']['parameters'];
121540
121672
  declare const getInsurancePolicyByIdAsCustomer: (props: GetInsurancePolicyByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetInsurancePolicyByIdAsCustomerResponse>;
121541
121673
 
121542
- declare const routeName$4R = "/v1/api/customers/me/insurance-policies/{insurance_policy_id}/finconnect/link";
121543
- type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams = paths[typeof routeName$4R]['get']['parameters']['path'];
121544
- type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams = paths[typeof routeName$4R]['get']['parameters']['query'];
121545
- type GetFinconnectLinkForInsurancePolicyAsCustomerResponse = paths[typeof routeName$4R]['get']['responses'][200]['content']['application/json'];
121546
- type GetFinconnectLinkForInsurancePolicyAsCustomerProps = paths[typeof routeName$4R]['get']['parameters'];
121674
+ declare const routeName$4S = "/v1/api/customers/me/insurance-policies/{insurance_policy_id}/finconnect/link";
121675
+ type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams = paths[typeof routeName$4S]['get']['parameters']['path'];
121676
+ type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams = paths[typeof routeName$4S]['get']['parameters']['query'];
121677
+ type GetFinconnectLinkForInsurancePolicyAsCustomerResponse = paths[typeof routeName$4S]['get']['responses'][200]['content']['application/json'];
121678
+ type GetFinconnectLinkForInsurancePolicyAsCustomerProps = paths[typeof routeName$4S]['get']['parameters'];
121547
121679
  declare const getFinconnectLinkForInsurancePolicyAsCustomer: (props: GetFinconnectLinkForInsurancePolicyAsCustomerProps, wgApiClient: ClientType) => Promise<GetFinconnectLinkForInsurancePolicyAsCustomerResponse>;
121548
121680
 
121549
- declare const routeName$4Q = "/v1/api/customers/me/anva-inquiry";
121550
- type SendAnvaInquiryAsCustomerBody = paths[typeof routeName$4Q]['post']['requestBody']['content']['application/json'];
121551
- type SendAnvaInquiryAsCustomerResponse = paths[typeof routeName$4Q]['post']['responses'][201]['content']['application/json'];
121681
+ declare const routeName$4R = "/v1/api/customers/me/anva-inquiry";
121682
+ type SendAnvaInquiryAsCustomerBody = paths[typeof routeName$4R]['post']['requestBody']['content']['application/json'];
121683
+ type SendAnvaInquiryAsCustomerResponse = paths[typeof routeName$4R]['post']['responses'][201]['content']['application/json'];
121552
121684
  interface SendAnvaInquiryAsCustomerProps {
121553
121685
  body: SendAnvaInquiryAsCustomerBody;
121554
121686
  }
121555
121687
  declare const sendAnvaInquiryAsCustomer: (props: SendAnvaInquiryAsCustomerProps, wgApiClient: ClientType) => Promise<SendAnvaInquiryAsCustomerResponse>;
121556
121688
 
121557
- declare const routeName$4P = "/v1/api/customers/me/policy-packages";
121558
- type GetPolicyPackagesAsCustomerQueryParams = paths[typeof routeName$4P]['get']['parameters']['query'];
121559
- type GetPolicyPackagesAsCustomerResponse = paths[typeof routeName$4P]['get']['responses'][200]['content']['application/json'];
121560
- type GetPolicyPackagesAsCustomerProps = paths[typeof routeName$4P]['get']['parameters'];
121689
+ declare const routeName$4Q = "/v1/api/customers/me/policy-packages";
121690
+ type GetPolicyPackagesAsCustomerQueryParams = paths[typeof routeName$4Q]['get']['parameters']['query'];
121691
+ type GetPolicyPackagesAsCustomerResponse = paths[typeof routeName$4Q]['get']['responses'][200]['content']['application/json'];
121692
+ type GetPolicyPackagesAsCustomerProps = paths[typeof routeName$4Q]['get']['parameters'];
121561
121693
  declare const getPolicyPackagesAsCustomer: (props: GetPolicyPackagesAsCustomerProps, wgApiClient: ClientType) => Promise<GetPolicyPackagesAsCustomerResponse>;
121562
121694
 
121563
- declare const routeName$4O = "/v1/api/customers/me/policy-packages/{policy_package_id}";
121564
- type GetPolicyPackageByIdAsCustomerPathParams = paths[typeof routeName$4O]['get']['parameters']['path'];
121565
- type GetPolicyPackageByIdAsCustomerResponse = paths[typeof routeName$4O]['get']['responses'][200]['content']['application/json'];
121566
- type GetPolicyPackageByIdAsCustomerProps = paths[typeof routeName$4O]['get']['parameters'];
121695
+ declare const routeName$4P = "/v1/api/customers/me/policy-packages/{policy_package_id}";
121696
+ type GetPolicyPackageByIdAsCustomerPathParams = paths[typeof routeName$4P]['get']['parameters']['path'];
121697
+ type GetPolicyPackageByIdAsCustomerResponse = paths[typeof routeName$4P]['get']['responses'][200]['content']['application/json'];
121698
+ type GetPolicyPackageByIdAsCustomerProps = paths[typeof routeName$4P]['get']['parameters'];
121567
121699
  declare const getPolicyPackageByIdAsCustomer: (props: GetPolicyPackageByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetPolicyPackageByIdAsCustomerResponse>;
121568
121700
 
121569
- declare const routeName$4N = "/v1/api/customers/me/current-account-insights";
121570
- type GetCurrentAccountInsightsAsCustomerQueryParams = paths[typeof routeName$4N]['get']['parameters']['query'];
121571
- type GetCurrentAccountInsightsAsCustomerResponse = paths[typeof routeName$4N]['get']['responses'][200]['content']['application/json'];
121572
- type GetCurrentAccountInsightsAsCustomerProps = paths[typeof routeName$4N]['get']['parameters'];
121701
+ declare const routeName$4O = "/v1/api/customers/me/current-account-insights";
121702
+ type GetCurrentAccountInsightsAsCustomerQueryParams = paths[typeof routeName$4O]['get']['parameters']['query'];
121703
+ type GetCurrentAccountInsightsAsCustomerResponse = paths[typeof routeName$4O]['get']['responses'][200]['content']['application/json'];
121704
+ type GetCurrentAccountInsightsAsCustomerProps = paths[typeof routeName$4O]['get']['parameters'];
121573
121705
  declare const getCurrentAccountInsightsAsCustomer: (props: GetCurrentAccountInsightsAsCustomerProps, wgApiClient: ClientType) => Promise<GetCurrentAccountInsightsAsCustomerResponse>;
121574
121706
 
121575
- declare const routeName$4M = "/v1/api/customers/me/invoices";
121576
- type GetInvoicesAsCustomerQueryParams = paths[typeof routeName$4M]['get']['parameters']['query'];
121577
- type GetInvoicesAsCustomerResponse = paths[typeof routeName$4M]['get']['responses'][200]['content']['application/json'];
121578
- type GetInvoicesAsCustomerProps = paths[typeof routeName$4M]['get']['parameters'];
121707
+ declare const routeName$4N = "/v1/api/customers/me/invoices";
121708
+ type GetInvoicesAsCustomerQueryParams = paths[typeof routeName$4N]['get']['parameters']['query'];
121709
+ type GetInvoicesAsCustomerResponse = paths[typeof routeName$4N]['get']['responses'][200]['content']['application/json'];
121710
+ type GetInvoicesAsCustomerProps = paths[typeof routeName$4N]['get']['parameters'];
121579
121711
  declare const getInvoicesAsCustomer: (props: GetInvoicesAsCustomerProps, wgApiClient: ClientType) => Promise<GetInvoicesAsCustomerResponse>;
121580
121712
 
121581
- declare const routeName$4L = "/v1/api/customers/me/invoices/{invoice_id}";
121582
- type GetInvoiceByIdAsCustomerPathParams = paths[typeof routeName$4L]['get']['parameters']['path'];
121583
- type GetInvoiceByIdAsCustomerResponse = paths[typeof routeName$4L]['get']['responses'][200]['content']['application/json'];
121584
- type GetInvoiceByIdAsCustomerProps = paths[typeof routeName$4L]['get']['parameters'];
121713
+ declare const routeName$4M = "/v1/api/customers/me/invoices/{invoice_id}";
121714
+ type GetInvoiceByIdAsCustomerPathParams = paths[typeof routeName$4M]['get']['parameters']['path'];
121715
+ type GetInvoiceByIdAsCustomerResponse = paths[typeof routeName$4M]['get']['responses'][200]['content']['application/json'];
121716
+ type GetInvoiceByIdAsCustomerProps = paths[typeof routeName$4M]['get']['parameters'];
121585
121717
  declare const getInvoiceByIdAsCustomer: (props: GetInvoiceByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetInvoiceByIdAsCustomerResponse>;
121586
121718
 
121587
- declare const routeName$4K = "/v1/api/customers/me/claims";
121588
- type GetClaimsAsCustomerQueryParams = paths[typeof routeName$4K]['get']['parameters']['query'];
121589
- type GetClaimsAsCustomerResponse = paths[typeof routeName$4K]['get']['responses'][200]['content']['application/json'];
121590
- type GetClaimsAsCustomerProps = paths[typeof routeName$4K]['get']['parameters'];
121719
+ declare const routeName$4L = "/v1/api/customers/me/claims";
121720
+ type GetClaimsAsCustomerQueryParams = paths[typeof routeName$4L]['get']['parameters']['query'];
121721
+ type GetClaimsAsCustomerResponse = paths[typeof routeName$4L]['get']['responses'][200]['content']['application/json'];
121722
+ type GetClaimsAsCustomerProps = paths[typeof routeName$4L]['get']['parameters'];
121591
121723
  declare const getClaimsAsCustomer: (props: GetClaimsAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimsAsCustomerResponse>;
121592
121724
 
121593
- declare const routeName$4J = "/v1/api/customers/me/claims/{claim_id}";
121594
- type GetClaimByIdAsCustomerPathParams = paths[typeof routeName$4J]['get']['parameters']['path'];
121595
- type GetClaimByIdAsCustomerResponse = paths[typeof routeName$4J]['get']['responses'][200]['content']['application/json'];
121596
- type GetClaimByIdAsCustomerProps = paths[typeof routeName$4J]['get']['parameters'];
121725
+ declare const routeName$4K = "/v1/api/customers/me/claims/{claim_id}";
121726
+ type GetClaimByIdAsCustomerPathParams = paths[typeof routeName$4K]['get']['parameters']['path'];
121727
+ type GetClaimByIdAsCustomerResponse = paths[typeof routeName$4K]['get']['responses'][200]['content']['application/json'];
121728
+ type GetClaimByIdAsCustomerProps = paths[typeof routeName$4K]['get']['parameters'];
121597
121729
  declare const getClaimByIdAsCustomer: (props: GetClaimByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimByIdAsCustomerResponse>;
121598
121730
 
121599
- declare const routeName$4I = "/v1/api/customers/me/documents";
121600
- type GetDocumentsAsCustomerQueryParams = paths[typeof routeName$4I]['get']['parameters']['query'];
121601
- type GetDocumentsAsCustomerResponse = paths[typeof routeName$4I]['get']['responses'][200]['content']['application/json'];
121602
- type GetDocumentsAsCustomerProps = paths[typeof routeName$4I]['get']['parameters'];
121731
+ declare const routeName$4J = "/v1/api/customers/me/documents";
121732
+ type GetDocumentsAsCustomerQueryParams = paths[typeof routeName$4J]['get']['parameters']['query'];
121733
+ type GetDocumentsAsCustomerResponse = paths[typeof routeName$4J]['get']['responses'][200]['content']['application/json'];
121734
+ type GetDocumentsAsCustomerProps = paths[typeof routeName$4J]['get']['parameters'];
121603
121735
  declare const getDocumentsAsCustomer: (props: GetDocumentsAsCustomerProps, wgApiClient: ClientType) => Promise<GetDocumentsAsCustomerResponse>;
121604
121736
 
121605
- declare const routeName$4H = "/v1/api/customers/me/finconnect/link";
121606
- type GetFinconnectLinkAsCustomerQueryParams = paths[typeof routeName$4H]['get']['parameters']['query'];
121607
- type GetFinconnectLinkAsCustomerResponse = paths[typeof routeName$4H]['get']['responses'][200]['content']['application/json'];
121608
- type GetFinconnectLinkAsCustomerProps = paths[typeof routeName$4H]['get']['parameters'];
121737
+ declare const routeName$4I = "/v1/api/customers/me/finconnect/link";
121738
+ type GetFinconnectLinkAsCustomerQueryParams = paths[typeof routeName$4I]['get']['parameters']['query'];
121739
+ type GetFinconnectLinkAsCustomerResponse = paths[typeof routeName$4I]['get']['responses'][200]['content']['application/json'];
121740
+ type GetFinconnectLinkAsCustomerProps = paths[typeof routeName$4I]['get']['parameters'];
121609
121741
  declare const getFinconnectLinkAsCustomer: (props: GetFinconnectLinkAsCustomerProps, wgApiClient: ClientType) => Promise<GetFinconnectLinkAsCustomerResponse>;
121610
121742
 
121611
- declare const routeName$4G = "/v1/api/parties/me";
121612
- type PatchOwnPartyAsCustomerBody = paths[typeof routeName$4G]['patch']['requestBody']['content']['application/json'];
121613
- type PatchOwnPartyAsCustomerResponse = paths[typeof routeName$4G]['patch']['responses'][200]['content']['application/json'];
121743
+ declare const routeName$4H = "/v1/api/parties/me";
121744
+ type PatchOwnPartyAsCustomerBody = paths[typeof routeName$4H]['patch']['requestBody']['content']['application/json'];
121745
+ type PatchOwnPartyAsCustomerResponse = paths[typeof routeName$4H]['patch']['responses'][200]['content']['application/json'];
121614
121746
  interface PatchOwnPartyAsCustomerProps {
121615
121747
  body: PatchOwnPartyAsCustomerBody;
121616
121748
  }
121617
121749
  declare const patchOwnPartyAsCustomer: (props: PatchOwnPartyAsCustomerProps, wgApiClient: ClientType) => Promise<PatchOwnPartyAsCustomerResponse>;
121618
121750
 
121619
- declare const routeName$4F = "/v1/api/parties/me/activities";
121620
- type CreatePartyActivitiesAsCustomerBody = paths[typeof routeName$4F]['post']['requestBody']['content']['application/json'];
121621
- type CreatePartyActivitiesAsCustomerResponse = paths[typeof routeName$4F]['post']['responses'][201]['content']['application/json'];
121751
+ declare const routeName$4G = "/v1/api/parties/me/activities";
121752
+ type CreatePartyActivitiesAsCustomerBody = paths[typeof routeName$4G]['post']['requestBody']['content']['application/json'];
121753
+ type CreatePartyActivitiesAsCustomerResponse = paths[typeof routeName$4G]['post']['responses'][201]['content']['application/json'];
121622
121754
  interface CreatePartyActivitiesAsCustomerProps {
121623
121755
  body: CreatePartyActivitiesAsCustomerBody;
121624
121756
  }
121625
121757
  declare const createPartyActivitiesAsCustomer: (props: CreatePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<CreatePartyActivitiesAsCustomerResponse>;
121626
121758
 
121627
- declare const routeName$4E = "/v1/api/parties/me/activities/{activity_id}";
121628
- type DeletePartyActivitiesAsCustomerPathParams = paths[typeof routeName$4E]['delete']['parameters']['path'];
121629
- type DeletePartyActivitiesAsCustomerResponse = paths[typeof routeName$4E]['delete']['responses'][200]['content']['application/json'];
121759
+ declare const routeName$4F = "/v1/api/parties/me/activities/{activity_id}";
121760
+ type DeletePartyActivitiesAsCustomerPathParams = paths[typeof routeName$4F]['delete']['parameters']['path'];
121761
+ type DeletePartyActivitiesAsCustomerResponse = paths[typeof routeName$4F]['delete']['responses'][200]['content']['application/json'];
121630
121762
  interface DeletePartyActivitiesAsCustomerProps {
121631
121763
  params: {
121632
121764
  path: DeletePartyActivitiesAsCustomerPathParams;
@@ -121634,10 +121766,10 @@ interface DeletePartyActivitiesAsCustomerProps {
121634
121766
  }
121635
121767
  declare const deletePartyActivitiesAsCustomer: (props: DeletePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<DeletePartyActivitiesAsCustomerResponse>;
121636
121768
 
121637
- declare const routeName$4D = "/v1/api/parties/me/activities/{activity_id}";
121638
- type UpdatePartyActivitiesAsCustomerBody = paths[typeof routeName$4D]['patch']['requestBody']['content']['application/json'];
121639
- type UpdatePartyActivitiesAsCustomerPathParams = paths[typeof routeName$4D]['patch']['parameters']['path'];
121640
- type UpdatePartyActivitiesAsCustomerResponse = paths[typeof routeName$4D]['patch']['responses'][200]['content']['application/json'];
121769
+ declare const routeName$4E = "/v1/api/parties/me/activities/{activity_id}";
121770
+ type UpdatePartyActivitiesAsCustomerBody = paths[typeof routeName$4E]['patch']['requestBody']['content']['application/json'];
121771
+ type UpdatePartyActivitiesAsCustomerPathParams = paths[typeof routeName$4E]['patch']['parameters']['path'];
121772
+ type UpdatePartyActivitiesAsCustomerResponse = paths[typeof routeName$4E]['patch']['responses'][200]['content']['application/json'];
121641
121773
  interface UpdatePartyActivitiesAsCustomerProps {
121642
121774
  body: UpdatePartyActivitiesAsCustomerBody;
121643
121775
  params: {
@@ -121646,29 +121778,29 @@ interface UpdatePartyActivitiesAsCustomerProps {
121646
121778
  }
121647
121779
  declare const updatePartyActivitiesAsCustomer: (props: UpdatePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<UpdatePartyActivitiesAsCustomerResponse>;
121648
121780
 
121649
- declare const routeName$4C = "/v1/api/parties/{party_id}/customers";
121650
- type GetCustomersByPartyPathParams = paths[typeof routeName$4C]['get']['parameters']['path'];
121651
- type GetCustomersByPartyQueryParams = paths[typeof routeName$4C]['get']['parameters']['query'];
121652
- type GetCustomersByPartyResponse = paths[typeof routeName$4C]['get']['responses'][200]['content']['application/json'];
121653
- type GetCustomersByPartyProps = paths[typeof routeName$4C]['get']['parameters'];
121781
+ declare const routeName$4D = "/v1/api/parties/{party_id}/customers";
121782
+ type GetCustomersByPartyPathParams = paths[typeof routeName$4D]['get']['parameters']['path'];
121783
+ type GetCustomersByPartyQueryParams = paths[typeof routeName$4D]['get']['parameters']['query'];
121784
+ type GetCustomersByPartyResponse = paths[typeof routeName$4D]['get']['responses'][200]['content']['application/json'];
121785
+ type GetCustomersByPartyProps = paths[typeof routeName$4D]['get']['parameters'];
121654
121786
  declare const getCustomersByParty: (props: GetCustomersByPartyProps, wgApiClient: ClientType) => Promise<GetCustomersByPartyResponse>;
121655
121787
 
121656
- declare const routeName$4B = "/v1/api/customers/{user_id}/parties";
121657
- type GetPartiesByCustomerPathParams = paths[typeof routeName$4B]['get']['parameters']['path'];
121658
- type GetPartiesByCustomerQueryParams = paths[typeof routeName$4B]['get']['parameters']['query'];
121659
- type GetPartiesByCustomerResponse = paths[typeof routeName$4B]['get']['responses'][200]['content']['application/json'];
121660
- type GetPartiesByCustomerProps = paths[typeof routeName$4B]['get']['parameters'];
121788
+ declare const routeName$4C = "/v1/api/customers/{user_id}/parties";
121789
+ type GetPartiesByCustomerPathParams = paths[typeof routeName$4C]['get']['parameters']['path'];
121790
+ type GetPartiesByCustomerQueryParams = paths[typeof routeName$4C]['get']['parameters']['query'];
121791
+ type GetPartiesByCustomerResponse = paths[typeof routeName$4C]['get']['responses'][200]['content']['application/json'];
121792
+ type GetPartiesByCustomerProps = paths[typeof routeName$4C]['get']['parameters'];
121661
121793
  declare const getPartiesByCustomer: (props: GetPartiesByCustomerProps, wgApiClient: ClientType) => Promise<GetPartiesByCustomerResponse>;
121662
121794
 
121663
- declare const routeName$4A = "/v1/api/customers";
121664
- type GetAllCustomersByDistributionQueryParams = paths[typeof routeName$4A]['get']['parameters']['query'];
121665
- type GetAllCustomersByDistributionResponse = paths[typeof routeName$4A]['get']['responses'][200]['content']['application/json'];
121666
- type GetAllCustomersByDistributionProps = paths[typeof routeName$4A]['get']['parameters'];
121795
+ declare const routeName$4B = "/v1/api/customers";
121796
+ type GetAllCustomersByDistributionQueryParams = paths[typeof routeName$4B]['get']['parameters']['query'];
121797
+ type GetAllCustomersByDistributionResponse = paths[typeof routeName$4B]['get']['responses'][200]['content']['application/json'];
121798
+ type GetAllCustomersByDistributionProps = paths[typeof routeName$4B]['get']['parameters'];
121667
121799
  declare const getAllCustomersByDistribution: (props: GetAllCustomersByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCustomersByDistributionResponse>;
121668
121800
 
121669
- declare const routeName$4z = "/v1/api/customers/{user_id}/parties/{party_id}/block";
121670
- type BlockCustomerFromAccessingPartyPathParams = paths[typeof routeName$4z]['post']['parameters']['path'];
121671
- type BlockCustomerFromAccessingPartyResponse = paths[typeof routeName$4z]['post']['responses'][200]['content']['application/json'];
121801
+ declare const routeName$4A = "/v1/api/customers/{user_id}/parties/{party_id}/block";
121802
+ type BlockCustomerFromAccessingPartyPathParams = paths[typeof routeName$4A]['post']['parameters']['path'];
121803
+ type BlockCustomerFromAccessingPartyResponse = paths[typeof routeName$4A]['post']['responses'][200]['content']['application/json'];
121672
121804
  interface BlockCustomerFromAccessingPartyProps {
121673
121805
  params: {
121674
121806
  path: BlockCustomerFromAccessingPartyPathParams;
@@ -121676,9 +121808,9 @@ interface BlockCustomerFromAccessingPartyProps {
121676
121808
  }
121677
121809
  declare const blockCustomerFromAccessingParty: (props: BlockCustomerFromAccessingPartyProps, wgApiClient: ClientType) => Promise<BlockCustomerFromAccessingPartyResponse>;
121678
121810
 
121679
- declare const routeName$4y = "/v1/api/customers/{user_id}/parties/{party_id}/block";
121680
- type UnblockCustomerFromAccessingPartyPathParams = paths[typeof routeName$4y]['delete']['parameters']['path'];
121681
- type UnblockCustomerFromAccessingPartyResponse = paths[typeof routeName$4y]['delete']['responses'][200]['content']['application/json'];
121811
+ declare const routeName$4z = "/v1/api/customers/{user_id}/parties/{party_id}/block";
121812
+ type UnblockCustomerFromAccessingPartyPathParams = paths[typeof routeName$4z]['delete']['parameters']['path'];
121813
+ type UnblockCustomerFromAccessingPartyResponse = paths[typeof routeName$4z]['delete']['responses'][200]['content']['application/json'];
121682
121814
  interface UnblockCustomerFromAccessingPartyProps {
121683
121815
  params: {
121684
121816
  path: UnblockCustomerFromAccessingPartyPathParams;
@@ -121686,6 +121818,12 @@ interface UnblockCustomerFromAccessingPartyProps {
121686
121818
  }
121687
121819
  declare const unblockCustomerFromAccessingParty: (props: UnblockCustomerFromAccessingPartyProps, wgApiClient: ClientType) => Promise<UnblockCustomerFromAccessingPartyResponse>;
121688
121820
 
121821
+ declare const routeName$4y = "/v1/api/diasflows/supported-insurances";
121822
+ type GetDiasflowInsurancesQueryParams = paths[typeof routeName$4y]['get']['parameters']['query'];
121823
+ type GetDiasflowInsurancesResponse = paths[typeof routeName$4y]['get']['responses'][200]['content']['application/json'];
121824
+ type GetDiasflowInsurancesProps = paths[typeof routeName$4y]['get']['parameters'];
121825
+ declare const getDiasflowInsurances: (props: GetDiasflowInsurancesProps, wgApiClient: ClientType) => Promise<GetDiasflowInsurancesResponse>;
121826
+
121689
121827
  declare const routeName$4x = "/v1/api/diasflows/products";
121690
121828
  type GetDiasflowProductsQueryParams = paths[typeof routeName$4x]['get']['parameters']['query'];
121691
121829
  type GetDiasflowProductsResponse = paths[typeof routeName$4x]['get']['responses'][200]['content']['application/json'];
@@ -124359,4 +124497,4 @@ interface ValidateYellowhiveQuestionnaireProps {
124359
124497
  }
124360
124498
  declare const validateYellowhiveQuestionnaire: (props: ValidateYellowhiveQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateYellowhiveQuestionnaireResponse>;
124361
124499
 
124362
- 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 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 CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type CreatePartyActivitiesAsCustomerBody, type CreatePartyActivitiesAsCustomerResponse, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse, type CreatePartyGroupRiskObjectBody, type CreatePartyGroupRiskObjectPathParams, type CreatePartyGroupRiskObjectQueryParams, type CreatePartyGroupRiskObjectResponse, type CreatePartyNoteBody, type CreatePartyNotePathParams, type CreatePartyNoteResponse, type CreatePartyOffersBody, type CreatePartyOffersPathParams, type CreatePartyOffersQueryParams, type CreatePartyOffersResponse, type CreatePartyRelationsBody, type CreatePartyRelationsQueryParams, type CreatePartyRelationsResponse, type CreateProfileaseCarLeaseOfferBody, type CreateProfileaseCarLeaseOfferQueryParams, type CreateProfileaseCarLeaseOfferResponse, type CreateProflowSessionByBatchIdPathParams, type CreateProflowSessionByBatchIdQueryParams, type CreateProflowSessionByBatchIdResponse, type CreateRecommendationByPartyIdBody, type CreateRecommendationByPartyIdPathParams, type CreateRecommendationByPartyIdQueryParams, type CreateRecommendationByPartyIdResponse, type CreateRecommendationBySessionIdBody, type CreateRecommendationBySessionIdQueryParams, type CreateRecommendationBySessionIdResponse, type CreateReferenceForPartyBody, type CreateReferenceForPartyPathParams, type CreateReferenceForPartyResponse, type CreateReferencesForRiskObjectBody, type CreateReferencesForRiskObjectPathParams, type CreateReferencesForRiskObjectQueryParams, type CreateReferencesForRiskObjectResponse, type CreateRelationBetweenRiskObjectAndPartyBody, type CreateRelationBetweenRiskObjectAndPartyPathParams, type CreateRelationBetweenRiskObjectAndPartyQueryParams, type CreateRelationBetweenRiskObjectAndPartyResponse, type CreateRiskDomainActionForAdvisoryReportByIdBody, type CreateRiskDomainActionForAdvisoryReportByIdPathParams, type CreateRiskDomainActionForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionForAdvisoryReportByIdResponse, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainAdviceForAdvisoryReportByIdBody, type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainForAdvisoryReportByIdBody, type CreateRiskDomainForAdvisoryReportByIdPathParams, type CreateRiskDomainForAdvisoryReportByIdQueryParams, type CreateRiskDomainForAdvisoryReportByIdResponse, type CreateSemiTrailerRiskObjectBody, type CreateSemiTrailerRiskObjectPathParams, type CreateSemiTrailerRiskObjectQueryParams, type CreateSemiTrailerRiskObjectResponse, type CreateToolkitAccountBody, type CreateToolkitAccountQueryParams, type CreateToolkitAccountResponse, type CreateToolkitBrokerBody, type CreateToolkitBrokerQueryParams, type CreateToolkitBrokerResponse, type CreateTrailerRiskObjectBody, type CreateTrailerRiskObjectPathParams, type CreateTrailerRiskObjectQueryParams, type CreateTrailerRiskObjectResponse, type CreateTrialBrokerBody, type CreateTrialBrokerQueryParams, type CreateTrialBrokerResponse, type CreateUploadLinkAsCustomerPathParams, type CreateUploadLinkAsCustomerQueryParams, type CreateUploadLinkAsCustomerResponse, type CreateUspItemForDistributionBody, type CreateUspItemForDistributionQueryParams, type CreateUspItemForDistributionResponse, type CreateYellowhiveContactPersonBody, type CreateYellowhiveContactPersonPathParams, type CreateYellowhiveContactPersonQueryParams, type CreateYellowhiveContactPersonResponse, type 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 DeprecatedGetAnvaPartiesQueryParams, type DeprecatedGetAnvaPartiesResponse, type DeprecatedImportAnvaPartyInWegroupPathParams, type DeprecatedImportAnvaPartyInWegroupQueryParams, type DeprecatedImportAnvaPartyInWegroupResponse, 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 ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type ExtractPartyForOneDocumentEnqueueBody, type ExtractPartyForOneDocumentEnqueueResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type GeneratePersonalizationAdviceForAdvisoryReportPathParams, type GeneratePersonalizationAdviceForAdvisoryReportResponse, type GeneratePossibleProductsBySessionV2Body, type GeneratePossibleProductsBySessionV2PathParams, type GeneratePossibleProductsBySessionV2QueryParams, type GeneratePossibleProductsBySessionV2Response, type GenerateQuestionsToPrefillByCarBody, type GenerateQuestionsToPrefillByCarPathParams, type GenerateQuestionsToPrefillByCarQueryParams, type GenerateQuestionsToPrefillByCarResponse, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse, type GenerateTokenForSocialLoginFlowAsBrokerQueryParams, type GenerateTokenForSocialLoginFlowAsBrokerResponse, type Get2FaByUserResponse, type GetActivityByPartyPathParams, type GetActivityByPartyQueryParams, type GetActivityByPartyResponse, type GetAddressInfoFreemiumQueryParams, type GetAddressInfoFreemiumResponse, type GetAddressInfoQueryParams, type GetAddressInfoResponse, type GetAdvicesPerInsuranceProductPathParams, type GetAdvicesPerInsuranceProductResponse, type GetAdvisoryReportByIdPathParams, type GetAdvisoryReportByIdQueryParams, type GetAdvisoryReportByIdResponse, type GetAdvisoryReportExportOptionsPathParams, type GetAdvisoryReportExportOptionsResponse, type GetAdvisoryReportRevisionDiffPathParams, type GetAdvisoryReportRevisionDiffQueryParams, type GetAdvisoryReportRevisionDiffResponse, type GetAllActivityTypesQueryParams, type GetAllActivityTypesResponse, type GetAllAdvisoryReportsQueryParams, type GetAllAdvisoryReportsResponse, type GetAllAvailableAffiliationsResponse, type GetAllAvailablePlansResponse, type GetAllAvailableThemesInWegroupQueryParams, type GetAllAvailableThemesInWegroupResponse, type GetAllBrokersLinkedToCurrentUserResponse, type GetAllCampaignTemplatesQueryParams, type GetAllCampaignTemplatesResponse, type GetAllCampaignsByDistributionQueryParams, type GetAllCampaignsByDistributionResponse, type GetAllCarClaimCategoriesResponse, type GetAllClaimsAsBrokerQueryParams, type GetAllClaimsAsBrokerResponse, type GetAllConversationsQueryParams, type GetAllConversationsResponse, type GetAllCustomersByDistributionQueryParams, type GetAllCustomersByDistributionResponse, type GetAllEnumsResponse, type GetAllLeadsByDistributionPathParams, type GetAllLeadsByDistributionResponse, type GetAllLeaseOffersByDistributionPathParams, type GetAllLeaseOffersByDistributionQueryParams, type GetAllLeaseOffersByDistributionResponse, type GetAllPartiesByDistributionPathParams, type GetAllPartiesByDistributionQueryParams, type GetAllPartiesByDistributionResponse, type GetAllPartiesByDistributionV2PathParams, type GetAllPartiesByDistributionV2QueryParams, type GetAllPartiesByDistributionV2Response, type GetAllRiskObjectsByPartyIdPathParams, type GetAllRiskObjectsByPartyIdQueryParams, type GetAllRiskObjectsByPartyIdResponse, type GetAllRiskObjectsByPartyIdV2PathParams, type GetAllRiskObjectsByPartyIdV2QueryParams, type GetAllRiskObjectsByPartyIdV2Response, type GetAllSessionsBySessionIdPathParams, type GetAllSessionsBySessionIdQueryParams, type GetAllSessionsBySessionIdResponse, type GetAllVehicleBrandsQueryParams, type GetAllVehicleBrandsResponse, type GetAllVehicleSeriesByBrandKeyPathParams, type GetAllVehicleSeriesByBrandKeyQueryParams, type GetAllVehicleSeriesByBrandKeyResponse, type GetAllVehicleVersionsBySeriesIdPathParams, type GetAllVehicleVersionsBySeriesIdQueryParams, type GetAllVehicleVersionsBySeriesIdResponse, type GetAnvaAgentsQueryParams, type GetAnvaAgentsResponse, type GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaMutationReasonsQueryParams, type GetAnvaMutationReasonsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaProductsQueryParams, type GetAnvaProductsResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAssuEmployeesQueryParams, type GetAssuEmployeesResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerByAnvaProducerIdPathParams, type GetBrokerByAnvaProducerIdResponse, type GetBrokerByAnvaRelationMangerIdPathParams, type GetBrokerByAnvaRelationMangerIdResponse, type GetBrokerConnectionsByIdPathParams, type GetBrokerConnectionsByIdResponse, type GetBrokerIntegrationsPathParams, type GetBrokerIntegrationsResponse, type GetCampaignByIdPathParams, type GetCampaignByIdQueryParams, type GetCampaignByIdResponse, type GetCampaignSettingsByDistributionQueryParams, type GetCampaignSettingsByDistributionResponse, type GetCampaignTargetMailTemplateQueryParams, type GetCampaignTargetMailTemplateResponse, type GetCarLeaseRatesQueryParams, type GetCarLeaseRatesResponse, type GetChatBySessionIdPathParams, type GetChatBySessionIdResponse, type GetChatSummaryV2BySessionIdPathParams, type GetChatSummaryV2BySessionIdQueryParams, type GetChatSummaryV2BySessionIdResponse, type GetCheckupByPartyIdPathParams, type GetCheckupByPartyIdResponse, type GetClaimAsBrokerByIdPathParams, type GetClaimAsBrokerByIdQueryParams, type GetClaimAsBrokerByIdResponse, type GetClaimAsCustomerWithTokenPathParams, type GetClaimAsCustomerWithTokenQueryParams, type GetClaimAsCustomerWithTokenResponse, type GetClaimByIdAsCustomerPathParams, type GetClaimByIdAsCustomerResponse, type GetClaimEventsAsBrokerByIdPathParams, type GetClaimEventsAsBrokerByIdQueryParams, type GetClaimEventsAsBrokerByIdResponse, type GetClaimEventsAsCustomerPathParams, type GetClaimEventsAsCustomerQueryParams, type GetClaimEventsAsCustomerResponse, type GetClaimsAsCustomerQueryParams, type GetClaimsAsCustomerResponse, type GetClaimsAsPartyByIdPathParams, type GetClaimsAsPartyByIdResponse, type GetClaimsAsPartyPathParams, type GetClaimsAsPartyQueryParams, type GetClaimsAsPartyResponse, type GetComplianceByRiskObjectIdPathParams, type GetComplianceByRiskObjectIdResponse, type GetConversationByIdPathParams, type GetConversationByIdQueryParams, type GetConversationByIdResponse, type GetConversationNotesPathParams, type GetConversationNotesQueryParams, type GetConversationNotesResponse, type GetConversationReportPdfByIdBody, type GetConversationReportPdfByIdPathParams, type GetConversationReportPdfByIdQueryParams, type GetConversationReportPdfByIdResponse, type GetConversationsOriginFilterQueryParams, type GetConversationsOriginFilterResponse, type GetCurrentAccountInsightsAsCustomerQueryParams, type GetCurrentAccountInsightsAsCustomerResponse, type GetCurrentAccountInsightsAsPartyPathParams, type GetCurrentAccountInsightsAsPartyQueryParams, type GetCurrentAccountInsightsAsPartyResponse, type GetCurrentBrokerOfTheUserResponse, type GetCustomersByPartyPathParams, type GetCustomersByPartyQueryParams, type GetCustomersByPartyResponse, type GetDiasAfdbranchesResponse, type GetDiasCollectionMethodsPathParams, type GetDiasCollectionMethodsQueryParams, type GetDiasCollectionMethodsResponse, type GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDiasProductsQueryParams, type GetDiasProductsResponse, type GetDiasflowProductByIdPathParams, type GetDiasflowProductByIdQueryParams, type GetDiasflowProductByIdResponse, type GetDiasflowProductsQueryParams, type GetDiasflowProductsResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type GetDistributionFaqQueryParams, type GetDistributionFaqResponse, type GetDistributionHasPendingUpgradePathParams, type GetDistributionHasPendingUpgradeResponse, type GetDistributionSettingsResponse, type GetDistributionTagsQueryParams, type GetDistributionTagsResponse, type GetDocumentExtractionBatchByIdPathParams, type GetDocumentExtractionBatchByIdResponse, type GetDocumentMetadataPathParams, type GetDocumentMetadataResponse, type GetDocumentsAsCustomerQueryParams, type GetDocumentsAsCustomerResponse, type GetDocumentsForPartyPathParams, type GetDocumentsForPartyQueryParams, type GetDocumentsForPartyResponse, type GetEmailByMessageIdQueryParams, type GetEmailByMessageIdResponse, type GetEncryptionKeysQueryParams, type GetEncryptionKeysResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse, type GetEnumByAnvaLabelPathParams, type GetEnumByAnvaLabelQueryParams, type GetEnumByAnvaLabelResponse, type GetEnumByDiasLabelPathParams, type GetEnumByDiasLabelQueryParams, type GetEnumByDiasLabelResponse, type GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFinconnectLinkAsCustomerQueryParams, type GetFinconnectLinkAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams, type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams, type GetFinconnectLinkForInsurancePolicyAsCustomerResponse, type GetFlowInfoByIdPathParams, type GetFlowInfoByIdQueryParams, type GetFlowInfoByIdResponse, type GetFlowsInfoQueryParams, type GetFlowsInfoResponse, type GetGbiQueryParams, type GetGbiResponse, type GetHubspotVisitorIdentificationTokenResponse, type GetInfoForClaimPathParams, type GetInfoForClaimQueryParams, type GetInfoForClaimResponse, type GetInsightsIfCarIsInsuredBody, type GetInsightsIfCarIsInsuredResponse, type GetInsuranceCompaniesQueryParams, type GetInsuranceCompaniesResponse, type GetInsurancePoliciesAsCustomerQueryParams, type GetInsurancePoliciesAsCustomerResponse, type GetInsurancePoliciesForPartyPathParams, type GetInsurancePoliciesForPartyQueryParams, type GetInsurancePoliciesForPartyResponse, type GetInsurancePolicyByIdAsCustomerPathParams, type GetInsurancePolicyByIdAsCustomerResponse, type GetInsurancePolicyByIdPathParams, type GetInsurancePolicyByIdResponse, type GetInsurancePolicySimulationsForPartyPathParams, type GetInsurancePolicySimulationsForPartyQueryParams, type GetInsurancePolicySimulationsForPartyResponse, type GetInsuranceProductClausesByDistributionQueryParams, type GetInsuranceProductClausesByDistributionResponse, type GetInsuranceProductsV2QueryParams, type GetInsuranceProductsV2Response, type GetIntegrationsByDistributionPathParams, type GetIntegrationsByDistributionResponse, type GetInvoiceByIdAsCustomerPathParams, type GetInvoiceByIdAsCustomerResponse, type GetInvoicesAsCustomerQueryParams, type GetInvoicesAsCustomerResponse, type GetInvoicesAsPartyByIdPathParams, type GetInvoicesAsPartyByIdResponse, type GetInvoicesAsPartyPathParams, type GetInvoicesAsPartyQueryParams, type GetInvoicesAsPartyResponse, type GetJobResultByIdPathParams, type GetJobResultByIdQueryParams, type GetJobResultByIdResponse, type GetKycByPartyPathParams, type GetKycByPartyQueryParams, type GetKycByPartyResponse, type GetLeadByIdPathParams, type GetLeadByIdResponse, type GetLeadProviderByIdPathParams, type GetLeadProviderByIdResponse, type GetLeadProvidersByAffinityQueryParams, type GetLeadProvidersByAffinityResponse, type GetLeaseOfferByIdPathParams, type GetLeaseOfferByIdQueryParams, type GetLeaseOfferByIdResponse, type GetLinkOfDocumentPathParams, type GetLinkOfDocumentResponse, type GetMetricsByCampaignPathParams, type GetMetricsByCampaignQueryParams, type GetMetricsByCampaignResponse, type GetMinimalOfferByIdPathParams, type GetMinimalOfferByIdQueryParams, type GetMinimalOfferByIdResponse, type GetMinimalOfferRevisionByIdPathParams, type GetMinimalOfferRevisionByIdResponse, type GetMinimalRiskObjectByIdPathParams, type GetMinimalRiskObjectByIdQueryParams, type GetMinimalRiskObjectByIdResponse, type GetNaceQueryParams, type GetNaceResponse, type GetNoveltyInsightsByDistributionPathParams, type GetNoveltyInsightsByDistributionQueryParams, type GetNoveltyInsightsByDistributionResponse, type GetOfferByIdPathParams, type GetOfferByIdResponse, type GetOffersByDistributionPathParams, type GetOffersByDistributionQueryParams, type GetOffersByDistributionResponse, type GetOnboardingChecklistByBrokerPathParams, type GetOnboardingChecklistByBrokerQueryParams, type GetOnboardingChecklistByBrokerResponse, type 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 GetTheBrokerByIdPathParams, type GetTheBrokerByIdResponse, type GetUspByDistributionQueryParams, type GetUspByDistributionResponse, type GetValuesOfEnumPathParams, type GetValuesOfEnumResponse, type GetVehicleByCarIdOrFebiacIdQueryParams, type GetVehicleByCarIdOrFebiacIdResponse, type GetVehicleByNumberPlateAndCarIdPathParams, type GetVehicleByNumberPlateAndCarIdQueryParams, type GetVehicleByNumberPlateAndCarIdResponse, type GetVehicleByVersionIdPathParams, type GetVehicleByVersionIdQueryParams, type GetVehicleByVersionIdResponse, type GetVehicleByVinAndCarIdPathParams, type GetVehicleByVinAndCarIdQueryParams, type GetVehicleByVinAndCarIdResponse, type GetVehicleVersionFactsBySeriesIdPathParams, type GetVehicleVersionFactsBySeriesIdQueryParams, type GetVehicleVersionFactsBySeriesIdResponse, type GetWeatherInfoQueryParams, type GetWeatherInfoResponse, type GetYellowhiveflowProductByIdPathParams, type GetYellowhiveflowProductByIdQueryParams, type GetYellowhiveflowProductByIdResponse, type GetYellowhiveflowProductsQueryParams, type GetYellowhiveflowProductsResponse, type GetYourOwnUserResponse, type GiveFeedbackOnConversationByIdPathParams, type GiveFeedbackOnConversationByIdQueryParams, type GiveFeedbackOnConversationByIdResponse, type GiveFeedbackOnRecommendationsByIdBody, type GiveFeedbackOnRecommendationsByIdPathParams, type GiveFeedbackOnRecommendationsByIdResponse, type GiveFeedbackToInsuranceTermsBotBody, type GiveFeedbackToInsuranceTermsBotQueryParams, type GiveFeedbackToInsuranceTermsBotResponse, type HandleCreateDistributionThemeBody, type HandleCreateDistributionThemeQueryParams, type HandleCreateDistributionThemeResponse, type HandleDeleteDistributionThemePathParams, type HandleDeleteDistributionThemeQueryParams, type HandleDeleteDistributionThemeResponse, type HandleUpdateDistributionThemeBody, type HandleUpdateDistributionThemePathParams, type HandleUpdateDistributionThemeQueryParams, type HandleUpdateDistributionThemeResponse, type HttpMethod, type ImportAnvaDocumentInWegroupQueryParams, type ImportAnvaDocumentInWegroupResponse, type ImportAnvaInsurancePolicyDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyDocumentInWegroupResponse, type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse, type ImportAnvaPartyInWegroupPathParams, type ImportAnvaPartyInWegroupQueryParams, type ImportAnvaPartyInWegroupResponse, type ImportAnvaproductBody, type ImportAnvaproductQueryParams, type ImportAnvaproductResponse, type ImportDiasPartyInWegroupPathParams, type ImportDiasPartyInWegroupQueryParams, type ImportDiasPartyInWegroupResponse, type ImportDiasflowProductBody, type ImportDiasflowProductQueryParams, type ImportDiasflowProductResponse, type InviteColleaguesToDistributionBody, type InviteColleaguesToDistributionResponse, type InviteUserToPartyBody, type InviteUserToPartyPathParams, type InviteUserToPartyResponse, type LinkConversationToAdvisoryReportBody, type LinkConversationToAdvisoryReportPathParams, type LinkConversationToAdvisoryReportQueryParams, type LinkConversationToAdvisoryReportResponse, type LinkPartyToUserBody, type LinkPartyToUserResponse, type LockFlightApiResponse, type MarkConversationAsCompletedByIdBody, type MarkConversationAsCompletedByIdPathParams, type MarkConversationAsCompletedByIdResponse, type MergePartiesTogetherBody, type MergePartiesTogetherPathParams, type MergePartiesTogetherQueryParams, type MergePartiesTogetherResponse, type Middleware, type OrderInsurancePolciesOfAdvisoryReportBody, type OrderInsurancePolciesOfAdvisoryReportPathParams, type OrderInsurancePolciesOfAdvisoryReportQueryParams, type OrderInsurancePolciesOfAdvisoryReportResponse, type OutlookConnectionSyncQueryParams, type OutlookConnectionSyncResponse, type OverrideInsuranceProductRecommendationByIdBody, type OverrideInsuranceProductRecommendationByIdPathParams, type OverrideInsuranceProductRecommendationByIdResponse, type OverridePreventionAdviceRecommendationByIdBody, type OverridePreventionAdviceRecommendationByIdPathParams, type OverridePreventionAdviceRecommendationByIdResponse, type PatchAnvaproductByIdBody, type PatchAnvaproductByIdPathParams, type PatchAnvaproductByIdQueryParams, type PatchAnvaproductByIdResponse, type PatchAnvaproductCoverageByIdBody, type PatchAnvaproductCoverageByIdPathParams, type PatchAnvaproductCoverageByIdQueryParams, type PatchAnvaproductCoverageByIdResponse, type PatchDiasflowProductByIdBody, type PatchDiasflowProductByIdPathParams, type PatchDiasflowProductByIdQueryParams, type PatchDiasflowProductByIdResponse, type PatchDiasflowProductCoverageByDiasIdBody, type PatchDiasflowProductCoverageByDiasIdPathParams, type PatchDiasflowProductCoverageByDiasIdQueryParams, type PatchDiasflowProductCoverageByDiasIdResponse, type PatchOwnPartyAsCustomerBody, type PatchOwnPartyAsCustomerResponse, type PoseAQuestionToInsuranceTermsBotBody, type PoseAQuestionToInsuranceTermsBotForItToCompareBody, type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams, type PoseAQuestionToInsuranceTermsBotForItToCompareResponse, type PoseAQuestionToInsuranceTermsBotQueryParams, type PoseAQuestionToInsuranceTermsBotResponse, type PostEventAsCarglassPartnerBody, type PostEventAsCarglassPartnerResponse, type PutClausesForReportBody, type PutClausesForReportPathParams, type PutClausesForReportQueryParams, type PutClausesForReportResponse, type RecalculateDiasQuotesBySessionIdAndProductIdBody, type RecalculateDiasQuotesBySessionIdAndProductIdPathParams, type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams, type RecalculateDiasQuotesBySessionIdAndProductIdResponse, type RecalculateDiasSimulationBySessionIdBody, type RecalculateDiasSimulationBySessionIdPathParams, type RecalculateDiasSimulationBySessionIdQueryParams, type RecalculateDiasSimulationBySessionIdResponse, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse, type RecalculateSimulationBySessionIdBody, type RecalculateSimulationBySessionIdPathParams, type RecalculateSimulationBySessionIdQueryParams, type RecalculateSimulationBySessionIdResponse, type RecalculateYellowhiveQuotesBySessionIdAndProductIdBody, type RecalculateYellowhiveQuotesBySessionIdAndProductIdPathParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdQueryParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdResponse, type RecalculateYellowhiveSimulationBySessionIdBody, type RecalculateYellowhiveSimulationBySessionIdPathParams, type RecalculateYellowhiveSimulationBySessionIdQueryParams, type RecalculateYellowhiveSimulationBySessionIdResponse, type RetrieveAirportsResponse, type RetrieveAllExportsByPartyPathParams, type RetrieveAllExportsByPartyQueryParams, type RetrieveAllExportsByPartyResponse, type RetrieveAnvaflowsQuestionnairesPathParams, type RetrieveAnvaflowsQuestionnairesQueryParams, type RetrieveAnvaflowsQuestionnairesResponse, type RetrieveAskLaterQuestionsQueryParams, type RetrieveAskLaterQuestionsResponse, type RetrieveAutomobileByCarIdFreemiumVersionPathParams, type RetrieveAutomobileByCarIdFreemiumVersionQueryParams, type RetrieveAutomobileByCarIdFreemiumVersionResponse, type RetrieveAutomobileByIdFreemiumQueryParams, type RetrieveAutomobileByIdFreemiumResponse, type RetrieveDiasQuestionnairesPathParams, type RetrieveDiasQuestionnairesQueryParams, type RetrieveDiasQuestionnairesResponse, type RetrieveExportByIdPathParams, type RetrieveExportByIdQueryParams, type RetrieveExportByIdResponse, type RetrieveFlowBody, type RetrieveFlowPathParams, type RetrieveFlowQueryParams, type RetrieveFlowResponse, type RetrieveYellowhiveQuestionnairesPathParams, type RetrieveYellowhiveQuestionnairesQueryParams, type RetrieveYellowhiveQuestionnairesResponse, type SchemaAboutUsResponse, type SchemaAccelerationTo100, type SchemaAccident, type SchemaAccidentStatement, type SchemaAccidentStatementType, type SchemaAccidentStatementType_2, type SchemaAccountCreateCmd, type SchemaAccountCreatedResponse, type SchemaAccreditedAppraiser, type SchemaAccreditedAppraiser_2, type SchemaAcknowledgementQueryModel, type SchemaAction, type SchemaActionType, type SchemaActionUrlResponse, type SchemaActivateOutlookSyncCmd, type SchemaActivateOutlookSyncParams, type SchemaActivitiesCreateCmd, type SchemaActivity, type SchemaActivityFrontPageCmd, type SchemaActivityFrontPageQueryModel, type SchemaActivityPatchCmd, type SchemaActivityQueryModel, type SchemaAddActionToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdviceToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdvisoryReportStepsConfigurationParams, type SchemaAddConversationToAdvisoryReportRevisionParams, type SchemaAddInsuranceProductClausesToAdvisoryReportRevisionParams, type SchemaAddRiskDomainToAdvisoryReportRevisionParams, type SchemaAdditionalProperties, type SchemaAdditionalProperties_2, type SchemaAddresWithMetadata, type SchemaAddress, type SchemaAddressAllNones, type SchemaAddressInfoLinkRelationType, type SchemaAddressInformation, type SchemaAddressRules, type SchemaAdviceChangeType, type SchemaAdviceDiffModel, type SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, type SchemaAdvisoryReportAdviceDiff, type SchemaAdvisoryReportClauseQueryModel, type SchemaAdvisoryReportClausesCreateCmd, type SchemaAdvisoryReportConversationLinkCmd, type SchemaAdvisoryReportConversationQueryModel, type SchemaAdvisoryReportCreateCmd, type SchemaAdvisoryReportDocxResponse, type SchemaAdvisoryReportExportOptions, type SchemaAdvisoryReportExportResponse, type SchemaAdvisoryReportFrontPageCreateCmd, type SchemaAdvisoryReportInsurancePolicyCmd, type SchemaAdvisoryReportInsurancePolicyOrder, type SchemaAdvisoryReportInsurancePolicyPackageCmd, type SchemaAdvisoryReportPartyQueryModel, type SchemaAdvisoryReportPdfResponse, type SchemaAdvisoryReportQueryModel, type SchemaAdvisoryReportRevisionAcceptanceCmd, type SchemaAdvisoryReportRevisionCmd, type SchemaAdvisoryReportRevisionCreateCmd, type SchemaAdvisoryReportRevisionMailInquiryCmd, type SchemaAdvisoryReportRevisionUpdateCmd, type SchemaAdvisoryReportRevisionsQueryModel, type SchemaAdvisoryReportRiskDomainActionCreateCmd, type SchemaAdvisoryReportRiskDomainActionPatchCmd, type SchemaAdvisoryReportRiskDomainAdviceCreateCmd, type SchemaAdvisoryReportRiskDomainAdvicePatchCmd, type SchemaAdvisoryReportRiskDomainCreateCmd, type SchemaAdvisoryReportStepsCreateCmd, type SchemaAdvisoryReportTask, type SchemaAdvisoryReportsQueryModel, type SchemaAdvisoryTaskPriority, type SchemaAedesCar, type SchemaAedesCarPayload, type SchemaAedesDriver, type SchemaAedesParking, type SchemaAedesParking_2, type SchemaAffiliation, type SchemaAffiliationInfo, type SchemaAffiliationStatus, type SchemaAffinityKey, type SchemaAgHomePayload, type SchemaAgriculturalVehicleUsage, type SchemaAgriculturalVehicleUsage_2, type SchemaAlarmSystem, type SchemaAllGuaranteesSetting, type SchemaAllianzCancellationReason, type SchemaAllianzCancellationReason_2, type SchemaAllianzCar, type SchemaAllianzCarPayload, type SchemaAllianzDriver, type SchemaAllianzFamilyPayload, type SchemaAllianzHome, type SchemaAllianzHomePayload, type SchemaAnalyzeEmailByIdParams, type SchemaAnnex, type SchemaAnnexRoofConstructionType, type SchemaAnnexType, type SchemaAnnexType_2, type SchemaAnnexWallConstructionType, type SchemaAnnualPremium, type SchemaAnnualPremiumQueryModel, type SchemaAnswer, type SchemaAnswerFlowParams, type SchemaAnswerFlowSessionParams, type SchemaAnswerFlowsResponse, type SchemaAnswerValidationError, type SchemaAnswerValidationErrorMessage, type SchemaAnswersPayload, type SchemaAnvaAdnCoverage, type SchemaAnvaCalculationPackage, type SchemaAnvaCalculationResponse, type SchemaAnvaClaimStatus, type SchemaAnvaClosingQuestion, type SchemaAnvaClosingQuestionUpsertCmd, type SchemaAnvaCollectionMethod, type SchemaAnvaCollectionMethods, type SchemaAnvaCoverage, type SchemaAnvaCoverageCombination, type SchemaAnvaCustomerInquiryParams, type SchemaAnvaDocument, type SchemaAnvaDocumentUpdateCmd, type SchemaAnvaFlowLabelStatus, type SchemaAnvaFlowStatus, type SchemaAnvaInquiry, type SchemaAnvaInquiryDocument, type SchemaAnvaInsurance, type SchemaAnvaInsuranceCompany, type SchemaAnvaInsuranceCompanyUpdateCmd, type SchemaAnvaInsurancePackage, type SchemaAnvaInsurancePolicy, type SchemaAnvaInsuranceUpdateCmd, type SchemaAnvaInvoiceStatus, type SchemaAnvaLabel, type SchemaAnvaMutationReason, type SchemaAnvaMutationReasons, type SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductFlowRevision, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, type SchemaAnvaProductTagUpsertCmd, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaAnvaTaskCmd, type SchemaAnvaTaskPriority, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type SchemaAppModelsPartyCommandsExternalRef, type SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppModelsUploadExternalRef, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyDocumentsPartydocumentquerymodel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type 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 SchemaCampaignsResponse, type SchemaCar, type SchemaCarCategory, type SchemaCarCategoryCode, type SchemaCarCategoryCode_2, type SchemaCarCategory_2, type SchemaCarClaimType, type SchemaCarClaimType_2, type SchemaCarDemo, type SchemaCarDemo_2, type SchemaCarEvaluationType, type SchemaCarEvaluationType_2, type SchemaCarGlassEvent, type SchemaCarInsuranceInsightPayload, type SchemaCarInsurancePolicyInsightsCarResponse, type SchemaCarInsurancePolicyInsightsDistributionResponse, type SchemaCarInsurancePolicyInsightsPartyResponse, type SchemaCarInsurancePolicyInsightsResponse, type SchemaCarInsured, type SchemaCarInterests, type SchemaCarInterests_2, type SchemaCarLease, type SchemaCarLeaseRatesResponse, type SchemaCarLookUpToQuestion, type SchemaCarLookUpToQuestions, type SchemaCarLookUpToQuestionsCmd, type SchemaCarMileage, type SchemaCarNlPayloads, type SchemaCarPayloads, type SchemaCarPremiumResponse, type SchemaCarProfessionalUsagePurpose, type SchemaCarProfessionalUsagePurpose_2, type SchemaCarReferenceQueryModel, type SchemaCarRiskObjectIdWithRevisionId, type SchemaCarStorage, type SchemaCarTaxation, type SchemaCarTheftProtection, type SchemaCarTheftProtection_2, type SchemaCarTrackingSystem, type SchemaCarTrackingSystem_2, type SchemaCarTrailer, type SchemaCarUsage, type SchemaCarUsagePeriod, type SchemaCarUsagePeriod_2, type SchemaCarUsedFor, type SchemaCarUsedFor_2, type SchemaCarVehicleType, type SchemaCarVehicleType_2, type SchemaCarglassEventCreateParams, type SchemaCategoryType, type SchemaChatCmd, type SchemaChatSummaryDetailed, type SchemaChatSummaryGroup, type SchemaChatSummaryQuestion, type SchemaChatSummarySection, type SchemaCheckupItemType, type SchemaChild, type SchemaChildProtection, type SchemaChildProtectionDriver, type SchemaChildProtectionPassenger, type SchemaChildProtectionRear, type SchemaChunk, type SchemaCitizensCar, type SchemaCitizensCarPayload, type SchemaCitizensCoverageChoice, type SchemaCitizensCoverageChoice_2, type SchemaCitizensInsuredAmountAccidents, type SchemaCitizensInsuredAmountAccidents_2, type SchemaCitizensInsuredAmountLiability, type SchemaCitizensInsuredAmountLiability_2, type SchemaCitizensSteeringPosition, type SchemaCity, type SchemaCityAutomaticEmergencyBraking, type SchemaCivilState, type SchemaCivilState_2, type SchemaClaim, type SchemaClaimCause, type SchemaClaimCause_2, type SchemaClaimFreeYears, type SchemaClaimFreeYears_2, type SchemaClaimLossAmount, type SchemaClaimLossAmount_2, type SchemaClaimQueryModel, type SchemaClaimStatus, type SchemaClaimType, type SchemaClaimsQueryModel, type SchemaClauseCmd, type SchemaClauseQueryModel, type SchemaCloudDataStorageLocation, type SchemaCollectionMethod, type SchemaCommentary, type SchemaCommentaryQueryModel, type SchemaCompany, type SchemaCompanyCreateCmd, type SchemaCompanyGoodQueryModel, type SchemaCompanyInfo, type SchemaCompanyInfoContent, type SchemaCompanyInventoryQueryModel, type SchemaCompanyInvestmentQueryModel, type SchemaCompanyLeadCreateCmd, type SchemaCompanyLeadCreateReply, type SchemaCompanyLeaseQueryModel, type SchemaCompanyLoanQueryModel, type SchemaCompanyProspectType, type SchemaCompanyProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCompanyQueryModel, type SchemaCompanyRegistration, type SchemaCompanyRegistrationQueryModel, type SchemaCompanyRegistrationType, type SchemaCompanyRegistrationType_2, type SchemaCompanySearchBy, type SchemaCompareAnswer, type SchemaCompareCmd, type SchemaCondition, type SchemaConditionAction, type SchemaConditionCheckType, type SchemaConditionOperation, type SchemaConditionType, type SchemaConditions, type SchemaConstructionType, type SchemaConstructionTypeFloors, type SchemaConstructionWorkDuration, type SchemaConstructionWorks, type SchemaConstructionYear, type SchemaConstructionYearCategory, type SchemaContactPerson, type SchemaContentValueDefinedType, type SchemaContractConversions, type SchemaConversationAnswer, type SchemaConversationAnswerCompared, type SchemaConversationDocumentPdfModel, type SchemaConversationNote, type SchemaConversationsOriginFilter, type SchemaConversationsOriginFilterItem, type SchemaCountryCodes, type SchemaCountryCodes_2, type SchemaCoverage, type SchemaCoverageCmd, type SchemaCoverageGroupMatchingScore, type SchemaCoverageInsights, type SchemaCoverageLimit, type SchemaCoveragePeriod, type SchemaCoverageQueryModel, type SchemaCoverageUpdateCmd, type SchemaCreateAccountParams, type SchemaCreateAdvisoryReportParams, type SchemaCreateAdvisoryReportRevisionParams, type SchemaCreateAdvisoryReportRevisionV2Params, type SchemaCreateAnvaPartyCompanyCmd, type SchemaCreateAnvaPartyCompanyRegistration, type SchemaCreateAnvaPartyCustomerCmd, type SchemaCreateBicycleRiskObjectParams, type SchemaCreateBoatRiskObjectParams, type SchemaCreateBrokerConnectionParams, type SchemaCreateCampaignAssistantAvatarCmd, type SchemaCreateCampaignCmd, type SchemaCreateCampaignLogoCmd, type SchemaCreateCampaignParams, type SchemaCreateCarRiskObjectParams, type SchemaCreateCompanyLeadParams, type SchemaCreateCompanyProspectParams, type SchemaCreateCustomThemeAsDistributionParams, type SchemaCreateCustomerLeadParams, type SchemaCreateCustomerProspectParams, type SchemaCreateDiasPartyCompanyCmd, type SchemaCreateDiasPartyCompanyRegistration, type SchemaCreateDiasPartyCustomerCmd, type SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateMultiResponse, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyActivitiesParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateTaskInAnvaParams, type SchemaCreateToolkitAccountParams, type SchemaCreateToolkitBrokerParams, type SchemaCreateTrailerRiskObjectParams, type SchemaCreateTrialUserParams, type SchemaCreateYellowHiveContactPersonCreateCmd, type SchemaCreditRating, type SchemaCreditScore, type SchemaCrmExportQueryModel, type SchemaCrmExportType, type SchemaCurrency, type SchemaCurrencyValue, type SchemaCustomAdvice, type SchemaCustomAdvicePatchCmd, type SchemaCustomer, type SchemaCustomerCreateCmd, type SchemaCustomerInfo, type SchemaCustomerLeadCreateCmd, type SchemaCustomerLeadCreateReply, type SchemaCustomerProspectType, type SchemaCustomerProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCustomerQueryModel, type SchemaCustomerSheet, type SchemaCustomerSheetAcceptations, type SchemaCustomersInfoType, type SchemaCyber, type SchemaDasLegalPayload, type SchemaDataType, type SchemaDate, type SchemaDateDsl, type SchemaDeactivateOutlookSyncCmd, type SchemaDeactivateOutlookSyncParams, type SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDelinkPartyToUserParams, type SchemaDemographicData, type SchemaDiasAfdBranch, type SchemaDiasCalculationPackage, type SchemaDiasClosingQuestion, type SchemaDiasCollectionMethods, type SchemaDiasCoverage, type SchemaDiasCoverageUpdateCmd, type SchemaDiasEntityLink, type SchemaDiasEntityType, type SchemaDiasFlowStatus, type SchemaDiasInsurance, type SchemaDiasInsuranceCompany, type SchemaDiasInsurancePackage, type SchemaDiasInsurancePolicy, type SchemaDiasPackage, type SchemaDiasPolicyPackageCalculationJob, type SchemaDiasProduct, type SchemaDiasProductFlowInSession, type SchemaDiasProductImportCmd, type SchemaDiasProductQuestionnaire, type SchemaDiasProductQuestionnaireQueryModel, type SchemaDiasProductQuestionnairesQueryModel, type SchemaDiasProductQuestionnairesUpdateCmd, type SchemaDiasProductQuestionnairesValidateCmd, type SchemaDiasProductSearch, type SchemaDiasProductToInsurancePolicyLink, type SchemaDiasProductUpdateCmd, type SchemaDiasProductsInConversationCmd, type SchemaDiasQuote, type SchemaDiasQuoteCalculationJob, type SchemaDiasQuoteCalculationJobsQueuedResponse, type SchemaDimensions, type SchemaDinghy, type SchemaDinghyCategory, type SchemaDirector, type SchemaDisable_2faForMeParams, type SchemaDiscount, type SchemaDisplacement, type SchemaDistances, type SchemaDistribution, type SchemaDistributionCompanyRegistrationValidation, type SchemaDistributionConnectionCreateCmd, type SchemaDistributionConnectionQueryModel, type SchemaDistributionConnectionUpdateCmd, type SchemaDistributionCreateCmd, type SchemaDistributionFrontPageSettings, type SchemaDistributionFrontPageSettingsQueryModel, type SchemaDistributionInvite, type SchemaDistributionLogos, type SchemaDistributionNameValidateCmd, type SchemaDistributionNoveltyInsight, type SchemaDistributionPromotionCreateCmd, type SchemaDistributionPromotionsReply, type SchemaDistributionSettings, type SchemaDistributionSettingsPatchCmd, type SchemaDistributionSignatureMethodQueryModel, type SchemaDistributionSignaturePatchCmd, type SchemaDistributionTagCreateCmd, type SchemaDistributionTagReply, type SchemaDistributionTagsQueryModel, type SchemaDistributionThemeCreateCmd, type SchemaDistributionThemeUpdateCmd, type SchemaDistributionUsp, type SchemaDistributionUspItemCreateCmd, type SchemaDistributionUspItemUpdateCmd, type SchemaDistributionUspReply, type SchemaDistributions, type SchemaDnaYachtBoatPayload, type SchemaDocument, type SchemaDocumentExtractionBatch, type SchemaDocumentExtractionBatchPayload, type SchemaDocumentExtractionEntityInfo, type SchemaDocumentLinkResponse, type SchemaDocumentQueryModel, type SchemaDocumentReferenceQueryModel, type SchemaDocumentResourceType, type SchemaDocumentStatus, type SchemaDocumentType, type SchemaDocumentType_2, type SchemaDomainCar, type SchemaDriveAssistanceSystem, type SchemaDriveTrainLayout, type SchemaDriveTrainLayout_2, type SchemaDriver, type SchemaDriverBrandClubMembership, type SchemaDriverExperience, type SchemaDriverLicenseCode, type SchemaDriverLicenseCode_2, type SchemaDriverLicenseType, type SchemaDriverLicenseType_2, type SchemaDriverVehicle, type SchemaDriverVehicleExperience, type SchemaDriverVehicleUsage, type SchemaDrivingTimes, type SchemaDutyOfCareCheckupItem, type SchemaDutyOfCareKind, type SchemaDutyOfCareStatus, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, type SchemaEmailActionability, type SchemaEmailAggregateResponse, type SchemaEmailAnalysis, type SchemaEmailAnalysisResponse, type SchemaEmailAnalyzeByEmailIdCmd, type SchemaEmailConversation, type SchemaEmailModel, type SchemaEmailTriageClassification, type SchemaEmailTriageCmd, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type SchemaExtractSingularDocumentAsInsurancePolicyParams, type SchemaExtractSingularDocumentAsOfferParams, type SchemaExtractSingularDocumentEnqueueParams, type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams, type SchemaExtractSingularDocumentOffersEnqueueParams, type SchemaExtractSingularDocumentParams, type SchemaExtractSingularDocumentPartyEnqueueParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFaqCreateCmd, type SchemaFaqItem, type SchemaFaqQueryModel, type SchemaFaqType, type SchemaFeatureItem, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, type SchemaFinConnectLinkQueryModel, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaPartyBaseAddress, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaAnvaQuotePossiblePackage, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, 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 SchemaGenerateDnsPrefixParams, type SchemaGenerateRecommendationParams, type SchemaGenerateRecommendationsByPartyIdParams, type SchemaGetAddressInfoPremiumResponse, type SchemaGetAdvisoryReportDiffResponse, type SchemaGetAutomobileBrandResponse, type SchemaGetAutomobileBrandsResponse, type SchemaGetAutomobileFactsResponse, type SchemaGetAutomobileSerieResponse, type SchemaGetAutomobileSeriesResponse, type SchemaGetAutomobileVersionResponse, type SchemaGetAutomobileVersionsResponse, type SchemaGetCarInsuranceInsightsParams, type SchemaGetCarPremiumResponse, type SchemaGetCityResponse, type SchemaGetCompanyMultiResponse, type SchemaGetCompanySingleResponse, type SchemaGetDirectorMultiResponse, type SchemaGetNumberPlatePremiumResponse, type SchemaGetSearchAddressNewResponse, type SchemaGetStreetResponse, type SchemaGetVinPremiumResponse, type SchemaGiveSelectedProductsFeedbackParams, type SchemaGuarantee, type SchemaGuaranteeBase, type SchemaGuaranteeContent, type SchemaGuaranteeMatchingScores, type SchemaGuaranteeModification, type SchemaGuaranteeTag, type SchemaHandleCalculateAnvaQuotesForConversationParams, type SchemaHandleCalculateOneAnvaQuoteForConversationParams, type SchemaHandleCalculateOneDiasQuoteForConversationParams, type SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDiasPartyParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleImportDiasProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateDiasQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateDiasSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSendOfferMailParams, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaPartyParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasflowsProductByIdParams, type SchemaHandleUpdateDiasflowsProductCoverageByIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleUpsertSupportedAnvaflowsTagParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, type SchemaHandleValidateDiasQuestionnairesByProductIdParams, type SchemaHandleValidateYellowhiveQuestionnairesByProductIdParams, type SchemaHazardLevel, type SchemaHeaders, type SchemaHeatingType, type SchemaHighSpeedAutomaticEmergencyBraking, type SchemaHobbies, type SchemaHolderState, type SchemaHomeAge, type SchemaHomeEvaluationType, type SchemaHomeNlPayloads, type SchemaHomePayloads, type SchemaHomeToWorkDistance, type SchemaHomeToWorkDistance_2, type SchemaHp, type SchemaHttpMethod, type SchemaIbanValidation, type SchemaIdIntResponse, type SchemaIdentificationTypes, type SchemaIdentificationTypes_2, type SchemaImpactTime, type SchemaImpactTime_2, type SchemaImportActivity, type SchemaImportPartyError, type SchemaImportPartyResponse, type SchemaIncomeData, type SchemaInformationRequirementSheetSpecification, type SchemaInputType, type SchemaInsurance, type SchemaInsuranceCarrierType, type SchemaInsuranceCarrierType_2, type SchemaInsuranceCompanyRetrieveResponse, type SchemaInsuranceCompanyTag, type SchemaInsuranceCompanyTag_2, type SchemaInsuranceContent, type SchemaInsuranceExtended, type SchemaInsuranceFsma, type SchemaInsuranceHistory, type SchemaInsuranceModuleExportQueryModel, type SchemaInsuranceModuleExportType, type SchemaInsurancePoliciesQueryModel, type SchemaInsurancePolicy, type SchemaInsurancePolicyCreateCmd, type SchemaInsurancePolicyCreateType, type SchemaInsurancePolicyDocumentCmd, type SchemaInsurancePolicyDocumentQueryModel, type SchemaInsurancePolicyDocumentType, type SchemaInsurancePolicyEntity, type SchemaInsurancePolicyLinkCmd, type SchemaInsurancePolicyLinkQueryModel, type SchemaInsurancePolicyQueryModel, type SchemaInsurancePolicySimulationSendRequest, type SchemaInsurancePolicySimulationType, type SchemaInsurancePolicySimulationUpsertCmd, type SchemaInsurancePolicyStatus, type SchemaInsurancePolicyType, type SchemaInsurancePolicyType_2, type SchemaInsuranceProduct, type SchemaInsuranceProductAdvices, type SchemaInsuranceProductByDistributionUpdateCmd, type SchemaInsuranceProductClauseCreateCmd, type SchemaInsuranceProductClauseUpdateCmd, type SchemaInsuranceProductClausesQueryModel, type SchemaInsuranceProductEntity, type SchemaInsuranceProductQueryModel, type SchemaInsuranceProductRecommendation, type SchemaInsuranceProductRecommendationPatchCmd, type SchemaInsuranceProductsQueryModel, type SchemaInsuranceTerminationReasonType, type SchemaInsuranceTerminationReasonType_2, type SchemaInsuranceType, type SchemaInsuranceType_2, type SchemaInsuredContentValue, type SchemaInsuredValue, type SchemaInventoryCheckupItem, type SchemaInviteCustomersToPartyParams, type SchemaInviteUsersToDistributionParams, type SchemaInvoice, type SchemaInvoiceQueryModel, type SchemaInvoicesQueryModel, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, type SchemaJobQueuedResponse, type SchemaJobResult, type SchemaJobResultType, type SchemaJobStatus, type SchemaJointIndustrialCommittee, type SchemaJointIndustrialCommitteeQueryModel, type SchemaJsonRpcError, type SchemaJsonRpcReply, type SchemaKey, type SchemaKeys, type SchemaKind, type SchemaKmPerYear, type SchemaKmPerYear_2, type SchemaKw, type SchemaLabelValueCount, type SchemaLabeledItems, type SchemaLaneCenteringAssist, type SchemaLaneDepartureWarning, type SchemaLaneKeepingAssistance, type SchemaLanguage, type SchemaLanguageCodes, type SchemaLarLegalPayload, type SchemaLastAnswer, type SchemaLateralCrashProtection, type SchemaLateralCrashProtectionDriver, type SchemaLateralCrashProtectionPassenger, type SchemaLateralCrashProtectionRear, type SchemaLeadCampaignQueryModel, type SchemaLeadDocumentQueryModel, type SchemaLeadDocumentType, type SchemaLeadProviderQueryModel, type SchemaLeadProviderResponse, type SchemaLeadProvidersResponse, type SchemaLeadReferenceQueryModel, type SchemaLeadRetrieveReply, type SchemaLeadStatus, type SchemaLeadTransferPayload, type SchemaLeaseOfferDocumentQueryModel, type SchemaLeaseOfferDocumentType, type SchemaLeaseOfferType, type SchemaLeaseType, type SchemaLeaseType_2, type SchemaLegalAid, type SchemaLegalForm, type SchemaLegalForm_2, type SchemaLegalPayloads, type SchemaLegalReferenceQueryModel, type SchemaLegalRiskObjectIdWithRevisionId, type SchemaLength, type SchemaLengthUnit, type SchemaLez, type SchemaLezCity, type SchemaLezPass, type SchemaLezYears, type SchemaLiabilityInfo, type SchemaLiabilityType, type SchemaLiabilityType_2, type SchemaLicense, type SchemaLicensePlateType, type SchemaLicensePlateType_2, type SchemaLink, type SchemaLinkPartyToUserCmd, type SchemaLinkPartyToUserCmdItem, type SchemaLinkPartyToUserParams, type SchemaLinkedCompany, type SchemaLinkedCompanyQueryModel, type SchemaLivingRoomSize, type SchemaLocalisationPatchCmd, type SchemaLocalization, type SchemaLocalized, type SchemaLowerCaseCountryCodes, type SchemaLowerCaseLanguageCodes, type SchemaMachineAcquisitionType, type SchemaMachineDelivery, type SchemaMailEvent, type SchemaMainBuilding, type SchemaMainBuildingType, type SchemaManagement, type SchemaManagementFuturePlans, type SchemaManagementQueryModel, type SchemaMarkSessionAsCompletedModel, type SchemaMarkSessionAsCompletedResponse, type SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsFasterforwardListItem, 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 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 SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOutlookConnectionDetails, type SchemaOutlookEmail, type SchemaOutlookEmailItem, type SchemaOutlookEmails, type SchemaOutlookMailHeader, type SchemaOutlookMailRecepient, type SchemaOverdueInvoicesCheckupItem, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPackagesToProposeCheckupItem, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartiesQueryModelItem, type 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 SchemaSection, type SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSendOfferMailCmd, type SchemaSendOfferMailResponse, type SchemaSentimentType, type SchemaSeries, type SchemaSeriesSortContext, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionCompletedRemarks, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, type SchemaSingularityJobQueuedResponse, type SchemaSingularityJobResultBase, type SchemaSingularityModelsDocumentExtractorCmdLink, type SchemaSingularityModelsPartyCheckupLink, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSwitchCandidatesCheckupItem, type SchemaSymbol, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephoneNr, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferCandidatesCheckupItem, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type 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 SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, type SchemaUpsertFaqItemParams, type SchemaUpsertInsurancePolicyForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicySimulationForPartyParams, type SchemaUpsertPolicyPackageByPartyParams, type SchemaUserMeUpdateCmd, type SchemaUserRole, type SchemaValidator, type SchemaValuableItem, type SchemaValueUnitInt, type SchemaValueUnitStr, type SchemaVatType, type SchemaVatType_2, type SchemaVehicleRegistrationDateType, type SchemaVehicleRegistrationPlateValidation, type SchemaVehicleSearch, type SchemaVerifyIfADistributionExistsByCompanyRegistrationParams, type SchemaVerifyIfADistributionExistsByNameParams, type SchemaVerifyIfAUserExistsByEmailParams, type SchemaVersion, type SchemaVersionSortContext, type SchemaVillasureHomePayload, type SchemaVinInfo, type SchemaVinPremiumResponse, type SchemaViviumCar, type SchemaViviumCarPayload, type SchemaViviumDriver, type SchemaViviumFamilyPayload, type SchemaViviumHome, type SchemaViviumHomePayload, type SchemaVoltage, type SchemaWageBill, type SchemaWarningMsg, type SchemaWarranyOptions, type SchemaWarranyOptions_2, type SchemaWeightEmpty, type SchemaWgBeApiAddressModelsAddressAddress, type SchemaWgBeApiAddressModelsAddressInformationV2Company, type SchemaWgBeApiAddressModelsAddressInformationV2Link, type SchemaWgBeApiAddressModelsPersonsDirectorsCompany, type SchemaWgBeApiAddressModelsVatCompanyActivity, type SchemaWgBeApiAddressModelsVatCompanyAssetInfo, type SchemaWgBeApiAddressModelsVatCompanyContactPerson, type SchemaWgBeApiAddressModelsVatCompanyFleetInfo, type SchemaWgBeApiAddressModelsVatCompanyLink, type SchemaWgBeApiAddressModelsVatCompanyPersonnelDetails, type SchemaWgBeApiAddressModelsVatCompanyThirdPartyActivity, type SchemaWgBeApiAddressModelsVatCompanyTurnover, type SchemaWgBeApiAddressModelsVatCompanyWorkforce, type SchemaWgBeApiQuotesModelsBaseLocalization, type SchemaWgBeApiQuotesModelsBaseLocalization_2, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsCar, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsFamily, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsLegal, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsPartyGroup, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsResidence, type SchemaWgPyModelsComplexAddress, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoMachineDelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoPeriodicCash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoSiloCapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoMachinedelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoPeriodiccash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoSilocapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorksConstructionWorkDuration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworksConstructionworkduration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactPerson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactperson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFleetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalAid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalaid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyManagementFunction, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonnelDetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonneldetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdPartyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdpartyactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWageBill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWagebill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsAnnexAnnex, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverAssistanceSystemDriveAssistanceSystem, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverCarInsured, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriver, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsInsuranceHistoryInsuranceHistory, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsPersonPerson, type SchemaWgPyModelsDomainInsuranceInsurancesAedesAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesAragLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesArcesLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesAxaAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAxaCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsHolderState, type SchemaWgPyModelsDomainInsuranceInsurancesAxaFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesDasLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralParty, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralPartyGroup, type SchemaWgPyModelsDomainInsuranceInsurancesEuromexLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesLarLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesPnpFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesViviumCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesViviumFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumResidenceRooms, type SchemaWgPyModelsDomainInsuranceProspectCompany, type SchemaWgPyModelsDomainInsuranceProspectCompany_2, type SchemaWgPyModelsDomainInsuranceProspectCustomer, type SchemaWgPyModelsDomainInsuranceProspectCustomer_2, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferences, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferencesFuneralPreference, type SchemaWgPyModelsDomainInsuranceProspectPartypreferences, type SchemaWgPyModelsDomainInsuranceProspectPartypreferencesFuneralpreference, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesPartyExternalRefsQueryModel, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBicycleBicycle, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBoatBoat, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsCarCar, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsMiscMiscellaneous, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerSemiTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainInsuranceRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyPerson, type SchemaWgPyModelsDomainInsuranceRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceAnnexAnnex, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingFacade, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingMainBuilding, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidencePreferencesResidencePreferences, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceRoomsRooms, type SchemaWgPyModelsDomainInsuranceRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccident, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccidentStatement, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarInsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverbrandclubmembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleusage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainWegroupComplexAddress, type SchemaWgPyModelsDomainWegroupComplexAddress_2, type SchemaWgPyModelsDomainWegroupComplexCompanyRegistration, type SchemaWgPyModelsDomainWegroupComplexCompanyregistration, type SchemaWgPyModelsDomainWegroupComplexLocalization, type SchemaWgPyModelsDomainWegroupEnumsCarUsedFor, type SchemaWgPyModelsDomainWegroupEnumsClaimFreeYears, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsCurrency, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsGender, type SchemaWgPyModelsDomainWegroupEnumsHolderState, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes_2, type SchemaWgPyModelsDomainWegroupEnumsMiscellaneousType, type SchemaWgPyModelsDomainWegroupEnumsOfferRevisionDocumentType, type SchemaWgPyModelsDomainWegroupEnumsProfession, type SchemaWgPyModelsDomainWegroupEnumsProspectType, type SchemaWgPyModelsDomainWegroupEnumsProspectType_2, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtCountryCodes, type SchemaWgsdkSmtCoveragePeriod, type SchemaWgsdkSmtGender, type SchemaWgsdkSmtInsuranceHistory, type SchemaWgsdkSmtProfession, type SchemaWheelBase, type SchemaWheelBaseArray, type SchemaWheelRimSizeArray, type SchemaWheelRimsSize, type SchemaWheelSize, type SchemaWheelSizeArray, type SchemaWidth, type SchemaWindow, type SchemaWorkforce, type SchemaWorkforcePossibleDanger, type SchemaWorkingMethod, type SchemaYellowHiveCoverage, type SchemaYellowHiveInsurance, type SchemaYellowHiveInsurancePolicy, type SchemaYellowHiveProduct, type SchemaYellowHiveProductQuestionnaire, type SchemaYellowHiveProductQuestionnaireQueryModel, type SchemaYellowHiveProductQuestionnairesQueryModel, type SchemaYellowHiveProductQuestionnairesUpdateCmd, type SchemaYellowHiveProductQuestionnairesValidateCmd, type SchemaYellowHiveProductToInsurancePolicyLink, type SchemaYellowHiveProductsInConversationCmd, type SchemaYellowHiveQuote, type SchemaYellowHiveQuoteCalculationJob, type SchemaYellowHiveQuoteCalculationJobsQueuedResponse, type SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferMailBySessionIdBody, type SendOfferMailBySessionIdPathParams, type SendOfferMailBySessionIdQueryParams, type SendOfferMailBySessionIdResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnvaPartyViaConversationBody, type UpdateAnvaPartyViaConversationPathParams, type UpdateAnvaPartyViaConversationQueryParams, type UpdateAnvaPartyViaConversationResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDiasQuestionnaireBody, type UpdateDiasQuestionnairePathParams, type UpdateDiasQuestionnaireQueryParams, type UpdateDiasQuestionnaireResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type 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, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDiasPartyViaConversation, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, createPartyActivitiesAsCustomer, createPartyByEnrichingWithEnrichingWithCompanyRegistration, createPartyGroupRiskObject, createPartyNote, createPartyOffers, createPartyRelations, createProfileaseCarLeaseOffer, createProflowSessionByBatchId, createRecommendationByPartyId, createRecommendationBySessionId, createReferenceForParty, createReferencesForRiskObject, createRelationBetweenRiskObjectAndParty, createRiskDomainActionForAdvisoryReportById, createRiskDomainActionFromAdviceForAdvisoryReportById, createRiskDomainAdviceForAdvisoryReportById, createRiskDomainForAdvisoryReportById, createSemiTrailerRiskObject, createToolkitAccount, createToolkitBroker, createTrailerRiskObject, createTrialBroker, createUploadLinkAsCustomer, createUspItemForDistribution, createYellowhiveContactPerson, 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, deprecatedGetAnvaParties, deprecatedImportAnvaPartyInWegroup, deprecatedValidateAnvaConnection, disable2FaByUser, disable2FaForCustomer, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enqueueCalculationAnvaquotesBySessionId, enqueueSendCustomQuotesToAnvaBySessionId, enqueueSendOfferToAnvaBySessionId, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportQuoteById, extractInsurancePoliciesForOneDocument, extractInsurancePoliciesForOneDocumentEnqueue, extractManyDocumentInBatch, extractOffersForOneDocument, extractOffersForOneDocumentEnqueue, extractOneDocument, extractOneDocumentEnqueue, extractPartyForOneDocumentEnqueue, extractWebsiteTheme, generateCompanyDescription, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePersonalizationAdviceForAdvisoryReport, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAdvisoryReportRevisionDiff, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllCustomersByDistribution, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaAgents, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaMutationReasons, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getCheckupByPartyId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasAfdbranches, getDiasCollectionMethods, getDiasEmployees, getDiasParties, getDiasProducts, getDiasflowProductById, getDiasflowProducts, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEnumByDiasLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFinconnectLinkAsCustomer, getFinconnectLinkForInsurancePolicyAsCustomer, getFlowInfoById, getFlowsInfo, getGbi, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getInvoiceByIdAsCustomer, getInvoicesAsCustomer, getInvoicesAsParty, getInvoicesAsPartyById, getJobResultById, getKycByParty, getLeadById, getLeadProviderById, getLeadProvidersByAffinity, getLeaseOfferById, getLinkOfDocument, getMetricsByCampaign, getMinimalOfferById, getMinimalOfferRevisionById, getMinimalRiskObjectById, getNace, getNoveltyInsightsByDistribution, getOfferById, getOffersByDistribution, getOnboardingChecklistByBroker, 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, getTheBrokerById, getUspByDistribution, getValuesOfEnum, getVehicleByCarIdOrFebiacId, getVehicleByNumberPlateAndCarId, getVehicleByVersionId, getVehicleByVinAndCarId, getVehicleVersionFactsBySeriesId, getWeatherInfo, getYellowhiveflowProductById, getYellowhiveflowProducts, getYourOwnUser, giveFeedbackOnConversationById, giveFeedbackOnRecommendationsById, giveFeedbackToInsuranceTermsBot, handleCreateDistributionTheme, handleDeleteDistributionTheme, handleUpdateDistributionTheme, importAnvaDocumentInWegroup, importAnvaInsurancePolicyDocumentInWegroup, importAnvaInsurancePolicyPackageDocumentInWegroup, importAnvaPartyInWegroup, importAnvaproduct, importDiasPartyInWegroup, importDiasflowProduct, 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, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferMailBySessionId, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnvaPartyViaConversation, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDiasQuestionnaire, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, 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 };
124500
+ 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 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 CreateDistributionConnectionByIdBody, type CreateDistributionConnectionByIdPathParams, type CreateDistributionConnectionByIdResponse, type CreateDistributionTagBody, type CreateDistributionTagQueryParams, type CreateDistributionTagResponse, type CreateDocumentForClaimAsCustomerPathParams, type CreateDocumentForClaimAsCustomerQueryParams, type CreateDocumentForClaimAsCustomerResponse, type CreateDocumentForClaimPathParams, type CreateDocumentForClaimQueryParams, type CreateDocumentForClaimResponse, type CreateDocumentForPartyBody, type CreateDocumentForPartyPathParams, type CreateDocumentForPartyQueryParams, type CreateDocumentForPartyResponse, type CreateEntityAsBrokerPathParams, type CreateEntityAsBrokerQueryParams, type CreateEntityAsBrokerResponse, type CreateEntityAsCustomerWithTokenPathParams, type CreateEntityAsCustomerWithTokenQueryParams, type CreateEntityAsCustomerWithTokenResponse, type CreateFamilyRiskObjectBody, type CreateFamilyRiskObjectPathParams, type CreateFamilyRiskObjectQueryParams, type CreateFamilyRiskObjectResponse, type CreateInsurancePoliciesForPartyBody, type CreateInsurancePoliciesForPartyPathParams, type CreateInsurancePoliciesForPartyResponse, type CreateInsuranceProductClauseForDistributionBody, type CreateInsuranceProductClauseForDistributionQueryParams, type CreateInsuranceProductClauseForDistributionResponse, type CreateLegalPartyBody, type CreateLegalPartyResponse, type CreateLegalRiskObjectBody, type CreateLegalRiskObjectPathParams, type CreateLegalRiskObjectQueryParams, type CreateLegalRiskObjectResponse, type CreateLockForClaimPathParams, type CreateLockForClaimQueryParams, type CreateLockForClaimResponse, type CreateMiscellaneousRiskObjectBody, type CreateMiscellaneousRiskObjectPathParams, type CreateMiscellaneousRiskObjectQueryParams, type CreateMiscellaneousRiskObjectResponse, type CreateNaturalPartyBody, type CreateNaturalPartyResponse, type CreateNoteOnEventAsCustomerPathParams, type CreateNoteOnEventAsCustomerQueryParams, type CreateNoteOnEventAsCustomerResponse, type CreateNoteOnEventPathParams, type CreateNoteOnEventQueryParams, type CreateNoteOnEventResponse, type CreateOfferRevisionBody, type CreateOfferRevisionPathParams, type CreateOfferRevisionResponse, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams, type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams, type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse, type CreatePartyActivitiesAsCustomerBody, type CreatePartyActivitiesAsCustomerResponse, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams, type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse, type CreatePartyGroupRiskObjectBody, type CreatePartyGroupRiskObjectPathParams, type CreatePartyGroupRiskObjectQueryParams, type CreatePartyGroupRiskObjectResponse, type CreatePartyNoteBody, type CreatePartyNotePathParams, type CreatePartyNoteResponse, type CreatePartyOffersBody, type CreatePartyOffersPathParams, type CreatePartyOffersQueryParams, type CreatePartyOffersResponse, type CreatePartyRelationsBody, type CreatePartyRelationsQueryParams, type CreatePartyRelationsResponse, type CreateProfileaseCarLeaseOfferBody, type CreateProfileaseCarLeaseOfferQueryParams, type CreateProfileaseCarLeaseOfferResponse, type CreateProflowSessionByBatchIdPathParams, type CreateProflowSessionByBatchIdQueryParams, type CreateProflowSessionByBatchIdResponse, type CreateRecommendationByPartyIdBody, type CreateRecommendationByPartyIdPathParams, type CreateRecommendationByPartyIdQueryParams, type CreateRecommendationByPartyIdResponse, type CreateRecommendationBySessionIdBody, type CreateRecommendationBySessionIdQueryParams, type CreateRecommendationBySessionIdResponse, type CreateReferenceForPartyBody, type CreateReferenceForPartyPathParams, type CreateReferenceForPartyResponse, type CreateReferencesForRiskObjectBody, type CreateReferencesForRiskObjectPathParams, type CreateReferencesForRiskObjectQueryParams, type CreateReferencesForRiskObjectResponse, type CreateRelationBetweenRiskObjectAndPartyBody, type CreateRelationBetweenRiskObjectAndPartyPathParams, type CreateRelationBetweenRiskObjectAndPartyQueryParams, type CreateRelationBetweenRiskObjectAndPartyResponse, type CreateRiskDomainActionForAdvisoryReportByIdBody, type CreateRiskDomainActionForAdvisoryReportByIdPathParams, type CreateRiskDomainActionForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionForAdvisoryReportByIdResponse, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainAdviceForAdvisoryReportByIdBody, type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams, type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type CreateRiskDomainAdviceForAdvisoryReportByIdResponse, type CreateRiskDomainForAdvisoryReportByIdBody, type CreateRiskDomainForAdvisoryReportByIdPathParams, type CreateRiskDomainForAdvisoryReportByIdQueryParams, type CreateRiskDomainForAdvisoryReportByIdResponse, type CreateSemiTrailerRiskObjectBody, type CreateSemiTrailerRiskObjectPathParams, type CreateSemiTrailerRiskObjectQueryParams, type CreateSemiTrailerRiskObjectResponse, type CreateToolkitAccountBody, type CreateToolkitAccountQueryParams, type CreateToolkitAccountResponse, type CreateToolkitBrokerBody, type CreateToolkitBrokerQueryParams, type CreateToolkitBrokerResponse, type CreateTrailerRiskObjectBody, type CreateTrailerRiskObjectPathParams, type CreateTrailerRiskObjectQueryParams, type CreateTrailerRiskObjectResponse, type CreateTrialBrokerBody, type CreateTrialBrokerQueryParams, type CreateTrialBrokerResponse, type CreateUploadLinkAsCustomerPathParams, type CreateUploadLinkAsCustomerQueryParams, type CreateUploadLinkAsCustomerResponse, type CreateUspItemForDistributionBody, type CreateUspItemForDistributionQueryParams, type CreateUspItemForDistributionResponse, type CreateYellowhiveContactPersonBody, type CreateYellowhiveContactPersonPathParams, type CreateYellowhiveContactPersonQueryParams, type CreateYellowhiveContactPersonResponse, type 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 DeprecatedGetAnvaPartiesQueryParams, type DeprecatedGetAnvaPartiesResponse, type DeprecatedImportAnvaPartyInWegroupPathParams, type DeprecatedImportAnvaPartyInWegroupQueryParams, type DeprecatedImportAnvaPartyInWegroupResponse, 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 ExportQuoteByIdBody, type ExportQuoteByIdPathParams, type ExportQuoteByIdQueryParams, type ExportQuoteByIdResponse, type ExtractInsurancePoliciesForOneDocumentBody, type ExtractInsurancePoliciesForOneDocumentEnqueueBody, type ExtractInsurancePoliciesForOneDocumentEnqueueResponse, type ExtractInsurancePoliciesForOneDocumentResponse, type ExtractManyDocumentInBatchBody, type ExtractManyDocumentInBatchResponse, type ExtractOffersForOneDocumentBody, type ExtractOffersForOneDocumentEnqueueBody, type ExtractOffersForOneDocumentEnqueueResponse, type ExtractOffersForOneDocumentResponse, type ExtractOneDocumentBody, type ExtractOneDocumentEnqueueBody, type ExtractOneDocumentEnqueueResponse, type ExtractOneDocumentResponse, type ExtractPartyForOneDocumentEnqueueBody, type ExtractPartyForOneDocumentEnqueueResponse, type ExtractWebsiteThemeBody, type ExtractWebsiteThemeResponse, type GenerateCompanyDescriptionBody, type GenerateCompanyDescriptionResponse, type GenerateDistributionAboutUsCompletionBody, type GenerateDistributionAboutUsCompletionResponse, type GenerateDnsPrefixBody, type GenerateDnsPrefixQueryParams, type GenerateDnsPrefixResponse, type GenerateDocxDocumentOfAdvisoryReportByIdPathParams, type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams, type GenerateDocxDocumentOfAdvisoryReportByIdResponse, type GenerateFlowQuestionnaireDocumentBody, type GenerateFlowQuestionnaireDocumentPathParams, type GenerateFlowQuestionnaireDocumentQueryParams, type GenerateFlowQuestionnaireDocumentResponse, type GenerateFlowQuestionnairePathParams, type GenerateFlowQuestionnaireQueryParams, type GenerateFlowQuestionnaireResponse, type GenerateOfferRequestForInsuranceCompanyDocxBody, type GenerateOfferRequestForInsuranceCompanyDocxResponse, type GenerateOfferRequestForInsuranceCompanyPdfBody, type GenerateOfferRequestForInsuranceCompanyPdfResponse, type GeneratePdfOfAdvisoryReportByIdPathParams, type GeneratePdfOfAdvisoryReportByIdQueryParams, type GeneratePdfOfAdvisoryReportByIdResponse, type GeneratePersonalizationAdviceForAdvisoryReportPathParams, type GeneratePersonalizationAdviceForAdvisoryReportResponse, type GeneratePossibleProductsBySessionV2Body, type GeneratePossibleProductsBySessionV2PathParams, type GeneratePossibleProductsBySessionV2QueryParams, type GeneratePossibleProductsBySessionV2Response, type GenerateQuestionsToPrefillByCarBody, type GenerateQuestionsToPrefillByCarPathParams, type GenerateQuestionsToPrefillByCarQueryParams, type GenerateQuestionsToPrefillByCarResponse, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams, type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse, type GenerateTokenForSocialLoginFlowAsBrokerQueryParams, type GenerateTokenForSocialLoginFlowAsBrokerResponse, type Get2FaByUserResponse, type GetActivityByPartyPathParams, type GetActivityByPartyQueryParams, type GetActivityByPartyResponse, type GetAddressInfoFreemiumQueryParams, type GetAddressInfoFreemiumResponse, type GetAddressInfoQueryParams, type GetAddressInfoResponse, type GetAdvicesPerInsuranceProductPathParams, type GetAdvicesPerInsuranceProductResponse, type GetAdvisoryReportByIdPathParams, type GetAdvisoryReportByIdQueryParams, type GetAdvisoryReportByIdResponse, type GetAdvisoryReportExportOptionsPathParams, type GetAdvisoryReportExportOptionsResponse, type GetAdvisoryReportRevisionDiffPathParams, type GetAdvisoryReportRevisionDiffQueryParams, type GetAdvisoryReportRevisionDiffResponse, type GetAllActivityTypesQueryParams, type GetAllActivityTypesResponse, type GetAllAdvisoryReportsQueryParams, type GetAllAdvisoryReportsResponse, type GetAllAvailableAffiliationsResponse, type GetAllAvailablePlansResponse, type GetAllAvailableThemesInWegroupQueryParams, type GetAllAvailableThemesInWegroupResponse, type GetAllBrokersLinkedToCurrentUserResponse, type GetAllCampaignTemplatesQueryParams, type GetAllCampaignTemplatesResponse, type GetAllCampaignsByDistributionQueryParams, type GetAllCampaignsByDistributionResponse, type GetAllCarClaimCategoriesResponse, type GetAllClaimsAsBrokerQueryParams, type GetAllClaimsAsBrokerResponse, type GetAllConversationsQueryParams, type GetAllConversationsResponse, type GetAllCustomersByDistributionQueryParams, type GetAllCustomersByDistributionResponse, type GetAllEnumsResponse, type GetAllLeadsByDistributionPathParams, type GetAllLeadsByDistributionResponse, type GetAllLeaseOffersByDistributionPathParams, type GetAllLeaseOffersByDistributionQueryParams, type GetAllLeaseOffersByDistributionResponse, type GetAllPartiesByDistributionPathParams, type GetAllPartiesByDistributionQueryParams, type GetAllPartiesByDistributionResponse, type GetAllPartiesByDistributionV2PathParams, type GetAllPartiesByDistributionV2QueryParams, type GetAllPartiesByDistributionV2Response, type GetAllRiskObjectsByPartyIdPathParams, type GetAllRiskObjectsByPartyIdQueryParams, type GetAllRiskObjectsByPartyIdResponse, type GetAllRiskObjectsByPartyIdV2PathParams, type GetAllRiskObjectsByPartyIdV2QueryParams, type GetAllRiskObjectsByPartyIdV2Response, type GetAllSessionsBySessionIdPathParams, type GetAllSessionsBySessionIdQueryParams, type GetAllSessionsBySessionIdResponse, type GetAllVehicleBrandsQueryParams, type GetAllVehicleBrandsResponse, type GetAllVehicleSeriesByBrandKeyPathParams, type GetAllVehicleSeriesByBrandKeyQueryParams, type GetAllVehicleSeriesByBrandKeyResponse, type GetAllVehicleVersionsBySeriesIdPathParams, type GetAllVehicleVersionsBySeriesIdQueryParams, type GetAllVehicleVersionsBySeriesIdResponse, type GetAnvaAgentsQueryParams, type GetAnvaAgentsResponse, type GetAnvaClosingQuestionsQueryParams, type GetAnvaClosingQuestionsResponse, type GetAnvaCollectionMethodsPathParams, type GetAnvaCollectionMethodsQueryParams, type GetAnvaCollectionMethodsResponse, type GetAnvaEmployeesQueryParams, type GetAnvaEmployeesResponse, type GetAnvaLabelsQueryParams, type GetAnvaLabelsResponse, type GetAnvaMutationReasonsQueryParams, type GetAnvaMutationReasonsResponse, type GetAnvaPartiesQueryParams, type GetAnvaPartiesResponse, type GetAnvaProductsQueryParams, type GetAnvaProductsResponse, type GetAnvaproductByIdPathParams, type GetAnvaproductByIdQueryParams, type GetAnvaproductByIdResponse, type GetAnvaproductsQueryParams, type GetAnvaproductsResponse, type GetArtifactFromEventByIdPathParams, type GetArtifactFromEventByIdQueryParams, type GetArtifactFromEventByIdResponse, type GetAssuEmployeesQueryParams, type GetAssuEmployeesResponse, type GetAvailableFlowsForDistributionInfoQueryParams, type GetAvailableFlowsForDistributionInfoResponse, type GetBrokerByAnvaProducerIdPathParams, type GetBrokerByAnvaProducerIdResponse, type GetBrokerByAnvaRelationMangerIdPathParams, type GetBrokerByAnvaRelationMangerIdResponse, type GetBrokerConnectionsByIdPathParams, type GetBrokerConnectionsByIdResponse, type GetBrokerIntegrationsPathParams, type GetBrokerIntegrationsResponse, type GetCampaignByIdPathParams, type GetCampaignByIdQueryParams, type GetCampaignByIdResponse, type GetCampaignSettingsByDistributionQueryParams, type GetCampaignSettingsByDistributionResponse, type GetCampaignTargetMailTemplateQueryParams, type GetCampaignTargetMailTemplateResponse, type GetCarLeaseRatesQueryParams, type GetCarLeaseRatesResponse, type GetChatBySessionIdPathParams, type GetChatBySessionIdResponse, type GetChatSummaryV2BySessionIdPathParams, type GetChatSummaryV2BySessionIdQueryParams, type GetChatSummaryV2BySessionIdResponse, type GetCheckupByPartyIdPathParams, type GetCheckupByPartyIdResponse, type GetClaimAsBrokerByIdPathParams, type GetClaimAsBrokerByIdQueryParams, type GetClaimAsBrokerByIdResponse, type GetClaimAsCustomerWithTokenPathParams, type GetClaimAsCustomerWithTokenQueryParams, type GetClaimAsCustomerWithTokenResponse, type GetClaimByIdAsCustomerPathParams, type GetClaimByIdAsCustomerResponse, type GetClaimEventsAsBrokerByIdPathParams, type GetClaimEventsAsBrokerByIdQueryParams, type GetClaimEventsAsBrokerByIdResponse, type GetClaimEventsAsCustomerPathParams, type GetClaimEventsAsCustomerQueryParams, type GetClaimEventsAsCustomerResponse, type GetClaimsAsCustomerQueryParams, type GetClaimsAsCustomerResponse, type GetClaimsAsPartyByIdPathParams, type GetClaimsAsPartyByIdResponse, type GetClaimsAsPartyPathParams, type GetClaimsAsPartyQueryParams, type GetClaimsAsPartyResponse, type GetComplianceByRiskObjectIdPathParams, type GetComplianceByRiskObjectIdResponse, type GetConversationByIdPathParams, type GetConversationByIdQueryParams, type GetConversationByIdResponse, type GetConversationNotesPathParams, type GetConversationNotesQueryParams, type GetConversationNotesResponse, type GetConversationReportPdfByIdBody, type GetConversationReportPdfByIdPathParams, type GetConversationReportPdfByIdQueryParams, type GetConversationReportPdfByIdResponse, type GetConversationsOriginFilterQueryParams, type GetConversationsOriginFilterResponse, type GetCurrentAccountInsightsAsCustomerQueryParams, type GetCurrentAccountInsightsAsCustomerResponse, type GetCurrentAccountInsightsAsPartyPathParams, type GetCurrentAccountInsightsAsPartyQueryParams, type GetCurrentAccountInsightsAsPartyResponse, type GetCurrentBrokerOfTheUserResponse, type GetCustomersByPartyPathParams, type GetCustomersByPartyQueryParams, type GetCustomersByPartyResponse, type GetDiasAfdbranchesResponse, type GetDiasCollectionMethodsPathParams, type GetDiasCollectionMethodsQueryParams, type GetDiasCollectionMethodsResponse, type GetDiasEmployeesQueryParams, type GetDiasEmployeesResponse, type GetDiasPartiesQueryParams, type GetDiasPartiesResponse, type GetDiasProductsQueryParams, type GetDiasProductsResponse, type GetDiasflowInsurancesQueryParams, type GetDiasflowInsurancesResponse, type GetDiasflowProductByIdPathParams, type GetDiasflowProductByIdQueryParams, type GetDiasflowProductByIdResponse, type GetDiasflowProductsQueryParams, type GetDiasflowProductsResponse, type GetDistributionActivityPathParams, type GetDistributionActivityQueryParams, type GetDistributionActivityResponse, type GetDistributionAffiliationsPathParams, type GetDistributionAffiliationsResponse, type GetDistributionByIdPathParams, type GetDistributionByIdResponse, type GetDistributionConnectionsByIdPathParams, type GetDistributionConnectionsByIdQueryParams, type GetDistributionConnectionsByIdResponse, type GetDistributionFaqQueryParams, type GetDistributionFaqResponse, type GetDistributionHasPendingUpgradePathParams, type GetDistributionHasPendingUpgradeResponse, type GetDistributionSettingsResponse, type GetDistributionTagsQueryParams, type GetDistributionTagsResponse, type GetDocumentExtractionBatchByIdPathParams, type GetDocumentExtractionBatchByIdResponse, type GetDocumentMetadataPathParams, type GetDocumentMetadataResponse, type GetDocumentsAsCustomerQueryParams, type GetDocumentsAsCustomerResponse, type GetDocumentsForPartyPathParams, type GetDocumentsForPartyQueryParams, type GetDocumentsForPartyResponse, type GetEmailByMessageIdQueryParams, type GetEmailByMessageIdResponse, type GetEncryptionKeysQueryParams, type GetEncryptionKeysResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse, type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams, type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse, type GetEnumByAnvaLabelPathParams, type GetEnumByAnvaLabelQueryParams, type GetEnumByAnvaLabelResponse, type GetEnumByDiasLabelPathParams, type GetEnumByDiasLabelQueryParams, type GetEnumByDiasLabelResponse, type GetEventsByAdvisoryReportIdPathParams, type GetEventsByAdvisoryReportIdQueryParams, type GetEventsByAdvisoryReportIdResponse, type GetExtractEnityInfoPathParams, type GetExtractEnityInfoResponse, type GetFasterforwardEmployeesQueryParams, type GetFasterforwardEmployeesResponse, type GetFasterforwardTeamsQueryParams, type GetFasterforwardTeamsResponse, type GetFinconnectLinkAsCustomerQueryParams, type GetFinconnectLinkAsCustomerResponse, type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams, type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams, type GetFinconnectLinkForInsurancePolicyAsCustomerResponse, type GetFlowInfoByIdPathParams, type GetFlowInfoByIdQueryParams, type GetFlowInfoByIdResponse, type GetFlowsInfoQueryParams, type GetFlowsInfoResponse, type GetGbiQueryParams, type GetGbiResponse, type GetHubspotVisitorIdentificationTokenResponse, type GetInfoForClaimPathParams, type GetInfoForClaimQueryParams, type GetInfoForClaimResponse, type GetInsightsIfCarIsInsuredBody, type GetInsightsIfCarIsInsuredResponse, type GetInsuranceCompaniesQueryParams, type GetInsuranceCompaniesResponse, type GetInsurancePoliciesAsCustomerQueryParams, type GetInsurancePoliciesAsCustomerResponse, type GetInsurancePoliciesForPartyPathParams, type GetInsurancePoliciesForPartyQueryParams, type GetInsurancePoliciesForPartyResponse, type GetInsurancePolicyByIdAsCustomerPathParams, type GetInsurancePolicyByIdAsCustomerResponse, type GetInsurancePolicyByIdPathParams, type GetInsurancePolicyByIdResponse, type GetInsurancePolicySimulationsForPartyPathParams, type GetInsurancePolicySimulationsForPartyQueryParams, type GetInsurancePolicySimulationsForPartyResponse, type GetInsuranceProductClausesByDistributionQueryParams, type GetInsuranceProductClausesByDistributionResponse, type GetInsuranceProductsV2QueryParams, type GetInsuranceProductsV2Response, type GetIntegrationsByDistributionPathParams, type GetIntegrationsByDistributionResponse, type GetInvoiceByIdAsCustomerPathParams, type GetInvoiceByIdAsCustomerResponse, type GetInvoicesAsCustomerQueryParams, type GetInvoicesAsCustomerResponse, type GetInvoicesAsPartyByIdPathParams, type GetInvoicesAsPartyByIdResponse, type GetInvoicesAsPartyPathParams, type GetInvoicesAsPartyQueryParams, type GetInvoicesAsPartyResponse, type GetJobResultByIdPathParams, type GetJobResultByIdQueryParams, type GetJobResultByIdResponse, type GetKycByPartyPathParams, type GetKycByPartyQueryParams, type GetKycByPartyResponse, type GetLeadByIdPathParams, type GetLeadByIdResponse, type GetLeadProviderByIdPathParams, type GetLeadProviderByIdResponse, type GetLeadProvidersByAffinityQueryParams, type GetLeadProvidersByAffinityResponse, type GetLeaseOfferByIdPathParams, type GetLeaseOfferByIdQueryParams, type GetLeaseOfferByIdResponse, type GetLinkOfDocumentPathParams, type GetLinkOfDocumentResponse, type GetMetricsByCampaignPathParams, type GetMetricsByCampaignQueryParams, type GetMetricsByCampaignResponse, type GetMinimalOfferByIdPathParams, type GetMinimalOfferByIdQueryParams, type GetMinimalOfferByIdResponse, type GetMinimalOfferRevisionByIdPathParams, type GetMinimalOfferRevisionByIdResponse, type GetMinimalRiskObjectByIdPathParams, type GetMinimalRiskObjectByIdQueryParams, type GetMinimalRiskObjectByIdResponse, type GetNaceQueryParams, type GetNaceResponse, type GetNoveltyInsightsByDistributionPathParams, type GetNoveltyInsightsByDistributionQueryParams, type GetNoveltyInsightsByDistributionResponse, type GetOfferByIdPathParams, type GetOfferByIdResponse, type GetOffersByDistributionPathParams, type GetOffersByDistributionQueryParams, type GetOffersByDistributionResponse, type GetOnboardingChecklistByBrokerPathParams, type GetOnboardingChecklistByBrokerQueryParams, type GetOnboardingChecklistByBrokerResponse, type 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 GetTheBrokerByIdPathParams, type GetTheBrokerByIdResponse, type GetUspByDistributionQueryParams, type GetUspByDistributionResponse, type GetValuesOfEnumPathParams, type GetValuesOfEnumResponse, type GetVehicleByCarIdOrFebiacIdQueryParams, type GetVehicleByCarIdOrFebiacIdResponse, type GetVehicleByNumberPlateAndCarIdPathParams, type GetVehicleByNumberPlateAndCarIdQueryParams, type GetVehicleByNumberPlateAndCarIdResponse, type GetVehicleByVersionIdPathParams, type GetVehicleByVersionIdQueryParams, type GetVehicleByVersionIdResponse, type GetVehicleByVinAndCarIdPathParams, type GetVehicleByVinAndCarIdQueryParams, type GetVehicleByVinAndCarIdResponse, type GetVehicleVersionFactsBySeriesIdPathParams, type GetVehicleVersionFactsBySeriesIdQueryParams, type GetVehicleVersionFactsBySeriesIdResponse, type GetWeatherInfoQueryParams, type GetWeatherInfoResponse, type GetYellowhiveflowProductByIdPathParams, type GetYellowhiveflowProductByIdQueryParams, type GetYellowhiveflowProductByIdResponse, type GetYellowhiveflowProductsQueryParams, type GetYellowhiveflowProductsResponse, type GetYourOwnUserResponse, type GiveFeedbackOnConversationByIdPathParams, type GiveFeedbackOnConversationByIdQueryParams, type GiveFeedbackOnConversationByIdResponse, type GiveFeedbackOnRecommendationsByIdBody, type GiveFeedbackOnRecommendationsByIdPathParams, type GiveFeedbackOnRecommendationsByIdResponse, type GiveFeedbackToInsuranceTermsBotBody, type GiveFeedbackToInsuranceTermsBotQueryParams, type GiveFeedbackToInsuranceTermsBotResponse, type HandleCreateDistributionThemeBody, type HandleCreateDistributionThemeQueryParams, type HandleCreateDistributionThemeResponse, type HandleDeleteDistributionThemePathParams, type HandleDeleteDistributionThemeQueryParams, type HandleDeleteDistributionThemeResponse, type HandleUpdateDistributionThemeBody, type HandleUpdateDistributionThemePathParams, type HandleUpdateDistributionThemeQueryParams, type HandleUpdateDistributionThemeResponse, type HttpMethod, type ImportAnvaDocumentInWegroupQueryParams, type ImportAnvaDocumentInWegroupResponse, type ImportAnvaInsurancePolicyDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyDocumentInWegroupResponse, type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams, type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse, type ImportAnvaPartyInWegroupPathParams, type ImportAnvaPartyInWegroupQueryParams, type ImportAnvaPartyInWegroupResponse, type ImportAnvaproductBody, type ImportAnvaproductQueryParams, type ImportAnvaproductResponse, type ImportDiasPartyInWegroupPathParams, type ImportDiasPartyInWegroupQueryParams, type ImportDiasPartyInWegroupResponse, type ImportDiasflowProductBody, type ImportDiasflowProductQueryParams, type ImportDiasflowProductResponse, type InviteColleaguesToDistributionBody, type InviteColleaguesToDistributionResponse, type InviteUserToPartyBody, type InviteUserToPartyPathParams, type InviteUserToPartyResponse, type LinkConversationToAdvisoryReportBody, type LinkConversationToAdvisoryReportPathParams, type LinkConversationToAdvisoryReportQueryParams, type LinkConversationToAdvisoryReportResponse, type LinkPartyToUserBody, type LinkPartyToUserResponse, type LockFlightApiResponse, type MarkConversationAsCompletedByIdBody, type MarkConversationAsCompletedByIdPathParams, type MarkConversationAsCompletedByIdResponse, type MergePartiesTogetherBody, type MergePartiesTogetherPathParams, type MergePartiesTogetherQueryParams, type MergePartiesTogetherResponse, type Middleware, type OrderInsurancePolciesOfAdvisoryReportBody, type OrderInsurancePolciesOfAdvisoryReportPathParams, type OrderInsurancePolciesOfAdvisoryReportQueryParams, type OrderInsurancePolciesOfAdvisoryReportResponse, type OutlookConnectionSyncQueryParams, type OutlookConnectionSyncResponse, type OverrideInsuranceProductRecommendationByIdBody, type OverrideInsuranceProductRecommendationByIdPathParams, type OverrideInsuranceProductRecommendationByIdResponse, type OverridePreventionAdviceRecommendationByIdBody, type OverridePreventionAdviceRecommendationByIdPathParams, type OverridePreventionAdviceRecommendationByIdResponse, type PatchAnvaproductByIdBody, type PatchAnvaproductByIdPathParams, type PatchAnvaproductByIdQueryParams, type PatchAnvaproductByIdResponse, type PatchAnvaproductCoverageByIdBody, type PatchAnvaproductCoverageByIdPathParams, type PatchAnvaproductCoverageByIdQueryParams, type PatchAnvaproductCoverageByIdResponse, type PatchDiasflowProductByIdBody, type PatchDiasflowProductByIdPathParams, type PatchDiasflowProductByIdQueryParams, type PatchDiasflowProductByIdResponse, type PatchDiasflowProductCoverageByDiasIdBody, type PatchDiasflowProductCoverageByDiasIdPathParams, type PatchDiasflowProductCoverageByDiasIdQueryParams, type PatchDiasflowProductCoverageByDiasIdResponse, type PatchOwnPartyAsCustomerBody, type PatchOwnPartyAsCustomerResponse, type PoseAQuestionToInsuranceTermsBotBody, type PoseAQuestionToInsuranceTermsBotForItToCompareBody, type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams, type PoseAQuestionToInsuranceTermsBotForItToCompareResponse, type PoseAQuestionToInsuranceTermsBotQueryParams, type PoseAQuestionToInsuranceTermsBotResponse, type PostEventAsCarglassPartnerBody, type PostEventAsCarglassPartnerResponse, type PutClausesForReportBody, type PutClausesForReportPathParams, type PutClausesForReportQueryParams, type PutClausesForReportResponse, type RecalculateDiasQuotesBySessionIdAndProductIdBody, type RecalculateDiasQuotesBySessionIdAndProductIdPathParams, type RecalculateDiasQuotesBySessionIdAndProductIdQueryParams, type RecalculateDiasQuotesBySessionIdAndProductIdResponse, type RecalculateDiasSimulationBySessionIdBody, type RecalculateDiasSimulationBySessionIdPathParams, type RecalculateDiasSimulationBySessionIdQueryParams, type RecalculateDiasSimulationBySessionIdResponse, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams, type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse, type RecalculateSimulationBySessionIdBody, type RecalculateSimulationBySessionIdPathParams, type RecalculateSimulationBySessionIdQueryParams, type RecalculateSimulationBySessionIdResponse, type RecalculateYellowhiveQuotesBySessionIdAndProductIdBody, type RecalculateYellowhiveQuotesBySessionIdAndProductIdPathParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdQueryParams, type RecalculateYellowhiveQuotesBySessionIdAndProductIdResponse, type RecalculateYellowhiveSimulationBySessionIdBody, type RecalculateYellowhiveSimulationBySessionIdPathParams, type RecalculateYellowhiveSimulationBySessionIdQueryParams, type RecalculateYellowhiveSimulationBySessionIdResponse, type RetrieveAirportsResponse, type RetrieveAllExportsByPartyPathParams, type RetrieveAllExportsByPartyQueryParams, type RetrieveAllExportsByPartyResponse, type RetrieveAnvaflowsQuestionnairesPathParams, type RetrieveAnvaflowsQuestionnairesQueryParams, type RetrieveAnvaflowsQuestionnairesResponse, type RetrieveAskLaterQuestionsQueryParams, type RetrieveAskLaterQuestionsResponse, type RetrieveAutomobileByCarIdFreemiumVersionPathParams, type RetrieveAutomobileByCarIdFreemiumVersionQueryParams, type RetrieveAutomobileByCarIdFreemiumVersionResponse, type RetrieveAutomobileByIdFreemiumQueryParams, type RetrieveAutomobileByIdFreemiumResponse, type RetrieveDiasQuestionnairesPathParams, type RetrieveDiasQuestionnairesQueryParams, type RetrieveDiasQuestionnairesResponse, type RetrieveExportByIdPathParams, type RetrieveExportByIdQueryParams, type RetrieveExportByIdResponse, type RetrieveFlowBody, type RetrieveFlowPathParams, type RetrieveFlowQueryParams, type RetrieveFlowResponse, type RetrieveYellowhiveQuestionnairesPathParams, type RetrieveYellowhiveQuestionnairesQueryParams, type RetrieveYellowhiveQuestionnairesResponse, type SchemaAboutUsResponse, type SchemaAccelerationTo100, type SchemaAccident, type SchemaAccidentStatement, type SchemaAccidentStatementType, type SchemaAccidentStatementType_2, type SchemaAccountCreateCmd, type SchemaAccountCreatedResponse, type SchemaAccreditedAppraiser, type SchemaAccreditedAppraiser_2, type SchemaAcknowledgementQueryModel, type SchemaAction, type SchemaActionType, type SchemaActionUrlResponse, type SchemaActivateOutlookSyncCmd, type SchemaActivateOutlookSyncParams, type SchemaActivitiesCreateCmd, type SchemaActivity, type SchemaActivityFrontPageCmd, type SchemaActivityFrontPageQueryModel, type SchemaActivityPatchCmd, type SchemaActivityQueryModel, type SchemaAddActionToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdviceToRiskDomainInAdvisoryReportRevisionParams, type SchemaAddAdvisoryReportStepsConfigurationParams, type SchemaAddConversationToAdvisoryReportRevisionParams, type SchemaAddInsuranceProductClausesToAdvisoryReportRevisionParams, type SchemaAddRiskDomainToAdvisoryReportRevisionParams, type SchemaAdditionalProperties, type SchemaAdditionalProperties_2, type SchemaAddresWithMetadata, type SchemaAddress, type SchemaAddressAllNones, type SchemaAddressInfoLinkRelationType, type SchemaAddressInformation, type SchemaAddressRules, type SchemaAdviceChangeType, type SchemaAdviceDiffModel, type SchemaAdviceQueryModel, type SchemaAdviceType, type SchemaAdvisoryReport, type SchemaAdvisoryReportAdviceActionCreateCmd, type SchemaAdvisoryReportAdviceDiff, type SchemaAdvisoryReportClauseQueryModel, type SchemaAdvisoryReportClausesCreateCmd, type SchemaAdvisoryReportConversationLinkCmd, type SchemaAdvisoryReportConversationQueryModel, type SchemaAdvisoryReportCreateCmd, type SchemaAdvisoryReportDocxResponse, type SchemaAdvisoryReportExportOptions, type SchemaAdvisoryReportExportResponse, type SchemaAdvisoryReportFrontPageCreateCmd, type SchemaAdvisoryReportInsurancePolicyCmd, type SchemaAdvisoryReportInsurancePolicyOrder, type SchemaAdvisoryReportInsurancePolicyPackageCmd, type SchemaAdvisoryReportPartyQueryModel, type SchemaAdvisoryReportPdfResponse, type SchemaAdvisoryReportQueryModel, type SchemaAdvisoryReportRevisionAcceptanceCmd, type SchemaAdvisoryReportRevisionCmd, type SchemaAdvisoryReportRevisionCreateCmd, type SchemaAdvisoryReportRevisionMailInquiryCmd, type SchemaAdvisoryReportRevisionUpdateCmd, type SchemaAdvisoryReportRevisionsQueryModel, type SchemaAdvisoryReportRiskDomainActionCreateCmd, type SchemaAdvisoryReportRiskDomainActionPatchCmd, type SchemaAdvisoryReportRiskDomainAdviceCreateCmd, type SchemaAdvisoryReportRiskDomainAdvicePatchCmd, type SchemaAdvisoryReportRiskDomainCreateCmd, type SchemaAdvisoryReportStepsCreateCmd, type SchemaAdvisoryReportTask, type SchemaAdvisoryReportsQueryModel, type SchemaAdvisoryTaskPriority, type SchemaAedesCar, type SchemaAedesCarPayload, type SchemaAedesDriver, type SchemaAedesParking, type SchemaAedesParking_2, type SchemaAffiliation, type SchemaAffiliationInfo, type SchemaAffiliationStatus, type SchemaAffinityKey, type SchemaAgHomePayload, type SchemaAgriculturalVehicleUsage, type SchemaAgriculturalVehicleUsage_2, type SchemaAlarmSystem, type SchemaAllGuaranteesSetting, type SchemaAllianzCancellationReason, type SchemaAllianzCancellationReason_2, type SchemaAllianzCar, type SchemaAllianzCarPayload, type SchemaAllianzDriver, type SchemaAllianzFamilyPayload, type SchemaAllianzHome, type SchemaAllianzHomePayload, type SchemaAnalyzeEmailByIdParams, type SchemaAnnex, type SchemaAnnexRoofConstructionType, type SchemaAnnexType, type SchemaAnnexType_2, type SchemaAnnexWallConstructionType, type SchemaAnnualPremium, type SchemaAnnualPremiumQueryModel, type SchemaAnswer, type SchemaAnswerFlowParams, type SchemaAnswerFlowSessionParams, type SchemaAnswerFlowsResponse, type SchemaAnswerValidationError, type SchemaAnswerValidationErrorMessage, type SchemaAnswersPayload, type SchemaAnvaAdnCoverage, type SchemaAnvaCalculationPackage, type SchemaAnvaCalculationResponse, type SchemaAnvaClaimStatus, type SchemaAnvaClosingQuestion, type SchemaAnvaClosingQuestionUpsertCmd, type SchemaAnvaCollectionMethod, type SchemaAnvaCollectionMethods, type SchemaAnvaCoverage, type SchemaAnvaCoverageCombination, type SchemaAnvaCustomerInquiryParams, type SchemaAnvaDocument, type SchemaAnvaDocumentUpdateCmd, type SchemaAnvaFlowLabelStatus, type SchemaAnvaFlowStatus, type SchemaAnvaInquiry, type SchemaAnvaInquiryDocument, type SchemaAnvaInsurance, type SchemaAnvaInsuranceCompany, type SchemaAnvaInsuranceCompanyUpdateCmd, type SchemaAnvaInsurancePackage, type SchemaAnvaInsurancePolicy, type SchemaAnvaInsuranceUpdateCmd, type SchemaAnvaInvoiceStatus, type SchemaAnvaLabel, type SchemaAnvaMutationReason, type SchemaAnvaMutationReasons, type SchemaAnvaOfferDocument, type SchemaAnvaPackage, type SchemaAnvaPackageDiscount, type SchemaAnvaPackageUpdateCmd, type SchemaAnvaPolicyPackageCalculationJob, type SchemaAnvaProduct, type SchemaAnvaProductFlowRevision, type SchemaAnvaProductImportCmd, type SchemaAnvaProductQueryModel, type SchemaAnvaProductQuestionnaire, type SchemaAnvaProductQuestionnaireQueryModel, type SchemaAnvaProductQuestionnairesQueryModel, type SchemaAnvaProductQuestionnairesUpdateCmd, type SchemaAnvaProductQuestionnairesValidateCmd, type SchemaAnvaProductSearchItem, type SchemaAnvaProductSearches, type SchemaAnvaProductTag, type SchemaAnvaProductTagUpsertCmd, type SchemaAnvaProductToInsurancePolicyLink, type SchemaAnvaProductUpdateCmd, type SchemaAnvaQuote, type SchemaAnvaQuoteCalculationJob, type SchemaAnvaQuoteCalculationJobsQueuedResponse, type SchemaAnvaSendOfferInsurancePolicy, type SchemaAnvaSendOfferPolicyPackage, type SchemaAnvaSendOfferResponse, type SchemaAnvaTag, type SchemaAnvaTaskCmd, type SchemaAnvaTaskPriority, type SchemaApiCoverage, type SchemaApiCoverageSource, type SchemaAppHandlersNatsModelsStatusResponse, type SchemaAppModelsAdvisoryReportAdvisoryReportAdviceDiffRiskDomain, type SchemaAppModelsAdvisoryReportAdvisoryReportRevisionCreateCmdInsurancePolicies, type SchemaAppModelsCompanyRegistrationCompanyRegistration, type SchemaAppModelsCompanyRegistrationCompanyregistration, type SchemaAppModelsEnumsCompanyProspectType, type SchemaAppModelsEnumsCustomerProspectType, type SchemaAppModelsEnumsLanguageCodes, type SchemaAppModelsEnumsLanguageCodes_2, type SchemaAppModelsEnumsMiscellaneousType, type SchemaAppModelsEnumsProspectType, type SchemaAppModelsEnumsProspectType_2, type SchemaAppModelsFsmaFsma, type SchemaAppModelsInsurancePolicyExternalLabel, type SchemaAppModelsInsurancePolicyExternalRef, type SchemaAppModelsInsurancePolicyExternalref, type SchemaAppModelsLeadAcknowledgement, type SchemaAppModelsLocalisationLocalisation, type SchemaAppModelsOfferAcknowledgement, type SchemaAppModelsOfferInsurance, type SchemaAppModelsPartyCommandsExternalRef, type SchemaAppModelsPartyCustomer, type SchemaAppModelsPartyManagementBaseDocumentDataPreferences, type SchemaAppModelsPartyManagementFunction, type SchemaAppModelsPartyManagementFunction_2, type SchemaAppModelsPartyManagementbasedocumentdataPreferences, type SchemaAppModelsPartyPartyCompanyBaseAssetInfo, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoMachineDelivery, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoPeriodicCash, type SchemaAppModelsPartyPartyCompanyBaseAssetInfoSiloCapacity, type SchemaAppModelsPartyPartyCompanyBaseBookkeeper, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorks, type SchemaAppModelsPartyPartyCompanyBaseConstructionWorksConstructionWorkDuration, type SchemaAppModelsPartyPartyCompanyBaseContactPerson, type SchemaAppModelsPartyPartyCompanyBaseCustomerInfo, type SchemaAppModelsPartyPartyCompanyBaseCyber, type SchemaAppModelsPartyPartyCompanyBaseExhibitionActivity, type SchemaAppModelsPartyPartyCompanyBaseExportActivity, type SchemaAppModelsPartyPartyCompanyBaseFinancialInfo, type SchemaAppModelsPartyPartyCompanyBaseImportActivity, type SchemaAppModelsPartyPartyCompanyBaseLegalAid, type SchemaAppModelsPartyPartyCompanyBaseLiabilityInfo, type SchemaAppModelsPartyPartyCompanyBaseOutlook, type SchemaAppModelsPartyPartyCompanyBasePersonnelDetails, type SchemaAppModelsPartyPartyCompanyBaseThirdPartyActivity, type SchemaAppModelsPartyPartyCompanyBaseTransportInfo, type SchemaAppModelsPartyPartyCompanyBaseTurnover, type SchemaAppModelsPartyPartyCompanyBaseWorkforce, type SchemaAppModelsPartyPartyCompanyBaseWorkforceWageBill, type SchemaAppModelsPartyPartyPreferences, type SchemaAppModelsPartyPartyPreferencesFuneralPreference, type SchemaAppModelsPartyPartycompanybaseAssetinfo, type SchemaAppModelsPartyPartycompanybaseAssetinfoMachinedelivery, type SchemaAppModelsPartyPartycompanybaseAssetinfoPeriodiccash, type SchemaAppModelsPartyPartycompanybaseAssetinfoSilocapacity, type SchemaAppModelsPartyPartycompanybaseBookkeeper, type SchemaAppModelsPartyPartycompanybaseConstructionworks, type SchemaAppModelsPartyPartycompanybaseConstructionworksConstructionworkduration, type SchemaAppModelsPartyPartycompanybaseContactperson, type SchemaAppModelsPartyPartycompanybaseCustomerinfo, type SchemaAppModelsPartyPartycompanybaseCyber, type SchemaAppModelsPartyPartycompanybaseExhibitionactivity, type SchemaAppModelsPartyPartycompanybaseExportactivity, type SchemaAppModelsPartyPartycompanybaseFinancialinfo, type SchemaAppModelsPartyPartycompanybaseImportactivity, type SchemaAppModelsPartyPartycompanybaseLegalaid, type SchemaAppModelsPartyPartycompanybaseLiabilityinfo, type SchemaAppModelsPartyPartycompanybaseOutlook, type SchemaAppModelsPartyPartycompanybasePersonneldetails, type SchemaAppModelsPartyPartycompanybaseThirdpartyactivity, type SchemaAppModelsPartyPartycompanybaseTransportinfo, type SchemaAppModelsPartyPartycompanybaseTurnover, type SchemaAppModelsPartyPartycompanybaseWorkforce, type SchemaAppModelsPartyPartycompanybaseWorkforceWagebill, type SchemaAppModelsPartyPartypreferences, type SchemaAppModelsPartyPartypreferencesFuneralpreference, type SchemaAppModelsReadDocument, type SchemaAppModelsReadDocumentExternalRef, type SchemaAppModelsRiskObjectsAmountOfRiskObjects, type SchemaAppModelsRiskObjectsBicycleBicycle, type SchemaAppModelsRiskObjectsBicyclePreferences, type SchemaAppModelsRiskObjectsBoatBoat, type SchemaAppModelsRiskObjectsBoatPreferences, type SchemaAppModelsRiskObjectsCarCar, type SchemaAppModelsRiskObjectsCarCar_2, type SchemaAppModelsRiskObjectsCarPreferences, type SchemaAppModelsRiskObjectsCarPreferences_2, type SchemaAppModelsRiskObjectsFamilyFamily, type SchemaAppModelsRiskObjectsLegalLegal, type SchemaAppModelsRiskObjectsMiscellaneousMiscellaneous, type SchemaAppModelsRiskObjectsPartyGroupPartyGroup, type SchemaAppModelsRiskObjectsResidenceMainBuilding, type SchemaAppModelsRiskObjectsResidenceResidence, type SchemaAppModelsRiskObjectsResidenceResidencePreferences, type SchemaAppModelsRiskObjectsRiskObjects, type SchemaAppModelsRiskObjectsSemiTrailerSemiTrailer, type SchemaAppModelsRiskObjectsTeacherTeacher, type SchemaAppModelsRiskObjectsTrailerTrailer, type SchemaAppModelsRiskObjectsTwowheelerPreferences, type SchemaAppModelsRiskObjectsTwowheelerTwoWheeler, type SchemaAppModelsThemeThemeCreateCmd, type SchemaAppModelsUploadExternalRef, type SchemaAppResponsesBaseStatusResponse, type SchemaAppViewsModelsAdvisoryReportAdvisoryReportQueryModelInsurancePolicies, type SchemaAppViewsModelsAdvisoryReportCoverageQueryModelExternalLabel, type SchemaAppViewsModelsAdvisoryReportInsurancePolicyQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportPolicyPackageQueryModelExternalRef, type SchemaAppViewsModelsAdvisoryReportRiskDomainActionQueryModelRiskDomain, type SchemaAppViewsModelsAdvisoryReportRiskDomainAdviceQueryModelRiskDomain, type SchemaAppViewsModelsClaimClaim, type SchemaAppViewsModelsClaimDocument, type SchemaAppViewsModelsInvoiceDocument, type SchemaAppViewsModelsOfferAcknowledgement, type SchemaAppViewsModelsOfferGuarantee, type SchemaAppViewsModelsOfferPartyAssignee, type SchemaAppViewsModelsPartyAddresWithMetadataMetaData, type SchemaAppViewsModelsPartyDocumentsPartyDocumentQueryModel, type SchemaAppViewsModelsPartyDocumentsPartydocumentquerymodel, type SchemaAppViewsModelsPartyLink, type SchemaAppViewsModelsPartyManagementQueryModel, type SchemaAppViewsModelsPartyManagementquerymodel, type SchemaAppViewsModelsPartyPartyAssignee, type SchemaAppViewsModelsPartyPartyDocumentsMetaData, type SchemaAppViewsModelsPartyPartyLogoQueryModel, type SchemaAppViewsModelsPartyPartyRelationQueryModelParty, type SchemaAppViewsModelsPartyPartyassignee, type SchemaAppViewsModelsPartyPartylogoquerymodel, type SchemaAppViewsModelsPartyPartyrelationquerymodelParty, type SchemaAppViewsModelsRiskDomainPreventionAdviceQueryModelPreventAdviceRiskDomain, type SchemaAppViewsModelsRiskDomainRiskDomainsQueryModelRiskDomain, type SchemaAppViewsModelsRiskObjectBicycle, type SchemaAppViewsModelsRiskObjectBoat, type SchemaAppViewsModelsRiskObjectCar, type SchemaAppViewsModelsRiskObjectDriver, type SchemaAppViewsModelsRiskObjectFamily, type SchemaAppViewsModelsRiskObjectLegal, type SchemaAppViewsModelsRiskObjectLink, type SchemaAppViewsModelsRiskObjectMiscellaneous, type SchemaAppViewsModelsRiskObjectPartyGroup, type SchemaAppViewsModelsRiskObjectPerson, type SchemaAppViewsModelsRiskObjectResidence, type SchemaAppViewsModelsRiskObjectRiskObjects, type SchemaAppViewsModelsRiskObjectSemiTrailer, type SchemaAppViewsModelsRiskObjectTeacher, type SchemaAppViewsModelsRiskObjectTrailer, type SchemaAppViewsModelsRiskObjectTwoWheeler, type SchemaAragLegalPayload, type SchemaArcesLegalPayload, type SchemaAskLaterQuestion, type SchemaAskLaterQuestionsRequest, type SchemaAskLaterQuestionsResponse, type SchemaAskaPackageChoice, type SchemaAskaPackageChoice_2, type SchemaAskaTravelInsuranceType, type SchemaAskaTravelInsuranceType_2, type SchemaAssetInfo, type SchemaAssignedToType, type SchemaAssociatedCompany, type 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 SchemaCampaignsResponse, type SchemaCar, type SchemaCarCategory, type SchemaCarCategoryCode, type SchemaCarCategoryCode_2, type SchemaCarCategory_2, type SchemaCarClaimType, type SchemaCarClaimType_2, type SchemaCarDemo, type SchemaCarDemo_2, type SchemaCarEvaluationType, type SchemaCarEvaluationType_2, type SchemaCarGlassEvent, type SchemaCarInsuranceInsightPayload, type SchemaCarInsurancePolicyInsightsCarResponse, type SchemaCarInsurancePolicyInsightsDistributionResponse, type SchemaCarInsurancePolicyInsightsPartyResponse, type SchemaCarInsurancePolicyInsightsResponse, type SchemaCarInsured, type SchemaCarInterests, type SchemaCarInterests_2, type SchemaCarLease, type SchemaCarLeaseRatesResponse, type SchemaCarLookUpToQuestion, type SchemaCarLookUpToQuestions, type SchemaCarLookUpToQuestionsCmd, type SchemaCarMileage, type SchemaCarNlPayloads, type SchemaCarPayloads, type SchemaCarPremiumResponse, type SchemaCarProfessionalUsagePurpose, type SchemaCarProfessionalUsagePurpose_2, type SchemaCarReferenceQueryModel, type SchemaCarRiskObjectIdWithRevisionId, type SchemaCarStorage, type SchemaCarTaxation, type SchemaCarTheftProtection, type SchemaCarTheftProtection_2, type SchemaCarTrackingSystem, type SchemaCarTrackingSystem_2, type SchemaCarTrailer, type SchemaCarUsage, type SchemaCarUsagePeriod, type SchemaCarUsagePeriod_2, type SchemaCarUsedFor, type SchemaCarUsedFor_2, type SchemaCarVehicleType, type SchemaCarVehicleType_2, type SchemaCarglassEventCreateParams, type SchemaCategoryType, type SchemaChatCmd, type SchemaChatSummaryDetailed, type SchemaChatSummaryGroup, type SchemaChatSummaryQuestion, type SchemaChatSummarySection, type SchemaCheckupItemType, type SchemaChild, type SchemaChildProtection, type SchemaChildProtectionDriver, type SchemaChildProtectionPassenger, type SchemaChildProtectionRear, type SchemaChunk, type SchemaCitizensCar, type SchemaCitizensCarPayload, type SchemaCitizensCoverageChoice, type SchemaCitizensCoverageChoice_2, type SchemaCitizensInsuredAmountAccidents, type SchemaCitizensInsuredAmountAccidents_2, type SchemaCitizensInsuredAmountLiability, type SchemaCitizensInsuredAmountLiability_2, type SchemaCitizensSteeringPosition, type SchemaCity, type SchemaCityAutomaticEmergencyBraking, type SchemaCivilState, type SchemaCivilState_2, type SchemaClaim, type SchemaClaimCause, type SchemaClaimCause_2, type SchemaClaimFreeYears, type SchemaClaimFreeYears_2, type SchemaClaimLossAmount, type SchemaClaimLossAmount_2, type SchemaClaimQueryModel, type SchemaClaimStatus, type SchemaClaimType, type SchemaClaimsQueryModel, type SchemaClauseCmd, type SchemaClauseQueryModel, type SchemaCloudDataStorageLocation, type SchemaCollectionMethod, type SchemaCommentary, type SchemaCommentaryQueryModel, type SchemaCompany, type SchemaCompanyCreateCmd, type SchemaCompanyGoodQueryModel, type SchemaCompanyInfo, type SchemaCompanyInfoContent, type SchemaCompanyInventoryQueryModel, type SchemaCompanyInvestmentQueryModel, type SchemaCompanyLeadCreateCmd, type SchemaCompanyLeadCreateReply, type SchemaCompanyLeaseQueryModel, type SchemaCompanyLoanQueryModel, type SchemaCompanyProspectType, type SchemaCompanyProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCompanyQueryModel, type SchemaCompanyRegistration, type SchemaCompanyRegistrationQueryModel, type SchemaCompanyRegistrationType, type SchemaCompanyRegistrationType_2, type SchemaCompanySearchBy, type SchemaCompareAnswer, type SchemaCompareCmd, type SchemaCondition, type SchemaConditionAction, type SchemaConditionCheckType, type SchemaConditionOperation, type SchemaConditionType, type SchemaConditions, type SchemaConstructionType, type SchemaConstructionTypeFloors, type SchemaConstructionWorkDuration, type SchemaConstructionWorks, type SchemaConstructionYear, type SchemaConstructionYearCategory, type SchemaContactPerson, type SchemaContentValueDefinedType, type SchemaContractConversions, type SchemaConversationAnswer, type SchemaConversationAnswerCompared, type SchemaConversationDocumentPdfModel, type SchemaConversationNote, type SchemaConversationsOriginFilter, type SchemaConversationsOriginFilterItem, type SchemaCountryCodes, type SchemaCountryCodes_2, type SchemaCoverage, type SchemaCoverageCmd, type SchemaCoverageGroupMatchingScore, type SchemaCoverageInsights, type SchemaCoverageLimit, type SchemaCoveragePeriod, type SchemaCoverageQueryModel, type SchemaCoverageUpdateCmd, type SchemaCreateAccountParams, type SchemaCreateAdvisoryReportParams, type SchemaCreateAdvisoryReportRevisionParams, type SchemaCreateAdvisoryReportRevisionV2Params, type SchemaCreateAnvaPartyCompanyCmd, type SchemaCreateAnvaPartyCompanyRegistration, type SchemaCreateAnvaPartyCustomerCmd, type SchemaCreateBicycleRiskObjectParams, type SchemaCreateBoatRiskObjectParams, type SchemaCreateBrokerConnectionParams, type SchemaCreateCampaignAssistantAvatarCmd, type SchemaCreateCampaignCmd, type SchemaCreateCampaignLogoCmd, type SchemaCreateCampaignParams, type SchemaCreateCarRiskObjectParams, type SchemaCreateCompanyLeadParams, type SchemaCreateCompanyProspectParams, type SchemaCreateCustomThemeAsDistributionParams, type SchemaCreateCustomerLeadParams, type SchemaCreateCustomerProspectParams, type SchemaCreateDiasPartyCompanyCmd, type SchemaCreateDiasPartyCompanyRegistration, type SchemaCreateDiasPartyCustomerCmd, type SchemaCreateDistributionConnectionParams, type SchemaCreateDistributionTagParams, type SchemaCreateDistributionUspParams, type SchemaCreateFamilyRiskObjectParams, type SchemaCreateFlowParams, type SchemaCreateFlowSessionParams, type SchemaCreateInsurancePolicyForPartyParams, type SchemaCreateInsuranceProductClauseParams, type SchemaCreateLegalRiskObjectParams, type SchemaCreateMiscellaneousRiskObjectParams, type SchemaCreateMultiResponse, type SchemaCreateNoteForPartyParams, type SchemaCreateOfferRequestForInsuranceCompanyDocxParams, type SchemaCreateOfferRequestForInsuranceCompanyPdfParams, type SchemaCreateOfferRevisionParams, type SchemaCreateOfferV2Params, type SchemaCreatePartyAccidentParams, type SchemaCreatePartyActivitiesParams, type SchemaCreatePartyExternalRefsParams, type SchemaCreatePartyFromCompanyRegistrationParams, type SchemaCreatePartyGroupRiskObjectParams, type SchemaCreateProfileaseCarLeaseOfferParams, type SchemaCreateProfileaseCarOfferCmd, type SchemaCreateProfileaseCarOfferResponse, type SchemaCreateRelationBetweenPartiesParams, type SchemaCreateRelationBetweenPartyAndRiskObjectParams, type SchemaCreateReplyUuid, type SchemaCreateResponse, type SchemaCreateRiskObjectExternalRefsParams, type SchemaCreateSemiTrailerRiskObjectParams, type SchemaCreateSignedPartiesUploadUrlParams, type SchemaCreateTaskInAnvaParams, type SchemaCreateToolkitAccountParams, type SchemaCreateToolkitBrokerParams, type SchemaCreateTrailerRiskObjectParams, type SchemaCreateTrialUserParams, type SchemaCreateYellowHiveContactPersonCreateCmd, type SchemaCreditRating, type SchemaCreditScore, type SchemaCrmExportQueryModel, type SchemaCrmExportType, type SchemaCurrency, type SchemaCurrencyValue, type SchemaCustomAdvice, type SchemaCustomAdvicePatchCmd, type SchemaCustomer, type SchemaCustomerCreateCmd, type SchemaCustomerInfo, type SchemaCustomerLeadCreateCmd, type SchemaCustomerLeadCreateReply, type SchemaCustomerProspectType, type SchemaCustomerProspectsWithLeadOfferRiskObjectsQueryModel, type SchemaCustomerQueryModel, type SchemaCustomerSheet, type SchemaCustomerSheetAcceptations, type SchemaCustomersInfoType, type SchemaCyber, type SchemaDasLegalPayload, type SchemaDataType, type SchemaDate, type SchemaDateDsl, type SchemaDeactivateOutlookSyncCmd, type SchemaDeactivateOutlookSyncParams, type SchemaDeductibleType, type SchemaDelaFuneralPayload, type SchemaDeleteMethod, type SchemaDelinkPartyToUserParams, type SchemaDemographicData, type SchemaDiasAfdBranch, type SchemaDiasCalculationPackage, type SchemaDiasClosingQuestion, type SchemaDiasCollectionMethods, type SchemaDiasCoverage, type SchemaDiasCoverageUpdateCmd, type SchemaDiasEntityLink, type SchemaDiasEntityType, type SchemaDiasFlowStatus, type SchemaDiasInsurance, type SchemaDiasInsuranceCompany, type SchemaDiasInsurancePackage, type SchemaDiasInsurancePolicy, type SchemaDiasPackage, type SchemaDiasPolicyPackageCalculationJob, type SchemaDiasProduct, type SchemaDiasProductFlowInSession, type SchemaDiasProductImportCmd, type SchemaDiasProductQuestionnaire, type SchemaDiasProductQuestionnaireQueryModel, type SchemaDiasProductQuestionnairesQueryModel, type SchemaDiasProductQuestionnairesUpdateCmd, type SchemaDiasProductQuestionnairesValidateCmd, type SchemaDiasProductSearch, type SchemaDiasProductToInsurancePolicyLink, type SchemaDiasProductUpdateCmd, type SchemaDiasProductsInConversationCmd, type SchemaDiasQuote, type SchemaDiasQuoteCalculationJob, type SchemaDiasQuoteCalculationJobsQueuedResponse, type SchemaDimensions, type SchemaDinghy, type SchemaDinghyCategory, type SchemaDirector, type SchemaDisable_2faForMeParams, type SchemaDiscount, type SchemaDisplacement, type SchemaDistances, type SchemaDistribution, type SchemaDistributionCompanyRegistrationValidation, type SchemaDistributionConnectionCreateCmd, type SchemaDistributionConnectionQueryModel, type SchemaDistributionConnectionUpdateCmd, type SchemaDistributionCreateCmd, type SchemaDistributionFrontPageSettings, type SchemaDistributionFrontPageSettingsQueryModel, type SchemaDistributionInvite, type SchemaDistributionLogos, type SchemaDistributionNameValidateCmd, type SchemaDistributionNoveltyInsight, type SchemaDistributionPromotionCreateCmd, type SchemaDistributionPromotionsReply, type SchemaDistributionSettings, type SchemaDistributionSettingsPatchCmd, type SchemaDistributionSignatureMethodQueryModel, type SchemaDistributionSignaturePatchCmd, type SchemaDistributionTagCreateCmd, type SchemaDistributionTagReply, type SchemaDistributionTagsQueryModel, type SchemaDistributionThemeCreateCmd, type SchemaDistributionThemeUpdateCmd, type SchemaDistributionUsp, type SchemaDistributionUspItemCreateCmd, type SchemaDistributionUspItemUpdateCmd, type SchemaDistributionUspReply, type SchemaDistributions, type SchemaDnaYachtBoatPayload, type SchemaDocument, type SchemaDocumentExtractionBatch, type SchemaDocumentExtractionBatchPayload, type SchemaDocumentExtractionEntityInfo, type SchemaDocumentLinkResponse, type SchemaDocumentQueryModel, type SchemaDocumentReferenceQueryModel, type SchemaDocumentResourceType, type SchemaDocumentStatus, type SchemaDocumentType, type SchemaDocumentType_2, type SchemaDomainCar, type SchemaDriveAssistanceSystem, type SchemaDriveTrainLayout, type SchemaDriveTrainLayout_2, type SchemaDriver, type SchemaDriverBrandClubMembership, type SchemaDriverExperience, type SchemaDriverLicenseCode, type SchemaDriverLicenseCode_2, type SchemaDriverLicenseType, type SchemaDriverLicenseType_2, type SchemaDriverVehicle, type SchemaDriverVehicleExperience, type SchemaDriverVehicleUsage, type SchemaDrivingTimes, type SchemaDutyOfCareCheckupItem, type SchemaDutyOfCareKind, type SchemaDutyOfCareStatus, type SchemaEducationLevel, type SchemaEducationLevel_2, type SchemaElectricBatteryType, type SchemaElectricalBikeAssistance, type SchemaElectricalInstallationType, type SchemaElectricalInstallations, type SchemaElectronicStabilityControl, type SchemaEmailActionability, type SchemaEmailAggregateResponse, type SchemaEmailAnalysis, type SchemaEmailAnalysisResponse, type SchemaEmailAnalyzeByEmailIdCmd, type SchemaEmailConversation, type SchemaEmailModel, type SchemaEmailTriageClassification, type SchemaEmailTriageCmd, type SchemaEmailValidation, type SchemaEmission, type SchemaEmissionStandard, type SchemaEmployeeInformation, type SchemaEmployeeInformationQueryModel, type SchemaEmployees, type SchemaEmploymentType, type SchemaEnable_2faForMeParams, type SchemaEnergyCategory, type SchemaEngine, type SchemaEngineRotations, type SchemaEngineTorque, type SchemaEntityChanges, type SchemaEntityExtraction, type SchemaEntityKey, type SchemaEntityReference, type SchemaEnumSource, type SchemaEnumValue, type SchemaEnums, type SchemaEnumsResponse, type SchemaErrorDetail, type SchemaErrorEnum_401, type SchemaErrorMessages, type SchemaErrorResponse, type SchemaError_401, type SchemaError_403, type SchemaError_422, type SchemaError_429, type SchemaError_4Xx, type SchemaEstablishment, type SchemaEstablishmentQueryModel, type SchemaEuromexLegalPayload, type SchemaExcludedCoverage, type SchemaExhibitionActivity, type SchemaExistsReply, type SchemaExportActivity, type SchemaExportAdvisoryReportByIdParams, type SchemaExportAdvisoryReportCreateCmd, type SchemaExportOption, type SchemaExportsQueued, type SchemaExternalRef, type SchemaExternalRefCompany, type SchemaExternalRefsQueryModel, type SchemaExternalResponseFormatted, type SchemaExtraLegalBenefits, type SchemaExtractDocumentCmd, type SchemaExtractOneDocumentResponse, type SchemaExtractOnePoliciesDocumentResponse, type SchemaExtractSingularDocumentAsInsurancePolicyParams, type SchemaExtractSingularDocumentAsOfferParams, type SchemaExtractSingularDocumentEnqueueParams, type SchemaExtractSingularDocumentInsurancePoliciesEnqueueParams, type SchemaExtractSingularDocumentOffersEnqueueParams, type SchemaExtractSingularDocumentParams, type SchemaExtractSingularDocumentPartyEnqueueParams, type SchemaExtractThemeCmd, type SchemaExtractWebsiteThemeParams, type SchemaExtractedInsurancePolicy, type SchemaExtractedQuestionnaireFilters, type SchemaExtractedQuestionnaireRequest, type SchemaFacade, type SchemaFamilyPayloads, type SchemaFamilyReferenceQueryModel, type SchemaFamilyRiskObjectIdWithRevisionId, type SchemaFamilyStatus, type SchemaFamilyStatus_2, type SchemaFaqCreateCmd, type SchemaFaqItem, type SchemaFaqQueryModel, type SchemaFaqType, type SchemaFeatureItem, type SchemaFeedback, type SchemaFieldMapping, type SchemaFieldMappingManager, type SchemaFieldOperation, type SchemaFieldTransformer, type SchemaFinConnectLinkQueryModel, type SchemaFinancial, type SchemaFinancialInfo, type SchemaFinancialInstitution, type SchemaFinancing, type SchemaFinishingType, type SchemaFireSpecifications, type SchemaFlammableLiquids, type SchemaFleet, type SchemaFleetInfo, type SchemaFleetQueryModel, type SchemaFleetRiskObjectIdWithRevisionId, type SchemaFloatCalculationSpec, type SchemaFloor, type SchemaFlow, type SchemaFlowInfo, type SchemaFlowMailType, type SchemaFlowRequest, type SchemaFlowSessionQueryModel, type SchemaFlowSessionReference, type SchemaFlowSessionStatus, type SchemaFlowStatus, type SchemaFlowSubType, type SchemaFlowType, type SchemaFlowVersion, type SchemaFlowsError, type SchemaFlowsErrorType, type SchemaFlowsInfo, type SchemaFlowsModelsAnvaAnvaPartyBaseAddress, type SchemaFlowsModelsAnvaAnvaQuoteCoverage, type SchemaFlowsModelsAnvaAnvaQuoteDocument, type SchemaFlowsModelsAnvaAnvaQuotePossiblePackage, type SchemaFlowsModelsAnvaSendOfferMailCmdDocument, type SchemaFlowsModelsAnvaWarning, 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 SchemaGenerateDnsPrefixParams, type SchemaGenerateRecommendationParams, type SchemaGenerateRecommendationsByPartyIdParams, type SchemaGetAddressInfoPremiumResponse, type SchemaGetAdvisoryReportDiffResponse, type SchemaGetAutomobileBrandResponse, type SchemaGetAutomobileBrandsResponse, type SchemaGetAutomobileFactsResponse, type SchemaGetAutomobileSerieResponse, type SchemaGetAutomobileSeriesResponse, type SchemaGetAutomobileVersionResponse, type SchemaGetAutomobileVersionsResponse, type SchemaGetCarInsuranceInsightsParams, type SchemaGetCarPremiumResponse, type SchemaGetCityResponse, type SchemaGetCompanyMultiResponse, type SchemaGetCompanySingleResponse, type SchemaGetDirectorMultiResponse, type SchemaGetNumberPlatePremiumResponse, type SchemaGetSearchAddressNewResponse, type SchemaGetStreetResponse, type SchemaGetVinPremiumResponse, type SchemaGiveSelectedProductsFeedbackParams, type SchemaGuarantee, type SchemaGuaranteeBase, type SchemaGuaranteeContent, type SchemaGuaranteeMatchingScores, type SchemaGuaranteeModification, type SchemaGuaranteeTag, type SchemaHandleCalculateAnvaQuotesForConversationParams, type SchemaHandleCalculateOneAnvaQuoteForConversationParams, type SchemaHandleCalculateOneDiasQuoteForConversationParams, type SchemaHandleCalculateOneYellowhiveQuoteForConversationParams, type SchemaHandleCreateAnvaPartyParams, type SchemaHandleCreateDiasPartyParams, type SchemaHandleCreateDocumentFromQuestionnaireParams, type SchemaHandleCreateYellowhiveContactPersonParams, type SchemaHandleGenerateQuestionsToPrefillByCarParams, type SchemaHandleImportAnvaProductsParams, type SchemaHandleImportDiasProductsParams, type SchemaHandleMarkSessionCompletedParams, type SchemaHandleQueueCalculateAnvaQuotesForConversationParams, type SchemaHandleQueueCalculateDiasQuotesForConversationParams, type SchemaHandleQueueCalculateYellowhiveQuotesForConversationParams, type SchemaHandleQueueSendCustomQuotesToAnvaParams, type SchemaHandleQuoteCalculationV2ExtraParams, type SchemaHandleQuoteMailSendParams, type SchemaHandleQuoteSaveParams, type SchemaHandleRecalculateAnvaSimulationParams, type SchemaHandleRecalculateDiasSimulationParams, type SchemaHandleRecalculateYellowhiveSimulationParams, type SchemaHandleRetrieveConversationReportPdfBySessionIdParams, type SchemaHandleRetrieveProductsV2Params, type SchemaHandleSendOfferMailParams, type SchemaHandleSetAskLaterQuestionIdsParams, type SchemaHandleUpdateAllAnvaQuestionnaireQuestionsByAnvaLabelParams, type SchemaHandleUpdateAnvaPartyParams, type SchemaHandleUpdateAnvaProductCoverageParams, type SchemaHandleUpdateAnvaProductsParams, type SchemaHandleUpdateAnvaQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasQuestionnairesByProductIdParams, type SchemaHandleUpdateDiasflowsProductByIdParams, type SchemaHandleUpdateDiasflowsProductCoverageByIdParams, type SchemaHandleUpdateSessionParams, type SchemaHandleUpdateYellowhiveQuestionnairesByProductIdParams, type SchemaHandleUpsertAnvaClosingQuestionsParams, type SchemaHandleUpsertSupportedAnvaflowsTagParams, type SchemaHandleValidateAnvaQuestionnairesByProductIdParams, type SchemaHandleValidateDiasQuestionnairesByProductIdParams, type SchemaHandleValidateYellowhiveQuestionnairesByProductIdParams, type SchemaHazardLevel, type SchemaHeaders, type SchemaHeatingType, type SchemaHighSpeedAutomaticEmergencyBraking, type SchemaHobbies, type SchemaHolderState, type SchemaHomeAge, type SchemaHomeEvaluationType, type SchemaHomeNlPayloads, type SchemaHomePayloads, type SchemaHomeToWorkDistance, type SchemaHomeToWorkDistance_2, type SchemaHp, type SchemaHttpMethod, type SchemaIbanValidation, type SchemaIdIntResponse, type SchemaIdentificationTypes, type SchemaIdentificationTypes_2, type SchemaImpactTime, type SchemaImpactTime_2, type SchemaImportActivity, type SchemaImportPartyError, type SchemaImportPartyResponse, type SchemaIncomeData, type SchemaInformationRequirementSheetSpecification, type SchemaInputType, type SchemaInsurance, type SchemaInsuranceCarrierType, type SchemaInsuranceCarrierType_2, type SchemaInsuranceCompanyRetrieveResponse, type SchemaInsuranceCompanyTag, type SchemaInsuranceCompanyTag_2, type SchemaInsuranceContent, type SchemaInsuranceExtended, type SchemaInsuranceFsma, type SchemaInsuranceHistory, type SchemaInsuranceModuleExportQueryModel, type SchemaInsuranceModuleExportType, type SchemaInsurancePoliciesQueryModel, type SchemaInsurancePolicy, type SchemaInsurancePolicyCreateCmd, type SchemaInsurancePolicyCreateType, type SchemaInsurancePolicyDocumentCmd, type SchemaInsurancePolicyDocumentQueryModel, type SchemaInsurancePolicyDocumentType, type SchemaInsurancePolicyEntity, type SchemaInsurancePolicyLinkCmd, type SchemaInsurancePolicyLinkQueryModel, type SchemaInsurancePolicyQueryModel, type SchemaInsurancePolicySimulationSendRequest, type SchemaInsurancePolicySimulationType, type SchemaInsurancePolicySimulationUpsertCmd, type SchemaInsurancePolicyStatus, type SchemaInsurancePolicyType, type SchemaInsurancePolicyType_2, type SchemaInsuranceProduct, type SchemaInsuranceProductAdvices, type SchemaInsuranceProductByDistributionUpdateCmd, type SchemaInsuranceProductClauseCreateCmd, type SchemaInsuranceProductClauseUpdateCmd, type SchemaInsuranceProductClausesQueryModel, type SchemaInsuranceProductEntity, type SchemaInsuranceProductQueryModel, type SchemaInsuranceProductRecommendation, type SchemaInsuranceProductRecommendationPatchCmd, type SchemaInsuranceProductsQueryModel, type SchemaInsuranceTerminationReasonType, type SchemaInsuranceTerminationReasonType_2, type SchemaInsuranceType, type SchemaInsuranceType_2, type SchemaInsuredContentValue, type SchemaInsuredValue, type SchemaInventoryCheckupItem, type SchemaInviteCustomersToPartyParams, type SchemaInviteUsersToDistributionParams, type SchemaInvoice, type SchemaInvoiceQueryModel, type SchemaInvoicesQueryModel, type SchemaIsBurglarProof, type SchemaItServices, type SchemaItem, type SchemaJob, type SchemaJobQueuedResponse, type SchemaJobResult, type SchemaJobResultType, type SchemaJobStatus, type SchemaJointIndustrialCommittee, type SchemaJointIndustrialCommitteeQueryModel, type SchemaJsonRpcError, type SchemaJsonRpcReply, type SchemaKey, type SchemaKeys, type SchemaKind, type SchemaKmPerYear, type SchemaKmPerYear_2, type SchemaKw, type SchemaLabelValueCount, type SchemaLabeledItems, type SchemaLaneCenteringAssist, type SchemaLaneDepartureWarning, type SchemaLaneKeepingAssistance, type SchemaLanguage, type SchemaLanguageCodes, type SchemaLarLegalPayload, type SchemaLastAnswer, type SchemaLateralCrashProtection, type SchemaLateralCrashProtectionDriver, type SchemaLateralCrashProtectionPassenger, type SchemaLateralCrashProtectionRear, type SchemaLeadCampaignQueryModel, type SchemaLeadDocumentQueryModel, type SchemaLeadDocumentType, type SchemaLeadProviderQueryModel, type SchemaLeadProviderResponse, type SchemaLeadProvidersResponse, type SchemaLeadReferenceQueryModel, type SchemaLeadRetrieveReply, type SchemaLeadStatus, type SchemaLeadTransferPayload, type SchemaLeaseOfferDocumentQueryModel, type SchemaLeaseOfferDocumentType, type SchemaLeaseOfferType, type SchemaLeaseType, type SchemaLeaseType_2, type SchemaLegalAid, type SchemaLegalForm, type SchemaLegalForm_2, type SchemaLegalPayloads, type SchemaLegalReferenceQueryModel, type SchemaLegalRiskObjectIdWithRevisionId, type SchemaLength, type SchemaLengthUnit, type SchemaLez, type SchemaLezCity, type SchemaLezPass, type SchemaLezYears, type SchemaLiabilityInfo, type SchemaLiabilityType, type SchemaLiabilityType_2, type SchemaLicense, type SchemaLicensePlateType, type SchemaLicensePlateType_2, type SchemaLink, type SchemaLinkPartyToUserCmd, type SchemaLinkPartyToUserCmdItem, type SchemaLinkPartyToUserParams, type SchemaLinkedCompany, type SchemaLinkedCompanyQueryModel, type SchemaLivingRoomSize, type SchemaLocalisationPatchCmd, type SchemaLocalization, type SchemaLocalized, type SchemaLowerCaseCountryCodes, type SchemaLowerCaseLanguageCodes, type SchemaMachineAcquisitionType, type SchemaMachineDelivery, type SchemaMailEvent, type SchemaMainBuilding, type SchemaMainBuildingType, type SchemaManagement, type SchemaManagementFuturePlans, type SchemaManagementQueryModel, type SchemaMarkSessionAsCompletedModel, type SchemaMarkSessionAsCompletedResponse, type SchemaMaxLoadWeight, type SchemaMaxRoofLoad, type SchemaMaxSpeed, type SchemaMaxVolumeTrunk, type SchemaMaxWeight, type SchemaMembership, type SchemaMercuryModelsAnvaListItem, type SchemaMercuryModelsFasterforwardListItem, 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 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 SchemaOpenClaimsCheckupItem, type SchemaOptimcoCar, type SchemaOptimcoCarPayload, type SchemaOptimcoDriver, type SchemaOptimcoFamilyPayload, type SchemaOptions, type SchemaOrderInsurancePolicyForAdvisoryReportRevisionParams, type SchemaOrigin, type SchemaOtherSafetySystems, type SchemaOutlook, type SchemaOutlookConnectionDetails, type SchemaOutlookEmail, type SchemaOutlookEmailItem, type SchemaOutlookEmails, type SchemaOutlookMailHeader, type SchemaOutlookMailRecepient, type SchemaOverdueInvoicesCheckupItem, type SchemaOverrideInsuranceProductRecommendationParams, type SchemaOverridePreventionAdviceRecommendationParams, type SchemaPackagesToProposeCheckupItem, type SchemaPaginatedInsuranceCompanyResponse, type SchemaPaginatedLeadReply, type SchemaPaginatedOffersResponse, type SchemaPaginatedOffersV2Response, type SchemaPagination, type SchemaParcelData, type SchemaPartiesQueryModel, type SchemaPartiesQueryModelItem, type 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 SchemaSection, type SchemaSecurityMeasure, type SchemaSelectedRecommendationsFeedback, type SchemaSemiTrailerRiskObjectIdWithRevisionId, type SchemaSemiTrailerType, type SchemaSendAdvisoryReportRevisionMailParams, type SchemaSendMailForSimulationParams, type SchemaSendOfferMailCmd, type SchemaSendOfferMailResponse, type SchemaSentimentType, type SchemaSeries, type SchemaSeriesSortContext, type SchemaServerError, type SchemaServerErrorMsgEnum, type SchemaSessionCompletedRemarks, type SchemaSessionReport, type SchemaShareholder, type SchemaShareholderQueryModel, type SchemaSignatureBox, type SchemaSiloCapacity, type SchemaSingleAffiliationQueryModel, type SchemaSingleAuditDetailQueryModel, type SchemaSingleAuditQueryModel, type SchemaSingleUserQueryModel, type SchemaSingularityJobQueuedResponse, type SchemaSingularityJobResultBase, type SchemaSingularityModelsDocumentExtractorCmdLink, type SchemaSingularityModelsPartyCheckupLink, type SchemaSmtCompany, type SchemaSocialLinks, type SchemaSort, type SchemaSourceInfo, type SchemaSpeedAssistance, type SchemaSplitCost, type SchemaSportHobbies, type SchemaSportHobbies_2, type SchemaStateOfChildren, type SchemaStateOfChildren_2, type SchemaStatus, type SchemaStatusReply, type SchemaStatusResponse, type SchemaSteeringPosition, type SchemaSteeringPosition_2, type SchemaStorageSecurity, type SchemaStorageSecurity_2, type SchemaStreet, type SchemaStringCalculationSpec, type SchemaSubcity, type SchemaSubjectToVat, type SchemaSubjectToVat_2, type SchemaSupplierType, type SchemaSupplierType_2, type SchemaSupportedFileTypesResponse, type SchemaSupportedProFlowCountryCodes, type SchemaSurveillanceEquipmentType, type SchemaSwimmingPoolType, type SchemaSwitchCandidatesCheckupItem, type SchemaSymbol, type SchemaTableColumn, type SchemaTableRules, type SchemaTag, type SchemaTagContentItem, type SchemaTankLocationType, type SchemaTax, type SchemaTaxBaseBe, type SchemaTaxField, type SchemaTaxPaymentDetails, type SchemaTaxPaymentTime, type SchemaTeacherRiskObjectIdWithRevisionId, type SchemaTeams, type SchemaTechnicalEquipmentType, type SchemaTechniekNederlandTypeOfCompany, type SchemaTechniekNederlandTypeOfCompanySpecification, type SchemaTechniekNederlandTypeOfCompanySpecification_2, type SchemaTechniekNederlandTypeOfCompany_2, type SchemaTelephoneNr, type SchemaTheftFormulas, type SchemaTheftFormulas_2, type SchemaTheme, type SchemaThemes, type SchemaThirdPartyActivity, type SchemaThirdPartyConstructionWorkInsuranceType, type SchemaThirdPartyConstructionWorkInsuranceType_2, type SchemaTitleAndMessageResponse, type SchemaTokenReply, type SchemaToolkitAccountCreateCmd, type SchemaToolkitBrokerCreateCmd, type SchemaToolkitBrokerCreationResponse, type SchemaToolkitLicenseType, type SchemaTrailerRiskObjectIdWithRevisionId, type SchemaTrailerTonnageCategory, type SchemaTrailerType, type SchemaTrailerType_2, type SchemaTransferCandidatesCheckupItem, type SchemaTransferLeadByIdParams, type SchemaTransferPartyByIdParams, type SchemaTransmissionType, type SchemaTransmissionType_2, type SchemaTransportInfo, type SchemaTravelMethods, type SchemaTravelMethods_2, type SchemaTravelsAYear, type SchemaTravelsAYear_2, type SchemaTriageEmailParams, type SchemaTriageResponse, type SchemaTrialOnboarding, type SchemaTrinityHandlersNatsOnboardingModelsUserIdResponse, type SchemaTrinityModelsUserAccountCreateCmdBroker, type SchemaTrinityModelsUserAccountCreateCmdDistribution, type SchemaTrinityModelsUserAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserToolkitAccountCreateCmdBroker, type SchemaTrinityModelsUserToolkitAccountCreateCmdDistribution, type SchemaTrinityModelsUserToolkitAccountCreateCmdUserOVerwrite, type SchemaTrinityModelsUserTrialOnboardingDistribution, type SchemaTrinityModelsUserTrialOnboardingUserOVerwrite, type SchemaTruckDestination, type SchemaTruckDestination_2, type SchemaTurnover, type SchemaTwoFactorCreateCmd, type SchemaTwoFactorDisableCmd, type SchemaTwoFactorResponse, type SchemaTwoWheelerCategories, type SchemaTwoWheelerReferenceQueryModel, type SchemaTwoWheelerRiskObjectIdWithRevisionId, type SchemaTwoWheelerVehicleType, type SchemaTypeOfWork, type SchemaTypeOfWork_2, type SchemaTypedKeys, type SchemaUnitOfLength, type SchemaUnitOfLength_2, type SchemaUpdateAdvicesByInsuranceProductInDistributionParams, type SchemaUpdateAdvisoryReportAcceptanceByIdParams, type SchemaUpdateAdvisoryReportMetadataByIdParams, type 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 SchemaUpdateFamilyRiskObjectByIdV2Params, type SchemaUpdateInsuranceProductClauseParams, type SchemaUpdateInsuranceProductInDistributionParams, type SchemaUpdateIntegrationsByBrokerIdParams, type SchemaUpdateLegalRiskObjectByIdV2Params, type SchemaUpdateMeUserByIdParams, type SchemaUpdateMiscellaneousRiskObjectByIdV2Params, type SchemaUpdateOfferRevisionParams, type SchemaUpdateOffersInBulkParams, type SchemaUpdatePartyActivityParams, type SchemaUpdatePartyAssigneesParams, type SchemaUpdatePartyByIdParams, type SchemaUpdatePartyGroupRiskObjectByIdV2Params, type SchemaUpdatePartyNoteByIdParams, type SchemaUpdatePasswordCmd, type SchemaUpdatePasswordForUserByUserIdParams, type SchemaUpdatePreventionAdviceInDistributionParams, type SchemaUpdateRelationByIdParams, type SchemaUpdateResidenceRiskObjectByIdV2Params, type SchemaUpdateRiskDomainActionFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainAdviceFromAdvisoryReportRevisionParams, type SchemaUpdateRiskDomainInDistributionParams, type SchemaUpdateRiskObjectRelationByIdParams, type SchemaUpdateSemiTrailerRiskObjectByIdV2Params, type SchemaUpdateSessionCmd, type SchemaUpdateSettingsByDistributionIdParams, type SchemaUpdateTrailerRiskObjectByIdV2Params, type SchemaUpdateTwoWheelerRiskObjectByIdV2Params, type SchemaUpdateUspByIdParams, type SchemaUpdatedRiskObjectRevisionReply, type SchemaUploadDocumentPatchCmd, type SchemaUploadSignedUrlResponse, type SchemaUpsertActionFromAdviceInAdvisoryReportRevisionParams, type SchemaUpsertFaqItemParams, type SchemaUpsertInsurancePolicyForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicyPackageForAdvisoryReportRevisionParams, type SchemaUpsertInsurancePolicySimulationForPartyParams, type SchemaUpsertPolicyPackageByPartyParams, type SchemaUserMeUpdateCmd, type SchemaUserRole, type SchemaValidator, type SchemaValuableItem, type SchemaValueUnitInt, type SchemaValueUnitStr, type SchemaVatType, type SchemaVatType_2, type SchemaVehicleRegistrationDateType, type SchemaVehicleRegistrationPlateValidation, type SchemaVehicleSearch, type SchemaVerifyIfADistributionExistsByCompanyRegistrationParams, type SchemaVerifyIfADistributionExistsByNameParams, type SchemaVerifyIfAUserExistsByEmailParams, type SchemaVersion, type SchemaVersionSortContext, type SchemaVillasureHomePayload, type SchemaVinInfo, type SchemaVinPremiumResponse, type SchemaViviumCar, type SchemaViviumCarPayload, type SchemaViviumDriver, type SchemaViviumFamilyPayload, type SchemaViviumHome, type SchemaViviumHomePayload, type SchemaVoltage, type SchemaWageBill, type SchemaWarningMsg, type SchemaWarranyOptions, type SchemaWarranyOptions_2, type SchemaWeightEmpty, type SchemaWgBeApiAddressModelsAddressAddress, type SchemaWgBeApiAddressModelsAddressInformationV2Company, type SchemaWgBeApiAddressModelsAddressInformationV2Link, type SchemaWgBeApiAddressModelsPersonsDirectorsCompany, type SchemaWgBeApiAddressModelsVatCompanyActivity, type SchemaWgBeApiAddressModelsVatCompanyAssetInfo, type SchemaWgBeApiAddressModelsVatCompanyContactPerson, type SchemaWgBeApiAddressModelsVatCompanyFleetInfo, type SchemaWgBeApiAddressModelsVatCompanyLink, type SchemaWgBeApiAddressModelsVatCompanyPersonnelDetails, type SchemaWgBeApiAddressModelsVatCompanyThirdPartyActivity, type SchemaWgBeApiAddressModelsVatCompanyTurnover, type SchemaWgBeApiAddressModelsVatCompanyWorkforce, type SchemaWgBeApiQuotesModelsBaseLocalization, type SchemaWgBeApiQuotesModelsBaseLocalization_2, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsCar, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsFamily, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsLegal, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsPartyGroup, type SchemaWgBeApiQuotesModelsProductsRiskObjectErrorsResidence, type SchemaWgPyModelsComplexAddress, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoMachineDelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoPeriodicCash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetInfoSiloCapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoMachinedelivery, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoPeriodiccash, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyAssetinfoSilocapacity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyBookkeeper_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionWorksConstructionWorkDuration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworks, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyConstructionworksConstructionworkduration, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactPerson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyContactperson, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCustomerinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyCyber_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExhibitionactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyExportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFinancialinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyFleetInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyImportactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalAid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLegalaid, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyLiabilityinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyManagementFunction, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyOutlook_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonnelDetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyPersonneldetails, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdPartyActivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyThirdpartyactivity, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportInfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTransportinfo, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyTurnover_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWageBill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforceWagebill, type SchemaWgPyModelsDomainInsuranceComponentsProspectCompanyWorkforce_2, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsProspectPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsAnnexAnnex, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverAssistanceSystemDriveAssistanceSystem, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverCarInsured, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriver, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsInsuranceHistoryInsuranceHistory, type SchemaWgPyModelsDomainInsuranceComponentsRiskObjectsPersonPerson, type SchemaWgPyModelsDomainInsuranceInsurancesAedesAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAedesProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzEnumsCarUsedFor, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesAllianzResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesAragLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesArcesLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesAxaAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesAxaCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesAxaEnumsHolderState, type SchemaWgPyModelsDomainInsuranceInsurancesAxaFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesAxaProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesBaloiseProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesDasLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralParty, type SchemaWgPyModelsDomainInsuranceInsurancesDelaFuneralPartyGroup, type SchemaWgPyModelsDomainInsuranceInsurancesEuromexLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesLarLegalLegal, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesOptimcoProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesPnpFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesPnpProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesPnpResidenceRooms, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesSafetystickProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumAddressAddress, type SchemaWgPyModelsDomainInsuranceInsurancesViviumCarSecuritySystems, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsCarUsage, type SchemaWgPyModelsDomainInsuranceInsurancesViviumEnumsClaimFreeYears, type SchemaWgPyModelsDomainInsuranceInsurancesViviumFamilyFamily, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCompany, type SchemaWgPyModelsDomainInsuranceInsurancesViviumProspectCustomer, type SchemaWgPyModelsDomainInsuranceInsurancesViviumResidenceRooms, type SchemaWgPyModelsDomainInsuranceProspectCompany, type SchemaWgPyModelsDomainInsuranceProspectCompany_2, type SchemaWgPyModelsDomainInsuranceProspectCustomer, type SchemaWgPyModelsDomainInsuranceProspectCustomer_2, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferences, type SchemaWgPyModelsDomainInsuranceProspectPartyPreferencesFuneralPreference, type SchemaWgPyModelsDomainInsuranceProspectPartypreferences, type SchemaWgPyModelsDomainInsuranceProspectPartypreferencesFuneralpreference, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesCustomerPartyPreferencesQueryModelFuneralPreferenceQueryModel, type SchemaWgPyModelsDomainInsuranceReadPartiesPartyExternalRefsQueryModel, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBicycleBicycle, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsBoatBoat, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsCarCar, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsMiscMiscellaneous, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsRiskObjects, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerSemiTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTrailerTrailer, type SchemaWgPyModelsDomainInsuranceReadRiskObjectsTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainInsuranceRiskObjectsAmountOfRiskObjects, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyFamily, type SchemaWgPyModelsDomainInsuranceRiskObjectsFamilyPerson, type SchemaWgPyModelsDomainInsuranceRiskObjectsLegalLegal, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupParty, type SchemaWgPyModelsDomainInsuranceRiskObjectsPartyGroupPartyGroup, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceAnnexAnnex, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingFacade, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceMainBuildingMainBuilding, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidencePreferencesResidencePreferences, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceResidence, type SchemaWgPyModelsDomainInsuranceRiskObjectsResidenceRoomsRooms, type SchemaWgPyModelsDomainInsuranceRiskObjectsTeacherTeacher, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccident, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentAccidentStatement, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleAccidentClaim_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarInsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverCarinsured, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverBrandClubMembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleExperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverVehicleUsage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriver_2, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverbrandclubmembership, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDriverexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicle, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleexperience, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleDriverDrivervehicleusage, type SchemaWgPyModelsDomainInsuranceRiskObjectsVehicleTwoWheelerTwoWheeler, type SchemaWgPyModelsDomainWegroupComplexAddress, type SchemaWgPyModelsDomainWegroupComplexAddress_2, type SchemaWgPyModelsDomainWegroupComplexCompanyRegistration, type SchemaWgPyModelsDomainWegroupComplexCompanyregistration, type SchemaWgPyModelsDomainWegroupComplexLocalization, type SchemaWgPyModelsDomainWegroupEnumsCarUsedFor, type SchemaWgPyModelsDomainWegroupEnumsClaimFreeYears, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType, type SchemaWgPyModelsDomainWegroupEnumsCompanyProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsCurrency, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType, type SchemaWgPyModelsDomainWegroupEnumsCustomerProspectType_2, type SchemaWgPyModelsDomainWegroupEnumsGender, type SchemaWgPyModelsDomainWegroupEnumsHolderState, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes, type SchemaWgPyModelsDomainWegroupEnumsLanguageCodes_2, type SchemaWgPyModelsDomainWegroupEnumsMiscellaneousType, type SchemaWgPyModelsDomainWegroupEnumsOfferRevisionDocumentType, type SchemaWgPyModelsDomainWegroupEnumsProfession, type SchemaWgPyModelsDomainWegroupEnumsProspectType, type SchemaWgPyModelsDomainWegroupEnumsProspectType_2, type SchemaWgPyModelsDomainWegroupRestResponsesStatusResponse, type SchemaWgPyModelsEnumsCoveragePeriod, type SchemaWgPyModelsEnumsCoverageperiod, type SchemaWgPyModelsNatsCompany, type SchemaWgPyModelsSmtReadInsuranceInsuranceProductQueryModelRiskDomain, type SchemaWgPyModelsSmtReadProspectExternalRefsQueryModel, type SchemaWgPyModelsSmtReadProspectManagementQueryModel, type SchemaWgPyModelsSmtReadProspectPartyDocumentQueryModel, type SchemaWgPyModelsSmtReadProspectPartyLogoQueryModel, type SchemaWgPyModelsUserCompany, type SchemaWgsdkQuotesCarEvaluationType, type SchemaWgsdkQuotesCountryCodes, type SchemaWgsdkSmtAccident, type SchemaWgsdkSmtAccidentStatement, type SchemaWgsdkSmtCarEvaluationType, type SchemaWgsdkSmtCountryCodes, type SchemaWgsdkSmtCoveragePeriod, type SchemaWgsdkSmtGender, type SchemaWgsdkSmtInsuranceHistory, type SchemaWgsdkSmtProfession, type SchemaWheelBase, type SchemaWheelBaseArray, type SchemaWheelRimSizeArray, type SchemaWheelRimsSize, type SchemaWheelSize, type SchemaWheelSizeArray, type SchemaWidth, type SchemaWindow, type SchemaWorkforce, type SchemaWorkforcePossibleDanger, type SchemaWorkingMethod, type SchemaYellowHiveCoverage, type SchemaYellowHiveInsurance, type SchemaYellowHiveInsurancePolicy, type SchemaYellowHiveProduct, type SchemaYellowHiveProductQuestionnaire, type SchemaYellowHiveProductQuestionnaireQueryModel, type SchemaYellowHiveProductQuestionnairesQueryModel, type SchemaYellowHiveProductQuestionnairesUpdateCmd, type SchemaYellowHiveProductQuestionnairesValidateCmd, type SchemaYellowHiveProductToInsurancePolicyLink, type SchemaYellowHiveProductsInConversationCmd, type SchemaYellowHiveQuote, type SchemaYellowHiveQuoteCalculationJob, type SchemaYellowHiveQuoteCalculationJobsQueuedResponse, type SeachStreetsByCityAndCountryQueryParams, type SeachStreetsByCityAndCountryResponse, type SearchAddressesByCountryQueryParams, type SearchAddressesByCountryResponse, type SearchCitiesByCountryQueryParams, type SearchCitiesByCountryResponse, type SearchDirectorsByFirstAndLastNameQueryParams, type SearchDirectorsByFirstAndLastNameResponse, type SearchEnterprisesByCountryQueryParams, type SearchEnterprisesByCountryResponse, type SearchVehiclesBody, type SearchVehiclesQueryParams, type SearchVehiclesResponse, type SendAdvisoryReportAsMailBody, type SendAdvisoryReportAsMailPathParams, type SendAdvisoryReportAsMailQueryParams, type SendAdvisoryReportAsMailResponse, type SendAnvaInquiryAsCustomerBody, type SendAnvaInquiryAsCustomerResponse, type SendClaimToKeypointPathParams, type SendClaimToKeypointQueryParams, type SendClaimToKeypointResponse, type SendExampleCampaignTargetMailQueryParams, type SendExampleCampaignTargetMailResponse, type SendMailClaimReportByIdPathParams, type SendMailClaimReportByIdQueryParams, type SendMailClaimReportByIdResponse, type SendMailFollowupPageToCustomerPathParams, type SendMailFollowupPageToCustomerQueryParams, type SendMailFollowupPageToCustomerResponse, type SendMailForSimulationToPartyBody, type SendMailForSimulationToPartyPathParams, type SendMailForSimulationToPartyQueryParams, type SendMailForSimulationToPartyResponse, type SendOfferMailBySessionIdBody, type SendOfferMailBySessionIdPathParams, type SendOfferMailBySessionIdQueryParams, type SendOfferMailBySessionIdResponse, type SendOfferToAnvaBySessionIdPathParams, type SendOfferToAnvaBySessionIdQueryParams, type SendOfferToAnvaBySessionIdResponse, type SendPasswordResetToCustomerPathParams, type SendPasswordResetToCustomerResponse, type SendQuoteAsMailBody, type SendQuoteAsMailPathParams, type SendQuoteAsMailQueryParams, type SendQuoteAsMailResponse, type SetAskLaterQuestionsBody, type SetAskLaterQuestionsResponse, type TransferLeadToOtherDistributionBody, type TransferLeadToOtherDistributionPathParams, type TransferLeadToOtherDistributionQueryParams, type TransferLeadToOtherDistributionResponse, type TransferPartyToOtherDistributionBody, type TransferPartyToOtherDistributionPathParams, type TransferPartyToOtherDistributionQueryParams, type TransferPartyToOtherDistributionResponse, type TriageEmailBody, type TriageEmailResponse, type UnblockCustomerFromAccessingPartyPathParams, type UnblockCustomerFromAccessingPartyResponse, type UnlockClaimPathParams, type UnlockClaimQueryParams, type UnlockClaimResponse, type UpdateAdvisoryReportBody, type UpdateAdvisoryReportPathParams, type UpdateAdvisoryReportQueryParams, type UpdateAdvisoryReportResponse, type UpdateAnvaPartyViaConversationBody, type UpdateAnvaPartyViaConversationPathParams, type UpdateAnvaPartyViaConversationQueryParams, type UpdateAnvaPartyViaConversationResponse, type UpdateAnvaflowsQuestionnaireBody, type UpdateAnvaflowsQuestionnairePathParams, type UpdateAnvaflowsQuestionnaireQueryParams, type UpdateAnvaflowsQuestionnaireResponse, type UpdateBicycleRiskObjectBody, type UpdateBicycleRiskObjectPathParams, type UpdateBicycleRiskObjectQueryParams, type UpdateBicycleRiskObjectResponse, type UpdateBoatRiskObjectBody, type UpdateBoatRiskObjectPathParams, type UpdateBoatRiskObjectQueryParams, type UpdateBoatRiskObjectResponse, type UpdateBrokerByBrokerBody, type UpdateBrokerByBrokerPathParams, type UpdateBrokerByBrokerResponse, type UpdateBrokerConnectionByKeyBody, type UpdateBrokerConnectionByKeyPathParams, type UpdateBrokerConnectionByKeyResponse, type UpdateBrokerIntegrationsBody, type UpdateBrokerIntegrationsPathParams, type UpdateBrokerIntegrationsResponse, type UpdateCampaignBody, type UpdateCampaignPathParams, type UpdateCampaignQueryParams, type UpdateCampaignResponse, type UpdateCarRiskObjectBody, type UpdateCarRiskObjectPathParams, type UpdateCarRiskObjectQueryParams, type UpdateCarRiskObjectResponse, type UpdateClaimAsBrokerByIdPathParams, type UpdateClaimAsBrokerByIdQueryParams, type UpdateClaimAsBrokerByIdResponse, type UpdateClaimAsCustomerWithTokenPathParams, type UpdateClaimAsCustomerWithTokenQueryParams, type UpdateClaimAsCustomerWithTokenResponse, type UpdateCommentOnActivityPathParams, type UpdateCommentOnActivityQueryParams, type UpdateCommentOnActivityResponse, type UpdateConversationByIdBody, type UpdateConversationByIdPathParams, type UpdateConversationByIdResponse, type UpdateDeclarationRemarkPathParams, type UpdateDeclarationRemarkQueryParams, type UpdateDeclarationRemarkResponse, type UpdateDiasQuestionnaireBody, type UpdateDiasQuestionnairePathParams, type UpdateDiasQuestionnaireQueryParams, type UpdateDiasQuestionnaireResponse, type UpdateDistributionConnectionByKeyBody, type UpdateDistributionConnectionByKeyPathParams, type UpdateDistributionConnectionByKeyResponse, type UpdateDistributionIntegrationsPathParams, type UpdateDistributionIntegrationsResponse, type UpdateDistributionSettingsBody, type UpdateDistributionSettingsResponse, type UpdateDocumentForPartyBody, type UpdateDocumentForPartyPathParams, type UpdateDocumentForPartyResponse, type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams, type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse, type UpdateDocumentMetadataByIdPathParams, type UpdateDocumentMetadataByIdQueryParams, type UpdateDocumentMetadataByIdResponse, type UpdateEntityAsBrokerByIdPathParams, type UpdateEntityAsBrokerByIdQueryParams, type UpdateEntityAsBrokerByIdResponse, type UpdateEntityAsCustomerWithTokenPathParams, type UpdateEntityAsCustomerWithTokenQueryParams, type UpdateEntityAsCustomerWithTokenResponse, type UpdateFamilyRiskObjectBody, type UpdateFamilyRiskObjectPathParams, type UpdateFamilyRiskObjectQueryParams, type UpdateFamilyRiskObjectResponse, type UpdateFleetRiskObjectBody, type UpdateFleetRiskObjectPathParams, type UpdateFleetRiskObjectQueryParams, type UpdateFleetRiskObjectResponse, type UpdateInsuranceProductByDistributionBody, type UpdateInsuranceProductByDistributionPathParams, type UpdateInsuranceProductByDistributionResponse, type UpdateInsuranceProductClauseForDistributionBody, type UpdateInsuranceProductClauseForDistributionPathParams, type UpdateInsuranceProductClauseForDistributionQueryParams, type UpdateInsuranceProductClauseForDistributionResponse, type UpdateLegalRiskObjectBody, type UpdateLegalRiskObjectPathParams, type UpdateLegalRiskObjectQueryParams, type UpdateLegalRiskObjectResponse, type UpdateMiscellaneousRiskObjectBody, type UpdateMiscellaneousRiskObjectPathParams, type UpdateMiscellaneousRiskObjectQueryParams, type UpdateMiscellaneousRiskObjectResponse, type UpdateNotePathParams, type UpdateNoteQueryParams, type UpdateNoteResponse, type UpdateOfferByIdBody, type UpdateOfferByIdPathParams, type UpdateOfferByIdResponse, type UpdateOffersInBulkBody, type UpdateOffersInBulkResponse, type UpdatePartyActivitiesAsCustomerBody, type UpdatePartyActivitiesAsCustomerPathParams, type UpdatePartyActivitiesAsCustomerResponse, type UpdatePartyAssigneesBody, type UpdatePartyAssigneesPathParams, type UpdatePartyAssigneesQueryParams, type UpdatePartyAssigneesResponse, type UpdatePartyByIdBody, type UpdatePartyByIdPathParams, type UpdatePartyByIdResponse, type UpdatePartyGroupRiskObjectBody, type UpdatePartyGroupRiskObjectPathParams, type UpdatePartyGroupRiskObjectQueryParams, type UpdatePartyGroupRiskObjectResponse, type UpdatePartyNoteByIdBody, type UpdatePartyNoteByIdPathParams, type UpdatePartyNoteByIdResponse, type UpdatePartyRelationsBody, type UpdatePartyRelationsPathParams, type UpdatePartyRelationsResponse, type UpdatePreventionByDistributionBody, type UpdatePreventionByDistributionPathParams, type UpdatePreventionByDistributionResponse, type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody, type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams, type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse, type UpdateRelationBetweenRiskObjectAndPartyBody, type UpdateRelationBetweenRiskObjectAndPartyPathParams, type UpdateRelationBetweenRiskObjectAndPartyQueryParams, type UpdateRelationBetweenRiskObjectAndPartyResponse, type UpdateResidenceRiskObjectBody, type UpdateResidenceRiskObjectPathParams, type UpdateResidenceRiskObjectQueryParams, type UpdateResidenceRiskObjectResponse, type UpdateRiskDomainActionForAdvisoryReportByIdBody, type UpdateRiskDomainActionForAdvisoryReportByIdPathParams, type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams, type UpdateRiskDomainActionForAdvisoryReportByIdResponse, type UpdateRiskDomainAdviceForAdvisoryReportByIdBody, type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams, type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse, type UpdateRiskDomainByDistributionBody, type UpdateRiskDomainByDistributionPathParams, type UpdateRiskDomainByDistributionResponse, type UpdateSemiTrailerRiskObjectBody, type UpdateSemiTrailerRiskObjectPathParams, type UpdateSemiTrailerRiskObjectQueryParams, type UpdateSemiTrailerRiskObjectResponse, type UpdateTargetsByCampaignPathParams, type UpdateTargetsByCampaignQueryParams, type UpdateTargetsByCampaignResponse, type UpdateTrailerRiskObjectBody, type UpdateTrailerRiskObjectPathParams, type UpdateTrailerRiskObjectQueryParams, type UpdateTrailerRiskObjectResponse, type UpdateTwoWheelerRiskObjectBody, type UpdateTwoWheelerRiskObjectPathParams, type UpdateTwoWheelerRiskObjectQueryParams, type UpdateTwoWheelerRiskObjectResponse, type UpdateUspByDistributionAndIdBody, type UpdateUspByDistributionAndIdPathParams, type UpdateUspByDistributionAndIdQueryParams, type UpdateUspByDistributionAndIdResponse, type UpdateYellowhiveQuestionnaireBody, type UpdateYellowhiveQuestionnairePathParams, type UpdateYellowhiveQuestionnaireQueryParams, type UpdateYellowhiveQuestionnaireResponse, type UpdateYourOwnUserBody, type UpdateYourOwnUserResponse, type UpdateYourPasswordBody, type UpdateYourPasswordResponse, type UploadClaimDocumentAsBrokerPathParams, type UploadClaimDocumentAsBrokerQueryParams, type UploadClaimDocumentAsBrokerResponse, type 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, createBicycleRiskObject, createBoatRiskObject, createBrokerConnectionsById, createCampaign, createCarRiskObject, createClaimAsBroker, createClaimAsCustomer, createCompanyLead, createConversation, createConversationReminder, createCustomerLead, createDiasPartyViaConversation, createDistributionConnectionById, createDistributionTag, createDocumentForClaim, createDocumentForClaimAsCustomer, createDocumentForParty, createEntityAsBroker, createEntityAsCustomerWithToken, createFamilyRiskObject, createInsurancePoliciesForParty, createInsuranceProductClauseForDistribution, createLegalParty, createLegalRiskObject, createLockForClaim, createMiscellaneousRiskObject, createNaturalParty, createNoteOnEvent, createNoteOnEventAsCustomer, createOfferRevision, createOrReplaceInsurancePolicyForAdvisoryReportById, createOrReplacePolicyPackagesForAdvisoryReportById, createPartyActivitiesAsCustomer, createPartyByEnrichingWithEnrichingWithCompanyRegistration, createPartyGroupRiskObject, createPartyNote, createPartyOffers, createPartyRelations, createProfileaseCarLeaseOffer, createProflowSessionByBatchId, createRecommendationByPartyId, createRecommendationBySessionId, createReferenceForParty, createReferencesForRiskObject, createRelationBetweenRiskObjectAndParty, createRiskDomainActionForAdvisoryReportById, createRiskDomainActionFromAdviceForAdvisoryReportById, createRiskDomainAdviceForAdvisoryReportById, createRiskDomainForAdvisoryReportById, createSemiTrailerRiskObject, createToolkitAccount, createToolkitBroker, createTrailerRiskObject, createTrialBroker, createUploadLinkAsCustomer, createUspItemForDistribution, createYellowhiveContactPerson, 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, deprecatedGetAnvaParties, deprecatedImportAnvaPartyInWegroup, deprecatedValidateAnvaConnection, disable2FaByUser, disable2FaForCustomer, downloadDocumentById, editInsuranceProductAdviceByDistribution, editInsuranceProductDescriptionsByDistribution, enable2Fa, enqueueCalculationAnvaquotesBySessionId, enqueueSendCustomQuotesToAnvaBySessionId, enqueueSendOfferToAnvaBySessionId, enrichPartyByIdWithExternalCompanyData, exportAdvisoryReportById, exportPartyById, exportQuoteById, extractInsurancePoliciesForOneDocument, extractInsurancePoliciesForOneDocumentEnqueue, extractManyDocumentInBatch, extractOffersForOneDocument, extractOffersForOneDocumentEnqueue, extractOneDocument, extractOneDocumentEnqueue, extractPartyForOneDocumentEnqueue, extractWebsiteTheme, generateCompanyDescription, generateDistributionAboutUsCompletion, generateDnsPrefix, generateDocxDocumentOfAdvisoryReportById, generateFlowQuestionnaire, generateFlowQuestionnaireDocument, generateOfferRequestForInsuranceCompanyDocx, generateOfferRequestForInsuranceCompanyPdf, generatePdfOfAdvisoryReportById, generatePersonalizationAdviceForAdvisoryReport, generatePossibleProductsBySessionV2, generateQuestionsToPrefillByCar, generateStandaloneFrontPagePdfOfAdvisoryReportAsExample, generateTokenForSocialLoginFlowAsBroker, get2FaByUser, getActivityByParty, getAddressInfo, getAddressInfoFreemium, getAdvicesPerInsuranceProduct, getAdvisoryReportById, getAdvisoryReportExportOptions, getAdvisoryReportRevisionDiff, getAllActivityTypes, getAllAdvisoryReports, getAllAvailableAffiliations, getAllAvailablePlans, getAllAvailableThemesInWegroup, getAllBrokersLinkedToCurrentUser, getAllCampaignTemplates, getAllCampaignsByDistribution, getAllCarClaimCategories, getAllClaimsAsBroker, getAllConversations, getAllCustomersByDistribution, getAllEnums, getAllLeadsByDistribution, getAllLeaseOffersByDistribution, getAllPartiesByDistribution, getAllPartiesByDistributionV2, getAllRiskObjectsByPartyId, getAllRiskObjectsByPartyIdV2, getAllSessionsBySessionId, getAllVehicleBrands, getAllVehicleSeriesByBrandKey, getAllVehicleVersionsBySeriesId, getAnvaAgents, getAnvaClosingQuestions, getAnvaCollectionMethods, getAnvaEmployees, getAnvaLabels, getAnvaMutationReasons, getAnvaParties, getAnvaProducts, getAnvaproductById, getAnvaproducts, getArtifactFromEventById, getAssuEmployees, getAvailableFlowsForDistributionInfo, getBrokerByAnvaProducerId, getBrokerByAnvaRelationMangerId, getBrokerConnectionsById, getBrokerIntegrations, getCampaignById, getCampaignSettingsByDistribution, getCampaignTargetMailTemplate, getCarLeaseRates, getChatBySessionId, getChatSummaryV2BySessionId, getCheckupByPartyId, getClaimAsBrokerById, getClaimAsCustomerWithToken, getClaimByIdAsCustomer, getClaimEventsAsBrokerById, getClaimEventsAsCustomer, getClaimsAsCustomer, getClaimsAsParty, getClaimsAsPartyById, getComplianceByRiskObjectId, getConversationById, getConversationNotes, getConversationReportPdfById, getConversationsOriginFilter, getCurrentAccountInsightsAsCustomer, getCurrentAccountInsightsAsParty, getCurrentBrokerOfTheUser, getCustomersByParty, getDiasAfdbranches, getDiasCollectionMethods, getDiasEmployees, getDiasParties, getDiasProducts, getDiasflowInsurances, getDiasflowProductById, getDiasflowProducts, getDistributionActivity, getDistributionAffiliations, getDistributionById, getDistributionConnectionsById, getDistributionFaq, getDistributionHasPendingUpgrade, getDistributionSettings, getDistributionTags, getDocumentExtractionBatchById, getDocumentMetadata, getDocumentsAsCustomer, getDocumentsForParty, getEmailByMessageId, getEncryptionKeys, getEnterpriseByCompanyRegistrationNumberAndCountry, getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse, getEnumByAnvaLabel, getEnumByDiasLabel, getEventsByAdvisoryReportId, getExtractEnityInfo, getFasterforwardEmployees, getFasterforwardTeams, getFinconnectLinkAsCustomer, getFinconnectLinkForInsurancePolicyAsCustomer, getFlowInfoById, getFlowsInfo, getGbi, getHubspotVisitorIdentificationToken, getInfoForClaim, getInsightsIfCarIsInsured, getInsuranceCompanies, getInsurancePoliciesAsCustomer, getInsurancePoliciesForParty, getInsurancePolicyById, getInsurancePolicyByIdAsCustomer, getInsurancePolicySimulationsForParty, getInsuranceProductClausesByDistribution, getInsuranceProductsV2, getIntegrationsByDistribution, getInvoiceByIdAsCustomer, getInvoicesAsCustomer, getInvoicesAsParty, getInvoicesAsPartyById, getJobResultById, getKycByParty, getLeadById, getLeadProviderById, getLeadProvidersByAffinity, getLeaseOfferById, getLinkOfDocument, getMetricsByCampaign, getMinimalOfferById, getMinimalOfferRevisionById, getMinimalRiskObjectById, getNace, getNoveltyInsightsByDistribution, getOfferById, getOffersByDistribution, getOnboardingChecklistByBroker, 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, getTheBrokerById, getUspByDistribution, getValuesOfEnum, getVehicleByCarIdOrFebiacId, getVehicleByNumberPlateAndCarId, getVehicleByVersionId, getVehicleByVinAndCarId, getVehicleVersionFactsBySeriesId, getWeatherInfo, getYellowhiveflowProductById, getYellowhiveflowProducts, getYourOwnUser, giveFeedbackOnConversationById, giveFeedbackOnRecommendationsById, giveFeedbackToInsuranceTermsBot, handleCreateDistributionTheme, handleDeleteDistributionTheme, handleUpdateDistributionTheme, importAnvaDocumentInWegroup, importAnvaInsurancePolicyDocumentInWegroup, importAnvaInsurancePolicyPackageDocumentInWegroup, importAnvaPartyInWegroup, importAnvaproduct, importDiasPartyInWegroup, importDiasflowProduct, 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, searchCitiesByCountry, searchDirectorsByFirstAndLastName, searchEnterprisesByCountry, searchVehicles, sendAdvisoryReportAsMail, sendAnvaInquiryAsCustomer, sendClaimToKeypoint, sendExampleCampaignTargetMail, sendMailClaimReportById, sendMailFollowupPageToCustomer, sendMailForSimulationToParty, sendOfferMailBySessionId, sendOfferToAnvaBySessionId, sendPasswordResetToCustomer, sendQuoteAsMail, setAskLaterQuestions, transferLeadToOtherDistribution, transferPartyToOtherDistribution, triageEmail, unblockCustomerFromAccessingParty, unlockClaim, updateAdvisoryReport, updateAnvaPartyViaConversation, updateAnvaflowsQuestionnaire, updateBicycleRiskObject, updateBoatRiskObject, updateBrokerByBroker, updateBrokerConnectionByKey, updateBrokerIntegrations, updateCampaign, updateCarRiskObject, updateClaimAsBrokerById, updateClaimAsCustomerWithToken, updateCommentOnActivity, updateConversationById, updateDeclarationRemark, updateDiasQuestionnaire, updateDistributionConnectionByKey, updateDistributionIntegrations, updateDistributionSettings, updateDocumentForParty, updateDocumentMetadataById, updateDocumentMetadataByIdAsCustomerWithToken, updateEntityAsBrokerById, updateEntityAsCustomerWithToken, updateFamilyRiskObject, updateFleetRiskObject, updateInsuranceProductByDistribution, updateInsuranceProductClauseForDistribution, updateLegalRiskObject, updateMiscellaneousRiskObject, updateNote, updateOfferById, updateOffersInBulk, updatePartyActivitiesAsCustomer, updatePartyAssignees, updatePartyById, updatePartyGroupRiskObject, updatePartyNoteById, updatePartyRelations, updatePreventionByDistribution, updateQuestionForAllQuestionnairesByAnvaLabels, updateRelationBetweenRiskObjectAndParty, updateResidenceRiskObject, updateRiskDomainActionForAdvisoryReportById, updateRiskDomainAdviceForAdvisoryReportById, updateRiskDomainByDistribution, updateSemiTrailerRiskObject, updateTargetsByCampaign, updateTrailerRiskObject, updateTwoWheelerRiskObject, updateUspByDistributionAndId, updateYellowhiveQuestionnaire, updateYourOwnUser, updateYourPassword, uploadClaimDocumentAsBroker, 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 };