wg-api-sdk 4.31.42 → 4.31.43

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