@mittwald/api-client 3.1.46 → 3.1.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +23 -23
- package/dist/react.d.mts +26 -19
- package/dist/react.d.ts +26 -19
- package/dist/react.mjs +13 -13
- package/dist/shared/{api-client.c61312b7.d.mts → api-client.267b0403.d.mts} +413 -380
- package/dist/shared/{api-client.c61312b7.d.ts → api-client.267b0403.d.ts} +413 -380
- package/dist/shared/{api-client.416bac64.mjs → api-client.de1cb2a7.mjs} +7 -7
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -49,50 +49,50 @@ interface OpenAPIOperation<TIgnoredRequest extends AnyRequest = RequestType, Ign
|
|
|
49
49
|
type InferredResponseType<TOp> = TOp extends OpenAPIOperation<RequestType, infer TRes> ? TRes : never;
|
|
50
50
|
type ResponsePromise<TOp extends OpenAPIOperation> = Promise<InferredResponseType<TOp>>;
|
|
51
51
|
|
|
52
|
-
/**
|
|
52
|
+
/** Trigger a runtime action belonging to an AppInstallation. */
|
|
53
53
|
declare const appExecuteAction: OpenAPIOperation$1<RequestType$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsAction.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsAction.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsAction.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsAction.Post.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsAction.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsAction.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsAction.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
54
|
-
/** Get
|
|
54
|
+
/** Get an App. */
|
|
55
55
|
declare const appGetApp: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppsAppId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
56
|
-
/** Get
|
|
56
|
+
/** Get an AppInstallation. */
|
|
57
57
|
declare const appGetAppinstallation: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
58
|
-
/**
|
|
58
|
+
/** Trigger an uninstallation process for an AppInstallation. */
|
|
59
59
|
declare const appUninstallAppinstallation: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
60
|
-
/**
|
|
60
|
+
/** Update properties belonging to an AppInstallation. */
|
|
61
61
|
declare const appPatchAppinstallation: OpenAPIOperation$1<RequestType$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Patch.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
62
|
-
/** Get
|
|
62
|
+
/** Get an AppVersion. */
|
|
63
63
|
declare const appGetAppversion: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsAppVersionId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
64
64
|
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
65
65
|
declare const appGetInstalledSystemsoftwareForAppinstallation: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdSystemSoftware.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
66
66
|
/** Get the missing requirements of an appInstallation for a specific target AppVersion. */
|
|
67
67
|
declare const appGetMissingDependenciesForAppinstallation: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdMissingDependencies.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdMissingDependencies.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdMissingDependencies.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdMissingDependencies.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdMissingDependencies.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdMissingDependencies.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
68
|
-
/** Get a
|
|
68
|
+
/** Get a SystemSoftware. */
|
|
69
69
|
declare const appGetSystemsoftware: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwaresSystemSoftwareId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwaresSystemSoftwareId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwaresSystemSoftwareId.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2SystemSoftwaresSystemSoftwareId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2SystemSoftwaresSystemSoftwareId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2SystemSoftwaresSystemSoftwareId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
70
|
-
/** Get a
|
|
70
|
+
/** Get a SystemSoftwareVersion. */
|
|
71
71
|
declare const appGetSystemsoftwareversion: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersionsSystemSoftwareVersionId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
72
|
-
/** Create linkage between an
|
|
72
|
+
/** Create linkage between an AppInstallation and a MySQLDatabase. */
|
|
73
73
|
declare const appLinkDatabase: OpenAPIOperation$1<RequestType$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabase.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabase.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabase.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabase.Patch.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabase.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabase.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabase.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
74
|
-
/**
|
|
74
|
+
/** List AppInstallations belonging to a Project. */
|
|
75
75
|
declare const appListAppinstallations: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
76
|
-
/** Request
|
|
76
|
+
/** Request an AppInstallation. */
|
|
77
77
|
declare const appRequestAppinstallation: OpenAPIOperation$1<RequestType$1<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Post.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAppInstallations.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
78
|
-
/**
|
|
78
|
+
/** List Apps. */
|
|
79
79
|
declare const appListApps: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Apps.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Apps.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Apps.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2Apps.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2Apps.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
80
|
-
/**
|
|
80
|
+
/** List AppVersions belonging to an App. */
|
|
81
81
|
declare const appListAppversions: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersions.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersions.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersions.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersions.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersions.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
82
|
-
/**
|
|
82
|
+
/** List SystemSoftwares. */
|
|
83
83
|
declare const appListSystemsoftwares: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwares.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwares.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwares.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2SystemSoftwares.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2SystemSoftwares.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
84
|
-
/**
|
|
84
|
+
/** List SystemSoftwareVersions belonging to a SystemSoftware. */
|
|
85
85
|
declare const appListSystemsoftwareversions: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersions.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersions.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersions.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersions.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2SystemSoftwareSystemSoftwareIdVersions.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
86
|
-
/**
|
|
86
|
+
/** List update candidates belonging to an AppVersion. */
|
|
87
87
|
declare const appListUpdateCandidatesForAppversion: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppsAppIdVersionsBaseAppVersionIdUpdateCandidates.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
88
|
-
/** Request a copy of an
|
|
89
|
-
declare const appRequestAppinstallationCopy: OpenAPIOperation$1<RequestType$1<Simplify<MittwaldAPIV2.Paths.
|
|
90
|
-
/** Get runtime status
|
|
88
|
+
/** Request a copy of an AppInstallation. */
|
|
89
|
+
declare const appRequestAppinstallationCopy: OpenAPIOperation$1<RequestType$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsCopy.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsCopy.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsCopy.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsCopy.Post.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsCopy.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsCopy.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdActionsCopy.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
90
|
+
/** Get runtime status belonging to an AppInstallation. */
|
|
91
91
|
declare const appRetrieveStatus: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdStatus.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdStatus.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdStatus.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdStatus.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdStatus.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdStatus.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
92
|
-
/**
|
|
93
|
-
declare const appSetDatabaseUsers: OpenAPIOperation$1<RequestType$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Put.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
94
|
-
/** Remove linkage between an `AppInstallation` and a `Database`. */
|
|
92
|
+
/** Remove linkage between an AppInstallation and a Database. */
|
|
95
93
|
declare const appUnlinkDatabase: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Delete.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
94
|
+
/** Create linkage between an AppInstallation and DatabaseUsers. */
|
|
95
|
+
declare const appSetDatabaseUsers: OpenAPIOperation$1<RequestType$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
96
96
|
/** Get an Article. */
|
|
97
97
|
declare const articleGetArticle: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
98
98
|
/** List Articles. */
|
|
@@ -200,7 +200,7 @@ declare const customerListOfCustomerCategories: OpenAPIOperation$1<RequestType$1
|
|
|
200
200
|
/** Create a new customer category. */
|
|
201
201
|
declare const customerCreateCategory: OpenAPIOperation$1<RequestType$1<Simplify<MittwaldAPIV2.Paths.V2CustomerCategories.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategories.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategories.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategories.Post.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2CustomerCategories.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2CustomerCategories.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2CustomerCategories.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
202
202
|
/** Create a CustomerInvite. */
|
|
203
|
-
declare const customerCreateCustomerInvite: OpenAPIOperation$1<RequestType$1<Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
203
|
+
declare const customerCreateCustomerInvite: OpenAPIOperation$1<RequestType$1<Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2CustomerCustomerIdInvites.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
204
204
|
/** Get all customer profiles the authenticated user has access to. */
|
|
205
205
|
declare const customerListCustomers: OpenAPIOperation$1<RequestType$1<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Customers.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Customers.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Customers.Get.Parameters.Header>>, Response$1<Simplify<MittwaldAPIV2.Paths.V2Customers.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response$1<Simplify<MittwaldAPIV2.Paths.V2Customers.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
206
206
|
/** Create a new customer profile. */
|
|
@@ -732,14 +732,14 @@ declare namespace MittwaldAPIV2 {
|
|
|
732
732
|
type RequestData = InferredRequestData<typeof appRetrieveStatus>;
|
|
733
733
|
type ResponseData<TStatus extends HttpStatus$1 = 200> = InferredResponseData<typeof appRetrieveStatus, TStatus>;
|
|
734
734
|
}
|
|
735
|
-
namespace AppSetDatabaseUsers {
|
|
736
|
-
type RequestData = InferredRequestData<typeof appSetDatabaseUsers>;
|
|
737
|
-
type ResponseData<TStatus extends HttpStatus$1 = 200> = InferredResponseData<typeof appSetDatabaseUsers, TStatus>;
|
|
738
|
-
}
|
|
739
735
|
namespace AppUnlinkDatabase {
|
|
740
736
|
type RequestData = InferredRequestData<typeof appUnlinkDatabase>;
|
|
741
737
|
type ResponseData<TStatus extends HttpStatus$1 = 200> = InferredResponseData<typeof appUnlinkDatabase, TStatus>;
|
|
742
738
|
}
|
|
739
|
+
namespace AppSetDatabaseUsers {
|
|
740
|
+
type RequestData = InferredRequestData<typeof appSetDatabaseUsers>;
|
|
741
|
+
type ResponseData<TStatus extends HttpStatus$1 = 200> = InferredResponseData<typeof appSetDatabaseUsers, TStatus>;
|
|
742
|
+
}
|
|
743
743
|
namespace ArticleGetArticle {
|
|
744
744
|
type RequestData = InferredRequestData<typeof articleGetArticle>;
|
|
745
745
|
type ResponseData<TStatus extends HttpStatus$1 = 200> = InferredResponseData<typeof articleGetArticle, TStatus>;
|
|
@@ -1856,15 +1856,12 @@ declare namespace MittwaldAPIV2 {
|
|
|
1856
1856
|
namespace Components {
|
|
1857
1857
|
namespace Schemas {
|
|
1858
1858
|
/**
|
|
1859
|
-
* An
|
|
1859
|
+
* An Action is a string that describes a runtime concerning action which can be executed on an AppInstallation or an App can be capable of.
|
|
1860
1860
|
*/
|
|
1861
1861
|
type AppAction = "start" | "stop" | "restart";
|
|
1862
|
-
/**
|
|
1863
|
-
* `ActionCapabilities` is an array that contains supported actions of an `App`.
|
|
1864
|
-
*/
|
|
1865
1862
|
type AppActionCapabilities = MittwaldAPIV2.Components.Schemas.AppAction[];
|
|
1866
1863
|
/**
|
|
1867
|
-
* An
|
|
1864
|
+
* An App is to be understood as a manifest for AppInstallations. E.g. 'WordPress' only exists inside our ecosystem, because there is an App -Manifest for it.
|
|
1868
1865
|
*/
|
|
1869
1866
|
interface AppApp {
|
|
1870
1867
|
actionCapabilities?: MittwaldAPIV2.Components.Schemas.AppActionCapabilities;
|
|
@@ -1873,7 +1870,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
1873
1870
|
tags: string[];
|
|
1874
1871
|
}
|
|
1875
1872
|
/**
|
|
1876
|
-
*
|
|
1873
|
+
* AppInstallationStatus describes the overall runtime status of an AppInstallation.
|
|
1877
1874
|
*/
|
|
1878
1875
|
interface AppAppInstallationStatus {
|
|
1879
1876
|
lastExitCode?: number;
|
|
@@ -1891,11 +1888,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
1891
1888
|
upgradeImage: MittwaldAPIV2.Components.Schemas.AppAppJobImage;
|
|
1892
1889
|
}
|
|
1893
1890
|
/**
|
|
1894
|
-
*
|
|
1891
|
+
* AppUpdatePolicy describes which updates should be applied automatically by our systems.
|
|
1895
1892
|
*/
|
|
1896
1893
|
type AppAppUpdatePolicy = "none" | "patchLevel" | "all";
|
|
1897
1894
|
/**
|
|
1898
|
-
* An
|
|
1895
|
+
* An AppInstallation is a concrete manifestation of an App in a specific AppVersion.
|
|
1899
1896
|
*/
|
|
1900
1897
|
interface AppAppInstallation {
|
|
1901
1898
|
appId: string;
|
|
@@ -1916,11 +1913,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
1916
1913
|
userInputs?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
1917
1914
|
}
|
|
1918
1915
|
/**
|
|
1919
|
-
* The
|
|
1916
|
+
* The AppInstallationLifecycle can be used to express a specific point in the AppInstallation Lifecycle, e.g. while installing a new AppInstallation.
|
|
1920
1917
|
*/
|
|
1921
1918
|
type AppAppInstallationLifecycle = "installation" | "update" | "reconfigure";
|
|
1922
1919
|
/**
|
|
1923
|
-
* An
|
|
1920
|
+
* An AppVersion is an officially supported version of an App, containing the necessary and recommended configuration und dependencies.
|
|
1924
1921
|
*/
|
|
1925
1922
|
interface AppAppVersion {
|
|
1926
1923
|
breakingNote?: MittwaldAPIV2.Components.Schemas.AppBreakingNote;
|
|
@@ -1936,13 +1933,13 @@ declare namespace MittwaldAPIV2 {
|
|
|
1936
1933
|
userInputs?: MittwaldAPIV2.Components.Schemas.AppUserInput[];
|
|
1937
1934
|
}
|
|
1938
1935
|
/**
|
|
1939
|
-
* A
|
|
1936
|
+
* A BreakingNote is a hint that something serious has changed in the AppVersion containing it, so an automatic update is not possible.
|
|
1940
1937
|
*/
|
|
1941
1938
|
interface AppBreakingNote {
|
|
1942
1939
|
faqLink: string;
|
|
1943
1940
|
}
|
|
1944
1941
|
/**
|
|
1945
|
-
* A
|
|
1942
|
+
* A DatabaseDependency is a generic description of need for a database, used by AppVersions.
|
|
1946
1943
|
*/
|
|
1947
1944
|
interface AppDatabaseDependency {
|
|
1948
1945
|
description: string;
|
|
@@ -1957,7 +1954,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
1957
1954
|
type: string;
|
|
1958
1955
|
}
|
|
1959
1956
|
/**
|
|
1960
|
-
*
|
|
1957
|
+
* InstalledSystemSoftware describes the currently configured and installed SystemSoftwareVersion of a SystemSoftware besides the desired SystemSoftwareUpdatePolicy inside an AppInstallation.
|
|
1961
1958
|
*/
|
|
1962
1959
|
interface AppInstalledSystemSoftware {
|
|
1963
1960
|
systemSoftwareId: string;
|
|
@@ -1965,7 +1962,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
1965
1962
|
updatePolicy: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy;
|
|
1966
1963
|
}
|
|
1967
1964
|
/**
|
|
1968
|
-
*
|
|
1965
|
+
* LinkedDatabase is a reference to a concrete Database and DatabaseUsers.
|
|
1969
1966
|
*/
|
|
1970
1967
|
interface AppLinkedDatabase {
|
|
1971
1968
|
databaseId: string;
|
|
@@ -1976,7 +1973,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
1976
1973
|
purpose: "primary" | "cache" | "custom";
|
|
1977
1974
|
}
|
|
1978
1975
|
/**
|
|
1979
|
-
*
|
|
1976
|
+
* RequestHandlerRequirement describes the necessary properties to internally resolve the request handler or process to start.
|
|
1980
1977
|
*/
|
|
1981
1978
|
interface AppRequestHandlerRequirement {
|
|
1982
1979
|
exampleValues?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
@@ -1985,25 +1982,25 @@ declare namespace MittwaldAPIV2 {
|
|
|
1985
1982
|
parametersTemplate: string;
|
|
1986
1983
|
}
|
|
1987
1984
|
/**
|
|
1988
|
-
* A
|
|
1985
|
+
* A SavedUserInput is an entered value for a desired UserInput of an AppVersion or SystemSoftwareVersion.
|
|
1989
1986
|
*/
|
|
1990
1987
|
interface AppSavedUserInput {
|
|
1991
1988
|
name: string;
|
|
1992
1989
|
value: string;
|
|
1993
1990
|
}
|
|
1994
1991
|
/**
|
|
1995
|
-
* A
|
|
1992
|
+
* A SystemSoftwareDependency is a description of a need for a specific SystemSoftware in a semver versionRange.
|
|
1996
1993
|
*/
|
|
1997
1994
|
interface AppSystemSoftwareDependency {
|
|
1998
1995
|
systemSoftwareId: string;
|
|
1999
1996
|
versionRange: string;
|
|
2000
1997
|
}
|
|
2001
1998
|
/**
|
|
2002
|
-
*
|
|
1999
|
+
* SystemSoftwareUpdatePolicy describes which updates should be applied automatically by our systems.
|
|
2003
2000
|
*/
|
|
2004
2001
|
type AppSystemSoftwareUpdatePolicy = "none" | "inheritedFromApp" | "patchLevel" | "all";
|
|
2005
2002
|
/**
|
|
2006
|
-
* A
|
|
2003
|
+
* A SystemSoftware is a software that can be installed for an AppInstallation but mostly is not itself externally reachable and/or deliverable.
|
|
2007
2004
|
*/
|
|
2008
2005
|
interface AppSystemSoftware {
|
|
2009
2006
|
id: string;
|
|
@@ -2014,7 +2011,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
2014
2011
|
tags: string[];
|
|
2015
2012
|
}
|
|
2016
2013
|
/**
|
|
2017
|
-
* A
|
|
2014
|
+
* A SystemSoftwareVersion is an officially supported version of a SystemSoftware, containing the necessary and recommended configuration und dependencies.
|
|
2018
2015
|
*/
|
|
2019
2016
|
interface AppSystemSoftwareVersion {
|
|
2020
2017
|
externalVersion: string;
|
|
@@ -2025,7 +2022,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
2025
2022
|
userInputs?: MittwaldAPIV2.Components.Schemas.AppUserInput[];
|
|
2026
2023
|
}
|
|
2027
2024
|
/**
|
|
2028
|
-
* A
|
|
2025
|
+
* A UserInput is a description of an information which cannot be determined or estimated by mittwald, but has to be given by the person who is requesting an AppInstallation or SystemSoftware.
|
|
2029
2026
|
*/
|
|
2030
2027
|
interface AppUserInput {
|
|
2031
2028
|
/**
|
|
@@ -2045,15 +2042,15 @@ declare namespace MittwaldAPIV2 {
|
|
|
2045
2042
|
validationSchema: string;
|
|
2046
2043
|
}
|
|
2047
2044
|
/**
|
|
2048
|
-
*
|
|
2045
|
+
* UserInputDataType is an enum, describing the possible data types of a UserInput.
|
|
2049
2046
|
*/
|
|
2050
2047
|
type AppUserInputDataType = "text" | "number" | "boolean" | "select";
|
|
2051
2048
|
/**
|
|
2052
|
-
*
|
|
2049
|
+
* UserInputFormat is an enum, describing the possible data formats of a UserInput, the given values can be validated against.
|
|
2053
2050
|
*/
|
|
2054
2051
|
type AppUserInputFormat = "email" | "password" | "url";
|
|
2055
2052
|
/**
|
|
2056
|
-
*
|
|
2053
|
+
* UserInputPositionMeta is a utility information, helping to position the UserInput properly on the frontend.
|
|
2057
2054
|
*/
|
|
2058
2055
|
interface AppUserInputPositionMeta {
|
|
2059
2056
|
index?: number;
|
|
@@ -2061,7 +2058,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
2061
2058
|
step?: string;
|
|
2062
2059
|
}
|
|
2063
2060
|
/**
|
|
2064
|
-
*
|
|
2061
|
+
* VersionStatus describes the current and desired version of something like the AppVersion of an AppInstallation. If diverging, an internal process is going to assert, the current value will be aligned.
|
|
2065
2062
|
*/
|
|
2066
2063
|
interface AppVersionStatus {
|
|
2067
2064
|
current?: string;
|
|
@@ -2491,7 +2488,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
2491
2488
|
abortedBy?: {
|
|
2492
2489
|
id?: string;
|
|
2493
2490
|
};
|
|
2494
|
-
durationInMilliseconds
|
|
2491
|
+
durationInMilliseconds?: number;
|
|
2495
2492
|
end?: string;
|
|
2496
2493
|
/**
|
|
2497
2494
|
* @deprecated
|
|
@@ -2830,11 +2827,21 @@ declare namespace MittwaldAPIV2 {
|
|
|
2830
2827
|
interface FileFileMeta {
|
|
2831
2828
|
friendlyURL: string;
|
|
2832
2829
|
id: string;
|
|
2830
|
+
mimeType: string;
|
|
2833
2831
|
name: string;
|
|
2834
2832
|
sizeInBytes: number;
|
|
2833
|
+
/**
|
|
2834
|
+
* @deprecated
|
|
2835
|
+
* deprecated, see mimeType
|
|
2836
|
+
*/
|
|
2835
2837
|
type: string;
|
|
2836
2838
|
}
|
|
2839
|
+
interface FileFileType {
|
|
2840
|
+
extensions: string[];
|
|
2841
|
+
mimeType: string;
|
|
2842
|
+
}
|
|
2837
2843
|
interface FileFileUploadRules {
|
|
2844
|
+
fileTypes: MittwaldAPIV2.Components.Schemas.FileFileType[];
|
|
2838
2845
|
maxSizeInKB: number;
|
|
2839
2846
|
mimeTypes: string[];
|
|
2840
2847
|
properties?: {
|
|
@@ -3148,7 +3155,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
3148
3155
|
/**
|
|
3149
3156
|
* Reference to the Customer's avatar.
|
|
3150
3157
|
*/
|
|
3151
|
-
avatarRefId
|
|
3158
|
+
avatarRefId?: string;
|
|
3152
3159
|
/**
|
|
3153
3160
|
* ID of the Customer the invite is for.
|
|
3154
3161
|
*/
|
|
@@ -3192,7 +3199,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
3192
3199
|
/**
|
|
3193
3200
|
* ID of the CustomerInvite the membership was created from.
|
|
3194
3201
|
*/
|
|
3195
|
-
inviteId
|
|
3202
|
+
inviteId?: string;
|
|
3196
3203
|
/**
|
|
3197
3204
|
* Date the CustomerMembership was created at.
|
|
3198
3205
|
*/
|
|
@@ -3203,12 +3210,12 @@ declare namespace MittwaldAPIV2 {
|
|
|
3203
3210
|
*/
|
|
3204
3211
|
userId: string;
|
|
3205
3212
|
}
|
|
3206
|
-
type MembershipCustomerRoles = "owner" | "member" | "accountant";
|
|
3213
|
+
type MembershipCustomerRoles = "notset" | "owner" | "member" | "accountant";
|
|
3207
3214
|
interface MembershipInviteInformation {
|
|
3208
3215
|
/**
|
|
3209
3216
|
* Token for authentication purposes.
|
|
3210
3217
|
*/
|
|
3211
|
-
invitationToken
|
|
3218
|
+
invitationToken?: string;
|
|
3212
3219
|
/**
|
|
3213
3220
|
* ID of the user that created the invite.
|
|
3214
3221
|
*/
|
|
@@ -3216,7 +3223,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
3216
3223
|
/**
|
|
3217
3224
|
* ID of the user this invite is for.
|
|
3218
3225
|
*/
|
|
3219
|
-
userId
|
|
3226
|
+
userId?: string;
|
|
3220
3227
|
}
|
|
3221
3228
|
interface MembershipProjectInvite {
|
|
3222
3229
|
/**
|
|
@@ -3262,7 +3269,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
3262
3269
|
/**
|
|
3263
3270
|
* ID of the ProjectInvite the membership was created from.
|
|
3264
3271
|
*/
|
|
3265
|
-
inviteId
|
|
3272
|
+
inviteId?: string;
|
|
3266
3273
|
/**
|
|
3267
3274
|
* Date the projectMembership was created at.
|
|
3268
3275
|
*/
|
|
@@ -3363,7 +3370,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
3363
3370
|
}
|
|
3364
3371
|
interface OrderOrderItem {
|
|
3365
3372
|
addons?: MittwaldAPIV2.Components.Schemas.OrderAddons[];
|
|
3366
|
-
amount: number;
|
|
3367
3373
|
articleId: string;
|
|
3368
3374
|
articleName?: string;
|
|
3369
3375
|
articleTemplateName?: string;
|
|
@@ -3390,9 +3396,9 @@ declare namespace MittwaldAPIV2 {
|
|
|
3390
3396
|
}
|
|
3391
3397
|
type OrderOrderType = "NEW_ORDER" | "CONTRACT_CHANGE";
|
|
3392
3398
|
interface OrderDomainOrderPreviewResponse {
|
|
3393
|
-
domainPrice
|
|
3394
|
-
feePrice
|
|
3395
|
-
totalPrice
|
|
3399
|
+
domainPrice: number;
|
|
3400
|
+
feePrice: number;
|
|
3401
|
+
totalPrice: number;
|
|
3396
3402
|
}
|
|
3397
3403
|
interface OrderHostingOrderPreviewResponse {
|
|
3398
3404
|
machineTypePrice: number;
|
|
@@ -4397,7 +4403,9 @@ declare namespace MittwaldAPIV2 {
|
|
|
4397
4403
|
appId: string;
|
|
4398
4404
|
};
|
|
4399
4405
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
4400
|
-
type Query = {
|
|
4406
|
+
type Query = {
|
|
4407
|
+
recommended?: boolean;
|
|
4408
|
+
};
|
|
4401
4409
|
}
|
|
4402
4410
|
namespace Responses {
|
|
4403
4411
|
namespace $200 {
|
|
@@ -4497,12 +4505,12 @@ declare namespace MittwaldAPIV2 {
|
|
|
4497
4505
|
}
|
|
4498
4506
|
}
|
|
4499
4507
|
}
|
|
4500
|
-
namespace
|
|
4501
|
-
namespace
|
|
4508
|
+
namespace V2AppinstallationsAppInstallationIdActionsCopy { }
|
|
4509
|
+
namespace V2AppInstallationsAppInstallationIdActionsCopy {
|
|
4502
4510
|
namespace Post {
|
|
4503
4511
|
namespace Parameters {
|
|
4504
4512
|
type Path = {
|
|
4505
|
-
|
|
4513
|
+
appInstallationId: string;
|
|
4506
4514
|
};
|
|
4507
4515
|
interface RequestBody {
|
|
4508
4516
|
description: string;
|
|
@@ -4569,19 +4577,13 @@ declare namespace MittwaldAPIV2 {
|
|
|
4569
4577
|
}
|
|
4570
4578
|
}
|
|
4571
4579
|
}
|
|
4572
|
-
namespace V2AppinstallationsAppInstallationIdDatabasesDatabaseId { }
|
|
4573
4580
|
namespace V2AppInstallationsAppInstallationIdDatabasesDatabaseId {
|
|
4574
|
-
namespace
|
|
4581
|
+
namespace Delete {
|
|
4575
4582
|
namespace Parameters {
|
|
4576
4583
|
type Path = {
|
|
4577
4584
|
appInstallationId: string;
|
|
4578
4585
|
databaseId: string;
|
|
4579
4586
|
};
|
|
4580
|
-
interface RequestBody {
|
|
4581
|
-
databaseUserIds: {
|
|
4582
|
-
[k: string]: string;
|
|
4583
|
-
};
|
|
4584
|
-
}
|
|
4585
4587
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
4586
4588
|
type Query = {};
|
|
4587
4589
|
}
|
|
@@ -4607,12 +4609,20 @@ declare namespace MittwaldAPIV2 {
|
|
|
4607
4609
|
}
|
|
4608
4610
|
}
|
|
4609
4611
|
}
|
|
4610
|
-
|
|
4612
|
+
}
|
|
4613
|
+
namespace V2AppinstallationsAppInstallationIdDatabasesDatabaseId { }
|
|
4614
|
+
namespace V2AppInstallationsAppInstallationIdDatabasesDatabaseIdUsers {
|
|
4615
|
+
namespace Put {
|
|
4611
4616
|
namespace Parameters {
|
|
4612
4617
|
type Path = {
|
|
4613
4618
|
appInstallationId: string;
|
|
4614
4619
|
databaseId: string;
|
|
4615
4620
|
};
|
|
4621
|
+
interface RequestBody {
|
|
4622
|
+
databaseUserIds: {
|
|
4623
|
+
[k: string]: string;
|
|
4624
|
+
};
|
|
4625
|
+
}
|
|
4616
4626
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
4617
4627
|
type Query = {};
|
|
4618
4628
|
}
|
|
@@ -6854,6 +6864,13 @@ declare namespace MittwaldAPIV2 {
|
|
|
6854
6864
|
}
|
|
6855
6865
|
}
|
|
6856
6866
|
}
|
|
6867
|
+
namespace $403 {
|
|
6868
|
+
namespace Content {
|
|
6869
|
+
interface ApplicationJson {
|
|
6870
|
+
[k: string]: unknown;
|
|
6871
|
+
}
|
|
6872
|
+
}
|
|
6873
|
+
}
|
|
6857
6874
|
namespace $409 {
|
|
6858
6875
|
namespace Content {
|
|
6859
6876
|
interface ApplicationJson {
|
|
@@ -16019,7 +16036,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
16019
16036
|
declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
16020
16037
|
/** The App API allows you to manage your apps within a project, and all the system softwares that are installed as dependencies. */
|
|
16021
16038
|
readonly app: {
|
|
16022
|
-
/**
|
|
16039
|
+
/** Trigger a runtime action belonging to an AppInstallation. */
|
|
16023
16040
|
executeAction: (request: {
|
|
16024
16041
|
appInstallationId: string;
|
|
16025
16042
|
action: MittwaldAPIV2.Components.Schemas.AppAction;
|
|
@@ -16038,7 +16055,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16038
16055
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16039
16056
|
[x: string]: unknown;
|
|
16040
16057
|
}, 404, "application/json">>>;
|
|
16041
|
-
/** Get
|
|
16058
|
+
/** Get an App. */
|
|
16042
16059
|
getApp: (request: {
|
|
16043
16060
|
appId: string;
|
|
16044
16061
|
headers?: {
|
|
@@ -16058,7 +16075,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16058
16075
|
"x-access-token"?: string | undefined;
|
|
16059
16076
|
} & Partial<{
|
|
16060
16077
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16061
|
-
}>;
|
|
16078
|
+
}>;
|
|
16062
16079
|
}, Response<{
|
|
16063
16080
|
actionCapabilities?: MittwaldAPIV2.Components.Schemas.AppActionCapabilities | undefined;
|
|
16064
16081
|
id: string;
|
|
@@ -16067,7 +16084,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16067
16084
|
}, 200, "application/json"> | Response<{
|
|
16068
16085
|
[x: string]: unknown;
|
|
16069
16086
|
}, 404, "application/json">>>;
|
|
16070
|
-
/** Get
|
|
16087
|
+
/** Get an AppInstallation. */
|
|
16071
16088
|
getAppinstallation: (request: {
|
|
16072
16089
|
appInstallationId: string;
|
|
16073
16090
|
headers?: {
|
|
@@ -16087,7 +16104,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16087
16104
|
"x-access-token"?: string | undefined;
|
|
16088
16105
|
} & Partial<{
|
|
16089
16106
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16090
|
-
}>;
|
|
16107
|
+
}>;
|
|
16091
16108
|
}, Response<{
|
|
16092
16109
|
appId: string;
|
|
16093
16110
|
appVersion: MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
@@ -16108,7 +16125,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16108
16125
|
}, 200, "application/json"> | Response<{
|
|
16109
16126
|
[x: string]: unknown;
|
|
16110
16127
|
}, 404, "application/json">>>;
|
|
16111
|
-
/**
|
|
16128
|
+
/** Trigger an uninstallation process for an AppInstallation. */
|
|
16112
16129
|
uninstallAppinstallation: (request: {
|
|
16113
16130
|
appInstallationId: string;
|
|
16114
16131
|
headers?: {
|
|
@@ -16128,11 +16145,11 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16128
16145
|
"x-access-token"?: string | undefined;
|
|
16129
16146
|
} & Partial<{
|
|
16130
16147
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16131
|
-
}>;
|
|
16148
|
+
}>;
|
|
16132
16149
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16133
16150
|
[x: string]: unknown;
|
|
16134
16151
|
}, 404, "application/json">>>;
|
|
16135
|
-
/**
|
|
16152
|
+
/** Update properties belonging to an AppInstallation. */
|
|
16136
16153
|
patchAppinstallation: (request: {
|
|
16137
16154
|
appInstallationId: string;
|
|
16138
16155
|
data?: {
|
|
@@ -16176,7 +16193,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16176
16193
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16177
16194
|
[x: string]: unknown;
|
|
16178
16195
|
}, 404, "application/json">>>;
|
|
16179
|
-
/** Get
|
|
16196
|
+
/** Get an AppVersion. */
|
|
16180
16197
|
getAppversion: (request: {
|
|
16181
16198
|
appId: string;
|
|
16182
16199
|
appVersionId: string;
|
|
@@ -16198,7 +16215,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16198
16215
|
"x-access-token"?: string | undefined;
|
|
16199
16216
|
} & Partial<{
|
|
16200
16217
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16201
|
-
}>;
|
|
16218
|
+
}>;
|
|
16202
16219
|
}, Response<{
|
|
16203
16220
|
breakingNote?: MittwaldAPIV2.Components.Schemas.AppBreakingNote | undefined;
|
|
16204
16221
|
databases?: MittwaldAPIV2.Components.Schemas.AppDatabaseDependency[] | undefined;
|
|
@@ -16244,7 +16261,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16244
16261
|
"x-access-token"?: string | undefined;
|
|
16245
16262
|
} & Partial<{
|
|
16246
16263
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16247
|
-
}>;
|
|
16264
|
+
}>;
|
|
16248
16265
|
}, Response<MittwaldAPIV2.Components.Schemas.AppSystemSoftware[], 200, "application/json"> | Response<{
|
|
16249
16266
|
[x: string]: unknown;
|
|
16250
16267
|
}, 404, "application/json">>>;
|
|
@@ -16277,14 +16294,14 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16277
16294
|
"x-access-token"?: string | undefined;
|
|
16278
16295
|
} & Partial<{
|
|
16279
16296
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16280
|
-
}>;
|
|
16297
|
+
}>;
|
|
16281
16298
|
}, Response<{
|
|
16282
16299
|
missingSystemSoftwareDependencies?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareDependency[] | undefined;
|
|
16283
16300
|
missingUserInputs?: MittwaldAPIV2.Components.Schemas.AppUserInput[] | undefined;
|
|
16284
16301
|
}, 200, "application/json"> | Response<{
|
|
16285
16302
|
[x: string]: unknown;
|
|
16286
16303
|
}, 404, "application/json">>>;
|
|
16287
|
-
/** Get a
|
|
16304
|
+
/** Get a SystemSoftware. */
|
|
16288
16305
|
getSystemsoftware: (request: {
|
|
16289
16306
|
systemSoftwareId: string;
|
|
16290
16307
|
headers?: {
|
|
@@ -16304,7 +16321,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16304
16321
|
"x-access-token"?: string | undefined;
|
|
16305
16322
|
} & Partial<{
|
|
16306
16323
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16307
|
-
}>;
|
|
16324
|
+
}>;
|
|
16308
16325
|
}, Response<{
|
|
16309
16326
|
id: string;
|
|
16310
16327
|
meta?: {
|
|
@@ -16315,7 +16332,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16315
16332
|
}, 200, "application/json"> | Response<{
|
|
16316
16333
|
[x: string]: unknown;
|
|
16317
16334
|
}, 404, "application/json">>>;
|
|
16318
|
-
/** Get a
|
|
16335
|
+
/** Get a SystemSoftwareVersion. */
|
|
16319
16336
|
getSystemsoftwareversion: (request: {
|
|
16320
16337
|
systemSoftwareId: string;
|
|
16321
16338
|
systemSoftwareVersionId: string;
|
|
@@ -16337,7 +16354,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16337
16354
|
"x-access-token"?: string | undefined;
|
|
16338
16355
|
} & Partial<{
|
|
16339
16356
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16340
|
-
}>;
|
|
16357
|
+
}>;
|
|
16341
16358
|
}, Response<{
|
|
16342
16359
|
externalVersion: string;
|
|
16343
16360
|
id: string;
|
|
@@ -16348,7 +16365,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16348
16365
|
}, 200, "application/json"> | Response<{
|
|
16349
16366
|
[x: string]: unknown;
|
|
16350
16367
|
}, 404, "application/json">>>;
|
|
16351
|
-
/** Create linkage between an
|
|
16368
|
+
/** Create linkage between an AppInstallation and a MySQLDatabase. */
|
|
16352
16369
|
linkDatabase: (request: {
|
|
16353
16370
|
data: {
|
|
16354
16371
|
databaseId: string;
|
|
@@ -16383,11 +16400,11 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16383
16400
|
"x-access-token"?: string | undefined;
|
|
16384
16401
|
} & Partial<{
|
|
16385
16402
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16386
|
-
}>;
|
|
16403
|
+
}>;
|
|
16387
16404
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16388
16405
|
[x: string]: unknown;
|
|
16389
16406
|
}, 404, "application/json">>>;
|
|
16390
|
-
/**
|
|
16407
|
+
/** List AppInstallations belonging to a Project. */
|
|
16391
16408
|
listAppinstallations: (request: {
|
|
16392
16409
|
projectId: string;
|
|
16393
16410
|
headers?: {
|
|
@@ -16421,9 +16438,9 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16421
16438
|
"x-access-token"?: string | undefined;
|
|
16422
16439
|
} & Partial<{
|
|
16423
16440
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16424
|
-
}>;
|
|
16441
|
+
}>;
|
|
16425
16442
|
}, Response<MittwaldAPIV2.Components.Schemas.AppAppInstallation[], 200, "application/json">>>;
|
|
16426
|
-
/** Request
|
|
16443
|
+
/** Request an AppInstallation. */
|
|
16427
16444
|
requestAppinstallation: (request: {
|
|
16428
16445
|
data: {
|
|
16429
16446
|
appVersionId: string;
|
|
@@ -16455,7 +16472,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16455
16472
|
}, 201, "application/json"> | Response<{
|
|
16456
16473
|
[x: string]: unknown;
|
|
16457
16474
|
}, 404, "application/json">>>;
|
|
16458
|
-
/**
|
|
16475
|
+
/** List Apps. */
|
|
16459
16476
|
listApps: (request?: {
|
|
16460
16477
|
headers?: {
|
|
16461
16478
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -16484,15 +16501,19 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16484
16501
|
"x-access-token"?: string | undefined;
|
|
16485
16502
|
} & Partial<{
|
|
16486
16503
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16487
|
-
}>;
|
|
16504
|
+
}>;
|
|
16488
16505
|
}, Response<MittwaldAPIV2.Components.Schemas.AppApp[], 200, "application/json">>>;
|
|
16489
|
-
/**
|
|
16506
|
+
/** List AppVersions belonging to an App. */
|
|
16490
16507
|
listAppversions: (request: {
|
|
16491
16508
|
appId: string;
|
|
16492
16509
|
headers?: {
|
|
16493
16510
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16494
16511
|
"x-access-token"?: string | undefined;
|
|
16495
16512
|
} | undefined;
|
|
16513
|
+
queryParameters?: {
|
|
16514
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16515
|
+
recommended?: boolean | undefined;
|
|
16516
|
+
} | undefined;
|
|
16496
16517
|
}) => ResponsePromise<OpenAPIOperation<{
|
|
16497
16518
|
headers?: Partial<{
|
|
16498
16519
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -16501,14 +16522,20 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16501
16522
|
pathParameters: {
|
|
16502
16523
|
appId: string;
|
|
16503
16524
|
};
|
|
16525
|
+
} & {
|
|
16526
|
+
queryParameters: {
|
|
16527
|
+
recommended?: boolean | undefined;
|
|
16528
|
+
} & Partial<{
|
|
16529
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16530
|
+
}>;
|
|
16504
16531
|
} & {
|
|
16505
16532
|
headers: {
|
|
16506
16533
|
"x-access-token"?: string | undefined;
|
|
16507
16534
|
} & Partial<{
|
|
16508
16535
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16509
|
-
}>;
|
|
16536
|
+
}>;
|
|
16510
16537
|
}, Response<MittwaldAPIV2.Components.Schemas.AppAppVersion[], 200, "application/json">>>;
|
|
16511
|
-
/**
|
|
16538
|
+
/** List SystemSoftwares. */
|
|
16512
16539
|
listSystemsoftwares: (request?: {
|
|
16513
16540
|
headers?: {
|
|
16514
16541
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -16537,9 +16564,9 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16537
16564
|
"x-access-token"?: string | undefined;
|
|
16538
16565
|
} & Partial<{
|
|
16539
16566
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16540
|
-
}>;
|
|
16567
|
+
}>;
|
|
16541
16568
|
}, Response<MittwaldAPIV2.Components.Schemas.AppSystemSoftware[], 200, "application/json">>>;
|
|
16542
|
-
/**
|
|
16569
|
+
/** List SystemSoftwareVersions belonging to a SystemSoftware. */
|
|
16543
16570
|
listSystemsoftwareversions: (request: {
|
|
16544
16571
|
systemSoftwareId: string;
|
|
16545
16572
|
headers?: {
|
|
@@ -16569,9 +16596,9 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16569
16596
|
"x-access-token"?: string | undefined;
|
|
16570
16597
|
} & Partial<{
|
|
16571
16598
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16572
|
-
}>;
|
|
16599
|
+
}>;
|
|
16573
16600
|
}, Response<MittwaldAPIV2.Components.Schemas.AppSystemSoftwareVersion[], 200, "application/json">>>;
|
|
16574
|
-
/**
|
|
16601
|
+
/** List update candidates belonging to an AppVersion. */
|
|
16575
16602
|
listUpdateCandidatesForAppversion: (request: {
|
|
16576
16603
|
appId: string;
|
|
16577
16604
|
baseAppVersionId: string;
|
|
@@ -16593,15 +16620,15 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16593
16620
|
"x-access-token"?: string | undefined;
|
|
16594
16621
|
} & Partial<{
|
|
16595
16622
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16596
|
-
}>;
|
|
16623
|
+
}>;
|
|
16597
16624
|
}, Response<MittwaldAPIV2.Components.Schemas.AppAppVersion[], 200, "application/json">>>;
|
|
16598
|
-
/** Request a copy of an
|
|
16625
|
+
/** Request a copy of an AppInstallation. */
|
|
16599
16626
|
requestAppinstallationCopy: (request: {
|
|
16600
16627
|
data: {
|
|
16601
16628
|
description: string;
|
|
16602
16629
|
targetProjectId?: string | undefined;
|
|
16603
16630
|
};
|
|
16604
|
-
|
|
16631
|
+
appInstallationId: string;
|
|
16605
16632
|
headers?: {
|
|
16606
16633
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16607
16634
|
} | undefined;
|
|
@@ -16612,7 +16639,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16612
16639
|
};
|
|
16613
16640
|
} & {
|
|
16614
16641
|
pathParameters: {
|
|
16615
|
-
|
|
16642
|
+
appInstallationId: string;
|
|
16616
16643
|
};
|
|
16617
16644
|
} & {
|
|
16618
16645
|
headers?: Partial<{
|
|
@@ -16623,7 +16650,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16623
16650
|
}, 201, "application/json"> | Response<{
|
|
16624
16651
|
[x: string]: unknown;
|
|
16625
16652
|
}, 404, "application/json">>>;
|
|
16626
|
-
/** Get runtime status
|
|
16653
|
+
/** Get runtime status belonging to an AppInstallation. */
|
|
16627
16654
|
retrieveStatus: (request: {
|
|
16628
16655
|
appInstallationId: string;
|
|
16629
16656
|
headers?: {
|
|
@@ -16645,66 +16672,66 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16645
16672
|
}, 200, "application/json"> | Response<{
|
|
16646
16673
|
[x: string]: unknown;
|
|
16647
16674
|
}, 404, "application/json">>>;
|
|
16648
|
-
/**
|
|
16649
|
-
|
|
16675
|
+
/** Remove linkage between an AppInstallation and a Database. */
|
|
16676
|
+
unlinkDatabase: (request: {
|
|
16650
16677
|
appInstallationId: string;
|
|
16651
16678
|
databaseId: string;
|
|
16652
|
-
data?: {
|
|
16653
|
-
databaseUserIds: {
|
|
16654
|
-
[x: string]: string;
|
|
16655
|
-
};
|
|
16656
|
-
} | undefined;
|
|
16657
16679
|
headers?: {
|
|
16658
16680
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16659
16681
|
"x-access-token"?: string | undefined;
|
|
16660
16682
|
} | undefined;
|
|
16661
16683
|
}) => ResponsePromise<OpenAPIOperation<{
|
|
16662
|
-
|
|
16663
|
-
|
|
16664
|
-
|
|
16665
|
-
};
|
|
16666
|
-
};
|
|
16684
|
+
headers?: Partial<{
|
|
16685
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16686
|
+
}> | undefined;
|
|
16667
16687
|
} & {
|
|
16668
16688
|
pathParameters: {
|
|
16669
16689
|
appInstallationId: string;
|
|
16670
16690
|
databaseId: string;
|
|
16671
16691
|
};
|
|
16672
|
-
} & {
|
|
16673
|
-
headers?: Partial<{
|
|
16674
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16675
|
-
}> | undefined;
|
|
16676
16692
|
} & {
|
|
16677
16693
|
headers: {
|
|
16678
16694
|
"x-access-token"?: string | undefined;
|
|
16679
16695
|
} & Partial<{
|
|
16680
16696
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16681
|
-
}>;
|
|
16697
|
+
}>;
|
|
16682
16698
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16683
16699
|
[x: string]: unknown;
|
|
16684
16700
|
}, 404, "application/json">>>;
|
|
16685
|
-
/**
|
|
16686
|
-
|
|
16701
|
+
/** Create linkage between an AppInstallation and DatabaseUsers. */
|
|
16702
|
+
setDatabaseUsers: (request: {
|
|
16687
16703
|
appInstallationId: string;
|
|
16688
16704
|
databaseId: string;
|
|
16705
|
+
data?: {
|
|
16706
|
+
databaseUserIds: {
|
|
16707
|
+
[x: string]: string;
|
|
16708
|
+
};
|
|
16709
|
+
} | undefined;
|
|
16689
16710
|
headers?: {
|
|
16690
16711
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16691
16712
|
"x-access-token"?: string | undefined;
|
|
16692
16713
|
} | undefined;
|
|
16693
16714
|
}) => ResponsePromise<OpenAPIOperation<{
|
|
16694
|
-
|
|
16695
|
-
|
|
16696
|
-
|
|
16715
|
+
data: {
|
|
16716
|
+
databaseUserIds: {
|
|
16717
|
+
[k: string]: string;
|
|
16718
|
+
};
|
|
16719
|
+
};
|
|
16697
16720
|
} & {
|
|
16698
16721
|
pathParameters: {
|
|
16699
16722
|
appInstallationId: string;
|
|
16700
16723
|
databaseId: string;
|
|
16701
16724
|
};
|
|
16725
|
+
} & {
|
|
16726
|
+
headers?: Partial<{
|
|
16727
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16728
|
+
}> | undefined;
|
|
16702
16729
|
} & {
|
|
16703
16730
|
headers: {
|
|
16704
16731
|
"x-access-token"?: string | undefined;
|
|
16705
16732
|
} & Partial<{
|
|
16706
16733
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16707
|
-
}>;
|
|
16734
|
+
}>;
|
|
16708
16735
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16709
16736
|
[x: string]: unknown;
|
|
16710
16737
|
}, 404, "application/json">>>;
|
|
@@ -16828,7 +16855,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16828
16855
|
"x-access-token"?: string | undefined;
|
|
16829
16856
|
} & Partial<{
|
|
16830
16857
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16831
|
-
}>;
|
|
16858
|
+
}>;
|
|
16832
16859
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16833
16860
|
[x: string]: unknown;
|
|
16834
16861
|
}, 400, "application/json"> | Response<{
|
|
@@ -16856,7 +16883,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16856
16883
|
"x-access-token"?: string | undefined;
|
|
16857
16884
|
} & Partial<{
|
|
16858
16885
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16859
|
-
}>;
|
|
16886
|
+
}>;
|
|
16860
16887
|
}, Response<{}, 204, "empty"> | Response<{
|
|
16861
16888
|
[x: string]: unknown;
|
|
16862
16889
|
}, 403, "application/json"> | Response<{
|
|
@@ -16882,7 +16909,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16882
16909
|
"x-access-token"?: string | undefined;
|
|
16883
16910
|
} & Partial<{
|
|
16884
16911
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16885
|
-
}>;
|
|
16912
|
+
}>;
|
|
16886
16913
|
}, Response<MittwaldAPIV2.Components.Schemas.BackupProjectBackupSchedule[], 200, "application/json">>>;
|
|
16887
16914
|
/** Create a BackupSchedule for a Project. */
|
|
16888
16915
|
createProjectBackupSchedule: (request: {
|
|
@@ -16915,7 +16942,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16915
16942
|
"x-access-token"?: string | undefined;
|
|
16916
16943
|
} & Partial<{
|
|
16917
16944
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16918
|
-
}>;
|
|
16945
|
+
}>;
|
|
16919
16946
|
}, Response<{
|
|
16920
16947
|
createdAt?: string | undefined;
|
|
16921
16948
|
description?: string | undefined;
|
|
@@ -16950,7 +16977,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16950
16977
|
"x-access-token"?: string | undefined;
|
|
16951
16978
|
} & Partial<{
|
|
16952
16979
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16953
|
-
}>;
|
|
16980
|
+
}>;
|
|
16954
16981
|
}, Response<MittwaldAPIV2.Components.Schemas.BackupProjectBackup[], 200, "application/json">>>;
|
|
16955
16982
|
/** Create a Backup of a Project. */
|
|
16956
16983
|
createProjectBackup: (request: {
|
|
@@ -16981,7 +17008,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16981
17008
|
"x-access-token"?: string | undefined;
|
|
16982
17009
|
} & Partial<{
|
|
16983
17010
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16984
|
-
}>;
|
|
17011
|
+
}>;
|
|
16985
17012
|
}, Response<{
|
|
16986
17013
|
createdAt?: string | undefined;
|
|
16987
17014
|
deletable: boolean;
|
|
@@ -17017,7 +17044,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17017
17044
|
"x-access-token"?: string | undefined;
|
|
17018
17045
|
} & Partial<{
|
|
17019
17046
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17020
|
-
}>;
|
|
17047
|
+
}>;
|
|
17021
17048
|
}, Response<{
|
|
17022
17049
|
createdAt?: string | undefined;
|
|
17023
17050
|
description?: string | undefined;
|
|
@@ -17052,7 +17079,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17052
17079
|
"x-access-token"?: string | undefined;
|
|
17053
17080
|
} & Partial<{
|
|
17054
17081
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17055
|
-
}>;
|
|
17082
|
+
}>;
|
|
17056
17083
|
}, Response<{}, 204, "empty"> | Response<{
|
|
17057
17084
|
[x: string]: unknown;
|
|
17058
17085
|
}, 403, "application/json"> | Response<{
|
|
@@ -17089,7 +17116,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17089
17116
|
"x-access-token"?: string | undefined;
|
|
17090
17117
|
} & Partial<{
|
|
17091
17118
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17092
|
-
}>;
|
|
17119
|
+
}>;
|
|
17093
17120
|
}, Response<{}, 204, "empty"> | Response<{
|
|
17094
17121
|
[x: string]: unknown;
|
|
17095
17122
|
}, 400, "application/json"> | Response<{
|
|
@@ -17117,7 +17144,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17117
17144
|
"x-access-token"?: string | undefined;
|
|
17118
17145
|
} & Partial<{
|
|
17119
17146
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17120
|
-
}>;
|
|
17147
|
+
}>;
|
|
17121
17148
|
}, Response<{
|
|
17122
17149
|
createdAt?: string | undefined;
|
|
17123
17150
|
deletable: boolean;
|
|
@@ -17153,7 +17180,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17153
17180
|
"x-access-token"?: string | undefined;
|
|
17154
17181
|
} & Partial<{
|
|
17155
17182
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17156
|
-
}>;
|
|
17183
|
+
}>;
|
|
17157
17184
|
}, Response<{}, 204, "empty"> | Response<{
|
|
17158
17185
|
[x: string]: unknown;
|
|
17159
17186
|
}, 403, "application/json"> | Response<{
|
|
@@ -17186,7 +17213,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17186
17213
|
"x-access-token"?: string | undefined;
|
|
17187
17214
|
} & Partial<{
|
|
17188
17215
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17189
|
-
}>;
|
|
17216
|
+
}>;
|
|
17190
17217
|
}, Response<{}, 204, "empty"> | Response<{
|
|
17191
17218
|
[x: string]: unknown;
|
|
17192
17219
|
}, 400, "application/json"> | Response<{
|
|
@@ -17228,7 +17255,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17228
17255
|
"x-access-token"?: string | undefined;
|
|
17229
17256
|
} & Partial<{
|
|
17230
17257
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17231
|
-
}>;
|
|
17258
|
+
}>;
|
|
17232
17259
|
}, Response<{
|
|
17233
17260
|
contractId?: string | undefined;
|
|
17234
17261
|
contractItemId?: string | undefined;
|
|
@@ -17261,7 +17288,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17261
17288
|
"x-access-token"?: string | undefined;
|
|
17262
17289
|
} & Partial<{
|
|
17263
17290
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17264
|
-
}>;
|
|
17291
|
+
}>;
|
|
17265
17292
|
}, Response<{
|
|
17266
17293
|
contractId?: string | undefined;
|
|
17267
17294
|
contractItemId?: string | undefined;
|
|
@@ -17293,7 +17320,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17293
17320
|
"x-access-token"?: string | undefined;
|
|
17294
17321
|
} & Partial<{
|
|
17295
17322
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17296
|
-
}>;
|
|
17323
|
+
}>;
|
|
17297
17324
|
}, Response<{
|
|
17298
17325
|
contractId?: string | undefined;
|
|
17299
17326
|
contractItemId?: string | undefined;
|
|
@@ -17332,7 +17359,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17332
17359
|
"x-access-token"?: string | undefined;
|
|
17333
17360
|
} & Partial<{
|
|
17334
17361
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17335
|
-
}>;
|
|
17362
|
+
}>;
|
|
17336
17363
|
}, Response<{
|
|
17337
17364
|
contractId?: string | undefined;
|
|
17338
17365
|
itemsScheduledForTermination?: string[] | undefined;
|
|
@@ -17363,7 +17390,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17363
17390
|
"x-access-token"?: string | undefined;
|
|
17364
17391
|
} & Partial<{
|
|
17365
17392
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17366
|
-
}>;
|
|
17393
|
+
}>;
|
|
17367
17394
|
}, Response<{
|
|
17368
17395
|
contractId?: string | undefined;
|
|
17369
17396
|
isCancelled?: boolean | undefined;
|
|
@@ -17392,7 +17419,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17392
17419
|
"x-access-token"?: string | undefined;
|
|
17393
17420
|
} & Partial<{
|
|
17394
17421
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17395
|
-
}>;
|
|
17422
|
+
}>;
|
|
17396
17423
|
}, Response<{
|
|
17397
17424
|
activationDate?: string | undefined;
|
|
17398
17425
|
aggregateReference?: MittwaldAPIV2.Components.Schemas.ContractAggregateReference | undefined;
|
|
@@ -17441,7 +17468,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17441
17468
|
"x-access-token"?: string | undefined;
|
|
17442
17469
|
} & Partial<{
|
|
17443
17470
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17444
|
-
}>;
|
|
17471
|
+
}>;
|
|
17445
17472
|
}, Response<{
|
|
17446
17473
|
additionalItems?: MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
17447
17474
|
baseItem: MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
@@ -17474,7 +17501,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17474
17501
|
"x-access-token"?: string | undefined;
|
|
17475
17502
|
} & Partial<{
|
|
17476
17503
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17477
|
-
}>;
|
|
17504
|
+
}>;
|
|
17478
17505
|
}, Response<{
|
|
17479
17506
|
additionalItems?: MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
17480
17507
|
baseItem: MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
@@ -17507,7 +17534,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17507
17534
|
"x-access-token"?: string | undefined;
|
|
17508
17535
|
} & Partial<{
|
|
17509
17536
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17510
|
-
}>;
|
|
17537
|
+
}>;
|
|
17511
17538
|
}, Response<{
|
|
17512
17539
|
additionalItems?: MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
17513
17540
|
baseItem: MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
@@ -17542,7 +17569,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17542
17569
|
"x-access-token"?: string | undefined;
|
|
17543
17570
|
} & Partial<{
|
|
17544
17571
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17545
|
-
}>;
|
|
17572
|
+
}>;
|
|
17546
17573
|
}, Response<{
|
|
17547
17574
|
activationDate?: string | undefined;
|
|
17548
17575
|
aggregateReference?: MittwaldAPIV2.Components.Schemas.ContractAggregateReference | undefined;
|
|
@@ -17591,7 +17618,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17591
17618
|
"x-access-token"?: string | undefined;
|
|
17592
17619
|
} & Partial<{
|
|
17593
17620
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17594
|
-
}>;
|
|
17621
|
+
}>;
|
|
17595
17622
|
}, Response<{
|
|
17596
17623
|
additionalItems?: MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
|
|
17597
17624
|
baseItem: MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
@@ -17626,7 +17653,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17626
17653
|
"x-access-token"?: string | undefined;
|
|
17627
17654
|
} & Partial<{
|
|
17628
17655
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17629
|
-
}>;
|
|
17656
|
+
}>;
|
|
17630
17657
|
}, Response<{
|
|
17631
17658
|
contractItemId: string;
|
|
17632
17659
|
nextTerminationDate: string;
|
|
@@ -17669,7 +17696,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17669
17696
|
"x-access-token"?: string | undefined;
|
|
17670
17697
|
} & Partial<{
|
|
17671
17698
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17672
|
-
}>;
|
|
17699
|
+
}>;
|
|
17673
17700
|
}, Response<MittwaldAPIV2.Components.Schemas.ContractContract[], 200, "application/json"> | Response<{
|
|
17674
17701
|
[x: string]: unknown;
|
|
17675
17702
|
}, 400, "application/json"> | Response<{
|
|
@@ -17697,7 +17724,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17697
17724
|
"x-access-token"?: string | undefined;
|
|
17698
17725
|
} & Partial<{
|
|
17699
17726
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17700
|
-
}>;
|
|
17727
|
+
}>;
|
|
17701
17728
|
}, Response<{
|
|
17702
17729
|
amountPaid: number;
|
|
17703
17730
|
cancellation?: MittwaldAPIV2.Components.Schemas.InvoiceCancellation | undefined;
|
|
@@ -17745,7 +17772,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17745
17772
|
"x-access-token"?: string | undefined;
|
|
17746
17773
|
} & Partial<{
|
|
17747
17774
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17748
|
-
}>;
|
|
17775
|
+
}>;
|
|
17749
17776
|
}, Response<{
|
|
17750
17777
|
additionalEmailRecipients?: string[] | undefined;
|
|
17751
17778
|
id: string;
|
|
@@ -17825,7 +17852,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17825
17852
|
"x-access-token"?: string | undefined;
|
|
17826
17853
|
} & Partial<{
|
|
17827
17854
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17828
|
-
}>;
|
|
17855
|
+
}>;
|
|
17829
17856
|
}, Response<{
|
|
17830
17857
|
additionalEmailRecipients?: string[] | undefined;
|
|
17831
17858
|
id: string;
|
|
@@ -17864,7 +17891,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17864
17891
|
"x-access-token"?: string | undefined;
|
|
17865
17892
|
} & Partial<{
|
|
17866
17893
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17867
|
-
}>;
|
|
17894
|
+
}>;
|
|
17868
17895
|
}, Response<{
|
|
17869
17896
|
accessToken: string;
|
|
17870
17897
|
expiresAt: string;
|
|
@@ -17909,7 +17936,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17909
17936
|
"x-access-token"?: string | undefined;
|
|
17910
17937
|
} & Partial<{
|
|
17911
17938
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17912
|
-
}>;
|
|
17939
|
+
}>;
|
|
17913
17940
|
}, Response<MittwaldAPIV2.Components.Schemas.InvoiceInvoice[], 200, "application/json"> | Response<{
|
|
17914
17941
|
[x: string]: unknown;
|
|
17915
17942
|
}, 400, "application/json"> | Response<{
|
|
@@ -17965,7 +17992,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17965
17992
|
"x-access-token"?: string | undefined;
|
|
17966
17993
|
} & Partial<{
|
|
17967
17994
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17968
|
-
}>;
|
|
17995
|
+
}>;
|
|
17969
17996
|
}, Response<{
|
|
17970
17997
|
orderId: string;
|
|
17971
17998
|
}, 201, "application/json"> | Response<{
|
|
@@ -18008,7 +18035,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18008
18035
|
"x-access-token"?: string | undefined;
|
|
18009
18036
|
} & Partial<{
|
|
18010
18037
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18011
|
-
}>;
|
|
18038
|
+
}>;
|
|
18012
18039
|
}, Response<{
|
|
18013
18040
|
orderId: string;
|
|
18014
18041
|
}, 201, "application/json"> | Response<{
|
|
@@ -18034,7 +18061,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18034
18061
|
"x-access-token"?: string | undefined;
|
|
18035
18062
|
} & Partial<{
|
|
18036
18063
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18037
|
-
}>;
|
|
18064
|
+
}>;
|
|
18038
18065
|
}, Response<{
|
|
18039
18066
|
contractChangeContractId?: string | undefined;
|
|
18040
18067
|
customerId: string;
|
|
@@ -18089,7 +18116,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18089
18116
|
"x-access-token"?: string | undefined;
|
|
18090
18117
|
} & Partial<{
|
|
18091
18118
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18092
|
-
}>;
|
|
18119
|
+
}>;
|
|
18093
18120
|
}, Response<MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[], 200, "application/json">>>;
|
|
18094
18121
|
/** Get list of Orders of a Project. */
|
|
18095
18122
|
orderListProjectOrders: (request: {
|
|
@@ -18131,7 +18158,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18131
18158
|
"x-access-token"?: string | undefined;
|
|
18132
18159
|
} & Partial<{
|
|
18133
18160
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18134
|
-
}>;
|
|
18161
|
+
}>;
|
|
18135
18162
|
}, Response<MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[], 200, "application/json">>>;
|
|
18136
18163
|
/** Preview Order. */
|
|
18137
18164
|
orderPreviewOrder: (request?: {
|
|
@@ -18210,7 +18237,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18210
18237
|
"x-access-token"?: string | undefined;
|
|
18211
18238
|
} & Partial<{
|
|
18212
18239
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18213
|
-
}>;
|
|
18240
|
+
}>;
|
|
18214
18241
|
}, Response<{
|
|
18215
18242
|
machineTypePrice: number;
|
|
18216
18243
|
storagePrice: number;
|
|
@@ -18616,7 +18643,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18616
18643
|
"x-access-token"?: string | undefined;
|
|
18617
18644
|
} & Partial<{
|
|
18618
18645
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18619
|
-
}>;
|
|
18646
|
+
}>;
|
|
18620
18647
|
}, Response<{}, 204, "empty"> | Response<{
|
|
18621
18648
|
[x: string]: unknown;
|
|
18622
18649
|
}, 404, "application/json">>>;
|
|
@@ -18654,7 +18681,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18654
18681
|
"x-access-token"?: string | undefined;
|
|
18655
18682
|
} & Partial<{
|
|
18656
18683
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18657
|
-
}>;
|
|
18684
|
+
}>;
|
|
18658
18685
|
}, Response<MittwaldAPIV2.Components.Schemas.CronjobCronjob[], 200, "application/json">>>;
|
|
18659
18686
|
/** Create a Cronjob. */
|
|
18660
18687
|
createCronjob: (request: {
|
|
@@ -18701,7 +18728,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18701
18728
|
"x-access-token"?: string | undefined;
|
|
18702
18729
|
} & Partial<{
|
|
18703
18730
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18704
|
-
}>;
|
|
18731
|
+
}>;
|
|
18705
18732
|
}, Response<{
|
|
18706
18733
|
id: string;
|
|
18707
18734
|
}, 201, "application/json"> | Response<{
|
|
@@ -18749,7 +18776,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18749
18776
|
"x-access-token"?: string | undefined;
|
|
18750
18777
|
} & Partial<{
|
|
18751
18778
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18752
|
-
}>;
|
|
18779
|
+
}>;
|
|
18753
18780
|
}, Response<MittwaldAPIV2.Components.Schemas.CronjobCronjobExecution[], 200, "application/json">>>;
|
|
18754
18781
|
/** Trigger a Cronjob. */
|
|
18755
18782
|
createExecution: (request: {
|
|
@@ -18778,7 +18805,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18778
18805
|
"x-access-token"?: string | undefined;
|
|
18779
18806
|
} & Partial<{
|
|
18780
18807
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18781
|
-
}>;
|
|
18808
|
+
}>;
|
|
18782
18809
|
}, Response<{
|
|
18783
18810
|
id: string;
|
|
18784
18811
|
}, 201, "application/json"> | Response<{
|
|
@@ -18806,7 +18833,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18806
18833
|
"x-access-token"?: string | undefined;
|
|
18807
18834
|
} & Partial<{
|
|
18808
18835
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18809
|
-
}>;
|
|
18836
|
+
}>;
|
|
18810
18837
|
}, Response<{
|
|
18811
18838
|
active: boolean;
|
|
18812
18839
|
appId: string;
|
|
@@ -18845,7 +18872,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18845
18872
|
"x-access-token"?: string | undefined;
|
|
18846
18873
|
} & Partial<{
|
|
18847
18874
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18848
|
-
}>;
|
|
18875
|
+
}>;
|
|
18849
18876
|
}, Response<{}, 204, "empty"> | Response<{
|
|
18850
18877
|
[x: string]: unknown;
|
|
18851
18878
|
}, 400, "application/json"> | Response<{
|
|
@@ -18894,7 +18921,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18894
18921
|
"x-access-token"?: string | undefined;
|
|
18895
18922
|
} & Partial<{
|
|
18896
18923
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18897
|
-
}>;
|
|
18924
|
+
}>;
|
|
18898
18925
|
}, Response<{}, 204, "empty"> | Response<{
|
|
18899
18926
|
[x: string]: unknown;
|
|
18900
18927
|
}, 400, "application/json"> | Response<{
|
|
@@ -18924,12 +18951,12 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18924
18951
|
"x-access-token"?: string | undefined;
|
|
18925
18952
|
} & Partial<{
|
|
18926
18953
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18927
|
-
}>;
|
|
18954
|
+
}>;
|
|
18928
18955
|
}, Response<{
|
|
18929
18956
|
abortedBy?: {
|
|
18930
18957
|
id?: string | undefined;
|
|
18931
18958
|
} | undefined;
|
|
18932
|
-
durationInMilliseconds
|
|
18959
|
+
durationInMilliseconds?: number | undefined;
|
|
18933
18960
|
end?: string | undefined;
|
|
18934
18961
|
executionEnd?: string | undefined;
|
|
18935
18962
|
executionStart?: string | undefined;
|
|
@@ -18971,7 +18998,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18971
18998
|
"x-access-token"?: string | undefined;
|
|
18972
18999
|
} & Partial<{
|
|
18973
19000
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18974
|
-
}>;
|
|
19001
|
+
}>;
|
|
18975
19002
|
}, Response<{}, 204, "empty"> | Response<{
|
|
18976
19003
|
[x: string]: unknown;
|
|
18977
19004
|
}, 400, "application/json"> | Response<{
|
|
@@ -19007,7 +19034,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19007
19034
|
"x-access-token"?: string | undefined;
|
|
19008
19035
|
} & Partial<{
|
|
19009
19036
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19010
|
-
}>;
|
|
19037
|
+
}>;
|
|
19011
19038
|
}, Response<{}, 204, "empty"> | Response<{
|
|
19012
19039
|
[x: string]: unknown;
|
|
19013
19040
|
}, 400, "application/json"> | Response<{
|
|
@@ -19030,7 +19057,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19030
19057
|
"x-access-token"?: string | undefined;
|
|
19031
19058
|
} & Partial<{
|
|
19032
19059
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19033
|
-
}>;
|
|
19060
|
+
}>;
|
|
19034
19061
|
}, Response<{
|
|
19035
19062
|
categories?: MittwaldAPIV2.Components.Schemas.CustomerCategory[] | undefined;
|
|
19036
19063
|
}, 200, "application/json">>>;
|
|
@@ -19064,7 +19091,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19064
19091
|
"x-access-token"?: string | undefined;
|
|
19065
19092
|
} & Partial<{
|
|
19066
19093
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19067
|
-
}>;
|
|
19094
|
+
}>;
|
|
19068
19095
|
}, Response<{
|
|
19069
19096
|
customerId?: string | undefined;
|
|
19070
19097
|
isPublic?: boolean | undefined;
|
|
@@ -19107,9 +19134,9 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19107
19134
|
"x-access-token"?: string | undefined;
|
|
19108
19135
|
} & Partial<{
|
|
19109
19136
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19110
|
-
}>;
|
|
19137
|
+
}>;
|
|
19111
19138
|
}, Response<{
|
|
19112
|
-
avatarRefId
|
|
19139
|
+
avatarRefId?: string | undefined;
|
|
19113
19140
|
customerId: string;
|
|
19114
19141
|
customerName: string;
|
|
19115
19142
|
id: string;
|
|
@@ -19122,6 +19149,8 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19122
19149
|
[x: string]: unknown;
|
|
19123
19150
|
}, 400, "application/json"> | Response<{
|
|
19124
19151
|
[x: string]: unknown;
|
|
19152
|
+
}, 403, "application/json"> | Response<{
|
|
19153
|
+
[x: string]: unknown;
|
|
19125
19154
|
}, 409, "application/json">>>;
|
|
19126
19155
|
/** Get all customer profiles the authenticated user has access to. */
|
|
19127
19156
|
listCustomers: (request?: {
|
|
@@ -19154,7 +19183,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19154
19183
|
"x-access-token"?: string | undefined;
|
|
19155
19184
|
} & Partial<{
|
|
19156
19185
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19157
|
-
}>;
|
|
19186
|
+
}>;
|
|
19158
19187
|
}, Response<MittwaldAPIV2.Components.Schemas.CustomerCustomer[], 200, "application/json">>>;
|
|
19159
19188
|
/** Create a new customer profile. */
|
|
19160
19189
|
createCustomer: (request: {
|
|
@@ -19201,7 +19230,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19201
19230
|
"x-access-token"?: string | undefined;
|
|
19202
19231
|
} & Partial<{
|
|
19203
19232
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19204
|
-
}>;
|
|
19233
|
+
}>;
|
|
19205
19234
|
}, Response<{
|
|
19206
19235
|
customerId: string;
|
|
19207
19236
|
customerNumber: string;
|
|
@@ -19236,7 +19265,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19236
19265
|
"x-access-token"?: string | undefined;
|
|
19237
19266
|
} & Partial<{
|
|
19238
19267
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19239
|
-
}>;
|
|
19268
|
+
}>;
|
|
19240
19269
|
}, Response<{}, 204, "empty">>>;
|
|
19241
19270
|
/** Get a customer category. */
|
|
19242
19271
|
getCustomerCategory: (request: {
|
|
@@ -19258,7 +19287,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19258
19287
|
"x-access-token"?: string | undefined;
|
|
19259
19288
|
} & Partial<{
|
|
19260
19289
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19261
|
-
}>;
|
|
19290
|
+
}>;
|
|
19262
19291
|
}, Response<{
|
|
19263
19292
|
id: string;
|
|
19264
19293
|
isPublic: boolean;
|
|
@@ -19301,7 +19330,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19301
19330
|
"x-access-token"?: string | undefined;
|
|
19302
19331
|
} & Partial<{
|
|
19303
19332
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19304
|
-
}>;
|
|
19333
|
+
}>;
|
|
19305
19334
|
}, Response<{
|
|
19306
19335
|
customerId?: string | undefined;
|
|
19307
19336
|
isPublic?: boolean | undefined;
|
|
@@ -19333,7 +19362,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19333
19362
|
"x-access-token"?: string | undefined;
|
|
19334
19363
|
} & Partial<{
|
|
19335
19364
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19336
|
-
}>;
|
|
19365
|
+
}>;
|
|
19337
19366
|
}, Response<{
|
|
19338
19367
|
[x: string]: unknown;
|
|
19339
19368
|
}, 200, "application/json">>>;
|
|
@@ -19357,9 +19386,9 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19357
19386
|
"x-access-token"?: string | undefined;
|
|
19358
19387
|
} & Partial<{
|
|
19359
19388
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19360
|
-
}>;
|
|
19389
|
+
}>;
|
|
19361
19390
|
}, Response<{
|
|
19362
|
-
avatarRefId
|
|
19391
|
+
avatarRefId?: string | undefined;
|
|
19363
19392
|
customerId: string;
|
|
19364
19393
|
customerName: string;
|
|
19365
19394
|
id: string;
|
|
@@ -19391,7 +19420,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19391
19420
|
"x-access-token"?: string | undefined;
|
|
19392
19421
|
} & Partial<{
|
|
19393
19422
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19394
|
-
}>;
|
|
19423
|
+
}>;
|
|
19395
19424
|
}, Response<{}, 204, "empty">>>;
|
|
19396
19425
|
/** Get a CustomerMembership. */
|
|
19397
19426
|
getCustomerMembership: (request: {
|
|
@@ -19413,12 +19442,12 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19413
19442
|
"x-access-token"?: string | undefined;
|
|
19414
19443
|
} & Partial<{
|
|
19415
19444
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19416
|
-
}>;
|
|
19445
|
+
}>;
|
|
19417
19446
|
}, Response<{
|
|
19418
19447
|
customerId: string;
|
|
19419
19448
|
expiresAt?: string | undefined;
|
|
19420
19449
|
id: string;
|
|
19421
|
-
inviteId
|
|
19450
|
+
inviteId?: string | undefined;
|
|
19422
19451
|
memberSince?: string | undefined;
|
|
19423
19452
|
role: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
|
|
19424
19453
|
userId: string;
|
|
@@ -19445,7 +19474,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19445
19474
|
"x-access-token"?: string | undefined;
|
|
19446
19475
|
} & Partial<{
|
|
19447
19476
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19448
|
-
}>;
|
|
19477
|
+
}>;
|
|
19449
19478
|
}, Response<{}, 204, "empty">>>;
|
|
19450
19479
|
/** Update a CustomerMembership. */
|
|
19451
19480
|
updateCustomerMembership: (request: {
|
|
@@ -19476,7 +19505,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19476
19505
|
"x-access-token"?: string | undefined;
|
|
19477
19506
|
} & Partial<{
|
|
19478
19507
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19479
|
-
}>;
|
|
19508
|
+
}>;
|
|
19480
19509
|
}, Response<{}, 204, "empty">>>;
|
|
19481
19510
|
/** Get a customer profile. */
|
|
19482
19511
|
getCustomer: (request: {
|
|
@@ -19498,7 +19527,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19498
19527
|
"x-access-token"?: string | undefined;
|
|
19499
19528
|
} & Partial<{
|
|
19500
19529
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19501
|
-
}>;
|
|
19530
|
+
}>;
|
|
19502
19531
|
}, Response<{
|
|
19503
19532
|
activeSuspension?: {
|
|
19504
19533
|
createdAt: string;
|
|
@@ -19572,7 +19601,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19572
19601
|
"x-access-token"?: string | undefined;
|
|
19573
19602
|
} & Partial<{
|
|
19574
19603
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19575
|
-
}>;
|
|
19604
|
+
}>;
|
|
19576
19605
|
}, Response<{
|
|
19577
19606
|
customerId: string;
|
|
19578
19607
|
customerNumber: string;
|
|
@@ -19602,7 +19631,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19602
19631
|
"x-access-token"?: string | undefined;
|
|
19603
19632
|
} & Partial<{
|
|
19604
19633
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19605
|
-
}>;
|
|
19634
|
+
}>;
|
|
19606
19635
|
}, Response<{
|
|
19607
19636
|
[x: string]: unknown;
|
|
19608
19637
|
}, 200, "application/json"> | Response<{
|
|
@@ -19624,9 +19653,9 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19624
19653
|
"x-access-token"?: string | undefined;
|
|
19625
19654
|
} & Partial<{
|
|
19626
19655
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19627
|
-
}>;
|
|
19656
|
+
}>;
|
|
19628
19657
|
}, Response<{
|
|
19629
|
-
avatarRefId
|
|
19658
|
+
avatarRefId?: string | undefined;
|
|
19630
19659
|
customerId: string;
|
|
19631
19660
|
customerName: string;
|
|
19632
19661
|
id: string;
|
|
@@ -19658,7 +19687,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19658
19687
|
"x-access-token"?: string | undefined;
|
|
19659
19688
|
} & Partial<{
|
|
19660
19689
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19661
|
-
}>;
|
|
19690
|
+
}>;
|
|
19662
19691
|
}, Response<{
|
|
19663
19692
|
isLegallyCompetent?: boolean | undefined;
|
|
19664
19693
|
}, 200, "application/json"> | Response<{
|
|
@@ -19693,7 +19722,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19693
19722
|
"x-access-token"?: string | undefined;
|
|
19694
19723
|
} & Partial<{
|
|
19695
19724
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19696
|
-
}>;
|
|
19725
|
+
}>;
|
|
19697
19726
|
}, Response<{}, 204, "empty">>>;
|
|
19698
19727
|
/** List CustomerInvites belonging to the executing user. */
|
|
19699
19728
|
listCustomerInvites: (request?: {
|
|
@@ -19722,7 +19751,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19722
19751
|
"x-access-token"?: string | undefined;
|
|
19723
19752
|
} & Partial<{
|
|
19724
19753
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19725
|
-
}>;
|
|
19754
|
+
}>;
|
|
19726
19755
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipCustomerInvite[], 200, "application/json"> | Response<{
|
|
19727
19756
|
[x: string]: unknown;
|
|
19728
19757
|
}, 404, "application/json">>>;
|
|
@@ -19753,7 +19782,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19753
19782
|
"x-access-token"?: string | undefined;
|
|
19754
19783
|
} & Partial<{
|
|
19755
19784
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19756
|
-
}>;
|
|
19785
|
+
}>;
|
|
19757
19786
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipCustomerMembership[], 200, "application/json"> | Response<{
|
|
19758
19787
|
[x: string]: unknown;
|
|
19759
19788
|
}, 404, "application/json">>>;
|
|
@@ -19789,7 +19818,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19789
19818
|
"x-access-token"?: string | undefined;
|
|
19790
19819
|
} & Partial<{
|
|
19791
19820
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19792
|
-
}>;
|
|
19821
|
+
}>;
|
|
19793
19822
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipCustomerInvite[], 200, "application/json"> | Response<{
|
|
19794
19823
|
[x: string]: unknown;
|
|
19795
19824
|
}, 404, "application/json">>>;
|
|
@@ -19825,7 +19854,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19825
19854
|
"x-access-token"?: string | undefined;
|
|
19826
19855
|
} & Partial<{
|
|
19827
19856
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19828
|
-
}>;
|
|
19857
|
+
}>;
|
|
19829
19858
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipCustomerMembership[], 200, "application/json"> | Response<{
|
|
19830
19859
|
[x: string]: unknown;
|
|
19831
19860
|
}, 404, "application/json">>>;
|
|
@@ -19849,7 +19878,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19849
19878
|
"x-access-token"?: string | undefined;
|
|
19850
19879
|
} & Partial<{
|
|
19851
19880
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19852
|
-
}>;
|
|
19881
|
+
}>;
|
|
19853
19882
|
}, Response<{
|
|
19854
19883
|
refId: string;
|
|
19855
19884
|
rules: {
|
|
@@ -19891,7 +19920,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19891
19920
|
"x-access-token"?: string | undefined;
|
|
19892
19921
|
} & Partial<{
|
|
19893
19922
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19894
|
-
}>;
|
|
19923
|
+
}>;
|
|
19895
19924
|
}, Response<{}, 204, "empty"> | Response<{
|
|
19896
19925
|
[x: string]: unknown;
|
|
19897
19926
|
}, 400, "application/json"> | Response<{}, 401, "application/json"> | Response<{
|
|
@@ -19924,7 +19953,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19924
19953
|
"x-access-token"?: string | undefined;
|
|
19925
19954
|
} & Partial<{
|
|
19926
19955
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19927
|
-
}>;
|
|
19956
|
+
}>;
|
|
19928
19957
|
}, Response<{}, 204, "empty"> | Response<{
|
|
19929
19958
|
[x: string]: unknown;
|
|
19930
19959
|
}, 403, "application/json">>>;
|
|
@@ -19951,7 +19980,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19951
19980
|
"x-access-token"?: string | undefined;
|
|
19952
19981
|
} & Partial<{
|
|
19953
19982
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19954
|
-
}>;
|
|
19983
|
+
}>;
|
|
19955
19984
|
}, Response<MittwaldAPIV2.Components.Schemas.DatabaseMySqlDatabase[], 200, "application/json"> | Response<{
|
|
19956
19985
|
[x: string]: unknown;
|
|
19957
19986
|
}, 400, "application/json"> | Response<{
|
|
@@ -19999,7 +20028,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19999
20028
|
"x-access-token"?: string | undefined;
|
|
20000
20029
|
} & Partial<{
|
|
20001
20030
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20002
|
-
}>;
|
|
20031
|
+
}>;
|
|
20003
20032
|
}, Response<{
|
|
20004
20033
|
id: string;
|
|
20005
20034
|
userId: string;
|
|
@@ -20028,7 +20057,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20028
20057
|
"x-access-token"?: string | undefined;
|
|
20029
20058
|
} & Partial<{
|
|
20030
20059
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20031
|
-
}>;
|
|
20060
|
+
}>;
|
|
20032
20061
|
}, Response<MittwaldAPIV2.Components.Schemas.DatabaseMySqlUser[], 200, "application/json"> | Response<{
|
|
20033
20062
|
[x: string]: unknown;
|
|
20034
20063
|
}, 400, "application/json"> | Response<{
|
|
@@ -20071,7 +20100,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20071
20100
|
"x-access-token"?: string | undefined;
|
|
20072
20101
|
} & Partial<{
|
|
20073
20102
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20074
|
-
}>;
|
|
20103
|
+
}>;
|
|
20075
20104
|
}, Response<{
|
|
20076
20105
|
id: string;
|
|
20077
20106
|
}, 201, "application/json"> | Response<{
|
|
@@ -20099,7 +20128,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20099
20128
|
"x-access-token"?: string | undefined;
|
|
20100
20129
|
} & Partial<{
|
|
20101
20130
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20102
|
-
}>;
|
|
20131
|
+
}>;
|
|
20103
20132
|
}, Response<MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabase[], 200, "application/json"> | Response<{
|
|
20104
20133
|
[x: string]: unknown;
|
|
20105
20134
|
}, 400, "application/json"> | Response<{
|
|
@@ -20141,7 +20170,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20141
20170
|
"x-access-token"?: string | undefined;
|
|
20142
20171
|
} & Partial<{
|
|
20143
20172
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20144
|
-
}>;
|
|
20173
|
+
}>;
|
|
20145
20174
|
}, Response<{
|
|
20146
20175
|
id: string;
|
|
20147
20176
|
}, 201, "application/json"> | Response<{
|
|
@@ -20169,7 +20198,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20169
20198
|
"x-access-token"?: string | undefined;
|
|
20170
20199
|
} & Partial<{
|
|
20171
20200
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20172
|
-
}>;
|
|
20201
|
+
}>;
|
|
20173
20202
|
}, Response<{
|
|
20174
20203
|
characterSettings: MittwaldAPIV2.Components.Schemas.DatabaseCharacterSettings;
|
|
20175
20204
|
createdAt: string;
|
|
@@ -20210,7 +20239,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20210
20239
|
"x-access-token"?: string | undefined;
|
|
20211
20240
|
} & Partial<{
|
|
20212
20241
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20213
|
-
}>;
|
|
20242
|
+
}>;
|
|
20214
20243
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20215
20244
|
[x: string]: unknown;
|
|
20216
20245
|
}, 400, "application/json"> | Response<{
|
|
@@ -20240,7 +20269,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20240
20269
|
"x-access-token"?: string | undefined;
|
|
20241
20270
|
} & Partial<{
|
|
20242
20271
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20243
|
-
}>;
|
|
20272
|
+
}>;
|
|
20244
20273
|
}, Response<{
|
|
20245
20274
|
accessIpMask?: string | undefined;
|
|
20246
20275
|
accessLevel: "full" | "readonly";
|
|
@@ -20292,7 +20321,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20292
20321
|
"x-access-token"?: string | undefined;
|
|
20293
20322
|
} & Partial<{
|
|
20294
20323
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20295
|
-
}>;
|
|
20324
|
+
}>;
|
|
20296
20325
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20297
20326
|
[x: string]: unknown;
|
|
20298
20327
|
}, 400, "application/json"> | Response<{
|
|
@@ -20318,7 +20347,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20318
20347
|
"x-access-token"?: string | undefined;
|
|
20319
20348
|
} & Partial<{
|
|
20320
20349
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20321
|
-
}>;
|
|
20350
|
+
}>;
|
|
20322
20351
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20323
20352
|
[x: string]: unknown;
|
|
20324
20353
|
}, 400, "application/json"> | Response<{
|
|
@@ -20344,7 +20373,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20344
20373
|
"x-access-token"?: string | undefined;
|
|
20345
20374
|
} & Partial<{
|
|
20346
20375
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20347
|
-
}>;
|
|
20376
|
+
}>;
|
|
20348
20377
|
}, Response<{
|
|
20349
20378
|
configuration?: MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration | undefined;
|
|
20350
20379
|
createdAt: string;
|
|
@@ -20384,7 +20413,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20384
20413
|
"x-access-token"?: string | undefined;
|
|
20385
20414
|
} & Partial<{
|
|
20386
20415
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20387
|
-
}>;
|
|
20416
|
+
}>;
|
|
20388
20417
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20389
20418
|
[x: string]: unknown;
|
|
20390
20419
|
}, 400, "application/json"> | Response<{
|
|
@@ -20421,7 +20450,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20421
20450
|
"x-access-token"?: string | undefined;
|
|
20422
20451
|
} & Partial<{
|
|
20423
20452
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20424
|
-
}>;
|
|
20453
|
+
}>;
|
|
20425
20454
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20426
20455
|
[x: string]: unknown;
|
|
20427
20456
|
}, 400, "application/json"> | Response<{
|
|
@@ -20454,7 +20483,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20454
20483
|
"x-access-token"?: string | undefined;
|
|
20455
20484
|
} & Partial<{
|
|
20456
20485
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20457
|
-
}>;
|
|
20486
|
+
}>;
|
|
20458
20487
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20459
20488
|
[x: string]: unknown;
|
|
20460
20489
|
}, 400, "application/json"> | Response<{
|
|
@@ -20480,7 +20509,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20480
20509
|
"x-access-token"?: string | undefined;
|
|
20481
20510
|
} & Partial<{
|
|
20482
20511
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20483
|
-
}>;
|
|
20512
|
+
}>;
|
|
20484
20513
|
}, Response<{
|
|
20485
20514
|
url: string;
|
|
20486
20515
|
}, 200, "application/json"> | Response<{
|
|
@@ -20513,7 +20542,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20513
20542
|
"x-access-token"?: string | undefined;
|
|
20514
20543
|
} & Partial<{
|
|
20515
20544
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20516
|
-
}>;
|
|
20545
|
+
}>;
|
|
20517
20546
|
}, Response<MittwaldAPIV2.Components.Schemas.DatabaseMySqlCharacterSettings[], 200, "application/json"> | Response<{
|
|
20518
20547
|
[x: string]: unknown;
|
|
20519
20548
|
}, 400, "application/json"> | Response<{
|
|
@@ -20544,7 +20573,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20544
20573
|
"x-access-token"?: string | undefined;
|
|
20545
20574
|
} & Partial<{
|
|
20546
20575
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20547
|
-
}>;
|
|
20576
|
+
}>;
|
|
20548
20577
|
}, Response<MittwaldAPIV2.Components.Schemas.DatabaseMySqlVersion[], 200, "application/json"> | Response<{
|
|
20549
20578
|
[x: string]: unknown;
|
|
20550
20579
|
}, 400, "application/json"> | Response<{
|
|
@@ -20575,7 +20604,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20575
20604
|
"x-access-token"?: string | undefined;
|
|
20576
20605
|
} & Partial<{
|
|
20577
20606
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20578
|
-
}>;
|
|
20607
|
+
}>;
|
|
20579
20608
|
}, Response<MittwaldAPIV2.Components.Schemas.DatabaseRedisVersion[], 200, "application/json"> | Response<{
|
|
20580
20609
|
[x: string]: unknown;
|
|
20581
20610
|
}, 400, "application/json"> | Response<{
|
|
@@ -20611,7 +20640,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20611
20640
|
"x-access-token"?: string | undefined;
|
|
20612
20641
|
} & Partial<{
|
|
20613
20642
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20614
|
-
}>;
|
|
20643
|
+
}>;
|
|
20615
20644
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20616
20645
|
[x: string]: unknown;
|
|
20617
20646
|
}, 400, "application/json"> | Response<{
|
|
@@ -20644,7 +20673,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20644
20673
|
"x-access-token"?: string | undefined;
|
|
20645
20674
|
} & Partial<{
|
|
20646
20675
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20647
|
-
}>;
|
|
20676
|
+
}>;
|
|
20648
20677
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20649
20678
|
[x: string]: unknown;
|
|
20650
20679
|
}, 400, "application/json"> | Response<{
|
|
@@ -20677,7 +20706,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20677
20706
|
"x-access-token"?: string | undefined;
|
|
20678
20707
|
} & Partial<{
|
|
20679
20708
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20680
|
-
}>;
|
|
20709
|
+
}>;
|
|
20681
20710
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20682
20711
|
[x: string]: unknown;
|
|
20683
20712
|
}, 400, "application/json"> | Response<{
|
|
@@ -20715,7 +20744,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20715
20744
|
"x-access-token"?: string | undefined;
|
|
20716
20745
|
} & Partial<{
|
|
20717
20746
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20718
|
-
}>;
|
|
20747
|
+
}>;
|
|
20719
20748
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20720
20749
|
[x: string]: unknown;
|
|
20721
20750
|
}, 400, "application/json"> | Response<{
|
|
@@ -20748,7 +20777,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20748
20777
|
"x-access-token"?: string | undefined;
|
|
20749
20778
|
} & Partial<{
|
|
20750
20779
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20751
|
-
}>;
|
|
20780
|
+
}>;
|
|
20752
20781
|
}, Response<{}, 204, "empty"> | Response<{
|
|
20753
20782
|
[x: string]: unknown;
|
|
20754
20783
|
}, 400, "application/json"> | Response<{
|
|
@@ -20781,7 +20810,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20781
20810
|
"x-access-token"?: string | undefined;
|
|
20782
20811
|
} & Partial<{
|
|
20783
20812
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20784
|
-
}>;
|
|
20813
|
+
}>;
|
|
20785
20814
|
}, Response<{
|
|
20786
20815
|
active: boolean;
|
|
20787
20816
|
email: string;
|
|
@@ -20804,7 +20833,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20804
20833
|
"x-access-token"?: string | undefined;
|
|
20805
20834
|
} & Partial<{
|
|
20806
20835
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20807
|
-
}>;
|
|
20836
|
+
}>;
|
|
20808
20837
|
}, Response<{
|
|
20809
20838
|
active: boolean;
|
|
20810
20839
|
email: string;
|
|
@@ -20825,7 +20854,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20825
20854
|
"x-access-token"?: string | undefined;
|
|
20826
20855
|
} & Partial<{
|
|
20827
20856
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20828
|
-
}>;
|
|
20857
|
+
}>;
|
|
20829
20858
|
}, Response<{}, 204, "empty">>>;
|
|
20830
20859
|
/** Get the counts for unread notifications of the user. */
|
|
20831
20860
|
scountUnreadNotifications: (request?: {
|
|
@@ -20842,7 +20871,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20842
20871
|
"x-access-token"?: string | undefined;
|
|
20843
20872
|
} & Partial<{
|
|
20844
20873
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20845
|
-
}>;
|
|
20874
|
+
}>;
|
|
20846
20875
|
}, Response<{
|
|
20847
20876
|
error: number;
|
|
20848
20877
|
info: number;
|
|
@@ -20875,7 +20904,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20875
20904
|
"x-access-token"?: string | undefined;
|
|
20876
20905
|
} & Partial<{
|
|
20877
20906
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20878
|
-
}>;
|
|
20907
|
+
}>;
|
|
20879
20908
|
}, Response<MittwaldAPIV2.Components.Schemas.MessagingNotification[], 200, "application/json">>>;
|
|
20880
20909
|
/** Mark all notifications as read. */
|
|
20881
20910
|
sreadAllNotifications: (request?: {
|
|
@@ -20892,7 +20921,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20892
20921
|
"x-access-token"?: string | undefined;
|
|
20893
20922
|
} & Partial<{
|
|
20894
20923
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20895
|
-
}>;
|
|
20924
|
+
}>;
|
|
20896
20925
|
}, Response<{
|
|
20897
20926
|
status: "read";
|
|
20898
20927
|
}, 200, "application/json"> | Response<{
|
|
@@ -20925,7 +20954,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20925
20954
|
"x-access-token"?: string | undefined;
|
|
20926
20955
|
} & Partial<{
|
|
20927
20956
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20928
|
-
}>;
|
|
20957
|
+
}>;
|
|
20929
20958
|
}, Response<{
|
|
20930
20959
|
status: "read";
|
|
20931
20960
|
}, 200, "application/json"> | Response<{
|
|
@@ -20958,7 +20987,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20958
20987
|
"x-access-token"?: string | undefined;
|
|
20959
20988
|
} & Partial<{
|
|
20960
20989
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20961
|
-
}>;
|
|
20990
|
+
}>;
|
|
20962
20991
|
}, Response<{
|
|
20963
20992
|
id: string;
|
|
20964
20993
|
}, 201, "application/json"> | Response<{
|
|
@@ -20984,7 +21013,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20984
21013
|
"x-access-token"?: string | undefined;
|
|
20985
21014
|
} & Partial<{
|
|
20986
21015
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20987
|
-
}>;
|
|
21016
|
+
}>;
|
|
20988
21017
|
}, Response<{
|
|
20989
21018
|
domain: string;
|
|
20990
21019
|
id: string;
|
|
@@ -21018,7 +21047,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21018
21047
|
"x-access-token"?: string | undefined;
|
|
21019
21048
|
} & Partial<{
|
|
21020
21049
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21021
|
-
}>;
|
|
21050
|
+
}>;
|
|
21022
21051
|
}, Response<{}, 200, "empty"> | Response<{
|
|
21023
21052
|
[x: string]: unknown;
|
|
21024
21053
|
}, 400, "application/json">>>;
|
|
@@ -21042,7 +21071,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21042
21071
|
"x-access-token"?: string | undefined;
|
|
21043
21072
|
} & Partial<{
|
|
21044
21073
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21045
|
-
}>;
|
|
21074
|
+
}>;
|
|
21046
21075
|
}, Response<MittwaldAPIV2.Components.Schemas.DnsZone[], 200, "application/json"> | Response<{
|
|
21047
21076
|
[x: string]: unknown;
|
|
21048
21077
|
}, 400, "application/json">>>;
|
|
@@ -21068,7 +21097,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21068
21097
|
"x-access-token"?: string | undefined;
|
|
21069
21098
|
} & Partial<{
|
|
21070
21099
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21071
|
-
}>;
|
|
21100
|
+
}>;
|
|
21072
21101
|
}, Response<{
|
|
21073
21102
|
ingressId?: string | undefined;
|
|
21074
21103
|
}, 204, "application/json"> | Response<{
|
|
@@ -21212,7 +21241,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21212
21241
|
"x-access-token"?: string | undefined;
|
|
21213
21242
|
} & Partial<{
|
|
21214
21243
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21215
|
-
}>;
|
|
21244
|
+
}>;
|
|
21216
21245
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21217
21246
|
[x: string]: unknown;
|
|
21218
21247
|
}, 400, "application/json">>>;
|
|
@@ -21236,7 +21265,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21236
21265
|
"x-access-token"?: string | undefined;
|
|
21237
21266
|
} & Partial<{
|
|
21238
21267
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21239
|
-
}>;
|
|
21268
|
+
}>;
|
|
21240
21269
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21241
21270
|
[x: string]: unknown;
|
|
21242
21271
|
}, 400, "application/json"> | Response<{
|
|
@@ -21295,7 +21324,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21295
21324
|
"x-access-token"?: string | undefined;
|
|
21296
21325
|
} & Partial<{
|
|
21297
21326
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21298
|
-
}>;
|
|
21327
|
+
}>;
|
|
21299
21328
|
}, Response<MittwaldAPIV2.Components.Schemas.DomainDomain[], 200, "application/json"> | Response<{
|
|
21300
21329
|
[x: string]: unknown;
|
|
21301
21330
|
}, 400, "application/json">>>;
|
|
@@ -21319,7 +21348,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21319
21348
|
"x-access-token"?: string | undefined;
|
|
21320
21349
|
} & Partial<{
|
|
21321
21350
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21322
|
-
}>;
|
|
21351
|
+
}>;
|
|
21323
21352
|
}, Response<{
|
|
21324
21353
|
authCode: string;
|
|
21325
21354
|
}, 201, "application/json"> | Response<{
|
|
@@ -21354,7 +21383,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21354
21383
|
"x-access-token"?: string | undefined;
|
|
21355
21384
|
} & Partial<{
|
|
21356
21385
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21357
|
-
}>;
|
|
21386
|
+
}>;
|
|
21358
21387
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21359
21388
|
[x: string]: unknown;
|
|
21360
21389
|
}, 400, "application/json"> | Response<{
|
|
@@ -21380,7 +21409,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21380
21409
|
"x-access-token"?: string | undefined;
|
|
21381
21410
|
} & Partial<{
|
|
21382
21411
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21383
|
-
}>;
|
|
21412
|
+
}>;
|
|
21384
21413
|
}, Response<{
|
|
21385
21414
|
authCode?: MittwaldAPIV2.Components.Schemas.DomainAuthCode | undefined;
|
|
21386
21415
|
authCode2?: MittwaldAPIV2.Components.Schemas.DomainAuthCode2 | undefined;
|
|
@@ -21430,7 +21459,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21430
21459
|
"x-access-token"?: string | undefined;
|
|
21431
21460
|
} & Partial<{
|
|
21432
21461
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21433
|
-
}>;
|
|
21462
|
+
}>;
|
|
21434
21463
|
}, Response<{
|
|
21435
21464
|
[x: string]: unknown;
|
|
21436
21465
|
}, 200, "application/json"> | Response<{
|
|
@@ -21467,7 +21496,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21467
21496
|
"x-access-token"?: string | undefined;
|
|
21468
21497
|
} & Partial<{
|
|
21469
21498
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21470
|
-
}>;
|
|
21499
|
+
}>;
|
|
21471
21500
|
}, Response<{
|
|
21472
21501
|
reference?: string | undefined;
|
|
21473
21502
|
}, 200, "application/json"> | Response<{
|
|
@@ -21521,7 +21550,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21521
21550
|
"x-access-token"?: string | undefined;
|
|
21522
21551
|
} & Partial<{
|
|
21523
21552
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21524
|
-
}>;
|
|
21553
|
+
}>;
|
|
21525
21554
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21526
21555
|
[x: string]: unknown;
|
|
21527
21556
|
}, 400, "application/json"> | Response<{
|
|
@@ -21554,7 +21583,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21554
21583
|
"x-access-token"?: string | undefined;
|
|
21555
21584
|
} & Partial<{
|
|
21556
21585
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21557
|
-
}>;
|
|
21586
|
+
}>;
|
|
21558
21587
|
}, Response<{
|
|
21559
21588
|
[x: string]: unknown;
|
|
21560
21589
|
}, 200, "application/json"> | Response<{
|
|
@@ -21591,7 +21620,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21591
21620
|
"x-access-token"?: string | undefined;
|
|
21592
21621
|
} & Partial<{
|
|
21593
21622
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21594
|
-
}>;
|
|
21623
|
+
}>;
|
|
21595
21624
|
}, Response<{
|
|
21596
21625
|
[x: string]: unknown;
|
|
21597
21626
|
}, 200, "application/json"> | Response<{
|
|
@@ -21626,7 +21655,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21626
21655
|
"x-access-token"?: string | undefined;
|
|
21627
21656
|
} & Partial<{
|
|
21628
21657
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21629
|
-
}>;
|
|
21658
|
+
}>;
|
|
21630
21659
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21631
21660
|
[x: string]: unknown;
|
|
21632
21661
|
}, 400, "application/json"> | Response<{
|
|
@@ -21657,7 +21686,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21657
21686
|
"x-access-token"?: string | undefined;
|
|
21658
21687
|
} & Partial<{
|
|
21659
21688
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21660
|
-
}>;
|
|
21689
|
+
}>;
|
|
21661
21690
|
}, Response<MittwaldAPIV2.Components.Schemas.IngressIngress[], 200, "application/json"> | Response<{
|
|
21662
21691
|
[x: string]: unknown;
|
|
21663
21692
|
}, 404, "application/json">>>;
|
|
@@ -21687,7 +21716,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21687
21716
|
"x-access-token"?: string | undefined;
|
|
21688
21717
|
} & Partial<{
|
|
21689
21718
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21690
|
-
}>;
|
|
21719
|
+
}>;
|
|
21691
21720
|
}, Response<{
|
|
21692
21721
|
id: string;
|
|
21693
21722
|
ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
|
|
@@ -21714,7 +21743,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21714
21743
|
"x-access-token"?: string | undefined;
|
|
21715
21744
|
} & Partial<{
|
|
21716
21745
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21717
|
-
}>;
|
|
21746
|
+
}>;
|
|
21718
21747
|
}, Response<{
|
|
21719
21748
|
dnsValidationErrors: ("ERROR_UNSPECIFIED" | "ERROR_QUAD_A" | "ERROR_NO_A_RECORD" | "ERROR_ACME_CERTIFICATE_REQUEST_DEADLINE_EXCEEDED")[];
|
|
21720
21749
|
hostname: string;
|
|
@@ -21752,7 +21781,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21752
21781
|
"x-access-token"?: string | undefined;
|
|
21753
21782
|
} & Partial<{
|
|
21754
21783
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21755
|
-
}>;
|
|
21784
|
+
}>;
|
|
21756
21785
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21757
21786
|
[x: string]: unknown;
|
|
21758
21787
|
}, 404, "application/json">>>;
|
|
@@ -21776,7 +21805,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21776
21805
|
"x-access-token"?: string | undefined;
|
|
21777
21806
|
} & Partial<{
|
|
21778
21807
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21779
|
-
}>;
|
|
21808
|
+
}>;
|
|
21780
21809
|
}, Response<{}, 200, "application/json"> | Response<{
|
|
21781
21810
|
[x: string]: unknown;
|
|
21782
21811
|
}, 400, "application/json"> | Response<{
|
|
@@ -21807,7 +21836,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21807
21836
|
"x-access-token"?: string | undefined;
|
|
21808
21837
|
} & Partial<{
|
|
21809
21838
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21810
|
-
}>;
|
|
21839
|
+
}>;
|
|
21811
21840
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21812
21841
|
[x: string]: unknown;
|
|
21813
21842
|
}, 404, "application/json">>>;
|
|
@@ -21831,7 +21860,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21831
21860
|
"x-access-token"?: string | undefined;
|
|
21832
21861
|
} & Partial<{
|
|
21833
21862
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21834
|
-
}>;
|
|
21863
|
+
}>;
|
|
21835
21864
|
}, Response<{}, 204, "empty"> | Response<{
|
|
21836
21865
|
[x: string]: unknown;
|
|
21837
21866
|
}, 400, "application/json"> | Response<{
|
|
@@ -21879,7 +21908,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21879
21908
|
"x-access-token"?: string | undefined;
|
|
21880
21909
|
} & Partial<{
|
|
21881
21910
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21882
|
-
}>;
|
|
21911
|
+
}>;
|
|
21883
21912
|
}, Response<{}, 200, "application/json"> | Response<{
|
|
21884
21913
|
[x: string]: unknown;
|
|
21885
21914
|
}, 404, "application/json">>>;
|
|
@@ -21907,10 +21936,11 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21907
21936
|
Token: string;
|
|
21908
21937
|
} & Partial<{
|
|
21909
21938
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21910
|
-
}>;
|
|
21939
|
+
}>;
|
|
21911
21940
|
}, Response<{
|
|
21912
21941
|
friendlyURL: string;
|
|
21913
21942
|
id: string;
|
|
21943
|
+
mimeType: string;
|
|
21914
21944
|
name: string;
|
|
21915
21945
|
sizeInBytes: number;
|
|
21916
21946
|
type: string;
|
|
@@ -21942,6 +21972,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21942
21972
|
}, Response<{
|
|
21943
21973
|
friendlyURL: string;
|
|
21944
21974
|
id: string;
|
|
21975
|
+
mimeType: string;
|
|
21945
21976
|
name: string;
|
|
21946
21977
|
sizeInBytes: number;
|
|
21947
21978
|
type: string;
|
|
@@ -21973,6 +22004,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21973
22004
|
fileUploadToken: string;
|
|
21974
22005
|
};
|
|
21975
22006
|
}, Response<{
|
|
22007
|
+
fileTypes: MittwaldAPIV2.Components.Schemas.FileFileType[];
|
|
21976
22008
|
maxSizeInKB: number;
|
|
21977
22009
|
mimeTypes: string[];
|
|
21978
22010
|
properties?: {
|
|
@@ -22009,6 +22041,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22009
22041
|
fileUploadType: "avatar" | "conversation";
|
|
22010
22042
|
};
|
|
22011
22043
|
}, Response<{
|
|
22044
|
+
fileTypes: MittwaldAPIV2.Components.Schemas.FileFileType[];
|
|
22012
22045
|
maxSizeInKB: number;
|
|
22013
22046
|
mimeTypes: string[];
|
|
22014
22047
|
properties?: {
|
|
@@ -22054,7 +22087,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22054
22087
|
Token?: string | undefined;
|
|
22055
22088
|
} & Partial<{
|
|
22056
22089
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22057
|
-
}>;
|
|
22090
|
+
}>;
|
|
22058
22091
|
}, Response<string, 200, "application/octet-stream"> | Response<string, 200, "base64"> | Response<string, 200, "ocr"> | Response<{
|
|
22059
22092
|
[x: string]: unknown;
|
|
22060
22093
|
}, 400, "application/json"> | Response<{
|
|
@@ -22091,7 +22124,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22091
22124
|
"x-access-token"?: string | undefined;
|
|
22092
22125
|
} & Partial<{
|
|
22093
22126
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22094
|
-
}>;
|
|
22127
|
+
}>;
|
|
22095
22128
|
}, Response<MittwaldAPIV2.Components.Schemas.MailDeliverybox[], 200, "application/json"> | Response<{
|
|
22096
22129
|
[x: string]: unknown;
|
|
22097
22130
|
}, 400, "application/json"> | Response<{
|
|
@@ -22132,7 +22165,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22132
22165
|
"x-access-token"?: string | undefined;
|
|
22133
22166
|
} & Partial<{
|
|
22134
22167
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22135
|
-
}>;
|
|
22168
|
+
}>;
|
|
22136
22169
|
}, Response<{
|
|
22137
22170
|
id: string;
|
|
22138
22171
|
}, 201, "application/json"> | Response<{
|
|
@@ -22166,7 +22199,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22166
22199
|
"x-access-token"?: string | undefined;
|
|
22167
22200
|
} & Partial<{
|
|
22168
22201
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22169
|
-
}>;
|
|
22202
|
+
}>;
|
|
22170
22203
|
}, Response<MittwaldAPIV2.Components.Schemas.MailMailAddress[], 200, "application/json"> | Response<{
|
|
22171
22204
|
[x: string]: unknown;
|
|
22172
22205
|
}, 400, "application/json"> | Response<{
|
|
@@ -22232,7 +22265,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22232
22265
|
"x-access-token"?: string | undefined;
|
|
22233
22266
|
} & Partial<{
|
|
22234
22267
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22235
|
-
}>;
|
|
22268
|
+
}>;
|
|
22236
22269
|
}, Response<{
|
|
22237
22270
|
id: string;
|
|
22238
22271
|
}, 201, "application/json"> | Response<{
|
|
@@ -22266,7 +22299,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22266
22299
|
"x-access-token"?: string | undefined;
|
|
22267
22300
|
} & Partial<{
|
|
22268
22301
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22269
|
-
}>;
|
|
22302
|
+
}>;
|
|
22270
22303
|
}, Response<{
|
|
22271
22304
|
authenticationEnabled: boolean;
|
|
22272
22305
|
description: string;
|
|
@@ -22307,7 +22340,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22307
22340
|
"x-access-token"?: string | undefined;
|
|
22308
22341
|
} & Partial<{
|
|
22309
22342
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22310
|
-
}>;
|
|
22343
|
+
}>;
|
|
22311
22344
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22312
22345
|
[x: string]: unknown;
|
|
22313
22346
|
}, 400, "application/json"> | Response<{
|
|
@@ -22339,7 +22372,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22339
22372
|
"x-access-token"?: string | undefined;
|
|
22340
22373
|
} & Partial<{
|
|
22341
22374
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22342
|
-
}>;
|
|
22375
|
+
}>;
|
|
22343
22376
|
}, Response<{
|
|
22344
22377
|
address: string;
|
|
22345
22378
|
autoResponder: {
|
|
@@ -22404,7 +22437,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22404
22437
|
"x-access-token"?: string | undefined;
|
|
22405
22438
|
} & Partial<{
|
|
22406
22439
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22407
|
-
}>;
|
|
22440
|
+
}>;
|
|
22408
22441
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22409
22442
|
[x: string]: unknown;
|
|
22410
22443
|
}, 400, "application/json"> | Response<{
|
|
@@ -22436,7 +22469,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22436
22469
|
"x-access-token"?: string | undefined;
|
|
22437
22470
|
} & Partial<{
|
|
22438
22471
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22439
|
-
}>;
|
|
22472
|
+
}>;
|
|
22440
22473
|
}, Response<{
|
|
22441
22474
|
blacklist: string[];
|
|
22442
22475
|
projectId: string;
|
|
@@ -22479,7 +22512,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22479
22512
|
"x-access-token"?: string | undefined;
|
|
22480
22513
|
} & Partial<{
|
|
22481
22514
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22482
|
-
}>;
|
|
22515
|
+
}>;
|
|
22483
22516
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22484
22517
|
[x: string]: unknown;
|
|
22485
22518
|
}, 400, "application/json"> | Response<{
|
|
@@ -22518,7 +22551,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22518
22551
|
"x-access-token"?: string | undefined;
|
|
22519
22552
|
} & Partial<{
|
|
22520
22553
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22521
|
-
}>;
|
|
22554
|
+
}>;
|
|
22522
22555
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22523
22556
|
[x: string]: unknown;
|
|
22524
22557
|
}, 400, "application/json"> | Response<{
|
|
@@ -22557,7 +22590,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22557
22590
|
"x-access-token"?: string | undefined;
|
|
22558
22591
|
} & Partial<{
|
|
22559
22592
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22560
|
-
}>;
|
|
22593
|
+
}>;
|
|
22561
22594
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22562
22595
|
[x: string]: unknown;
|
|
22563
22596
|
}, 400, "application/json"> | Response<{
|
|
@@ -22606,7 +22639,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22606
22639
|
"x-access-token"?: string | undefined;
|
|
22607
22640
|
} & Partial<{
|
|
22608
22641
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22609
|
-
}>;
|
|
22642
|
+
}>;
|
|
22610
22643
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22611
22644
|
[x: string]: unknown;
|
|
22612
22645
|
}, 400, "application/json"> | Response<{
|
|
@@ -22645,7 +22678,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22645
22678
|
"x-access-token"?: string | undefined;
|
|
22646
22679
|
} & Partial<{
|
|
22647
22680
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22648
|
-
}>;
|
|
22681
|
+
}>;
|
|
22649
22682
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22650
22683
|
[x: string]: unknown;
|
|
22651
22684
|
}, 400, "application/json"> | Response<{
|
|
@@ -22684,7 +22717,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22684
22717
|
"x-access-token"?: string | undefined;
|
|
22685
22718
|
} & Partial<{
|
|
22686
22719
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22687
|
-
}>;
|
|
22720
|
+
}>;
|
|
22688
22721
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22689
22722
|
[x: string]: unknown;
|
|
22690
22723
|
}, 400, "application/json"> | Response<{
|
|
@@ -22723,7 +22756,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22723
22756
|
"x-access-token"?: string | undefined;
|
|
22724
22757
|
} & Partial<{
|
|
22725
22758
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22726
|
-
}>;
|
|
22759
|
+
}>;
|
|
22727
22760
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22728
22761
|
[x: string]: unknown;
|
|
22729
22762
|
}, 400, "application/json"> | Response<{
|
|
@@ -22762,7 +22795,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22762
22795
|
"x-access-token"?: string | undefined;
|
|
22763
22796
|
} & Partial<{
|
|
22764
22797
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22765
|
-
}>;
|
|
22798
|
+
}>;
|
|
22766
22799
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22767
22800
|
[x: string]: unknown;
|
|
22768
22801
|
}, 400, "application/json"> | Response<{
|
|
@@ -22811,7 +22844,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22811
22844
|
"x-access-token"?: string | undefined;
|
|
22812
22845
|
} & Partial<{
|
|
22813
22846
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22814
|
-
}>;
|
|
22847
|
+
}>;
|
|
22815
22848
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22816
22849
|
[x: string]: unknown;
|
|
22817
22850
|
}, 400, "application/json"> | Response<{
|
|
@@ -22866,7 +22899,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22866
22899
|
"x-access-token"?: string | undefined;
|
|
22867
22900
|
} & Partial<{
|
|
22868
22901
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22869
|
-
}>;
|
|
22902
|
+
}>;
|
|
22870
22903
|
}, Response<{}, 204, "empty"> | Response<{
|
|
22871
22904
|
[x: string]: unknown;
|
|
22872
22905
|
}, 400, "application/json"> | Response<{
|
|
@@ -22908,7 +22941,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22908
22941
|
"x-access-token"?: string | undefined;
|
|
22909
22942
|
} & Partial<{
|
|
22910
22943
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22911
|
-
}>;
|
|
22944
|
+
}>;
|
|
22912
22945
|
}, Response<{
|
|
22913
22946
|
createdAt?: string | undefined;
|
|
22914
22947
|
domain: string;
|
|
@@ -22952,7 +22985,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22952
22985
|
"x-access-token"?: string | undefined;
|
|
22953
22986
|
} & Partial<{
|
|
22954
22987
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22955
|
-
}>;
|
|
22988
|
+
}>;
|
|
22956
22989
|
}, Response<{
|
|
22957
22990
|
executedAt: string;
|
|
22958
22991
|
id: string;
|
|
@@ -22992,7 +23025,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22992
23025
|
"x-access-token"?: string | undefined;
|
|
22993
23026
|
} & Partial<{
|
|
22994
23027
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22995
|
-
}>;
|
|
23028
|
+
}>;
|
|
22996
23029
|
}, Response<{
|
|
22997
23030
|
domain: string;
|
|
22998
23031
|
paths: {
|
|
@@ -23033,7 +23066,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23033
23066
|
"x-access-token"?: string | undefined;
|
|
23034
23067
|
} & Partial<{
|
|
23035
23068
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23036
|
-
}>;
|
|
23069
|
+
}>;
|
|
23037
23070
|
}, Response<{
|
|
23038
23071
|
id: string;
|
|
23039
23072
|
}, 202, "application/json"> | Response<{
|
|
@@ -23086,7 +23119,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23086
23119
|
"x-access-token"?: string | undefined;
|
|
23087
23120
|
} & Partial<{
|
|
23088
23121
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23089
|
-
}>;
|
|
23122
|
+
}>;
|
|
23090
23123
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23091
23124
|
[x: string]: unknown;
|
|
23092
23125
|
}, 400, "application/json"> | Response<{
|
|
@@ -23114,7 +23147,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23114
23147
|
"x-access-token"?: string | undefined;
|
|
23115
23148
|
} & Partial<{
|
|
23116
23149
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23117
|
-
}>;
|
|
23150
|
+
}>;
|
|
23118
23151
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23119
23152
|
[x: string]: unknown;
|
|
23120
23153
|
}, 400, "application/json">>>;
|
|
@@ -23223,7 +23256,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23223
23256
|
"x-access-token"?: string | undefined;
|
|
23224
23257
|
} & Partial<{
|
|
23225
23258
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23226
|
-
}>;
|
|
23259
|
+
}>;
|
|
23227
23260
|
}, Response<{
|
|
23228
23261
|
email: string;
|
|
23229
23262
|
}, 200, "application/json"> | Response<{
|
|
@@ -23251,7 +23284,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23251
23284
|
"x-access-token"?: string | undefined;
|
|
23252
23285
|
} & Partial<{
|
|
23253
23286
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23254
|
-
}>;
|
|
23287
|
+
}>;
|
|
23255
23288
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23256
23289
|
type: "ValidationError";
|
|
23257
23290
|
message?: string | undefined;
|
|
@@ -23283,7 +23316,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23283
23316
|
"x-access-token"?: string | undefined;
|
|
23284
23317
|
} & Partial<{
|
|
23285
23318
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23286
|
-
}>;
|
|
23319
|
+
}>;
|
|
23287
23320
|
}, Response<{
|
|
23288
23321
|
type: "ValidationError";
|
|
23289
23322
|
message?: string | undefined;
|
|
@@ -23309,7 +23342,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23309
23342
|
"x-access-token"?: string | undefined;
|
|
23310
23343
|
} & Partial<{
|
|
23311
23344
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23312
|
-
}>;
|
|
23345
|
+
}>;
|
|
23313
23346
|
}, Response<{
|
|
23314
23347
|
id: string;
|
|
23315
23348
|
publicToken: string;
|
|
@@ -23329,7 +23362,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23329
23362
|
"x-access-token"?: string | undefined;
|
|
23330
23363
|
} & Partial<{
|
|
23331
23364
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23332
|
-
}>;
|
|
23365
|
+
}>;
|
|
23333
23366
|
}, Response<{
|
|
23334
23367
|
confirmed: boolean;
|
|
23335
23368
|
initialized: boolean;
|
|
@@ -23356,7 +23389,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23356
23389
|
"x-access-token"?: string | undefined;
|
|
23357
23390
|
} & Partial<{
|
|
23358
23391
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23359
|
-
}>;
|
|
23392
|
+
}>;
|
|
23360
23393
|
}, Response<{
|
|
23361
23394
|
type: "ValidationError";
|
|
23362
23395
|
message?: string | undefined;
|
|
@@ -23386,7 +23419,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23386
23419
|
"x-access-token"?: string | undefined;
|
|
23387
23420
|
} & Partial<{
|
|
23388
23421
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23389
|
-
}>;
|
|
23422
|
+
}>;
|
|
23390
23423
|
}, Response<{
|
|
23391
23424
|
type: "ValidationError";
|
|
23392
23425
|
message?: string | undefined;
|
|
@@ -23416,7 +23449,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23416
23449
|
"x-access-token"?: string | undefined;
|
|
23417
23450
|
} & Partial<{
|
|
23418
23451
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23419
|
-
}>;
|
|
23452
|
+
}>;
|
|
23420
23453
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23421
23454
|
type: "ValidationError";
|
|
23422
23455
|
message?: string | undefined;
|
|
@@ -23482,7 +23515,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23482
23515
|
"x-access-token"?: string | undefined;
|
|
23483
23516
|
} & Partial<{
|
|
23484
23517
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23485
|
-
}>;
|
|
23518
|
+
}>;
|
|
23486
23519
|
}, Response<MittwaldAPIV2.Components.Schemas.SignupApiToken[], 200, "application/json">>>;
|
|
23487
23520
|
/** Store a new ApiToken. */
|
|
23488
23521
|
createApiToken: (request: {
|
|
@@ -23510,7 +23543,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23510
23543
|
"x-access-token"?: string | undefined;
|
|
23511
23544
|
} & Partial<{
|
|
23512
23545
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23513
|
-
}>;
|
|
23546
|
+
}>;
|
|
23514
23547
|
}, Response<{
|
|
23515
23548
|
token: string;
|
|
23516
23549
|
}, 201, "application/json"> | Response<{
|
|
@@ -23546,7 +23579,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23546
23579
|
"x-access-token"?: string | undefined;
|
|
23547
23580
|
} & Partial<{
|
|
23548
23581
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23549
|
-
}>;
|
|
23582
|
+
}>;
|
|
23550
23583
|
}, Response<{}, 201, "application/json"> | Response<{
|
|
23551
23584
|
[x: string]: unknown;
|
|
23552
23585
|
}, 401, "application/json"> | Response<{
|
|
@@ -23567,7 +23600,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23567
23600
|
"x-access-token"?: string | undefined;
|
|
23568
23601
|
} & Partial<{
|
|
23569
23602
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23570
|
-
}>;
|
|
23603
|
+
}>;
|
|
23571
23604
|
}, Response<{
|
|
23572
23605
|
sshKeys?: MittwaldAPIV2.Components.Schemas.SignupSshKey[] | undefined;
|
|
23573
23606
|
}, 200, "application/json">>>;
|
|
@@ -23595,7 +23628,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23595
23628
|
"x-access-token"?: string | undefined;
|
|
23596
23629
|
} & Partial<{
|
|
23597
23630
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23598
|
-
}>;
|
|
23631
|
+
}>;
|
|
23599
23632
|
}, Response<{}, 201, "empty"> | Response<{
|
|
23600
23633
|
[x: string]: unknown;
|
|
23601
23634
|
}, 400, "application/json">>>;
|
|
@@ -23619,7 +23652,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23619
23652
|
"x-access-token"?: string | undefined;
|
|
23620
23653
|
} & Partial<{
|
|
23621
23654
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23622
|
-
}>;
|
|
23655
|
+
}>;
|
|
23623
23656
|
}, Response<{
|
|
23624
23657
|
apiTokenId: string;
|
|
23625
23658
|
createdAt: string;
|
|
@@ -23658,7 +23691,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23658
23691
|
"x-access-token"?: string | undefined;
|
|
23659
23692
|
} & Partial<{
|
|
23660
23693
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23661
|
-
}>;
|
|
23694
|
+
}>;
|
|
23662
23695
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23663
23696
|
[x: string]: unknown;
|
|
23664
23697
|
}, 400, "application/json">>>;
|
|
@@ -23682,7 +23715,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23682
23715
|
"x-access-token"?: string | undefined;
|
|
23683
23716
|
} & Partial<{
|
|
23684
23717
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23685
|
-
}>;
|
|
23718
|
+
}>;
|
|
23686
23719
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23687
23720
|
[x: string]: unknown;
|
|
23688
23721
|
}, 400, "application/json">>>;
|
|
@@ -23706,7 +23739,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23706
23739
|
"x-access-token"?: string | undefined;
|
|
23707
23740
|
} & Partial<{
|
|
23708
23741
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23709
|
-
}>;
|
|
23742
|
+
}>;
|
|
23710
23743
|
}, Response<{
|
|
23711
23744
|
sshKey: MittwaldAPIV2.Components.Schemas.SignupSshKey;
|
|
23712
23745
|
}, 200, "application/json"> | Response<{
|
|
@@ -23741,7 +23774,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23741
23774
|
"x-access-token"?: string | undefined;
|
|
23742
23775
|
} & Partial<{
|
|
23743
23776
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23744
|
-
}>;
|
|
23777
|
+
}>;
|
|
23745
23778
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23746
23779
|
[x: string]: unknown;
|
|
23747
23780
|
}, 400, "application/json">>>;
|
|
@@ -23765,7 +23798,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23765
23798
|
"x-access-token"?: string | undefined;
|
|
23766
23799
|
} & Partial<{
|
|
23767
23800
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23768
|
-
}>;
|
|
23801
|
+
}>;
|
|
23769
23802
|
}, Response<{}, 204, "empty">>>;
|
|
23770
23803
|
/** Delete your account and all your personal data. */
|
|
23771
23804
|
deleteUser: (request: {
|
|
@@ -23791,7 +23824,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23791
23824
|
"x-access-token"?: string | undefined;
|
|
23792
23825
|
} & Partial<{
|
|
23793
23826
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23794
|
-
}>;
|
|
23827
|
+
}>;
|
|
23795
23828
|
}, Response<{}, 200, "empty"> | Response<{
|
|
23796
23829
|
type: "ValidationError";
|
|
23797
23830
|
message?: string | undefined;
|
|
@@ -23816,7 +23849,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23816
23849
|
"x-access-token"?: string | undefined;
|
|
23817
23850
|
} & Partial<{
|
|
23818
23851
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23819
|
-
}>;
|
|
23852
|
+
}>;
|
|
23820
23853
|
}, Response<{
|
|
23821
23854
|
email?: string | undefined;
|
|
23822
23855
|
mfaDetails?: {
|
|
@@ -23853,7 +23886,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23853
23886
|
"x-access-token"?: string | undefined;
|
|
23854
23887
|
} & Partial<{
|
|
23855
23888
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23856
|
-
}>;
|
|
23889
|
+
}>;
|
|
23857
23890
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23858
23891
|
type: "ValidationError";
|
|
23859
23892
|
message?: string | undefined;
|
|
@@ -23874,7 +23907,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23874
23907
|
"x-access-token"?: string | undefined;
|
|
23875
23908
|
} & Partial<{
|
|
23876
23909
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23877
|
-
}>;
|
|
23910
|
+
}>;
|
|
23878
23911
|
}, Response<{
|
|
23879
23912
|
passwordUpdatedAt: string;
|
|
23880
23913
|
}, 200, "application/json">>>;
|
|
@@ -23898,7 +23931,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23898
23931
|
"x-access-token"?: string | undefined;
|
|
23899
23932
|
} & Partial<{
|
|
23900
23933
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23901
|
-
}>;
|
|
23934
|
+
}>;
|
|
23902
23935
|
}, Response<{
|
|
23903
23936
|
settingsString?: string | undefined;
|
|
23904
23937
|
}, 200, "application/json">>>;
|
|
@@ -23929,7 +23962,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23929
23962
|
"x-access-token"?: string | undefined;
|
|
23930
23963
|
} & Partial<{
|
|
23931
23964
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23932
|
-
}>;
|
|
23965
|
+
}>;
|
|
23933
23966
|
}, Response<{}, 204, "empty"> | Response<{
|
|
23934
23967
|
[x: string]: unknown;
|
|
23935
23968
|
}, 400, "application/json">>>;
|
|
@@ -24014,7 +24047,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24014
24047
|
"x-access-token"?: string | undefined;
|
|
24015
24048
|
} & Partial<{
|
|
24016
24049
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24017
|
-
}>;
|
|
24050
|
+
}>;
|
|
24018
24051
|
}, Response<{
|
|
24019
24052
|
created: string;
|
|
24020
24053
|
device: MittwaldAPIV2.Components.Schemas.SignupDeviceInfo;
|
|
@@ -24044,7 +24077,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24044
24077
|
"x-access-token"?: string | undefined;
|
|
24045
24078
|
} & Partial<{
|
|
24046
24079
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24047
|
-
}>;
|
|
24080
|
+
}>;
|
|
24048
24081
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24049
24082
|
[x: string]: unknown;
|
|
24050
24083
|
}, 404, "application/json">>>;
|
|
@@ -24068,7 +24101,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24068
24101
|
"x-access-token"?: string | undefined;
|
|
24069
24102
|
} & Partial<{
|
|
24070
24103
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24071
|
-
}>;
|
|
24104
|
+
}>;
|
|
24072
24105
|
}, Response<{
|
|
24073
24106
|
avatarRef?: string | undefined;
|
|
24074
24107
|
email?: string | undefined;
|
|
@@ -24117,7 +24150,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24117
24150
|
"x-access-token"?: string | undefined;
|
|
24118
24151
|
} & Partial<{
|
|
24119
24152
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24120
|
-
}>;
|
|
24153
|
+
}>;
|
|
24121
24154
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24122
24155
|
[x: string]: unknown;
|
|
24123
24156
|
}, 400, "application/json">>>;
|
|
@@ -24136,7 +24169,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24136
24169
|
"x-access-token"?: string | undefined;
|
|
24137
24170
|
} & Partial<{
|
|
24138
24171
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24139
|
-
}>;
|
|
24172
|
+
}>;
|
|
24140
24173
|
}, Response<{
|
|
24141
24174
|
type: "ValidationError";
|
|
24142
24175
|
message?: string | undefined;
|
|
@@ -24196,7 +24229,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24196
24229
|
"x-access-token"?: string | undefined;
|
|
24197
24230
|
} & Partial<{
|
|
24198
24231
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24199
|
-
}>;
|
|
24232
|
+
}>;
|
|
24200
24233
|
}, Response<MittwaldAPIV2.Components.Schemas.UserUserFeedback[], 200, "application/json">>>;
|
|
24201
24234
|
/** List all sessions. */
|
|
24202
24235
|
listSessions: (request?: {
|
|
@@ -24213,7 +24246,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24213
24246
|
"x-access-token"?: string | undefined;
|
|
24214
24247
|
} & Partial<{
|
|
24215
24248
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24216
|
-
}>;
|
|
24249
|
+
}>;
|
|
24217
24250
|
}, Response<MittwaldAPIV2.Components.Schemas.SignupUserSession[], 200, "application/json">>>;
|
|
24218
24251
|
/** Terminate all sessions, except the current session. */
|
|
24219
24252
|
terminateAllSessions: (request?: {
|
|
@@ -24230,7 +24263,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24230
24263
|
"x-access-token"?: string | undefined;
|
|
24231
24264
|
} & Partial<{
|
|
24232
24265
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24233
|
-
}>;
|
|
24266
|
+
}>;
|
|
24234
24267
|
}, Response<{}, 204, "empty">>>;
|
|
24235
24268
|
/** Terminate session and invalidate access token. */
|
|
24236
24269
|
logout: (request?: {
|
|
@@ -24247,7 +24280,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24247
24280
|
"x-access-token"?: string | undefined;
|
|
24248
24281
|
} & Partial<{
|
|
24249
24282
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24250
|
-
}>;
|
|
24283
|
+
}>;
|
|
24251
24284
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24252
24285
|
type: "ValidationError";
|
|
24253
24286
|
message?: string | undefined;
|
|
@@ -24310,7 +24343,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24310
24343
|
Authorization?: string | undefined;
|
|
24311
24344
|
} & Partial<{
|
|
24312
24345
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24313
|
-
}>;
|
|
24346
|
+
}>;
|
|
24314
24347
|
}, Response<{
|
|
24315
24348
|
access_token: string;
|
|
24316
24349
|
expires_in: number;
|
|
@@ -24371,7 +24404,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24371
24404
|
"x-access-token"?: string | undefined;
|
|
24372
24405
|
} & Partial<{
|
|
24373
24406
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24374
|
-
}>;
|
|
24407
|
+
}>;
|
|
24375
24408
|
}, Response<{
|
|
24376
24409
|
refId: string;
|
|
24377
24410
|
rules: {
|
|
@@ -24413,7 +24446,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24413
24446
|
"x-access-token"?: string | undefined;
|
|
24414
24447
|
} & Partial<{
|
|
24415
24448
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24416
|
-
}>;
|
|
24449
|
+
}>;
|
|
24417
24450
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24418
24451
|
[x: string]: unknown;
|
|
24419
24452
|
}, 400, "application/json">>>;
|
|
@@ -24467,7 +24500,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24467
24500
|
"x-access-token"?: string | undefined;
|
|
24468
24501
|
} & Partial<{
|
|
24469
24502
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24470
|
-
}>;
|
|
24503
|
+
}>;
|
|
24471
24504
|
}, Response<{
|
|
24472
24505
|
expiresAt?: string | undefined;
|
|
24473
24506
|
supportCode?: string | undefined;
|
|
@@ -24496,7 +24529,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24496
24529
|
"x-access-token"?: string | undefined;
|
|
24497
24530
|
} & Partial<{
|
|
24498
24531
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24499
|
-
}>;
|
|
24532
|
+
}>;
|
|
24500
24533
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24501
24534
|
type: "ValidationError";
|
|
24502
24535
|
message?: string | undefined;
|
|
@@ -24533,7 +24566,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24533
24566
|
"x-access-token"?: string | undefined;
|
|
24534
24567
|
} & Partial<{
|
|
24535
24568
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24536
|
-
}>;
|
|
24569
|
+
}>;
|
|
24537
24570
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24538
24571
|
[x: string]: unknown;
|
|
24539
24572
|
}, 400, "application/json"> | Response<{
|
|
@@ -24598,7 +24631,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24598
24631
|
"x-access-token"?: string | undefined;
|
|
24599
24632
|
} & Partial<{
|
|
24600
24633
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24601
|
-
}>;
|
|
24634
|
+
}>;
|
|
24602
24635
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24603
24636
|
[x: string]: unknown;
|
|
24604
24637
|
}, 400, "application/json"> | Response<{
|
|
@@ -24638,7 +24671,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24638
24671
|
"x-access-token"?: string | undefined;
|
|
24639
24672
|
} & Partial<{
|
|
24640
24673
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24641
|
-
}>;
|
|
24674
|
+
}>;
|
|
24642
24675
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[], 200, "application/json"> | Response<{
|
|
24643
24676
|
[x: string]: unknown;
|
|
24644
24677
|
}, 404, "application/json">>>;
|
|
@@ -24675,7 +24708,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24675
24708
|
"x-access-token"?: string | undefined;
|
|
24676
24709
|
} & Partial<{
|
|
24677
24710
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24678
|
-
}>;
|
|
24711
|
+
}>;
|
|
24679
24712
|
}, Response<{
|
|
24680
24713
|
id: string;
|
|
24681
24714
|
information: MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
|
|
@@ -24717,7 +24750,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24717
24750
|
"x-access-token"?: string | undefined;
|
|
24718
24751
|
} & Partial<{
|
|
24719
24752
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24720
|
-
}>;
|
|
24753
|
+
}>;
|
|
24721
24754
|
}, Response<{
|
|
24722
24755
|
id: string;
|
|
24723
24756
|
}, 201, "application/json"> | Response<{
|
|
@@ -24754,7 +24787,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24754
24787
|
"x-access-token"?: string | undefined;
|
|
24755
24788
|
} & Partial<{
|
|
24756
24789
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24757
|
-
}>;
|
|
24790
|
+
}>;
|
|
24758
24791
|
}, Response<{}, 204, "empty">>>;
|
|
24759
24792
|
/** Request a Project avatar upload. */
|
|
24760
24793
|
requestProjectAvatarUpload: (request: {
|
|
@@ -24776,7 +24809,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24776
24809
|
"x-access-token"?: string | undefined;
|
|
24777
24810
|
} & Partial<{
|
|
24778
24811
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24779
|
-
}>;
|
|
24812
|
+
}>;
|
|
24780
24813
|
}, Response<{
|
|
24781
24814
|
refId: string;
|
|
24782
24815
|
rules: MittwaldAPIV2.Components.Schemas.ProjectAvatarRules;
|
|
@@ -24805,7 +24838,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24805
24838
|
"x-access-token"?: string | undefined;
|
|
24806
24839
|
} & Partial<{
|
|
24807
24840
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24808
|
-
}>;
|
|
24841
|
+
}>;
|
|
24809
24842
|
}, Response<{}, 204, "empty"> | Response<{
|
|
24810
24843
|
[x: string]: unknown;
|
|
24811
24844
|
}, 400, "application/json"> | Response<{
|
|
@@ -24831,7 +24864,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24831
24864
|
"x-access-token"?: string | undefined;
|
|
24832
24865
|
} & Partial<{
|
|
24833
24866
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24834
|
-
}>;
|
|
24867
|
+
}>;
|
|
24835
24868
|
}, Response<{
|
|
24836
24869
|
id: string;
|
|
24837
24870
|
information: MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
|
|
@@ -24864,7 +24897,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24864
24897
|
"x-access-token"?: string | undefined;
|
|
24865
24898
|
} & Partial<{
|
|
24866
24899
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24867
|
-
}>;
|
|
24900
|
+
}>;
|
|
24868
24901
|
}, Response<{}, 204, "empty">>>;
|
|
24869
24902
|
/** Get a ProjectMembership */
|
|
24870
24903
|
getProjectMembership: (request: {
|
|
@@ -24886,12 +24919,12 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24886
24919
|
"x-access-token"?: string | undefined;
|
|
24887
24920
|
} & Partial<{
|
|
24888
24921
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24889
|
-
}>;
|
|
24922
|
+
}>;
|
|
24890
24923
|
}, Response<{
|
|
24891
24924
|
expiresAt?: string | undefined;
|
|
24892
24925
|
id: string;
|
|
24893
24926
|
inherited: boolean;
|
|
24894
|
-
inviteId
|
|
24927
|
+
inviteId?: string | undefined;
|
|
24895
24928
|
memberSince?: string | undefined;
|
|
24896
24929
|
projectId: string;
|
|
24897
24930
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
@@ -24919,7 +24952,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24919
24952
|
"x-access-token"?: string | undefined;
|
|
24920
24953
|
} & Partial<{
|
|
24921
24954
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24922
|
-
}>;
|
|
24955
|
+
}>;
|
|
24923
24956
|
}, Response<{}, 204, "empty">>>;
|
|
24924
24957
|
/** Update a ProjectMembership. */
|
|
24925
24958
|
updateProjectMembership: (request: {
|
|
@@ -24950,7 +24983,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24950
24983
|
"x-access-token"?: string | undefined;
|
|
24951
24984
|
} & Partial<{
|
|
24952
24985
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24953
|
-
}>;
|
|
24986
|
+
}>;
|
|
24954
24987
|
}, Response<{}, 204, "empty">>>;
|
|
24955
24988
|
/** Get a Project. */
|
|
24956
24989
|
getProject: (request: {
|
|
@@ -24972,7 +25005,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24972
25005
|
"x-access-token"?: string | undefined;
|
|
24973
25006
|
} & Partial<{
|
|
24974
25007
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24975
|
-
}>;
|
|
25008
|
+
}>;
|
|
24976
25009
|
}, Response<{
|
|
24977
25010
|
clusterDomain?: string | undefined;
|
|
24978
25011
|
clusterID?: string | undefined;
|
|
@@ -25020,7 +25053,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25020
25053
|
"x-access-token"?: string | undefined;
|
|
25021
25054
|
} & Partial<{
|
|
25022
25055
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25023
|
-
}>;
|
|
25056
|
+
}>;
|
|
25024
25057
|
}, Response<{}, 204, "empty"> | Response<{
|
|
25025
25058
|
[x: string]: unknown;
|
|
25026
25059
|
}, 400, "application/json"> | Response<{
|
|
@@ -25050,7 +25083,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25050
25083
|
"x-access-token"?: string | undefined;
|
|
25051
25084
|
} & Partial<{
|
|
25052
25085
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25053
|
-
}>;
|
|
25086
|
+
}>;
|
|
25054
25087
|
}, Response<{
|
|
25055
25088
|
refId: string;
|
|
25056
25089
|
rules: MittwaldAPIV2.Components.Schemas.ProjectAvatarRules;
|
|
@@ -25079,7 +25112,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25079
25112
|
"x-access-token"?: string | undefined;
|
|
25080
25113
|
} & Partial<{
|
|
25081
25114
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25082
|
-
}>;
|
|
25115
|
+
}>;
|
|
25083
25116
|
}, Response<{}, 204, "empty"> | Response<{
|
|
25084
25117
|
[x: string]: unknown;
|
|
25085
25118
|
}, 400, "application/json"> | Response<{
|
|
@@ -25101,7 +25134,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25101
25134
|
"x-access-token"?: string | undefined;
|
|
25102
25135
|
} & Partial<{
|
|
25103
25136
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25104
|
-
}>;
|
|
25137
|
+
}>;
|
|
25105
25138
|
}, Response<{
|
|
25106
25139
|
id: string;
|
|
25107
25140
|
information: MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
|
|
@@ -25134,12 +25167,12 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25134
25167
|
"x-access-token"?: string | undefined;
|
|
25135
25168
|
} & Partial<{
|
|
25136
25169
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25137
|
-
}>;
|
|
25170
|
+
}>;
|
|
25138
25171
|
}, Response<{
|
|
25139
25172
|
expiresAt?: string | undefined;
|
|
25140
25173
|
id: string;
|
|
25141
25174
|
inherited: boolean;
|
|
25142
|
-
inviteId
|
|
25175
|
+
inviteId?: string | undefined;
|
|
25143
25176
|
memberSince?: string | undefined;
|
|
25144
25177
|
projectId: string;
|
|
25145
25178
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
@@ -25167,7 +25200,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25167
25200
|
"x-access-token"?: string | undefined;
|
|
25168
25201
|
} & Partial<{
|
|
25169
25202
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25170
|
-
}>;
|
|
25203
|
+
}>;
|
|
25171
25204
|
}, Response<{
|
|
25172
25205
|
clusterName: string;
|
|
25173
25206
|
createdAt: string;
|
|
@@ -25215,7 +25248,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25215
25248
|
"x-access-token"?: string | undefined;
|
|
25216
25249
|
} & Partial<{
|
|
25217
25250
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25218
|
-
}>;
|
|
25251
|
+
}>;
|
|
25219
25252
|
}, Response<{}, 204, "empty">>>;
|
|
25220
25253
|
/** List Memberships belonging to a Project. */
|
|
25221
25254
|
listMembershipsForProject: (request: {
|
|
@@ -25249,7 +25282,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25249
25282
|
"x-access-token"?: string | undefined;
|
|
25250
25283
|
} & Partial<{
|
|
25251
25284
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25252
|
-
}>;
|
|
25285
|
+
}>;
|
|
25253
25286
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipProjectMembership[], 200, "application/json"> | Response<{
|
|
25254
25287
|
[x: string]: unknown;
|
|
25255
25288
|
}, 404, "application/json">>>;
|
|
@@ -25280,7 +25313,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25280
25313
|
"x-access-token"?: string | undefined;
|
|
25281
25314
|
} & Partial<{
|
|
25282
25315
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25283
|
-
}>;
|
|
25316
|
+
}>;
|
|
25284
25317
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[], 200, "application/json"> | Response<{
|
|
25285
25318
|
[x: string]: unknown;
|
|
25286
25319
|
}, 404, "application/json">>>;
|
|
@@ -25311,7 +25344,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25311
25344
|
"x-access-token"?: string | undefined;
|
|
25312
25345
|
} & Partial<{
|
|
25313
25346
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25314
|
-
}>;
|
|
25347
|
+
}>;
|
|
25315
25348
|
}, Response<MittwaldAPIV2.Components.Schemas.MembershipProjectMembership[], 200, "application/json"> | Response<{
|
|
25316
25349
|
[x: string]: unknown;
|
|
25317
25350
|
}, 404, "application/json">>>;
|
|
@@ -25342,7 +25375,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25342
25375
|
"x-access-token"?: string | undefined;
|
|
25343
25376
|
} & Partial<{
|
|
25344
25377
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25345
|
-
}>;
|
|
25378
|
+
}>;
|
|
25346
25379
|
}, Response<{
|
|
25347
25380
|
createdAt: string;
|
|
25348
25381
|
customerId: string;
|
|
@@ -25398,7 +25431,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25398
25431
|
"x-access-token"?: string | undefined;
|
|
25399
25432
|
} & Partial<{
|
|
25400
25433
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25401
|
-
}>;
|
|
25434
|
+
}>;
|
|
25402
25435
|
}, Response<MittwaldAPIV2.Components.Schemas.ProjectServer[], 200, "application/json"> | Response<{
|
|
25403
25436
|
[x: string]: unknown;
|
|
25404
25437
|
}, 403, "application/json">>>;
|
|
@@ -25429,7 +25462,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25429
25462
|
"x-access-token"?: string | undefined;
|
|
25430
25463
|
} & Partial<{
|
|
25431
25464
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25432
|
-
}>;
|
|
25465
|
+
}>;
|
|
25433
25466
|
}, Response<{}, 204, "empty"> | Response<{
|
|
25434
25467
|
[x: string]: unknown;
|
|
25435
25468
|
}, 403, "application/json">>>;
|
|
@@ -25460,7 +25493,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25460
25493
|
"x-access-token"?: string | undefined;
|
|
25461
25494
|
} & Partial<{
|
|
25462
25495
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25463
|
-
}>;
|
|
25496
|
+
}>;
|
|
25464
25497
|
}, Response<{}, 204, "empty"> | Response<{
|
|
25465
25498
|
[x: string]: unknown;
|
|
25466
25499
|
}, 400, "application/json"> | Response<{
|
|
@@ -25493,7 +25526,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25493
25526
|
"x-access-token"?: string | undefined;
|
|
25494
25527
|
} & Partial<{
|
|
25495
25528
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25496
|
-
}>;
|
|
25529
|
+
}>;
|
|
25497
25530
|
}, Response<{}, 204, "empty"> | Response<{
|
|
25498
25531
|
[x: string]: unknown;
|
|
25499
25532
|
}, 400, "application/json"> | Response<{
|
|
@@ -25542,7 +25575,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25542
25575
|
"x-access-token"?: string | undefined;
|
|
25543
25576
|
} & Partial<{
|
|
25544
25577
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25545
|
-
}>;
|
|
25578
|
+
}>;
|
|
25546
25579
|
}, Response<{
|
|
25547
25580
|
absolutePath: string;
|
|
25548
25581
|
isDirectory?: boolean | undefined;
|
|
@@ -25590,7 +25623,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25590
25623
|
"x-access-token"?: string | undefined;
|
|
25591
25624
|
} & Partial<{
|
|
25592
25625
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25593
|
-
}>;
|
|
25626
|
+
}>;
|
|
25594
25627
|
}, Response<{
|
|
25595
25628
|
path?: string | undefined;
|
|
25596
25629
|
totalBytes?: number | undefined;
|
|
@@ -25634,7 +25667,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25634
25667
|
"x-access-token"?: string | undefined;
|
|
25635
25668
|
} & Partial<{
|
|
25636
25669
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25637
|
-
}>;
|
|
25670
|
+
}>;
|
|
25638
25671
|
}, Response<string, 200, "text/plain"> | Response<{
|
|
25639
25672
|
[x: string]: unknown;
|
|
25640
25673
|
}, 403, "application/json"> | Response<{
|
|
@@ -25662,7 +25695,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25662
25695
|
"x-access-token"?: string | undefined;
|
|
25663
25696
|
} & Partial<{
|
|
25664
25697
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25665
|
-
}>;
|
|
25698
|
+
}>;
|
|
25666
25699
|
}, Response<{
|
|
25667
25700
|
jwt: string;
|
|
25668
25701
|
}, 200, "application/json"> | Response<{
|
|
@@ -25702,7 +25735,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25702
25735
|
"x-access-token"?: string | undefined;
|
|
25703
25736
|
} & Partial<{
|
|
25704
25737
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25705
|
-
}>;
|
|
25738
|
+
}>;
|
|
25706
25739
|
}, Response<{
|
|
25707
25740
|
absolutePath: string;
|
|
25708
25741
|
isDirectory?: boolean | undefined;
|
|
@@ -25844,7 +25877,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25844
25877
|
"x-access-token"?: string | undefined;
|
|
25845
25878
|
} & Partial<{
|
|
25846
25879
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25847
|
-
}>;
|
|
25880
|
+
}>;
|
|
25848
25881
|
}, Response<MittwaldAPIV2.Components.Schemas.SshuserSftpUser[], 200, "application/json"> | Response<{
|
|
25849
25882
|
[x: string]: unknown;
|
|
25850
25883
|
}, 404, "application/json">>>;
|
|
@@ -25887,7 +25920,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25887
25920
|
"x-access-token"?: string | undefined;
|
|
25888
25921
|
} & Partial<{
|
|
25889
25922
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25890
|
-
}>;
|
|
25923
|
+
}>;
|
|
25891
25924
|
}, Response<{
|
|
25892
25925
|
accessLevel: MittwaldAPIV2.Components.Schemas.SshuserAccessLevel;
|
|
25893
25926
|
active?: boolean | undefined;
|
|
@@ -25925,7 +25958,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25925
25958
|
"x-access-token"?: string | undefined;
|
|
25926
25959
|
} & Partial<{
|
|
25927
25960
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25928
|
-
}>;
|
|
25961
|
+
}>;
|
|
25929
25962
|
}, Response<{
|
|
25930
25963
|
accessLevel: MittwaldAPIV2.Components.Schemas.SshuserAccessLevel;
|
|
25931
25964
|
active?: boolean | undefined;
|
|
@@ -25963,7 +25996,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
25963
25996
|
"x-access-token"?: string | undefined;
|
|
25964
25997
|
} & Partial<{
|
|
25965
25998
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
25966
|
-
}>;
|
|
25999
|
+
}>;
|
|
25967
26000
|
}, Response<{}, 204, "empty">>>;
|
|
25968
26001
|
/** Update an SFTPUser. */
|
|
25969
26002
|
sftpUserUpdateSftpUser: (request: {
|
|
@@ -26004,7 +26037,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26004
26037
|
"x-access-token"?: string | undefined;
|
|
26005
26038
|
} & Partial<{
|
|
26006
26039
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26007
|
-
}>;
|
|
26040
|
+
}>;
|
|
26008
26041
|
}, Response<{}, 204, "empty"> | Response<{
|
|
26009
26042
|
[x: string]: unknown;
|
|
26010
26043
|
}, 400, "application/json">>>;
|
|
@@ -26040,7 +26073,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26040
26073
|
"x-access-token"?: string | undefined;
|
|
26041
26074
|
} & Partial<{
|
|
26042
26075
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26043
|
-
}>;
|
|
26076
|
+
}>;
|
|
26044
26077
|
}, Response<MittwaldAPIV2.Components.Schemas.SshuserSshUser[], 200, "application/json"> | Response<{
|
|
26045
26078
|
[x: string]: unknown;
|
|
26046
26079
|
}, 404, "application/json">>>;
|
|
@@ -26079,7 +26112,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26079
26112
|
"x-access-token"?: string | undefined;
|
|
26080
26113
|
} & Partial<{
|
|
26081
26114
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26082
|
-
}>;
|
|
26115
|
+
}>;
|
|
26083
26116
|
}, Response<{
|
|
26084
26117
|
active?: boolean | undefined;
|
|
26085
26118
|
authUpdatedAt: string;
|
|
@@ -26115,7 +26148,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26115
26148
|
"x-access-token"?: string | undefined;
|
|
26116
26149
|
} & Partial<{
|
|
26117
26150
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26118
|
-
}>;
|
|
26151
|
+
}>;
|
|
26119
26152
|
}, Response<{
|
|
26120
26153
|
active?: boolean | undefined;
|
|
26121
26154
|
authUpdatedAt: string;
|
|
@@ -26151,7 +26184,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26151
26184
|
"x-access-token"?: string | undefined;
|
|
26152
26185
|
} & Partial<{
|
|
26153
26186
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26154
|
-
}>;
|
|
26187
|
+
}>;
|
|
26155
26188
|
}, Response<{}, 204, "empty">>>;
|
|
26156
26189
|
/** Update an SSHUser. */
|
|
26157
26190
|
sshUserUpdateSshUser: (request: {
|
|
@@ -26188,7 +26221,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26188
26221
|
"x-access-token"?: string | undefined;
|
|
26189
26222
|
} & Partial<{
|
|
26190
26223
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
26191
|
-
}>;
|
|
26224
|
+
}>;
|
|
26192
26225
|
}, Response<{}, 204, "empty"> | Response<{
|
|
26193
26226
|
[x: string]: unknown;
|
|
26194
26227
|
}, 400, "application/json">>>;
|