@mittwald/api-client 3.1.47 → 3.1.48
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/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +23 -23
- package/dist/react.d.mts +17 -13
- package/dist/react.d.ts +17 -13
- package/dist/react.mjs +13 -13
- package/dist/shared/{api-client.858a0957.d.mts → api-client.267b0403.d.mts} +376 -365
- package/dist/shared/{api-client.858a0957.d.ts → api-client.267b0403.d.ts} +376 -365
- package/dist/shared/{api-client.416bac64.mjs → api-client.de1cb2a7.mjs} +7 -7
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -49,50 +49,50 @@ interface OpenAPIOperation<TIgnoredRequest extends AnyRequest = RequestType, Ign
|
|
|
49
49
|
type InferredResponseType<TOp> = TOp extends OpenAPIOperation<RequestType, infer TRes> ? TRes : never;
|
|
50
50
|
type ResponsePromise<TOp extends OpenAPIOperation> = Promise<InferredResponseType<TOp>>;
|
|
51
51
|
|
|
52
|
-
/**
|
|
52
|
+
/** Trigger a runtime action belonging to an AppInstallation. */
|
|
53
53
|
declare const appExecuteAction: OpenAPIOperation$1<RequestType$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsAction.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsAction.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsAction.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsAction.Post.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsAction.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsAction.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsAction.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
54
|
-
/** Get
|
|
54
|
+
/** Get an App. */
|
|
55
55
|
declare const appGetApp: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
56
|
-
/** Get
|
|
56
|
+
/** Get an AppInstallation. */
|
|
57
57
|
declare const appGetAppinstallation: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
58
|
-
/**
|
|
58
|
+
/** Trigger an uninstallation process for an AppInstallation. */
|
|
59
59
|
declare const appUninstallAppinstallation: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
60
|
-
/**
|
|
60
|
+
/** Update properties belonging to an AppInstallation. */
|
|
61
61
|
declare const appPatchAppinstallation: OpenAPIOperation$1<RequestType$1<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$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
62
|
-
/** Get
|
|
62
|
+
/** Get an AppVersion. */
|
|
63
63
|
declare const appGetAppversion: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
64
64
|
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
65
65
|
declare const appGetInstalledSystemsoftwareForAppinstallation: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
66
66
|
/** Get the missing requirements of an appInstallation for a specific target AppVersion. */
|
|
67
67
|
declare const appGetMissingDependenciesForAppinstallation: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdMissingDependencies.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdMissingDependencies.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdMissingDependencies.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdMissingDependencies.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdMissingDependencies.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdMissingDependencies.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
68
|
-
/** Get a
|
|
68
|
+
/** Get a SystemSoftware. */
|
|
69
69
|
declare const appGetSystemsoftware: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwaresSystemSoftwareId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwaresSystemSoftwareId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwaresSystemSoftwareId.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2SystemSoftwaresSystemSoftwareId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2SystemSoftwaresSystemSoftwareId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2SystemSoftwaresSystemSoftwareId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
70
|
-
/** Get a
|
|
70
|
+
/** Get a SystemSoftwareVersion. */
|
|
71
71
|
declare const appGetSystemsoftwareversion: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
72
|
-
/** Create linkage between an
|
|
72
|
+
/** Create linkage between an AppInstallation and a MySQLDatabase. */
|
|
73
73
|
declare const appLinkDatabase: OpenAPIOperation$1<RequestType$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabase.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabase.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabase.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabase.Patch.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabase.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabase.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabase.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
74
|
-
/**
|
|
74
|
+
/** List AppInstallations belonging to a Project. */
|
|
75
75
|
declare const appListAppinstallations: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
76
|
-
/** Request
|
|
76
|
+
/** Request an AppInstallation. */
|
|
77
77
|
declare const appRequestAppinstallation: OpenAPIOperation$1<RequestType$1<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Post.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
78
|
-
/**
|
|
78
|
+
/** List Apps. */
|
|
79
79
|
declare const appListApps: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Apps.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Apps.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Apps.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2Apps.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2Apps.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
80
|
-
/**
|
|
80
|
+
/** List AppVersions belonging to an App. */
|
|
81
81
|
declare const appListAppversions: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersions.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersions.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersions.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersions.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersions.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
82
|
-
/**
|
|
82
|
+
/** List SystemSoftwares. */
|
|
83
83
|
declare const appListSystemsoftwares: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwares.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwares.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwares.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2SystemSoftwares.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2SystemSoftwares.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
84
|
-
/**
|
|
84
|
+
/** List SystemSoftwareVersions belonging to a SystemSoftware. */
|
|
85
85
|
declare const appListSystemsoftwareversions: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersions.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersions.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersions.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersions.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersions.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
86
|
-
/**
|
|
86
|
+
/** List update candidates belonging to an AppVersion. */
|
|
87
87
|
declare const appListUpdateCandidatesForAppversion: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
88
|
-
/** Request a copy of an
|
|
89
|
-
declare const appRequestAppinstallationCopy: OpenAPIOperation$1<RequestType$1<Simplify<MittwaldAPIV2.Paths.
|
|
90
|
-
/** Get runtime status
|
|
88
|
+
/** Request a copy of an AppInstallation. */
|
|
89
|
+
declare const appRequestAppinstallationCopy: OpenAPIOperation$1<RequestType$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsCopy.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsCopy.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsCopy.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsCopy.Post.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsCopy.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsCopy.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsCopy.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
90
|
+
/** Get runtime status belonging to an AppInstallation. */
|
|
91
91
|
declare const appRetrieveStatus: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdStatus.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdStatus.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdStatus.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdStatus.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdStatus.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdStatus.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
92
|
-
/**
|
|
93
|
-
declare const appSetDatabaseUsers: OpenAPIOperation$1<RequestType$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
94
|
-
/** Remove linkage between an `AppInstallation` and a `Database`. */
|
|
92
|
+
/** Remove linkage between an AppInstallation and a Database. */
|
|
95
93
|
declare const appUnlinkDatabase: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
94
|
+
/** Create linkage between an AppInstallation and DatabaseUsers. */
|
|
95
|
+
declare const appSetDatabaseUsers: OpenAPIOperation$1<RequestType$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
96
96
|
/** Get an Article. */
|
|
97
97
|
declare const articleGetArticle: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
98
98
|
/** List Articles. */
|
|
@@ -732,14 +732,14 @@ declare namespace MittwaldAPIV2 {
|
|
|
732
732
|
type RequestData = InferredRequestData<typeof appRetrieveStatus>;
|
|
733
733
|
type ResponseData<TStatus extends HttpStatus$1 = 200> = InferredResponseData<typeof appRetrieveStatus, TStatus>;
|
|
734
734
|
}
|
|
735
|
-
namespace AppSetDatabaseUsers {
|
|
736
|
-
type RequestData = InferredRequestData<typeof appSetDatabaseUsers>;
|
|
737
|
-
type ResponseData<TStatus extends HttpStatus$1 = 200> = InferredResponseData<typeof appSetDatabaseUsers, TStatus>;
|
|
738
|
-
}
|
|
739
735
|
namespace AppUnlinkDatabase {
|
|
740
736
|
type RequestData = InferredRequestData<typeof appUnlinkDatabase>;
|
|
741
737
|
type ResponseData<TStatus extends HttpStatus$1 = 200> = InferredResponseData<typeof appUnlinkDatabase, TStatus>;
|
|
742
738
|
}
|
|
739
|
+
namespace AppSetDatabaseUsers {
|
|
740
|
+
type RequestData = InferredRequestData<typeof appSetDatabaseUsers>;
|
|
741
|
+
type ResponseData<TStatus extends HttpStatus$1 = 200> = InferredResponseData<typeof appSetDatabaseUsers, TStatus>;
|
|
742
|
+
}
|
|
743
743
|
namespace ArticleGetArticle {
|
|
744
744
|
type RequestData = InferredRequestData<typeof articleGetArticle>;
|
|
745
745
|
type ResponseData<TStatus extends HttpStatus$1 = 200> = InferredResponseData<typeof articleGetArticle, TStatus>;
|
|
@@ -1856,15 +1856,12 @@ declare namespace MittwaldAPIV2 {
|
|
|
1856
1856
|
namespace Components {
|
|
1857
1857
|
namespace Schemas {
|
|
1858
1858
|
/**
|
|
1859
|
-
* An
|
|
1859
|
+
* An Action is a string that describes a runtime concerning action which can be executed on an AppInstallation or an App can be capable of.
|
|
1860
1860
|
*/
|
|
1861
1861
|
type AppAction = "start" | "stop" | "restart";
|
|
1862
|
-
/**
|
|
1863
|
-
* `ActionCapabilities` is an array that contains supported actions of an `App`.
|
|
1864
|
-
*/
|
|
1865
1862
|
type AppActionCapabilities = MittwaldAPIV2.Components.Schemas.AppAction[];
|
|
1866
1863
|
/**
|
|
1867
|
-
* An
|
|
1864
|
+
* An App is to be understood as a manifest for AppInstallations. E.g. 'WordPress' only exists inside our ecosystem, because there is an App -Manifest for it.
|
|
1868
1865
|
*/
|
|
1869
1866
|
interface AppApp {
|
|
1870
1867
|
actionCapabilities?: MittwaldAPIV2.Components.Schemas.AppActionCapabilities;
|
|
@@ -1873,7 +1870,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
1873
1870
|
tags: string[];
|
|
1874
1871
|
}
|
|
1875
1872
|
/**
|
|
1876
|
-
*
|
|
1873
|
+
* AppInstallationStatus describes the overall runtime status of an AppInstallation.
|
|
1877
1874
|
*/
|
|
1878
1875
|
interface AppAppInstallationStatus {
|
|
1879
1876
|
lastExitCode?: number;
|
|
@@ -1891,11 +1888,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
1891
1888
|
upgradeImage: MittwaldAPIV2.Components.Schemas.AppAppJobImage;
|
|
1892
1889
|
}
|
|
1893
1890
|
/**
|
|
1894
|
-
*
|
|
1891
|
+
* AppUpdatePolicy describes which updates should be applied automatically by our systems.
|
|
1895
1892
|
*/
|
|
1896
1893
|
type AppAppUpdatePolicy = "none" | "patchLevel" | "all";
|
|
1897
1894
|
/**
|
|
1898
|
-
* An
|
|
1895
|
+
* An AppInstallation is a concrete manifestation of an App in a specific AppVersion.
|
|
1899
1896
|
*/
|
|
1900
1897
|
interface AppAppInstallation {
|
|
1901
1898
|
appId: string;
|
|
@@ -1916,11 +1913,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
1916
1913
|
userInputs?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
1917
1914
|
}
|
|
1918
1915
|
/**
|
|
1919
|
-
* The
|
|
1916
|
+
* The AppInstallationLifecycle can be used to express a specific point in the AppInstallation Lifecycle, e.g. while installing a new AppInstallation.
|
|
1920
1917
|
*/
|
|
1921
1918
|
type AppAppInstallationLifecycle = "installation" | "update" | "reconfigure";
|
|
1922
1919
|
/**
|
|
1923
|
-
* An
|
|
1920
|
+
* An AppVersion is an officially supported version of an App, containing the necessary and recommended configuration und dependencies.
|
|
1924
1921
|
*/
|
|
1925
1922
|
interface AppAppVersion {
|
|
1926
1923
|
breakingNote?: MittwaldAPIV2.Components.Schemas.AppBreakingNote;
|
|
@@ -1936,13 +1933,13 @@ declare namespace MittwaldAPIV2 {
|
|
|
1936
1933
|
userInputs?: MittwaldAPIV2.Components.Schemas.AppUserInput[];
|
|
1937
1934
|
}
|
|
1938
1935
|
/**
|
|
1939
|
-
* A
|
|
1936
|
+
* A BreakingNote is a hint that something serious has changed in the AppVersion containing it, so an automatic update is not possible.
|
|
1940
1937
|
*/
|
|
1941
1938
|
interface AppBreakingNote {
|
|
1942
1939
|
faqLink: string;
|
|
1943
1940
|
}
|
|
1944
1941
|
/**
|
|
1945
|
-
* A
|
|
1942
|
+
* A DatabaseDependency is a generic description of need for a database, used by AppVersions.
|
|
1946
1943
|
*/
|
|
1947
1944
|
interface AppDatabaseDependency {
|
|
1948
1945
|
description: string;
|
|
@@ -1957,7 +1954,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
1957
1954
|
type: string;
|
|
1958
1955
|
}
|
|
1959
1956
|
/**
|
|
1960
|
-
*
|
|
1957
|
+
* InstalledSystemSoftware describes the currently configured and installed SystemSoftwareVersion of a SystemSoftware besides the desired SystemSoftwareUpdatePolicy inside an AppInstallation.
|
|
1961
1958
|
*/
|
|
1962
1959
|
interface AppInstalledSystemSoftware {
|
|
1963
1960
|
systemSoftwareId: string;
|
|
@@ -1965,7 +1962,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
1965
1962
|
updatePolicy: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy;
|
|
1966
1963
|
}
|
|
1967
1964
|
/**
|
|
1968
|
-
*
|
|
1965
|
+
* LinkedDatabase is a reference to a concrete Database and DatabaseUsers.
|
|
1969
1966
|
*/
|
|
1970
1967
|
interface AppLinkedDatabase {
|
|
1971
1968
|
databaseId: string;
|
|
@@ -1976,7 +1973,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
1976
1973
|
purpose: "primary" | "cache" | "custom";
|
|
1977
1974
|
}
|
|
1978
1975
|
/**
|
|
1979
|
-
*
|
|
1976
|
+
* RequestHandlerRequirement describes the necessary properties to internally resolve the request handler or process to start.
|
|
1980
1977
|
*/
|
|
1981
1978
|
interface AppRequestHandlerRequirement {
|
|
1982
1979
|
exampleValues?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
@@ -1985,25 +1982,25 @@ declare namespace MittwaldAPIV2 {
|
|
|
1985
1982
|
parametersTemplate: string;
|
|
1986
1983
|
}
|
|
1987
1984
|
/**
|
|
1988
|
-
* A
|
|
1985
|
+
* A SavedUserInput is an entered value for a desired UserInput of an AppVersion or SystemSoftwareVersion.
|
|
1989
1986
|
*/
|
|
1990
1987
|
interface AppSavedUserInput {
|
|
1991
1988
|
name: string;
|
|
1992
1989
|
value: string;
|
|
1993
1990
|
}
|
|
1994
1991
|
/**
|
|
1995
|
-
* A
|
|
1992
|
+
* A SystemSoftwareDependency is a description of a need for a specific SystemSoftware in a semver versionRange.
|
|
1996
1993
|
*/
|
|
1997
1994
|
interface AppSystemSoftwareDependency {
|
|
1998
1995
|
systemSoftwareId: string;
|
|
1999
1996
|
versionRange: string;
|
|
2000
1997
|
}
|
|
2001
1998
|
/**
|
|
2002
|
-
*
|
|
1999
|
+
* SystemSoftwareUpdatePolicy describes which updates should be applied automatically by our systems.
|
|
2003
2000
|
*/
|
|
2004
2001
|
type AppSystemSoftwareUpdatePolicy = "none" | "inheritedFromApp" | "patchLevel" | "all";
|
|
2005
2002
|
/**
|
|
2006
|
-
* A
|
|
2003
|
+
* A SystemSoftware is a software that can be installed for an AppInstallation but mostly is not itself externally reachable and/or deliverable.
|
|
2007
2004
|
*/
|
|
2008
2005
|
interface AppSystemSoftware {
|
|
2009
2006
|
id: string;
|
|
@@ -2014,7 +2011,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
2014
2011
|
tags: string[];
|
|
2015
2012
|
}
|
|
2016
2013
|
/**
|
|
2017
|
-
* A
|
|
2014
|
+
* A SystemSoftwareVersion is an officially supported version of a SystemSoftware, containing the necessary and recommended configuration und dependencies.
|
|
2018
2015
|
*/
|
|
2019
2016
|
interface AppSystemSoftwareVersion {
|
|
2020
2017
|
externalVersion: string;
|
|
@@ -2025,7 +2022,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
2025
2022
|
userInputs?: MittwaldAPIV2.Components.Schemas.AppUserInput[];
|
|
2026
2023
|
}
|
|
2027
2024
|
/**
|
|
2028
|
-
* A
|
|
2025
|
+
* A UserInput is a description of an information which cannot be determined or estimated by mittwald, but has to be given by the person who is requesting an AppInstallation or SystemSoftware.
|
|
2029
2026
|
*/
|
|
2030
2027
|
interface AppUserInput {
|
|
2031
2028
|
/**
|
|
@@ -2045,15 +2042,15 @@ declare namespace MittwaldAPIV2 {
|
|
|
2045
2042
|
validationSchema: string;
|
|
2046
2043
|
}
|
|
2047
2044
|
/**
|
|
2048
|
-
*
|
|
2045
|
+
* UserInputDataType is an enum, describing the possible data types of a UserInput.
|
|
2049
2046
|
*/
|
|
2050
2047
|
type AppUserInputDataType = "text" | "number" | "boolean" | "select";
|
|
2051
2048
|
/**
|
|
2052
|
-
*
|
|
2049
|
+
* UserInputFormat is an enum, describing the possible data formats of a UserInput, the given values can be validated against.
|
|
2053
2050
|
*/
|
|
2054
2051
|
type AppUserInputFormat = "email" | "password" | "url";
|
|
2055
2052
|
/**
|
|
2056
|
-
*
|
|
2053
|
+
* UserInputPositionMeta is a utility information, helping to position the UserInput properly on the frontend.
|
|
2057
2054
|
*/
|
|
2058
2055
|
interface AppUserInputPositionMeta {
|
|
2059
2056
|
index?: number;
|
|
@@ -2061,7 +2058,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
2061
2058
|
step?: string;
|
|
2062
2059
|
}
|
|
2063
2060
|
/**
|
|
2064
|
-
*
|
|
2061
|
+
* VersionStatus describes the current and desired version of something like the AppVersion of an AppInstallation. If diverging, an internal process is going to assert, the current value will be aligned.
|
|
2065
2062
|
*/
|
|
2066
2063
|
interface AppVersionStatus {
|
|
2067
2064
|
current?: string;
|
|
@@ -2839,6 +2836,10 @@ declare namespace MittwaldAPIV2 {
|
|
|
2839
2836
|
*/
|
|
2840
2837
|
type: string;
|
|
2841
2838
|
}
|
|
2839
|
+
interface FileFileType {
|
|
2840
|
+
extensions: string[];
|
|
2841
|
+
mimeType: string;
|
|
2842
|
+
}
|
|
2842
2843
|
interface FileFileUploadRules {
|
|
2843
2844
|
fileTypes: MittwaldAPIV2.Components.Schemas.FileFileType[];
|
|
2844
2845
|
maxSizeInKB: number;
|
|
@@ -3756,10 +3757,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
3756
3757
|
location?: MittwaldAPIV2.Components.Schemas.SignupLocation;
|
|
3757
3758
|
tokenId: string;
|
|
3758
3759
|
}
|
|
3759
|
-
interface FileFileType {
|
|
3760
|
-
extensions: string[];
|
|
3761
|
-
mimeType: string;
|
|
3762
|
-
}
|
|
3763
3760
|
interface CommonsAddress {
|
|
3764
3761
|
street: string;
|
|
3765
3762
|
houseNumber: string;
|
|
@@ -4406,7 +4403,9 @@ declare namespace MittwaldAPIV2 {
|
|
|
4406
4403
|
appId: string;
|
|
4407
4404
|
};
|
|
4408
4405
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
4409
|
-
type Query = {
|
|
4406
|
+
type Query = {
|
|
4407
|
+
recommended?: boolean;
|
|
4408
|
+
};
|
|
4410
4409
|
}
|
|
4411
4410
|
namespace Responses {
|
|
4412
4411
|
namespace $200 {
|
|
@@ -4506,12 +4505,12 @@ declare namespace MittwaldAPIV2 {
|
|
|
4506
4505
|
}
|
|
4507
4506
|
}
|
|
4508
4507
|
}
|
|
4509
|
-
namespace
|
|
4510
|
-
namespace
|
|
4508
|
+
namespace V2AppinstallationsAppInstallationIdActionsCopy { }
|
|
4509
|
+
namespace V2AppInstallationsAppInstallationIdActionsCopy {
|
|
4511
4510
|
namespace Post {
|
|
4512
4511
|
namespace Parameters {
|
|
4513
4512
|
type Path = {
|
|
4514
|
-
|
|
4513
|
+
appInstallationId: string;
|
|
4515
4514
|
};
|
|
4516
4515
|
interface RequestBody {
|
|
4517
4516
|
description: string;
|
|
@@ -4578,19 +4577,13 @@ declare namespace MittwaldAPIV2 {
|
|
|
4578
4577
|
}
|
|
4579
4578
|
}
|
|
4580
4579
|
}
|
|
4581
|
-
namespace V2AppinstallationsAppInstallationIdDatabasesDatabaseId { }
|
|
4582
4580
|
namespace V2AppInstallationsAppInstallationIdDatabasesDatabaseId {
|
|
4583
|
-
namespace
|
|
4581
|
+
namespace Delete {
|
|
4584
4582
|
namespace Parameters {
|
|
4585
4583
|
type Path = {
|
|
4586
4584
|
appInstallationId: string;
|
|
4587
4585
|
databaseId: string;
|
|
4588
4586
|
};
|
|
4589
|
-
interface RequestBody {
|
|
4590
|
-
databaseUserIds: {
|
|
4591
|
-
[k: string]: string;
|
|
4592
|
-
};
|
|
4593
|
-
}
|
|
4594
4587
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
4595
4588
|
type Query = {};
|
|
4596
4589
|
}
|
|
@@ -4616,12 +4609,20 @@ declare namespace MittwaldAPIV2 {
|
|
|
4616
4609
|
}
|
|
4617
4610
|
}
|
|
4618
4611
|
}
|
|
4619
|
-
|
|
4612
|
+
}
|
|
4613
|
+
namespace V2AppinstallationsAppInstallationIdDatabasesDatabaseId { }
|
|
4614
|
+
namespace V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers {
|
|
4615
|
+
namespace Put {
|
|
4620
4616
|
namespace Parameters {
|
|
4621
4617
|
type Path = {
|
|
4622
4618
|
appInstallationId: string;
|
|
4623
4619
|
databaseId: string;
|
|
4624
4620
|
};
|
|
4621
|
+
interface RequestBody {
|
|
4622
|
+
databaseUserIds: {
|
|
4623
|
+
[k: string]: string;
|
|
4624
|
+
};
|
|
4625
|
+
}
|
|
4625
4626
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
4626
4627
|
type Query = {};
|
|
4627
4628
|
}
|
|
@@ -16035,7 +16036,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
16035
16036
|
declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
16036
16037
|
/** The App API allows you to manage your apps within a project, and all the system softwares that are installed as dependencies. */
|
|
16037
16038
|
readonly app: {
|
|
16038
|
-
/**
|
|
16039
|
+
/** Trigger a runtime action belonging to an AppInstallation. */
|
|
16039
16040
|
executeAction: (request: {
|
|
16040
16041
|
appInstallationId: string;
|
|
16041
16042
|
action: MittwaldAPIV2.Components.Schemas.AppAction;
|
|
@@ -16054,7 +16055,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16054
16055
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16055
16056
|
[x: string]: unknown;
|
|
16056
16057
|
}, 404, "application/json">>>;
|
|
16057
|
-
/** Get
|
|
16058
|
+
/** Get an App. */
|
|
16058
16059
|
getApp: (request: {
|
|
16059
16060
|
appId: string;
|
|
16060
16061
|
headers?: {
|
|
@@ -16074,7 +16075,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16074
16075
|
"x-access-token"?: string | undefined;
|
|
16075
16076
|
} & Partial<{
|
|
16076
16077
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16077
|
-
}>;
|
|
16078
|
+
}>;
|
|
16078
16079
|
}, Response<{
|
|
16079
16080
|
actionCapabilities?: MittwaldAPIV2.Components.Schemas.AppActionCapabilities | undefined;
|
|
16080
16081
|
id: string;
|
|
@@ -16083,7 +16084,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16083
16084
|
}, 200, "application/json"> | Response<{
|
|
16084
16085
|
[x: string]: unknown;
|
|
16085
16086
|
}, 404, "application/json">>>;
|
|
16086
|
-
/** Get
|
|
16087
|
+
/** Get an AppInstallation. */
|
|
16087
16088
|
getAppinstallation: (request: {
|
|
16088
16089
|
appInstallationId: string;
|
|
16089
16090
|
headers?: {
|
|
@@ -16103,7 +16104,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16103
16104
|
"x-access-token"?: string | undefined;
|
|
16104
16105
|
} & Partial<{
|
|
16105
16106
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16106
|
-
}>;
|
|
16107
|
+
}>;
|
|
16107
16108
|
}, Response<{
|
|
16108
16109
|
appId: string;
|
|
16109
16110
|
appVersion: MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
@@ -16124,7 +16125,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16124
16125
|
}, 200, "application/json"> | Response<{
|
|
16125
16126
|
[x: string]: unknown;
|
|
16126
16127
|
}, 404, "application/json">>>;
|
|
16127
|
-
/**
|
|
16128
|
+
/** Trigger an uninstallation process for an AppInstallation. */
|
|
16128
16129
|
uninstallAppinstallation: (request: {
|
|
16129
16130
|
appInstallationId: string;
|
|
16130
16131
|
headers?: {
|
|
@@ -16144,11 +16145,11 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16144
16145
|
"x-access-token"?: string | undefined;
|
|
16145
16146
|
} & Partial<{
|
|
16146
16147
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16147
|
-
}>;
|
|
16148
|
+
}>;
|
|
16148
16149
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16149
16150
|
[x: string]: unknown;
|
|
16150
16151
|
}, 404, "application/json">>>;
|
|
16151
|
-
/**
|
|
16152
|
+
/** Update properties belonging to an AppInstallation. */
|
|
16152
16153
|
patchAppinstallation: (request: {
|
|
16153
16154
|
appInstallationId: string;
|
|
16154
16155
|
data?: {
|
|
@@ -16192,7 +16193,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16192
16193
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16193
16194
|
[x: string]: unknown;
|
|
16194
16195
|
}, 404, "application/json">>>;
|
|
16195
|
-
/** Get
|
|
16196
|
+
/** Get an AppVersion. */
|
|
16196
16197
|
getAppversion: (request: {
|
|
16197
16198
|
appId: string;
|
|
16198
16199
|
appVersionId: string;
|
|
@@ -16214,7 +16215,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16214
16215
|
"x-access-token"?: string | undefined;
|
|
16215
16216
|
} & Partial<{
|
|
16216
16217
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16217
|
-
}>;
|
|
16218
|
+
}>;
|
|
16218
16219
|
}, Response<{
|
|
16219
16220
|
breakingNote?: MittwaldAPIV2.Components.Schemas.AppBreakingNote | undefined;
|
|
16220
16221
|
databases?: MittwaldAPIV2.Components.Schemas.AppDatabaseDependency[] | undefined;
|
|
@@ -16260,7 +16261,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16260
16261
|
"x-access-token"?: string | undefined;
|
|
16261
16262
|
} & Partial<{
|
|
16262
16263
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16263
|
-
}>;
|
|
16264
|
+
}>;
|
|
16264
16265
|
}, Response<MittwaldAPIV2.Components.Schemas.AppSystemSoftware[], 200, "application/json"> | Response<{
|
|
16265
16266
|
[x: string]: unknown;
|
|
16266
16267
|
}, 404, "application/json">>>;
|
|
@@ -16293,14 +16294,14 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16293
16294
|
"x-access-token"?: string | undefined;
|
|
16294
16295
|
} & Partial<{
|
|
16295
16296
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16296
|
-
}>;
|
|
16297
|
+
}>;
|
|
16297
16298
|
}, Response<{
|
|
16298
16299
|
missingSystemSoftwareDependencies?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareDependency[] | undefined;
|
|
16299
16300
|
missingUserInputs?: MittwaldAPIV2.Components.Schemas.AppUserInput[] | undefined;
|
|
16300
16301
|
}, 200, "application/json"> | Response<{
|
|
16301
16302
|
[x: string]: unknown;
|
|
16302
16303
|
}, 404, "application/json">>>;
|
|
16303
|
-
/** Get a
|
|
16304
|
+
/** Get a SystemSoftware. */
|
|
16304
16305
|
getSystemsoftware: (request: {
|
|
16305
16306
|
systemSoftwareId: string;
|
|
16306
16307
|
headers?: {
|
|
@@ -16320,7 +16321,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16320
16321
|
"x-access-token"?: string | undefined;
|
|
16321
16322
|
} & Partial<{
|
|
16322
16323
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16323
|
-
}>;
|
|
16324
|
+
}>;
|
|
16324
16325
|
}, Response<{
|
|
16325
16326
|
id: string;
|
|
16326
16327
|
meta?: {
|
|
@@ -16331,7 +16332,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16331
16332
|
}, 200, "application/json"> | Response<{
|
|
16332
16333
|
[x: string]: unknown;
|
|
16333
16334
|
}, 404, "application/json">>>;
|
|
16334
|
-
/** Get a
|
|
16335
|
+
/** Get a SystemSoftwareVersion. */
|
|
16335
16336
|
getSystemsoftwareversion: (request: {
|
|
16336
16337
|
systemSoftwareId: string;
|
|
16337
16338
|
systemSoftwareVersionId: string;
|
|
@@ -16353,7 +16354,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16353
16354
|
"x-access-token"?: string | undefined;
|
|
16354
16355
|
} & Partial<{
|
|
16355
16356
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16356
|
-
}>;
|
|
16357
|
+
}>;
|
|
16357
16358
|
}, Response<{
|
|
16358
16359
|
externalVersion: string;
|
|
16359
16360
|
id: string;
|
|
@@ -16364,7 +16365,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16364
16365
|
}, 200, "application/json"> | Response<{
|
|
16365
16366
|
[x: string]: unknown;
|
|
16366
16367
|
}, 404, "application/json">>>;
|
|
16367
|
-
/** Create linkage between an
|
|
16368
|
+
/** Create linkage between an AppInstallation and a MySQLDatabase. */
|
|
16368
16369
|
linkDatabase: (request: {
|
|
16369
16370
|
data: {
|
|
16370
16371
|
databaseId: string;
|
|
@@ -16399,11 +16400,11 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16399
16400
|
"x-access-token"?: string | undefined;
|
|
16400
16401
|
} & Partial<{
|
|
16401
16402
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16402
|
-
}>;
|
|
16403
|
+
}>;
|
|
16403
16404
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16404
16405
|
[x: string]: unknown;
|
|
16405
16406
|
}, 404, "application/json">>>;
|
|
16406
|
-
/**
|
|
16407
|
+
/** List AppInstallations belonging to a Project. */
|
|
16407
16408
|
listAppinstallations: (request: {
|
|
16408
16409
|
projectId: string;
|
|
16409
16410
|
headers?: {
|
|
@@ -16437,9 +16438,9 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16437
16438
|
"x-access-token"?: string | undefined;
|
|
16438
16439
|
} & Partial<{
|
|
16439
16440
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16440
|
-
}>;
|
|
16441
|
+
}>;
|
|
16441
16442
|
}, Response<MittwaldAPIV2.Components.Schemas.AppAppInstallation[], 200, "application/json">>>;
|
|
16442
|
-
/** Request
|
|
16443
|
+
/** Request an AppInstallation. */
|
|
16443
16444
|
requestAppinstallation: (request: {
|
|
16444
16445
|
data: {
|
|
16445
16446
|
appVersionId: string;
|
|
@@ -16471,7 +16472,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16471
16472
|
}, 201, "application/json"> | Response<{
|
|
16472
16473
|
[x: string]: unknown;
|
|
16473
16474
|
}, 404, "application/json">>>;
|
|
16474
|
-
/**
|
|
16475
|
+
/** List Apps. */
|
|
16475
16476
|
listApps: (request?: {
|
|
16476
16477
|
headers?: {
|
|
16477
16478
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -16500,15 +16501,19 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16500
16501
|
"x-access-token"?: string | undefined;
|
|
16501
16502
|
} & Partial<{
|
|
16502
16503
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16503
|
-
}>;
|
|
16504
|
+
}>;
|
|
16504
16505
|
}, Response<MittwaldAPIV2.Components.Schemas.AppApp[], 200, "application/json">>>;
|
|
16505
|
-
/**
|
|
16506
|
+
/** List AppVersions belonging to an App. */
|
|
16506
16507
|
listAppversions: (request: {
|
|
16507
16508
|
appId: string;
|
|
16508
16509
|
headers?: {
|
|
16509
16510
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16510
16511
|
"x-access-token"?: string | undefined;
|
|
16511
16512
|
} | undefined;
|
|
16513
|
+
queryParameters?: {
|
|
16514
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16515
|
+
recommended?: boolean | undefined;
|
|
16516
|
+
} | undefined;
|
|
16512
16517
|
}) => ResponsePromise<OpenAPIOperation<{
|
|
16513
16518
|
headers?: Partial<{
|
|
16514
16519
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -16517,14 +16522,20 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16517
16522
|
pathParameters: {
|
|
16518
16523
|
appId: string;
|
|
16519
16524
|
};
|
|
16525
|
+
} & {
|
|
16526
|
+
queryParameters: {
|
|
16527
|
+
recommended?: boolean | undefined;
|
|
16528
|
+
} & Partial<{
|
|
16529
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16530
|
+
}>;
|
|
16520
16531
|
} & {
|
|
16521
16532
|
headers: {
|
|
16522
16533
|
"x-access-token"?: string | undefined;
|
|
16523
16534
|
} & Partial<{
|
|
16524
16535
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16525
|
-
}>;
|
|
16536
|
+
}>;
|
|
16526
16537
|
}, Response<MittwaldAPIV2.Components.Schemas.AppAppVersion[], 200, "application/json">>>;
|
|
16527
|
-
/**
|
|
16538
|
+
/** List SystemSoftwares. */
|
|
16528
16539
|
listSystemsoftwares: (request?: {
|
|
16529
16540
|
headers?: {
|
|
16530
16541
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -16553,9 +16564,9 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16553
16564
|
"x-access-token"?: string | undefined;
|
|
16554
16565
|
} & Partial<{
|
|
16555
16566
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16556
|
-
}>;
|
|
16567
|
+
}>;
|
|
16557
16568
|
}, Response<MittwaldAPIV2.Components.Schemas.AppSystemSoftware[], 200, "application/json">>>;
|
|
16558
|
-
/**
|
|
16569
|
+
/** List SystemSoftwareVersions belonging to a SystemSoftware. */
|
|
16559
16570
|
listSystemsoftwareversions: (request: {
|
|
16560
16571
|
systemSoftwareId: string;
|
|
16561
16572
|
headers?: {
|
|
@@ -16585,9 +16596,9 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16585
16596
|
"x-access-token"?: string | undefined;
|
|
16586
16597
|
} & Partial<{
|
|
16587
16598
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16588
|
-
}>;
|
|
16599
|
+
}>;
|
|
16589
16600
|
}, Response<MittwaldAPIV2.Components.Schemas.AppSystemSoftwareVersion[], 200, "application/json">>>;
|
|
16590
|
-
/**
|
|
16601
|
+
/** List update candidates belonging to an AppVersion. */
|
|
16591
16602
|
listUpdateCandidatesForAppversion: (request: {
|
|
16592
16603
|
appId: string;
|
|
16593
16604
|
baseAppVersionId: string;
|
|
@@ -16609,15 +16620,15 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16609
16620
|
"x-access-token"?: string | undefined;
|
|
16610
16621
|
} & Partial<{
|
|
16611
16622
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16612
|
-
}>;
|
|
16623
|
+
}>;
|
|
16613
16624
|
}, Response<MittwaldAPIV2.Components.Schemas.AppAppVersion[], 200, "application/json">>>;
|
|
16614
|
-
/** Request a copy of an
|
|
16625
|
+
/** Request a copy of an AppInstallation. */
|
|
16615
16626
|
requestAppinstallationCopy: (request: {
|
|
16616
16627
|
data: {
|
|
16617
16628
|
description: string;
|
|
16618
16629
|
targetProjectId?: string | undefined;
|
|
16619
16630
|
};
|
|
16620
|
-
|
|
16631
|
+
appInstallationId: string;
|
|
16621
16632
|
headers?: {
|
|
16622
16633
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16623
16634
|
} | undefined;
|
|
@@ -16628,7 +16639,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16628
16639
|
};
|
|
16629
16640
|
} & {
|
|
16630
16641
|
pathParameters: {
|
|
16631
|
-
|
|
16642
|
+
appInstallationId: string;
|
|
16632
16643
|
};
|
|
16633
16644
|
} & {
|
|
16634
16645
|
headers?: Partial<{
|
|
@@ -16639,7 +16650,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16639
16650
|
}, 201, "application/json"> | Response<{
|
|
16640
16651
|
[x: string]: unknown;
|
|
16641
16652
|
}, 404, "application/json">>>;
|
|
16642
|
-
/** Get runtime status
|
|
16653
|
+
/** Get runtime status belonging to an AppInstallation. */
|
|
16643
16654
|
retrieveStatus: (request: {
|
|
16644
16655
|
appInstallationId: string;
|
|
16645
16656
|
headers?: {
|
|
@@ -16661,66 +16672,66 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16661
16672
|
}, 200, "application/json"> | Response<{
|
|
16662
16673
|
[x: string]: unknown;
|
|
16663
16674
|
}, 404, "application/json">>>;
|
|
16664
|
-
/**
|
|
16665
|
-
|
|
16675
|
+
/** Remove linkage between an AppInstallation and a Database. */
|
|
16676
|
+
unlinkDatabase: (request: {
|
|
16666
16677
|
appInstallationId: string;
|
|
16667
16678
|
databaseId: string;
|
|
16668
|
-
data?: {
|
|
16669
|
-
databaseUserIds: {
|
|
16670
|
-
[x: string]: string;
|
|
16671
|
-
};
|
|
16672
|
-
} | undefined;
|
|
16673
16679
|
headers?: {
|
|
16674
16680
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16675
16681
|
"x-access-token"?: string | undefined;
|
|
16676
16682
|
} | undefined;
|
|
16677
16683
|
}) => ResponsePromise<OpenAPIOperation<{
|
|
16678
|
-
|
|
16679
|
-
|
|
16680
|
-
|
|
16681
|
-
};
|
|
16682
|
-
};
|
|
16684
|
+
headers?: Partial<{
|
|
16685
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16686
|
+
}> | undefined;
|
|
16683
16687
|
} & {
|
|
16684
16688
|
pathParameters: {
|
|
16685
16689
|
appInstallationId: string;
|
|
16686
16690
|
databaseId: string;
|
|
16687
16691
|
};
|
|
16688
|
-
} & {
|
|
16689
|
-
headers?: Partial<{
|
|
16690
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16691
|
-
}> | undefined;
|
|
16692
16692
|
} & {
|
|
16693
16693
|
headers: {
|
|
16694
16694
|
"x-access-token"?: string | undefined;
|
|
16695
16695
|
} & Partial<{
|
|
16696
16696
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16697
|
-
}>;
|
|
16697
|
+
}>;
|
|
16698
16698
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16699
16699
|
[x: string]: unknown;
|
|
16700
16700
|
}, 404, "application/json">>>;
|
|
16701
|
-
/**
|
|
16702
|
-
|
|
16701
|
+
/** Create linkage between an AppInstallation and DatabaseUsers. */
|
|
16702
|
+
setDatabaseUsers: (request: {
|
|
16703
16703
|
appInstallationId: string;
|
|
16704
16704
|
databaseId: string;
|
|
16705
|
+
data?: {
|
|
16706
|
+
databaseUserIds: {
|
|
16707
|
+
[x: string]: string;
|
|
16708
|
+
};
|
|
16709
|
+
} | undefined;
|
|
16705
16710
|
headers?: {
|
|
16706
16711
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16707
16712
|
"x-access-token"?: string | undefined;
|
|
16708
16713
|
} | undefined;
|
|
16709
16714
|
}) => ResponsePromise<OpenAPIOperation<{
|
|
16710
|
-
|
|
16711
|
-
|
|
16712
|
-
|
|
16715
|
+
data: {
|
|
16716
|
+
databaseUserIds: {
|
|
16717
|
+
[k: string]: string;
|
|
16718
|
+
};
|
|
16719
|
+
};
|
|
16713
16720
|
} & {
|
|
16714
16721
|
pathParameters: {
|
|
16715
16722
|
appInstallationId: string;
|
|
16716
16723
|
databaseId: string;
|
|
16717
16724
|
};
|
|
16725
|
+
} & {
|
|
16726
|
+
headers?: Partial<{
|
|
16727
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16728
|
+
}> | undefined;
|
|
16718
16729
|
} & {
|
|
16719
16730
|
headers: {
|
|
16720
16731
|
"x-access-token"?: string | undefined;
|
|
16721
16732
|
} & Partial<{
|
|
16722
16733
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16723
|
-
}>;
|
|
16734
|
+
}>;
|
|
16724
16735
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16725
16736
|
[x: string]: unknown;
|
|
16726
16737
|
}, 404, "application/json">>>;
|
|
@@ -16844,7 +16855,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16844
16855
|
"x-access-token"?: string | undefined;
|
|
16845
16856
|
} & Partial<{
|
|
16846
16857
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16847
|
-
}>;
|
|
16858
|
+
}>;
|
|
16848
16859
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16849
16860
|
[x: string]: unknown;
|
|
16850
16861
|
}, 400, "application/json"> | Response<{
|
|
@@ -16872,7 +16883,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16872
16883
|
"x-access-token"?: string | undefined;
|
|
16873
16884
|
} & Partial<{
|
|
16874
16885
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16875
|
-
}>;
|
|
16886
|
+
}>;
|
|
16876
16887
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16877
16888
|
[x: string]: unknown;
|
|
16878
16889
|
}, 403, "application/json"> | Response<{
|
|
@@ -16898,7 +16909,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16898
16909
|
"x-access-token"?: string | undefined;
|
|
16899
16910
|
} & Partial<{
|
|
16900
16911
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16901
|
-
}>;
|
|
16912
|
+
}>;
|
|
16902
16913
|
}, Response<MittwaldAPIV2.Components.Schemas.BackupProjectBackupSchedule[], 200, "application/json">>>;
|
|
16903
16914
|
/** Create a BackupSchedule for a Project. */
|
|
16904
16915
|
createProjectBackupSchedule: (request: {
|
|
@@ -16931,7 +16942,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16931
16942
|
"x-access-token"?: string | undefined;
|
|
16932
16943
|
} & Partial<{
|
|
16933
16944
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16934
|
-
}>;
|
|
16945
|
+
}>;
|
|
16935
16946
|
}, Response<{
|
|
16936
16947
|
createdAt?: string | undefined;
|
|
16937
16948
|
description?: string | undefined;
|
|
@@ -16966,7 +16977,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16966
16977
|
"x-access-token"?: string | undefined;
|
|
16967
16978
|
} & Partial<{
|
|
16968
16979
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16969
|
-
}>;
|
|
16980
|
+
}>;
|
|
16970
16981
|
}, Response<MittwaldAPIV2.Components.Schemas.BackupProjectBackup[], 200, "application/json">>>;
|
|
16971
16982
|
/** Create a Backup of a Project. */
|
|
16972
16983
|
createProjectBackup: (request: {
|
|
@@ -16997,7 +17008,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16997
17008
|
"x-access-token"?: string | undefined;
|
|
16998
17009
|
} & Partial<{
|
|
16999
17010
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17000
|
-
}>;
|
|
17011
|
+
}>;
|
|
17001
17012
|
}, Response<{
|
|
17002
17013
|
createdAt?: string | undefined;
|
|
17003
17014
|
deletable: boolean;
|
|
@@ -17033,7 +17044,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17033
17044
|
"x-access-token"?: string | undefined;
|
|
17034
17045
|
} & Partial<{
|
|
17035
17046
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17036
|
-
}>;
|
|
17047
|
+
}>;
|
|
17037
17048
|
}, Response<{
|
|
17038
17049
|
createdAt?: string | undefined;
|
|
17039
17050
|
description?: string | undefined;
|
|
@@ -17068,7 +17079,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17068
17079
|
"x-access-token"?: string | undefined;
|
|
17069
17080
|
} & Partial<{
|
|
17070
17081
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17071
|
-
}>;
|
|
17082
|
+
}>;
|
|
17072
17083
|
}, Response<{}, 204, "empty"> | Response<{
|
|
17073
17084
|
[x: string]: unknown;
|
|
17074
17085
|
}, 403, "application/json"> | Response<{
|
|
@@ -17105,7 +17116,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17105
17116
|
"x-access-token"?: string | undefined;
|
|
17106
17117
|
} & Partial<{
|
|
17107
17118
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17108
|
-
}>;
|
|
17119
|
+
}>;
|
|
17109
17120
|
}, Response<{}, 204, "empty"> | Response<{
|
|
17110
17121
|
[x: string]: unknown;
|
|
17111
17122
|
}, 400, "application/json"> | Response<{
|
|
@@ -17133,7 +17144,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17133
17144
|
"x-access-token"?: string | undefined;
|
|
17134
17145
|
} & Partial<{
|
|
17135
17146
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17136
|
-
}>;
|
|
17147
|
+
}>;
|
|
17137
17148
|
}, Response<{
|
|
17138
17149
|
createdAt?: string | undefined;
|
|
17139
17150
|
deletable: boolean;
|
|
@@ -17169,7 +17180,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17169
17180
|
"x-access-token"?: string | undefined;
|
|
17170
17181
|
} & Partial<{
|
|
17171
17182
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17172
|
-
}>;
|
|
17183
|
+
}>;
|
|
17173
17184
|
}, Response<{}, 204, "empty"> | Response<{
|
|
17174
17185
|
[x: string]: unknown;
|
|
17175
17186
|
}, 403, "application/json"> | Response<{
|
|
@@ -17202,7 +17213,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17202
17213
|
"x-access-token"?: string | undefined;
|
|
17203
17214
|
} & Partial<{
|
|
17204
17215
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17205
|
-
}>;
|
|
17216
|
+
}>;
|
|
17206
17217
|
}, Response<{}, 204, "empty"> | Response<{
|
|
17207
17218
|
[x: string]: unknown;
|
|
17208
17219
|
}, 400, "application/json"> | Response<{
|
|
@@ -17244,7 +17255,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17244
17255
|
"x-access-token"?: string | undefined;
|
|
17245
17256
|
} & Partial<{
|
|
17246
17257
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17247
|
-
}>;
|
|
17258
|
+
}>;
|
|
17248
17259
|
}, Response<{
|
|
17249
17260
|
contractId?: string | undefined;
|
|
17250
17261
|
contractItemId?: string | undefined;
|
|
@@ -17277,7 +17288,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17277
17288
|
"x-access-token"?: string | undefined;
|
|
17278
17289
|
} & Partial<{
|
|
17279
17290
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17280
|
-
}>;
|
|
17291
|
+
}>;
|
|
17281
17292
|
}, Response<{
|
|
17282
17293
|
contractId?: string | undefined;
|
|
17283
17294
|
contractItemId?: string | undefined;
|
|
@@ -17309,7 +17320,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17309
17320
|
"x-access-token"?: string | undefined;
|
|
17310
17321
|
} & Partial<{
|
|
17311
17322
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17312
|
-
}>;
|
|
17323
|
+
}>;
|
|
17313
17324
|
}, Response<{
|
|
17314
17325
|
contractId?: string | undefined;
|
|
17315
17326
|
contractItemId?: string | undefined;
|
|
@@ -17348,7 +17359,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17348
17359
|
"x-access-token"?: string | undefined;
|
|
17349
17360
|
} & Partial<{
|
|
17350
17361
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17351
|
-
}>;
|
|
17362
|
+
}>;
|
|
17352
17363
|
}, Response<{
|
|
17353
17364
|
contractId?: string | undefined;
|
|
17354
17365
|
itemsScheduledForTermination?: string[] | undefined;
|
|
@@ -17379,7 +17390,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17379
17390
|
"x-access-token"?: string | undefined;
|
|
17380
17391
|
} & Partial<{
|
|
17381
17392
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17382
|
-
}>;
|
|
17393
|
+
}>;
|
|
17383
17394
|
}, Response<{
|
|
17384
17395
|
contractId?: string | undefined;
|
|
17385
17396
|
isCancelled?: boolean | undefined;
|
|
@@ -17408,7 +17419,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17408
17419
|
"x-access-token"?: string | undefined;
|
|
17409
17420
|
} & Partial<{
|
|
17410
17421
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17411
|
-
}>;
|
|
17422
|
+
}>;
|
|
17412
17423
|
}, Response<{
|
|
17413
17424
|
activationDate?: string | undefined;
|
|
17414
17425
|
aggregateReference?: MittwaldAPIV2.Components.Schemas.ContractAggregateReference | undefined;
|
|
@@ -17457,7 +17468,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17457
17468
|
"x-access-token"?: string | undefined;
|
|
17458
17469
|
} & Partial<{
|
|
17459
17470
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17460
|
-
}>;
|
|
17471
|
+
}>;
|
|
17461
17472
|
}, Response<{
|
|
17462
17473
|
additionalItems?: MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
17463
17474
|
baseItem: MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
@@ -17490,7 +17501,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17490
17501
|
"x-access-token"?: string | undefined;
|
|
17491
17502
|
} & Partial<{
|
|
17492
17503
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17493
|
-
}>;
|
|
17504
|
+
}>;
|
|
17494
17505
|
}, Response<{
|
|
17495
17506
|
additionalItems?: MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
17496
17507
|
baseItem: MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
@@ -17523,7 +17534,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17523
17534
|
"x-access-token"?: string | undefined;
|
|
17524
17535
|
} & Partial<{
|
|
17525
17536
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17526
|
-
}>;
|
|
17537
|
+
}>;
|
|
17527
17538
|
}, Response<{
|
|
17528
17539
|
additionalItems?: MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
17529
17540
|
baseItem: MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
@@ -17558,7 +17569,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17558
17569
|
"x-access-token"?: string | undefined;
|
|
17559
17570
|
} & Partial<{
|
|
17560
17571
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17561
|
-
}>;
|
|
17572
|
+
}>;
|
|
17562
17573
|
}, Response<{
|
|
17563
17574
|
activationDate?: string | undefined;
|
|
17564
17575
|
aggregateReference?: MittwaldAPIV2.Components.Schemas.ContractAggregateReference | undefined;
|
|
@@ -17607,7 +17618,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17607
17618
|
"x-access-token"?: string | undefined;
|
|
17608
17619
|
} & Partial<{
|
|
17609
17620
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17610
|
-
}>;
|
|
17621
|
+
}>;
|
|
17611
17622
|
}, Response<{
|
|
17612
17623
|
additionalItems?: MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
17613
17624
|
baseItem: MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
@@ -17642,7 +17653,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17642
17653
|
"x-access-token"?: string | undefined;
|
|
17643
17654
|
} & Partial<{
|
|
17644
17655
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17645
|
-
}>;
|
|
17656
|
+
}>;
|
|
17646
17657
|
}, Response<{
|
|
17647
17658
|
contractItemId: string;
|
|
17648
17659
|
nextTerminationDate: string;
|
|
@@ -17685,7 +17696,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17685
17696
|
"x-access-token"?: string | undefined;
|
|
17686
17697
|
} & Partial<{
|
|
17687
17698
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17688
|
-
}>;
|
|
17699
|
+
}>;
|
|
17689
17700
|
}, Response<MittwaldAPIV2.Components.Schemas.ContractContract[], 200, "application/json"> | Response<{
|
|
17690
17701
|
[x: string]: unknown;
|
|
17691
17702
|
}, 400, "application/json"> | Response<{
|
|
@@ -17713,7 +17724,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17713
17724
|
"x-access-token"?: string | undefined;
|
|
17714
17725
|
} & Partial<{
|
|
17715
17726
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17716
|
-
}>;
|
|
17727
|
+
}>;
|
|
17717
17728
|
}, Response<{
|
|
17718
17729
|
amountPaid: number;
|
|
17719
17730
|
cancellation?: MittwaldAPIV2.Components.Schemas.InvoiceCancellation | undefined;
|
|
@@ -17761,7 +17772,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17761
17772
|
"x-access-token"?: string | undefined;
|
|
17762
17773
|
} & Partial<{
|
|
17763
17774
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17764
|
-
}>;
|
|
17775
|
+
}>;
|
|
17765
17776
|
}, Response<{
|
|
17766
17777
|
additionalEmailRecipients?: string[] | undefined;
|
|
17767
17778
|
id: string;
|
|
@@ -17841,7 +17852,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17841
17852
|
"x-access-token"?: string | undefined;
|
|
17842
17853
|
} & Partial<{
|
|
17843
17854
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17844
|
-
}>;
|
|
17855
|
+
}>;
|
|
17845
17856
|
}, Response<{
|
|
17846
17857
|
additionalEmailRecipients?: string[] | undefined;
|
|
17847
17858
|
id: string;
|
|
@@ -17880,7 +17891,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17880
17891
|
"x-access-token"?: string | undefined;
|
|
17881
17892
|
} & Partial<{
|
|
17882
17893
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17883
|
-
}>;
|
|
17894
|
+
}>;
|
|
17884
17895
|
}, Response<{
|
|
17885
17896
|
accessToken: string;
|
|
17886
17897
|
expiresAt: string;
|
|
@@ -17925,7 +17936,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17925
17936
|
"x-access-token"?: string | undefined;
|
|
17926
17937
|
} & Partial<{
|
|
17927
17938
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17928
|
-
}>;
|
|
17939
|
+
}>;
|
|
17929
17940
|
}, Response<MittwaldAPIV2.Components.Schemas.InvoiceInvoice[], 200, "application/json"> | Response<{
|
|
17930
17941
|
[x: string]: unknown;
|
|
17931
17942
|
}, 400, "application/json"> | Response<{
|
|
@@ -17981,7 +17992,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17981
17992
|
"x-access-token"?: string | undefined;
|
|
17982
17993
|
} & Partial<{
|
|
17983
17994
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17984
|
-
}>;
|
|
17995
|
+
}>;
|
|
17985
17996
|
}, Response<{
|
|
17986
17997
|
orderId: string;
|
|
17987
17998
|
}, 201, "application/json"> | Response<{
|
|
@@ -18024,7 +18035,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18024
18035
|
"x-access-token"?: string | undefined;
|
|
18025
18036
|
} & Partial<{
|
|
18026
18037
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18027
|
-
}>;
|
|
18038
|
+
}>;
|
|
18028
18039
|
}, Response<{
|
|
18029
18040
|
orderId: string;
|
|
18030
18041
|
}, 201, "application/json"> | Response<{
|
|
@@ -18050,7 +18061,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18050
18061
|
"x-access-token"?: string | undefined;
|
|
18051
18062
|
} & Partial<{
|
|
18052
18063
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18053
|
-
}>;
|
|
18064
|
+
}>;
|
|
18054
18065
|
}, Response<{
|
|
18055
18066
|
contractChangeContractId?: string | undefined;
|
|
18056
18067
|
customerId: string;
|
|
@@ -18105,7 +18116,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18105
18116
|
"x-access-token"?: string | undefined;
|
|
18106
18117
|
} & Partial<{
|
|
18107
18118
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18108
|
-
}>;
|
|
18119
|
+
}>;
|
|
18109
18120
|
}, Response<MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[], 200, "application/json">>>;
|
|
18110
18121
|
/** Get list of Orders of a Project. */
|
|
18111
18122
|
orderListProjectOrders: (request: {
|
|
@@ -18147,7 +18158,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18147
18158
|
"x-access-token"?: string | undefined;
|
|
18148
18159
|
} & Partial<{
|
|
18149
18160
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18150
|
-
}>;
|
|
18161
|
+
}>;
|
|
18151
18162
|
}, Response<MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[], 200, "application/json">>>;
|
|
18152
18163
|
/** Preview Order. */
|
|
18153
18164
|
orderPreviewOrder: (request?: {
|
|
@@ -18226,7 +18237,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18226
18237
|
"x-access-token"?: string | undefined;
|
|
18227
18238
|
} & Partial<{
|
|
18228
18239
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18229
|
-
}>;
|
|
18240
|
+
}>;
|
|
18230
18241
|
}, Response<{
|
|
18231
18242
|
machineTypePrice: number;
|
|
18232
18243
|
storagePrice: number;
|
|
@@ -18632,7 +18643,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18632
18643
|
"x-access-token"?: string | undefined;
|
|
18633
18644
|
} & Partial<{
|
|
18634
18645
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18635
|
-
}>;
|
|
18646
|
+
}>;
|
|
18636
18647
|
}, Response<{}, 204, "empty"> | Response<{
|
|
18637
18648
|
[x: string]: unknown;
|
|
18638
18649
|
}, 404, "application/json">>>;
|
|
@@ -18670,7 +18681,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18670
18681
|
"x-access-token"?: string | undefined;
|
|
18671
18682
|
} & Partial<{
|
|
18672
18683
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18673
|
-
}>;
|
|
18684
|
+
}>;
|
|
18674
18685
|
}, Response<MittwaldAPIV2.Components.Schemas.CronjobCronjob[], 200, "application/json">>>;
|
|
18675
18686
|
/** Create a Cronjob. */
|
|
18676
18687
|
createCronjob: (request: {
|
|
@@ -18717,7 +18728,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18717
18728
|
"x-access-token"?: string | undefined;
|
|
18718
18729
|
} & Partial<{
|
|
18719
18730
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18720
|
-
}>;
|
|
18731
|
+
}>;
|
|
18721
18732
|
}, Response<{
|
|
18722
18733
|
id: string;
|
|
18723
18734
|
}, 201, "application/json"> | Response<{
|
|
@@ -18765,7 +18776,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18765
18776
|
"x-access-token"?: string | undefined;
|
|
18766
18777
|
} & Partial<{
|
|
18767
18778
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18768
|
-
}>;
|
|
18779
|
+
}>;
|
|
18769
18780
|
}, Response<MittwaldAPIV2.Components.Schemas.CronjobCronjobExecution[], 200, "application/json">>>;
|
|
18770
18781
|
/** Trigger a Cronjob. */
|
|
18771
18782
|
createExecution: (request: {
|
|
@@ -18794,7 +18805,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18794
18805
|
"x-access-token"?: string | undefined;
|
|
18795
18806
|
} & Partial<{
|
|
18796
18807
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18797
|
-
}>;
|
|
18808
|
+
}>;
|
|
18798
18809
|
}, Response<{
|
|
18799
18810
|
id: string;
|
|
18800
18811
|
}, 201, "application/json"> | Response<{
|
|
@@ -18822,7 +18833,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18822
18833
|
"x-access-token"?: string | undefined;
|
|
18823
18834
|
} & Partial<{
|
|
18824
18835
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18825
|
-
}>;
|
|
18836
|
+
}>;
|
|
18826
18837
|
}, Response<{
|
|
18827
18838
|
active: boolean;
|
|
18828
18839
|
appId: string;
|
|
@@ -18861,7 +18872,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18861
18872
|
"x-access-token"?: string | undefined;
|
|
18862
18873
|
} & Partial<{
|
|
18863
18874
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18864
|
-
}>;
|
|
18875
|
+
}>;
|
|
18865
18876
|
}, Response<{}, 204, "empty"> | Response<{
|
|
18866
18877
|
[x: string]: unknown;
|
|
18867
18878
|
}, 400, "application/json"> | Response<{
|
|
@@ -18910,7 +18921,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18910
18921
|
"x-access-token"?: string | undefined;
|
|
18911
18922
|
} & Partial<{
|
|
18912
18923
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18913
|
-
}>;
|
|
18924
|
+
}>;
|
|
18914
18925
|
}, Response<{}, 204, "empty"> | Response<{
|
|
18915
18926
|
[x: string]: unknown;
|
|
18916
18927
|
}, 400, "application/json"> | Response<{
|
|
@@ -18940,7 +18951,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18940
18951
|
"x-access-token"?: string | undefined;
|
|
18941
18952
|
} & Partial<{
|
|
18942
18953
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18943
|
-
}>;
|
|
18954
|
+
}>;
|
|
18944
18955
|
}, Response<{
|
|
18945
18956
|
abortedBy?: {
|
|
18946
18957
|
id?: string | undefined;
|
|
@@ -18987,7 +18998,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18987
18998
|
"x-access-token"?: string | undefined;
|
|
18988
18999
|
} & Partial<{
|
|
18989
19000
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18990
|
-
}>;
|
|
19001
|
+
}>;
|
|
18991
19002
|
}, Response<{}, 204, "empty"> | Response<{
|
|
18992
19003
|
[x: string]: unknown;
|
|
18993
19004
|
}, 400, "application/json"> | Response<{
|
|
@@ -19023,7 +19034,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19023
19034
|
"x-access-token"?: string | undefined;
|
|
19024
19035
|
} & Partial<{
|
|
19025
19036
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19026
|
-
}>;
|
|
19037
|
+
}>;
|
|
19027
19038
|
}, Response<{}, 204, "empty"> | Response<{
|
|
19028
19039
|
[x: string]: unknown;
|
|
19029
19040
|
}, 400, "application/json"> | Response<{
|
|
@@ -19046,7 +19057,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19046
19057
|
"x-access-token"?: string | undefined;
|
|
19047
19058
|
} & Partial<{
|
|
19048
19059
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19049
|
-
}>;
|
|
19060
|
+
}>;
|
|
19050
19061
|
}, Response<{
|
|
19051
19062
|
categories?: MittwaldAPIV2.Components.Schemas.CustomerCategory[] | undefined;
|
|
19052
19063
|
}, 200, "application/json">>>;
|
|
@@ -19080,7 +19091,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19080
19091
|
"x-access-token"?: string | undefined;
|
|
19081
19092
|
} & Partial<{
|
|
19082
19093
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19083
|
-
}>;
|
|
19094
|
+
}>;
|
|
19084
19095
|
}, Response<{
|
|
19085
19096
|
customerId?: string | undefined;
|
|
19086
19097
|
isPublic?: boolean | undefined;
|
|
@@ -19123,7 +19134,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19123
19134
|
"x-access-token"?: string | undefined;
|
|
19124
19135
|
} & Partial<{
|
|
19125
19136
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19126
|
-
}>;
|
|
19137
|
+
}>;
|
|
19127
19138
|
}, Response<{
|
|
19128
19139
|
avatarRefId?: string | undefined;
|
|
19129
19140
|
customerId: string;
|
|
@@ -19172,7 +19183,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19172
19183
|
"x-access-token"?: string | undefined;
|
|
19173
19184
|
} & Partial<{
|
|
19174
19185
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19175
|
-
}>;
|
|
19186
|
+
}>;
|
|
19176
19187
|
}, Response<MittwaldAPIV2.Components.Schemas.CustomerCustomer[], 200, "application/json">>>;
|
|
19177
19188
|
/** Create a new customer profile. */
|
|
19178
19189
|
createCustomer: (request: {
|
|
@@ -19219,7 +19230,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19219
19230
|
"x-access-token"?: string | undefined;
|
|
19220
19231
|
} & Partial<{
|
|
19221
19232
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19222
|
-
}>;
|
|
19233
|
+
}>;
|
|
19223
19234
|
}, Response<{
|
|
19224
19235
|
customerId: string;
|
|
19225
19236
|
customerNumber: string;
|
|
@@ -19254,7 +19265,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19254
19265
|
"x-access-token"?: string | undefined;
|
|
19255
19266
|
} & Partial<{
|
|
19256
19267
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19257
|
-
}>;
|
|
19268
|
+
}>;
|
|
19258
19269
|
}, Response<{}, 204, "empty">>>;
|
|
19259
19270
|
/** Get a customer category. */
|
|
19260
19271
|
getCustomerCategory: (request: {
|
|
@@ -19276,7 +19287,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19276
19287
|
"x-access-token"?: string | undefined;
|
|
19277
19288
|
} & Partial<{
|
|
19278
19289
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19279
|
-
}>;
|
|
19290
|
+
}>;
|
|
19280
19291
|
}, Response<{
|
|
19281
19292
|
id: string;
|
|
19282
19293
|
isPublic: boolean;
|
|
@@ -19319,7 +19330,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19319
19330
|
"x-access-token"?: string | undefined;
|
|
19320
19331
|
} & Partial<{
|
|
19321
19332
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19322
|
-
}>;
|
|
19333
|
+
}>;
|
|
19323
19334
|
}, Response<{
|
|
19324
19335
|
customerId?: string | undefined;
|
|
19325
19336
|
isPublic?: boolean | undefined;
|
|
@@ -19351,7 +19362,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19351
19362
|
"x-access-token"?: string | undefined;
|
|
19352
19363
|
} & Partial<{
|
|
19353
19364
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19354
|
-
}>;
|
|
19365
|
+
}>;
|
|
19355
19366
|
}, Response<{
|
|
19356
19367
|
[x: string]: unknown;
|
|
19357
19368
|
}, 200, "application/json">>>;
|
|
@@ -19375,7 +19386,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19375
19386
|
"x-access-token"?: string | undefined;
|
|
19376
19387
|
} & Partial<{
|
|
19377
19388
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19378
|
-
}>;
|
|
19389
|
+
}>;
|
|
19379
19390
|
}, Response<{
|
|
19380
19391
|
avatarRefId?: string | undefined;
|
|
19381
19392
|
customerId: string;
|
|
@@ -19409,7 +19420,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19409
19420
|
"x-access-token"?: string | undefined;
|
|
19410
19421
|
} & Partial<{
|
|
19411
19422
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19412
|
-
}>;
|
|
19423
|
+
}>;
|
|
19413
19424
|
}, Response<{}, 204, "empty">>>;
|
|
19414
19425
|
/** Get a CustomerMembership. */
|
|
19415
19426
|
getCustomerMembership: (request: {
|
|
@@ -19431,7 +19442,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19431
19442
|
"x-access-token"?: string | undefined;
|
|
19432
19443
|
} & Partial<{
|
|
19433
19444
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19434
|
-
}>;
|
|
19445
|
+
}>;
|
|
19435
19446
|
}, Response<{
|
|
19436
19447
|
customerId: string;
|
|
19437
19448
|
expiresAt?: string | undefined;
|
|
@@ -19463,7 +19474,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19463
19474
|
"x-access-token"?: string | undefined;
|
|
19464
19475
|
} & Partial<{
|
|
19465
19476
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19466
|
-
}>;
|
|
19477
|
+
}>;
|
|
19467
19478
|
}, Response<{}, 204, "empty">>>;
|
|
19468
19479
|
/** Update a CustomerMembership. */
|
|
19469
19480
|
updateCustomerMembership: (request: {
|
|
@@ -19494,7 +19505,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19494
19505
|
"x-access-token"?: string | undefined;
|
|
19495
19506
|
} & Partial<{
|
|
19496
19507
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19497
|
-
}>;
|
|
19508
|
+
}>;
|
|
19498
19509
|
}, Response<{}, 204, "empty">>>;
|
|
19499
19510
|
/** Get a customer profile. */
|
|
19500
19511
|
getCustomer: (request: {
|
|
@@ -19516,7 +19527,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19516
19527
|
"x-access-token"?: string | undefined;
|
|
19517
19528
|
} & Partial<{
|
|
19518
19529
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19519
|
-
}>;
|
|
19530
|
+
}>;
|
|
19520
19531
|
}, Response<{
|
|
19521
19532
|
activeSuspension?: {
|
|
19522
19533
|
createdAt: string;
|
|
@@ -19590,7 +19601,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19590
19601
|
"x-access-token"?: string | undefined;
|
|
19591
19602
|
} & Partial<{
|
|
19592
19603
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19593
|
-
}>;
|
|
19604
|
+
}>;
|
|
19594
19605
|
}, Response<{
|
|
19595
19606
|
customerId: string;
|
|
19596
19607
|
customerNumber: string;
|
|
@@ -19620,7 +19631,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19620
19631
|
"x-access-token"?: string | undefined;
|
|
19621
19632
|
} & Partial<{
|
|
19622
19633
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19623
|
-
}>;
|
|
19634
|
+
}>;
|
|
19624
19635
|
}, Response<{
|
|
19625
19636
|
[x: string]: unknown;
|
|
19626
19637
|
}, 200, "application/json"> | Response<{
|
|
@@ -19642,7 +19653,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19642
19653
|
"x-access-token"?: string | undefined;
|
|
19643
19654
|
} & Partial<{
|
|
19644
19655
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19645
|
-
}>;
|
|
19656
|
+
}>;
|
|
19646
19657
|
}, Response<{
|
|
19647
19658
|
avatarRefId?: string | undefined;
|
|
19648
19659
|
customerId: string;
|
|
@@ -19676,7 +19687,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19676
19687
|
"x-access-token"?: string | undefined;
|
|
19677
19688
|
} & Partial<{
|
|
19678
19689
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19679
|
-
}>;
|
|
19690
|
+
}>;
|
|
19680
19691
|
}, Response<{
|
|
19681
19692
|
isLegallyCompetent?: boolean | undefined;
|
|
19682
19693
|
}, 200, "application/json"> | Response<{
|
|
@@ -19711,7 +19722,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19711
19722
|
"x-access-token"?: string | undefined;
|
|
19712
19723
|
} & Partial<{
|
|
19713
19724
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19714
|
-
}>;
|
|
19725
|
+
}>;
|
|
19715
19726
|
}, Response<{}, 204, "empty">>>;
|
|
19716
19727
|
/** List CustomerInvites belonging to the executing user. */
|
|
19717
19728
|
listCustomerInvites: (request?: {
|
|
@@ -19740,7 +19751,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19740
19751
|
"x-access-token"?: string | undefined;
|
|
19741
19752
|
} & Partial<{
|
|
19742
19753
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19743
|
-
}>;
|
|
19754
|
+
}>;
|
|
19744
19755
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipCustomerInvite[], 200, "application/json"> | Response<{
|
|
19745
19756
|
[x: string]: unknown;
|
|
19746
19757
|
}, 404, "application/json">>>;
|
|
@@ -19771,7 +19782,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19771
19782
|
"x-access-token"?: string | undefined;
|
|
19772
19783
|
} & Partial<{
|
|
19773
19784
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19774
|
-
}>;
|
|
19785
|
+
}>;
|
|
19775
19786
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipCustomerMembership[], 200, "application/json"> | Response<{
|
|
19776
19787
|
[x: string]: unknown;
|
|
19777
19788
|
}, 404, "application/json">>>;
|
|
@@ -19807,7 +19818,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19807
19818
|
"x-access-token"?: string | undefined;
|
|
19808
19819
|
} & Partial<{
|
|
19809
19820
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19810
|
-
}>;
|
|
19821
|
+
}>;
|
|
19811
19822
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipCustomerInvite[], 200, "application/json"> | Response<{
|
|
19812
19823
|
[x: string]: unknown;
|
|
19813
19824
|
}, 404, "application/json">>>;
|
|
@@ -19843,7 +19854,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19843
19854
|
"x-access-token"?: string | undefined;
|
|
19844
19855
|
} & Partial<{
|
|
19845
19856
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19846
|
-
}>;
|
|
19857
|
+
}>;
|
|
19847
19858
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipCustomerMembership[], 200, "application/json"> | Response<{
|
|
19848
19859
|
[x: string]: unknown;
|
|
19849
19860
|
}, 404, "application/json">>>;
|
|
@@ -19867,7 +19878,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19867
19878
|
"x-access-token"?: string | undefined;
|
|
19868
19879
|
} & Partial<{
|
|
19869
19880
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19870
|
-
}>;
|
|
19881
|
+
}>;
|
|
19871
19882
|
}, Response<{
|
|
19872
19883
|
refId: string;
|
|
19873
19884
|
rules: {
|
|
@@ -19909,7 +19920,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19909
19920
|
"x-access-token"?: string | undefined;
|
|
19910
19921
|
} & Partial<{
|
|
19911
19922
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19912
|
-
}>;
|
|
19923
|
+
}>;
|
|
19913
19924
|
}, Response<{}, 204, "empty"> | Response<{
|
|
19914
19925
|
[x: string]: unknown;
|
|
19915
19926
|
}, 400, "application/json"> | Response<{}, 401, "application/json"> | Response<{
|
|
@@ -19942,7 +19953,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19942
19953
|
"x-access-token"?: string | undefined;
|
|
19943
19954
|
} & Partial<{
|
|
19944
19955
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19945
|
-
}>;
|
|
19956
|
+
}>;
|
|
19946
19957
|
}, Response<{}, 204, "empty"> | Response<{
|
|
19947
19958
|
[x: string]: unknown;
|
|
19948
19959
|
}, 403, "application/json">>>;
|
|
@@ -19969,7 +19980,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19969
19980
|
"x-access-token"?: string | undefined;
|
|
19970
19981
|
} & Partial<{
|
|
19971
19982
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19972
|
-
}>;
|
|
19983
|
+
}>;
|
|
19973
19984
|
}, Response<MittwaldAPIV2.Components.Schemas.DatabaseMySqlDatabase[], 200, "application/json"> | Response<{
|
|
19974
19985
|
[x: string]: unknown;
|
|
19975
19986
|
}, 400, "application/json"> | Response<{
|
|
@@ -20017,7 +20028,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20017
20028
|
"x-access-token"?: string | undefined;
|
|
20018
20029
|
} & Partial<{
|
|
20019
20030
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20020
|
-
}>;
|
|
20031
|
+
}>;
|
|
20021
20032
|
}, Response<{
|
|
20022
20033
|
id: string;
|
|
20023
20034
|
userId: string;
|
|
@@ -20046,7 +20057,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20046
20057
|
"x-access-token"?: string | undefined;
|
|
20047
20058
|
} & Partial<{
|
|
20048
20059
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20049
|
-
}>;
|
|
20060
|
+
}>;
|
|
20050
20061
|
}, Response<MittwaldAPIV2.Components.Schemas.DatabaseMySqlUser[], 200, "application/json"> | Response<{
|
|
20051
20062
|
[x: string]: unknown;
|
|
20052
20063
|
}, 400, "application/json"> | Response<{
|
|
@@ -20089,7 +20100,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20089
20100
|
"x-access-token"?: string | undefined;
|
|
20090
20101
|
} & Partial<{
|
|
20091
20102
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20092
|
-
}>;
|
|
20103
|
+
}>;
|
|
20093
20104
|
}, Response<{
|
|
20094
20105
|
id: string;
|
|
20095
20106
|
}, 201, "application/json"> | Response<{
|
|
@@ -20117,7 +20128,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20117
20128
|
"x-access-token"?: string | undefined;
|
|
20118
20129
|
} & Partial<{
|
|
20119
20130
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20120
|
-
}>;
|
|
20131
|
+
}>;
|
|
20121
20132
|
}, Response<MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabase[], 200, "application/json"> | Response<{
|
|
20122
20133
|
[x: string]: unknown;
|
|
20123
20134
|
}, 400, "application/json"> | Response<{
|
|
@@ -20159,7 +20170,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20159
20170
|
"x-access-token"?: string | undefined;
|
|
20160
20171
|
} & Partial<{
|
|
20161
20172
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20162
|
-
}>;
|
|
20173
|
+
}>;
|
|
20163
20174
|
}, Response<{
|
|
20164
20175
|
id: string;
|
|
20165
20176
|
}, 201, "application/json"> | Response<{
|
|
@@ -20187,7 +20198,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20187
20198
|
"x-access-token"?: string | undefined;
|
|
20188
20199
|
} & Partial<{
|
|
20189
20200
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20190
|
-
}>;
|
|
20201
|
+
}>;
|
|
20191
20202
|
}, Response<{
|
|
20192
20203
|
characterSettings: MittwaldAPIV2.Components.Schemas.DatabaseCharacterSettings;
|
|
20193
20204
|
createdAt: string;
|
|
@@ -20228,7 +20239,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20228
20239
|
"x-access-token"?: string | undefined;
|
|
20229
20240
|
} & Partial<{
|
|
20230
20241
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20231
|
-
}>;
|
|
20242
|
+
}>;
|
|
20232
20243
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20233
20244
|
[x: string]: unknown;
|
|
20234
20245
|
}, 400, "application/json"> | Response<{
|
|
@@ -20258,7 +20269,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20258
20269
|
"x-access-token"?: string | undefined;
|
|
20259
20270
|
} & Partial<{
|
|
20260
20271
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20261
|
-
}>;
|
|
20272
|
+
}>;
|
|
20262
20273
|
}, Response<{
|
|
20263
20274
|
accessIpMask?: string | undefined;
|
|
20264
20275
|
accessLevel: "full" | "readonly";
|
|
@@ -20310,7 +20321,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20310
20321
|
"x-access-token"?: string | undefined;
|
|
20311
20322
|
} & Partial<{
|
|
20312
20323
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20313
|
-
}>;
|
|
20324
|
+
}>;
|
|
20314
20325
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20315
20326
|
[x: string]: unknown;
|
|
20316
20327
|
}, 400, "application/json"> | Response<{
|
|
@@ -20336,7 +20347,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20336
20347
|
"x-access-token"?: string | undefined;
|
|
20337
20348
|
} & Partial<{
|
|
20338
20349
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20339
|
-
}>;
|
|
20350
|
+
}>;
|
|
20340
20351
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20341
20352
|
[x: string]: unknown;
|
|
20342
20353
|
}, 400, "application/json"> | Response<{
|
|
@@ -20362,7 +20373,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20362
20373
|
"x-access-token"?: string | undefined;
|
|
20363
20374
|
} & Partial<{
|
|
20364
20375
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20365
|
-
}>;
|
|
20376
|
+
}>;
|
|
20366
20377
|
}, Response<{
|
|
20367
20378
|
configuration?: MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration | undefined;
|
|
20368
20379
|
createdAt: string;
|
|
@@ -20402,7 +20413,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20402
20413
|
"x-access-token"?: string | undefined;
|
|
20403
20414
|
} & Partial<{
|
|
20404
20415
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20405
|
-
}>;
|
|
20416
|
+
}>;
|
|
20406
20417
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20407
20418
|
[x: string]: unknown;
|
|
20408
20419
|
}, 400, "application/json"> | Response<{
|
|
@@ -20439,7 +20450,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20439
20450
|
"x-access-token"?: string | undefined;
|
|
20440
20451
|
} & Partial<{
|
|
20441
20452
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20442
|
-
}>;
|
|
20453
|
+
}>;
|
|
20443
20454
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20444
20455
|
[x: string]: unknown;
|
|
20445
20456
|
}, 400, "application/json"> | Response<{
|
|
@@ -20472,7 +20483,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20472
20483
|
"x-access-token"?: string | undefined;
|
|
20473
20484
|
} & Partial<{
|
|
20474
20485
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20475
|
-
}>;
|
|
20486
|
+
}>;
|
|
20476
20487
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20477
20488
|
[x: string]: unknown;
|
|
20478
20489
|
}, 400, "application/json"> | Response<{
|
|
@@ -20498,7 +20509,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20498
20509
|
"x-access-token"?: string | undefined;
|
|
20499
20510
|
} & Partial<{
|
|
20500
20511
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20501
|
-
}>;
|
|
20512
|
+
}>;
|
|
20502
20513
|
}, Response<{
|
|
20503
20514
|
url: string;
|
|
20504
20515
|
}, 200, "application/json"> | Response<{
|
|
@@ -20531,7 +20542,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20531
20542
|
"x-access-token"?: string | undefined;
|
|
20532
20543
|
} & Partial<{
|
|
20533
20544
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20534
|
-
}>;
|
|
20545
|
+
}>;
|
|
20535
20546
|
}, Response<MittwaldAPIV2.Components.Schemas.DatabaseMySqlCharacterSettings[], 200, "application/json"> | Response<{
|
|
20536
20547
|
[x: string]: unknown;
|
|
20537
20548
|
}, 400, "application/json"> | Response<{
|
|
@@ -20562,7 +20573,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20562
20573
|
"x-access-token"?: string | undefined;
|
|
20563
20574
|
} & Partial<{
|
|
20564
20575
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20565
|
-
}>;
|
|
20576
|
+
}>;
|
|
20566
20577
|
}, Response<MittwaldAPIV2.Components.Schemas.DatabaseMySqlVersion[], 200, "application/json"> | Response<{
|
|
20567
20578
|
[x: string]: unknown;
|
|
20568
20579
|
}, 400, "application/json"> | Response<{
|
|
@@ -20593,7 +20604,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20593
20604
|
"x-access-token"?: string | undefined;
|
|
20594
20605
|
} & Partial<{
|
|
20595
20606
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20596
|
-
}>;
|
|
20607
|
+
}>;
|
|
20597
20608
|
}, Response<MittwaldAPIV2.Components.Schemas.DatabaseRedisVersion[], 200, "application/json"> | Response<{
|
|
20598
20609
|
[x: string]: unknown;
|
|
20599
20610
|
}, 400, "application/json"> | Response<{
|
|
@@ -20629,7 +20640,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20629
20640
|
"x-access-token"?: string | undefined;
|
|
20630
20641
|
} & Partial<{
|
|
20631
20642
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20632
|
-
}>;
|
|
20643
|
+
}>;
|
|
20633
20644
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20634
20645
|
[x: string]: unknown;
|
|
20635
20646
|
}, 400, "application/json"> | Response<{
|
|
@@ -20662,7 +20673,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20662
20673
|
"x-access-token"?: string | undefined;
|
|
20663
20674
|
} & Partial<{
|
|
20664
20675
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20665
|
-
}>;
|
|
20676
|
+
}>;
|
|
20666
20677
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20667
20678
|
[x: string]: unknown;
|
|
20668
20679
|
}, 400, "application/json"> | Response<{
|
|
@@ -20695,7 +20706,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20695
20706
|
"x-access-token"?: string | undefined;
|
|
20696
20707
|
} & Partial<{
|
|
20697
20708
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20698
|
-
}>;
|
|
20709
|
+
}>;
|
|
20699
20710
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20700
20711
|
[x: string]: unknown;
|
|
20701
20712
|
}, 400, "application/json"> | Response<{
|
|
@@ -20733,7 +20744,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20733
20744
|
"x-access-token"?: string | undefined;
|
|
20734
20745
|
} & Partial<{
|
|
20735
20746
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20736
|
-
}>;
|
|
20747
|
+
}>;
|
|
20737
20748
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20738
20749
|
[x: string]: unknown;
|
|
20739
20750
|
}, 400, "application/json"> | Response<{
|
|
@@ -20766,7 +20777,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20766
20777
|
"x-access-token"?: string | undefined;
|
|
20767
20778
|
} & Partial<{
|
|
20768
20779
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20769
|
-
}>;
|
|
20780
|
+
}>;
|
|
20770
20781
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20771
20782
|
[x: string]: unknown;
|
|
20772
20783
|
}, 400, "application/json"> | Response<{
|
|
@@ -20799,7 +20810,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20799
20810
|
"x-access-token"?: string | undefined;
|
|
20800
20811
|
} & Partial<{
|
|
20801
20812
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20802
|
-
}>;
|
|
20813
|
+
}>;
|
|
20803
20814
|
}, Response<{
|
|
20804
20815
|
active: boolean;
|
|
20805
20816
|
email: string;
|
|
@@ -20822,7 +20833,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20822
20833
|
"x-access-token"?: string | undefined;
|
|
20823
20834
|
} & Partial<{
|
|
20824
20835
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20825
|
-
}>;
|
|
20836
|
+
}>;
|
|
20826
20837
|
}, Response<{
|
|
20827
20838
|
active: boolean;
|
|
20828
20839
|
email: string;
|
|
@@ -20843,7 +20854,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20843
20854
|
"x-access-token"?: string | undefined;
|
|
20844
20855
|
} & Partial<{
|
|
20845
20856
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20846
|
-
}>;
|
|
20857
|
+
}>;
|
|
20847
20858
|
}, Response<{}, 204, "empty">>>;
|
|
20848
20859
|
/** Get the counts for unread notifications of the user. */
|
|
20849
20860
|
scountUnreadNotifications: (request?: {
|
|
@@ -20860,7 +20871,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20860
20871
|
"x-access-token"?: string | undefined;
|
|
20861
20872
|
} & Partial<{
|
|
20862
20873
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20863
|
-
}>;
|
|
20874
|
+
}>;
|
|
20864
20875
|
}, Response<{
|
|
20865
20876
|
error: number;
|
|
20866
20877
|
info: number;
|
|
@@ -20893,7 +20904,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20893
20904
|
"x-access-token"?: string | undefined;
|
|
20894
20905
|
} & Partial<{
|
|
20895
20906
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20896
|
-
}>;
|
|
20907
|
+
}>;
|
|
20897
20908
|
}, Response<MittwaldAPIV2.Components.Schemas.MessagingNotification[], 200, "application/json">>>;
|
|
20898
20909
|
/** Mark all notifications as read. */
|
|
20899
20910
|
sreadAllNotifications: (request?: {
|
|
@@ -20910,7 +20921,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20910
20921
|
"x-access-token"?: string | undefined;
|
|
20911
20922
|
} & Partial<{
|
|
20912
20923
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20913
|
-
}>;
|
|
20924
|
+
}>;
|
|
20914
20925
|
}, Response<{
|
|
20915
20926
|
status: "read";
|
|
20916
20927
|
}, 200, "application/json"> | Response<{
|
|
@@ -20943,7 +20954,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20943
20954
|
"x-access-token"?: string | undefined;
|
|
20944
20955
|
} & Partial<{
|
|
20945
20956
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20946
|
-
}>;
|
|
20957
|
+
}>;
|
|
20947
20958
|
}, Response<{
|
|
20948
20959
|
status: "read";
|
|
20949
20960
|
}, 200, "application/json"> | Response<{
|
|
@@ -20976,7 +20987,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20976
20987
|
"x-access-token"?: string | undefined;
|
|
20977
20988
|
} & Partial<{
|
|
20978
20989
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20979
|
-
}>;
|
|
20990
|
+
}>;
|
|
20980
20991
|
}, Response<{
|
|
20981
20992
|
id: string;
|
|
20982
20993
|
}, 201, "application/json"> | Response<{
|
|
@@ -21002,7 +21013,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21002
21013
|
"x-access-token"?: string | undefined;
|
|
21003
21014
|
} & Partial<{
|
|
21004
21015
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21005
|
-
}>;
|
|
21016
|
+
}>;
|
|
21006
21017
|
}, Response<{
|
|
21007
21018
|
domain: string;
|
|
21008
21019
|
id: string;
|
|
@@ -21036,7 +21047,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21036
21047
|
"x-access-token"?: string | undefined;
|
|
21037
21048
|
} & Partial<{
|
|
21038
21049
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21039
|
-
}>;
|
|
21050
|
+
}>;
|
|
21040
21051
|
}, Response<{}, 200, "empty"> | Response<{
|
|
21041
21052
|
[x: string]: unknown;
|
|
21042
21053
|
}, 400, "application/json">>>;
|
|
@@ -21060,7 +21071,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21060
21071
|
"x-access-token"?: string | undefined;
|
|
21061
21072
|
} & Partial<{
|
|
21062
21073
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21063
|
-
}>;
|
|
21074
|
+
}>;
|
|
21064
21075
|
}, Response<MittwaldAPIV2.Components.Schemas.DnsZone[], 200, "application/json"> | Response<{
|
|
21065
21076
|
[x: string]: unknown;
|
|
21066
21077
|
}, 400, "application/json">>>;
|
|
@@ -21086,7 +21097,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21086
21097
|
"x-access-token"?: string | undefined;
|
|
21087
21098
|
} & Partial<{
|
|
21088
21099
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21089
|
-
}>;
|
|
21100
|
+
}>;
|
|
21090
21101
|
}, Response<{
|
|
21091
21102
|
ingressId?: string | undefined;
|
|
21092
21103
|
}, 204, "application/json"> | Response<{
|
|
@@ -21230,7 +21241,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21230
21241
|
"x-access-token"?: string | undefined;
|
|
21231
21242
|
} & Partial<{
|
|
21232
21243
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21233
|
-
}>;
|
|
21244
|
+
}>;
|
|
21234
21245
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21235
21246
|
[x: string]: unknown;
|
|
21236
21247
|
}, 400, "application/json">>>;
|
|
@@ -21254,7 +21265,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21254
21265
|
"x-access-token"?: string | undefined;
|
|
21255
21266
|
} & Partial<{
|
|
21256
21267
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21257
|
-
}>;
|
|
21268
|
+
}>;
|
|
21258
21269
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21259
21270
|
[x: string]: unknown;
|
|
21260
21271
|
}, 400, "application/json"> | Response<{
|
|
@@ -21313,7 +21324,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21313
21324
|
"x-access-token"?: string | undefined;
|
|
21314
21325
|
} & Partial<{
|
|
21315
21326
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21316
|
-
}>;
|
|
21327
|
+
}>;
|
|
21317
21328
|
}, Response<MittwaldAPIV2.Components.Schemas.DomainDomain[], 200, "application/json"> | Response<{
|
|
21318
21329
|
[x: string]: unknown;
|
|
21319
21330
|
}, 400, "application/json">>>;
|
|
@@ -21337,7 +21348,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21337
21348
|
"x-access-token"?: string | undefined;
|
|
21338
21349
|
} & Partial<{
|
|
21339
21350
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21340
|
-
}>;
|
|
21351
|
+
}>;
|
|
21341
21352
|
}, Response<{
|
|
21342
21353
|
authCode: string;
|
|
21343
21354
|
}, 201, "application/json"> | Response<{
|
|
@@ -21372,7 +21383,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21372
21383
|
"x-access-token"?: string | undefined;
|
|
21373
21384
|
} & Partial<{
|
|
21374
21385
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21375
|
-
}>;
|
|
21386
|
+
}>;
|
|
21376
21387
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21377
21388
|
[x: string]: unknown;
|
|
21378
21389
|
}, 400, "application/json"> | Response<{
|
|
@@ -21398,7 +21409,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21398
21409
|
"x-access-token"?: string | undefined;
|
|
21399
21410
|
} & Partial<{
|
|
21400
21411
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21401
|
-
}>;
|
|
21412
|
+
}>;
|
|
21402
21413
|
}, Response<{
|
|
21403
21414
|
authCode?: MittwaldAPIV2.Components.Schemas.DomainAuthCode | undefined;
|
|
21404
21415
|
authCode2?: MittwaldAPIV2.Components.Schemas.DomainAuthCode2 | undefined;
|
|
@@ -21448,7 +21459,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21448
21459
|
"x-access-token"?: string | undefined;
|
|
21449
21460
|
} & Partial<{
|
|
21450
21461
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21451
|
-
}>;
|
|
21462
|
+
}>;
|
|
21452
21463
|
}, Response<{
|
|
21453
21464
|
[x: string]: unknown;
|
|
21454
21465
|
}, 200, "application/json"> | Response<{
|
|
@@ -21485,7 +21496,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21485
21496
|
"x-access-token"?: string | undefined;
|
|
21486
21497
|
} & Partial<{
|
|
21487
21498
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21488
|
-
}>;
|
|
21499
|
+
}>;
|
|
21489
21500
|
}, Response<{
|
|
21490
21501
|
reference?: string | undefined;
|
|
21491
21502
|
}, 200, "application/json"> | Response<{
|
|
@@ -21539,7 +21550,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21539
21550
|
"x-access-token"?: string | undefined;
|
|
21540
21551
|
} & Partial<{
|
|
21541
21552
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21542
|
-
}>;
|
|
21553
|
+
}>;
|
|
21543
21554
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21544
21555
|
[x: string]: unknown;
|
|
21545
21556
|
}, 400, "application/json"> | Response<{
|
|
@@ -21572,7 +21583,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21572
21583
|
"x-access-token"?: string | undefined;
|
|
21573
21584
|
} & Partial<{
|
|
21574
21585
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21575
|
-
}>;
|
|
21586
|
+
}>;
|
|
21576
21587
|
}, Response<{
|
|
21577
21588
|
[x: string]: unknown;
|
|
21578
21589
|
}, 200, "application/json"> | Response<{
|
|
@@ -21609,7 +21620,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21609
21620
|
"x-access-token"?: string | undefined;
|
|
21610
21621
|
} & Partial<{
|
|
21611
21622
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21612
|
-
}>;
|
|
21623
|
+
}>;
|
|
21613
21624
|
}, Response<{
|
|
21614
21625
|
[x: string]: unknown;
|
|
21615
21626
|
}, 200, "application/json"> | Response<{
|
|
@@ -21644,7 +21655,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21644
21655
|
"x-access-token"?: string | undefined;
|
|
21645
21656
|
} & Partial<{
|
|
21646
21657
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21647
|
-
}>;
|
|
21658
|
+
}>;
|
|
21648
21659
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21649
21660
|
[x: string]: unknown;
|
|
21650
21661
|
}, 400, "application/json"> | Response<{
|
|
@@ -21675,7 +21686,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21675
21686
|
"x-access-token"?: string | undefined;
|
|
21676
21687
|
} & Partial<{
|
|
21677
21688
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21678
|
-
}>;
|
|
21689
|
+
}>;
|
|
21679
21690
|
}, Response<MittwaldAPIV2.Components.Schemas.IngressIngress[], 200, "application/json"> | Response<{
|
|
21680
21691
|
[x: string]: unknown;
|
|
21681
21692
|
}, 404, "application/json">>>;
|
|
@@ -21705,7 +21716,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21705
21716
|
"x-access-token"?: string | undefined;
|
|
21706
21717
|
} & Partial<{
|
|
21707
21718
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21708
|
-
}>;
|
|
21719
|
+
}>;
|
|
21709
21720
|
}, Response<{
|
|
21710
21721
|
id: string;
|
|
21711
21722
|
ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
|
|
@@ -21732,7 +21743,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21732
21743
|
"x-access-token"?: string | undefined;
|
|
21733
21744
|
} & Partial<{
|
|
21734
21745
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21735
|
-
}>;
|
|
21746
|
+
}>;
|
|
21736
21747
|
}, Response<{
|
|
21737
21748
|
dnsValidationErrors: ("ERROR_UNSPECIFIED" | "ERROR_QUAD_A" | "ERROR_NO_A_RECORD" | "ERROR_ACME_CERTIFICATE_REQUEST_DEADLINE_EXCEEDED")[];
|
|
21738
21749
|
hostname: string;
|
|
@@ -21770,7 +21781,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21770
21781
|
"x-access-token"?: string | undefined;
|
|
21771
21782
|
} & Partial<{
|
|
21772
21783
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21773
|
-
}>;
|
|
21784
|
+
}>;
|
|
21774
21785
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21775
21786
|
[x: string]: unknown;
|
|
21776
21787
|
}, 404, "application/json">>>;
|
|
@@ -21794,7 +21805,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21794
21805
|
"x-access-token"?: string | undefined;
|
|
21795
21806
|
} & Partial<{
|
|
21796
21807
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21797
|
-
}>;
|
|
21808
|
+
}>;
|
|
21798
21809
|
}, Response<{}, 200, "application/json"> | Response<{
|
|
21799
21810
|
[x: string]: unknown;
|
|
21800
21811
|
}, 400, "application/json"> | Response<{
|
|
@@ -21825,7 +21836,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21825
21836
|
"x-access-token"?: string | undefined;
|
|
21826
21837
|
} & Partial<{
|
|
21827
21838
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21828
|
-
}>;
|
|
21839
|
+
}>;
|
|
21829
21840
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21830
21841
|
[x: string]: unknown;
|
|
21831
21842
|
}, 404, "application/json">>>;
|
|
@@ -21849,7 +21860,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21849
21860
|
"x-access-token"?: string | undefined;
|
|
21850
21861
|
} & Partial<{
|
|
21851
21862
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21852
|
-
}>;
|
|
21863
|
+
}>;
|
|
21853
21864
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21854
21865
|
[x: string]: unknown;
|
|
21855
21866
|
}, 400, "application/json"> | Response<{
|
|
@@ -21897,7 +21908,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21897
21908
|
"x-access-token"?: string | undefined;
|
|
21898
21909
|
} & Partial<{
|
|
21899
21910
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21900
|
-
}>;
|
|
21911
|
+
}>;
|
|
21901
21912
|
}, Response<{}, 200, "application/json"> | Response<{
|
|
21902
21913
|
[x: string]: unknown;
|
|
21903
21914
|
}, 404, "application/json">>>;
|
|
@@ -21925,7 +21936,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21925
21936
|
Token: string;
|
|
21926
21937
|
} & Partial<{
|
|
21927
21938
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21928
|
-
}>;
|
|
21939
|
+
}>;
|
|
21929
21940
|
}, Response<{
|
|
21930
21941
|
friendlyURL: string;
|
|
21931
21942
|
id: string;
|
|
@@ -22076,7 +22087,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22076
22087
|
Token?: string | undefined;
|
|
22077
22088
|
} & Partial<{
|
|
22078
22089
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22079
|
-
}>;
|
|
22090
|
+
}>;
|
|
22080
22091
|
}, Response<string, 200, "application/octet-stream"> | Response<string, 200, "base64"> | Response<string, 200, "ocr"> | Response<{
|
|
22081
22092
|
[x: string]: unknown;
|
|
22082
22093
|
}, 400, "application/json"> | Response<{
|
|
@@ -22113,7 +22124,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22113
22124
|
"x-access-token"?: string | undefined;
|
|
22114
22125
|
} & Partial<{
|
|
22115
22126
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22116
|
-
}>;
|
|
22127
|
+
}>;
|
|
22117
22128
|
}, Response<MittwaldAPIV2.Components.Schemas.MailDeliverybox[], 200, "application/json"> | Response<{
|
|
22118
22129
|
[x: string]: unknown;
|
|
22119
22130
|
}, 400, "application/json"> | Response<{
|
|
@@ -22154,7 +22165,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22154
22165
|
"x-access-token"?: string | undefined;
|
|
22155
22166
|
} & Partial<{
|
|
22156
22167
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22157
|
-
}>;
|
|
22168
|
+
}>;
|
|
22158
22169
|
}, Response<{
|
|
22159
22170
|
id: string;
|
|
22160
22171
|
}, 201, "application/json"> | Response<{
|
|
@@ -22188,7 +22199,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22188
22199
|
"x-access-token"?: string | undefined;
|
|
22189
22200
|
} & Partial<{
|
|
22190
22201
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22191
|
-
}>;
|
|
22202
|
+
}>;
|
|
22192
22203
|
}, Response<MittwaldAPIV2.Components.Schemas.MailMailAddress[], 200, "application/json"> | Response<{
|
|
22193
22204
|
[x: string]: unknown;
|
|
22194
22205
|
}, 400, "application/json"> | Response<{
|
|
@@ -22254,7 +22265,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22254
22265
|
"x-access-token"?: string | undefined;
|
|
22255
22266
|
} & Partial<{
|
|
22256
22267
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22257
|
-
}>;
|
|
22268
|
+
}>;
|
|
22258
22269
|
}, Response<{
|
|
22259
22270
|
id: string;
|
|
22260
22271
|
}, 201, "application/json"> | Response<{
|
|
@@ -22288,7 +22299,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22288
22299
|
"x-access-token"?: string | undefined;
|
|
22289
22300
|
} & Partial<{
|
|
22290
22301
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22291
|
-
}>;
|
|
22302
|
+
}>;
|
|
22292
22303
|
}, Response<{
|
|
22293
22304
|
authenticationEnabled: boolean;
|
|
22294
22305
|
description: string;
|
|
@@ -22329,7 +22340,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22329
22340
|
"x-access-token"?: string | undefined;
|
|
22330
22341
|
} & Partial<{
|
|
22331
22342
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22332
|
-
}>;
|
|
22343
|
+
}>;
|
|
22333
22344
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22334
22345
|
[x: string]: unknown;
|
|
22335
22346
|
}, 400, "application/json"> | Response<{
|
|
@@ -22361,7 +22372,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22361
22372
|
"x-access-token"?: string | undefined;
|
|
22362
22373
|
} & Partial<{
|
|
22363
22374
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22364
|
-
}>;
|
|
22375
|
+
}>;
|
|
22365
22376
|
}, Response<{
|
|
22366
22377
|
address: string;
|
|
22367
22378
|
autoResponder: {
|
|
@@ -22426,7 +22437,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22426
22437
|
"x-access-token"?: string | undefined;
|
|
22427
22438
|
} & Partial<{
|
|
22428
22439
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22429
|
-
}>;
|
|
22440
|
+
}>;
|
|
22430
22441
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22431
22442
|
[x: string]: unknown;
|
|
22432
22443
|
}, 400, "application/json"> | Response<{
|
|
@@ -22458,7 +22469,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22458
22469
|
"x-access-token"?: string | undefined;
|
|
22459
22470
|
} & Partial<{
|
|
22460
22471
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22461
|
-
}>;
|
|
22472
|
+
}>;
|
|
22462
22473
|
}, Response<{
|
|
22463
22474
|
blacklist: string[];
|
|
22464
22475
|
projectId: string;
|
|
@@ -22501,7 +22512,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22501
22512
|
"x-access-token"?: string | undefined;
|
|
22502
22513
|
} & Partial<{
|
|
22503
22514
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22504
|
-
}>;
|
|
22515
|
+
}>;
|
|
22505
22516
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22506
22517
|
[x: string]: unknown;
|
|
22507
22518
|
}, 400, "application/json"> | Response<{
|
|
@@ -22540,7 +22551,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22540
22551
|
"x-access-token"?: string | undefined;
|
|
22541
22552
|
} & Partial<{
|
|
22542
22553
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22543
|
-
}>;
|
|
22554
|
+
}>;
|
|
22544
22555
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22545
22556
|
[x: string]: unknown;
|
|
22546
22557
|
}, 400, "application/json"> | Response<{
|
|
@@ -22579,7 +22590,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22579
22590
|
"x-access-token"?: string | undefined;
|
|
22580
22591
|
} & Partial<{
|
|
22581
22592
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22582
|
-
}>;
|
|
22593
|
+
}>;
|
|
22583
22594
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22584
22595
|
[x: string]: unknown;
|
|
22585
22596
|
}, 400, "application/json"> | Response<{
|
|
@@ -22628,7 +22639,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22628
22639
|
"x-access-token"?: string | undefined;
|
|
22629
22640
|
} & Partial<{
|
|
22630
22641
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22631
|
-
}>;
|
|
22642
|
+
}>;
|
|
22632
22643
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22633
22644
|
[x: string]: unknown;
|
|
22634
22645
|
}, 400, "application/json"> | Response<{
|
|
@@ -22667,7 +22678,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22667
22678
|
"x-access-token"?: string | undefined;
|
|
22668
22679
|
} & Partial<{
|
|
22669
22680
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22670
|
-
}>;
|
|
22681
|
+
}>;
|
|
22671
22682
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22672
22683
|
[x: string]: unknown;
|
|
22673
22684
|
}, 400, "application/json"> | Response<{
|
|
@@ -22706,7 +22717,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22706
22717
|
"x-access-token"?: string | undefined;
|
|
22707
22718
|
} & Partial<{
|
|
22708
22719
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22709
|
-
}>;
|
|
22720
|
+
}>;
|
|
22710
22721
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22711
22722
|
[x: string]: unknown;
|
|
22712
22723
|
}, 400, "application/json"> | Response<{
|
|
@@ -22745,7 +22756,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22745
22756
|
"x-access-token"?: string | undefined;
|
|
22746
22757
|
} & Partial<{
|
|
22747
22758
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22748
|
-
}>;
|
|
22759
|
+
}>;
|
|
22749
22760
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22750
22761
|
[x: string]: unknown;
|
|
22751
22762
|
}, 400, "application/json"> | Response<{
|
|
@@ -22784,7 +22795,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22784
22795
|
"x-access-token"?: string | undefined;
|
|
22785
22796
|
} & Partial<{
|
|
22786
22797
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22787
|
-
}>;
|
|
22798
|
+
}>;
|
|
22788
22799
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22789
22800
|
[x: string]: unknown;
|
|
22790
22801
|
}, 400, "application/json"> | Response<{
|
|
@@ -22833,7 +22844,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22833
22844
|
"x-access-token"?: string | undefined;
|
|
22834
22845
|
} & Partial<{
|
|
22835
22846
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22836
|
-
}>;
|
|
22847
|
+
}>;
|
|
22837
22848
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22838
22849
|
[x: string]: unknown;
|
|
22839
22850
|
}, 400, "application/json"> | Response<{
|
|
@@ -22888,7 +22899,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22888
22899
|
"x-access-token"?: string | undefined;
|
|
22889
22900
|
} & Partial<{
|
|
22890
22901
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22891
|
-
}>;
|
|
22902
|
+
}>;
|
|
22892
22903
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22893
22904
|
[x: string]: unknown;
|
|
22894
22905
|
}, 400, "application/json"> | Response<{
|
|
@@ -22930,7 +22941,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22930
22941
|
"x-access-token"?: string | undefined;
|
|
22931
22942
|
} & Partial<{
|
|
22932
22943
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22933
|
-
}>;
|
|
22944
|
+
}>;
|
|
22934
22945
|
}, Response<{
|
|
22935
22946
|
createdAt?: string | undefined;
|
|
22936
22947
|
domain: string;
|
|
@@ -22974,7 +22985,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22974
22985
|
"x-access-token"?: string | undefined;
|
|
22975
22986
|
} & Partial<{
|
|
22976
22987
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22977
|
-
}>;
|
|
22988
|
+
}>;
|
|
22978
22989
|
}, Response<{
|
|
22979
22990
|
executedAt: string;
|
|
22980
22991
|
id: string;
|
|
@@ -23014,7 +23025,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23014
23025
|
"x-access-token"?: string | undefined;
|
|
23015
23026
|
} & Partial<{
|
|
23016
23027
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23017
|
-
}>;
|
|
23028
|
+
}>;
|
|
23018
23029
|
}, Response<{
|
|
23019
23030
|
domain: string;
|
|
23020
23031
|
paths: {
|
|
@@ -23055,7 +23066,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23055
23066
|
"x-access-token"?: string | undefined;
|
|
23056
23067
|
} & Partial<{
|
|
23057
23068
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23058
|
-
}>;
|
|
23069
|
+
}>;
|
|
23059
23070
|
}, Response<{
|
|
23060
23071
|
id: string;
|
|
23061
23072
|
}, 202, "application/json"> | Response<{
|
|
@@ -23108,7 +23119,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23108
23119
|
"x-access-token"?: string | undefined;
|
|
23109
23120
|
} & Partial<{
|
|
23110
23121
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23111
|
-
}>;
|
|
23122
|
+
}>;
|
|
23112
23123
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23113
23124
|
[x: string]: unknown;
|
|
23114
23125
|
}, 400, "application/json"> | Response<{
|
|
@@ -23136,7 +23147,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23136
23147
|
"x-access-token"?: string | undefined;
|
|
23137
23148
|
} & Partial<{
|
|
23138
23149
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23139
|
-
}>;
|
|
23150
|
+
}>;
|
|
23140
23151
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23141
23152
|
[x: string]: unknown;
|
|
23142
23153
|
}, 400, "application/json">>>;
|
|
@@ -23245,7 +23256,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23245
23256
|
"x-access-token"?: string | undefined;
|
|
23246
23257
|
} & Partial<{
|
|
23247
23258
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23248
|
-
}>;
|
|
23259
|
+
}>;
|
|
23249
23260
|
}, Response<{
|
|
23250
23261
|
email: string;
|
|
23251
23262
|
}, 200, "application/json"> | Response<{
|
|
@@ -23273,7 +23284,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23273
23284
|
"x-access-token"?: string | undefined;
|
|
23274
23285
|
} & Partial<{
|
|
23275
23286
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23276
|
-
}>;
|
|
23287
|
+
}>;
|
|
23277
23288
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23278
23289
|
type: "ValidationError";
|
|
23279
23290
|
message?: string | undefined;
|
|
@@ -23305,7 +23316,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23305
23316
|
"x-access-token"?: string | undefined;
|
|
23306
23317
|
} & Partial<{
|
|
23307
23318
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23308
|
-
}>;
|
|
23319
|
+
}>;
|
|
23309
23320
|
}, Response<{
|
|
23310
23321
|
type: "ValidationError";
|
|
23311
23322
|
message?: string | undefined;
|
|
@@ -23331,7 +23342,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23331
23342
|
"x-access-token"?: string | undefined;
|
|
23332
23343
|
} & Partial<{
|
|
23333
23344
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23334
|
-
}>;
|
|
23345
|
+
}>;
|
|
23335
23346
|
}, Response<{
|
|
23336
23347
|
id: string;
|
|
23337
23348
|
publicToken: string;
|
|
@@ -23351,7 +23362,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23351
23362
|
"x-access-token"?: string | undefined;
|
|
23352
23363
|
} & Partial<{
|
|
23353
23364
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23354
|
-
}>;
|
|
23365
|
+
}>;
|
|
23355
23366
|
}, Response<{
|
|
23356
23367
|
confirmed: boolean;
|
|
23357
23368
|
initialized: boolean;
|
|
@@ -23378,7 +23389,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23378
23389
|
"x-access-token"?: string | undefined;
|
|
23379
23390
|
} & Partial<{
|
|
23380
23391
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23381
|
-
}>;
|
|
23392
|
+
}>;
|
|
23382
23393
|
}, Response<{
|
|
23383
23394
|
type: "ValidationError";
|
|
23384
23395
|
message?: string | undefined;
|
|
@@ -23408,7 +23419,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23408
23419
|
"x-access-token"?: string | undefined;
|
|
23409
23420
|
} & Partial<{
|
|
23410
23421
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23411
|
-
}>;
|
|
23422
|
+
}>;
|
|
23412
23423
|
}, Response<{
|
|
23413
23424
|
type: "ValidationError";
|
|
23414
23425
|
message?: string | undefined;
|
|
@@ -23438,7 +23449,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23438
23449
|
"x-access-token"?: string | undefined;
|
|
23439
23450
|
} & Partial<{
|
|
23440
23451
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23441
|
-
}>;
|
|
23452
|
+
}>;
|
|
23442
23453
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23443
23454
|
type: "ValidationError";
|
|
23444
23455
|
message?: string | undefined;
|
|
@@ -23504,7 +23515,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23504
23515
|
"x-access-token"?: string | undefined;
|
|
23505
23516
|
} & Partial<{
|
|
23506
23517
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23507
|
-
}>;
|
|
23518
|
+
}>;
|
|
23508
23519
|
}, Response<MittwaldAPIV2.Components.Schemas.SignupApiToken[], 200, "application/json">>>;
|
|
23509
23520
|
/** Store a new ApiToken. */
|
|
23510
23521
|
createApiToken: (request: {
|
|
@@ -23532,7 +23543,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23532
23543
|
"x-access-token"?: string | undefined;
|
|
23533
23544
|
} & Partial<{
|
|
23534
23545
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23535
|
-
}>;
|
|
23546
|
+
}>;
|
|
23536
23547
|
}, Response<{
|
|
23537
23548
|
token: string;
|
|
23538
23549
|
}, 201, "application/json"> | Response<{
|
|
@@ -23568,7 +23579,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23568
23579
|
"x-access-token"?: string | undefined;
|
|
23569
23580
|
} & Partial<{
|
|
23570
23581
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23571
|
-
}>;
|
|
23582
|
+
}>;
|
|
23572
23583
|
}, Response<{}, 201, "application/json"> | Response<{
|
|
23573
23584
|
[x: string]: unknown;
|
|
23574
23585
|
}, 401, "application/json"> | Response<{
|
|
@@ -23589,7 +23600,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23589
23600
|
"x-access-token"?: string | undefined;
|
|
23590
23601
|
} & Partial<{
|
|
23591
23602
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23592
|
-
}>;
|
|
23603
|
+
}>;
|
|
23593
23604
|
}, Response<{
|
|
23594
23605
|
sshKeys?: MittwaldAPIV2.Components.Schemas.SignupSshKey[] | undefined;
|
|
23595
23606
|
}, 200, "application/json">>>;
|
|
@@ -23617,7 +23628,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23617
23628
|
"x-access-token"?: string | undefined;
|
|
23618
23629
|
} & Partial<{
|
|
23619
23630
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23620
|
-
}>;
|
|
23631
|
+
}>;
|
|
23621
23632
|
}, Response<{}, 201, "empty"> | Response<{
|
|
23622
23633
|
[x: string]: unknown;
|
|
23623
23634
|
}, 400, "application/json">>>;
|
|
@@ -23641,7 +23652,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23641
23652
|
"x-access-token"?: string | undefined;
|
|
23642
23653
|
} & Partial<{
|
|
23643
23654
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23644
|
-
}>;
|
|
23655
|
+
}>;
|
|
23645
23656
|
}, Response<{
|
|
23646
23657
|
apiTokenId: string;
|
|
23647
23658
|
createdAt: string;
|
|
@@ -23680,7 +23691,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23680
23691
|
"x-access-token"?: string | undefined;
|
|
23681
23692
|
} & Partial<{
|
|
23682
23693
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23683
|
-
}>;
|
|
23694
|
+
}>;
|
|
23684
23695
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23685
23696
|
[x: string]: unknown;
|
|
23686
23697
|
}, 400, "application/json">>>;
|
|
@@ -23704,7 +23715,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23704
23715
|
"x-access-token"?: string | undefined;
|
|
23705
23716
|
} & Partial<{
|
|
23706
23717
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23707
|
-
}>;
|
|
23718
|
+
}>;
|
|
23708
23719
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23709
23720
|
[x: string]: unknown;
|
|
23710
23721
|
}, 400, "application/json">>>;
|
|
@@ -23728,7 +23739,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23728
23739
|
"x-access-token"?: string | undefined;
|
|
23729
23740
|
} & Partial<{
|
|
23730
23741
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23731
|
-
}>;
|
|
23742
|
+
}>;
|
|
23732
23743
|
}, Response<{
|
|
23733
23744
|
sshKey: MittwaldAPIV2.Components.Schemas.SignupSshKey;
|
|
23734
23745
|
}, 200, "application/json"> | Response<{
|
|
@@ -23763,7 +23774,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23763
23774
|
"x-access-token"?: string | undefined;
|
|
23764
23775
|
} & Partial<{
|
|
23765
23776
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23766
|
-
}>;
|
|
23777
|
+
}>;
|
|
23767
23778
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23768
23779
|
[x: string]: unknown;
|
|
23769
23780
|
}, 400, "application/json">>>;
|
|
@@ -23787,7 +23798,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23787
23798
|
"x-access-token"?: string | undefined;
|
|
23788
23799
|
} & Partial<{
|
|
23789
23800
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23790
|
-
}>;
|
|
23801
|
+
}>;
|
|
23791
23802
|
}, Response<{}, 204, "empty">>>;
|
|
23792
23803
|
/** Delete your account and all your personal data. */
|
|
23793
23804
|
deleteUser: (request: {
|
|
@@ -23813,7 +23824,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23813
23824
|
"x-access-token"?: string | undefined;
|
|
23814
23825
|
} & Partial<{
|
|
23815
23826
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23816
|
-
}>;
|
|
23827
|
+
}>;
|
|
23817
23828
|
}, Response<{}, 200, "empty"> | Response<{
|
|
23818
23829
|
type: "ValidationError";
|
|
23819
23830
|
message?: string | undefined;
|
|
@@ -23838,7 +23849,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23838
23849
|
"x-access-token"?: string | undefined;
|
|
23839
23850
|
} & Partial<{
|
|
23840
23851
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23841
|
-
}>;
|
|
23852
|
+
}>;
|
|
23842
23853
|
}, Response<{
|
|
23843
23854
|
email?: string | undefined;
|
|
23844
23855
|
mfaDetails?: {
|
|
@@ -23875,7 +23886,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23875
23886
|
"x-access-token"?: string | undefined;
|
|
23876
23887
|
} & Partial<{
|
|
23877
23888
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23878
|
-
}>;
|
|
23889
|
+
}>;
|
|
23879
23890
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23880
23891
|
type: "ValidationError";
|
|
23881
23892
|
message?: string | undefined;
|
|
@@ -23896,7 +23907,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23896
23907
|
"x-access-token"?: string | undefined;
|
|
23897
23908
|
} & Partial<{
|
|
23898
23909
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23899
|
-
}>;
|
|
23910
|
+
}>;
|
|
23900
23911
|
}, Response<{
|
|
23901
23912
|
passwordUpdatedAt: string;
|
|
23902
23913
|
}, 200, "application/json">>>;
|
|
@@ -23920,7 +23931,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23920
23931
|
"x-access-token"?: string | undefined;
|
|
23921
23932
|
} & Partial<{
|
|
23922
23933
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23923
|
-
}>;
|
|
23934
|
+
}>;
|
|
23924
23935
|
}, Response<{
|
|
23925
23936
|
settingsString?: string | undefined;
|
|
23926
23937
|
}, 200, "application/json">>>;
|
|
@@ -23951,7 +23962,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23951
23962
|
"x-access-token"?: string | undefined;
|
|
23952
23963
|
} & Partial<{
|
|
23953
23964
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23954
|
-
}>;
|
|
23965
|
+
}>;
|
|
23955
23966
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23956
23967
|
[x: string]: unknown;
|
|
23957
23968
|
}, 400, "application/json">>>;
|
|
@@ -24036,7 +24047,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24036
24047
|
"x-access-token"?: string | undefined;
|
|
24037
24048
|
} & Partial<{
|
|
24038
24049
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24039
|
-
}>;
|
|
24050
|
+
}>;
|
|
24040
24051
|
}, Response<{
|
|
24041
24052
|
created: string;
|
|
24042
24053
|
device: MittwaldAPIV2.Components.Schemas.SignupDeviceInfo;
|
|
@@ -24066,7 +24077,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24066
24077
|
"x-access-token"?: string | undefined;
|
|
24067
24078
|
} & Partial<{
|
|
24068
24079
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24069
|
-
}>;
|
|
24080
|
+
}>;
|
|
24070
24081
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24071
24082
|
[x: string]: unknown;
|
|
24072
24083
|
}, 404, "application/json">>>;
|
|
@@ -24090,7 +24101,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24090
24101
|
"x-access-token"?: string | undefined;
|
|
24091
24102
|
} & Partial<{
|
|
24092
24103
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24093
|
-
}>;
|
|
24104
|
+
}>;
|
|
24094
24105
|
}, Response<{
|
|
24095
24106
|
avatarRef?: string | undefined;
|
|
24096
24107
|
email?: string | undefined;
|
|
@@ -24139,7 +24150,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24139
24150
|
"x-access-token"?: string | undefined;
|
|
24140
24151
|
} & Partial<{
|
|
24141
24152
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24142
|
-
}>;
|
|
24153
|
+
}>;
|
|
24143
24154
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24144
24155
|
[x: string]: unknown;
|
|
24145
24156
|
}, 400, "application/json">>>;
|
|
@@ -24158,7 +24169,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24158
24169
|
"x-access-token"?: string | undefined;
|
|
24159
24170
|
} & Partial<{
|
|
24160
24171
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24161
|
-
}>;
|
|
24172
|
+
}>;
|
|
24162
24173
|
}, Response<{
|
|
24163
24174
|
type: "ValidationError";
|
|
24164
24175
|
message?: string | undefined;
|
|
@@ -24218,7 +24229,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24218
24229
|
"x-access-token"?: string | undefined;
|
|
24219
24230
|
} & Partial<{
|
|
24220
24231
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24221
|
-
}>;
|
|
24232
|
+
}>;
|
|
24222
24233
|
}, Response<MittwaldAPIV2.Components.Schemas.UserUserFeedback[], 200, "application/json">>>;
|
|
24223
24234
|
/** List all sessions. */
|
|
24224
24235
|
listSessions: (request?: {
|
|
@@ -24235,7 +24246,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24235
24246
|
"x-access-token"?: string | undefined;
|
|
24236
24247
|
} & Partial<{
|
|
24237
24248
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24238
|
-
}>;
|
|
24249
|
+
}>;
|
|
24239
24250
|
}, Response<MittwaldAPIV2.Components.Schemas.SignupUserSession[], 200, "application/json">>>;
|
|
24240
24251
|
/** Terminate all sessions, except the current session. */
|
|
24241
24252
|
terminateAllSessions: (request?: {
|
|
@@ -24252,7 +24263,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24252
24263
|
"x-access-token"?: string | undefined;
|
|
24253
24264
|
} & Partial<{
|
|
24254
24265
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24255
|
-
}>;
|
|
24266
|
+
}>;
|
|
24256
24267
|
}, Response<{}, 204, "empty">>>;
|
|
24257
24268
|
/** Terminate session and invalidate access token. */
|
|
24258
24269
|
logout: (request?: {
|
|
@@ -24269,7 +24280,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24269
24280
|
"x-access-token"?: string | undefined;
|
|
24270
24281
|
} & Partial<{
|
|
24271
24282
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24272
|
-
}>;
|
|
24283
|
+
}>;
|
|
24273
24284
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24274
24285
|
type: "ValidationError";
|
|
24275
24286
|
message?: string | undefined;
|
|
@@ -24332,7 +24343,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24332
24343
|
Authorization?: string | undefined;
|
|
24333
24344
|
} & Partial<{
|
|
24334
24345
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24335
|
-
}>;
|
|
24346
|
+
}>;
|
|
24336
24347
|
}, Response<{
|
|
24337
24348
|
access_token: string;
|
|
24338
24349
|
expires_in: number;
|
|
@@ -24393,7 +24404,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24393
24404
|
"x-access-token"?: string | undefined;
|
|
24394
24405
|
} & Partial<{
|
|
24395
24406
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24396
|
-
}>;
|
|
24407
|
+
}>;
|
|
24397
24408
|
}, Response<{
|
|
24398
24409
|
refId: string;
|
|
24399
24410
|
rules: {
|
|
@@ -24435,7 +24446,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24435
24446
|
"x-access-token"?: string | undefined;
|
|
24436
24447
|
} & Partial<{
|
|
24437
24448
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24438
|
-
}>;
|
|
24449
|
+
}>;
|
|
24439
24450
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24440
24451
|
[x: string]: unknown;
|
|
24441
24452
|
}, 400, "application/json">>>;
|
|
@@ -24489,7 +24500,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24489
24500
|
"x-access-token"?: string | undefined;
|
|
24490
24501
|
} & Partial<{
|
|
24491
24502
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24492
|
-
}>;
|
|
24503
|
+
}>;
|
|
24493
24504
|
}, Response<{
|
|
24494
24505
|
expiresAt?: string | undefined;
|
|
24495
24506
|
supportCode?: string | undefined;
|
|
@@ -24518,7 +24529,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24518
24529
|
"x-access-token"?: string | undefined;
|
|
24519
24530
|
} & Partial<{
|
|
24520
24531
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24521
|
-
}>;
|
|
24532
|
+
}>;
|
|
24522
24533
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24523
24534
|
type: "ValidationError";
|
|
24524
24535
|
message?: string | undefined;
|
|
@@ -24555,7 +24566,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24555
24566
|
"x-access-token"?: string | undefined;
|
|
24556
24567
|
} & Partial<{
|
|
24557
24568
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24558
|
-
}>;
|
|
24569
|
+
}>;
|
|
24559
24570
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24560
24571
|
[x: string]: unknown;
|
|
24561
24572
|
}, 400, "application/json"> | Response<{
|
|
@@ -24620,7 +24631,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24620
24631
|
"x-access-token"?: string | undefined;
|
|
24621
24632
|
} & Partial<{
|
|
24622
24633
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24623
|
-
}>;
|
|
24634
|
+
}>;
|
|
24624
24635
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24625
24636
|
[x: string]: unknown;
|
|
24626
24637
|
}, 400, "application/json"> | Response<{
|
|
@@ -24660,7 +24671,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24660
24671
|
"x-access-token"?: string | undefined;
|
|
24661
24672
|
} & Partial<{
|
|
24662
24673
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24663
|
-
}>;
|
|
24674
|
+
}>;
|
|
24664
24675
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[], 200, "application/json"> | Response<{
|
|
24665
24676
|
[x: string]: unknown;
|
|
24666
24677
|
}, 404, "application/json">>>;
|
|
@@ -24697,7 +24708,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24697
24708
|
"x-access-token"?: string | undefined;
|
|
24698
24709
|
} & Partial<{
|
|
24699
24710
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24700
|
-
}>;
|
|
24711
|
+
}>;
|
|
24701
24712
|
}, Response<{
|
|
24702
24713
|
id: string;
|
|
24703
24714
|
information: MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
|
|
@@ -24739,7 +24750,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24739
24750
|
"x-access-token"?: string | undefined;
|
|
24740
24751
|
} & Partial<{
|
|
24741
24752
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24742
|
-
}>;
|
|
24753
|
+
}>;
|
|
24743
24754
|
}, Response<{
|
|
24744
24755
|
id: string;
|
|
24745
24756
|
}, 201, "application/json"> | Response<{
|
|
@@ -24776,7 +24787,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24776
24787
|
"x-access-token"?: string | undefined;
|
|
24777
24788
|
} & Partial<{
|
|
24778
24789
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24779
|
-
}>;
|
|
24790
|
+
}>;
|
|
24780
24791
|
}, Response<{}, 204, "empty">>>;
|
|
24781
24792
|
/** Request a Project avatar upload. */
|
|
24782
24793
|
requestProjectAvatarUpload: (request: {
|
|
@@ -24798,7 +24809,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24798
24809
|
"x-access-token"?: string | undefined;
|
|
24799
24810
|
} & Partial<{
|
|
24800
24811
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24801
|
-
}>;
|
|
24812
|
+
}>;
|
|
24802
24813
|
}, Response<{
|
|
24803
24814
|
refId: string;
|
|
24804
24815
|
rules: MittwaldAPIV2.Components.Schemas.ProjectAvatarRules;
|
|
@@ -24827,7 +24838,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24827
24838
|
"x-access-token"?: string | undefined;
|
|
24828
24839
|
} & Partial<{
|
|
24829
24840
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24830
|
-
}>;
|
|
24841
|
+
}>;
|
|
24831
24842
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24832
24843
|
[x: string]: unknown;
|
|
24833
24844
|
}, 400, "application/json"> | Response<{
|
|
@@ -24853,7 +24864,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24853
24864
|
"x-access-token"?: string | undefined;
|
|
24854
24865
|
} & Partial<{
|
|
24855
24866
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24856
|
-
}>;
|
|
24867
|
+
}>;
|
|
24857
24868
|
}, Response<{
|
|
24858
24869
|
id: string;
|
|
24859
24870
|
information: MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
|
|
@@ -24886,7 +24897,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24886
24897
|
"x-access-token"?: string | undefined;
|
|
24887
24898
|
} & Partial<{
|
|
24888
24899
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24889
|
-
}>;
|
|
24900
|
+
}>;
|
|
24890
24901
|
}, Response<{}, 204, "empty">>>;
|
|
24891
24902
|
/** Get a ProjectMembership */
|
|
24892
24903
|
getProjectMembership: (request: {
|
|
@@ -24908,7 +24919,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24908
24919
|
"x-access-token"?: string | undefined;
|
|
24909
24920
|
} & Partial<{
|
|
24910
24921
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24911
|
-
}>;
|
|
24922
|
+
}>;
|
|
24912
24923
|
}, Response<{
|
|
24913
24924
|
expiresAt?: string | undefined;
|
|
24914
24925
|
id: string;
|
|
@@ -24941,7 +24952,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24941
24952
|
"x-access-token"?: string | undefined;
|
|
24942
24953
|
} & Partial<{
|
|
24943
24954
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24944
|
-
}>;
|
|
24955
|
+
}>;
|
|
24945
24956
|
}, Response<{}, 204, "empty">>>;
|
|
24946
24957
|
/** Update a ProjectMembership. */
|
|
24947
24958
|
updateProjectMembership: (request: {
|
|
@@ -24972,7 +24983,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24972
24983
|
"x-access-token"?: string | undefined;
|
|
24973
24984
|
} & Partial<{
|
|
24974
24985
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24975
|
-
}>;
|
|
24986
|
+
}>;
|
|
24976
24987
|
}, Response<{}, 204, "empty">>>;
|
|
24977
24988
|
/** Get a Project. */
|
|
24978
24989
|
getProject: (request: {
|
|
@@ -24994,7 +25005,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24994
25005
|
"x-access-token"?: string | undefined;
|
|
24995
25006
|
} & Partial<{
|
|
24996
25007
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24997
|
-
}>;
|
|
25008
|
+
}>;
|
|
24998
25009
|
}, Response<{
|
|
24999
25010
|
clusterDomain?: string | undefined;
|
|
25000
25011
|
clusterID?: string | undefined;
|
|
@@ -25042,7 +25053,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25042
25053
|
"x-access-token"?: string | undefined;
|
|
25043
25054
|
} & Partial<{
|
|
25044
25055
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25045
|
-
}>;
|
|
25056
|
+
}>;
|
|
25046
25057
|
}, Response<{}, 204, "empty"> | Response<{
|
|
25047
25058
|
[x: string]: unknown;
|
|
25048
25059
|
}, 400, "application/json"> | Response<{
|
|
@@ -25072,7 +25083,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25072
25083
|
"x-access-token"?: string | undefined;
|
|
25073
25084
|
} & Partial<{
|
|
25074
25085
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25075
|
-
}>;
|
|
25086
|
+
}>;
|
|
25076
25087
|
}, Response<{
|
|
25077
25088
|
refId: string;
|
|
25078
25089
|
rules: MittwaldAPIV2.Components.Schemas.ProjectAvatarRules;
|
|
@@ -25101,7 +25112,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25101
25112
|
"x-access-token"?: string | undefined;
|
|
25102
25113
|
} & Partial<{
|
|
25103
25114
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25104
|
-
}>;
|
|
25115
|
+
}>;
|
|
25105
25116
|
}, Response<{}, 204, "empty"> | Response<{
|
|
25106
25117
|
[x: string]: unknown;
|
|
25107
25118
|
}, 400, "application/json"> | Response<{
|
|
@@ -25123,7 +25134,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25123
25134
|
"x-access-token"?: string | undefined;
|
|
25124
25135
|
} & Partial<{
|
|
25125
25136
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25126
|
-
}>;
|
|
25137
|
+
}>;
|
|
25127
25138
|
}, Response<{
|
|
25128
25139
|
id: string;
|
|
25129
25140
|
information: MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
|
|
@@ -25156,7 +25167,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25156
25167
|
"x-access-token"?: string | undefined;
|
|
25157
25168
|
} & Partial<{
|
|
25158
25169
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25159
|
-
}>;
|
|
25170
|
+
}>;
|
|
25160
25171
|
}, Response<{
|
|
25161
25172
|
expiresAt?: string | undefined;
|
|
25162
25173
|
id: string;
|
|
@@ -25189,7 +25200,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25189
25200
|
"x-access-token"?: string | undefined;
|
|
25190
25201
|
} & Partial<{
|
|
25191
25202
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25192
|
-
}>;
|
|
25203
|
+
}>;
|
|
25193
25204
|
}, Response<{
|
|
25194
25205
|
clusterName: string;
|
|
25195
25206
|
createdAt: string;
|
|
@@ -25237,7 +25248,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25237
25248
|
"x-access-token"?: string | undefined;
|
|
25238
25249
|
} & Partial<{
|
|
25239
25250
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25240
|
-
}>;
|
|
25251
|
+
}>;
|
|
25241
25252
|
}, Response<{}, 204, "empty">>>;
|
|
25242
25253
|
/** List Memberships belonging to a Project. */
|
|
25243
25254
|
listMembershipsForProject: (request: {
|
|
@@ -25271,7 +25282,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25271
25282
|
"x-access-token"?: string | undefined;
|
|
25272
25283
|
} & Partial<{
|
|
25273
25284
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25274
|
-
}>;
|
|
25285
|
+
}>;
|
|
25275
25286
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipProjectMembership[], 200, "application/json"> | Response<{
|
|
25276
25287
|
[x: string]: unknown;
|
|
25277
25288
|
}, 404, "application/json">>>;
|
|
@@ -25302,7 +25313,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25302
25313
|
"x-access-token"?: string | undefined;
|
|
25303
25314
|
} & Partial<{
|
|
25304
25315
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25305
|
-
}>;
|
|
25316
|
+
}>;
|
|
25306
25317
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[], 200, "application/json"> | Response<{
|
|
25307
25318
|
[x: string]: unknown;
|
|
25308
25319
|
}, 404, "application/json">>>;
|
|
@@ -25333,7 +25344,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25333
25344
|
"x-access-token"?: string | undefined;
|
|
25334
25345
|
} & Partial<{
|
|
25335
25346
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25336
|
-
}>;
|
|
25347
|
+
}>;
|
|
25337
25348
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipProjectMembership[], 200, "application/json"> | Response<{
|
|
25338
25349
|
[x: string]: unknown;
|
|
25339
25350
|
}, 404, "application/json">>>;
|
|
@@ -25364,7 +25375,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25364
25375
|
"x-access-token"?: string | undefined;
|
|
25365
25376
|
} & Partial<{
|
|
25366
25377
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25367
|
-
}>;
|
|
25378
|
+
}>;
|
|
25368
25379
|
}, Response<{
|
|
25369
25380
|
createdAt: string;
|
|
25370
25381
|
customerId: string;
|
|
@@ -25420,7 +25431,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25420
25431
|
"x-access-token"?: string | undefined;
|
|
25421
25432
|
} & Partial<{
|
|
25422
25433
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25423
|
-
}>;
|
|
25434
|
+
}>;
|
|
25424
25435
|
}, Response<MittwaldAPIV2.Components.Schemas.ProjectServer[], 200, "application/json"> | Response<{
|
|
25425
25436
|
[x: string]: unknown;
|
|
25426
25437
|
}, 403, "application/json">>>;
|
|
@@ -25451,7 +25462,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25451
25462
|
"x-access-token"?: string | undefined;
|
|
25452
25463
|
} & Partial<{
|
|
25453
25464
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25454
|
-
}>;
|
|
25465
|
+
}>;
|
|
25455
25466
|
}, Response<{}, 204, "empty"> | Response<{
|
|
25456
25467
|
[x: string]: unknown;
|
|
25457
25468
|
}, 403, "application/json">>>;
|
|
@@ -25482,7 +25493,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25482
25493
|
"x-access-token"?: string | undefined;
|
|
25483
25494
|
} & Partial<{
|
|
25484
25495
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25485
|
-
}>;
|
|
25496
|
+
}>;
|
|
25486
25497
|
}, Response<{}, 204, "empty"> | Response<{
|
|
25487
25498
|
[x: string]: unknown;
|
|
25488
25499
|
}, 400, "application/json"> | Response<{
|
|
@@ -25515,7 +25526,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25515
25526
|
"x-access-token"?: string | undefined;
|
|
25516
25527
|
} & Partial<{
|
|
25517
25528
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25518
|
-
}>;
|
|
25529
|
+
}>;
|
|
25519
25530
|
}, Response<{}, 204, "empty"> | Response<{
|
|
25520
25531
|
[x: string]: unknown;
|
|
25521
25532
|
}, 400, "application/json"> | Response<{
|
|
@@ -25564,7 +25575,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25564
25575
|
"x-access-token"?: string | undefined;
|
|
25565
25576
|
} & Partial<{
|
|
25566
25577
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25567
|
-
}>;
|
|
25578
|
+
}>;
|
|
25568
25579
|
}, Response<{
|
|
25569
25580
|
absolutePath: string;
|
|
25570
25581
|
isDirectory?: boolean | undefined;
|
|
@@ -25612,7 +25623,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25612
25623
|
"x-access-token"?: string | undefined;
|
|
25613
25624
|
} & Partial<{
|
|
25614
25625
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25615
|
-
}>;
|
|
25626
|
+
}>;
|
|
25616
25627
|
}, Response<{
|
|
25617
25628
|
path?: string | undefined;
|
|
25618
25629
|
totalBytes?: number | undefined;
|
|
@@ -25656,7 +25667,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25656
25667
|
"x-access-token"?: string | undefined;
|
|
25657
25668
|
} & Partial<{
|
|
25658
25669
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25659
|
-
}>;
|
|
25670
|
+
}>;
|
|
25660
25671
|
}, Response<string, 200, "text/plain"> | Response<{
|
|
25661
25672
|
[x: string]: unknown;
|
|
25662
25673
|
}, 403, "application/json"> | Response<{
|
|
@@ -25684,7 +25695,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25684
25695
|
"x-access-token"?: string | undefined;
|
|
25685
25696
|
} & Partial<{
|
|
25686
25697
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25687
|
-
}>;
|
|
25698
|
+
}>;
|
|
25688
25699
|
}, Response<{
|
|
25689
25700
|
jwt: string;
|
|
25690
25701
|
}, 200, "application/json"> | Response<{
|
|
@@ -25724,7 +25735,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25724
25735
|
"x-access-token"?: string | undefined;
|
|
25725
25736
|
} & Partial<{
|
|
25726
25737
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25727
|
-
}>;
|
|
25738
|
+
}>;
|
|
25728
25739
|
}, Response<{
|
|
25729
25740
|
absolutePath: string;
|
|
25730
25741
|
isDirectory?: boolean | undefined;
|
|
@@ -25866,7 +25877,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25866
25877
|
"x-access-token"?: string | undefined;
|
|
25867
25878
|
} & Partial<{
|
|
25868
25879
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25869
|
-
}>;
|
|
25880
|
+
}>;
|
|
25870
25881
|
}, Response<MittwaldAPIV2.Components.Schemas.SshuserSftpUser[], 200, "application/json"> | Response<{
|
|
25871
25882
|
[x: string]: unknown;
|
|
25872
25883
|
}, 404, "application/json">>>;
|
|
@@ -25909,7 +25920,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25909
25920
|
"x-access-token"?: string | undefined;
|
|
25910
25921
|
} & Partial<{
|
|
25911
25922
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25912
|
-
}>;
|
|
25923
|
+
}>;
|
|
25913
25924
|
}, Response<{
|
|
25914
25925
|
accessLevel: MittwaldAPIV2.Components.Schemas.SshuserAccessLevel;
|
|
25915
25926
|
active?: boolean | undefined;
|
|
@@ -25947,7 +25958,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25947
25958
|
"x-access-token"?: string | undefined;
|
|
25948
25959
|
} & Partial<{
|
|
25949
25960
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25950
|
-
}>;
|
|
25961
|
+
}>;
|
|
25951
25962
|
}, Response<{
|
|
25952
25963
|
accessLevel: MittwaldAPIV2.Components.Schemas.SshuserAccessLevel;
|
|
25953
25964
|
active?: boolean | undefined;
|
|
@@ -25985,7 +25996,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25985
25996
|
"x-access-token"?: string | undefined;
|
|
25986
25997
|
} & Partial<{
|
|
25987
25998
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25988
|
-
}>;
|
|
25999
|
+
}>;
|
|
25989
26000
|
}, Response<{}, 204, "empty">>>;
|
|
25990
26001
|
/** Update an SFTPUser. */
|
|
25991
26002
|
sftpUserUpdateSftpUser: (request: {
|
|
@@ -26026,7 +26037,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26026
26037
|
"x-access-token"?: string | undefined;
|
|
26027
26038
|
} & Partial<{
|
|
26028
26039
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26029
|
-
}>;
|
|
26040
|
+
}>;
|
|
26030
26041
|
}, Response<{}, 204, "empty"> | Response<{
|
|
26031
26042
|
[x: string]: unknown;
|
|
26032
26043
|
}, 400, "application/json">>>;
|
|
@@ -26062,7 +26073,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26062
26073
|
"x-access-token"?: string | undefined;
|
|
26063
26074
|
} & Partial<{
|
|
26064
26075
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26065
|
-
}>;
|
|
26076
|
+
}>;
|
|
26066
26077
|
}, Response<MittwaldAPIV2.Components.Schemas.SshuserSshUser[], 200, "application/json"> | Response<{
|
|
26067
26078
|
[x: string]: unknown;
|
|
26068
26079
|
}, 404, "application/json">>>;
|
|
@@ -26101,7 +26112,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26101
26112
|
"x-access-token"?: string | undefined;
|
|
26102
26113
|
} & Partial<{
|
|
26103
26114
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26104
|
-
}>;
|
|
26115
|
+
}>;
|
|
26105
26116
|
}, Response<{
|
|
26106
26117
|
active?: boolean | undefined;
|
|
26107
26118
|
authUpdatedAt: string;
|
|
@@ -26137,7 +26148,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26137
26148
|
"x-access-token"?: string | undefined;
|
|
26138
26149
|
} & Partial<{
|
|
26139
26150
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26140
|
-
}>;
|
|
26151
|
+
}>;
|
|
26141
26152
|
}, Response<{
|
|
26142
26153
|
active?: boolean | undefined;
|
|
26143
26154
|
authUpdatedAt: string;
|
|
@@ -26173,7 +26184,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26173
26184
|
"x-access-token"?: string | undefined;
|
|
26174
26185
|
} & Partial<{
|
|
26175
26186
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26176
|
-
}>;
|
|
26187
|
+
}>;
|
|
26177
26188
|
}, Response<{}, 204, "empty">>>;
|
|
26178
26189
|
/** Update an SSHUser. */
|
|
26179
26190
|
sshUserUpdateSshUser: (request: {
|
|
@@ -26210,7 +26221,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26210
26221
|
"x-access-token"?: string | undefined;
|
|
26211
26222
|
} & Partial<{
|
|
26212
26223
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26213
|
-
}>;
|
|
26224
|
+
}>;
|
|
26214
26225
|
}, Response<{}, 204, "empty"> | Response<{
|
|
26215
26226
|
[x: string]: unknown;
|
|
26216
26227
|
}, 400, "application/json">>>;
|