wg-api-sdk 4.30.220 → 4.30.221

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.
@@ -3357,6 +3357,23 @@ interface paths {
3357
3357
  patch?: never;
3358
3358
  trace?: never;
3359
3359
  };
3360
+ "/v1/api/customers/me/finconnect/link": {
3361
+ parameters: {
3362
+ query?: never;
3363
+ header?: never;
3364
+ path?: never;
3365
+ cookie?: never;
3366
+ };
3367
+ /** Get Finconnect Link As Customer */
3368
+ get: operations["get_finconnect_link_as_customer_v1_api_customers_me_finconnect_link_get"];
3369
+ put?: never;
3370
+ post?: never;
3371
+ delete?: never;
3372
+ options?: never;
3373
+ head?: never;
3374
+ patch?: never;
3375
+ trace?: never;
3376
+ };
3360
3377
  "/v1/api/parties/me": {
3361
3378
  parameters: {
3362
3379
  query?: never;
@@ -5850,23 +5867,6 @@ interface paths {
5850
5867
  patch?: never;
5851
5868
  trace?: never;
5852
5869
  };
5853
- "/v1/api/customers/me/finconnect/link": {
5854
- parameters: {
5855
- query?: never;
5856
- header?: never;
5857
- path?: never;
5858
- cookie?: never;
5859
- };
5860
- /** Get Finconnect Link As Customer */
5861
- get: operations["get_finconnect_link_as_customer_v1_api_customers_me_finconnect_link_get"];
5862
- put?: never;
5863
- post?: never;
5864
- delete?: never;
5865
- options?: never;
5866
- head?: never;
5867
- patch?: never;
5868
- trace?: never;
5869
- };
5870
5870
  "/v1/api/parties/companies": {
5871
5871
  parameters: {
5872
5872
  query?: never;
@@ -8842,7 +8842,7 @@ interface components {
8842
8842
  * Timestamp
8843
8843
  * Format: date-time
8844
8844
  * @description Timestamp of when the error occured
8845
- * @default 2025-12-16T17:24:21.236790
8845
+ * @default 2025-12-16T17:27:47.233853
8846
8846
  */
8847
8847
  timestamp: string;
8848
8848
  /**
@@ -88883,6 +88883,94 @@ interface operations {
88883
88883
  };
88884
88884
  };
88885
88885
  };
88886
+ get_finconnect_link_as_customer_v1_api_customers_me_finconnect_link_get: {
88887
+ parameters: {
88888
+ query?: {
88889
+ /**
88890
+ * @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
88891
+ * @example EN
88892
+ */
88893
+ lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
88894
+ /**
88895
+ * @description Same as lang, but adds support to pass ?language as well
88896
+ * @example EN
88897
+ */
88898
+ language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
88899
+ };
88900
+ header?: {
88901
+ /** @description Which release to target running in 'STAGING' environment. */
88902
+ "x-release"?: string;
88903
+ };
88904
+ path?: never;
88905
+ cookie?: never;
88906
+ };
88907
+ requestBody?: never;
88908
+ responses: {
88909
+ /** @description Successful Response */
88910
+ 307: {
88911
+ headers: {
88912
+ [name: string]: unknown;
88913
+ };
88914
+ content: {
88915
+ "application/json": components["schemas"]["FinConnectLinkQueryModel"];
88916
+ };
88917
+ };
88918
+ /** @description Bad Request */
88919
+ 400: {
88920
+ headers: {
88921
+ [name: string]: unknown;
88922
+ };
88923
+ content: {
88924
+ "application/json": components["schemas"]["Error_4XX"];
88925
+ };
88926
+ };
88927
+ /** @description Unauthorized */
88928
+ 401: {
88929
+ headers: {
88930
+ [name: string]: unknown;
88931
+ };
88932
+ content: {
88933
+ "application/json": components["schemas"]["Error_401"];
88934
+ };
88935
+ };
88936
+ /** @description Forbidden */
88937
+ 403: {
88938
+ headers: {
88939
+ [name: string]: unknown;
88940
+ };
88941
+ content: {
88942
+ "application/json": components["schemas"]["Error_403"];
88943
+ };
88944
+ };
88945
+ /** @description Unprocessable Content */
88946
+ 422: {
88947
+ headers: {
88948
+ [name: string]: unknown;
88949
+ };
88950
+ content: {
88951
+ "application/json": components["schemas"]["Error_422"];
88952
+ };
88953
+ };
88954
+ /** @description Too Many Requests */
88955
+ 429: {
88956
+ headers: {
88957
+ [name: string]: unknown;
88958
+ };
88959
+ content: {
88960
+ "application/json": components["schemas"]["Error_429"];
88961
+ };
88962
+ };
88963
+ /** @description Internal Server Error */
88964
+ 500: {
88965
+ headers: {
88966
+ [name: string]: unknown;
88967
+ };
88968
+ content: {
88969
+ "application/json": components["schemas"]["ServerError"];
88970
+ };
88971
+ };
88972
+ };
88973
+ };
88886
88974
  patch_own_party_as_customer_v1_api_parties_me_patch: {
88887
88975
  parameters: {
88888
88976
  query?: never;
@@ -101731,94 +101819,6 @@ interface operations {
101731
101819
  };
101732
101820
  };
101733
101821
  };
101734
- get_finconnect_link_as_customer_v1_api_customers_me_finconnect_link_get: {
101735
- parameters: {
101736
- query?: {
101737
- /**
101738
- * @description A language_code, one of ['FR', 'NL', 'EN', 'DE', 'ES'], lower case values will be transformed to uppercase.
101739
- * @example EN
101740
- */
101741
- lang?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
101742
- /**
101743
- * @description Same as lang, but adds support to pass ?language as well
101744
- * @example EN
101745
- */
101746
- language?: components["schemas"]["LANGUAGE_CODES"] | components["schemas"]["LOWER_CASE_LANGUAGE_CODES"];
101747
- };
101748
- header?: {
101749
- /** @description Which release to target running in 'STAGING' environment. */
101750
- "x-release"?: string;
101751
- };
101752
- path?: never;
101753
- cookie?: never;
101754
- };
101755
- requestBody?: never;
101756
- responses: {
101757
- /** @description Successful Response */
101758
- 307: {
101759
- headers: {
101760
- [name: string]: unknown;
101761
- };
101762
- content: {
101763
- "application/json": components["schemas"]["FinConnectLinkQueryModel"];
101764
- };
101765
- };
101766
- /** @description Bad Request */
101767
- 400: {
101768
- headers: {
101769
- [name: string]: unknown;
101770
- };
101771
- content: {
101772
- "application/json": components["schemas"]["Error_4XX"];
101773
- };
101774
- };
101775
- /** @description Unauthorized */
101776
- 401: {
101777
- headers: {
101778
- [name: string]: unknown;
101779
- };
101780
- content: {
101781
- "application/json": components["schemas"]["Error_401"];
101782
- };
101783
- };
101784
- /** @description Forbidden */
101785
- 403: {
101786
- headers: {
101787
- [name: string]: unknown;
101788
- };
101789
- content: {
101790
- "application/json": components["schemas"]["Error_403"];
101791
- };
101792
- };
101793
- /** @description Unprocessable Content */
101794
- 422: {
101795
- headers: {
101796
- [name: string]: unknown;
101797
- };
101798
- content: {
101799
- "application/json": components["schemas"]["Error_422"];
101800
- };
101801
- };
101802
- /** @description Too Many Requests */
101803
- 429: {
101804
- headers: {
101805
- [name: string]: unknown;
101806
- };
101807
- content: {
101808
- "application/json": components["schemas"]["Error_429"];
101809
- };
101810
- };
101811
- /** @description Internal Server Error */
101812
- 500: {
101813
- headers: {
101814
- [name: string]: unknown;
101815
- };
101816
- content: {
101817
- "application/json": components["schemas"]["ServerError"];
101818
- };
101819
- };
101820
- };
101821
- };
101822
101822
  create_legal_party_v1_api_parties_companies_post: {
101823
101823
  parameters: {
101824
101824
  query?: never;
@@ -117232,25 +117232,31 @@ type GetDocumentsAsCustomerResponse = paths[typeof routeName$4u]['get']['respons
117232
117232
  type GetDocumentsAsCustomerProps = paths[typeof routeName$4u]['get']['parameters'];
117233
117233
  declare const getDocumentsAsCustomer: (props: GetDocumentsAsCustomerProps, wgApiClient: ClientType) => Promise<GetDocumentsAsCustomerResponse>;
117234
117234
 
117235
- declare const routeName$4t = "/v1/api/parties/me";
117236
- type PatchOwnPartyAsCustomerBody = paths[typeof routeName$4t]['patch']['requestBody']['content']['application/json'];
117237
- type PatchOwnPartyAsCustomerResponse = paths[typeof routeName$4t]['patch']['responses'][200]['content']['application/json'];
117235
+ declare const routeName$4t = "/v1/api/customers/me/finconnect/link";
117236
+ type GetFinconnectLinkAsCustomerQueryParams = paths[typeof routeName$4t]['get']['parameters']['query'];
117237
+ type GetFinconnectLinkAsCustomerResponse = paths[typeof routeName$4t]['get']['responses'][307]['content']['application/json'];
117238
+ type GetFinconnectLinkAsCustomerProps = paths[typeof routeName$4t]['get']['parameters'];
117239
+ declare const getFinconnectLinkAsCustomer: (props: GetFinconnectLinkAsCustomerProps, wgApiClient: ClientType) => Promise<GetFinconnectLinkAsCustomerResponse>;
117240
+
117241
+ declare const routeName$4s = "/v1/api/parties/me";
117242
+ type PatchOwnPartyAsCustomerBody = paths[typeof routeName$4s]['patch']['requestBody']['content']['application/json'];
117243
+ type PatchOwnPartyAsCustomerResponse = paths[typeof routeName$4s]['patch']['responses'][200]['content']['application/json'];
117238
117244
  interface PatchOwnPartyAsCustomerProps {
117239
117245
  body: PatchOwnPartyAsCustomerBody;
117240
117246
  }
117241
117247
  declare const patchOwnPartyAsCustomer: (props: PatchOwnPartyAsCustomerProps, wgApiClient: ClientType) => Promise<PatchOwnPartyAsCustomerResponse>;
117242
117248
 
117243
- declare const routeName$4s = "/v1/api/parties/me/activities";
117244
- type CreatePartyActivitiesAsCustomerBody = paths[typeof routeName$4s]['post']['requestBody']['content']['application/json'];
117245
- type CreatePartyActivitiesAsCustomerResponse = paths[typeof routeName$4s]['post']['responses'][201]['content']['application/json'];
117249
+ declare const routeName$4r = "/v1/api/parties/me/activities";
117250
+ type CreatePartyActivitiesAsCustomerBody = paths[typeof routeName$4r]['post']['requestBody']['content']['application/json'];
117251
+ type CreatePartyActivitiesAsCustomerResponse = paths[typeof routeName$4r]['post']['responses'][201]['content']['application/json'];
117246
117252
  interface CreatePartyActivitiesAsCustomerProps {
117247
117253
  body: CreatePartyActivitiesAsCustomerBody;
117248
117254
  }
117249
117255
  declare const createPartyActivitiesAsCustomer: (props: CreatePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<CreatePartyActivitiesAsCustomerResponse>;
117250
117256
 
117251
- declare const routeName$4r = "/v1/api/parties/me/activities/{activity_id}";
117252
- type DeletePartyActivitiesAsCustomerPathParams = paths[typeof routeName$4r]['delete']['parameters']['path'];
117253
- type DeletePartyActivitiesAsCustomerResponse = paths[typeof routeName$4r]['delete']['responses'][200]['content']['application/json'];
117257
+ declare const routeName$4q = "/v1/api/parties/me/activities/{activity_id}";
117258
+ type DeletePartyActivitiesAsCustomerPathParams = paths[typeof routeName$4q]['delete']['parameters']['path'];
117259
+ type DeletePartyActivitiesAsCustomerResponse = paths[typeof routeName$4q]['delete']['responses'][200]['content']['application/json'];
117254
117260
  interface DeletePartyActivitiesAsCustomerProps {
117255
117261
  params: {
117256
117262
  path: DeletePartyActivitiesAsCustomerPathParams;
@@ -117258,10 +117264,10 @@ interface DeletePartyActivitiesAsCustomerProps {
117258
117264
  }
117259
117265
  declare const deletePartyActivitiesAsCustomer: (props: DeletePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<DeletePartyActivitiesAsCustomerResponse>;
117260
117266
 
117261
- declare const routeName$4q = "/v1/api/parties/me/activities/{activity_id}";
117262
- type UpdatePartyActivitiesAsCustomerBody = paths[typeof routeName$4q]['patch']['requestBody']['content']['application/json'];
117263
- type UpdatePartyActivitiesAsCustomerPathParams = paths[typeof routeName$4q]['patch']['parameters']['path'];
117264
- type UpdatePartyActivitiesAsCustomerResponse = paths[typeof routeName$4q]['patch']['responses'][200]['content']['application/json'];
117267
+ declare const routeName$4p = "/v1/api/parties/me/activities/{activity_id}";
117268
+ type UpdatePartyActivitiesAsCustomerBody = paths[typeof routeName$4p]['patch']['requestBody']['content']['application/json'];
117269
+ type UpdatePartyActivitiesAsCustomerPathParams = paths[typeof routeName$4p]['patch']['parameters']['path'];
117270
+ type UpdatePartyActivitiesAsCustomerResponse = paths[typeof routeName$4p]['patch']['responses'][200]['content']['application/json'];
117265
117271
  interface UpdatePartyActivitiesAsCustomerProps {
117266
117272
  body: UpdatePartyActivitiesAsCustomerBody;
117267
117273
  params: {
@@ -117270,29 +117276,29 @@ interface UpdatePartyActivitiesAsCustomerProps {
117270
117276
  }
117271
117277
  declare const updatePartyActivitiesAsCustomer: (props: UpdatePartyActivitiesAsCustomerProps, wgApiClient: ClientType) => Promise<UpdatePartyActivitiesAsCustomerResponse>;
117272
117278
 
117273
- declare const routeName$4p = "/v1/api/parties/{party_id}/customers";
117274
- type GetCustomersByPartyPathParams = paths[typeof routeName$4p]['get']['parameters']['path'];
117275
- type GetCustomersByPartyQueryParams = paths[typeof routeName$4p]['get']['parameters']['query'];
117276
- type GetCustomersByPartyResponse = paths[typeof routeName$4p]['get']['responses'][200]['content']['application/json'];
117277
- type GetCustomersByPartyProps = paths[typeof routeName$4p]['get']['parameters'];
117279
+ declare const routeName$4o = "/v1/api/parties/{party_id}/customers";
117280
+ type GetCustomersByPartyPathParams = paths[typeof routeName$4o]['get']['parameters']['path'];
117281
+ type GetCustomersByPartyQueryParams = paths[typeof routeName$4o]['get']['parameters']['query'];
117282
+ type GetCustomersByPartyResponse = paths[typeof routeName$4o]['get']['responses'][200]['content']['application/json'];
117283
+ type GetCustomersByPartyProps = paths[typeof routeName$4o]['get']['parameters'];
117278
117284
  declare const getCustomersByParty: (props: GetCustomersByPartyProps, wgApiClient: ClientType) => Promise<GetCustomersByPartyResponse>;
117279
117285
 
117280
- declare const routeName$4o = "/v1/api/customers/{user_id}/parties";
117281
- type GetPartiesByCustomerPathParams = paths[typeof routeName$4o]['get']['parameters']['path'];
117282
- type GetPartiesByCustomerQueryParams = paths[typeof routeName$4o]['get']['parameters']['query'];
117283
- type GetPartiesByCustomerResponse = paths[typeof routeName$4o]['get']['responses'][200]['content']['application/json'];
117284
- type GetPartiesByCustomerProps = paths[typeof routeName$4o]['get']['parameters'];
117286
+ declare const routeName$4n = "/v1/api/customers/{user_id}/parties";
117287
+ type GetPartiesByCustomerPathParams = paths[typeof routeName$4n]['get']['parameters']['path'];
117288
+ type GetPartiesByCustomerQueryParams = paths[typeof routeName$4n]['get']['parameters']['query'];
117289
+ type GetPartiesByCustomerResponse = paths[typeof routeName$4n]['get']['responses'][200]['content']['application/json'];
117290
+ type GetPartiesByCustomerProps = paths[typeof routeName$4n]['get']['parameters'];
117285
117291
  declare const getPartiesByCustomer: (props: GetPartiesByCustomerProps, wgApiClient: ClientType) => Promise<GetPartiesByCustomerResponse>;
117286
117292
 
117287
- declare const routeName$4n = "/v1/api/customers";
117288
- type GetAllCustomersByDistributionQueryParams = paths[typeof routeName$4n]['get']['parameters']['query'];
117289
- type GetAllCustomersByDistributionResponse = paths[typeof routeName$4n]['get']['responses'][200]['content']['application/json'];
117290
- type GetAllCustomersByDistributionProps = paths[typeof routeName$4n]['get']['parameters'];
117293
+ declare const routeName$4m = "/v1/api/customers";
117294
+ type GetAllCustomersByDistributionQueryParams = paths[typeof routeName$4m]['get']['parameters']['query'];
117295
+ type GetAllCustomersByDistributionResponse = paths[typeof routeName$4m]['get']['responses'][200]['content']['application/json'];
117296
+ type GetAllCustomersByDistributionProps = paths[typeof routeName$4m]['get']['parameters'];
117291
117297
  declare const getAllCustomersByDistribution: (props: GetAllCustomersByDistributionProps, wgApiClient: ClientType) => Promise<GetAllCustomersByDistributionResponse>;
117292
117298
 
117293
- declare const routeName$4m = "/v1/api/customers/{user_id}/parties/{party_id}/block";
117294
- type BlockCustomerFromAccessingPartyPathParams = paths[typeof routeName$4m]['post']['parameters']['path'];
117295
- type BlockCustomerFromAccessingPartyResponse = paths[typeof routeName$4m]['post']['responses'][200]['content']['application/json'];
117299
+ declare const routeName$4l = "/v1/api/customers/{user_id}/parties/{party_id}/block";
117300
+ type BlockCustomerFromAccessingPartyPathParams = paths[typeof routeName$4l]['post']['parameters']['path'];
117301
+ type BlockCustomerFromAccessingPartyResponse = paths[typeof routeName$4l]['post']['responses'][200]['content']['application/json'];
117296
117302
  interface BlockCustomerFromAccessingPartyProps {
117297
117303
  params: {
117298
117304
  path: BlockCustomerFromAccessingPartyPathParams;
@@ -117300,9 +117306,9 @@ interface BlockCustomerFromAccessingPartyProps {
117300
117306
  }
117301
117307
  declare const blockCustomerFromAccessingParty: (props: BlockCustomerFromAccessingPartyProps, wgApiClient: ClientType) => Promise<BlockCustomerFromAccessingPartyResponse>;
117302
117308
 
117303
- declare const routeName$4l = "/v1/api/customers/{user_id}/parties/{party_id}/block";
117304
- type UnblockCustomerFromAccessingPartyPathParams = paths[typeof routeName$4l]['delete']['parameters']['path'];
117305
- type UnblockCustomerFromAccessingPartyResponse = paths[typeof routeName$4l]['delete']['responses'][200]['content']['application/json'];
117309
+ declare const routeName$4k = "/v1/api/customers/{user_id}/parties/{party_id}/block";
117310
+ type UnblockCustomerFromAccessingPartyPathParams = paths[typeof routeName$4k]['delete']['parameters']['path'];
117311
+ type UnblockCustomerFromAccessingPartyResponse = paths[typeof routeName$4k]['delete']['responses'][200]['content']['application/json'];
117306
117312
  interface UnblockCustomerFromAccessingPartyProps {
117307
117313
  params: {
117308
117314
  path: UnblockCustomerFromAccessingPartyPathParams;
@@ -117310,10 +117316,10 @@ interface UnblockCustomerFromAccessingPartyProps {
117310
117316
  }
117311
117317
  declare const unblockCustomerFromAccessingParty: (props: UnblockCustomerFromAccessingPartyProps, wgApiClient: ClientType) => Promise<UnblockCustomerFromAccessingPartyResponse>;
117312
117318
 
117313
- declare const routeName$4k = "/v1/api/distributions/{distribution_id}/themes";
117314
- type HandleCreateDistributionThemeBody = paths[typeof routeName$4k]['post']['requestBody']['content']['application/json'];
117315
- type HandleCreateDistributionThemeQueryParams = paths[typeof routeName$4k]['post']['parameters']['query'];
117316
- type HandleCreateDistributionThemeResponse = paths[typeof routeName$4k]['post']['responses'][201]['content']['application/json'];
117319
+ declare const routeName$4j = "/v1/api/distributions/{distribution_id}/themes";
117320
+ type HandleCreateDistributionThemeBody = paths[typeof routeName$4j]['post']['requestBody']['content']['application/json'];
117321
+ type HandleCreateDistributionThemeQueryParams = paths[typeof routeName$4j]['post']['parameters']['query'];
117322
+ type HandleCreateDistributionThemeResponse = paths[typeof routeName$4j]['post']['responses'][201]['content']['application/json'];
117317
117323
  interface HandleCreateDistributionThemeProps {
117318
117324
  body: HandleCreateDistributionThemeBody;
117319
117325
  params: {
@@ -117322,10 +117328,10 @@ interface HandleCreateDistributionThemeProps {
117322
117328
  }
117323
117329
  declare const handleCreateDistributionTheme: (props: HandleCreateDistributionThemeProps, wgApiClient: ClientType) => Promise<HandleCreateDistributionThemeResponse>;
117324
117330
 
117325
- declare const routeName$4j = "/v1/api/distributions/{distribution_id}/themes/{theme_name}";
117326
- type HandleDeleteDistributionThemePathParams = paths[typeof routeName$4j]['delete']['parameters']['path'];
117327
- type HandleDeleteDistributionThemeQueryParams = paths[typeof routeName$4j]['delete']['parameters']['query'];
117328
- type HandleDeleteDistributionThemeResponse = paths[typeof routeName$4j]['delete']['responses'][200]['content']['application/json'];
117331
+ declare const routeName$4i = "/v1/api/distributions/{distribution_id}/themes/{theme_name}";
117332
+ type HandleDeleteDistributionThemePathParams = paths[typeof routeName$4i]['delete']['parameters']['path'];
117333
+ type HandleDeleteDistributionThemeQueryParams = paths[typeof routeName$4i]['delete']['parameters']['query'];
117334
+ type HandleDeleteDistributionThemeResponse = paths[typeof routeName$4i]['delete']['responses'][200]['content']['application/json'];
117329
117335
  interface HandleDeleteDistributionThemeProps {
117330
117336
  params: {
117331
117337
  query: HandleDeleteDistributionThemeQueryParams;
@@ -117334,11 +117340,11 @@ interface HandleDeleteDistributionThemeProps {
117334
117340
  }
117335
117341
  declare const handleDeleteDistributionTheme: (props: HandleDeleteDistributionThemeProps, wgApiClient: ClientType) => Promise<HandleDeleteDistributionThemeResponse>;
117336
117342
 
117337
- declare const routeName$4i = "/v1/api/distributions/{distribution_id}/themes/{theme_name}";
117338
- type HandleUpdateDistributionThemeBody = paths[typeof routeName$4i]['patch']['requestBody']['content']['application/json'];
117339
- type HandleUpdateDistributionThemePathParams = paths[typeof routeName$4i]['patch']['parameters']['path'];
117340
- type HandleUpdateDistributionThemeQueryParams = paths[typeof routeName$4i]['patch']['parameters']['query'];
117341
- type HandleUpdateDistributionThemeResponse = paths[typeof routeName$4i]['patch']['responses'][200]['content']['application/json'];
117343
+ declare const routeName$4h = "/v1/api/distributions/{distribution_id}/themes/{theme_name}";
117344
+ type HandleUpdateDistributionThemeBody = paths[typeof routeName$4h]['patch']['requestBody']['content']['application/json'];
117345
+ type HandleUpdateDistributionThemePathParams = paths[typeof routeName$4h]['patch']['parameters']['path'];
117346
+ type HandleUpdateDistributionThemeQueryParams = paths[typeof routeName$4h]['patch']['parameters']['query'];
117347
+ type HandleUpdateDistributionThemeResponse = paths[typeof routeName$4h]['patch']['responses'][200]['content']['application/json'];
117342
117348
  interface HandleUpdateDistributionThemeProps {
117343
117349
  body: HandleUpdateDistributionThemeBody;
117344
117350
  params: {
@@ -117348,57 +117354,57 @@ interface HandleUpdateDistributionThemeProps {
117348
117354
  }
117349
117355
  declare const handleUpdateDistributionTheme: (props: HandleUpdateDistributionThemeProps, wgApiClient: ClientType) => Promise<HandleUpdateDistributionThemeResponse>;
117350
117356
 
117351
- declare const routeName$4h = "/v1/api/distributions/{distribution_id}/insights/novelties";
117352
- type GetNoveltyInsightsByDistributionPathParams = paths[typeof routeName$4h]['get']['parameters']['path'];
117353
- type GetNoveltyInsightsByDistributionQueryParams = paths[typeof routeName$4h]['get']['parameters']['query'];
117354
- type GetNoveltyInsightsByDistributionResponse = paths[typeof routeName$4h]['get']['responses'][200]['content']['application/json'];
117355
- type GetNoveltyInsightsByDistributionProps = paths[typeof routeName$4h]['get']['parameters'];
117357
+ declare const routeName$4g = "/v1/api/distributions/{distribution_id}/insights/novelties";
117358
+ type GetNoveltyInsightsByDistributionPathParams = paths[typeof routeName$4g]['get']['parameters']['path'];
117359
+ type GetNoveltyInsightsByDistributionQueryParams = paths[typeof routeName$4g]['get']['parameters']['query'];
117360
+ type GetNoveltyInsightsByDistributionResponse = paths[typeof routeName$4g]['get']['responses'][200]['content']['application/json'];
117361
+ type GetNoveltyInsightsByDistributionProps = paths[typeof routeName$4g]['get']['parameters'];
117356
117362
  declare const getNoveltyInsightsByDistribution: (props: GetNoveltyInsightsByDistributionProps, wgApiClient: ClientType) => Promise<GetNoveltyInsightsByDistributionResponse>;
117357
117363
 
117358
- declare const routeName$4g = "/v1/api/distributions/{distribution_id}/insights/performance";
117359
- type GetPerformanceInsightsByDistributionPathParams = paths[typeof routeName$4g]['get']['parameters']['path'];
117360
- type GetPerformanceInsightsByDistributionQueryParams = paths[typeof routeName$4g]['get']['parameters']['query'];
117361
- type GetPerformanceInsightsByDistributionResponse = paths[typeof routeName$4g]['get']['responses'][200]['content']['application/json'];
117362
- type GetPerformanceInsightsByDistributionProps = paths[typeof routeName$4g]['get']['parameters'];
117364
+ declare const routeName$4f = "/v1/api/distributions/{distribution_id}/insights/performance";
117365
+ type GetPerformanceInsightsByDistributionPathParams = paths[typeof routeName$4f]['get']['parameters']['path'];
117366
+ type GetPerformanceInsightsByDistributionQueryParams = paths[typeof routeName$4f]['get']['parameters']['query'];
117367
+ type GetPerformanceInsightsByDistributionResponse = paths[typeof routeName$4f]['get']['responses'][200]['content']['application/json'];
117368
+ type GetPerformanceInsightsByDistributionProps = paths[typeof routeName$4f]['get']['parameters'];
117363
117369
  declare const getPerformanceInsightsByDistribution: (props: GetPerformanceInsightsByDistributionProps, wgApiClient: ClientType) => Promise<GetPerformanceInsightsByDistributionResponse>;
117364
117370
 
117365
- declare const routeName$4f = "/v1/api/distributions/{distribution_id}/activity";
117366
- type GetDistributionActivityPathParams = paths[typeof routeName$4f]['get']['parameters']['path'];
117367
- type GetDistributionActivityQueryParams = paths[typeof routeName$4f]['get']['parameters']['query'];
117368
- type GetDistributionActivityResponse = paths[typeof routeName$4f]['get']['responses'][200]['content']['application/json'];
117369
- type GetDistributionActivityProps = paths[typeof routeName$4f]['get']['parameters'];
117371
+ declare const routeName$4e = "/v1/api/distributions/{distribution_id}/activity";
117372
+ type GetDistributionActivityPathParams = paths[typeof routeName$4e]['get']['parameters']['path'];
117373
+ type GetDistributionActivityQueryParams = paths[typeof routeName$4e]['get']['parameters']['query'];
117374
+ type GetDistributionActivityResponse = paths[typeof routeName$4e]['get']['responses'][200]['content']['application/json'];
117375
+ type GetDistributionActivityProps = paths[typeof routeName$4e]['get']['parameters'];
117370
117376
  declare const getDistributionActivity: (props: GetDistributionActivityProps, wgApiClient: ClientType) => Promise<GetDistributionActivityResponse>;
117371
117377
 
117372
- declare const routeName$4e = "/v1/api/distributions/{distribution_id}/affiliations";
117373
- type GetDistributionAffiliationsPathParams = paths[typeof routeName$4e]['get']['parameters']['path'];
117374
- type GetDistributionAffiliationsResponse = paths[typeof routeName$4e]['get']['responses'][200]['content']['application/json'];
117375
- type GetDistributionAffiliationsProps = paths[typeof routeName$4e]['get']['parameters'];
117378
+ declare const routeName$4d = "/v1/api/distributions/{distribution_id}/affiliations";
117379
+ type GetDistributionAffiliationsPathParams = paths[typeof routeName$4d]['get']['parameters']['path'];
117380
+ type GetDistributionAffiliationsResponse = paths[typeof routeName$4d]['get']['responses'][200]['content']['application/json'];
117381
+ type GetDistributionAffiliationsProps = paths[typeof routeName$4d]['get']['parameters'];
117376
117382
  declare const getDistributionAffiliations: (props: GetDistributionAffiliationsProps, wgApiClient: ClientType) => Promise<GetDistributionAffiliationsResponse>;
117377
117383
 
117378
- declare const routeName$4d = "/v1/api/distributions/{distribution_id}";
117379
- type GetDistributionByIdPathParams = paths[typeof routeName$4d]['get']['parameters']['path'];
117380
- type GetDistributionByIdResponse = paths[typeof routeName$4d]['get']['responses'][200]['content']['application/json'];
117381
- type GetDistributionByIdProps = paths[typeof routeName$4d]['get']['parameters'];
117384
+ declare const routeName$4c = "/v1/api/distributions/{distribution_id}";
117385
+ type GetDistributionByIdPathParams = paths[typeof routeName$4c]['get']['parameters']['path'];
117386
+ type GetDistributionByIdResponse = paths[typeof routeName$4c]['get']['responses'][200]['content']['application/json'];
117387
+ type GetDistributionByIdProps = paths[typeof routeName$4c]['get']['parameters'];
117382
117388
  declare const getDistributionById: (props: GetDistributionByIdProps, wgApiClient: ClientType) => Promise<GetDistributionByIdResponse>;
117383
117389
 
117384
- declare const routeName$4c = "/v1/api/distributions/about-us-completion";
117385
- type GenerateDistributionAboutUsCompletionBody = paths[typeof routeName$4c]['post']['requestBody']['content']['application/json'];
117386
- type GenerateDistributionAboutUsCompletionResponse = paths[typeof routeName$4c]['post']['responses'][200]['content']['application/json'];
117390
+ declare const routeName$4b = "/v1/api/distributions/about-us-completion";
117391
+ type GenerateDistributionAboutUsCompletionBody = paths[typeof routeName$4b]['post']['requestBody']['content']['application/json'];
117392
+ type GenerateDistributionAboutUsCompletionResponse = paths[typeof routeName$4b]['post']['responses'][200]['content']['application/json'];
117387
117393
  interface GenerateDistributionAboutUsCompletionProps {
117388
117394
  body: GenerateDistributionAboutUsCompletionBody;
117389
117395
  }
117390
117396
  declare const generateDistributionAboutUsCompletion: (props: GenerateDistributionAboutUsCompletionProps, wgApiClient: ClientType) => Promise<GenerateDistributionAboutUsCompletionResponse>;
117391
117397
 
117392
- declare const routeName$4b = "/v1/api/distributions/tags";
117393
- type GetDistributionTagsQueryParams = paths[typeof routeName$4b]['get']['parameters']['query'];
117394
- type GetDistributionTagsResponse = paths[typeof routeName$4b]['get']['responses'][200]['content']['application/json'];
117395
- type GetDistributionTagsProps = paths[typeof routeName$4b]['get']['parameters'];
117398
+ declare const routeName$4a = "/v1/api/distributions/tags";
117399
+ type GetDistributionTagsQueryParams = paths[typeof routeName$4a]['get']['parameters']['query'];
117400
+ type GetDistributionTagsResponse = paths[typeof routeName$4a]['get']['responses'][200]['content']['application/json'];
117401
+ type GetDistributionTagsProps = paths[typeof routeName$4a]['get']['parameters'];
117396
117402
  declare const getDistributionTags: (props: GetDistributionTagsProps, wgApiClient: ClientType) => Promise<GetDistributionTagsResponse>;
117397
117403
 
117398
- declare const routeName$4a = "/v1/api/distributions/tags";
117399
- type CreateDistributionTagBody = paths[typeof routeName$4a]['post']['requestBody']['content']['application/json'];
117400
- type CreateDistributionTagQueryParams = paths[typeof routeName$4a]['post']['parameters']['query'];
117401
- type CreateDistributionTagResponse = paths[typeof routeName$4a]['post']['responses'][201]['content']['application/json'];
117404
+ declare const routeName$49 = "/v1/api/distributions/tags";
117405
+ type CreateDistributionTagBody = paths[typeof routeName$49]['post']['requestBody']['content']['application/json'];
117406
+ type CreateDistributionTagQueryParams = paths[typeof routeName$49]['post']['parameters']['query'];
117407
+ type CreateDistributionTagResponse = paths[typeof routeName$49]['post']['responses'][201]['content']['application/json'];
117402
117408
  interface CreateDistributionTagProps {
117403
117409
  body: CreateDistributionTagBody;
117404
117410
  params: {
@@ -117407,10 +117413,10 @@ interface CreateDistributionTagProps {
117407
117413
  }
117408
117414
  declare const createDistributionTag: (props: CreateDistributionTagProps, wgApiClient: ClientType) => Promise<CreateDistributionTagResponse>;
117409
117415
 
117410
- declare const routeName$49 = "/v1/api/distributions/tags/{value}";
117411
- type DeleteDistributionTagPathParams = paths[typeof routeName$49]['delete']['parameters']['path'];
117412
- type DeleteDistributionTagQueryParams = paths[typeof routeName$49]['delete']['parameters']['query'];
117413
- type DeleteDistributionTagResponse = paths[typeof routeName$49]['delete']['responses'][200]['content']['application/json'];
117416
+ declare const routeName$48 = "/v1/api/distributions/tags/{value}";
117417
+ type DeleteDistributionTagPathParams = paths[typeof routeName$48]['delete']['parameters']['path'];
117418
+ type DeleteDistributionTagQueryParams = paths[typeof routeName$48]['delete']['parameters']['query'];
117419
+ type DeleteDistributionTagResponse = paths[typeof routeName$48]['delete']['responses'][200]['content']['application/json'];
117414
117420
  interface DeleteDistributionTagProps {
117415
117421
  params: {
117416
117422
  query: DeleteDistributionTagQueryParams;
@@ -117419,16 +117425,16 @@ interface DeleteDistributionTagProps {
117419
117425
  }
117420
117426
  declare const deleteDistributionTag: (props: DeleteDistributionTagProps, wgApiClient: ClientType) => Promise<DeleteDistributionTagResponse>;
117421
117427
 
117422
- declare const routeName$48 = "/v1/api/distributions/insurance-product-clauses";
117423
- type GetInsuranceProductClausesByDistributionQueryParams = paths[typeof routeName$48]['get']['parameters']['query'];
117424
- type GetInsuranceProductClausesByDistributionResponse = paths[typeof routeName$48]['get']['responses'][200]['content']['application/json'];
117425
- type GetInsuranceProductClausesByDistributionProps = paths[typeof routeName$48]['get']['parameters'];
117428
+ declare const routeName$47 = "/v1/api/distributions/insurance-product-clauses";
117429
+ type GetInsuranceProductClausesByDistributionQueryParams = paths[typeof routeName$47]['get']['parameters']['query'];
117430
+ type GetInsuranceProductClausesByDistributionResponse = paths[typeof routeName$47]['get']['responses'][200]['content']['application/json'];
117431
+ type GetInsuranceProductClausesByDistributionProps = paths[typeof routeName$47]['get']['parameters'];
117426
117432
  declare const getInsuranceProductClausesByDistribution: (props: GetInsuranceProductClausesByDistributionProps, wgApiClient: ClientType) => Promise<GetInsuranceProductClausesByDistributionResponse>;
117427
117433
 
117428
- declare const routeName$47 = "/v1/api/distributions/insurance-product-clauses";
117429
- type CreateInsuranceProductClauseForDistributionBody = paths[typeof routeName$47]['post']['requestBody']['content']['application/json'];
117430
- type CreateInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$47]['post']['parameters']['query'];
117431
- type CreateInsuranceProductClauseForDistributionResponse = paths[typeof routeName$47]['post']['responses'][201]['content']['application/json'];
117434
+ declare const routeName$46 = "/v1/api/distributions/insurance-product-clauses";
117435
+ type CreateInsuranceProductClauseForDistributionBody = paths[typeof routeName$46]['post']['requestBody']['content']['application/json'];
117436
+ type CreateInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$46]['post']['parameters']['query'];
117437
+ type CreateInsuranceProductClauseForDistributionResponse = paths[typeof routeName$46]['post']['responses'][201]['content']['application/json'];
117432
117438
  interface CreateInsuranceProductClauseForDistributionProps {
117433
117439
  body: CreateInsuranceProductClauseForDistributionBody;
117434
117440
  params: {
@@ -117437,10 +117443,10 @@ interface CreateInsuranceProductClauseForDistributionProps {
117437
117443
  }
117438
117444
  declare const createInsuranceProductClauseForDistribution: (props: CreateInsuranceProductClauseForDistributionProps, wgApiClient: ClientType) => Promise<CreateInsuranceProductClauseForDistributionResponse>;
117439
117445
 
117440
- declare const routeName$46 = "/v1/api/distributions/insurance-product-clauses/{insurance_product_clause_id}";
117441
- type DeleteInsuranceProductClauseForDistributionPathParams = paths[typeof routeName$46]['delete']['parameters']['path'];
117442
- type DeleteInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$46]['delete']['parameters']['query'];
117443
- type DeleteInsuranceProductClauseForDistributionResponse = paths[typeof routeName$46]['delete']['responses'][200]['content']['application/json'];
117446
+ declare const routeName$45 = "/v1/api/distributions/insurance-product-clauses/{insurance_product_clause_id}";
117447
+ type DeleteInsuranceProductClauseForDistributionPathParams = paths[typeof routeName$45]['delete']['parameters']['path'];
117448
+ type DeleteInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$45]['delete']['parameters']['query'];
117449
+ type DeleteInsuranceProductClauseForDistributionResponse = paths[typeof routeName$45]['delete']['responses'][200]['content']['application/json'];
117444
117450
  interface DeleteInsuranceProductClauseForDistributionProps {
117445
117451
  params: {
117446
117452
  query: DeleteInsuranceProductClauseForDistributionQueryParams;
@@ -117449,11 +117455,11 @@ interface DeleteInsuranceProductClauseForDistributionProps {
117449
117455
  }
117450
117456
  declare const deleteInsuranceProductClauseForDistribution: (props: DeleteInsuranceProductClauseForDistributionProps, wgApiClient: ClientType) => Promise<DeleteInsuranceProductClauseForDistributionResponse>;
117451
117457
 
117452
- declare const routeName$45 = "/v1/api/distributions/insurance-product-clauses/{insurance_product_clause_id}";
117453
- type UpdateInsuranceProductClauseForDistributionBody = paths[typeof routeName$45]['patch']['requestBody']['content']['application/json'];
117454
- type UpdateInsuranceProductClauseForDistributionPathParams = paths[typeof routeName$45]['patch']['parameters']['path'];
117455
- type UpdateInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$45]['patch']['parameters']['query'];
117456
- type UpdateInsuranceProductClauseForDistributionResponse = paths[typeof routeName$45]['patch']['responses'][200]['content']['application/json'];
117458
+ declare const routeName$44 = "/v1/api/distributions/insurance-product-clauses/{insurance_product_clause_id}";
117459
+ type UpdateInsuranceProductClauseForDistributionBody = paths[typeof routeName$44]['patch']['requestBody']['content']['application/json'];
117460
+ type UpdateInsuranceProductClauseForDistributionPathParams = paths[typeof routeName$44]['patch']['parameters']['path'];
117461
+ type UpdateInsuranceProductClauseForDistributionQueryParams = paths[typeof routeName$44]['patch']['parameters']['query'];
117462
+ type UpdateInsuranceProductClauseForDistributionResponse = paths[typeof routeName$44]['patch']['responses'][200]['content']['application/json'];
117457
117463
  interface UpdateInsuranceProductClauseForDistributionProps {
117458
117464
  body: UpdateInsuranceProductClauseForDistributionBody;
117459
117465
  params: {
@@ -117463,16 +117469,16 @@ interface UpdateInsuranceProductClauseForDistributionProps {
117463
117469
  }
117464
117470
  declare const updateInsuranceProductClauseForDistribution: (props: UpdateInsuranceProductClauseForDistributionProps, wgApiClient: ClientType) => Promise<UpdateInsuranceProductClauseForDistributionResponse>;
117465
117471
 
117466
- declare const routeName$44 = "/v1/api/distributions/usp";
117467
- type GetUspByDistributionQueryParams = paths[typeof routeName$44]['get']['parameters']['query'];
117468
- type GetUspByDistributionResponse = paths[typeof routeName$44]['get']['responses'][200]['content']['application/json'];
117469
- type GetUspByDistributionProps = paths[typeof routeName$44]['get']['parameters'];
117472
+ declare const routeName$43 = "/v1/api/distributions/usp";
117473
+ type GetUspByDistributionQueryParams = paths[typeof routeName$43]['get']['parameters']['query'];
117474
+ type GetUspByDistributionResponse = paths[typeof routeName$43]['get']['responses'][200]['content']['application/json'];
117475
+ type GetUspByDistributionProps = paths[typeof routeName$43]['get']['parameters'];
117470
117476
  declare const getUspByDistribution: (props: GetUspByDistributionProps, wgApiClient: ClientType) => Promise<GetUspByDistributionResponse>;
117471
117477
 
117472
- declare const routeName$43 = "/v1/api/distributions/usp";
117473
- type CreateUspItemForDistributionBody = paths[typeof routeName$43]['post']['requestBody']['content']['application/json'];
117474
- type CreateUspItemForDistributionQueryParams = paths[typeof routeName$43]['post']['parameters']['query'];
117475
- type CreateUspItemForDistributionResponse = paths[typeof routeName$43]['post']['responses'][200]['content']['application/json'];
117478
+ declare const routeName$42 = "/v1/api/distributions/usp";
117479
+ type CreateUspItemForDistributionBody = paths[typeof routeName$42]['post']['requestBody']['content']['application/json'];
117480
+ type CreateUspItemForDistributionQueryParams = paths[typeof routeName$42]['post']['parameters']['query'];
117481
+ type CreateUspItemForDistributionResponse = paths[typeof routeName$42]['post']['responses'][200]['content']['application/json'];
117476
117482
  interface CreateUspItemForDistributionProps {
117477
117483
  body: CreateUspItemForDistributionBody;
117478
117484
  params: {
@@ -117481,11 +117487,11 @@ interface CreateUspItemForDistributionProps {
117481
117487
  }
117482
117488
  declare const createUspItemForDistribution: (props: CreateUspItemForDistributionProps, wgApiClient: ClientType) => Promise<CreateUspItemForDistributionResponse>;
117483
117489
 
117484
- declare const routeName$42 = "/v1/api/distributions/usp/{usp_id}";
117485
- type UpdateUspByDistributionAndIdBody = paths[typeof routeName$42]['put']['requestBody']['content']['application/json'];
117486
- type UpdateUspByDistributionAndIdPathParams = paths[typeof routeName$42]['put']['parameters']['path'];
117487
- type UpdateUspByDistributionAndIdQueryParams = paths[typeof routeName$42]['put']['parameters']['query'];
117488
- type UpdateUspByDistributionAndIdResponse = paths[typeof routeName$42]['put']['responses'][200]['content']['application/json'];
117490
+ declare const routeName$41 = "/v1/api/distributions/usp/{usp_id}";
117491
+ type UpdateUspByDistributionAndIdBody = paths[typeof routeName$41]['put']['requestBody']['content']['application/json'];
117492
+ type UpdateUspByDistributionAndIdPathParams = paths[typeof routeName$41]['put']['parameters']['path'];
117493
+ type UpdateUspByDistributionAndIdQueryParams = paths[typeof routeName$41]['put']['parameters']['query'];
117494
+ type UpdateUspByDistributionAndIdResponse = paths[typeof routeName$41]['put']['responses'][200]['content']['application/json'];
117489
117495
  interface UpdateUspByDistributionAndIdProps {
117490
117496
  body: UpdateUspByDistributionAndIdBody;
117491
117497
  params: {
@@ -117495,10 +117501,10 @@ interface UpdateUspByDistributionAndIdProps {
117495
117501
  }
117496
117502
  declare const updateUspByDistributionAndId: (props: UpdateUspByDistributionAndIdProps, wgApiClient: ClientType) => Promise<UpdateUspByDistributionAndIdResponse>;
117497
117503
 
117498
- declare const routeName$41 = "/v1/api/distributions/usp/{usp_id}";
117499
- type DeleteUspByDistributionAndIdPathParams = paths[typeof routeName$41]['delete']['parameters']['path'];
117500
- type DeleteUspByDistributionAndIdQueryParams = paths[typeof routeName$41]['delete']['parameters']['query'];
117501
- type DeleteUspByDistributionAndIdResponse = paths[typeof routeName$41]['delete']['responses'][200]['content']['application/json'];
117504
+ declare const routeName$40 = "/v1/api/distributions/usp/{usp_id}";
117505
+ type DeleteUspByDistributionAndIdPathParams = paths[typeof routeName$40]['delete']['parameters']['path'];
117506
+ type DeleteUspByDistributionAndIdQueryParams = paths[typeof routeName$40]['delete']['parameters']['query'];
117507
+ type DeleteUspByDistributionAndIdResponse = paths[typeof routeName$40]['delete']['responses'][200]['content']['application/json'];
117502
117508
  interface DeleteUspByDistributionAndIdProps {
117503
117509
  params: {
117504
117510
  query: DeleteUspByDistributionAndIdQueryParams;
@@ -117507,35 +117513,35 @@ interface DeleteUspByDistributionAndIdProps {
117507
117513
  }
117508
117514
  declare const deleteUspByDistributionAndId: (props: DeleteUspByDistributionAndIdProps, wgApiClient: ClientType) => Promise<DeleteUspByDistributionAndIdResponse>;
117509
117515
 
117510
- declare const routeName$40 = "/v1/api/distributions/{distribution_id}/promotions";
117511
- type GetPromotionsByDistributionIdPathParams = paths[typeof routeName$40]['get']['parameters']['path'];
117512
- type GetPromotionsByDistributionIdResponse = paths[typeof routeName$40]['get']['responses'][200]['content']['application/json'];
117513
- type GetPromotionsByDistributionIdProps = paths[typeof routeName$40]['get']['parameters'];
117516
+ declare const routeName$3$ = "/v1/api/distributions/{distribution_id}/promotions";
117517
+ type GetPromotionsByDistributionIdPathParams = paths[typeof routeName$3$]['get']['parameters']['path'];
117518
+ type GetPromotionsByDistributionIdResponse = paths[typeof routeName$3$]['get']['responses'][200]['content']['application/json'];
117519
+ type GetPromotionsByDistributionIdProps = paths[typeof routeName$3$]['get']['parameters'];
117514
117520
  declare const getPromotionsByDistributionId: (props: GetPromotionsByDistributionIdProps, wgApiClient: ClientType) => Promise<GetPromotionsByDistributionIdResponse>;
117515
117521
 
117516
- declare const routeName$3$ = "/v1/api/distribution/{distribution_id}/pending-upgrades";
117517
- type GetDistributionHasPendingUpgradePathParams = paths[typeof routeName$3$]['get']['parameters']['path'];
117518
- type GetDistributionHasPendingUpgradeResponse = paths[typeof routeName$3$]['get']['responses'][200]['content']['application/json'];
117519
- type GetDistributionHasPendingUpgradeProps = paths[typeof routeName$3$]['get']['parameters'];
117522
+ declare const routeName$3_ = "/v1/api/distribution/{distribution_id}/pending-upgrades";
117523
+ type GetDistributionHasPendingUpgradePathParams = paths[typeof routeName$3_]['get']['parameters']['path'];
117524
+ type GetDistributionHasPendingUpgradeResponse = paths[typeof routeName$3_]['get']['responses'][200]['content']['application/json'];
117525
+ type GetDistributionHasPendingUpgradeProps = paths[typeof routeName$3_]['get']['parameters'];
117520
117526
  declare const getDistributionHasPendingUpgrade: (props: GetDistributionHasPendingUpgradeProps, wgApiClient: ClientType) => Promise<GetDistributionHasPendingUpgradeResponse>;
117521
117527
 
117522
- declare const routeName$3_ = "/v1/api/distributions/invitations";
117523
- type InviteColleaguesToDistributionBody = paths[typeof routeName$3_]['post']['requestBody']['content']['application/json'];
117524
- type InviteColleaguesToDistributionResponse = paths[typeof routeName$3_]['post']['responses'][201]['content']['application/json'];
117528
+ declare const routeName$3Z = "/v1/api/distributions/invitations";
117529
+ type InviteColleaguesToDistributionBody = paths[typeof routeName$3Z]['post']['requestBody']['content']['application/json'];
117530
+ type InviteColleaguesToDistributionResponse = paths[typeof routeName$3Z]['post']['responses'][201]['content']['application/json'];
117525
117531
  interface InviteColleaguesToDistributionProps {
117526
117532
  body: InviteColleaguesToDistributionBody;
117527
117533
  }
117528
117534
  declare const inviteColleaguesToDistribution: (props: InviteColleaguesToDistributionProps, wgApiClient: ClientType) => Promise<InviteColleaguesToDistributionResponse>;
117529
117535
 
117530
- declare const routeName$3Z = "/v1/api/distributions/{distribution_id}/integrations";
117531
- type GetIntegrationsByDistributionPathParams = paths[typeof routeName$3Z]['get']['parameters']['path'];
117532
- type GetIntegrationsByDistributionResponse = paths[typeof routeName$3Z]['get']['responses'][201]['content']['application/json'];
117533
- type GetIntegrationsByDistributionProps = paths[typeof routeName$3Z]['get']['parameters'];
117536
+ declare const routeName$3Y = "/v1/api/distributions/{distribution_id}/integrations";
117537
+ type GetIntegrationsByDistributionPathParams = paths[typeof routeName$3Y]['get']['parameters']['path'];
117538
+ type GetIntegrationsByDistributionResponse = paths[typeof routeName$3Y]['get']['responses'][201]['content']['application/json'];
117539
+ type GetIntegrationsByDistributionProps = paths[typeof routeName$3Y]['get']['parameters'];
117534
117540
  declare const getIntegrationsByDistribution: (props: GetIntegrationsByDistributionProps, wgApiClient: ClientType) => Promise<GetIntegrationsByDistributionResponse>;
117535
117541
 
117536
- declare const routeName$3Y = "/v1/api/distributions/{distribution_id}/integrations";
117537
- type UpdateDistributionIntegrationsPathParams = paths[typeof routeName$3Y]['put']['parameters']['path'];
117538
- type UpdateDistributionIntegrationsResponse = paths[typeof routeName$3Y]['put']['responses'][201]['content']['application/json'];
117542
+ declare const routeName$3X = "/v1/api/distributions/{distribution_id}/integrations";
117543
+ type UpdateDistributionIntegrationsPathParams = paths[typeof routeName$3X]['put']['parameters']['path'];
117544
+ type UpdateDistributionIntegrationsResponse = paths[typeof routeName$3X]['put']['responses'][201]['content']['application/json'];
117539
117545
  interface UpdateDistributionIntegrationsProps {
117540
117546
  params: {
117541
117547
  path: UpdateDistributionIntegrationsPathParams;
@@ -117543,28 +117549,28 @@ interface UpdateDistributionIntegrationsProps {
117543
117549
  }
117544
117550
  declare const updateDistributionIntegrations: (props: UpdateDistributionIntegrationsProps, wgApiClient: ClientType) => Promise<UpdateDistributionIntegrationsResponse>;
117545
117551
 
117546
- declare const routeName$3X = "/v1/api/distributions/settings";
117547
- type GetDistributionSettingsResponse = paths[typeof routeName$3X]['get']['responses'][200]['content']['application/json'];
117552
+ declare const routeName$3W = "/v1/api/distributions/settings";
117553
+ type GetDistributionSettingsResponse = paths[typeof routeName$3W]['get']['responses'][200]['content']['application/json'];
117548
117554
  declare const getDistributionSettings: (wgApiClient: ClientType) => Promise<GetDistributionSettingsResponse>;
117549
117555
 
117550
- declare const routeName$3W = "/v1/api/distributions/settings";
117551
- type UpdateDistributionSettingsBody = paths[typeof routeName$3W]['patch']['requestBody']['content']['application/json'];
117552
- type UpdateDistributionSettingsResponse = paths[typeof routeName$3W]['patch']['responses'][200]['content']['application/json'];
117556
+ declare const routeName$3V = "/v1/api/distributions/settings";
117557
+ type UpdateDistributionSettingsBody = paths[typeof routeName$3V]['patch']['requestBody']['content']['application/json'];
117558
+ type UpdateDistributionSettingsResponse = paths[typeof routeName$3V]['patch']['responses'][200]['content']['application/json'];
117553
117559
  interface UpdateDistributionSettingsProps {
117554
117560
  body: UpdateDistributionSettingsBody;
117555
117561
  }
117556
117562
  declare const updateDistributionSettings: (props: UpdateDistributionSettingsProps, wgApiClient: ClientType) => Promise<UpdateDistributionSettingsResponse>;
117557
117563
 
117558
- declare const routeName$3V = "/v1/api/distributions/faq";
117559
- type GetDistributionFaqQueryParams = paths[typeof routeName$3V]['get']['parameters']['query'];
117560
- type GetDistributionFaqResponse = paths[typeof routeName$3V]['get']['responses'][200]['content']['application/json'];
117561
- type GetDistributionFaqProps = paths[typeof routeName$3V]['get']['parameters'];
117564
+ declare const routeName$3U = "/v1/api/distributions/faq";
117565
+ type GetDistributionFaqQueryParams = paths[typeof routeName$3U]['get']['parameters']['query'];
117566
+ type GetDistributionFaqResponse = paths[typeof routeName$3U]['get']['responses'][200]['content']['application/json'];
117567
+ type GetDistributionFaqProps = paths[typeof routeName$3U]['get']['parameters'];
117562
117568
  declare const getDistributionFaq: (props: GetDistributionFaqProps, wgApiClient: ClientType) => Promise<GetDistributionFaqResponse>;
117563
117569
 
117564
- declare const routeName$3U = "/v1/api/distributions/faq";
117565
- type UpsertDistributionFaqBody = paths[typeof routeName$3U]['put']['requestBody']['content']['application/json'];
117566
- type UpsertDistributionFaqQueryParams = paths[typeof routeName$3U]['put']['parameters']['query'];
117567
- type UpsertDistributionFaqResponse = paths[typeof routeName$3U]['put']['responses'][200]['content']['application/json'];
117570
+ declare const routeName$3T = "/v1/api/distributions/faq";
117571
+ type UpsertDistributionFaqBody = paths[typeof routeName$3T]['put']['requestBody']['content']['application/json'];
117572
+ type UpsertDistributionFaqQueryParams = paths[typeof routeName$3T]['put']['parameters']['query'];
117573
+ type UpsertDistributionFaqResponse = paths[typeof routeName$3T]['put']['responses'][200]['content']['application/json'];
117568
117574
  interface UpsertDistributionFaqProps {
117569
117575
  body: UpsertDistributionFaqBody;
117570
117576
  params: {
@@ -117573,10 +117579,10 @@ interface UpsertDistributionFaqProps {
117573
117579
  }
117574
117580
  declare const upsertDistributionFaq: (props: UpsertDistributionFaqProps, wgApiClient: ClientType) => Promise<UpsertDistributionFaqResponse>;
117575
117581
 
117576
- declare const routeName$3T = "/v1/api/distributions/faq/{faq_id}";
117577
- type DeleteDistributionFaqPathParams = paths[typeof routeName$3T]['delete']['parameters']['path'];
117578
- type DeleteDistributionFaqQueryParams = paths[typeof routeName$3T]['delete']['parameters']['query'];
117579
- type DeleteDistributionFaqResponse = paths[typeof routeName$3T]['delete']['responses'][200]['content']['application/json'];
117582
+ declare const routeName$3S = "/v1/api/distributions/faq/{faq_id}";
117583
+ type DeleteDistributionFaqPathParams = paths[typeof routeName$3S]['delete']['parameters']['path'];
117584
+ type DeleteDistributionFaqQueryParams = paths[typeof routeName$3S]['delete']['parameters']['query'];
117585
+ type DeleteDistributionFaqResponse = paths[typeof routeName$3S]['delete']['responses'][200]['content']['application/json'];
117580
117586
  interface DeleteDistributionFaqProps {
117581
117587
  params: {
117582
117588
  query: DeleteDistributionFaqQueryParams;
@@ -117585,122 +117591,122 @@ interface DeleteDistributionFaqProps {
117585
117591
  }
117586
117592
  declare const deleteDistributionFaq: (props: DeleteDistributionFaqProps, wgApiClient: ClientType) => Promise<DeleteDistributionFaqResponse>;
117587
117593
 
117588
- declare const routeName$3S = "/v1/api/document-extractor/supported-mime-types";
117589
- type GetSupportedMimeTypesResponse = paths[typeof routeName$3S]['get']['responses'][200]['content']['application/json'];
117594
+ declare const routeName$3R = "/v1/api/document-extractor/supported-mime-types";
117595
+ type GetSupportedMimeTypesResponse = paths[typeof routeName$3R]['get']['responses'][200]['content']['application/json'];
117590
117596
  declare const getSupportedMimeTypes: (wgApiClient: ClientType) => Promise<GetSupportedMimeTypesResponse>;
117591
117597
 
117592
- declare const routeName$3R = "/v1/api/document-extractor/one";
117593
- type ExtractOneDocumentBody = paths[typeof routeName$3R]['post']['requestBody']['content']['application/json'];
117594
- type ExtractOneDocumentResponse = paths[typeof routeName$3R]['post']['responses'][201]['content']['application/json'];
117598
+ declare const routeName$3Q = "/v1/api/document-extractor/one";
117599
+ type ExtractOneDocumentBody = paths[typeof routeName$3Q]['post']['requestBody']['content']['application/json'];
117600
+ type ExtractOneDocumentResponse = paths[typeof routeName$3Q]['post']['responses'][201]['content']['application/json'];
117595
117601
  interface ExtractOneDocumentProps {
117596
117602
  body: ExtractOneDocumentBody;
117597
117603
  }
117598
117604
  declare const extractOneDocument: (props: ExtractOneDocumentProps, wgApiClient: ClientType) => Promise<ExtractOneDocumentResponse>;
117599
117605
 
117600
- declare const routeName$3Q = "/v1/api/document-extractor/one/offers";
117601
- type ExtractOffersForOneDocumentBody = paths[typeof routeName$3Q]['post']['requestBody']['content']['application/json'];
117602
- type ExtractOffersForOneDocumentResponse = paths[typeof routeName$3Q]['post']['responses'][201]['content']['application/json'];
117606
+ declare const routeName$3P = "/v1/api/document-extractor/one/offers";
117607
+ type ExtractOffersForOneDocumentBody = paths[typeof routeName$3P]['post']['requestBody']['content']['application/json'];
117608
+ type ExtractOffersForOneDocumentResponse = paths[typeof routeName$3P]['post']['responses'][201]['content']['application/json'];
117603
117609
  interface ExtractOffersForOneDocumentProps {
117604
117610
  body: ExtractOffersForOneDocumentBody;
117605
117611
  }
117606
117612
  declare const extractOffersForOneDocument: (props: ExtractOffersForOneDocumentProps, wgApiClient: ClientType) => Promise<ExtractOffersForOneDocumentResponse>;
117607
117613
 
117608
- declare const routeName$3P = "/v1/api/document-extractor/one/insurance-policies";
117609
- type ExtractInsurancePoliciesForOneDocumentBody = paths[typeof routeName$3P]['post']['requestBody']['content']['application/json'];
117610
- type ExtractInsurancePoliciesForOneDocumentResponse = paths[typeof routeName$3P]['post']['responses'][201]['content']['application/json'];
117614
+ declare const routeName$3O = "/v1/api/document-extractor/one/insurance-policies";
117615
+ type ExtractInsurancePoliciesForOneDocumentBody = paths[typeof routeName$3O]['post']['requestBody']['content']['application/json'];
117616
+ type ExtractInsurancePoliciesForOneDocumentResponse = paths[typeof routeName$3O]['post']['responses'][201]['content']['application/json'];
117611
117617
  interface ExtractInsurancePoliciesForOneDocumentProps {
117612
117618
  body: ExtractInsurancePoliciesForOneDocumentBody;
117613
117619
  }
117614
117620
  declare const extractInsurancePoliciesForOneDocument: (props: ExtractInsurancePoliciesForOneDocumentProps, wgApiClient: ClientType) => Promise<ExtractInsurancePoliciesForOneDocumentResponse>;
117615
117621
 
117616
- declare const routeName$3O = "/v2/api/document-extractor/one";
117617
- type ExtractOneDocumentEnqueueBody = paths[typeof routeName$3O]['post']['requestBody']['content']['application/json'];
117618
- type ExtractOneDocumentEnqueueResponse = paths[typeof routeName$3O]['post']['responses'][201]['content']['application/json'];
117622
+ declare const routeName$3N = "/v2/api/document-extractor/one";
117623
+ type ExtractOneDocumentEnqueueBody = paths[typeof routeName$3N]['post']['requestBody']['content']['application/json'];
117624
+ type ExtractOneDocumentEnqueueResponse = paths[typeof routeName$3N]['post']['responses'][201]['content']['application/json'];
117619
117625
  interface ExtractOneDocumentEnqueueProps {
117620
117626
  body: ExtractOneDocumentEnqueueBody;
117621
117627
  }
117622
117628
  declare const extractOneDocumentEnqueue: (props: ExtractOneDocumentEnqueueProps, wgApiClient: ClientType) => Promise<ExtractOneDocumentEnqueueResponse>;
117623
117629
 
117624
- declare const routeName$3N = "/v2/api/document-extractor/one/offers";
117625
- type ExtractOffersForOneDocumentEnqueueBody = paths[typeof routeName$3N]['post']['requestBody']['content']['application/json'];
117626
- type ExtractOffersForOneDocumentEnqueueResponse = paths[typeof routeName$3N]['post']['responses'][201]['content']['application/json'];
117630
+ declare const routeName$3M = "/v2/api/document-extractor/one/offers";
117631
+ type ExtractOffersForOneDocumentEnqueueBody = paths[typeof routeName$3M]['post']['requestBody']['content']['application/json'];
117632
+ type ExtractOffersForOneDocumentEnqueueResponse = paths[typeof routeName$3M]['post']['responses'][201]['content']['application/json'];
117627
117633
  interface ExtractOffersForOneDocumentEnqueueProps {
117628
117634
  body: ExtractOffersForOneDocumentEnqueueBody;
117629
117635
  }
117630
117636
  declare const extractOffersForOneDocumentEnqueue: (props: ExtractOffersForOneDocumentEnqueueProps, wgApiClient: ClientType) => Promise<ExtractOffersForOneDocumentEnqueueResponse>;
117631
117637
 
117632
- declare const routeName$3M = "/v2/api/document-extractor/one/insurance-policies";
117633
- type ExtractInsurancePoliciesForOneDocumentEnqueueBody = paths[typeof routeName$3M]['post']['requestBody']['content']['application/json'];
117634
- type ExtractInsurancePoliciesForOneDocumentEnqueueResponse = paths[typeof routeName$3M]['post']['responses'][201]['content']['application/json'];
117638
+ declare const routeName$3L = "/v2/api/document-extractor/one/insurance-policies";
117639
+ type ExtractInsurancePoliciesForOneDocumentEnqueueBody = paths[typeof routeName$3L]['post']['requestBody']['content']['application/json'];
117640
+ type ExtractInsurancePoliciesForOneDocumentEnqueueResponse = paths[typeof routeName$3L]['post']['responses'][201]['content']['application/json'];
117635
117641
  interface ExtractInsurancePoliciesForOneDocumentEnqueueProps {
117636
117642
  body: ExtractInsurancePoliciesForOneDocumentEnqueueBody;
117637
117643
  }
117638
117644
  declare const extractInsurancePoliciesForOneDocumentEnqueue: (props: ExtractInsurancePoliciesForOneDocumentEnqueueProps, wgApiClient: ClientType) => Promise<ExtractInsurancePoliciesForOneDocumentEnqueueResponse>;
117639
117645
 
117640
- declare const routeName$3L = "/v2/api/document-extractor/one/party";
117641
- type ExtractPartyForOneDocumentEnqueueBody = paths[typeof routeName$3L]['post']['requestBody']['content']['application/json'];
117642
- type ExtractPartyForOneDocumentEnqueueResponse = paths[typeof routeName$3L]['post']['responses'][201]['content']['application/json'];
117646
+ declare const routeName$3K = "/v2/api/document-extractor/one/party";
117647
+ type ExtractPartyForOneDocumentEnqueueBody = paths[typeof routeName$3K]['post']['requestBody']['content']['application/json'];
117648
+ type ExtractPartyForOneDocumentEnqueueResponse = paths[typeof routeName$3K]['post']['responses'][201]['content']['application/json'];
117643
117649
  interface ExtractPartyForOneDocumentEnqueueProps {
117644
117650
  body: ExtractPartyForOneDocumentEnqueueBody;
117645
117651
  }
117646
117652
  declare const extractPartyForOneDocumentEnqueue: (props: ExtractPartyForOneDocumentEnqueueProps, wgApiClient: ClientType) => Promise<ExtractPartyForOneDocumentEnqueueResponse>;
117647
117653
 
117648
- declare const routeName$3K = "/v1/api/document-extractor/entities/{entity_id}";
117649
- type GetExtractEnityInfoPathParams = paths[typeof routeName$3K]['get']['parameters']['path'];
117650
- type GetExtractEnityInfoResponse = paths[typeof routeName$3K]['get']['responses'][200]['content']['application/json'];
117651
- type GetExtractEnityInfoProps = paths[typeof routeName$3K]['get']['parameters'];
117654
+ declare const routeName$3J = "/v1/api/document-extractor/entities/{entity_id}";
117655
+ type GetExtractEnityInfoPathParams = paths[typeof routeName$3J]['get']['parameters']['path'];
117656
+ type GetExtractEnityInfoResponse = paths[typeof routeName$3J]['get']['responses'][200]['content']['application/json'];
117657
+ type GetExtractEnityInfoProps = paths[typeof routeName$3J]['get']['parameters'];
117652
117658
  declare const getExtractEnityInfo: (props: GetExtractEnityInfoProps, wgApiClient: ClientType) => Promise<GetExtractEnityInfoResponse>;
117653
117659
 
117654
- declare const routeName$3J = "/v1/api/document-extractor/documents/{document_id}";
117655
- type GetProvenanceInfoOfDocumentPathParams = paths[typeof routeName$3J]['get']['parameters']['path'];
117656
- type GetProvenanceInfoOfDocumentResponse = paths[typeof routeName$3J]['get']['responses'][200]['content']['application/json'];
117657
- type GetProvenanceInfoOfDocumentProps = paths[typeof routeName$3J]['get']['parameters'];
117660
+ declare const routeName$3I = "/v1/api/document-extractor/documents/{document_id}";
117661
+ type GetProvenanceInfoOfDocumentPathParams = paths[typeof routeName$3I]['get']['parameters']['path'];
117662
+ type GetProvenanceInfoOfDocumentResponse = paths[typeof routeName$3I]['get']['responses'][200]['content']['application/json'];
117663
+ type GetProvenanceInfoOfDocumentProps = paths[typeof routeName$3I]['get']['parameters'];
117658
117664
  declare const getProvenanceInfoOfDocument: (props: GetProvenanceInfoOfDocumentProps, wgApiClient: ClientType) => Promise<GetProvenanceInfoOfDocumentResponse>;
117659
117665
 
117660
- declare const routeName$3I = "/v1/api/document-extractor/batches";
117661
- type ExtractManyDocumentInBatchBody = paths[typeof routeName$3I]['post']['requestBody']['content']['application/json'];
117662
- type ExtractManyDocumentInBatchResponse = paths[typeof routeName$3I]['post']['responses'][202]['content']['application/json'];
117666
+ declare const routeName$3H = "/v1/api/document-extractor/batches";
117667
+ type ExtractManyDocumentInBatchBody = paths[typeof routeName$3H]['post']['requestBody']['content']['application/json'];
117668
+ type ExtractManyDocumentInBatchResponse = paths[typeof routeName$3H]['post']['responses'][202]['content']['application/json'];
117663
117669
  interface ExtractManyDocumentInBatchProps {
117664
117670
  body: ExtractManyDocumentInBatchBody;
117665
117671
  }
117666
117672
  declare const extractManyDocumentInBatch: (props: ExtractManyDocumentInBatchProps, wgApiClient: ClientType) => Promise<ExtractManyDocumentInBatchResponse>;
117667
117673
 
117668
- declare const routeName$3H = "/v1/api/document-extractor/batches/{batch_id}";
117669
- type GetDocumentExtractionBatchByIdPathParams = paths[typeof routeName$3H]['get']['parameters']['path'];
117670
- type GetDocumentExtractionBatchByIdResponse = paths[typeof routeName$3H]['get']['responses'][200]['content']['application/json'];
117671
- type GetDocumentExtractionBatchByIdProps = paths[typeof routeName$3H]['get']['parameters'];
117674
+ declare const routeName$3G = "/v1/api/document-extractor/batches/{batch_id}";
117675
+ type GetDocumentExtractionBatchByIdPathParams = paths[typeof routeName$3G]['get']['parameters']['path'];
117676
+ type GetDocumentExtractionBatchByIdResponse = paths[typeof routeName$3G]['get']['responses'][200]['content']['application/json'];
117677
+ type GetDocumentExtractionBatchByIdProps = paths[typeof routeName$3G]['get']['parameters'];
117672
117678
  declare const getDocumentExtractionBatchById: (props: GetDocumentExtractionBatchByIdProps, wgApiClient: ClientType) => Promise<GetDocumentExtractionBatchByIdResponse>;
117673
117679
 
117674
- declare const routeName$3G = "/v1/api/documents/{document_id}/link";
117675
- type GetLinkOfDocumentPathParams = paths[typeof routeName$3G]['get']['parameters']['path'];
117676
- type GetLinkOfDocumentResponse = paths[typeof routeName$3G]['get']['responses'][307]['content']['application/json'];
117677
- type GetLinkOfDocumentProps = paths[typeof routeName$3G]['get']['parameters'];
117680
+ declare const routeName$3F = "/v1/api/documents/{document_id}/link";
117681
+ type GetLinkOfDocumentPathParams = paths[typeof routeName$3F]['get']['parameters']['path'];
117682
+ type GetLinkOfDocumentResponse = paths[typeof routeName$3F]['get']['responses'][307]['content']['application/json'];
117683
+ type GetLinkOfDocumentProps = paths[typeof routeName$3F]['get']['parameters'];
117678
117684
  declare const getLinkOfDocument: (props: GetLinkOfDocumentProps, wgApiClient: ClientType) => Promise<GetLinkOfDocumentResponse>;
117679
117685
 
117680
- declare const routeName$3F = "/v1/api/documents/{document_id}";
117681
- type GetDocumentMetadataPathParams = paths[typeof routeName$3F]['get']['parameters']['path'];
117682
- type GetDocumentMetadataResponse = paths[typeof routeName$3F]['get']['responses'][200]['content']['application/json'];
117683
- type GetDocumentMetadataProps = paths[typeof routeName$3F]['get']['parameters'];
117686
+ declare const routeName$3E = "/v1/api/documents/{document_id}";
117687
+ type GetDocumentMetadataPathParams = paths[typeof routeName$3E]['get']['parameters']['path'];
117688
+ type GetDocumentMetadataResponse = paths[typeof routeName$3E]['get']['responses'][200]['content']['application/json'];
117689
+ type GetDocumentMetadataProps = paths[typeof routeName$3E]['get']['parameters'];
117684
117690
  declare const getDocumentMetadata: (props: GetDocumentMetadataProps, wgApiClient: ClientType) => Promise<GetDocumentMetadataResponse>;
117685
117691
 
117686
- declare const routeName$3E = "/v1/api/email-analyzer/email-by-message-id";
117687
- type GetEmailByMessageIdQueryParams = paths[typeof routeName$3E]['get']['parameters']['query'];
117688
- type GetEmailByMessageIdResponse = paths[typeof routeName$3E]['get']['responses'][200]['content']['application/json'];
117689
- type GetEmailByMessageIdProps = paths[typeof routeName$3E]['get']['parameters'];
117692
+ declare const routeName$3D = "/v1/api/email-analyzer/email-by-message-id";
117693
+ type GetEmailByMessageIdQueryParams = paths[typeof routeName$3D]['get']['parameters']['query'];
117694
+ type GetEmailByMessageIdResponse = paths[typeof routeName$3D]['get']['responses'][200]['content']['application/json'];
117695
+ type GetEmailByMessageIdProps = paths[typeof routeName$3D]['get']['parameters'];
117690
117696
  declare const getEmailByMessageId: (props: GetEmailByMessageIdProps, wgApiClient: ClientType) => Promise<GetEmailByMessageIdResponse>;
117691
117697
 
117692
- declare const routeName$3D = "/v1/api/email-analyzer/emails/triage/one";
117693
- type TriageEmailBody = paths[typeof routeName$3D]['post']['requestBody']['content']['application/json'];
117694
- type TriageEmailResponse = paths[typeof routeName$3D]['post']['responses'][201]['content']['application/json'];
117698
+ declare const routeName$3C = "/v1/api/email-analyzer/emails/triage/one";
117699
+ type TriageEmailBody = paths[typeof routeName$3C]['post']['requestBody']['content']['application/json'];
117700
+ type TriageEmailResponse = paths[typeof routeName$3C]['post']['responses'][201]['content']['application/json'];
117695
117701
  interface TriageEmailProps {
117696
117702
  body: TriageEmailBody;
117697
117703
  }
117698
117704
  declare const triageEmail: (props: TriageEmailProps, wgApiClient: ClientType) => Promise<TriageEmailResponse>;
117699
117705
 
117700
- declare const routeName$3C = "/v1/api/email-analyzer/emails/{email_id}/analyze/one";
117701
- type AnalyzeEmailBody = paths[typeof routeName$3C]['post']['requestBody']['content']['application/json'];
117702
- type AnalyzeEmailPathParams = paths[typeof routeName$3C]['post']['parameters']['path'];
117703
- type AnalyzeEmailResponse = paths[typeof routeName$3C]['post']['responses'][201]['content']['application/json'];
117706
+ declare const routeName$3B = "/v1/api/email-analyzer/emails/{email_id}/analyze/one";
117707
+ type AnalyzeEmailBody = paths[typeof routeName$3B]['post']['requestBody']['content']['application/json'];
117708
+ type AnalyzeEmailPathParams = paths[typeof routeName$3B]['post']['parameters']['path'];
117709
+ type AnalyzeEmailResponse = paths[typeof routeName$3B]['post']['responses'][201]['content']['application/json'];
117704
117710
  interface AnalyzeEmailProps {
117705
117711
  body: AnalyzeEmailBody;
117706
117712
  params: {
@@ -117709,53 +117715,53 @@ interface AnalyzeEmailProps {
117709
117715
  }
117710
117716
  declare const analyzeEmail: (props: AnalyzeEmailProps, wgApiClient: ClientType) => Promise<AnalyzeEmailResponse>;
117711
117717
 
117712
- declare const routeName$3B = "/v1/api/people/search";
117713
- type SearchDirectorsByFirstAndLastNameQueryParams = paths[typeof routeName$3B]['get']['parameters']['query'];
117714
- type SearchDirectorsByFirstAndLastNameResponse = paths[typeof routeName$3B]['get']['responses'][200]['content']['application/json'];
117715
- type SearchDirectorsByFirstAndLastNameProps = paths[typeof routeName$3B]['get']['parameters'];
117718
+ declare const routeName$3A = "/v1/api/people/search";
117719
+ type SearchDirectorsByFirstAndLastNameQueryParams = paths[typeof routeName$3A]['get']['parameters']['query'];
117720
+ type SearchDirectorsByFirstAndLastNameResponse = paths[typeof routeName$3A]['get']['responses'][200]['content']['application/json'];
117721
+ type SearchDirectorsByFirstAndLastNameProps = paths[typeof routeName$3A]['get']['parameters'];
117716
117722
  declare const searchDirectorsByFirstAndLastName: (props: SearchDirectorsByFirstAndLastNameProps, wgApiClient: ClientType) => Promise<SearchDirectorsByFirstAndLastNameResponse>;
117717
117723
 
117718
- declare const routeName$3A = "/v1/api/enterprises/search";
117719
- type SearchEnterprisesByCountryQueryParams = paths[typeof routeName$3A]['get']['parameters']['query'];
117720
- type SearchEnterprisesByCountryResponse = paths[typeof routeName$3A]['get']['responses'][200]['content']['application/json'];
117721
- type SearchEnterprisesByCountryProps = paths[typeof routeName$3A]['get']['parameters'];
117724
+ declare const routeName$3z = "/v1/api/enterprises/search";
117725
+ type SearchEnterprisesByCountryQueryParams = paths[typeof routeName$3z]['get']['parameters']['query'];
117726
+ type SearchEnterprisesByCountryResponse = paths[typeof routeName$3z]['get']['responses'][200]['content']['application/json'];
117727
+ type SearchEnterprisesByCountryProps = paths[typeof routeName$3z]['get']['parameters'];
117722
117728
  declare const searchEnterprisesByCountry: (props: SearchEnterprisesByCountryProps, wgApiClient: ClientType) => Promise<SearchEnterprisesByCountryResponse>;
117723
117729
 
117724
- declare const routeName$3z = "/v1/api/enterprises/{company_registration_number}";
117725
- type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams = paths[typeof routeName$3z]['get']['parameters']['path'];
117726
- type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams = paths[typeof routeName$3z]['get']['parameters']['query'];
117727
- type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse = paths[typeof routeName$3z]['get']['responses'][200]['content']['application/json'];
117728
- type GetEnterpriseByCompanyRegistrationNumberAndCountryProps = paths[typeof routeName$3z]['get']['parameters'];
117730
+ declare const routeName$3y = "/v1/api/enterprises/{company_registration_number}";
117731
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryPathParams = paths[typeof routeName$3y]['get']['parameters']['path'];
117732
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryQueryParams = paths[typeof routeName$3y]['get']['parameters']['query'];
117733
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryResponse = paths[typeof routeName$3y]['get']['responses'][200]['content']['application/json'];
117734
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryProps = paths[typeof routeName$3y]['get']['parameters'];
117729
117735
  declare const getEnterpriseByCompanyRegistrationNumberAndCountry: (props: GetEnterpriseByCompanyRegistrationNumberAndCountryProps, wgApiClient: ClientType) => Promise<GetEnterpriseByCompanyRegistrationNumberAndCountryResponse>;
117730
117736
 
117731
- declare const routeName$3y = "/v1/api/enterprises/{company_registration_number}/minimal";
117732
- type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams = paths[typeof routeName$3y]['get']['parameters']['path'];
117733
- type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams = paths[typeof routeName$3y]['get']['parameters']['query'];
117734
- type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse = paths[typeof routeName$3y]['get']['responses'][200]['content']['application/json'];
117735
- type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseProps = paths[typeof routeName$3y]['get']['parameters'];
117737
+ declare const routeName$3x = "/v1/api/enterprises/{company_registration_number}/minimal";
117738
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponsePathParams = paths[typeof routeName$3x]['get']['parameters']['path'];
117739
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseQueryParams = paths[typeof routeName$3x]['get']['parameters']['query'];
117740
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse = paths[typeof routeName$3x]['get']['responses'][200]['content']['application/json'];
117741
+ type GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseProps = paths[typeof routeName$3x]['get']['parameters'];
117736
117742
  declare const getEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponse: (props: GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseProps, wgApiClient: ClientType) => Promise<GetEnterpriseByCompanyRegistrationNumberAndCountryMinimalResponseResponse>;
117737
117743
 
117738
- declare const routeName$3x = "/enums";
117739
- type GetAllEnumsResponse = paths[typeof routeName$3x]['get']['responses'][200]['content']['application/json'];
117744
+ declare const routeName$3w = "/enums";
117745
+ type GetAllEnumsResponse = paths[typeof routeName$3w]['get']['responses'][200]['content']['application/json'];
117740
117746
  declare const getAllEnums: (wgApiClient: ClientType) => Promise<GetAllEnumsResponse>;
117741
117747
 
117742
- declare const routeName$3w = "/enums/{enum}";
117743
- type GetValuesOfEnumPathParams = paths[typeof routeName$3w]['get']['parameters']['path'];
117744
- type GetValuesOfEnumResponse = paths[typeof routeName$3w]['get']['responses'][200]['content']['application/json'];
117745
- type GetValuesOfEnumProps = paths[typeof routeName$3w]['get']['parameters'];
117748
+ declare const routeName$3v = "/enums/{enum}";
117749
+ type GetValuesOfEnumPathParams = paths[typeof routeName$3v]['get']['parameters']['path'];
117750
+ type GetValuesOfEnumResponse = paths[typeof routeName$3v]['get']['responses'][200]['content']['application/json'];
117751
+ type GetValuesOfEnumProps = paths[typeof routeName$3v]['get']['parameters'];
117746
117752
  declare const getValuesOfEnum: (props: GetValuesOfEnumProps, wgApiClient: ClientType) => Promise<GetValuesOfEnumResponse>;
117747
117753
 
117748
- declare const routeName$3v = "/v1/api/advisory-reports/{report_id}/export-options";
117749
- type GetAdvisoryReportExportOptionsPathParams = paths[typeof routeName$3v]['get']['parameters']['path'];
117750
- type GetAdvisoryReportExportOptionsResponse = paths[typeof routeName$3v]['get']['responses'][200]['content']['application/json'];
117751
- type GetAdvisoryReportExportOptionsProps = paths[typeof routeName$3v]['get']['parameters'];
117754
+ declare const routeName$3u = "/v1/api/advisory-reports/{report_id}/export-options";
117755
+ type GetAdvisoryReportExportOptionsPathParams = paths[typeof routeName$3u]['get']['parameters']['path'];
117756
+ type GetAdvisoryReportExportOptionsResponse = paths[typeof routeName$3u]['get']['responses'][200]['content']['application/json'];
117757
+ type GetAdvisoryReportExportOptionsProps = paths[typeof routeName$3u]['get']['parameters'];
117752
117758
  declare const getAdvisoryReportExportOptions: (props: GetAdvisoryReportExportOptionsProps, wgApiClient: ClientType) => Promise<GetAdvisoryReportExportOptionsResponse>;
117753
117759
 
117754
- declare const routeName$3u = "/v1/api/advisory-reports/{report_id}/exports";
117755
- type ExportAdvisoryReportByIdBody = paths[typeof routeName$3u]['post']['requestBody']['content']['application/json'];
117756
- type ExportAdvisoryReportByIdPathParams = paths[typeof routeName$3u]['post']['parameters']['path'];
117757
- type ExportAdvisoryReportByIdQueryParams = paths[typeof routeName$3u]['post']['parameters']['query'];
117758
- type ExportAdvisoryReportByIdResponse = paths[typeof routeName$3u]['post']['responses'][201]['content']['application/json'];
117760
+ declare const routeName$3t = "/v1/api/advisory-reports/{report_id}/exports";
117761
+ type ExportAdvisoryReportByIdBody = paths[typeof routeName$3t]['post']['requestBody']['content']['application/json'];
117762
+ type ExportAdvisoryReportByIdPathParams = paths[typeof routeName$3t]['post']['parameters']['path'];
117763
+ type ExportAdvisoryReportByIdQueryParams = paths[typeof routeName$3t]['post']['parameters']['query'];
117764
+ type ExportAdvisoryReportByIdResponse = paths[typeof routeName$3t]['post']['responses'][201]['content']['application/json'];
117759
117765
  interface ExportAdvisoryReportByIdProps {
117760
117766
  body: ExportAdvisoryReportByIdBody;
117761
117767
  params: {
@@ -117765,9 +117771,9 @@ interface ExportAdvisoryReportByIdProps {
117765
117771
  }
117766
117772
  declare const exportAdvisoryReportById: (props: ExportAdvisoryReportByIdProps, wgApiClient: ClientType) => Promise<ExportAdvisoryReportByIdResponse>;
117767
117773
 
117768
- declare const routeName$3t = "/v1/api/parties/{party_id}/exports/crm";
117769
- type ExportPartyByIdPathParams = paths[typeof routeName$3t]['post']['parameters']['path'];
117770
- type ExportPartyByIdResponse = paths[typeof routeName$3t]['post']['responses'][201]['content']['application/json'];
117774
+ declare const routeName$3s = "/v1/api/parties/{party_id}/exports/crm";
117775
+ type ExportPartyByIdPathParams = paths[typeof routeName$3s]['post']['parameters']['path'];
117776
+ type ExportPartyByIdResponse = paths[typeof routeName$3s]['post']['responses'][201]['content']['application/json'];
117771
117777
  interface ExportPartyByIdProps {
117772
117778
  params: {
117773
117779
  path: ExportPartyByIdPathParams;
@@ -117775,52 +117781,52 @@ interface ExportPartyByIdProps {
117775
117781
  }
117776
117782
  declare const exportPartyById: (props: ExportPartyByIdProps, wgApiClient: ClientType) => Promise<ExportPartyByIdResponse>;
117777
117783
 
117778
- declare const routeName$3s = "/v1/api/parties/{party_id}/exports";
117779
- type RetrieveAllExportsByPartyPathParams = paths[typeof routeName$3s]['get']['parameters']['path'];
117780
- type RetrieveAllExportsByPartyQueryParams = paths[typeof routeName$3s]['get']['parameters']['query'];
117781
- type RetrieveAllExportsByPartyResponse = paths[typeof routeName$3s]['get']['responses'][200]['content']['application/json'];
117782
- type RetrieveAllExportsByPartyProps = paths[typeof routeName$3s]['get']['parameters'];
117784
+ declare const routeName$3r = "/v1/api/parties/{party_id}/exports";
117785
+ type RetrieveAllExportsByPartyPathParams = paths[typeof routeName$3r]['get']['parameters']['path'];
117786
+ type RetrieveAllExportsByPartyQueryParams = paths[typeof routeName$3r]['get']['parameters']['query'];
117787
+ type RetrieveAllExportsByPartyResponse = paths[typeof routeName$3r]['get']['responses'][200]['content']['application/json'];
117788
+ type RetrieveAllExportsByPartyProps = paths[typeof routeName$3r]['get']['parameters'];
117783
117789
  declare const retrieveAllExportsByParty: (props: RetrieveAllExportsByPartyProps, wgApiClient: ClientType) => Promise<RetrieveAllExportsByPartyResponse>;
117784
117790
 
117785
- declare const routeName$3r = "/v1/api/exports/{export_id}";
117786
- type RetrieveExportByIdPathParams = paths[typeof routeName$3r]['get']['parameters']['path'];
117787
- type RetrieveExportByIdQueryParams = paths[typeof routeName$3r]['get']['parameters']['query'];
117788
- type RetrieveExportByIdResponse = paths[typeof routeName$3r]['get']['responses'][200]['content']['application/json'];
117789
- type RetrieveExportByIdProps = paths[typeof routeName$3r]['get']['parameters'];
117791
+ declare const routeName$3q = "/v1/api/exports/{export_id}";
117792
+ type RetrieveExportByIdPathParams = paths[typeof routeName$3q]['get']['parameters']['path'];
117793
+ type RetrieveExportByIdQueryParams = paths[typeof routeName$3q]['get']['parameters']['query'];
117794
+ type RetrieveExportByIdResponse = paths[typeof routeName$3q]['get']['responses'][200]['content']['application/json'];
117795
+ type RetrieveExportByIdProps = paths[typeof routeName$3q]['get']['parameters'];
117790
117796
  declare const retrieveExportById: (props: RetrieveExportByIdProps, wgApiClient: ClientType) => Promise<RetrieveExportByIdResponse>;
117791
117797
 
117792
- declare const routeName$3q = "/v1/api/flights/lock";
117793
- type LockFlightApiResponse = paths[typeof routeName$3q]['get']['responses'][200]['content']['application/json'];
117798
+ declare const routeName$3p = "/v1/api/flights/lock";
117799
+ type LockFlightApiResponse = paths[typeof routeName$3p]['get']['responses'][200]['content']['application/json'];
117794
117800
  declare const lockFlightApi: (wgApiClient: ClientType) => Promise<LockFlightApiResponse>;
117795
117801
 
117796
- declare const routeName$3p = "/v1/api/flights/airports";
117797
- type RetrieveAirportsResponse = paths[typeof routeName$3p]['get']['responses'][200]['content']['application/json'];
117802
+ declare const routeName$3o = "/v1/api/flights/airports";
117803
+ type RetrieveAirportsResponse = paths[typeof routeName$3o]['get']['responses'][200]['content']['application/json'];
117798
117804
  declare const retrieveAirports: (wgApiClient: ClientType) => Promise<RetrieveAirportsResponse>;
117799
117805
 
117800
- declare const routeName$3o = "/v1/api/distributions/me/flows";
117801
- type GetAvailableFlowsForDistributionInfoQueryParams = paths[typeof routeName$3o]['get']['parameters']['query'];
117802
- type GetAvailableFlowsForDistributionInfoResponse = paths[typeof routeName$3o]['get']['responses'][200]['content']['application/json'];
117803
- type GetAvailableFlowsForDistributionInfoProps = paths[typeof routeName$3o]['get']['parameters'];
117806
+ declare const routeName$3n = "/v1/api/distributions/me/flows";
117807
+ type GetAvailableFlowsForDistributionInfoQueryParams = paths[typeof routeName$3n]['get']['parameters']['query'];
117808
+ type GetAvailableFlowsForDistributionInfoResponse = paths[typeof routeName$3n]['get']['responses'][200]['content']['application/json'];
117809
+ type GetAvailableFlowsForDistributionInfoProps = paths[typeof routeName$3n]['get']['parameters'];
117804
117810
  declare const getAvailableFlowsForDistributionInfo: (props: GetAvailableFlowsForDistributionInfoProps, wgApiClient: ClientType) => Promise<GetAvailableFlowsForDistributionInfoResponse>;
117805
117811
 
117806
- declare const routeName$3n = "/v1/api/flows";
117807
- type GetFlowsInfoQueryParams = paths[typeof routeName$3n]['get']['parameters']['query'];
117808
- type GetFlowsInfoResponse = paths[typeof routeName$3n]['get']['responses'][200]['content']['application/json'];
117809
- type GetFlowsInfoProps = paths[typeof routeName$3n]['get']['parameters'];
117812
+ declare const routeName$3m = "/v1/api/flows";
117813
+ type GetFlowsInfoQueryParams = paths[typeof routeName$3m]['get']['parameters']['query'];
117814
+ type GetFlowsInfoResponse = paths[typeof routeName$3m]['get']['responses'][200]['content']['application/json'];
117815
+ type GetFlowsInfoProps = paths[typeof routeName$3m]['get']['parameters'];
117810
117816
  declare const getFlowsInfo: (props: GetFlowsInfoProps, wgApiClient: ClientType) => Promise<GetFlowsInfoResponse>;
117811
117817
 
117812
- declare const routeName$3m = "/v1/api/flows/{flow_id}";
117813
- type GetFlowInfoByIdPathParams = paths[typeof routeName$3m]['get']['parameters']['path'];
117814
- type GetFlowInfoByIdQueryParams = paths[typeof routeName$3m]['get']['parameters']['query'];
117815
- type GetFlowInfoByIdResponse = paths[typeof routeName$3m]['get']['responses'][200]['content']['application/json'];
117816
- type GetFlowInfoByIdProps = paths[typeof routeName$3m]['get']['parameters'];
117818
+ declare const routeName$3l = "/v1/api/flows/{flow_id}";
117819
+ type GetFlowInfoByIdPathParams = paths[typeof routeName$3l]['get']['parameters']['path'];
117820
+ type GetFlowInfoByIdQueryParams = paths[typeof routeName$3l]['get']['parameters']['query'];
117821
+ type GetFlowInfoByIdResponse = paths[typeof routeName$3l]['get']['responses'][200]['content']['application/json'];
117822
+ type GetFlowInfoByIdProps = paths[typeof routeName$3l]['get']['parameters'];
117817
117823
  declare const getFlowInfoById: (props: GetFlowInfoByIdProps, wgApiClient: ClientType) => Promise<GetFlowInfoByIdResponse>;
117818
117824
 
117819
- declare const routeName$3l = "/v1/api/flows/{flow_id}";
117820
- type RetrieveFlowBody = paths[typeof routeName$3l]['post']['requestBody']['content']['application/json'];
117821
- type RetrieveFlowPathParams = paths[typeof routeName$3l]['post']['parameters']['path'];
117822
- type RetrieveFlowQueryParams = paths[typeof routeName$3l]['post']['parameters']['query'];
117823
- type RetrieveFlowResponse = paths[typeof routeName$3l]['post']['responses'][201]['content']['application/json'];
117825
+ declare const routeName$3k = "/v1/api/flows/{flow_id}";
117826
+ type RetrieveFlowBody = paths[typeof routeName$3k]['post']['requestBody']['content']['application/json'];
117827
+ type RetrieveFlowPathParams = paths[typeof routeName$3k]['post']['parameters']['path'];
117828
+ type RetrieveFlowQueryParams = paths[typeof routeName$3k]['post']['parameters']['query'];
117829
+ type RetrieveFlowResponse = paths[typeof routeName$3k]['post']['responses'][201]['content']['application/json'];
117824
117830
  interface RetrieveFlowProps {
117825
117831
  body: RetrieveFlowBody;
117826
117832
  params: {
@@ -117830,18 +117836,18 @@ interface RetrieveFlowProps {
117830
117836
  }
117831
117837
  declare const retrieveFlow: (props: RetrieveFlowProps, wgApiClient: ClientType) => Promise<RetrieveFlowResponse>;
117832
117838
 
117833
- declare const routeName$3k = "/v1/api/flows/{flow_id}/questionnaire";
117834
- type GenerateFlowQuestionnairePathParams = paths[typeof routeName$3k]['get']['parameters']['path'];
117835
- type GenerateFlowQuestionnaireQueryParams = paths[typeof routeName$3k]['get']['parameters']['query'];
117836
- type GenerateFlowQuestionnaireResponse = paths[typeof routeName$3k]['get']['responses'][200]['content']['application/json'];
117837
- type GenerateFlowQuestionnaireProps = paths[typeof routeName$3k]['get']['parameters'];
117839
+ declare const routeName$3j = "/v1/api/flows/{flow_id}/questionnaire";
117840
+ type GenerateFlowQuestionnairePathParams = paths[typeof routeName$3j]['get']['parameters']['path'];
117841
+ type GenerateFlowQuestionnaireQueryParams = paths[typeof routeName$3j]['get']['parameters']['query'];
117842
+ type GenerateFlowQuestionnaireResponse = paths[typeof routeName$3j]['get']['responses'][200]['content']['application/json'];
117843
+ type GenerateFlowQuestionnaireProps = paths[typeof routeName$3j]['get']['parameters'];
117838
117844
  declare const generateFlowQuestionnaire: (props: GenerateFlowQuestionnaireProps, wgApiClient: ClientType) => Promise<GenerateFlowQuestionnaireResponse>;
117839
117845
 
117840
- declare const routeName$3j = "/v1/api/flows/{flow_id}/questionnaire/pdf";
117841
- type GenerateFlowQuestionnaireDocumentBody = paths[typeof routeName$3j]['post']['requestBody']['content']['application/json'];
117842
- type GenerateFlowQuestionnaireDocumentPathParams = paths[typeof routeName$3j]['post']['parameters']['path'];
117843
- type GenerateFlowQuestionnaireDocumentQueryParams = paths[typeof routeName$3j]['post']['parameters']['query'];
117844
- type GenerateFlowQuestionnaireDocumentResponse = paths[typeof routeName$3j]['post']['responses'][200]['content']['application/json'];
117846
+ declare const routeName$3i = "/v1/api/flows/{flow_id}/questionnaire/pdf";
117847
+ type GenerateFlowQuestionnaireDocumentBody = paths[typeof routeName$3i]['post']['requestBody']['content']['application/json'];
117848
+ type GenerateFlowQuestionnaireDocumentPathParams = paths[typeof routeName$3i]['post']['parameters']['path'];
117849
+ type GenerateFlowQuestionnaireDocumentQueryParams = paths[typeof routeName$3i]['post']['parameters']['query'];
117850
+ type GenerateFlowQuestionnaireDocumentResponse = paths[typeof routeName$3i]['post']['responses'][200]['content']['application/json'];
117845
117851
  interface GenerateFlowQuestionnaireDocumentProps {
117846
117852
  body: GenerateFlowQuestionnaireDocumentBody;
117847
117853
  params: {
@@ -117851,25 +117857,25 @@ interface GenerateFlowQuestionnaireDocumentProps {
117851
117857
  }
117852
117858
  declare const generateFlowQuestionnaireDocument: (props: GenerateFlowQuestionnaireDocumentProps, wgApiClient: ClientType) => Promise<GenerateFlowQuestionnaireDocumentResponse>;
117853
117859
 
117854
- declare const routeName$3i = "/v1/api/flows-ask-later-questions";
117855
- type RetrieveAskLaterQuestionsQueryParams = paths[typeof routeName$3i]['get']['parameters']['query'];
117856
- type RetrieveAskLaterQuestionsResponse = paths[typeof routeName$3i]['get']['responses'][200]['content']['application/json'];
117857
- type RetrieveAskLaterQuestionsProps = paths[typeof routeName$3i]['get']['parameters'];
117860
+ declare const routeName$3h = "/v1/api/flows-ask-later-questions";
117861
+ type RetrieveAskLaterQuestionsQueryParams = paths[typeof routeName$3h]['get']['parameters']['query'];
117862
+ type RetrieveAskLaterQuestionsResponse = paths[typeof routeName$3h]['get']['responses'][200]['content']['application/json'];
117863
+ type RetrieveAskLaterQuestionsProps = paths[typeof routeName$3h]['get']['parameters'];
117858
117864
  declare const retrieveAskLaterQuestions: (props: RetrieveAskLaterQuestionsProps, wgApiClient: ClientType) => Promise<RetrieveAskLaterQuestionsResponse>;
117859
117865
 
117860
- declare const routeName$3h = "/v1/api/flows-ask-later-questions";
117861
- type SetAskLaterQuestionsBody = paths[typeof routeName$3h]['post']['requestBody']['content']['application/json'];
117862
- type SetAskLaterQuestionsResponse = paths[typeof routeName$3h]['post']['responses'][200]['content']['application/json'];
117866
+ declare const routeName$3g = "/v1/api/flows-ask-later-questions";
117867
+ type SetAskLaterQuestionsBody = paths[typeof routeName$3g]['post']['requestBody']['content']['application/json'];
117868
+ type SetAskLaterQuestionsResponse = paths[typeof routeName$3g]['post']['responses'][200]['content']['application/json'];
117863
117869
  interface SetAskLaterQuestionsProps {
117864
117870
  body: SetAskLaterQuestionsBody;
117865
117871
  }
117866
117872
  declare const setAskLaterQuestions: (props: SetAskLaterQuestionsProps, wgApiClient: ClientType) => Promise<SetAskLaterQuestionsResponse>;
117867
117873
 
117868
- declare const routeName$3g = "/v1/api/flows/{flow_id}/answers";
117869
- type AnswerAFlowDirectlyBody = paths[typeof routeName$3g]['post']['requestBody']['content']['application/json'];
117870
- type AnswerAFlowDirectlyPathParams = paths[typeof routeName$3g]['post']['parameters']['path'];
117871
- type AnswerAFlowDirectlyQueryParams = paths[typeof routeName$3g]['post']['parameters']['query'];
117872
- type AnswerAFlowDirectlyResponse = paths[typeof routeName$3g]['post']['responses'][200]['content']['application/json'];
117874
+ declare const routeName$3f = "/v1/api/flows/{flow_id}/answers";
117875
+ type AnswerAFlowDirectlyBody = paths[typeof routeName$3f]['post']['requestBody']['content']['application/json'];
117876
+ type AnswerAFlowDirectlyPathParams = paths[typeof routeName$3f]['post']['parameters']['path'];
117877
+ type AnswerAFlowDirectlyQueryParams = paths[typeof routeName$3f]['post']['parameters']['query'];
117878
+ type AnswerAFlowDirectlyResponse = paths[typeof routeName$3f]['post']['responses'][200]['content']['application/json'];
117873
117879
  interface AnswerAFlowDirectlyProps {
117874
117880
  body: AnswerAFlowDirectlyBody;
117875
117881
  params: {
@@ -117879,39 +117885,39 @@ interface AnswerAFlowDirectlyProps {
117879
117885
  }
117880
117886
  declare const answerAFlowDirectly: (props: AnswerAFlowDirectlyProps, wgApiClient: ClientType) => Promise<AnswerAFlowDirectlyResponse>;
117881
117887
 
117882
- declare const routeName$3f = "/v1/api/generative-ai/description-completion";
117883
- type GenerateCompanyDescriptionBody = paths[typeof routeName$3f]['post']['requestBody']['content']['application/json'];
117884
- type GenerateCompanyDescriptionResponse = paths[typeof routeName$3f]['post']['responses'][200]['content']['application/json'];
117888
+ declare const routeName$3e = "/v1/api/generative-ai/description-completion";
117889
+ type GenerateCompanyDescriptionBody = paths[typeof routeName$3e]['post']['requestBody']['content']['application/json'];
117890
+ type GenerateCompanyDescriptionResponse = paths[typeof routeName$3e]['post']['responses'][200]['content']['application/json'];
117885
117891
  interface GenerateCompanyDescriptionProps {
117886
117892
  body: GenerateCompanyDescriptionBody;
117887
117893
  }
117888
117894
  declare const generateCompanyDescription: (props: GenerateCompanyDescriptionProps, wgApiClient: ClientType) => Promise<GenerateCompanyDescriptionResponse>;
117889
117895
 
117890
- declare const routeName$3e = "/v1/api/generative-ai/website-theme-extraction";
117891
- type ExtractWebsiteThemeBody = paths[typeof routeName$3e]['post']['requestBody']['content']['application/json'];
117892
- type ExtractWebsiteThemeResponse = paths[typeof routeName$3e]['post']['responses'][200]['content']['application/json'];
117896
+ declare const routeName$3d = "/v1/api/generative-ai/website-theme-extraction";
117897
+ type ExtractWebsiteThemeBody = paths[typeof routeName$3d]['post']['requestBody']['content']['application/json'];
117898
+ type ExtractWebsiteThemeResponse = paths[typeof routeName$3d]['post']['responses'][200]['content']['application/json'];
117893
117899
  interface ExtractWebsiteThemeProps {
117894
117900
  body: ExtractWebsiteThemeBody;
117895
117901
  }
117896
117902
  declare const extractWebsiteTheme: (props: ExtractWebsiteThemeProps, wgApiClient: ClientType) => Promise<ExtractWebsiteThemeResponse>;
117897
117903
 
117898
- declare const routeName$3d = "/v1/api/risk-domains";
117899
- type GetRiskDomainsQueryParams = paths[typeof routeName$3d]['get']['parameters']['query'];
117900
- type GetRiskDomainsResponse = paths[typeof routeName$3d]['get']['responses'][200]['content']['application/json'];
117901
- type GetRiskDomainsProps = paths[typeof routeName$3d]['get']['parameters'];
117904
+ declare const routeName$3c = "/v1/api/risk-domains";
117905
+ type GetRiskDomainsQueryParams = paths[typeof routeName$3c]['get']['parameters']['query'];
117906
+ type GetRiskDomainsResponse = paths[typeof routeName$3c]['get']['responses'][200]['content']['application/json'];
117907
+ type GetRiskDomainsProps = paths[typeof routeName$3c]['get']['parameters'];
117902
117908
  declare const getRiskDomains: (props: GetRiskDomainsProps, wgApiClient: ClientType) => Promise<GetRiskDomainsResponse>;
117903
117909
 
117904
- declare const routeName$3c = "/v1/api/risk-domains/{risk_domain_id}";
117905
- type GetRiskDomainByIdPathParams = paths[typeof routeName$3c]['get']['parameters']['path'];
117906
- type GetRiskDomainByIdQueryParams = paths[typeof routeName$3c]['get']['parameters']['query'];
117907
- type GetRiskDomainByIdResponse = paths[typeof routeName$3c]['get']['responses'][200]['content']['application/json'];
117908
- type GetRiskDomainByIdProps = paths[typeof routeName$3c]['get']['parameters'];
117910
+ declare const routeName$3b = "/v1/api/risk-domains/{risk_domain_id}";
117911
+ type GetRiskDomainByIdPathParams = paths[typeof routeName$3b]['get']['parameters']['path'];
117912
+ type GetRiskDomainByIdQueryParams = paths[typeof routeName$3b]['get']['parameters']['query'];
117913
+ type GetRiskDomainByIdResponse = paths[typeof routeName$3b]['get']['responses'][200]['content']['application/json'];
117914
+ type GetRiskDomainByIdProps = paths[typeof routeName$3b]['get']['parameters'];
117909
117915
  declare const getRiskDomainById: (props: GetRiskDomainByIdProps, wgApiClient: ClientType) => Promise<GetRiskDomainByIdResponse>;
117910
117916
 
117911
- declare const routeName$3b = "/v1/api/risk-domains/{risk_domain_id}";
117912
- type UpdateRiskDomainByDistributionBody = paths[typeof routeName$3b]['patch']['requestBody']['content']['application/json'];
117913
- type UpdateRiskDomainByDistributionPathParams = paths[typeof routeName$3b]['patch']['parameters']['path'];
117914
- type UpdateRiskDomainByDistributionResponse = paths[typeof routeName$3b]['patch']['responses'][200]['content']['application/json'];
117917
+ declare const routeName$3a = "/v1/api/risk-domains/{risk_domain_id}";
117918
+ type UpdateRiskDomainByDistributionBody = paths[typeof routeName$3a]['patch']['requestBody']['content']['application/json'];
117919
+ type UpdateRiskDomainByDistributionPathParams = paths[typeof routeName$3a]['patch']['parameters']['path'];
117920
+ type UpdateRiskDomainByDistributionResponse = paths[typeof routeName$3a]['patch']['responses'][200]['content']['application/json'];
117915
117921
  interface UpdateRiskDomainByDistributionProps {
117916
117922
  body: UpdateRiskDomainByDistributionBody;
117917
117923
  params: {
@@ -117920,16 +117926,16 @@ interface UpdateRiskDomainByDistributionProps {
117920
117926
  }
117921
117927
  declare const updateRiskDomainByDistribution: (props: UpdateRiskDomainByDistributionProps, wgApiClient: ClientType) => Promise<UpdateRiskDomainByDistributionResponse>;
117922
117928
 
117923
- declare const routeName$3a = "/v1/api/prevention-advice";
117924
- type GetPreventionAdviceQueryParams = paths[typeof routeName$3a]['get']['parameters']['query'];
117925
- type GetPreventionAdviceResponse = paths[typeof routeName$3a]['get']['responses'][200]['content']['application/json'];
117926
- type GetPreventionAdviceProps = paths[typeof routeName$3a]['get']['parameters'];
117929
+ declare const routeName$39 = "/v1/api/prevention-advice";
117930
+ type GetPreventionAdviceQueryParams = paths[typeof routeName$39]['get']['parameters']['query'];
117931
+ type GetPreventionAdviceResponse = paths[typeof routeName$39]['get']['responses'][200]['content']['application/json'];
117932
+ type GetPreventionAdviceProps = paths[typeof routeName$39]['get']['parameters'];
117927
117933
  declare const getPreventionAdvice: (props: GetPreventionAdviceProps, wgApiClient: ClientType) => Promise<GetPreventionAdviceResponse>;
117928
117934
 
117929
- declare const routeName$39 = "/v1/api/prevention-advice/{prevention_advice_id}";
117930
- type UpdatePreventionByDistributionBody = paths[typeof routeName$39]['patch']['requestBody']['content']['application/json'];
117931
- type UpdatePreventionByDistributionPathParams = paths[typeof routeName$39]['patch']['parameters']['path'];
117932
- type UpdatePreventionByDistributionResponse = paths[typeof routeName$39]['patch']['responses'][200]['content']['application/json'];
117935
+ declare const routeName$38 = "/v1/api/prevention-advice/{prevention_advice_id}";
117936
+ type UpdatePreventionByDistributionBody = paths[typeof routeName$38]['patch']['requestBody']['content']['application/json'];
117937
+ type UpdatePreventionByDistributionPathParams = paths[typeof routeName$38]['patch']['parameters']['path'];
117938
+ type UpdatePreventionByDistributionResponse = paths[typeof routeName$38]['patch']['responses'][200]['content']['application/json'];
117933
117939
  interface UpdatePreventionByDistributionProps {
117934
117940
  body: UpdatePreventionByDistributionBody;
117935
117941
  params: {
@@ -117938,16 +117944,16 @@ interface UpdatePreventionByDistributionProps {
117938
117944
  }
117939
117945
  declare const updatePreventionByDistribution: (props: UpdatePreventionByDistributionProps, wgApiClient: ClientType) => Promise<UpdatePreventionByDistributionResponse>;
117940
117946
 
117941
- declare const routeName$38 = "/v2/api/insurance-products";
117942
- type GetInsuranceProductsV2QueryParams = paths[typeof routeName$38]['get']['parameters']['query'];
117943
- type GetInsuranceProductsV2Response = paths[typeof routeName$38]['get']['responses'][200]['content']['application/json'];
117944
- type GetInsuranceProductsV2Props = paths[typeof routeName$38]['get']['parameters'];
117947
+ declare const routeName$37 = "/v2/api/insurance-products";
117948
+ type GetInsuranceProductsV2QueryParams = paths[typeof routeName$37]['get']['parameters']['query'];
117949
+ type GetInsuranceProductsV2Response = paths[typeof routeName$37]['get']['responses'][200]['content']['application/json'];
117950
+ type GetInsuranceProductsV2Props = paths[typeof routeName$37]['get']['parameters'];
117945
117951
  declare const getInsuranceProductsV2: (props: GetInsuranceProductsV2Props, wgApiClient: ClientType) => Promise<GetInsuranceProductsV2Response>;
117946
117952
 
117947
- declare const routeName$37 = "/v1/api/insurance-products/{insurance_product_id}";
117948
- type UpdateInsuranceProductByDistributionBody = paths[typeof routeName$37]['patch']['requestBody']['content']['application/json'];
117949
- type UpdateInsuranceProductByDistributionPathParams = paths[typeof routeName$37]['patch']['parameters']['path'];
117950
- type UpdateInsuranceProductByDistributionResponse = paths[typeof routeName$37]['patch']['responses'][200]['content']['application/json'];
117953
+ declare const routeName$36 = "/v1/api/insurance-products/{insurance_product_id}";
117954
+ type UpdateInsuranceProductByDistributionBody = paths[typeof routeName$36]['patch']['requestBody']['content']['application/json'];
117955
+ type UpdateInsuranceProductByDistributionPathParams = paths[typeof routeName$36]['patch']['parameters']['path'];
117956
+ type UpdateInsuranceProductByDistributionResponse = paths[typeof routeName$36]['patch']['responses'][200]['content']['application/json'];
117951
117957
  interface UpdateInsuranceProductByDistributionProps {
117952
117958
  body: UpdateInsuranceProductByDistributionBody;
117953
117959
  params: {
@@ -117956,16 +117962,16 @@ interface UpdateInsuranceProductByDistributionProps {
117956
117962
  }
117957
117963
  declare const updateInsuranceProductByDistribution: (props: UpdateInsuranceProductByDistributionProps, wgApiClient: ClientType) => Promise<UpdateInsuranceProductByDistributionResponse>;
117958
117964
 
117959
- declare const routeName$36 = "/v1/api/insurance-products/{insurance_product_id}/advices";
117960
- type GetAdvicesPerInsuranceProductPathParams = paths[typeof routeName$36]['get']['parameters']['path'];
117961
- type GetAdvicesPerInsuranceProductResponse = paths[typeof routeName$36]['get']['responses'][200]['content']['application/json'];
117962
- type GetAdvicesPerInsuranceProductProps = paths[typeof routeName$36]['get']['parameters'];
117965
+ declare const routeName$35 = "/v1/api/insurance-products/{insurance_product_id}/advices";
117966
+ type GetAdvicesPerInsuranceProductPathParams = paths[typeof routeName$35]['get']['parameters']['path'];
117967
+ type GetAdvicesPerInsuranceProductResponse = paths[typeof routeName$35]['get']['responses'][200]['content']['application/json'];
117968
+ type GetAdvicesPerInsuranceProductProps = paths[typeof routeName$35]['get']['parameters'];
117963
117969
  declare const getAdvicesPerInsuranceProduct: (props: GetAdvicesPerInsuranceProductProps, wgApiClient: ClientType) => Promise<GetAdvicesPerInsuranceProductResponse>;
117964
117970
 
117965
- declare const routeName$35 = "/v1/api/insurance-products/{insurance_product_id}/advices/{advice_id}";
117966
- type EditInsuranceProductAdviceByDistributionBody = paths[typeof routeName$35]['patch']['requestBody']['content']['application/json'];
117967
- type EditInsuranceProductAdviceByDistributionPathParams = paths[typeof routeName$35]['patch']['parameters']['path'];
117968
- type EditInsuranceProductAdviceByDistributionResponse = paths[typeof routeName$35]['patch']['responses'][200]['content']['application/json'];
117971
+ declare const routeName$34 = "/v1/api/insurance-products/{insurance_product_id}/advices/{advice_id}";
117972
+ type EditInsuranceProductAdviceByDistributionBody = paths[typeof routeName$34]['patch']['requestBody']['content']['application/json'];
117973
+ type EditInsuranceProductAdviceByDistributionPathParams = paths[typeof routeName$34]['patch']['parameters']['path'];
117974
+ type EditInsuranceProductAdviceByDistributionResponse = paths[typeof routeName$34]['patch']['responses'][200]['content']['application/json'];
117969
117975
  interface EditInsuranceProductAdviceByDistributionProps {
117970
117976
  body: EditInsuranceProductAdviceByDistributionBody;
117971
117977
  params: {
@@ -117974,9 +117980,9 @@ interface EditInsuranceProductAdviceByDistributionProps {
117974
117980
  }
117975
117981
  declare const editInsuranceProductAdviceByDistribution: (props: EditInsuranceProductAdviceByDistributionProps, wgApiClient: ClientType) => Promise<EditInsuranceProductAdviceByDistributionResponse>;
117976
117982
 
117977
- declare const routeName$34 = "/v1/api/insurance-products/{insurance_product_id}/descriptions";
117978
- type EditInsuranceProductDescriptionsByDistributionPathParams = paths[typeof routeName$34]['put']['parameters']['path'];
117979
- type EditInsuranceProductDescriptionsByDistributionResponse = paths[typeof routeName$34]['put']['responses'][200]['content']['application/json'];
117983
+ declare const routeName$33 = "/v1/api/insurance-products/{insurance_product_id}/descriptions";
117984
+ type EditInsuranceProductDescriptionsByDistributionPathParams = paths[typeof routeName$33]['put']['parameters']['path'];
117985
+ type EditInsuranceProductDescriptionsByDistributionResponse = paths[typeof routeName$33]['put']['responses'][200]['content']['application/json'];
117980
117986
  interface EditInsuranceProductDescriptionsByDistributionProps {
117981
117987
  params: {
117982
117988
  path: EditInsuranceProductDescriptionsByDistributionPathParams;
@@ -117984,28 +117990,28 @@ interface EditInsuranceProductDescriptionsByDistributionProps {
117984
117990
  }
117985
117991
  declare const editInsuranceProductDescriptionsByDistribution: (props: EditInsuranceProductDescriptionsByDistributionProps, wgApiClient: ClientType) => Promise<EditInsuranceProductDescriptionsByDistributionResponse>;
117986
117992
 
117987
- declare const routeName$33 = "/v1/api/insurance-terms-bot/supported-risk-domains";
117988
- type GetSupportedRiskDomainsQueryParams = paths[typeof routeName$33]['get']['parameters']['query'];
117989
- type GetSupportedRiskDomainsResponse = paths[typeof routeName$33]['get']['responses'][200]['content']['application/json'];
117990
- type GetSupportedRiskDomainsProps = paths[typeof routeName$33]['get']['parameters'];
117993
+ declare const routeName$32 = "/v1/api/insurance-terms-bot/supported-risk-domains";
117994
+ type GetSupportedRiskDomainsQueryParams = paths[typeof routeName$32]['get']['parameters']['query'];
117995
+ type GetSupportedRiskDomainsResponse = paths[typeof routeName$32]['get']['responses'][200]['content']['application/json'];
117996
+ type GetSupportedRiskDomainsProps = paths[typeof routeName$32]['get']['parameters'];
117991
117997
  declare const getSupportedRiskDomains: (props: GetSupportedRiskDomainsProps, wgApiClient: ClientType) => Promise<GetSupportedRiskDomainsResponse>;
117992
117998
 
117993
- declare const routeName$32 = "/v1/api/insurance-terms-bot/supported-insurance-companies";
117994
- type GetSupportedInsuranceCompaniesQueryParams = paths[typeof routeName$32]['get']['parameters']['query'];
117995
- type GetSupportedInsuranceCompaniesResponse = paths[typeof routeName$32]['get']['responses'][200]['content']['application/json'];
117996
- type GetSupportedInsuranceCompaniesProps = paths[typeof routeName$32]['get']['parameters'];
117999
+ declare const routeName$31 = "/v1/api/insurance-terms-bot/supported-insurance-companies";
118000
+ type GetSupportedInsuranceCompaniesQueryParams = paths[typeof routeName$31]['get']['parameters']['query'];
118001
+ type GetSupportedInsuranceCompaniesResponse = paths[typeof routeName$31]['get']['responses'][200]['content']['application/json'];
118002
+ type GetSupportedInsuranceCompaniesProps = paths[typeof routeName$31]['get']['parameters'];
117997
118003
  declare const getSupportedInsuranceCompanies: (props: GetSupportedInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetSupportedInsuranceCompaniesResponse>;
117998
118004
 
117999
- declare const routeName$31 = "/v1/api/insurance-terms-bot/supported-insurance-subjects";
118000
- type GetSupportedInsuranceSubjectsQueryParams = paths[typeof routeName$31]['get']['parameters']['query'];
118001
- type GetSupportedInsuranceSubjectsResponse = paths[typeof routeName$31]['get']['responses'][200]['content']['application/json'];
118002
- type GetSupportedInsuranceSubjectsProps = paths[typeof routeName$31]['get']['parameters'];
118005
+ declare const routeName$30 = "/v1/api/insurance-terms-bot/supported-insurance-subjects";
118006
+ type GetSupportedInsuranceSubjectsQueryParams = paths[typeof routeName$30]['get']['parameters']['query'];
118007
+ type GetSupportedInsuranceSubjectsResponse = paths[typeof routeName$30]['get']['responses'][200]['content']['application/json'];
118008
+ type GetSupportedInsuranceSubjectsProps = paths[typeof routeName$30]['get']['parameters'];
118003
118009
  declare const getSupportedInsuranceSubjects: (props: GetSupportedInsuranceSubjectsProps, wgApiClient: ClientType) => Promise<GetSupportedInsuranceSubjectsResponse>;
118004
118010
 
118005
- declare const routeName$30 = "/v1/api/insurance-terms-bot/chat";
118006
- type PoseAQuestionToInsuranceTermsBotBody = paths[typeof routeName$30]['post']['requestBody']['content']['application/json'];
118007
- type PoseAQuestionToInsuranceTermsBotQueryParams = paths[typeof routeName$30]['post']['parameters']['query'];
118008
- type PoseAQuestionToInsuranceTermsBotResponse = paths[typeof routeName$30]['post']['responses'][201]['content']['application/json'];
118011
+ declare const routeName$2$ = "/v1/api/insurance-terms-bot/chat";
118012
+ type PoseAQuestionToInsuranceTermsBotBody = paths[typeof routeName$2$]['post']['requestBody']['content']['application/json'];
118013
+ type PoseAQuestionToInsuranceTermsBotQueryParams = paths[typeof routeName$2$]['post']['parameters']['query'];
118014
+ type PoseAQuestionToInsuranceTermsBotResponse = paths[typeof routeName$2$]['post']['responses'][201]['content']['application/json'];
118009
118015
  interface PoseAQuestionToInsuranceTermsBotProps {
118010
118016
  body: PoseAQuestionToInsuranceTermsBotBody;
118011
118017
  params: {
@@ -118014,10 +118020,10 @@ interface PoseAQuestionToInsuranceTermsBotProps {
118014
118020
  }
118015
118021
  declare const poseAQuestionToInsuranceTermsBot: (props: PoseAQuestionToInsuranceTermsBotProps, wgApiClient: ClientType) => Promise<PoseAQuestionToInsuranceTermsBotResponse>;
118016
118022
 
118017
- declare const routeName$2$ = "/v1/api/insurance-terms-bot/compare";
118018
- type PoseAQuestionToInsuranceTermsBotForItToCompareBody = paths[typeof routeName$2$]['post']['requestBody']['content']['application/json'];
118019
- type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams = paths[typeof routeName$2$]['post']['parameters']['query'];
118020
- type PoseAQuestionToInsuranceTermsBotForItToCompareResponse = paths[typeof routeName$2$]['post']['responses'][201]['content']['application/json'];
118023
+ declare const routeName$2_ = "/v1/api/insurance-terms-bot/compare";
118024
+ type PoseAQuestionToInsuranceTermsBotForItToCompareBody = paths[typeof routeName$2_]['post']['requestBody']['content']['application/json'];
118025
+ type PoseAQuestionToInsuranceTermsBotForItToCompareQueryParams = paths[typeof routeName$2_]['post']['parameters']['query'];
118026
+ type PoseAQuestionToInsuranceTermsBotForItToCompareResponse = paths[typeof routeName$2_]['post']['responses'][201]['content']['application/json'];
118021
118027
  interface PoseAQuestionToInsuranceTermsBotForItToCompareProps {
118022
118028
  body: PoseAQuestionToInsuranceTermsBotForItToCompareBody;
118023
118029
  params: {
@@ -118026,10 +118032,10 @@ interface PoseAQuestionToInsuranceTermsBotForItToCompareProps {
118026
118032
  }
118027
118033
  declare const poseAQuestionToInsuranceTermsBotForItToCompare: (props: PoseAQuestionToInsuranceTermsBotForItToCompareProps, wgApiClient: ClientType) => Promise<PoseAQuestionToInsuranceTermsBotForItToCompareResponse>;
118028
118034
 
118029
- declare const routeName$2_ = "/v1/api/insurance-terms-bot/feedback";
118030
- type GiveFeedbackToInsuranceTermsBotBody = paths[typeof routeName$2_]['post']['requestBody']['content']['application/json'];
118031
- type GiveFeedbackToInsuranceTermsBotQueryParams = paths[typeof routeName$2_]['post']['parameters']['query'];
118032
- type GiveFeedbackToInsuranceTermsBotResponse = paths[typeof routeName$2_]['post']['responses'][201]['content']['application/json'];
118035
+ declare const routeName$2Z = "/v1/api/insurance-terms-bot/feedback";
118036
+ type GiveFeedbackToInsuranceTermsBotBody = paths[typeof routeName$2Z]['post']['requestBody']['content']['application/json'];
118037
+ type GiveFeedbackToInsuranceTermsBotQueryParams = paths[typeof routeName$2Z]['post']['parameters']['query'];
118038
+ type GiveFeedbackToInsuranceTermsBotResponse = paths[typeof routeName$2Z]['post']['responses'][201]['content']['application/json'];
118033
118039
  interface GiveFeedbackToInsuranceTermsBotProps {
118034
118040
  body: GiveFeedbackToInsuranceTermsBotBody;
118035
118041
  params: {
@@ -118038,11 +118044,11 @@ interface GiveFeedbackToInsuranceTermsBotProps {
118038
118044
  }
118039
118045
  declare const giveFeedbackToInsuranceTermsBot: (props: GiveFeedbackToInsuranceTermsBotProps, wgApiClient: ClientType) => Promise<GiveFeedbackToInsuranceTermsBotResponse>;
118040
118046
 
118041
- declare const routeName$2Z = "/v1/api/distributions/{distribution_id}/leads/companies";
118042
- type CreateCompanyLeadBody = paths[typeof routeName$2Z]['post']['requestBody']['content']['application/json'];
118043
- type CreateCompanyLeadPathParams = paths[typeof routeName$2Z]['post']['parameters']['path'];
118044
- type CreateCompanyLeadQueryParams = paths[typeof routeName$2Z]['post']['parameters']['query'];
118045
- type CreateCompanyLeadResponse = paths[typeof routeName$2Z]['post']['responses'][201]['content']['application/json'];
118047
+ declare const routeName$2Y = "/v1/api/distributions/{distribution_id}/leads/companies";
118048
+ type CreateCompanyLeadBody = paths[typeof routeName$2Y]['post']['requestBody']['content']['application/json'];
118049
+ type CreateCompanyLeadPathParams = paths[typeof routeName$2Y]['post']['parameters']['path'];
118050
+ type CreateCompanyLeadQueryParams = paths[typeof routeName$2Y]['post']['parameters']['query'];
118051
+ type CreateCompanyLeadResponse = paths[typeof routeName$2Y]['post']['responses'][201]['content']['application/json'];
118046
118052
  interface CreateCompanyLeadProps {
118047
118053
  body: CreateCompanyLeadBody;
118048
118054
  params: {
@@ -118052,11 +118058,11 @@ interface CreateCompanyLeadProps {
118052
118058
  }
118053
118059
  declare const createCompanyLead: (props: CreateCompanyLeadProps, wgApiClient: ClientType) => Promise<CreateCompanyLeadResponse>;
118054
118060
 
118055
- declare const routeName$2Y = "/v1/api/distributions/{distribution_id}/leads/customers";
118056
- type CreateCustomerLeadBody = paths[typeof routeName$2Y]['post']['requestBody']['content']['application/json'];
118057
- type CreateCustomerLeadPathParams = paths[typeof routeName$2Y]['post']['parameters']['path'];
118058
- type CreateCustomerLeadQueryParams = paths[typeof routeName$2Y]['post']['parameters']['query'];
118059
- type CreateCustomerLeadResponse = paths[typeof routeName$2Y]['post']['responses'][201]['content']['application/json'];
118061
+ declare const routeName$2X = "/v1/api/distributions/{distribution_id}/leads/customers";
118062
+ type CreateCustomerLeadBody = paths[typeof routeName$2X]['post']['requestBody']['content']['application/json'];
118063
+ type CreateCustomerLeadPathParams = paths[typeof routeName$2X]['post']['parameters']['path'];
118064
+ type CreateCustomerLeadQueryParams = paths[typeof routeName$2X]['post']['parameters']['query'];
118065
+ type CreateCustomerLeadResponse = paths[typeof routeName$2X]['post']['responses'][201]['content']['application/json'];
118060
118066
  interface CreateCustomerLeadProps {
118061
118067
  body: CreateCustomerLeadBody;
118062
118068
  params: {
@@ -118066,23 +118072,23 @@ interface CreateCustomerLeadProps {
118066
118072
  }
118067
118073
  declare const createCustomerLead: (props: CreateCustomerLeadProps, wgApiClient: ClientType) => Promise<CreateCustomerLeadResponse>;
118068
118074
 
118069
- declare const routeName$2X = "/v1/api/distributions/{distribution_id}/leads";
118070
- type GetAllLeadsByDistributionPathParams = paths[typeof routeName$2X]['get']['parameters']['path'];
118071
- type GetAllLeadsByDistributionResponse = paths[typeof routeName$2X]['get']['responses'][200]['content']['application/json'];
118072
- type GetAllLeadsByDistributionProps = paths[typeof routeName$2X]['get']['parameters'];
118075
+ declare const routeName$2W = "/v1/api/distributions/{distribution_id}/leads";
118076
+ type GetAllLeadsByDistributionPathParams = paths[typeof routeName$2W]['get']['parameters']['path'];
118077
+ type GetAllLeadsByDistributionResponse = paths[typeof routeName$2W]['get']['responses'][200]['content']['application/json'];
118078
+ type GetAllLeadsByDistributionProps = paths[typeof routeName$2W]['get']['parameters'];
118073
118079
  declare const getAllLeadsByDistribution: (props: GetAllLeadsByDistributionProps, wgApiClient: ClientType) => Promise<GetAllLeadsByDistributionResponse>;
118074
118080
 
118075
- declare const routeName$2W = "/v1/api/leads/{lead_id}";
118076
- type GetLeadByIdPathParams = paths[typeof routeName$2W]['get']['parameters']['path'];
118077
- type GetLeadByIdResponse = paths[typeof routeName$2W]['get']['responses'][200]['content']['application/json'];
118078
- type GetLeadByIdProps = paths[typeof routeName$2W]['get']['parameters'];
118081
+ declare const routeName$2V = "/v1/api/leads/{lead_id}";
118082
+ type GetLeadByIdPathParams = paths[typeof routeName$2V]['get']['parameters']['path'];
118083
+ type GetLeadByIdResponse = paths[typeof routeName$2V]['get']['responses'][200]['content']['application/json'];
118084
+ type GetLeadByIdProps = paths[typeof routeName$2V]['get']['parameters'];
118079
118085
  declare const getLeadById: (props: GetLeadByIdProps, wgApiClient: ClientType) => Promise<GetLeadByIdResponse>;
118080
118086
 
118081
- declare const routeName$2V = "/v1/api/leads/{lead_id}/transfers";
118082
- type TransferLeadToOtherDistributionBody = paths[typeof routeName$2V]['post']['requestBody']['content']['application/json'];
118083
- type TransferLeadToOtherDistributionPathParams = paths[typeof routeName$2V]['post']['parameters']['path'];
118084
- type TransferLeadToOtherDistributionQueryParams = paths[typeof routeName$2V]['post']['parameters']['query'];
118085
- type TransferLeadToOtherDistributionResponse = paths[typeof routeName$2V]['post']['responses'][200]['content']['application/json'];
118087
+ declare const routeName$2U = "/v1/api/leads/{lead_id}/transfers";
118088
+ type TransferLeadToOtherDistributionBody = paths[typeof routeName$2U]['post']['requestBody']['content']['application/json'];
118089
+ type TransferLeadToOtherDistributionPathParams = paths[typeof routeName$2U]['post']['parameters']['path'];
118090
+ type TransferLeadToOtherDistributionQueryParams = paths[typeof routeName$2U]['post']['parameters']['query'];
118091
+ type TransferLeadToOtherDistributionResponse = paths[typeof routeName$2U]['post']['responses'][200]['content']['application/json'];
118086
118092
  interface TransferLeadToOtherDistributionProps {
118087
118093
  body: TransferLeadToOtherDistributionBody;
118088
118094
  params: {
@@ -118092,16 +118098,16 @@ interface TransferLeadToOtherDistributionProps {
118092
118098
  }
118093
118099
  declare const transferLeadToOtherDistribution: (props: TransferLeadToOtherDistributionProps, wgApiClient: ClientType) => Promise<TransferLeadToOtherDistributionResponse>;
118094
118100
 
118095
- declare const routeName$2U = "/v1/api/leases/profilease/cars/rates";
118096
- type GetCarLeaseRatesQueryParams = paths[typeof routeName$2U]['get']['parameters']['query'];
118097
- type GetCarLeaseRatesResponse = paths[typeof routeName$2U]['get']['responses'][200]['content']['application/json'];
118098
- type GetCarLeaseRatesProps = paths[typeof routeName$2U]['get']['parameters'];
118101
+ declare const routeName$2T = "/v1/api/leases/profilease/cars/rates";
118102
+ type GetCarLeaseRatesQueryParams = paths[typeof routeName$2T]['get']['parameters']['query'];
118103
+ type GetCarLeaseRatesResponse = paths[typeof routeName$2T]['get']['responses'][200]['content']['application/json'];
118104
+ type GetCarLeaseRatesProps = paths[typeof routeName$2T]['get']['parameters'];
118099
118105
  declare const getCarLeaseRates: (props: GetCarLeaseRatesProps, wgApiClient: ClientType) => Promise<GetCarLeaseRatesResponse>;
118100
118106
 
118101
- declare const routeName$2T = "/v1/api/leases/profilease/cars/quotes";
118102
- type CalculateCarLeaseQuoteBody = paths[typeof routeName$2T]['post']['requestBody']['content']['application/json'];
118103
- type CalculateCarLeaseQuoteQueryParams = paths[typeof routeName$2T]['post']['parameters']['query'];
118104
- type CalculateCarLeaseQuoteResponse = paths[typeof routeName$2T]['post']['responses'][200]['content']['application/json'];
118107
+ declare const routeName$2S = "/v1/api/leases/profilease/cars/quotes";
118108
+ type CalculateCarLeaseQuoteBody = paths[typeof routeName$2S]['post']['requestBody']['content']['application/json'];
118109
+ type CalculateCarLeaseQuoteQueryParams = paths[typeof routeName$2S]['post']['parameters']['query'];
118110
+ type CalculateCarLeaseQuoteResponse = paths[typeof routeName$2S]['post']['responses'][200]['content']['application/json'];
118105
118111
  interface CalculateCarLeaseQuoteProps {
118106
118112
  body: CalculateCarLeaseQuoteBody;
118107
118113
  params: {
@@ -118110,24 +118116,24 @@ interface CalculateCarLeaseQuoteProps {
118110
118116
  }
118111
118117
  declare const calculateCarLeaseQuote: (props: CalculateCarLeaseQuoteProps, wgApiClient: ClientType) => Promise<CalculateCarLeaseQuoteResponse>;
118112
118118
 
118113
- declare const routeName$2S = "/v1/api/distributions/{distribution_id}/leases/profilease/offers";
118114
- type GetAllLeaseOffersByDistributionPathParams = paths[typeof routeName$2S]['get']['parameters']['path'];
118115
- type GetAllLeaseOffersByDistributionQueryParams = paths[typeof routeName$2S]['get']['parameters']['query'];
118116
- type GetAllLeaseOffersByDistributionResponse = paths[typeof routeName$2S]['get']['responses'][200]['content']['application/json'];
118117
- type GetAllLeaseOffersByDistributionProps = paths[typeof routeName$2S]['get']['parameters'];
118119
+ declare const routeName$2R = "/v1/api/distributions/{distribution_id}/leases/profilease/offers";
118120
+ type GetAllLeaseOffersByDistributionPathParams = paths[typeof routeName$2R]['get']['parameters']['path'];
118121
+ type GetAllLeaseOffersByDistributionQueryParams = paths[typeof routeName$2R]['get']['parameters']['query'];
118122
+ type GetAllLeaseOffersByDistributionResponse = paths[typeof routeName$2R]['get']['responses'][200]['content']['application/json'];
118123
+ type GetAllLeaseOffersByDistributionProps = paths[typeof routeName$2R]['get']['parameters'];
118118
118124
  declare const getAllLeaseOffersByDistribution: (props: GetAllLeaseOffersByDistributionProps, wgApiClient: ClientType) => Promise<GetAllLeaseOffersByDistributionResponse>;
118119
118125
 
118120
- declare const routeName$2R = "/v1/api/distributions/{distribution_id}/leases/profilease/offers/{lease_offer_id}";
118121
- type GetLeaseOfferByIdPathParams = paths[typeof routeName$2R]['get']['parameters']['path'];
118122
- type GetLeaseOfferByIdQueryParams = paths[typeof routeName$2R]['get']['parameters']['query'];
118123
- type GetLeaseOfferByIdResponse = paths[typeof routeName$2R]['get']['responses'][200]['content']['application/json'];
118124
- type GetLeaseOfferByIdProps = paths[typeof routeName$2R]['get']['parameters'];
118126
+ declare const routeName$2Q = "/v1/api/distributions/{distribution_id}/leases/profilease/offers/{lease_offer_id}";
118127
+ type GetLeaseOfferByIdPathParams = paths[typeof routeName$2Q]['get']['parameters']['path'];
118128
+ type GetLeaseOfferByIdQueryParams = paths[typeof routeName$2Q]['get']['parameters']['query'];
118129
+ type GetLeaseOfferByIdResponse = paths[typeof routeName$2Q]['get']['responses'][200]['content']['application/json'];
118130
+ type GetLeaseOfferByIdProps = paths[typeof routeName$2Q]['get']['parameters'];
118125
118131
  declare const getLeaseOfferById: (props: GetLeaseOfferByIdProps, wgApiClient: ClientType) => Promise<GetLeaseOfferByIdResponse>;
118126
118132
 
118127
- declare const routeName$2Q = "/v1/api/leases/profilease/cars/offers";
118128
- type CreateProfileaseCarLeaseOfferBody = paths[typeof routeName$2Q]['post']['requestBody']['content']['application/json'];
118129
- type CreateProfileaseCarLeaseOfferQueryParams = paths[typeof routeName$2Q]['post']['parameters']['query'];
118130
- type CreateProfileaseCarLeaseOfferResponse = paths[typeof routeName$2Q]['post']['responses'][201]['content']['application/json'];
118133
+ declare const routeName$2P = "/v1/api/leases/profilease/cars/offers";
118134
+ type CreateProfileaseCarLeaseOfferBody = paths[typeof routeName$2P]['post']['requestBody']['content']['application/json'];
118135
+ type CreateProfileaseCarLeaseOfferQueryParams = paths[typeof routeName$2P]['post']['parameters']['query'];
118136
+ type CreateProfileaseCarLeaseOfferResponse = paths[typeof routeName$2P]['post']['responses'][201]['content']['application/json'];
118131
118137
  interface CreateProfileaseCarLeaseOfferProps {
118132
118138
  body: CreateProfileaseCarLeaseOfferBody;
118133
118139
  params: {
@@ -118136,59 +118142,59 @@ interface CreateProfileaseCarLeaseOfferProps {
118136
118142
  }
118137
118143
  declare const createProfileaseCarLeaseOffer: (props: CreateProfileaseCarLeaseOfferProps, wgApiClient: ClientType) => Promise<CreateProfileaseCarLeaseOfferResponse>;
118138
118144
 
118139
- declare const routeName$2P = "/v1/api/insurance_companies";
118140
- type GetInsuranceCompaniesQueryParams = paths[typeof routeName$2P]['get']['parameters']['query'];
118141
- type GetInsuranceCompaniesResponse = paths[typeof routeName$2P]['get']['responses'][200]['content']['application/json'];
118142
- type GetInsuranceCompaniesProps = paths[typeof routeName$2P]['get']['parameters'];
118145
+ declare const routeName$2O = "/v1/api/insurance_companies";
118146
+ type GetInsuranceCompaniesQueryParams = paths[typeof routeName$2O]['get']['parameters']['query'];
118147
+ type GetInsuranceCompaniesResponse = paths[typeof routeName$2O]['get']['responses'][200]['content']['application/json'];
118148
+ type GetInsuranceCompaniesProps = paths[typeof routeName$2O]['get']['parameters'];
118143
118149
  declare const getInsuranceCompanies: (props: GetInsuranceCompaniesProps, wgApiClient: ClientType) => Promise<GetInsuranceCompaniesResponse>;
118144
118150
 
118145
- declare const routeName$2O = "/v1/api/themes";
118146
- type GetAllAvailableThemesInWegroupQueryParams = paths[typeof routeName$2O]['get']['parameters']['query'];
118147
- type GetAllAvailableThemesInWegroupResponse = paths[typeof routeName$2O]['get']['responses'][200]['content']['application/json'];
118148
- type GetAllAvailableThemesInWegroupProps = paths[typeof routeName$2O]['get']['parameters'];
118151
+ declare const routeName$2N = "/v1/api/themes";
118152
+ type GetAllAvailableThemesInWegroupQueryParams = paths[typeof routeName$2N]['get']['parameters']['query'];
118153
+ type GetAllAvailableThemesInWegroupResponse = paths[typeof routeName$2N]['get']['responses'][200]['content']['application/json'];
118154
+ type GetAllAvailableThemesInWegroupProps = paths[typeof routeName$2N]['get']['parameters'];
118149
118155
  declare const getAllAvailableThemesInWegroup: (props: GetAllAvailableThemesInWegroupProps, wgApiClient: ClientType) => Promise<GetAllAvailableThemesInWegroupResponse>;
118150
118156
 
118151
- declare const routeName$2N = "/v1/api/nace-codes";
118152
- type GetNaceQueryParams = paths[typeof routeName$2N]['get']['parameters']['query'];
118153
- type GetNaceResponse = paths[typeof routeName$2N]['get']['responses'][200]['content']['application/json'];
118154
- type GetNaceProps = paths[typeof routeName$2N]['get']['parameters'];
118157
+ declare const routeName$2M = "/v1/api/nace-codes";
118158
+ type GetNaceQueryParams = paths[typeof routeName$2M]['get']['parameters']['query'];
118159
+ type GetNaceResponse = paths[typeof routeName$2M]['get']['responses'][200]['content']['application/json'];
118160
+ type GetNaceProps = paths[typeof routeName$2M]['get']['parameters'];
118155
118161
  declare const getNace: (props: GetNaceProps, wgApiClient: ClientType) => Promise<GetNaceResponse>;
118156
118162
 
118157
- declare const routeName$2M = "/v1/api/sbi-codes";
118158
- type GetSbiQueryParams = paths[typeof routeName$2M]['get']['parameters']['query'];
118159
- type GetSbiResponse = paths[typeof routeName$2M]['get']['responses'][200]['content']['application/json'];
118160
- type GetSbiProps = paths[typeof routeName$2M]['get']['parameters'];
118163
+ declare const routeName$2L = "/v1/api/sbi-codes";
118164
+ type GetSbiQueryParams = paths[typeof routeName$2L]['get']['parameters']['query'];
118165
+ type GetSbiResponse = paths[typeof routeName$2L]['get']['responses'][200]['content']['application/json'];
118166
+ type GetSbiProps = paths[typeof routeName$2L]['get']['parameters'];
118161
118167
  declare const getSbi: (props: GetSbiProps, wgApiClient: ClientType) => Promise<GetSbiResponse>;
118162
118168
 
118163
- declare const routeName$2L = "/v1/api/gbi-codes";
118164
- type GetGbiQueryParams = paths[typeof routeName$2L]['get']['parameters']['query'];
118165
- type GetGbiResponse = paths[typeof routeName$2L]['get']['responses'][200]['content']['application/json'];
118166
- type GetGbiProps = paths[typeof routeName$2L]['get']['parameters'];
118169
+ declare const routeName$2K = "/v1/api/gbi-codes";
118170
+ type GetGbiQueryParams = paths[typeof routeName$2K]['get']['parameters']['query'];
118171
+ type GetGbiResponse = paths[typeof routeName$2K]['get']['responses'][200]['content']['application/json'];
118172
+ type GetGbiProps = paths[typeof routeName$2K]['get']['parameters'];
118167
118173
  declare const getGbi: (props: GetGbiProps, wgApiClient: ClientType) => Promise<GetGbiResponse>;
118168
118174
 
118169
- declare const routeName$2K = "/v1/api/events/{activity_id}/artifact";
118170
- type GetArtifactFromEventByIdPathParams = paths[typeof routeName$2K]['get']['parameters']['path'];
118171
- type GetArtifactFromEventByIdQueryParams = paths[typeof routeName$2K]['get']['parameters']['query'];
118172
- type GetArtifactFromEventByIdResponse = paths[typeof routeName$2K]['get']['responses'][200]['content']['application/json'];
118173
- type GetArtifactFromEventByIdProps = paths[typeof routeName$2K]['get']['parameters'];
118175
+ declare const routeName$2J = "/v1/api/events/{activity_id}/artifact";
118176
+ type GetArtifactFromEventByIdPathParams = paths[typeof routeName$2J]['get']['parameters']['path'];
118177
+ type GetArtifactFromEventByIdQueryParams = paths[typeof routeName$2J]['get']['parameters']['query'];
118178
+ type GetArtifactFromEventByIdResponse = paths[typeof routeName$2J]['get']['responses'][200]['content']['application/json'];
118179
+ type GetArtifactFromEventByIdProps = paths[typeof routeName$2J]['get']['parameters'];
118174
118180
  declare const getArtifactFromEventById: (props: GetArtifactFromEventByIdProps, wgApiClient: ClientType) => Promise<GetArtifactFromEventByIdResponse>;
118175
118181
 
118176
- declare const routeName$2J = "/v1/api/lead-providers";
118177
- type GetLeadProvidersByAffinityQueryParams = paths[typeof routeName$2J]['get']['parameters']['query'];
118178
- type GetLeadProvidersByAffinityResponse = paths[typeof routeName$2J]['get']['responses'][200]['content']['application/json'];
118179
- type GetLeadProvidersByAffinityProps = paths[typeof routeName$2J]['get']['parameters'];
118182
+ declare const routeName$2I = "/v1/api/lead-providers";
118183
+ type GetLeadProvidersByAffinityQueryParams = paths[typeof routeName$2I]['get']['parameters']['query'];
118184
+ type GetLeadProvidersByAffinityResponse = paths[typeof routeName$2I]['get']['responses'][200]['content']['application/json'];
118185
+ type GetLeadProvidersByAffinityProps = paths[typeof routeName$2I]['get']['parameters'];
118180
118186
  declare const getLeadProvidersByAffinity: (props: GetLeadProvidersByAffinityProps, wgApiClient: ClientType) => Promise<GetLeadProvidersByAffinityResponse>;
118181
118187
 
118182
- declare const routeName$2I = "/v1/api/lead-providers/{lead_provider_id}";
118183
- type GetLeadProviderByIdPathParams = paths[typeof routeName$2I]['get']['parameters']['path'];
118184
- type GetLeadProviderByIdResponse = paths[typeof routeName$2I]['get']['responses'][200]['content']['application/json'];
118185
- type GetLeadProviderByIdProps = paths[typeof routeName$2I]['get']['parameters'];
118188
+ declare const routeName$2H = "/v1/api/lead-providers/{lead_provider_id}";
118189
+ type GetLeadProviderByIdPathParams = paths[typeof routeName$2H]['get']['parameters']['path'];
118190
+ type GetLeadProviderByIdResponse = paths[typeof routeName$2H]['get']['responses'][200]['content']['application/json'];
118191
+ type GetLeadProviderByIdProps = paths[typeof routeName$2H]['get']['parameters'];
118186
118192
  declare const getLeadProviderById: (props: GetLeadProviderByIdProps, wgApiClient: ClientType) => Promise<GetLeadProviderByIdResponse>;
118187
118193
 
118188
- declare const routeName$2H = "/v1/api/toolkit-brokers";
118189
- type CreateToolkitBrokerBody = paths[typeof routeName$2H]['post']['requestBody']['content']['application/json'];
118190
- type CreateToolkitBrokerQueryParams = paths[typeof routeName$2H]['post']['parameters']['query'];
118191
- type CreateToolkitBrokerResponse = paths[typeof routeName$2H]['post']['responses'][201]['content']['application/json'];
118194
+ declare const routeName$2G = "/v1/api/toolkit-brokers";
118195
+ type CreateToolkitBrokerBody = paths[typeof routeName$2G]['post']['requestBody']['content']['application/json'];
118196
+ type CreateToolkitBrokerQueryParams = paths[typeof routeName$2G]['post']['parameters']['query'];
118197
+ type CreateToolkitBrokerResponse = paths[typeof routeName$2G]['post']['responses'][201]['content']['application/json'];
118192
118198
  interface CreateToolkitBrokerProps {
118193
118199
  body: CreateToolkitBrokerBody;
118194
118200
  params: {
@@ -118197,10 +118203,10 @@ interface CreateToolkitBrokerProps {
118197
118203
  }
118198
118204
  declare const createToolkitBroker: (props: CreateToolkitBrokerProps, wgApiClient: ClientType) => Promise<CreateToolkitBrokerResponse>;
118199
118205
 
118200
- declare const routeName$2G = "/v1/api/accounts";
118201
- type CreateAccountBody = paths[typeof routeName$2G]['post']['requestBody']['content']['application/json'];
118202
- type CreateAccountQueryParams = paths[typeof routeName$2G]['post']['parameters']['query'];
118203
- type CreateAccountResponse = paths[typeof routeName$2G]['post']['responses'][201]['content']['application/json'];
118206
+ declare const routeName$2F = "/v1/api/accounts";
118207
+ type CreateAccountBody = paths[typeof routeName$2F]['post']['requestBody']['content']['application/json'];
118208
+ type CreateAccountQueryParams = paths[typeof routeName$2F]['post']['parameters']['query'];
118209
+ type CreateAccountResponse = paths[typeof routeName$2F]['post']['responses'][201]['content']['application/json'];
118204
118210
  interface CreateAccountProps {
118205
118211
  body: CreateAccountBody;
118206
118212
  params: {
@@ -118209,10 +118215,10 @@ interface CreateAccountProps {
118209
118215
  }
118210
118216
  declare const createAccount: (props: CreateAccountProps, wgApiClient: ClientType) => Promise<CreateAccountResponse>;
118211
118217
 
118212
- declare const routeName$2F = "/v1/api/toolkit-accounts";
118213
- type CreateToolkitAccountBody = paths[typeof routeName$2F]['post']['requestBody']['content']['application/json'];
118214
- type CreateToolkitAccountQueryParams = paths[typeof routeName$2F]['post']['parameters']['query'];
118215
- type CreateToolkitAccountResponse = paths[typeof routeName$2F]['post']['responses'][201]['content']['application/json'];
118218
+ declare const routeName$2E = "/v1/api/toolkit-accounts";
118219
+ type CreateToolkitAccountBody = paths[typeof routeName$2E]['post']['requestBody']['content']['application/json'];
118220
+ type CreateToolkitAccountQueryParams = paths[typeof routeName$2E]['post']['parameters']['query'];
118221
+ type CreateToolkitAccountResponse = paths[typeof routeName$2E]['post']['responses'][201]['content']['application/json'];
118216
118222
  interface CreateToolkitAccountProps {
118217
118223
  body: CreateToolkitAccountBody;
118218
118224
  params: {
@@ -118221,10 +118227,10 @@ interface CreateToolkitAccountProps {
118221
118227
  }
118222
118228
  declare const createToolkitAccount: (props: CreateToolkitAccountProps, wgApiClient: ClientType) => Promise<CreateToolkitAccountResponse>;
118223
118229
 
118224
- declare const routeName$2E = "/v1/api/trials";
118225
- type CreateTrialBrokerBody = paths[typeof routeName$2E]['post']['requestBody']['content']['application/json'];
118226
- type CreateTrialBrokerQueryParams = paths[typeof routeName$2E]['post']['parameters']['query'];
118227
- type CreateTrialBrokerResponse = paths[typeof routeName$2E]['post']['responses'][201]['content']['application/json'];
118230
+ declare const routeName$2D = "/v1/api/trials";
118231
+ type CreateTrialBrokerBody = paths[typeof routeName$2D]['post']['requestBody']['content']['application/json'];
118232
+ type CreateTrialBrokerQueryParams = paths[typeof routeName$2D]['post']['parameters']['query'];
118233
+ type CreateTrialBrokerResponse = paths[typeof routeName$2D]['post']['responses'][201]['content']['application/json'];
118228
118234
  interface CreateTrialBrokerProps {
118229
118235
  body: CreateTrialBrokerBody;
118230
118236
  params: {
@@ -118233,16 +118239,16 @@ interface CreateTrialBrokerProps {
118233
118239
  }
118234
118240
  declare const createTrialBroker: (props: CreateTrialBrokerProps, wgApiClient: ClientType) => Promise<CreateTrialBrokerResponse>;
118235
118241
 
118236
- declare const routeName$2D = "/v1/api/keys";
118237
- type GetEncryptionKeysQueryParams = paths[typeof routeName$2D]['get']['parameters']['query'];
118238
- type GetEncryptionKeysResponse = paths[typeof routeName$2D]['get']['responses'][200]['content']['application/json'];
118239
- type GetEncryptionKeysProps = paths[typeof routeName$2D]['get']['parameters'];
118242
+ declare const routeName$2C = "/v1/api/keys";
118243
+ type GetEncryptionKeysQueryParams = paths[typeof routeName$2C]['get']['parameters']['query'];
118244
+ type GetEncryptionKeysResponse = paths[typeof routeName$2C]['get']['responses'][200]['content']['application/json'];
118245
+ type GetEncryptionKeysProps = paths[typeof routeName$2C]['get']['parameters'];
118240
118246
  declare const getEncryptionKeys: (props: GetEncryptionKeysProps, wgApiClient: ClientType) => Promise<GetEncryptionKeysResponse>;
118241
118247
 
118242
- declare const routeName$2C = "/v1/api/verify/exists/user/email";
118243
- type VerifyIfAUserExistsByEmailBody = paths[typeof routeName$2C]['post']['requestBody']['content']['application/json'];
118244
- type VerifyIfAUserExistsByEmailQueryParams = paths[typeof routeName$2C]['post']['parameters']['query'];
118245
- type VerifyIfAUserExistsByEmailResponse = paths[typeof routeName$2C]['post']['responses'][200]['content']['application/json'];
118248
+ declare const routeName$2B = "/v1/api/verify/exists/user/email";
118249
+ type VerifyIfAUserExistsByEmailBody = paths[typeof routeName$2B]['post']['requestBody']['content']['application/json'];
118250
+ type VerifyIfAUserExistsByEmailQueryParams = paths[typeof routeName$2B]['post']['parameters']['query'];
118251
+ type VerifyIfAUserExistsByEmailResponse = paths[typeof routeName$2B]['post']['responses'][200]['content']['application/json'];
118246
118252
  interface VerifyIfAUserExistsByEmailProps {
118247
118253
  body: VerifyIfAUserExistsByEmailBody;
118248
118254
  params: {
@@ -118251,10 +118257,10 @@ interface VerifyIfAUserExistsByEmailProps {
118251
118257
  }
118252
118258
  declare const verifyIfAUserExistsByEmail: (props: VerifyIfAUserExistsByEmailProps, wgApiClient: ClientType) => Promise<VerifyIfAUserExistsByEmailResponse>;
118253
118259
 
118254
- declare const routeName$2B = "/v1/api/verify/exists/distribution/registration";
118255
- type VerifyIfADistributionExistsByCompanyRegistrationBody = paths[typeof routeName$2B]['post']['requestBody']['content']['application/json'];
118256
- type VerifyIfADistributionExistsByCompanyRegistrationQueryParams = paths[typeof routeName$2B]['post']['parameters']['query'];
118257
- type VerifyIfADistributionExistsByCompanyRegistrationResponse = paths[typeof routeName$2B]['post']['responses'][200]['content']['application/json'];
118260
+ declare const routeName$2A = "/v1/api/verify/exists/distribution/registration";
118261
+ type VerifyIfADistributionExistsByCompanyRegistrationBody = paths[typeof routeName$2A]['post']['requestBody']['content']['application/json'];
118262
+ type VerifyIfADistributionExistsByCompanyRegistrationQueryParams = paths[typeof routeName$2A]['post']['parameters']['query'];
118263
+ type VerifyIfADistributionExistsByCompanyRegistrationResponse = paths[typeof routeName$2A]['post']['responses'][200]['content']['application/json'];
118258
118264
  interface VerifyIfADistributionExistsByCompanyRegistrationProps {
118259
118265
  body: VerifyIfADistributionExistsByCompanyRegistrationBody;
118260
118266
  params: {
@@ -118263,10 +118269,10 @@ interface VerifyIfADistributionExistsByCompanyRegistrationProps {
118263
118269
  }
118264
118270
  declare const verifyIfADistributionExistsByCompanyRegistration: (props: VerifyIfADistributionExistsByCompanyRegistrationProps, wgApiClient: ClientType) => Promise<VerifyIfADistributionExistsByCompanyRegistrationResponse>;
118265
118271
 
118266
- declare const routeName$2A = "/v1/api/verify/exists/distribution/name";
118267
- type VerifyIfADistributionExistsByNameBody = paths[typeof routeName$2A]['post']['requestBody']['content']['application/json'];
118268
- type VerifyIfADistributionExistsByNameQueryParams = paths[typeof routeName$2A]['post']['parameters']['query'];
118269
- type VerifyIfADistributionExistsByNameResponse = paths[typeof routeName$2A]['post']['responses'][200]['content']['application/json'];
118272
+ declare const routeName$2z = "/v1/api/verify/exists/distribution/name";
118273
+ type VerifyIfADistributionExistsByNameBody = paths[typeof routeName$2z]['post']['requestBody']['content']['application/json'];
118274
+ type VerifyIfADistributionExistsByNameQueryParams = paths[typeof routeName$2z]['post']['parameters']['query'];
118275
+ type VerifyIfADistributionExistsByNameResponse = paths[typeof routeName$2z]['post']['responses'][200]['content']['application/json'];
118270
118276
  interface VerifyIfADistributionExistsByNameProps {
118271
118277
  body: VerifyIfADistributionExistsByNameBody;
118272
118278
  params: {
@@ -118275,79 +118281,79 @@ interface VerifyIfADistributionExistsByNameProps {
118275
118281
  }
118276
118282
  declare const verifyIfADistributionExistsByName: (props: VerifyIfADistributionExistsByNameProps, wgApiClient: ClientType) => Promise<VerifyIfADistributionExistsByNameResponse>;
118277
118283
 
118278
- declare const routeName$2z = "/v1/api/plans";
118279
- type GetAllAvailablePlansResponse = paths[typeof routeName$2z]['get']['responses'][200]['content']['application/json'];
118284
+ declare const routeName$2y = "/v1/api/plans";
118285
+ type GetAllAvailablePlansResponse = paths[typeof routeName$2y]['get']['responses'][200]['content']['application/json'];
118280
118286
  declare const getAllAvailablePlans: (wgApiClient: ClientType) => Promise<GetAllAvailablePlansResponse>;
118281
118287
 
118282
- declare const routeName$2y = "/v1/api/activity-types";
118283
- type GetAllActivityTypesQueryParams = paths[typeof routeName$2y]['get']['parameters']['query'];
118284
- type GetAllActivityTypesResponse = paths[typeof routeName$2y]['get']['responses'][200]['content']['application/json'];
118285
- type GetAllActivityTypesProps = paths[typeof routeName$2y]['get']['parameters'];
118288
+ declare const routeName$2x = "/v1/api/activity-types";
118289
+ type GetAllActivityTypesQueryParams = paths[typeof routeName$2x]['get']['parameters']['query'];
118290
+ type GetAllActivityTypesResponse = paths[typeof routeName$2x]['get']['responses'][200]['content']['application/json'];
118291
+ type GetAllActivityTypesProps = paths[typeof routeName$2x]['get']['parameters'];
118286
118292
  declare const getAllActivityTypes: (props: GetAllActivityTypesProps, wgApiClient: ClientType) => Promise<GetAllActivityTypesResponse>;
118287
118293
 
118288
- declare const routeName$2x = "/v1/api/flows/jobs/{job_id}";
118289
- type GetJobResultByIdPathParams = paths[typeof routeName$2x]['get']['parameters']['path'];
118290
- type GetJobResultByIdQueryParams = paths[typeof routeName$2x]['get']['parameters']['query'];
118291
- type GetJobResultByIdResponse = paths[typeof routeName$2x]['get']['responses'][200]['content']['application/json'];
118292
- type GetJobResultByIdProps = paths[typeof routeName$2x]['get']['parameters'];
118294
+ declare const routeName$2w = "/v1/api/flows/jobs/{job_id}";
118295
+ type GetJobResultByIdPathParams = paths[typeof routeName$2w]['get']['parameters']['path'];
118296
+ type GetJobResultByIdQueryParams = paths[typeof routeName$2w]['get']['parameters']['query'];
118297
+ type GetJobResultByIdResponse = paths[typeof routeName$2w]['get']['responses'][200]['content']['application/json'];
118298
+ type GetJobResultByIdProps = paths[typeof routeName$2w]['get']['parameters'];
118293
118299
  declare const getJobResultById: (props: GetJobResultByIdProps, wgApiClient: ClientType) => Promise<GetJobResultByIdResponse>;
118294
118300
 
118295
- declare const routeName$2w = "/v1/api/singularity/jobs/{job_id}";
118296
- type GetSingularityJobResultByIdPathParams = paths[typeof routeName$2w]['get']['parameters']['path'];
118297
- type GetSingularityJobResultByIdQueryParams = paths[typeof routeName$2w]['get']['parameters']['query'];
118298
- type GetSingularityJobResultByIdResponse = paths[typeof routeName$2w]['get']['responses'][200]['content']['application/json'];
118299
- type GetSingularityJobResultByIdProps = paths[typeof routeName$2w]['get']['parameters'];
118301
+ declare const routeName$2v = "/v1/api/singularity/jobs/{job_id}";
118302
+ type GetSingularityJobResultByIdPathParams = paths[typeof routeName$2v]['get']['parameters']['path'];
118303
+ type GetSingularityJobResultByIdQueryParams = paths[typeof routeName$2v]['get']['parameters']['query'];
118304
+ type GetSingularityJobResultByIdResponse = paths[typeof routeName$2v]['get']['responses'][200]['content']['application/json'];
118305
+ type GetSingularityJobResultByIdProps = paths[typeof routeName$2v]['get']['parameters'];
118300
118306
  declare const getSingularityJobResultById: (props: GetSingularityJobResultByIdProps, wgApiClient: ClientType) => Promise<GetSingularityJobResultByIdResponse>;
118301
118307
 
118302
- declare const routeName$2v = "/v1/api/anvaflows/labels/{label}/enum";
118303
- type GetEnumByAnvaLabelPathParams = paths[typeof routeName$2v]['get']['parameters']['path'];
118304
- type GetEnumByAnvaLabelQueryParams = paths[typeof routeName$2v]['get']['parameters']['query'];
118305
- type GetEnumByAnvaLabelResponse = paths[typeof routeName$2v]['get']['responses'][200]['content']['application/json'];
118306
- type GetEnumByAnvaLabelProps = paths[typeof routeName$2v]['get']['parameters'];
118308
+ declare const routeName$2u = "/v1/api/anvaflows/labels/{label}/enum";
118309
+ type GetEnumByAnvaLabelPathParams = paths[typeof routeName$2u]['get']['parameters']['path'];
118310
+ type GetEnumByAnvaLabelQueryParams = paths[typeof routeName$2u]['get']['parameters']['query'];
118311
+ type GetEnumByAnvaLabelResponse = paths[typeof routeName$2u]['get']['responses'][200]['content']['application/json'];
118312
+ type GetEnumByAnvaLabelProps = paths[typeof routeName$2u]['get']['parameters'];
118307
118313
  declare const getEnumByAnvaLabel: (props: GetEnumByAnvaLabelProps, wgApiClient: ClientType) => Promise<GetEnumByAnvaLabelResponse>;
118308
118314
 
118309
- declare const routeName$2u = "/v1/api/insights/cars/check-insurance";
118310
- type GetInsightsIfCarIsInsuredBody = paths[typeof routeName$2u]['post']['requestBody']['content']['application/json'];
118311
- type GetInsightsIfCarIsInsuredResponse = paths[typeof routeName$2u]['post']['responses'][200]['content']['application/json'];
118315
+ declare const routeName$2t = "/v1/api/insights/cars/check-insurance";
118316
+ type GetInsightsIfCarIsInsuredBody = paths[typeof routeName$2t]['post']['requestBody']['content']['application/json'];
118317
+ type GetInsightsIfCarIsInsuredResponse = paths[typeof routeName$2t]['post']['responses'][200]['content']['application/json'];
118312
118318
  interface GetInsightsIfCarIsInsuredProps {
118313
118319
  body: GetInsightsIfCarIsInsuredBody;
118314
118320
  }
118315
118321
  declare const getInsightsIfCarIsInsured: (props: GetInsightsIfCarIsInsuredProps, wgApiClient: ClientType) => Promise<GetInsightsIfCarIsInsuredResponse>;
118316
118322
 
118317
- declare const routeName$2t = "/v1/api/partners/carglass/events";
118318
- type PostEventAsCarglassPartnerBody = paths[typeof routeName$2t]['post']['requestBody']['content']['application/json'];
118319
- type PostEventAsCarglassPartnerResponse = paths[typeof routeName$2t]['post']['responses'][201]['content']['application/json'];
118323
+ declare const routeName$2s = "/v1/api/partners/carglass/events";
118324
+ type PostEventAsCarglassPartnerBody = paths[typeof routeName$2s]['post']['requestBody']['content']['application/json'];
118325
+ type PostEventAsCarglassPartnerResponse = paths[typeof routeName$2s]['post']['responses'][201]['content']['application/json'];
118320
118326
  interface PostEventAsCarglassPartnerProps {
118321
118327
  body: PostEventAsCarglassPartnerBody;
118322
118328
  }
118323
118329
  declare const postEventAsCarglassPartner: (props: PostEventAsCarglassPartnerProps, wgApiClient: ClientType) => Promise<PostEventAsCarglassPartnerResponse>;
118324
118330
 
118325
- declare const routeName$2s = "/v1/api/offer-request-for-insurance-company/pdf";
118326
- type GenerateOfferRequestForInsuranceCompanyPdfBody = paths[typeof routeName$2s]['post']['requestBody']['content']['application/json'];
118327
- type GenerateOfferRequestForInsuranceCompanyPdfResponse = paths[typeof routeName$2s]['post']['responses'][200]['content']['application/json'];
118331
+ declare const routeName$2r = "/v1/api/offer-request-for-insurance-company/pdf";
118332
+ type GenerateOfferRequestForInsuranceCompanyPdfBody = paths[typeof routeName$2r]['post']['requestBody']['content']['application/json'];
118333
+ type GenerateOfferRequestForInsuranceCompanyPdfResponse = paths[typeof routeName$2r]['post']['responses'][200]['content']['application/json'];
118328
118334
  interface GenerateOfferRequestForInsuranceCompanyPdfProps {
118329
118335
  body: GenerateOfferRequestForInsuranceCompanyPdfBody;
118330
118336
  }
118331
118337
  declare const generateOfferRequestForInsuranceCompanyPdf: (props: GenerateOfferRequestForInsuranceCompanyPdfProps, wgApiClient: ClientType) => Promise<GenerateOfferRequestForInsuranceCompanyPdfResponse>;
118332
118338
 
118333
- declare const routeName$2r = "/v1/api/offer-request-for-insurance-company/docx";
118334
- type GenerateOfferRequestForInsuranceCompanyDocxBody = paths[typeof routeName$2r]['post']['requestBody']['content']['application/json'];
118335
- type GenerateOfferRequestForInsuranceCompanyDocxResponse = paths[typeof routeName$2r]['post']['responses'][200]['content']['application/json'];
118339
+ declare const routeName$2q = "/v1/api/offer-request-for-insurance-company/docx";
118340
+ type GenerateOfferRequestForInsuranceCompanyDocxBody = paths[typeof routeName$2q]['post']['requestBody']['content']['application/json'];
118341
+ type GenerateOfferRequestForInsuranceCompanyDocxResponse = paths[typeof routeName$2q]['post']['responses'][200]['content']['application/json'];
118336
118342
  interface GenerateOfferRequestForInsuranceCompanyDocxProps {
118337
118343
  body: GenerateOfferRequestForInsuranceCompanyDocxBody;
118338
118344
  }
118339
118345
  declare const generateOfferRequestForInsuranceCompanyDocx: (props: GenerateOfferRequestForInsuranceCompanyDocxProps, wgApiClient: ClientType) => Promise<GenerateOfferRequestForInsuranceCompanyDocxResponse>;
118340
118346
 
118341
- declare const routeName$2q = "/v1/api/offers/{offer_id}/revisions/{offer_revision_id}";
118342
- type GetOfferByIdPathParams = paths[typeof routeName$2q]['get']['parameters']['path'];
118343
- type GetOfferByIdResponse = paths[typeof routeName$2q]['get']['responses'][200]['content']['application/json'];
118344
- type GetOfferByIdProps = paths[typeof routeName$2q]['get']['parameters'];
118347
+ declare const routeName$2p = "/v1/api/offers/{offer_id}/revisions/{offer_revision_id}";
118348
+ type GetOfferByIdPathParams = paths[typeof routeName$2p]['get']['parameters']['path'];
118349
+ type GetOfferByIdResponse = paths[typeof routeName$2p]['get']['responses'][200]['content']['application/json'];
118350
+ type GetOfferByIdProps = paths[typeof routeName$2p]['get']['parameters'];
118345
118351
  declare const getOfferById: (props: GetOfferByIdProps, wgApiClient: ClientType) => Promise<GetOfferByIdResponse>;
118346
118352
 
118347
- declare const routeName$2p = "/v1/api/offers/{offer_id}/revisions/{offer_revision_id}";
118348
- type UpdateOfferByIdBody = paths[typeof routeName$2p]['patch']['requestBody']['content']['application/json'];
118349
- type UpdateOfferByIdPathParams = paths[typeof routeName$2p]['patch']['parameters']['path'];
118350
- type UpdateOfferByIdResponse = paths[typeof routeName$2p]['patch']['responses'][200]['content']['application/json'];
118353
+ declare const routeName$2o = "/v1/api/offers/{offer_id}/revisions/{offer_revision_id}";
118354
+ type UpdateOfferByIdBody = paths[typeof routeName$2o]['patch']['requestBody']['content']['application/json'];
118355
+ type UpdateOfferByIdPathParams = paths[typeof routeName$2o]['patch']['parameters']['path'];
118356
+ type UpdateOfferByIdResponse = paths[typeof routeName$2o]['patch']['responses'][200]['content']['application/json'];
118351
118357
  interface UpdateOfferByIdProps {
118352
118358
  body: UpdateOfferByIdBody;
118353
118359
  params: {
@@ -118356,23 +118362,23 @@ interface UpdateOfferByIdProps {
118356
118362
  }
118357
118363
  declare const updateOfferById: (props: UpdateOfferByIdProps, wgApiClient: ClientType) => Promise<UpdateOfferByIdResponse>;
118358
118364
 
118359
- declare const routeName$2o = "/v2/api/offers/{offer_id}/revisions/{offer_revision_id}/minimal";
118360
- type GetMinimalOfferByIdPathParams = paths[typeof routeName$2o]['get']['parameters']['path'];
118361
- type GetMinimalOfferByIdQueryParams = paths[typeof routeName$2o]['get']['parameters']['query'];
118362
- type GetMinimalOfferByIdResponse = paths[typeof routeName$2o]['get']['responses'][200]['content']['application/json'];
118363
- type GetMinimalOfferByIdProps = paths[typeof routeName$2o]['get']['parameters'];
118365
+ declare const routeName$2n = "/v2/api/offers/{offer_id}/revisions/{offer_revision_id}/minimal";
118366
+ type GetMinimalOfferByIdPathParams = paths[typeof routeName$2n]['get']['parameters']['path'];
118367
+ type GetMinimalOfferByIdQueryParams = paths[typeof routeName$2n]['get']['parameters']['query'];
118368
+ type GetMinimalOfferByIdResponse = paths[typeof routeName$2n]['get']['responses'][200]['content']['application/json'];
118369
+ type GetMinimalOfferByIdProps = paths[typeof routeName$2n]['get']['parameters'];
118364
118370
  declare const getMinimalOfferById: (props: GetMinimalOfferByIdProps, wgApiClient: ClientType) => Promise<GetMinimalOfferByIdResponse>;
118365
118371
 
118366
- declare const routeName$2n = "/v2/api/offers/{offer_revision_id}/minimal";
118367
- type GetMinimalOfferRevisionByIdPathParams = paths[typeof routeName$2n]['get']['parameters']['path'];
118368
- type GetMinimalOfferRevisionByIdResponse = paths[typeof routeName$2n]['get']['responses'][200]['content']['application/json'];
118369
- type GetMinimalOfferRevisionByIdProps = paths[typeof routeName$2n]['get']['parameters'];
118372
+ declare const routeName$2m = "/v2/api/offers/{offer_revision_id}/minimal";
118373
+ type GetMinimalOfferRevisionByIdPathParams = paths[typeof routeName$2m]['get']['parameters']['path'];
118374
+ type GetMinimalOfferRevisionByIdResponse = paths[typeof routeName$2m]['get']['responses'][200]['content']['application/json'];
118375
+ type GetMinimalOfferRevisionByIdProps = paths[typeof routeName$2m]['get']['parameters'];
118370
118376
  declare const getMinimalOfferRevisionById: (props: GetMinimalOfferRevisionByIdProps, wgApiClient: ClientType) => Promise<GetMinimalOfferRevisionByIdResponse>;
118371
118377
 
118372
- declare const routeName$2m = "/v1/api/offers/{offer_id}/revisions";
118373
- type CreateOfferRevisionBody = paths[typeof routeName$2m]['put']['requestBody']['content']['application/json'];
118374
- type CreateOfferRevisionPathParams = paths[typeof routeName$2m]['put']['parameters']['path'];
118375
- type CreateOfferRevisionResponse = paths[typeof routeName$2m]['put']['responses'][201]['content']['application/json'];
118378
+ declare const routeName$2l = "/v1/api/offers/{offer_id}/revisions";
118379
+ type CreateOfferRevisionBody = paths[typeof routeName$2l]['put']['requestBody']['content']['application/json'];
118380
+ type CreateOfferRevisionPathParams = paths[typeof routeName$2l]['put']['parameters']['path'];
118381
+ type CreateOfferRevisionResponse = paths[typeof routeName$2l]['put']['responses'][201]['content']['application/json'];
118376
118382
  interface CreateOfferRevisionProps {
118377
118383
  body: CreateOfferRevisionBody;
118378
118384
  params: {
@@ -118381,48 +118387,42 @@ interface CreateOfferRevisionProps {
118381
118387
  }
118382
118388
  declare const createOfferRevision: (props: CreateOfferRevisionProps, wgApiClient: ClientType) => Promise<CreateOfferRevisionResponse>;
118383
118389
 
118384
- declare const routeName$2l = "/v1/api/offers/bulk";
118385
- type UpdateOffersInBulkBody = paths[typeof routeName$2l]['patch']['requestBody']['content']['application/json'];
118386
- type UpdateOffersInBulkResponse = paths[typeof routeName$2l]['patch']['responses'][200]['content']['application/json'];
118390
+ declare const routeName$2k = "/v1/api/offers/bulk";
118391
+ type UpdateOffersInBulkBody = paths[typeof routeName$2k]['patch']['requestBody']['content']['application/json'];
118392
+ type UpdateOffersInBulkResponse = paths[typeof routeName$2k]['patch']['responses'][200]['content']['application/json'];
118387
118393
  interface UpdateOffersInBulkProps {
118388
118394
  body: UpdateOffersInBulkBody;
118389
118395
  }
118390
118396
  declare const updateOffersInBulk: (props: UpdateOffersInBulkProps, wgApiClient: ClientType) => Promise<UpdateOffersInBulkResponse>;
118391
118397
 
118392
- declare const routeName$2k = "/v2/api/distributions/{distribution_id}/offers";
118393
- type GetOffersByDistributionPathParams = paths[typeof routeName$2k]['get']['parameters']['path'];
118394
- type GetOffersByDistributionQueryParams = paths[typeof routeName$2k]['get']['parameters']['query'];
118395
- type GetOffersByDistributionResponse = paths[typeof routeName$2k]['get']['responses'][200]['content']['application/json'];
118396
- type GetOffersByDistributionProps = paths[typeof routeName$2k]['get']['parameters'];
118398
+ declare const routeName$2j = "/v2/api/distributions/{distribution_id}/offers";
118399
+ type GetOffersByDistributionPathParams = paths[typeof routeName$2j]['get']['parameters']['path'];
118400
+ type GetOffersByDistributionQueryParams = paths[typeof routeName$2j]['get']['parameters']['query'];
118401
+ type GetOffersByDistributionResponse = paths[typeof routeName$2j]['get']['responses'][200]['content']['application/json'];
118402
+ type GetOffersByDistributionProps = paths[typeof routeName$2j]['get']['parameters'];
118397
118403
  declare const getOffersByDistribution: (props: GetOffersByDistributionProps, wgApiClient: ClientType) => Promise<GetOffersByDistributionResponse>;
118398
118404
 
118399
- declare const routeName$2j = "/v1/api/organisations/{organisation_id}/leads";
118400
- type GetOrganisationLeadsPathParams = paths[typeof routeName$2j]['get']['parameters']['path'];
118401
- type GetOrganisationLeadsQueryParams = paths[typeof routeName$2j]['get']['parameters']['query'];
118402
- type GetOrganisationLeadsResponse = paths[typeof routeName$2j]['get']['responses'][200]['content']['application/json'];
118403
- type GetOrganisationLeadsProps = paths[typeof routeName$2j]['get']['parameters'];
118405
+ declare const routeName$2i = "/v1/api/organisations/{organisation_id}/leads";
118406
+ type GetOrganisationLeadsPathParams = paths[typeof routeName$2i]['get']['parameters']['path'];
118407
+ type GetOrganisationLeadsQueryParams = paths[typeof routeName$2i]['get']['parameters']['query'];
118408
+ type GetOrganisationLeadsResponse = paths[typeof routeName$2i]['get']['responses'][200]['content']['application/json'];
118409
+ type GetOrganisationLeadsProps = paths[typeof routeName$2i]['get']['parameters'];
118404
118410
  declare const getOrganisationLeads: (props: GetOrganisationLeadsProps, wgApiClient: ClientType) => Promise<GetOrganisationLeadsResponse>;
118405
118411
 
118406
- declare const routeName$2i = "/v1/api/organisations/{organisation_id}/offers";
118407
- type GetOrganisationOffersPathParams = paths[typeof routeName$2i]['get']['parameters']['path'];
118408
- type GetOrganisationOffersQueryParams = paths[typeof routeName$2i]['get']['parameters']['query'];
118409
- type GetOrganisationOffersResponse = paths[typeof routeName$2i]['get']['responses'][200]['content']['application/json'];
118410
- type GetOrganisationOffersProps = paths[typeof routeName$2i]['get']['parameters'];
118412
+ declare const routeName$2h = "/v1/api/organisations/{organisation_id}/offers";
118413
+ type GetOrganisationOffersPathParams = paths[typeof routeName$2h]['get']['parameters']['path'];
118414
+ type GetOrganisationOffersQueryParams = paths[typeof routeName$2h]['get']['parameters']['query'];
118415
+ type GetOrganisationOffersResponse = paths[typeof routeName$2h]['get']['responses'][200]['content']['application/json'];
118416
+ type GetOrganisationOffersProps = paths[typeof routeName$2h]['get']['parameters'];
118411
118417
  declare const getOrganisationOffers: (props: GetOrganisationOffersProps, wgApiClient: ClientType) => Promise<GetOrganisationOffersResponse>;
118412
118418
 
118413
- declare const routeName$2h = "/v1/api/organisations/{organisation_id}/distributions";
118414
- type GetOrganisationDistributionsPathParams = paths[typeof routeName$2h]['get']['parameters']['path'];
118415
- type GetOrganisationDistributionsQueryParams = paths[typeof routeName$2h]['get']['parameters']['query'];
118416
- type GetOrganisationDistributionsResponse = paths[typeof routeName$2h]['get']['responses'][200]['content']['application/json'];
118417
- type GetOrganisationDistributionsProps = paths[typeof routeName$2h]['get']['parameters'];
118419
+ declare const routeName$2g = "/v1/api/organisations/{organisation_id}/distributions";
118420
+ type GetOrganisationDistributionsPathParams = paths[typeof routeName$2g]['get']['parameters']['path'];
118421
+ type GetOrganisationDistributionsQueryParams = paths[typeof routeName$2g]['get']['parameters']['query'];
118422
+ type GetOrganisationDistributionsResponse = paths[typeof routeName$2g]['get']['responses'][200]['content']['application/json'];
118423
+ type GetOrganisationDistributionsProps = paths[typeof routeName$2g]['get']['parameters'];
118418
118424
  declare const getOrganisationDistributions: (props: GetOrganisationDistributionsProps, wgApiClient: ClientType) => Promise<GetOrganisationDistributionsResponse>;
118419
118425
 
118420
- declare const routeName$2g = "/v1/api/customers/me/finconnect/link";
118421
- type GetFinconnectLinkAsCustomerQueryParams = paths[typeof routeName$2g]['get']['parameters']['query'];
118422
- type GetFinconnectLinkAsCustomerResponse = paths[typeof routeName$2g]['get']['responses'][307]['content']['application/json'];
118423
- type GetFinconnectLinkAsCustomerProps = paths[typeof routeName$2g]['get']['parameters'];
118424
- declare const getFinconnectLinkAsCustomer: (props: GetFinconnectLinkAsCustomerProps, wgApiClient: ClientType) => Promise<GetFinconnectLinkAsCustomerResponse>;
118425
-
118426
118426
  declare const routeName$2f = "/v1/api/parties/companies";
118427
118427
  type CreateLegalPartyBody = paths[typeof routeName$2f]['post']['requestBody']['content']['application/json'];
118428
118428
  type CreateLegalPartyResponse = paths[typeof routeName$2f]['post']['responses'][201]['content']['application/json'];