@mittwald/api-client 4.177.0 → 4.179.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.
@@ -10,7 +10,7 @@ export declare const appGetApp: OpenAPIOperation<RequestType<Simplify<null>, Sim
10
10
  /** Get an AppInstallation. */
11
11
  export declare const appGetAppinstallation: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
12
12
  /** Trigger an uninstallation process for an AppInstallation. */
13
- export declare const appUninstallAppinstallation: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
13
+ export declare const appUninstallAppinstallation: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
14
14
  /** Update properties belonging to an AppInstallation. */
15
15
  export declare const appPatchAppinstallation: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
16
16
  /** Get an AppVersion. */
@@ -151,8 +151,6 @@ export declare const contractGetDetailOfContractByServer: OpenAPIOperation<Reque
151
151
  export declare const contractGetDetailOfContractItem: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
152
152
  /** Returns the Contract with the given ID. */
153
153
  export declare const contractGetDetailOfContract: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
154
- /** Return the next TerminationDate for the ContractItem with the given ID. */
155
- export declare const contractGetNextTerminationDateForItem: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdNextTerminationDates.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdNextTerminationDates.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdNextTerminationDates.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdNextTerminationDates.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdNextTerminationDates.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdNextTerminationDates.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdNextTerminationDates.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContractsContractIdItemsContractItemIdNextTerminationDates.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
156
154
  /** Return a list of Contracts for the given Customer. */
157
155
  export declare const contractListContracts: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdContracts.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
158
156
  /** Get Contributor Billing Information. */
@@ -462,7 +460,7 @@ export declare const extensionSetExtensionPublishedState: OpenAPIOperation<Reque
462
460
  /** Start a checkout process for an extension. */
463
461
  export declare const extensionStartExtensionCheckout: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionIdCheckout.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionIdCheckout.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionIdCheckout.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionIdCheckout.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionIdCheckout.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionIdCheckout.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionIdCheckout.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionIdCheckout.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionIdCheckout.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
464
462
  /** Creates or Updates Pricing for an Extension. */
465
- export declare const extensionUpdateExtensionPricing: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
463
+ export declare const extensionUpdateExtensionPricing: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdPricing.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
466
464
  /** Create a File. */
467
465
  export declare const fileCreateFile: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$406.Content.ApplicationJson>, 406, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$422.Content.ApplicationJson>, 422, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
468
466
  /** Get a File's meta. */
@@ -555,8 +553,6 @@ export declare const mailUpdateProjectMailSetting: OpenAPIOperation<RequestType<
555
553
  export declare const marketplaceCustomerGetPaymentMethod: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
556
554
  /** Get the link to update the marketplace payment method */
557
555
  export declare const marketplaceCustomerUpdatePaymentMethod: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdPaymentMethod.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
558
- /** Get a list of currently active llm models. */
559
- export declare const miscGetLlmModelsExperimental: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalLlmModels.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalLlmModels.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalLlmModels.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalLlmModels.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalLlmModels.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalLlmModels.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalLlmModels.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalLlmModels.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalLlmModels.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
560
556
  /** Getting the subscription status of the subscription. */
561
557
  export declare const newsletterGetInfo: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
562
558
  /** Unsubscribe a user from the mStudio newsletter. */
@@ -597,10 +593,6 @@ export declare const pageinsightsScheduleStrace: OpenAPIOperation<RequestType<Si
597
593
  export declare const passwordValidationGetPasswordPolicy: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2PasswordPoliciesPasswordPolicy.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2PasswordPoliciesPasswordPolicy.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2PasswordPoliciesPasswordPolicy.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2PasswordPoliciesPasswordPolicy.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2PasswordPoliciesPasswordPolicy.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2PasswordPoliciesPasswordPolicy.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
598
594
  /** Accept a ProjectInvite. */
599
595
  export declare const projectAcceptProjectInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsAccept.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsAccept.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsAccept.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsAccept.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsAccept.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsAccept.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsAccept.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsAccept.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsAccept.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsAccept.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
600
- /** Get a list of already created llm licences. */
601
- export declare const projectGetLlmLicencesExperimental: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
602
- /** Creates a new llm beta Licence for a project. Will be purged on end of beta. */
603
- export declare const projectCreateLlmBetaLicenceExperimental: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicences.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
604
596
  /** List Invites belonging to a Project. */
605
597
  export declare const projectListInvitesForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
606
598
  /** Create a ProjectInvite. */
