@mittwald/api-client 4.128.0 → 4.129.0

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.
@@ -215,7 +215,7 @@ export class MittwaldAPIV2Client extends ApiClientBase {
215
215
  extensionCreateRetrievalKey: this.requestFunctionFactory(descriptors.extensionCreateRetrievalKey),
216
216
  /** Get an ExtensionInstance. */
217
217
  extensionGetExtensionInstance: this.requestFunctionFactory(descriptors.extensionGetExtensionInstance),
218
- /** Delete an ExtensionInstance. */
218
+ /** Delete a free ExtensionInstance. If the Extension is chargable the contract must be terminated instead. */
219
219
  extensionDeleteExtensionInstance: this.requestFunctionFactory(descriptors.extensionDeleteExtensionInstance),
220
220
  /** Get Extension of own contributor. */
221
221
  extensionGetOwnExtension: this.requestFunctionFactory(descriptors.extensionGetOwnExtension),
@@ -1126,7 +1126,7 @@ export const extensionGetExtensionInstance = {
1126
1126
  method: "GET",
1127
1127
  operationId: "extension-get-extension-instance",
1128
1128
  };
1129
- /** Delete an ExtensionInstance. */
1129
+ /** Delete a free ExtensionInstance. If the Extension is chargable the contract must be terminated instead. */
1130
1130
  export const extensionDeleteExtensionInstance = {
1131
1131
  path: "/v2/extension-instances/{extensionInstanceId}",
1132
1132
  method: "DELETE",
@@ -1372,6 +1372,18 @@ export const invoiceListCustomerInvoices = {
1372
1372
  method: "GET",
1373
1373
  operationId: "invoice-list-customer-invoices",
1374
1374
  };
1375
+ /** Get your LeadFyndr request. */
1376
+ export const leadFinderGetLeadFyndrProfileRequest = {
1377
+ path: "/v2/customers/{customerId}/lead-fyndr-profile-request",
1378
+ method: "GET",
1379
+ operationId: "lead-finder-get-lead-fyndr-profile-request",
1380
+ };
1381
+ /** Get your LeadFyndr profile. */
1382
+ export const leadFinderGetLeadFyndrProfile = {
1383
+ path: "/v2/customers/{customerId}/lead-fyndr-profile",
1384
+ method: "GET",
1385
+ operationId: "lead-finder-get-lead-fyndr-profile",
1386
+ };
1375
1387
  /** List DeliveryBoxes belonging to a Project. */
1376
1388
  export const mailListDeliveryBoxes = {
1377
1389
  path: "/v2/projects/{projectId}/delivery-boxes",
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.127.0';
1
+ export const MittwaldAPIClientVersion = '4.128.0';
@@ -1587,6 +1587,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
1587
1587
  id: string;
1588
1588
  logoRefId?: string | undefined;
1589
1589
  name: string;
1590
+ pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | undefined;
1590
1591
  published: boolean;
1591
1592
  requestedChanges?: {
1592
1593
  context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
@@ -1689,6 +1690,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
1689
1690
  id: string;
1690
1691
  logoRefId: string;
1691
1692
  name: string;
1693
+ pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | undefined;
1692
1694
  published: boolean;
1693
1695
  scopes: string[];
1694
1696
  state: "enabled" | "blocked" | "disabled";
@@ -6462,7 +6462,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6462
6462
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6463
6463
  [x: string]: unknown;
6464
6464
  }, 429, "application/json">>>;
6465
- /** Delete an ExtensionInstance. */
6465
+ /** Delete a free ExtensionInstance. If the Extension is chargable the contract must be terminated instead. */
6466
6466
  extensionDeleteExtensionInstance: (request: {
6467
6467
  extensionInstanceId: string;
6468
6468
  headers?: {
@@ -6489,6 +6489,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6489
6489
  [x: string]: unknown;
6490
6490
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6491
6491
  [x: string]: unknown;
6492
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
6493
+ [x: string]: unknown;
6492
6494
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6493
6495
  headers?: Partial<{
6494
6496
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -6509,6 +6511,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6509
6511
  [x: string]: unknown;
6510
6512
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6511
6513
  [x: string]: unknown;
6514
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
6515
+ [x: string]: unknown;
6512
6516
  }, 429, "application/json">>>;
6513
6517
  /** Get Extension of own contributor. */
6514
6518
  extensionGetOwnExtension: (request: {
@@ -6552,6 +6556,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6552
6556
  id: string;
6553
6557
  logoRefId?: string | undefined;
6554
6558
  name: string;
6559
+ pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | undefined;
6555
6560
  published: boolean;
6556
6561
  requestedChanges?: {
6557
6562
  context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
@@ -6606,6 +6611,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6606
6611
  id: string;
6607
6612
  logoRefId?: string | undefined;
6608
6613
  name: string;
6614
+ pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | undefined;
6609
6615
  published: boolean;
6610
6616
  requestedChanges?: {
6611
6617
  context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
@@ -6795,6 +6801,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6795
6801
  id: string;
6796
6802
  logoRefId?: string | undefined;
6797
6803
  name: string;
6804
+ pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | undefined;
6798
6805
  published: boolean;
6799
6806
  requestedChanges?: {
6800
6807
  context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
@@ -6869,6 +6876,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6869
6876
  id: string;
6870
6877
  logoRefId?: string | undefined;
6871
6878
  name: string;
6879
+ pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | undefined;
6872
6880
  published: boolean;
6873
6881
  requestedChanges?: {
6874
6882
  context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
@@ -7370,6 +7378,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7370
7378
  id: string;
7371
7379
  logoRefId: string;
7372
7380
  name: string;
7381
+ pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | undefined;
7373
7382
  published: boolean;
7374
7383
  scopes: string[];
7375
7384
  state: "enabled" | "blocked" | "disabled";
@@ -7406,6 +7415,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7406
7415
  id: string;
7407
7416
  logoRefId: string;
7408
7417
  name: string;
7418
+ pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | undefined;
7409
7419
  published: boolean;
7410
7420
  scopes: string[];
7411
7421
  state: "enabled" | "blocked" | "disabled";
@@ -379,8 +379,8 @@ export declare const extensionCreateExtensionInstance: OpenAPIOperation<RequestT
379
379
  export declare const extensionCreateRetrievalKey: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsCreateAccessTokenRetrievalKey.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsCreateAccessTokenRetrievalKey.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsCreateAccessTokenRetrievalKey.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsCreateAccessTokenRetrievalKey.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsCreateAccessTokenRetrievalKey.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsCreateAccessTokenRetrievalKey.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsCreateAccessTokenRetrievalKey.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
380
380
  /** Get an ExtensionInstance. */
381
381
  export declare const extensionGetExtensionInstance: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
382
- /** Delete an ExtensionInstance. */
383
- export declare const extensionDeleteExtensionInstance: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Delete.Responses.$204.Content.ApplicationJson>, 204, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
382
+ /** Delete a free ExtensionInstance. If the Extension is chargable the contract must be terminated instead. */
383
+ export declare const extensionDeleteExtensionInstance: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Delete.Responses.$204.Content.ApplicationJson>, 204, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Delete.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
384
384
  /** Get Extension of own contributor. */
385
385
  export declare const extensionGetOwnExtension: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
386
386
  /** Delete an extension. */
@@ -461,6 +461,10 @@ export declare const invoiceUpdateInvoiceSettings: OpenAPIOperation<RequestType<
461
461
  export declare const invoiceGetFileAccessToken: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesInvoiceIdFileAccessToken.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesInvoiceIdFileAccessToken.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesInvoiceIdFileAccessToken.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesInvoiceIdFileAccessToken.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesInvoiceIdFileAccessToken.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesInvoiceIdFileAccessToken.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesInvoiceIdFileAccessToken.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoicesInvoiceIdFileAccessToken.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
462
462
  /** List Invoices of a Customer. */
463
463
  export declare const invoiceListCustomerInvoices: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoices.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
464
+ /** Get your LeadFyndr request. */
465
+ export declare const leadFinderGetLeadFyndrProfileRequest: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileRequest.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileRequest.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileRequest.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileRequest.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileRequest.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileRequest.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileRequest.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileRequest.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileRequest.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
466
+ /** Get your LeadFyndr profile. */
467
+ export declare const leadFinderGetLeadFyndrProfile: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfile.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfile.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfile.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfile.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfile.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfile.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfile.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfile.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfile.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
464
468
  /** List DeliveryBoxes belonging to a Project. */
465
469
  export declare const mailListDeliveryBoxes: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryBoxes.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
466
470
  /** Create a DeliveryBox. */
@@ -918,6 +918,14 @@ export declare namespace MittwaldAPIV2 {
918
918
  type RequestData = InferredRequestData<typeof descriptors.invoiceListCustomerInvoices>;
919
919
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.invoiceListCustomerInvoices, TStatus>;
920
920
  }
921
+ namespace LeadFinderGetLeadFyndrProfileRequest {
922
+ type RequestData = InferredRequestData<typeof descriptors.leadFinderGetLeadFyndrProfileRequest>;
923
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadFinderGetLeadFyndrProfileRequest, TStatus>;
924
+ }
925
+ namespace LeadFinderGetLeadFyndrProfile {
926
+ type RequestData = InferredRequestData<typeof descriptors.leadFinderGetLeadFyndrProfile>;
927
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadFinderGetLeadFyndrProfile, TStatus>;
928
+ }
921
929
  namespace MailListDeliveryBoxes {
922
930
  type RequestData = InferredRequestData<typeof descriptors.mailListDeliveryBoxes>;
923
931
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListDeliveryBoxes, TStatus>;
@@ -2825,6 +2833,7 @@ export declare namespace MittwaldAPIV2 {
2825
2833
  */
2826
2834
  logoRefId: string;
2827
2835
  name: string;
2836
+ pricing?: MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy;
2828
2837
  /**
2829
2838
  * Whether the extension has been published by the contributor.
2830
2839
  */
@@ -2992,6 +3001,7 @@ export declare namespace MittwaldAPIV2 {
2992
3001
  */
2993
3002
  logoRefId?: string;
2994
3003
  name: string;
3004
+ pricing?: MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy;
2995
3005
  published: boolean;
2996
3006
  requestedChanges?: {
2997
3007
  context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
@@ -3015,6 +3025,15 @@ export declare namespace MittwaldAPIV2 {
3015
3025
  verified: boolean;
3016
3026
  webhookUrls?: MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls;
3017
3027
  }
3028
+ /**
3029
+ * A strategy for pricing that occurs monthly.
3030
+ */
3031
+ interface MarketplaceMonthlyPricingStrategy {
3032
+ /**
3033
+ * The monthly price in Euro Cents before tax.
3034
+ */
3035
+ netPrice: number;
3036
+ }
3018
3037
  interface MarketplacePublicKey {
3019
3038
  algorithm: string;
3020
3039
  key: string;
@@ -3337,6 +3356,24 @@ export declare namespace MittwaldAPIV2 {
3337
3356
  title?: string;
3338
3357
  useFormalTerm?: boolean;
3339
3358
  }
3359
+ interface LeadFinderProfileRequest {
3360
+ createdOn: string;
3361
+ customerId: string;
3362
+ domain: string;
3363
+ profileId: string;
3364
+ requestedBy: MittwaldAPIV2.Components.Schemas.LeadFinderUser;
3365
+ resultOn?: string;
3366
+ status: "NEW" | "AUTOTEST_INIT" | "MANUAL_VERIFICATION" | "REJECTED" | "APPROVED";
3367
+ }
3368
+ interface LeadFinderProfile {
3369
+ approvedOn: string;
3370
+ customerId: string;
3371
+ disabledOn?: string;
3372
+ domain: string;
3373
+ }
3374
+ interface LeadFinderUser {
3375
+ userId: string;
3376
+ }
3340
3377
  interface MailCreateMailAddress {
3341
3378
  address: string;
3342
3379
  isCatchAll: boolean;
@@ -14129,6 +14166,13 @@ export declare namespace MittwaldAPIV2 {
14129
14166
  }
14130
14167
  }
14131
14168
  }
14169
+ namespace $412 {
14170
+ namespace Content {
14171
+ interface ApplicationJson {
14172
+ [k: string]: unknown;
14173
+ }
14174
+ }
14175
+ }
14132
14176
  namespace $429 {
14133
14177
  namespace Content {
14134
14178
  interface ApplicationJson {
@@ -16172,6 +16216,112 @@ export declare namespace MittwaldAPIV2 {
16172
16216
  }
16173
16217
  }
16174
16218
  }
16219
+ namespace V2CustomersCustomerIdLeadFyndrProfileRequest {
16220
+ namespace Get {
16221
+ namespace Parameters {
16222
+ type Path = {
16223
+ customerId: string;
16224
+ };
16225
+ type Header = {};
16226
+ type Query = {};
16227
+ }
16228
+ namespace Responses {
16229
+ namespace $200 {
16230
+ namespace Content {
16231
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadFinderProfileRequest;
16232
+ }
16233
+ }
16234
+ namespace $400 {
16235
+ namespace Content {
16236
+ interface ApplicationJson {
16237
+ [k: string]: unknown;
16238
+ }
16239
+ }
16240
+ }
16241
+ namespace $403 {
16242
+ namespace Content {
16243
+ interface ApplicationJson {
16244
+ [k: string]: unknown;
16245
+ }
16246
+ }
16247
+ }
16248
+ namespace $404 {
16249
+ namespace Content {
16250
+ interface ApplicationJson {
16251
+ [k: string]: unknown;
16252
+ }
16253
+ }
16254
+ }
16255
+ namespace $429 {
16256
+ namespace Content {
16257
+ interface ApplicationJson {
16258
+ [k: string]: unknown;
16259
+ }
16260
+ }
16261
+ }
16262
+ namespace Default {
16263
+ namespace Content {
16264
+ interface ApplicationJson {
16265
+ [k: string]: unknown;
16266
+ }
16267
+ }
16268
+ }
16269
+ }
16270
+ }
16271
+ }
16272
+ namespace V2CustomersCustomerIdLeadFyndrProfile {
16273
+ namespace Get {
16274
+ namespace Parameters {
16275
+ type Path = {
16276
+ customerId: string;
16277
+ };
16278
+ type Header = {};
16279
+ type Query = {};
16280
+ }
16281
+ namespace Responses {
16282
+ namespace $200 {
16283
+ namespace Content {
16284
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadFinderProfile;
16285
+ }
16286
+ }
16287
+ namespace $400 {
16288
+ namespace Content {
16289
+ interface ApplicationJson {
16290
+ [k: string]: unknown;
16291
+ }
16292
+ }
16293
+ }
16294
+ namespace $403 {
16295
+ namespace Content {
16296
+ interface ApplicationJson {
16297
+ [k: string]: unknown;
16298
+ }
16299
+ }
16300
+ }
16301
+ namespace $404 {
16302
+ namespace Content {
16303
+ interface ApplicationJson {
16304
+ [k: string]: unknown;
16305
+ }
16306
+ }
16307
+ }
16308
+ namespace $429 {
16309
+ namespace Content {
16310
+ interface ApplicationJson {
16311
+ [k: string]: unknown;
16312
+ }
16313
+ }
16314
+ }
16315
+ namespace Default {
16316
+ namespace Content {
16317
+ interface ApplicationJson {
16318
+ [k: string]: unknown;
16319
+ }
16320
+ }
16321
+ }
16322
+ }
16323
+ }
16324
+ }
16175
16325
  namespace V2ProjectsProjectIdDeliveryboxes { }
16176
16326
  namespace V2ProjectsProjectIdDeliveryBoxes {
16177
16327
  namespace Get {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.127.0';
1
+ export declare const MittwaldAPIClientVersion = '4.128.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.128.0",
3
+ "version": "4.129.0",
4
4
  "author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
5
5
  "type": "module",
6
6
  "description": "Auto-generated client for the mittwald API",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "2d61800417488f3a6321c381b40eff7fd4c15326"
83
+ "gitHead": "98eed1fe32793bedde78e0663ae878f170725f3c"
84
84
  }