wg-api-sdk 4.31.42 → 4.31.44-alpha.1

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.
@@ -9734,7 +9734,7 @@ interface components {
9734
9734
  * Timestamp
9735
9735
  * Format: date-time
9736
9736
  * @description Timestamp of when the error occured
9737
- * @default 2026-04-16T11:36:12.676549
9737
+ * @default 2026-04-20T20:47:48.078136
9738
9738
  */
9739
9739
  timestamp: string;
9740
9740
  /**
@@ -51488,9 +51488,9 @@ interface components {
51488
51488
  /** OutlookMailRecepient */
51489
51489
  OutlookMailRecepient: {
51490
51490
  /** Name */
51491
- name: string;
51491
+ name?: string;
51492
51492
  /** Email */
51493
- email: string;
51493
+ email?: string;
51494
51494
  };
51495
51495
  /** OutlookMailHeader */
51496
51496
  OutlookMailHeader: {
@@ -51676,6 +51676,11 @@ interface components {
51676
51676
  * @description An array of outlook_id's, these are long strings.
51677
51677
  */
51678
51678
  mailfolders: string[];
51679
+ /**
51680
+ * Force Resync
51681
+ * @default false
51682
+ */
51683
+ force_resync: boolean;
51679
51684
  };
51680
51685
  /** deactivate_outlook_sync_params */
51681
51686
  deactivate_outlook_sync_params: {
@@ -53494,7 +53499,7 @@ interface components {
53494
53499
  /**
53495
53500
  * Quote Specifications
53496
53501
  * @default {
53497
- * "contract_commencement_date": "2026-04-16"
53502
+ * "contract_commencement_date": "2026-04-20"
53498
53503
  * }
53499
53504
  */
53500
53505
  quote_specifications: components["schemas"]["QuoteSpecification"];
@@ -67460,6 +67465,8 @@ interface components {
67460
67465
  insurance_company_code: string;
67461
67466
  /** Insurance Company Form */
67462
67467
  insurance_company_form?: string;
67468
+ /** Insurance Company Form Description */
67469
+ insurance_company_form_description?: string;
67463
67470
  party_type: components["schemas"]["PROSPECT_TYPE"];
67464
67471
  /** Name */
67465
67472
  name: string;
@@ -122373,45 +122380,52 @@ interface DeleteInsurancePoliciesForPartyProps {
122373
122380
  }
122374
122381
  declare const deleteInsurancePoliciesForParty: (props: DeleteInsurancePoliciesForPartyProps, wgApiClient: ClientType) => Promise<DeleteInsurancePoliciesForPartyResponse>;
122375
122382
 
122376
- declare const routeName$7n = "/v1/api/parties/{party_id}/invoices";
122377
- type GetInvoicesAsPartyPathParams = paths[typeof routeName$7n]['get']['parameters']['path'];
122378
- type GetInvoicesAsPartyQueryParams = paths[typeof routeName$7n]['get']['parameters']['query'];
122379
- type GetInvoicesAsPartyResponse = paths[typeof routeName$7n]['get']['responses'][200]['content']['application/json'];
122380
- type GetInvoicesAsPartyProps = paths[typeof routeName$7n]['get']['parameters'];
122383
+ declare const routeName$7n = "/v1/api/parties/{party_id}/insurance-policies/{insurance_policy_id}/finconnect/link";
122384
+ type GetFinconnectLinkForInsurancePolicyPathParams = paths[typeof routeName$7n]['get']['parameters']['path'];
122385
+ type GetFinconnectLinkForInsurancePolicyQueryParams = paths[typeof routeName$7n]['get']['parameters']['query'];
122386
+ type GetFinconnectLinkForInsurancePolicyResponse = paths[typeof routeName$7n]['get']['responses'][200]['content']['application/json'];
122387
+ type GetFinconnectLinkForInsurancePolicyProps = paths[typeof routeName$7n]['get']['parameters'];
122388
+ declare const getFinconnectLinkForInsurancePolicy: (props: GetFinconnectLinkForInsurancePolicyProps, wgApiClient: ClientType) => Promise<GetFinconnectLinkForInsurancePolicyResponse>;
122389
+
122390
+ declare const routeName$7m = "/v1/api/parties/{party_id}/invoices";
122391
+ type GetInvoicesAsPartyPathParams = paths[typeof routeName$7m]['get']['parameters']['path'];
122392
+ type GetInvoicesAsPartyQueryParams = paths[typeof routeName$7m]['get']['parameters']['query'];
122393
+ type GetInvoicesAsPartyResponse = paths[typeof routeName$7m]['get']['responses'][200]['content']['application/json'];
122394
+ type GetInvoicesAsPartyProps = paths[typeof routeName$7m]['get']['parameters'];
122381
122395
  declare const getInvoicesAsParty: (props: GetInvoicesAsPartyProps, wgApiClient: ClientType) => Promise<GetInvoicesAsPartyResponse>;
122382
122396
 
122383
- declare const routeName$7m = "/v1/api/parties/{party_id}/invoices/{invoice_id}";
122384
- type GetInvoicesAsPartyByIdPathParams = paths[typeof routeName$7m]['get']['parameters']['path'];
122385
- type GetInvoicesAsPartyByIdResponse = paths[typeof routeName$7m]['get']['responses'][200]['content']['application/json'];
122386
- type GetInvoicesAsPartyByIdProps = paths[typeof routeName$7m]['get']['parameters'];
122397
+ declare const routeName$7l = "/v1/api/parties/{party_id}/invoices/{invoice_id}";
122398
+ type GetInvoicesAsPartyByIdPathParams = paths[typeof routeName$7l]['get']['parameters']['path'];
122399
+ type GetInvoicesAsPartyByIdResponse = paths[typeof routeName$7l]['get']['responses'][200]['content']['application/json'];
122400
+ type GetInvoicesAsPartyByIdProps = paths[typeof routeName$7l]['get']['parameters'];
122387
122401
  declare const getInvoicesAsPartyById: (props: GetInvoicesAsPartyByIdProps, wgApiClient: ClientType) => Promise<GetInvoicesAsPartyByIdResponse>;
122388
122402
 
122389
- declare const routeName$7l = "/v1/api/parties/{party_id}/kyc";
122390
- type GetKycByPartyPathParams = paths[typeof routeName$7l]['get']['parameters']['path'];
122391
- type GetKycByPartyQueryParams = paths[typeof routeName$7l]['get']['parameters']['query'];
122392
- type GetKycByPartyResponse = paths[typeof routeName$7l]['get']['responses'][200]['content']['application/json'];
122393
- type GetKycByPartyProps = paths[typeof routeName$7l]['get']['parameters'];
122403
+ declare const routeName$7k = "/v1/api/parties/{party_id}/kyc";
122404
+ type GetKycByPartyPathParams = paths[typeof routeName$7k]['get']['parameters']['path'];
122405
+ type GetKycByPartyQueryParams = paths[typeof routeName$7k]['get']['parameters']['query'];
122406
+ type GetKycByPartyResponse = paths[typeof routeName$7k]['get']['responses'][200]['content']['application/json'];
122407
+ type GetKycByPartyProps = paths[typeof routeName$7k]['get']['parameters'];
122394
122408
  declare const getKycByParty: (props: GetKycByPartyProps, wgApiClient: ClientType) => Promise<GetKycByPartyResponse>;
122395
122409
 
122396
- declare const routeName$7k = "/v1/api/parties/{party_id}/management/possible-insurance-products";
122397
- type GetPossibleInsuranceProductsForManagementByPartyIdPathParams = paths[typeof routeName$7k]['get']['parameters']['path'];
122398
- type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams = paths[typeof routeName$7k]['get']['parameters']['query'];
122399
- type GetPossibleInsuranceProductsForManagementByPartyIdResponse = paths[typeof routeName$7k]['get']['responses'][200]['content']['application/json'];
122400
- type GetPossibleInsuranceProductsForManagementByPartyIdProps = paths[typeof routeName$7k]['get']['parameters'];
122410
+ declare const routeName$7j = "/v1/api/parties/{party_id}/management/possible-insurance-products";
122411
+ type GetPossibleInsuranceProductsForManagementByPartyIdPathParams = paths[typeof routeName$7j]['get']['parameters']['path'];
122412
+ type GetPossibleInsuranceProductsForManagementByPartyIdQueryParams = paths[typeof routeName$7j]['get']['parameters']['query'];
122413
+ type GetPossibleInsuranceProductsForManagementByPartyIdResponse = paths[typeof routeName$7j]['get']['responses'][200]['content']['application/json'];
122414
+ type GetPossibleInsuranceProductsForManagementByPartyIdProps = paths[typeof routeName$7j]['get']['parameters'];
122401
122415
  declare const getPossibleInsuranceProductsForManagementByPartyId: (props: GetPossibleInsuranceProductsForManagementByPartyIdProps, wgApiClient: ClientType) => Promise<GetPossibleInsuranceProductsForManagementByPartyIdResponse>;
122402
122416
 
122403
- declare const routeName$7j = "/v1/api/parties/{party_id}/merge-suggestions";
122404
- type GetPartyMergeSuggestionsPathParams = paths[typeof routeName$7j]['get']['parameters']['path'];
122405
- type GetPartyMergeSuggestionsQueryParams = paths[typeof routeName$7j]['get']['parameters']['query'];
122406
- type GetPartyMergeSuggestionsResponse = paths[typeof routeName$7j]['get']['responses'][200]['content']['application/json'];
122407
- type GetPartyMergeSuggestionsProps = paths[typeof routeName$7j]['get']['parameters'];
122417
+ declare const routeName$7i = "/v1/api/parties/{party_id}/merge-suggestions";
122418
+ type GetPartyMergeSuggestionsPathParams = paths[typeof routeName$7i]['get']['parameters']['path'];
122419
+ type GetPartyMergeSuggestionsQueryParams = paths[typeof routeName$7i]['get']['parameters']['query'];
122420
+ type GetPartyMergeSuggestionsResponse = paths[typeof routeName$7i]['get']['responses'][200]['content']['application/json'];
122421
+ type GetPartyMergeSuggestionsProps = paths[typeof routeName$7i]['get']['parameters'];
122408
122422
  declare const getPartyMergeSuggestions: (props: GetPartyMergeSuggestionsProps, wgApiClient: ClientType) => Promise<GetPartyMergeSuggestionsResponse>;
122409
122423
 
122410
- declare const routeName$7i = "/v1/api/parties/{party_id}/merges";
122411
- type MergePartiesTogetherBody = paths[typeof routeName$7i]['post']['requestBody']['content']['application/json'];
122412
- type MergePartiesTogetherPathParams = paths[typeof routeName$7i]['post']['parameters']['path'];
122413
- type MergePartiesTogetherQueryParams = paths[typeof routeName$7i]['post']['parameters']['query'];
122414
- type MergePartiesTogetherResponse = paths[typeof routeName$7i]['post']['responses'][200]['content']['application/json'];
122424
+ declare const routeName$7h = "/v1/api/parties/{party_id}/merges";
122425
+ type MergePartiesTogetherBody = paths[typeof routeName$7h]['post']['requestBody']['content']['application/json'];
122426
+ type MergePartiesTogetherPathParams = paths[typeof routeName$7h]['post']['parameters']['path'];
122427
+ type MergePartiesTogetherQueryParams = paths[typeof routeName$7h]['post']['parameters']['query'];
122428
+ type MergePartiesTogetherResponse = paths[typeof routeName$7h]['post']['responses'][200]['content']['application/json'];
122415
122429
  interface MergePartiesTogetherProps {
122416
122430
  body: MergePartiesTogetherBody;
122417
122431
  params: {
@@ -122421,10 +122435,10 @@ interface MergePartiesTogetherProps {
122421
122435
  }
122422
122436
  declare const mergePartiesTogether: (props: MergePartiesTogetherProps, wgApiClient: ClientType) => Promise<MergePartiesTogetherResponse>;
122423
122437
 
122424
- declare const routeName$7h = "/v1/api/parties/{party_id}/notes";
122425
- type CreatePartyNoteBody = paths[typeof routeName$7h]['post']['requestBody']['content']['application/json'];
122426
- type CreatePartyNotePathParams = paths[typeof routeName$7h]['post']['parameters']['path'];
122427
- type CreatePartyNoteResponse = paths[typeof routeName$7h]['post']['responses'][201]['content']['application/json'];
122438
+ declare const routeName$7g = "/v1/api/parties/{party_id}/notes";
122439
+ type CreatePartyNoteBody = paths[typeof routeName$7g]['post']['requestBody']['content']['application/json'];
122440
+ type CreatePartyNotePathParams = paths[typeof routeName$7g]['post']['parameters']['path'];
122441
+ type CreatePartyNoteResponse = paths[typeof routeName$7g]['post']['responses'][201]['content']['application/json'];
122428
122442
  interface CreatePartyNoteProps {
122429
122443
  body: CreatePartyNoteBody;
122430
122444
  params: {
@@ -122433,9 +122447,9 @@ interface CreatePartyNoteProps {
122433
122447
  }
122434
122448
  declare const createPartyNote: (props: CreatePartyNoteProps, wgApiClient: ClientType) => Promise<CreatePartyNoteResponse>;
122435
122449
 
122436
- declare const routeName$7g = "/v1/api/parties/{party_id}/notes/{note_id}";
122437
- type DeletePartyNoteByIdPathParams = paths[typeof routeName$7g]['delete']['parameters']['path'];
122438
- type DeletePartyNoteByIdResponse = paths[typeof routeName$7g]['delete']['responses'][200]['content']['application/json'];
122450
+ declare const routeName$7f = "/v1/api/parties/{party_id}/notes/{note_id}";
122451
+ type DeletePartyNoteByIdPathParams = paths[typeof routeName$7f]['delete']['parameters']['path'];
122452
+ type DeletePartyNoteByIdResponse = paths[typeof routeName$7f]['delete']['responses'][200]['content']['application/json'];
122439
122453
  interface DeletePartyNoteByIdProps {
122440
122454
  params: {
122441
122455
  path: DeletePartyNoteByIdPathParams;
@@ -122443,10 +122457,10 @@ interface DeletePartyNoteByIdProps {
122443
122457
  }
122444
122458
  declare const deletePartyNoteById: (props: DeletePartyNoteByIdProps, wgApiClient: ClientType) => Promise<DeletePartyNoteByIdResponse>;
122445
122459
 
122446
- declare const routeName$7f = "/v1/api/parties/{party_id}/notes/{note_id}";
122447
- type UpdatePartyNoteByIdBody = paths[typeof routeName$7f]['patch']['requestBody']['content']['application/json'];
122448
- type UpdatePartyNoteByIdPathParams = paths[typeof routeName$7f]['patch']['parameters']['path'];
122449
- type UpdatePartyNoteByIdResponse = paths[typeof routeName$7f]['patch']['responses'][200]['content']['application/json'];
122460
+ declare const routeName$7e = "/v1/api/parties/{party_id}/notes/{note_id}";
122461
+ type UpdatePartyNoteByIdBody = paths[typeof routeName$7e]['patch']['requestBody']['content']['application/json'];
122462
+ type UpdatePartyNoteByIdPathParams = paths[typeof routeName$7e]['patch']['parameters']['path'];
122463
+ type UpdatePartyNoteByIdResponse = paths[typeof routeName$7e]['patch']['responses'][200]['content']['application/json'];
122450
122464
  interface UpdatePartyNoteByIdProps {
122451
122465
  body: UpdatePartyNoteByIdBody;
122452
122466
  params: {
@@ -122455,11 +122469,11 @@ interface UpdatePartyNoteByIdProps {
122455
122469
  }
122456
122470
  declare const updatePartyNoteById: (props: UpdatePartyNoteByIdProps, wgApiClient: ClientType) => Promise<UpdatePartyNoteByIdResponse>;
122457
122471
 
122458
- declare const routeName$7e = "/v1/api/parties/{party_id}/offers";
122459
- type CreatePartyOffersBody = paths[typeof routeName$7e]['post']['requestBody']['content']['application/json'];
122460
- type CreatePartyOffersPathParams = paths[typeof routeName$7e]['post']['parameters']['path'];
122461
- type CreatePartyOffersQueryParams = paths[typeof routeName$7e]['post']['parameters']['query'];
122462
- type CreatePartyOffersResponse = paths[typeof routeName$7e]['post']['responses'][201]['content']['application/json'];
122472
+ declare const routeName$7d = "/v1/api/parties/{party_id}/offers";
122473
+ type CreatePartyOffersBody = paths[typeof routeName$7d]['post']['requestBody']['content']['application/json'];
122474
+ type CreatePartyOffersPathParams = paths[typeof routeName$7d]['post']['parameters']['path'];
122475
+ type CreatePartyOffersQueryParams = paths[typeof routeName$7d]['post']['parameters']['query'];
122476
+ type CreatePartyOffersResponse = paths[typeof routeName$7d]['post']['responses'][201]['content']['application/json'];
122463
122477
  interface CreatePartyOffersProps {
122464
122478
  body: CreatePartyOffersBody;
122465
122479
  params: {
@@ -122469,23 +122483,23 @@ interface CreatePartyOffersProps {
122469
122483
  }
122470
122484
  declare const createPartyOffers: (props: CreatePartyOffersProps, wgApiClient: ClientType) => Promise<CreatePartyOffersResponse>;
122471
122485
 
122472
- declare const routeName$7d = "/v1/api/parties/{party_id}/onesurance-data";
122473
- type GetOnesuranceDataByPartyIdPathParams = paths[typeof routeName$7d]['get']['parameters']['path'];
122474
- type GetOnesuranceDataByPartyIdQueryParams = paths[typeof routeName$7d]['get']['parameters']['query'];
122475
- type GetOnesuranceDataByPartyIdResponse = paths[typeof routeName$7d]['get']['responses'][200]['content']['application/json'];
122476
- type GetOnesuranceDataByPartyIdProps = paths[typeof routeName$7d]['get']['parameters'];
122486
+ declare const routeName$7c = "/v1/api/parties/{party_id}/onesurance-data";
122487
+ type GetOnesuranceDataByPartyIdPathParams = paths[typeof routeName$7c]['get']['parameters']['path'];
122488
+ type GetOnesuranceDataByPartyIdQueryParams = paths[typeof routeName$7c]['get']['parameters']['query'];
122489
+ type GetOnesuranceDataByPartyIdResponse = paths[typeof routeName$7c]['get']['responses'][200]['content']['application/json'];
122490
+ type GetOnesuranceDataByPartyIdProps = paths[typeof routeName$7c]['get']['parameters'];
122477
122491
  declare const getOnesuranceDataByPartyId: (props: GetOnesuranceDataByPartyIdProps, wgApiClient: ClientType) => Promise<GetOnesuranceDataByPartyIdResponse>;
122478
122492
 
122479
- declare const routeName$7c = "/v1/api/parties/{party_id}/policy-packages";
122480
- type GetPolicyPackagesForPartyPathParams = paths[typeof routeName$7c]['get']['parameters']['path'];
122481
- type GetPolicyPackagesForPartyResponse = paths[typeof routeName$7c]['get']['responses'][200]['content']['application/json'];
122482
- type GetPolicyPackagesForPartyProps = paths[typeof routeName$7c]['get']['parameters'];
122493
+ declare const routeName$7b = "/v1/api/parties/{party_id}/policy-packages";
122494
+ type GetPolicyPackagesForPartyPathParams = paths[typeof routeName$7b]['get']['parameters']['path'];
122495
+ type GetPolicyPackagesForPartyResponse = paths[typeof routeName$7b]['get']['responses'][200]['content']['application/json'];
122496
+ type GetPolicyPackagesForPartyProps = paths[typeof routeName$7b]['get']['parameters'];
122483
122497
  declare const getPolicyPackagesForParty: (props: GetPolicyPackagesForPartyProps, wgApiClient: ClientType) => Promise<GetPolicyPackagesForPartyResponse>;
122484
122498
 
122485
- declare const routeName$7b = "/v1/api/parties/{party_id}/policy-packages";
122486
- type UpsertPolicyPackagesForPartyBody = paths[typeof routeName$7b]['put']['requestBody']['content']['application/json'];
122487
- type UpsertPolicyPackagesForPartyPathParams = paths[typeof routeName$7b]['put']['parameters']['path'];
122488
- type UpsertPolicyPackagesForPartyResponse = paths[typeof routeName$7b]['put']['responses'][201]['content']['application/json'];
122499
+ declare const routeName$7a = "/v1/api/parties/{party_id}/policy-packages";
122500
+ type UpsertPolicyPackagesForPartyBody = paths[typeof routeName$7a]['put']['requestBody']['content']['application/json'];
122501
+ type UpsertPolicyPackagesForPartyPathParams = paths[typeof routeName$7a]['put']['parameters']['path'];
122502
+ type UpsertPolicyPackagesForPartyResponse = paths[typeof routeName$7a]['put']['responses'][201]['content']['application/json'];
122489
122503
  interface UpsertPolicyPackagesForPartyProps {
122490
122504
  body: UpsertPolicyPackagesForPartyBody;
122491
122505
  params: {
@@ -122494,16 +122508,16 @@ interface UpsertPolicyPackagesForPartyProps {
122494
122508
  }
122495
122509
  declare const upsertPolicyPackagesForParty: (props: UpsertPolicyPackagesForPartyProps, wgApiClient: ClientType) => Promise<UpsertPolicyPackagesForPartyResponse>;
122496
122510
 
122497
- declare const routeName$7a = "/v1/api/parties/{party_id}/policy-packages/{policy_package_id}";
122498
- type GetPolicyPackageByIdPathParams = paths[typeof routeName$7a]['get']['parameters']['path'];
122499
- type GetPolicyPackageByIdQueryParams = paths[typeof routeName$7a]['get']['parameters']['query'];
122500
- type GetPolicyPackageByIdResponse = paths[typeof routeName$7a]['get']['responses'][200]['content']['application/json'];
122501
- type GetPolicyPackageByIdProps = paths[typeof routeName$7a]['get']['parameters'];
122511
+ declare const routeName$79 = "/v1/api/parties/{party_id}/policy-packages/{policy_package_id}";
122512
+ type GetPolicyPackageByIdPathParams = paths[typeof routeName$79]['get']['parameters']['path'];
122513
+ type GetPolicyPackageByIdQueryParams = paths[typeof routeName$79]['get']['parameters']['query'];
122514
+ type GetPolicyPackageByIdResponse = paths[typeof routeName$79]['get']['responses'][200]['content']['application/json'];
122515
+ type GetPolicyPackageByIdProps = paths[typeof routeName$79]['get']['parameters'];
122502
122516
  declare const getPolicyPackageById: (props: GetPolicyPackageByIdProps, wgApiClient: ClientType) => Promise<GetPolicyPackageByIdResponse>;
122503
122517
 
122504
- declare const routeName$79 = "/v1/api/parties/{party_id}/policy-packages/{policy_package_id}";
122505
- type DeletePolicyPackagesForPartyPathParams = paths[typeof routeName$79]['delete']['parameters']['path'];
122506
- type DeletePolicyPackagesForPartyResponse = paths[typeof routeName$79]['delete']['responses'][200]['content']['application/json'];
122518
+ declare const routeName$78 = "/v1/api/parties/{party_id}/policy-packages/{policy_package_id}";
122519
+ type DeletePolicyPackagesForPartyPathParams = paths[typeof routeName$78]['delete']['parameters']['path'];
122520
+ type DeletePolicyPackagesForPartyResponse = paths[typeof routeName$78]['delete']['responses'][200]['content']['application/json'];
122507
122521
  interface DeletePolicyPackagesForPartyProps {
122508
122522
  params: {
122509
122523
  path: DeletePolicyPackagesForPartyPathParams;
@@ -122511,17 +122525,17 @@ interface DeletePolicyPackagesForPartyProps {
122511
122525
  }
122512
122526
  declare const deletePolicyPackagesForParty: (props: DeletePolicyPackagesForPartyProps, wgApiClient: ClientType) => Promise<DeletePolicyPackagesForPartyResponse>;
122513
122527
 
122514
- declare const routeName$78 = "/v1/api/parties/{party_id}/possible-insurance-products";
122515
- type GetPossibleInsuranceProductsByPartyIdPathParams = paths[typeof routeName$78]['get']['parameters']['path'];
122516
- type GetPossibleInsuranceProductsByPartyIdQueryParams = paths[typeof routeName$78]['get']['parameters']['query'];
122517
- type GetPossibleInsuranceProductsByPartyIdResponse = paths[typeof routeName$78]['get']['responses'][200]['content']['application/json'];
122518
- type GetPossibleInsuranceProductsByPartyIdProps = paths[typeof routeName$78]['get']['parameters'];
122528
+ declare const routeName$77 = "/v1/api/parties/{party_id}/possible-insurance-products";
122529
+ type GetPossibleInsuranceProductsByPartyIdPathParams = paths[typeof routeName$77]['get']['parameters']['path'];
122530
+ type GetPossibleInsuranceProductsByPartyIdQueryParams = paths[typeof routeName$77]['get']['parameters']['query'];
122531
+ type GetPossibleInsuranceProductsByPartyIdResponse = paths[typeof routeName$77]['get']['responses'][200]['content']['application/json'];
122532
+ type GetPossibleInsuranceProductsByPartyIdProps = paths[typeof routeName$77]['get']['parameters'];
122519
122533
  declare const getPossibleInsuranceProductsByPartyId: (props: GetPossibleInsuranceProductsByPartyIdProps, wgApiClient: ClientType) => Promise<GetPossibleInsuranceProductsByPartyIdResponse>;
122520
122534
 
122521
- declare const routeName$77 = "/v1/api/parties/{party_id}/references";
122522
- type CreateReferenceForPartyBody = paths[typeof routeName$77]['post']['requestBody']['content']['application/json'];
122523
- type CreateReferenceForPartyPathParams = paths[typeof routeName$77]['post']['parameters']['path'];
122524
- type CreateReferenceForPartyResponse = paths[typeof routeName$77]['post']['responses'][200]['content']['application/json'];
122535
+ declare const routeName$76 = "/v1/api/parties/{party_id}/references";
122536
+ type CreateReferenceForPartyBody = paths[typeof routeName$76]['post']['requestBody']['content']['application/json'];
122537
+ type CreateReferenceForPartyPathParams = paths[typeof routeName$76]['post']['parameters']['path'];
122538
+ type CreateReferenceForPartyResponse = paths[typeof routeName$76]['post']['responses'][200]['content']['application/json'];
122525
122539
  interface CreateReferenceForPartyProps {
122526
122540
  body: CreateReferenceForPartyBody;
122527
122541
  params: {
@@ -122530,17 +122544,17 @@ interface CreateReferenceForPartyProps {
122530
122544
  }
122531
122545
  declare const createReferenceForParty: (props: CreateReferenceForPartyProps, wgApiClient: ClientType) => Promise<CreateReferenceForPartyResponse>;
122532
122546
 
122533
- declare const routeName$76 = "/v1/api/parties/{party_id}/risk_analysis";
122534
- type GetRiskAnalysisByPartyIdPathParams = paths[typeof routeName$76]['get']['parameters']['path'];
122535
- type GetRiskAnalysisByPartyIdResponse = paths[typeof routeName$76]['get']['responses'][200]['content']['application/json'];
122536
- type GetRiskAnalysisByPartyIdProps = paths[typeof routeName$76]['get']['parameters'];
122547
+ declare const routeName$75 = "/v1/api/parties/{party_id}/risk_analysis";
122548
+ type GetRiskAnalysisByPartyIdPathParams = paths[typeof routeName$75]['get']['parameters']['path'];
122549
+ type GetRiskAnalysisByPartyIdResponse = paths[typeof routeName$75]['get']['responses'][200]['content']['application/json'];
122550
+ type GetRiskAnalysisByPartyIdProps = paths[typeof routeName$75]['get']['parameters'];
122537
122551
  declare const getRiskAnalysisByPartyId: (props: GetRiskAnalysisByPartyIdProps, wgApiClient: ClientType) => Promise<GetRiskAnalysisByPartyIdResponse>;
122538
122552
 
122539
- declare const routeName$75 = "/v1/api/parties/{party_id}/risk_objects/{risk_object_id}/relations";
122540
- type CreateRelationBetweenRiskObjectAndPartyBody = paths[typeof routeName$75]['post']['requestBody']['content']['application/json'];
122541
- type CreateRelationBetweenRiskObjectAndPartyPathParams = paths[typeof routeName$75]['post']['parameters']['path'];
122542
- type CreateRelationBetweenRiskObjectAndPartyQueryParams = paths[typeof routeName$75]['post']['parameters']['query'];
122543
- type CreateRelationBetweenRiskObjectAndPartyResponse = paths[typeof routeName$75]['post']['responses'][201]['content']['application/json'];
122553
+ declare const routeName$74 = "/v1/api/parties/{party_id}/risk_objects/{risk_object_id}/relations";
122554
+ type CreateRelationBetweenRiskObjectAndPartyBody = paths[typeof routeName$74]['post']['requestBody']['content']['application/json'];
122555
+ type CreateRelationBetweenRiskObjectAndPartyPathParams = paths[typeof routeName$74]['post']['parameters']['path'];
122556
+ type CreateRelationBetweenRiskObjectAndPartyQueryParams = paths[typeof routeName$74]['post']['parameters']['query'];
122557
+ type CreateRelationBetweenRiskObjectAndPartyResponse = paths[typeof routeName$74]['post']['responses'][201]['content']['application/json'];
122544
122558
  interface CreateRelationBetweenRiskObjectAndPartyProps {
122545
122559
  body: CreateRelationBetweenRiskObjectAndPartyBody;
122546
122560
  params: {
@@ -122550,11 +122564,11 @@ interface CreateRelationBetweenRiskObjectAndPartyProps {
122550
122564
  }
122551
122565
  declare const createRelationBetweenRiskObjectAndParty: (props: CreateRelationBetweenRiskObjectAndPartyProps, wgApiClient: ClientType) => Promise<CreateRelationBetweenRiskObjectAndPartyResponse>;
122552
122566
 
122553
- declare const routeName$74 = "/v1/api/parties/{party_id}/simulations/{simulation_id}/email-inquiries";
122554
- type SendMailForSimulationToPartyBody = paths[typeof routeName$74]['post']['requestBody']['content']['application/json'];
122555
- type SendMailForSimulationToPartyPathParams = paths[typeof routeName$74]['post']['parameters']['path'];
122556
- type SendMailForSimulationToPartyQueryParams = paths[typeof routeName$74]['post']['parameters']['query'];
122557
- type SendMailForSimulationToPartyResponse = paths[typeof routeName$74]['post']['responses'][201]['content']['application/json'];
122567
+ declare const routeName$73 = "/v1/api/parties/{party_id}/simulations/{simulation_id}/email-inquiries";
122568
+ type SendMailForSimulationToPartyBody = paths[typeof routeName$73]['post']['requestBody']['content']['application/json'];
122569
+ type SendMailForSimulationToPartyPathParams = paths[typeof routeName$73]['post']['parameters']['path'];
122570
+ type SendMailForSimulationToPartyQueryParams = paths[typeof routeName$73]['post']['parameters']['query'];
122571
+ type SendMailForSimulationToPartyResponse = paths[typeof routeName$73]['post']['responses'][201]['content']['application/json'];
122558
122572
  interface SendMailForSimulationToPartyProps {
122559
122573
  body: SendMailForSimulationToPartyBody;
122560
122574
  params: {
@@ -122564,17 +122578,17 @@ interface SendMailForSimulationToPartyProps {
122564
122578
  }
122565
122579
  declare const sendMailForSimulationToParty: (props: SendMailForSimulationToPartyProps, wgApiClient: ClientType) => Promise<SendMailForSimulationToPartyResponse>;
122566
122580
 
122567
- declare const routeName$73 = "/v1/api/parties/{party_id}/simulations/{simulation_id}/insurance-policies";
122568
- type GetInsurancePolicySimulationsForPartyPathParams = paths[typeof routeName$73]['get']['parameters']['path'];
122569
- type GetInsurancePolicySimulationsForPartyQueryParams = paths[typeof routeName$73]['get']['parameters']['query'];
122570
- type GetInsurancePolicySimulationsForPartyResponse = paths[typeof routeName$73]['get']['responses'][200]['content']['application/json'];
122571
- type GetInsurancePolicySimulationsForPartyProps = paths[typeof routeName$73]['get']['parameters'];
122581
+ declare const routeName$72 = "/v1/api/parties/{party_id}/simulations/{simulation_id}/insurance-policies";
122582
+ type GetInsurancePolicySimulationsForPartyPathParams = paths[typeof routeName$72]['get']['parameters']['path'];
122583
+ type GetInsurancePolicySimulationsForPartyQueryParams = paths[typeof routeName$72]['get']['parameters']['query'];
122584
+ type GetInsurancePolicySimulationsForPartyResponse = paths[typeof routeName$72]['get']['responses'][200]['content']['application/json'];
122585
+ type GetInsurancePolicySimulationsForPartyProps = paths[typeof routeName$72]['get']['parameters'];
122572
122586
  declare const getInsurancePolicySimulationsForParty: (props: GetInsurancePolicySimulationsForPartyProps, wgApiClient: ClientType) => Promise<GetInsurancePolicySimulationsForPartyResponse>;
122573
122587
 
122574
- declare const routeName$72 = "/v1/api/parties/{party_id}/simulations/{simulation_id}/insurance-policies";
122575
- type UpsertInsurancePolicySimulationForPartyBody = paths[typeof routeName$72]['put']['requestBody']['content']['application/json'];
122576
- type UpsertInsurancePolicySimulationForPartyPathParams = paths[typeof routeName$72]['put']['parameters']['path'];
122577
- type UpsertInsurancePolicySimulationForPartyResponse = paths[typeof routeName$72]['put']['responses'][201]['content']['application/json'];
122588
+ declare const routeName$71 = "/v1/api/parties/{party_id}/simulations/{simulation_id}/insurance-policies";
122589
+ type UpsertInsurancePolicySimulationForPartyBody = paths[typeof routeName$71]['put']['requestBody']['content']['application/json'];
122590
+ type UpsertInsurancePolicySimulationForPartyPathParams = paths[typeof routeName$71]['put']['parameters']['path'];
122591
+ type UpsertInsurancePolicySimulationForPartyResponse = paths[typeof routeName$71]['put']['responses'][201]['content']['application/json'];
122578
122592
  interface UpsertInsurancePolicySimulationForPartyProps {
122579
122593
  body: UpsertInsurancePolicySimulationForPartyBody;
122580
122594
  params: {
@@ -122583,31 +122597,31 @@ interface UpsertInsurancePolicySimulationForPartyProps {
122583
122597
  }
122584
122598
  declare const upsertInsurancePolicySimulationForParty: (props: UpsertInsurancePolicySimulationForPartyProps, wgApiClient: ClientType) => Promise<UpsertInsurancePolicySimulationForPartyResponse>;
122585
122599
 
122586
- declare const routeName$71 = "/v1/api/parties/{party_id}/simulations/{simulation_id}/policy-packages";
122587
- type GetPolicyPackageSimulationsForPartyPathParams = paths[typeof routeName$71]['get']['parameters']['path'];
122588
- type GetPolicyPackageSimulationsForPartyResponse = paths[typeof routeName$71]['get']['responses'][200]['content']['application/json'];
122589
- type GetPolicyPackageSimulationsForPartyProps = paths[typeof routeName$71]['get']['parameters'];
122600
+ declare const routeName$70 = "/v1/api/parties/{party_id}/simulations/{simulation_id}/policy-packages";
122601
+ type GetPolicyPackageSimulationsForPartyPathParams = paths[typeof routeName$70]['get']['parameters']['path'];
122602
+ type GetPolicyPackageSimulationsForPartyResponse = paths[typeof routeName$70]['get']['responses'][200]['content']['application/json'];
122603
+ type GetPolicyPackageSimulationsForPartyProps = paths[typeof routeName$70]['get']['parameters'];
122590
122604
  declare const getPolicyPackageSimulationsForParty: (props: GetPolicyPackageSimulationsForPartyProps, wgApiClient: ClientType) => Promise<GetPolicyPackageSimulationsForPartyResponse>;
122591
122605
 
122592
- declare const routeName$70 = "/v1/api/parties/{party_id}/staff/possible-insurance-products";
122593
- type GetPossibleInsuranceProductsForStaffByPartyIdPathParams = paths[typeof routeName$70]['get']['parameters']['path'];
122594
- type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams = paths[typeof routeName$70]['get']['parameters']['query'];
122595
- type GetPossibleInsuranceProductsForStaffByPartyIdResponse = paths[typeof routeName$70]['get']['responses'][200]['content']['application/json'];
122596
- type GetPossibleInsuranceProductsForStaffByPartyIdProps = paths[typeof routeName$70]['get']['parameters'];
122606
+ declare const routeName$6$ = "/v1/api/parties/{party_id}/staff/possible-insurance-products";
122607
+ type GetPossibleInsuranceProductsForStaffByPartyIdPathParams = paths[typeof routeName$6$]['get']['parameters']['path'];
122608
+ type GetPossibleInsuranceProductsForStaffByPartyIdQueryParams = paths[typeof routeName$6$]['get']['parameters']['query'];
122609
+ type GetPossibleInsuranceProductsForStaffByPartyIdResponse = paths[typeof routeName$6$]['get']['responses'][200]['content']['application/json'];
122610
+ type GetPossibleInsuranceProductsForStaffByPartyIdProps = paths[typeof routeName$6$]['get']['parameters'];
122597
122611
  declare const getPossibleInsuranceProductsForStaffByPartyId: (props: GetPossibleInsuranceProductsForStaffByPartyIdProps, wgApiClient: ClientType) => Promise<GetPossibleInsuranceProductsForStaffByPartyIdResponse>;
122598
122612
 
122599
- declare const routeName$6$ = "/v1/api/parties/{party_id}/system-campaigns";
122600
- type GetSystemCampaignsByPartyPathParams = paths[typeof routeName$6$]['get']['parameters']['path'];
122601
- type GetSystemCampaignsByPartyQueryParams = paths[typeof routeName$6$]['get']['parameters']['query'];
122602
- type GetSystemCampaignsByPartyResponse = paths[typeof routeName$6$]['get']['responses'][200]['content']['application/json'];
122603
- type GetSystemCampaignsByPartyProps = paths[typeof routeName$6$]['get']['parameters'];
122613
+ declare const routeName$6_ = "/v1/api/parties/{party_id}/system-campaigns";
122614
+ type GetSystemCampaignsByPartyPathParams = paths[typeof routeName$6_]['get']['parameters']['path'];
122615
+ type GetSystemCampaignsByPartyQueryParams = paths[typeof routeName$6_]['get']['parameters']['query'];
122616
+ type GetSystemCampaignsByPartyResponse = paths[typeof routeName$6_]['get']['responses'][200]['content']['application/json'];
122617
+ type GetSystemCampaignsByPartyProps = paths[typeof routeName$6_]['get']['parameters'];
122604
122618
  declare const getSystemCampaignsByParty: (props: GetSystemCampaignsByPartyProps, wgApiClient: ClientType) => Promise<GetSystemCampaignsByPartyResponse>;
122605
122619
 
122606
- declare const routeName$6_ = "/v1/api/parties/{party_id}/transfers";
122607
- type TransferPartyToOtherDistributionBody = paths[typeof routeName$6_]['post']['requestBody']['content']['application/json'];
122608
- type TransferPartyToOtherDistributionPathParams = paths[typeof routeName$6_]['post']['parameters']['path'];
122609
- type TransferPartyToOtherDistributionQueryParams = paths[typeof routeName$6_]['post']['parameters']['query'];
122610
- type TransferPartyToOtherDistributionResponse = paths[typeof routeName$6_]['post']['responses'][200]['content']['application/json'];
122620
+ declare const routeName$6Z = "/v1/api/parties/{party_id}/transfers";
122621
+ type TransferPartyToOtherDistributionBody = paths[typeof routeName$6Z]['post']['requestBody']['content']['application/json'];
122622
+ type TransferPartyToOtherDistributionPathParams = paths[typeof routeName$6Z]['post']['parameters']['path'];
122623
+ type TransferPartyToOtherDistributionQueryParams = paths[typeof routeName$6Z]['post']['parameters']['query'];
122624
+ type TransferPartyToOtherDistributionResponse = paths[typeof routeName$6Z]['post']['responses'][200]['content']['application/json'];
122611
122625
  interface TransferPartyToOtherDistributionProps {
122612
122626
  body: TransferPartyToOtherDistributionBody;
122613
122627
  params: {
@@ -122617,10 +122631,10 @@ interface TransferPartyToOtherDistributionProps {
122617
122631
  }
122618
122632
  declare const transferPartyToOtherDistribution: (props: TransferPartyToOtherDistributionProps, wgApiClient: ClientType) => Promise<TransferPartyToOtherDistributionResponse>;
122619
122633
 
122620
- declare const routeName$6Z = "/v1/api/relations";
122621
- type CreatePartyRelationsBody = paths[typeof routeName$6Z]['post']['requestBody']['content']['application/json'];
122622
- type CreatePartyRelationsQueryParams = paths[typeof routeName$6Z]['post']['parameters']['query'];
122623
- type CreatePartyRelationsResponse = paths[typeof routeName$6Z]['post']['responses'][201]['content']['application/json'];
122634
+ declare const routeName$6Y = "/v1/api/relations";
122635
+ type CreatePartyRelationsBody = paths[typeof routeName$6Y]['post']['requestBody']['content']['application/json'];
122636
+ type CreatePartyRelationsQueryParams = paths[typeof routeName$6Y]['post']['parameters']['query'];
122637
+ type CreatePartyRelationsResponse = paths[typeof routeName$6Y]['post']['responses'][201]['content']['application/json'];
122624
122638
  interface CreatePartyRelationsProps {
122625
122639
  body: CreatePartyRelationsBody;
122626
122640
  params: {
@@ -122629,9 +122643,9 @@ interface CreatePartyRelationsProps {
122629
122643
  }
122630
122644
  declare const createPartyRelations: (props: CreatePartyRelationsProps, wgApiClient: ClientType) => Promise<CreatePartyRelationsResponse>;
122631
122645
 
122632
- declare const routeName$6Y = "/v1/api/relations/{relation_id}";
122633
- type DeletePartyRelationsPathParams = paths[typeof routeName$6Y]['delete']['parameters']['path'];
122634
- type DeletePartyRelationsResponse = paths[typeof routeName$6Y]['delete']['responses'][200]['content']['application/json'];
122646
+ declare const routeName$6X = "/v1/api/relations/{relation_id}";
122647
+ type DeletePartyRelationsPathParams = paths[typeof routeName$6X]['delete']['parameters']['path'];
122648
+ type DeletePartyRelationsResponse = paths[typeof routeName$6X]['delete']['responses'][200]['content']['application/json'];
122635
122649
  interface DeletePartyRelationsProps {
122636
122650
  params: {
122637
122651
  path: DeletePartyRelationsPathParams;
@@ -122639,10 +122653,10 @@ interface DeletePartyRelationsProps {
122639
122653
  }
122640
122654
  declare const deletePartyRelations: (props: DeletePartyRelationsProps, wgApiClient: ClientType) => Promise<DeletePartyRelationsResponse>;
122641
122655
 
122642
- declare const routeName$6X = "/v1/api/relations/{relation_id}";
122643
- type UpdatePartyRelationsBody = paths[typeof routeName$6X]['patch']['requestBody']['content']['application/json'];
122644
- type UpdatePartyRelationsPathParams = paths[typeof routeName$6X]['patch']['parameters']['path'];
122645
- type UpdatePartyRelationsResponse = paths[typeof routeName$6X]['patch']['responses'][200]['content']['application/json'];
122656
+ declare const routeName$6W = "/v1/api/relations/{relation_id}";
122657
+ type UpdatePartyRelationsBody = paths[typeof routeName$6W]['patch']['requestBody']['content']['application/json'];
122658
+ type UpdatePartyRelationsPathParams = paths[typeof routeName$6W]['patch']['parameters']['path'];
122659
+ type UpdatePartyRelationsResponse = paths[typeof routeName$6W]['patch']['responses'][200]['content']['application/json'];
122646
122660
  interface UpdatePartyRelationsProps {
122647
122661
  body: UpdatePartyRelationsBody;
122648
122662
  params: {
@@ -122651,53 +122665,53 @@ interface UpdatePartyRelationsProps {
122651
122665
  }
122652
122666
  declare const updatePartyRelations: (props: UpdatePartyRelationsProps, wgApiClient: ClientType) => Promise<UpdatePartyRelationsResponse>;
122653
122667
 
122654
- declare const routeName$6W = "/v2/api/distributions/{distribution_id}/parties";
122655
- type GetAllPartiesByDistributionV2PathParams = paths[typeof routeName$6W]['get']['parameters']['path'];
122656
- type GetAllPartiesByDistributionV2QueryParams = paths[typeof routeName$6W]['get']['parameters']['query'];
122657
- type GetAllPartiesByDistributionV2Response = paths[typeof routeName$6W]['get']['responses'][200]['content']['application/json'];
122658
- type GetAllPartiesByDistributionV2Props = paths[typeof routeName$6W]['get']['parameters'];
122668
+ declare const routeName$6V = "/v2/api/distributions/{distribution_id}/parties";
122669
+ type GetAllPartiesByDistributionV2PathParams = paths[typeof routeName$6V]['get']['parameters']['path'];
122670
+ type GetAllPartiesByDistributionV2QueryParams = paths[typeof routeName$6V]['get']['parameters']['query'];
122671
+ type GetAllPartiesByDistributionV2Response = paths[typeof routeName$6V]['get']['responses'][200]['content']['application/json'];
122672
+ type GetAllPartiesByDistributionV2Props = paths[typeof routeName$6V]['get']['parameters'];
122659
122673
  declare const getAllPartiesByDistributionV2: (props: GetAllPartiesByDistributionV2Props, wgApiClient: ClientType) => Promise<GetAllPartiesByDistributionV2Response>;
122660
122674
 
122661
- declare const routeName$6V = "/v1/api/address/cities";
122662
- type SearchCitiesByCountryQueryParams = paths[typeof routeName$6V]['get']['parameters']['query'];
122663
- type SearchCitiesByCountryResponse = paths[typeof routeName$6V]['get']['responses'][200]['content']['application/json'];
122664
- type SearchCitiesByCountryProps = paths[typeof routeName$6V]['get']['parameters'];
122675
+ declare const routeName$6U = "/v1/api/address/cities";
122676
+ type SearchCitiesByCountryQueryParams = paths[typeof routeName$6U]['get']['parameters']['query'];
122677
+ type SearchCitiesByCountryResponse = paths[typeof routeName$6U]['get']['responses'][200]['content']['application/json'];
122678
+ type SearchCitiesByCountryProps = paths[typeof routeName$6U]['get']['parameters'];
122665
122679
  declare const searchCitiesByCountry: (props: SearchCitiesByCountryProps, wgApiClient: ClientType) => Promise<SearchCitiesByCountryResponse>;
122666
122680
 
122667
- declare const routeName$6U = "/v1/api/address/info/freemium";
122668
- type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$6U]['get']['parameters']['query'];
122669
- type GetAddressInfoFreemiumResponse = paths[typeof routeName$6U]['get']['responses'][200]['content']['application/json'];
122670
- type GetAddressInfoFreemiumProps = paths[typeof routeName$6U]['get']['parameters'];
122681
+ declare const routeName$6T = "/v1/api/address/info/freemium";
122682
+ type GetAddressInfoFreemiumQueryParams = paths[typeof routeName$6T]['get']['parameters']['query'];
122683
+ type GetAddressInfoFreemiumResponse = paths[typeof routeName$6T]['get']['responses'][200]['content']['application/json'];
122684
+ type GetAddressInfoFreemiumProps = paths[typeof routeName$6T]['get']['parameters'];
122671
122685
  declare const getAddressInfoFreemium: (props: GetAddressInfoFreemiumProps, wgApiClient: ClientType) => Promise<GetAddressInfoFreemiumResponse>;
122672
122686
 
122673
- declare const routeName$6T = "/v1/api/address/info/premium";
122674
- type GetAddressInfoQueryParams = paths[typeof routeName$6T]['get']['parameters']['query'];
122675
- type GetAddressInfoResponse = paths[typeof routeName$6T]['get']['responses'][200]['content']['application/json'];
122676
- type GetAddressInfoProps = paths[typeof routeName$6T]['get']['parameters'];
122687
+ declare const routeName$6S = "/v1/api/address/info/premium";
122688
+ type GetAddressInfoQueryParams = paths[typeof routeName$6S]['get']['parameters']['query'];
122689
+ type GetAddressInfoResponse = paths[typeof routeName$6S]['get']['responses'][200]['content']['application/json'];
122690
+ type GetAddressInfoProps = paths[typeof routeName$6S]['get']['parameters'];
122677
122691
  declare const getAddressInfo: (props: GetAddressInfoProps, wgApiClient: ClientType) => Promise<GetAddressInfoResponse>;
122678
122692
 
122679
- declare const routeName$6S = "/v1/api/address/search";
122680
- type SearchAddressesByCountryQueryParams = paths[typeof routeName$6S]['get']['parameters']['query'];
122681
- type SearchAddressesByCountryResponse = paths[typeof routeName$6S]['get']['responses'][200]['content']['application/json'];
122682
- type SearchAddressesByCountryProps = paths[typeof routeName$6S]['get']['parameters'];
122693
+ declare const routeName$6R = "/v1/api/address/search";
122694
+ type SearchAddressesByCountryQueryParams = paths[typeof routeName$6R]['get']['parameters']['query'];
122695
+ type SearchAddressesByCountryResponse = paths[typeof routeName$6R]['get']['responses'][200]['content']['application/json'];
122696
+ type SearchAddressesByCountryProps = paths[typeof routeName$6R]['get']['parameters'];
122683
122697
  declare const searchAddressesByCountry: (props: SearchAddressesByCountryProps, wgApiClient: ClientType) => Promise<SearchAddressesByCountryResponse>;
122684
122698
 
122685
- declare const routeName$6R = "/v1/api/address/streets";
122686
- type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$6R]['get']['parameters']['query'];
122687
- type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$6R]['get']['responses'][200]['content']['application/json'];
122688
- type SeachStreetsByCityAndCountryProps = paths[typeof routeName$6R]['get']['parameters'];
122699
+ declare const routeName$6Q = "/v1/api/address/streets";
122700
+ type SeachStreetsByCityAndCountryQueryParams = paths[typeof routeName$6Q]['get']['parameters']['query'];
122701
+ type SeachStreetsByCityAndCountryResponse = paths[typeof routeName$6Q]['get']['responses'][200]['content']['application/json'];
122702
+ type SeachStreetsByCityAndCountryProps = paths[typeof routeName$6Q]['get']['parameters'];
122689
122703
  declare const seachStreetsByCityAndCountry: (props: SeachStreetsByCityAndCountryProps, wgApiClient: ClientType) => Promise<SeachStreetsByCityAndCountryResponse>;
122690
122704
 
122691
- declare const routeName$6Q = "/v1/api/weather/info";
122692
- type GetWeatherInfoQueryParams = paths[typeof routeName$6Q]['get']['parameters']['query'];
122693
- type GetWeatherInfoResponse = paths[typeof routeName$6Q]['get']['responses'][200]['content']['application/json'];
122694
- type GetWeatherInfoProps = paths[typeof routeName$6Q]['get']['parameters'];
122705
+ declare const routeName$6P = "/v1/api/weather/info";
122706
+ type GetWeatherInfoQueryParams = paths[typeof routeName$6P]['get']['parameters']['query'];
122707
+ type GetWeatherInfoResponse = paths[typeof routeName$6P]['get']['responses'][200]['content']['application/json'];
122708
+ type GetWeatherInfoProps = paths[typeof routeName$6P]['get']['parameters'];
122695
122709
  declare const getWeatherInfo: (props: GetWeatherInfoProps, wgApiClient: ClientType) => Promise<GetWeatherInfoResponse>;
122696
122710
 
122697
- declare const routeName$6P = "/v1/api/advisory-report-front-page-pdf";
122698
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$6P]['post']['requestBody']['content']['application/json'];
122699
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$6P]['post']['parameters']['query'];
122700
- type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$6P]['post']['responses'][201]['content']['application/json'];
122711
+ declare const routeName$6O = "/v1/api/advisory-report-front-page-pdf";
122712
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody = paths[typeof routeName$6O]['post']['requestBody']['content']['application/json'];
122713
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleQueryParams = paths[typeof routeName$6O]['post']['parameters']['query'];
122714
+ type GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse = paths[typeof routeName$6O]['post']['responses'][201]['content']['application/json'];
122701
122715
  interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
122702
122716
  body: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleBody;
122703
122717
  params: {
@@ -122706,16 +122720,16 @@ interface GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps {
122706
122720
  }
122707
122721
  declare const generateStandaloneFrontPagePdfOfAdvisoryReportAsExample: (props: GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleProps, wgApiClient: ClientType) => Promise<GenerateStandaloneFrontPagePdfOfAdvisoryReportAsExampleResponse>;
122708
122722
 
122709
- declare const routeName$6O = "/v1/api/advisory-reports";
122710
- type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$6O]['get']['parameters']['query'];
122711
- type GetAllAdvisoryReportsResponse = paths[typeof routeName$6O]['get']['responses'][200]['content']['application/json'];
122712
- type GetAllAdvisoryReportsProps = paths[typeof routeName$6O]['get']['parameters'];
122723
+ declare const routeName$6N = "/v1/api/advisory-reports";
122724
+ type GetAllAdvisoryReportsQueryParams = paths[typeof routeName$6N]['get']['parameters']['query'];
122725
+ type GetAllAdvisoryReportsResponse = paths[typeof routeName$6N]['get']['responses'][200]['content']['application/json'];
122726
+ type GetAllAdvisoryReportsProps = paths[typeof routeName$6N]['get']['parameters'];
122713
122727
  declare const getAllAdvisoryReports: (props: GetAllAdvisoryReportsProps, wgApiClient: ClientType) => Promise<GetAllAdvisoryReportsResponse>;
122714
122728
 
122715
- declare const routeName$6N = "/v1/api/advisory-reports";
122716
- type CreateAdvisoryReportBody = paths[typeof routeName$6N]['post']['requestBody']['content']['application/json'];
122717
- type CreateAdvisoryReportQueryParams = paths[typeof routeName$6N]['post']['parameters']['query'];
122718
- type CreateAdvisoryReportResponse = paths[typeof routeName$6N]['post']['responses'][201]['content']['application/json'];
122729
+ declare const routeName$6M = "/v1/api/advisory-reports";
122730
+ type CreateAdvisoryReportBody = paths[typeof routeName$6M]['post']['requestBody']['content']['application/json'];
122731
+ type CreateAdvisoryReportQueryParams = paths[typeof routeName$6M]['post']['parameters']['query'];
122732
+ type CreateAdvisoryReportResponse = paths[typeof routeName$6M]['post']['responses'][201]['content']['application/json'];
122719
122733
  interface CreateAdvisoryReportProps {
122720
122734
  body: CreateAdvisoryReportBody;
122721
122735
  params: {
@@ -122724,24 +122738,24 @@ interface CreateAdvisoryReportProps {
122724
122738
  }
122725
122739
  declare const createAdvisoryReport: (props: CreateAdvisoryReportProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportResponse>;
122726
122740
 
122727
- declare const routeName$6M = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
122728
- type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$6M]['get']['parameters']['path'];
122729
- type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$6M]['get']['parameters']['query'];
122730
- type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$6M]['get']['responses'][200]['content']['application/json'];
122731
- type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$6M]['get']['parameters'];
122741
+ declare const routeName$6L = "/v1/api/advisory-reports/{report_id_1}/diff/{report_id_2}";
122742
+ type GetAdvisoryReportRevisionDiffPathParams = paths[typeof routeName$6L]['get']['parameters']['path'];
122743
+ type GetAdvisoryReportRevisionDiffQueryParams = paths[typeof routeName$6L]['get']['parameters']['query'];
122744
+ type GetAdvisoryReportRevisionDiffResponse = paths[typeof routeName$6L]['get']['responses'][200]['content']['application/json'];
122745
+ type GetAdvisoryReportRevisionDiffProps = paths[typeof routeName$6L]['get']['parameters'];
122732
122746
  declare const getAdvisoryReportRevisionDiff: (props: GetAdvisoryReportRevisionDiffProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportRevisionDiffResponse>;
122733
122747
 
122734
- declare const routeName$6L = "/v1/api/advisory-reports/{report_id}";
122735
- type GetAdvisoryReportByIdPathParams = paths[typeof routeName$6L]['get']['parameters']['path'];
122736
- type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$6L]['get']['parameters']['query'];
122737
- type GetAdvisoryReportByIdResponse = paths[typeof routeName$6L]['get']['responses'][200]['content']['application/json'];
122738
- type GetAdvisoryReportByIdProps = paths[typeof routeName$6L]['get']['parameters'];
122748
+ declare const routeName$6K = "/v1/api/advisory-reports/{report_id}";
122749
+ type GetAdvisoryReportByIdPathParams = paths[typeof routeName$6K]['get']['parameters']['path'];
122750
+ type GetAdvisoryReportByIdQueryParams = paths[typeof routeName$6K]['get']['parameters']['query'];
122751
+ type GetAdvisoryReportByIdResponse = paths[typeof routeName$6K]['get']['responses'][200]['content']['application/json'];
122752
+ type GetAdvisoryReportByIdProps = paths[typeof routeName$6K]['get']['parameters'];
122739
122753
  declare const getAdvisoryReportById: (props: GetAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportByIdResponse>;
122740
122754
 
122741
- declare const routeName$6K = "/v1/api/advisory-reports/{report_id}";
122742
- type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$6K]['delete']['parameters']['path'];
122743
- type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$6K]['delete']['parameters']['query'];
122744
- type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$6K]['delete']['responses'][200]['content']['application/json'];
122755
+ declare const routeName$6J = "/v1/api/advisory-reports/{report_id}";
122756
+ type DeleteAdvisoryReportRevisionPathParams = paths[typeof routeName$6J]['delete']['parameters']['path'];
122757
+ type DeleteAdvisoryReportRevisionQueryParams = paths[typeof routeName$6J]['delete']['parameters']['query'];
122758
+ type DeleteAdvisoryReportRevisionResponse = paths[typeof routeName$6J]['delete']['responses'][200]['content']['application/json'];
122745
122759
  interface DeleteAdvisoryReportRevisionProps {
122746
122760
  params: {
122747
122761
  query: DeleteAdvisoryReportRevisionQueryParams;
@@ -122750,11 +122764,11 @@ interface DeleteAdvisoryReportRevisionProps {
122750
122764
  }
122751
122765
  declare const deleteAdvisoryReportRevision: (props: DeleteAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportRevisionResponse>;
122752
122766
 
122753
- declare const routeName$6J = "/v1/api/advisory-reports/{report_id}";
122754
- type UpdateAdvisoryReportBody = paths[typeof routeName$6J]['patch']['requestBody']['content']['application/json'];
122755
- type UpdateAdvisoryReportPathParams = paths[typeof routeName$6J]['patch']['parameters']['path'];
122756
- type UpdateAdvisoryReportQueryParams = paths[typeof routeName$6J]['patch']['parameters']['query'];
122757
- type UpdateAdvisoryReportResponse = paths[typeof routeName$6J]['patch']['responses'][200]['content']['application/json'];
122767
+ declare const routeName$6I = "/v1/api/advisory-reports/{report_id}";
122768
+ type UpdateAdvisoryReportBody = paths[typeof routeName$6I]['patch']['requestBody']['content']['application/json'];
122769
+ type UpdateAdvisoryReportPathParams = paths[typeof routeName$6I]['patch']['parameters']['path'];
122770
+ type UpdateAdvisoryReportQueryParams = paths[typeof routeName$6I]['patch']['parameters']['query'];
122771
+ type UpdateAdvisoryReportResponse = paths[typeof routeName$6I]['patch']['responses'][200]['content']['application/json'];
122758
122772
  interface UpdateAdvisoryReportProps {
122759
122773
  body: UpdateAdvisoryReportBody;
122760
122774
  params: {
@@ -122764,11 +122778,11 @@ interface UpdateAdvisoryReportProps {
122764
122778
  }
122765
122779
  declare const updateAdvisoryReport: (props: UpdateAdvisoryReportProps, wgApiClient: ClientType) => Promise<UpdateAdvisoryReportResponse>;
122766
122780
 
122767
- declare const routeName$6I = "/v1/api/advisory-reports/{report_id}/acceptances";
122768
- type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$6I]['post']['requestBody']['content']['application/json'];
122769
- type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$6I]['post']['parameters']['path'];
122770
- type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$6I]['post']['parameters']['query'];
122771
- type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$6I]['post']['responses'][200]['content']['application/json'];
122781
+ declare const routeName$6H = "/v1/api/advisory-reports/{report_id}/acceptances";
122782
+ type AcceptOrRejectAnAdvisoryReportBody = paths[typeof routeName$6H]['post']['requestBody']['content']['application/json'];
122783
+ type AcceptOrRejectAnAdvisoryReportPathParams = paths[typeof routeName$6H]['post']['parameters']['path'];
122784
+ type AcceptOrRejectAnAdvisoryReportQueryParams = paths[typeof routeName$6H]['post']['parameters']['query'];
122785
+ type AcceptOrRejectAnAdvisoryReportResponse = paths[typeof routeName$6H]['post']['responses'][200]['content']['application/json'];
122772
122786
  interface AcceptOrRejectAnAdvisoryReportProps {
122773
122787
  body: AcceptOrRejectAnAdvisoryReportBody;
122774
122788
  params: {
@@ -122778,11 +122792,11 @@ interface AcceptOrRejectAnAdvisoryReportProps {
122778
122792
  }
122779
122793
  declare const acceptOrRejectAnAdvisoryReport: (props: AcceptOrRejectAnAdvisoryReportProps, wgApiClient: ClientType) => Promise<AcceptOrRejectAnAdvisoryReportResponse>;
122780
122794
 
122781
- declare const routeName$6H = "/v1/api/advisory-reports/{report_id}/clauses";
122782
- type PutClausesForReportBody = paths[typeof routeName$6H]['put']['requestBody']['content']['application/json'];
122783
- type PutClausesForReportPathParams = paths[typeof routeName$6H]['put']['parameters']['path'];
122784
- type PutClausesForReportQueryParams = paths[typeof routeName$6H]['put']['parameters']['query'];
122785
- type PutClausesForReportResponse = paths[typeof routeName$6H]['put']['responses'][200]['content']['application/json'];
122795
+ declare const routeName$6G = "/v1/api/advisory-reports/{report_id}/clauses";
122796
+ type PutClausesForReportBody = paths[typeof routeName$6G]['put']['requestBody']['content']['application/json'];
122797
+ type PutClausesForReportPathParams = paths[typeof routeName$6G]['put']['parameters']['path'];
122798
+ type PutClausesForReportQueryParams = paths[typeof routeName$6G]['put']['parameters']['query'];
122799
+ type PutClausesForReportResponse = paths[typeof routeName$6G]['put']['responses'][200]['content']['application/json'];
122786
122800
  interface PutClausesForReportProps {
122787
122801
  body: PutClausesForReportBody;
122788
122802
  params: {
@@ -122792,11 +122806,11 @@ interface PutClausesForReportProps {
122792
122806
  }
122793
122807
  declare const putClausesForReport: (props: PutClausesForReportProps, wgApiClient: ClientType) => Promise<PutClausesForReportResponse>;
122794
122808
 
122795
- declare const routeName$6G = "/v1/api/advisory-reports/{report_id}/conversations";
122796
- type LinkConversationToAdvisoryReportBody = paths[typeof routeName$6G]['post']['requestBody']['content']['application/json'];
122797
- type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$6G]['post']['parameters']['path'];
122798
- type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$6G]['post']['parameters']['query'];
122799
- type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$6G]['post']['responses'][201]['content']['application/json'];
122809
+ declare const routeName$6F = "/v1/api/advisory-reports/{report_id}/conversations";
122810
+ type LinkConversationToAdvisoryReportBody = paths[typeof routeName$6F]['post']['requestBody']['content']['application/json'];
122811
+ type LinkConversationToAdvisoryReportPathParams = paths[typeof routeName$6F]['post']['parameters']['path'];
122812
+ type LinkConversationToAdvisoryReportQueryParams = paths[typeof routeName$6F]['post']['parameters']['query'];
122813
+ type LinkConversationToAdvisoryReportResponse = paths[typeof routeName$6F]['post']['responses'][201]['content']['application/json'];
122800
122814
  interface LinkConversationToAdvisoryReportProps {
122801
122815
  body: LinkConversationToAdvisoryReportBody;
122802
122816
  params: {
@@ -122806,10 +122820,10 @@ interface LinkConversationToAdvisoryReportProps {
122806
122820
  }
122807
122821
  declare const linkConversationToAdvisoryReport: (props: LinkConversationToAdvisoryReportProps, wgApiClient: ClientType) => Promise<LinkConversationToAdvisoryReportResponse>;
122808
122822
 
122809
- declare const routeName$6F = "/v1/api/advisory-reports/{report_id}/docx";
122810
- type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$6F]['post']['parameters']['path'];
122811
- type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6F]['post']['parameters']['query'];
122812
- type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$6F]['post']['responses'][200]['content']['application/json'];
122823
+ declare const routeName$6E = "/v1/api/advisory-reports/{report_id}/docx";
122824
+ type GenerateDocxDocumentOfAdvisoryReportByIdPathParams = paths[typeof routeName$6E]['post']['parameters']['path'];
122825
+ type GenerateDocxDocumentOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6E]['post']['parameters']['query'];
122826
+ type GenerateDocxDocumentOfAdvisoryReportByIdResponse = paths[typeof routeName$6E]['post']['responses'][200]['content']['application/json'];
122813
122827
  interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
122814
122828
  params: {
122815
122829
  query: GenerateDocxDocumentOfAdvisoryReportByIdQueryParams;
@@ -122818,11 +122832,11 @@ interface GenerateDocxDocumentOfAdvisoryReportByIdProps {
122818
122832
  }
122819
122833
  declare const generateDocxDocumentOfAdvisoryReportById: (props: GenerateDocxDocumentOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GenerateDocxDocumentOfAdvisoryReportByIdResponse>;
122820
122834
 
122821
- declare const routeName$6E = "/v1/api/advisory-reports/{report_id}/email-inquiries";
122822
- type SendAdvisoryReportAsMailBody = paths[typeof routeName$6E]['post']['requestBody']['content']['application/json'];
122823
- type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$6E]['post']['parameters']['path'];
122824
- type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$6E]['post']['parameters']['query'];
122825
- type SendAdvisoryReportAsMailResponse = paths[typeof routeName$6E]['post']['responses'][201]['content']['application/json'];
122835
+ declare const routeName$6D = "/v1/api/advisory-reports/{report_id}/email-inquiries";
122836
+ type SendAdvisoryReportAsMailBody = paths[typeof routeName$6D]['post']['requestBody']['content']['application/json'];
122837
+ type SendAdvisoryReportAsMailPathParams = paths[typeof routeName$6D]['post']['parameters']['path'];
122838
+ type SendAdvisoryReportAsMailQueryParams = paths[typeof routeName$6D]['post']['parameters']['query'];
122839
+ type SendAdvisoryReportAsMailResponse = paths[typeof routeName$6D]['post']['responses'][201]['content']['application/json'];
122826
122840
  interface SendAdvisoryReportAsMailProps {
122827
122841
  body: SendAdvisoryReportAsMailBody;
122828
122842
  params: {
@@ -122832,24 +122846,24 @@ interface SendAdvisoryReportAsMailProps {
122832
122846
  }
122833
122847
  declare const sendAdvisoryReportAsMail: (props: SendAdvisoryReportAsMailProps, wgApiClient: ClientType) => Promise<SendAdvisoryReportAsMailResponse>;
122834
122848
 
122835
- declare const routeName$6D = "/v1/api/advisory-reports/{report_id}/events";
122836
- type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$6D]['get']['parameters']['path'];
122837
- type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$6D]['get']['parameters']['query'];
122838
- type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$6D]['get']['responses'][200]['content']['application/json'];
122839
- type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$6D]['get']['parameters'];
122849
+ declare const routeName$6C = "/v1/api/advisory-reports/{report_id}/events";
122850
+ type GetEventsByAdvisoryReportIdPathParams = paths[typeof routeName$6C]['get']['parameters']['path'];
122851
+ type GetEventsByAdvisoryReportIdQueryParams = paths[typeof routeName$6C]['get']['parameters']['query'];
122852
+ type GetEventsByAdvisoryReportIdResponse = paths[typeof routeName$6C]['get']['responses'][200]['content']['application/json'];
122853
+ type GetEventsByAdvisoryReportIdProps = paths[typeof routeName$6C]['get']['parameters'];
122840
122854
  declare const getEventsByAdvisoryReportId: (props: GetEventsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetEventsByAdvisoryReportIdResponse>;
122841
122855
 
122842
- declare const routeName$6C = "/v1/api/advisory-reports/{report_id}/export-options";
122843
- type GetAdvisoryReportExportOptionsPathParams = paths[typeof routeName$6C]['get']['parameters']['path'];
122844
- type GetAdvisoryReportExportOptionsResponse = paths[typeof routeName$6C]['get']['responses'][200]['content']['application/json'];
122845
- type GetAdvisoryReportExportOptionsProps = paths[typeof routeName$6C]['get']['parameters'];
122856
+ declare const routeName$6B = "/v1/api/advisory-reports/{report_id}/export-options";
122857
+ type GetAdvisoryReportExportOptionsPathParams = paths[typeof routeName$6B]['get']['parameters']['path'];
122858
+ type GetAdvisoryReportExportOptionsResponse = paths[typeof routeName$6B]['get']['responses'][200]['content']['application/json'];
122859
+ type GetAdvisoryReportExportOptionsProps = paths[typeof routeName$6B]['get']['parameters'];
122846
122860
  declare const getAdvisoryReportExportOptions: (props: GetAdvisoryReportExportOptionsProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportExportOptionsResponse>;
122847
122861
 
122848
- declare const routeName$6B = "/v1/api/advisory-reports/{report_id}/exports";
122849
- type ExportAdvisoryReportByIdBody = paths[typeof routeName$6B]['post']['requestBody']['content']['application/json'];
122850
- type ExportAdvisoryReportByIdPathParams = paths[typeof routeName$6B]['post']['parameters']['path'];
122851
- type ExportAdvisoryReportByIdQueryParams = paths[typeof routeName$6B]['post']['parameters']['query'];
122852
- type ExportAdvisoryReportByIdResponse = paths[typeof routeName$6B]['post']['responses'][201]['content']['application/json'];
122862
+ declare const routeName$6A = "/v1/api/advisory-reports/{report_id}/exports";
122863
+ type ExportAdvisoryReportByIdBody = paths[typeof routeName$6A]['post']['requestBody']['content']['application/json'];
122864
+ type ExportAdvisoryReportByIdPathParams = paths[typeof routeName$6A]['post']['parameters']['path'];
122865
+ type ExportAdvisoryReportByIdQueryParams = paths[typeof routeName$6A]['post']['parameters']['query'];
122866
+ type ExportAdvisoryReportByIdResponse = paths[typeof routeName$6A]['post']['responses'][201]['content']['application/json'];
122853
122867
  interface ExportAdvisoryReportByIdProps {
122854
122868
  body: ExportAdvisoryReportByIdBody;
122855
122869
  params: {
@@ -122859,11 +122873,11 @@ interface ExportAdvisoryReportByIdProps {
122859
122873
  }
122860
122874
  declare const exportAdvisoryReportById: (props: ExportAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<ExportAdvisoryReportByIdResponse>;
122861
122875
 
122862
- declare const routeName$6A = "/v1/api/advisory-reports/{report_id}/insurance-policies";
122863
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$6A]['put']['requestBody']['content']['application/json'];
122864
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6A]['put']['parameters']['path'];
122865
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6A]['put']['parameters']['query'];
122866
- type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6A]['put']['responses'][200]['content']['application/json'];
122876
+ declare const routeName$6z = "/v1/api/advisory-reports/{report_id}/insurance-policies";
122877
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody = paths[typeof routeName$6z]['put']['requestBody']['content']['application/json'];
122878
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6z]['put']['parameters']['path'];
122879
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6z]['put']['parameters']['query'];
122880
+ type CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6z]['put']['responses'][200]['content']['application/json'];
122867
122881
  interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
122868
122882
  body: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdBody;
122869
122883
  params: {
@@ -122873,11 +122887,11 @@ interface CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps {
122873
122887
  }
122874
122888
  declare const createOrReplaceInsurancePolicyForAdvisoryReportById: (props: CreateOrReplaceInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplaceInsurancePolicyForAdvisoryReportByIdResponse>;
122875
122889
 
122876
- declare const routeName$6z = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
122877
- type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$6z]['put']['requestBody']['content']['application/json'];
122878
- type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$6z]['put']['parameters']['path'];
122879
- type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$6z]['put']['parameters']['query'];
122880
- type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$6z]['put']['responses'][200]['content']['application/json'];
122890
+ declare const routeName$6y = "/v1/api/advisory-reports/{report_id}/insurance-policies/order";
122891
+ type OrderInsurancePolciesOfAdvisoryReportBody = paths[typeof routeName$6y]['put']['requestBody']['content']['application/json'];
122892
+ type OrderInsurancePolciesOfAdvisoryReportPathParams = paths[typeof routeName$6y]['put']['parameters']['path'];
122893
+ type OrderInsurancePolciesOfAdvisoryReportQueryParams = paths[typeof routeName$6y]['put']['parameters']['query'];
122894
+ type OrderInsurancePolciesOfAdvisoryReportResponse = paths[typeof routeName$6y]['put']['responses'][200]['content']['application/json'];
122881
122895
  interface OrderInsurancePolciesOfAdvisoryReportProps {
122882
122896
  body: OrderInsurancePolciesOfAdvisoryReportBody;
122883
122897
  params: {
@@ -122887,10 +122901,10 @@ interface OrderInsurancePolciesOfAdvisoryReportProps {
122887
122901
  }
122888
122902
  declare const orderInsurancePolciesOfAdvisoryReport: (props: OrderInsurancePolciesOfAdvisoryReportProps, wgApiClient: ClientType) => Promise<OrderInsurancePolciesOfAdvisoryReportResponse>;
122889
122903
 
122890
- declare const routeName$6y = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
122891
- type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6y]['delete']['parameters']['path'];
122892
- type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6y]['delete']['parameters']['query'];
122893
- type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6y]['delete']['responses'][200]['content']['application/json'];
122904
+ declare const routeName$6x = "/v1/api/advisory-reports/{report_id}/insurance-policies/{insurance_policy_id}";
122905
+ type DeleteInsurancePolicyForAdvisoryReportByIdPathParams = paths[typeof routeName$6x]['delete']['parameters']['path'];
122906
+ type DeleteInsurancePolicyForAdvisoryReportByIdQueryParams = paths[typeof routeName$6x]['delete']['parameters']['query'];
122907
+ type DeleteInsurancePolicyForAdvisoryReportByIdResponse = paths[typeof routeName$6x]['delete']['responses'][200]['content']['application/json'];
122894
122908
  interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
122895
122909
  params: {
122896
122910
  query: DeleteInsurancePolicyForAdvisoryReportByIdQueryParams;
@@ -122899,17 +122913,17 @@ interface DeleteInsurancePolicyForAdvisoryReportByIdProps {
122899
122913
  }
122900
122914
  declare const deleteInsurancePolicyForAdvisoryReportById: (props: DeleteInsurancePolicyForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteInsurancePolicyForAdvisoryReportByIdResponse>;
122901
122915
 
122902
- declare const routeName$6x = "/v1/api/advisory-reports/{report_id}/pdf";
122903
- type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$6x]['get']['parameters']['path'];
122904
- type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6x]['get']['parameters']['query'];
122905
- type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$6x]['get']['responses'][307]['content']['application/json'];
122906
- type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$6x]['get']['parameters'];
122916
+ declare const routeName$6w = "/v1/api/advisory-reports/{report_id}/pdf";
122917
+ type GetPdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$6w]['get']['parameters']['path'];
122918
+ type GetPdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6w]['get']['parameters']['query'];
122919
+ type GetPdfOfAdvisoryReportByIdResponse = paths[typeof routeName$6w]['get']['responses'][307]['content']['application/json'];
122920
+ type GetPdfOfAdvisoryReportByIdProps = paths[typeof routeName$6w]['get']['parameters'];
122907
122921
  declare const getPdfOfAdvisoryReportById: (props: GetPdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GetPdfOfAdvisoryReportByIdResponse>;
122908
122922
 
122909
- declare const routeName$6w = "/v1/api/advisory-reports/{report_id}/pdf";
122910
- type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$6w]['post']['parameters']['path'];
122911
- type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6w]['post']['parameters']['query'];
122912
- type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$6w]['post']['responses'][200]['content']['application/json'];
122923
+ declare const routeName$6v = "/v1/api/advisory-reports/{report_id}/pdf";
122924
+ type GeneratePdfOfAdvisoryReportByIdPathParams = paths[typeof routeName$6v]['post']['parameters']['path'];
122925
+ type GeneratePdfOfAdvisoryReportByIdQueryParams = paths[typeof routeName$6v]['post']['parameters']['query'];
122926
+ type GeneratePdfOfAdvisoryReportByIdResponse = paths[typeof routeName$6v]['post']['responses'][200]['content']['application/json'];
122913
122927
  interface GeneratePdfOfAdvisoryReportByIdProps {
122914
122928
  params: {
122915
122929
  query: GeneratePdfOfAdvisoryReportByIdQueryParams;
@@ -122918,9 +122932,9 @@ interface GeneratePdfOfAdvisoryReportByIdProps {
122918
122932
  }
122919
122933
  declare const generatePdfOfAdvisoryReportById: (props: GeneratePdfOfAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<GeneratePdfOfAdvisoryReportByIdResponse>;
122920
122934
 
122921
- declare const routeName$6v = "/v1/api/advisory-reports/{report_id}/personalise-advices";
122922
- type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$6v]['post']['parameters']['path'];
122923
- type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$6v]['post']['responses'][200]['content']['application/json'];
122935
+ declare const routeName$6u = "/v1/api/advisory-reports/{report_id}/personalise-advices";
122936
+ type GeneratePersonalizationAdviceForAdvisoryReportPathParams = paths[typeof routeName$6u]['post']['parameters']['path'];
122937
+ type GeneratePersonalizationAdviceForAdvisoryReportResponse = paths[typeof routeName$6u]['post']['responses'][200]['content']['application/json'];
122924
122938
  interface GeneratePersonalizationAdviceForAdvisoryReportProps {
122925
122939
  params: {
122926
122940
  path: GeneratePersonalizationAdviceForAdvisoryReportPathParams;
@@ -122928,11 +122942,11 @@ interface GeneratePersonalizationAdviceForAdvisoryReportProps {
122928
122942
  }
122929
122943
  declare const generatePersonalizationAdviceForAdvisoryReport: (props: GeneratePersonalizationAdviceForAdvisoryReportProps, wgApiClient: ClientType) => Promise<GeneratePersonalizationAdviceForAdvisoryReportResponse>;
122930
122944
 
122931
- declare const routeName$6u = "/v1/api/advisory-reports/{report_id}/policy-packages";
122932
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$6u]['put']['requestBody']['content']['application/json'];
122933
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$6u]['put']['parameters']['path'];
122934
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$6u]['put']['parameters']['query'];
122935
- type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$6u]['put']['responses'][200]['content']['application/json'];
122945
+ declare const routeName$6t = "/v1/api/advisory-reports/{report_id}/policy-packages";
122946
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody = paths[typeof routeName$6t]['put']['requestBody']['content']['application/json'];
122947
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdPathParams = paths[typeof routeName$6t]['put']['parameters']['path'];
122948
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdQueryParams = paths[typeof routeName$6t]['put']['parameters']['query'];
122949
+ type CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse = paths[typeof routeName$6t]['put']['responses'][200]['content']['application/json'];
122936
122950
  interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
122937
122951
  body: CreateOrReplacePolicyPackagesForAdvisoryReportByIdBody;
122938
122952
  params: {
@@ -122942,11 +122956,11 @@ interface CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps {
122942
122956
  }
122943
122957
  declare const createOrReplacePolicyPackagesForAdvisoryReportById: (props: CreateOrReplacePolicyPackagesForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateOrReplacePolicyPackagesForAdvisoryReportByIdResponse>;
122944
122958
 
122945
- declare const routeName$6t = "/v1/api/advisory-reports/{report_id}/revisions";
122946
- type CreateAdvisoryReportRevisionBody = paths[typeof routeName$6t]['post']['requestBody']['content']['application/json'];
122947
- type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$6t]['post']['parameters']['path'];
122948
- type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$6t]['post']['parameters']['query'];
122949
- type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$6t]['post']['responses'][201]['content']['application/json'];
122959
+ declare const routeName$6s = "/v1/api/advisory-reports/{report_id}/revisions";
122960
+ type CreateAdvisoryReportRevisionBody = paths[typeof routeName$6s]['post']['requestBody']['content']['application/json'];
122961
+ type CreateAdvisoryReportRevisionPathParams = paths[typeof routeName$6s]['post']['parameters']['path'];
122962
+ type CreateAdvisoryReportRevisionQueryParams = paths[typeof routeName$6s]['post']['parameters']['query'];
122963
+ type CreateAdvisoryReportRevisionResponse = paths[typeof routeName$6s]['post']['responses'][201]['content']['application/json'];
122950
122964
  interface CreateAdvisoryReportRevisionProps {
122951
122965
  body: CreateAdvisoryReportRevisionBody;
122952
122966
  params: {
@@ -122956,11 +122970,11 @@ interface CreateAdvisoryReportRevisionProps {
122956
122970
  }
122957
122971
  declare const createAdvisoryReportRevision: (props: CreateAdvisoryReportRevisionProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionResponse>;
122958
122972
 
122959
- declare const routeName$6s = "/v1/api/advisory-reports/{report_id}/risk-domains";
122960
- type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$6s]['post']['requestBody']['content']['application/json'];
122961
- type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$6s]['post']['parameters']['path'];
122962
- type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$6s]['post']['parameters']['query'];
122963
- type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$6s]['post']['responses'][201]['content']['application/json'];
122973
+ declare const routeName$6r = "/v1/api/advisory-reports/{report_id}/risk-domains";
122974
+ type CreateRiskDomainForAdvisoryReportByIdBody = paths[typeof routeName$6r]['post']['requestBody']['content']['application/json'];
122975
+ type CreateRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$6r]['post']['parameters']['path'];
122976
+ type CreateRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$6r]['post']['parameters']['query'];
122977
+ type CreateRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$6r]['post']['responses'][201]['content']['application/json'];
122964
122978
  interface CreateRiskDomainForAdvisoryReportByIdProps {
122965
122979
  body: CreateRiskDomainForAdvisoryReportByIdBody;
122966
122980
  params: {
@@ -122970,10 +122984,10 @@ interface CreateRiskDomainForAdvisoryReportByIdProps {
122970
122984
  }
122971
122985
  declare const createRiskDomainForAdvisoryReportById: (props: CreateRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainForAdvisoryReportByIdResponse>;
122972
122986
 
122973
- declare const routeName$6r = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
122974
- type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$6r]['delete']['parameters']['path'];
122975
- type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$6r]['delete']['parameters']['query'];
122976
- type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$6r]['delete']['responses'][200]['content']['application/json'];
122987
+ declare const routeName$6q = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}";
122988
+ type DeleteRiskDomainForAdvisoryReportByIdPathParams = paths[typeof routeName$6q]['delete']['parameters']['path'];
122989
+ type DeleteRiskDomainForAdvisoryReportByIdQueryParams = paths[typeof routeName$6q]['delete']['parameters']['query'];
122990
+ type DeleteRiskDomainForAdvisoryReportByIdResponse = paths[typeof routeName$6q]['delete']['responses'][200]['content']['application/json'];
122977
122991
  interface DeleteRiskDomainForAdvisoryReportByIdProps {
122978
122992
  params: {
122979
122993
  query: DeleteRiskDomainForAdvisoryReportByIdQueryParams;
@@ -122982,11 +122996,11 @@ interface DeleteRiskDomainForAdvisoryReportByIdProps {
122982
122996
  }
122983
122997
  declare const deleteRiskDomainForAdvisoryReportById: (props: DeleteRiskDomainForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainForAdvisoryReportByIdResponse>;
122984
122998
 
122985
- declare const routeName$6q = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
122986
- type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6q]['post']['requestBody']['content']['application/json'];
122987
- type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6q]['post']['parameters']['path'];
122988
- type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6q]['post']['parameters']['query'];
122989
- type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6q]['post']['responses'][201]['content']['application/json'];
122999
+ declare const routeName$6p = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions";
123000
+ type CreateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6p]['post']['requestBody']['content']['application/json'];
123001
+ type CreateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6p]['post']['parameters']['path'];
123002
+ type CreateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6p]['post']['parameters']['query'];
123003
+ type CreateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6p]['post']['responses'][201]['content']['application/json'];
122990
123004
  interface CreateRiskDomainActionForAdvisoryReportByIdProps {
122991
123005
  body: CreateRiskDomainActionForAdvisoryReportByIdBody;
122992
123006
  params: {
@@ -122996,10 +123010,10 @@ interface CreateRiskDomainActionForAdvisoryReportByIdProps {
122996
123010
  }
122997
123011
  declare const createRiskDomainActionForAdvisoryReportById: (props: CreateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionForAdvisoryReportByIdResponse>;
122998
123012
 
122999
- declare const routeName$6p = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
123000
- type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6p]['delete']['parameters']['path'];
123001
- type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6p]['delete']['parameters']['query'];
123002
- type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6p]['delete']['responses'][200]['content']['application/json'];
123013
+ declare const routeName$6o = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
123014
+ type DeleteRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6o]['delete']['parameters']['path'];
123015
+ type DeleteRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6o]['delete']['parameters']['query'];
123016
+ type DeleteRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6o]['delete']['responses'][200]['content']['application/json'];
123003
123017
  interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
123004
123018
  params: {
123005
123019
  query: DeleteRiskDomainActionForAdvisoryReportByIdQueryParams;
@@ -123008,11 +123022,11 @@ interface DeleteRiskDomainActionForAdvisoryReportByIdProps {
123008
123022
  }
123009
123023
  declare const deleteRiskDomainActionForAdvisoryReportById: (props: DeleteRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainActionForAdvisoryReportByIdResponse>;
123010
123024
 
123011
- declare const routeName$6o = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
123012
- type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6o]['patch']['requestBody']['content']['application/json'];
123013
- type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6o]['patch']['parameters']['path'];
123014
- type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6o]['patch']['parameters']['query'];
123015
- type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6o]['patch']['responses'][200]['content']['application/json'];
123025
+ declare const routeName$6n = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/actions/{action_id}";
123026
+ type UpdateRiskDomainActionForAdvisoryReportByIdBody = paths[typeof routeName$6n]['patch']['requestBody']['content']['application/json'];
123027
+ type UpdateRiskDomainActionForAdvisoryReportByIdPathParams = paths[typeof routeName$6n]['patch']['parameters']['path'];
123028
+ type UpdateRiskDomainActionForAdvisoryReportByIdQueryParams = paths[typeof routeName$6n]['patch']['parameters']['query'];
123029
+ type UpdateRiskDomainActionForAdvisoryReportByIdResponse = paths[typeof routeName$6n]['patch']['responses'][200]['content']['application/json'];
123016
123030
  interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
123017
123031
  body: UpdateRiskDomainActionForAdvisoryReportByIdBody;
123018
123032
  params: {
@@ -123022,11 +123036,11 @@ interface UpdateRiskDomainActionForAdvisoryReportByIdProps {
123022
123036
  }
123023
123037
  declare const updateRiskDomainActionForAdvisoryReportById: (props: UpdateRiskDomainActionForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainActionForAdvisoryReportByIdResponse>;
123024
123038
 
123025
- declare const routeName$6n = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
123026
- type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6n]['post']['requestBody']['content']['application/json'];
123027
- type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6n]['post']['parameters']['path'];
123028
- type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6n]['post']['parameters']['query'];
123029
- type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6n]['post']['responses'][201]['content']['application/json'];
123039
+ declare const routeName$6m = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice";
123040
+ type CreateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6m]['post']['requestBody']['content']['application/json'];
123041
+ type CreateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6m]['post']['parameters']['path'];
123042
+ type CreateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6m]['post']['parameters']['query'];
123043
+ type CreateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6m]['post']['responses'][201]['content']['application/json'];
123030
123044
  interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
123031
123045
  body: CreateRiskDomainAdviceForAdvisoryReportByIdBody;
123032
123046
  params: {
@@ -123036,10 +123050,10 @@ interface CreateRiskDomainAdviceForAdvisoryReportByIdProps {
123036
123050
  }
123037
123051
  declare const createRiskDomainAdviceForAdvisoryReportById: (props: CreateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainAdviceForAdvisoryReportByIdResponse>;
123038
123052
 
123039
- declare const routeName$6m = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
123040
- type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6m]['delete']['parameters']['path'];
123041
- type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6m]['delete']['parameters']['query'];
123042
- type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6m]['delete']['responses'][200]['content']['application/json'];
123053
+ declare const routeName$6l = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
123054
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6l]['delete']['parameters']['path'];
123055
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6l]['delete']['parameters']['query'];
123056
+ type DeleteRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6l]['delete']['responses'][200]['content']['application/json'];
123043
123057
  interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
123044
123058
  params: {
123045
123059
  query: DeleteRiskDomainAdviceForAdvisoryReportByIdQueryParams;
@@ -123048,11 +123062,11 @@ interface DeleteRiskDomainAdviceForAdvisoryReportByIdProps {
123048
123062
  }
123049
123063
  declare const deleteRiskDomainAdviceForAdvisoryReportById: (props: DeleteRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<DeleteRiskDomainAdviceForAdvisoryReportByIdResponse>;
123050
123064
 
123051
- declare const routeName$6l = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
123052
- type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6l]['patch']['requestBody']['content']['application/json'];
123053
- type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6l]['patch']['parameters']['path'];
123054
- type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6l]['patch']['parameters']['query'];
123055
- type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6l]['patch']['responses'][201]['content']['application/json'];
123065
+ declare const routeName$6k = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}";
123066
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6k]['patch']['requestBody']['content']['application/json'];
123067
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6k]['patch']['parameters']['path'];
123068
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6k]['patch']['parameters']['query'];
123069
+ type UpdateRiskDomainAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6k]['patch']['responses'][201]['content']['application/json'];
123056
123070
  interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
123057
123071
  body: UpdateRiskDomainAdviceForAdvisoryReportByIdBody;
123058
123072
  params: {
@@ -123062,11 +123076,11 @@ interface UpdateRiskDomainAdviceForAdvisoryReportByIdProps {
123062
123076
  }
123063
123077
  declare const updateRiskDomainAdviceForAdvisoryReportById: (props: UpdateRiskDomainAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainAdviceForAdvisoryReportByIdResponse>;
123064
123078
 
123065
- declare const routeName$6k = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
123066
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6k]['put']['requestBody']['content']['application/json'];
123067
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6k]['put']['parameters']['path'];
123068
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6k]['put']['parameters']['query'];
123069
- type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6k]['put']['responses'][201]['content']['application/json'];
123079
+ declare const routeName$6j = "/v1/api/advisory-reports/{report_id}/risk-domains/{risk_domain_id}/advice/{advice_id}/actions";
123080
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody = paths[typeof routeName$6j]['put']['requestBody']['content']['application/json'];
123081
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdPathParams = paths[typeof routeName$6j]['put']['parameters']['path'];
123082
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdQueryParams = paths[typeof routeName$6j]['put']['parameters']['query'];
123083
+ type CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse = paths[typeof routeName$6j]['put']['responses'][201]['content']['application/json'];
123070
123084
  interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
123071
123085
  body: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdBody;
123072
123086
  params: {
@@ -123076,18 +123090,18 @@ interface CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps {
123076
123090
  }
123077
123091
  declare const createRiskDomainActionFromAdviceForAdvisoryReportById: (props: CreateRiskDomainActionFromAdviceForAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<CreateRiskDomainActionFromAdviceForAdvisoryReportByIdResponse>;
123078
123092
 
123079
- declare const routeName$6j = "/v1/api/advisory-reports/{report_id}/settings/steps";
123080
- type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$6j]['get']['parameters']['path'];
123081
- type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$6j]['get']['parameters']['query'];
123082
- type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$6j]['get']['responses'][200]['content']['application/json'];
123083
- type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$6j]['get']['parameters'];
123093
+ declare const routeName$6i = "/v1/api/advisory-reports/{report_id}/settings/steps";
123094
+ type GetStepSettingsByAdvisoryReportIdPathParams = paths[typeof routeName$6i]['get']['parameters']['path'];
123095
+ type GetStepSettingsByAdvisoryReportIdQueryParams = paths[typeof routeName$6i]['get']['parameters']['query'];
123096
+ type GetStepSettingsByAdvisoryReportIdResponse = paths[typeof routeName$6i]['get']['responses'][200]['content']['application/json'];
123097
+ type GetStepSettingsByAdvisoryReportIdProps = paths[typeof routeName$6i]['get']['parameters'];
123084
123098
  declare const getStepSettingsByAdvisoryReportId: (props: GetStepSettingsByAdvisoryReportIdProps, wgApiClient: ClientType) => Promise<GetStepSettingsByAdvisoryReportIdResponse>;
123085
123099
 
123086
- declare const routeName$6i = "/v1/api/advisory-reports/{report_id}/settings/steps";
123087
- type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$6i]['put']['requestBody']['content']['application/json'];
123088
- type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$6i]['put']['parameters']['path'];
123089
- type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$6i]['put']['parameters']['query'];
123090
- type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$6i]['put']['responses'][200]['content']['application/json'];
123100
+ declare const routeName$6h = "/v1/api/advisory-reports/{report_id}/settings/steps";
123101
+ type CreateAdvisoryReportStepSettingsBody = paths[typeof routeName$6h]['put']['requestBody']['content']['application/json'];
123102
+ type CreateAdvisoryReportStepSettingsPathParams = paths[typeof routeName$6h]['put']['parameters']['path'];
123103
+ type CreateAdvisoryReportStepSettingsQueryParams = paths[typeof routeName$6h]['put']['parameters']['query'];
123104
+ type CreateAdvisoryReportStepSettingsResponse = paths[typeof routeName$6h]['put']['responses'][200]['content']['application/json'];
123091
123105
  interface CreateAdvisoryReportStepSettingsProps {
123092
123106
  body: CreateAdvisoryReportStepSettingsBody;
123093
123107
  params: {
@@ -123097,10 +123111,10 @@ interface CreateAdvisoryReportStepSettingsProps {
123097
123111
  }
123098
123112
  declare const createAdvisoryReportStepSettings: (props: CreateAdvisoryReportStepSettingsProps, wgApiClient: ClientType) => Promise<CreateAdvisoryReportStepSettingsResponse>;
123099
123113
 
123100
- declare const routeName$6h = "/v2/api/advisory-reports/{report_id}";
123101
- type DeleteAdvisoryReportPathParams = paths[typeof routeName$6h]['delete']['parameters']['path'];
123102
- type DeleteAdvisoryReportQueryParams = paths[typeof routeName$6h]['delete']['parameters']['query'];
123103
- type DeleteAdvisoryReportResponse = paths[typeof routeName$6h]['delete']['responses'][200]['content']['application/json'];
123114
+ declare const routeName$6g = "/v2/api/advisory-reports/{report_id}";
123115
+ type DeleteAdvisoryReportPathParams = paths[typeof routeName$6g]['delete']['parameters']['path'];
123116
+ type DeleteAdvisoryReportQueryParams = paths[typeof routeName$6g]['delete']['parameters']['query'];
123117
+ type DeleteAdvisoryReportResponse = paths[typeof routeName$6g]['delete']['responses'][200]['content']['application/json'];
123104
123118
  interface DeleteAdvisoryReportProps {
123105
123119
  params: {
123106
123120
  query: DeleteAdvisoryReportQueryParams;
@@ -123109,11 +123123,11 @@ interface DeleteAdvisoryReportProps {
123109
123123
  }
123110
123124
  declare const deleteAdvisoryReport: (props: DeleteAdvisoryReportProps, wgApiClient: ClientType) => Promise<DeleteAdvisoryReportResponse>;
123111
123125
 
123112
- declare const routeName$6g = "/v2/api/advisory-reports/{report_id}/revisions";
123113
- type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$6g]['post']['requestBody']['content']['application/json'];
123114
- type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$6g]['post']['parameters']['path'];
123115
- type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$6g]['post']['parameters']['query'];
123116
- type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$6g]['post']['responses'][201]['content']['application/json'];
123126
+ declare const routeName$6f = "/v2/api/advisory-reports/{report_id}/revisions";
123127
+ type CreateAdvisoryReportRevisionV2Body = paths[typeof routeName$6f]['post']['requestBody']['content']['application/json'];
123128
+ type CreateAdvisoryReportRevisionV2PathParams = paths[typeof routeName$6f]['post']['parameters']['path'];
123129
+ type CreateAdvisoryReportRevisionV2QueryParams = paths[typeof routeName$6f]['post']['parameters']['query'];
123130
+ type CreateAdvisoryReportRevisionV2Response = paths[typeof routeName$6f]['post']['responses'][201]['content']['application/json'];
123117
123131
  interface CreateAdvisoryReportRevisionV2Props {
123118
123132
  body: CreateAdvisoryReportRevisionV2Body;
123119
123133
  params: {
@@ -123123,36 +123137,36 @@ interface CreateAdvisoryReportRevisionV2Props {
123123
123137
  }
123124
123138
  declare const createAdvisoryReportRevisionV2: (props: CreateAdvisoryReportRevisionV2Props, wgApiClient: ClientType) => Promise<CreateAdvisoryReportRevisionV2Response>;
123125
123139
 
123126
- declare const routeName$6f = "/v1/api/affiliations";
123127
- type GetAllAvailableAffiliationsResponse = paths[typeof routeName$6f]['get']['responses'][200]['content']['application/json'];
123140
+ declare const routeName$6e = "/v1/api/affiliations";
123141
+ type GetAllAvailableAffiliationsResponse = paths[typeof routeName$6e]['get']['responses'][200]['content']['application/json'];
123128
123142
  declare const getAllAvailableAffiliations: (wgApiClient: ClientType) => Promise<GetAllAvailableAffiliationsResponse>;
123129
123143
 
123130
- declare const routeName$6e = "/v1/api/anva-producers/{anva_producer_id}";
123131
- type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$6e]['get']['parameters']['path'];
123132
- type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$6e]['get']['responses'][200]['content']['application/json'];
123133
- type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$6e]['get']['parameters'];
123144
+ declare const routeName$6d = "/v1/api/anva-producers/{anva_producer_id}";
123145
+ type GetBrokerByAnvaProducerIdPathParams = paths[typeof routeName$6d]['get']['parameters']['path'];
123146
+ type GetBrokerByAnvaProducerIdResponse = paths[typeof routeName$6d]['get']['responses'][200]['content']['application/json'];
123147
+ type GetBrokerByAnvaProducerIdProps = paths[typeof routeName$6d]['get']['parameters'];
123134
123148
  declare const getBrokerByAnvaProducerId: (props: GetBrokerByAnvaProducerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaProducerIdResponse>;
123135
123149
 
123136
- declare const routeName$6d = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
123137
- type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$6d]['get']['parameters']['path'];
123138
- type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$6d]['get']['responses'][200]['content']['application/json'];
123139
- type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$6d]['get']['parameters'];
123150
+ declare const routeName$6c = "/v1/api/anva-relation-managers/{anva_relation_manager_id}";
123151
+ type GetBrokerByAnvaRelationMangerIdPathParams = paths[typeof routeName$6c]['get']['parameters']['path'];
123152
+ type GetBrokerByAnvaRelationMangerIdResponse = paths[typeof routeName$6c]['get']['responses'][200]['content']['application/json'];
123153
+ type GetBrokerByAnvaRelationMangerIdProps = paths[typeof routeName$6c]['get']['parameters'];
123140
123154
  declare const getBrokerByAnvaRelationMangerId: (props: GetBrokerByAnvaRelationMangerIdProps, wgApiClient: ClientType) => Promise<GetBrokerByAnvaRelationMangerIdResponse>;
123141
123155
 
123142
- declare const routeName$6c = "/v1/api/brokers/me";
123143
- type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$6c]['get']['responses'][200]['content']['application/json'];
123156
+ declare const routeName$6b = "/v1/api/brokers/me";
123157
+ type GetCurrentBrokerOfTheUserResponse = paths[typeof routeName$6b]['get']['responses'][200]['content']['application/json'];
123144
123158
  declare const getCurrentBrokerOfTheUser: (wgApiClient: ClientType) => Promise<GetCurrentBrokerOfTheUserResponse>;
123145
123159
 
123146
- declare const routeName$6b = "/v1/api/brokers/{broker_id}";
123147
- type GetTheBrokerByIdPathParams = paths[typeof routeName$6b]['get']['parameters']['path'];
123148
- type GetTheBrokerByIdResponse = paths[typeof routeName$6b]['get']['responses'][200]['content']['application/json'];
123149
- type GetTheBrokerByIdProps = paths[typeof routeName$6b]['get']['parameters'];
123160
+ declare const routeName$6a = "/v1/api/brokers/{broker_id}";
123161
+ type GetTheBrokerByIdPathParams = paths[typeof routeName$6a]['get']['parameters']['path'];
123162
+ type GetTheBrokerByIdResponse = paths[typeof routeName$6a]['get']['responses'][200]['content']['application/json'];
123163
+ type GetTheBrokerByIdProps = paths[typeof routeName$6a]['get']['parameters'];
123150
123164
  declare const getTheBrokerById: (props: GetTheBrokerByIdProps, wgApiClient: ClientType) => Promise<GetTheBrokerByIdResponse>;
123151
123165
 
123152
- declare const routeName$6a = "/v1/api/brokers/{broker_id}";
123153
- type UpdateBrokerByBrokerBody = paths[typeof routeName$6a]['patch']['requestBody']['content']['application/json'];
123154
- type UpdateBrokerByBrokerPathParams = paths[typeof routeName$6a]['patch']['parameters']['path'];
123155
- type UpdateBrokerByBrokerResponse = paths[typeof routeName$6a]['patch']['responses'][200]['content']['application/json'];
123166
+ declare const routeName$69 = "/v1/api/brokers/{broker_id}";
123167
+ type UpdateBrokerByBrokerBody = paths[typeof routeName$69]['patch']['requestBody']['content']['application/json'];
123168
+ type UpdateBrokerByBrokerPathParams = paths[typeof routeName$69]['patch']['parameters']['path'];
123169
+ type UpdateBrokerByBrokerResponse = paths[typeof routeName$69]['patch']['responses'][200]['content']['application/json'];
123156
123170
  interface UpdateBrokerByBrokerProps {
123157
123171
  body: UpdateBrokerByBrokerBody;
123158
123172
  params: {
@@ -123161,23 +123175,23 @@ interface UpdateBrokerByBrokerProps {
123161
123175
  }
123162
123176
  declare const updateBrokerByBroker: (props: UpdateBrokerByBrokerProps, wgApiClient: ClientType) => Promise<UpdateBrokerByBrokerResponse>;
123163
123177
 
123164
- declare const routeName$69 = "/v1/api/brokers/{broker_id}/checklists/onboarding";
123165
- type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$69]['get']['parameters']['path'];
123166
- type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$69]['get']['parameters']['query'];
123167
- type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$69]['get']['responses'][200]['content']['application/json'];
123168
- type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$69]['get']['parameters'];
123178
+ declare const routeName$68 = "/v1/api/brokers/{broker_id}/checklists/onboarding";
123179
+ type GetOnboardingChecklistByBrokerPathParams = paths[typeof routeName$68]['get']['parameters']['path'];
123180
+ type GetOnboardingChecklistByBrokerQueryParams = paths[typeof routeName$68]['get']['parameters']['query'];
123181
+ type GetOnboardingChecklistByBrokerResponse = paths[typeof routeName$68]['get']['responses'][200]['content']['application/json'];
123182
+ type GetOnboardingChecklistByBrokerProps = paths[typeof routeName$68]['get']['parameters'];
123169
123183
  declare const getOnboardingChecklistByBroker: (props: GetOnboardingChecklistByBrokerProps, wgApiClient: ClientType) => Promise<GetOnboardingChecklistByBrokerResponse>;
123170
123184
 
123171
- declare const routeName$68 = "/v1/api/brokers/{broker_id}/integrations";
123172
- type GetBrokerIntegrationsPathParams = paths[typeof routeName$68]['get']['parameters']['path'];
123173
- type GetBrokerIntegrationsResponse = paths[typeof routeName$68]['get']['responses'][200]['content']['application/json'];
123174
- type GetBrokerIntegrationsProps = paths[typeof routeName$68]['get']['parameters'];
123185
+ declare const routeName$67 = "/v1/api/brokers/{broker_id}/integrations";
123186
+ type GetBrokerIntegrationsPathParams = paths[typeof routeName$67]['get']['parameters']['path'];
123187
+ type GetBrokerIntegrationsResponse = paths[typeof routeName$67]['get']['responses'][200]['content']['application/json'];
123188
+ type GetBrokerIntegrationsProps = paths[typeof routeName$67]['get']['parameters'];
123175
123189
  declare const getBrokerIntegrations: (props: GetBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<GetBrokerIntegrationsResponse>;
123176
123190
 
123177
- declare const routeName$67 = "/v1/api/brokers/{broker_id}/integrations";
123178
- type UpdateBrokerIntegrationsBody = paths[typeof routeName$67]['patch']['requestBody']['content']['application/json'];
123179
- type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$67]['patch']['parameters']['path'];
123180
- type UpdateBrokerIntegrationsResponse = paths[typeof routeName$67]['patch']['responses'][200]['content']['application/json'];
123191
+ declare const routeName$66 = "/v1/api/brokers/{broker_id}/integrations";
123192
+ type UpdateBrokerIntegrationsBody = paths[typeof routeName$66]['patch']['requestBody']['content']['application/json'];
123193
+ type UpdateBrokerIntegrationsPathParams = paths[typeof routeName$66]['patch']['parameters']['path'];
123194
+ type UpdateBrokerIntegrationsResponse = paths[typeof routeName$66]['patch']['responses'][200]['content']['application/json'];
123181
123195
  interface UpdateBrokerIntegrationsProps {
123182
123196
  body: UpdateBrokerIntegrationsBody;
123183
123197
  params: {
@@ -123186,16 +123200,16 @@ interface UpdateBrokerIntegrationsProps {
123186
123200
  }
123187
123201
  declare const updateBrokerIntegrations: (props: UpdateBrokerIntegrationsProps, wgApiClient: ClientType) => Promise<UpdateBrokerIntegrationsResponse>;
123188
123202
 
123189
- declare const routeName$66 = "/v1/api/anvaflows/closing-questions";
123190
- type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$66]['get']['parameters']['query'];
123191
- type GetAnvaClosingQuestionsResponse = paths[typeof routeName$66]['get']['responses'][200]['content']['application/json'];
123192
- type GetAnvaClosingQuestionsProps = paths[typeof routeName$66]['get']['parameters'];
123203
+ declare const routeName$65 = "/v1/api/anvaflows/closing-questions";
123204
+ type GetAnvaClosingQuestionsQueryParams = paths[typeof routeName$65]['get']['parameters']['query'];
123205
+ type GetAnvaClosingQuestionsResponse = paths[typeof routeName$65]['get']['responses'][200]['content']['application/json'];
123206
+ type GetAnvaClosingQuestionsProps = paths[typeof routeName$65]['get']['parameters'];
123193
123207
  declare const getAnvaClosingQuestions: (props: GetAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<GetAnvaClosingQuestionsResponse>;
123194
123208
 
123195
- declare const routeName$65 = "/v1/api/anvaflows/closing-questions";
123196
- type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$65]['put']['requestBody']['content']['application/json'];
123197
- type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$65]['put']['parameters']['query'];
123198
- type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$65]['put']['responses'][200]['content']['application/json'];
123209
+ declare const routeName$64 = "/v1/api/anvaflows/closing-questions";
123210
+ type UpsertAnvaClosingQuestionsBody = paths[typeof routeName$64]['put']['requestBody']['content']['application/json'];
123211
+ type UpsertAnvaClosingQuestionsQueryParams = paths[typeof routeName$64]['put']['parameters']['query'];
123212
+ type UpsertAnvaClosingQuestionsResponse = paths[typeof routeName$64]['put']['responses'][200]['content']['application/json'];
123199
123213
  interface UpsertAnvaClosingQuestionsProps {
123200
123214
  body: UpsertAnvaClosingQuestionsBody;
123201
123215
  params: {
@@ -123204,10 +123218,10 @@ interface UpsertAnvaClosingQuestionsProps {
123204
123218
  }
123205
123219
  declare const upsertAnvaClosingQuestions: (props: UpsertAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<UpsertAnvaClosingQuestionsResponse>;
123206
123220
 
123207
- declare const routeName$64 = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
123208
- type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$64]['delete']['parameters']['path'];
123209
- type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$64]['delete']['parameters']['query'];
123210
- type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$64]['delete']['responses'][200]['content']['application/json'];
123221
+ declare const routeName$63 = "/v1/api/anvaflows/closing-questions/{closing_question_id}";
123222
+ type DeleteAnvaClosingQuestionsPathParams = paths[typeof routeName$63]['delete']['parameters']['path'];
123223
+ type DeleteAnvaClosingQuestionsQueryParams = paths[typeof routeName$63]['delete']['parameters']['query'];
123224
+ type DeleteAnvaClosingQuestionsResponse = paths[typeof routeName$63]['delete']['responses'][200]['content']['application/json'];
123211
123225
  interface DeleteAnvaClosingQuestionsProps {
123212
123226
  params: {
123213
123227
  query: DeleteAnvaClosingQuestionsQueryParams;
@@ -123216,52 +123230,52 @@ interface DeleteAnvaClosingQuestionsProps {
123216
123230
  }
123217
123231
  declare const deleteAnvaClosingQuestions: (props: DeleteAnvaClosingQuestionsProps, wgApiClient: ClientType) => Promise<DeleteAnvaClosingQuestionsResponse>;
123218
123232
 
123219
- declare const routeName$63 = "/v1/api/anvaflows/labels";
123220
- type GetAnvaLabelsQueryParams = paths[typeof routeName$63]['get']['parameters']['query'];
123221
- type GetAnvaLabelsResponse = paths[typeof routeName$63]['get']['responses'][200]['content']['application/json'];
123222
- type GetAnvaLabelsProps = paths[typeof routeName$63]['get']['parameters'];
123233
+ declare const routeName$62 = "/v1/api/anvaflows/labels";
123234
+ type GetAnvaLabelsQueryParams = paths[typeof routeName$62]['get']['parameters']['query'];
123235
+ type GetAnvaLabelsResponse = paths[typeof routeName$62]['get']['responses'][200]['content']['application/json'];
123236
+ type GetAnvaLabelsProps = paths[typeof routeName$62]['get']['parameters'];
123223
123237
  declare const getAnvaLabels: (props: GetAnvaLabelsProps, wgApiClient: ClientType) => Promise<GetAnvaLabelsResponse>;
123224
123238
 
123225
- declare const routeName$62 = "/v1/api/anvaflows/mutation-reasons";
123226
- type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$62]['get']['parameters']['query'];
123227
- type GetAnvaMutationReasonsResponse = paths[typeof routeName$62]['get']['responses'][200]['content']['application/json'];
123228
- type GetAnvaMutationReasonsProps = paths[typeof routeName$62]['get']['parameters'];
123239
+ declare const routeName$61 = "/v1/api/anvaflows/mutation-reasons";
123240
+ type GetAnvaMutationReasonsQueryParams = paths[typeof routeName$61]['get']['parameters']['query'];
123241
+ type GetAnvaMutationReasonsResponse = paths[typeof routeName$61]['get']['responses'][200]['content']['application/json'];
123242
+ type GetAnvaMutationReasonsProps = paths[typeof routeName$61]['get']['parameters'];
123229
123243
  declare const getAnvaMutationReasons: (props: GetAnvaMutationReasonsProps, wgApiClient: ClientType) => Promise<GetAnvaMutationReasonsResponse>;
123230
123244
 
123231
- declare const routeName$61 = "/v1/api/anvaflows/supported-adn-coverages";
123232
- type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$61]['get']['parameters']['query'];
123233
- type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$61]['get']['responses'][200]['content']['application/json'];
123234
- type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$61]['get']['parameters'];
123245
+ declare const routeName$60 = "/v1/api/anvaflows/supported-adn-coverages";
123246
+ type GetSupportedAnvaflowCoveragesGroupedByAdnQueryParams = paths[typeof routeName$60]['get']['parameters']['query'];
123247
+ type GetSupportedAnvaflowCoveragesGroupedByAdnResponse = paths[typeof routeName$60]['get']['responses'][200]['content']['application/json'];
123248
+ type GetSupportedAnvaflowCoveragesGroupedByAdnProps = paths[typeof routeName$60]['get']['parameters'];
123235
123249
  declare const getSupportedAnvaflowCoveragesGroupedByAdn: (props: GetSupportedAnvaflowCoveragesGroupedByAdnProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesGroupedByAdnResponse>;
123236
123250
 
123237
- declare const routeName$60 = "/v1/api/anvaflows/supported-coverages";
123238
- type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$60]['get']['parameters']['query'];
123239
- type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$60]['get']['responses'][200]['content']['application/json'];
123240
- type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$60]['get']['parameters'];
123251
+ declare const routeName$5$ = "/v1/api/anvaflows/supported-coverages";
123252
+ type GetSupportedAnvaflowCoveragesQueryParams = paths[typeof routeName$5$]['get']['parameters']['query'];
123253
+ type GetSupportedAnvaflowCoveragesResponse = paths[typeof routeName$5$]['get']['responses'][200]['content']['application/json'];
123254
+ type GetSupportedAnvaflowCoveragesProps = paths[typeof routeName$5$]['get']['parameters'];
123241
123255
  declare const getSupportedAnvaflowCoverages: (props: GetSupportedAnvaflowCoveragesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowCoveragesResponse>;
123242
123256
 
123243
- declare const routeName$5$ = "/v1/api/anvaflows/supported-insurance-companies";
123244
- type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$5$]['get']['parameters']['query'];
123245
- type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$5$]['get']['responses'][200]['content']['application/json'];
123246
- type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$5$]['get']['parameters'];
123257
+ declare const routeName$5_ = "/v1/api/anvaflows/supported-insurance-companies";
123258
+ type GetSupportedAnvaflowInsuranceCompaniesQueryParams = paths[typeof routeName$5_]['get']['parameters']['query'];
123259
+ type GetSupportedAnvaflowInsuranceCompaniesResponse = paths[typeof routeName$5_]['get']['responses'][200]['content']['application/json'];
123260
+ type GetSupportedAnvaflowInsuranceCompaniesProps = paths[typeof routeName$5_]['get']['parameters'];
123247
123261
  declare const getSupportedAnvaflowInsuranceCompanies: (props: GetSupportedAnvaflowInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsuranceCompaniesResponse>;
123248
123262
 
123249
- declare const routeName$5_ = "/v1/api/anvaflows/supported-insurances";
123250
- type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$5_]['get']['parameters']['query'];
123251
- type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$5_]['get']['responses'][200]['content']['application/json'];
123252
- type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$5_]['get']['parameters'];
123263
+ declare const routeName$5Z = "/v1/api/anvaflows/supported-insurances";
123264
+ type GetSupportedAnvaflowInsurancesQueryParams = paths[typeof routeName$5Z]['get']['parameters']['query'];
123265
+ type GetSupportedAnvaflowInsurancesResponse = paths[typeof routeName$5Z]['get']['responses'][200]['content']['application/json'];
123266
+ type GetSupportedAnvaflowInsurancesProps = paths[typeof routeName$5Z]['get']['parameters'];
123253
123267
  declare const getSupportedAnvaflowInsurances: (props: GetSupportedAnvaflowInsurancesProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowInsurancesResponse>;
123254
123268
 
123255
- declare const routeName$5Z = "/v1/api/anvaflows/supported-tags";
123256
- type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$5Z]['get']['parameters']['query'];
123257
- type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$5Z]['get']['responses'][200]['content']['application/json'];
123258
- type GetSupportedAnvaflowTagsProps = paths[typeof routeName$5Z]['get']['parameters'];
123269
+ declare const routeName$5Y = "/v1/api/anvaflows/supported-tags";
123270
+ type GetSupportedAnvaflowTagsQueryParams = paths[typeof routeName$5Y]['get']['parameters']['query'];
123271
+ type GetSupportedAnvaflowTagsResponse = paths[typeof routeName$5Y]['get']['responses'][200]['content']['application/json'];
123272
+ type GetSupportedAnvaflowTagsProps = paths[typeof routeName$5Y]['get']['parameters'];
123259
123273
  declare const getSupportedAnvaflowTags: (props: GetSupportedAnvaflowTagsProps, wgApiClient: ClientType) => Promise<GetSupportedAnvaflowTagsResponse>;
123260
123274
 
123261
- declare const routeName$5Y = "/v1/api/anvaflows/supported-tags";
123262
- type CreateAnvaflowTagsBody = paths[typeof routeName$5Y]['put']['requestBody']['content']['application/json'];
123263
- type CreateAnvaflowTagsQueryParams = paths[typeof routeName$5Y]['put']['parameters']['query'];
123264
- type CreateAnvaflowTagsResponse = paths[typeof routeName$5Y]['put']['responses'][200]['content']['application/json'];
123275
+ declare const routeName$5X = "/v1/api/anvaflows/supported-tags";
123276
+ type CreateAnvaflowTagsBody = paths[typeof routeName$5X]['put']['requestBody']['content']['application/json'];
123277
+ type CreateAnvaflowTagsQueryParams = paths[typeof routeName$5X]['put']['parameters']['query'];
123278
+ type CreateAnvaflowTagsResponse = paths[typeof routeName$5X]['put']['responses'][200]['content']['application/json'];
123265
123279
  interface CreateAnvaflowTagsProps {
123266
123280
  body: CreateAnvaflowTagsBody;
123267
123281
  params: {
@@ -123270,11 +123284,11 @@ interface CreateAnvaflowTagsProps {
123270
123284
  }
123271
123285
  declare const createAnvaflowTags: (props: CreateAnvaflowTagsProps, wgApiClient: ClientType) => Promise<CreateAnvaflowTagsResponse>;
123272
123286
 
123273
- declare const routeName$5X = "/v1/api/anvaflows/{session_id}/anva-party";
123274
- type CreateAnvaPartyViaConversationBody = paths[typeof routeName$5X]['post']['requestBody']['content']['application/json'];
123275
- type CreateAnvaPartyViaConversationPathParams = paths[typeof routeName$5X]['post']['parameters']['path'];
123276
- type CreateAnvaPartyViaConversationQueryParams = paths[typeof routeName$5X]['post']['parameters']['query'];
123277
- type CreateAnvaPartyViaConversationResponse = paths[typeof routeName$5X]['post']['responses'][201]['content']['application/json'];
123287
+ declare const routeName$5W = "/v1/api/anvaflows/{session_id}/anva-party";
123288
+ type CreateAnvaPartyViaConversationBody = paths[typeof routeName$5W]['post']['requestBody']['content']['application/json'];
123289
+ type CreateAnvaPartyViaConversationPathParams = paths[typeof routeName$5W]['post']['parameters']['path'];
123290
+ type CreateAnvaPartyViaConversationQueryParams = paths[typeof routeName$5W]['post']['parameters']['query'];
123291
+ type CreateAnvaPartyViaConversationResponse = paths[typeof routeName$5W]['post']['responses'][201]['content']['application/json'];
123278
123292
  interface CreateAnvaPartyViaConversationProps {
123279
123293
  body: CreateAnvaPartyViaConversationBody;
123280
123294
  params: {
@@ -123284,11 +123298,11 @@ interface CreateAnvaPartyViaConversationProps {
123284
123298
  }
123285
123299
  declare const createAnvaPartyViaConversation: (props: CreateAnvaPartyViaConversationProps, wgApiClient: ClientType) => Promise<CreateAnvaPartyViaConversationResponse>;
123286
123300
 
123287
- declare const routeName$5W = "/v1/api/anvaflows/{session_id}/anva-party";
123288
- type UpdateAnvaPartyViaConversationBody = paths[typeof routeName$5W]['patch']['requestBody']['content']['application/json'];
123289
- type UpdateAnvaPartyViaConversationPathParams = paths[typeof routeName$5W]['patch']['parameters']['path'];
123290
- type UpdateAnvaPartyViaConversationQueryParams = paths[typeof routeName$5W]['patch']['parameters']['query'];
123291
- type UpdateAnvaPartyViaConversationResponse = paths[typeof routeName$5W]['patch']['responses'][200]['content']['application/json'];
123301
+ declare const routeName$5V = "/v1/api/anvaflows/{session_id}/anva-party";
123302
+ type UpdateAnvaPartyViaConversationBody = paths[typeof routeName$5V]['patch']['requestBody']['content']['application/json'];
123303
+ type UpdateAnvaPartyViaConversationPathParams = paths[typeof routeName$5V]['patch']['parameters']['path'];
123304
+ type UpdateAnvaPartyViaConversationQueryParams = paths[typeof routeName$5V]['patch']['parameters']['query'];
123305
+ type UpdateAnvaPartyViaConversationResponse = paths[typeof routeName$5V]['patch']['responses'][200]['content']['application/json'];
123292
123306
  interface UpdateAnvaPartyViaConversationProps {
123293
123307
  body: UpdateAnvaPartyViaConversationBody;
123294
123308
  params: {
@@ -123298,11 +123312,11 @@ interface UpdateAnvaPartyViaConversationProps {
123298
123312
  }
123299
123313
  declare const updateAnvaPartyViaConversation: (props: UpdateAnvaPartyViaConversationProps, wgApiClient: ClientType) => Promise<UpdateAnvaPartyViaConversationResponse>;
123300
123314
 
123301
- declare const routeName$5V = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
123302
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$5V]['post']['requestBody']['content']['application/json'];
123303
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$5V]['post']['parameters']['path'];
123304
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$5V]['post']['parameters']['query'];
123305
- type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$5V]['post']['responses'][200]['content']['application/json'];
123315
+ declare const routeName$5U = "/v1/api/anvaflows/{session_id}/anvaproducts/{anva_product_id}/calculate";
123316
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody = paths[typeof routeName$5U]['post']['requestBody']['content']['application/json'];
123317
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdPathParams = paths[typeof routeName$5U]['post']['parameters']['path'];
123318
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdQueryParams = paths[typeof routeName$5U]['post']['parameters']['query'];
123319
+ type RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse = paths[typeof routeName$5U]['post']['responses'][200]['content']['application/json'];
123306
123320
  interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
123307
123321
  body: RecalculateOneAnvaquoteByAnvaProductIdSessionIdBody;
123308
123322
  params: {
@@ -123312,11 +123326,11 @@ interface RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps {
123312
123326
  }
123313
123327
  declare const recalculateOneAnvaquoteByAnvaProductIdSessionId: (props: RecalculateOneAnvaquoteByAnvaProductIdSessionIdProps, wgApiClient: ClientType) => Promise<RecalculateOneAnvaquoteByAnvaProductIdSessionIdResponse>;
123314
123328
 
123315
- declare const routeName$5U = "/v1/api/anvaflows/{session_id}/calculate";
123316
- type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$5U]['post']['requestBody']['content']['application/json'];
123317
- type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$5U]['post']['parameters']['path'];
123318
- type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$5U]['post']['parameters']['query'];
123319
- type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$5U]['post']['responses'][200]['content']['application/json'];
123329
+ declare const routeName$5T = "/v1/api/anvaflows/{session_id}/calculate";
123330
+ type CalculateAnvaquotesBySessionIdBody = paths[typeof routeName$5T]['post']['requestBody']['content']['application/json'];
123331
+ type CalculateAnvaquotesBySessionIdPathParams = paths[typeof routeName$5T]['post']['parameters']['path'];
123332
+ type CalculateAnvaquotesBySessionIdQueryParams = paths[typeof routeName$5T]['post']['parameters']['query'];
123333
+ type CalculateAnvaquotesBySessionIdResponse = paths[typeof routeName$5T]['post']['responses'][200]['content']['application/json'];
123320
123334
  interface CalculateAnvaquotesBySessionIdProps {
123321
123335
  body: CalculateAnvaquotesBySessionIdBody;
123322
123336
  params: {
@@ -123326,18 +123340,18 @@ interface CalculateAnvaquotesBySessionIdProps {
123326
123340
  }
123327
123341
  declare const calculateAnvaquotesBySessionId: (props: CalculateAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<CalculateAnvaquotesBySessionIdResponse>;
123328
123342
 
123329
- declare const routeName$5T = "/v1/api/anvaflows/{session_id}/collection-methods";
123330
- type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$5T]['get']['parameters']['path'];
123331
- type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$5T]['get']['parameters']['query'];
123332
- type GetAnvaCollectionMethodsResponse = paths[typeof routeName$5T]['get']['responses'][200]['content']['application/json'];
123333
- type GetAnvaCollectionMethodsProps = paths[typeof routeName$5T]['get']['parameters'];
123343
+ declare const routeName$5S = "/v1/api/anvaflows/{session_id}/collection-methods";
123344
+ type GetAnvaCollectionMethodsPathParams = paths[typeof routeName$5S]['get']['parameters']['path'];
123345
+ type GetAnvaCollectionMethodsQueryParams = paths[typeof routeName$5S]['get']['parameters']['query'];
123346
+ type GetAnvaCollectionMethodsResponse = paths[typeof routeName$5S]['get']['responses'][200]['content']['application/json'];
123347
+ type GetAnvaCollectionMethodsProps = paths[typeof routeName$5S]['get']['parameters'];
123334
123348
  declare const getAnvaCollectionMethods: (props: GetAnvaCollectionMethodsProps, wgApiClient: ClientType) => Promise<GetAnvaCollectionMethodsResponse>;
123335
123349
 
123336
- declare const routeName$5S = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
123337
- type RecalculateSimulationBySessionIdBody = paths[typeof routeName$5S]['post']['requestBody']['content']['application/json'];
123338
- type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$5S]['post']['parameters']['path'];
123339
- type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$5S]['post']['parameters']['query'];
123340
- type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$5S]['post']['responses'][200]['content']['application/json'];
123350
+ declare const routeName$5R = "/v1/api/anvaflows/{session_id}/recalculate-simulation";
123351
+ type RecalculateSimulationBySessionIdBody = paths[typeof routeName$5R]['post']['requestBody']['content']['application/json'];
123352
+ type RecalculateSimulationBySessionIdPathParams = paths[typeof routeName$5R]['post']['parameters']['path'];
123353
+ type RecalculateSimulationBySessionIdQueryParams = paths[typeof routeName$5R]['post']['parameters']['query'];
123354
+ type RecalculateSimulationBySessionIdResponse = paths[typeof routeName$5R]['post']['responses'][200]['content']['application/json'];
123341
123355
  interface RecalculateSimulationBySessionIdProps {
123342
123356
  body: RecalculateSimulationBySessionIdBody;
123343
123357
  params: {
@@ -123347,11 +123361,11 @@ interface RecalculateSimulationBySessionIdProps {
123347
123361
  }
123348
123362
  declare const recalculateSimulationBySessionId: (props: RecalculateSimulationBySessionIdProps, wgApiClient: ClientType) => Promise<RecalculateSimulationBySessionIdResponse>;
123349
123363
 
123350
- declare const routeName$5R = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
123351
- type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$5R]['post']['requestBody']['content']['application/json'];
123352
- type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$5R]['post']['parameters']['path'];
123353
- type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$5R]['post']['parameters']['query'];
123354
- type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$5R]['post']['responses'][202]['content']['application/json'];
123364
+ declare const routeName$5Q = "/v1/api/anvaflows/{session_id}/send-custom-quotes-to-anva";
123365
+ type EnqueueSendCustomQuotesToAnvaBySessionIdBody = paths[typeof routeName$5Q]['post']['requestBody']['content']['application/json'];
123366
+ type EnqueueSendCustomQuotesToAnvaBySessionIdPathParams = paths[typeof routeName$5Q]['post']['parameters']['path'];
123367
+ type EnqueueSendCustomQuotesToAnvaBySessionIdQueryParams = paths[typeof routeName$5Q]['post']['parameters']['query'];
123368
+ type EnqueueSendCustomQuotesToAnvaBySessionIdResponse = paths[typeof routeName$5Q]['post']['responses'][202]['content']['application/json'];
123355
123369
  interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
123356
123370
  body: EnqueueSendCustomQuotesToAnvaBySessionIdBody;
123357
123371
  params: {
@@ -123361,11 +123375,11 @@ interface EnqueueSendCustomQuotesToAnvaBySessionIdProps {
123361
123375
  }
123362
123376
  declare const enqueueSendCustomQuotesToAnvaBySessionId: (props: EnqueueSendCustomQuotesToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendCustomQuotesToAnvaBySessionIdResponse>;
123363
123377
 
123364
- declare const routeName$5Q = "/v1/api/anvaflows/{session_id}/send-offer-mail";
123365
- type SendOfferMailBySessionIdBody = paths[typeof routeName$5Q]['post']['requestBody']['content']['application/json'];
123366
- type SendOfferMailBySessionIdPathParams = paths[typeof routeName$5Q]['post']['parameters']['path'];
123367
- type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$5Q]['post']['parameters']['query'];
123368
- type SendOfferMailBySessionIdResponse = paths[typeof routeName$5Q]['post']['responses'][201]['content']['application/json'];
123378
+ declare const routeName$5P = "/v1/api/anvaflows/{session_id}/send-offer-mail";
123379
+ type SendOfferMailBySessionIdBody = paths[typeof routeName$5P]['post']['requestBody']['content']['application/json'];
123380
+ type SendOfferMailBySessionIdPathParams = paths[typeof routeName$5P]['post']['parameters']['path'];
123381
+ type SendOfferMailBySessionIdQueryParams = paths[typeof routeName$5P]['post']['parameters']['query'];
123382
+ type SendOfferMailBySessionIdResponse = paths[typeof routeName$5P]['post']['responses'][201]['content']['application/json'];
123369
123383
  interface SendOfferMailBySessionIdProps {
123370
123384
  body: SendOfferMailBySessionIdBody;
123371
123385
  params: {
@@ -123375,10 +123389,10 @@ interface SendOfferMailBySessionIdProps {
123375
123389
  }
123376
123390
  declare const sendOfferMailBySessionId: (props: SendOfferMailBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferMailBySessionIdResponse>;
123377
123391
 
123378
- declare const routeName$5P = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
123379
- type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$5P]['post']['parameters']['path'];
123380
- type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$5P]['post']['parameters']['query'];
123381
- type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$5P]['post']['responses'][201]['content']['application/json'];
123392
+ declare const routeName$5O = "/v1/api/anvaflows/{session_id}/send-offer-to-anva";
123393
+ type SendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$5O]['post']['parameters']['path'];
123394
+ type SendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$5O]['post']['parameters']['query'];
123395
+ type SendOfferToAnvaBySessionIdResponse = paths[typeof routeName$5O]['post']['responses'][201]['content']['application/json'];
123382
123396
  interface SendOfferToAnvaBySessionIdProps {
123383
123397
  params: {
123384
123398
  query: SendOfferToAnvaBySessionIdQueryParams;
@@ -123387,16 +123401,16 @@ interface SendOfferToAnvaBySessionIdProps {
123387
123401
  }
123388
123402
  declare const sendOfferToAnvaBySessionId: (props: SendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<SendOfferToAnvaBySessionIdResponse>;
123389
123403
 
123390
- declare const routeName$5O = "/v1/api/anvaproducts";
123391
- type GetAnvaproductsQueryParams = paths[typeof routeName$5O]['get']['parameters']['query'];
123392
- type GetAnvaproductsResponse = paths[typeof routeName$5O]['get']['responses'][200]['content']['application/json'];
123393
- type GetAnvaproductsProps = paths[typeof routeName$5O]['get']['parameters'];
123404
+ declare const routeName$5N = "/v1/api/anvaproducts";
123405
+ type GetAnvaproductsQueryParams = paths[typeof routeName$5N]['get']['parameters']['query'];
123406
+ type GetAnvaproductsResponse = paths[typeof routeName$5N]['get']['responses'][200]['content']['application/json'];
123407
+ type GetAnvaproductsProps = paths[typeof routeName$5N]['get']['parameters'];
123394
123408
  declare const getAnvaproducts: (props: GetAnvaproductsProps, wgApiClient: ClientType) => Promise<GetAnvaproductsResponse>;
123395
123409
 
123396
- declare const routeName$5N = "/v1/api/anvaproducts/import";
123397
- type ImportAnvaproductBody = paths[typeof routeName$5N]['post']['requestBody']['content']['application/json'];
123398
- type ImportAnvaproductQueryParams = paths[typeof routeName$5N]['post']['parameters']['query'];
123399
- type ImportAnvaproductResponse = paths[typeof routeName$5N]['post']['responses'][200]['content']['application/json'];
123410
+ declare const routeName$5M = "/v1/api/anvaproducts/import";
123411
+ type ImportAnvaproductBody = paths[typeof routeName$5M]['post']['requestBody']['content']['application/json'];
123412
+ type ImportAnvaproductQueryParams = paths[typeof routeName$5M]['post']['parameters']['query'];
123413
+ type ImportAnvaproductResponse = paths[typeof routeName$5M]['post']['responses'][200]['content']['application/json'];
123400
123414
  interface ImportAnvaproductProps {
123401
123415
  body: ImportAnvaproductBody;
123402
123416
  params: {
@@ -123405,10 +123419,10 @@ interface ImportAnvaproductProps {
123405
123419
  }
123406
123420
  declare const importAnvaproduct: (props: ImportAnvaproductProps, wgApiClient: ClientType) => Promise<ImportAnvaproductResponse>;
123407
123421
 
123408
- declare const routeName$5M = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
123409
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$5M]['post']['requestBody']['content']['application/json'];
123410
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$5M]['post']['parameters']['query'];
123411
- type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$5M]['post']['responses'][200]['content']['application/json'];
123422
+ declare const routeName$5L = "/v1/api/anvaproducts/questionnaires/update-all-questions-by-anvalabels";
123423
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsBody = paths[typeof routeName$5L]['post']['requestBody']['content']['application/json'];
123424
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsQueryParams = paths[typeof routeName$5L]['post']['parameters']['query'];
123425
+ type UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse = paths[typeof routeName$5L]['post']['responses'][200]['content']['application/json'];
123412
123426
  interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
123413
123427
  body: UpdateQuestionForAllQuestionnairesByAnvaLabelsBody;
123414
123428
  params: {
@@ -123417,18 +123431,18 @@ interface UpdateQuestionForAllQuestionnairesByAnvaLabelsProps {
123417
123431
  }
123418
123432
  declare const updateQuestionForAllQuestionnairesByAnvaLabels: (props: UpdateQuestionForAllQuestionnairesByAnvaLabelsProps, wgApiClient: ClientType) => Promise<UpdateQuestionForAllQuestionnairesByAnvaLabelsResponse>;
123419
123433
 
123420
- declare const routeName$5L = "/v1/api/anvaproducts/{anva_product_id}";
123421
- type GetAnvaproductByIdPathParams = paths[typeof routeName$5L]['get']['parameters']['path'];
123422
- type GetAnvaproductByIdQueryParams = paths[typeof routeName$5L]['get']['parameters']['query'];
123423
- type GetAnvaproductByIdResponse = paths[typeof routeName$5L]['get']['responses'][200]['content']['application/json'];
123424
- type GetAnvaproductByIdProps = paths[typeof routeName$5L]['get']['parameters'];
123434
+ declare const routeName$5K = "/v1/api/anvaproducts/{anva_product_id}";
123435
+ type GetAnvaproductByIdPathParams = paths[typeof routeName$5K]['get']['parameters']['path'];
123436
+ type GetAnvaproductByIdQueryParams = paths[typeof routeName$5K]['get']['parameters']['query'];
123437
+ type GetAnvaproductByIdResponse = paths[typeof routeName$5K]['get']['responses'][200]['content']['application/json'];
123438
+ type GetAnvaproductByIdProps = paths[typeof routeName$5K]['get']['parameters'];
123425
123439
  declare const getAnvaproductById: (props: GetAnvaproductByIdProps, wgApiClient: ClientType) => Promise<GetAnvaproductByIdResponse>;
123426
123440
 
123427
- declare const routeName$5K = "/v1/api/anvaproducts/{anva_product_id}";
123428
- type PatchAnvaproductByIdBody = paths[typeof routeName$5K]['patch']['requestBody']['content']['application/json'];
123429
- type PatchAnvaproductByIdPathParams = paths[typeof routeName$5K]['patch']['parameters']['path'];
123430
- type PatchAnvaproductByIdQueryParams = paths[typeof routeName$5K]['patch']['parameters']['query'];
123431
- type PatchAnvaproductByIdResponse = paths[typeof routeName$5K]['patch']['responses'][200]['content']['application/json'];
123441
+ declare const routeName$5J = "/v1/api/anvaproducts/{anva_product_id}";
123442
+ type PatchAnvaproductByIdBody = paths[typeof routeName$5J]['patch']['requestBody']['content']['application/json'];
123443
+ type PatchAnvaproductByIdPathParams = paths[typeof routeName$5J]['patch']['parameters']['path'];
123444
+ type PatchAnvaproductByIdQueryParams = paths[typeof routeName$5J]['patch']['parameters']['query'];
123445
+ type PatchAnvaproductByIdResponse = paths[typeof routeName$5J]['patch']['responses'][200]['content']['application/json'];
123432
123446
  interface PatchAnvaproductByIdProps {
123433
123447
  body: PatchAnvaproductByIdBody;
123434
123448
  params: {
@@ -123438,11 +123452,11 @@ interface PatchAnvaproductByIdProps {
123438
123452
  }
123439
123453
  declare const patchAnvaproductById: (props: PatchAnvaproductByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductByIdResponse>;
123440
123454
 
123441
- declare const routeName$5J = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
123442
- type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$5J]['patch']['requestBody']['content']['application/json'];
123443
- type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$5J]['patch']['parameters']['path'];
123444
- type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$5J]['patch']['parameters']['query'];
123445
- type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$5J]['patch']['responses'][200]['content']['application/json'];
123455
+ declare const routeName$5I = "/v1/api/anvaproducts/{anva_product_id}/coverages/{coverage_code}";
123456
+ type PatchAnvaproductCoverageByIdBody = paths[typeof routeName$5I]['patch']['requestBody']['content']['application/json'];
123457
+ type PatchAnvaproductCoverageByIdPathParams = paths[typeof routeName$5I]['patch']['parameters']['path'];
123458
+ type PatchAnvaproductCoverageByIdQueryParams = paths[typeof routeName$5I]['patch']['parameters']['query'];
123459
+ type PatchAnvaproductCoverageByIdResponse = paths[typeof routeName$5I]['patch']['responses'][200]['content']['application/json'];
123446
123460
  interface PatchAnvaproductCoverageByIdProps {
123447
123461
  body: PatchAnvaproductCoverageByIdBody;
123448
123462
  params: {
@@ -123452,18 +123466,18 @@ interface PatchAnvaproductCoverageByIdProps {
123452
123466
  }
123453
123467
  declare const patchAnvaproductCoverageById: (props: PatchAnvaproductCoverageByIdProps, wgApiClient: ClientType) => Promise<PatchAnvaproductCoverageByIdResponse>;
123454
123468
 
123455
- declare const routeName$5I = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
123456
- type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$5I]['get']['parameters']['path'];
123457
- type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$5I]['get']['parameters']['query'];
123458
- type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$5I]['get']['responses'][200]['content']['application/json'];
123459
- type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$5I]['get']['parameters'];
123469
+ declare const routeName$5H = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
123470
+ type RetrieveAnvaflowsQuestionnairesPathParams = paths[typeof routeName$5H]['get']['parameters']['path'];
123471
+ type RetrieveAnvaflowsQuestionnairesQueryParams = paths[typeof routeName$5H]['get']['parameters']['query'];
123472
+ type RetrieveAnvaflowsQuestionnairesResponse = paths[typeof routeName$5H]['get']['responses'][200]['content']['application/json'];
123473
+ type RetrieveAnvaflowsQuestionnairesProps = paths[typeof routeName$5H]['get']['parameters'];
123460
123474
  declare const retrieveAnvaflowsQuestionnaires: (props: RetrieveAnvaflowsQuestionnairesProps, wgApiClient: ClientType) => Promise<RetrieveAnvaflowsQuestionnairesResponse>;
123461
123475
 
123462
- declare const routeName$5H = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
123463
- type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$5H]['put']['requestBody']['content']['application/json'];
123464
- type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$5H]['put']['parameters']['path'];
123465
- type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$5H]['put']['parameters']['query'];
123466
- type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$5H]['put']['responses'][200]['content']['application/json'];
123476
+ declare const routeName$5G = "/v1/api/anvaproducts/{anva_product_id}/questionnaires";
123477
+ type UpdateAnvaflowsQuestionnaireBody = paths[typeof routeName$5G]['put']['requestBody']['content']['application/json'];
123478
+ type UpdateAnvaflowsQuestionnairePathParams = paths[typeof routeName$5G]['put']['parameters']['path'];
123479
+ type UpdateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$5G]['put']['parameters']['query'];
123480
+ type UpdateAnvaflowsQuestionnaireResponse = paths[typeof routeName$5G]['put']['responses'][200]['content']['application/json'];
123467
123481
  interface UpdateAnvaflowsQuestionnaireProps {
123468
123482
  body: UpdateAnvaflowsQuestionnaireBody;
123469
123483
  params: {
@@ -123473,11 +123487,11 @@ interface UpdateAnvaflowsQuestionnaireProps {
123473
123487
  }
123474
123488
  declare const updateAnvaflowsQuestionnaire: (props: UpdateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<UpdateAnvaflowsQuestionnaireResponse>;
123475
123489
 
123476
- declare const routeName$5G = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
123477
- type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$5G]['post']['requestBody']['content']['application/json'];
123478
- type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$5G]['post']['parameters']['path'];
123479
- type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$5G]['post']['parameters']['query'];
123480
- type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$5G]['post']['responses'][200]['content']['application/json'];
123490
+ declare const routeName$5F = "/v1/api/anvaproducts/{anva_product_id}/questionnaires/validate";
123491
+ type ValidateAnvaflowsQuestionnaireBody = paths[typeof routeName$5F]['post']['requestBody']['content']['application/json'];
123492
+ type ValidateAnvaflowsQuestionnairePathParams = paths[typeof routeName$5F]['post']['parameters']['path'];
123493
+ type ValidateAnvaflowsQuestionnaireQueryParams = paths[typeof routeName$5F]['post']['parameters']['query'];
123494
+ type ValidateAnvaflowsQuestionnaireResponse = paths[typeof routeName$5F]['post']['responses'][200]['content']['application/json'];
123481
123495
  interface ValidateAnvaflowsQuestionnaireProps {
123482
123496
  body: ValidateAnvaflowsQuestionnaireBody;
123483
123497
  params: {
@@ -123487,11 +123501,11 @@ interface ValidateAnvaflowsQuestionnaireProps {
123487
123501
  }
123488
123502
  declare const validateAnvaflowsQuestionnaire: (props: ValidateAnvaflowsQuestionnaireProps, wgApiClient: ClientType) => Promise<ValidateAnvaflowsQuestionnaireResponse>;
123489
123503
 
123490
- declare const routeName$5F = "/v2/api/anvaflows/{session_id}/calculate";
123491
- type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$5F]['post']['requestBody']['content']['application/json'];
123492
- type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$5F]['post']['parameters']['path'];
123493
- type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$5F]['post']['parameters']['query'];
123494
- type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$5F]['post']['responses'][202]['content']['application/json'];
123504
+ declare const routeName$5E = "/v2/api/anvaflows/{session_id}/calculate";
123505
+ type EnqueueCalculationAnvaquotesBySessionIdBody = paths[typeof routeName$5E]['post']['requestBody']['content']['application/json'];
123506
+ type EnqueueCalculationAnvaquotesBySessionIdPathParams = paths[typeof routeName$5E]['post']['parameters']['path'];
123507
+ type EnqueueCalculationAnvaquotesBySessionIdQueryParams = paths[typeof routeName$5E]['post']['parameters']['query'];
123508
+ type EnqueueCalculationAnvaquotesBySessionIdResponse = paths[typeof routeName$5E]['post']['responses'][202]['content']['application/json'];
123495
123509
  interface EnqueueCalculationAnvaquotesBySessionIdProps {
123496
123510
  body: EnqueueCalculationAnvaquotesBySessionIdBody;
123497
123511
  params: {
@@ -123501,10 +123515,10 @@ interface EnqueueCalculationAnvaquotesBySessionIdProps {
123501
123515
  }
123502
123516
  declare const enqueueCalculationAnvaquotesBySessionId: (props: EnqueueCalculationAnvaquotesBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueCalculationAnvaquotesBySessionIdResponse>;
123503
123517
 
123504
- declare const routeName$5E = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
123505
- type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$5E]['post']['parameters']['path'];
123506
- type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$5E]['post']['parameters']['query'];
123507
- type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$5E]['post']['responses'][202]['content']['application/json'];
123518
+ declare const routeName$5D = "/v2/api/anvaflows/{session_id}/send-offer-to-anva";
123519
+ type EnqueueSendOfferToAnvaBySessionIdPathParams = paths[typeof routeName$5D]['post']['parameters']['path'];
123520
+ type EnqueueSendOfferToAnvaBySessionIdQueryParams = paths[typeof routeName$5D]['post']['parameters']['query'];
123521
+ type EnqueueSendOfferToAnvaBySessionIdResponse = paths[typeof routeName$5D]['post']['responses'][202]['content']['application/json'];
123508
123522
  interface EnqueueSendOfferToAnvaBySessionIdProps {
123509
123523
  params: {
123510
123524
  query: EnqueueSendOfferToAnvaBySessionIdQueryParams;
@@ -123513,10 +123527,10 @@ interface EnqueueSendOfferToAnvaBySessionIdProps {
123513
123527
  }
123514
123528
  declare const enqueueSendOfferToAnvaBySessionId: (props: EnqueueSendOfferToAnvaBySessionIdProps, wgApiClient: ClientType) => Promise<EnqueueSendOfferToAnvaBySessionIdResponse>;
123515
123529
 
123516
- declare const routeName$5D = "/v1/api/batches/{batch_id}/sessions";
123517
- type CreateProflowSessionByBatchIdPathParams = paths[typeof routeName$5D]['post']['parameters']['path'];
123518
- type CreateProflowSessionByBatchIdQueryParams = paths[typeof routeName$5D]['post']['parameters']['query'];
123519
- type CreateProflowSessionByBatchIdResponse = paths[typeof routeName$5D]['post']['responses'][200]['content']['application/json'];
123530
+ declare const routeName$5C = "/v1/api/batches/{batch_id}/sessions";
123531
+ type CreateProflowSessionByBatchIdPathParams = paths[typeof routeName$5C]['post']['parameters']['path'];
123532
+ type CreateProflowSessionByBatchIdQueryParams = paths[typeof routeName$5C]['post']['parameters']['query'];
123533
+ type CreateProflowSessionByBatchIdResponse = paths[typeof routeName$5C]['post']['responses'][200]['content']['application/json'];
123520
123534
  interface CreateProflowSessionByBatchIdProps {
123521
123535
  params: {
123522
123536
  query: CreateProflowSessionByBatchIdQueryParams;
@@ -123525,11 +123539,11 @@ interface CreateProflowSessionByBatchIdProps {
123525
123539
  }
123526
123540
  declare const createProflowSessionByBatchId: (props: CreateProflowSessionByBatchIdProps, wgApiClient: ClientType) => Promise<CreateProflowSessionByBatchIdResponse>;
123527
123541
 
123528
- declare const routeName$5C = "/v1/api/conversations/{session_id}/possible-quote-combinations";
123529
- type GeneratePossibleProductsBySessionV2Body = paths[typeof routeName$5C]['post']['requestBody']['content']['application/json'];
123530
- type GeneratePossibleProductsBySessionV2PathParams = paths[typeof routeName$5C]['post']['parameters']['path'];
123531
- type GeneratePossibleProductsBySessionV2QueryParams = paths[typeof routeName$5C]['post']['parameters']['query'];
123532
- type GeneratePossibleProductsBySessionV2Response = paths[typeof routeName$5C]['post']['responses'][200]['content']['application/json'];
123542
+ declare const routeName$5B = "/v1/api/conversations/{session_id}/possible-quote-combinations";
123543
+ type GeneratePossibleProductsBySessionV2Body = paths[typeof routeName$5B]['post']['requestBody']['content']['application/json'];
123544
+ type GeneratePossibleProductsBySessionV2PathParams = paths[typeof routeName$5B]['post']['parameters']['path'];
123545
+ type GeneratePossibleProductsBySessionV2QueryParams = paths[typeof routeName$5B]['post']['parameters']['query'];
123546
+ type GeneratePossibleProductsBySessionV2Response = paths[typeof routeName$5B]['post']['responses'][200]['content']['application/json'];
123533
123547
  interface GeneratePossibleProductsBySessionV2Props {
123534
123548
  body: GeneratePossibleProductsBySessionV2Body;
123535
123549
  params: {
@@ -123539,31 +123553,31 @@ interface GeneratePossibleProductsBySessionV2Props {
123539
123553
  }
123540
123554
  declare const generatePossibleProductsBySessionV2: (props: GeneratePossibleProductsBySessionV2Props, wgApiClient: ClientType) => Promise<GeneratePossibleProductsBySessionV2Response>;
123541
123555
 
123542
- declare const routeName$5B = "/v1/api/conversations/{session_id}/quotes-batches";
123543
- type GetQuotesAsBatchResultsByConversationIdPathParams = paths[typeof routeName$5B]['get']['parameters']['path'];
123544
- type GetQuotesAsBatchResultsByConversationIdQueryParams = paths[typeof routeName$5B]['get']['parameters']['query'];
123545
- type GetQuotesAsBatchResultsByConversationIdResponse = paths[typeof routeName$5B]['get']['responses'][200]['content']['application/json'];
123546
- type GetQuotesAsBatchResultsByConversationIdProps = paths[typeof routeName$5B]['get']['parameters'];
123556
+ declare const routeName$5A = "/v1/api/conversations/{session_id}/quotes-batches";
123557
+ type GetQuotesAsBatchResultsByConversationIdPathParams = paths[typeof routeName$5A]['get']['parameters']['path'];
123558
+ type GetQuotesAsBatchResultsByConversationIdQueryParams = paths[typeof routeName$5A]['get']['parameters']['query'];
123559
+ type GetQuotesAsBatchResultsByConversationIdResponse = paths[typeof routeName$5A]['get']['responses'][200]['content']['application/json'];
123560
+ type GetQuotesAsBatchResultsByConversationIdProps = paths[typeof routeName$5A]['get']['parameters'];
123547
123561
  declare const getQuotesAsBatchResultsByConversationId: (props: GetQuotesAsBatchResultsByConversationIdProps, wgApiClient: ClientType) => Promise<GetQuotesAsBatchResultsByConversationIdResponse>;
123548
123562
 
123549
- declare const routeName$5A = "/v1/api/quotes/exports/insurance_module";
123550
- type GetQuoteExportsQueryParams = paths[typeof routeName$5A]['get']['parameters']['query'];
123551
- type GetQuoteExportsResponse = paths[typeof routeName$5A]['get']['responses'][200]['content']['application/json'];
123552
- type GetQuoteExportsProps = paths[typeof routeName$5A]['get']['parameters'];
123563
+ declare const routeName$5z = "/v1/api/quotes/exports/insurance_module";
123564
+ type GetQuoteExportsQueryParams = paths[typeof routeName$5z]['get']['parameters']['query'];
123565
+ type GetQuoteExportsResponse = paths[typeof routeName$5z]['get']['responses'][200]['content']['application/json'];
123566
+ type GetQuoteExportsProps = paths[typeof routeName$5z]['get']['parameters'];
123553
123567
  declare const getQuoteExports: (props: GetQuoteExportsProps, wgApiClient: ClientType) => Promise<GetQuoteExportsResponse>;
123554
123568
 
123555
- declare const routeName$5z = "/v1/api/quotes/insights/{insurance_type}";
123556
- type GetQuoteInsightsPathParams = paths[typeof routeName$5z]['get']['parameters']['path'];
123557
- type GetQuoteInsightsQueryParams = paths[typeof routeName$5z]['get']['parameters']['query'];
123558
- type GetQuoteInsightsResponse = paths[typeof routeName$5z]['get']['responses'][200]['content']['application/json'];
123559
- type GetQuoteInsightsProps = paths[typeof routeName$5z]['get']['parameters'];
123569
+ declare const routeName$5y = "/v1/api/quotes/insights/{insurance_type}";
123570
+ type GetQuoteInsightsPathParams = paths[typeof routeName$5y]['get']['parameters']['path'];
123571
+ type GetQuoteInsightsQueryParams = paths[typeof routeName$5y]['get']['parameters']['query'];
123572
+ type GetQuoteInsightsResponse = paths[typeof routeName$5y]['get']['responses'][200]['content']['application/json'];
123573
+ type GetQuoteInsightsProps = paths[typeof routeName$5y]['get']['parameters'];
123560
123574
  declare const getQuoteInsights: (props: GetQuoteInsightsProps, wgApiClient: ClientType) => Promise<GetQuoteInsightsResponse>;
123561
123575
 
123562
- declare const routeName$5y = "/v1/api/quotes/{quote_id}/email-inquiries";
123563
- type SendQuoteAsMailBody = paths[typeof routeName$5y]['post']['requestBody']['content']['application/json'];
123564
- type SendQuoteAsMailPathParams = paths[typeof routeName$5y]['post']['parameters']['path'];
123565
- type SendQuoteAsMailQueryParams = paths[typeof routeName$5y]['post']['parameters']['query'];
123566
- type SendQuoteAsMailResponse = paths[typeof routeName$5y]['post']['responses'][200]['content']['application/json'];
123576
+ declare const routeName$5x = "/v1/api/quotes/{quote_id}/email-inquiries";
123577
+ type SendQuoteAsMailBody = paths[typeof routeName$5x]['post']['requestBody']['content']['application/json'];
123578
+ type SendQuoteAsMailPathParams = paths[typeof routeName$5x]['post']['parameters']['path'];
123579
+ type SendQuoteAsMailQueryParams = paths[typeof routeName$5x]['post']['parameters']['query'];
123580
+ type SendQuoteAsMailResponse = paths[typeof routeName$5x]['post']['responses'][200]['content']['application/json'];
123567
123581
  interface SendQuoteAsMailProps {
123568
123582
  body: SendQuoteAsMailBody;
123569
123583
  params: {
@@ -123573,11 +123587,11 @@ interface SendQuoteAsMailProps {
123573
123587
  }
123574
123588
  declare const sendQuoteAsMail: (props: SendQuoteAsMailProps, wgApiClient: ClientType) => Promise<SendQuoteAsMailResponse>;
123575
123589
 
123576
- declare const routeName$5x = "/v1/api/quotes/{quote_id}/export/insurance_module";
123577
- type ExportQuoteByIdBody = paths[typeof routeName$5x]['post']['requestBody']['content']['application/json'];
123578
- type ExportQuoteByIdPathParams = paths[typeof routeName$5x]['post']['parameters']['path'];
123579
- type ExportQuoteByIdQueryParams = paths[typeof routeName$5x]['post']['parameters']['query'];
123580
- type ExportQuoteByIdResponse = paths[typeof routeName$5x]['post']['responses'][200]['content']['application/json'];
123590
+ declare const routeName$5w = "/v1/api/quotes/{quote_id}/export/insurance_module";
123591
+ type ExportQuoteByIdBody = paths[typeof routeName$5w]['post']['requestBody']['content']['application/json'];
123592
+ type ExportQuoteByIdPathParams = paths[typeof routeName$5w]['post']['parameters']['path'];
123593
+ type ExportQuoteByIdQueryParams = paths[typeof routeName$5w]['post']['parameters']['query'];
123594
+ type ExportQuoteByIdResponse = paths[typeof routeName$5w]['post']['responses'][200]['content']['application/json'];
123581
123595
  interface ExportQuoteByIdProps {
123582
123596
  body: ExportQuoteByIdBody;
123583
123597
  params: {
@@ -123587,11 +123601,11 @@ interface ExportQuoteByIdProps {
123587
123601
  }
123588
123602
  declare const exportQuoteById: (props: ExportQuoteByIdProps, wgApiClient: ClientType) => Promise<ExportQuoteByIdResponse>;
123589
123603
 
123590
- declare const routeName$5w = "/v2/api/quotes/{insurance_type}/{insurance_company}/{insurance}";
123591
- type CalculateQuotesV2Body = paths[typeof routeName$5w]['post']['requestBody']['content']['application/json'];
123592
- type CalculateQuotesV2PathParams = paths[typeof routeName$5w]['post']['parameters']['path'];
123593
- type CalculateQuotesV2QueryParams = paths[typeof routeName$5w]['post']['parameters']['query'];
123594
- type CalculateQuotesV2Response = paths[typeof routeName$5w]['post']['responses'][200]['content']['application/json'];
123604
+ declare const routeName$5v = "/v2/api/quotes/{insurance_type}/{insurance_company}/{insurance}";
123605
+ type CalculateQuotesV2Body = paths[typeof routeName$5v]['post']['requestBody']['content']['application/json'];
123606
+ type CalculateQuotesV2PathParams = paths[typeof routeName$5v]['post']['parameters']['path'];
123607
+ type CalculateQuotesV2QueryParams = paths[typeof routeName$5v]['post']['parameters']['query'];
123608
+ type CalculateQuotesV2Response = paths[typeof routeName$5v]['post']['responses'][200]['content']['application/json'];
123595
123609
  interface CalculateQuotesV2Props {
123596
123610
  body: CalculateQuotesV2Body;
123597
123611
  params: {
@@ -123601,17 +123615,17 @@ interface CalculateQuotesV2Props {
123601
123615
  }
123602
123616
  declare const calculateQuotesV2: (props: CalculateQuotesV2Props, wgApiClient: ClientType) => Promise<CalculateQuotesV2Response>;
123603
123617
 
123604
- declare const routeName$5v = "/v1/api/brokers/{broker_id}/connections";
123605
- type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$5v]['get']['parameters']['path'];
123606
- type GetBrokerConnectionsByIdQueryParams = paths[typeof routeName$5v]['get']['parameters']['query'];
123607
- type GetBrokerConnectionsByIdResponse = paths[typeof routeName$5v]['get']['responses'][200]['content']['application/json'];
123608
- type GetBrokerConnectionsByIdProps = paths[typeof routeName$5v]['get']['parameters'];
123618
+ declare const routeName$5u = "/v1/api/brokers/{broker_id}/connections";
123619
+ type GetBrokerConnectionsByIdPathParams = paths[typeof routeName$5u]['get']['parameters']['path'];
123620
+ type GetBrokerConnectionsByIdQueryParams = paths[typeof routeName$5u]['get']['parameters']['query'];
123621
+ type GetBrokerConnectionsByIdResponse = paths[typeof routeName$5u]['get']['responses'][200]['content']['application/json'];
123622
+ type GetBrokerConnectionsByIdProps = paths[typeof routeName$5u]['get']['parameters'];
123609
123623
  declare const getBrokerConnectionsById: (props: GetBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetBrokerConnectionsByIdResponse>;
123610
123624
 
123611
- declare const routeName$5u = "/v1/api/brokers/{broker_id}/connections/{key}";
123612
- type CreateBrokerConnectionsByIdBody = paths[typeof routeName$5u]['post']['requestBody']['content']['application/json'];
123613
- type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$5u]['post']['parameters']['path'];
123614
- type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$5u]['post']['responses'][201]['content']['application/json'];
123625
+ declare const routeName$5t = "/v1/api/brokers/{broker_id}/connections/{key}";
123626
+ type CreateBrokerConnectionsByIdBody = paths[typeof routeName$5t]['post']['requestBody']['content']['application/json'];
123627
+ type CreateBrokerConnectionsByIdPathParams = paths[typeof routeName$5t]['post']['parameters']['path'];
123628
+ type CreateBrokerConnectionsByIdResponse = paths[typeof routeName$5t]['post']['responses'][201]['content']['application/json'];
123615
123629
  interface CreateBrokerConnectionsByIdProps {
123616
123630
  body: CreateBrokerConnectionsByIdBody;
123617
123631
  params: {
@@ -123620,9 +123634,9 @@ interface CreateBrokerConnectionsByIdProps {
123620
123634
  }
123621
123635
  declare const createBrokerConnectionsById: (props: CreateBrokerConnectionsByIdProps, wgApiClient: ClientType) => Promise<CreateBrokerConnectionsByIdResponse>;
123622
123636
 
123623
- declare const routeName$5t = "/v1/api/brokers/{broker_id}/connections/{key}";
123624
- type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$5t]['delete']['parameters']['path'];
123625
- type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$5t]['delete']['responses'][200]['content']['application/json'];
123637
+ declare const routeName$5s = "/v1/api/brokers/{broker_id}/connections/{key}";
123638
+ type DeleteBrokerConnectionByKeyPathParams = paths[typeof routeName$5s]['delete']['parameters']['path'];
123639
+ type DeleteBrokerConnectionByKeyResponse = paths[typeof routeName$5s]['delete']['responses'][200]['content']['application/json'];
123626
123640
  interface DeleteBrokerConnectionByKeyProps {
123627
123641
  params: {
123628
123642
  path: DeleteBrokerConnectionByKeyPathParams;
@@ -123630,10 +123644,10 @@ interface DeleteBrokerConnectionByKeyProps {
123630
123644
  }
123631
123645
  declare const deleteBrokerConnectionByKey: (props: DeleteBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteBrokerConnectionByKeyResponse>;
123632
123646
 
123633
- declare const routeName$5s = "/v1/api/brokers/{broker_id}/connections/{key}";
123634
- type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$5s]['patch']['requestBody']['content']['application/json'];
123635
- type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$5s]['patch']['parameters']['path'];
123636
- type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$5s]['patch']['responses'][200]['content']['application/json'];
123647
+ declare const routeName$5r = "/v1/api/brokers/{broker_id}/connections/{key}";
123648
+ type UpdateBrokerConnectionByKeyBody = paths[typeof routeName$5r]['patch']['requestBody']['content']['application/json'];
123649
+ type UpdateBrokerConnectionByKeyPathParams = paths[typeof routeName$5r]['patch']['parameters']['path'];
123650
+ type UpdateBrokerConnectionByKeyResponse = paths[typeof routeName$5r]['patch']['responses'][200]['content']['application/json'];
123637
123651
  interface UpdateBrokerConnectionByKeyProps {
123638
123652
  body: UpdateBrokerConnectionByKeyBody;
123639
123653
  params: {
@@ -123642,42 +123656,42 @@ interface UpdateBrokerConnectionByKeyProps {
123642
123656
  }
123643
123657
  declare const updateBrokerConnectionByKey: (props: UpdateBrokerConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateBrokerConnectionByKeyResponse>;
123644
123658
 
123645
- declare const routeName$5r = "/v1/api/connections/anva/agents";
123646
- type GetAnvaAgentsQueryParams = paths[typeof routeName$5r]['get']['parameters']['query'];
123647
- type GetAnvaAgentsResponse = paths[typeof routeName$5r]['get']['responses'][200]['content']['application/json'];
123648
- type GetAnvaAgentsProps = paths[typeof routeName$5r]['get']['parameters'];
123659
+ declare const routeName$5q = "/v1/api/connections/anva/agents";
123660
+ type GetAnvaAgentsQueryParams = paths[typeof routeName$5q]['get']['parameters']['query'];
123661
+ type GetAnvaAgentsResponse = paths[typeof routeName$5q]['get']['responses'][200]['content']['application/json'];
123662
+ type GetAnvaAgentsProps = paths[typeof routeName$5q]['get']['parameters'];
123649
123663
  declare const getAnvaAgents: (props: GetAnvaAgentsProps, wgApiClient: ClientType) => Promise<GetAnvaAgentsResponse>;
123650
123664
 
123651
- declare const routeName$5q = "/v1/api/connections/anva/documents/import";
123652
- type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$5q]['get']['parameters']['query'];
123653
- type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$5q]['get']['responses'][307]['content']['application/json'];
123654
- type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$5q]['get']['parameters'];
123665
+ declare const routeName$5p = "/v1/api/connections/anva/documents/import";
123666
+ type ImportAnvaDocumentInWegroupQueryParams = paths[typeof routeName$5p]['get']['parameters']['query'];
123667
+ type ImportAnvaDocumentInWegroupResponse = paths[typeof routeName$5p]['get']['responses'][307]['content']['application/json'];
123668
+ type ImportAnvaDocumentInWegroupProps = paths[typeof routeName$5p]['get']['parameters'];
123655
123669
  declare const importAnvaDocumentInWegroup: (props: ImportAnvaDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaDocumentInWegroupResponse>;
123656
123670
 
123657
- declare const routeName$5p = "/v1/api/connections/anva/employees";
123658
- type GetAnvaEmployeesQueryParams = paths[typeof routeName$5p]['get']['parameters']['query'];
123659
- type GetAnvaEmployeesResponse = paths[typeof routeName$5p]['get']['responses'][200]['content']['application/json'];
123660
- type GetAnvaEmployeesProps = paths[typeof routeName$5p]['get']['parameters'];
123671
+ declare const routeName$5o = "/v1/api/connections/anva/employees";
123672
+ type GetAnvaEmployeesQueryParams = paths[typeof routeName$5o]['get']['parameters']['query'];
123673
+ type GetAnvaEmployeesResponse = paths[typeof routeName$5o]['get']['responses'][200]['content']['application/json'];
123674
+ type GetAnvaEmployeesProps = paths[typeof routeName$5o]['get']['parameters'];
123661
123675
  declare const getAnvaEmployees: (props: GetAnvaEmployeesProps, wgApiClient: ClientType) => Promise<GetAnvaEmployeesResponse>;
123662
123676
 
123663
- declare const routeName$5o = "/v1/api/connections/anva/parties";
123664
- type GetAnvaPartiesQueryParams = paths[typeof routeName$5o]['get']['parameters']['query'];
123665
- type GetAnvaPartiesResponse = paths[typeof routeName$5o]['get']['responses'][200]['content']['application/json'];
123666
- type GetAnvaPartiesProps = paths[typeof routeName$5o]['get']['parameters'];
123677
+ declare const routeName$5n = "/v1/api/connections/anva/parties";
123678
+ type GetAnvaPartiesQueryParams = paths[typeof routeName$5n]['get']['parameters']['query'];
123679
+ type GetAnvaPartiesResponse = paths[typeof routeName$5n]['get']['responses'][200]['content']['application/json'];
123680
+ type GetAnvaPartiesProps = paths[typeof routeName$5n]['get']['parameters'];
123667
123681
  declare const getAnvaParties: (props: GetAnvaPartiesProps, wgApiClient: ClientType) => Promise<GetAnvaPartiesResponse>;
123668
123682
 
123669
- declare const routeName$5n = "/v1/api/connections/anva/parties/{anva_id}/import";
123670
- type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5n]['get']['parameters']['path'];
123671
- type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5n]['get']['parameters']['query'];
123672
- type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$5n]['get']['responses'][201]['content']['application/json'];
123673
- type ImportAnvaPartyInWegroupProps = paths[typeof routeName$5n]['get']['parameters'];
123683
+ declare const routeName$5m = "/v1/api/connections/anva/parties/{anva_id}/import";
123684
+ type ImportAnvaPartyInWegroupPathParams = paths[typeof routeName$5m]['get']['parameters']['path'];
123685
+ type ImportAnvaPartyInWegroupQueryParams = paths[typeof routeName$5m]['get']['parameters']['query'];
123686
+ type ImportAnvaPartyInWegroupResponse = paths[typeof routeName$5m]['get']['responses'][201]['content']['application/json'];
123687
+ type ImportAnvaPartyInWegroupProps = paths[typeof routeName$5m]['get']['parameters'];
123674
123688
  declare const importAnvaPartyInWegroup: (props: ImportAnvaPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaPartyInWegroupResponse>;
123675
123689
 
123676
- declare const routeName$5m = "/v1/api/connections/anva/parties/{anva_party_id}/documents";
123677
- type UploadDocumentsInAnvaBody = paths[typeof routeName$5m]['post']['requestBody']['content']['application/json'];
123678
- type UploadDocumentsInAnvaPathParams = paths[typeof routeName$5m]['post']['parameters']['path'];
123679
- type UploadDocumentsInAnvaQueryParams = paths[typeof routeName$5m]['post']['parameters']['query'];
123680
- type UploadDocumentsInAnvaResponse = paths[typeof routeName$5m]['post']['responses'][201]['content']['application/json'];
123690
+ declare const routeName$5l = "/v1/api/connections/anva/parties/{anva_party_id}/documents";
123691
+ type UploadDocumentsInAnvaBody = paths[typeof routeName$5l]['post']['requestBody']['content']['application/json'];
123692
+ type UploadDocumentsInAnvaPathParams = paths[typeof routeName$5l]['post']['parameters']['path'];
123693
+ type UploadDocumentsInAnvaQueryParams = paths[typeof routeName$5l]['post']['parameters']['query'];
123694
+ type UploadDocumentsInAnvaResponse = paths[typeof routeName$5l]['post']['responses'][201]['content']['application/json'];
123681
123695
  interface UploadDocumentsInAnvaProps {
123682
123696
  body: UploadDocumentsInAnvaBody;
123683
123697
  params: {
@@ -123687,25 +123701,25 @@ interface UploadDocumentsInAnvaProps {
123687
123701
  }
123688
123702
  declare const uploadDocumentsInAnva: (props: UploadDocumentsInAnvaProps, wgApiClient: ClientType) => Promise<UploadDocumentsInAnvaResponse>;
123689
123703
 
123690
- declare const routeName$5l = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
123691
- type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$5l]['get']['parameters']['path'];
123692
- type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$5l]['get']['parameters']['query'];
123693
- type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$5l]['get']['responses'][307]['content']['application/json'];
123694
- type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$5l]['get']['parameters'];
123704
+ declare const routeName$5k = "/v1/api/connections/anva/parties/{anva_party_id}/policies/{anva_policy_id}/policy-document/imports";
123705
+ type ImportAnvaInsurancePolicyDocumentInWegroupPathParams = paths[typeof routeName$5k]['get']['parameters']['path'];
123706
+ type ImportAnvaInsurancePolicyDocumentInWegroupQueryParams = paths[typeof routeName$5k]['get']['parameters']['query'];
123707
+ type ImportAnvaInsurancePolicyDocumentInWegroupResponse = paths[typeof routeName$5k]['get']['responses'][307]['content']['application/json'];
123708
+ type ImportAnvaInsurancePolicyDocumentInWegroupProps = paths[typeof routeName$5k]['get']['parameters'];
123695
123709
  declare const importAnvaInsurancePolicyDocumentInWegroup: (props: ImportAnvaInsurancePolicyDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyDocumentInWegroupResponse>;
123696
123710
 
123697
- declare const routeName$5k = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
123698
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$5k]['get']['parameters']['path'];
123699
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$5k]['get']['parameters']['query'];
123700
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$5k]['get']['responses'][307]['content']['application/json'];
123701
- type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$5k]['get']['parameters'];
123711
+ declare const routeName$5j = "/v1/api/connections/anva/parties/{anva_party_id}/policy-packages/{anva_policy_id}/policy-document/imports";
123712
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupPathParams = paths[typeof routeName$5j]['get']['parameters']['path'];
123713
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupQueryParams = paths[typeof routeName$5j]['get']['parameters']['query'];
123714
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse = paths[typeof routeName$5j]['get']['responses'][307]['content']['application/json'];
123715
+ type ImportAnvaInsurancePolicyPackageDocumentInWegroupProps = paths[typeof routeName$5j]['get']['parameters'];
123702
123716
  declare const importAnvaInsurancePolicyPackageDocumentInWegroup: (props: ImportAnvaInsurancePolicyPackageDocumentInWegroupProps, wgApiClient: ClientType) => Promise<ImportAnvaInsurancePolicyPackageDocumentInWegroupResponse>;
123703
123717
 
123704
- declare const routeName$5j = "/v1/api/connections/anva/parties/{anva_party_id}/tasks";
123705
- type CreateAnvaTaskBody = paths[typeof routeName$5j]['post']['requestBody']['content']['application/json'];
123706
- type CreateAnvaTaskPathParams = paths[typeof routeName$5j]['post']['parameters']['path'];
123707
- type CreateAnvaTaskQueryParams = paths[typeof routeName$5j]['post']['parameters']['query'];
123708
- type CreateAnvaTaskResponse = paths[typeof routeName$5j]['post']['responses'][201]['content']['application/json'];
123718
+ declare const routeName$5i = "/v1/api/connections/anva/parties/{anva_party_id}/tasks";
123719
+ type CreateAnvaTaskBody = paths[typeof routeName$5i]['post']['requestBody']['content']['application/json'];
123720
+ type CreateAnvaTaskPathParams = paths[typeof routeName$5i]['post']['parameters']['path'];
123721
+ type CreateAnvaTaskQueryParams = paths[typeof routeName$5i]['post']['parameters']['query'];
123722
+ type CreateAnvaTaskResponse = paths[typeof routeName$5i]['post']['responses'][201]['content']['application/json'];
123709
123723
  interface CreateAnvaTaskProps {
123710
123724
  body: CreateAnvaTaskBody;
123711
123725
  params: {
@@ -123715,15 +123729,15 @@ interface CreateAnvaTaskProps {
123715
123729
  }
123716
123730
  declare const createAnvaTask: (props: CreateAnvaTaskProps, wgApiClient: ClientType) => Promise<CreateAnvaTaskResponse>;
123717
123731
 
123718
- declare const routeName$5i = "/v1/api/connections/anva/products";
123719
- type GetAnvaProductsQueryParams = paths[typeof routeName$5i]['get']['parameters']['query'];
123720
- type GetAnvaProductsResponse = paths[typeof routeName$5i]['get']['responses'][200]['content']['application/json'];
123721
- type GetAnvaProductsProps = paths[typeof routeName$5i]['get']['parameters'];
123732
+ declare const routeName$5h = "/v1/api/connections/anva/products";
123733
+ type GetAnvaProductsQueryParams = paths[typeof routeName$5h]['get']['parameters']['query'];
123734
+ type GetAnvaProductsResponse = paths[typeof routeName$5h]['get']['responses'][200]['content']['application/json'];
123735
+ type GetAnvaProductsProps = paths[typeof routeName$5h]['get']['parameters'];
123722
123736
  declare const getAnvaProducts: (props: GetAnvaProductsProps, wgApiClient: ClientType) => Promise<GetAnvaProductsResponse>;
123723
123737
 
123724
- declare const routeName$5h = "/v1/api/connections/anva/validate";
123725
- type ValidateAnvaConnectionQueryParams = paths[typeof routeName$5h]['post']['parameters']['query'];
123726
- type ValidateAnvaConnectionResponse = paths[typeof routeName$5h]['post']['responses'][200]['content']['application/json'];
123738
+ declare const routeName$5g = "/v1/api/connections/anva/validate";
123739
+ type ValidateAnvaConnectionQueryParams = paths[typeof routeName$5g]['post']['parameters']['query'];
123740
+ type ValidateAnvaConnectionResponse = paths[typeof routeName$5g]['post']['responses'][200]['content']['application/json'];
123727
123741
  interface ValidateAnvaConnectionProps {
123728
123742
  params: {
123729
123743
  query: ValidateAnvaConnectionQueryParams;
@@ -123731,9 +123745,9 @@ interface ValidateAnvaConnectionProps {
123731
123745
  }
123732
123746
  declare const validateAnvaConnection: (props: ValidateAnvaConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaConnectionResponse>;
123733
123747
 
123734
- declare const routeName$5g = "/v1/api/connections/anva_dwh/validate";
123735
- type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$5g]['post']['parameters']['query'];
123736
- type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$5g]['post']['responses'][200]['content']['application/json'];
123748
+ declare const routeName$5f = "/v1/api/connections/anva_dwh/validate";
123749
+ type ValidateAnvaDwhConnectionQueryParams = paths[typeof routeName$5f]['post']['parameters']['query'];
123750
+ type ValidateAnvaDwhConnectionResponse = paths[typeof routeName$5f]['post']['responses'][200]['content']['application/json'];
123737
123751
  interface ValidateAnvaDwhConnectionProps {
123738
123752
  params: {
123739
123753
  query: ValidateAnvaDwhConnectionQueryParams;
@@ -123741,23 +123755,23 @@ interface ValidateAnvaDwhConnectionProps {
123741
123755
  }
123742
123756
  declare const validateAnvaDwhConnection: (props: ValidateAnvaDwhConnectionProps, wgApiClient: ClientType) => Promise<ValidateAnvaDwhConnectionResponse>;
123743
123757
 
123744
- declare const routeName$5f = "/v1/api/connections/assu/employees";
123745
- type GetAssuEmployeesQueryParams = paths[typeof routeName$5f]['get']['parameters']['query'];
123746
- type GetAssuEmployeesResponse = paths[typeof routeName$5f]['get']['responses'][200]['content']['application/json'];
123747
- type GetAssuEmployeesProps = paths[typeof routeName$5f]['get']['parameters'];
123758
+ declare const routeName$5e = "/v1/api/connections/assu/employees";
123759
+ type GetAssuEmployeesQueryParams = paths[typeof routeName$5e]['get']['parameters']['query'];
123760
+ type GetAssuEmployeesResponse = paths[typeof routeName$5e]['get']['responses'][200]['content']['application/json'];
123761
+ type GetAssuEmployeesProps = paths[typeof routeName$5e]['get']['parameters'];
123748
123762
  declare const getAssuEmployees: (props: GetAssuEmployeesProps, wgApiClient: ClientType) => Promise<GetAssuEmployeesResponse>;
123749
123763
 
123750
- declare const routeName$5e = "/v1/api/connections/assu/parties";
123751
- type SearchAssuPartiesQueryParams = paths[typeof routeName$5e]['get']['parameters']['query'];
123752
- type SearchAssuPartiesResponse = paths[typeof routeName$5e]['get']['responses'][200]['content']['application/json'];
123753
- type SearchAssuPartiesProps = paths[typeof routeName$5e]['get']['parameters'];
123764
+ declare const routeName$5d = "/v1/api/connections/assu/parties";
123765
+ type SearchAssuPartiesQueryParams = paths[typeof routeName$5d]['get']['parameters']['query'];
123766
+ type SearchAssuPartiesResponse = paths[typeof routeName$5d]['get']['responses'][200]['content']['application/json'];
123767
+ type SearchAssuPartiesProps = paths[typeof routeName$5d]['get']['parameters'];
123754
123768
  declare const searchAssuParties: (props: SearchAssuPartiesProps, wgApiClient: ClientType) => Promise<SearchAssuPartiesResponse>;
123755
123769
 
123756
- declare const routeName$5d = "/v1/api/connections/assu/parties/{assu_id}/documents";
123757
- type UploadDocumentsInAssuBody = paths[typeof routeName$5d]['post']['requestBody']['content']['application/json'];
123758
- type UploadDocumentsInAssuPathParams = paths[typeof routeName$5d]['post']['parameters']['path'];
123759
- type UploadDocumentsInAssuQueryParams = paths[typeof routeName$5d]['post']['parameters']['query'];
123760
- type UploadDocumentsInAssuResponse = paths[typeof routeName$5d]['post']['responses'][201]['content']['application/json'];
123770
+ declare const routeName$5c = "/v1/api/connections/assu/parties/{assu_id}/documents";
123771
+ type UploadDocumentsInAssuBody = paths[typeof routeName$5c]['post']['requestBody']['content']['application/json'];
123772
+ type UploadDocumentsInAssuPathParams = paths[typeof routeName$5c]['post']['parameters']['path'];
123773
+ type UploadDocumentsInAssuQueryParams = paths[typeof routeName$5c]['post']['parameters']['query'];
123774
+ type UploadDocumentsInAssuResponse = paths[typeof routeName$5c]['post']['responses'][201]['content']['application/json'];
123761
123775
  interface UploadDocumentsInAssuProps {
123762
123776
  body: UploadDocumentsInAssuBody;
123763
123777
  params: {
@@ -123767,18 +123781,18 @@ interface UploadDocumentsInAssuProps {
123767
123781
  }
123768
123782
  declare const uploadDocumentsInAssu: (props: UploadDocumentsInAssuProps, wgApiClient: ClientType) => Promise<UploadDocumentsInAssuResponse>;
123769
123783
 
123770
- declare const routeName$5c = "/v1/api/connections/assu/parties/{assu_id}/import";
123771
- type ImportAssuPartyInWegroupPathParams = paths[typeof routeName$5c]['get']['parameters']['path'];
123772
- type ImportAssuPartyInWegroupQueryParams = paths[typeof routeName$5c]['get']['parameters']['query'];
123773
- type ImportAssuPartyInWegroupResponse = paths[typeof routeName$5c]['get']['responses'][201]['content']['application/json'];
123774
- type ImportAssuPartyInWegroupProps = paths[typeof routeName$5c]['get']['parameters'];
123784
+ declare const routeName$5b = "/v1/api/connections/assu/parties/{assu_id}/import";
123785
+ type ImportAssuPartyInWegroupPathParams = paths[typeof routeName$5b]['get']['parameters']['path'];
123786
+ type ImportAssuPartyInWegroupQueryParams = paths[typeof routeName$5b]['get']['parameters']['query'];
123787
+ type ImportAssuPartyInWegroupResponse = paths[typeof routeName$5b]['get']['responses'][201]['content']['application/json'];
123788
+ type ImportAssuPartyInWegroupProps = paths[typeof routeName$5b]['get']['parameters'];
123775
123789
  declare const importAssuPartyInWegroup: (props: ImportAssuPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportAssuPartyInWegroupResponse>;
123776
123790
 
123777
- declare const routeName$5b = "/v1/api/connections/assu/parties/{assu_id}/tasks";
123778
- type CreateAssuTaskBody = paths[typeof routeName$5b]['post']['requestBody']['content']['application/json'];
123779
- type CreateAssuTaskPathParams = paths[typeof routeName$5b]['post']['parameters']['path'];
123780
- type CreateAssuTaskQueryParams = paths[typeof routeName$5b]['post']['parameters']['query'];
123781
- type CreateAssuTaskResponse = paths[typeof routeName$5b]['post']['responses'][201]['content']['application/json'];
123791
+ declare const routeName$5a = "/v1/api/connections/assu/parties/{assu_id}/tasks";
123792
+ type CreateAssuTaskBody = paths[typeof routeName$5a]['post']['requestBody']['content']['application/json'];
123793
+ type CreateAssuTaskPathParams = paths[typeof routeName$5a]['post']['parameters']['path'];
123794
+ type CreateAssuTaskQueryParams = paths[typeof routeName$5a]['post']['parameters']['query'];
123795
+ type CreateAssuTaskResponse = paths[typeof routeName$5a]['post']['responses'][201]['content']['application/json'];
123782
123796
  interface CreateAssuTaskProps {
123783
123797
  body: CreateAssuTaskBody;
123784
123798
  params: {
@@ -123788,27 +123802,27 @@ interface CreateAssuTaskProps {
123788
123802
  }
123789
123803
  declare const createAssuTask: (props: CreateAssuTaskProps, wgApiClient: ClientType) => Promise<CreateAssuTaskResponse>;
123790
123804
 
123791
- declare const routeName$5a = "/v1/api/connections/dias/afdbranches";
123792
- type GetDiasAfdbranchesResponse = paths[typeof routeName$5a]['get']['responses'][200]['content']['application/json'];
123805
+ declare const routeName$59 = "/v1/api/connections/dias/afdbranches";
123806
+ type GetDiasAfdbranchesResponse = paths[typeof routeName$59]['get']['responses'][200]['content']['application/json'];
123793
123807
  declare const getDiasAfdbranches: (wgApiClient: ClientType) => Promise<GetDiasAfdbranchesResponse>;
123794
123808
 
123795
- declare const routeName$59 = "/v1/api/connections/dias/employees";
123796
- type GetDiasEmployeesQueryParams = paths[typeof routeName$59]['get']['parameters']['query'];
123797
- type GetDiasEmployeesResponse = paths[typeof routeName$59]['get']['responses'][200]['content']['application/json'];
123798
- type GetDiasEmployeesProps = paths[typeof routeName$59]['get']['parameters'];
123809
+ declare const routeName$58 = "/v1/api/connections/dias/employees";
123810
+ type GetDiasEmployeesQueryParams = paths[typeof routeName$58]['get']['parameters']['query'];
123811
+ type GetDiasEmployeesResponse = paths[typeof routeName$58]['get']['responses'][200]['content']['application/json'];
123812
+ type GetDiasEmployeesProps = paths[typeof routeName$58]['get']['parameters'];
123799
123813
  declare const getDiasEmployees: (props: GetDiasEmployeesProps, wgApiClient: ClientType) => Promise<GetDiasEmployeesResponse>;
123800
123814
 
123801
- declare const routeName$58 = "/v1/api/connections/dias/parties";
123802
- type GetDiasPartiesQueryParams = paths[typeof routeName$58]['get']['parameters']['query'];
123803
- type GetDiasPartiesResponse = paths[typeof routeName$58]['get']['responses'][200]['content']['application/json'];
123804
- type GetDiasPartiesProps = paths[typeof routeName$58]['get']['parameters'];
123815
+ declare const routeName$57 = "/v1/api/connections/dias/parties";
123816
+ type GetDiasPartiesQueryParams = paths[typeof routeName$57]['get']['parameters']['query'];
123817
+ type GetDiasPartiesResponse = paths[typeof routeName$57]['get']['responses'][200]['content']['application/json'];
123818
+ type GetDiasPartiesProps = paths[typeof routeName$57]['get']['parameters'];
123805
123819
  declare const getDiasParties: (props: GetDiasPartiesProps, wgApiClient: ClientType) => Promise<GetDiasPartiesResponse>;
123806
123820
 
123807
- declare const routeName$57 = "/v1/api/connections/dias/parties/{dias_id}/documents";
123808
- type UploadDocumentsInDiasBody = paths[typeof routeName$57]['post']['requestBody']['content']['application/json'];
123809
- type UploadDocumentsInDiasPathParams = paths[typeof routeName$57]['post']['parameters']['path'];
123810
- type UploadDocumentsInDiasQueryParams = paths[typeof routeName$57]['post']['parameters']['query'];
123811
- type UploadDocumentsInDiasResponse = paths[typeof routeName$57]['post']['responses'][201]['content']['application/json'];
123821
+ declare const routeName$56 = "/v1/api/connections/dias/parties/{dias_id}/documents";
123822
+ type UploadDocumentsInDiasBody = paths[typeof routeName$56]['post']['requestBody']['content']['application/json'];
123823
+ type UploadDocumentsInDiasPathParams = paths[typeof routeName$56]['post']['parameters']['path'];
123824
+ type UploadDocumentsInDiasQueryParams = paths[typeof routeName$56]['post']['parameters']['query'];
123825
+ type UploadDocumentsInDiasResponse = paths[typeof routeName$56]['post']['responses'][201]['content']['application/json'];
123812
123826
  interface UploadDocumentsInDiasProps {
123813
123827
  body: UploadDocumentsInDiasBody;
123814
123828
  params: {
@@ -123818,18 +123832,18 @@ interface UploadDocumentsInDiasProps {
123818
123832
  }
123819
123833
  declare const uploadDocumentsInDias: (props: UploadDocumentsInDiasProps, wgApiClient: ClientType) => Promise<UploadDocumentsInDiasResponse>;
123820
123834
 
123821
- declare const routeName$56 = "/v1/api/connections/dias/parties/{dias_id}/import";
123822
- type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$56]['get']['parameters']['path'];
123823
- type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$56]['get']['parameters']['query'];
123824
- type ImportDiasPartyInWegroupResponse = paths[typeof routeName$56]['get']['responses'][201]['content']['application/json'];
123825
- type ImportDiasPartyInWegroupProps = paths[typeof routeName$56]['get']['parameters'];
123835
+ declare const routeName$55 = "/v1/api/connections/dias/parties/{dias_id}/import";
123836
+ type ImportDiasPartyInWegroupPathParams = paths[typeof routeName$55]['get']['parameters']['path'];
123837
+ type ImportDiasPartyInWegroupQueryParams = paths[typeof routeName$55]['get']['parameters']['query'];
123838
+ type ImportDiasPartyInWegroupResponse = paths[typeof routeName$55]['get']['responses'][201]['content']['application/json'];
123839
+ type ImportDiasPartyInWegroupProps = paths[typeof routeName$55]['get']['parameters'];
123826
123840
  declare const importDiasPartyInWegroup: (props: ImportDiasPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportDiasPartyInWegroupResponse>;
123827
123841
 
123828
- declare const routeName$55 = "/v1/api/connections/dias/parties/{dias_id}/tasks";
123829
- type CreateDiasTaskBody = paths[typeof routeName$55]['post']['requestBody']['content']['application/json'];
123830
- type CreateDiasTaskPathParams = paths[typeof routeName$55]['post']['parameters']['path'];
123831
- type CreateDiasTaskQueryParams = paths[typeof routeName$55]['post']['parameters']['query'];
123832
- type CreateDiasTaskResponse = paths[typeof routeName$55]['post']['responses'][201]['content']['application/json'];
123842
+ declare const routeName$54 = "/v1/api/connections/dias/parties/{dias_id}/tasks";
123843
+ type CreateDiasTaskBody = paths[typeof routeName$54]['post']['requestBody']['content']['application/json'];
123844
+ type CreateDiasTaskPathParams = paths[typeof routeName$54]['post']['parameters']['path'];
123845
+ type CreateDiasTaskQueryParams = paths[typeof routeName$54]['post']['parameters']['query'];
123846
+ type CreateDiasTaskResponse = paths[typeof routeName$54]['post']['responses'][201]['content']['application/json'];
123833
123847
  interface CreateDiasTaskProps {
123834
123848
  body: CreateDiasTaskBody;
123835
123849
  params: {
@@ -123839,37 +123853,37 @@ interface CreateDiasTaskProps {
123839
123853
  }
123840
123854
  declare const createDiasTask: (props: CreateDiasTaskProps, wgApiClient: ClientType) => Promise<CreateDiasTaskResponse>;
123841
123855
 
123842
- declare const routeName$54 = "/v1/api/connections/dias/party-salutations";
123843
- type GetDiasPartySalutationsResponse = paths[typeof routeName$54]['get']['responses'][200]['content']['application/json'];
123856
+ declare const routeName$53 = "/v1/api/connections/dias/party-salutations";
123857
+ type GetDiasPartySalutationsResponse = paths[typeof routeName$53]['get']['responses'][200]['content']['application/json'];
123844
123858
  declare const getDiasPartySalutations: (wgApiClient: ClientType) => Promise<GetDiasPartySalutationsResponse>;
123845
123859
 
123846
- declare const routeName$53 = "/v1/api/connections/dias/party-titles";
123847
- type GetDiasPartyTitlesResponse = paths[typeof routeName$53]['get']['responses'][200]['content']['application/json'];
123860
+ declare const routeName$52 = "/v1/api/connections/dias/party-titles";
123861
+ type GetDiasPartyTitlesResponse = paths[typeof routeName$52]['get']['responses'][200]['content']['application/json'];
123848
123862
  declare const getDiasPartyTitles: (wgApiClient: ClientType) => Promise<GetDiasPartyTitlesResponse>;
123849
123863
 
123850
- declare const routeName$52 = "/v1/api/connections/dias/products";
123851
- type GetDiasProductsQueryParams = paths[typeof routeName$52]['get']['parameters']['query'];
123852
- type GetDiasProductsResponse = paths[typeof routeName$52]['get']['responses'][200]['content']['application/json'];
123853
- type GetDiasProductsProps = paths[typeof routeName$52]['get']['parameters'];
123864
+ declare const routeName$51 = "/v1/api/connections/dias/products";
123865
+ type GetDiasProductsQueryParams = paths[typeof routeName$51]['get']['parameters']['query'];
123866
+ type GetDiasProductsResponse = paths[typeof routeName$51]['get']['responses'][200]['content']['application/json'];
123867
+ type GetDiasProductsProps = paths[typeof routeName$51]['get']['parameters'];
123854
123868
  declare const getDiasProducts: (props: GetDiasProductsProps, wgApiClient: ClientType) => Promise<GetDiasProductsResponse>;
123855
123869
 
123856
- declare const routeName$51 = "/v1/api/connections/fasterforward/employees";
123857
- type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$51]['get']['parameters']['query'];
123858
- type GetFasterforwardEmployeesResponse = paths[typeof routeName$51]['get']['responses'][200]['content']['application/json'];
123859
- type GetFasterforwardEmployeesProps = paths[typeof routeName$51]['get']['parameters'];
123870
+ declare const routeName$50 = "/v1/api/connections/fasterforward/employees";
123871
+ type GetFasterforwardEmployeesQueryParams = paths[typeof routeName$50]['get']['parameters']['query'];
123872
+ type GetFasterforwardEmployeesResponse = paths[typeof routeName$50]['get']['responses'][200]['content']['application/json'];
123873
+ type GetFasterforwardEmployeesProps = paths[typeof routeName$50]['get']['parameters'];
123860
123874
  declare const getFasterforwardEmployees: (props: GetFasterforwardEmployeesProps, wgApiClient: ClientType) => Promise<GetFasterforwardEmployeesResponse>;
123861
123875
 
123862
- declare const routeName$50 = "/v1/api/connections/fasterforward/parties";
123863
- type SearchFasterforwardPartiesQueryParams = paths[typeof routeName$50]['get']['parameters']['query'];
123864
- type SearchFasterforwardPartiesResponse = paths[typeof routeName$50]['get']['responses'][200]['content']['application/json'];
123865
- type SearchFasterforwardPartiesProps = paths[typeof routeName$50]['get']['parameters'];
123876
+ declare const routeName$4$ = "/v1/api/connections/fasterforward/parties";
123877
+ type SearchFasterforwardPartiesQueryParams = paths[typeof routeName$4$]['get']['parameters']['query'];
123878
+ type SearchFasterforwardPartiesResponse = paths[typeof routeName$4$]['get']['responses'][200]['content']['application/json'];
123879
+ type SearchFasterforwardPartiesProps = paths[typeof routeName$4$]['get']['parameters'];
123866
123880
  declare const searchFasterforwardParties: (props: SearchFasterforwardPartiesProps, wgApiClient: ClientType) => Promise<SearchFasterforwardPartiesResponse>;
123867
123881
 
123868
- declare const routeName$4$ = "/v1/api/connections/fasterforward/parties/{fasterforward_id}/documents";
123869
- type UploadDocumentsInFasterforwardBody = paths[typeof routeName$4$]['post']['requestBody']['content']['application/json'];
123870
- type UploadDocumentsInFasterforwardPathParams = paths[typeof routeName$4$]['post']['parameters']['path'];
123871
- type UploadDocumentsInFasterforwardQueryParams = paths[typeof routeName$4$]['post']['parameters']['query'];
123872
- type UploadDocumentsInFasterforwardResponse = paths[typeof routeName$4$]['post']['responses'][201]['content']['application/json'];
123882
+ declare const routeName$4_ = "/v1/api/connections/fasterforward/parties/{fasterforward_id}/documents";
123883
+ type UploadDocumentsInFasterforwardBody = paths[typeof routeName$4_]['post']['requestBody']['content']['application/json'];
123884
+ type UploadDocumentsInFasterforwardPathParams = paths[typeof routeName$4_]['post']['parameters']['path'];
123885
+ type UploadDocumentsInFasterforwardQueryParams = paths[typeof routeName$4_]['post']['parameters']['query'];
123886
+ type UploadDocumentsInFasterforwardResponse = paths[typeof routeName$4_]['post']['responses'][201]['content']['application/json'];
123873
123887
  interface UploadDocumentsInFasterforwardProps {
123874
123888
  body: UploadDocumentsInFasterforwardBody;
123875
123889
  params: {
@@ -123879,18 +123893,18 @@ interface UploadDocumentsInFasterforwardProps {
123879
123893
  }
123880
123894
  declare const uploadDocumentsInFasterforward: (props: UploadDocumentsInFasterforwardProps, wgApiClient: ClientType) => Promise<UploadDocumentsInFasterforwardResponse>;
123881
123895
 
123882
- declare const routeName$4_ = "/v1/api/connections/fasterforward/parties/{fasterforward_id}/import";
123883
- type ImportFasterforwardPartyInWegroupPathParams = paths[typeof routeName$4_]['get']['parameters']['path'];
123884
- type ImportFasterforwardPartyInWegroupQueryParams = paths[typeof routeName$4_]['get']['parameters']['query'];
123885
- type ImportFasterforwardPartyInWegroupResponse = paths[typeof routeName$4_]['get']['responses'][201]['content']['application/json'];
123886
- type ImportFasterforwardPartyInWegroupProps = paths[typeof routeName$4_]['get']['parameters'];
123896
+ declare const routeName$4Z = "/v1/api/connections/fasterforward/parties/{fasterforward_id}/import";
123897
+ type ImportFasterforwardPartyInWegroupPathParams = paths[typeof routeName$4Z]['get']['parameters']['path'];
123898
+ type ImportFasterforwardPartyInWegroupQueryParams = paths[typeof routeName$4Z]['get']['parameters']['query'];
123899
+ type ImportFasterforwardPartyInWegroupResponse = paths[typeof routeName$4Z]['get']['responses'][201]['content']['application/json'];
123900
+ type ImportFasterforwardPartyInWegroupProps = paths[typeof routeName$4Z]['get']['parameters'];
123887
123901
  declare const importFasterforwardPartyInWegroup: (props: ImportFasterforwardPartyInWegroupProps, wgApiClient: ClientType) => Promise<ImportFasterforwardPartyInWegroupResponse>;
123888
123902
 
123889
- declare const routeName$4Z = "/v1/api/connections/fasterforward/parties/{fasterforward_id}/tasks";
123890
- type CreateFasterforwardTaskBody = paths[typeof routeName$4Z]['post']['requestBody']['content']['application/json'];
123891
- type CreateFasterforwardTaskPathParams = paths[typeof routeName$4Z]['post']['parameters']['path'];
123892
- type CreateFasterforwardTaskQueryParams = paths[typeof routeName$4Z]['post']['parameters']['query'];
123893
- type CreateFasterforwardTaskResponse = paths[typeof routeName$4Z]['post']['responses'][201]['content']['application/json'];
123903
+ declare const routeName$4Y = "/v1/api/connections/fasterforward/parties/{fasterforward_id}/tasks";
123904
+ type CreateFasterforwardTaskBody = paths[typeof routeName$4Y]['post']['requestBody']['content']['application/json'];
123905
+ type CreateFasterforwardTaskPathParams = paths[typeof routeName$4Y]['post']['parameters']['path'];
123906
+ type CreateFasterforwardTaskQueryParams = paths[typeof routeName$4Y]['post']['parameters']['query'];
123907
+ type CreateFasterforwardTaskResponse = paths[typeof routeName$4Y]['post']['responses'][201]['content']['application/json'];
123894
123908
  interface CreateFasterforwardTaskProps {
123895
123909
  body: CreateFasterforwardTaskBody;
123896
123910
  params: {
@@ -123900,15 +123914,15 @@ interface CreateFasterforwardTaskProps {
123900
123914
  }
123901
123915
  declare const createFasterforwardTask: (props: CreateFasterforwardTaskProps, wgApiClient: ClientType) => Promise<CreateFasterforwardTaskResponse>;
123902
123916
 
123903
- declare const routeName$4Y = "/v1/api/connections/fasterforward/teams";
123904
- type GetFasterforwardTeamsQueryParams = paths[typeof routeName$4Y]['get']['parameters']['query'];
123905
- type GetFasterforwardTeamsResponse = paths[typeof routeName$4Y]['get']['responses'][200]['content']['application/json'];
123906
- type GetFasterforwardTeamsProps = paths[typeof routeName$4Y]['get']['parameters'];
123917
+ declare const routeName$4X = "/v1/api/connections/fasterforward/teams";
123918
+ type GetFasterforwardTeamsQueryParams = paths[typeof routeName$4X]['get']['parameters']['query'];
123919
+ type GetFasterforwardTeamsResponse = paths[typeof routeName$4X]['get']['responses'][200]['content']['application/json'];
123920
+ type GetFasterforwardTeamsProps = paths[typeof routeName$4X]['get']['parameters'];
123907
123921
  declare const getFasterforwardTeams: (props: GetFasterforwardTeamsProps, wgApiClient: ClientType) => Promise<GetFasterforwardTeamsResponse>;
123908
123922
 
123909
- declare const routeName$4X = "/v1/api/connections/fasterforward/validate";
123910
- type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$4X]['post']['parameters']['query'];
123911
- type ValidateFasterforwardConnectionResponse = paths[typeof routeName$4X]['post']['responses'][200]['content']['application/json'];
123923
+ declare const routeName$4W = "/v1/api/connections/fasterforward/validate";
123924
+ type ValidateFasterforwardConnectionQueryParams = paths[typeof routeName$4W]['post']['parameters']['query'];
123925
+ type ValidateFasterforwardConnectionResponse = paths[typeof routeName$4W]['post']['responses'][200]['content']['application/json'];
123912
123926
  interface ValidateFasterforwardConnectionProps {
123913
123927
  params: {
123914
123928
  query: ValidateFasterforwardConnectionQueryParams;
@@ -123916,41 +123930,41 @@ interface ValidateFasterforwardConnectionProps {
123916
123930
  }
123917
123931
  declare const validateFasterforwardConnection: (props: ValidateFasterforwardConnectionProps, wgApiClient: ClientType) => Promise<ValidateFasterforwardConnectionResponse>;
123918
123932
 
123919
- declare const routeName$4W = "/v1/api/connections/outlook";
123920
- type GetOutlookConnectionDetailsQueryParams = paths[typeof routeName$4W]['get']['parameters']['query'];
123921
- type GetOutlookConnectionDetailsResponse = paths[typeof routeName$4W]['get']['responses'][200]['content']['application/json'];
123922
- type GetOutlookConnectionDetailsProps = paths[typeof routeName$4W]['get']['parameters'];
123933
+ declare const routeName$4V = "/v1/api/connections/outlook";
123934
+ type GetOutlookConnectionDetailsQueryParams = paths[typeof routeName$4V]['get']['parameters']['query'];
123935
+ type GetOutlookConnectionDetailsResponse = paths[typeof routeName$4V]['get']['responses'][200]['content']['application/json'];
123936
+ type GetOutlookConnectionDetailsProps = paths[typeof routeName$4V]['get']['parameters'];
123923
123937
  declare const getOutlookConnectionDetails: (props: GetOutlookConnectionDetailsProps, wgApiClient: ClientType) => Promise<GetOutlookConnectionDetailsResponse>;
123924
123938
 
123925
- declare const routeName$4V = "/v1/api/connections/outlook/mailfolders";
123926
- type GetOutlookMailfoldersQueryParams = paths[typeof routeName$4V]['get']['parameters']['query'];
123927
- type GetOutlookMailfoldersResponse = paths[typeof routeName$4V]['get']['responses'][200]['content']['application/json'];
123928
- type GetOutlookMailfoldersProps = paths[typeof routeName$4V]['get']['parameters'];
123939
+ declare const routeName$4U = "/v1/api/connections/outlook/mailfolders";
123940
+ type GetOutlookMailfoldersQueryParams = paths[typeof routeName$4U]['get']['parameters']['query'];
123941
+ type GetOutlookMailfoldersResponse = paths[typeof routeName$4U]['get']['responses'][200]['content']['application/json'];
123942
+ type GetOutlookMailfoldersProps = paths[typeof routeName$4U]['get']['parameters'];
123929
123943
  declare const getOutlookMailfolders: (props: GetOutlookMailfoldersProps, wgApiClient: ClientType) => Promise<GetOutlookMailfoldersResponse>;
123930
123944
 
123931
- declare const routeName$4U = "/v1/api/connections/outlook/mails";
123932
- type GetOutlookMailsQueryParams = paths[typeof routeName$4U]['get']['parameters']['query'];
123933
- type GetOutlookMailsResponse = paths[typeof routeName$4U]['get']['responses'][200]['content']['application/json'];
123934
- type GetOutlookMailsProps = paths[typeof routeName$4U]['get']['parameters'];
123945
+ declare const routeName$4T = "/v1/api/connections/outlook/mails";
123946
+ type GetOutlookMailsQueryParams = paths[typeof routeName$4T]['get']['parameters']['query'];
123947
+ type GetOutlookMailsResponse = paths[typeof routeName$4T]['get']['responses'][200]['content']['application/json'];
123948
+ type GetOutlookMailsProps = paths[typeof routeName$4T]['get']['parameters'];
123935
123949
  declare const getOutlookMails: (props: GetOutlookMailsProps, wgApiClient: ClientType) => Promise<GetOutlookMailsResponse>;
123936
123950
 
123937
- declare const routeName$4T = "/v1/api/connections/outlook/mails-by-outlook-message-id/{id}";
123938
- type GetOutlookMailByOutlookMessageIdPathParams = paths[typeof routeName$4T]['get']['parameters']['path'];
123939
- type GetOutlookMailByOutlookMessageIdQueryParams = paths[typeof routeName$4T]['get']['parameters']['query'];
123940
- type GetOutlookMailByOutlookMessageIdResponse = paths[typeof routeName$4T]['get']['responses'][200]['content']['application/json'];
123941
- type GetOutlookMailByOutlookMessageIdProps = paths[typeof routeName$4T]['get']['parameters'];
123951
+ declare const routeName$4S = "/v1/api/connections/outlook/mails-by-outlook-message-id/{id}";
123952
+ type GetOutlookMailByOutlookMessageIdPathParams = paths[typeof routeName$4S]['get']['parameters']['path'];
123953
+ type GetOutlookMailByOutlookMessageIdQueryParams = paths[typeof routeName$4S]['get']['parameters']['query'];
123954
+ type GetOutlookMailByOutlookMessageIdResponse = paths[typeof routeName$4S]['get']['responses'][200]['content']['application/json'];
123955
+ type GetOutlookMailByOutlookMessageIdProps = paths[typeof routeName$4S]['get']['parameters'];
123942
123956
  declare const getOutlookMailByOutlookMessageId: (props: GetOutlookMailByOutlookMessageIdProps, wgApiClient: ClientType) => Promise<GetOutlookMailByOutlookMessageIdResponse>;
123943
123957
 
123944
- declare const routeName$4S = "/v1/api/connections/outlook/mails/{id}";
123945
- type GetOutlookMailByIdPathParams = paths[typeof routeName$4S]['get']['parameters']['path'];
123946
- type GetOutlookMailByIdQueryParams = paths[typeof routeName$4S]['get']['parameters']['query'];
123947
- type GetOutlookMailByIdResponse = paths[typeof routeName$4S]['get']['responses'][200]['content']['application/json'];
123948
- type GetOutlookMailByIdProps = paths[typeof routeName$4S]['get']['parameters'];
123958
+ declare const routeName$4R = "/v1/api/connections/outlook/mails/{id}";
123959
+ type GetOutlookMailByIdPathParams = paths[typeof routeName$4R]['get']['parameters']['path'];
123960
+ type GetOutlookMailByIdQueryParams = paths[typeof routeName$4R]['get']['parameters']['query'];
123961
+ type GetOutlookMailByIdResponse = paths[typeof routeName$4R]['get']['responses'][200]['content']['application/json'];
123962
+ type GetOutlookMailByIdProps = paths[typeof routeName$4R]['get']['parameters'];
123949
123963
  declare const getOutlookMailById: (props: GetOutlookMailByIdProps, wgApiClient: ClientType) => Promise<GetOutlookMailByIdResponse>;
123950
123964
 
123951
- declare const routeName$4R = "/v1/api/connections/outlook/sync";
123952
- type OutlookConnectionSyncQueryParams = paths[typeof routeName$4R]['post']['parameters']['query'];
123953
- type OutlookConnectionSyncResponse = paths[typeof routeName$4R]['post']['responses'][200]['content']['application/json'];
123965
+ declare const routeName$4Q = "/v1/api/connections/outlook/sync";
123966
+ type OutlookConnectionSyncQueryParams = paths[typeof routeName$4Q]['post']['parameters']['query'];
123967
+ type OutlookConnectionSyncResponse = paths[typeof routeName$4Q]['post']['responses'][200]['content']['application/json'];
123954
123968
  interface OutlookConnectionSyncProps {
123955
123969
  params: {
123956
123970
  query: OutlookConnectionSyncQueryParams;
@@ -123958,10 +123972,10 @@ interface OutlookConnectionSyncProps {
123958
123972
  }
123959
123973
  declare const outlookConnectionSync: (props: OutlookConnectionSyncProps, wgApiClient: ClientType) => Promise<OutlookConnectionSyncResponse>;
123960
123974
 
123961
- declare const routeName$4Q = "/v1/api/connections/outlook/sync/activate";
123962
- type ActivateOutlookConnectionSyncBody = paths[typeof routeName$4Q]['post']['requestBody']['content']['application/json'];
123963
- type ActivateOutlookConnectionSyncQueryParams = paths[typeof routeName$4Q]['post']['parameters']['query'];
123964
- type ActivateOutlookConnectionSyncResponse = paths[typeof routeName$4Q]['post']['responses'][200]['content']['application/json'];
123975
+ declare const routeName$4P = "/v1/api/connections/outlook/sync/activate";
123976
+ type ActivateOutlookConnectionSyncBody = paths[typeof routeName$4P]['post']['requestBody']['content']['application/json'];
123977
+ type ActivateOutlookConnectionSyncQueryParams = paths[typeof routeName$4P]['post']['parameters']['query'];
123978
+ type ActivateOutlookConnectionSyncResponse = paths[typeof routeName$4P]['post']['responses'][200]['content']['application/json'];
123965
123979
  interface ActivateOutlookConnectionSyncProps {
123966
123980
  body: ActivateOutlookConnectionSyncBody;
123967
123981
  params: {
@@ -123970,10 +123984,10 @@ interface ActivateOutlookConnectionSyncProps {
123970
123984
  }
123971
123985
  declare const activateOutlookConnectionSync: (props: ActivateOutlookConnectionSyncProps, wgApiClient: ClientType) => Promise<ActivateOutlookConnectionSyncResponse>;
123972
123986
 
123973
- declare const routeName$4P = "/v1/api/connections/outlook/sync/deactivate";
123974
- type DeactivateOutlookConnectionSyncBody = paths[typeof routeName$4P]['post']['requestBody']['content']['application/json'];
123975
- type DeactivateOutlookConnectionSyncQueryParams = paths[typeof routeName$4P]['post']['parameters']['query'];
123976
- type DeactivateOutlookConnectionSyncResponse = paths[typeof routeName$4P]['post']['responses'][200]['content']['application/json'];
123987
+ declare const routeName$4O = "/v1/api/connections/outlook/sync/deactivate";
123988
+ type DeactivateOutlookConnectionSyncBody = paths[typeof routeName$4O]['post']['requestBody']['content']['application/json'];
123989
+ type DeactivateOutlookConnectionSyncQueryParams = paths[typeof routeName$4O]['post']['parameters']['query'];
123990
+ type DeactivateOutlookConnectionSyncResponse = paths[typeof routeName$4O]['post']['responses'][200]['content']['application/json'];
123977
123991
  interface DeactivateOutlookConnectionSyncProps {
123978
123992
  body: DeactivateOutlookConnectionSyncBody;
123979
123993
  params: {
@@ -123982,17 +123996,17 @@ interface DeactivateOutlookConnectionSyncProps {
123982
123996
  }
123983
123997
  declare const deactivateOutlookConnectionSync: (props: DeactivateOutlookConnectionSyncProps, wgApiClient: ClientType) => Promise<DeactivateOutlookConnectionSyncResponse>;
123984
123998
 
123985
- declare const routeName$4O = "/v1/api/distributions/{distribution_id}/connections";
123986
- type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$4O]['get']['parameters']['path'];
123987
- type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$4O]['get']['parameters']['query'];
123988
- type GetDistributionConnectionsByIdResponse = paths[typeof routeName$4O]['get']['responses'][200]['content']['application/json'];
123989
- type GetDistributionConnectionsByIdProps = paths[typeof routeName$4O]['get']['parameters'];
123999
+ declare const routeName$4N = "/v1/api/distributions/{distribution_id}/connections";
124000
+ type GetDistributionConnectionsByIdPathParams = paths[typeof routeName$4N]['get']['parameters']['path'];
124001
+ type GetDistributionConnectionsByIdQueryParams = paths[typeof routeName$4N]['get']['parameters']['query'];
124002
+ type GetDistributionConnectionsByIdResponse = paths[typeof routeName$4N]['get']['responses'][200]['content']['application/json'];
124003
+ type GetDistributionConnectionsByIdProps = paths[typeof routeName$4N]['get']['parameters'];
123990
124004
  declare const getDistributionConnectionsById: (props: GetDistributionConnectionsByIdProps, wgApiClient: ClientType) => Promise<GetDistributionConnectionsByIdResponse>;
123991
124005
 
123992
- declare const routeName$4N = "/v1/api/distributions/{distribution_id}/connections/{key}";
123993
- type CreateDistributionConnectionByIdBody = paths[typeof routeName$4N]['post']['requestBody']['content']['application/json'];
123994
- type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$4N]['post']['parameters']['path'];
123995
- type CreateDistributionConnectionByIdResponse = paths[typeof routeName$4N]['post']['responses'][201]['content']['application/json'];
124006
+ declare const routeName$4M = "/v1/api/distributions/{distribution_id}/connections/{key}";
124007
+ type CreateDistributionConnectionByIdBody = paths[typeof routeName$4M]['post']['requestBody']['content']['application/json'];
124008
+ type CreateDistributionConnectionByIdPathParams = paths[typeof routeName$4M]['post']['parameters']['path'];
124009
+ type CreateDistributionConnectionByIdResponse = paths[typeof routeName$4M]['post']['responses'][201]['content']['application/json'];
123996
124010
  interface CreateDistributionConnectionByIdProps {
123997
124011
  body: CreateDistributionConnectionByIdBody;
123998
124012
  params: {
@@ -124001,9 +124015,9 @@ interface CreateDistributionConnectionByIdProps {
124001
124015
  }
124002
124016
  declare const createDistributionConnectionById: (props: CreateDistributionConnectionByIdProps, wgApiClient: ClientType) => Promise<CreateDistributionConnectionByIdResponse>;
124003
124017
 
124004
- declare const routeName$4M = "/v1/api/distributions/{distribution_id}/connections/{key}";
124005
- type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$4M]['delete']['parameters']['path'];
124006
- type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$4M]['delete']['responses'][200]['content']['application/json'];
124018
+ declare const routeName$4L = "/v1/api/distributions/{distribution_id}/connections/{key}";
124019
+ type DeleteDistributionConnectionByKeyPathParams = paths[typeof routeName$4L]['delete']['parameters']['path'];
124020
+ type DeleteDistributionConnectionByKeyResponse = paths[typeof routeName$4L]['delete']['responses'][200]['content']['application/json'];
124007
124021
  interface DeleteDistributionConnectionByKeyProps {
124008
124022
  params: {
124009
124023
  path: DeleteDistributionConnectionByKeyPathParams;
@@ -124011,10 +124025,10 @@ interface DeleteDistributionConnectionByKeyProps {
124011
124025
  }
124012
124026
  declare const deleteDistributionConnectionByKey: (props: DeleteDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<DeleteDistributionConnectionByKeyResponse>;
124013
124027
 
124014
- declare const routeName$4L = "/v1/api/distributions/{distribution_id}/connections/{key}";
124015
- type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$4L]['patch']['requestBody']['content']['application/json'];
124016
- type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$4L]['patch']['parameters']['path'];
124017
- type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$4L]['patch']['responses'][200]['content']['application/json'];
124028
+ declare const routeName$4K = "/v1/api/distributions/{distribution_id}/connections/{key}";
124029
+ type UpdateDistributionConnectionByKeyBody = paths[typeof routeName$4K]['patch']['requestBody']['content']['application/json'];
124030
+ type UpdateDistributionConnectionByKeyPathParams = paths[typeof routeName$4K]['patch']['parameters']['path'];
124031
+ type UpdateDistributionConnectionByKeyResponse = paths[typeof routeName$4K]['patch']['responses'][200]['content']['application/json'];
124018
124032
  interface UpdateDistributionConnectionByKeyProps {
124019
124033
  body: UpdateDistributionConnectionByKeyBody;
124020
124034
  params: {
@@ -124023,9 +124037,9 @@ interface UpdateDistributionConnectionByKeyProps {
124023
124037
  }
124024
124038
  declare const updateDistributionConnectionByKey: (props: UpdateDistributionConnectionByKeyProps, wgApiClient: ClientType) => Promise<UpdateDistributionConnectionByKeyResponse>;
124025
124039
 
124026
- declare const routeName$4K = "/v1/api/integrations/anva/validate";
124027
- type DeprecatedValidateAnvaConnectionQueryParams = paths[typeof routeName$4K]['post']['parameters']['query'];
124028
- type DeprecatedValidateAnvaConnectionResponse = paths[typeof routeName$4K]['post']['responses'][200]['content']['application/json'];
124040
+ declare const routeName$4J = "/v1/api/integrations/anva/validate";
124041
+ type DeprecatedValidateAnvaConnectionQueryParams = paths[typeof routeName$4J]['post']['parameters']['query'];
124042
+ type DeprecatedValidateAnvaConnectionResponse = paths[typeof routeName$4J]['post']['responses'][200]['content']['application/json'];
124029
124043
  interface DeprecatedValidateAnvaConnectionProps {
124030
124044
  params: {
124031
124045
  query: DeprecatedValidateAnvaConnectionQueryParams;
@@ -124033,22 +124047,22 @@ interface DeprecatedValidateAnvaConnectionProps {
124033
124047
  }
124034
124048
  declare const deprecatedValidateAnvaConnection: (props: DeprecatedValidateAnvaConnectionProps, wgApiClient: ClientType) => Promise<DeprecatedValidateAnvaConnectionResponse>;
124035
124049
 
124036
- declare const routeName$4J = "/v1/api/campaign-templates";
124037
- type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$4J]['get']['parameters']['query'];
124038
- type GetAllCampaignTemplatesResponse = paths[typeof routeName$4J]['get']['responses'][200]['content']['application/json'];
124039
- type GetAllCampaignTemplatesProps = paths[typeof routeName$4J]['get']['parameters'];
124050
+ declare const routeName$4I = "/v1/api/campaign-templates";
124051
+ type GetAllCampaignTemplatesQueryParams = paths[typeof routeName$4I]['get']['parameters']['query'];
124052
+ type GetAllCampaignTemplatesResponse = paths[typeof routeName$4I]['get']['responses'][200]['content']['application/json'];
124053
+ type GetAllCampaignTemplatesProps = paths[typeof routeName$4I]['get']['parameters'];
124040
124054
  declare const getAllCampaignTemplates: (props: GetAllCampaignTemplatesProps, wgApiClient: ClientType) => Promise<GetAllCampaignTemplatesResponse>;
124041
124055
 
124042
- declare const routeName$4I = "/v1/api/campaigns";
124043
- type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$4I]['get']['parameters']['query'];
124044
- type GetAllCampaignsByDistributionResponse = paths[typeof routeName$4I]['get']['responses'][200]['content']['application/json'];
124045
- type GetAllCampaignsByDistributionProps = paths[typeof routeName$4I]['get']['parameters'];
124056
+ declare const routeName$4H = "/v1/api/campaigns";
124057
+ type GetAllCampaignsByDistributionQueryParams = paths[typeof routeName$4H]['get']['parameters']['query'];
124058
+ type GetAllCampaignsByDistributionResponse = paths[typeof routeName$4H]['get']['responses'][200]['content']['application/json'];
124059
+ type GetAllCampaignsByDistributionProps = paths[typeof routeName$4H]['get']['parameters'];
124046
124060
  declare const getAllCampaignsByDistribution: (props: GetAllCampaignsByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCampaignsByDistributionResponse>;
124047
124061
 
124048
- declare const routeName$4H = "/v1/api/campaigns";
124049
- type CreateCampaignBody = paths[typeof routeName$4H]['post']['requestBody']['content']['application/json'];
124050
- type CreateCampaignQueryParams = paths[typeof routeName$4H]['post']['parameters']['query'];
124051
- type CreateCampaignResponse = paths[typeof routeName$4H]['post']['responses'][201]['content']['application/json'];
124062
+ declare const routeName$4G = "/v1/api/campaigns";
124063
+ type CreateCampaignBody = paths[typeof routeName$4G]['post']['requestBody']['content']['application/json'];
124064
+ type CreateCampaignQueryParams = paths[typeof routeName$4G]['post']['parameters']['query'];
124065
+ type CreateCampaignResponse = paths[typeof routeName$4G]['post']['responses'][201]['content']['application/json'];
124052
124066
  interface CreateCampaignProps {
124053
124067
  body: CreateCampaignBody;
124054
124068
  params: {
@@ -124057,10 +124071,10 @@ interface CreateCampaignProps {
124057
124071
  }
124058
124072
  declare const createCampaign: (props: CreateCampaignProps, wgApiClient: ClientType) => Promise<CreateCampaignResponse>;
124059
124073
 
124060
- declare const routeName$4G = "/v1/api/campaigns/dns-prefixes/generate";
124061
- type GenerateDnsPrefixBody = paths[typeof routeName$4G]['post']['requestBody']['content']['application/json'];
124062
- type GenerateDnsPrefixQueryParams = paths[typeof routeName$4G]['post']['parameters']['query'];
124063
- type GenerateDnsPrefixResponse = paths[typeof routeName$4G]['post']['responses'][200]['content']['application/json'];
124074
+ declare const routeName$4F = "/v1/api/campaigns/dns-prefixes/generate";
124075
+ type GenerateDnsPrefixBody = paths[typeof routeName$4F]['post']['requestBody']['content']['application/json'];
124076
+ type GenerateDnsPrefixQueryParams = paths[typeof routeName$4F]['post']['parameters']['query'];
124077
+ type GenerateDnsPrefixResponse = paths[typeof routeName$4F]['post']['responses'][200]['content']['application/json'];
124064
124078
  interface GenerateDnsPrefixProps {
124065
124079
  body: GenerateDnsPrefixBody;
124066
124080
  params: {
@@ -124069,9 +124083,9 @@ interface GenerateDnsPrefixProps {
124069
124083
  }
124070
124084
  declare const generateDnsPrefix: (props: GenerateDnsPrefixProps, wgApiClient: ClientType) => Promise<GenerateDnsPrefixResponse>;
124071
124085
 
124072
- declare const routeName$4F = "/v1/api/campaigns/example-mails";
124073
- type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$4F]['post']['parameters']['query'];
124074
- type SendExampleCampaignTargetMailResponse = paths[typeof routeName$4F]['post']['responses'][201]['content']['application/json'];
124086
+ declare const routeName$4E = "/v1/api/campaigns/example-mails";
124087
+ type SendExampleCampaignTargetMailQueryParams = paths[typeof routeName$4E]['post']['parameters']['query'];
124088
+ type SendExampleCampaignTargetMailResponse = paths[typeof routeName$4E]['post']['responses'][201]['content']['application/json'];
124075
124089
  interface SendExampleCampaignTargetMailProps {
124076
124090
  params: {
124077
124091
  query: SendExampleCampaignTargetMailQueryParams;
@@ -124079,18 +124093,18 @@ interface SendExampleCampaignTargetMailProps {
124079
124093
  }
124080
124094
  declare const sendExampleCampaignTargetMail: (props: SendExampleCampaignTargetMailProps, wgApiClient: ClientType) => Promise<SendExampleCampaignTargetMailResponse>;
124081
124095
 
124082
- declare const routeName$4E = "/v1/api/campaigns/{campaign_id}";
124083
- type GetCampaignByIdPathParams = paths[typeof routeName$4E]['get']['parameters']['path'];
124084
- type GetCampaignByIdQueryParams = paths[typeof routeName$4E]['get']['parameters']['query'];
124085
- type GetCampaignByIdResponse = paths[typeof routeName$4E]['get']['responses'][200]['content']['application/json'];
124086
- type GetCampaignByIdProps = paths[typeof routeName$4E]['get']['parameters'];
124096
+ declare const routeName$4D = "/v1/api/campaigns/{campaign_id}";
124097
+ type GetCampaignByIdPathParams = paths[typeof routeName$4D]['get']['parameters']['path'];
124098
+ type GetCampaignByIdQueryParams = paths[typeof routeName$4D]['get']['parameters']['query'];
124099
+ type GetCampaignByIdResponse = paths[typeof routeName$4D]['get']['responses'][200]['content']['application/json'];
124100
+ type GetCampaignByIdProps = paths[typeof routeName$4D]['get']['parameters'];
124087
124101
  declare const getCampaignById: (props: GetCampaignByIdProps, wgApiClient: ClientType) => Promise<GetCampaignByIdResponse>;
124088
124102
 
124089
- declare const routeName$4D = "/v1/api/campaigns/{campaign_id}";
124090
- type UpdateCampaignBody = paths[typeof routeName$4D]['patch']['requestBody']['content']['application/json'];
124091
- type UpdateCampaignPathParams = paths[typeof routeName$4D]['patch']['parameters']['path'];
124092
- type UpdateCampaignQueryParams = paths[typeof routeName$4D]['patch']['parameters']['query'];
124093
- type UpdateCampaignResponse = paths[typeof routeName$4D]['patch']['responses'][200]['content']['application/json'];
124103
+ declare const routeName$4C = "/v1/api/campaigns/{campaign_id}";
124104
+ type UpdateCampaignBody = paths[typeof routeName$4C]['patch']['requestBody']['content']['application/json'];
124105
+ type UpdateCampaignPathParams = paths[typeof routeName$4C]['patch']['parameters']['path'];
124106
+ type UpdateCampaignQueryParams = paths[typeof routeName$4C]['patch']['parameters']['query'];
124107
+ type UpdateCampaignResponse = paths[typeof routeName$4C]['patch']['responses'][200]['content']['application/json'];
124094
124108
  interface UpdateCampaignProps {
124095
124109
  body: UpdateCampaignBody;
124096
124110
  params: {
@@ -124100,17 +124114,17 @@ interface UpdateCampaignProps {
124100
124114
  }
124101
124115
  declare const updateCampaign: (props: UpdateCampaignProps, wgApiClient: ClientType) => Promise<UpdateCampaignResponse>;
124102
124116
 
124103
- declare const routeName$4C = "/v1/api/campaigns/{campaign_id}/metrics";
124104
- type GetMetricsByCampaignPathParams = paths[typeof routeName$4C]['get']['parameters']['path'];
124105
- type GetMetricsByCampaignQueryParams = paths[typeof routeName$4C]['get']['parameters']['query'];
124106
- type GetMetricsByCampaignResponse = paths[typeof routeName$4C]['get']['responses'][200]['content']['application/json'];
124107
- type GetMetricsByCampaignProps = paths[typeof routeName$4C]['get']['parameters'];
124117
+ declare const routeName$4B = "/v1/api/campaigns/{campaign_id}/metrics";
124118
+ type GetMetricsByCampaignPathParams = paths[typeof routeName$4B]['get']['parameters']['path'];
124119
+ type GetMetricsByCampaignQueryParams = paths[typeof routeName$4B]['get']['parameters']['query'];
124120
+ type GetMetricsByCampaignResponse = paths[typeof routeName$4B]['get']['responses'][200]['content']['application/json'];
124121
+ type GetMetricsByCampaignProps = paths[typeof routeName$4B]['get']['parameters'];
124108
124122
  declare const getMetricsByCampaign: (props: GetMetricsByCampaignProps, wgApiClient: ClientType) => Promise<GetMetricsByCampaignResponse>;
124109
124123
 
124110
- declare const routeName$4B = "/v1/api/campaigns/{campaign_id}/targets";
124111
- type UpdateTargetsByCampaignPathParams = paths[typeof routeName$4B]['patch']['parameters']['path'];
124112
- type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$4B]['patch']['parameters']['query'];
124113
- type UpdateTargetsByCampaignResponse = paths[typeof routeName$4B]['patch']['responses'][200]['content']['application/json'];
124124
+ declare const routeName$4A = "/v1/api/campaigns/{campaign_id}/targets";
124125
+ type UpdateTargetsByCampaignPathParams = paths[typeof routeName$4A]['patch']['parameters']['path'];
124126
+ type UpdateTargetsByCampaignQueryParams = paths[typeof routeName$4A]['patch']['parameters']['query'];
124127
+ type UpdateTargetsByCampaignResponse = paths[typeof routeName$4A]['patch']['responses'][200]['content']['application/json'];
124114
124128
  interface UpdateTargetsByCampaignProps {
124115
124129
  params: {
124116
124130
  query: UpdateTargetsByCampaignQueryParams;
@@ -124119,27 +124133,27 @@ interface UpdateTargetsByCampaignProps {
124119
124133
  }
124120
124134
  declare const updateTargetsByCampaign: (props: UpdateTargetsByCampaignProps, wgApiClient: ClientType) => Promise<UpdateTargetsByCampaignResponse>;
124121
124135
 
124122
- declare const routeName$4A = "/v1/api/distributions/campaign-settings";
124123
- type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$4A]['get']['parameters']['query'];
124124
- type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$4A]['get']['responses'][200]['content']['application/json'];
124125
- type GetCampaignSettingsByDistributionProps = paths[typeof routeName$4A]['get']['parameters'];
124136
+ declare const routeName$4z = "/v1/api/distributions/campaign-settings";
124137
+ type GetCampaignSettingsByDistributionQueryParams = paths[typeof routeName$4z]['get']['parameters']['query'];
124138
+ type GetCampaignSettingsByDistributionResponse = paths[typeof routeName$4z]['get']['responses'][200]['content']['application/json'];
124139
+ type GetCampaignSettingsByDistributionProps = paths[typeof routeName$4z]['get']['parameters'];
124126
124140
  declare const getCampaignSettingsByDistribution: (props: GetCampaignSettingsByDistributionProps, wgApiClient: ClientType) => Promise<GetCampaignSettingsByDistributionResponse>;
124127
124141
 
124128
- declare const routeName$4z = "/v1/api/mail-templates/campaign-target";
124129
- type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$4z]['get']['parameters']['query'];
124130
- type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$4z]['get']['responses'][200]['content']['application/json'];
124131
- type GetCampaignTargetMailTemplateProps = paths[typeof routeName$4z]['get']['parameters'];
124142
+ declare const routeName$4y = "/v1/api/mail-templates/campaign-target";
124143
+ type GetCampaignTargetMailTemplateQueryParams = paths[typeof routeName$4y]['get']['parameters']['query'];
124144
+ type GetCampaignTargetMailTemplateResponse = paths[typeof routeName$4y]['get']['responses'][200]['content']['application/json'];
124145
+ type GetCampaignTargetMailTemplateProps = paths[typeof routeName$4y]['get']['parameters'];
124132
124146
  declare const getCampaignTargetMailTemplate: (props: GetCampaignTargetMailTemplateProps, wgApiClient: ClientType) => Promise<GetCampaignTargetMailTemplateResponse>;
124133
124147
 
124134
- declare const routeName$4y = "/v1/api/claims";
124135
- type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$4y]['get']['parameters']['query'];
124136
- type GetAllClaimsAsBrokerResponse = paths[typeof routeName$4y]['get']['responses'][200]['content']['application/json'];
124137
- type GetAllClaimsAsBrokerProps = paths[typeof routeName$4y]['get']['parameters'];
124148
+ declare const routeName$4x = "/v1/api/claims";
124149
+ type GetAllClaimsAsBrokerQueryParams = paths[typeof routeName$4x]['get']['parameters']['query'];
124150
+ type GetAllClaimsAsBrokerResponse = paths[typeof routeName$4x]['get']['responses'][200]['content']['application/json'];
124151
+ type GetAllClaimsAsBrokerProps = paths[typeof routeName$4x]['get']['parameters'];
124138
124152
  declare const getAllClaimsAsBroker: (props: GetAllClaimsAsBrokerProps, wgApiClient: ClientType) => Promise<GetAllClaimsAsBrokerResponse>;
124139
124153
 
124140
- declare const routeName$4x = "/v1/api/claims";
124141
- type CreateClaimAsBrokerQueryParams = paths[typeof routeName$4x]['post']['parameters']['query'];
124142
- type CreateClaimAsBrokerResponse = paths[typeof routeName$4x]['post']['responses'][201]['content']['application/json'];
124154
+ declare const routeName$4w = "/v1/api/claims";
124155
+ type CreateClaimAsBrokerQueryParams = paths[typeof routeName$4w]['post']['parameters']['query'];
124156
+ type CreateClaimAsBrokerResponse = paths[typeof routeName$4w]['post']['responses'][201]['content']['application/json'];
124143
124157
  interface CreateClaimAsBrokerProps {
124144
124158
  params: {
124145
124159
  query: CreateClaimAsBrokerQueryParams;
@@ -124147,21 +124161,21 @@ interface CreateClaimAsBrokerProps {
124147
124161
  }
124148
124162
  declare const createClaimAsBroker: (props: CreateClaimAsBrokerProps, wgApiClient: ClientType) => Promise<CreateClaimAsBrokerResponse>;
124149
124163
 
124150
- declare const routeName$4w = "/v1/api/claims/categories/CAR";
124151
- type GetAllCarClaimCategoriesResponse = paths[typeof routeName$4w]['get']['responses'][200]['content']['application/json'];
124164
+ declare const routeName$4v = "/v1/api/claims/categories/CAR";
124165
+ type GetAllCarClaimCategoriesResponse = paths[typeof routeName$4v]['get']['responses'][200]['content']['application/json'];
124152
124166
  declare const getAllCarClaimCategories: (wgApiClient: ClientType) => Promise<GetAllCarClaimCategoriesResponse>;
124153
124167
 
124154
- declare const routeName$4v = "/v1/api/claims/customer/token/{token}";
124155
- type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$4v]['get']['parameters']['path'];
124156
- type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$4v]['get']['parameters']['query'];
124157
- type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$4v]['get']['responses'][200]['content']['application/json'];
124158
- type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$4v]['get']['parameters'];
124168
+ declare const routeName$4u = "/v1/api/claims/customer/token/{token}";
124169
+ type GetClaimAsCustomerWithTokenPathParams = paths[typeof routeName$4u]['get']['parameters']['path'];
124170
+ type GetClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$4u]['get']['parameters']['query'];
124171
+ type GetClaimAsCustomerWithTokenResponse = paths[typeof routeName$4u]['get']['responses'][200]['content']['application/json'];
124172
+ type GetClaimAsCustomerWithTokenProps = paths[typeof routeName$4u]['get']['parameters'];
124159
124173
  declare const getClaimAsCustomerWithToken: (props: GetClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<GetClaimAsCustomerWithTokenResponse>;
124160
124174
 
124161
- declare const routeName$4u = "/v1/api/claims/customer/token/{token}";
124162
- type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$4u]['patch']['parameters']['path'];
124163
- type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$4u]['patch']['parameters']['query'];
124164
- type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$4u]['patch']['responses'][200]['content']['application/json'];
124175
+ declare const routeName$4t = "/v1/api/claims/customer/token/{token}";
124176
+ type UpdateClaimAsCustomerWithTokenPathParams = paths[typeof routeName$4t]['patch']['parameters']['path'];
124177
+ type UpdateClaimAsCustomerWithTokenQueryParams = paths[typeof routeName$4t]['patch']['parameters']['query'];
124178
+ type UpdateClaimAsCustomerWithTokenResponse = paths[typeof routeName$4t]['patch']['responses'][200]['content']['application/json'];
124165
124179
  interface UpdateClaimAsCustomerWithTokenProps {
124166
124180
  params: {
124167
124181
  query: UpdateClaimAsCustomerWithTokenQueryParams;
@@ -124170,10 +124184,10 @@ interface UpdateClaimAsCustomerWithTokenProps {
124170
124184
  }
124171
124185
  declare const updateClaimAsCustomerWithToken: (props: UpdateClaimAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateClaimAsCustomerWithTokenResponse>;
124172
124186
 
124173
- declare const routeName$4t = "/v1/api/claims/customer/token/{token}/documents";
124174
- type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$4t]['post']['parameters']['path'];
124175
- type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$4t]['post']['parameters']['query'];
124176
- type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$4t]['post']['responses'][200]['content']['application/json'];
124187
+ declare const routeName$4s = "/v1/api/claims/customer/token/{token}/documents";
124188
+ type CreateDocumentForClaimAsCustomerPathParams = paths[typeof routeName$4s]['post']['parameters']['path'];
124189
+ type CreateDocumentForClaimAsCustomerQueryParams = paths[typeof routeName$4s]['post']['parameters']['query'];
124190
+ type CreateDocumentForClaimAsCustomerResponse = paths[typeof routeName$4s]['post']['responses'][200]['content']['application/json'];
124177
124191
  interface CreateDocumentForClaimAsCustomerProps {
124178
124192
  params: {
124179
124193
  query: CreateDocumentForClaimAsCustomerQueryParams;
@@ -124182,10 +124196,10 @@ interface CreateDocumentForClaimAsCustomerProps {
124182
124196
  }
124183
124197
  declare const createDocumentForClaimAsCustomer: (props: CreateDocumentForClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimAsCustomerResponse>;
124184
124198
 
124185
- declare const routeName$4s = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
124186
- type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$4s]['delete']['parameters']['path'];
124187
- type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$4s]['delete']['parameters']['query'];
124188
- type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$4s]['delete']['responses'][200]['content']['application/json'];
124199
+ declare const routeName$4r = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
124200
+ type DeleteDocumentByIdAsCustomerWithTokenPathParams = paths[typeof routeName$4r]['delete']['parameters']['path'];
124201
+ type DeleteDocumentByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$4r]['delete']['parameters']['query'];
124202
+ type DeleteDocumentByIdAsCustomerWithTokenResponse = paths[typeof routeName$4r]['delete']['responses'][200]['content']['application/json'];
124189
124203
  interface DeleteDocumentByIdAsCustomerWithTokenProps {
124190
124204
  params: {
124191
124205
  query: DeleteDocumentByIdAsCustomerWithTokenQueryParams;
@@ -124194,10 +124208,10 @@ interface DeleteDocumentByIdAsCustomerWithTokenProps {
124194
124208
  }
124195
124209
  declare const deleteDocumentByIdAsCustomerWithToken: (props: DeleteDocumentByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdAsCustomerWithTokenResponse>;
124196
124210
 
124197
- declare const routeName$4r = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
124198
- type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$4r]['patch']['parameters']['path'];
124199
- type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$4r]['patch']['parameters']['query'];
124200
- type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$4r]['patch']['responses'][200]['content']['application/json'];
124211
+ declare const routeName$4q = "/v1/api/claims/customer/token/{token}/documents/{document_id}";
124212
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenPathParams = paths[typeof routeName$4q]['patch']['parameters']['path'];
124213
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$4q]['patch']['parameters']['query'];
124214
+ type UpdateDocumentMetadataByIdAsCustomerWithTokenResponse = paths[typeof routeName$4q]['patch']['responses'][200]['content']['application/json'];
124201
124215
  interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
124202
124216
  params: {
124203
124217
  query: UpdateDocumentMetadataByIdAsCustomerWithTokenQueryParams;
@@ -124206,10 +124220,10 @@ interface UpdateDocumentMetadataByIdAsCustomerWithTokenProps {
124206
124220
  }
124207
124221
  declare const updateDocumentMetadataByIdAsCustomerWithToken: (props: UpdateDocumentMetadataByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdAsCustomerWithTokenResponse>;
124208
124222
 
124209
- declare const routeName$4q = "/v1/api/claims/customer/token/{token}/entities";
124210
- type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$4q]['post']['parameters']['path'];
124211
- type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$4q]['post']['parameters']['query'];
124212
- type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$4q]['post']['responses'][201]['content']['application/json'];
124223
+ declare const routeName$4p = "/v1/api/claims/customer/token/{token}/entities";
124224
+ type CreateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$4p]['post']['parameters']['path'];
124225
+ type CreateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$4p]['post']['parameters']['query'];
124226
+ type CreateEntityAsCustomerWithTokenResponse = paths[typeof routeName$4p]['post']['responses'][201]['content']['application/json'];
124213
124227
  interface CreateEntityAsCustomerWithTokenProps {
124214
124228
  params: {
124215
124229
  query: CreateEntityAsCustomerWithTokenQueryParams;
@@ -124218,10 +124232,10 @@ interface CreateEntityAsCustomerWithTokenProps {
124218
124232
  }
124219
124233
  declare const createEntityAsCustomerWithToken: (props: CreateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<CreateEntityAsCustomerWithTokenResponse>;
124220
124234
 
124221
- declare const routeName$4p = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
124222
- type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$4p]['delete']['parameters']['path'];
124223
- type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$4p]['delete']['parameters']['query'];
124224
- type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$4p]['delete']['responses'][200]['content']['application/json'];
124235
+ declare const routeName$4o = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
124236
+ type DeleteEntityByIdAsCustomerWithTokenPathParams = paths[typeof routeName$4o]['delete']['parameters']['path'];
124237
+ type DeleteEntityByIdAsCustomerWithTokenQueryParams = paths[typeof routeName$4o]['delete']['parameters']['query'];
124238
+ type DeleteEntityByIdAsCustomerWithTokenResponse = paths[typeof routeName$4o]['delete']['responses'][200]['content']['application/json'];
124225
124239
  interface DeleteEntityByIdAsCustomerWithTokenProps {
124226
124240
  params: {
124227
124241
  query: DeleteEntityByIdAsCustomerWithTokenQueryParams;
@@ -124230,10 +124244,10 @@ interface DeleteEntityByIdAsCustomerWithTokenProps {
124230
124244
  }
124231
124245
  declare const deleteEntityByIdAsCustomerWithToken: (props: DeleteEntityByIdAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<DeleteEntityByIdAsCustomerWithTokenResponse>;
124232
124246
 
124233
- declare const routeName$4o = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
124234
- type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$4o]['patch']['parameters']['path'];
124235
- type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$4o]['patch']['parameters']['query'];
124236
- type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$4o]['patch']['responses'][200]['content']['application/json'];
124247
+ declare const routeName$4n = "/v1/api/claims/customer/token/{token}/entities/{entity_id}";
124248
+ type UpdateEntityAsCustomerWithTokenPathParams = paths[typeof routeName$4n]['patch']['parameters']['path'];
124249
+ type UpdateEntityAsCustomerWithTokenQueryParams = paths[typeof routeName$4n]['patch']['parameters']['query'];
124250
+ type UpdateEntityAsCustomerWithTokenResponse = paths[typeof routeName$4n]['patch']['responses'][200]['content']['application/json'];
124237
124251
  interface UpdateEntityAsCustomerWithTokenProps {
124238
124252
  params: {
124239
124253
  query: UpdateEntityAsCustomerWithTokenQueryParams;
@@ -124242,17 +124256,17 @@ interface UpdateEntityAsCustomerWithTokenProps {
124242
124256
  }
124243
124257
  declare const updateEntityAsCustomerWithToken: (props: UpdateEntityAsCustomerWithTokenProps, wgApiClient: ClientType) => Promise<UpdateEntityAsCustomerWithTokenResponse>;
124244
124258
 
124245
- declare const routeName$4n = "/v1/api/claims/customer/token/{token}/events";
124246
- type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$4n]['get']['parameters']['path'];
124247
- type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$4n]['get']['parameters']['query'];
124248
- type GetClaimEventsAsCustomerResponse = paths[typeof routeName$4n]['get']['responses'][200]['content']['application/json'];
124249
- type GetClaimEventsAsCustomerProps = paths[typeof routeName$4n]['get']['parameters'];
124259
+ declare const routeName$4m = "/v1/api/claims/customer/token/{token}/events";
124260
+ type GetClaimEventsAsCustomerPathParams = paths[typeof routeName$4m]['get']['parameters']['path'];
124261
+ type GetClaimEventsAsCustomerQueryParams = paths[typeof routeName$4m]['get']['parameters']['query'];
124262
+ type GetClaimEventsAsCustomerResponse = paths[typeof routeName$4m]['get']['responses'][200]['content']['application/json'];
124263
+ type GetClaimEventsAsCustomerProps = paths[typeof routeName$4m]['get']['parameters'];
124250
124264
  declare const getClaimEventsAsCustomer: (props: GetClaimEventsAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsCustomerResponse>;
124251
124265
 
124252
- declare const routeName$4m = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
124253
- type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$4m]['post']['parameters']['path'];
124254
- type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$4m]['post']['parameters']['query'];
124255
- type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$4m]['post']['responses'][200]['content']['application/json'];
124266
+ declare const routeName$4l = "/v1/api/claims/customer/token/{token}/events/{event_id}/notes";
124267
+ type CreateNoteOnEventAsCustomerPathParams = paths[typeof routeName$4l]['post']['parameters']['path'];
124268
+ type CreateNoteOnEventAsCustomerQueryParams = paths[typeof routeName$4l]['post']['parameters']['query'];
124269
+ type CreateNoteOnEventAsCustomerResponse = paths[typeof routeName$4l]['post']['responses'][200]['content']['application/json'];
124256
124270
  interface CreateNoteOnEventAsCustomerProps {
124257
124271
  params: {
124258
124272
  query: CreateNoteOnEventAsCustomerQueryParams;
@@ -124261,10 +124275,10 @@ interface CreateNoteOnEventAsCustomerProps {
124261
124275
  }
124262
124276
  declare const createNoteOnEventAsCustomer: (props: CreateNoteOnEventAsCustomerProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventAsCustomerResponse>;
124263
124277
 
124264
- declare const routeName$4l = "/v1/api/claims/customer/upload/{claim_doc_category}";
124265
- type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$4l]['post']['parameters']['path'];
124266
- type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$4l]['post']['parameters']['query'];
124267
- type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$4l]['post']['responses'][200]['content']['application/json'];
124278
+ declare const routeName$4k = "/v1/api/claims/customer/upload/{claim_doc_category}";
124279
+ type CreateUploadLinkAsCustomerPathParams = paths[typeof routeName$4k]['post']['parameters']['path'];
124280
+ type CreateUploadLinkAsCustomerQueryParams = paths[typeof routeName$4k]['post']['parameters']['query'];
124281
+ type CreateUploadLinkAsCustomerResponse = paths[typeof routeName$4k]['post']['responses'][200]['content']['application/json'];
124268
124282
  interface CreateUploadLinkAsCustomerProps {
124269
124283
  params: {
124270
124284
  query: CreateUploadLinkAsCustomerQueryParams;
@@ -124273,9 +124287,9 @@ interface CreateUploadLinkAsCustomerProps {
124273
124287
  }
124274
124288
  declare const createUploadLinkAsCustomer: (props: CreateUploadLinkAsCustomerProps, wgApiClient: ClientType) => Promise<CreateUploadLinkAsCustomerResponse>;
124275
124289
 
124276
- declare const routeName$4k = "/v1/api/claims/generate/token";
124277
- type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$4k]['post']['parameters']['query'];
124278
- type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$4k]['post']['responses'][201]['content']['application/json'];
124290
+ declare const routeName$4j = "/v1/api/claims/generate/token";
124291
+ type GenerateTokenForSocialLoginFlowAsBrokerQueryParams = paths[typeof routeName$4j]['post']['parameters']['query'];
124292
+ type GenerateTokenForSocialLoginFlowAsBrokerResponse = paths[typeof routeName$4j]['post']['responses'][201]['content']['application/json'];
124279
124293
  interface GenerateTokenForSocialLoginFlowAsBrokerProps {
124280
124294
  params: {
124281
124295
  query: GenerateTokenForSocialLoginFlowAsBrokerQueryParams;
@@ -124283,17 +124297,17 @@ interface GenerateTokenForSocialLoginFlowAsBrokerProps {
124283
124297
  }
124284
124298
  declare const generateTokenForSocialLoginFlowAsBroker: (props: GenerateTokenForSocialLoginFlowAsBrokerProps, wgApiClient: ClientType) => Promise<GenerateTokenForSocialLoginFlowAsBrokerResponse>;
124285
124299
 
124286
- declare const routeName$4j = "/v1/api/claims/info/{claim_type}/{claim_category}";
124287
- type GetInfoForClaimPathParams = paths[typeof routeName$4j]['get']['parameters']['path'];
124288
- type GetInfoForClaimQueryParams = paths[typeof routeName$4j]['get']['parameters']['query'];
124289
- type GetInfoForClaimResponse = paths[typeof routeName$4j]['get']['responses'][200]['content']['application/json'];
124290
- type GetInfoForClaimProps = paths[typeof routeName$4j]['get']['parameters'];
124300
+ declare const routeName$4i = "/v1/api/claims/info/{claim_type}/{claim_category}";
124301
+ type GetInfoForClaimPathParams = paths[typeof routeName$4i]['get']['parameters']['path'];
124302
+ type GetInfoForClaimQueryParams = paths[typeof routeName$4i]['get']['parameters']['query'];
124303
+ type GetInfoForClaimResponse = paths[typeof routeName$4i]['get']['responses'][200]['content']['application/json'];
124304
+ type GetInfoForClaimProps = paths[typeof routeName$4i]['get']['parameters'];
124291
124305
  declare const getInfoForClaim: (props: GetInfoForClaimProps, wgApiClient: ClientType) => Promise<GetInfoForClaimResponse>;
124292
124306
 
124293
- declare const routeName$4i = "/v1/api/claims/notes/{note_id}";
124294
- type DeleteNotePathParams = paths[typeof routeName$4i]['delete']['parameters']['path'];
124295
- type DeleteNoteQueryParams = paths[typeof routeName$4i]['delete']['parameters']['query'];
124296
- type DeleteNoteResponse = paths[typeof routeName$4i]['delete']['responses'][200]['content']['application/json'];
124307
+ declare const routeName$4h = "/v1/api/claims/notes/{note_id}";
124308
+ type DeleteNotePathParams = paths[typeof routeName$4h]['delete']['parameters']['path'];
124309
+ type DeleteNoteQueryParams = paths[typeof routeName$4h]['delete']['parameters']['query'];
124310
+ type DeleteNoteResponse = paths[typeof routeName$4h]['delete']['responses'][200]['content']['application/json'];
124297
124311
  interface DeleteNoteProps {
124298
124312
  params: {
124299
124313
  query: DeleteNoteQueryParams;
@@ -124302,10 +124316,10 @@ interface DeleteNoteProps {
124302
124316
  }
124303
124317
  declare const deleteNote: (props: DeleteNoteProps, wgApiClient: ClientType) => Promise<DeleteNoteResponse>;
124304
124318
 
124305
- declare const routeName$4h = "/v1/api/claims/notes/{note_id}";
124306
- type UpdateNotePathParams = paths[typeof routeName$4h]['patch']['parameters']['path'];
124307
- type UpdateNoteQueryParams = paths[typeof routeName$4h]['patch']['parameters']['query'];
124308
- type UpdateNoteResponse = paths[typeof routeName$4h]['patch']['responses'][200]['content']['application/json'];
124319
+ declare const routeName$4g = "/v1/api/claims/notes/{note_id}";
124320
+ type UpdateNotePathParams = paths[typeof routeName$4g]['patch']['parameters']['path'];
124321
+ type UpdateNoteQueryParams = paths[typeof routeName$4g]['patch']['parameters']['query'];
124322
+ type UpdateNoteResponse = paths[typeof routeName$4g]['patch']['responses'][200]['content']['application/json'];
124309
124323
  interface UpdateNoteProps {
124310
124324
  params: {
124311
124325
  query: UpdateNoteQueryParams;
@@ -124314,10 +124328,10 @@ interface UpdateNoteProps {
124314
124328
  }
124315
124329
  declare const updateNote: (props: UpdateNoteProps, wgApiClient: ClientType) => Promise<UpdateNoteResponse>;
124316
124330
 
124317
- declare const routeName$4g = "/v1/api/claims/upload/{claim_doc_category}";
124318
- type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$4g]['post']['parameters']['path'];
124319
- type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$4g]['post']['parameters']['query'];
124320
- type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$4g]['post']['responses'][200]['content']['application/json'];
124331
+ declare const routeName$4f = "/v1/api/claims/upload/{claim_doc_category}";
124332
+ type UploadClaimDocumentAsBrokerPathParams = paths[typeof routeName$4f]['post']['parameters']['path'];
124333
+ type UploadClaimDocumentAsBrokerQueryParams = paths[typeof routeName$4f]['post']['parameters']['query'];
124334
+ type UploadClaimDocumentAsBrokerResponse = paths[typeof routeName$4f]['post']['responses'][200]['content']['application/json'];
124321
124335
  interface UploadClaimDocumentAsBrokerProps {
124322
124336
  params: {
124323
124337
  query: UploadClaimDocumentAsBrokerQueryParams;
@@ -124326,17 +124340,17 @@ interface UploadClaimDocumentAsBrokerProps {
124326
124340
  }
124327
124341
  declare const uploadClaimDocumentAsBroker: (props: UploadClaimDocumentAsBrokerProps, wgApiClient: ClientType) => Promise<UploadClaimDocumentAsBrokerResponse>;
124328
124342
 
124329
- declare const routeName$4f = "/v1/api/claims/{claim_id}";
124330
- type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$4f]['get']['parameters']['path'];
124331
- type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$4f]['get']['parameters']['query'];
124332
- type GetClaimAsBrokerByIdResponse = paths[typeof routeName$4f]['get']['responses'][200]['content']['application/json'];
124333
- type GetClaimAsBrokerByIdProps = paths[typeof routeName$4f]['get']['parameters'];
124343
+ declare const routeName$4e = "/v1/api/claims/{claim_id}";
124344
+ type GetClaimAsBrokerByIdPathParams = paths[typeof routeName$4e]['get']['parameters']['path'];
124345
+ type GetClaimAsBrokerByIdQueryParams = paths[typeof routeName$4e]['get']['parameters']['query'];
124346
+ type GetClaimAsBrokerByIdResponse = paths[typeof routeName$4e]['get']['responses'][200]['content']['application/json'];
124347
+ type GetClaimAsBrokerByIdProps = paths[typeof routeName$4e]['get']['parameters'];
124334
124348
  declare const getClaimAsBrokerById: (props: GetClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimAsBrokerByIdResponse>;
124335
124349
 
124336
- declare const routeName$4e = "/v1/api/claims/{claim_id}";
124337
- type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$4e]['delete']['parameters']['path'];
124338
- type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$4e]['delete']['parameters']['query'];
124339
- type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$4e]['delete']['responses'][200]['content']['application/json'];
124350
+ declare const routeName$4d = "/v1/api/claims/{claim_id}";
124351
+ type DeleteClaimAsBrokerByIdPathParams = paths[typeof routeName$4d]['delete']['parameters']['path'];
124352
+ type DeleteClaimAsBrokerByIdQueryParams = paths[typeof routeName$4d]['delete']['parameters']['query'];
124353
+ type DeleteClaimAsBrokerByIdResponse = paths[typeof routeName$4d]['delete']['responses'][200]['content']['application/json'];
124340
124354
  interface DeleteClaimAsBrokerByIdProps {
124341
124355
  params: {
124342
124356
  query: DeleteClaimAsBrokerByIdQueryParams;
@@ -124345,10 +124359,10 @@ interface DeleteClaimAsBrokerByIdProps {
124345
124359
  }
124346
124360
  declare const deleteClaimAsBrokerById: (props: DeleteClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteClaimAsBrokerByIdResponse>;
124347
124361
 
124348
- declare const routeName$4d = "/v1/api/claims/{claim_id}";
124349
- type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$4d]['patch']['parameters']['path'];
124350
- type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$4d]['patch']['parameters']['query'];
124351
- type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$4d]['patch']['responses'][200]['content']['application/json'];
124362
+ declare const routeName$4c = "/v1/api/claims/{claim_id}";
124363
+ type UpdateClaimAsBrokerByIdPathParams = paths[typeof routeName$4c]['patch']['parameters']['path'];
124364
+ type UpdateClaimAsBrokerByIdQueryParams = paths[typeof routeName$4c]['patch']['parameters']['query'];
124365
+ type UpdateClaimAsBrokerByIdResponse = paths[typeof routeName$4c]['patch']['responses'][200]['content']['application/json'];
124352
124366
  interface UpdateClaimAsBrokerByIdProps {
124353
124367
  params: {
124354
124368
  query: UpdateClaimAsBrokerByIdQueryParams;
@@ -124357,10 +124371,10 @@ interface UpdateClaimAsBrokerByIdProps {
124357
124371
  }
124358
124372
  declare const updateClaimAsBrokerById: (props: UpdateClaimAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateClaimAsBrokerByIdResponse>;
124359
124373
 
124360
- declare const routeName$4c = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
124361
- type SendClaimToKeypointPathParams = paths[typeof routeName$4c]['post']['parameters']['path'];
124362
- type SendClaimToKeypointQueryParams = paths[typeof routeName$4c]['post']['parameters']['query'];
124363
- type SendClaimToKeypointResponse = paths[typeof routeName$4c]['post']['responses'][201]['content']['application/json'];
124374
+ declare const routeName$4b = "/v1/api/claims/{claim_id}/connections/keypoint/declaration";
124375
+ type SendClaimToKeypointPathParams = paths[typeof routeName$4b]['post']['parameters']['path'];
124376
+ type SendClaimToKeypointQueryParams = paths[typeof routeName$4b]['post']['parameters']['query'];
124377
+ type SendClaimToKeypointResponse = paths[typeof routeName$4b]['post']['responses'][201]['content']['application/json'];
124364
124378
  interface SendClaimToKeypointProps {
124365
124379
  params: {
124366
124380
  query: SendClaimToKeypointQueryParams;
@@ -124369,10 +124383,10 @@ interface SendClaimToKeypointProps {
124369
124383
  }
124370
124384
  declare const sendClaimToKeypoint: (props: SendClaimToKeypointProps, wgApiClient: ClientType) => Promise<SendClaimToKeypointResponse>;
124371
124385
 
124372
- declare const routeName$4b = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
124373
- type UpdateDeclarationRemarkPathParams = paths[typeof routeName$4b]['put']['parameters']['path'];
124374
- type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$4b]['put']['parameters']['query'];
124375
- type UpdateDeclarationRemarkResponse = paths[typeof routeName$4b]['put']['responses'][200]['content']['application/json'];
124386
+ declare const routeName$4a = "/v1/api/claims/{claim_id}/connections/keypoint/declaration/remark";
124387
+ type UpdateDeclarationRemarkPathParams = paths[typeof routeName$4a]['put']['parameters']['path'];
124388
+ type UpdateDeclarationRemarkQueryParams = paths[typeof routeName$4a]['put']['parameters']['query'];
124389
+ type UpdateDeclarationRemarkResponse = paths[typeof routeName$4a]['put']['responses'][200]['content']['application/json'];
124376
124390
  interface UpdateDeclarationRemarkProps {
124377
124391
  params: {
124378
124392
  query: UpdateDeclarationRemarkQueryParams;
@@ -124381,10 +124395,10 @@ interface UpdateDeclarationRemarkProps {
124381
124395
  }
124382
124396
  declare const updateDeclarationRemark: (props: UpdateDeclarationRemarkProps, wgApiClient: ClientType) => Promise<UpdateDeclarationRemarkResponse>;
124383
124397
 
124384
- declare const routeName$4a = "/v1/api/claims/{claim_id}/customer/followup-page/email";
124385
- type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$4a]['post']['parameters']['path'];
124386
- type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$4a]['post']['parameters']['query'];
124387
- type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$4a]['post']['responses'][200]['content']['application/json'];
124398
+ declare const routeName$49 = "/v1/api/claims/{claim_id}/customer/followup-page/email";
124399
+ type SendMailFollowupPageToCustomerPathParams = paths[typeof routeName$49]['post']['parameters']['path'];
124400
+ type SendMailFollowupPageToCustomerQueryParams = paths[typeof routeName$49]['post']['parameters']['query'];
124401
+ type SendMailFollowupPageToCustomerResponse = paths[typeof routeName$49]['post']['responses'][200]['content']['application/json'];
124388
124402
  interface SendMailFollowupPageToCustomerProps {
124389
124403
  params: {
124390
124404
  query: SendMailFollowupPageToCustomerQueryParams;
@@ -124393,10 +124407,10 @@ interface SendMailFollowupPageToCustomerProps {
124393
124407
  }
124394
124408
  declare const sendMailFollowupPageToCustomer: (props: SendMailFollowupPageToCustomerProps, wgApiClient: ClientType) => Promise<SendMailFollowupPageToCustomerResponse>;
124395
124409
 
124396
- declare const routeName$49 = "/v1/api/claims/{claim_id}/documents";
124397
- type CreateDocumentForClaimPathParams = paths[typeof routeName$49]['post']['parameters']['path'];
124398
- type CreateDocumentForClaimQueryParams = paths[typeof routeName$49]['post']['parameters']['query'];
124399
- type CreateDocumentForClaimResponse = paths[typeof routeName$49]['post']['responses'][201]['content']['application/json'];
124410
+ declare const routeName$48 = "/v1/api/claims/{claim_id}/documents";
124411
+ type CreateDocumentForClaimPathParams = paths[typeof routeName$48]['post']['parameters']['path'];
124412
+ type CreateDocumentForClaimQueryParams = paths[typeof routeName$48]['post']['parameters']['query'];
124413
+ type CreateDocumentForClaimResponse = paths[typeof routeName$48]['post']['responses'][201]['content']['application/json'];
124400
124414
  interface CreateDocumentForClaimProps {
124401
124415
  params: {
124402
124416
  query: CreateDocumentForClaimQueryParams;
@@ -124405,17 +124419,17 @@ interface CreateDocumentForClaimProps {
124405
124419
  }
124406
124420
  declare const createDocumentForClaim: (props: CreateDocumentForClaimProps, wgApiClient: ClientType) => Promise<CreateDocumentForClaimResponse>;
124407
124421
 
124408
- declare const routeName$48 = "/v1/api/claims/{claim_id}/documents/{document_id}";
124409
- type DownloadDocumentByIdPathParams = paths[typeof routeName$48]['get']['parameters']['path'];
124410
- type DownloadDocumentByIdQueryParams = paths[typeof routeName$48]['get']['parameters']['query'];
124411
- type DownloadDocumentByIdResponse = paths[typeof routeName$48]['get']['responses'][307]['content']['application/json'];
124412
- type DownloadDocumentByIdProps = paths[typeof routeName$48]['get']['parameters'];
124422
+ declare const routeName$47 = "/v1/api/claims/{claim_id}/documents/{document_id}";
124423
+ type DownloadDocumentByIdPathParams = paths[typeof routeName$47]['get']['parameters']['path'];
124424
+ type DownloadDocumentByIdQueryParams = paths[typeof routeName$47]['get']['parameters']['query'];
124425
+ type DownloadDocumentByIdResponse = paths[typeof routeName$47]['get']['responses'][307]['content']['application/json'];
124426
+ type DownloadDocumentByIdProps = paths[typeof routeName$47]['get']['parameters'];
124413
124427
  declare const downloadDocumentById: (props: DownloadDocumentByIdProps, wgApiClient: ClientType) => Promise<DownloadDocumentByIdResponse>;
124414
124428
 
124415
- declare const routeName$47 = "/v1/api/claims/{claim_id}/documents/{document_id}";
124416
- type DeleteDocumentByIdPathParams = paths[typeof routeName$47]['delete']['parameters']['path'];
124417
- type DeleteDocumentByIdQueryParams = paths[typeof routeName$47]['delete']['parameters']['query'];
124418
- type DeleteDocumentByIdResponse = paths[typeof routeName$47]['delete']['responses'][200]['content']['application/json'];
124429
+ declare const routeName$46 = "/v1/api/claims/{claim_id}/documents/{document_id}";
124430
+ type DeleteDocumentByIdPathParams = paths[typeof routeName$46]['delete']['parameters']['path'];
124431
+ type DeleteDocumentByIdQueryParams = paths[typeof routeName$46]['delete']['parameters']['query'];
124432
+ type DeleteDocumentByIdResponse = paths[typeof routeName$46]['delete']['responses'][200]['content']['application/json'];
124419
124433
  interface DeleteDocumentByIdProps {
124420
124434
  params: {
124421
124435
  query: DeleteDocumentByIdQueryParams;
@@ -124424,10 +124438,10 @@ interface DeleteDocumentByIdProps {
124424
124438
  }
124425
124439
  declare const deleteDocumentById: (props: DeleteDocumentByIdProps, wgApiClient: ClientType) => Promise<DeleteDocumentByIdResponse>;
124426
124440
 
124427
- declare const routeName$46 = "/v1/api/claims/{claim_id}/documents/{document_id}";
124428
- type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$46]['patch']['parameters']['path'];
124429
- type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$46]['patch']['parameters']['query'];
124430
- type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$46]['patch']['responses'][200]['content']['application/json'];
124441
+ declare const routeName$45 = "/v1/api/claims/{claim_id}/documents/{document_id}";
124442
+ type UpdateDocumentMetadataByIdPathParams = paths[typeof routeName$45]['patch']['parameters']['path'];
124443
+ type UpdateDocumentMetadataByIdQueryParams = paths[typeof routeName$45]['patch']['parameters']['query'];
124444
+ type UpdateDocumentMetadataByIdResponse = paths[typeof routeName$45]['patch']['responses'][200]['content']['application/json'];
124431
124445
  interface UpdateDocumentMetadataByIdProps {
124432
124446
  params: {
124433
124447
  query: UpdateDocumentMetadataByIdQueryParams;
@@ -124436,10 +124450,10 @@ interface UpdateDocumentMetadataByIdProps {
124436
124450
  }
124437
124451
  declare const updateDocumentMetadataById: (props: UpdateDocumentMetadataByIdProps, wgApiClient: ClientType) => Promise<UpdateDocumentMetadataByIdResponse>;
124438
124452
 
124439
- declare const routeName$45 = "/v1/api/claims/{claim_id}/entities";
124440
- type CreateEntityAsBrokerPathParams = paths[typeof routeName$45]['post']['parameters']['path'];
124441
- type CreateEntityAsBrokerQueryParams = paths[typeof routeName$45]['post']['parameters']['query'];
124442
- type CreateEntityAsBrokerResponse = paths[typeof routeName$45]['post']['responses'][201]['content']['application/json'];
124453
+ declare const routeName$44 = "/v1/api/claims/{claim_id}/entities";
124454
+ type CreateEntityAsBrokerPathParams = paths[typeof routeName$44]['post']['parameters']['path'];
124455
+ type CreateEntityAsBrokerQueryParams = paths[typeof routeName$44]['post']['parameters']['query'];
124456
+ type CreateEntityAsBrokerResponse = paths[typeof routeName$44]['post']['responses'][201]['content']['application/json'];
124443
124457
  interface CreateEntityAsBrokerProps {
124444
124458
  params: {
124445
124459
  query: CreateEntityAsBrokerQueryParams;
@@ -124448,10 +124462,10 @@ interface CreateEntityAsBrokerProps {
124448
124462
  }
124449
124463
  declare const createEntityAsBroker: (props: CreateEntityAsBrokerProps, wgApiClient: ClientType) => Promise<CreateEntityAsBrokerResponse>;
124450
124464
 
124451
- declare const routeName$44 = "/v1/api/claims/{claim_id}/entities/{entity_id}";
124452
- type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$44]['delete']['parameters']['path'];
124453
- type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$44]['delete']['parameters']['query'];
124454
- type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$44]['delete']['responses'][200]['content']['application/json'];
124465
+ declare const routeName$43 = "/v1/api/claims/{claim_id}/entities/{entity_id}";
124466
+ type DeleteEntityAsBrokerByIdPathParams = paths[typeof routeName$43]['delete']['parameters']['path'];
124467
+ type DeleteEntityAsBrokerByIdQueryParams = paths[typeof routeName$43]['delete']['parameters']['query'];
124468
+ type DeleteEntityAsBrokerByIdResponse = paths[typeof routeName$43]['delete']['responses'][200]['content']['application/json'];
124455
124469
  interface DeleteEntityAsBrokerByIdProps {
124456
124470
  params: {
124457
124471
  query: DeleteEntityAsBrokerByIdQueryParams;
@@ -124460,10 +124474,10 @@ interface DeleteEntityAsBrokerByIdProps {
124460
124474
  }
124461
124475
  declare const deleteEntityAsBrokerById: (props: DeleteEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<DeleteEntityAsBrokerByIdResponse>;
124462
124476
 
124463
- declare const routeName$43 = "/v1/api/claims/{claim_id}/entities/{entity_id}";
124464
- type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$43]['patch']['parameters']['path'];
124465
- type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$43]['patch']['parameters']['query'];
124466
- type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$43]['patch']['responses'][200]['content']['application/json'];
124477
+ declare const routeName$42 = "/v1/api/claims/{claim_id}/entities/{entity_id}";
124478
+ type UpdateEntityAsBrokerByIdPathParams = paths[typeof routeName$42]['patch']['parameters']['path'];
124479
+ type UpdateEntityAsBrokerByIdQueryParams = paths[typeof routeName$42]['patch']['parameters']['query'];
124480
+ type UpdateEntityAsBrokerByIdResponse = paths[typeof routeName$42]['patch']['responses'][200]['content']['application/json'];
124467
124481
  interface UpdateEntityAsBrokerByIdProps {
124468
124482
  params: {
124469
124483
  query: UpdateEntityAsBrokerByIdQueryParams;
@@ -124472,17 +124486,17 @@ interface UpdateEntityAsBrokerByIdProps {
124472
124486
  }
124473
124487
  declare const updateEntityAsBrokerById: (props: UpdateEntityAsBrokerByIdProps, wgApiClient: ClientType) => Promise<UpdateEntityAsBrokerByIdResponse>;
124474
124488
 
124475
- declare const routeName$42 = "/v1/api/claims/{claim_id}/events";
124476
- type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$42]['get']['parameters']['path'];
124477
- type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$42]['get']['parameters']['query'];
124478
- type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$42]['get']['responses'][200]['content']['application/json'];
124479
- type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$42]['get']['parameters'];
124489
+ declare const routeName$41 = "/v1/api/claims/{claim_id}/events";
124490
+ type GetClaimEventsAsBrokerByIdPathParams = paths[typeof routeName$41]['get']['parameters']['path'];
124491
+ type GetClaimEventsAsBrokerByIdQueryParams = paths[typeof routeName$41]['get']['parameters']['query'];
124492
+ type GetClaimEventsAsBrokerByIdResponse = paths[typeof routeName$41]['get']['responses'][200]['content']['application/json'];
124493
+ type GetClaimEventsAsBrokerByIdProps = paths[typeof routeName$41]['get']['parameters'];
124480
124494
  declare const getClaimEventsAsBrokerById: (props: GetClaimEventsAsBrokerByIdProps, wgApiClient: ClientType) => Promise<GetClaimEventsAsBrokerByIdResponse>;
124481
124495
 
124482
- declare const routeName$41 = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
124483
- type CreateNoteOnEventPathParams = paths[typeof routeName$41]['post']['parameters']['path'];
124484
- type CreateNoteOnEventQueryParams = paths[typeof routeName$41]['post']['parameters']['query'];
124485
- type CreateNoteOnEventResponse = paths[typeof routeName$41]['post']['responses'][201]['content']['application/json'];
124496
+ declare const routeName$40 = "/v1/api/claims/{claim_id}/events/{event_id}/notes";
124497
+ type CreateNoteOnEventPathParams = paths[typeof routeName$40]['post']['parameters']['path'];
124498
+ type CreateNoteOnEventQueryParams = paths[typeof routeName$40]['post']['parameters']['query'];
124499
+ type CreateNoteOnEventResponse = paths[typeof routeName$40]['post']['responses'][201]['content']['application/json'];
124486
124500
  interface CreateNoteOnEventProps {
124487
124501
  params: {
124488
124502
  query: CreateNoteOnEventQueryParams;
@@ -124491,10 +124505,10 @@ interface CreateNoteOnEventProps {
124491
124505
  }
124492
124506
  declare const createNoteOnEvent: (props: CreateNoteOnEventProps, wgApiClient: ClientType) => Promise<CreateNoteOnEventResponse>;
124493
124507
 
124494
- declare const routeName$40 = "/v1/api/claims/{claim_id}/lock";
124495
- type CreateLockForClaimPathParams = paths[typeof routeName$40]['post']['parameters']['path'];
124496
- type CreateLockForClaimQueryParams = paths[typeof routeName$40]['post']['parameters']['query'];
124497
- type CreateLockForClaimResponse = paths[typeof routeName$40]['post']['responses'][201]['content']['application/json'];
124508
+ declare const routeName$3$ = "/v1/api/claims/{claim_id}/lock";
124509
+ type CreateLockForClaimPathParams = paths[typeof routeName$3$]['post']['parameters']['path'];
124510
+ type CreateLockForClaimQueryParams = paths[typeof routeName$3$]['post']['parameters']['query'];
124511
+ type CreateLockForClaimResponse = paths[typeof routeName$3$]['post']['responses'][201]['content']['application/json'];
124498
124512
  interface CreateLockForClaimProps {
124499
124513
  params: {
124500
124514
  query: CreateLockForClaimQueryParams;
@@ -124503,17 +124517,17 @@ interface CreateLockForClaimProps {
124503
124517
  }
124504
124518
  declare const createLockForClaim: (props: CreateLockForClaimProps, wgApiClient: ClientType) => Promise<CreateLockForClaimResponse>;
124505
124519
 
124506
- declare const routeName$3$ = "/v1/api/claims/{claim_id}/report";
124507
- type ClaimReportByIdPathParams = paths[typeof routeName$3$]['get']['parameters']['path'];
124508
- type ClaimReportByIdQueryParams = paths[typeof routeName$3$]['get']['parameters']['query'];
124509
- type ClaimReportByIdResponse = paths[typeof routeName$3$]['get']['responses'][200]['content']['application/json'];
124510
- type ClaimReportByIdProps = paths[typeof routeName$3$]['get']['parameters'];
124520
+ declare const routeName$3_ = "/v1/api/claims/{claim_id}/report";
124521
+ type ClaimReportByIdPathParams = paths[typeof routeName$3_]['get']['parameters']['path'];
124522
+ type ClaimReportByIdQueryParams = paths[typeof routeName$3_]['get']['parameters']['query'];
124523
+ type ClaimReportByIdResponse = paths[typeof routeName$3_]['get']['responses'][200]['content']['application/json'];
124524
+ type ClaimReportByIdProps = paths[typeof routeName$3_]['get']['parameters'];
124511
124525
  declare const claimReportById: (props: ClaimReportByIdProps, wgApiClient: ClientType) => Promise<ClaimReportByIdResponse>;
124512
124526
 
124513
- declare const routeName$3_ = "/v1/api/claims/{claim_id}/report/email";
124514
- type SendMailClaimReportByIdPathParams = paths[typeof routeName$3_]['post']['parameters']['path'];
124515
- type SendMailClaimReportByIdQueryParams = paths[typeof routeName$3_]['post']['parameters']['query'];
124516
- type SendMailClaimReportByIdResponse = paths[typeof routeName$3_]['post']['responses'][200]['content']['application/json'];
124527
+ declare const routeName$3Z = "/v1/api/claims/{claim_id}/report/email";
124528
+ type SendMailClaimReportByIdPathParams = paths[typeof routeName$3Z]['post']['parameters']['path'];
124529
+ type SendMailClaimReportByIdQueryParams = paths[typeof routeName$3Z]['post']['parameters']['query'];
124530
+ type SendMailClaimReportByIdResponse = paths[typeof routeName$3Z]['post']['responses'][200]['content']['application/json'];
124517
124531
  interface SendMailClaimReportByIdProps {
124518
124532
  params: {
124519
124533
  query: SendMailClaimReportByIdQueryParams;
@@ -124522,10 +124536,10 @@ interface SendMailClaimReportByIdProps {
124522
124536
  }
124523
124537
  declare const sendMailClaimReportById: (props: SendMailClaimReportByIdProps, wgApiClient: ClientType) => Promise<SendMailClaimReportByIdResponse>;
124524
124538
 
124525
- declare const routeName$3Z = "/v1/api/claims/{claim_id}/request_update";
124526
- type ClaimRequestUpdatePathParams = paths[typeof routeName$3Z]['post']['parameters']['path'];
124527
- type ClaimRequestUpdateQueryParams = paths[typeof routeName$3Z]['post']['parameters']['query'];
124528
- type ClaimRequestUpdateResponse = paths[typeof routeName$3Z]['post']['responses'][200]['content']['application/json'];
124539
+ declare const routeName$3Y = "/v1/api/claims/{claim_id}/request_update";
124540
+ type ClaimRequestUpdatePathParams = paths[typeof routeName$3Y]['post']['parameters']['path'];
124541
+ type ClaimRequestUpdateQueryParams = paths[typeof routeName$3Y]['post']['parameters']['query'];
124542
+ type ClaimRequestUpdateResponse = paths[typeof routeName$3Y]['post']['responses'][200]['content']['application/json'];
124529
124543
  interface ClaimRequestUpdateProps {
124530
124544
  params: {
124531
124545
  query: ClaimRequestUpdateQueryParams;
@@ -124534,10 +124548,10 @@ interface ClaimRequestUpdateProps {
124534
124548
  }
124535
124549
  declare const claimRequestUpdate: (props: ClaimRequestUpdateProps, wgApiClient: ClientType) => Promise<ClaimRequestUpdateResponse>;
124536
124550
 
124537
- declare const routeName$3Y = "/v1/api/claims/{claim_id}/unlock";
124538
- type UnlockClaimPathParams = paths[typeof routeName$3Y]['post']['parameters']['path'];
124539
- type UnlockClaimQueryParams = paths[typeof routeName$3Y]['post']['parameters']['query'];
124540
- type UnlockClaimResponse = paths[typeof routeName$3Y]['post']['responses'][200]['content']['application/json'];
124551
+ declare const routeName$3X = "/v1/api/claims/{claim_id}/unlock";
124552
+ type UnlockClaimPathParams = paths[typeof routeName$3X]['post']['parameters']['path'];
124553
+ type UnlockClaimQueryParams = paths[typeof routeName$3X]['post']['parameters']['query'];
124554
+ type UnlockClaimResponse = paths[typeof routeName$3X]['post']['responses'][200]['content']['application/json'];
124541
124555
  interface UnlockClaimProps {
124542
124556
  params: {
124543
124557
  query: UnlockClaimQueryParams;
@@ -124546,10 +124560,10 @@ interface UnlockClaimProps {
124546
124560
  }
124547
124561
  declare const unlockClaim: (props: UnlockClaimProps, wgApiClient: ClientType) => Promise<UnlockClaimResponse>;
124548
124562
 
124549
- declare const routeName$3X = "/v1/api/claims/{claim_id}/validate";
124550
- type ValidateClaimPathParams = paths[typeof routeName$3X]['post']['parameters']['path'];
124551
- type ValidateClaimQueryParams = paths[typeof routeName$3X]['post']['parameters']['query'];
124552
- type ValidateClaimResponse = paths[typeof routeName$3X]['post']['responses'][200]['content']['application/json'];
124563
+ declare const routeName$3W = "/v1/api/claims/{claim_id}/validate";
124564
+ type ValidateClaimPathParams = paths[typeof routeName$3W]['post']['parameters']['path'];
124565
+ type ValidateClaimQueryParams = paths[typeof routeName$3W]['post']['parameters']['query'];
124566
+ type ValidateClaimResponse = paths[typeof routeName$3W]['post']['responses'][200]['content']['application/json'];
124553
124567
  interface ValidateClaimProps {
124554
124568
  params: {
124555
124569
  query: ValidateClaimQueryParams;
@@ -124558,10 +124572,10 @@ interface ValidateClaimProps {
124558
124572
  }
124559
124573
  declare const validateClaim: (props: ValidateClaimProps, wgApiClient: ClientType) => Promise<ValidateClaimResponse>;
124560
124574
 
124561
- declare const routeName$3W = "/v1/api/distributions/{distribution_id}/claims";
124562
- type CreateClaimAsCustomerPathParams = paths[typeof routeName$3W]['post']['parameters']['path'];
124563
- type CreateClaimAsCustomerQueryParams = paths[typeof routeName$3W]['post']['parameters']['query'];
124564
- type CreateClaimAsCustomerResponse = paths[typeof routeName$3W]['post']['responses'][201]['content']['application/json'];
124575
+ declare const routeName$3V = "/v1/api/distributions/{distribution_id}/claims";
124576
+ type CreateClaimAsCustomerPathParams = paths[typeof routeName$3V]['post']['parameters']['path'];
124577
+ type CreateClaimAsCustomerQueryParams = paths[typeof routeName$3V]['post']['parameters']['query'];
124578
+ type CreateClaimAsCustomerResponse = paths[typeof routeName$3V]['post']['responses'][201]['content']['application/json'];
124565
124579
  interface CreateClaimAsCustomerProps {
124566
124580
  params: {
124567
124581
  query: CreateClaimAsCustomerQueryParams;
@@ -124570,28 +124584,28 @@ interface CreateClaimAsCustomerProps {
124570
124584
  }
124571
124585
  declare const createClaimAsCustomer: (props: CreateClaimAsCustomerProps, wgApiClient: ClientType) => Promise<CreateClaimAsCustomerResponse>;
124572
124586
 
124573
- declare const routeName$3V = "/v1/api/conversations";
124574
- type GetAllConversationsQueryParams = paths[typeof routeName$3V]['get']['parameters']['query'];
124575
- type GetAllConversationsResponse = paths[typeof routeName$3V]['get']['responses'][200]['content']['application/json'];
124576
- type GetAllConversationsProps = paths[typeof routeName$3V]['get']['parameters'];
124587
+ declare const routeName$3U = "/v1/api/conversations";
124588
+ type GetAllConversationsQueryParams = paths[typeof routeName$3U]['get']['parameters']['query'];
124589
+ type GetAllConversationsResponse = paths[typeof routeName$3U]['get']['responses'][200]['content']['application/json'];
124590
+ type GetAllConversationsProps = paths[typeof routeName$3U]['get']['parameters'];
124577
124591
  declare const getAllConversations: (props: GetAllConversationsProps, wgApiClient: ClientType) => Promise<GetAllConversationsResponse>;
124578
124592
 
124579
- declare const routeName$3U = "/v1/api/conversations-filters/origin";
124580
- type GetConversationsOriginFilterQueryParams = paths[typeof routeName$3U]['get']['parameters']['query'];
124581
- type GetConversationsOriginFilterResponse = paths[typeof routeName$3U]['get']['responses'][200]['content']['application/json'];
124582
- type GetConversationsOriginFilterProps = paths[typeof routeName$3U]['get']['parameters'];
124593
+ declare const routeName$3T = "/v1/api/conversations-filters/origin";
124594
+ type GetConversationsOriginFilterQueryParams = paths[typeof routeName$3T]['get']['parameters']['query'];
124595
+ type GetConversationsOriginFilterResponse = paths[typeof routeName$3T]['get']['responses'][200]['content']['application/json'];
124596
+ type GetConversationsOriginFilterProps = paths[typeof routeName$3T]['get']['parameters'];
124583
124597
  declare const getConversationsOriginFilter: (props: GetConversationsOriginFilterProps, wgApiClient: ClientType) => Promise<GetConversationsOriginFilterResponse>;
124584
124598
 
124585
- declare const routeName$3T = "/v1/api/conversations/{session_id}";
124586
- type GetConversationByIdPathParams = paths[typeof routeName$3T]['get']['parameters']['path'];
124587
- type GetConversationByIdQueryParams = paths[typeof routeName$3T]['get']['parameters']['query'];
124588
- type GetConversationByIdResponse = paths[typeof routeName$3T]['get']['responses'][200]['content']['application/json'];
124589
- type GetConversationByIdProps = paths[typeof routeName$3T]['get']['parameters'];
124599
+ declare const routeName$3S = "/v1/api/conversations/{session_id}";
124600
+ type GetConversationByIdPathParams = paths[typeof routeName$3S]['get']['parameters']['path'];
124601
+ type GetConversationByIdQueryParams = paths[typeof routeName$3S]['get']['parameters']['query'];
124602
+ type GetConversationByIdResponse = paths[typeof routeName$3S]['get']['responses'][200]['content']['application/json'];
124603
+ type GetConversationByIdProps = paths[typeof routeName$3S]['get']['parameters'];
124590
124604
  declare const getConversationById: (props: GetConversationByIdProps, wgApiClient: ClientType) => Promise<GetConversationByIdResponse>;
124591
124605
 
124592
- declare const routeName$3S = "/v1/api/conversations/{session_id}";
124593
- type DeleteSessionBySessionIdPathParams = paths[typeof routeName$3S]['delete']['parameters']['path'];
124594
- type DeleteSessionBySessionIdResponse = paths[typeof routeName$3S]['delete']['responses'][200]['content']['application/json'];
124606
+ declare const routeName$3R = "/v1/api/conversations/{session_id}";
124607
+ type DeleteSessionBySessionIdPathParams = paths[typeof routeName$3R]['delete']['parameters']['path'];
124608
+ type DeleteSessionBySessionIdResponse = paths[typeof routeName$3R]['delete']['responses'][200]['content']['application/json'];
124595
124609
  interface DeleteSessionBySessionIdProps {
124596
124610
  params: {
124597
124611
  path: DeleteSessionBySessionIdPathParams;
@@ -124599,10 +124613,10 @@ interface DeleteSessionBySessionIdProps {
124599
124613
  }
124600
124614
  declare const deleteSessionBySessionId: (props: DeleteSessionBySessionIdProps, wgApiClient: ClientType) => Promise<DeleteSessionBySessionIdResponse>;
124601
124615
 
124602
- declare const routeName$3R = "/v1/api/conversations/{session_id}";
124603
- type UpdateConversationByIdBody = paths[typeof routeName$3R]['patch']['requestBody']['content']['application/json'];
124604
- type UpdateConversationByIdPathParams = paths[typeof routeName$3R]['patch']['parameters']['path'];
124605
- type UpdateConversationByIdResponse = paths[typeof routeName$3R]['patch']['responses'][200]['content']['application/json'];
124616
+ declare const routeName$3Q = "/v1/api/conversations/{session_id}";
124617
+ type UpdateConversationByIdBody = paths[typeof routeName$3Q]['patch']['requestBody']['content']['application/json'];
124618
+ type UpdateConversationByIdPathParams = paths[typeof routeName$3Q]['patch']['parameters']['path'];
124619
+ type UpdateConversationByIdResponse = paths[typeof routeName$3Q]['patch']['responses'][200]['content']['application/json'];
124606
124620
  interface UpdateConversationByIdProps {
124607
124621
  body: UpdateConversationByIdBody;
124608
124622
  params: {
@@ -124611,16 +124625,16 @@ interface UpdateConversationByIdProps {
124611
124625
  }
124612
124626
  declare const updateConversationById: (props: UpdateConversationByIdProps, wgApiClient: ClientType) => Promise<UpdateConversationByIdResponse>;
124613
124627
 
124614
- declare const routeName$3Q = "/v1/api/conversations/{session_id}/chat";
124615
- type GetChatBySessionIdPathParams = paths[typeof routeName$3Q]['get']['parameters']['path'];
124616
- type GetChatBySessionIdResponse = paths[typeof routeName$3Q]['get']['responses'][200]['content']['application/json'];
124617
- type GetChatBySessionIdProps = paths[typeof routeName$3Q]['get']['parameters'];
124628
+ declare const routeName$3P = "/v1/api/conversations/{session_id}/chat";
124629
+ type GetChatBySessionIdPathParams = paths[typeof routeName$3P]['get']['parameters']['path'];
124630
+ type GetChatBySessionIdResponse = paths[typeof routeName$3P]['get']['responses'][200]['content']['application/json'];
124631
+ type GetChatBySessionIdProps = paths[typeof routeName$3P]['get']['parameters'];
124618
124632
  declare const getChatBySessionId: (props: GetChatBySessionIdProps, wgApiClient: ClientType) => Promise<GetChatBySessionIdResponse>;
124619
124633
 
124620
- declare const routeName$3P = "/v1/api/conversations/{session_id}/complete";
124621
- type MarkConversationAsCompletedByIdBody = paths[typeof routeName$3P]['post']['requestBody']['content']['application/json'];
124622
- type MarkConversationAsCompletedByIdPathParams = paths[typeof routeName$3P]['post']['parameters']['path'];
124623
- type MarkConversationAsCompletedByIdResponse = paths[typeof routeName$3P]['post']['responses'][200]['content']['application/json'];
124634
+ declare const routeName$3O = "/v1/api/conversations/{session_id}/complete";
124635
+ type MarkConversationAsCompletedByIdBody = paths[typeof routeName$3O]['post']['requestBody']['content']['application/json'];
124636
+ type MarkConversationAsCompletedByIdPathParams = paths[typeof routeName$3O]['post']['parameters']['path'];
124637
+ type MarkConversationAsCompletedByIdResponse = paths[typeof routeName$3O]['post']['responses'][200]['content']['application/json'];
124624
124638
  interface MarkConversationAsCompletedByIdProps {
124625
124639
  body: MarkConversationAsCompletedByIdBody;
124626
124640
  params: {
@@ -124629,10 +124643,10 @@ interface MarkConversationAsCompletedByIdProps {
124629
124643
  }
124630
124644
  declare const markConversationAsCompletedById: (props: MarkConversationAsCompletedByIdProps, wgApiClient: ClientType) => Promise<MarkConversationAsCompletedByIdResponse>;
124631
124645
 
124632
- declare const routeName$3O = "/v1/api/conversations/{session_id}/entities/{entity_id}";
124633
- type DeleteEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$3O]['delete']['parameters']['path'];
124634
- type DeleteEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$3O]['delete']['parameters']['query'];
124635
- type DeleteEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$3O]['delete']['responses'][200]['content']['application/json'];
124646
+ declare const routeName$3N = "/v1/api/conversations/{session_id}/entities/{entity_id}";
124647
+ type DeleteEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$3N]['delete']['parameters']['path'];
124648
+ type DeleteEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$3N]['delete']['parameters']['query'];
124649
+ type DeleteEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$3N]['delete']['responses'][200]['content']['application/json'];
124636
124650
  interface DeleteEntityBySessionIdAndFlowIdProps {
124637
124651
  params: {
124638
124652
  query: DeleteEntityBySessionIdAndFlowIdQueryParams;
@@ -124641,10 +124655,10 @@ interface DeleteEntityBySessionIdAndFlowIdProps {
124641
124655
  }
124642
124656
  declare const deleteEntityBySessionIdAndFlowId: (props: DeleteEntityBySessionIdAndFlowIdProps, wgApiClient: ClientType) => Promise<DeleteEntityBySessionIdAndFlowIdResponse>;
124643
124657
 
124644
- declare const routeName$3N = "/v1/api/conversations/{session_id}/entities/{entity_id}/parties/{party_id}";
124645
- type DeletePartyEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$3N]['delete']['parameters']['path'];
124646
- type DeletePartyEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$3N]['delete']['parameters']['query'];
124647
- type DeletePartyEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$3N]['delete']['responses'][200]['content']['application/json'];
124658
+ declare const routeName$3M = "/v1/api/conversations/{session_id}/entities/{entity_id}/parties/{party_id}";
124659
+ type DeletePartyEntityBySessionIdAndFlowIdPathParams = paths[typeof routeName$3M]['delete']['parameters']['path'];
124660
+ type DeletePartyEntityBySessionIdAndFlowIdQueryParams = paths[typeof routeName$3M]['delete']['parameters']['query'];
124661
+ type DeletePartyEntityBySessionIdAndFlowIdResponse = paths[typeof routeName$3M]['delete']['responses'][200]['content']['application/json'];
124648
124662
  interface DeletePartyEntityBySessionIdAndFlowIdProps {
124649
124663
  params: {
124650
124664
  query: DeletePartyEntityBySessionIdAndFlowIdQueryParams;
@@ -124653,10 +124667,10 @@ interface DeletePartyEntityBySessionIdAndFlowIdProps {
124653
124667
  }
124654
124668
  declare const deletePartyEntityBySessionIdAndFlowId: (props: DeletePartyEntityBySessionIdAndFlowIdProps, wgApiClient: ClientType) => Promise<DeletePartyEntityBySessionIdAndFlowIdResponse>;
124655
124669
 
124656
- declare const routeName$3M = "/v1/api/conversations/{session_id}/feedback";
124657
- type GiveFeedbackOnConversationByIdPathParams = paths[typeof routeName$3M]['post']['parameters']['path'];
124658
- type GiveFeedbackOnConversationByIdQueryParams = paths[typeof routeName$3M]['post']['parameters']['query'];
124659
- type GiveFeedbackOnConversationByIdResponse = paths[typeof routeName$3M]['post']['responses'][201]['content']['application/json'];
124670
+ declare const routeName$3L = "/v1/api/conversations/{session_id}/feedback";
124671
+ type GiveFeedbackOnConversationByIdPathParams = paths[typeof routeName$3L]['post']['parameters']['path'];
124672
+ type GiveFeedbackOnConversationByIdQueryParams = paths[typeof routeName$3L]['post']['parameters']['query'];
124673
+ type GiveFeedbackOnConversationByIdResponse = paths[typeof routeName$3L]['post']['responses'][201]['content']['application/json'];
124660
124674
  interface GiveFeedbackOnConversationByIdProps {
124661
124675
  params: {
124662
124676
  query: GiveFeedbackOnConversationByIdQueryParams;
@@ -124665,11 +124679,11 @@ interface GiveFeedbackOnConversationByIdProps {
124665
124679
  }
124666
124680
  declare const giveFeedbackOnConversationById: (props: GiveFeedbackOnConversationByIdProps, wgApiClient: ClientType) => Promise<GiveFeedbackOnConversationByIdResponse>;
124667
124681
 
124668
- declare const routeName$3L = "/v1/api/conversations/{session_id}/generate-questions-to-prefill-by-car";
124669
- type GenerateQuestionsToPrefillByCarBody = paths[typeof routeName$3L]['post']['requestBody']['content']['application/json'];
124670
- type GenerateQuestionsToPrefillByCarPathParams = paths[typeof routeName$3L]['post']['parameters']['path'];
124671
- type GenerateQuestionsToPrefillByCarQueryParams = paths[typeof routeName$3L]['post']['parameters']['query'];
124672
- type GenerateQuestionsToPrefillByCarResponse = paths[typeof routeName$3L]['post']['responses'][200]['content']['application/json'];
124682
+ declare const routeName$3K = "/v1/api/conversations/{session_id}/generate-questions-to-prefill-by-car";
124683
+ type GenerateQuestionsToPrefillByCarBody = paths[typeof routeName$3K]['post']['requestBody']['content']['application/json'];
124684
+ type GenerateQuestionsToPrefillByCarPathParams = paths[typeof routeName$3K]['post']['parameters']['path'];
124685
+ type GenerateQuestionsToPrefillByCarQueryParams = paths[typeof routeName$3K]['post']['parameters']['query'];
124686
+ type GenerateQuestionsToPrefillByCarResponse = paths[typeof routeName$3K]['post']['responses'][200]['content']['application/json'];
124673
124687
  interface GenerateQuestionsToPrefillByCarProps {
124674
124688
  body: GenerateQuestionsToPrefillByCarBody;
124675
124689
  params: {
@@ -124679,11 +124693,11 @@ interface GenerateQuestionsToPrefillByCarProps {
124679
124693
  }
124680
124694
  declare const generateQuestionsToPrefillByCar: (props: GenerateQuestionsToPrefillByCarProps, wgApiClient: ClientType) => Promise<GenerateQuestionsToPrefillByCarResponse>;
124681
124695
 
124682
- declare const routeName$3K = "/v1/api/conversations/{session_id}/pdf";
124683
- type GetConversationReportPdfByIdBody = paths[typeof routeName$3K]['post']['requestBody']['content']['application/json'];
124684
- type GetConversationReportPdfByIdPathParams = paths[typeof routeName$3K]['post']['parameters']['path'];
124685
- type GetConversationReportPdfByIdQueryParams = paths[typeof routeName$3K]['post']['parameters']['query'];
124686
- type GetConversationReportPdfByIdResponse = paths[typeof routeName$3K]['post']['responses'][200]['content']['application/json'];
124696
+ declare const routeName$3J = "/v1/api/conversations/{session_id}/pdf";
124697
+ type GetConversationReportPdfByIdBody = paths[typeof routeName$3J]['post']['requestBody']['content']['application/json'];
124698
+ type GetConversationReportPdfByIdPathParams = paths[typeof routeName$3J]['post']['parameters']['path'];
124699
+ type GetConversationReportPdfByIdQueryParams = paths[typeof routeName$3J]['post']['parameters']['query'];
124700
+ type GetConversationReportPdfByIdResponse = paths[typeof routeName$3J]['post']['responses'][200]['content']['application/json'];
124687
124701
  interface GetConversationReportPdfByIdProps {
124688
124702
  body: GetConversationReportPdfByIdBody;
124689
124703
  params: {
@@ -124693,9 +124707,9 @@ interface GetConversationReportPdfByIdProps {
124693
124707
  }
124694
124708
  declare const getConversationReportPdfById: (props: GetConversationReportPdfByIdProps, wgApiClient: ClientType) => Promise<GetConversationReportPdfByIdResponse>;
124695
124709
 
124696
- declare const routeName$3J = "/v1/api/conversations/{session_id}/reminders";
124697
- type CreateConversationReminderPathParams = paths[typeof routeName$3J]['post']['parameters']['path'];
124698
- type CreateConversationReminderResponse = paths[typeof routeName$3J]['post']['responses'][200]['content']['application/json'];
124710
+ declare const routeName$3I = "/v1/api/conversations/{session_id}/reminders";
124711
+ type CreateConversationReminderPathParams = paths[typeof routeName$3I]['post']['parameters']['path'];
124712
+ type CreateConversationReminderResponse = paths[typeof routeName$3I]['post']['responses'][200]['content']['application/json'];
124699
124713
  interface CreateConversationReminderProps {
124700
124714
  params: {
124701
124715
  path: CreateConversationReminderPathParams;
@@ -124703,16 +124717,16 @@ interface CreateConversationReminderProps {
124703
124717
  }
124704
124718
  declare const createConversationReminder: (props: CreateConversationReminderProps, wgApiClient: ClientType) => Promise<CreateConversationReminderResponse>;
124705
124719
 
124706
- declare const routeName$3I = "/v1/api/conversations/{session_id}/sessions";
124707
- type GetAllSessionsBySessionIdPathParams = paths[typeof routeName$3I]['get']['parameters']['path'];
124708
- type GetAllSessionsBySessionIdQueryParams = paths[typeof routeName$3I]['get']['parameters']['query'];
124709
- type GetAllSessionsBySessionIdResponse = paths[typeof routeName$3I]['get']['responses'][200]['content']['application/json'];
124710
- type GetAllSessionsBySessionIdProps = paths[typeof routeName$3I]['get']['parameters'];
124720
+ declare const routeName$3H = "/v1/api/conversations/{session_id}/sessions";
124721
+ type GetAllSessionsBySessionIdPathParams = paths[typeof routeName$3H]['get']['parameters']['path'];
124722
+ type GetAllSessionsBySessionIdQueryParams = paths[typeof routeName$3H]['get']['parameters']['query'];
124723
+ type GetAllSessionsBySessionIdResponse = paths[typeof routeName$3H]['get']['responses'][200]['content']['application/json'];
124724
+ type GetAllSessionsBySessionIdProps = paths[typeof routeName$3H]['get']['parameters'];
124711
124725
  declare const getAllSessionsBySessionId: (props: GetAllSessionsBySessionIdProps, wgApiClient: ClientType) => Promise<GetAllSessionsBySessionIdResponse>;
124712
124726
 
124713
- declare const routeName$3H = "/v1/api/conversations/{session_id}/sessions";
124714
- type DeleteAllSessionsBySessionIdPathParams = paths[typeof routeName$3H]['delete']['parameters']['path'];
124715
- type DeleteAllSessionsBySessionIdResponse = paths[typeof routeName$3H]['delete']['responses'][200]['content']['application/json'];
124727
+ declare const routeName$3G = "/v1/api/conversations/{session_id}/sessions";
124728
+ type DeleteAllSessionsBySessionIdPathParams = paths[typeof routeName$3G]['delete']['parameters']['path'];
124729
+ type DeleteAllSessionsBySessionIdResponse = paths[typeof routeName$3G]['delete']['responses'][200]['content']['application/json'];
124716
124730
  interface DeleteAllSessionsBySessionIdProps {
124717
124731
  params: {
124718
124732
  path: DeleteAllSessionsBySessionIdPathParams;
@@ -124720,11 +124734,11 @@ interface DeleteAllSessionsBySessionIdProps {
124720
124734
  }
124721
124735
  declare const deleteAllSessionsBySessionId: (props: DeleteAllSessionsBySessionIdProps, wgApiClient: ClientType) => Promise<DeleteAllSessionsBySessionIdResponse>;
124722
124736
 
124723
- declare const routeName$3G = "/v1/api/flows/{flow_id}/conversations";
124724
- type CreateConversationBody = paths[typeof routeName$3G]['post']['requestBody']['content']['application/json'];
124725
- type CreateConversationPathParams = paths[typeof routeName$3G]['post']['parameters']['path'];
124726
- type CreateConversationQueryParams = paths[typeof routeName$3G]['post']['parameters']['query'];
124727
- type CreateConversationResponse = paths[typeof routeName$3G]['post']['responses'][201]['content']['application/json'];
124737
+ declare const routeName$3F = "/v1/api/flows/{flow_id}/conversations";
124738
+ type CreateConversationBody = paths[typeof routeName$3F]['post']['requestBody']['content']['application/json'];
124739
+ type CreateConversationPathParams = paths[typeof routeName$3F]['post']['parameters']['path'];
124740
+ type CreateConversationQueryParams = paths[typeof routeName$3F]['post']['parameters']['query'];
124741
+ type CreateConversationResponse = paths[typeof routeName$3F]['post']['responses'][201]['content']['application/json'];
124728
124742
  interface CreateConversationProps {
124729
124743
  body: CreateConversationBody;
124730
124744
  params: {
@@ -124734,11 +124748,11 @@ interface CreateConversationProps {
124734
124748
  }
124735
124749
  declare const createConversation: (props: CreateConversationProps, wgApiClient: ClientType) => Promise<CreateConversationResponse>;
124736
124750
 
124737
- declare const routeName$3F = "/v1/api/flows/{flow_id}/conversations/{session_id}/answers";
124738
- type AnswerAFlowSessionBody = paths[typeof routeName$3F]['post']['requestBody']['content']['application/json'];
124739
- type AnswerAFlowSessionPathParams = paths[typeof routeName$3F]['post']['parameters']['path'];
124740
- type AnswerAFlowSessionQueryParams = paths[typeof routeName$3F]['post']['parameters']['query'];
124741
- type AnswerAFlowSessionResponse = paths[typeof routeName$3F]['post']['responses'][200]['content']['application/json'];
124751
+ declare const routeName$3E = "/v1/api/flows/{flow_id}/conversations/{session_id}/answers";
124752
+ type AnswerAFlowSessionBody = paths[typeof routeName$3E]['post']['requestBody']['content']['application/json'];
124753
+ type AnswerAFlowSessionPathParams = paths[typeof routeName$3E]['post']['parameters']['path'];
124754
+ type AnswerAFlowSessionQueryParams = paths[typeof routeName$3E]['post']['parameters']['query'];
124755
+ type AnswerAFlowSessionResponse = paths[typeof routeName$3E]['post']['responses'][200]['content']['application/json'];
124742
124756
  interface AnswerAFlowSessionProps {
124743
124757
  body: AnswerAFlowSessionBody;
124744
124758
  params: {
@@ -124748,24 +124762,24 @@ interface AnswerAFlowSessionProps {
124748
124762
  }
124749
124763
  declare const answerAFlowSession: (props: AnswerAFlowSessionProps, wgApiClient: ClientType) => Promise<AnswerAFlowSessionResponse>;
124750
124764
 
124751
- declare const routeName$3E = "/v2/api/conversations/{session_id}/chat-summary";
124752
- type GetChatSummaryV2BySessionIdPathParams = paths[typeof routeName$3E]['get']['parameters']['path'];
124753
- type GetChatSummaryV2BySessionIdQueryParams = paths[typeof routeName$3E]['get']['parameters']['query'];
124754
- type GetChatSummaryV2BySessionIdResponse = paths[typeof routeName$3E]['get']['responses'][200]['content']['application/json'];
124755
- type GetChatSummaryV2BySessionIdProps = paths[typeof routeName$3E]['get']['parameters'];
124765
+ declare const routeName$3D = "/v2/api/conversations/{session_id}/chat-summary";
124766
+ type GetChatSummaryV2BySessionIdPathParams = paths[typeof routeName$3D]['get']['parameters']['path'];
124767
+ type GetChatSummaryV2BySessionIdQueryParams = paths[typeof routeName$3D]['get']['parameters']['query'];
124768
+ type GetChatSummaryV2BySessionIdResponse = paths[typeof routeName$3D]['get']['responses'][200]['content']['application/json'];
124769
+ type GetChatSummaryV2BySessionIdProps = paths[typeof routeName$3D]['get']['parameters'];
124756
124770
  declare const getChatSummaryV2BySessionId: (props: GetChatSummaryV2BySessionIdProps, wgApiClient: ClientType) => Promise<GetChatSummaryV2BySessionIdResponse>;
124757
124771
 
124758
- declare const routeName$3D = "/v1/api/conversations/{session_id}/insurance-recommendations";
124759
- type GetRecommendationsBySessionIdPathParams = paths[typeof routeName$3D]['get']['parameters']['path'];
124760
- type GetRecommendationsBySessionIdQueryParams = paths[typeof routeName$3D]['get']['parameters']['query'];
124761
- type GetRecommendationsBySessionIdResponse = paths[typeof routeName$3D]['get']['responses'][200]['content']['application/json'];
124762
- type GetRecommendationsBySessionIdProps = paths[typeof routeName$3D]['get']['parameters'];
124772
+ declare const routeName$3C = "/v1/api/conversations/{session_id}/insurance-recommendations";
124773
+ type GetRecommendationsBySessionIdPathParams = paths[typeof routeName$3C]['get']['parameters']['path'];
124774
+ type GetRecommendationsBySessionIdQueryParams = paths[typeof routeName$3C]['get']['parameters']['query'];
124775
+ type GetRecommendationsBySessionIdResponse = paths[typeof routeName$3C]['get']['responses'][200]['content']['application/json'];
124776
+ type GetRecommendationsBySessionIdProps = paths[typeof routeName$3C]['get']['parameters'];
124763
124777
  declare const getRecommendationsBySessionId: (props: GetRecommendationsBySessionIdProps, wgApiClient: ClientType) => Promise<GetRecommendationsBySessionIdResponse>;
124764
124778
 
124765
- declare const routeName$3C = "/v1/api/insurance-recommendations";
124766
- type CreateRecommendationBySessionIdBody = paths[typeof routeName$3C]['post']['requestBody']['content']['application/json'];
124767
- type CreateRecommendationBySessionIdQueryParams = paths[typeof routeName$3C]['post']['parameters']['query'];
124768
- type CreateRecommendationBySessionIdResponse = paths[typeof routeName$3C]['post']['responses'][201]['content']['application/json'];
124779
+ declare const routeName$3B = "/v1/api/insurance-recommendations";
124780
+ type CreateRecommendationBySessionIdBody = paths[typeof routeName$3B]['post']['requestBody']['content']['application/json'];
124781
+ type CreateRecommendationBySessionIdQueryParams = paths[typeof routeName$3B]['post']['parameters']['query'];
124782
+ type CreateRecommendationBySessionIdResponse = paths[typeof routeName$3B]['post']['responses'][201]['content']['application/json'];
124769
124783
  interface CreateRecommendationBySessionIdProps {
124770
124784
  body: CreateRecommendationBySessionIdBody;
124771
124785
  params: {
@@ -124774,17 +124788,17 @@ interface CreateRecommendationBySessionIdProps {
124774
124788
  }
124775
124789
  declare const createRecommendationBySessionId: (props: CreateRecommendationBySessionIdProps, wgApiClient: ClientType) => Promise<CreateRecommendationBySessionIdResponse>;
124776
124790
 
124777
- declare const routeName$3B = "/v1/api/insurance-recommendations/{recommendation_id}";
124778
- type GetRecommendationsByIdPathParams = paths[typeof routeName$3B]['get']['parameters']['path'];
124779
- type GetRecommendationsByIdQueryParams = paths[typeof routeName$3B]['get']['parameters']['query'];
124780
- type GetRecommendationsByIdResponse = paths[typeof routeName$3B]['get']['responses'][200]['content']['application/json'];
124781
- type GetRecommendationsByIdProps = paths[typeof routeName$3B]['get']['parameters'];
124791
+ declare const routeName$3A = "/v1/api/insurance-recommendations/{recommendation_id}";
124792
+ type GetRecommendationsByIdPathParams = paths[typeof routeName$3A]['get']['parameters']['path'];
124793
+ type GetRecommendationsByIdQueryParams = paths[typeof routeName$3A]['get']['parameters']['query'];
124794
+ type GetRecommendationsByIdResponse = paths[typeof routeName$3A]['get']['responses'][200]['content']['application/json'];
124795
+ type GetRecommendationsByIdProps = paths[typeof routeName$3A]['get']['parameters'];
124782
124796
  declare const getRecommendationsById: (props: GetRecommendationsByIdProps, wgApiClient: ClientType) => Promise<GetRecommendationsByIdResponse>;
124783
124797
 
124784
- declare const routeName$3A = "/v1/api/insurance-recommendations/{recommendation_id}/feedback";
124785
- type GiveFeedbackOnRecommendationsByIdBody = paths[typeof routeName$3A]['post']['requestBody']['content']['application/json'];
124786
- type GiveFeedbackOnRecommendationsByIdPathParams = paths[typeof routeName$3A]['post']['parameters']['path'];
124787
- type GiveFeedbackOnRecommendationsByIdResponse = paths[typeof routeName$3A]['post']['responses'][201]['content']['application/json'];
124798
+ declare const routeName$3z = "/v1/api/insurance-recommendations/{recommendation_id}/feedback";
124799
+ type GiveFeedbackOnRecommendationsByIdBody = paths[typeof routeName$3z]['post']['requestBody']['content']['application/json'];
124800
+ type GiveFeedbackOnRecommendationsByIdPathParams = paths[typeof routeName$3z]['post']['parameters']['path'];
124801
+ type GiveFeedbackOnRecommendationsByIdResponse = paths[typeof routeName$3z]['post']['responses'][201]['content']['application/json'];
124788
124802
  interface GiveFeedbackOnRecommendationsByIdProps {
124789
124803
  body: GiveFeedbackOnRecommendationsByIdBody;
124790
124804
  params: {
@@ -124793,10 +124807,10 @@ interface GiveFeedbackOnRecommendationsByIdProps {
124793
124807
  }
124794
124808
  declare const giveFeedbackOnRecommendationsById: (props: GiveFeedbackOnRecommendationsByIdProps, wgApiClient: ClientType) => Promise<GiveFeedbackOnRecommendationsByIdResponse>;
124795
124809
 
124796
- declare const routeName$3z = "/v1/api/insurance-recommendations/{recommendation_id}/insurance-product-recommendations/{insurance_product_recommendation_id}";
124797
- type OverrideInsuranceProductRecommendationByIdBody = paths[typeof routeName$3z]['patch']['requestBody']['content']['application/json'];
124798
- type OverrideInsuranceProductRecommendationByIdPathParams = paths[typeof routeName$3z]['patch']['parameters']['path'];
124799
- type OverrideInsuranceProductRecommendationByIdResponse = paths[typeof routeName$3z]['patch']['responses'][201]['content']['application/json'];
124810
+ declare const routeName$3y = "/v1/api/insurance-recommendations/{recommendation_id}/insurance-product-recommendations/{insurance_product_recommendation_id}";
124811
+ type OverrideInsuranceProductRecommendationByIdBody = paths[typeof routeName$3y]['patch']['requestBody']['content']['application/json'];
124812
+ type OverrideInsuranceProductRecommendationByIdPathParams = paths[typeof routeName$3y]['patch']['parameters']['path'];
124813
+ type OverrideInsuranceProductRecommendationByIdResponse = paths[typeof routeName$3y]['patch']['responses'][201]['content']['application/json'];
124800
124814
  interface OverrideInsuranceProductRecommendationByIdProps {
124801
124815
  body: OverrideInsuranceProductRecommendationByIdBody;
124802
124816
  params: {
@@ -124805,10 +124819,10 @@ interface OverrideInsuranceProductRecommendationByIdProps {
124805
124819
  }
124806
124820
  declare const overrideInsuranceProductRecommendationById: (props: OverrideInsuranceProductRecommendationByIdProps, wgApiClient: ClientType) => Promise<OverrideInsuranceProductRecommendationByIdResponse>;
124807
124821
 
124808
- declare const routeName$3y = "/v1/api/insurance-recommendations/{recommendation_id}/prevention-advice-recommendations/{prevention_advice_recommendation_id}";
124809
- type OverridePreventionAdviceRecommendationByIdBody = paths[typeof routeName$3y]['patch']['requestBody']['content']['application/json'];
124810
- type OverridePreventionAdviceRecommendationByIdPathParams = paths[typeof routeName$3y]['patch']['parameters']['path'];
124811
- type OverridePreventionAdviceRecommendationByIdResponse = paths[typeof routeName$3y]['patch']['responses'][201]['content']['application/json'];
124822
+ declare const routeName$3x = "/v1/api/insurance-recommendations/{recommendation_id}/prevention-advice-recommendations/{prevention_advice_recommendation_id}";
124823
+ type OverridePreventionAdviceRecommendationByIdBody = paths[typeof routeName$3x]['patch']['requestBody']['content']['application/json'];
124824
+ type OverridePreventionAdviceRecommendationByIdPathParams = paths[typeof routeName$3x]['patch']['parameters']['path'];
124825
+ type OverridePreventionAdviceRecommendationByIdResponse = paths[typeof routeName$3x]['patch']['responses'][201]['content']['application/json'];
124812
124826
  interface OverridePreventionAdviceRecommendationByIdProps {
124813
124827
  body: OverridePreventionAdviceRecommendationByIdBody;
124814
124828
  params: {
@@ -124817,18 +124831,18 @@ interface OverridePreventionAdviceRecommendationByIdProps {
124817
124831
  }
124818
124832
  declare const overridePreventionAdviceRecommendationById: (props: OverridePreventionAdviceRecommendationByIdProps, wgApiClient: ClientType) => Promise<OverridePreventionAdviceRecommendationByIdResponse>;
124819
124833
 
124820
- declare const routeName$3x = "/v1/api/parties/{party_id}/insurance-recommendations";
124821
- type GetRecommendationsByPartyIdPathParams = paths[typeof routeName$3x]['get']['parameters']['path'];
124822
- type GetRecommendationsByPartyIdQueryParams = paths[typeof routeName$3x]['get']['parameters']['query'];
124823
- type GetRecommendationsByPartyIdResponse = paths[typeof routeName$3x]['get']['responses'][200]['content']['application/json'];
124824
- type GetRecommendationsByPartyIdProps = paths[typeof routeName$3x]['get']['parameters'];
124834
+ declare const routeName$3w = "/v1/api/parties/{party_id}/insurance-recommendations";
124835
+ type GetRecommendationsByPartyIdPathParams = paths[typeof routeName$3w]['get']['parameters']['path'];
124836
+ type GetRecommendationsByPartyIdQueryParams = paths[typeof routeName$3w]['get']['parameters']['query'];
124837
+ type GetRecommendationsByPartyIdResponse = paths[typeof routeName$3w]['get']['responses'][200]['content']['application/json'];
124838
+ type GetRecommendationsByPartyIdProps = paths[typeof routeName$3w]['get']['parameters'];
124825
124839
  declare const getRecommendationsByPartyId: (props: GetRecommendationsByPartyIdProps, wgApiClient: ClientType) => Promise<GetRecommendationsByPartyIdResponse>;
124826
124840
 
124827
- declare const routeName$3w = "/v1/api/parties/{party_id}/insurance-recommendations";
124828
- type CreateRecommendationByPartyIdBody = paths[typeof routeName$3w]['post']['requestBody']['content']['application/json'];
124829
- type CreateRecommendationByPartyIdPathParams = paths[typeof routeName$3w]['post']['parameters']['path'];
124830
- type CreateRecommendationByPartyIdQueryParams = paths[typeof routeName$3w]['post']['parameters']['query'];
124831
- type CreateRecommendationByPartyIdResponse = paths[typeof routeName$3w]['post']['responses'][201]['content']['application/json'];
124841
+ declare const routeName$3v = "/v1/api/parties/{party_id}/insurance-recommendations";
124842
+ type CreateRecommendationByPartyIdBody = paths[typeof routeName$3v]['post']['requestBody']['content']['application/json'];
124843
+ type CreateRecommendationByPartyIdPathParams = paths[typeof routeName$3v]['post']['parameters']['path'];
124844
+ type CreateRecommendationByPartyIdQueryParams = paths[typeof routeName$3v]['post']['parameters']['query'];
124845
+ type CreateRecommendationByPartyIdResponse = paths[typeof routeName$3v]['post']['responses'][201]['content']['application/json'];
124832
124846
  interface CreateRecommendationByPartyIdProps {
124833
124847
  body: CreateRecommendationByPartyIdBody;
124834
124848
  params: {
@@ -124838,100 +124852,100 @@ interface CreateRecommendationByPartyIdProps {
124838
124852
  }
124839
124853
  declare const createRecommendationByPartyId: (props: CreateRecommendationByPartyIdProps, wgApiClient: ClientType) => Promise<CreateRecommendationByPartyIdResponse>;
124840
124854
 
124841
- declare const routeName$3v = "/v1/api/customers";
124842
- type GetAllCustomersByDistributionQueryParams = paths[typeof routeName$3v]['get']['parameters']['query'];
124843
- type GetAllCustomersByDistributionResponse = paths[typeof routeName$3v]['get']['responses'][200]['content']['application/json'];
124844
- type GetAllCustomersByDistributionProps = paths[typeof routeName$3v]['get']['parameters'];
124855
+ declare const routeName$3u = "/v1/api/customers";
124856
+ type GetAllCustomersByDistributionQueryParams = paths[typeof routeName$3u]['get']['parameters']['query'];
124857
+ type GetAllCustomersByDistributionResponse = paths[typeof routeName$3u]['get']['responses'][200]['content']['application/json'];
124858
+ type GetAllCustomersByDistributionProps = paths[typeof routeName$3u]['get']['parameters'];
124845
124859
  declare const getAllCustomersByDistribution: (props: GetAllCustomersByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCustomersByDistributionResponse>;
124846
124860
 
124847
- declare const routeName$3u = "/v1/api/customers/me/anva-inquiry";
124848
- type SendAnvaInquiryAsCustomerBody = paths[typeof routeName$3u]['post']['requestBody']['content']['application/json'];
124849
- type SendAnvaInquiryAsCustomerResponse = paths[typeof routeName$3u]['post']['responses'][201]['content']['application/json'];
124861
+ declare const routeName$3t = "/v1/api/customers/me/anva-inquiry";
124862
+ type SendAnvaInquiryAsCustomerBody = paths[typeof routeName$3t]['post']['requestBody']['content']['application/json'];
124863
+ type SendAnvaInquiryAsCustomerResponse = paths[typeof routeName$3t]['post']['responses'][201]['content']['application/json'];
124850
124864
  interface SendAnvaInquiryAsCustomerProps {
124851
124865
  body: SendAnvaInquiryAsCustomerBody;
124852
124866
  }
124853
124867
  declare const sendAnvaInquiryAsCustomer: (props: SendAnvaInquiryAsCustomerProps, wgApiClient: ClientType) => Promise<SendAnvaInquiryAsCustomerResponse>;
124854
124868
 
124855
- declare const routeName$3t = "/v1/api/customers/me/claims";
124856
- type GetClaimsAsCustomerQueryParams = paths[typeof routeName$3t]['get']['parameters']['query'];
124857
- type GetClaimsAsCustomerResponse = paths[typeof routeName$3t]['get']['responses'][200]['content']['application/json'];
124858
- type GetClaimsAsCustomerProps = paths[typeof routeName$3t]['get']['parameters'];
124869
+ declare const routeName$3s = "/v1/api/customers/me/claims";
124870
+ type GetClaimsAsCustomerQueryParams = paths[typeof routeName$3s]['get']['parameters']['query'];
124871
+ type GetClaimsAsCustomerResponse = paths[typeof routeName$3s]['get']['responses'][200]['content']['application/json'];
124872
+ type GetClaimsAsCustomerProps = paths[typeof routeName$3s]['get']['parameters'];
124859
124873
  declare const getClaimsAsCustomer: (props: GetClaimsAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimsAsCustomerResponse>;
124860
124874
 
124861
- declare const routeName$3s = "/v1/api/customers/me/claims/{claim_id}";
124862
- type GetClaimByIdAsCustomerPathParams = paths[typeof routeName$3s]['get']['parameters']['path'];
124863
- type GetClaimByIdAsCustomerResponse = paths[typeof routeName$3s]['get']['responses'][200]['content']['application/json'];
124864
- type GetClaimByIdAsCustomerProps = paths[typeof routeName$3s]['get']['parameters'];
124875
+ declare const routeName$3r = "/v1/api/customers/me/claims/{claim_id}";
124876
+ type GetClaimByIdAsCustomerPathParams = paths[typeof routeName$3r]['get']['parameters']['path'];
124877
+ type GetClaimByIdAsCustomerResponse = paths[typeof routeName$3r]['get']['responses'][200]['content']['application/json'];
124878
+ type GetClaimByIdAsCustomerProps = paths[typeof routeName$3r]['get']['parameters'];
124865
124879
  declare const getClaimByIdAsCustomer: (props: GetClaimByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetClaimByIdAsCustomerResponse>;
124866
124880
 
124867
- declare const routeName$3r = "/v1/api/customers/me/current-account-insights";
124868
- type GetCurrentAccountInsightsAsCustomerQueryParams = paths[typeof routeName$3r]['get']['parameters']['query'];
124869
- type GetCurrentAccountInsightsAsCustomerResponse = paths[typeof routeName$3r]['get']['responses'][200]['content']['application/json'];
124870
- type GetCurrentAccountInsightsAsCustomerProps = paths[typeof routeName$3r]['get']['parameters'];
124881
+ declare const routeName$3q = "/v1/api/customers/me/current-account-insights";
124882
+ type GetCurrentAccountInsightsAsCustomerQueryParams = paths[typeof routeName$3q]['get']['parameters']['query'];
124883
+ type GetCurrentAccountInsightsAsCustomerResponse = paths[typeof routeName$3q]['get']['responses'][200]['content']['application/json'];
124884
+ type GetCurrentAccountInsightsAsCustomerProps = paths[typeof routeName$3q]['get']['parameters'];
124871
124885
  declare const getCurrentAccountInsightsAsCustomer: (props: GetCurrentAccountInsightsAsCustomerProps, wgApiClient: ClientType) => Promise<GetCurrentAccountInsightsAsCustomerResponse>;
124872
124886
 
124873
- declare const routeName$3q = "/v1/api/customers/me/documents";
124874
- type GetDocumentsAsCustomerQueryParams = paths[typeof routeName$3q]['get']['parameters']['query'];
124875
- type GetDocumentsAsCustomerResponse = paths[typeof routeName$3q]['get']['responses'][200]['content']['application/json'];
124876
- type GetDocumentsAsCustomerProps = paths[typeof routeName$3q]['get']['parameters'];
124887
+ declare const routeName$3p = "/v1/api/customers/me/documents";
124888
+ type GetDocumentsAsCustomerQueryParams = paths[typeof routeName$3p]['get']['parameters']['query'];
124889
+ type GetDocumentsAsCustomerResponse = paths[typeof routeName$3p]['get']['responses'][200]['content']['application/json'];
124890
+ type GetDocumentsAsCustomerProps = paths[typeof routeName$3p]['get']['parameters'];
124877
124891
  declare const getDocumentsAsCustomer: (props: GetDocumentsAsCustomerProps, wgApiClient: ClientType) => Promise<GetDocumentsAsCustomerResponse>;
124878
124892
 
124879
- declare const routeName$3p = "/v1/api/customers/me/finconnect/link";
124880
- type GetFinconnectLinkAsCustomerQueryParams = paths[typeof routeName$3p]['get']['parameters']['query'];
124881
- type GetFinconnectLinkAsCustomerResponse = paths[typeof routeName$3p]['get']['responses'][200]['content']['application/json'];
124882
- type GetFinconnectLinkAsCustomerProps = paths[typeof routeName$3p]['get']['parameters'];
124893
+ declare const routeName$3o = "/v1/api/customers/me/finconnect/link";
124894
+ type GetFinconnectLinkAsCustomerQueryParams = paths[typeof routeName$3o]['get']['parameters']['query'];
124895
+ type GetFinconnectLinkAsCustomerResponse = paths[typeof routeName$3o]['get']['responses'][200]['content']['application/json'];
124896
+ type GetFinconnectLinkAsCustomerProps = paths[typeof routeName$3o]['get']['parameters'];
124883
124897
  declare const getFinconnectLinkAsCustomer: (props: GetFinconnectLinkAsCustomerProps, wgApiClient: ClientType) => Promise<GetFinconnectLinkAsCustomerResponse>;
124884
124898
 
124885
- declare const routeName$3o = "/v1/api/customers/me/insurance-policies";
124886
- type GetInsurancePoliciesAsCustomerQueryParams = paths[typeof routeName$3o]['get']['parameters']['query'];
124887
- type GetInsurancePoliciesAsCustomerResponse = paths[typeof routeName$3o]['get']['responses'][200]['content']['application/json'];
124888
- type GetInsurancePoliciesAsCustomerProps = paths[typeof routeName$3o]['get']['parameters'];
124899
+ declare const routeName$3n = "/v1/api/customers/me/insurance-policies";
124900
+ type GetInsurancePoliciesAsCustomerQueryParams = paths[typeof routeName$3n]['get']['parameters']['query'];
124901
+ type GetInsurancePoliciesAsCustomerResponse = paths[typeof routeName$3n]['get']['responses'][200]['content']['application/json'];
124902
+ type GetInsurancePoliciesAsCustomerProps = paths[typeof routeName$3n]['get']['parameters'];
124889
124903
  declare const getInsurancePoliciesAsCustomer: (props: GetInsurancePoliciesAsCustomerProps, wgApiClient: ClientType) => Promise<GetInsurancePoliciesAsCustomerResponse>;
124890
124904
 
124891
- declare const routeName$3n = "/v1/api/customers/me/insurance-policies/{insurance_policy_id}";
124892
- type GetInsurancePolicyByIdAsCustomerPathParams = paths[typeof routeName$3n]['get']['parameters']['path'];
124893
- type GetInsurancePolicyByIdAsCustomerResponse = paths[typeof routeName$3n]['get']['responses'][200]['content']['application/json'];
124894
- type GetInsurancePolicyByIdAsCustomerProps = paths[typeof routeName$3n]['get']['parameters'];
124905
+ declare const routeName$3m = "/v1/api/customers/me/insurance-policies/{insurance_policy_id}";
124906
+ type GetInsurancePolicyByIdAsCustomerPathParams = paths[typeof routeName$3m]['get']['parameters']['path'];
124907
+ type GetInsurancePolicyByIdAsCustomerResponse = paths[typeof routeName$3m]['get']['responses'][200]['content']['application/json'];
124908
+ type GetInsurancePolicyByIdAsCustomerProps = paths[typeof routeName$3m]['get']['parameters'];
124895
124909
  declare const getInsurancePolicyByIdAsCustomer: (props: GetInsurancePolicyByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetInsurancePolicyByIdAsCustomerResponse>;
124896
124910
 
124897
- declare const routeName$3m = "/v1/api/customers/me/insurance-policies/{insurance_policy_id}/finconnect/link";
124898
- type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams = paths[typeof routeName$3m]['get']['parameters']['path'];
124899
- type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams = paths[typeof routeName$3m]['get']['parameters']['query'];
124900
- type GetFinconnectLinkForInsurancePolicyAsCustomerResponse = paths[typeof routeName$3m]['get']['responses'][200]['content']['application/json'];
124901
- type GetFinconnectLinkForInsurancePolicyAsCustomerProps = paths[typeof routeName$3m]['get']['parameters'];
124911
+ declare const routeName$3l = "/v1/api/customers/me/insurance-policies/{insurance_policy_id}/finconnect/link";
124912
+ type GetFinconnectLinkForInsurancePolicyAsCustomerPathParams = paths[typeof routeName$3l]['get']['parameters']['path'];
124913
+ type GetFinconnectLinkForInsurancePolicyAsCustomerQueryParams = paths[typeof routeName$3l]['get']['parameters']['query'];
124914
+ type GetFinconnectLinkForInsurancePolicyAsCustomerResponse = paths[typeof routeName$3l]['get']['responses'][200]['content']['application/json'];
124915
+ type GetFinconnectLinkForInsurancePolicyAsCustomerProps = paths[typeof routeName$3l]['get']['parameters'];
124902
124916
  declare const getFinconnectLinkForInsurancePolicyAsCustomer: (props: GetFinconnectLinkForInsurancePolicyAsCustomerProps, wgApiClient: ClientType) => Promise<GetFinconnectLinkForInsurancePolicyAsCustomerResponse>;
124903
124917
 
124904
- declare const routeName$3l = "/v1/api/customers/me/invoices";
124905
- type GetInvoicesAsCustomerQueryParams = paths[typeof routeName$3l]['get']['parameters']['query'];
124906
- type GetInvoicesAsCustomerResponse = paths[typeof routeName$3l]['get']['responses'][200]['content']['application/json'];
124907
- type GetInvoicesAsCustomerProps = paths[typeof routeName$3l]['get']['parameters'];
124918
+ declare const routeName$3k = "/v1/api/customers/me/invoices";
124919
+ type GetInvoicesAsCustomerQueryParams = paths[typeof routeName$3k]['get']['parameters']['query'];
124920
+ type GetInvoicesAsCustomerResponse = paths[typeof routeName$3k]['get']['responses'][200]['content']['application/json'];
124921
+ type GetInvoicesAsCustomerProps = paths[typeof routeName$3k]['get']['parameters'];
124908
124922
  declare const getInvoicesAsCustomer: (props: GetInvoicesAsCustomerProps, wgApiClient: ClientType) => Promise<GetInvoicesAsCustomerResponse>;
124909
124923
 
124910
- declare const routeName$3k = "/v1/api/customers/me/invoices/{invoice_id}";
124911
- type GetInvoiceByIdAsCustomerPathParams = paths[typeof routeName$3k]['get']['parameters']['path'];
124912
- type GetInvoiceByIdAsCustomerResponse = paths[typeof routeName$3k]['get']['responses'][200]['content']['application/json'];
124913
- type GetInvoiceByIdAsCustomerProps = paths[typeof routeName$3k]['get']['parameters'];
124924
+ declare const routeName$3j = "/v1/api/customers/me/invoices/{invoice_id}";
124925
+ type GetInvoiceByIdAsCustomerPathParams = paths[typeof routeName$3j]['get']['parameters']['path'];
124926
+ type GetInvoiceByIdAsCustomerResponse = paths[typeof routeName$3j]['get']['responses'][200]['content']['application/json'];
124927
+ type GetInvoiceByIdAsCustomerProps = paths[typeof routeName$3j]['get']['parameters'];
124914
124928
  declare const getInvoiceByIdAsCustomer: (props: GetInvoiceByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetInvoiceByIdAsCustomerResponse>;
124915
124929
 
124916
- declare const routeName$3j = "/v1/api/customers/me/parties";
124917
- type GetPartiesLinkedToUserResponse = paths[typeof routeName$3j]['get']['responses'][200]['content']['application/json'];
124930
+ declare const routeName$3i = "/v1/api/customers/me/parties";
124931
+ type GetPartiesLinkedToUserResponse = paths[typeof routeName$3i]['get']['responses'][200]['content']['application/json'];
124918
124932
  declare const getPartiesLinkedToUser: (wgApiClient: ClientType) => Promise<GetPartiesLinkedToUserResponse>;
124919
124933
 
124920
- declare const routeName$3i = "/v1/api/customers/me/policy-packages";
124921
- type GetPolicyPackagesAsCustomerQueryParams = paths[typeof routeName$3i]['get']['parameters']['query'];
124922
- type GetPolicyPackagesAsCustomerResponse = paths[typeof routeName$3i]['get']['responses'][200]['content']['application/json'];
124923
- type GetPolicyPackagesAsCustomerProps = paths[typeof routeName$3i]['get']['parameters'];
124934
+ declare const routeName$3h = "/v1/api/customers/me/policy-packages";
124935
+ type GetPolicyPackagesAsCustomerQueryParams = paths[typeof routeName$3h]['get']['parameters']['query'];
124936
+ type GetPolicyPackagesAsCustomerResponse = paths[typeof routeName$3h]['get']['responses'][200]['content']['application/json'];
124937
+ type GetPolicyPackagesAsCustomerProps = paths[typeof routeName$3h]['get']['parameters'];
124924
124938
  declare const getPolicyPackagesAsCustomer: (props: GetPolicyPackagesAsCustomerProps, wgApiClient: ClientType) => Promise<GetPolicyPackagesAsCustomerResponse>;
124925
124939
 
124926
- declare const routeName$3h = "/v1/api/customers/me/policy-packages/{policy_package_id}";
124927
- type GetPolicyPackageByIdAsCustomerPathParams = paths[typeof routeName$3h]['get']['parameters']['path'];
124928
- type GetPolicyPackageByIdAsCustomerResponse = paths[typeof routeName$3h]['get']['responses'][200]['content']['application/json'];
124929
- type GetPolicyPackageByIdAsCustomerProps = paths[typeof routeName$3h]['get']['parameters'];
124940
+ declare const routeName$3g = "/v1/api/customers/me/policy-packages/{policy_package_id}";
124941
+ type GetPolicyPackageByIdAsCustomerPathParams = paths[typeof routeName$3g]['get']['parameters']['path'];
124942
+ type GetPolicyPackageByIdAsCustomerResponse = paths[typeof routeName$3g]['get']['responses'][200]['content']['application/json'];
124943
+ type GetPolicyPackageByIdAsCustomerProps = paths[typeof routeName$3g]['get']['parameters'];
124930
124944
  declare const getPolicyPackageByIdAsCustomer: (props: GetPolicyPackageByIdAsCustomerProps, wgApiClient: ClientType) => Promise<GetPolicyPackageByIdAsCustomerResponse>;
124931
124945
 
124932
- declare const routeName$3g = "/v1/api/customers/{user_id}/2fa";
124933
- type Disable2FaForCustomerPathParams = paths[typeof routeName$3g]['delete']['parameters']['path'];
124934
- type Disable2FaForCustomerResponse = paths[typeof routeName$3g]['delete']['responses'][200]['content']['application/json'];
124946
+ declare const routeName$3f = "/v1/api/customers/{user_id}/2fa";
124947
+ type Disable2FaForCustomerPathParams = paths[typeof routeName$3f]['delete']['parameters']['path'];
124948
+ type Disable2FaForCustomerResponse = paths[typeof routeName$3f]['delete']['responses'][200]['content']['application/json'];
124935
124949
  interface Disable2FaForCustomerProps {
124936
124950
  params: {
124937
124951
  path: Disable2FaForCustomerPathParams;
@@ -124939,16 +124953,16 @@ interface Disable2FaForCustomerProps {
124939
124953
  }
124940
124954
  declare const disable2FaForCustomer: (props: Disable2FaForCustomerProps, wgApiClient: ClientType) => Promise<Disable2FaForCustomerResponse>;
124941
124955
 
124942
- declare const routeName$3f = "/v1/api/customers/{user_id}/parties";
124943
- type GetPartiesByCustomerPathParams = paths[typeof routeName$3f]['get']['parameters']['path'];
124944
- type GetPartiesByCustomerQueryParams = paths[typeof routeName$3f]['get']['parameters']['query'];
124945
- type GetPartiesByCustomerResponse = paths[typeof routeName$3f]['get']['responses'][200]['content']['application/json'];
124946
- type GetPartiesByCustomerProps = paths[typeof routeName$3f]['get']['parameters'];
124956
+ declare const routeName$3e = "/v1/api/customers/{user_id}/parties";
124957
+ type GetPartiesByCustomerPathParams = paths[typeof routeName$3e]['get']['parameters']['path'];
124958
+ type GetPartiesByCustomerQueryParams = paths[typeof routeName$3e]['get']['parameters']['query'];
124959
+ type GetPartiesByCustomerResponse = paths[typeof routeName$3e]['get']['responses'][200]['content']['application/json'];
124960
+ type GetPartiesByCustomerProps = paths[typeof routeName$3e]['get']['parameters'];
124947
124961
  declare const getPartiesByCustomer: (props: GetPartiesByCustomerProps, wgApiClient: ClientType) => Promise<GetPartiesByCustomerResponse>;
124948
124962
 
124949
- declare const routeName$3e = "/v1/api/customers/{user_id}/parties/{party_id}/block";
124950
- type BlockCustomerFromAccessingPartyPathParams = paths[typeof routeName$3e]['post']['parameters']['path'];
124951
- type BlockCustomerFromAccessingPartyResponse = paths[typeof routeName$3e]['post']['responses'][200]['content']['application/json'];
124963
+ declare const routeName$3d = "/v1/api/customers/{user_id}/parties/{party_id}/block";
124964
+ type BlockCustomerFromAccessingPartyPathParams = paths[typeof routeName$3d]['post']['parameters']['path'];
124965
+ type BlockCustomerFromAccessingPartyResponse = paths[typeof routeName$3d]['post']['responses'][200]['content']['application/json'];
124952
124966
  interface BlockCustomerFromAccessingPartyProps {
124953
124967
  params: {
124954
124968
  path: BlockCustomerFromAccessingPartyPathParams;
@@ -124956,9 +124970,9 @@ interface BlockCustomerFromAccessingPartyProps {
124956
124970
  }
124957
124971
  declare const blockCustomerFromAccessingParty: (props: BlockCustomerFromAccessingPartyProps, wgApiClient: ClientType) => Promise<BlockCustomerFromAccessingPartyResponse>;
124958
124972
 
124959
- declare const routeName$3d = "/v1/api/customers/{user_id}/parties/{party_id}/block";
124960
- type UnblockCustomerFromAccessingPartyPathParams = paths[typeof routeName$3d]['delete']['parameters']['path'];
124961
- type UnblockCustomerFromAccessingPartyResponse = paths[typeof routeName$3d]['delete']['responses'][200]['content']['application/json'];
124973
+ declare const routeName$3c = "/v1/api/customers/{user_id}/parties/{party_id}/block";
124974
+ type UnblockCustomerFromAccessingPartyPathParams = paths[typeof routeName$3c]['delete']['parameters']['path'];
124975
+ type UnblockCustomerFromAccessingPartyResponse = paths[typeof routeName$3c]['delete']['responses'][200]['content']['application/json'];
124962
124976
  interface UnblockCustomerFromAccessingPartyProps {
124963
124977
  params: {
124964
124978
  path: UnblockCustomerFromAccessingPartyPathParams;
@@ -124966,9 +124980,9 @@ interface UnblockCustomerFromAccessingPartyProps {
124966
124980
  }
124967
124981
  declare const unblockCustomerFromAccessingParty: (props: UnblockCustomerFromAccessingPartyProps, wgApiClient: ClientType) => Promise<UnblockCustomerFromAccessingPartyResponse>;
124968
124982
 
124969
- declare const routeName$3c = "/v1/api/customers/{user_id}/password-reset";
124970
- type SendPasswordResetToCustomerPathParams = paths[typeof routeName$3c]['post']['parameters']['path'];
124971
- type SendPasswordResetToCustomerResponse = paths[typeof routeName$3c]['post']['responses'][200]['content']['application/json'];
124983
+ declare const routeName$3b = "/v1/api/customers/{user_id}/password-reset";
124984
+ type SendPasswordResetToCustomerPathParams = paths[typeof routeName$3b]['post']['parameters']['path'];
124985
+ type SendPasswordResetToCustomerResponse = paths[typeof routeName$3b]['post']['responses'][200]['content']['application/json'];
124972
124986
  interface SendPasswordResetToCustomerProps {
124973
124987
  params: {
124974
124988
  path: SendPasswordResetToCustomerPathParams;
@@ -124976,41 +124990,41 @@ interface SendPasswordResetToCustomerProps {
124976
124990
  }
124977
124991
  declare const sendPasswordResetToCustomer: (props: SendPasswordResetToCustomerProps, wgApiClient: ClientType) => Promise<SendPasswordResetToCustomerResponse>;
124978
124992
 
124979
- declare const routeName$3b = "/v1/api/parties/delink-users";
124980
- type DelinkPartyToUserBody = paths[typeof routeName$3b]['post']['requestBody']['content']['application/json'];
124981
- type DelinkPartyToUserResponse = paths[typeof routeName$3b]['post']['responses'][200]['content']['application/json'];
124993
+ declare const routeName$3a = "/v1/api/parties/delink-users";
124994
+ type DelinkPartyToUserBody = paths[typeof routeName$3a]['post']['requestBody']['content']['application/json'];
124995
+ type DelinkPartyToUserResponse = paths[typeof routeName$3a]['post']['responses'][200]['content']['application/json'];
124982
124996
  interface DelinkPartyToUserProps {
124983
124997
  body: DelinkPartyToUserBody;
124984
124998
  }
124985
124999
  declare const delinkPartyToUser: (props: DelinkPartyToUserProps, wgApiClient: ClientType) => Promise<DelinkPartyToUserResponse>;
124986
125000
 
124987
- declare const routeName$3a = "/v1/api/parties/link-users";
124988
- type LinkPartyToUserBody = paths[typeof routeName$3a]['post']['requestBody']['content']['application/json'];
124989
- type LinkPartyToUserResponse = paths[typeof routeName$3a]['post']['responses'][200]['content']['application/json'];
125001
+ declare const routeName$39 = "/v1/api/parties/link-users";
125002
+ type LinkPartyToUserBody = paths[typeof routeName$39]['post']['requestBody']['content']['application/json'];
125003
+ type LinkPartyToUserResponse = paths[typeof routeName$39]['post']['responses'][200]['content']['application/json'];
124990
125004
  interface LinkPartyToUserProps {
124991
125005
  body: LinkPartyToUserBody;
124992
125006
  }
124993
125007
  declare const linkPartyToUser: (props: LinkPartyToUserProps, wgApiClient: ClientType) => Promise<LinkPartyToUserResponse>;
124994
125008
 
124995
- declare const routeName$39 = "/v1/api/parties/me";
124996
- type PatchOwnPartyAsCustomerBody = paths[typeof routeName$39]['patch']['requestBody']['content']['application/json'];
124997
- type PatchOwnPartyAsCustomerResponse = paths[typeof routeName$39]['patch']['responses'][200]['content']['application/json'];
125009
+ declare const routeName$38 = "/v1/api/parties/me";
125010
+ type PatchOwnPartyAsCustomerBody = paths[typeof routeName$38]['patch']['requestBody']['content']['application/json'];
125011
+ type PatchOwnPartyAsCustomerResponse = paths[typeof routeName$38]['patch']['responses'][200]['content']['application/json'];
124998
125012
  interface PatchOwnPartyAsCustomerProps {
124999
125013
  body: PatchOwnPartyAsCustomerBody;
125000
125014
  }
125001
125015
  declare const patchOwnPartyAsCustomer: (props: PatchOwnPartyAsCustomerProps, wgApiClient: ClientType) => Promise<PatchOwnPartyAsCustomerResponse>;
125002
125016
 
125003
- declare const routeName$38 = "/v1/api/parties/me/activities";
125004
- type CreatePartyActivitiesAsCustomerBody = paths[typeof routeName$38]['post']['requestBody']['content']['application/json'];
125005
- type CreatePartyActivitiesAsCustomerResponse = paths[typeof routeName$38]['post']['responses'][201]['content']['application/json'];
125017
+ declare const routeName$37 = "/v1/api/parties/me/activities";
125018
+ type CreatePartyActivitiesAsCustomerBody = paths[typeof routeName$37]['post']['requestBody']['content']['application/json'];
125019
+ type CreatePartyActivitiesAsCustomerResponse = paths[typeof routeName$37]['post']['responses'][201]['content']['application/json'];
125006
125020
  interface CreatePartyActivitiesAsCustomerProps {
125007
125021
  body: CreatePartyActivitiesAsCustomerBody;
125008
125022
  }
125009
125023
  declare const createPartyActivitiesAsCustomer: (props: CreatePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<CreatePartyActivitiesAsCustomerResponse>;
125010
125024
 
125011
- declare const routeName$37 = "/v1/api/parties/me/activities/{activity_id}";
125012
- type DeletePartyActivitiesAsCustomerPathParams = paths[typeof routeName$37]['delete']['parameters']['path'];
125013
- type DeletePartyActivitiesAsCustomerResponse = paths[typeof routeName$37]['delete']['responses'][200]['content']['application/json'];
125025
+ declare const routeName$36 = "/v1/api/parties/me/activities/{activity_id}";
125026
+ type DeletePartyActivitiesAsCustomerPathParams = paths[typeof routeName$36]['delete']['parameters']['path'];
125027
+ type DeletePartyActivitiesAsCustomerResponse = paths[typeof routeName$36]['delete']['responses'][200]['content']['application/json'];
125014
125028
  interface DeletePartyActivitiesAsCustomerProps {
125015
125029
  params: {
125016
125030
  path: DeletePartyActivitiesAsCustomerPathParams;
@@ -125018,10 +125032,10 @@ interface DeletePartyActivitiesAsCustomerProps {
125018
125032
  }
125019
125033
  declare const deletePartyActivitiesAsCustomer: (props: DeletePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<DeletePartyActivitiesAsCustomerResponse>;
125020
125034
 
125021
- declare const routeName$36 = "/v1/api/parties/me/activities/{activity_id}";
125022
- type UpdatePartyActivitiesAsCustomerBody = paths[typeof routeName$36]['patch']['requestBody']['content']['application/json'];
125023
- type UpdatePartyActivitiesAsCustomerPathParams = paths[typeof routeName$36]['patch']['parameters']['path'];
125024
- type UpdatePartyActivitiesAsCustomerResponse = paths[typeof routeName$36]['patch']['responses'][200]['content']['application/json'];
125035
+ declare const routeName$35 = "/v1/api/parties/me/activities/{activity_id}";
125036
+ type UpdatePartyActivitiesAsCustomerBody = paths[typeof routeName$35]['patch']['requestBody']['content']['application/json'];
125037
+ type UpdatePartyActivitiesAsCustomerPathParams = paths[typeof routeName$35]['patch']['parameters']['path'];
125038
+ type UpdatePartyActivitiesAsCustomerResponse = paths[typeof routeName$35]['patch']['responses'][200]['content']['application/json'];
125025
125039
  interface UpdatePartyActivitiesAsCustomerProps {
125026
125040
  body: UpdatePartyActivitiesAsCustomerBody;
125027
125041
  params: {
@@ -125030,16 +125044,16 @@ interface UpdatePartyActivitiesAsCustomerProps {
125030
125044
  }
125031
125045
  declare const updatePartyActivitiesAsCustomer: (props: UpdatePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<UpdatePartyActivitiesAsCustomerResponse>;
125032
125046
 
125033
- declare const routeName$35 = "/v1/api/parties/{party_id}/checkup";
125034
- type GetCheckupByPartyIdPathParams = paths[typeof routeName$35]['get']['parameters']['path'];
125035
- type GetCheckupByPartyIdResponse = paths[typeof routeName$35]['get']['responses'][200]['content']['application/json'];
125036
- type GetCheckupByPartyIdProps = paths[typeof routeName$35]['get']['parameters'];
125047
+ declare const routeName$34 = "/v1/api/parties/{party_id}/checkup";
125048
+ type GetCheckupByPartyIdPathParams = paths[typeof routeName$34]['get']['parameters']['path'];
125049
+ type GetCheckupByPartyIdResponse = paths[typeof routeName$34]['get']['responses'][200]['content']['application/json'];
125050
+ type GetCheckupByPartyIdProps = paths[typeof routeName$34]['get']['parameters'];
125037
125051
  declare const getCheckupByPartyId: (props: GetCheckupByPartyIdProps, wgApiClient: ClientType) => Promise<GetCheckupByPartyIdResponse>;
125038
125052
 
125039
- declare const routeName$34 = "/v1/api/parties/{party_id}/customer-invitations";
125040
- type InviteUserToPartyBody = paths[typeof routeName$34]['post']['requestBody']['content']['application/json'];
125041
- type InviteUserToPartyPathParams = paths[typeof routeName$34]['post']['parameters']['path'];
125042
- type InviteUserToPartyResponse = paths[typeof routeName$34]['post']['responses'][200]['content']['application/json'];
125053
+ declare const routeName$33 = "/v1/api/parties/{party_id}/customer-invitations";
125054
+ type InviteUserToPartyBody = paths[typeof routeName$33]['post']['requestBody']['content']['application/json'];
125055
+ type InviteUserToPartyPathParams = paths[typeof routeName$33]['post']['parameters']['path'];
125056
+ type InviteUserToPartyResponse = paths[typeof routeName$33]['post']['responses'][200]['content']['application/json'];
125043
125057
  interface InviteUserToPartyProps {
125044
125058
  body: InviteUserToPartyBody;
125045
125059
  params: {
@@ -125048,20 +125062,13 @@ interface InviteUserToPartyProps {
125048
125062
  }
125049
125063
  declare const inviteUserToParty: (props: InviteUserToPartyProps, wgApiClient: ClientType) => Promise<InviteUserToPartyResponse>;
125050
125064
 
125051
- declare const routeName$33 = "/v1/api/parties/{party_id}/customers";
125052
- type GetCustomersByPartyPathParams = paths[typeof routeName$33]['get']['parameters']['path'];
125053
- type GetCustomersByPartyQueryParams = paths[typeof routeName$33]['get']['parameters']['query'];
125054
- type GetCustomersByPartyResponse = paths[typeof routeName$33]['get']['responses'][200]['content']['application/json'];
125055
- type GetCustomersByPartyProps = paths[typeof routeName$33]['get']['parameters'];
125065
+ declare const routeName$32 = "/v1/api/parties/{party_id}/customers";
125066
+ type GetCustomersByPartyPathParams = paths[typeof routeName$32]['get']['parameters']['path'];
125067
+ type GetCustomersByPartyQueryParams = paths[typeof routeName$32]['get']['parameters']['query'];
125068
+ type GetCustomersByPartyResponse = paths[typeof routeName$32]['get']['responses'][200]['content']['application/json'];
125069
+ type GetCustomersByPartyProps = paths[typeof routeName$32]['get']['parameters'];
125056
125070
  declare const getCustomersByParty: (props: GetCustomersByPartyProps, wgApiClient: ClientType) => Promise<GetCustomersByPartyResponse>;
125057
125071
 
125058
- declare const routeName$32 = "/v1/api/parties/{party_id}/insurance-policies/{insurance_policy_id}/finconnect/link";
125059
- type GetFinconnectLinkForInsurancePolicyPathParams = paths[typeof routeName$32]['get']['parameters']['path'];
125060
- type GetFinconnectLinkForInsurancePolicyQueryParams = paths[typeof routeName$32]['get']['parameters']['query'];
125061
- type GetFinconnectLinkForInsurancePolicyResponse = paths[typeof routeName$32]['get']['responses'][200]['content']['application/json'];
125062
- type GetFinconnectLinkForInsurancePolicyProps = paths[typeof routeName$32]['get']['parameters'];
125063
- declare const getFinconnectLinkForInsurancePolicy: (props: GetFinconnectLinkForInsurancePolicyProps, wgApiClient: ClientType) => Promise<GetFinconnectLinkForInsurancePolicyResponse>;
125064
-
125065
125072
  declare const routeName$31 = "/v1/api/diasflows/conversations/{session_id}/calculate";
125066
125073
  type CalculateDiasQuotesBySessionIdBody = paths[typeof routeName$31]['post']['requestBody']['content']['application/json'];
125067
125074
  type CalculateDiasQuotesBySessionIdPathParams = paths[typeof routeName$31]['post']['parameters']['path'];