@mittwald/api-client 3.1.47 → 3.1.49
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 +24 -26
- package/dist/react.d.mts +18 -18
- package/dist/react.d.ts +18 -18
- package/dist/react.mjs +16 -16
- package/dist/shared/{api-client.416bac64.mjs → api-client.5e93de47.mjs} +10 -10
- package/dist/shared/{api-client.858a0957.d.mts → api-client.e76f0af5.d.mts} +379 -384
- package/dist/shared/{api-client.858a0957.d.ts → api-client.e76f0af5.d.ts} +379 -384
- 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. */
|
|
@@ -366,7 +366,7 @@ declare const ingressRequestIngressAcmeCertificateIssuance: OpenAPIOperation$1<R
|
|
|
366
366
|
/** Update the tls settings of an Ingress. */
|
|
367
367
|
declare const ingressUpdateIngressTls: OpenAPIOperation$1<RequestType$1<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Patch.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Patch.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
368
368
|
/** Get details of an Invoice. */
|
|
369
|
-
declare const
|
|
369
|
+
declare const invoiceDetail: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2InvoicesInvoiceId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2InvoicesInvoiceId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2InvoicesInvoiceId.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2InvoicesInvoiceId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2InvoicesInvoiceId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2InvoicesInvoiceId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2InvoicesInvoiceId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
370
370
|
/** Get InvoiceSettings of a Customer. */
|
|
371
371
|
declare const invoiceGetDetailOfInvoiceSettings: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdInvoiceSettings.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
372
372
|
/** Update InvoiceSettings of a Customer. */
|
|
@@ -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>;
|
|
@@ -1284,9 +1284,9 @@ declare namespace MittwaldAPIV2 {
|
|
|
1284
1284
|
type RequestData = InferredRequestData<typeof ingressUpdateIngressTls>;
|
|
1285
1285
|
type ResponseData<TStatus extends HttpStatus$1 = 200> = InferredResponseData<typeof ingressUpdateIngressTls, TStatus>;
|
|
1286
1286
|
}
|
|
1287
|
-
namespace
|
|
1288
|
-
type RequestData = InferredRequestData<typeof
|
|
1289
|
-
type ResponseData<TStatus extends HttpStatus$1 = 200> = InferredResponseData<typeof
|
|
1287
|
+
namespace InvoiceDetail {
|
|
1288
|
+
type RequestData = InferredRequestData<typeof invoiceDetail>;
|
|
1289
|
+
type ResponseData<TStatus extends HttpStatus$1 = 200> = InferredResponseData<typeof invoiceDetail, TStatus>;
|
|
1290
1290
|
}
|
|
1291
1291
|
namespace InvoiceGetDetailOfInvoiceSettings {
|
|
1292
1292
|
type RequestData = InferredRequestData<typeof invoiceGetDetailOfInvoiceSettings>;
|
|
@@ -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;
|
|
@@ -2830,17 +2827,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
2830
2827
|
interface FileFileMeta {
|
|
2831
2828
|
friendlyURL: string;
|
|
2832
2829
|
id: string;
|
|
2833
|
-
mimeType: string;
|
|
2834
2830
|
name: string;
|
|
2835
2831
|
sizeInBytes: number;
|
|
2836
|
-
/**
|
|
2837
|
-
* @deprecated
|
|
2838
|
-
* deprecated, see mimeType
|
|
2839
|
-
*/
|
|
2840
2832
|
type: string;
|
|
2841
2833
|
}
|
|
2842
2834
|
interface FileFileUploadRules {
|
|
2843
|
-
fileTypes: MittwaldAPIV2.Components.Schemas.FileFileType[];
|
|
2844
2835
|
maxSizeInKB: number;
|
|
2845
2836
|
mimeTypes: string[];
|
|
2846
2837
|
properties?: {
|
|
@@ -3756,10 +3747,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
3756
3747
|
location?: MittwaldAPIV2.Components.Schemas.SignupLocation;
|
|
3757
3748
|
tokenId: string;
|
|
3758
3749
|
}
|
|
3759
|
-
interface FileFileType {
|
|
3760
|
-
extensions: string[];
|
|
3761
|
-
mimeType: string;
|
|
3762
|
-
}
|
|
3763
3750
|
interface CommonsAddress {
|
|
3764
3751
|
street: string;
|
|
3765
3752
|
houseNumber: string;
|
|
@@ -4406,7 +4393,9 @@ declare namespace MittwaldAPIV2 {
|
|
|
4406
4393
|
appId: string;
|
|
4407
4394
|
};
|
|
4408
4395
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
4409
|
-
type Query = {
|
|
4396
|
+
type Query = {
|
|
4397
|
+
recommended?: boolean;
|
|
4398
|
+
};
|
|
4410
4399
|
}
|
|
4411
4400
|
namespace Responses {
|
|
4412
4401
|
namespace $200 {
|
|
@@ -4506,12 +4495,12 @@ declare namespace MittwaldAPIV2 {
|
|
|
4506
4495
|
}
|
|
4507
4496
|
}
|
|
4508
4497
|
}
|
|
4509
|
-
namespace
|
|
4510
|
-
namespace
|
|
4498
|
+
namespace V2AppinstallationsAppInstallationIdActionsCopy { }
|
|
4499
|
+
namespace V2AppInstallationsAppInstallationIdActionsCopy {
|
|
4511
4500
|
namespace Post {
|
|
4512
4501
|
namespace Parameters {
|
|
4513
4502
|
type Path = {
|
|
4514
|
-
|
|
4503
|
+
appInstallationId: string;
|
|
4515
4504
|
};
|
|
4516
4505
|
interface RequestBody {
|
|
4517
4506
|
description: string;
|
|
@@ -4578,19 +4567,13 @@ declare namespace MittwaldAPIV2 {
|
|
|
4578
4567
|
}
|
|
4579
4568
|
}
|
|
4580
4569
|
}
|
|
4581
|
-
namespace V2AppinstallationsAppInstallationIdDatabasesDatabaseId { }
|
|
4582
4570
|
namespace V2AppInstallationsAppInstallationIdDatabasesDatabaseId {
|
|
4583
|
-
namespace
|
|
4571
|
+
namespace Delete {
|
|
4584
4572
|
namespace Parameters {
|
|
4585
4573
|
type Path = {
|
|
4586
4574
|
appInstallationId: string;
|
|
4587
4575
|
databaseId: string;
|
|
4588
4576
|
};
|
|
4589
|
-
interface RequestBody {
|
|
4590
|
-
databaseUserIds: {
|
|
4591
|
-
[k: string]: string;
|
|
4592
|
-
};
|
|
4593
|
-
}
|
|
4594
4577
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
4595
4578
|
type Query = {};
|
|
4596
4579
|
}
|
|
@@ -4616,12 +4599,20 @@ declare namespace MittwaldAPIV2 {
|
|
|
4616
4599
|
}
|
|
4617
4600
|
}
|
|
4618
4601
|
}
|
|
4619
|
-
|
|
4602
|
+
}
|
|
4603
|
+
namespace V2AppinstallationsAppInstallationIdDatabasesDatabaseId { }
|
|
4604
|
+
namespace V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers {
|
|
4605
|
+
namespace Put {
|
|
4620
4606
|
namespace Parameters {
|
|
4621
4607
|
type Path = {
|
|
4622
4608
|
appInstallationId: string;
|
|
4623
4609
|
databaseId: string;
|
|
4624
4610
|
};
|
|
4611
|
+
interface RequestBody {
|
|
4612
|
+
databaseUserIds: {
|
|
4613
|
+
[k: string]: string;
|
|
4614
|
+
};
|
|
4615
|
+
}
|
|
4625
4616
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
4626
4617
|
type Query = {};
|
|
4627
4618
|
}
|
|
@@ -8710,6 +8701,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
8710
8701
|
namespace V2DomainsDomainIdScreenshotsNewest { }
|
|
8711
8702
|
namespace V2FileTokenRulesToken { }
|
|
8712
8703
|
namespace V2FileTypeRulesName { }
|
|
8704
|
+
namespace V2CustomersCustomerIdInvoicesInvoiceId { }
|
|
8713
8705
|
namespace V2NewsletterSubscriptions {
|
|
8714
8706
|
namespace Post {
|
|
8715
8707
|
namespace Parameters {
|
|
@@ -10117,11 +10109,10 @@ declare namespace MittwaldAPIV2 {
|
|
|
10117
10109
|
}
|
|
10118
10110
|
}
|
|
10119
10111
|
}
|
|
10120
|
-
namespace
|
|
10112
|
+
namespace V2InvoicesInvoiceId {
|
|
10121
10113
|
namespace Get {
|
|
10122
10114
|
namespace Parameters {
|
|
10123
10115
|
type Path = {
|
|
10124
|
-
customerId: string;
|
|
10125
10116
|
invoiceId: string;
|
|
10126
10117
|
};
|
|
10127
10118
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
@@ -16035,7 +16026,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
16035
16026
|
declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
16036
16027
|
/** The App API allows you to manage your apps within a project, and all the system softwares that are installed as dependencies. */
|
|
16037
16028
|
readonly app: {
|
|
16038
|
-
/**
|
|
16029
|
+
/** Trigger a runtime action belonging to an AppInstallation. */
|
|
16039
16030
|
executeAction: (request: {
|
|
16040
16031
|
appInstallationId: string;
|
|
16041
16032
|
action: MittwaldAPIV2.Components.Schemas.AppAction;
|
|
@@ -16054,7 +16045,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16054
16045
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16055
16046
|
[x: string]: unknown;
|
|
16056
16047
|
}, 404, "application/json">>>;
|
|
16057
|
-
/** Get
|
|
16048
|
+
/** Get an App. */
|
|
16058
16049
|
getApp: (request: {
|
|
16059
16050
|
appId: string;
|
|
16060
16051
|
headers?: {
|
|
@@ -16074,7 +16065,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16074
16065
|
"x-access-token"?: string | undefined;
|
|
16075
16066
|
} & Partial<{
|
|
16076
16067
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16077
|
-
}>;
|
|
16068
|
+
}>;
|
|
16078
16069
|
}, Response<{
|
|
16079
16070
|
actionCapabilities?: MittwaldAPIV2.Components.Schemas.AppActionCapabilities | undefined;
|
|
16080
16071
|
id: string;
|
|
@@ -16083,7 +16074,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16083
16074
|
}, 200, "application/json"> | Response<{
|
|
16084
16075
|
[x: string]: unknown;
|
|
16085
16076
|
}, 404, "application/json">>>;
|
|
16086
|
-
/** Get
|
|
16077
|
+
/** Get an AppInstallation. */
|
|
16087
16078
|
getAppinstallation: (request: {
|
|
16088
16079
|
appInstallationId: string;
|
|
16089
16080
|
headers?: {
|
|
@@ -16103,7 +16094,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16103
16094
|
"x-access-token"?: string | undefined;
|
|
16104
16095
|
} & Partial<{
|
|
16105
16096
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16106
|
-
}>;
|
|
16097
|
+
}>;
|
|
16107
16098
|
}, Response<{
|
|
16108
16099
|
appId: string;
|
|
16109
16100
|
appVersion: MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
@@ -16124,7 +16115,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16124
16115
|
}, 200, "application/json"> | Response<{
|
|
16125
16116
|
[x: string]: unknown;
|
|
16126
16117
|
}, 404, "application/json">>>;
|
|
16127
|
-
/**
|
|
16118
|
+
/** Trigger an uninstallation process for an AppInstallation. */
|
|
16128
16119
|
uninstallAppinstallation: (request: {
|
|
16129
16120
|
appInstallationId: string;
|
|
16130
16121
|
headers?: {
|
|
@@ -16144,11 +16135,11 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16144
16135
|
"x-access-token"?: string | undefined;
|
|
16145
16136
|
} & Partial<{
|
|
16146
16137
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16147
|
-
}>;
|
|
16138
|
+
}>;
|
|
16148
16139
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16149
16140
|
[x: string]: unknown;
|
|
16150
16141
|
}, 404, "application/json">>>;
|
|
16151
|
-
/**
|
|
16142
|
+
/** Update properties belonging to an AppInstallation. */
|
|
16152
16143
|
patchAppinstallation: (request: {
|
|
16153
16144
|
appInstallationId: string;
|
|
16154
16145
|
data?: {
|
|
@@ -16192,7 +16183,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16192
16183
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16193
16184
|
[x: string]: unknown;
|
|
16194
16185
|
}, 404, "application/json">>>;
|
|
16195
|
-
/** Get
|
|
16186
|
+
/** Get an AppVersion. */
|
|
16196
16187
|
getAppversion: (request: {
|
|
16197
16188
|
appId: string;
|
|
16198
16189
|
appVersionId: string;
|
|
@@ -16214,7 +16205,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16214
16205
|
"x-access-token"?: string | undefined;
|
|
16215
16206
|
} & Partial<{
|
|
16216
16207
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16217
|
-
}>;
|
|
16208
|
+
}>;
|
|
16218
16209
|
}, Response<{
|
|
16219
16210
|
breakingNote?: MittwaldAPIV2.Components.Schemas.AppBreakingNote | undefined;
|
|
16220
16211
|
databases?: MittwaldAPIV2.Components.Schemas.AppDatabaseDependency[] | undefined;
|
|
@@ -16260,7 +16251,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16260
16251
|
"x-access-token"?: string | undefined;
|
|
16261
16252
|
} & Partial<{
|
|
16262
16253
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16263
|
-
}>;
|
|
16254
|
+
}>;
|
|
16264
16255
|
}, Response<MittwaldAPIV2.Components.Schemas.AppSystemSoftware[], 200, "application/json"> | Response<{
|
|
16265
16256
|
[x: string]: unknown;
|
|
16266
16257
|
}, 404, "application/json">>>;
|
|
@@ -16293,14 +16284,14 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16293
16284
|
"x-access-token"?: string | undefined;
|
|
16294
16285
|
} & Partial<{
|
|
16295
16286
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16296
|
-
}>;
|
|
16287
|
+
}>;
|
|
16297
16288
|
}, Response<{
|
|
16298
16289
|
missingSystemSoftwareDependencies?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareDependency[] | undefined;
|
|
16299
16290
|
missingUserInputs?: MittwaldAPIV2.Components.Schemas.AppUserInput[] | undefined;
|
|
16300
16291
|
}, 200, "application/json"> | Response<{
|
|
16301
16292
|
[x: string]: unknown;
|
|
16302
16293
|
}, 404, "application/json">>>;
|
|
16303
|
-
/** Get a
|
|
16294
|
+
/** Get a SystemSoftware. */
|
|
16304
16295
|
getSystemsoftware: (request: {
|
|
16305
16296
|
systemSoftwareId: string;
|
|
16306
16297
|
headers?: {
|
|
@@ -16320,7 +16311,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16320
16311
|
"x-access-token"?: string | undefined;
|
|
16321
16312
|
} & Partial<{
|
|
16322
16313
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16323
|
-
}>;
|
|
16314
|
+
}>;
|
|
16324
16315
|
}, Response<{
|
|
16325
16316
|
id: string;
|
|
16326
16317
|
meta?: {
|
|
@@ -16331,7 +16322,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16331
16322
|
}, 200, "application/json"> | Response<{
|
|
16332
16323
|
[x: string]: unknown;
|
|
16333
16324
|
}, 404, "application/json">>>;
|
|
16334
|
-
/** Get a
|
|
16325
|
+
/** Get a SystemSoftwareVersion. */
|
|
16335
16326
|
getSystemsoftwareversion: (request: {
|
|
16336
16327
|
systemSoftwareId: string;
|
|
16337
16328
|
systemSoftwareVersionId: string;
|
|
@@ -16353,7 +16344,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16353
16344
|
"x-access-token"?: string | undefined;
|
|
16354
16345
|
} & Partial<{
|
|
16355
16346
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16356
|
-
}>;
|
|
16347
|
+
}>;
|
|
16357
16348
|
}, Response<{
|
|
16358
16349
|
externalVersion: string;
|
|
16359
16350
|
id: string;
|
|
@@ -16364,7 +16355,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16364
16355
|
}, 200, "application/json"> | Response<{
|
|
16365
16356
|
[x: string]: unknown;
|
|
16366
16357
|
}, 404, "application/json">>>;
|
|
16367
|
-
/** Create linkage between an
|
|
16358
|
+
/** Create linkage between an AppInstallation and a MySQLDatabase. */
|
|
16368
16359
|
linkDatabase: (request: {
|
|
16369
16360
|
data: {
|
|
16370
16361
|
databaseId: string;
|
|
@@ -16399,11 +16390,11 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16399
16390
|
"x-access-token"?: string | undefined;
|
|
16400
16391
|
} & Partial<{
|
|
16401
16392
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16402
|
-
}>;
|
|
16393
|
+
}>;
|
|
16403
16394
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16404
16395
|
[x: string]: unknown;
|
|
16405
16396
|
}, 404, "application/json">>>;
|
|
16406
|
-
/**
|
|
16397
|
+
/** List AppInstallations belonging to a Project. */
|
|
16407
16398
|
listAppinstallations: (request: {
|
|
16408
16399
|
projectId: string;
|
|
16409
16400
|
headers?: {
|
|
@@ -16437,9 +16428,9 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16437
16428
|
"x-access-token"?: string | undefined;
|
|
16438
16429
|
} & Partial<{
|
|
16439
16430
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16440
|
-
}>;
|
|
16431
|
+
}>;
|
|
16441
16432
|
}, Response<MittwaldAPIV2.Components.Schemas.AppAppInstallation[], 200, "application/json">>>;
|
|
16442
|
-
/** Request
|
|
16433
|
+
/** Request an AppInstallation. */
|
|
16443
16434
|
requestAppinstallation: (request: {
|
|
16444
16435
|
data: {
|
|
16445
16436
|
appVersionId: string;
|
|
@@ -16471,7 +16462,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16471
16462
|
}, 201, "application/json"> | Response<{
|
|
16472
16463
|
[x: string]: unknown;
|
|
16473
16464
|
}, 404, "application/json">>>;
|
|
16474
|
-
/**
|
|
16465
|
+
/** List Apps. */
|
|
16475
16466
|
listApps: (request?: {
|
|
16476
16467
|
headers?: {
|
|
16477
16468
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -16500,15 +16491,19 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16500
16491
|
"x-access-token"?: string | undefined;
|
|
16501
16492
|
} & Partial<{
|
|
16502
16493
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16503
|
-
}>;
|
|
16494
|
+
}>;
|
|
16504
16495
|
}, Response<MittwaldAPIV2.Components.Schemas.AppApp[], 200, "application/json">>>;
|
|
16505
|
-
/**
|
|
16496
|
+
/** List AppVersions belonging to an App. */
|
|
16506
16497
|
listAppversions: (request: {
|
|
16507
16498
|
appId: string;
|
|
16508
16499
|
headers?: {
|
|
16509
16500
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16510
16501
|
"x-access-token"?: string | undefined;
|
|
16511
16502
|
} | undefined;
|
|
16503
|
+
queryParameters?: {
|
|
16504
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16505
|
+
recommended?: boolean | undefined;
|
|
16506
|
+
} | undefined;
|
|
16512
16507
|
}) => ResponsePromise<OpenAPIOperation<{
|
|
16513
16508
|
headers?: Partial<{
|
|
16514
16509
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -16517,14 +16512,20 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16517
16512
|
pathParameters: {
|
|
16518
16513
|
appId: string;
|
|
16519
16514
|
};
|
|
16515
|
+
} & {
|
|
16516
|
+
queryParameters: {
|
|
16517
|
+
recommended?: boolean | undefined;
|
|
16518
|
+
} & Partial<{
|
|
16519
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16520
|
+
}>;
|
|
16520
16521
|
} & {
|
|
16521
16522
|
headers: {
|
|
16522
16523
|
"x-access-token"?: string | undefined;
|
|
16523
16524
|
} & Partial<{
|
|
16524
16525
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16525
|
-
}>;
|
|
16526
|
+
}>;
|
|
16526
16527
|
}, Response<MittwaldAPIV2.Components.Schemas.AppAppVersion[], 200, "application/json">>>;
|
|
16527
|
-
/**
|
|
16528
|
+
/** List SystemSoftwares. */
|
|
16528
16529
|
listSystemsoftwares: (request?: {
|
|
16529
16530
|
headers?: {
|
|
16530
16531
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -16553,9 +16554,9 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16553
16554
|
"x-access-token"?: string | undefined;
|
|
16554
16555
|
} & Partial<{
|
|
16555
16556
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16556
|
-
}>;
|
|
16557
|
+
}>;
|
|
16557
16558
|
}, Response<MittwaldAPIV2.Components.Schemas.AppSystemSoftware[], 200, "application/json">>>;
|
|
16558
|
-
/**
|
|
16559
|
+
/** List SystemSoftwareVersions belonging to a SystemSoftware. */
|
|
16559
16560
|
listSystemsoftwareversions: (request: {
|
|
16560
16561
|
systemSoftwareId: string;
|
|
16561
16562
|
headers?: {
|
|
@@ -16585,9 +16586,9 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16585
16586
|
"x-access-token"?: string | undefined;
|
|
16586
16587
|
} & Partial<{
|
|
16587
16588
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16588
|
-
}>;
|
|
16589
|
+
}>;
|
|
16589
16590
|
}, Response<MittwaldAPIV2.Components.Schemas.AppSystemSoftwareVersion[], 200, "application/json">>>;
|
|
16590
|
-
/**
|
|
16591
|
+
/** List update candidates belonging to an AppVersion. */
|
|
16591
16592
|
listUpdateCandidatesForAppversion: (request: {
|
|
16592
16593
|
appId: string;
|
|
16593
16594
|
baseAppVersionId: string;
|
|
@@ -16609,15 +16610,15 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16609
16610
|
"x-access-token"?: string | undefined;
|
|
16610
16611
|
} & Partial<{
|
|
16611
16612
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16612
|
-
}>;
|
|
16613
|
+
}>;
|
|
16613
16614
|
}, Response<MittwaldAPIV2.Components.Schemas.AppAppVersion[], 200, "application/json">>>;
|
|
16614
|
-
/** Request a copy of an
|
|
16615
|
+
/** Request a copy of an AppInstallation. */
|
|
16615
16616
|
requestAppinstallationCopy: (request: {
|
|
16616
16617
|
data: {
|
|
16617
16618
|
description: string;
|
|
16618
16619
|
targetProjectId?: string | undefined;
|
|
16619
16620
|
};
|
|
16620
|
-
|
|
16621
|
+
appInstallationId: string;
|
|
16621
16622
|
headers?: {
|
|
16622
16623
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16623
16624
|
} | undefined;
|
|
@@ -16628,7 +16629,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16628
16629
|
};
|
|
16629
16630
|
} & {
|
|
16630
16631
|
pathParameters: {
|
|
16631
|
-
|
|
16632
|
+
appInstallationId: string;
|
|
16632
16633
|
};
|
|
16633
16634
|
} & {
|
|
16634
16635
|
headers?: Partial<{
|
|
@@ -16639,7 +16640,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16639
16640
|
}, 201, "application/json"> | Response<{
|
|
16640
16641
|
[x: string]: unknown;
|
|
16641
16642
|
}, 404, "application/json">>>;
|
|
16642
|
-
/** Get runtime status
|
|
16643
|
+
/** Get runtime status belonging to an AppInstallation. */
|
|
16643
16644
|
retrieveStatus: (request: {
|
|
16644
16645
|
appInstallationId: string;
|
|
16645
16646
|
headers?: {
|
|
@@ -16661,66 +16662,66 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16661
16662
|
}, 200, "application/json"> | Response<{
|
|
16662
16663
|
[x: string]: unknown;
|
|
16663
16664
|
}, 404, "application/json">>>;
|
|
16664
|
-
/**
|
|
16665
|
-
|
|
16665
|
+
/** Remove linkage between an AppInstallation and a Database. */
|
|
16666
|
+
unlinkDatabase: (request: {
|
|
16666
16667
|
appInstallationId: string;
|
|
16667
16668
|
databaseId: string;
|
|
16668
|
-
data?: {
|
|
16669
|
-
databaseUserIds: {
|
|
16670
|
-
[x: string]: string;
|
|
16671
|
-
};
|
|
16672
|
-
} | undefined;
|
|
16673
16669
|
headers?: {
|
|
16674
16670
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16675
16671
|
"x-access-token"?: string | undefined;
|
|
16676
16672
|
} | undefined;
|
|
16677
16673
|
}) => ResponsePromise<OpenAPIOperation<{
|
|
16678
|
-
|
|
16679
|
-
|
|
16680
|
-
|
|
16681
|
-
};
|
|
16682
|
-
};
|
|
16674
|
+
headers?: Partial<{
|
|
16675
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16676
|
+
}> | undefined;
|
|
16683
16677
|
} & {
|
|
16684
16678
|
pathParameters: {
|
|
16685
16679
|
appInstallationId: string;
|
|
16686
16680
|
databaseId: string;
|
|
16687
16681
|
};
|
|
16688
|
-
} & {
|
|
16689
|
-
headers?: Partial<{
|
|
16690
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16691
|
-
}> | undefined;
|
|
16692
16682
|
} & {
|
|
16693
16683
|
headers: {
|
|
16694
16684
|
"x-access-token"?: string | undefined;
|
|
16695
16685
|
} & Partial<{
|
|
16696
16686
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16697
|
-
}>;
|
|
16687
|
+
}>;
|
|
16698
16688
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16699
16689
|
[x: string]: unknown;
|
|
16700
16690
|
}, 404, "application/json">>>;
|
|
16701
|
-
/**
|
|
16702
|
-
|
|
16691
|
+
/** Create linkage between an AppInstallation and DatabaseUsers. */
|
|
16692
|
+
setDatabaseUsers: (request: {
|
|
16703
16693
|
appInstallationId: string;
|
|
16704
16694
|
databaseId: string;
|
|
16695
|
+
data?: {
|
|
16696
|
+
databaseUserIds: {
|
|
16697
|
+
[x: string]: string;
|
|
16698
|
+
};
|
|
16699
|
+
} | undefined;
|
|
16705
16700
|
headers?: {
|
|
16706
16701
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16707
16702
|
"x-access-token"?: string | undefined;
|
|
16708
16703
|
} | undefined;
|
|
16709
16704
|
}) => ResponsePromise<OpenAPIOperation<{
|
|
16710
|
-
|
|
16711
|
-
|
|
16712
|
-
|
|
16705
|
+
data: {
|
|
16706
|
+
databaseUserIds: {
|
|
16707
|
+
[k: string]: string;
|
|
16708
|
+
};
|
|
16709
|
+
};
|
|
16713
16710
|
} & {
|
|
16714
16711
|
pathParameters: {
|
|
16715
16712
|
appInstallationId: string;
|
|
16716
16713
|
databaseId: string;
|
|
16717
16714
|
};
|
|
16715
|
+
} & {
|
|
16716
|
+
headers?: Partial<{
|
|
16717
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16718
|
+
}> | undefined;
|
|
16718
16719
|
} & {
|
|
16719
16720
|
headers: {
|
|
16720
16721
|
"x-access-token"?: string | undefined;
|
|
16721
16722
|
} & Partial<{
|
|
16722
16723
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16723
|
-
}>;
|
|
16724
|
+
}>;
|
|
16724
16725
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16725
16726
|
[x: string]: unknown;
|
|
16726
16727
|
}, 404, "application/json">>>;
|
|
@@ -16844,7 +16845,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16844
16845
|
"x-access-token"?: string | undefined;
|
|
16845
16846
|
} & Partial<{
|
|
16846
16847
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16847
|
-
}>;
|
|
16848
|
+
}>;
|
|
16848
16849
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16849
16850
|
[x: string]: unknown;
|
|
16850
16851
|
}, 400, "application/json"> | Response<{
|
|
@@ -16872,7 +16873,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16872
16873
|
"x-access-token"?: string | undefined;
|
|
16873
16874
|
} & Partial<{
|
|
16874
16875
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16875
|
-
}>;
|
|
16876
|
+
}>;
|
|
16876
16877
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16877
16878
|
[x: string]: unknown;
|
|
16878
16879
|
}, 403, "application/json"> | Response<{
|
|
@@ -16898,7 +16899,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16898
16899
|
"x-access-token"?: string | undefined;
|
|
16899
16900
|
} & Partial<{
|
|
16900
16901
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16901
|
-
}>;
|
|
16902
|
+
}>;
|
|
16902
16903
|
}, Response<MittwaldAPIV2.Components.Schemas.BackupProjectBackupSchedule[], 200, "application/json">>>;
|
|
16903
16904
|
/** Create a BackupSchedule for a Project. */
|
|
16904
16905
|
createProjectBackupSchedule: (request: {
|
|
@@ -16931,7 +16932,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16931
16932
|
"x-access-token"?: string | undefined;
|
|
16932
16933
|
} & Partial<{
|
|
16933
16934
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16934
|
-
}>;
|
|
16935
|
+
}>;
|
|
16935
16936
|
}, Response<{
|
|
16936
16937
|
createdAt?: string | undefined;
|
|
16937
16938
|
description?: string | undefined;
|
|
@@ -16966,7 +16967,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16966
16967
|
"x-access-token"?: string | undefined;
|
|
16967
16968
|
} & Partial<{
|
|
16968
16969
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16969
|
-
}>;
|
|
16970
|
+
}>;
|
|
16970
16971
|
}, Response<MittwaldAPIV2.Components.Schemas.BackupProjectBackup[], 200, "application/json">>>;
|
|
16971
16972
|
/** Create a Backup of a Project. */
|
|
16972
16973
|
createProjectBackup: (request: {
|
|
@@ -16997,7 +16998,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16997
16998
|
"x-access-token"?: string | undefined;
|
|
16998
16999
|
} & Partial<{
|
|
16999
17000
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17000
|
-
}>;
|
|
17001
|
+
}>;
|
|
17001
17002
|
}, Response<{
|
|
17002
17003
|
createdAt?: string | undefined;
|
|
17003
17004
|
deletable: boolean;
|
|
@@ -17033,7 +17034,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17033
17034
|
"x-access-token"?: string | undefined;
|
|
17034
17035
|
} & Partial<{
|
|
17035
17036
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17036
|
-
}>;
|
|
17037
|
+
}>;
|
|
17037
17038
|
}, Response<{
|
|
17038
17039
|
createdAt?: string | undefined;
|
|
17039
17040
|
description?: string | undefined;
|
|
@@ -17068,7 +17069,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17068
17069
|
"x-access-token"?: string | undefined;
|
|
17069
17070
|
} & Partial<{
|
|
17070
17071
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17071
|
-
}>;
|
|
17072
|
+
}>;
|
|
17072
17073
|
}, Response<{}, 204, "empty"> | Response<{
|
|
17073
17074
|
[x: string]: unknown;
|
|
17074
17075
|
}, 403, "application/json"> | Response<{
|
|
@@ -17105,7 +17106,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17105
17106
|
"x-access-token"?: string | undefined;
|
|
17106
17107
|
} & Partial<{
|
|
17107
17108
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17108
|
-
}>;
|
|
17109
|
+
}>;
|
|
17109
17110
|
}, Response<{}, 204, "empty"> | Response<{
|
|
17110
17111
|
[x: string]: unknown;
|
|
17111
17112
|
}, 400, "application/json"> | Response<{
|
|
@@ -17133,7 +17134,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17133
17134
|
"x-access-token"?: string | undefined;
|
|
17134
17135
|
} & Partial<{
|
|
17135
17136
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17136
|
-
}>;
|
|
17137
|
+
}>;
|
|
17137
17138
|
}, Response<{
|
|
17138
17139
|
createdAt?: string | undefined;
|
|
17139
17140
|
deletable: boolean;
|
|
@@ -17169,7 +17170,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17169
17170
|
"x-access-token"?: string | undefined;
|
|
17170
17171
|
} & Partial<{
|
|
17171
17172
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17172
|
-
}>;
|
|
17173
|
+
}>;
|
|
17173
17174
|
}, Response<{}, 204, "empty"> | Response<{
|
|
17174
17175
|
[x: string]: unknown;
|
|
17175
17176
|
}, 403, "application/json"> | Response<{
|
|
@@ -17202,7 +17203,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17202
17203
|
"x-access-token"?: string | undefined;
|
|
17203
17204
|
} & Partial<{
|
|
17204
17205
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17205
|
-
}>;
|
|
17206
|
+
}>;
|
|
17206
17207
|
}, Response<{}, 204, "empty"> | Response<{
|
|
17207
17208
|
[x: string]: unknown;
|
|
17208
17209
|
}, 400, "application/json"> | Response<{
|
|
@@ -17244,7 +17245,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17244
17245
|
"x-access-token"?: string | undefined;
|
|
17245
17246
|
} & Partial<{
|
|
17246
17247
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17247
|
-
}>;
|
|
17248
|
+
}>;
|
|
17248
17249
|
}, Response<{
|
|
17249
17250
|
contractId?: string | undefined;
|
|
17250
17251
|
contractItemId?: string | undefined;
|
|
@@ -17277,7 +17278,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17277
17278
|
"x-access-token"?: string | undefined;
|
|
17278
17279
|
} & Partial<{
|
|
17279
17280
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17280
|
-
}>;
|
|
17281
|
+
}>;
|
|
17281
17282
|
}, Response<{
|
|
17282
17283
|
contractId?: string | undefined;
|
|
17283
17284
|
contractItemId?: string | undefined;
|
|
@@ -17309,7 +17310,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17309
17310
|
"x-access-token"?: string | undefined;
|
|
17310
17311
|
} & Partial<{
|
|
17311
17312
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17312
|
-
}>;
|
|
17313
|
+
}>;
|
|
17313
17314
|
}, Response<{
|
|
17314
17315
|
contractId?: string | undefined;
|
|
17315
17316
|
contractItemId?: string | undefined;
|
|
@@ -17348,7 +17349,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17348
17349
|
"x-access-token"?: string | undefined;
|
|
17349
17350
|
} & Partial<{
|
|
17350
17351
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17351
|
-
}>;
|
|
17352
|
+
}>;
|
|
17352
17353
|
}, Response<{
|
|
17353
17354
|
contractId?: string | undefined;
|
|
17354
17355
|
itemsScheduledForTermination?: string[] | undefined;
|
|
@@ -17379,7 +17380,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17379
17380
|
"x-access-token"?: string | undefined;
|
|
17380
17381
|
} & Partial<{
|
|
17381
17382
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17382
|
-
}>;
|
|
17383
|
+
}>;
|
|
17383
17384
|
}, Response<{
|
|
17384
17385
|
contractId?: string | undefined;
|
|
17385
17386
|
isCancelled?: boolean | undefined;
|
|
@@ -17408,7 +17409,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17408
17409
|
"x-access-token"?: string | undefined;
|
|
17409
17410
|
} & Partial<{
|
|
17410
17411
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17411
|
-
}>;
|
|
17412
|
+
}>;
|
|
17412
17413
|
}, Response<{
|
|
17413
17414
|
activationDate?: string | undefined;
|
|
17414
17415
|
aggregateReference?: MittwaldAPIV2.Components.Schemas.ContractAggregateReference | undefined;
|
|
@@ -17457,7 +17458,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17457
17458
|
"x-access-token"?: string | undefined;
|
|
17458
17459
|
} & Partial<{
|
|
17459
17460
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17460
|
-
}>;
|
|
17461
|
+
}>;
|
|
17461
17462
|
}, Response<{
|
|
17462
17463
|
additionalItems?: MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
17463
17464
|
baseItem: MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
@@ -17490,7 +17491,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17490
17491
|
"x-access-token"?: string | undefined;
|
|
17491
17492
|
} & Partial<{
|
|
17492
17493
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17493
|
-
}>;
|
|
17494
|
+
}>;
|
|
17494
17495
|
}, Response<{
|
|
17495
17496
|
additionalItems?: MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
17496
17497
|
baseItem: MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
@@ -17523,7 +17524,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17523
17524
|
"x-access-token"?: string | undefined;
|
|
17524
17525
|
} & Partial<{
|
|
17525
17526
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17526
|
-
}>;
|
|
17527
|
+
}>;
|
|
17527
17528
|
}, Response<{
|
|
17528
17529
|
additionalItems?: MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
17529
17530
|
baseItem: MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
@@ -17558,7 +17559,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17558
17559
|
"x-access-token"?: string | undefined;
|
|
17559
17560
|
} & Partial<{
|
|
17560
17561
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17561
|
-
}>;
|
|
17562
|
+
}>;
|
|
17562
17563
|
}, Response<{
|
|
17563
17564
|
activationDate?: string | undefined;
|
|
17564
17565
|
aggregateReference?: MittwaldAPIV2.Components.Schemas.ContractAggregateReference | undefined;
|
|
@@ -17607,7 +17608,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17607
17608
|
"x-access-token"?: string | undefined;
|
|
17608
17609
|
} & Partial<{
|
|
17609
17610
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17610
|
-
}>;
|
|
17611
|
+
}>;
|
|
17611
17612
|
}, Response<{
|
|
17612
17613
|
additionalItems?: MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
17613
17614
|
baseItem: MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
@@ -17642,7 +17643,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17642
17643
|
"x-access-token"?: string | undefined;
|
|
17643
17644
|
} & Partial<{
|
|
17644
17645
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17645
|
-
}>;
|
|
17646
|
+
}>;
|
|
17646
17647
|
}, Response<{
|
|
17647
17648
|
contractItemId: string;
|
|
17648
17649
|
nextTerminationDate: string;
|
|
@@ -17685,15 +17686,14 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17685
17686
|
"x-access-token"?: string | undefined;
|
|
17686
17687
|
} & Partial<{
|
|
17687
17688
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17688
|
-
}>;
|
|
17689
|
+
}>;
|
|
17689
17690
|
}, Response<MittwaldAPIV2.Components.Schemas.ContractContract[], 200, "application/json"> | Response<{
|
|
17690
17691
|
[x: string]: unknown;
|
|
17691
17692
|
}, 400, "application/json"> | Response<{
|
|
17692
17693
|
[x: string]: unknown;
|
|
17693
17694
|
}, 404, "application/json">>>;
|
|
17694
17695
|
/** Get details of an Invoice. */
|
|
17695
|
-
|
|
17696
|
-
customerId: string;
|
|
17696
|
+
invoiceDetail: (request: {
|
|
17697
17697
|
invoiceId: string;
|
|
17698
17698
|
headers?: {
|
|
17699
17699
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -17705,7 +17705,6 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17705
17705
|
}> | undefined;
|
|
17706
17706
|
} & {
|
|
17707
17707
|
pathParameters: {
|
|
17708
|
-
customerId: string;
|
|
17709
17708
|
invoiceId: string;
|
|
17710
17709
|
};
|
|
17711
17710
|
} & {
|
|
@@ -17713,7 +17712,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17713
17712
|
"x-access-token"?: string | undefined;
|
|
17714
17713
|
} & Partial<{
|
|
17715
17714
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17716
|
-
}>;
|
|
17715
|
+
}>;
|
|
17717
17716
|
}, Response<{
|
|
17718
17717
|
amountPaid: number;
|
|
17719
17718
|
cancellation?: MittwaldAPIV2.Components.Schemas.InvoiceCancellation | undefined;
|
|
@@ -17761,7 +17760,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17761
17760
|
"x-access-token"?: string | undefined;
|
|
17762
17761
|
} & Partial<{
|
|
17763
17762
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17764
|
-
}>;
|
|
17763
|
+
}>;
|
|
17765
17764
|
}, Response<{
|
|
17766
17765
|
additionalEmailRecipients?: string[] | undefined;
|
|
17767
17766
|
id: string;
|
|
@@ -17841,7 +17840,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17841
17840
|
"x-access-token"?: string | undefined;
|
|
17842
17841
|
} & Partial<{
|
|
17843
17842
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17844
|
-
}>;
|
|
17843
|
+
}>;
|
|
17845
17844
|
}, Response<{
|
|
17846
17845
|
additionalEmailRecipients?: string[] | undefined;
|
|
17847
17846
|
id: string;
|
|
@@ -17880,7 +17879,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17880
17879
|
"x-access-token"?: string | undefined;
|
|
17881
17880
|
} & Partial<{
|
|
17882
17881
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17883
|
-
}>;
|
|
17882
|
+
}>;
|
|
17884
17883
|
}, Response<{
|
|
17885
17884
|
accessToken: string;
|
|
17886
17885
|
expiresAt: string;
|
|
@@ -17925,7 +17924,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17925
17924
|
"x-access-token"?: string | undefined;
|
|
17926
17925
|
} & Partial<{
|
|
17927
17926
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17928
|
-
}>;
|
|
17927
|
+
}>;
|
|
17929
17928
|
}, Response<MittwaldAPIV2.Components.Schemas.InvoiceInvoice[], 200, "application/json"> | Response<{
|
|
17930
17929
|
[x: string]: unknown;
|
|
17931
17930
|
}, 400, "application/json"> | Response<{
|
|
@@ -17981,7 +17980,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17981
17980
|
"x-access-token"?: string | undefined;
|
|
17982
17981
|
} & Partial<{
|
|
17983
17982
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17984
|
-
}>;
|
|
17983
|
+
}>;
|
|
17985
17984
|
}, Response<{
|
|
17986
17985
|
orderId: string;
|
|
17987
17986
|
}, 201, "application/json"> | Response<{
|
|
@@ -18024,7 +18023,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18024
18023
|
"x-access-token"?: string | undefined;
|
|
18025
18024
|
} & Partial<{
|
|
18026
18025
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18027
|
-
}>;
|
|
18026
|
+
}>;
|
|
18028
18027
|
}, Response<{
|
|
18029
18028
|
orderId: string;
|
|
18030
18029
|
}, 201, "application/json"> | Response<{
|
|
@@ -18050,7 +18049,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18050
18049
|
"x-access-token"?: string | undefined;
|
|
18051
18050
|
} & Partial<{
|
|
18052
18051
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18053
|
-
}>;
|
|
18052
|
+
}>;
|
|
18054
18053
|
}, Response<{
|
|
18055
18054
|
contractChangeContractId?: string | undefined;
|
|
18056
18055
|
customerId: string;
|
|
@@ -18105,7 +18104,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18105
18104
|
"x-access-token"?: string | undefined;
|
|
18106
18105
|
} & Partial<{
|
|
18107
18106
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18108
|
-
}>;
|
|
18107
|
+
}>;
|
|
18109
18108
|
}, Response<MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[], 200, "application/json">>>;
|
|
18110
18109
|
/** Get list of Orders of a Project. */
|
|
18111
18110
|
orderListProjectOrders: (request: {
|
|
@@ -18147,7 +18146,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18147
18146
|
"x-access-token"?: string | undefined;
|
|
18148
18147
|
} & Partial<{
|
|
18149
18148
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18150
|
-
}>;
|
|
18149
|
+
}>;
|
|
18151
18150
|
}, Response<MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[], 200, "application/json">>>;
|
|
18152
18151
|
/** Preview Order. */
|
|
18153
18152
|
orderPreviewOrder: (request?: {
|
|
@@ -18226,7 +18225,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18226
18225
|
"x-access-token"?: string | undefined;
|
|
18227
18226
|
} & Partial<{
|
|
18228
18227
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18229
|
-
}>;
|
|
18228
|
+
}>;
|
|
18230
18229
|
}, Response<{
|
|
18231
18230
|
machineTypePrice: number;
|
|
18232
18231
|
storagePrice: number;
|
|
@@ -18632,7 +18631,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18632
18631
|
"x-access-token"?: string | undefined;
|
|
18633
18632
|
} & Partial<{
|
|
18634
18633
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18635
|
-
}>;
|
|
18634
|
+
}>;
|
|
18636
18635
|
}, Response<{}, 204, "empty"> | Response<{
|
|
18637
18636
|
[x: string]: unknown;
|
|
18638
18637
|
}, 404, "application/json">>>;
|
|
@@ -18670,7 +18669,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18670
18669
|
"x-access-token"?: string | undefined;
|
|
18671
18670
|
} & Partial<{
|
|
18672
18671
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18673
|
-
}>;
|
|
18672
|
+
}>;
|
|
18674
18673
|
}, Response<MittwaldAPIV2.Components.Schemas.CronjobCronjob[], 200, "application/json">>>;
|
|
18675
18674
|
/** Create a Cronjob. */
|
|
18676
18675
|
createCronjob: (request: {
|
|
@@ -18717,7 +18716,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18717
18716
|
"x-access-token"?: string | undefined;
|
|
18718
18717
|
} & Partial<{
|
|
18719
18718
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18720
|
-
}>;
|
|
18719
|
+
}>;
|
|
18721
18720
|
}, Response<{
|
|
18722
18721
|
id: string;
|
|
18723
18722
|
}, 201, "application/json"> | Response<{
|
|
@@ -18765,7 +18764,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18765
18764
|
"x-access-token"?: string | undefined;
|
|
18766
18765
|
} & Partial<{
|
|
18767
18766
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18768
|
-
}>;
|
|
18767
|
+
}>;
|
|
18769
18768
|
}, Response<MittwaldAPIV2.Components.Schemas.CronjobCronjobExecution[], 200, "application/json">>>;
|
|
18770
18769
|
/** Trigger a Cronjob. */
|
|
18771
18770
|
createExecution: (request: {
|
|
@@ -18794,7 +18793,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18794
18793
|
"x-access-token"?: string | undefined;
|
|
18795
18794
|
} & Partial<{
|
|
18796
18795
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18797
|
-
}>;
|
|
18796
|
+
}>;
|
|
18798
18797
|
}, Response<{
|
|
18799
18798
|
id: string;
|
|
18800
18799
|
}, 201, "application/json"> | Response<{
|
|
@@ -18822,7 +18821,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18822
18821
|
"x-access-token"?: string | undefined;
|
|
18823
18822
|
} & Partial<{
|
|
18824
18823
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18825
|
-
}>;
|
|
18824
|
+
}>;
|
|
18826
18825
|
}, Response<{
|
|
18827
18826
|
active: boolean;
|
|
18828
18827
|
appId: string;
|
|
@@ -18861,7 +18860,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18861
18860
|
"x-access-token"?: string | undefined;
|
|
18862
18861
|
} & Partial<{
|
|
18863
18862
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18864
|
-
}>;
|
|
18863
|
+
}>;
|
|
18865
18864
|
}, Response<{}, 204, "empty"> | Response<{
|
|
18866
18865
|
[x: string]: unknown;
|
|
18867
18866
|
}, 400, "application/json"> | Response<{
|
|
@@ -18910,7 +18909,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18910
18909
|
"x-access-token"?: string | undefined;
|
|
18911
18910
|
} & Partial<{
|
|
18912
18911
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18913
|
-
}>;
|
|
18912
|
+
}>;
|
|
18914
18913
|
}, Response<{}, 204, "empty"> | Response<{
|
|
18915
18914
|
[x: string]: unknown;
|
|
18916
18915
|
}, 400, "application/json"> | Response<{
|
|
@@ -18940,7 +18939,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18940
18939
|
"x-access-token"?: string | undefined;
|
|
18941
18940
|
} & Partial<{
|
|
18942
18941
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18943
|
-
}>;
|
|
18942
|
+
}>;
|
|
18944
18943
|
}, Response<{
|
|
18945
18944
|
abortedBy?: {
|
|
18946
18945
|
id?: string | undefined;
|
|
@@ -18987,7 +18986,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18987
18986
|
"x-access-token"?: string | undefined;
|
|
18988
18987
|
} & Partial<{
|
|
18989
18988
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18990
|
-
}>;
|
|
18989
|
+
}>;
|
|
18991
18990
|
}, Response<{}, 204, "empty"> | Response<{
|
|
18992
18991
|
[x: string]: unknown;
|
|
18993
18992
|
}, 400, "application/json"> | Response<{
|
|
@@ -19023,7 +19022,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19023
19022
|
"x-access-token"?: string | undefined;
|
|
19024
19023
|
} & Partial<{
|
|
19025
19024
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19026
|
-
}>;
|
|
19025
|
+
}>;
|
|
19027
19026
|
}, Response<{}, 204, "empty"> | Response<{
|
|
19028
19027
|
[x: string]: unknown;
|
|
19029
19028
|
}, 400, "application/json"> | Response<{
|
|
@@ -19046,7 +19045,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19046
19045
|
"x-access-token"?: string | undefined;
|
|
19047
19046
|
} & Partial<{
|
|
19048
19047
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19049
|
-
}>;
|
|
19048
|
+
}>;
|
|
19050
19049
|
}, Response<{
|
|
19051
19050
|
categories?: MittwaldAPIV2.Components.Schemas.CustomerCategory[] | undefined;
|
|
19052
19051
|
}, 200, "application/json">>>;
|
|
@@ -19080,7 +19079,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19080
19079
|
"x-access-token"?: string | undefined;
|
|
19081
19080
|
} & Partial<{
|
|
19082
19081
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19083
|
-
}>;
|
|
19082
|
+
}>;
|
|
19084
19083
|
}, Response<{
|
|
19085
19084
|
customerId?: string | undefined;
|
|
19086
19085
|
isPublic?: boolean | undefined;
|
|
@@ -19123,7 +19122,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19123
19122
|
"x-access-token"?: string | undefined;
|
|
19124
19123
|
} & Partial<{
|
|
19125
19124
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19126
|
-
}>;
|
|
19125
|
+
}>;
|
|
19127
19126
|
}, Response<{
|
|
19128
19127
|
avatarRefId?: string | undefined;
|
|
19129
19128
|
customerId: string;
|
|
@@ -19172,7 +19171,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19172
19171
|
"x-access-token"?: string | undefined;
|
|
19173
19172
|
} & Partial<{
|
|
19174
19173
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19175
|
-
}>;
|
|
19174
|
+
}>;
|
|
19176
19175
|
}, Response<MittwaldAPIV2.Components.Schemas.CustomerCustomer[], 200, "application/json">>>;
|
|
19177
19176
|
/** Create a new customer profile. */
|
|
19178
19177
|
createCustomer: (request: {
|
|
@@ -19219,7 +19218,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19219
19218
|
"x-access-token"?: string | undefined;
|
|
19220
19219
|
} & Partial<{
|
|
19221
19220
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19222
|
-
}>;
|
|
19221
|
+
}>;
|
|
19223
19222
|
}, Response<{
|
|
19224
19223
|
customerId: string;
|
|
19225
19224
|
customerNumber: string;
|
|
@@ -19254,7 +19253,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19254
19253
|
"x-access-token"?: string | undefined;
|
|
19255
19254
|
} & Partial<{
|
|
19256
19255
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19257
|
-
}>;
|
|
19256
|
+
}>;
|
|
19258
19257
|
}, Response<{}, 204, "empty">>>;
|
|
19259
19258
|
/** Get a customer category. */
|
|
19260
19259
|
getCustomerCategory: (request: {
|
|
@@ -19276,7 +19275,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19276
19275
|
"x-access-token"?: string | undefined;
|
|
19277
19276
|
} & Partial<{
|
|
19278
19277
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19279
|
-
}>;
|
|
19278
|
+
}>;
|
|
19280
19279
|
}, Response<{
|
|
19281
19280
|
id: string;
|
|
19282
19281
|
isPublic: boolean;
|
|
@@ -19319,7 +19318,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19319
19318
|
"x-access-token"?: string | undefined;
|
|
19320
19319
|
} & Partial<{
|
|
19321
19320
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19322
|
-
}>;
|
|
19321
|
+
}>;
|
|
19323
19322
|
}, Response<{
|
|
19324
19323
|
customerId?: string | undefined;
|
|
19325
19324
|
isPublic?: boolean | undefined;
|
|
@@ -19351,7 +19350,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19351
19350
|
"x-access-token"?: string | undefined;
|
|
19352
19351
|
} & Partial<{
|
|
19353
19352
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19354
|
-
}>;
|
|
19353
|
+
}>;
|
|
19355
19354
|
}, Response<{
|
|
19356
19355
|
[x: string]: unknown;
|
|
19357
19356
|
}, 200, "application/json">>>;
|
|
@@ -19375,7 +19374,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19375
19374
|
"x-access-token"?: string | undefined;
|
|
19376
19375
|
} & Partial<{
|
|
19377
19376
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19378
|
-
}>;
|
|
19377
|
+
}>;
|
|
19379
19378
|
}, Response<{
|
|
19380
19379
|
avatarRefId?: string | undefined;
|
|
19381
19380
|
customerId: string;
|
|
@@ -19409,7 +19408,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19409
19408
|
"x-access-token"?: string | undefined;
|
|
19410
19409
|
} & Partial<{
|
|
19411
19410
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19412
|
-
}>;
|
|
19411
|
+
}>;
|
|
19413
19412
|
}, Response<{}, 204, "empty">>>;
|
|
19414
19413
|
/** Get a CustomerMembership. */
|
|
19415
19414
|
getCustomerMembership: (request: {
|
|
@@ -19431,7 +19430,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19431
19430
|
"x-access-token"?: string | undefined;
|
|
19432
19431
|
} & Partial<{
|
|
19433
19432
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19434
|
-
}>;
|
|
19433
|
+
}>;
|
|
19435
19434
|
}, Response<{
|
|
19436
19435
|
customerId: string;
|
|
19437
19436
|
expiresAt?: string | undefined;
|
|
@@ -19463,7 +19462,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19463
19462
|
"x-access-token"?: string | undefined;
|
|
19464
19463
|
} & Partial<{
|
|
19465
19464
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19466
|
-
}>;
|
|
19465
|
+
}>;
|
|
19467
19466
|
}, Response<{}, 204, "empty">>>;
|
|
19468
19467
|
/** Update a CustomerMembership. */
|
|
19469
19468
|
updateCustomerMembership: (request: {
|
|
@@ -19494,7 +19493,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19494
19493
|
"x-access-token"?: string | undefined;
|
|
19495
19494
|
} & Partial<{
|
|
19496
19495
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19497
|
-
}>;
|
|
19496
|
+
}>;
|
|
19498
19497
|
}, Response<{}, 204, "empty">>>;
|
|
19499
19498
|
/** Get a customer profile. */
|
|
19500
19499
|
getCustomer: (request: {
|
|
@@ -19516,7 +19515,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19516
19515
|
"x-access-token"?: string | undefined;
|
|
19517
19516
|
} & Partial<{
|
|
19518
19517
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19519
|
-
}>;
|
|
19518
|
+
}>;
|
|
19520
19519
|
}, Response<{
|
|
19521
19520
|
activeSuspension?: {
|
|
19522
19521
|
createdAt: string;
|
|
@@ -19590,7 +19589,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19590
19589
|
"x-access-token"?: string | undefined;
|
|
19591
19590
|
} & Partial<{
|
|
19592
19591
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19593
|
-
}>;
|
|
19592
|
+
}>;
|
|
19594
19593
|
}, Response<{
|
|
19595
19594
|
customerId: string;
|
|
19596
19595
|
customerNumber: string;
|
|
@@ -19620,7 +19619,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19620
19619
|
"x-access-token"?: string | undefined;
|
|
19621
19620
|
} & Partial<{
|
|
19622
19621
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19623
|
-
}>;
|
|
19622
|
+
}>;
|
|
19624
19623
|
}, Response<{
|
|
19625
19624
|
[x: string]: unknown;
|
|
19626
19625
|
}, 200, "application/json"> | Response<{
|
|
@@ -19642,7 +19641,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19642
19641
|
"x-access-token"?: string | undefined;
|
|
19643
19642
|
} & Partial<{
|
|
19644
19643
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19645
|
-
}>;
|
|
19644
|
+
}>;
|
|
19646
19645
|
}, Response<{
|
|
19647
19646
|
avatarRefId?: string | undefined;
|
|
19648
19647
|
customerId: string;
|
|
@@ -19676,7 +19675,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19676
19675
|
"x-access-token"?: string | undefined;
|
|
19677
19676
|
} & Partial<{
|
|
19678
19677
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19679
|
-
}>;
|
|
19678
|
+
}>;
|
|
19680
19679
|
}, Response<{
|
|
19681
19680
|
isLegallyCompetent?: boolean | undefined;
|
|
19682
19681
|
}, 200, "application/json"> | Response<{
|
|
@@ -19711,7 +19710,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19711
19710
|
"x-access-token"?: string | undefined;
|
|
19712
19711
|
} & Partial<{
|
|
19713
19712
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19714
|
-
}>;
|
|
19713
|
+
}>;
|
|
19715
19714
|
}, Response<{}, 204, "empty">>>;
|
|
19716
19715
|
/** List CustomerInvites belonging to the executing user. */
|
|
19717
19716
|
listCustomerInvites: (request?: {
|
|
@@ -19740,7 +19739,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19740
19739
|
"x-access-token"?: string | undefined;
|
|
19741
19740
|
} & Partial<{
|
|
19742
19741
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19743
|
-
}>;
|
|
19742
|
+
}>;
|
|
19744
19743
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipCustomerInvite[], 200, "application/json"> | Response<{
|
|
19745
19744
|
[x: string]: unknown;
|
|
19746
19745
|
}, 404, "application/json">>>;
|
|
@@ -19771,7 +19770,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19771
19770
|
"x-access-token"?: string | undefined;
|
|
19772
19771
|
} & Partial<{
|
|
19773
19772
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19774
|
-
}>;
|
|
19773
|
+
}>;
|
|
19775
19774
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipCustomerMembership[], 200, "application/json"> | Response<{
|
|
19776
19775
|
[x: string]: unknown;
|
|
19777
19776
|
}, 404, "application/json">>>;
|
|
@@ -19807,7 +19806,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19807
19806
|
"x-access-token"?: string | undefined;
|
|
19808
19807
|
} & Partial<{
|
|
19809
19808
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19810
|
-
}>;
|
|
19809
|
+
}>;
|
|
19811
19810
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipCustomerInvite[], 200, "application/json"> | Response<{
|
|
19812
19811
|
[x: string]: unknown;
|
|
19813
19812
|
}, 404, "application/json">>>;
|
|
@@ -19843,7 +19842,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19843
19842
|
"x-access-token"?: string | undefined;
|
|
19844
19843
|
} & Partial<{
|
|
19845
19844
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19846
|
-
}>;
|
|
19845
|
+
}>;
|
|
19847
19846
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipCustomerMembership[], 200, "application/json"> | Response<{
|
|
19848
19847
|
[x: string]: unknown;
|
|
19849
19848
|
}, 404, "application/json">>>;
|
|
@@ -19867,7 +19866,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19867
19866
|
"x-access-token"?: string | undefined;
|
|
19868
19867
|
} & Partial<{
|
|
19869
19868
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19870
|
-
}>;
|
|
19869
|
+
}>;
|
|
19871
19870
|
}, Response<{
|
|
19872
19871
|
refId: string;
|
|
19873
19872
|
rules: {
|
|
@@ -19909,7 +19908,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19909
19908
|
"x-access-token"?: string | undefined;
|
|
19910
19909
|
} & Partial<{
|
|
19911
19910
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19912
|
-
}>;
|
|
19911
|
+
}>;
|
|
19913
19912
|
}, Response<{}, 204, "empty"> | Response<{
|
|
19914
19913
|
[x: string]: unknown;
|
|
19915
19914
|
}, 400, "application/json"> | Response<{}, 401, "application/json"> | Response<{
|
|
@@ -19942,7 +19941,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19942
19941
|
"x-access-token"?: string | undefined;
|
|
19943
19942
|
} & Partial<{
|
|
19944
19943
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19945
|
-
}>;
|
|
19944
|
+
}>;
|
|
19946
19945
|
}, Response<{}, 204, "empty"> | Response<{
|
|
19947
19946
|
[x: string]: unknown;
|
|
19948
19947
|
}, 403, "application/json">>>;
|
|
@@ -19969,7 +19968,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19969
19968
|
"x-access-token"?: string | undefined;
|
|
19970
19969
|
} & Partial<{
|
|
19971
19970
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19972
|
-
}>;
|
|
19971
|
+
}>;
|
|
19973
19972
|
}, Response<MittwaldAPIV2.Components.Schemas.DatabaseMySqlDatabase[], 200, "application/json"> | Response<{
|
|
19974
19973
|
[x: string]: unknown;
|
|
19975
19974
|
}, 400, "application/json"> | Response<{
|
|
@@ -20017,7 +20016,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20017
20016
|
"x-access-token"?: string | undefined;
|
|
20018
20017
|
} & Partial<{
|
|
20019
20018
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20020
|
-
}>;
|
|
20019
|
+
}>;
|
|
20021
20020
|
}, Response<{
|
|
20022
20021
|
id: string;
|
|
20023
20022
|
userId: string;
|
|
@@ -20046,7 +20045,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20046
20045
|
"x-access-token"?: string | undefined;
|
|
20047
20046
|
} & Partial<{
|
|
20048
20047
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20049
|
-
}>;
|
|
20048
|
+
}>;
|
|
20050
20049
|
}, Response<MittwaldAPIV2.Components.Schemas.DatabaseMySqlUser[], 200, "application/json"> | Response<{
|
|
20051
20050
|
[x: string]: unknown;
|
|
20052
20051
|
}, 400, "application/json"> | Response<{
|
|
@@ -20089,7 +20088,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20089
20088
|
"x-access-token"?: string | undefined;
|
|
20090
20089
|
} & Partial<{
|
|
20091
20090
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20092
|
-
}>;
|
|
20091
|
+
}>;
|
|
20093
20092
|
}, Response<{
|
|
20094
20093
|
id: string;
|
|
20095
20094
|
}, 201, "application/json"> | Response<{
|
|
@@ -20117,7 +20116,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20117
20116
|
"x-access-token"?: string | undefined;
|
|
20118
20117
|
} & Partial<{
|
|
20119
20118
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20120
|
-
}>;
|
|
20119
|
+
}>;
|
|
20121
20120
|
}, Response<MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabase[], 200, "application/json"> | Response<{
|
|
20122
20121
|
[x: string]: unknown;
|
|
20123
20122
|
}, 400, "application/json"> | Response<{
|
|
@@ -20159,7 +20158,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20159
20158
|
"x-access-token"?: string | undefined;
|
|
20160
20159
|
} & Partial<{
|
|
20161
20160
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20162
|
-
}>;
|
|
20161
|
+
}>;
|
|
20163
20162
|
}, Response<{
|
|
20164
20163
|
id: string;
|
|
20165
20164
|
}, 201, "application/json"> | Response<{
|
|
@@ -20187,7 +20186,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20187
20186
|
"x-access-token"?: string | undefined;
|
|
20188
20187
|
} & Partial<{
|
|
20189
20188
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20190
|
-
}>;
|
|
20189
|
+
}>;
|
|
20191
20190
|
}, Response<{
|
|
20192
20191
|
characterSettings: MittwaldAPIV2.Components.Schemas.DatabaseCharacterSettings;
|
|
20193
20192
|
createdAt: string;
|
|
@@ -20228,7 +20227,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20228
20227
|
"x-access-token"?: string | undefined;
|
|
20229
20228
|
} & Partial<{
|
|
20230
20229
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20231
|
-
}>;
|
|
20230
|
+
}>;
|
|
20232
20231
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20233
20232
|
[x: string]: unknown;
|
|
20234
20233
|
}, 400, "application/json"> | Response<{
|
|
@@ -20258,7 +20257,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20258
20257
|
"x-access-token"?: string | undefined;
|
|
20259
20258
|
} & Partial<{
|
|
20260
20259
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20261
|
-
}>;
|
|
20260
|
+
}>;
|
|
20262
20261
|
}, Response<{
|
|
20263
20262
|
accessIpMask?: string | undefined;
|
|
20264
20263
|
accessLevel: "full" | "readonly";
|
|
@@ -20310,7 +20309,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20310
20309
|
"x-access-token"?: string | undefined;
|
|
20311
20310
|
} & Partial<{
|
|
20312
20311
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20313
|
-
}>;
|
|
20312
|
+
}>;
|
|
20314
20313
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20315
20314
|
[x: string]: unknown;
|
|
20316
20315
|
}, 400, "application/json"> | Response<{
|
|
@@ -20336,7 +20335,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20336
20335
|
"x-access-token"?: string | undefined;
|
|
20337
20336
|
} & Partial<{
|
|
20338
20337
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20339
|
-
}>;
|
|
20338
|
+
}>;
|
|
20340
20339
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20341
20340
|
[x: string]: unknown;
|
|
20342
20341
|
}, 400, "application/json"> | Response<{
|
|
@@ -20362,7 +20361,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20362
20361
|
"x-access-token"?: string | undefined;
|
|
20363
20362
|
} & Partial<{
|
|
20364
20363
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20365
|
-
}>;
|
|
20364
|
+
}>;
|
|
20366
20365
|
}, Response<{
|
|
20367
20366
|
configuration?: MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration | undefined;
|
|
20368
20367
|
createdAt: string;
|
|
@@ -20402,7 +20401,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20402
20401
|
"x-access-token"?: string | undefined;
|
|
20403
20402
|
} & Partial<{
|
|
20404
20403
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20405
|
-
}>;
|
|
20404
|
+
}>;
|
|
20406
20405
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20407
20406
|
[x: string]: unknown;
|
|
20408
20407
|
}, 400, "application/json"> | Response<{
|
|
@@ -20439,7 +20438,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20439
20438
|
"x-access-token"?: string | undefined;
|
|
20440
20439
|
} & Partial<{
|
|
20441
20440
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20442
|
-
}>;
|
|
20441
|
+
}>;
|
|
20443
20442
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20444
20443
|
[x: string]: unknown;
|
|
20445
20444
|
}, 400, "application/json"> | Response<{
|
|
@@ -20472,7 +20471,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20472
20471
|
"x-access-token"?: string | undefined;
|
|
20473
20472
|
} & Partial<{
|
|
20474
20473
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20475
|
-
}>;
|
|
20474
|
+
}>;
|
|
20476
20475
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20477
20476
|
[x: string]: unknown;
|
|
20478
20477
|
}, 400, "application/json"> | Response<{
|
|
@@ -20498,7 +20497,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20498
20497
|
"x-access-token"?: string | undefined;
|
|
20499
20498
|
} & Partial<{
|
|
20500
20499
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20501
|
-
}>;
|
|
20500
|
+
}>;
|
|
20502
20501
|
}, Response<{
|
|
20503
20502
|
url: string;
|
|
20504
20503
|
}, 200, "application/json"> | Response<{
|
|
@@ -20531,7 +20530,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20531
20530
|
"x-access-token"?: string | undefined;
|
|
20532
20531
|
} & Partial<{
|
|
20533
20532
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20534
|
-
}>;
|
|
20533
|
+
}>;
|
|
20535
20534
|
}, Response<MittwaldAPIV2.Components.Schemas.DatabaseMySqlCharacterSettings[], 200, "application/json"> | Response<{
|
|
20536
20535
|
[x: string]: unknown;
|
|
20537
20536
|
}, 400, "application/json"> | Response<{
|
|
@@ -20562,7 +20561,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20562
20561
|
"x-access-token"?: string | undefined;
|
|
20563
20562
|
} & Partial<{
|
|
20564
20563
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20565
|
-
}>;
|
|
20564
|
+
}>;
|
|
20566
20565
|
}, Response<MittwaldAPIV2.Components.Schemas.DatabaseMySqlVersion[], 200, "application/json"> | Response<{
|
|
20567
20566
|
[x: string]: unknown;
|
|
20568
20567
|
}, 400, "application/json"> | Response<{
|
|
@@ -20593,7 +20592,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20593
20592
|
"x-access-token"?: string | undefined;
|
|
20594
20593
|
} & Partial<{
|
|
20595
20594
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20596
|
-
}>;
|
|
20595
|
+
}>;
|
|
20597
20596
|
}, Response<MittwaldAPIV2.Components.Schemas.DatabaseRedisVersion[], 200, "application/json"> | Response<{
|
|
20598
20597
|
[x: string]: unknown;
|
|
20599
20598
|
}, 400, "application/json"> | Response<{
|
|
@@ -20629,7 +20628,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20629
20628
|
"x-access-token"?: string | undefined;
|
|
20630
20629
|
} & Partial<{
|
|
20631
20630
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20632
|
-
}>;
|
|
20631
|
+
}>;
|
|
20633
20632
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20634
20633
|
[x: string]: unknown;
|
|
20635
20634
|
}, 400, "application/json"> | Response<{
|
|
@@ -20662,7 +20661,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20662
20661
|
"x-access-token"?: string | undefined;
|
|
20663
20662
|
} & Partial<{
|
|
20664
20663
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20665
|
-
}>;
|
|
20664
|
+
}>;
|
|
20666
20665
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20667
20666
|
[x: string]: unknown;
|
|
20668
20667
|
}, 400, "application/json"> | Response<{
|
|
@@ -20695,7 +20694,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20695
20694
|
"x-access-token"?: string | undefined;
|
|
20696
20695
|
} & Partial<{
|
|
20697
20696
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20698
|
-
}>;
|
|
20697
|
+
}>;
|
|
20699
20698
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20700
20699
|
[x: string]: unknown;
|
|
20701
20700
|
}, 400, "application/json"> | Response<{
|
|
@@ -20733,7 +20732,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20733
20732
|
"x-access-token"?: string | undefined;
|
|
20734
20733
|
} & Partial<{
|
|
20735
20734
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20736
|
-
}>;
|
|
20735
|
+
}>;
|
|
20737
20736
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20738
20737
|
[x: string]: unknown;
|
|
20739
20738
|
}, 400, "application/json"> | Response<{
|
|
@@ -20766,7 +20765,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20766
20765
|
"x-access-token"?: string | undefined;
|
|
20767
20766
|
} & Partial<{
|
|
20768
20767
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20769
|
-
}>;
|
|
20768
|
+
}>;
|
|
20770
20769
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20771
20770
|
[x: string]: unknown;
|
|
20772
20771
|
}, 400, "application/json"> | Response<{
|
|
@@ -20799,7 +20798,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20799
20798
|
"x-access-token"?: string | undefined;
|
|
20800
20799
|
} & Partial<{
|
|
20801
20800
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20802
|
-
}>;
|
|
20801
|
+
}>;
|
|
20803
20802
|
}, Response<{
|
|
20804
20803
|
active: boolean;
|
|
20805
20804
|
email: string;
|
|
@@ -20822,7 +20821,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20822
20821
|
"x-access-token"?: string | undefined;
|
|
20823
20822
|
} & Partial<{
|
|
20824
20823
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20825
|
-
}>;
|
|
20824
|
+
}>;
|
|
20826
20825
|
}, Response<{
|
|
20827
20826
|
active: boolean;
|
|
20828
20827
|
email: string;
|
|
@@ -20843,7 +20842,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20843
20842
|
"x-access-token"?: string | undefined;
|
|
20844
20843
|
} & Partial<{
|
|
20845
20844
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20846
|
-
}>;
|
|
20845
|
+
}>;
|
|
20847
20846
|
}, Response<{}, 204, "empty">>>;
|
|
20848
20847
|
/** Get the counts for unread notifications of the user. */
|
|
20849
20848
|
scountUnreadNotifications: (request?: {
|
|
@@ -20860,7 +20859,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20860
20859
|
"x-access-token"?: string | undefined;
|
|
20861
20860
|
} & Partial<{
|
|
20862
20861
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20863
|
-
}>;
|
|
20862
|
+
}>;
|
|
20864
20863
|
}, Response<{
|
|
20865
20864
|
error: number;
|
|
20866
20865
|
info: number;
|
|
@@ -20893,7 +20892,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20893
20892
|
"x-access-token"?: string | undefined;
|
|
20894
20893
|
} & Partial<{
|
|
20895
20894
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20896
|
-
}>;
|
|
20895
|
+
}>;
|
|
20897
20896
|
}, Response<MittwaldAPIV2.Components.Schemas.MessagingNotification[], 200, "application/json">>>;
|
|
20898
20897
|
/** Mark all notifications as read. */
|
|
20899
20898
|
sreadAllNotifications: (request?: {
|
|
@@ -20910,7 +20909,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20910
20909
|
"x-access-token"?: string | undefined;
|
|
20911
20910
|
} & Partial<{
|
|
20912
20911
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20913
|
-
}>;
|
|
20912
|
+
}>;
|
|
20914
20913
|
}, Response<{
|
|
20915
20914
|
status: "read";
|
|
20916
20915
|
}, 200, "application/json"> | Response<{
|
|
@@ -20943,7 +20942,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20943
20942
|
"x-access-token"?: string | undefined;
|
|
20944
20943
|
} & Partial<{
|
|
20945
20944
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20946
|
-
}>;
|
|
20945
|
+
}>;
|
|
20947
20946
|
}, Response<{
|
|
20948
20947
|
status: "read";
|
|
20949
20948
|
}, 200, "application/json"> | Response<{
|
|
@@ -20976,7 +20975,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20976
20975
|
"x-access-token"?: string | undefined;
|
|
20977
20976
|
} & Partial<{
|
|
20978
20977
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20979
|
-
}>;
|
|
20978
|
+
}>;
|
|
20980
20979
|
}, Response<{
|
|
20981
20980
|
id: string;
|
|
20982
20981
|
}, 201, "application/json"> | Response<{
|
|
@@ -21002,7 +21001,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21002
21001
|
"x-access-token"?: string | undefined;
|
|
21003
21002
|
} & Partial<{
|
|
21004
21003
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21005
|
-
}>;
|
|
21004
|
+
}>;
|
|
21006
21005
|
}, Response<{
|
|
21007
21006
|
domain: string;
|
|
21008
21007
|
id: string;
|
|
@@ -21036,7 +21035,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21036
21035
|
"x-access-token"?: string | undefined;
|
|
21037
21036
|
} & Partial<{
|
|
21038
21037
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21039
|
-
}>;
|
|
21038
|
+
}>;
|
|
21040
21039
|
}, Response<{}, 200, "empty"> | Response<{
|
|
21041
21040
|
[x: string]: unknown;
|
|
21042
21041
|
}, 400, "application/json">>>;
|
|
@@ -21060,7 +21059,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21060
21059
|
"x-access-token"?: string | undefined;
|
|
21061
21060
|
} & Partial<{
|
|
21062
21061
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21063
|
-
}>;
|
|
21062
|
+
}>;
|
|
21064
21063
|
}, Response<MittwaldAPIV2.Components.Schemas.DnsZone[], 200, "application/json"> | Response<{
|
|
21065
21064
|
[x: string]: unknown;
|
|
21066
21065
|
}, 400, "application/json">>>;
|
|
@@ -21086,7 +21085,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21086
21085
|
"x-access-token"?: string | undefined;
|
|
21087
21086
|
} & Partial<{
|
|
21088
21087
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21089
|
-
}>;
|
|
21088
|
+
}>;
|
|
21090
21089
|
}, Response<{
|
|
21091
21090
|
ingressId?: string | undefined;
|
|
21092
21091
|
}, 204, "application/json"> | Response<{
|
|
@@ -21230,7 +21229,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21230
21229
|
"x-access-token"?: string | undefined;
|
|
21231
21230
|
} & Partial<{
|
|
21232
21231
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21233
|
-
}>;
|
|
21232
|
+
}>;
|
|
21234
21233
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21235
21234
|
[x: string]: unknown;
|
|
21236
21235
|
}, 400, "application/json">>>;
|
|
@@ -21254,7 +21253,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21254
21253
|
"x-access-token"?: string | undefined;
|
|
21255
21254
|
} & Partial<{
|
|
21256
21255
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21257
|
-
}>;
|
|
21256
|
+
}>;
|
|
21258
21257
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21259
21258
|
[x: string]: unknown;
|
|
21260
21259
|
}, 400, "application/json"> | Response<{
|
|
@@ -21313,7 +21312,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21313
21312
|
"x-access-token"?: string | undefined;
|
|
21314
21313
|
} & Partial<{
|
|
21315
21314
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21316
|
-
}>;
|
|
21315
|
+
}>;
|
|
21317
21316
|
}, Response<MittwaldAPIV2.Components.Schemas.DomainDomain[], 200, "application/json"> | Response<{
|
|
21318
21317
|
[x: string]: unknown;
|
|
21319
21318
|
}, 400, "application/json">>>;
|
|
@@ -21337,7 +21336,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21337
21336
|
"x-access-token"?: string | undefined;
|
|
21338
21337
|
} & Partial<{
|
|
21339
21338
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21340
|
-
}>;
|
|
21339
|
+
}>;
|
|
21341
21340
|
}, Response<{
|
|
21342
21341
|
authCode: string;
|
|
21343
21342
|
}, 201, "application/json"> | Response<{
|
|
@@ -21372,7 +21371,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21372
21371
|
"x-access-token"?: string | undefined;
|
|
21373
21372
|
} & Partial<{
|
|
21374
21373
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21375
|
-
}>;
|
|
21374
|
+
}>;
|
|
21376
21375
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21377
21376
|
[x: string]: unknown;
|
|
21378
21377
|
}, 400, "application/json"> | Response<{
|
|
@@ -21398,7 +21397,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21398
21397
|
"x-access-token"?: string | undefined;
|
|
21399
21398
|
} & Partial<{
|
|
21400
21399
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21401
|
-
}>;
|
|
21400
|
+
}>;
|
|
21402
21401
|
}, Response<{
|
|
21403
21402
|
authCode?: MittwaldAPIV2.Components.Schemas.DomainAuthCode | undefined;
|
|
21404
21403
|
authCode2?: MittwaldAPIV2.Components.Schemas.DomainAuthCode2 | undefined;
|
|
@@ -21448,7 +21447,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21448
21447
|
"x-access-token"?: string | undefined;
|
|
21449
21448
|
} & Partial<{
|
|
21450
21449
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21451
|
-
}>;
|
|
21450
|
+
}>;
|
|
21452
21451
|
}, Response<{
|
|
21453
21452
|
[x: string]: unknown;
|
|
21454
21453
|
}, 200, "application/json"> | Response<{
|
|
@@ -21485,7 +21484,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21485
21484
|
"x-access-token"?: string | undefined;
|
|
21486
21485
|
} & Partial<{
|
|
21487
21486
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21488
|
-
}>;
|
|
21487
|
+
}>;
|
|
21489
21488
|
}, Response<{
|
|
21490
21489
|
reference?: string | undefined;
|
|
21491
21490
|
}, 200, "application/json"> | Response<{
|
|
@@ -21539,7 +21538,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21539
21538
|
"x-access-token"?: string | undefined;
|
|
21540
21539
|
} & Partial<{
|
|
21541
21540
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21542
|
-
}>;
|
|
21541
|
+
}>;
|
|
21543
21542
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21544
21543
|
[x: string]: unknown;
|
|
21545
21544
|
}, 400, "application/json"> | Response<{
|
|
@@ -21572,7 +21571,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21572
21571
|
"x-access-token"?: string | undefined;
|
|
21573
21572
|
} & Partial<{
|
|
21574
21573
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21575
|
-
}>;
|
|
21574
|
+
}>;
|
|
21576
21575
|
}, Response<{
|
|
21577
21576
|
[x: string]: unknown;
|
|
21578
21577
|
}, 200, "application/json"> | Response<{
|
|
@@ -21609,7 +21608,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21609
21608
|
"x-access-token"?: string | undefined;
|
|
21610
21609
|
} & Partial<{
|
|
21611
21610
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21612
|
-
}>;
|
|
21611
|
+
}>;
|
|
21613
21612
|
}, Response<{
|
|
21614
21613
|
[x: string]: unknown;
|
|
21615
21614
|
}, 200, "application/json"> | Response<{
|
|
@@ -21644,7 +21643,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21644
21643
|
"x-access-token"?: string | undefined;
|
|
21645
21644
|
} & Partial<{
|
|
21646
21645
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21647
|
-
}>;
|
|
21646
|
+
}>;
|
|
21648
21647
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21649
21648
|
[x: string]: unknown;
|
|
21650
21649
|
}, 400, "application/json"> | Response<{
|
|
@@ -21675,7 +21674,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21675
21674
|
"x-access-token"?: string | undefined;
|
|
21676
21675
|
} & Partial<{
|
|
21677
21676
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21678
|
-
}>;
|
|
21677
|
+
}>;
|
|
21679
21678
|
}, Response<MittwaldAPIV2.Components.Schemas.IngressIngress[], 200, "application/json"> | Response<{
|
|
21680
21679
|
[x: string]: unknown;
|
|
21681
21680
|
}, 404, "application/json">>>;
|
|
@@ -21705,7 +21704,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21705
21704
|
"x-access-token"?: string | undefined;
|
|
21706
21705
|
} & Partial<{
|
|
21707
21706
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21708
|
-
}>;
|
|
21707
|
+
}>;
|
|
21709
21708
|
}, Response<{
|
|
21710
21709
|
id: string;
|
|
21711
21710
|
ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
|
|
@@ -21732,7 +21731,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21732
21731
|
"x-access-token"?: string | undefined;
|
|
21733
21732
|
} & Partial<{
|
|
21734
21733
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21735
|
-
}>;
|
|
21734
|
+
}>;
|
|
21736
21735
|
}, Response<{
|
|
21737
21736
|
dnsValidationErrors: ("ERROR_UNSPECIFIED" | "ERROR_QUAD_A" | "ERROR_NO_A_RECORD" | "ERROR_ACME_CERTIFICATE_REQUEST_DEADLINE_EXCEEDED")[];
|
|
21738
21737
|
hostname: string;
|
|
@@ -21770,7 +21769,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21770
21769
|
"x-access-token"?: string | undefined;
|
|
21771
21770
|
} & Partial<{
|
|
21772
21771
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21773
|
-
}>;
|
|
21772
|
+
}>;
|
|
21774
21773
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21775
21774
|
[x: string]: unknown;
|
|
21776
21775
|
}, 404, "application/json">>>;
|
|
@@ -21794,7 +21793,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21794
21793
|
"x-access-token"?: string | undefined;
|
|
21795
21794
|
} & Partial<{
|
|
21796
21795
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21797
|
-
}>;
|
|
21796
|
+
}>;
|
|
21798
21797
|
}, Response<{}, 200, "application/json"> | Response<{
|
|
21799
21798
|
[x: string]: unknown;
|
|
21800
21799
|
}, 400, "application/json"> | Response<{
|
|
@@ -21825,7 +21824,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21825
21824
|
"x-access-token"?: string | undefined;
|
|
21826
21825
|
} & Partial<{
|
|
21827
21826
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21828
|
-
}>;
|
|
21827
|
+
}>;
|
|
21829
21828
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21830
21829
|
[x: string]: unknown;
|
|
21831
21830
|
}, 404, "application/json">>>;
|
|
@@ -21849,7 +21848,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21849
21848
|
"x-access-token"?: string | undefined;
|
|
21850
21849
|
} & Partial<{
|
|
21851
21850
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21852
|
-
}>;
|
|
21851
|
+
}>;
|
|
21853
21852
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21854
21853
|
[x: string]: unknown;
|
|
21855
21854
|
}, 400, "application/json"> | Response<{
|
|
@@ -21897,7 +21896,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21897
21896
|
"x-access-token"?: string | undefined;
|
|
21898
21897
|
} & Partial<{
|
|
21899
21898
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21900
|
-
}>;
|
|
21899
|
+
}>;
|
|
21901
21900
|
}, Response<{}, 200, "application/json"> | Response<{
|
|
21902
21901
|
[x: string]: unknown;
|
|
21903
21902
|
}, 404, "application/json">>>;
|
|
@@ -21925,11 +21924,10 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21925
21924
|
Token: string;
|
|
21926
21925
|
} & Partial<{
|
|
21927
21926
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21928
|
-
}>;
|
|
21927
|
+
}>;
|
|
21929
21928
|
}, Response<{
|
|
21930
21929
|
friendlyURL: string;
|
|
21931
21930
|
id: string;
|
|
21932
|
-
mimeType: string;
|
|
21933
21931
|
name: string;
|
|
21934
21932
|
sizeInBytes: number;
|
|
21935
21933
|
type: string;
|
|
@@ -21961,7 +21959,6 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21961
21959
|
}, Response<{
|
|
21962
21960
|
friendlyURL: string;
|
|
21963
21961
|
id: string;
|
|
21964
|
-
mimeType: string;
|
|
21965
21962
|
name: string;
|
|
21966
21963
|
sizeInBytes: number;
|
|
21967
21964
|
type: string;
|
|
@@ -21993,7 +21990,6 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21993
21990
|
fileUploadToken: string;
|
|
21994
21991
|
};
|
|
21995
21992
|
}, Response<{
|
|
21996
|
-
fileTypes: MittwaldAPIV2.Components.Schemas.FileFileType[];
|
|
21997
21993
|
maxSizeInKB: number;
|
|
21998
21994
|
mimeTypes: string[];
|
|
21999
21995
|
properties?: {
|
|
@@ -22030,7 +22026,6 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22030
22026
|
fileUploadType: "avatar" | "conversation";
|
|
22031
22027
|
};
|
|
22032
22028
|
}, Response<{
|
|
22033
|
-
fileTypes: MittwaldAPIV2.Components.Schemas.FileFileType[];
|
|
22034
22029
|
maxSizeInKB: number;
|
|
22035
22030
|
mimeTypes: string[];
|
|
22036
22031
|
properties?: {
|
|
@@ -22076,7 +22071,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22076
22071
|
Token?: string | undefined;
|
|
22077
22072
|
} & Partial<{
|
|
22078
22073
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22079
|
-
}>;
|
|
22074
|
+
}>;
|
|
22080
22075
|
}, Response<string, 200, "application/octet-stream"> | Response<string, 200, "base64"> | Response<string, 200, "ocr"> | Response<{
|
|
22081
22076
|
[x: string]: unknown;
|
|
22082
22077
|
}, 400, "application/json"> | Response<{
|
|
@@ -22113,7 +22108,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22113
22108
|
"x-access-token"?: string | undefined;
|
|
22114
22109
|
} & Partial<{
|
|
22115
22110
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22116
|
-
}>;
|
|
22111
|
+
}>;
|
|
22117
22112
|
}, Response<MittwaldAPIV2.Components.Schemas.MailDeliverybox[], 200, "application/json"> | Response<{
|
|
22118
22113
|
[x: string]: unknown;
|
|
22119
22114
|
}, 400, "application/json"> | Response<{
|
|
@@ -22154,7 +22149,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22154
22149
|
"x-access-token"?: string | undefined;
|
|
22155
22150
|
} & Partial<{
|
|
22156
22151
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22157
|
-
}>;
|
|
22152
|
+
}>;
|
|
22158
22153
|
}, Response<{
|
|
22159
22154
|
id: string;
|
|
22160
22155
|
}, 201, "application/json"> | Response<{
|
|
@@ -22188,7 +22183,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22188
22183
|
"x-access-token"?: string | undefined;
|
|
22189
22184
|
} & Partial<{
|
|
22190
22185
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22191
|
-
}>;
|
|
22186
|
+
}>;
|
|
22192
22187
|
}, Response<MittwaldAPIV2.Components.Schemas.MailMailAddress[], 200, "application/json"> | Response<{
|
|
22193
22188
|
[x: string]: unknown;
|
|
22194
22189
|
}, 400, "application/json"> | Response<{
|
|
@@ -22254,7 +22249,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22254
22249
|
"x-access-token"?: string | undefined;
|
|
22255
22250
|
} & Partial<{
|
|
22256
22251
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22257
|
-
}>;
|
|
22252
|
+
}>;
|
|
22258
22253
|
}, Response<{
|
|
22259
22254
|
id: string;
|
|
22260
22255
|
}, 201, "application/json"> | Response<{
|
|
@@ -22288,7 +22283,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22288
22283
|
"x-access-token"?: string | undefined;
|
|
22289
22284
|
} & Partial<{
|
|
22290
22285
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22291
|
-
}>;
|
|
22286
|
+
}>;
|
|
22292
22287
|
}, Response<{
|
|
22293
22288
|
authenticationEnabled: boolean;
|
|
22294
22289
|
description: string;
|
|
@@ -22329,7 +22324,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22329
22324
|
"x-access-token"?: string | undefined;
|
|
22330
22325
|
} & Partial<{
|
|
22331
22326
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22332
|
-
}>;
|
|
22327
|
+
}>;
|
|
22333
22328
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22334
22329
|
[x: string]: unknown;
|
|
22335
22330
|
}, 400, "application/json"> | Response<{
|
|
@@ -22361,7 +22356,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22361
22356
|
"x-access-token"?: string | undefined;
|
|
22362
22357
|
} & Partial<{
|
|
22363
22358
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22364
|
-
}>;
|
|
22359
|
+
}>;
|
|
22365
22360
|
}, Response<{
|
|
22366
22361
|
address: string;
|
|
22367
22362
|
autoResponder: {
|
|
@@ -22426,7 +22421,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22426
22421
|
"x-access-token"?: string | undefined;
|
|
22427
22422
|
} & Partial<{
|
|
22428
22423
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22429
|
-
}>;
|
|
22424
|
+
}>;
|
|
22430
22425
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22431
22426
|
[x: string]: unknown;
|
|
22432
22427
|
}, 400, "application/json"> | Response<{
|
|
@@ -22458,7 +22453,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22458
22453
|
"x-access-token"?: string | undefined;
|
|
22459
22454
|
} & Partial<{
|
|
22460
22455
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22461
|
-
}>;
|
|
22456
|
+
}>;
|
|
22462
22457
|
}, Response<{
|
|
22463
22458
|
blacklist: string[];
|
|
22464
22459
|
projectId: string;
|
|
@@ -22501,7 +22496,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22501
22496
|
"x-access-token"?: string | undefined;
|
|
22502
22497
|
} & Partial<{
|
|
22503
22498
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22504
|
-
}>;
|
|
22499
|
+
}>;
|
|
22505
22500
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22506
22501
|
[x: string]: unknown;
|
|
22507
22502
|
}, 400, "application/json"> | Response<{
|
|
@@ -22540,7 +22535,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22540
22535
|
"x-access-token"?: string | undefined;
|
|
22541
22536
|
} & Partial<{
|
|
22542
22537
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22543
|
-
}>;
|
|
22538
|
+
}>;
|
|
22544
22539
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22545
22540
|
[x: string]: unknown;
|
|
22546
22541
|
}, 400, "application/json"> | Response<{
|
|
@@ -22579,7 +22574,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22579
22574
|
"x-access-token"?: string | undefined;
|
|
22580
22575
|
} & Partial<{
|
|
22581
22576
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22582
|
-
}>;
|
|
22577
|
+
}>;
|
|
22583
22578
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22584
22579
|
[x: string]: unknown;
|
|
22585
22580
|
}, 400, "application/json"> | Response<{
|
|
@@ -22628,7 +22623,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22628
22623
|
"x-access-token"?: string | undefined;
|
|
22629
22624
|
} & Partial<{
|
|
22630
22625
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22631
|
-
}>;
|
|
22626
|
+
}>;
|
|
22632
22627
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22633
22628
|
[x: string]: unknown;
|
|
22634
22629
|
}, 400, "application/json"> | Response<{
|
|
@@ -22667,7 +22662,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22667
22662
|
"x-access-token"?: string | undefined;
|
|
22668
22663
|
} & Partial<{
|
|
22669
22664
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22670
|
-
}>;
|
|
22665
|
+
}>;
|
|
22671
22666
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22672
22667
|
[x: string]: unknown;
|
|
22673
22668
|
}, 400, "application/json"> | Response<{
|
|
@@ -22706,7 +22701,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22706
22701
|
"x-access-token"?: string | undefined;
|
|
22707
22702
|
} & Partial<{
|
|
22708
22703
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22709
|
-
}>;
|
|
22704
|
+
}>;
|
|
22710
22705
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22711
22706
|
[x: string]: unknown;
|
|
22712
22707
|
}, 400, "application/json"> | Response<{
|
|
@@ -22745,7 +22740,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22745
22740
|
"x-access-token"?: string | undefined;
|
|
22746
22741
|
} & Partial<{
|
|
22747
22742
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22748
|
-
}>;
|
|
22743
|
+
}>;
|
|
22749
22744
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22750
22745
|
[x: string]: unknown;
|
|
22751
22746
|
}, 400, "application/json"> | Response<{
|
|
@@ -22784,7 +22779,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22784
22779
|
"x-access-token"?: string | undefined;
|
|
22785
22780
|
} & Partial<{
|
|
22786
22781
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22787
|
-
}>;
|
|
22782
|
+
}>;
|
|
22788
22783
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22789
22784
|
[x: string]: unknown;
|
|
22790
22785
|
}, 400, "application/json"> | Response<{
|
|
@@ -22833,7 +22828,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22833
22828
|
"x-access-token"?: string | undefined;
|
|
22834
22829
|
} & Partial<{
|
|
22835
22830
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22836
|
-
}>;
|
|
22831
|
+
}>;
|
|
22837
22832
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22838
22833
|
[x: string]: unknown;
|
|
22839
22834
|
}, 400, "application/json"> | Response<{
|
|
@@ -22888,7 +22883,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22888
22883
|
"x-access-token"?: string | undefined;
|
|
22889
22884
|
} & Partial<{
|
|
22890
22885
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22891
|
-
}>;
|
|
22886
|
+
}>;
|
|
22892
22887
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22893
22888
|
[x: string]: unknown;
|
|
22894
22889
|
}, 400, "application/json"> | Response<{
|
|
@@ -22930,7 +22925,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22930
22925
|
"x-access-token"?: string | undefined;
|
|
22931
22926
|
} & Partial<{
|
|
22932
22927
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22933
|
-
}>;
|
|
22928
|
+
}>;
|
|
22934
22929
|
}, Response<{
|
|
22935
22930
|
createdAt?: string | undefined;
|
|
22936
22931
|
domain: string;
|
|
@@ -22974,7 +22969,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22974
22969
|
"x-access-token"?: string | undefined;
|
|
22975
22970
|
} & Partial<{
|
|
22976
22971
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22977
|
-
}>;
|
|
22972
|
+
}>;
|
|
22978
22973
|
}, Response<{
|
|
22979
22974
|
executedAt: string;
|
|
22980
22975
|
id: string;
|
|
@@ -23014,7 +23009,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23014
23009
|
"x-access-token"?: string | undefined;
|
|
23015
23010
|
} & Partial<{
|
|
23016
23011
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23017
|
-
}>;
|
|
23012
|
+
}>;
|
|
23018
23013
|
}, Response<{
|
|
23019
23014
|
domain: string;
|
|
23020
23015
|
paths: {
|
|
@@ -23055,7 +23050,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23055
23050
|
"x-access-token"?: string | undefined;
|
|
23056
23051
|
} & Partial<{
|
|
23057
23052
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23058
|
-
}>;
|
|
23053
|
+
}>;
|
|
23059
23054
|
}, Response<{
|
|
23060
23055
|
id: string;
|
|
23061
23056
|
}, 202, "application/json"> | Response<{
|
|
@@ -23108,7 +23103,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23108
23103
|
"x-access-token"?: string | undefined;
|
|
23109
23104
|
} & Partial<{
|
|
23110
23105
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23111
|
-
}>;
|
|
23106
|
+
}>;
|
|
23112
23107
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23113
23108
|
[x: string]: unknown;
|
|
23114
23109
|
}, 400, "application/json"> | Response<{
|
|
@@ -23136,7 +23131,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23136
23131
|
"x-access-token"?: string | undefined;
|
|
23137
23132
|
} & Partial<{
|
|
23138
23133
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23139
|
-
}>;
|
|
23134
|
+
}>;
|
|
23140
23135
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23141
23136
|
[x: string]: unknown;
|
|
23142
23137
|
}, 400, "application/json">>>;
|
|
@@ -23245,7 +23240,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23245
23240
|
"x-access-token"?: string | undefined;
|
|
23246
23241
|
} & Partial<{
|
|
23247
23242
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23248
|
-
}>;
|
|
23243
|
+
}>;
|
|
23249
23244
|
}, Response<{
|
|
23250
23245
|
email: string;
|
|
23251
23246
|
}, 200, "application/json"> | Response<{
|
|
@@ -23273,7 +23268,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23273
23268
|
"x-access-token"?: string | undefined;
|
|
23274
23269
|
} & Partial<{
|
|
23275
23270
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23276
|
-
}>;
|
|
23271
|
+
}>;
|
|
23277
23272
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23278
23273
|
type: "ValidationError";
|
|
23279
23274
|
message?: string | undefined;
|
|
@@ -23305,7 +23300,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23305
23300
|
"x-access-token"?: string | undefined;
|
|
23306
23301
|
} & Partial<{
|
|
23307
23302
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23308
|
-
}>;
|
|
23303
|
+
}>;
|
|
23309
23304
|
}, Response<{
|
|
23310
23305
|
type: "ValidationError";
|
|
23311
23306
|
message?: string | undefined;
|
|
@@ -23331,7 +23326,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23331
23326
|
"x-access-token"?: string | undefined;
|
|
23332
23327
|
} & Partial<{
|
|
23333
23328
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23334
|
-
}>;
|
|
23329
|
+
}>;
|
|
23335
23330
|
}, Response<{
|
|
23336
23331
|
id: string;
|
|
23337
23332
|
publicToken: string;
|
|
@@ -23351,7 +23346,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23351
23346
|
"x-access-token"?: string | undefined;
|
|
23352
23347
|
} & Partial<{
|
|
23353
23348
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23354
|
-
}>;
|
|
23349
|
+
}>;
|
|
23355
23350
|
}, Response<{
|
|
23356
23351
|
confirmed: boolean;
|
|
23357
23352
|
initialized: boolean;
|
|
@@ -23378,7 +23373,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23378
23373
|
"x-access-token"?: string | undefined;
|
|
23379
23374
|
} & Partial<{
|
|
23380
23375
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23381
|
-
}>;
|
|
23376
|
+
}>;
|
|
23382
23377
|
}, Response<{
|
|
23383
23378
|
type: "ValidationError";
|
|
23384
23379
|
message?: string | undefined;
|
|
@@ -23408,7 +23403,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23408
23403
|
"x-access-token"?: string | undefined;
|
|
23409
23404
|
} & Partial<{
|
|
23410
23405
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23411
|
-
}>;
|
|
23406
|
+
}>;
|
|
23412
23407
|
}, Response<{
|
|
23413
23408
|
type: "ValidationError";
|
|
23414
23409
|
message?: string | undefined;
|
|
@@ -23438,7 +23433,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23438
23433
|
"x-access-token"?: string | undefined;
|
|
23439
23434
|
} & Partial<{
|
|
23440
23435
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23441
|
-
}>;
|
|
23436
|
+
}>;
|
|
23442
23437
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23443
23438
|
type: "ValidationError";
|
|
23444
23439
|
message?: string | undefined;
|
|
@@ -23504,7 +23499,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23504
23499
|
"x-access-token"?: string | undefined;
|
|
23505
23500
|
} & Partial<{
|
|
23506
23501
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23507
|
-
}>;
|
|
23502
|
+
}>;
|
|
23508
23503
|
}, Response<MittwaldAPIV2.Components.Schemas.SignupApiToken[], 200, "application/json">>>;
|
|
23509
23504
|
/** Store a new ApiToken. */
|
|
23510
23505
|
createApiToken: (request: {
|
|
@@ -23532,7 +23527,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23532
23527
|
"x-access-token"?: string | undefined;
|
|
23533
23528
|
} & Partial<{
|
|
23534
23529
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23535
|
-
}>;
|
|
23530
|
+
}>;
|
|
23536
23531
|
}, Response<{
|
|
23537
23532
|
token: string;
|
|
23538
23533
|
}, 201, "application/json"> | Response<{
|
|
@@ -23568,7 +23563,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23568
23563
|
"x-access-token"?: string | undefined;
|
|
23569
23564
|
} & Partial<{
|
|
23570
23565
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23571
|
-
}>;
|
|
23566
|
+
}>;
|
|
23572
23567
|
}, Response<{}, 201, "application/json"> | Response<{
|
|
23573
23568
|
[x: string]: unknown;
|
|
23574
23569
|
}, 401, "application/json"> | Response<{
|
|
@@ -23589,7 +23584,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23589
23584
|
"x-access-token"?: string | undefined;
|
|
23590
23585
|
} & Partial<{
|
|
23591
23586
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23592
|
-
}>;
|
|
23587
|
+
}>;
|
|
23593
23588
|
}, Response<{
|
|
23594
23589
|
sshKeys?: MittwaldAPIV2.Components.Schemas.SignupSshKey[] | undefined;
|
|
23595
23590
|
}, 200, "application/json">>>;
|
|
@@ -23617,7 +23612,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23617
23612
|
"x-access-token"?: string | undefined;
|
|
23618
23613
|
} & Partial<{
|
|
23619
23614
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23620
|
-
}>;
|
|
23615
|
+
}>;
|
|
23621
23616
|
}, Response<{}, 201, "empty"> | Response<{
|
|
23622
23617
|
[x: string]: unknown;
|
|
23623
23618
|
}, 400, "application/json">>>;
|
|
@@ -23641,7 +23636,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23641
23636
|
"x-access-token"?: string | undefined;
|
|
23642
23637
|
} & Partial<{
|
|
23643
23638
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23644
|
-
}>;
|
|
23639
|
+
}>;
|
|
23645
23640
|
}, Response<{
|
|
23646
23641
|
apiTokenId: string;
|
|
23647
23642
|
createdAt: string;
|
|
@@ -23680,7 +23675,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23680
23675
|
"x-access-token"?: string | undefined;
|
|
23681
23676
|
} & Partial<{
|
|
23682
23677
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23683
|
-
}>;
|
|
23678
|
+
}>;
|
|
23684
23679
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23685
23680
|
[x: string]: unknown;
|
|
23686
23681
|
}, 400, "application/json">>>;
|
|
@@ -23704,7 +23699,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23704
23699
|
"x-access-token"?: string | undefined;
|
|
23705
23700
|
} & Partial<{
|
|
23706
23701
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23707
|
-
}>;
|
|
23702
|
+
}>;
|
|
23708
23703
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23709
23704
|
[x: string]: unknown;
|
|
23710
23705
|
}, 400, "application/json">>>;
|
|
@@ -23728,7 +23723,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23728
23723
|
"x-access-token"?: string | undefined;
|
|
23729
23724
|
} & Partial<{
|
|
23730
23725
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23731
|
-
}>;
|
|
23726
|
+
}>;
|
|
23732
23727
|
}, Response<{
|
|
23733
23728
|
sshKey: MittwaldAPIV2.Components.Schemas.SignupSshKey;
|
|
23734
23729
|
}, 200, "application/json"> | Response<{
|
|
@@ -23763,7 +23758,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23763
23758
|
"x-access-token"?: string | undefined;
|
|
23764
23759
|
} & Partial<{
|
|
23765
23760
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23766
|
-
}>;
|
|
23761
|
+
}>;
|
|
23767
23762
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23768
23763
|
[x: string]: unknown;
|
|
23769
23764
|
}, 400, "application/json">>>;
|
|
@@ -23787,7 +23782,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23787
23782
|
"x-access-token"?: string | undefined;
|
|
23788
23783
|
} & Partial<{
|
|
23789
23784
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23790
|
-
}>;
|
|
23785
|
+
}>;
|
|
23791
23786
|
}, Response<{}, 204, "empty">>>;
|
|
23792
23787
|
/** Delete your account and all your personal data. */
|
|
23793
23788
|
deleteUser: (request: {
|
|
@@ -23813,7 +23808,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23813
23808
|
"x-access-token"?: string | undefined;
|
|
23814
23809
|
} & Partial<{
|
|
23815
23810
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23816
|
-
}>;
|
|
23811
|
+
}>;
|
|
23817
23812
|
}, Response<{}, 200, "empty"> | Response<{
|
|
23818
23813
|
type: "ValidationError";
|
|
23819
23814
|
message?: string | undefined;
|
|
@@ -23838,7 +23833,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23838
23833
|
"x-access-token"?: string | undefined;
|
|
23839
23834
|
} & Partial<{
|
|
23840
23835
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23841
|
-
}>;
|
|
23836
|
+
}>;
|
|
23842
23837
|
}, Response<{
|
|
23843
23838
|
email?: string | undefined;
|
|
23844
23839
|
mfaDetails?: {
|
|
@@ -23875,7 +23870,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23875
23870
|
"x-access-token"?: string | undefined;
|
|
23876
23871
|
} & Partial<{
|
|
23877
23872
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23878
|
-
}>;
|
|
23873
|
+
}>;
|
|
23879
23874
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23880
23875
|
type: "ValidationError";
|
|
23881
23876
|
message?: string | undefined;
|
|
@@ -23896,7 +23891,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23896
23891
|
"x-access-token"?: string | undefined;
|
|
23897
23892
|
} & Partial<{
|
|
23898
23893
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23899
|
-
}>;
|
|
23894
|
+
}>;
|
|
23900
23895
|
}, Response<{
|
|
23901
23896
|
passwordUpdatedAt: string;
|
|
23902
23897
|
}, 200, "application/json">>>;
|
|
@@ -23920,7 +23915,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23920
23915
|
"x-access-token"?: string | undefined;
|
|
23921
23916
|
} & Partial<{
|
|
23922
23917
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23923
|
-
}>;
|
|
23918
|
+
}>;
|
|
23924
23919
|
}, Response<{
|
|
23925
23920
|
settingsString?: string | undefined;
|
|
23926
23921
|
}, 200, "application/json">>>;
|
|
@@ -23951,7 +23946,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23951
23946
|
"x-access-token"?: string | undefined;
|
|
23952
23947
|
} & Partial<{
|
|
23953
23948
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23954
|
-
}>;
|
|
23949
|
+
}>;
|
|
23955
23950
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23956
23951
|
[x: string]: unknown;
|
|
23957
23952
|
}, 400, "application/json">>>;
|
|
@@ -24036,7 +24031,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24036
24031
|
"x-access-token"?: string | undefined;
|
|
24037
24032
|
} & Partial<{
|
|
24038
24033
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24039
|
-
}>;
|
|
24034
|
+
}>;
|
|
24040
24035
|
}, Response<{
|
|
24041
24036
|
created: string;
|
|
24042
24037
|
device: MittwaldAPIV2.Components.Schemas.SignupDeviceInfo;
|
|
@@ -24066,7 +24061,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24066
24061
|
"x-access-token"?: string | undefined;
|
|
24067
24062
|
} & Partial<{
|
|
24068
24063
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24069
|
-
}>;
|
|
24064
|
+
}>;
|
|
24070
24065
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24071
24066
|
[x: string]: unknown;
|
|
24072
24067
|
}, 404, "application/json">>>;
|
|
@@ -24090,7 +24085,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24090
24085
|
"x-access-token"?: string | undefined;
|
|
24091
24086
|
} & Partial<{
|
|
24092
24087
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24093
|
-
}>;
|
|
24088
|
+
}>;
|
|
24094
24089
|
}, Response<{
|
|
24095
24090
|
avatarRef?: string | undefined;
|
|
24096
24091
|
email?: string | undefined;
|
|
@@ -24139,7 +24134,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24139
24134
|
"x-access-token"?: string | undefined;
|
|
24140
24135
|
} & Partial<{
|
|
24141
24136
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24142
|
-
}>;
|
|
24137
|
+
}>;
|
|
24143
24138
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24144
24139
|
[x: string]: unknown;
|
|
24145
24140
|
}, 400, "application/json">>>;
|
|
@@ -24158,7 +24153,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24158
24153
|
"x-access-token"?: string | undefined;
|
|
24159
24154
|
} & Partial<{
|
|
24160
24155
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24161
|
-
}>;
|
|
24156
|
+
}>;
|
|
24162
24157
|
}, Response<{
|
|
24163
24158
|
type: "ValidationError";
|
|
24164
24159
|
message?: string | undefined;
|
|
@@ -24218,7 +24213,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24218
24213
|
"x-access-token"?: string | undefined;
|
|
24219
24214
|
} & Partial<{
|
|
24220
24215
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24221
|
-
}>;
|
|
24216
|
+
}>;
|
|
24222
24217
|
}, Response<MittwaldAPIV2.Components.Schemas.UserUserFeedback[], 200, "application/json">>>;
|
|
24223
24218
|
/** List all sessions. */
|
|
24224
24219
|
listSessions: (request?: {
|
|
@@ -24235,7 +24230,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24235
24230
|
"x-access-token"?: string | undefined;
|
|
24236
24231
|
} & Partial<{
|
|
24237
24232
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24238
|
-
}>;
|
|
24233
|
+
}>;
|
|
24239
24234
|
}, Response<MittwaldAPIV2.Components.Schemas.SignupUserSession[], 200, "application/json">>>;
|
|
24240
24235
|
/** Terminate all sessions, except the current session. */
|
|
24241
24236
|
terminateAllSessions: (request?: {
|
|
@@ -24252,7 +24247,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24252
24247
|
"x-access-token"?: string | undefined;
|
|
24253
24248
|
} & Partial<{
|
|
24254
24249
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24255
|
-
}>;
|
|
24250
|
+
}>;
|
|
24256
24251
|
}, Response<{}, 204, "empty">>>;
|
|
24257
24252
|
/** Terminate session and invalidate access token. */
|
|
24258
24253
|
logout: (request?: {
|
|
@@ -24269,7 +24264,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24269
24264
|
"x-access-token"?: string | undefined;
|
|
24270
24265
|
} & Partial<{
|
|
24271
24266
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24272
|
-
}>;
|
|
24267
|
+
}>;
|
|
24273
24268
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24274
24269
|
type: "ValidationError";
|
|
24275
24270
|
message?: string | undefined;
|
|
@@ -24332,7 +24327,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24332
24327
|
Authorization?: string | undefined;
|
|
24333
24328
|
} & Partial<{
|
|
24334
24329
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24335
|
-
}>;
|
|
24330
|
+
}>;
|
|
24336
24331
|
}, Response<{
|
|
24337
24332
|
access_token: string;
|
|
24338
24333
|
expires_in: number;
|
|
@@ -24393,7 +24388,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24393
24388
|
"x-access-token"?: string | undefined;
|
|
24394
24389
|
} & Partial<{
|
|
24395
24390
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24396
|
-
}>;
|
|
24391
|
+
}>;
|
|
24397
24392
|
}, Response<{
|
|
24398
24393
|
refId: string;
|
|
24399
24394
|
rules: {
|
|
@@ -24435,7 +24430,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24435
24430
|
"x-access-token"?: string | undefined;
|
|
24436
24431
|
} & Partial<{
|
|
24437
24432
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24438
|
-
}>;
|
|
24433
|
+
}>;
|
|
24439
24434
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24440
24435
|
[x: string]: unknown;
|
|
24441
24436
|
}, 400, "application/json">>>;
|
|
@@ -24489,7 +24484,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24489
24484
|
"x-access-token"?: string | undefined;
|
|
24490
24485
|
} & Partial<{
|
|
24491
24486
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24492
|
-
}>;
|
|
24487
|
+
}>;
|
|
24493
24488
|
}, Response<{
|
|
24494
24489
|
expiresAt?: string | undefined;
|
|
24495
24490
|
supportCode?: string | undefined;
|
|
@@ -24518,7 +24513,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24518
24513
|
"x-access-token"?: string | undefined;
|
|
24519
24514
|
} & Partial<{
|
|
24520
24515
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24521
|
-
}>;
|
|
24516
|
+
}>;
|
|
24522
24517
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24523
24518
|
type: "ValidationError";
|
|
24524
24519
|
message?: string | undefined;
|
|
@@ -24555,7 +24550,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24555
24550
|
"x-access-token"?: string | undefined;
|
|
24556
24551
|
} & Partial<{
|
|
24557
24552
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24558
|
-
}>;
|
|
24553
|
+
}>;
|
|
24559
24554
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24560
24555
|
[x: string]: unknown;
|
|
24561
24556
|
}, 400, "application/json"> | Response<{
|
|
@@ -24620,7 +24615,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24620
24615
|
"x-access-token"?: string | undefined;
|
|
24621
24616
|
} & Partial<{
|
|
24622
24617
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24623
|
-
}>;
|
|
24618
|
+
}>;
|
|
24624
24619
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24625
24620
|
[x: string]: unknown;
|
|
24626
24621
|
}, 400, "application/json"> | Response<{
|
|
@@ -24660,7 +24655,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24660
24655
|
"x-access-token"?: string | undefined;
|
|
24661
24656
|
} & Partial<{
|
|
24662
24657
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24663
|
-
}>;
|
|
24658
|
+
}>;
|
|
24664
24659
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[], 200, "application/json"> | Response<{
|
|
24665
24660
|
[x: string]: unknown;
|
|
24666
24661
|
}, 404, "application/json">>>;
|
|
@@ -24697,7 +24692,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24697
24692
|
"x-access-token"?: string | undefined;
|
|
24698
24693
|
} & Partial<{
|
|
24699
24694
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24700
|
-
}>;
|
|
24695
|
+
}>;
|
|
24701
24696
|
}, Response<{
|
|
24702
24697
|
id: string;
|
|
24703
24698
|
information: MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
|
|
@@ -24739,7 +24734,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24739
24734
|
"x-access-token"?: string | undefined;
|
|
24740
24735
|
} & Partial<{
|
|
24741
24736
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24742
|
-
}>;
|
|
24737
|
+
}>;
|
|
24743
24738
|
}, Response<{
|
|
24744
24739
|
id: string;
|
|
24745
24740
|
}, 201, "application/json"> | Response<{
|
|
@@ -24776,7 +24771,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24776
24771
|
"x-access-token"?: string | undefined;
|
|
24777
24772
|
} & Partial<{
|
|
24778
24773
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24779
|
-
}>;
|
|
24774
|
+
}>;
|
|
24780
24775
|
}, Response<{}, 204, "empty">>>;
|
|
24781
24776
|
/** Request a Project avatar upload. */
|
|
24782
24777
|
requestProjectAvatarUpload: (request: {
|
|
@@ -24798,7 +24793,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24798
24793
|
"x-access-token"?: string | undefined;
|
|
24799
24794
|
} & Partial<{
|
|
24800
24795
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24801
|
-
}>;
|
|
24796
|
+
}>;
|
|
24802
24797
|
}, Response<{
|
|
24803
24798
|
refId: string;
|
|
24804
24799
|
rules: MittwaldAPIV2.Components.Schemas.ProjectAvatarRules;
|
|
@@ -24827,7 +24822,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24827
24822
|
"x-access-token"?: string | undefined;
|
|
24828
24823
|
} & Partial<{
|
|
24829
24824
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24830
|
-
}>;
|
|
24825
|
+
}>;
|
|
24831
24826
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24832
24827
|
[x: string]: unknown;
|
|
24833
24828
|
}, 400, "application/json"> | Response<{
|
|
@@ -24853,7 +24848,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24853
24848
|
"x-access-token"?: string | undefined;
|
|
24854
24849
|
} & Partial<{
|
|
24855
24850
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24856
|
-
}>;
|
|
24851
|
+
}>;
|
|
24857
24852
|
}, Response<{
|
|
24858
24853
|
id: string;
|
|
24859
24854
|
information: MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
|
|
@@ -24886,7 +24881,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24886
24881
|
"x-access-token"?: string | undefined;
|
|
24887
24882
|
} & Partial<{
|
|
24888
24883
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24889
|
-
}>;
|
|
24884
|
+
}>;
|
|
24890
24885
|
}, Response<{}, 204, "empty">>>;
|
|
24891
24886
|
/** Get a ProjectMembership */
|
|
24892
24887
|
getProjectMembership: (request: {
|
|
@@ -24908,7 +24903,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24908
24903
|
"x-access-token"?: string | undefined;
|
|
24909
24904
|
} & Partial<{
|
|
24910
24905
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24911
|
-
}>;
|
|
24906
|
+
}>;
|
|
24912
24907
|
}, Response<{
|
|
24913
24908
|
expiresAt?: string | undefined;
|
|
24914
24909
|
id: string;
|
|
@@ -24941,7 +24936,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24941
24936
|
"x-access-token"?: string | undefined;
|
|
24942
24937
|
} & Partial<{
|
|
24943
24938
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24944
|
-
}>;
|
|
24939
|
+
}>;
|
|
24945
24940
|
}, Response<{}, 204, "empty">>>;
|
|
24946
24941
|
/** Update a ProjectMembership. */
|
|
24947
24942
|
updateProjectMembership: (request: {
|
|
@@ -24972,7 +24967,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24972
24967
|
"x-access-token"?: string | undefined;
|
|
24973
24968
|
} & Partial<{
|
|
24974
24969
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24975
|
-
}>;
|
|
24970
|
+
}>;
|
|
24976
24971
|
}, Response<{}, 204, "empty">>>;
|
|
24977
24972
|
/** Get a Project. */
|
|
24978
24973
|
getProject: (request: {
|
|
@@ -24994,7 +24989,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24994
24989
|
"x-access-token"?: string | undefined;
|
|
24995
24990
|
} & Partial<{
|
|
24996
24991
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24997
|
-
}>;
|
|
24992
|
+
}>;
|
|
24998
24993
|
}, Response<{
|
|
24999
24994
|
clusterDomain?: string | undefined;
|
|
25000
24995
|
clusterID?: string | undefined;
|
|
@@ -25042,7 +25037,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25042
25037
|
"x-access-token"?: string | undefined;
|
|
25043
25038
|
} & Partial<{
|
|
25044
25039
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25045
|
-
}>;
|
|
25040
|
+
}>;
|
|
25046
25041
|
}, Response<{}, 204, "empty"> | Response<{
|
|
25047
25042
|
[x: string]: unknown;
|
|
25048
25043
|
}, 400, "application/json"> | Response<{
|
|
@@ -25072,7 +25067,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25072
25067
|
"x-access-token"?: string | undefined;
|
|
25073
25068
|
} & Partial<{
|
|
25074
25069
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25075
|
-
}>;
|
|
25070
|
+
}>;
|
|
25076
25071
|
}, Response<{
|
|
25077
25072
|
refId: string;
|
|
25078
25073
|
rules: MittwaldAPIV2.Components.Schemas.ProjectAvatarRules;
|
|
@@ -25101,7 +25096,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25101
25096
|
"x-access-token"?: string | undefined;
|
|
25102
25097
|
} & Partial<{
|
|
25103
25098
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25104
|
-
}>;
|
|
25099
|
+
}>;
|
|
25105
25100
|
}, Response<{}, 204, "empty"> | Response<{
|
|
25106
25101
|
[x: string]: unknown;
|
|
25107
25102
|
}, 400, "application/json"> | Response<{
|
|
@@ -25123,7 +25118,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25123
25118
|
"x-access-token"?: string | undefined;
|
|
25124
25119
|
} & Partial<{
|
|
25125
25120
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25126
|
-
}>;
|
|
25121
|
+
}>;
|
|
25127
25122
|
}, Response<{
|
|
25128
25123
|
id: string;
|
|
25129
25124
|
information: MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
|
|
@@ -25156,7 +25151,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25156
25151
|
"x-access-token"?: string | undefined;
|
|
25157
25152
|
} & Partial<{
|
|
25158
25153
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25159
|
-
}>;
|
|
25154
|
+
}>;
|
|
25160
25155
|
}, Response<{
|
|
25161
25156
|
expiresAt?: string | undefined;
|
|
25162
25157
|
id: string;
|
|
@@ -25189,7 +25184,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25189
25184
|
"x-access-token"?: string | undefined;
|
|
25190
25185
|
} & Partial<{
|
|
25191
25186
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25192
|
-
}>;
|
|
25187
|
+
}>;
|
|
25193
25188
|
}, Response<{
|
|
25194
25189
|
clusterName: string;
|
|
25195
25190
|
createdAt: string;
|
|
@@ -25237,7 +25232,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25237
25232
|
"x-access-token"?: string | undefined;
|
|
25238
25233
|
} & Partial<{
|
|
25239
25234
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25240
|
-
}>;
|
|
25235
|
+
}>;
|
|
25241
25236
|
}, Response<{}, 204, "empty">>>;
|
|
25242
25237
|
/** List Memberships belonging to a Project. */
|
|
25243
25238
|
listMembershipsForProject: (request: {
|
|
@@ -25271,7 +25266,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25271
25266
|
"x-access-token"?: string | undefined;
|
|
25272
25267
|
} & Partial<{
|
|
25273
25268
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25274
|
-
}>;
|
|
25269
|
+
}>;
|
|
25275
25270
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipProjectMembership[], 200, "application/json"> | Response<{
|
|
25276
25271
|
[x: string]: unknown;
|
|
25277
25272
|
}, 404, "application/json">>>;
|
|
@@ -25302,7 +25297,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25302
25297
|
"x-access-token"?: string | undefined;
|
|
25303
25298
|
} & Partial<{
|
|
25304
25299
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25305
|
-
}>;
|
|
25300
|
+
}>;
|
|
25306
25301
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[], 200, "application/json"> | Response<{
|
|
25307
25302
|
[x: string]: unknown;
|
|
25308
25303
|
}, 404, "application/json">>>;
|
|
@@ -25333,7 +25328,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25333
25328
|
"x-access-token"?: string | undefined;
|
|
25334
25329
|
} & Partial<{
|
|
25335
25330
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25336
|
-
}>;
|
|
25331
|
+
}>;
|
|
25337
25332
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipProjectMembership[], 200, "application/json"> | Response<{
|
|
25338
25333
|
[x: string]: unknown;
|
|
25339
25334
|
}, 404, "application/json">>>;
|
|
@@ -25364,7 +25359,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25364
25359
|
"x-access-token"?: string | undefined;
|
|
25365
25360
|
} & Partial<{
|
|
25366
25361
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25367
|
-
}>;
|
|
25362
|
+
}>;
|
|
25368
25363
|
}, Response<{
|
|
25369
25364
|
createdAt: string;
|
|
25370
25365
|
customerId: string;
|
|
@@ -25420,7 +25415,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25420
25415
|
"x-access-token"?: string | undefined;
|
|
25421
25416
|
} & Partial<{
|
|
25422
25417
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25423
|
-
}>;
|
|
25418
|
+
}>;
|
|
25424
25419
|
}, Response<MittwaldAPIV2.Components.Schemas.ProjectServer[], 200, "application/json"> | Response<{
|
|
25425
25420
|
[x: string]: unknown;
|
|
25426
25421
|
}, 403, "application/json">>>;
|
|
@@ -25451,7 +25446,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25451
25446
|
"x-access-token"?: string | undefined;
|
|
25452
25447
|
} & Partial<{
|
|
25453
25448
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25454
|
-
}>;
|
|
25449
|
+
}>;
|
|
25455
25450
|
}, Response<{}, 204, "empty"> | Response<{
|
|
25456
25451
|
[x: string]: unknown;
|
|
25457
25452
|
}, 403, "application/json">>>;
|
|
@@ -25482,7 +25477,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25482
25477
|
"x-access-token"?: string | undefined;
|
|
25483
25478
|
} & Partial<{
|
|
25484
25479
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25485
|
-
}>;
|
|
25480
|
+
}>;
|
|
25486
25481
|
}, Response<{}, 204, "empty"> | Response<{
|
|
25487
25482
|
[x: string]: unknown;
|
|
25488
25483
|
}, 400, "application/json"> | Response<{
|
|
@@ -25515,7 +25510,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25515
25510
|
"x-access-token"?: string | undefined;
|
|
25516
25511
|
} & Partial<{
|
|
25517
25512
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25518
|
-
}>;
|
|
25513
|
+
}>;
|
|
25519
25514
|
}, Response<{}, 204, "empty"> | Response<{
|
|
25520
25515
|
[x: string]: unknown;
|
|
25521
25516
|
}, 400, "application/json"> | Response<{
|
|
@@ -25564,7 +25559,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25564
25559
|
"x-access-token"?: string | undefined;
|
|
25565
25560
|
} & Partial<{
|
|
25566
25561
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25567
|
-
}>;
|
|
25562
|
+
}>;
|
|
25568
25563
|
}, Response<{
|
|
25569
25564
|
absolutePath: string;
|
|
25570
25565
|
isDirectory?: boolean | undefined;
|
|
@@ -25612,7 +25607,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25612
25607
|
"x-access-token"?: string | undefined;
|
|
25613
25608
|
} & Partial<{
|
|
25614
25609
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25615
|
-
}>;
|
|
25610
|
+
}>;
|
|
25616
25611
|
}, Response<{
|
|
25617
25612
|
path?: string | undefined;
|
|
25618
25613
|
totalBytes?: number | undefined;
|
|
@@ -25656,7 +25651,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25656
25651
|
"x-access-token"?: string | undefined;
|
|
25657
25652
|
} & Partial<{
|
|
25658
25653
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25659
|
-
}>;
|
|
25654
|
+
}>;
|
|
25660
25655
|
}, Response<string, 200, "text/plain"> | Response<{
|
|
25661
25656
|
[x: string]: unknown;
|
|
25662
25657
|
}, 403, "application/json"> | Response<{
|
|
@@ -25684,7 +25679,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25684
25679
|
"x-access-token"?: string | undefined;
|
|
25685
25680
|
} & Partial<{
|
|
25686
25681
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25687
|
-
}>;
|
|
25682
|
+
}>;
|
|
25688
25683
|
}, Response<{
|
|
25689
25684
|
jwt: string;
|
|
25690
25685
|
}, 200, "application/json"> | Response<{
|
|
@@ -25724,7 +25719,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25724
25719
|
"x-access-token"?: string | undefined;
|
|
25725
25720
|
} & Partial<{
|
|
25726
25721
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25727
|
-
}>;
|
|
25722
|
+
}>;
|
|
25728
25723
|
}, Response<{
|
|
25729
25724
|
absolutePath: string;
|
|
25730
25725
|
isDirectory?: boolean | undefined;
|
|
@@ -25866,7 +25861,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25866
25861
|
"x-access-token"?: string | undefined;
|
|
25867
25862
|
} & Partial<{
|
|
25868
25863
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25869
|
-
}>;
|
|
25864
|
+
}>;
|
|
25870
25865
|
}, Response<MittwaldAPIV2.Components.Schemas.SshuserSftpUser[], 200, "application/json"> | Response<{
|
|
25871
25866
|
[x: string]: unknown;
|
|
25872
25867
|
}, 404, "application/json">>>;
|
|
@@ -25909,7 +25904,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25909
25904
|
"x-access-token"?: string | undefined;
|
|
25910
25905
|
} & Partial<{
|
|
25911
25906
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25912
|
-
}>;
|
|
25907
|
+
}>;
|
|
25913
25908
|
}, Response<{
|
|
25914
25909
|
accessLevel: MittwaldAPIV2.Components.Schemas.SshuserAccessLevel;
|
|
25915
25910
|
active?: boolean | undefined;
|
|
@@ -25947,7 +25942,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25947
25942
|
"x-access-token"?: string | undefined;
|
|
25948
25943
|
} & Partial<{
|
|
25949
25944
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25950
|
-
}>;
|
|
25945
|
+
}>;
|
|
25951
25946
|
}, Response<{
|
|
25952
25947
|
accessLevel: MittwaldAPIV2.Components.Schemas.SshuserAccessLevel;
|
|
25953
25948
|
active?: boolean | undefined;
|
|
@@ -25985,7 +25980,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25985
25980
|
"x-access-token"?: string | undefined;
|
|
25986
25981
|
} & Partial<{
|
|
25987
25982
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25988
|
-
}>;
|
|
25983
|
+
}>;
|
|
25989
25984
|
}, Response<{}, 204, "empty">>>;
|
|
25990
25985
|
/** Update an SFTPUser. */
|
|
25991
25986
|
sftpUserUpdateSftpUser: (request: {
|
|
@@ -26026,7 +26021,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26026
26021
|
"x-access-token"?: string | undefined;
|
|
26027
26022
|
} & Partial<{
|
|
26028
26023
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26029
|
-
}>;
|
|
26024
|
+
}>;
|
|
26030
26025
|
}, Response<{}, 204, "empty"> | Response<{
|
|
26031
26026
|
[x: string]: unknown;
|
|
26032
26027
|
}, 400, "application/json">>>;
|
|
@@ -26062,7 +26057,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26062
26057
|
"x-access-token"?: string | undefined;
|
|
26063
26058
|
} & Partial<{
|
|
26064
26059
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26065
|
-
}>;
|
|
26060
|
+
}>;
|
|
26066
26061
|
}, Response<MittwaldAPIV2.Components.Schemas.SshuserSshUser[], 200, "application/json"> | Response<{
|
|
26067
26062
|
[x: string]: unknown;
|
|
26068
26063
|
}, 404, "application/json">>>;
|
|
@@ -26101,7 +26096,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26101
26096
|
"x-access-token"?: string | undefined;
|
|
26102
26097
|
} & Partial<{
|
|
26103
26098
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26104
|
-
}>;
|
|
26099
|
+
}>;
|
|
26105
26100
|
}, Response<{
|
|
26106
26101
|
active?: boolean | undefined;
|
|
26107
26102
|
authUpdatedAt: string;
|
|
@@ -26137,7 +26132,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26137
26132
|
"x-access-token"?: string | undefined;
|
|
26138
26133
|
} & Partial<{
|
|
26139
26134
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26140
|
-
}>;
|
|
26135
|
+
}>;
|
|
26141
26136
|
}, Response<{
|
|
26142
26137
|
active?: boolean | undefined;
|
|
26143
26138
|
authUpdatedAt: string;
|
|
@@ -26173,7 +26168,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26173
26168
|
"x-access-token"?: string | undefined;
|
|
26174
26169
|
} & Partial<{
|
|
26175
26170
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26176
|
-
}>;
|
|
26171
|
+
}>;
|
|
26177
26172
|
}, Response<{}, 204, "empty">>>;
|
|
26178
26173
|
/** Update an SSHUser. */
|
|
26179
26174
|
sshUserUpdateSshUser: (request: {
|
|
@@ -26210,7 +26205,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26210
26205
|
"x-access-token"?: string | undefined;
|
|
26211
26206
|
} & Partial<{
|
|
26212
26207
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26213
|
-
}>;
|
|
26208
|
+
}>;
|
|
26214
26209
|
}, Response<{}, 204, "empty"> | Response<{
|
|
26215
26210
|
[x: string]: unknown;
|
|
26216
26211
|
}, 400, "application/json">>>;
|