@mittwald/api-client 4.443.0 → 4.446.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.
- package/dist/esm/generated/v2/client-react.js +4 -4
- package/dist/esm/generated/v2/client.js +7 -7
- package/dist/esm/generated/v2/descriptors.js +11 -11
- package/dist/esm/generated/v3-next/client-react.js +4 -4
- package/dist/esm/generated/v3-next/client.js +7 -7
- package/dist/esm/generated/v3-next/descriptors.js +11 -11
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +14 -14
- package/dist/types/generated/v2/client.d.ts +67 -65
- package/dist/types/generated/v2/descriptors.d.ts +7 -7
- package/dist/types/generated/v2/types.d.ts +50 -45
- package/dist/types/generated/v3-next/client-react.d.ts +14 -14
- package/dist/types/generated/v3-next/client.d.ts +67 -65
- package/dist/types/generated/v3-next/descriptors.d.ts +7 -7
- package/dist/types/generated/v3-next/types.d.ts +50 -45
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -47,8 +47,6 @@ export declare const appUninstallAppinstallation: OpenAPIOperation<RequestType<S
|
|
|
47
47
|
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.$400.Content.ApplicationJson>, 400, "application/json"> | 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">>;
|
|
48
48
|
/** Get an AppVersion. */
|
|
49
49
|
export declare const appGetAppversion: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
50
|
-
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
51
|
-
export declare const appGetInstalledSystemsoftwareForAppinstallation: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
52
50
|
/** Get the missing requirements of an appInstallation for a specific target AppVersion. */
|
|
53
51
|
export declare const appGetMissingDependenciesForAppinstallation: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdMissingDependencies.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdMissingDependencies.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdMissingDependencies.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdMissingDependencies.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdMissingDependencies.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdMissingDependencies.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdMissingDependencies.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
54
52
|
/** Get a SystemSoftware. */
|
|
@@ -113,7 +111,7 @@ export declare const backupGetProjectBackupDirectories: OpenAPIOperation<Request
|
|
|
113
111
|
export declare const backupRequestProjectBackupRestore: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestore.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestore.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestore.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestore.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestore.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestore.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestore.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestore.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestore.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestore.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
114
112
|
/** Add a template component to a Stack. */
|
|
115
113
|
export declare const containerAddTemplateComponent: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
116
|
-
/** Call pull-image webhook */
|
|
114
|
+
/** Call a Service pull-image webhook. */
|
|
117
115
|
export declare const containerCallPullImageWebhookForService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
118
116
|
/** List Registries belonging to a Project. */
|
|
119
117
|
export declare const containerListRegistries: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRegistries.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRegistries.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRegistries.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRegistries.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRegistries.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRegistries.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRegistries.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRegistries.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRegistries.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -163,13 +161,13 @@ export declare const containerListStackVolumes: OpenAPIOperation<RequestType<Sim
|
|
|
163
161
|
export declare const containerListTemplates: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplates.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplates.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplates.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplates.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplates.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplates.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplates.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplates.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
164
162
|
/** List Volumes belonging to a Project. */
|
|
165
163
|
export declare const containerListVolumes: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdVolumes.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdVolumes.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdVolumes.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdVolumes.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdVolumes.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdVolumes.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdVolumes.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdVolumes.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdVolumes.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
166
|
-
/** Pull image and recreate */
|
|
164
|
+
/** Pull a Service image and recreate. */
|
|
167
165
|
export declare const containerPullImageForService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
168
166
|
/** Recreate a Service. */
|
|
169
167
|
export declare const containerRecreateService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
170
168
|
/** Restart a started Service. */
|
|
171
169
|
export declare const containerRestartService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
172
|
-
/** Create or rotate pull-image webhook token */
|
|
170
|
+
/** Create or rotate a Service pull-image webhook token. */
|
|
173
171
|
export declare const containerRotatePullImageWebhookForService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
174
172
|
/** Start a stopped Service. */
|
|
175
173
|
export declare const containerStartService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -621,7 +619,7 @@ export declare const leadfyndrRemoveUnlockedLeadReservation: OpenAPIOperation<Re
|
|
|
621
619
|
export declare const licenseGetLicense: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseId.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
622
620
|
/** List Licenses belonging to a Project. */
|
|
623
621
|
export declare const licenseListLicensesForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLicenses.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLicenses.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLicenses.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLicenses.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLicenses.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLicenses.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLicenses.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLicenses.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLicenses.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
624
|
-
/**
|
|
622
|
+
/** Rotate a License's key, i.e. revoke the old and generate a new one. */
|
|
625
623
|
export declare const licenseRotateLicenseKey: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
626
624
|
/** Validate a License's key for a project. */
|
|
627
625
|
export declare const licenseValidateLicenseKeyForProject: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -727,7 +725,7 @@ export declare const projectDeleteProjectAvatar: OpenAPIOperation<RequestType<Si
|
|
|
727
725
|
export declare const projectGetProjectInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
728
726
|
/** Delete a ProjectInvite. */
|
|
729
727
|
export declare const projectDeleteProjectInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
730
|
-
/** Get a ProjectMembership */
|
|
728
|
+
/** Get a ProjectMembership. */
|
|
731
729
|
export declare const projectGetProjectMembership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
732
730
|
/** Delete a ProjectMembership. */
|
|
733
731
|
export declare const projectDeleteProjectMembership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -937,3 +935,5 @@ export declare const verificationDetectPhishingEmail: OpenAPIOperation<RequestTy
|
|
|
937
935
|
export declare const verificationVerifyAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
938
936
|
/** Check if a company exists. */
|
|
939
937
|
export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
938
|
+
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
939
|
+
export declare const appGetAppInstallationSystemSoftware: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -90,10 +90,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
90
90
|
type RequestData = InferredRequestData<typeof descriptors.appGetAppversion>;
|
|
91
91
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetAppversion, TStatus>;
|
|
92
92
|
}
|
|
93
|
-
namespace AppGetInstalledSystemsoftwareForAppinstallation {
|
|
94
|
-
type RequestData = InferredRequestData<typeof descriptors.appGetInstalledSystemsoftwareForAppinstallation>;
|
|
95
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetInstalledSystemsoftwareForAppinstallation, TStatus>;
|
|
96
|
-
}
|
|
97
93
|
namespace AppGetMissingDependenciesForAppinstallation {
|
|
98
94
|
type RequestData = InferredRequestData<typeof descriptors.appGetMissingDependenciesForAppinstallation>;
|
|
99
95
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetMissingDependenciesForAppinstallation, TStatus>;
|
|
@@ -1870,6 +1866,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1870
1866
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1871
1867
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1872
1868
|
}
|
|
1869
|
+
namespace AppGetAppInstallationSystemSoftware {
|
|
1870
|
+
type RequestData = InferredRequestData<typeof descriptors.appGetAppInstallationSystemSoftware>;
|
|
1871
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetAppInstallationSystemSoftware, TStatus>;
|
|
1872
|
+
}
|
|
1873
1873
|
}
|
|
1874
1874
|
namespace Components {
|
|
1875
1875
|
namespace Schemas {
|
|
@@ -3515,6 +3515,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3515
3515
|
emailAddress?: string;
|
|
3516
3516
|
firstName?: string;
|
|
3517
3517
|
lastName?: string;
|
|
3518
|
+
/**
|
|
3519
|
+
* German electronic invoicing routing ID (XRechnung). Only allowed for public authorities and requires a company.
|
|
3520
|
+
*/
|
|
3521
|
+
leitwegId?: string;
|
|
3518
3522
|
phoneNumbers?: string[];
|
|
3519
3523
|
salutation: MittwaldAPIV2.Components.Schemas.CommonsSalutation;
|
|
3520
3524
|
title?: string;
|
|
@@ -8512,47 +8516,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8512
8516
|
}
|
|
8513
8517
|
}
|
|
8514
8518
|
}
|
|
8515
|
-
namespace V2AppInstallationsAppInstallationIdSystemSoftware {
|
|
8516
|
-
namespace Get {
|
|
8517
|
-
namespace Parameters {
|
|
8518
|
-
type Path = {
|
|
8519
|
-
appInstallationId: string;
|
|
8520
|
-
};
|
|
8521
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8522
|
-
type Query = {
|
|
8523
|
-
tagFilter?: string;
|
|
8524
|
-
};
|
|
8525
|
-
}
|
|
8526
|
-
namespace Responses {
|
|
8527
|
-
namespace $200 {
|
|
8528
|
-
namespace Content {
|
|
8529
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppSystemSoftware[];
|
|
8530
|
-
}
|
|
8531
|
-
}
|
|
8532
|
-
namespace $404 {
|
|
8533
|
-
namespace Content {
|
|
8534
|
-
interface ApplicationJson {
|
|
8535
|
-
[k: string]: unknown;
|
|
8536
|
-
}
|
|
8537
|
-
}
|
|
8538
|
-
}
|
|
8539
|
-
namespace $429 {
|
|
8540
|
-
namespace Content {
|
|
8541
|
-
interface ApplicationJson {
|
|
8542
|
-
[k: string]: unknown;
|
|
8543
|
-
}
|
|
8544
|
-
}
|
|
8545
|
-
}
|
|
8546
|
-
namespace Default {
|
|
8547
|
-
namespace Content {
|
|
8548
|
-
interface ApplicationJson {
|
|
8549
|
-
[k: string]: unknown;
|
|
8550
|
-
}
|
|
8551
|
-
}
|
|
8552
|
-
}
|
|
8553
|
-
}
|
|
8554
|
-
}
|
|
8555
|
-
}
|
|
8519
|
+
namespace V2AppInstallationsAppInstallationIdSystemSoftware { }
|
|
8556
8520
|
namespace V2AppinstallationsAppInstallationIdMissingDependencies { }
|
|
8557
8521
|
namespace V2AppInstallationsAppInstallationIdMissingDependencies {
|
|
8558
8522
|
namespace Get {
|
|
@@ -31393,5 +31357,46 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31393
31357
|
}
|
|
31394
31358
|
}
|
|
31395
31359
|
}
|
|
31360
|
+
namespace V2AppInstallationsAppInstallationIdSystemSoftware {
|
|
31361
|
+
namespace Get {
|
|
31362
|
+
namespace Parameters {
|
|
31363
|
+
type Path = {
|
|
31364
|
+
appInstallationId: string;
|
|
31365
|
+
};
|
|
31366
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
31367
|
+
type Query = {
|
|
31368
|
+
tagFilter?: string;
|
|
31369
|
+
};
|
|
31370
|
+
}
|
|
31371
|
+
namespace Responses {
|
|
31372
|
+
namespace $200 {
|
|
31373
|
+
namespace Content {
|
|
31374
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppSystemSoftware[];
|
|
31375
|
+
}
|
|
31376
|
+
}
|
|
31377
|
+
namespace $404 {
|
|
31378
|
+
namespace Content {
|
|
31379
|
+
interface ApplicationJson {
|
|
31380
|
+
[k: string]: unknown;
|
|
31381
|
+
}
|
|
31382
|
+
}
|
|
31383
|
+
}
|
|
31384
|
+
namespace $429 {
|
|
31385
|
+
namespace Content {
|
|
31386
|
+
interface ApplicationJson {
|
|
31387
|
+
[k: string]: unknown;
|
|
31388
|
+
}
|
|
31389
|
+
}
|
|
31390
|
+
}
|
|
31391
|
+
namespace Default {
|
|
31392
|
+
namespace Content {
|
|
31393
|
+
interface ApplicationJson {
|
|
31394
|
+
[k: string]: unknown;
|
|
31395
|
+
}
|
|
31396
|
+
}
|
|
31397
|
+
}
|
|
31398
|
+
}
|
|
31399
|
+
}
|
|
31400
|
+
}
|
|
31396
31401
|
}
|
|
31397
31402
|
}
|
|
@@ -189,18 +189,6 @@ declare const buildAppApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
189
189
|
systemSoftwareDependencies?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftwareDependency[] | undefined;
|
|
190
190
|
userInputs?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppUserInput[] | undefined;
|
|
191
191
|
}>;
|
|
192
|
-
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
193
|
-
getInstalledSystemsoftwareForAppinstallation: (conf: {
|
|
194
|
-
appInstallationId: string;
|
|
195
|
-
headers?: {
|
|
196
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
197
|
-
"x-access-token"?: string | undefined;
|
|
198
|
-
} | undefined;
|
|
199
|
-
queryParameters?: {
|
|
200
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
201
|
-
tagFilter?: string | undefined;
|
|
202
|
-
} | undefined;
|
|
203
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftware[]>;
|
|
204
192
|
/** Get the missing requirements of an appInstallation for a specific target AppVersion. */
|
|
205
193
|
getMissingDependenciesForAppinstallation: (conf: {
|
|
206
194
|
queryParameters: {
|
|
@@ -358,6 +346,18 @@ declare const buildAppApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
358
346
|
state: "running" | "stopped" | "exited";
|
|
359
347
|
uptimeSeconds?: number | undefined;
|
|
360
348
|
}>;
|
|
349
|
+
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
350
|
+
getAppInstallationSystemSoftware: (conf: {
|
|
351
|
+
appInstallationId: string;
|
|
352
|
+
headers?: {
|
|
353
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
354
|
+
"x-access-token"?: string | undefined;
|
|
355
|
+
} | undefined;
|
|
356
|
+
queryParameters?: {
|
|
357
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
358
|
+
tagFilter?: string | undefined;
|
|
359
|
+
} | undefined;
|
|
360
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftware[]>;
|
|
361
361
|
};
|
|
362
362
|
declare const buildArticleApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
363
363
|
/** Get an Article. */
|
|
@@ -512,7 +512,7 @@ declare const buildBackupApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
512
512
|
}>;
|
|
513
513
|
};
|
|
514
514
|
declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
515
|
-
/** Call pull-image webhook */
|
|
515
|
+
/** Call a Service pull-image webhook. */
|
|
516
516
|
callPullImageWebhookForService: (conf: {
|
|
517
517
|
queryParameters: {
|
|
518
518
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -3365,7 +3365,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
3365
3365
|
projectId: string;
|
|
3366
3366
|
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectRoles;
|
|
3367
3367
|
}>;
|
|
3368
|
-
/** Get a ProjectMembership */
|
|
3368
|
+
/** Get a ProjectMembership. */
|
|
3369
3369
|
getProjectMembership: (conf: {
|
|
3370
3370
|
projectMembershipId: string;
|
|
3371
3371
|
headers?: {
|
|
@@ -1369,66 +1369,6 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
1369
1369
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1370
1370
|
[x: string]: unknown;
|
|
1371
1371
|
}, 429, "application/json">>>;
|
|
1372
|
-
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
1373
|
-
getInstalledSystemsoftwareForAppinstallation: (request: {
|
|
1374
|
-
appInstallationId: string;
|
|
1375
|
-
headers?: {
|
|
1376
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1377
|
-
"x-access-token"?: string | undefined;
|
|
1378
|
-
} | undefined;
|
|
1379
|
-
queryParameters?: {
|
|
1380
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1381
|
-
tagFilter?: string | undefined;
|
|
1382
|
-
} | undefined;
|
|
1383
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1384
|
-
headers?: Partial<{
|
|
1385
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1386
|
-
}>;
|
|
1387
|
-
} & {
|
|
1388
|
-
pathParameters: {
|
|
1389
|
-
appInstallationId: string;
|
|
1390
|
-
};
|
|
1391
|
-
} & {
|
|
1392
|
-
queryParameters: {
|
|
1393
|
-
tagFilter?: string | undefined;
|
|
1394
|
-
} & Partial<{
|
|
1395
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1396
|
-
}>;
|
|
1397
|
-
} & {
|
|
1398
|
-
headers: {
|
|
1399
|
-
"x-access-token"?: string | undefined;
|
|
1400
|
-
} & Partial<{
|
|
1401
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1402
|
-
}>;
|
|
1403
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftware[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1404
|
-
[x: string]: unknown;
|
|
1405
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1406
|
-
[x: string]: unknown;
|
|
1407
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1408
|
-
headers?: Partial<{
|
|
1409
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1410
|
-
}>;
|
|
1411
|
-
} & {
|
|
1412
|
-
pathParameters: {
|
|
1413
|
-
appInstallationId: string;
|
|
1414
|
-
};
|
|
1415
|
-
} & {
|
|
1416
|
-
queryParameters: {
|
|
1417
|
-
tagFilter?: string | undefined;
|
|
1418
|
-
} & Partial<{
|
|
1419
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1420
|
-
}>;
|
|
1421
|
-
} & {
|
|
1422
|
-
headers: {
|
|
1423
|
-
"x-access-token"?: string | undefined;
|
|
1424
|
-
} & Partial<{
|
|
1425
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1426
|
-
}>;
|
|
1427
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftware[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1428
|
-
[x: string]: unknown;
|
|
1429
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1430
|
-
[x: string]: unknown;
|
|
1431
|
-
}, 429, "application/json">>>;
|
|
1432
1372
|
/** Get the missing requirements of an appInstallation for a specific target AppVersion. */
|
|
1433
1373
|
getMissingDependenciesForAppinstallation: (request: {
|
|
1434
1374
|
queryParameters: {
|
|
@@ -2238,6 +2178,66 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
2238
2178
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2239
2179
|
[x: string]: unknown;
|
|
2240
2180
|
}, 429, "application/json">>>;
|
|
2181
|
+
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
2182
|
+
getAppInstallationSystemSoftware: (request: {
|
|
2183
|
+
appInstallationId: string;
|
|
2184
|
+
headers?: {
|
|
2185
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2186
|
+
"x-access-token"?: string | undefined;
|
|
2187
|
+
} | undefined;
|
|
2188
|
+
queryParameters?: {
|
|
2189
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2190
|
+
tagFilter?: string | undefined;
|
|
2191
|
+
} | undefined;
|
|
2192
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2193
|
+
headers?: Partial<{
|
|
2194
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2195
|
+
}>;
|
|
2196
|
+
} & {
|
|
2197
|
+
pathParameters: {
|
|
2198
|
+
appInstallationId: string;
|
|
2199
|
+
};
|
|
2200
|
+
} & {
|
|
2201
|
+
queryParameters: {
|
|
2202
|
+
tagFilter?: string | undefined;
|
|
2203
|
+
} & Partial<{
|
|
2204
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2205
|
+
}>;
|
|
2206
|
+
} & {
|
|
2207
|
+
headers: {
|
|
2208
|
+
"x-access-token"?: string | undefined;
|
|
2209
|
+
} & Partial<{
|
|
2210
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2211
|
+
}>;
|
|
2212
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftware[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2213
|
+
[x: string]: unknown;
|
|
2214
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2215
|
+
[x: string]: unknown;
|
|
2216
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2217
|
+
headers?: Partial<{
|
|
2218
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2219
|
+
}>;
|
|
2220
|
+
} & {
|
|
2221
|
+
pathParameters: {
|
|
2222
|
+
appInstallationId: string;
|
|
2223
|
+
};
|
|
2224
|
+
} & {
|
|
2225
|
+
queryParameters: {
|
|
2226
|
+
tagFilter?: string | undefined;
|
|
2227
|
+
} & Partial<{
|
|
2228
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2229
|
+
}>;
|
|
2230
|
+
} & {
|
|
2231
|
+
headers: {
|
|
2232
|
+
"x-access-token"?: string | undefined;
|
|
2233
|
+
} & Partial<{
|
|
2234
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2235
|
+
}>;
|
|
2236
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldAppSystemSoftware[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2237
|
+
[x: string]: unknown;
|
|
2238
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2239
|
+
[x: string]: unknown;
|
|
2240
|
+
}, 429, "application/json">>>;
|
|
2241
2241
|
};
|
|
2242
2242
|
/** The article API allows you to read article information. */
|
|
2243
2243
|
readonly article: {
|
|
@@ -3484,7 +3484,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
3484
3484
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3485
3485
|
[x: string]: unknown;
|
|
3486
3486
|
}, 500, "application/json">>>;
|
|
3487
|
-
/** Call pull-image webhook */
|
|
3487
|
+
/** Call a Service pull-image webhook. */
|
|
3488
3488
|
callPullImageWebhookForService: (request: {
|
|
3489
3489
|
queryParameters: {
|
|
3490
3490
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -5604,7 +5604,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
5604
5604
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5605
5605
|
[x: string]: unknown;
|
|
5606
5606
|
}, 500, "application/json">>>;
|
|
5607
|
-
/** Pull image and recreate */
|
|
5607
|
+
/** Pull a Service image and recreate. */
|
|
5608
5608
|
pullImageForService: (request: {
|
|
5609
5609
|
stackId: string;
|
|
5610
5610
|
serviceId: string;
|
|
@@ -5809,7 +5809,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
5809
5809
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5810
5810
|
[x: string]: unknown;
|
|
5811
5811
|
}, 500, "application/json">>>;
|
|
5812
|
-
/** Create or rotate pull-image webhook token */
|
|
5812
|
+
/** Create or rotate a Service pull-image webhook token. */
|
|
5813
5813
|
rotatePullImageWebhookForService: (request: {
|
|
5814
5814
|
stackId: string;
|
|
5815
5815
|
serviceId: string;
|
|
@@ -14605,6 +14605,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
14605
14605
|
emailAddress?: string | undefined;
|
|
14606
14606
|
firstName?: string | undefined;
|
|
14607
14607
|
lastName?: string | undefined;
|
|
14608
|
+
leitwegId?: string | undefined;
|
|
14608
14609
|
phoneNumbers?: string[] | undefined;
|
|
14609
14610
|
title?: string | undefined;
|
|
14610
14611
|
useFormalTerm?: boolean | undefined;
|
|
@@ -15286,6 +15287,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
15286
15287
|
emailAddress?: string | undefined;
|
|
15287
15288
|
firstName?: string | undefined;
|
|
15288
15289
|
lastName?: string | undefined;
|
|
15290
|
+
leitwegId?: string | undefined;
|
|
15289
15291
|
phoneNumbers?: string[] | undefined;
|
|
15290
15292
|
title?: string | undefined;
|
|
15291
15293
|
useFormalTerm?: boolean | undefined;
|
|
@@ -26979,7 +26981,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
26979
26981
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26980
26982
|
[x: string]: unknown;
|
|
26981
26983
|
}, 500, "application/json">>>;
|
|
26982
|
-
/**
|
|
26984
|
+
/** Rotate a License's key, i.e. revoke the old and generate a new one. */
|
|
26983
26985
|
rotateLicenseKey: (request: {
|
|
26984
26986
|
licenseId: string;
|
|
26985
26987
|
data?: {
|
|
@@ -28129,7 +28131,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
28129
28131
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
28130
28132
|
[x: string]: unknown;
|
|
28131
28133
|
}, 429, "application/json">>>;
|
|
28132
|
-
/** Get a ProjectMembership */
|
|
28134
|
+
/** Get a ProjectMembership. */
|
|
28133
28135
|
getProjectMembership: (request: {
|
|
28134
28136
|
projectMembershipId: string;
|
|
28135
28137
|
headers?: {
|