wg-api-sdk 4.31.16-alpha.1 → 4.31.18

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.
@@ -4864,6 +4864,23 @@ interface paths {
4864
4864
  patch?: never;
4865
4865
  trace?: never;
4866
4866
  };
4867
+ "/v1/api/email-analyzer/emails/{email_id}/onesurance-recommendations": {
4868
+ parameters: {
4869
+ query?: never;
4870
+ header?: never;
4871
+ path?: never;
4872
+ cookie?: never;
4873
+ };
4874
+ /** Get Onesurance Recommendations By Email Id */
4875
+ get: operations["get_onesurance_recommendations_by_email_id_v1_api_email_analyzer_emails__email_id__onesurance_recommendations_get"];
4876
+ put?: never;
4877
+ post?: never;
4878
+ delete?: never;
4879
+ options?: never;
4880
+ head?: never;
4881
+ patch?: never;
4882
+ trace?: never;
4883
+ };
4867
4884
  "/v1/api/people/search": {
4868
4885
  parameters: {
4869
4886
  query?: never;
@@ -7475,23 +7492,6 @@ interface paths {
7475
7492
  patch?: never;
7476
7493
  trace?: never;
7477
7494
  };
7478
- "/v1/api/email-analyzer/emails/{email_id}/onesurance-recommendations": {
7479
- parameters: {
7480
- query?: never;
7481
- header?: never;
7482
- path?: never;
7483
- cookie?: never;
7484
- };
7485
- /** Get Onesurance Recommendations By Email Id */
7486
- get: operations["get_onesurance_recommendations_by_email_id_v1_api_email_analyzer_emails__email_id__onesurance_recommendations_get"];
7487
- put?: never;
7488
- post?: never;
7489
- delete?: never;
7490
- options?: never;
7491
- head?: never;
7492
- patch?: never;
7493
- trace?: never;
7494
- };
7495
7495
  "/v2/api/quotes/{insurance_type}/{insurance_company}/{insurance}": {
7496
7496
  parameters: {
7497
7497
  query?: never;
@@ -9629,7 +9629,7 @@ interface components {
9629
9629
  * Timestamp
9630
9630
  * Format: date-time
9631
9631
  * @description Timestamp of when the error occured
9632
- * @default 2026-03-18T16:22:17.382374
9632
+ * @default 2026-03-19T09:17:51.262388
9633
9633
  */
9634
9634
  timestamp: string;
9635
9635
  /**
@@ -67815,8 +67815,8 @@ interface components {
67815
67815
  /** Telephonenr */
67816
67816
  telephonenr?: string;
67817
67817
  telephonenr_category?: components["schemas"]["TelephonenrCategory"];
67818
- /** Marketing Campaigns Subscription */
67819
- marketing_campaigns_subscription: boolean;
67818
+ /** Prefers Digital Correspondence */
67819
+ prefers_digital_correspondence?: boolean;
67820
67820
  /**
67821
67821
  * Type
67822
67822
  * @enum {string}
@@ -67876,8 +67876,8 @@ interface components {
67876
67876
  /** Telephonenr */
67877
67877
  telephonenr?: string;
67878
67878
  telephonenr_category?: components["schemas"]["TelephonenrCategory"];
67879
- /** Marketing Campaigns Subscription */
67880
- marketing_campaigns_subscription: boolean;
67879
+ /** Prefers Digital Correspondence */
67880
+ prefers_digital_correspondence?: boolean;
67881
67881
  /**
67882
67882
  * Type
67883
67883
  * @enum {string}
@@ -100081,6 +100081,96 @@ interface operations {
100081
100081
  };
100082
100082
  };
100083
100083
  };
100084
+ get_onesurance_recommendations_by_email_id_v1_api_email_analyzer_emails__email_id__onesurance_recommendations_get: {
100085
+ parameters: {
100086
+ query?: {
100087
+ /**
100088
+ * @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
100089
+ * @example EN
100090
+ */
100091
+ lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
100092
+ /**
100093
+ * @description Same as lang, but adds support to pass ?language as well
100094
+ * @example EN
100095
+ */
100096
+ language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
100097
+ };
100098
+ header?: {
100099
+ /** @description Which release to target running in 'STAGING' environment. */
100100
+ "x-release"?: string;
100101
+ };
100102
+ path: {
100103
+ email_id: string;
100104
+ };
100105
+ cookie?: never;
100106
+ };
100107
+ requestBody?: never;
100108
+ responses: {
100109
+ /** @description Successful Response */
100110
+ 200: {
100111
+ headers: {
100112
+ [name: string]: unknown;
100113
+ };
100114
+ content: {
100115
+ "application/json": components["schemas"]["OnesuranceRecommendations"];
100116
+ };
100117
+ };
100118
+ /** @description Bad Request */
100119
+ 400: {
100120
+ headers: {
100121
+ [name: string]: unknown;
100122
+ };
100123
+ content: {
100124
+ "application/json": components["schemas"]["Error_4XX"];
100125
+ };
100126
+ };
100127
+ /** @description Unauthorized */
100128
+ 401: {
100129
+ headers: {
100130
+ [name: string]: unknown;
100131
+ };
100132
+ content: {
100133
+ "application/json": components["schemas"]["Error_401"];
100134
+ };
100135
+ };
100136
+ /** @description Forbidden */
100137
+ 403: {
100138
+ headers: {
100139
+ [name: string]: unknown;
100140
+ };
100141
+ content: {
100142
+ "application/json": components["schemas"]["Error_403"];
100143
+ };
100144
+ };
100145
+ /** @description Unprocessable Content */
100146
+ 422: {
100147
+ headers: {
100148
+ [name: string]: unknown;
100149
+ };
100150
+ content: {
100151
+ "application/json": components["schemas"]["Error_422"];
100152
+ };
100153
+ };
100154
+ /** @description Too Many Requests */
100155
+ 429: {
100156
+ headers: {
100157
+ [name: string]: unknown;
100158
+ };
100159
+ content: {
100160
+ "application/json": components["schemas"]["Error_429"];
100161
+ };
100162
+ };
100163
+ /** @description Internal Server Error */
100164
+ 500: {
100165
+ headers: {
100166
+ [name: string]: unknown;
100167
+ };
100168
+ content: {
100169
+ "application/json": components["schemas"]["ServerError"];
100170
+ };
100171
+ };
100172
+ };
100173
+ };
100084
100174
  search_directors_by_first_and_last_name_v1_api_people_search_get: {
100085
100175
  parameters: {
100086
100176
  query: {
@@ -113881,96 +113971,6 @@ interface operations {
113881
113971
  };
113882
113972
  };
113883
113973
  };
113884
- get_onesurance_recommendations_by_email_id_v1_api_email_analyzer_emails__email_id__onesurance_recommendations_get: {
113885
- parameters: {
113886
- query?: {
113887
- /**
113888
- * @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
113889
- * @example EN
113890
- */
113891
- lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
113892
- /**
113893
- * @description Same as lang, but adds support to pass ?language as well
113894
- * @example EN
113895
- */
113896
- language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
113897
- };
113898
- header?: {
113899
- /** @description Which release to target running in 'STAGING' environment. */
113900
- "x-release"?: string;
113901
- };
113902
- path: {
113903
- email_id: string;
113904
- };
113905
- cookie?: never;
113906
- };
113907
- requestBody?: never;
113908
- responses: {
113909
- /** @description Successful Response */
113910
- 200: {
113911
- headers: {
113912
- [name: string]: unknown;
113913
- };
113914
- content: {
113915
- "application/json": components["schemas"]["OnesuranceRecommendations"];
113916
- };
113917
- };
113918
- /** @description Bad Request */
113919
- 400: {
113920
- headers: {
113921
- [name: string]: unknown;
113922
- };
113923
- content: {
113924
- "application/json": components["schemas"]["Error_4XX"];
113925
- };
113926
- };
113927
- /** @description Unauthorized */
113928
- 401: {
113929
- headers: {
113930
- [name: string]: unknown;
113931
- };
113932
- content: {
113933
- "application/json": components["schemas"]["Error_401"];
113934
- };
113935
- };
113936
- /** @description Forbidden */
113937
- 403: {
113938
- headers: {
113939
- [name: string]: unknown;
113940
- };
113941
- content: {
113942
- "application/json": components["schemas"]["Error_403"];
113943
- };
113944
- };
113945
- /** @description Unprocessable Content */
113946
- 422: {
113947
- headers: {
113948
- [name: string]: unknown;
113949
- };
113950
- content: {
113951
- "application/json": components["schemas"]["Error_422"];
113952
- };
113953
- };
113954
- /** @description Too Many Requests */
113955
- 429: {
113956
- headers: {
113957
- [name: string]: unknown;
113958
- };
113959
- content: {
113960
- "application/json": components["schemas"]["Error_429"];
113961
- };
113962
- };
113963
- /** @description Internal Server Error */
113964
- 500: {
113965
- headers: {
113966
- [name: string]: unknown;
113967
- };
113968
- content: {
113969
- "application/json": components["schemas"]["ServerError"];
113970
- };
113971
- };
113972
- };
113973
- };
113974
113974
  calculate_quotes_v2_v2_api_quotes__insurance_type___insurance_company___insurance__post: {
113975
113975
  parameters: {
113976
113976
  query?: {
@@ -125085,53 +125085,60 @@ interface AnalyzeEmailProps {
125085
125085
  }
125086
125086
  declare const analyzeEmail: (props: AnalyzeEmailProps, wgApiClient: ClientType) => Promise<AnalyzeEmailResponse>;
125087
125087
 
125088
- declare const routeName$3J = "/v1/api/people/search";
125089
- type SearchDirectorsByFirstAndLastNameQueryParams = paths[typeof routeName$3J]['get']['parameters']['query'];
125090
- type SearchDirectorsByFirstAndLastNameResponse = paths[typeof routeName$3J]['get']['responses'][200]['content']['application/json'];
125091
- type SearchDirectorsByFirstAndLastNameProps = paths[typeof routeName$3J]['get']['parameters'];
125088
+ declare const routeName$3J = "/v1/api/email-analyzer/emails/{email_id}/onesurance-recommendations";
125089
+ type GetOnesuranceRecommendationsByEmailIdPathParams = paths[typeof routeName$3J]['get']['parameters']['path'];
125090
+ type GetOnesuranceRecommendationsByEmailIdQueryParams = paths[typeof routeName$3J]['get']['parameters']['query'];
125091
+ type GetOnesuranceRecommendationsByEmailIdResponse = paths[typeof routeName$3J]['get']['responses'][200]['content']['application/json'];
125092
+ type GetOnesuranceRecommendationsByEmailIdProps = paths[typeof routeName$3J]['get']['parameters'];
125093
+ declare const getOnesuranceRecommendationsByEmailId: (props: GetOnesuranceRecommendationsByEmailIdProps, wgApiClient: ClientType) => Promise<GetOnesuranceRecommendationsByEmailIdResponse>;
125094
+
125095
+ declare const routeName$3I = "/v1/api/people/search";
125096
+ type SearchDirectorsByFirstAndLastNameQueryParams = paths[typeof routeName$3I]['get']['parameters']['query'];
125097
+ type SearchDirectorsByFirstAndLastNameResponse = paths[typeof routeName$3I]['get']['responses'][200]['content']['application/json'];
125098
+ type SearchDirectorsByFirstAndLastNameProps = paths[typeof routeName$3I]['get']['parameters'];
125092
125099
  declare const searchDirectorsByFirstAndLastName: (props: SearchDirectorsByFirstAndLastNameProps, wgApiClient: ClientType) => Promise<SearchDirectorsByFirstAndLastNameResponse>;
125093
125100
 
125094
- declare const routeName$3I = "/v1/api/enterprises/search";
125095
- type SearchEnterprisesByCountryQueryParams = paths[typeof routeName$3I]['get']['parameters']['query'];
125096
- type SearchEnterprisesByCountryResponse = paths[typeof routeName$3I]['get']['responses'][200]['content']['application/json'];
125097
- type SearchEnterprisesByCountryProps = paths[typeof routeName$3I]['get']['parameters'];
125101
+ declare const routeName$3H = "/v1/api/enterprises/search";
125102
+ type SearchEnterprisesByCountryQueryParams = paths[typeof routeName$3H]['get']['parameters']['query'];
125103
+ type SearchEnterprisesByCountryResponse = paths[typeof routeName$3H]['get']['responses'][200]['content']['application/json'];
125104
+ type SearchEnterprisesByCountryProps = paths[typeof routeName$3H]['get']['parameters'];
125098
125105
  declare const searchEnterprisesByCountry: (props: SearchEnterprisesByCountryProps, wgApiClient: ClientType) => Promise<SearchEnterprisesByCountryResponse>;
125099
125106
 
125100
- declare const routeName$3H = "/v1/api/enterprises/{company_registration_number}";
125101
- type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams = paths[typeof routeName$3H]['get']['parameters']['path'];
125102
- type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams = paths[typeof routeName$3H]['get']['parameters']['query'];
125103
- type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse = paths[typeof routeName$3H]['get']['responses'][200]['content']['application/json'];
125104
- type GetEnterpriseByCompanyRegistrationNumberAndCountryProps = paths[typeof routeName$3H]['get']['parameters'];
125107
+ declare const routeName$3G = "/v1/api/enterprises/{company_registration_number}";
125108
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams = paths[typeof routeName$3G]['get']['parameters']['path'];
125109
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams = paths[typeof routeName$3G]['get']['parameters']['query'];
125110
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse = paths[typeof routeName$3G]['get']['responses'][200]['content']['application/json'];
125111
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryProps = paths[typeof routeName$3G]['get']['parameters'];
125105
125112
  declare const getEnterpriseByCompanyRegistrationNumberAndCountry: (props: GetEnterpriseByCompanyRegistrationNumberAndCountryProps, wgApiClient: ClientType) => Promise<GetEnterpriseByCompanyRegistrationNumberAndCountryResponse>;
125106
125113
 
125107
- declare const routeName$3G = "/v1/api/enterprises/{company_registration_number}/minimal";
125108
- type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams = paths[typeof routeName$3G]['get']['parameters']['path'];
125109
- type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams = paths[typeof routeName$3G]['get']['parameters']['query'];
125110
- type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse = paths[typeof routeName$3G]['get']['responses'][200]['content']['application/json'];
125111
- type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseProps = paths[typeof routeName$3G]['get']['parameters'];
125114
+ declare const routeName$3F = "/v1/api/enterprises/{company_registration_number}/minimal";
125115
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams = paths[typeof routeName$3F]['get']['parameters']['path'];
125116
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams = paths[typeof routeName$3F]['get']['parameters']['query'];
125117
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse = paths[typeof routeName$3F]['get']['responses'][200]['content']['application/json'];
125118
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseProps = paths[typeof routeName$3F]['get']['parameters'];
125112
125119
  declare const getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse: (props: GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseProps, wgApiClient: ClientType) => Promise<GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse>;
125113
125120
 
125114
- declare const routeName$3F = "/enums";
125115
- type GetAllEnumsResponse = paths[typeof routeName$3F]['get']['responses'][200]['content']['application/json'];
125121
+ declare const routeName$3E = "/enums";
125122
+ type GetAllEnumsResponse = paths[typeof routeName$3E]['get']['responses'][200]['content']['application/json'];
125116
125123
  declare const getAllEnums: (wgApiClient: ClientType) => Promise<GetAllEnumsResponse>;
125117
125124
 
125118
- declare const routeName$3E = "/enums/{enum}";
125119
- type GetValuesOfEnumPathParams = paths[typeof routeName$3E]['get']['parameters']['path'];
125120
- type GetValuesOfEnumResponse = paths[typeof routeName$3E]['get']['responses'][200]['content']['application/json'];
125121
- type GetValuesOfEnumProps = paths[typeof routeName$3E]['get']['parameters'];
125125
+ declare const routeName$3D = "/enums/{enum}";
125126
+ type GetValuesOfEnumPathParams = paths[typeof routeName$3D]['get']['parameters']['path'];
125127
+ type GetValuesOfEnumResponse = paths[typeof routeName$3D]['get']['responses'][200]['content']['application/json'];
125128
+ type GetValuesOfEnumProps = paths[typeof routeName$3D]['get']['parameters'];
125122
125129
  declare const getValuesOfEnum: (props: GetValuesOfEnumProps, wgApiClient: ClientType) => Promise<GetValuesOfEnumResponse>;
125123
125130
 
125124
- declare const routeName$3D = "/v1/api/advisory-reports/{report_id}/export-options";
125125
- type GetAdvisoryReportExportOptionsPathParams = paths[typeof routeName$3D]['get']['parameters']['path'];
125126
- type GetAdvisoryReportExportOptionsResponse = paths[typeof routeName$3D]['get']['responses'][200]['content']['application/json'];
125127
- type GetAdvisoryReportExportOptionsProps = paths[typeof routeName$3D]['get']['parameters'];
125131
+ declare const routeName$3C = "/v1/api/advisory-reports/{report_id}/export-options";
125132
+ type GetAdvisoryReportExportOptionsPathParams = paths[typeof routeName$3C]['get']['parameters']['path'];
125133
+ type GetAdvisoryReportExportOptionsResponse = paths[typeof routeName$3C]['get']['responses'][200]['content']['application/json'];
125134
+ type GetAdvisoryReportExportOptionsProps = paths[typeof routeName$3C]['get']['parameters'];
125128
125135
  declare const getAdvisoryReportExportOptions: (props: GetAdvisoryReportExportOptionsProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportExportOptionsResponse>;
125129
125136
 
125130
- declare const routeName$3C = "/v1/api/advisory-reports/{report_id}/exports";
125131
- type ExportAdvisoryReportByIdBody = paths[typeof routeName$3C]['post']['requestBody']['content']['application/json'];
125132
- type ExportAdvisoryReportByIdPathParams = paths[typeof routeName$3C]['post']['parameters']['path'];
125133
- type ExportAdvisoryReportByIdQueryParams = paths[typeof routeName$3C]['post']['parameters']['query'];
125134
- type ExportAdvisoryReportByIdResponse = paths[typeof routeName$3C]['post']['responses'][201]['content']['application/json'];
125137
+ declare const routeName$3B = "/v1/api/advisory-reports/{report_id}/exports";
125138
+ type ExportAdvisoryReportByIdBody = paths[typeof routeName$3B]['post']['requestBody']['content']['application/json'];
125139
+ type ExportAdvisoryReportByIdPathParams = paths[typeof routeName$3B]['post']['parameters']['path'];
125140
+ type ExportAdvisoryReportByIdQueryParams = paths[typeof routeName$3B]['post']['parameters']['query'];
125141
+ type ExportAdvisoryReportByIdResponse = paths[typeof routeName$3B]['post']['responses'][201]['content']['application/json'];
125135
125142
  interface ExportAdvisoryReportByIdProps {
125136
125143
  body: ExportAdvisoryReportByIdBody;
125137
125144
  params: {
@@ -125141,9 +125148,9 @@ interface ExportAdvisoryReportByIdProps {
125141
125148
  }
125142
125149
  declare const exportAdvisoryReportById: (props: ExportAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<ExportAdvisoryReportByIdResponse>;
125143
125150
 
125144
- declare const routeName$3B = "/v1/api/parties/{party_id}/exports/crm";
125145
- type ExportPartyByIdPathParams = paths[typeof routeName$3B]['post']['parameters']['path'];
125146
- type ExportPartyByIdResponse = paths[typeof routeName$3B]['post']['responses'][201]['content']['application/json'];
125151
+ declare const routeName$3A = "/v1/api/parties/{party_id}/exports/crm";
125152
+ type ExportPartyByIdPathParams = paths[typeof routeName$3A]['post']['parameters']['path'];
125153
+ type ExportPartyByIdResponse = paths[typeof routeName$3A]['post']['responses'][201]['content']['application/json'];
125147
125154
  interface ExportPartyByIdProps {
125148
125155
  params: {
125149
125156
  path: ExportPartyByIdPathParams;
@@ -125151,52 +125158,52 @@ interface ExportPartyByIdProps {
125151
125158
  }
125152
125159
  declare const exportPartyById: (props: ExportPartyByIdProps, wgApiClient: ClientType) => Promise<ExportPartyByIdResponse>;
125153
125160
 
125154
- declare const routeName$3A = "/v1/api/parties/{party_id}/exports";
125155
- type RetrieveAllExportsByPartyPathParams = paths[typeof routeName$3A]['get']['parameters']['path'];
125156
- type RetrieveAllExportsByPartyQueryParams = paths[typeof routeName$3A]['get']['parameters']['query'];
125157
- type RetrieveAllExportsByPartyResponse = paths[typeof routeName$3A]['get']['responses'][200]['content']['application/json'];
125158
- type RetrieveAllExportsByPartyProps = paths[typeof routeName$3A]['get']['parameters'];
125161
+ declare const routeName$3z = "/v1/api/parties/{party_id}/exports";
125162
+ type RetrieveAllExportsByPartyPathParams = paths[typeof routeName$3z]['get']['parameters']['path'];
125163
+ type RetrieveAllExportsByPartyQueryParams = paths[typeof routeName$3z]['get']['parameters']['query'];
125164
+ type RetrieveAllExportsByPartyResponse = paths[typeof routeName$3z]['get']['responses'][200]['content']['application/json'];
125165
+ type RetrieveAllExportsByPartyProps = paths[typeof routeName$3z]['get']['parameters'];
125159
125166
  declare const retrieveAllExportsByParty: (props: RetrieveAllExportsByPartyProps, wgApiClient: ClientType) => Promise<RetrieveAllExportsByPartyResponse>;
125160
125167
 
125161
- declare const routeName$3z = "/v1/api/exports/{export_id}";
125162
- type RetrieveExportByIdPathParams = paths[typeof routeName$3z]['get']['parameters']['path'];
125163
- type RetrieveExportByIdQueryParams = paths[typeof routeName$3z]['get']['parameters']['query'];
125164
- type RetrieveExportByIdResponse = paths[typeof routeName$3z]['get']['responses'][200]['content']['application/json'];
125165
- type RetrieveExportByIdProps = paths[typeof routeName$3z]['get']['parameters'];
125168
+ declare const routeName$3y = "/v1/api/exports/{export_id}";
125169
+ type RetrieveExportByIdPathParams = paths[typeof routeName$3y]['get']['parameters']['path'];
125170
+ type RetrieveExportByIdQueryParams = paths[typeof routeName$3y]['get']['parameters']['query'];
125171
+ type RetrieveExportByIdResponse = paths[typeof routeName$3y]['get']['responses'][200]['content']['application/json'];
125172
+ type RetrieveExportByIdProps = paths[typeof routeName$3y]['get']['parameters'];
125166
125173
  declare const retrieveExportById: (props: RetrieveExportByIdProps, wgApiClient: ClientType) => Promise<RetrieveExportByIdResponse>;
125167
125174
 
125168
- declare const routeName$3y = "/v1/api/flights/lock";
125169
- type LockFlightApiResponse = paths[typeof routeName$3y]['get']['responses'][200]['content']['application/json'];
125175
+ declare const routeName$3x = "/v1/api/flights/lock";
125176
+ type LockFlightApiResponse = paths[typeof routeName$3x]['get']['responses'][200]['content']['application/json'];
125170
125177
  declare const lockFlightApi: (wgApiClient: ClientType) => Promise<LockFlightApiResponse>;
125171
125178
 
125172
- declare const routeName$3x = "/v1/api/flights/airports";
125173
- type RetrieveAirportsResponse = paths[typeof routeName$3x]['get']['responses'][200]['content']['application/json'];
125179
+ declare const routeName$3w = "/v1/api/flights/airports";
125180
+ type RetrieveAirportsResponse = paths[typeof routeName$3w]['get']['responses'][200]['content']['application/json'];
125174
125181
  declare const retrieveAirports: (wgApiClient: ClientType) => Promise<RetrieveAirportsResponse>;
125175
125182
 
125176
- declare const routeName$3w = "/v1/api/distributions/me/flows";
125177
- type GetAvailableFlowsForDistributionInfoQueryParams = paths[typeof routeName$3w]['get']['parameters']['query'];
125178
- type GetAvailableFlowsForDistributionInfoResponse = paths[typeof routeName$3w]['get']['responses'][200]['content']['application/json'];
125179
- type GetAvailableFlowsForDistributionInfoProps = paths[typeof routeName$3w]['get']['parameters'];
125183
+ declare const routeName$3v = "/v1/api/distributions/me/flows";
125184
+ type GetAvailableFlowsForDistributionInfoQueryParams = paths[typeof routeName$3v]['get']['parameters']['query'];
125185
+ type GetAvailableFlowsForDistributionInfoResponse = paths[typeof routeName$3v]['get']['responses'][200]['content']['application/json'];
125186
+ type GetAvailableFlowsForDistributionInfoProps = paths[typeof routeName$3v]['get']['parameters'];
125180
125187
  declare const getAvailableFlowsForDistributionInfo: (props: GetAvailableFlowsForDistributionInfoProps, wgApiClient: ClientType) => Promise<GetAvailableFlowsForDistributionInfoResponse>;
125181
125188
 
125182
- declare const routeName$3v = "/v1/api/flows";
125183
- type GetFlowsInfoQueryParams = paths[typeof routeName$3v]['get']['parameters']['query'];
125184
- type GetFlowsInfoResponse = paths[typeof routeName$3v]['get']['responses'][200]['content']['application/json'];
125185
- type GetFlowsInfoProps = paths[typeof routeName$3v]['get']['parameters'];
125189
+ declare const routeName$3u = "/v1/api/flows";
125190
+ type GetFlowsInfoQueryParams = paths[typeof routeName$3u]['get']['parameters']['query'];
125191
+ type GetFlowsInfoResponse = paths[typeof routeName$3u]['get']['responses'][200]['content']['application/json'];
125192
+ type GetFlowsInfoProps = paths[typeof routeName$3u]['get']['parameters'];
125186
125193
  declare const getFlowsInfo: (props: GetFlowsInfoProps, wgApiClient: ClientType) => Promise<GetFlowsInfoResponse>;
125187
125194
 
125188
- declare const routeName$3u = "/v1/api/flows/{flow_id}";
125189
- type GetFlowInfoByIdPathParams = paths[typeof routeName$3u]['get']['parameters']['path'];
125190
- type GetFlowInfoByIdQueryParams = paths[typeof routeName$3u]['get']['parameters']['query'];
125191
- type GetFlowInfoByIdResponse = paths[typeof routeName$3u]['get']['responses'][200]['content']['application/json'];
125192
- type GetFlowInfoByIdProps = paths[typeof routeName$3u]['get']['parameters'];
125195
+ declare const routeName$3t = "/v1/api/flows/{flow_id}";
125196
+ type GetFlowInfoByIdPathParams = paths[typeof routeName$3t]['get']['parameters']['path'];
125197
+ type GetFlowInfoByIdQueryParams = paths[typeof routeName$3t]['get']['parameters']['query'];
125198
+ type GetFlowInfoByIdResponse = paths[typeof routeName$3t]['get']['responses'][200]['content']['application/json'];
125199
+ type GetFlowInfoByIdProps = paths[typeof routeName$3t]['get']['parameters'];
125193
125200
  declare const getFlowInfoById: (props: GetFlowInfoByIdProps, wgApiClient: ClientType) => Promise<GetFlowInfoByIdResponse>;
125194
125201
 
125195
- declare const routeName$3t = "/v1/api/flows/{flow_id}";
125196
- type RetrieveFlowBody = paths[typeof routeName$3t]['post']['requestBody']['content']['application/json'];
125197
- type RetrieveFlowPathParams = paths[typeof routeName$3t]['post']['parameters']['path'];
125198
- type RetrieveFlowQueryParams = paths[typeof routeName$3t]['post']['parameters']['query'];
125199
- type RetrieveFlowResponse = paths[typeof routeName$3t]['post']['responses'][201]['content']['application/json'];
125202
+ declare const routeName$3s = "/v1/api/flows/{flow_id}";
125203
+ type RetrieveFlowBody = paths[typeof routeName$3s]['post']['requestBody']['content']['application/json'];
125204
+ type RetrieveFlowPathParams = paths[typeof routeName$3s]['post']['parameters']['path'];
125205
+ type RetrieveFlowQueryParams = paths[typeof routeName$3s]['post']['parameters']['query'];
125206
+ type RetrieveFlowResponse = paths[typeof routeName$3s]['post']['responses'][201]['content']['application/json'];
125200
125207
  interface RetrieveFlowProps {
125201
125208
  body: RetrieveFlowBody;
125202
125209
  params: {
@@ -125206,18 +125213,18 @@ interface RetrieveFlowProps {
125206
125213
  }
125207
125214
  declare const retrieveFlow: (props: RetrieveFlowProps, wgApiClient: ClientType) => Promise<RetrieveFlowResponse>;
125208
125215
 
125209
- declare const routeName$3s = "/v1/api/flows/{flow_id}/questionnaire";
125210
- type GenerateFlowQuestionnairePathParams = paths[typeof routeName$3s]['get']['parameters']['path'];
125211
- type GenerateFlowQuestionnaireQueryParams = paths[typeof routeName$3s]['get']['parameters']['query'];
125212
- type GenerateFlowQuestionnaireResponse = paths[typeof routeName$3s]['get']['responses'][200]['content']['application/json'];
125213
- type GenerateFlowQuestionnaireProps = paths[typeof routeName$3s]['get']['parameters'];
125216
+ declare const routeName$3r = "/v1/api/flows/{flow_id}/questionnaire";
125217
+ type GenerateFlowQuestionnairePathParams = paths[typeof routeName$3r]['get']['parameters']['path'];
125218
+ type GenerateFlowQuestionnaireQueryParams = paths[typeof routeName$3r]['get']['parameters']['query'];
125219
+ type GenerateFlowQuestionnaireResponse = paths[typeof routeName$3r]['get']['responses'][200]['content']['application/json'];
125220
+ type GenerateFlowQuestionnaireProps = paths[typeof routeName$3r]['get']['parameters'];
125214
125221
  declare const generateFlowQuestionnaire: (props: GenerateFlowQuestionnaireProps, wgApiClient: ClientType) => Promise<GenerateFlowQuestionnaireResponse>;
125215
125222
 
125216
- declare const routeName$3r = "/v1/api/flows/{flow_id}/questionnaire/pdf";
125217
- type GenerateFlowQuestionnaireDocumentBody = paths[typeof routeName$3r]['post']['requestBody']['content']['application/json'];
125218
- type GenerateFlowQuestionnaireDocumentPathParams = paths[typeof routeName$3r]['post']['parameters']['path'];
125219
- type GenerateFlowQuestionnaireDocumentQueryParams = paths[typeof routeName$3r]['post']['parameters']['query'];
125220
- type GenerateFlowQuestionnaireDocumentResponse = paths[typeof routeName$3r]['post']['responses'][200]['content']['application/json'];
125223
+ declare const routeName$3q = "/v1/api/flows/{flow_id}/questionnaire/pdf";
125224
+ type GenerateFlowQuestionnaireDocumentBody = paths[typeof routeName$3q]['post']['requestBody']['content']['application/json'];
125225
+ type GenerateFlowQuestionnaireDocumentPathParams = paths[typeof routeName$3q]['post']['parameters']['path'];
125226
+ type GenerateFlowQuestionnaireDocumentQueryParams = paths[typeof routeName$3q]['post']['parameters']['query'];
125227
+ type GenerateFlowQuestionnaireDocumentResponse = paths[typeof routeName$3q]['post']['responses'][200]['content']['application/json'];
125221
125228
  interface GenerateFlowQuestionnaireDocumentProps {
125222
125229
  body: GenerateFlowQuestionnaireDocumentBody;
125223
125230
  params: {
@@ -125227,25 +125234,25 @@ interface GenerateFlowQuestionnaireDocumentProps {
125227
125234
  }
125228
125235
  declare const generateFlowQuestionnaireDocument: (props: GenerateFlowQuestionnaireDocumentProps, wgApiClient: ClientType) => Promise<GenerateFlowQuestionnaireDocumentResponse>;
125229
125236
 
125230
- declare const routeName$3q = "/v1/api/flows-ask-later-questions";
125231
- type RetrieveAskLaterQuestionsQueryParams = paths[typeof routeName$3q]['get']['parameters']['query'];
125232
- type RetrieveAskLaterQuestionsResponse = paths[typeof routeName$3q]['get']['responses'][200]['content']['application/json'];
125233
- type RetrieveAskLaterQuestionsProps = paths[typeof routeName$3q]['get']['parameters'];
125237
+ declare const routeName$3p = "/v1/api/flows-ask-later-questions";
125238
+ type RetrieveAskLaterQuestionsQueryParams = paths[typeof routeName$3p]['get']['parameters']['query'];
125239
+ type RetrieveAskLaterQuestionsResponse = paths[typeof routeName$3p]['get']['responses'][200]['content']['application/json'];
125240
+ type RetrieveAskLaterQuestionsProps = paths[typeof routeName$3p]['get']['parameters'];
125234
125241
  declare const retrieveAskLaterQuestions: (props: RetrieveAskLaterQuestionsProps, wgApiClient: ClientType) => Promise<RetrieveAskLaterQuestionsResponse>;
125235
125242
 
125236
- declare const routeName$3p = "/v1/api/flows-ask-later-questions";
125237
- type SetAskLaterQuestionsBody = paths[typeof routeName$3p]['post']['requestBody']['content']['application/json'];
125238
- type SetAskLaterQuestionsResponse = paths[typeof routeName$3p]['post']['responses'][200]['content']['application/json'];
125243
+ declare const routeName$3o = "/v1/api/flows-ask-later-questions";
125244
+ type SetAskLaterQuestionsBody = paths[typeof routeName$3o]['post']['requestBody']['content']['application/json'];
125245
+ type SetAskLaterQuestionsResponse = paths[typeof routeName$3o]['post']['responses'][200]['content']['application/json'];
125239
125246
  interface SetAskLaterQuestionsProps {
125240
125247
  body: SetAskLaterQuestionsBody;
125241
125248
  }
125242
125249
  declare const setAskLaterQuestions: (props: SetAskLaterQuestionsProps, wgApiClient: ClientType) => Promise<SetAskLaterQuestionsResponse>;
125243
125250
 
125244
- declare const routeName$3o = "/v1/api/flows/{flow_id}/answers";
125245
- type AnswerAFlowDirectlyBody = paths[typeof routeName$3o]['post']['requestBody']['content']['application/json'];
125246
- type AnswerAFlowDirectlyPathParams = paths[typeof routeName$3o]['post']['parameters']['path'];
125247
- type AnswerAFlowDirectlyQueryParams = paths[typeof routeName$3o]['post']['parameters']['query'];
125248
- type AnswerAFlowDirectlyResponse = paths[typeof routeName$3o]['post']['responses'][200]['content']['application/json'];
125251
+ declare const routeName$3n = "/v1/api/flows/{flow_id}/answers";
125252
+ type AnswerAFlowDirectlyBody = paths[typeof routeName$3n]['post']['requestBody']['content']['application/json'];
125253
+ type AnswerAFlowDirectlyPathParams = paths[typeof routeName$3n]['post']['parameters']['path'];
125254
+ type AnswerAFlowDirectlyQueryParams = paths[typeof routeName$3n]['post']['parameters']['query'];
125255
+ type AnswerAFlowDirectlyResponse = paths[typeof routeName$3n]['post']['responses'][200]['content']['application/json'];
125249
125256
  interface AnswerAFlowDirectlyProps {
125250
125257
  body: AnswerAFlowDirectlyBody;
125251
125258
  params: {
@@ -125255,39 +125262,39 @@ interface AnswerAFlowDirectlyProps {
125255
125262
  }
125256
125263
  declare const answerAFlowDirectly: (props: AnswerAFlowDirectlyProps, wgApiClient: ClientType) => Promise<AnswerAFlowDirectlyResponse>;
125257
125264
 
125258
- declare const routeName$3n = "/v1/api/generative-ai/description-completion";
125259
- type GenerateCompanyDescriptionBody = paths[typeof routeName$3n]['post']['requestBody']['content']['application/json'];
125260
- type GenerateCompanyDescriptionResponse = paths[typeof routeName$3n]['post']['responses'][200]['content']['application/json'];
125265
+ declare const routeName$3m = "/v1/api/generative-ai/description-completion";
125266
+ type GenerateCompanyDescriptionBody = paths[typeof routeName$3m]['post']['requestBody']['content']['application/json'];
125267
+ type GenerateCompanyDescriptionResponse = paths[typeof routeName$3m]['post']['responses'][200]['content']['application/json'];
125261
125268
  interface GenerateCompanyDescriptionProps {
125262
125269
  body: GenerateCompanyDescriptionBody;
125263
125270
  }
125264
125271
  declare const generateCompanyDescription: (props: GenerateCompanyDescriptionProps, wgApiClient: ClientType) => Promise<GenerateCompanyDescriptionResponse>;
125265
125272
 
125266
- declare const routeName$3m = "/v1/api/generative-ai/website-theme-extraction";
125267
- type ExtractWebsiteThemeBody = paths[typeof routeName$3m]['post']['requestBody']['content']['application/json'];
125268
- type ExtractWebsiteThemeResponse = paths[typeof routeName$3m]['post']['responses'][200]['content']['application/json'];
125273
+ declare const routeName$3l = "/v1/api/generative-ai/website-theme-extraction";
125274
+ type ExtractWebsiteThemeBody = paths[typeof routeName$3l]['post']['requestBody']['content']['application/json'];
125275
+ type ExtractWebsiteThemeResponse = paths[typeof routeName$3l]['post']['responses'][200]['content']['application/json'];
125269
125276
  interface ExtractWebsiteThemeProps {
125270
125277
  body: ExtractWebsiteThemeBody;
125271
125278
  }
125272
125279
  declare const extractWebsiteTheme: (props: ExtractWebsiteThemeProps, wgApiClient: ClientType) => Promise<ExtractWebsiteThemeResponse>;
125273
125280
 
125274
- declare const routeName$3l = "/v1/api/risk-domains";
125275
- type GetRiskDomainsQueryParams = paths[typeof routeName$3l]['get']['parameters']['query'];
125276
- type GetRiskDomainsResponse = paths[typeof routeName$3l]['get']['responses'][200]['content']['application/json'];
125277
- type GetRiskDomainsProps = paths[typeof routeName$3l]['get']['parameters'];
125281
+ declare const routeName$3k = "/v1/api/risk-domains";
125282
+ type GetRiskDomainsQueryParams = paths[typeof routeName$3k]['get']['parameters']['query'];
125283
+ type GetRiskDomainsResponse = paths[typeof routeName$3k]['get']['responses'][200]['content']['application/json'];
125284
+ type GetRiskDomainsProps = paths[typeof routeName$3k]['get']['parameters'];
125278
125285
  declare const getRiskDomains: (props: GetRiskDomainsProps, wgApiClient: ClientType) => Promise<GetRiskDomainsResponse>;
125279
125286
 
125280
- declare const routeName$3k = "/v1/api/risk-domains/{risk_domain_id}";
125281
- type GetRiskDomainByIdPathParams = paths[typeof routeName$3k]['get']['parameters']['path'];
125282
- type GetRiskDomainByIdQueryParams = paths[typeof routeName$3k]['get']['parameters']['query'];
125283
- type GetRiskDomainByIdResponse = paths[typeof routeName$3k]['get']['responses'][200]['content']['application/json'];
125284
- type GetRiskDomainByIdProps = paths[typeof routeName$3k]['get']['parameters'];
125287
+ declare const routeName$3j = "/v1/api/risk-domains/{risk_domain_id}";
125288
+ type GetRiskDomainByIdPathParams = paths[typeof routeName$3j]['get']['parameters']['path'];
125289
+ type GetRiskDomainByIdQueryParams = paths[typeof routeName$3j]['get']['parameters']['query'];
125290
+ type GetRiskDomainByIdResponse = paths[typeof routeName$3j]['get']['responses'][200]['content']['application/json'];
125291
+ type GetRiskDomainByIdProps = paths[typeof routeName$3j]['get']['parameters'];
125285
125292
  declare const getRiskDomainById: (props: GetRiskDomainByIdProps, wgApiClient: ClientType) => Promise<GetRiskDomainByIdResponse>;
125286
125293
 
125287
- declare const routeName$3j = "/v1/api/risk-domains/{risk_domain_id}";
125288
- type UpdateRiskDomainByDistributionBody = paths[typeof routeName$3j]['patch']['requestBody']['content']['application/json'];
125289
- type UpdateRiskDomainByDistributionPathParams = paths[typeof routeName$3j]['patch']['parameters']['path'];
125290
- type UpdateRiskDomainByDistributionResponse = paths[typeof routeName$3j]['patch']['responses'][200]['content']['application/json'];
125294
+ declare const routeName$3i = "/v1/api/risk-domains/{risk_domain_id}";
125295
+ type UpdateRiskDomainByDistributionBody = paths[typeof routeName$3i]['patch']['requestBody']['content']['application/json'];
125296
+ type UpdateRiskDomainByDistributionPathParams = paths[typeof routeName$3i]['patch']['parameters']['path'];
125297
+ type UpdateRiskDomainByDistributionResponse = paths[typeof routeName$3i]['patch']['responses'][200]['content']['application/json'];
125291
125298
  interface UpdateRiskDomainByDistributionProps {
125292
125299
  body: UpdateRiskDomainByDistributionBody;
125293
125300
  params: {
@@ -125296,16 +125303,16 @@ interface UpdateRiskDomainByDistributionProps {
125296
125303
  }
125297
125304
  declare const updateRiskDomainByDistribution: (props: UpdateRiskDomainByDistributionProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainByDistributionResponse>;
125298
125305
 
125299
- declare const routeName$3i = "/v1/api/prevention-advice";
125300
- type GetPreventionAdviceQueryParams = paths[typeof routeName$3i]['get']['parameters']['query'];
125301
- type GetPreventionAdviceResponse = paths[typeof routeName$3i]['get']['responses'][200]['content']['application/json'];
125302
- type GetPreventionAdviceProps = paths[typeof routeName$3i]['get']['parameters'];
125306
+ declare const routeName$3h = "/v1/api/prevention-advice";
125307
+ type GetPreventionAdviceQueryParams = paths[typeof routeName$3h]['get']['parameters']['query'];
125308
+ type GetPreventionAdviceResponse = paths[typeof routeName$3h]['get']['responses'][200]['content']['application/json'];
125309
+ type GetPreventionAdviceProps = paths[typeof routeName$3h]['get']['parameters'];
125303
125310
  declare const getPreventionAdvice: (props: GetPreventionAdviceProps, wgApiClient: ClientType) => Promise<GetPreventionAdviceResponse>;
125304
125311
 
125305
- declare const routeName$3h = "/v1/api/prevention-advice/{prevention_advice_id}";
125306
- type UpdatePreventionByDistributionBody = paths[typeof routeName$3h]['patch']['requestBody']['content']['application/json'];
125307
- type UpdatePreventionByDistributionPathParams = paths[typeof routeName$3h]['patch']['parameters']['path'];
125308
- type UpdatePreventionByDistributionResponse = paths[typeof routeName$3h]['patch']['responses'][200]['content']['application/json'];
125312
+ declare const routeName$3g = "/v1/api/prevention-advice/{prevention_advice_id}";
125313
+ type UpdatePreventionByDistributionBody = paths[typeof routeName$3g]['patch']['requestBody']['content']['application/json'];
125314
+ type UpdatePreventionByDistributionPathParams = paths[typeof routeName$3g]['patch']['parameters']['path'];
125315
+ type UpdatePreventionByDistributionResponse = paths[typeof routeName$3g]['patch']['responses'][200]['content']['application/json'];
125309
125316
  interface UpdatePreventionByDistributionProps {
125310
125317
  body: UpdatePreventionByDistributionBody;
125311
125318
  params: {
@@ -125314,16 +125321,16 @@ interface UpdatePreventionByDistributionProps {
125314
125321
  }
125315
125322
  declare const updatePreventionByDistribution: (props: UpdatePreventionByDistributionProps, wgApiClient: ClientType) => Promise<UpdatePreventionByDistributionResponse>;
125316
125323
 
125317
- declare const routeName$3g = "/v2/api/insurance-products";
125318
- type GetInsuranceProductsV2QueryParams = paths[typeof routeName$3g]['get']['parameters']['query'];
125319
- type GetInsuranceProductsV2Response = paths[typeof routeName$3g]['get']['responses'][200]['content']['application/json'];
125320
- type GetInsuranceProductsV2Props = paths[typeof routeName$3g]['get']['parameters'];
125324
+ declare const routeName$3f = "/v2/api/insurance-products";
125325
+ type GetInsuranceProductsV2QueryParams = paths[typeof routeName$3f]['get']['parameters']['query'];
125326
+ type GetInsuranceProductsV2Response = paths[typeof routeName$3f]['get']['responses'][200]['content']['application/json'];
125327
+ type GetInsuranceProductsV2Props = paths[typeof routeName$3f]['get']['parameters'];
125321
125328
  declare const getInsuranceProductsV2: (props: GetInsuranceProductsV2Props, wgApiClient: ClientType) => Promise<GetInsuranceProductsV2Response>;
125322
125329
 
125323
- declare const routeName$3f = "/v1/api/insurance-products/{insurance_product_id}";
125324
- type UpdateInsuranceProductByDistributionBody = paths[typeof routeName$3f]['patch']['requestBody']['content']['application/json'];
125325
- type UpdateInsuranceProductByDistributionPathParams = paths[typeof routeName$3f]['patch']['parameters']['path'];
125326
- type UpdateInsuranceProductByDistributionResponse = paths[typeof routeName$3f]['patch']['responses'][200]['content']['application/json'];
125330
+ declare const routeName$3e = "/v1/api/insurance-products/{insurance_product_id}";
125331
+ type UpdateInsuranceProductByDistributionBody = paths[typeof routeName$3e]['patch']['requestBody']['content']['application/json'];
125332
+ type UpdateInsuranceProductByDistributionPathParams = paths[typeof routeName$3e]['patch']['parameters']['path'];
125333
+ type UpdateInsuranceProductByDistributionResponse = paths[typeof routeName$3e]['patch']['responses'][200]['content']['application/json'];
125327
125334
  interface UpdateInsuranceProductByDistributionProps {
125328
125335
  body: UpdateInsuranceProductByDistributionBody;
125329
125336
  params: {
@@ -125332,16 +125339,16 @@ interface UpdateInsuranceProductByDistributionProps {
125332
125339
  }
125333
125340
  declare const updateInsuranceProductByDistribution: (props: UpdateInsuranceProductByDistributionProps, wgApiClient: ClientType) => Promise<UpdateInsuranceProductByDistributionResponse>;
125334
125341
 
125335
- declare const routeName$3e = "/v1/api/insurance-products/{insurance_product_id}/advices";
125336
- type GetAdvicesPerInsuranceProductPathParams = paths[typeof routeName$3e]['get']['parameters']['path'];
125337
- type GetAdvicesPerInsuranceProductResponse = paths[typeof routeName$3e]['get']['responses'][200]['content']['application/json'];
125338
- type GetAdvicesPerInsuranceProductProps = paths[typeof routeName$3e]['get']['parameters'];
125342
+ declare const routeName$3d = "/v1/api/insurance-products/{insurance_product_id}/advices";
125343
+ type GetAdvicesPerInsuranceProductPathParams = paths[typeof routeName$3d]['get']['parameters']['path'];
125344
+ type GetAdvicesPerInsuranceProductResponse = paths[typeof routeName$3d]['get']['responses'][200]['content']['application/json'];
125345
+ type GetAdvicesPerInsuranceProductProps = paths[typeof routeName$3d]['get']['parameters'];
125339
125346
  declare const getAdvicesPerInsuranceProduct: (props: GetAdvicesPerInsuranceProductProps, wgApiClient: ClientType) => Promise<GetAdvicesPerInsuranceProductResponse>;
125340
125347
 
125341
- declare const routeName$3d = "/v1/api/insurance-products/{insurance_product_id}/advices/{advice_id}";
125342
- type EditInsuranceProductAdviceByDistributionBody = paths[typeof routeName$3d]['patch']['requestBody']['content']['application/json'];
125343
- type EditInsuranceProductAdviceByDistributionPathParams = paths[typeof routeName$3d]['patch']['parameters']['path'];
125344
- type EditInsuranceProductAdviceByDistributionResponse = paths[typeof routeName$3d]['patch']['responses'][200]['content']['application/json'];
125348
+ declare const routeName$3c = "/v1/api/insurance-products/{insurance_product_id}/advices/{advice_id}";
125349
+ type EditInsuranceProductAdviceByDistributionBody = paths[typeof routeName$3c]['patch']['requestBody']['content']['application/json'];
125350
+ type EditInsuranceProductAdviceByDistributionPathParams = paths[typeof routeName$3c]['patch']['parameters']['path'];
125351
+ type EditInsuranceProductAdviceByDistributionResponse = paths[typeof routeName$3c]['patch']['responses'][200]['content']['application/json'];
125345
125352
  interface EditInsuranceProductAdviceByDistributionProps {
125346
125353
  body: EditInsuranceProductAdviceByDistributionBody;
125347
125354
  params: {
@@ -125350,9 +125357,9 @@ interface EditInsuranceProductAdviceByDistributionProps {
125350
125357
  }
125351
125358
  declare const editInsuranceProductAdviceByDistribution: (props: EditInsuranceProductAdviceByDistributionProps, wgApiClient: ClientType) => Promise<EditInsuranceProductAdviceByDistributionResponse>;
125352
125359
 
125353
- declare const routeName$3c = "/v1/api/insurance-products/{insurance_product_id}/descriptions";
125354
- type EditInsuranceProductDescriptionsByDistributionPathParams = paths[typeof routeName$3c]['put']['parameters']['path'];
125355
- type EditInsuranceProductDescriptionsByDistributionResponse = paths[typeof routeName$3c]['put']['responses'][200]['content']['application/json'];
125360
+ declare const routeName$3b = "/v1/api/insurance-products/{insurance_product_id}/descriptions";
125361
+ type EditInsuranceProductDescriptionsByDistributionPathParams = paths[typeof routeName$3b]['put']['parameters']['path'];
125362
+ type EditInsuranceProductDescriptionsByDistributionResponse = paths[typeof routeName$3b]['put']['responses'][200]['content']['application/json'];
125356
125363
  interface EditInsuranceProductDescriptionsByDistributionProps {
125357
125364
  params: {
125358
125365
  path: EditInsuranceProductDescriptionsByDistributionPathParams;
@@ -125360,28 +125367,28 @@ interface EditInsuranceProductDescriptionsByDistributionProps {
125360
125367
  }
125361
125368
  declare const editInsuranceProductDescriptionsByDistribution: (props: EditInsuranceProductDescriptionsByDistributionProps, wgApiClient: ClientType) => Promise<EditInsuranceProductDescriptionsByDistributionResponse>;
125362
125369
 
125363
- declare const routeName$3b = "/v1/api/insurance-terms-bot/supported-risk-domains";
125364
- type GetSupportedRiskDomainsQueryParams = paths[typeof routeName$3b]['get']['parameters']['query'];
125365
- type GetSupportedRiskDomainsResponse = paths[typeof routeName$3b]['get']['responses'][200]['content']['application/json'];
125366
- type GetSupportedRiskDomainsProps = paths[typeof routeName$3b]['get']['parameters'];
125370
+ declare const routeName$3a = "/v1/api/insurance-terms-bot/supported-risk-domains";
125371
+ type GetSupportedRiskDomainsQueryParams = paths[typeof routeName$3a]['get']['parameters']['query'];
125372
+ type GetSupportedRiskDomainsResponse = paths[typeof routeName$3a]['get']['responses'][200]['content']['application/json'];
125373
+ type GetSupportedRiskDomainsProps = paths[typeof routeName$3a]['get']['parameters'];
125367
125374
  declare const getSupportedRiskDomains: (props: GetSupportedRiskDomainsProps, wgApiClient: ClientType) => Promise<GetSupportedRiskDomainsResponse>;
125368
125375
 
125369
- declare const routeName$3a = "/v1/api/insurance-terms-bot/supported-insurance-companies";
125370
- type GetSupportedInsuranceCompaniesQueryParams = paths[typeof routeName$3a]['get']['parameters']['query'];
125371
- type GetSupportedInsuranceCompaniesResponse = paths[typeof routeName$3a]['get']['responses'][200]['content']['application/json'];
125372
- type GetSupportedInsuranceCompaniesProps = paths[typeof routeName$3a]['get']['parameters'];
125376
+ declare const routeName$39 = "/v1/api/insurance-terms-bot/supported-insurance-companies";
125377
+ type GetSupportedInsuranceCompaniesQueryParams = paths[typeof routeName$39]['get']['parameters']['query'];
125378
+ type GetSupportedInsuranceCompaniesResponse = paths[typeof routeName$39]['get']['responses'][200]['content']['application/json'];
125379
+ type GetSupportedInsuranceCompaniesProps = paths[typeof routeName$39]['get']['parameters'];
125373
125380
  declare const getSupportedInsuranceCompanies: (props: GetSupportedInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedInsuranceCompaniesResponse>;
125374
125381
 
125375
- declare const routeName$39 = "/v1/api/insurance-terms-bot/supported-insurance-subjects";
125376
- type GetSupportedInsuranceSubjectsQueryParams = paths[typeof routeName$39]['get']['parameters']['query'];
125377
- type GetSupportedInsuranceSubjectsResponse = paths[typeof routeName$39]['get']['responses'][200]['content']['application/json'];
125378
- type GetSupportedInsuranceSubjectsProps = paths[typeof routeName$39]['get']['parameters'];
125382
+ declare const routeName$38 = "/v1/api/insurance-terms-bot/supported-insurance-subjects";
125383
+ type GetSupportedInsuranceSubjectsQueryParams = paths[typeof routeName$38]['get']['parameters']['query'];
125384
+ type GetSupportedInsuranceSubjectsResponse = paths[typeof routeName$38]['get']['responses'][200]['content']['application/json'];
125385
+ type GetSupportedInsuranceSubjectsProps = paths[typeof routeName$38]['get']['parameters'];
125379
125386
  declare const getSupportedInsuranceSubjects: (props: GetSupportedInsuranceSubjectsProps, wgApiClient: ClientType) => Promise<GetSupportedInsuranceSubjectsResponse>;
125380
125387
 
125381
- declare const routeName$38 = "/v1/api/insurance-terms-bot/chat";
125382
- type PoseAQuestionToInsuranceTermsBotBody = paths[typeof routeName$38]['post']['requestBody']['content']['application/json'];
125383
- type PoseAQuestionToInsuranceTermsBotQueryParams = paths[typeof routeName$38]['post']['parameters']['query'];
125384
- type PoseAQuestionToInsuranceTermsBotResponse = paths[typeof routeName$38]['post']['responses'][201]['content']['application/json'];
125388
+ declare const routeName$37 = "/v1/api/insurance-terms-bot/chat";
125389
+ type PoseAQuestionToInsuranceTermsBotBody = paths[typeof routeName$37]['post']['requestBody']['content']['application/json'];
125390
+ type PoseAQuestionToInsuranceTermsBotQueryParams = paths[typeof routeName$37]['post']['parameters']['query'];
125391
+ type PoseAQuestionToInsuranceTermsBotResponse = paths[typeof routeName$37]['post']['responses'][201]['content']['application/json'];
125385
125392
  interface PoseAQuestionToInsuranceTermsBotProps {
125386
125393
  body: PoseAQuestionToInsuranceTermsBotBody;
125387
125394
  params: {
@@ -125390,10 +125397,10 @@ interface PoseAQuestionToInsuranceTermsBotProps {
125390
125397
  }
125391
125398
  declare const poseAQuestionToInsuranceTermsBot: (props: PoseAQuestionToInsuranceTermsBotProps, wgApiClient: ClientType) => Promise<PoseAQuestionToInsuranceTermsBotResponse>;
125392
125399
 
125393
- declare const routeName$37 = "/v1/api/insurance-terms-bot/compare";
125394
- type PoseAQuestionToInsuranceTermsBotForItToCompareBody = paths[typeof routeName$37]['post']['requestBody']['content']['application/json'];
125395
- type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams = paths[typeof routeName$37]['post']['parameters']['query'];
125396
- type PoseAQuestionToInsuranceTermsBotForItToCompareResponse = paths[typeof routeName$37]['post']['responses'][201]['content']['application/json'];
125400
+ declare const routeName$36 = "/v1/api/insurance-terms-bot/compare";
125401
+ type PoseAQuestionToInsuranceTermsBotForItToCompareBody = paths[typeof routeName$36]['post']['requestBody']['content']['application/json'];
125402
+ type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams = paths[typeof routeName$36]['post']['parameters']['query'];
125403
+ type PoseAQuestionToInsuranceTermsBotForItToCompareResponse = paths[typeof routeName$36]['post']['responses'][201]['content']['application/json'];
125397
125404
  interface PoseAQuestionToInsuranceTermsBotForItToCompareProps {
125398
125405
  body: PoseAQuestionToInsuranceTermsBotForItToCompareBody;
125399
125406
  params: {
@@ -125402,10 +125409,10 @@ interface PoseAQuestionToInsuranceTermsBotForItToCompareProps {
125402
125409
  }
125403
125410
  declare const poseAQuestionToInsuranceTermsBotForItToCompare: (props: PoseAQuestionToInsuranceTermsBotForItToCompareProps, wgApiClient: ClientType) => Promise<PoseAQuestionToInsuranceTermsBotForItToCompareResponse>;
125404
125411
 
125405
- declare const routeName$36 = "/v1/api/insurance-terms-bot/feedback";
125406
- type GiveFeedbackToInsuranceTermsBotBody = paths[typeof routeName$36]['post']['requestBody']['content']['application/json'];
125407
- type GiveFeedbackToInsuranceTermsBotQueryParams = paths[typeof routeName$36]['post']['parameters']['query'];
125408
- type GiveFeedbackToInsuranceTermsBotResponse = paths[typeof routeName$36]['post']['responses'][201]['content']['application/json'];
125412
+ declare const routeName$35 = "/v1/api/insurance-terms-bot/feedback";
125413
+ type GiveFeedbackToInsuranceTermsBotBody = paths[typeof routeName$35]['post']['requestBody']['content']['application/json'];
125414
+ type GiveFeedbackToInsuranceTermsBotQueryParams = paths[typeof routeName$35]['post']['parameters']['query'];
125415
+ type GiveFeedbackToInsuranceTermsBotResponse = paths[typeof routeName$35]['post']['responses'][201]['content']['application/json'];
125409
125416
  interface GiveFeedbackToInsuranceTermsBotProps {
125410
125417
  body: GiveFeedbackToInsuranceTermsBotBody;
125411
125418
  params: {
@@ -125414,11 +125421,11 @@ interface GiveFeedbackToInsuranceTermsBotProps {
125414
125421
  }
125415
125422
  declare const giveFeedbackToInsuranceTermsBot: (props: GiveFeedbackToInsuranceTermsBotProps, wgApiClient: ClientType) => Promise<GiveFeedbackToInsuranceTermsBotResponse>;
125416
125423
 
125417
- declare const routeName$35 = "/v1/api/distributions/{distribution_id}/leads/companies";
125418
- type CreateCompanyLeadBody = paths[typeof routeName$35]['post']['requestBody']['content']['application/json'];
125419
- type CreateCompanyLeadPathParams = paths[typeof routeName$35]['post']['parameters']['path'];
125420
- type CreateCompanyLeadQueryParams = paths[typeof routeName$35]['post']['parameters']['query'];
125421
- type CreateCompanyLeadResponse = paths[typeof routeName$35]['post']['responses'][201]['content']['application/json'];
125424
+ declare const routeName$34 = "/v1/api/distributions/{distribution_id}/leads/companies";
125425
+ type CreateCompanyLeadBody = paths[typeof routeName$34]['post']['requestBody']['content']['application/json'];
125426
+ type CreateCompanyLeadPathParams = paths[typeof routeName$34]['post']['parameters']['path'];
125427
+ type CreateCompanyLeadQueryParams = paths[typeof routeName$34]['post']['parameters']['query'];
125428
+ type CreateCompanyLeadResponse = paths[typeof routeName$34]['post']['responses'][201]['content']['application/json'];
125422
125429
  interface CreateCompanyLeadProps {
125423
125430
  body: CreateCompanyLeadBody;
125424
125431
  params: {
@@ -125428,11 +125435,11 @@ interface CreateCompanyLeadProps {
125428
125435
  }
125429
125436
  declare const createCompanyLead: (props: CreateCompanyLeadProps, wgApiClient: ClientType) => Promise<CreateCompanyLeadResponse>;
125430
125437
 
125431
- declare const routeName$34 = "/v1/api/distributions/{distribution_id}/leads/customers";
125432
- type CreateCustomerLeadBody = paths[typeof routeName$34]['post']['requestBody']['content']['application/json'];
125433
- type CreateCustomerLeadPathParams = paths[typeof routeName$34]['post']['parameters']['path'];
125434
- type CreateCustomerLeadQueryParams = paths[typeof routeName$34]['post']['parameters']['query'];
125435
- type CreateCustomerLeadResponse = paths[typeof routeName$34]['post']['responses'][201]['content']['application/json'];
125438
+ declare const routeName$33 = "/v1/api/distributions/{distribution_id}/leads/customers";
125439
+ type CreateCustomerLeadBody = paths[typeof routeName$33]['post']['requestBody']['content']['application/json'];
125440
+ type CreateCustomerLeadPathParams = paths[typeof routeName$33]['post']['parameters']['path'];
125441
+ type CreateCustomerLeadQueryParams = paths[typeof routeName$33]['post']['parameters']['query'];
125442
+ type CreateCustomerLeadResponse = paths[typeof routeName$33]['post']['responses'][201]['content']['application/json'];
125436
125443
  interface CreateCustomerLeadProps {
125437
125444
  body: CreateCustomerLeadBody;
125438
125445
  params: {
@@ -125442,23 +125449,23 @@ interface CreateCustomerLeadProps {
125442
125449
  }
125443
125450
  declare const createCustomerLead: (props: CreateCustomerLeadProps, wgApiClient: ClientType) => Promise<CreateCustomerLeadResponse>;
125444
125451
 
125445
- declare const routeName$33 = "/v1/api/distributions/{distribution_id}/leads";
125446
- type GetAllLeadsByDistributionPathParams = paths[typeof routeName$33]['get']['parameters']['path'];
125447
- type GetAllLeadsByDistributionResponse = paths[typeof routeName$33]['get']['responses'][200]['content']['application/json'];
125448
- type GetAllLeadsByDistributionProps = paths[typeof routeName$33]['get']['parameters'];
125452
+ declare const routeName$32 = "/v1/api/distributions/{distribution_id}/leads";
125453
+ type GetAllLeadsByDistributionPathParams = paths[typeof routeName$32]['get']['parameters']['path'];
125454
+ type GetAllLeadsByDistributionResponse = paths[typeof routeName$32]['get']['responses'][200]['content']['application/json'];
125455
+ type GetAllLeadsByDistributionProps = paths[typeof routeName$32]['get']['parameters'];
125449
125456
  declare const getAllLeadsByDistribution: (props: GetAllLeadsByDistributionProps, wgApiClient: ClientType) => Promise<GetAllLeadsByDistributionResponse>;
125450
125457
 
125451
- declare const routeName$32 = "/v1/api/leads/{lead_id}";
125452
- type GetLeadByIdPathParams = paths[typeof routeName$32]['get']['parameters']['path'];
125453
- type GetLeadByIdResponse = paths[typeof routeName$32]['get']['responses'][200]['content']['application/json'];
125454
- type GetLeadByIdProps = paths[typeof routeName$32]['get']['parameters'];
125458
+ declare const routeName$31 = "/v1/api/leads/{lead_id}";
125459
+ type GetLeadByIdPathParams = paths[typeof routeName$31]['get']['parameters']['path'];
125460
+ type GetLeadByIdResponse = paths[typeof routeName$31]['get']['responses'][200]['content']['application/json'];
125461
+ type GetLeadByIdProps = paths[typeof routeName$31]['get']['parameters'];
125455
125462
  declare const getLeadById: (props: GetLeadByIdProps, wgApiClient: ClientType) => Promise<GetLeadByIdResponse>;
125456
125463
 
125457
- declare const routeName$31 = "/v1/api/leads/{lead_id}/transfers";
125458
- type TransferLeadToOtherDistributionBody = paths[typeof routeName$31]['post']['requestBody']['content']['application/json'];
125459
- type TransferLeadToOtherDistributionPathParams = paths[typeof routeName$31]['post']['parameters']['path'];
125460
- type TransferLeadToOtherDistributionQueryParams = paths[typeof routeName$31]['post']['parameters']['query'];
125461
- type TransferLeadToOtherDistributionResponse = paths[typeof routeName$31]['post']['responses'][200]['content']['application/json'];
125464
+ declare const routeName$30 = "/v1/api/leads/{lead_id}/transfers";
125465
+ type TransferLeadToOtherDistributionBody = paths[typeof routeName$30]['post']['requestBody']['content']['application/json'];
125466
+ type TransferLeadToOtherDistributionPathParams = paths[typeof routeName$30]['post']['parameters']['path'];
125467
+ type TransferLeadToOtherDistributionQueryParams = paths[typeof routeName$30]['post']['parameters']['query'];
125468
+ type TransferLeadToOtherDistributionResponse = paths[typeof routeName$30]['post']['responses'][200]['content']['application/json'];
125462
125469
  interface TransferLeadToOtherDistributionProps {
125463
125470
  body: TransferLeadToOtherDistributionBody;
125464
125471
  params: {
@@ -125468,16 +125475,16 @@ interface TransferLeadToOtherDistributionProps {
125468
125475
  }
125469
125476
  declare const transferLeadToOtherDistribution: (props: TransferLeadToOtherDistributionProps, wgApiClient: ClientType) => Promise<TransferLeadToOtherDistributionResponse>;
125470
125477
 
125471
- declare const routeName$30 = "/v1/api/leases/profilease/cars/rates";
125472
- type GetCarLeaseRatesQueryParams = paths[typeof routeName$30]['get']['parameters']['query'];
125473
- type GetCarLeaseRatesResponse = paths[typeof routeName$30]['get']['responses'][200]['content']['application/json'];
125474
- type GetCarLeaseRatesProps = paths[typeof routeName$30]['get']['parameters'];
125478
+ declare const routeName$2$ = "/v1/api/leases/profilease/cars/rates";
125479
+ type GetCarLeaseRatesQueryParams = paths[typeof routeName$2$]['get']['parameters']['query'];
125480
+ type GetCarLeaseRatesResponse = paths[typeof routeName$2$]['get']['responses'][200]['content']['application/json'];
125481
+ type GetCarLeaseRatesProps = paths[typeof routeName$2$]['get']['parameters'];
125475
125482
  declare const getCarLeaseRates: (props: GetCarLeaseRatesProps, wgApiClient: ClientType) => Promise<GetCarLeaseRatesResponse>;
125476
125483
 
125477
- declare const routeName$2$ = "/v1/api/leases/profilease/cars/quotes";
125478
- type CalculateCarLeaseQuoteBody = paths[typeof routeName$2$]['post']['requestBody']['content']['application/json'];
125479
- type CalculateCarLeaseQuoteQueryParams = paths[typeof routeName$2$]['post']['parameters']['query'];
125480
- type CalculateCarLeaseQuoteResponse = paths[typeof routeName$2$]['post']['responses'][200]['content']['application/json'];
125484
+ declare const routeName$2_ = "/v1/api/leases/profilease/cars/quotes";
125485
+ type CalculateCarLeaseQuoteBody = paths[typeof routeName$2_]['post']['requestBody']['content']['application/json'];
125486
+ type CalculateCarLeaseQuoteQueryParams = paths[typeof routeName$2_]['post']['parameters']['query'];
125487
+ type CalculateCarLeaseQuoteResponse = paths[typeof routeName$2_]['post']['responses'][200]['content']['application/json'];
125481
125488
  interface CalculateCarLeaseQuoteProps {
125482
125489
  body: CalculateCarLeaseQuoteBody;
125483
125490
  params: {
@@ -125486,24 +125493,24 @@ interface CalculateCarLeaseQuoteProps {
125486
125493
  }
125487
125494
  declare const calculateCarLeaseQuote: (props: CalculateCarLeaseQuoteProps, wgApiClient: ClientType) => Promise<CalculateCarLeaseQuoteResponse>;
125488
125495
 
125489
- declare const routeName$2_ = "/v1/api/distributions/{distribution_id}/leases/profilease/offers";
125490
- type GetAllLeaseOffersByDistributionPathParams = paths[typeof routeName$2_]['get']['parameters']['path'];
125491
- type GetAllLeaseOffersByDistributionQueryParams = paths[typeof routeName$2_]['get']['parameters']['query'];
125492
- type GetAllLeaseOffersByDistributionResponse = paths[typeof routeName$2_]['get']['responses'][200]['content']['application/json'];
125493
- type GetAllLeaseOffersByDistributionProps = paths[typeof routeName$2_]['get']['parameters'];
125496
+ declare const routeName$2Z = "/v1/api/distributions/{distribution_id}/leases/profilease/offers";
125497
+ type GetAllLeaseOffersByDistributionPathParams = paths[typeof routeName$2Z]['get']['parameters']['path'];
125498
+ type GetAllLeaseOffersByDistributionQueryParams = paths[typeof routeName$2Z]['get']['parameters']['query'];
125499
+ type GetAllLeaseOffersByDistributionResponse = paths[typeof routeName$2Z]['get']['responses'][200]['content']['application/json'];
125500
+ type GetAllLeaseOffersByDistributionProps = paths[typeof routeName$2Z]['get']['parameters'];
125494
125501
  declare const getAllLeaseOffersByDistribution: (props: GetAllLeaseOffersByDistributionProps, wgApiClient: ClientType) => Promise<GetAllLeaseOffersByDistributionResponse>;
125495
125502
 
125496
- declare const routeName$2Z = "/v1/api/distributions/{distribution_id}/leases/profilease/offers/{lease_offer_id}";
125497
- type GetLeaseOfferByIdPathParams = paths[typeof routeName$2Z]['get']['parameters']['path'];
125498
- type GetLeaseOfferByIdQueryParams = paths[typeof routeName$2Z]['get']['parameters']['query'];
125499
- type GetLeaseOfferByIdResponse = paths[typeof routeName$2Z]['get']['responses'][200]['content']['application/json'];
125500
- type GetLeaseOfferByIdProps = paths[typeof routeName$2Z]['get']['parameters'];
125503
+ declare const routeName$2Y = "/v1/api/distributions/{distribution_id}/leases/profilease/offers/{lease_offer_id}";
125504
+ type GetLeaseOfferByIdPathParams = paths[typeof routeName$2Y]['get']['parameters']['path'];
125505
+ type GetLeaseOfferByIdQueryParams = paths[typeof routeName$2Y]['get']['parameters']['query'];
125506
+ type GetLeaseOfferByIdResponse = paths[typeof routeName$2Y]['get']['responses'][200]['content']['application/json'];
125507
+ type GetLeaseOfferByIdProps = paths[typeof routeName$2Y]['get']['parameters'];
125501
125508
  declare const getLeaseOfferById: (props: GetLeaseOfferByIdProps, wgApiClient: ClientType) => Promise<GetLeaseOfferByIdResponse>;
125502
125509
 
125503
- declare const routeName$2Y = "/v1/api/leases/profilease/cars/offers";
125504
- type CreateProfileaseCarLeaseOfferBody = paths[typeof routeName$2Y]['post']['requestBody']['content']['application/json'];
125505
- type CreateProfileaseCarLeaseOfferQueryParams = paths[typeof routeName$2Y]['post']['parameters']['query'];
125506
- type CreateProfileaseCarLeaseOfferResponse = paths[typeof routeName$2Y]['post']['responses'][201]['content']['application/json'];
125510
+ declare const routeName$2X = "/v1/api/leases/profilease/cars/offers";
125511
+ type CreateProfileaseCarLeaseOfferBody = paths[typeof routeName$2X]['post']['requestBody']['content']['application/json'];
125512
+ type CreateProfileaseCarLeaseOfferQueryParams = paths[typeof routeName$2X]['post']['parameters']['query'];
125513
+ type CreateProfileaseCarLeaseOfferResponse = paths[typeof routeName$2X]['post']['responses'][201]['content']['application/json'];
125507
125514
  interface CreateProfileaseCarLeaseOfferProps {
125508
125515
  body: CreateProfileaseCarLeaseOfferBody;
125509
125516
  params: {
@@ -125512,59 +125519,59 @@ interface CreateProfileaseCarLeaseOfferProps {
125512
125519
  }
125513
125520
  declare const createProfileaseCarLeaseOffer: (props: CreateProfileaseCarLeaseOfferProps, wgApiClient: ClientType) => Promise<CreateProfileaseCarLeaseOfferResponse>;
125514
125521
 
125515
- declare const routeName$2X = "/v1/api/insurance_companies";
125516
- type GetInsuranceCompaniesQueryParams = paths[typeof routeName$2X]['get']['parameters']['query'];
125517
- type GetInsuranceCompaniesResponse = paths[typeof routeName$2X]['get']['responses'][200]['content']['application/json'];
125518
- type GetInsuranceCompaniesProps = paths[typeof routeName$2X]['get']['parameters'];
125522
+ declare const routeName$2W = "/v1/api/insurance_companies";
125523
+ type GetInsuranceCompaniesQueryParams = paths[typeof routeName$2W]['get']['parameters']['query'];
125524
+ type GetInsuranceCompaniesResponse = paths[typeof routeName$2W]['get']['responses'][200]['content']['application/json'];
125525
+ type GetInsuranceCompaniesProps = paths[typeof routeName$2W]['get']['parameters'];
125519
125526
  declare const getInsuranceCompanies: (props: GetInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetInsuranceCompaniesResponse>;
125520
125527
 
125521
- declare const routeName$2W = "/v1/api/themes";
125522
- type GetAllAvailableThemesInWegroupQueryParams = paths[typeof routeName$2W]['get']['parameters']['query'];
125523
- type GetAllAvailableThemesInWegroupResponse = paths[typeof routeName$2W]['get']['responses'][200]['content']['application/json'];
125524
- type GetAllAvailableThemesInWegroupProps = paths[typeof routeName$2W]['get']['parameters'];
125528
+ declare const routeName$2V = "/v1/api/themes";
125529
+ type GetAllAvailableThemesInWegroupQueryParams = paths[typeof routeName$2V]['get']['parameters']['query'];
125530
+ type GetAllAvailableThemesInWegroupResponse = paths[typeof routeName$2V]['get']['responses'][200]['content']['application/json'];
125531
+ type GetAllAvailableThemesInWegroupProps = paths[typeof routeName$2V]['get']['parameters'];
125525
125532
  declare const getAllAvailableThemesInWegroup: (props: GetAllAvailableThemesInWegroupProps, wgApiClient: ClientType) => Promise<GetAllAvailableThemesInWegroupResponse>;
125526
125533
 
125527
- declare const routeName$2V = "/v1/api/nace-codes";
125528
- type GetNaceQueryParams = paths[typeof routeName$2V]['get']['parameters']['query'];
125529
- type GetNaceResponse = paths[typeof routeName$2V]['get']['responses'][200]['content']['application/json'];
125530
- type GetNaceProps = paths[typeof routeName$2V]['get']['parameters'];
125534
+ declare const routeName$2U = "/v1/api/nace-codes";
125535
+ type GetNaceQueryParams = paths[typeof routeName$2U]['get']['parameters']['query'];
125536
+ type GetNaceResponse = paths[typeof routeName$2U]['get']['responses'][200]['content']['application/json'];
125537
+ type GetNaceProps = paths[typeof routeName$2U]['get']['parameters'];
125531
125538
  declare const getNace: (props: GetNaceProps, wgApiClient: ClientType) => Promise<GetNaceResponse>;
125532
125539
 
125533
- declare const routeName$2U = "/v1/api/sbi-codes";
125534
- type GetSbiQueryParams = paths[typeof routeName$2U]['get']['parameters']['query'];
125535
- type GetSbiResponse = paths[typeof routeName$2U]['get']['responses'][200]['content']['application/json'];
125536
- type GetSbiProps = paths[typeof routeName$2U]['get']['parameters'];
125540
+ declare const routeName$2T = "/v1/api/sbi-codes";
125541
+ type GetSbiQueryParams = paths[typeof routeName$2T]['get']['parameters']['query'];
125542
+ type GetSbiResponse = paths[typeof routeName$2T]['get']['responses'][200]['content']['application/json'];
125543
+ type GetSbiProps = paths[typeof routeName$2T]['get']['parameters'];
125537
125544
  declare const getSbi: (props: GetSbiProps, wgApiClient: ClientType) => Promise<GetSbiResponse>;
125538
125545
 
125539
- declare const routeName$2T = "/v1/api/gbi-codes";
125540
- type GetGbiQueryParams = paths[typeof routeName$2T]['get']['parameters']['query'];
125541
- type GetGbiResponse = paths[typeof routeName$2T]['get']['responses'][200]['content']['application/json'];
125542
- type GetGbiProps = paths[typeof routeName$2T]['get']['parameters'];
125546
+ declare const routeName$2S = "/v1/api/gbi-codes";
125547
+ type GetGbiQueryParams = paths[typeof routeName$2S]['get']['parameters']['query'];
125548
+ type GetGbiResponse = paths[typeof routeName$2S]['get']['responses'][200]['content']['application/json'];
125549
+ type GetGbiProps = paths[typeof routeName$2S]['get']['parameters'];
125543
125550
  declare const getGbi: (props: GetGbiProps, wgApiClient: ClientType) => Promise<GetGbiResponse>;
125544
125551
 
125545
- declare const routeName$2S = "/v1/api/events/{activity_id}/artifact";
125546
- type GetArtifactFromEventByIdPathParams = paths[typeof routeName$2S]['get']['parameters']['path'];
125547
- type GetArtifactFromEventByIdQueryParams = paths[typeof routeName$2S]['get']['parameters']['query'];
125548
- type GetArtifactFromEventByIdResponse = paths[typeof routeName$2S]['get']['responses'][200]['content']['application/json'];
125549
- type GetArtifactFromEventByIdProps = paths[typeof routeName$2S]['get']['parameters'];
125552
+ declare const routeName$2R = "/v1/api/events/{activity_id}/artifact";
125553
+ type GetArtifactFromEventByIdPathParams = paths[typeof routeName$2R]['get']['parameters']['path'];
125554
+ type GetArtifactFromEventByIdQueryParams = paths[typeof routeName$2R]['get']['parameters']['query'];
125555
+ type GetArtifactFromEventByIdResponse = paths[typeof routeName$2R]['get']['responses'][200]['content']['application/json'];
125556
+ type GetArtifactFromEventByIdProps = paths[typeof routeName$2R]['get']['parameters'];
125550
125557
  declare const getArtifactFromEventById: (props: GetArtifactFromEventByIdProps, wgApiClient: ClientType) => Promise<GetArtifactFromEventByIdResponse>;
125551
125558
 
125552
- declare const routeName$2R = "/v1/api/lead-providers";
125553
- type GetLeadProvidersByAffinityQueryParams = paths[typeof routeName$2R]['get']['parameters']['query'];
125554
- type GetLeadProvidersByAffinityResponse = paths[typeof routeName$2R]['get']['responses'][200]['content']['application/json'];
125555
- type GetLeadProvidersByAffinityProps = paths[typeof routeName$2R]['get']['parameters'];
125559
+ declare const routeName$2Q = "/v1/api/lead-providers";
125560
+ type GetLeadProvidersByAffinityQueryParams = paths[typeof routeName$2Q]['get']['parameters']['query'];
125561
+ type GetLeadProvidersByAffinityResponse = paths[typeof routeName$2Q]['get']['responses'][200]['content']['application/json'];
125562
+ type GetLeadProvidersByAffinityProps = paths[typeof routeName$2Q]['get']['parameters'];
125556
125563
  declare const getLeadProvidersByAffinity: (props: GetLeadProvidersByAffinityProps, wgApiClient: ClientType) => Promise<GetLeadProvidersByAffinityResponse>;
125557
125564
 
125558
- declare const routeName$2Q = "/v1/api/lead-providers/{lead_provider_id}";
125559
- type GetLeadProviderByIdPathParams = paths[typeof routeName$2Q]['get']['parameters']['path'];
125560
- type GetLeadProviderByIdResponse = paths[typeof routeName$2Q]['get']['responses'][200]['content']['application/json'];
125561
- type GetLeadProviderByIdProps = paths[typeof routeName$2Q]['get']['parameters'];
125565
+ declare const routeName$2P = "/v1/api/lead-providers/{lead_provider_id}";
125566
+ type GetLeadProviderByIdPathParams = paths[typeof routeName$2P]['get']['parameters']['path'];
125567
+ type GetLeadProviderByIdResponse = paths[typeof routeName$2P]['get']['responses'][200]['content']['application/json'];
125568
+ type GetLeadProviderByIdProps = paths[typeof routeName$2P]['get']['parameters'];
125562
125569
  declare const getLeadProviderById: (props: GetLeadProviderByIdProps, wgApiClient: ClientType) => Promise<GetLeadProviderByIdResponse>;
125563
125570
 
125564
- declare const routeName$2P = "/v1/api/toolkit-brokers";
125565
- type CreateToolkitBrokerBody = paths[typeof routeName$2P]['post']['requestBody']['content']['application/json'];
125566
- type CreateToolkitBrokerQueryParams = paths[typeof routeName$2P]['post']['parameters']['query'];
125567
- type CreateToolkitBrokerResponse = paths[typeof routeName$2P]['post']['responses'][201]['content']['application/json'];
125571
+ declare const routeName$2O = "/v1/api/toolkit-brokers";
125572
+ type CreateToolkitBrokerBody = paths[typeof routeName$2O]['post']['requestBody']['content']['application/json'];
125573
+ type CreateToolkitBrokerQueryParams = paths[typeof routeName$2O]['post']['parameters']['query'];
125574
+ type CreateToolkitBrokerResponse = paths[typeof routeName$2O]['post']['responses'][201]['content']['application/json'];
125568
125575
  interface CreateToolkitBrokerProps {
125569
125576
  body: CreateToolkitBrokerBody;
125570
125577
  params: {
@@ -125573,10 +125580,10 @@ interface CreateToolkitBrokerProps {
125573
125580
  }
125574
125581
  declare const createToolkitBroker: (props: CreateToolkitBrokerProps, wgApiClient: ClientType) => Promise<CreateToolkitBrokerResponse>;
125575
125582
 
125576
- declare const routeName$2O = "/v1/api/accounts";
125577
- type CreateAccountBody = paths[typeof routeName$2O]['post']['requestBody']['content']['application/json'];
125578
- type CreateAccountQueryParams = paths[typeof routeName$2O]['post']['parameters']['query'];
125579
- type CreateAccountResponse = paths[typeof routeName$2O]['post']['responses'][201]['content']['application/json'];
125583
+ declare const routeName$2N = "/v1/api/accounts";
125584
+ type CreateAccountBody = paths[typeof routeName$2N]['post']['requestBody']['content']['application/json'];
125585
+ type CreateAccountQueryParams = paths[typeof routeName$2N]['post']['parameters']['query'];
125586
+ type CreateAccountResponse = paths[typeof routeName$2N]['post']['responses'][201]['content']['application/json'];
125580
125587
  interface CreateAccountProps {
125581
125588
  body: CreateAccountBody;
125582
125589
  params: {
@@ -125585,10 +125592,10 @@ interface CreateAccountProps {
125585
125592
  }
125586
125593
  declare const createAccount: (props: CreateAccountProps, wgApiClient: ClientType) => Promise<CreateAccountResponse>;
125587
125594
 
125588
- declare const routeName$2N = "/v1/api/toolkit-accounts";
125589
- type CreateToolkitAccountBody = paths[typeof routeName$2N]['post']['requestBody']['content']['application/json'];
125590
- type CreateToolkitAccountQueryParams = paths[typeof routeName$2N]['post']['parameters']['query'];
125591
- type CreateToolkitAccountResponse = paths[typeof routeName$2N]['post']['responses'][201]['content']['application/json'];
125595
+ declare const routeName$2M = "/v1/api/toolkit-accounts";
125596
+ type CreateToolkitAccountBody = paths[typeof routeName$2M]['post']['requestBody']['content']['application/json'];
125597
+ type CreateToolkitAccountQueryParams = paths[typeof routeName$2M]['post']['parameters']['query'];
125598
+ type CreateToolkitAccountResponse = paths[typeof routeName$2M]['post']['responses'][201]['content']['application/json'];
125592
125599
  interface CreateToolkitAccountProps {
125593
125600
  body: CreateToolkitAccountBody;
125594
125601
  params: {
@@ -125597,10 +125604,10 @@ interface CreateToolkitAccountProps {
125597
125604
  }
125598
125605
  declare const createToolkitAccount: (props: CreateToolkitAccountProps, wgApiClient: ClientType) => Promise<CreateToolkitAccountResponse>;
125599
125606
 
125600
- declare const routeName$2M = "/v1/api/trials";
125601
- type CreateTrialBrokerBody = paths[typeof routeName$2M]['post']['requestBody']['content']['application/json'];
125602
- type CreateTrialBrokerQueryParams = paths[typeof routeName$2M]['post']['parameters']['query'];
125603
- type CreateTrialBrokerResponse = paths[typeof routeName$2M]['post']['responses'][201]['content']['application/json'];
125607
+ declare const routeName$2L = "/v1/api/trials";
125608
+ type CreateTrialBrokerBody = paths[typeof routeName$2L]['post']['requestBody']['content']['application/json'];
125609
+ type CreateTrialBrokerQueryParams = paths[typeof routeName$2L]['post']['parameters']['query'];
125610
+ type CreateTrialBrokerResponse = paths[typeof routeName$2L]['post']['responses'][201]['content']['application/json'];
125604
125611
  interface CreateTrialBrokerProps {
125605
125612
  body: CreateTrialBrokerBody;
125606
125613
  params: {
@@ -125609,16 +125616,16 @@ interface CreateTrialBrokerProps {
125609
125616
  }
125610
125617
  declare const createTrialBroker: (props: CreateTrialBrokerProps, wgApiClient: ClientType) => Promise<CreateTrialBrokerResponse>;
125611
125618
 
125612
- declare const routeName$2L = "/v1/api/keys";
125613
- type GetEncryptionKeysQueryParams = paths[typeof routeName$2L]['get']['parameters']['query'];
125614
- type GetEncryptionKeysResponse = paths[typeof routeName$2L]['get']['responses'][200]['content']['application/json'];
125615
- type GetEncryptionKeysProps = paths[typeof routeName$2L]['get']['parameters'];
125619
+ declare const routeName$2K = "/v1/api/keys";
125620
+ type GetEncryptionKeysQueryParams = paths[typeof routeName$2K]['get']['parameters']['query'];
125621
+ type GetEncryptionKeysResponse = paths[typeof routeName$2K]['get']['responses'][200]['content']['application/json'];
125622
+ type GetEncryptionKeysProps = paths[typeof routeName$2K]['get']['parameters'];
125616
125623
  declare const getEncryptionKeys: (props: GetEncryptionKeysProps, wgApiClient: ClientType) => Promise<GetEncryptionKeysResponse>;
125617
125624
 
125618
- declare const routeName$2K = "/v1/api/verify/exists/user/email";
125619
- type VerifyIfAUserExistsByEmailBody = paths[typeof routeName$2K]['post']['requestBody']['content']['application/json'];
125620
- type VerifyIfAUserExistsByEmailQueryParams = paths[typeof routeName$2K]['post']['parameters']['query'];
125621
- type VerifyIfAUserExistsByEmailResponse = paths[typeof routeName$2K]['post']['responses'][200]['content']['application/json'];
125625
+ declare const routeName$2J = "/v1/api/verify/exists/user/email";
125626
+ type VerifyIfAUserExistsByEmailBody = paths[typeof routeName$2J]['post']['requestBody']['content']['application/json'];
125627
+ type VerifyIfAUserExistsByEmailQueryParams = paths[typeof routeName$2J]['post']['parameters']['query'];
125628
+ type VerifyIfAUserExistsByEmailResponse = paths[typeof routeName$2J]['post']['responses'][200]['content']['application/json'];
125622
125629
  interface VerifyIfAUserExistsByEmailProps {
125623
125630
  body: VerifyIfAUserExistsByEmailBody;
125624
125631
  params: {
@@ -125627,10 +125634,10 @@ interface VerifyIfAUserExistsByEmailProps {
125627
125634
  }
125628
125635
  declare const verifyIfAUserExistsByEmail: (props: VerifyIfAUserExistsByEmailProps, wgApiClient: ClientType) => Promise<VerifyIfAUserExistsByEmailResponse>;
125629
125636
 
125630
- declare const routeName$2J = "/v1/api/verify/exists/distribution/registration";
125631
- type VerifyIfADistributionExistsByCompanyRegistrationBody = paths[typeof routeName$2J]['post']['requestBody']['content']['application/json'];
125632
- type VerifyIfADistributionExistsByCompanyRegistrationQueryParams = paths[typeof routeName$2J]['post']['parameters']['query'];
125633
- type VerifyIfADistributionExistsByCompanyRegistrationResponse = paths[typeof routeName$2J]['post']['responses'][200]['content']['application/json'];
125637
+ declare const routeName$2I = "/v1/api/verify/exists/distribution/registration";
125638
+ type VerifyIfADistributionExistsByCompanyRegistrationBody = paths[typeof routeName$2I]['post']['requestBody']['content']['application/json'];
125639
+ type VerifyIfADistributionExistsByCompanyRegistrationQueryParams = paths[typeof routeName$2I]['post']['parameters']['query'];
125640
+ type VerifyIfADistributionExistsByCompanyRegistrationResponse = paths[typeof routeName$2I]['post']['responses'][200]['content']['application/json'];
125634
125641
  interface VerifyIfADistributionExistsByCompanyRegistrationProps {
125635
125642
  body: VerifyIfADistributionExistsByCompanyRegistrationBody;
125636
125643
  params: {
@@ -125639,10 +125646,10 @@ interface VerifyIfADistributionExistsByCompanyRegistrationProps {
125639
125646
  }
125640
125647
  declare const verifyIfADistributionExistsByCompanyRegistration: (props: VerifyIfADistributionExistsByCompanyRegistrationProps, wgApiClient: ClientType) => Promise<VerifyIfADistributionExistsByCompanyRegistrationResponse>;
125641
125648
 
125642
- declare const routeName$2I = "/v1/api/verify/exists/distribution/name";
125643
- type VerifyIfADistributionExistsByNameBody = paths[typeof routeName$2I]['post']['requestBody']['content']['application/json'];
125644
- type VerifyIfADistributionExistsByNameQueryParams = paths[typeof routeName$2I]['post']['parameters']['query'];
125645
- type VerifyIfADistributionExistsByNameResponse = paths[typeof routeName$2I]['post']['responses'][200]['content']['application/json'];
125649
+ declare const routeName$2H = "/v1/api/verify/exists/distribution/name";
125650
+ type VerifyIfADistributionExistsByNameBody = paths[typeof routeName$2H]['post']['requestBody']['content']['application/json'];
125651
+ type VerifyIfADistributionExistsByNameQueryParams = paths[typeof routeName$2H]['post']['parameters']['query'];
125652
+ type VerifyIfADistributionExistsByNameResponse = paths[typeof routeName$2H]['post']['responses'][200]['content']['application/json'];
125646
125653
  interface VerifyIfADistributionExistsByNameProps {
125647
125654
  body: VerifyIfADistributionExistsByNameBody;
125648
125655
  params: {
@@ -125651,86 +125658,86 @@ interface VerifyIfADistributionExistsByNameProps {
125651
125658
  }
125652
125659
  declare const verifyIfADistributionExistsByName: (props: VerifyIfADistributionExistsByNameProps, wgApiClient: ClientType) => Promise<VerifyIfADistributionExistsByNameResponse>;
125653
125660
 
125654
- declare const routeName$2H = "/v1/api/plans";
125655
- type GetAllAvailablePlansResponse = paths[typeof routeName$2H]['get']['responses'][200]['content']['application/json'];
125661
+ declare const routeName$2G = "/v1/api/plans";
125662
+ type GetAllAvailablePlansResponse = paths[typeof routeName$2G]['get']['responses'][200]['content']['application/json'];
125656
125663
  declare const getAllAvailablePlans: (wgApiClient: ClientType) => Promise<GetAllAvailablePlansResponse>;
125657
125664
 
125658
- declare const routeName$2G = "/v1/api/activity-types";
125659
- type GetAllActivityTypesQueryParams = paths[typeof routeName$2G]['get']['parameters']['query'];
125660
- type GetAllActivityTypesResponse = paths[typeof routeName$2G]['get']['responses'][200]['content']['application/json'];
125661
- type GetAllActivityTypesProps = paths[typeof routeName$2G]['get']['parameters'];
125665
+ declare const routeName$2F = "/v1/api/activity-types";
125666
+ type GetAllActivityTypesQueryParams = paths[typeof routeName$2F]['get']['parameters']['query'];
125667
+ type GetAllActivityTypesResponse = paths[typeof routeName$2F]['get']['responses'][200]['content']['application/json'];
125668
+ type GetAllActivityTypesProps = paths[typeof routeName$2F]['get']['parameters'];
125662
125669
  declare const getAllActivityTypes: (props: GetAllActivityTypesProps, wgApiClient: ClientType) => Promise<GetAllActivityTypesResponse>;
125663
125670
 
125664
- declare const routeName$2F = "/v1/api/flows/jobs/{job_id}";
125665
- type GetJobResultByIdPathParams = paths[typeof routeName$2F]['get']['parameters']['path'];
125666
- type GetJobResultByIdQueryParams = paths[typeof routeName$2F]['get']['parameters']['query'];
125667
- type GetJobResultByIdResponse = paths[typeof routeName$2F]['get']['responses'][200]['content']['application/json'];
125668
- type GetJobResultByIdProps = paths[typeof routeName$2F]['get']['parameters'];
125671
+ declare const routeName$2E = "/v1/api/flows/jobs/{job_id}";
125672
+ type GetJobResultByIdPathParams = paths[typeof routeName$2E]['get']['parameters']['path'];
125673
+ type GetJobResultByIdQueryParams = paths[typeof routeName$2E]['get']['parameters']['query'];
125674
+ type GetJobResultByIdResponse = paths[typeof routeName$2E]['get']['responses'][200]['content']['application/json'];
125675
+ type GetJobResultByIdProps = paths[typeof routeName$2E]['get']['parameters'];
125669
125676
  declare const getJobResultById: (props: GetJobResultByIdProps, wgApiClient: ClientType) => Promise<GetJobResultByIdResponse>;
125670
125677
 
125671
- declare const routeName$2E = "/v1/api/singularity/jobs/{job_id}";
125672
- type GetSingularityJobResultByIdPathParams = paths[typeof routeName$2E]['get']['parameters']['path'];
125673
- type GetSingularityJobResultByIdQueryParams = paths[typeof routeName$2E]['get']['parameters']['query'];
125674
- type GetSingularityJobResultByIdResponse = paths[typeof routeName$2E]['get']['responses'][200]['content']['application/json'];
125675
- type GetSingularityJobResultByIdProps = paths[typeof routeName$2E]['get']['parameters'];
125678
+ declare const routeName$2D = "/v1/api/singularity/jobs/{job_id}";
125679
+ type GetSingularityJobResultByIdPathParams = paths[typeof routeName$2D]['get']['parameters']['path'];
125680
+ type GetSingularityJobResultByIdQueryParams = paths[typeof routeName$2D]['get']['parameters']['query'];
125681
+ type GetSingularityJobResultByIdResponse = paths[typeof routeName$2D]['get']['responses'][200]['content']['application/json'];
125682
+ type GetSingularityJobResultByIdProps = paths[typeof routeName$2D]['get']['parameters'];
125676
125683
  declare const getSingularityJobResultById: (props: GetSingularityJobResultByIdProps, wgApiClient: ClientType) => Promise<GetSingularityJobResultByIdResponse>;
125677
125684
 
125678
- declare const routeName$2D = "/v1/api/anvaflows/labels/{label}/enum";
125679
- type GetEnumByAnvaLabelPathParams = paths[typeof routeName$2D]['get']['parameters']['path'];
125680
- type GetEnumByAnvaLabelQueryParams = paths[typeof routeName$2D]['get']['parameters']['query'];
125681
- type GetEnumByAnvaLabelResponse = paths[typeof routeName$2D]['get']['responses'][200]['content']['application/json'];
125682
- type GetEnumByAnvaLabelProps = paths[typeof routeName$2D]['get']['parameters'];
125685
+ declare const routeName$2C = "/v1/api/anvaflows/labels/{label}/enum";
125686
+ type GetEnumByAnvaLabelPathParams = paths[typeof routeName$2C]['get']['parameters']['path'];
125687
+ type GetEnumByAnvaLabelQueryParams = paths[typeof routeName$2C]['get']['parameters']['query'];
125688
+ type GetEnumByAnvaLabelResponse = paths[typeof routeName$2C]['get']['responses'][200]['content']['application/json'];
125689
+ type GetEnumByAnvaLabelProps = paths[typeof routeName$2C]['get']['parameters'];
125683
125690
  declare const getEnumByAnvaLabel: (props: GetEnumByAnvaLabelProps, wgApiClient: ClientType) => Promise<GetEnumByAnvaLabelResponse>;
125684
125691
 
125685
- declare const routeName$2C = "/v1/api/diasflows/labels/{label}/enum";
125686
- type GetEnumByDiasLabelPathParams = paths[typeof routeName$2C]['get']['parameters']['path'];
125687
- type GetEnumByDiasLabelQueryParams = paths[typeof routeName$2C]['get']['parameters']['query'];
125688
- type GetEnumByDiasLabelResponse = paths[typeof routeName$2C]['get']['responses'][200]['content']['application/json'];
125689
- type GetEnumByDiasLabelProps = paths[typeof routeName$2C]['get']['parameters'];
125692
+ declare const routeName$2B = "/v1/api/diasflows/labels/{label}/enum";
125693
+ type GetEnumByDiasLabelPathParams = paths[typeof routeName$2B]['get']['parameters']['path'];
125694
+ type GetEnumByDiasLabelQueryParams = paths[typeof routeName$2B]['get']['parameters']['query'];
125695
+ type GetEnumByDiasLabelResponse = paths[typeof routeName$2B]['get']['responses'][200]['content']['application/json'];
125696
+ type GetEnumByDiasLabelProps = paths[typeof routeName$2B]['get']['parameters'];
125690
125697
  declare const getEnumByDiasLabel: (props: GetEnumByDiasLabelProps, wgApiClient: ClientType) => Promise<GetEnumByDiasLabelResponse>;
125691
125698
 
125692
- declare const routeName$2B = "/v1/api/insights/cars/check-insurance";
125693
- type GetInsightsIfCarIsInsuredBody = paths[typeof routeName$2B]['post']['requestBody']['content']['application/json'];
125694
- type GetInsightsIfCarIsInsuredResponse = paths[typeof routeName$2B]['post']['responses'][200]['content']['application/json'];
125699
+ declare const routeName$2A = "/v1/api/insights/cars/check-insurance";
125700
+ type GetInsightsIfCarIsInsuredBody = paths[typeof routeName$2A]['post']['requestBody']['content']['application/json'];
125701
+ type GetInsightsIfCarIsInsuredResponse = paths[typeof routeName$2A]['post']['responses'][200]['content']['application/json'];
125695
125702
  interface GetInsightsIfCarIsInsuredProps {
125696
125703
  body: GetInsightsIfCarIsInsuredBody;
125697
125704
  }
125698
125705
  declare const getInsightsIfCarIsInsured: (props: GetInsightsIfCarIsInsuredProps, wgApiClient: ClientType) => Promise<GetInsightsIfCarIsInsuredResponse>;
125699
125706
 
125700
- declare const routeName$2A = "/v1/api/partners/carglass/events";
125701
- type PostEventAsCarglassPartnerBody = paths[typeof routeName$2A]['post']['requestBody']['content']['application/json'];
125702
- type PostEventAsCarglassPartnerResponse = paths[typeof routeName$2A]['post']['responses'][201]['content']['application/json'];
125707
+ declare const routeName$2z = "/v1/api/partners/carglass/events";
125708
+ type PostEventAsCarglassPartnerBody = paths[typeof routeName$2z]['post']['requestBody']['content']['application/json'];
125709
+ type PostEventAsCarglassPartnerResponse = paths[typeof routeName$2z]['post']['responses'][201]['content']['application/json'];
125703
125710
  interface PostEventAsCarglassPartnerProps {
125704
125711
  body: PostEventAsCarglassPartnerBody;
125705
125712
  }
125706
125713
  declare const postEventAsCarglassPartner: (props: PostEventAsCarglassPartnerProps, wgApiClient: ClientType) => Promise<PostEventAsCarglassPartnerResponse>;
125707
125714
 
125708
- declare const routeName$2z = "/v1/api/offer-request-for-insurance-company/pdf";
125709
- type GenerateOfferRequestForInsuranceCompanyPdfBody = paths[typeof routeName$2z]['post']['requestBody']['content']['application/json'];
125710
- type GenerateOfferRequestForInsuranceCompanyPdfResponse = paths[typeof routeName$2z]['post']['responses'][200]['content']['application/json'];
125715
+ declare const routeName$2y = "/v1/api/offer-request-for-insurance-company/pdf";
125716
+ type GenerateOfferRequestForInsuranceCompanyPdfBody = paths[typeof routeName$2y]['post']['requestBody']['content']['application/json'];
125717
+ type GenerateOfferRequestForInsuranceCompanyPdfResponse = paths[typeof routeName$2y]['post']['responses'][200]['content']['application/json'];
125711
125718
  interface GenerateOfferRequestForInsuranceCompanyPdfProps {
125712
125719
  body: GenerateOfferRequestForInsuranceCompanyPdfBody;
125713
125720
  }
125714
125721
  declare const generateOfferRequestForInsuranceCompanyPdf: (props: GenerateOfferRequestForInsuranceCompanyPdfProps, wgApiClient: ClientType) => Promise<GenerateOfferRequestForInsuranceCompanyPdfResponse>;
125715
125722
 
125716
- declare const routeName$2y = "/v1/api/offer-request-for-insurance-company/docx";
125717
- type GenerateOfferRequestForInsuranceCompanyDocxBody = paths[typeof routeName$2y]['post']['requestBody']['content']['application/json'];
125718
- type GenerateOfferRequestForInsuranceCompanyDocxResponse = paths[typeof routeName$2y]['post']['responses'][200]['content']['application/json'];
125723
+ declare const routeName$2x = "/v1/api/offer-request-for-insurance-company/docx";
125724
+ type GenerateOfferRequestForInsuranceCompanyDocxBody = paths[typeof routeName$2x]['post']['requestBody']['content']['application/json'];
125725
+ type GenerateOfferRequestForInsuranceCompanyDocxResponse = paths[typeof routeName$2x]['post']['responses'][200]['content']['application/json'];
125719
125726
  interface GenerateOfferRequestForInsuranceCompanyDocxProps {
125720
125727
  body: GenerateOfferRequestForInsuranceCompanyDocxBody;
125721
125728
  }
125722
125729
  declare const generateOfferRequestForInsuranceCompanyDocx: (props: GenerateOfferRequestForInsuranceCompanyDocxProps, wgApiClient: ClientType) => Promise<GenerateOfferRequestForInsuranceCompanyDocxResponse>;
125723
125730
 
125724
- declare const routeName$2x = "/v1/api/offers/{offer_id}/revisions/{offer_revision_id}";
125725
- type GetOfferByIdPathParams = paths[typeof routeName$2x]['get']['parameters']['path'];
125726
- type GetOfferByIdResponse = paths[typeof routeName$2x]['get']['responses'][200]['content']['application/json'];
125727
- type GetOfferByIdProps = paths[typeof routeName$2x]['get']['parameters'];
125731
+ declare const routeName$2w = "/v1/api/offers/{offer_id}/revisions/{offer_revision_id}";
125732
+ type GetOfferByIdPathParams = paths[typeof routeName$2w]['get']['parameters']['path'];
125733
+ type GetOfferByIdResponse = paths[typeof routeName$2w]['get']['responses'][200]['content']['application/json'];
125734
+ type GetOfferByIdProps = paths[typeof routeName$2w]['get']['parameters'];
125728
125735
  declare const getOfferById: (props: GetOfferByIdProps, wgApiClient: ClientType) => Promise<GetOfferByIdResponse>;
125729
125736
 
125730
- declare const routeName$2w = "/v1/api/offers/{offer_id}/revisions/{offer_revision_id}";
125731
- type UpdateOfferByIdBody = paths[typeof routeName$2w]['patch']['requestBody']['content']['application/json'];
125732
- type UpdateOfferByIdPathParams = paths[typeof routeName$2w]['patch']['parameters']['path'];
125733
- type UpdateOfferByIdResponse = paths[typeof routeName$2w]['patch']['responses'][200]['content']['application/json'];
125737
+ declare const routeName$2v = "/v1/api/offers/{offer_id}/revisions/{offer_revision_id}";
125738
+ type UpdateOfferByIdBody = paths[typeof routeName$2v]['patch']['requestBody']['content']['application/json'];
125739
+ type UpdateOfferByIdPathParams = paths[typeof routeName$2v]['patch']['parameters']['path'];
125740
+ type UpdateOfferByIdResponse = paths[typeof routeName$2v]['patch']['responses'][200]['content']['application/json'];
125734
125741
  interface UpdateOfferByIdProps {
125735
125742
  body: UpdateOfferByIdBody;
125736
125743
  params: {
@@ -125739,23 +125746,23 @@ interface UpdateOfferByIdProps {
125739
125746
  }
125740
125747
  declare const updateOfferById: (props: UpdateOfferByIdProps, wgApiClient: ClientType) => Promise<UpdateOfferByIdResponse>;
125741
125748
 
125742
- declare const routeName$2v = "/v2/api/offers/{offer_id}/revisions/{offer_revision_id}/minimal";
125743
- type GetMinimalOfferByIdPathParams = paths[typeof routeName$2v]['get']['parameters']['path'];
125744
- type GetMinimalOfferByIdQueryParams = paths[typeof routeName$2v]['get']['parameters']['query'];
125745
- type GetMinimalOfferByIdResponse = paths[typeof routeName$2v]['get']['responses'][200]['content']['application/json'];
125746
- type GetMinimalOfferByIdProps = paths[typeof routeName$2v]['get']['parameters'];
125749
+ declare const routeName$2u = "/v2/api/offers/{offer_id}/revisions/{offer_revision_id}/minimal";
125750
+ type GetMinimalOfferByIdPathParams = paths[typeof routeName$2u]['get']['parameters']['path'];
125751
+ type GetMinimalOfferByIdQueryParams = paths[typeof routeName$2u]['get']['parameters']['query'];
125752
+ type GetMinimalOfferByIdResponse = paths[typeof routeName$2u]['get']['responses'][200]['content']['application/json'];
125753
+ type GetMinimalOfferByIdProps = paths[typeof routeName$2u]['get']['parameters'];
125747
125754
  declare const getMinimalOfferById: (props: GetMinimalOfferByIdProps, wgApiClient: ClientType) => Promise<GetMinimalOfferByIdResponse>;
125748
125755
 
125749
- declare const routeName$2u = "/v2/api/offers/{offer_revision_id}/minimal";
125750
- type GetMinimalOfferRevisionByIdPathParams = paths[typeof routeName$2u]['get']['parameters']['path'];
125751
- type GetMinimalOfferRevisionByIdResponse = paths[typeof routeName$2u]['get']['responses'][200]['content']['application/json'];
125752
- type GetMinimalOfferRevisionByIdProps = paths[typeof routeName$2u]['get']['parameters'];
125756
+ declare const routeName$2t = "/v2/api/offers/{offer_revision_id}/minimal";
125757
+ type GetMinimalOfferRevisionByIdPathParams = paths[typeof routeName$2t]['get']['parameters']['path'];
125758
+ type GetMinimalOfferRevisionByIdResponse = paths[typeof routeName$2t]['get']['responses'][200]['content']['application/json'];
125759
+ type GetMinimalOfferRevisionByIdProps = paths[typeof routeName$2t]['get']['parameters'];
125753
125760
  declare const getMinimalOfferRevisionById: (props: GetMinimalOfferRevisionByIdProps, wgApiClient: ClientType) => Promise<GetMinimalOfferRevisionByIdResponse>;
125754
125761
 
125755
- declare const routeName$2t = "/v1/api/offers/{offer_id}/revisions";
125756
- type CreateOfferRevisionBody = paths[typeof routeName$2t]['put']['requestBody']['content']['application/json'];
125757
- type CreateOfferRevisionPathParams = paths[typeof routeName$2t]['put']['parameters']['path'];
125758
- type CreateOfferRevisionResponse = paths[typeof routeName$2t]['put']['responses'][201]['content']['application/json'];
125762
+ declare const routeName$2s = "/v1/api/offers/{offer_id}/revisions";
125763
+ type CreateOfferRevisionBody = paths[typeof routeName$2s]['put']['requestBody']['content']['application/json'];
125764
+ type CreateOfferRevisionPathParams = paths[typeof routeName$2s]['put']['parameters']['path'];
125765
+ type CreateOfferRevisionResponse = paths[typeof routeName$2s]['put']['responses'][201]['content']['application/json'];
125759
125766
  interface CreateOfferRevisionProps {
125760
125767
  body: CreateOfferRevisionBody;
125761
125768
  params: {
@@ -125764,69 +125771,69 @@ interface CreateOfferRevisionProps {
125764
125771
  }
125765
125772
  declare const createOfferRevision: (props: CreateOfferRevisionProps, wgApiClient: ClientType) => Promise<CreateOfferRevisionResponse>;
125766
125773
 
125767
- declare const routeName$2s = "/v1/api/offers/bulk";
125768
- type UpdateOffersInBulkBody = paths[typeof routeName$2s]['patch']['requestBody']['content']['application/json'];
125769
- type UpdateOffersInBulkResponse = paths[typeof routeName$2s]['patch']['responses'][200]['content']['application/json'];
125774
+ declare const routeName$2r = "/v1/api/offers/bulk";
125775
+ type UpdateOffersInBulkBody = paths[typeof routeName$2r]['patch']['requestBody']['content']['application/json'];
125776
+ type UpdateOffersInBulkResponse = paths[typeof routeName$2r]['patch']['responses'][200]['content']['application/json'];
125770
125777
  interface UpdateOffersInBulkProps {
125771
125778
  body: UpdateOffersInBulkBody;
125772
125779
  }
125773
125780
  declare const updateOffersInBulk: (props: UpdateOffersInBulkProps, wgApiClient: ClientType) => Promise<UpdateOffersInBulkResponse>;
125774
125781
 
125775
- declare const routeName$2r = "/v2/api/distributions/{distribution_id}/offers";
125776
- type GetOffersByDistributionPathParams = paths[typeof routeName$2r]['get']['parameters']['path'];
125777
- type GetOffersByDistributionQueryParams = paths[typeof routeName$2r]['get']['parameters']['query'];
125778
- type GetOffersByDistributionResponse = paths[typeof routeName$2r]['get']['responses'][200]['content']['application/json'];
125779
- type GetOffersByDistributionProps = paths[typeof routeName$2r]['get']['parameters'];
125782
+ declare const routeName$2q = "/v2/api/distributions/{distribution_id}/offers";
125783
+ type GetOffersByDistributionPathParams = paths[typeof routeName$2q]['get']['parameters']['path'];
125784
+ type GetOffersByDistributionQueryParams = paths[typeof routeName$2q]['get']['parameters']['query'];
125785
+ type GetOffersByDistributionResponse = paths[typeof routeName$2q]['get']['responses'][200]['content']['application/json'];
125786
+ type GetOffersByDistributionProps = paths[typeof routeName$2q]['get']['parameters'];
125780
125787
  declare const getOffersByDistribution: (props: GetOffersByDistributionProps, wgApiClient: ClientType) => Promise<GetOffersByDistributionResponse>;
125781
125788
 
125782
- declare const routeName$2q = "/v1/api/organisations/{organisation_id}/leads";
125783
- type GetOrganisationLeadsPathParams = paths[typeof routeName$2q]['get']['parameters']['path'];
125784
- type GetOrganisationLeadsQueryParams = paths[typeof routeName$2q]['get']['parameters']['query'];
125785
- type GetOrganisationLeadsResponse = paths[typeof routeName$2q]['get']['responses'][200]['content']['application/json'];
125786
- type GetOrganisationLeadsProps = paths[typeof routeName$2q]['get']['parameters'];
125789
+ declare const routeName$2p = "/v1/api/organisations/{organisation_id}/leads";
125790
+ type GetOrganisationLeadsPathParams = paths[typeof routeName$2p]['get']['parameters']['path'];
125791
+ type GetOrganisationLeadsQueryParams = paths[typeof routeName$2p]['get']['parameters']['query'];
125792
+ type GetOrganisationLeadsResponse = paths[typeof routeName$2p]['get']['responses'][200]['content']['application/json'];
125793
+ type GetOrganisationLeadsProps = paths[typeof routeName$2p]['get']['parameters'];
125787
125794
  declare const getOrganisationLeads: (props: GetOrganisationLeadsProps, wgApiClient: ClientType) => Promise<GetOrganisationLeadsResponse>;
125788
125795
 
125789
- declare const routeName$2p = "/v1/api/organisations/{organisation_id}/offers";
125790
- type GetOrganisationOffersPathParams = paths[typeof routeName$2p]['get']['parameters']['path'];
125791
- type GetOrganisationOffersQueryParams = paths[typeof routeName$2p]['get']['parameters']['query'];
125792
- type GetOrganisationOffersResponse = paths[typeof routeName$2p]['get']['responses'][200]['content']['application/json'];
125793
- type GetOrganisationOffersProps = paths[typeof routeName$2p]['get']['parameters'];
125796
+ declare const routeName$2o = "/v1/api/organisations/{organisation_id}/offers";
125797
+ type GetOrganisationOffersPathParams = paths[typeof routeName$2o]['get']['parameters']['path'];
125798
+ type GetOrganisationOffersQueryParams = paths[typeof routeName$2o]['get']['parameters']['query'];
125799
+ type GetOrganisationOffersResponse = paths[typeof routeName$2o]['get']['responses'][200]['content']['application/json'];
125800
+ type GetOrganisationOffersProps = paths[typeof routeName$2o]['get']['parameters'];
125794
125801
  declare const getOrganisationOffers: (props: GetOrganisationOffersProps, wgApiClient: ClientType) => Promise<GetOrganisationOffersResponse>;
125795
125802
 
125796
- declare const routeName$2o = "/v1/api/organisations/{organisation_id}/distributions";
125797
- type GetOrganisationDistributionsPathParams = paths[typeof routeName$2o]['get']['parameters']['path'];
125798
- type GetOrganisationDistributionsQueryParams = paths[typeof routeName$2o]['get']['parameters']['query'];
125799
- type GetOrganisationDistributionsResponse = paths[typeof routeName$2o]['get']['responses'][200]['content']['application/json'];
125800
- type GetOrganisationDistributionsProps = paths[typeof routeName$2o]['get']['parameters'];
125803
+ declare const routeName$2n = "/v1/api/organisations/{organisation_id}/distributions";
125804
+ type GetOrganisationDistributionsPathParams = paths[typeof routeName$2n]['get']['parameters']['path'];
125805
+ type GetOrganisationDistributionsQueryParams = paths[typeof routeName$2n]['get']['parameters']['query'];
125806
+ type GetOrganisationDistributionsResponse = paths[typeof routeName$2n]['get']['responses'][200]['content']['application/json'];
125807
+ type GetOrganisationDistributionsProps = paths[typeof routeName$2n]['get']['parameters'];
125801
125808
  declare const getOrganisationDistributions: (props: GetOrganisationDistributionsProps, wgApiClient: ClientType) => Promise<GetOrganisationDistributionsResponse>;
125802
125809
 
125803
- declare const routeName$2n = "/v1/api/parties/companies";
125804
- type CreateLegalPartyBody = paths[typeof routeName$2n]['post']['requestBody']['content']['application/json'];
125805
- type CreateLegalPartyResponse = paths[typeof routeName$2n]['post']['responses'][201]['content']['application/json'];
125810
+ declare const routeName$2m = "/v1/api/parties/companies";
125811
+ type CreateLegalPartyBody = paths[typeof routeName$2m]['post']['requestBody']['content']['application/json'];
125812
+ type CreateLegalPartyResponse = paths[typeof routeName$2m]['post']['responses'][201]['content']['application/json'];
125806
125813
  interface CreateLegalPartyProps {
125807
125814
  body: CreateLegalPartyBody;
125808
125815
  }
125809
125816
  declare const createLegalParty: (props: CreateLegalPartyProps, wgApiClient: ClientType) => Promise<CreateLegalPartyResponse>;
125810
125817
 
125811
- declare const routeName$2m = "/v1/api/parties/customers";
125812
- type CreateNaturalPartyBody = paths[typeof routeName$2m]['post']['requestBody']['content']['application/json'];
125813
- type CreateNaturalPartyResponse = paths[typeof routeName$2m]['post']['responses'][201]['content']['application/json'];
125818
+ declare const routeName$2l = "/v1/api/parties/customers";
125819
+ type CreateNaturalPartyBody = paths[typeof routeName$2l]['post']['requestBody']['content']['application/json'];
125820
+ type CreateNaturalPartyResponse = paths[typeof routeName$2l]['post']['responses'][201]['content']['application/json'];
125814
125821
  interface CreateNaturalPartyProps {
125815
125822
  body: CreateNaturalPartyBody;
125816
125823
  }
125817
125824
  declare const createNaturalParty: (props: CreateNaturalPartyProps, wgApiClient: ClientType) => Promise<CreateNaturalPartyResponse>;
125818
125825
 
125819
- declare const routeName$2l = "/v1/api/parties/{party_id}/activity";
125820
- type GetActivityByPartyPathParams = paths[typeof routeName$2l]['get']['parameters']['path'];
125821
- type GetActivityByPartyQueryParams = paths[typeof routeName$2l]['get']['parameters']['query'];
125822
- type GetActivityByPartyResponse = paths[typeof routeName$2l]['get']['responses'][200]['content']['application/json'];
125823
- type GetActivityByPartyProps = paths[typeof routeName$2l]['get']['parameters'];
125826
+ declare const routeName$2k = "/v1/api/parties/{party_id}/activity";
125827
+ type GetActivityByPartyPathParams = paths[typeof routeName$2k]['get']['parameters']['path'];
125828
+ type GetActivityByPartyQueryParams = paths[typeof routeName$2k]['get']['parameters']['query'];
125829
+ type GetActivityByPartyResponse = paths[typeof routeName$2k]['get']['responses'][200]['content']['application/json'];
125830
+ type GetActivityByPartyProps = paths[typeof routeName$2k]['get']['parameters'];
125824
125831
  declare const getActivityByParty: (props: GetActivityByPartyProps, wgApiClient: ClientType) => Promise<GetActivityByPartyResponse>;
125825
125832
 
125826
- declare const routeName$2k = "/v1/api/activities/{activity_id}/comments";
125827
- type CommentOnActivityPathParams = paths[typeof routeName$2k]['post']['parameters']['path'];
125828
- type CommentOnActivityQueryParams = paths[typeof routeName$2k]['post']['parameters']['query'];
125829
- type CommentOnActivityResponse = paths[typeof routeName$2k]['post']['responses'][201]['content']['application/json'];
125833
+ declare const routeName$2j = "/v1/api/activities/{activity_id}/comments";
125834
+ type CommentOnActivityPathParams = paths[typeof routeName$2j]['post']['parameters']['path'];
125835
+ type CommentOnActivityQueryParams = paths[typeof routeName$2j]['post']['parameters']['query'];
125836
+ type CommentOnActivityResponse = paths[typeof routeName$2j]['post']['responses'][201]['content']['application/json'];
125830
125837
  interface CommentOnActivityProps {
125831
125838
  params: {
125832
125839
  query: CommentOnActivityQueryParams;
@@ -125835,10 +125842,10 @@ interface CommentOnActivityProps {
125835
125842
  }
125836
125843
  declare const commentOnActivity: (props: CommentOnActivityProps, wgApiClient: ClientType) => Promise<CommentOnActivityResponse>;
125837
125844
 
125838
- declare const routeName$2j = "/v1/api/activities/{activity_id}/comments/{comment_id}";
125839
- type DeleteCommentOnActivityPathParams = paths[typeof routeName$2j]['delete']['parameters']['path'];
125840
- type DeleteCommentOnActivityQueryParams = paths[typeof routeName$2j]['delete']['parameters']['query'];
125841
- type DeleteCommentOnActivityResponse = paths[typeof routeName$2j]['delete']['responses'][200]['content']['application/json'];
125845
+ declare const routeName$2i = "/v1/api/activities/{activity_id}/comments/{comment_id}";
125846
+ type DeleteCommentOnActivityPathParams = paths[typeof routeName$2i]['delete']['parameters']['path'];
125847
+ type DeleteCommentOnActivityQueryParams = paths[typeof routeName$2i]['delete']['parameters']['query'];
125848
+ type DeleteCommentOnActivityResponse = paths[typeof routeName$2i]['delete']['responses'][200]['content']['application/json'];
125842
125849
  interface DeleteCommentOnActivityProps {
125843
125850
  params: {
125844
125851
  query: DeleteCommentOnActivityQueryParams;
@@ -125847,10 +125854,10 @@ interface DeleteCommentOnActivityProps {
125847
125854
  }
125848
125855
  declare const deleteCommentOnActivity: (props: DeleteCommentOnActivityProps, wgApiClient: ClientType) => Promise<DeleteCommentOnActivityResponse>;
125849
125856
 
125850
- declare const routeName$2i = "/v1/api/activities/{activity_id}/comments/{comment_id}";
125851
- type UpdateCommentOnActivityPathParams = paths[typeof routeName$2i]['patch']['parameters']['path'];
125852
- type UpdateCommentOnActivityQueryParams = paths[typeof routeName$2i]['patch']['parameters']['query'];
125853
- type UpdateCommentOnActivityResponse = paths[typeof routeName$2i]['patch']['responses'][200]['content']['application/json'];
125857
+ declare const routeName$2h = "/v1/api/activities/{activity_id}/comments/{comment_id}";
125858
+ type UpdateCommentOnActivityPathParams = paths[typeof routeName$2h]['patch']['parameters']['path'];
125859
+ type UpdateCommentOnActivityQueryParams = paths[typeof routeName$2h]['patch']['parameters']['query'];
125860
+ type UpdateCommentOnActivityResponse = paths[typeof routeName$2h]['patch']['responses'][200]['content']['application/json'];
125854
125861
  interface UpdateCommentOnActivityProps {
125855
125862
  params: {
125856
125863
  query: UpdateCommentOnActivityQueryParams;
@@ -125859,24 +125866,24 @@ interface UpdateCommentOnActivityProps {
125859
125866
  }
125860
125867
  declare const updateCommentOnActivity: (props: UpdateCommentOnActivityProps, wgApiClient: ClientType) => Promise<UpdateCommentOnActivityResponse>;
125861
125868
 
125862
- declare const routeName$2h = "/v1/api/distributions/{distribution_id}/parties";
125863
- type GetAllPartiesByDistributionPathParams = paths[typeof routeName$2h]['get']['parameters']['path'];
125864
- type GetAllPartiesByDistributionQueryParams = paths[typeof routeName$2h]['get']['parameters']['query'];
125865
- type GetAllPartiesByDistributionResponse = paths[typeof routeName$2h]['get']['responses'][200]['content']['application/json'];
125866
- type GetAllPartiesByDistributionProps = paths[typeof routeName$2h]['get']['parameters'];
125869
+ declare const routeName$2g = "/v1/api/distributions/{distribution_id}/parties";
125870
+ type GetAllPartiesByDistributionPathParams = paths[typeof routeName$2g]['get']['parameters']['path'];
125871
+ type GetAllPartiesByDistributionQueryParams = paths[typeof routeName$2g]['get']['parameters']['query'];
125872
+ type GetAllPartiesByDistributionResponse = paths[typeof routeName$2g]['get']['responses'][200]['content']['application/json'];
125873
+ type GetAllPartiesByDistributionProps = paths[typeof routeName$2g]['get']['parameters'];
125867
125874
  declare const getAllPartiesByDistribution: (props: GetAllPartiesByDistributionProps, wgApiClient: ClientType) => Promise<GetAllPartiesByDistributionResponse>;
125868
125875
 
125869
- declare const routeName$2g = "/v2/api/distributions/{distribution_id}/parties";
125870
- type GetAllPartiesByDistributionV2PathParams = paths[typeof routeName$2g]['get']['parameters']['path'];
125871
- type GetAllPartiesByDistributionV2QueryParams = paths[typeof routeName$2g]['get']['parameters']['query'];
125872
- type GetAllPartiesByDistributionV2Response = paths[typeof routeName$2g]['get']['responses'][200]['content']['application/json'];
125873
- type GetAllPartiesByDistributionV2Props = paths[typeof routeName$2g]['get']['parameters'];
125876
+ declare const routeName$2f = "/v2/api/distributions/{distribution_id}/parties";
125877
+ type GetAllPartiesByDistributionV2PathParams = paths[typeof routeName$2f]['get']['parameters']['path'];
125878
+ type GetAllPartiesByDistributionV2QueryParams = paths[typeof routeName$2f]['get']['parameters']['query'];
125879
+ type GetAllPartiesByDistributionV2Response = paths[typeof routeName$2f]['get']['responses'][200]['content']['application/json'];
125880
+ type GetAllPartiesByDistributionV2Props = paths[typeof routeName$2f]['get']['parameters'];
125874
125881
  declare const getAllPartiesByDistributionV2: (props: GetAllPartiesByDistributionV2Props, wgApiClient: ClientType) => Promise<GetAllPartiesByDistributionV2Response>;
125875
125882
 
125876
- declare const routeName$2f = "/v1/api/parties/search";
125877
- type SearchPartiesBody = paths[typeof routeName$2f]['post']['requestBody']['content']['application/json'];
125878
- type SearchPartiesQueryParams = paths[typeof routeName$2f]['post']['parameters']['query'];
125879
- type SearchPartiesResponse = paths[typeof routeName$2f]['post']['responses'][200]['content']['application/json'];
125883
+ declare const routeName$2e = "/v1/api/parties/search";
125884
+ type SearchPartiesBody = paths[typeof routeName$2e]['post']['requestBody']['content']['application/json'];
125885
+ type SearchPartiesQueryParams = paths[typeof routeName$2e]['post']['parameters']['query'];
125886
+ type SearchPartiesResponse = paths[typeof routeName$2e]['post']['responses'][200]['content']['application/json'];
125880
125887
  interface SearchPartiesProps {
125881
125888
  body: SearchPartiesBody;
125882
125889
  params: {
@@ -125885,17 +125892,17 @@ interface SearchPartiesProps {
125885
125892
  }
125886
125893
  declare const searchParties: (props: SearchPartiesProps, wgApiClient: ClientType) => Promise<SearchPartiesResponse>;
125887
125894
 
125888
- declare const routeName$2e = "/v1/api/parties-filters/origin";
125889
- type GetPartiesOriginFilterQueryParams = paths[typeof routeName$2e]['get']['parameters']['query'];
125890
- type GetPartiesOriginFilterResponse = paths[typeof routeName$2e]['get']['responses'][200]['content']['application/json'];
125891
- type GetPartiesOriginFilterProps = paths[typeof routeName$2e]['get']['parameters'];
125895
+ declare const routeName$2d = "/v1/api/parties-filters/origin";
125896
+ type GetPartiesOriginFilterQueryParams = paths[typeof routeName$2d]['get']['parameters']['query'];
125897
+ type GetPartiesOriginFilterResponse = paths[typeof routeName$2d]['get']['responses'][200]['content']['application/json'];
125898
+ type GetPartiesOriginFilterProps = paths[typeof routeName$2d]['get']['parameters'];
125892
125899
  declare const getPartiesOriginFilter: (props: GetPartiesOriginFilterProps, wgApiClient: ClientType) => Promise<GetPartiesOriginFilterResponse>;
125893
125900
 
125894
- declare const routeName$2d = "/v1/api/parties/{party_id}/merges";
125895
- type MergePartiesTogetherBody = paths[typeof routeName$2d]['post']['requestBody']['content']['application/json'];
125896
- type MergePartiesTogetherPathParams = paths[typeof routeName$2d]['post']['parameters']['path'];
125897
- type MergePartiesTogetherQueryParams = paths[typeof routeName$2d]['post']['parameters']['query'];
125898
- type MergePartiesTogetherResponse = paths[typeof routeName$2d]['post']['responses'][200]['content']['application/json'];
125901
+ declare const routeName$2c = "/v1/api/parties/{party_id}/merges";
125902
+ type MergePartiesTogetherBody = paths[typeof routeName$2c]['post']['requestBody']['content']['application/json'];
125903
+ type MergePartiesTogetherPathParams = paths[typeof routeName$2c]['post']['parameters']['path'];
125904
+ type MergePartiesTogetherQueryParams = paths[typeof routeName$2c]['post']['parameters']['query'];
125905
+ type MergePartiesTogetherResponse = paths[typeof routeName$2c]['post']['responses'][200]['content']['application/json'];
125899
125906
  interface MergePartiesTogetherProps {
125900
125907
  body: MergePartiesTogetherBody;
125901
125908
  params: {
@@ -125905,23 +125912,23 @@ interface MergePartiesTogetherProps {
125905
125912
  }
125906
125913
  declare const mergePartiesTogether: (props: MergePartiesTogetherProps, wgApiClient: ClientType) => Promise<MergePartiesTogetherResponse>;
125907
125914
 
125908
- declare const routeName$2c = "/v1/api/parties/{party_id}/merge-suggestions";
125909
- type GetPartyMergeSuggestionsPathParams = paths[typeof routeName$2c]['get']['parameters']['path'];
125910
- type GetPartyMergeSuggestionsQueryParams = paths[typeof routeName$2c]['get']['parameters']['query'];
125911
- type GetPartyMergeSuggestionsResponse = paths[typeof routeName$2c]['get']['responses'][200]['content']['application/json'];
125912
- type GetPartyMergeSuggestionsProps = paths[typeof routeName$2c]['get']['parameters'];
125915
+ declare const routeName$2b = "/v1/api/parties/{party_id}/merge-suggestions";
125916
+ type GetPartyMergeSuggestionsPathParams = paths[typeof routeName$2b]['get']['parameters']['path'];
125917
+ type GetPartyMergeSuggestionsQueryParams = paths[typeof routeName$2b]['get']['parameters']['query'];
125918
+ type GetPartyMergeSuggestionsResponse = paths[typeof routeName$2b]['get']['responses'][200]['content']['application/json'];
125919
+ type GetPartyMergeSuggestionsProps = paths[typeof routeName$2b]['get']['parameters'];
125913
125920
  declare const getPartyMergeSuggestions: (props: GetPartyMergeSuggestionsProps, wgApiClient: ClientType) => Promise<GetPartyMergeSuggestionsResponse>;
125914
125921
 
125915
- declare const routeName$2b = "/v1/api/parties/{party_id}/risk_analysis";
125916
- type GetRiskAnalysisByPartyIdPathParams = paths[typeof routeName$2b]['get']['parameters']['path'];
125917
- type GetRiskAnalysisByPartyIdResponse = paths[typeof routeName$2b]['get']['responses'][200]['content']['application/json'];
125918
- type GetRiskAnalysisByPartyIdProps = paths[typeof routeName$2b]['get']['parameters'];
125922
+ declare const routeName$2a = "/v1/api/parties/{party_id}/risk_analysis";
125923
+ type GetRiskAnalysisByPartyIdPathParams = paths[typeof routeName$2a]['get']['parameters']['path'];
125924
+ type GetRiskAnalysisByPartyIdResponse = paths[typeof routeName$2a]['get']['responses'][200]['content']['application/json'];
125925
+ type GetRiskAnalysisByPartyIdProps = paths[typeof routeName$2a]['get']['parameters'];
125919
125926
  declare const getRiskAnalysisByPartyId: (props: GetRiskAnalysisByPartyIdProps, wgApiClient: ClientType) => Promise<GetRiskAnalysisByPartyIdResponse>;
125920
125927
 
125921
- declare const routeName$2a = "/v1/api/parties-by-company-registration";
125922
- type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody = paths[typeof routeName$2a]['post']['requestBody']['content']['application/json'];
125923
- type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams = paths[typeof routeName$2a]['post']['parameters']['query'];
125924
- type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse = paths[typeof routeName$2a]['post']['responses'][201]['content']['application/json'];
125928
+ declare const routeName$29 = "/v1/api/parties-by-company-registration";
125929
+ type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody = paths[typeof routeName$29]['post']['requestBody']['content']['application/json'];
125930
+ type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationQueryParams = paths[typeof routeName$29]['post']['parameters']['query'];
125931
+ type CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse = paths[typeof routeName$29]['post']['responses'][201]['content']['application/json'];
125925
125932
  interface CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationProps {
125926
125933
  body: CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationBody;
125927
125934
  params: {
@@ -125930,10 +125937,10 @@ interface CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationProps {
125930
125937
  }
125931
125938
  declare const createPartyByEnrichingWithEnrichingWithCompanyRegistration: (props: CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationProps, wgApiClient: ClientType) => Promise<CreatePartyByEnrichingWithEnrichingWithCompanyRegistrationResponse>;
125932
125939
 
125933
- declare const routeName$29 = "/v1/api/parties/{party_id}/enrichments";
125934
- type EnrichPartyByIdWithExternalCompanyDataPathParams = paths[typeof routeName$29]['put']['parameters']['path'];
125935
- type EnrichPartyByIdWithExternalCompanyDataQueryParams = paths[typeof routeName$29]['put']['parameters']['query'];
125936
- type EnrichPartyByIdWithExternalCompanyDataResponse = paths[typeof routeName$29]['put']['responses'][200]['content']['application/json'];
125940
+ declare const routeName$28 = "/v1/api/parties/{party_id}/enrichments";
125941
+ type EnrichPartyByIdWithExternalCompanyDataPathParams = paths[typeof routeName$28]['put']['parameters']['path'];
125942
+ type EnrichPartyByIdWithExternalCompanyDataQueryParams = paths[typeof routeName$28]['put']['parameters']['query'];
125943
+ type EnrichPartyByIdWithExternalCompanyDataResponse = paths[typeof routeName$28]['put']['responses'][200]['content']['application/json'];
125937
125944
  interface EnrichPartyByIdWithExternalCompanyDataProps {
125938
125945
  params: {
125939
125946
  query: EnrichPartyByIdWithExternalCompanyDataQueryParams;
@@ -125942,10 +125949,10 @@ interface EnrichPartyByIdWithExternalCompanyDataProps {
125942
125949
  }
125943
125950
  declare const enrichPartyByIdWithExternalCompanyData: (props: EnrichPartyByIdWithExternalCompanyDataProps, wgApiClient: ClientType) => Promise<EnrichPartyByIdWithExternalCompanyDataResponse>;
125944
125951
 
125945
- declare const routeName$28 = "/v1/api/relations";
125946
- type CreatePartyRelationsBody = paths[typeof routeName$28]['post']['requestBody']['content']['application/json'];
125947
- type CreatePartyRelationsQueryParams = paths[typeof routeName$28]['post']['parameters']['query'];
125948
- type CreatePartyRelationsResponse = paths[typeof routeName$28]['post']['responses'][201]['content']['application/json'];
125952
+ declare const routeName$27 = "/v1/api/relations";
125953
+ type CreatePartyRelationsBody = paths[typeof routeName$27]['post']['requestBody']['content']['application/json'];
125954
+ type CreatePartyRelationsQueryParams = paths[typeof routeName$27]['post']['parameters']['query'];
125955
+ type CreatePartyRelationsResponse = paths[typeof routeName$27]['post']['responses'][201]['content']['application/json'];
125949
125956
  interface CreatePartyRelationsProps {
125950
125957
  body: CreatePartyRelationsBody;
125951
125958
  params: {
@@ -125954,9 +125961,9 @@ interface CreatePartyRelationsProps {
125954
125961
  }
125955
125962
  declare const createPartyRelations: (props: CreatePartyRelationsProps, wgApiClient: ClientType) => Promise<CreatePartyRelationsResponse>;
125956
125963
 
125957
- declare const routeName$27 = "/v1/api/relations/{relation_id}";
125958
- type DeletePartyRelationsPathParams = paths[typeof routeName$27]['delete']['parameters']['path'];
125959
- type DeletePartyRelationsResponse = paths[typeof routeName$27]['delete']['responses'][200]['content']['application/json'];
125964
+ declare const routeName$26 = "/v1/api/relations/{relation_id}";
125965
+ type DeletePartyRelationsPathParams = paths[typeof routeName$26]['delete']['parameters']['path'];
125966
+ type DeletePartyRelationsResponse = paths[typeof routeName$26]['delete']['responses'][200]['content']['application/json'];
125960
125967
  interface DeletePartyRelationsProps {
125961
125968
  params: {
125962
125969
  path: DeletePartyRelationsPathParams;
@@ -125964,10 +125971,10 @@ interface DeletePartyRelationsProps {
125964
125971
  }
125965
125972
  declare const deletePartyRelations: (props: DeletePartyRelationsProps, wgApiClient: ClientType) => Promise<DeletePartyRelationsResponse>;
125966
125973
 
125967
- declare const routeName$26 = "/v1/api/relations/{relation_id}";
125968
- type UpdatePartyRelationsBody = paths[typeof routeName$26]['patch']['requestBody']['content']['application/json'];
125969
- type UpdatePartyRelationsPathParams = paths[typeof routeName$26]['patch']['parameters']['path'];
125970
- type UpdatePartyRelationsResponse = paths[typeof routeName$26]['patch']['responses'][200]['content']['application/json'];
125974
+ declare const routeName$25 = "/v1/api/relations/{relation_id}";
125975
+ type UpdatePartyRelationsBody = paths[typeof routeName$25]['patch']['requestBody']['content']['application/json'];
125976
+ type UpdatePartyRelationsPathParams = paths[typeof routeName$25]['patch']['parameters']['path'];
125977
+ type UpdatePartyRelationsResponse = paths[typeof routeName$25]['patch']['responses'][200]['content']['application/json'];
125971
125978
  interface UpdatePartyRelationsProps {
125972
125979
  body: UpdatePartyRelationsBody;
125973
125980
  params: {
@@ -125976,11 +125983,11 @@ interface UpdatePartyRelationsProps {
125976
125983
  }
125977
125984
  declare const updatePartyRelations: (props: UpdatePartyRelationsProps, wgApiClient: ClientType) => Promise<UpdatePartyRelationsResponse>;
125978
125985
 
125979
- declare const routeName$25 = "/v1/api/parties/{party_id}/assignees";
125980
- type UpdatePartyAssigneesBody = paths[typeof routeName$25]['put']['requestBody']['content']['application/json'];
125981
- type UpdatePartyAssigneesPathParams = paths[typeof routeName$25]['put']['parameters']['path'];
125982
- type UpdatePartyAssigneesQueryParams = paths[typeof routeName$25]['put']['parameters']['query'];
125983
- type UpdatePartyAssigneesResponse = paths[typeof routeName$25]['put']['responses'][200]['content']['application/json'];
125986
+ declare const routeName$24 = "/v1/api/parties/{party_id}/assignees";
125987
+ type UpdatePartyAssigneesBody = paths[typeof routeName$24]['put']['requestBody']['content']['application/json'];
125988
+ type UpdatePartyAssigneesPathParams = paths[typeof routeName$24]['put']['parameters']['path'];
125989
+ type UpdatePartyAssigneesQueryParams = paths[typeof routeName$24]['put']['parameters']['query'];
125990
+ type UpdatePartyAssigneesResponse = paths[typeof routeName$24]['put']['responses'][200]['content']['application/json'];
125984
125991
  interface UpdatePartyAssigneesProps {
125985
125992
  body: UpdatePartyAssigneesBody;
125986
125993
  params: {
@@ -125990,11 +125997,11 @@ interface UpdatePartyAssigneesProps {
125990
125997
  }
125991
125998
  declare const updatePartyAssignees: (props: UpdatePartyAssigneesProps, wgApiClient: ClientType) => Promise<UpdatePartyAssigneesResponse>;
125992
125999
 
125993
- declare const routeName$24 = "/v1/api/parties/{party_id}/risk_objects/{risk_object_id}/relations";
125994
- type CreateRelationBetweenRiskObjectAndPartyBody = paths[typeof routeName$24]['post']['requestBody']['content']['application/json'];
125995
- type CreateRelationBetweenRiskObjectAndPartyPathParams = paths[typeof routeName$24]['post']['parameters']['path'];
125996
- type CreateRelationBetweenRiskObjectAndPartyQueryParams = paths[typeof routeName$24]['post']['parameters']['query'];
125997
- type CreateRelationBetweenRiskObjectAndPartyResponse = paths[typeof routeName$24]['post']['responses'][201]['content']['application/json'];
126000
+ declare const routeName$23 = "/v1/api/parties/{party_id}/risk_objects/{risk_object_id}/relations";
126001
+ type CreateRelationBetweenRiskObjectAndPartyBody = paths[typeof routeName$23]['post']['requestBody']['content']['application/json'];
126002
+ type CreateRelationBetweenRiskObjectAndPartyPathParams = paths[typeof routeName$23]['post']['parameters']['path'];
126003
+ type CreateRelationBetweenRiskObjectAndPartyQueryParams = paths[typeof routeName$23]['post']['parameters']['query'];
126004
+ type CreateRelationBetweenRiskObjectAndPartyResponse = paths[typeof routeName$23]['post']['responses'][201]['content']['application/json'];
125998
126005
  interface CreateRelationBetweenRiskObjectAndPartyProps {
125999
126006
  body: CreateRelationBetweenRiskObjectAndPartyBody;
126000
126007
  params: {
@@ -126004,11 +126011,11 @@ interface CreateRelationBetweenRiskObjectAndPartyProps {
126004
126011
  }
126005
126012
  declare const createRelationBetweenRiskObjectAndParty: (props: CreateRelationBetweenRiskObjectAndPartyProps, wgApiClient: ClientType) => Promise<CreateRelationBetweenRiskObjectAndPartyResponse>;
126006
126013
 
126007
- declare const routeName$23 = "/v1/api/parties/{party_id}/offers";
126008
- type CreatePartyOffersBody = paths[typeof routeName$23]['post']['requestBody']['content']['application/json'];
126009
- type CreatePartyOffersPathParams = paths[typeof routeName$23]['post']['parameters']['path'];
126010
- type CreatePartyOffersQueryParams = paths[typeof routeName$23]['post']['parameters']['query'];
126011
- type CreatePartyOffersResponse = paths[typeof routeName$23]['post']['responses'][201]['content']['application/json'];
126014
+ declare const routeName$22 = "/v1/api/parties/{party_id}/offers";
126015
+ type CreatePartyOffersBody = paths[typeof routeName$22]['post']['requestBody']['content']['application/json'];
126016
+ type CreatePartyOffersPathParams = paths[typeof routeName$22]['post']['parameters']['path'];
126017
+ type CreatePartyOffersQueryParams = paths[typeof routeName$22]['post']['parameters']['query'];
126018
+ type CreatePartyOffersResponse = paths[typeof routeName$22]['post']['responses'][201]['content']['application/json'];
126012
126019
  interface CreatePartyOffersProps {
126013
126020
  body: CreatePartyOffersBody;
126014
126021
  params: {
@@ -126018,16 +126025,16 @@ interface CreatePartyOffersProps {
126018
126025
  }
126019
126026
  declare const createPartyOffers: (props: CreatePartyOffersProps, wgApiClient: ClientType) => Promise<CreatePartyOffersResponse>;
126020
126027
 
126021
- declare const routeName$22 = "/v1/api/parties/{party_id}";
126022
- type GetPartyByIdPathParams = paths[typeof routeName$22]['get']['parameters']['path'];
126023
- type GetPartyByIdResponse = paths[typeof routeName$22]['get']['responses'][200]['content']['application/json'];
126024
- type GetPartyByIdProps = paths[typeof routeName$22]['get']['parameters'];
126028
+ declare const routeName$21 = "/v1/api/parties/{party_id}";
126029
+ type GetPartyByIdPathParams = paths[typeof routeName$21]['get']['parameters']['path'];
126030
+ type GetPartyByIdResponse = paths[typeof routeName$21]['get']['responses'][200]['content']['application/json'];
126031
+ type GetPartyByIdProps = paths[typeof routeName$21]['get']['parameters'];
126025
126032
  declare const getPartyById: (props: GetPartyByIdProps, wgApiClient: ClientType) => Promise<GetPartyByIdResponse>;
126026
126033
 
126027
- declare const routeName$21 = "/v1/api/parties/{party_id}";
126028
- type UpdatePartyByIdBody = paths[typeof routeName$21]['patch']['requestBody']['content']['application/json'];
126029
- type UpdatePartyByIdPathParams = paths[typeof routeName$21]['patch']['parameters']['path'];
126030
- type UpdatePartyByIdResponse = paths[typeof routeName$21]['patch']['responses'][200]['content']['application/json'];
126034
+ declare const routeName$20 = "/v1/api/parties/{party_id}";
126035
+ type UpdatePartyByIdBody = paths[typeof routeName$20]['patch']['requestBody']['content']['application/json'];
126036
+ type UpdatePartyByIdPathParams = paths[typeof routeName$20]['patch']['parameters']['path'];
126037
+ type UpdatePartyByIdResponse = paths[typeof routeName$20]['patch']['responses'][200]['content']['application/json'];
126031
126038
  interface UpdatePartyByIdProps {
126032
126039
  body: UpdatePartyByIdBody;
126033
126040
  params: {
@@ -126036,17 +126043,17 @@ interface UpdatePartyByIdProps {
126036
126043
  }
126037
126044
  declare const updatePartyById: (props: UpdatePartyByIdProps, wgApiClient: ClientType) => Promise<UpdatePartyByIdResponse>;
126038
126045
 
126039
- declare const routeName$20 = "/v1/api/parties/{party_id}/addresses";
126040
- type GetPartyAddressesPathParams = paths[typeof routeName$20]['get']['parameters']['path'];
126041
- type GetPartyAddressesResponse = paths[typeof routeName$20]['get']['responses'][200]['content']['application/json'];
126042
- type GetPartyAddressesProps = paths[typeof routeName$20]['get']['parameters'];
126046
+ declare const routeName$1$ = "/v1/api/parties/{party_id}/addresses";
126047
+ type GetPartyAddressesPathParams = paths[typeof routeName$1$]['get']['parameters']['path'];
126048
+ type GetPartyAddressesResponse = paths[typeof routeName$1$]['get']['responses'][200]['content']['application/json'];
126049
+ type GetPartyAddressesProps = paths[typeof routeName$1$]['get']['parameters'];
126043
126050
  declare const getPartyAddresses: (props: GetPartyAddressesProps, wgApiClient: ClientType) => Promise<GetPartyAddressesResponse>;
126044
126051
 
126045
- declare const routeName$1$ = "/v1/api/parties/{party_id}/transfers";
126046
- type TransferPartyToOtherDistributionBody = paths[typeof routeName$1$]['post']['requestBody']['content']['application/json'];
126047
- type TransferPartyToOtherDistributionPathParams = paths[typeof routeName$1$]['post']['parameters']['path'];
126048
- type TransferPartyToOtherDistributionQueryParams = paths[typeof routeName$1$]['post']['parameters']['query'];
126049
- type TransferPartyToOtherDistributionResponse = paths[typeof routeName$1$]['post']['responses'][200]['content']['application/json'];
126052
+ declare const routeName$1_ = "/v1/api/parties/{party_id}/transfers";
126053
+ type TransferPartyToOtherDistributionBody = paths[typeof routeName$1_]['post']['requestBody']['content']['application/json'];
126054
+ type TransferPartyToOtherDistributionPathParams = paths[typeof routeName$1_]['post']['parameters']['path'];
126055
+ type TransferPartyToOtherDistributionQueryParams = paths[typeof routeName$1_]['post']['parameters']['query'];
126056
+ type TransferPartyToOtherDistributionResponse = paths[typeof routeName$1_]['post']['responses'][200]['content']['application/json'];
126050
126057
  interface TransferPartyToOtherDistributionProps {
126051
126058
  body: TransferPartyToOtherDistributionBody;
126052
126059
  params: {
@@ -126056,10 +126063,10 @@ interface TransferPartyToOtherDistributionProps {
126056
126063
  }
126057
126064
  declare const transferPartyToOtherDistribution: (props: TransferPartyToOtherDistributionProps, wgApiClient: ClientType) => Promise<TransferPartyToOtherDistributionResponse>;
126058
126065
 
126059
- declare const routeName$1_ = "/v1/api/parties/{party_id}/references";
126060
- type CreateReferenceForPartyBody = paths[typeof routeName$1_]['post']['requestBody']['content']['application/json'];
126061
- type CreateReferenceForPartyPathParams = paths[typeof routeName$1_]['post']['parameters']['path'];
126062
- type CreateReferenceForPartyResponse = paths[typeof routeName$1_]['post']['responses'][200]['content']['application/json'];
126066
+ declare const routeName$1Z = "/v1/api/parties/{party_id}/references";
126067
+ type CreateReferenceForPartyBody = paths[typeof routeName$1Z]['post']['requestBody']['content']['application/json'];
126068
+ type CreateReferenceForPartyPathParams = paths[typeof routeName$1Z]['post']['parameters']['path'];
126069
+ type CreateReferenceForPartyResponse = paths[typeof routeName$1Z]['post']['responses'][200]['content']['application/json'];
126063
126070
  interface CreateReferenceForPartyProps {
126064
126071
  body: CreateReferenceForPartyBody;
126065
126072
  params: {
@@ -126068,18 +126075,18 @@ interface CreateReferenceForPartyProps {
126068
126075
  }
126069
126076
  declare const createReferenceForParty: (props: CreateReferenceForPartyProps, wgApiClient: ClientType) => Promise<CreateReferenceForPartyResponse>;
126070
126077
 
126071
- declare const routeName$1Z = "/v1/api/parties/{party_id}/documents";
126072
- type GetDocumentsForPartyPathParams = paths[typeof routeName$1Z]['get']['parameters']['path'];
126073
- type GetDocumentsForPartyQueryParams = paths[typeof routeName$1Z]['get']['parameters']['query'];
126074
- type GetDocumentsForPartyResponse = paths[typeof routeName$1Z]['get']['responses'][200]['content']['application/json'];
126075
- type GetDocumentsForPartyProps = paths[typeof routeName$1Z]['get']['parameters'];
126078
+ declare const routeName$1Y = "/v1/api/parties/{party_id}/documents";
126079
+ type GetDocumentsForPartyPathParams = paths[typeof routeName$1Y]['get']['parameters']['path'];
126080
+ type GetDocumentsForPartyQueryParams = paths[typeof routeName$1Y]['get']['parameters']['query'];
126081
+ type GetDocumentsForPartyResponse = paths[typeof routeName$1Y]['get']['responses'][200]['content']['application/json'];
126082
+ type GetDocumentsForPartyProps = paths[typeof routeName$1Y]['get']['parameters'];
126076
126083
  declare const getDocumentsForParty: (props: GetDocumentsForPartyProps, wgApiClient: ClientType) => Promise<GetDocumentsForPartyResponse>;
126077
126084
 
126078
- declare const routeName$1Y = "/v1/api/parties/{party_id}/documents";
126079
- type CreateDocumentForPartyBody = paths[typeof routeName$1Y]['post']['requestBody']['content']['application/json'];
126080
- type CreateDocumentForPartyPathParams = paths[typeof routeName$1Y]['post']['parameters']['path'];
126081
- type CreateDocumentForPartyQueryParams = paths[typeof routeName$1Y]['post']['parameters']['query'];
126082
- type CreateDocumentForPartyResponse = paths[typeof routeName$1Y]['post']['responses'][201]['content']['application/json'];
126085
+ declare const routeName$1X = "/v1/api/parties/{party_id}/documents";
126086
+ type CreateDocumentForPartyBody = paths[typeof routeName$1X]['post']['requestBody']['content']['application/json'];
126087
+ type CreateDocumentForPartyPathParams = paths[typeof routeName$1X]['post']['parameters']['path'];
126088
+ type CreateDocumentForPartyQueryParams = paths[typeof routeName$1X]['post']['parameters']['query'];
126089
+ type CreateDocumentForPartyResponse = paths[typeof routeName$1X]['post']['responses'][201]['content']['application/json'];
126083
126090
  interface CreateDocumentForPartyProps {
126084
126091
  body: CreateDocumentForPartyBody;
126085
126092
  params: {
@@ -126089,9 +126096,9 @@ interface CreateDocumentForPartyProps {
126089
126096
  }
126090
126097
  declare const createDocumentForParty: (props: CreateDocumentForPartyProps, wgApiClient: ClientType) => Promise<CreateDocumentForPartyResponse>;
126091
126098
 
126092
- declare const routeName$1X = "/v1/api/parties/{party_id}/documents/{document_id}";
126093
- type DeleteDocumentForPartyPathParams = paths[typeof routeName$1X]['delete']['parameters']['path'];
126094
- type DeleteDocumentForPartyResponse = paths[typeof routeName$1X]['delete']['responses'][200]['content']['application/json'];
126099
+ declare const routeName$1W = "/v1/api/parties/{party_id}/documents/{document_id}";
126100
+ type DeleteDocumentForPartyPathParams = paths[typeof routeName$1W]['delete']['parameters']['path'];
126101
+ type DeleteDocumentForPartyResponse = paths[typeof routeName$1W]['delete']['responses'][200]['content']['application/json'];
126095
126102
  interface DeleteDocumentForPartyProps {
126096
126103
  params: {
126097
126104
  path: DeleteDocumentForPartyPathParams;
@@ -126099,10 +126106,10 @@ interface DeleteDocumentForPartyProps {
126099
126106
  }
126100
126107
  declare const deleteDocumentForParty: (props: DeleteDocumentForPartyProps, wgApiClient: ClientType) => Promise<DeleteDocumentForPartyResponse>;
126101
126108
 
126102
- declare const routeName$1W = "/v1/api/parties/{party_id}/documents/{document_id}";
126103
- type UpdateDocumentForPartyBody = paths[typeof routeName$1W]['patch']['requestBody']['content']['application/json'];
126104
- type UpdateDocumentForPartyPathParams = paths[typeof routeName$1W]['patch']['parameters']['path'];
126105
- type UpdateDocumentForPartyResponse = paths[typeof routeName$1W]['patch']['responses'][200]['content']['application/json'];
126109
+ declare const routeName$1V = "/v1/api/parties/{party_id}/documents/{document_id}";
126110
+ type UpdateDocumentForPartyBody = paths[typeof routeName$1V]['patch']['requestBody']['content']['application/json'];
126111
+ type UpdateDocumentForPartyPathParams = paths[typeof routeName$1V]['patch']['parameters']['path'];
126112
+ type UpdateDocumentForPartyResponse = paths[typeof routeName$1V]['patch']['responses'][200]['content']['application/json'];
126106
126113
  interface UpdateDocumentForPartyProps {
126107
126114
  body: UpdateDocumentForPartyBody;
126108
126115
  params: {
@@ -126111,9 +126118,9 @@ interface UpdateDocumentForPartyProps {
126111
126118
  }
126112
126119
  declare const updateDocumentForParty: (props: UpdateDocumentForPartyProps, wgApiClient: ClientType) => Promise<UpdateDocumentForPartyResponse>;
126113
126120
 
126114
- declare const routeName$1V = "/v1/api/parties/{party_id}/insurance-policies/{insurance_policy_id}";
126115
- type DeleteInsurancePoliciesForPartyPathParams = paths[typeof routeName$1V]['delete']['parameters']['path'];
126116
- type DeleteInsurancePoliciesForPartyResponse = paths[typeof routeName$1V]['delete']['responses'][200]['content']['application/json'];
126121
+ declare const routeName$1U = "/v1/api/parties/{party_id}/insurance-policies/{insurance_policy_id}";
126122
+ type DeleteInsurancePoliciesForPartyPathParams = paths[typeof routeName$1U]['delete']['parameters']['path'];
126123
+ type DeleteInsurancePoliciesForPartyResponse = paths[typeof routeName$1U]['delete']['responses'][200]['content']['application/json'];
126117
126124
  interface DeleteInsurancePoliciesForPartyProps {
126118
126125
  params: {
126119
126126
  path: DeleteInsurancePoliciesForPartyPathParams;
@@ -126121,17 +126128,17 @@ interface DeleteInsurancePoliciesForPartyProps {
126121
126128
  }
126122
126129
  declare const deleteInsurancePoliciesForParty: (props: DeleteInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<DeleteInsurancePoliciesForPartyResponse>;
126123
126130
 
126124
- declare const routeName$1U = "/v1/api/parties/{party_id}/insurance-policies";
126125
- type GetInsurancePoliciesForPartyPathParams = paths[typeof routeName$1U]['get']['parameters']['path'];
126126
- type GetInsurancePoliciesForPartyQueryParams = paths[typeof routeName$1U]['get']['parameters']['query'];
126127
- type GetInsurancePoliciesForPartyResponse = paths[typeof routeName$1U]['get']['responses'][200]['content']['application/json'];
126128
- type GetInsurancePoliciesForPartyProps = paths[typeof routeName$1U]['get']['parameters'];
126131
+ declare const routeName$1T = "/v1/api/parties/{party_id}/insurance-policies";
126132
+ type GetInsurancePoliciesForPartyPathParams = paths[typeof routeName$1T]['get']['parameters']['path'];
126133
+ type GetInsurancePoliciesForPartyQueryParams = paths[typeof routeName$1T]['get']['parameters']['query'];
126134
+ type GetInsurancePoliciesForPartyResponse = paths[typeof routeName$1T]['get']['responses'][200]['content']['application/json'];
126135
+ type GetInsurancePoliciesForPartyProps = paths[typeof routeName$1T]['get']['parameters'];
126129
126136
  declare const getInsurancePoliciesForParty: (props: GetInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<GetInsurancePoliciesForPartyResponse>;
126130
126137
 
126131
- declare const routeName$1T = "/v1/api/parties/{party_id}/insurance-policies";
126132
- type UpsertInsurancePoliciesForPartyBody = paths[typeof routeName$1T]['put']['requestBody']['content']['application/json'];
126133
- type UpsertInsurancePoliciesForPartyPathParams = paths[typeof routeName$1T]['put']['parameters']['path'];
126134
- type UpsertInsurancePoliciesForPartyResponse = paths[typeof routeName$1T]['put']['responses'][201]['content']['application/json'];
126138
+ declare const routeName$1S = "/v1/api/parties/{party_id}/insurance-policies";
126139
+ type UpsertInsurancePoliciesForPartyBody = paths[typeof routeName$1S]['put']['requestBody']['content']['application/json'];
126140
+ type UpsertInsurancePoliciesForPartyPathParams = paths[typeof routeName$1S]['put']['parameters']['path'];
126141
+ type UpsertInsurancePoliciesForPartyResponse = paths[typeof routeName$1S]['put']['responses'][201]['content']['application/json'];
126135
126142
  interface UpsertInsurancePoliciesForPartyProps {
126136
126143
  body: UpsertInsurancePoliciesForPartyBody;
126137
126144
  params: {
@@ -126140,10 +126147,10 @@ interface UpsertInsurancePoliciesForPartyProps {
126140
126147
  }
126141
126148
  declare const upsertInsurancePoliciesForParty: (props: UpsertInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<UpsertInsurancePoliciesForPartyResponse>;
126142
126149
 
126143
- declare const routeName$1S = "/v1/api/parties/{party_id}/insurance-policies";
126144
- type CreateInsurancePoliciesForPartyBody = paths[typeof routeName$1S]['post']['requestBody']['content']['application/json'];
126145
- type CreateInsurancePoliciesForPartyPathParams = paths[typeof routeName$1S]['post']['parameters']['path'];
126146
- type CreateInsurancePoliciesForPartyResponse = paths[typeof routeName$1S]['post']['responses'][201]['content']['application/json'];
126150
+ declare const routeName$1R = "/v1/api/parties/{party_id}/insurance-policies";
126151
+ type CreateInsurancePoliciesForPartyBody = paths[typeof routeName$1R]['post']['requestBody']['content']['application/json'];
126152
+ type CreateInsurancePoliciesForPartyPathParams = paths[typeof routeName$1R]['post']['parameters']['path'];
126153
+ type CreateInsurancePoliciesForPartyResponse = paths[typeof routeName$1R]['post']['responses'][201]['content']['application/json'];
126147
126154
  interface CreateInsurancePoliciesForPartyProps {
126148
126155
  body: CreateInsurancePoliciesForPartyBody;
126149
126156
  params: {
@@ -126152,23 +126159,23 @@ interface CreateInsurancePoliciesForPartyProps {
126152
126159
  }
126153
126160
  declare const createInsurancePoliciesForParty: (props: CreateInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<CreateInsurancePoliciesForPartyResponse>;
126154
126161
 
126155
- declare const routeName$1R = "/v1/api/insurance-policies/{insurance_policy_id}";
126156
- type GetInsurancePolicyByIdPathParams = paths[typeof routeName$1R]['get']['parameters']['path'];
126157
- type GetInsurancePolicyByIdResponse = paths[typeof routeName$1R]['get']['responses'][200]['content']['application/json'];
126158
- type GetInsurancePolicyByIdProps = paths[typeof routeName$1R]['get']['parameters'];
126162
+ declare const routeName$1Q = "/v1/api/insurance-policies/{insurance_policy_id}";
126163
+ type GetInsurancePolicyByIdPathParams = paths[typeof routeName$1Q]['get']['parameters']['path'];
126164
+ type GetInsurancePolicyByIdResponse = paths[typeof routeName$1Q]['get']['responses'][200]['content']['application/json'];
126165
+ type GetInsurancePolicyByIdProps = paths[typeof routeName$1Q]['get']['parameters'];
126159
126166
  declare const getInsurancePolicyById: (props: GetInsurancePolicyByIdProps, wgApiClient: ClientType) => Promise<GetInsurancePolicyByIdResponse>;
126160
126167
 
126161
- declare const routeName$1Q = "/v1/api/parties/{party_id}/simulations/{simulation_id}/insurance-policies";
126162
- type GetInsurancePolicySimulationsForPartyPathParams = paths[typeof routeName$1Q]['get']['parameters']['path'];
126163
- type GetInsurancePolicySimulationsForPartyQueryParams = paths[typeof routeName$1Q]['get']['parameters']['query'];
126164
- type GetInsurancePolicySimulationsForPartyResponse = paths[typeof routeName$1Q]['get']['responses'][200]['content']['application/json'];
126165
- type GetInsurancePolicySimulationsForPartyProps = paths[typeof routeName$1Q]['get']['parameters'];
126168
+ declare const routeName$1P = "/v1/api/parties/{party_id}/simulations/{simulation_id}/insurance-policies";
126169
+ type GetInsurancePolicySimulationsForPartyPathParams = paths[typeof routeName$1P]['get']['parameters']['path'];
126170
+ type GetInsurancePolicySimulationsForPartyQueryParams = paths[typeof routeName$1P]['get']['parameters']['query'];
126171
+ type GetInsurancePolicySimulationsForPartyResponse = paths[typeof routeName$1P]['get']['responses'][200]['content']['application/json'];
126172
+ type GetInsurancePolicySimulationsForPartyProps = paths[typeof routeName$1P]['get']['parameters'];
126166
126173
  declare const getInsurancePolicySimulationsForParty: (props: GetInsurancePolicySimulationsForPartyProps, wgApiClient: ClientType) => Promise<GetInsurancePolicySimulationsForPartyResponse>;
126167
126174
 
126168
- declare const routeName$1P = "/v1/api/parties/{party_id}/simulations/{simulation_id}/insurance-policies";
126169
- type UpsertInsurancePolicySimulationForPartyBody = paths[typeof routeName$1P]['put']['requestBody']['content']['application/json'];
126170
- type UpsertInsurancePolicySimulationForPartyPathParams = paths[typeof routeName$1P]['put']['parameters']['path'];
126171
- type UpsertInsurancePolicySimulationForPartyResponse = paths[typeof routeName$1P]['put']['responses'][201]['content']['application/json'];
126175
+ declare const routeName$1O = "/v1/api/parties/{party_id}/simulations/{simulation_id}/insurance-policies";
126176
+ type UpsertInsurancePolicySimulationForPartyBody = paths[typeof routeName$1O]['put']['requestBody']['content']['application/json'];
126177
+ type UpsertInsurancePolicySimulationForPartyPathParams = paths[typeof routeName$1O]['put']['parameters']['path'];
126178
+ type UpsertInsurancePolicySimulationForPartyResponse = paths[typeof routeName$1O]['put']['responses'][201]['content']['application/json'];
126172
126179
  interface UpsertInsurancePolicySimulationForPartyProps {
126173
126180
  body: UpsertInsurancePolicySimulationForPartyBody;
126174
126181
  params: {
@@ -126177,17 +126184,17 @@ interface UpsertInsurancePolicySimulationForPartyProps {
126177
126184
  }
126178
126185
  declare const upsertInsurancePolicySimulationForParty: (props: UpsertInsurancePolicySimulationForPartyProps, wgApiClient: ClientType) => Promise<UpsertInsurancePolicySimulationForPartyResponse>;
126179
126186
 
126180
- declare const routeName$1O = "/v1/api/parties/{party_id}/simulations/{simulation_id}/policy-packages";
126181
- type GetPolicyPackageSimulationsForPartyPathParams = paths[typeof routeName$1O]['get']['parameters']['path'];
126182
- type GetPolicyPackageSimulationsForPartyResponse = paths[typeof routeName$1O]['get']['responses'][200]['content']['application/json'];
126183
- type GetPolicyPackageSimulationsForPartyProps = paths[typeof routeName$1O]['get']['parameters'];
126187
+ declare const routeName$1N = "/v1/api/parties/{party_id}/simulations/{simulation_id}/policy-packages";
126188
+ type GetPolicyPackageSimulationsForPartyPathParams = paths[typeof routeName$1N]['get']['parameters']['path'];
126189
+ type GetPolicyPackageSimulationsForPartyResponse = paths[typeof routeName$1N]['get']['responses'][200]['content']['application/json'];
126190
+ type GetPolicyPackageSimulationsForPartyProps = paths[typeof routeName$1N]['get']['parameters'];
126184
126191
  declare const getPolicyPackageSimulationsForParty: (props: GetPolicyPackageSimulationsForPartyProps, wgApiClient: ClientType) => Promise<GetPolicyPackageSimulationsForPartyResponse>;
126185
126192
 
126186
- declare const routeName$1N = "/v1/api/parties/{party_id}/simulations/{simulation_id}/email-inquiries";
126187
- type SendMailForSimulationToPartyBody = paths[typeof routeName$1N]['post']['requestBody']['content']['application/json'];
126188
- type SendMailForSimulationToPartyPathParams = paths[typeof routeName$1N]['post']['parameters']['path'];
126189
- type SendMailForSimulationToPartyQueryParams = paths[typeof routeName$1N]['post']['parameters']['query'];
126190
- type SendMailForSimulationToPartyResponse = paths[typeof routeName$1N]['post']['responses'][201]['content']['application/json'];
126193
+ declare const routeName$1M = "/v1/api/parties/{party_id}/simulations/{simulation_id}/email-inquiries";
126194
+ type SendMailForSimulationToPartyBody = paths[typeof routeName$1M]['post']['requestBody']['content']['application/json'];
126195
+ type SendMailForSimulationToPartyPathParams = paths[typeof routeName$1M]['post']['parameters']['path'];
126196
+ type SendMailForSimulationToPartyQueryParams = paths[typeof routeName$1M]['post']['parameters']['query'];
126197
+ type SendMailForSimulationToPartyResponse = paths[typeof routeName$1M]['post']['responses'][201]['content']['application/json'];
126191
126198
  interface SendMailForSimulationToPartyProps {
126192
126199
  body: SendMailForSimulationToPartyBody;
126193
126200
  params: {
@@ -126197,10 +126204,10 @@ interface SendMailForSimulationToPartyProps {
126197
126204
  }
126198
126205
  declare const sendMailForSimulationToParty: (props: SendMailForSimulationToPartyProps, wgApiClient: ClientType) => Promise<SendMailForSimulationToPartyResponse>;
126199
126206
 
126200
- declare const routeName$1M = "/v1/api/parties/{party_id}/notes";
126201
- type CreatePartyNoteBody = paths[typeof routeName$1M]['post']['requestBody']['content']['application/json'];
126202
- type CreatePartyNotePathParams = paths[typeof routeName$1M]['post']['parameters']['path'];
126203
- type CreatePartyNoteResponse = paths[typeof routeName$1M]['post']['responses'][201]['content']['application/json'];
126207
+ declare const routeName$1L = "/v1/api/parties/{party_id}/notes";
126208
+ type CreatePartyNoteBody = paths[typeof routeName$1L]['post']['requestBody']['content']['application/json'];
126209
+ type CreatePartyNotePathParams = paths[typeof routeName$1L]['post']['parameters']['path'];
126210
+ type CreatePartyNoteResponse = paths[typeof routeName$1L]['post']['responses'][201]['content']['application/json'];
126204
126211
  interface CreatePartyNoteProps {
126205
126212
  body: CreatePartyNoteBody;
126206
126213
  params: {
@@ -126209,9 +126216,9 @@ interface CreatePartyNoteProps {
126209
126216
  }
126210
126217
  declare const createPartyNote: (props: CreatePartyNoteProps, wgApiClient: ClientType) => Promise<CreatePartyNoteResponse>;
126211
126218
 
126212
- declare const routeName$1L = "/v1/api/parties/{party_id}/notes/{note_id}";
126213
- type DeletePartyNoteByIdPathParams = paths[typeof routeName$1L]['delete']['parameters']['path'];
126214
- type DeletePartyNoteByIdResponse = paths[typeof routeName$1L]['delete']['responses'][200]['content']['application/json'];
126219
+ declare const routeName$1K = "/v1/api/parties/{party_id}/notes/{note_id}";
126220
+ type DeletePartyNoteByIdPathParams = paths[typeof routeName$1K]['delete']['parameters']['path'];
126221
+ type DeletePartyNoteByIdResponse = paths[typeof routeName$1K]['delete']['responses'][200]['content']['application/json'];
126215
126222
  interface DeletePartyNoteByIdProps {
126216
126223
  params: {
126217
126224
  path: DeletePartyNoteByIdPathParams;
@@ -126219,10 +126226,10 @@ interface DeletePartyNoteByIdProps {
126219
126226
  }
126220
126227
  declare const deletePartyNoteById: (props: DeletePartyNoteByIdProps, wgApiClient: ClientType) => Promise<DeletePartyNoteByIdResponse>;
126221
126228
 
126222
- declare const routeName$1K = "/v1/api/parties/{party_id}/notes/{note_id}";
126223
- type UpdatePartyNoteByIdBody = paths[typeof routeName$1K]['patch']['requestBody']['content']['application/json'];
126224
- type UpdatePartyNoteByIdPathParams = paths[typeof routeName$1K]['patch']['parameters']['path'];
126225
- type UpdatePartyNoteByIdResponse = paths[typeof routeName$1K]['patch']['responses'][200]['content']['application/json'];
126229
+ declare const routeName$1J = "/v1/api/parties/{party_id}/notes/{note_id}";
126230
+ type UpdatePartyNoteByIdBody = paths[typeof routeName$1J]['patch']['requestBody']['content']['application/json'];
126231
+ type UpdatePartyNoteByIdPathParams = paths[typeof routeName$1J]['patch']['parameters']['path'];
126232
+ type UpdatePartyNoteByIdResponse = paths[typeof routeName$1J]['patch']['responses'][200]['content']['application/json'];
126226
126233
  interface UpdatePartyNoteByIdProps {
126227
126234
  body: UpdatePartyNoteByIdBody;
126228
126235
  params: {
@@ -126231,23 +126238,23 @@ interface UpdatePartyNoteByIdProps {
126231
126238
  }
126232
126239
  declare const updatePartyNoteById: (props: UpdatePartyNoteByIdProps, wgApiClient: ClientType) => Promise<UpdatePartyNoteByIdResponse>;
126233
126240
 
126234
- declare const routeName$1J = "/v1/api/parties/{party_id}/conversation_notes";
126235
- type GetConversationNotesPathParams = paths[typeof routeName$1J]['get']['parameters']['path'];
126236
- type GetConversationNotesQueryParams = paths[typeof routeName$1J]['get']['parameters']['query'];
126237
- type GetConversationNotesResponse = paths[typeof routeName$1J]['get']['responses'][200]['content']['application/json'];
126238
- type GetConversationNotesProps = paths[typeof routeName$1J]['get']['parameters'];
126241
+ declare const routeName$1I = "/v1/api/parties/{party_id}/conversation_notes";
126242
+ type GetConversationNotesPathParams = paths[typeof routeName$1I]['get']['parameters']['path'];
126243
+ type GetConversationNotesQueryParams = paths[typeof routeName$1I]['get']['parameters']['query'];
126244
+ type GetConversationNotesResponse = paths[typeof routeName$1I]['get']['responses'][200]['content']['application/json'];
126245
+ type GetConversationNotesProps = paths[typeof routeName$1I]['get']['parameters'];
126239
126246
  declare const getConversationNotes: (props: GetConversationNotesProps, wgApiClient: ClientType) => Promise<GetConversationNotesResponse>;
126240
126247
 
126241
- declare const routeName$1I = "/v1/api/parties/{party_id}/policy-packages";
126242
- type GetPolicyPackagesForPartyPathParams = paths[typeof routeName$1I]['get']['parameters']['path'];
126243
- type GetPolicyPackagesForPartyResponse = paths[typeof routeName$1I]['get']['responses'][200]['content']['application/json'];
126244
- type GetPolicyPackagesForPartyProps = paths[typeof routeName$1I]['get']['parameters'];
126248
+ declare const routeName$1H = "/v1/api/parties/{party_id}/policy-packages";
126249
+ type GetPolicyPackagesForPartyPathParams = paths[typeof routeName$1H]['get']['parameters']['path'];
126250
+ type GetPolicyPackagesForPartyResponse = paths[typeof routeName$1H]['get']['responses'][200]['content']['application/json'];
126251
+ type GetPolicyPackagesForPartyProps = paths[typeof routeName$1H]['get']['parameters'];
126245
126252
  declare const getPolicyPackagesForParty: (props: GetPolicyPackagesForPartyProps, wgApiClient: ClientType) => Promise<GetPolicyPackagesForPartyResponse>;
126246
126253
 
126247
- declare const routeName$1H = "/v1/api/parties/{party_id}/policy-packages";
126248
- type UpsertPolicyPackagesForPartyBody = paths[typeof routeName$1H]['put']['requestBody']['content']['application/json'];
126249
- type UpsertPolicyPackagesForPartyPathParams = paths[typeof routeName$1H]['put']['parameters']['path'];
126250
- type UpsertPolicyPackagesForPartyResponse = paths[typeof routeName$1H]['put']['responses'][201]['content']['application/json'];
126254
+ declare const routeName$1G = "/v1/api/parties/{party_id}/policy-packages";
126255
+ type UpsertPolicyPackagesForPartyBody = paths[typeof routeName$1G]['put']['requestBody']['content']['application/json'];
126256
+ type UpsertPolicyPackagesForPartyPathParams = paths[typeof routeName$1G]['put']['parameters']['path'];
126257
+ type UpsertPolicyPackagesForPartyResponse = paths[typeof routeName$1G]['put']['responses'][201]['content']['application/json'];
126251
126258
  interface UpsertPolicyPackagesForPartyProps {
126252
126259
  body: UpsertPolicyPackagesForPartyBody;
126253
126260
  params: {
@@ -126256,16 +126263,16 @@ interface UpsertPolicyPackagesForPartyProps {
126256
126263
  }
126257
126264
  declare const upsertPolicyPackagesForParty: (props: UpsertPolicyPackagesForPartyProps, wgApiClient: ClientType) => Promise<UpsertPolicyPackagesForPartyResponse>;
126258
126265
 
126259
- declare const routeName$1G = "/v1/api/parties/{party_id}/policy-packages/{policy_package_id}";
126260
- type GetPolicyPackageByIdPathParams = paths[typeof routeName$1G]['get']['parameters']['path'];
126261
- type GetPolicyPackageByIdQueryParams = paths[typeof routeName$1G]['get']['parameters']['query'];
126262
- type GetPolicyPackageByIdResponse = paths[typeof routeName$1G]['get']['responses'][200]['content']['application/json'];
126263
- type GetPolicyPackageByIdProps = paths[typeof routeName$1G]['get']['parameters'];
126266
+ declare const routeName$1F = "/v1/api/parties/{party_id}/policy-packages/{policy_package_id}";
126267
+ type GetPolicyPackageByIdPathParams = paths[typeof routeName$1F]['get']['parameters']['path'];
126268
+ type GetPolicyPackageByIdQueryParams = paths[typeof routeName$1F]['get']['parameters']['query'];
126269
+ type GetPolicyPackageByIdResponse = paths[typeof routeName$1F]['get']['responses'][200]['content']['application/json'];
126270
+ type GetPolicyPackageByIdProps = paths[typeof routeName$1F]['get']['parameters'];
126264
126271
  declare const getPolicyPackageById: (props: GetPolicyPackageByIdProps, wgApiClient: ClientType) => Promise<GetPolicyPackageByIdResponse>;
126265
126272
 
126266
- declare const routeName$1F = "/v1/api/parties/{party_id}/policy-packages/{policy_package_id}";
126267
- type DeletePolicyPackagesForPartyPathParams = paths[typeof routeName$1F]['delete']['parameters']['path'];
126268
- type DeletePolicyPackagesForPartyResponse = paths[typeof routeName$1F]['delete']['responses'][200]['content']['application/json'];
126273
+ declare const routeName$1E = "/v1/api/parties/{party_id}/policy-packages/{policy_package_id}";
126274
+ type DeletePolicyPackagesForPartyPathParams = paths[typeof routeName$1E]['delete']['parameters']['path'];
126275
+ type DeletePolicyPackagesForPartyResponse = paths[typeof routeName$1E]['delete']['responses'][200]['content']['application/json'];
126269
126276
  interface DeletePolicyPackagesForPartyProps {
126270
126277
  params: {
126271
126278
  path: DeletePolicyPackagesForPartyPathParams;
@@ -126273,85 +126280,85 @@ interface DeletePolicyPackagesForPartyProps {
126273
126280
  }
126274
126281
  declare const deletePolicyPackagesForParty: (props: DeletePolicyPackagesForPartyProps, wgApiClient: ClientType) => Promise<DeletePolicyPackagesForPartyResponse>;
126275
126282
 
126276
- declare const routeName$1E = "/v1/api/parties/{party_id}/possible-insurance-products";
126277
- type GetPossibleInsuranceProductsByPartyIdPathParams = paths[typeof routeName$1E]['get']['parameters']['path'];
126278
- type GetPossibleInsuranceProductsByPartyIdQueryParams = paths[typeof routeName$1E]['get']['parameters']['query'];
126279
- type GetPossibleInsuranceProductsByPartyIdResponse = paths[typeof routeName$1E]['get']['responses'][200]['content']['application/json'];
126280
- type GetPossibleInsuranceProductsByPartyIdProps = paths[typeof routeName$1E]['get']['parameters'];
126283
+ declare const routeName$1D = "/v1/api/parties/{party_id}/possible-insurance-products";
126284
+ type GetPossibleInsuranceProductsByPartyIdPathParams = paths[typeof routeName$1D]['get']['parameters']['path'];
126285
+ type GetPossibleInsuranceProductsByPartyIdQueryParams = paths[typeof routeName$1D]['get']['parameters']['query'];
126286
+ type GetPossibleInsuranceProductsByPartyIdResponse = paths[typeof routeName$1D]['get']['responses'][200]['content']['application/json'];
126287
+ type GetPossibleInsuranceProductsByPartyIdProps = paths[typeof routeName$1D]['get']['parameters'];
126281
126288
  declare const getPossibleInsuranceProductsByPartyId: (props: GetPossibleInsuranceProductsByPartyIdProps, wgApiClient: ClientType) => Promise<GetPossibleInsuranceProductsByPartyIdResponse>;
126282
126289
 
126283
- declare const routeName$1D = "/v1/api/parties/{party_id}/staff/possible-insurance-products";
126284
- type GetPossibleInsuranceProductsForStaffByPartyIdPathParams = paths[typeof routeName$1D]['get']['parameters']['path'];
126285
- type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams = paths[typeof routeName$1D]['get']['parameters']['query'];
126286
- type GetPossibleInsuranceProductsForStaffByPartyIdResponse = paths[typeof routeName$1D]['get']['responses'][200]['content']['application/json'];
126287
- type GetPossibleInsuranceProductsForStaffByPartyIdProps = paths[typeof routeName$1D]['get']['parameters'];
126290
+ declare const routeName$1C = "/v1/api/parties/{party_id}/staff/possible-insurance-products";
126291
+ type GetPossibleInsuranceProductsForStaffByPartyIdPathParams = paths[typeof routeName$1C]['get']['parameters']['path'];
126292
+ type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams = paths[typeof routeName$1C]['get']['parameters']['query'];
126293
+ type GetPossibleInsuranceProductsForStaffByPartyIdResponse = paths[typeof routeName$1C]['get']['responses'][200]['content']['application/json'];
126294
+ type GetPossibleInsuranceProductsForStaffByPartyIdProps = paths[typeof routeName$1C]['get']['parameters'];
126288
126295
  declare const getPossibleInsuranceProductsForStaffByPartyId: (props: GetPossibleInsuranceProductsForStaffByPartyIdProps, wgApiClient: ClientType) => Promise<GetPossibleInsuranceProductsForStaffByPartyIdResponse>;
126289
126296
 
126290
- declare const routeName$1C = "/v1/api/parties/{party_id}/management/possible-insurance-products";
126291
- type GetPossibleInsuranceProductsForManagementByPartyIdPathParams = paths[typeof routeName$1C]['get']['parameters']['path'];
126292
- type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams = paths[typeof routeName$1C]['get']['parameters']['query'];
126293
- type GetPossibleInsuranceProductsForManagementByPartyIdResponse = paths[typeof routeName$1C]['get']['responses'][200]['content']['application/json'];
126294
- type GetPossibleInsuranceProductsForManagementByPartyIdProps = paths[typeof routeName$1C]['get']['parameters'];
126297
+ declare const routeName$1B = "/v1/api/parties/{party_id}/management/possible-insurance-products";
126298
+ type GetPossibleInsuranceProductsForManagementByPartyIdPathParams = paths[typeof routeName$1B]['get']['parameters']['path'];
126299
+ type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams = paths[typeof routeName$1B]['get']['parameters']['query'];
126300
+ type GetPossibleInsuranceProductsForManagementByPartyIdResponse = paths[typeof routeName$1B]['get']['responses'][200]['content']['application/json'];
126301
+ type GetPossibleInsuranceProductsForManagementByPartyIdProps = paths[typeof routeName$1B]['get']['parameters'];
126295
126302
  declare const getPossibleInsuranceProductsForManagementByPartyId: (props: GetPossibleInsuranceProductsForManagementByPartyIdProps, wgApiClient: ClientType) => Promise<GetPossibleInsuranceProductsForManagementByPartyIdResponse>;
126296
126303
 
126297
- declare const routeName$1B = "/v1/api/parties/{party_id}/claims";
126298
- type GetClaimsAsPartyPathParams = paths[typeof routeName$1B]['get']['parameters']['path'];
126299
- type GetClaimsAsPartyQueryParams = paths[typeof routeName$1B]['get']['parameters']['query'];
126300
- type GetClaimsAsPartyResponse = paths[typeof routeName$1B]['get']['responses'][200]['content']['application/json'];
126301
- type GetClaimsAsPartyProps = paths[typeof routeName$1B]['get']['parameters'];
126304
+ declare const routeName$1A = "/v1/api/parties/{party_id}/claims";
126305
+ type GetClaimsAsPartyPathParams = paths[typeof routeName$1A]['get']['parameters']['path'];
126306
+ type GetClaimsAsPartyQueryParams = paths[typeof routeName$1A]['get']['parameters']['query'];
126307
+ type GetClaimsAsPartyResponse = paths[typeof routeName$1A]['get']['responses'][200]['content']['application/json'];
126308
+ type GetClaimsAsPartyProps = paths[typeof routeName$1A]['get']['parameters'];
126302
126309
  declare const getClaimsAsParty: (props: GetClaimsAsPartyProps, wgApiClient: ClientType) => Promise<GetClaimsAsPartyResponse>;
126303
126310
 
126304
- declare const routeName$1A = "/v1/api/parties/{party_id}/claims/{claim_id}";
126305
- type GetClaimsAsPartyByIdPathParams = paths[typeof routeName$1A]['get']['parameters']['path'];
126306
- type GetClaimsAsPartyByIdResponse = paths[typeof routeName$1A]['get']['responses'][200]['content']['application/json'];
126307
- type GetClaimsAsPartyByIdProps = paths[typeof routeName$1A]['get']['parameters'];
126311
+ declare const routeName$1z = "/v1/api/parties/{party_id}/claims/{claim_id}";
126312
+ type GetClaimsAsPartyByIdPathParams = paths[typeof routeName$1z]['get']['parameters']['path'];
126313
+ type GetClaimsAsPartyByIdResponse = paths[typeof routeName$1z]['get']['responses'][200]['content']['application/json'];
126314
+ type GetClaimsAsPartyByIdProps = paths[typeof routeName$1z]['get']['parameters'];
126308
126315
  declare const getClaimsAsPartyById: (props: GetClaimsAsPartyByIdProps, wgApiClient: ClientType) => Promise<GetClaimsAsPartyByIdResponse>;
126309
126316
 
126310
- declare const routeName$1z = "/v1/api/parties/{party_id}/invoices";
126311
- type GetInvoicesAsPartyPathParams = paths[typeof routeName$1z]['get']['parameters']['path'];
126312
- type GetInvoicesAsPartyQueryParams = paths[typeof routeName$1z]['get']['parameters']['query'];
126313
- type GetInvoicesAsPartyResponse = paths[typeof routeName$1z]['get']['responses'][200]['content']['application/json'];
126314
- type GetInvoicesAsPartyProps = paths[typeof routeName$1z]['get']['parameters'];
126317
+ declare const routeName$1y = "/v1/api/parties/{party_id}/invoices";
126318
+ type GetInvoicesAsPartyPathParams = paths[typeof routeName$1y]['get']['parameters']['path'];
126319
+ type GetInvoicesAsPartyQueryParams = paths[typeof routeName$1y]['get']['parameters']['query'];
126320
+ type GetInvoicesAsPartyResponse = paths[typeof routeName$1y]['get']['responses'][200]['content']['application/json'];
126321
+ type GetInvoicesAsPartyProps = paths[typeof routeName$1y]['get']['parameters'];
126315
126322
  declare const getInvoicesAsParty: (props: GetInvoicesAsPartyProps, wgApiClient: ClientType) => Promise<GetInvoicesAsPartyResponse>;
126316
126323
 
126317
- declare const routeName$1y = "/v1/api/parties/{party_id}/invoices/{invoice_id}";
126318
- type GetInvoicesAsPartyByIdPathParams = paths[typeof routeName$1y]['get']['parameters']['path'];
126319
- type GetInvoicesAsPartyByIdResponse = paths[typeof routeName$1y]['get']['responses'][200]['content']['application/json'];
126320
- type GetInvoicesAsPartyByIdProps = paths[typeof routeName$1y]['get']['parameters'];
126324
+ declare const routeName$1x = "/v1/api/parties/{party_id}/invoices/{invoice_id}";
126325
+ type GetInvoicesAsPartyByIdPathParams = paths[typeof routeName$1x]['get']['parameters']['path'];
126326
+ type GetInvoicesAsPartyByIdResponse = paths[typeof routeName$1x]['get']['responses'][200]['content']['application/json'];
126327
+ type GetInvoicesAsPartyByIdProps = paths[typeof routeName$1x]['get']['parameters'];
126321
126328
  declare const getInvoicesAsPartyById: (props: GetInvoicesAsPartyByIdProps, wgApiClient: ClientType) => Promise<GetInvoicesAsPartyByIdResponse>;
126322
126329
 
126323
- declare const routeName$1x = "/v1/api/parties/{party_id}/current-account-insights";
126324
- type GetCurrentAccountInsightsAsPartyPathParams = paths[typeof routeName$1x]['get']['parameters']['path'];
126325
- type GetCurrentAccountInsightsAsPartyQueryParams = paths[typeof routeName$1x]['get']['parameters']['query'];
126326
- type GetCurrentAccountInsightsAsPartyResponse = paths[typeof routeName$1x]['get']['responses'][200]['content']['application/json'];
126327
- type GetCurrentAccountInsightsAsPartyProps = paths[typeof routeName$1x]['get']['parameters'];
126330
+ declare const routeName$1w = "/v1/api/parties/{party_id}/current-account-insights";
126331
+ type GetCurrentAccountInsightsAsPartyPathParams = paths[typeof routeName$1w]['get']['parameters']['path'];
126332
+ type GetCurrentAccountInsightsAsPartyQueryParams = paths[typeof routeName$1w]['get']['parameters']['query'];
126333
+ type GetCurrentAccountInsightsAsPartyResponse = paths[typeof routeName$1w]['get']['responses'][200]['content']['application/json'];
126334
+ type GetCurrentAccountInsightsAsPartyProps = paths[typeof routeName$1w]['get']['parameters'];
126328
126335
  declare const getCurrentAccountInsightsAsParty: (props: GetCurrentAccountInsightsAsPartyProps, wgApiClient: ClientType) => Promise<GetCurrentAccountInsightsAsPartyResponse>;
126329
126336
 
126330
- declare const routeName$1w = "/v1/api/parties/{party_id}/kyc";
126331
- type GetKycByPartyPathParams = paths[typeof routeName$1w]['get']['parameters']['path'];
126332
- type GetKycByPartyQueryParams = paths[typeof routeName$1w]['get']['parameters']['query'];
126333
- type GetKycByPartyResponse = paths[typeof routeName$1w]['get']['responses'][200]['content']['application/json'];
126334
- type GetKycByPartyProps = paths[typeof routeName$1w]['get']['parameters'];
126337
+ declare const routeName$1v = "/v1/api/parties/{party_id}/kyc";
126338
+ type GetKycByPartyPathParams = paths[typeof routeName$1v]['get']['parameters']['path'];
126339
+ type GetKycByPartyQueryParams = paths[typeof routeName$1v]['get']['parameters']['query'];
126340
+ type GetKycByPartyResponse = paths[typeof routeName$1v]['get']['responses'][200]['content']['application/json'];
126341
+ type GetKycByPartyProps = paths[typeof routeName$1v]['get']['parameters'];
126335
126342
  declare const getKycByParty: (props: GetKycByPartyProps, wgApiClient: ClientType) => Promise<GetKycByPartyResponse>;
126336
126343
 
126337
- declare const routeName$1v = "/v1/api/parties/{party_id}/system-campaigns";
126338
- type GetSystemCampaignsByPartyPathParams = paths[typeof routeName$1v]['get']['parameters']['path'];
126339
- type GetSystemCampaignsByPartyQueryParams = paths[typeof routeName$1v]['get']['parameters']['query'];
126340
- type GetSystemCampaignsByPartyResponse = paths[typeof routeName$1v]['get']['responses'][200]['content']['application/json'];
126341
- type GetSystemCampaignsByPartyProps = paths[typeof routeName$1v]['get']['parameters'];
126344
+ declare const routeName$1u = "/v1/api/parties/{party_id}/system-campaigns";
126345
+ type GetSystemCampaignsByPartyPathParams = paths[typeof routeName$1u]['get']['parameters']['path'];
126346
+ type GetSystemCampaignsByPartyQueryParams = paths[typeof routeName$1u]['get']['parameters']['query'];
126347
+ type GetSystemCampaignsByPartyResponse = paths[typeof routeName$1u]['get']['responses'][200]['content']['application/json'];
126348
+ type GetSystemCampaignsByPartyProps = paths[typeof routeName$1u]['get']['parameters'];
126342
126349
  declare const getSystemCampaignsByParty: (props: GetSystemCampaignsByPartyProps, wgApiClient: ClientType) => Promise<GetSystemCampaignsByPartyResponse>;
126343
126350
 
126344
- declare const routeName$1u = "/v1/api/parties/{party_id}/onesurance-data";
126345
- type GetOnesuranceDataByPartyIdPathParams = paths[typeof routeName$1u]['get']['parameters']['path'];
126346
- type GetOnesuranceDataByPartyIdQueryParams = paths[typeof routeName$1u]['get']['parameters']['query'];
126347
- type GetOnesuranceDataByPartyIdResponse = paths[typeof routeName$1u]['get']['responses'][200]['content']['application/json'];
126348
- type GetOnesuranceDataByPartyIdProps = paths[typeof routeName$1u]['get']['parameters'];
126351
+ declare const routeName$1t = "/v1/api/parties/{party_id}/onesurance-data";
126352
+ type GetOnesuranceDataByPartyIdPathParams = paths[typeof routeName$1t]['get']['parameters']['path'];
126353
+ type GetOnesuranceDataByPartyIdQueryParams = paths[typeof routeName$1t]['get']['parameters']['query'];
126354
+ type GetOnesuranceDataByPartyIdResponse = paths[typeof routeName$1t]['get']['responses'][200]['content']['application/json'];
126355
+ type GetOnesuranceDataByPartyIdProps = paths[typeof routeName$1t]['get']['parameters'];
126349
126356
  declare const getOnesuranceDataByPartyId: (props: GetOnesuranceDataByPartyIdProps, wgApiClient: ClientType) => Promise<GetOnesuranceDataByPartyIdResponse>;
126350
126357
 
126351
- declare const routeName$1t = "/v1/api/parties/{party_id}/export-to-anva";
126352
- type ExportPartyToAnvaPathParams = paths[typeof routeName$1t]['post']['parameters']['path'];
126353
- type ExportPartyToAnvaQueryParams = paths[typeof routeName$1t]['post']['parameters']['query'];
126354
- type ExportPartyToAnvaResponse = paths[typeof routeName$1t]['post']['responses'][201]['content']['application/json'];
126358
+ declare const routeName$1s = "/v1/api/parties/{party_id}/export-to-anva";
126359
+ type ExportPartyToAnvaPathParams = paths[typeof routeName$1s]['post']['parameters']['path'];
126360
+ type ExportPartyToAnvaQueryParams = paths[typeof routeName$1s]['post']['parameters']['query'];
126361
+ type ExportPartyToAnvaResponse = paths[typeof routeName$1s]['post']['responses'][201]['content']['application/json'];
126355
126362
  interface ExportPartyToAnvaProps {
126356
126363
  params: {
126357
126364
  query: ExportPartyToAnvaQueryParams;
@@ -126360,10 +126367,10 @@ interface ExportPartyToAnvaProps {
126360
126367
  }
126361
126368
  declare const exportPartyToAnva: (props: ExportPartyToAnvaProps, wgApiClient: ClientType) => Promise<ExportPartyToAnvaResponse>;
126362
126369
 
126363
- declare const routeName$1s = "/v1/api/parties/{party_id}/export-to-dias";
126364
- type ExportPartyToDiasPathParams = paths[typeof routeName$1s]['post']['parameters']['path'];
126365
- type ExportPartyToDiasQueryParams = paths[typeof routeName$1s]['post']['parameters']['query'];
126366
- type ExportPartyToDiasResponse = paths[typeof routeName$1s]['post']['responses'][201]['content']['application/json'];
126370
+ declare const routeName$1r = "/v1/api/parties/{party_id}/export-to-dias";
126371
+ type ExportPartyToDiasPathParams = paths[typeof routeName$1r]['post']['parameters']['path'];
126372
+ type ExportPartyToDiasQueryParams = paths[typeof routeName$1r]['post']['parameters']['query'];
126373
+ type ExportPartyToDiasResponse = paths[typeof routeName$1r]['post']['responses'][201]['content']['application/json'];
126367
126374
  interface ExportPartyToDiasProps {
126368
126375
  params: {
126369
126376
  query: ExportPartyToDiasQueryParams;
@@ -126372,10 +126379,10 @@ interface ExportPartyToDiasProps {
126372
126379
  }
126373
126380
  declare const exportPartyToDias: (props: ExportPartyToDiasProps, wgApiClient: ClientType) => Promise<ExportPartyToDiasResponse>;
126374
126381
 
126375
- declare const routeName$1r = "/v1/api/parties/{party_id}/export-to-fasterforward";
126376
- type ExportPartyToFasterforwardPathParams = paths[typeof routeName$1r]['post']['parameters']['path'];
126377
- type ExportPartyToFasterforwardQueryParams = paths[typeof routeName$1r]['post']['parameters']['query'];
126378
- type ExportPartyToFasterforwardResponse = paths[typeof routeName$1r]['post']['responses'][201]['content']['application/json'];
126382
+ declare const routeName$1q = "/v1/api/parties/{party_id}/export-to-fasterforward";
126383
+ type ExportPartyToFasterforwardPathParams = paths[typeof routeName$1q]['post']['parameters']['path'];
126384
+ type ExportPartyToFasterforwardQueryParams = paths[typeof routeName$1q]['post']['parameters']['query'];
126385
+ type ExportPartyToFasterforwardResponse = paths[typeof routeName$1q]['post']['responses'][201]['content']['application/json'];
126379
126386
  interface ExportPartyToFasterforwardProps {
126380
126387
  params: {
126381
126388
  query: ExportPartyToFasterforwardQueryParams;
@@ -126384,10 +126391,10 @@ interface ExportPartyToFasterforwardProps {
126384
126391
  }
126385
126392
  declare const exportPartyToFasterforward: (props: ExportPartyToFasterforwardProps, wgApiClient: ClientType) => Promise<ExportPartyToFasterforwardResponse>;
126386
126393
 
126387
- declare const routeName$1q = "/v1/api/parties/{party_id}/export-to-assu";
126388
- type ExportPartyToAssuPathParams = paths[typeof routeName$1q]['post']['parameters']['path'];
126389
- type ExportPartyToAssuQueryParams = paths[typeof routeName$1q]['post']['parameters']['query'];
126390
- type ExportPartyToAssuResponse = paths[typeof routeName$1q]['post']['responses'][201]['content']['application/json'];
126394
+ declare const routeName$1p = "/v1/api/parties/{party_id}/export-to-assu";
126395
+ type ExportPartyToAssuPathParams = paths[typeof routeName$1p]['post']['parameters']['path'];
126396
+ type ExportPartyToAssuQueryParams = paths[typeof routeName$1p]['post']['parameters']['query'];
126397
+ type ExportPartyToAssuResponse = paths[typeof routeName$1p]['post']['responses'][201]['content']['application/json'];
126391
126398
  interface ExportPartyToAssuProps {
126392
126399
  params: {
126393
126400
  query: ExportPartyToAssuQueryParams;
@@ -126396,13 +126403,6 @@ interface ExportPartyToAssuProps {
126396
126403
  }
126397
126404
  declare const exportPartyToAssu: (props: ExportPartyToAssuProps, wgApiClient: ClientType) => Promise<ExportPartyToAssuResponse>;
126398
126405
 
126399
- declare const routeName$1p = "/v1/api/email-analyzer/emails/{email_id}/onesurance-recommendations";
126400
- type GetOnesuranceRecommendationsByEmailIdPathParams = paths[typeof routeName$1p]['get']['parameters']['path'];
126401
- type GetOnesuranceRecommendationsByEmailIdQueryParams = paths[typeof routeName$1p]['get']['parameters']['query'];
126402
- type GetOnesuranceRecommendationsByEmailIdResponse = paths[typeof routeName$1p]['get']['responses'][200]['content']['application/json'];
126403
- type GetOnesuranceRecommendationsByEmailIdProps = paths[typeof routeName$1p]['get']['parameters'];
126404
- declare const getOnesuranceRecommendationsByEmailId: (props: GetOnesuranceRecommendationsByEmailIdProps, wgApiClient: ClientType) => Promise<GetOnesuranceRecommendationsByEmailIdResponse>;
126405
-
126406
126406
  declare const routeName$1o = "/v2/api/quotes/{insurance_type}/{insurance_company}/{insurance}";
126407
126407
  type CalculateQuotesV2Body = paths[typeof routeName$1o]['post']['requestBody']['content']['application/json'];
126408
126408
  type CalculateQuotesV2PathParams = paths[typeof routeName$1o]['post']['parameters']['path'];