@@ -641,10 +633,6 @@ export declare const projectFileSystemGetFileContent: OpenAPIOperation<RequestTy
641
633
  export declare const projectFileSystemGetJwt: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$502.Content.ApplicationJson>, 502, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json">>;
642
634
  /** Get a Project file's information. */
643
635
  export declare const projectFileSystemListFiles: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$502.Content.ApplicationJson>, 502, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
644
- /** Get a licence of a project. */
645
- export declare const projectGetLlmLicenceExperimental: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
646
- /** Update a llm Licence for a project. */
647
- export declare const projectUpdateLlmLicenceExperimental: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExperimentalProjectsProjectIdLlmLicencesLicenceId.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
648
636
  /** Get a ProjectInvite by token. */
649
637
  export declare const projectGetProjectTokenInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
650
638
  /** Get the executing user's membership in a Project. */
@@ -298,10 +298,6 @@ export declare namespace MittwaldAPIV2 {
298
298
  type RequestData = InferredRequestData<typeof descriptors.contractGetDetailOfContract>;
299
299
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetDetailOfContract, TStatus>;
300
300
  }
301
- namespace ContractGetNextTerminationDateForItem {
302
- type RequestData = InferredRequestData<typeof descriptors.contractGetNextTerminationDateForItem>;
303
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractGetNextTerminationDateForItem, TStatus>;
304
- }
305
301
  namespace ContractListContracts {
306
302
  type RequestData = InferredRequestData<typeof descriptors.contractListContracts>;
307
303
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractListContracts, TStatus>;
@@ -1106,10 +1102,6 @@ export declare namespace MittwaldAPIV2 {
1106
1102
  type RequestData = InferredRequestData<typeof descriptors.marketplaceCustomerUpdatePaymentMethod>;
1107
1103
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.marketplaceCustomerUpdatePaymentMethod, TStatus>;
1108
1104
  }
1109
- namespace MiscGetLlmModelsExperimental {
1110
- type RequestData = InferredRequestData<typeof descriptors.miscGetLlmModelsExperimental>;
1111
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.miscGetLlmModelsExperimental, TStatus>;
1112
- }
1113
1105
  namespace NewsletterGetInfo {
1114
1106
  type RequestData = InferredRequestData<typeof descriptors.newsletterGetInfo>;
1115
1107
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.newsletterGetInfo, TStatus>;
@@ -1190,14 +1182,6 @@ export declare namespace MittwaldAPIV2 {
1190
1182
  type RequestData = InferredRequestData<typeof descriptors.projectAcceptProjectInvite>;
1191
1183
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectAcceptProjectInvite, TStatus>;
1192
1184
  }
1193
- namespace ProjectGetLlmLicencesExperimental {
1194
- type RequestData = InferredRequestData<typeof descriptors.projectGetLlmLicencesExperimental>;
1195
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectGetLlmLicencesExperimental, TStatus>;
1196
- }
1197
- namespace ProjectCreateLlmBetaLicenceExperimental {
1198
- type RequestData = InferredRequestData<typeof descriptors.projectCreateLlmBetaLicenceExperimental>;
1199
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectCreateLlmBetaLicenceExperimental, TStatus>;
1200
- }
1201
1185
  namespace ProjectListInvitesForProject {
1202
1186
  type RequestData = InferredRequestData<typeof descriptors.projectListInvitesForProject>;
1203
1187
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectListInvitesForProject, TStatus>;
@@ -1278,14 +1262,6 @@ export declare namespace MittwaldAPIV2 {
1278
1262
  type RequestData = InferredRequestData<typeof descriptors.projectFileSystemListFiles>;
1279
1263
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectFileSystemListFiles, TStatus>;
1280
1264
  }
1281
- namespace ProjectGetLlmLicenceExperimental {
1282
- type RequestData = InferredRequestData<typeof descriptors.projectGetLlmLicenceExperimental>;
1283
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectGetLlmLicenceExperimental, TStatus>;
1284
- }
1285
- namespace ProjectUpdateLlmLicenceExperimental {
1286
- type RequestData = InferredRequestData<typeof descriptors.projectUpdateLlmLicenceExperimental>;
1287
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectUpdateLlmLicenceExperimental, TStatus>;
1288
- }
1289
1265
  namespace ProjectGetProjectTokenInvite {
1290
1266
  type RequestData = InferredRequestData<typeof descriptors.projectGetProjectTokenInvite>;
1291
1267
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectGetProjectTokenInvite, TStatus>;
@@ -1702,7 +1678,9 @@ export declare namespace MittwaldAPIV2 {
1702
1678
  id: string;
1703
1679
  installationPath: string;
1704
1680
  linkedDatabases?: MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[];
1705
- processes?: string[];
1681
+ lockedBy?: {
1682
+ [k: string]: MittwaldAPIV2.Components.Schemas.AppLockPurpose;
1683
+ };
1706
1684
  projectId?: string;
1707
1685
  screenshotId?: string;
1708
1686
  screenshotRef?: string;
@@ -5061,6 +5039,10 @@ export declare namespace MittwaldAPIV2 {
5061
5039
  name: string;
5062
5040
  value: string;
5063
5041
  }
5042
+ /**
5043
+ * LockPurpose describes why a given AppInstallation is locked from deletion.
5044
+ */
5045
+ type AppLockPurpose = "unspecified" | "copy";
5064
5046
  interface CommonsAddress {
5065
5047
  street: string;
5066
5048
  houseNumber: string;
@@ -5391,6 +5373,13 @@ export declare namespace MittwaldAPIV2 {
5391
5373
  }
5392
5374
  }
5393
5375
  }
5376
+ namespace $412 {
5377
+ namespace Content {
5378
+ interface ApplicationJson {
5379
+ [k: string]: unknown;
5380
+ }
5381
+ }
5382
+ }
5394
5383
  namespace $429 {
5395
5384
  namespace Content {
5396
5385
  interface ApplicationJson {
@@ -9061,56 +9050,6 @@ export declare namespace MittwaldAPIV2 {
9061
9050
  }
9062
9051
  }
9063
9052
  }
9064
- namespace V2ContractsContractIdItemsContractItemIdNextTerminationDates {
9065
- namespace Get {
9066
- namespace Parameters {
9067
- type Path = {
9068
- contractId: string;
9069
- contractItemId: string;
9070
- };
9071
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9072
- type Query = {};
9073
- }
9074
- namespace Responses {
9075
- namespace $200 {
9076
- namespace Content {
9077
- interface ApplicationJson {
9078
- contractItemId: string;
9079
- nextTerminationDate: string;
9080
- }
9081
- }
9082
- }
9083
- namespace $400 {
9084
- namespace Content {
9085
- interface ApplicationJson {
9086
- [k: string]: unknown;
9087
- }
9088
- }
9089
- }
9090
- namespace $404 {
9091
- namespace Content {
9092
- interface ApplicationJson {
9093
- [k: string]: unknown;
9094
- }
9095
- }
9096
- }
9097
- namespace $429 {
9098
- namespace Content {
9099
- interface ApplicationJson {
9100
- [k: string]: unknown;
9101
- }
9102
- }
9103
- }
9104
- namespace Default {
9105
- namespace Content {
9106
- interface ApplicationJson {
9107
- [k: string]: unknown;
9108
- }
9109
- }
9110
- }
9111
- }
9112
- }
9113
- }
9114
9053
  namespace V2CustomersCustomerIdContracts {
9115
9054
  namespace Get {
9116
9055
  namespace Parameters {
@@ -16710,6 +16649,13 @@ export declare namespace MittwaldAPIV2 {
16710
16649
  }
16711
16650
  }
16712
16651
  }
16652
+ namespace $412 {
16653
+ namespace Content {
16654
+ interface ApplicationJson {
16655
+ [k: string]: unknown;
16656
+ }
16657
+ }
16658
+ }
16713
16659
  namespace $429 {
16714
16660
  namespace Content {
16715
16661
  interface ApplicationJson {
@@ -17679,6 +17625,8 @@ export declare namespace MittwaldAPIV2 {
17679
17625
  limit?: number;
17680
17626
  skip?: number;
17681
17627
  page?: number;
17628
+ sort?: "invoiceNumber"[];
17629
+ order?: ("asc" | "desc")[];
17682
17630
  };
17683
17631
  }
17684
17632
  namespace Responses {
@@ -19521,58 +19469,6 @@ export declare namespace MittwaldAPIV2 {
19521
19469
  }
19522
19470
  }
19523
19471
  }
19524
- namespace V2LlmModels { }
19525
- namespace V2ExperimentalLlmModels {
19526
- namespace Get {
19527
- namespace Parameters {
19528
- type Path = {};
19529
- type Header = {};
19530
- type Query = {};
19531
- }
19532
- namespace Responses {
19533
- namespace $200 {
19534
- namespace Content {
19535
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.LlmlocksmithModel[];
19536
- }
19537
- }
19538
- namespace $400 {
19539
- namespace Content {
19540
- interface ApplicationJson {
19541
- [k: string]: unknown;
19542
- }
19543
- }
19544
- }
19545
- namespace $403 {
19546
- namespace Content {
19547
- interface ApplicationJson {
19548
- [k: string]: unknown;
19549
- }
19550
- }
19551
- }
19552
- namespace $404 {
19553
- namespace Content {
19554
- interface ApplicationJson {
19555
- [k: string]: unknown;
19556
- }
19557
- }
19558
- }
19559
- namespace $429 {
19560
- namespace Content {
19561
- interface ApplicationJson {
19562
- [k: string]: unknown;
19563
- }
19564
- }
19565
- }
19566
- namespace Default {
19567
- namespace Content {
19568
- interface ApplicationJson {
19569
- [k: string]: unknown;
19570
- }
19571
- }
19572
- }
19573
- }
19574
- }
19575
- }
19576
19472
  namespace V2NewsletterSubscriptionsSelf {
19577
19473
  namespace Get {
19578
19474
  namespace Parameters {
@@ -20452,128 +20348,6 @@ export declare namespace MittwaldAPIV2 {
20452
20348
  }
20453
20349
  }
20454
20350
  }
20455
- namespace V2ExperimentalProjectsProjectIdLlmLicences {
20456
- namespace Get {
20457
- namespace Parameters {
20458
- type Path = {
20459
- projectId: string;
20460
- };
20461
- type Header = {};
20462
- type Query = {};
20463
- }
20464
- namespace Responses {
20465
- namespace $200 {
20466
- namespace Content {
20467
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.LlmlocksmithLicence[];
20468
- }
20469
- }
20470
- namespace $400 {
20471
- namespace Content {
20472
- interface ApplicationJson {
20473
- [k: string]: unknown;
20474
- }
20475
- }
20476
- }
20477
- namespace $403 {
20478
- namespace Content {
20479
- interface ApplicationJson {
20480
- [k: string]: unknown;
20481
- }
20482
- }
20483
- }
20484
- namespace $404 {
20485
- namespace Content {
20486
- interface ApplicationJson {
20487
- [k: string]: unknown;
20488
- }
20489
- }
20490
- }
20491
- namespace $429 {
20492
- namespace Content {
20493
- interface ApplicationJson {
20494
- [k: string]: unknown;
20495
- }
20496
- }
20497
- }
20498
- namespace Default {
20499
- namespace Content {
20500
- interface ApplicationJson {
20501
- [k: string]: unknown;
20502
- }
20503
- }
20504
- }
20505
- }
20506
- }
20507
- namespace Post {
20508
- namespace Parameters {
20509
- type Path = {
20510
- projectId: string;
20511
- };
20512
- interface RequestBody {
20513
- createWebuiContainer?: boolean;
20514
- name: string;
20515
- }
20516
- type Header = {};
20517
- type Query = {};
20518
- }
20519
- namespace Responses {
20520
- namespace $201 {
20521
- namespace Content {
20522
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.LlmlocksmithLicence;
20523
- }
20524
- }
20525
- namespace $400 {
20526
- namespace Content {
20527
- interface ApplicationJson {
20528
- [k: string]: unknown;
20529
- }
20530
- }
20531
- }
20532
- namespace $403 {
20533
- namespace Content {
20534
- interface ApplicationJson {
20535
- [k: string]: unknown;
20536
- }
20537
- }
20538
- }
20539
- namespace $404 {
20540
- namespace Content {
20541
- interface ApplicationJson {
20542
- [k: string]: unknown;
20543
- }
20544
- }
20545
- }
20546
- namespace $409 {
20547
- namespace Content {
20548
- interface ApplicationJson {
20549
- [k: string]: unknown;
20550
- }
20551
- }
20552
- }
20553
- namespace $412 {
20554
- namespace Content {
20555
- interface ApplicationJson {
20556
- [k: string]: unknown;
20557
- }
20558
- }
20559
- }
20560
- namespace $429 {
20561
- namespace Content {
20562
- interface ApplicationJson {
20563
- [k: string]: unknown;
20564
- }
20565
- }
20566
- }
20567
- namespace Default {
20568
- namespace Content {
20569
- interface ApplicationJson {
20570
- [k: string]: unknown;
20571
- }
20572
- }
20573
- }
20574
- }
20575
- }
20576
- }
20577
20351
  namespace V2ProjectProjectIdInvites { }
20578
20352
  namespace V2ProjectsProjectIdInvites {
20579
20353
  namespace Get {
@@ -21538,132 +21312,6 @@ export declare namespace MittwaldAPIV2 {
21538
21312
  }
21539
21313
  }
21540
21314
  }
21541
- namespace V2ProjectsProjectIdLlmLicencesLicenceId { }
21542
- namespace V2ExperimentalProjectsProjectIdLlmLicencesLicenceId {
21543
- namespace Get {
21544
- namespace Parameters {
21545
- type Path = {
21546
- projectId: string;
21547
- licenceId: string;
21548
- };
21549
- type Header = {};
21550
- type Query = {};
21551
- }
21552
- namespace Responses {
21553
- namespace $200 {
21554
- namespace Content {
21555
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.LlmlocksmithLicence;
21556
- }
21557
- }
21558
- namespace $400 {
21559
- namespace Content {
21560
- interface ApplicationJson {
21561
- [k: string]: unknown;
21562
- }
21563
- }
21564
- }
21565
- namespace $403 {
21566
- namespace Content {
21567
- interface ApplicationJson {
21568
- [k: string]: unknown;
21569
- }
21570
- }
21571
- }
21572
- namespace $404 {
21573
- namespace Content {
21574
- interface ApplicationJson {
21575
- [k: string]: unknown;
21576
- }
21577
- }
21578
- }
21579
- namespace $429 {
21580
- namespace Content {
21581
- interface ApplicationJson {
21582
- [k: string]: unknown;
21583
- }
21584
- }
21585
- }
21586
- namespace Default {
21587
- namespace Content {
21588
- interface ApplicationJson {
21589
- [k: string]: unknown;
21590
- }
21591
- }
21592
- }
21593
- }
21594
- }
21595
- namespace Put {
21596
- namespace Parameters {
21597
- type Path = {
21598
- projectId: string;
21599
- licenceId: string;
21600
- };
21601
- interface RequestBody {
21602
- createWebuiContainer?: boolean;
21603
- name?: string;
21604
- }
21605
- type Header = {};
21606
- type Query = {};
21607
- }
21608
- namespace Responses {
21609
- namespace $200 {
21610
- namespace Content {
21611
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.LlmlocksmithLicence;
21612
- }
21613
- }
21614
- namespace $400 {
21615
- namespace Content {
21616
- interface ApplicationJson {
21617
- [k: string]: unknown;
21618
- }
21619
- }
21620
- }
21621
- namespace $403 {
21622
- namespace Content {
21623
- interface ApplicationJson {
21624
- [k: string]: unknown;
21625
- }
21626
- }
21627
- }
21628
- namespace $404 {
21629
- namespace Content {
21630
- interface ApplicationJson {
21631
- [k: string]: unknown;
21632
- }
21633
- }
21634
- }
21635
- namespace $409 {
21636
- namespace Content {
21637
- interface ApplicationJson {
21638
- [k: string]: unknown;
21639
- }
21640
- }
21641
- }
21642
- namespace $412 {
21643
- namespace Content {
21644
- interface ApplicationJson {
21645
- [k: string]: unknown;
21646
- }
21647
- }
21648
- }
21649
- namespace $429 {
21650
- namespace Content {
21651
- interface ApplicationJson {
21652
- [k: string]: unknown;
21653
- }
21654
- }
21655
- }
21656
- namespace Default {
21657
- namespace Content {
21658
- interface ApplicationJson {
21659
- [k: string]: unknown;
21660
- }
21661
- }
21662
- }
21663
- }
21664
- }
21665
- }
21666
- namespace V2CustomersProjectsProjectIdLlmLicences { }
21667
21315
  namespace V2ProjectTokenInvite {
21668
21316
  namespace Get {
21669
21317
  namespace Parameters {
@@ -25967,5 +25615,6 @@ export declare namespace MittwaldAPIV2 {
25967
25615
  }
25968
25616
  }
25969
25617
  }
25618
+ namespace V2ContractsContractIdItemsContractItemIdNextTerminationDates { }
25970
25619
  }
25971
25620
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.176.0';
1
+ export declare const MittwaldAPIClientVersion = '4.178.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.177.0",
3
+ "version": "4.179.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": "5c0f3c609a7dd0104da90226e37a33be30335c29"
83
+ "gitHead": "cd7f62759315638673f27c47ab7c96560bfc6176"
84
84
  }