@mittwald/api-client 3.0.27 → 3.0.28
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/cjs/generated/v2/descriptors.d.ts +2 -2
- package/dist/cjs/generated/v2/descriptors.js +4 -4
- package/dist/cjs/generated/v2/types.d.ts +6 -2
- package/dist/esm/generated/v2/descriptors.d.ts +2 -2
- package/dist/esm/generated/v2/descriptors.js +4 -4
- package/dist/esm/generated/v2/types.d.ts +6 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -432,9 +432,9 @@ export declare const projectDeleteServerAvatar: OpenAPIOperation<RequestType<Sim
|
|
|
432
432
|
/** List directories belonging to a Project. */
|
|
433
433
|
export declare const projectFileSystemGetDirectories: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
434
434
|
/** Get a Project directory filesystem usage. */
|
|
435
|
-
export declare const projectFileSystemGetDiskUsage: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.
|
|
435
|
+
export declare const projectFileSystemGetDiskUsage: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
436
436
|
/** Get a Project file's content. */
|
|
437
|
-
export declare const projectFileSystemGetFileContent: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.
|
|
437
|
+
export declare const projectFileSystemGetFileContent: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$200.Content.TextPlain>, 200, "text/plain"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
438
438
|
/** Get a Project's file/filesystem authorization token. */
|
|
439
439
|
export declare const projectFileSystemGetJwt: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json">>;
|
|
440
440
|
/** Get a Project file's information. */
|
|
@@ -1286,19 +1286,19 @@ exports.projectDeleteServerAvatar = {
|
|
|
1286
1286
|
};
|
|
1287
1287
|
/** List directories belonging to a Project. */
|
|
1288
1288
|
exports.projectFileSystemGetDirectories = {
|
|
1289
|
-
path: "/v2/projects/{projectId}/filesystem
|
|
1289
|
+
path: "/v2/projects/{projectId}/filesystem-directories",
|
|
1290
1290
|
method: "GET",
|
|
1291
1291
|
operationId: "project-file-system-get-directories",
|
|
1292
1292
|
};
|
|
1293
1293
|
/** Get a Project directory filesystem usage. */
|
|
1294
1294
|
exports.projectFileSystemGetDiskUsage = {
|
|
1295
|
-
path: "/v2/projects/{projectId}/filesystem
|
|
1295
|
+
path: "/v2/projects/{projectId}/filesystem-disk-usage",
|
|
1296
1296
|
method: "GET",
|
|
1297
1297
|
operationId: "project-file-system-get-disk-usage",
|
|
1298
1298
|
};
|
|
1299
1299
|
/** Get a Project file's content. */
|
|
1300
1300
|
exports.projectFileSystemGetFileContent = {
|
|
1301
|
-
path: "/v2/projects/{projectId}/filesystem
|
|
1301
|
+
path: "/v2/projects/{projectId}/filesystem-file-content",
|
|
1302
1302
|
method: "GET",
|
|
1303
1303
|
operationId: "project-file-system-get-file-content",
|
|
1304
1304
|
};
|
|
@@ -1310,7 +1310,7 @@ exports.projectFileSystemGetJwt = {
|
|
|
1310
1310
|
};
|
|
1311
1311
|
/** Get a Project file's information. */
|
|
1312
1312
|
exports.projectFileSystemListFiles = {
|
|
1313
|
-
path: "/v2/projects/{projectId}/filesystem
|
|
1313
|
+
path: "/v2/projects/{projectId}/filesystem-files",
|
|
1314
1314
|
method: "GET",
|
|
1315
1315
|
operationId: "project-file-system-list-files",
|
|
1316
1316
|
};
|
|
@@ -11758,6 +11758,7 @@ export declare module MittwaldAPIV2 {
|
|
|
11758
11758
|
}
|
|
11759
11759
|
}
|
|
11760
11760
|
}
|
|
11761
|
+
namespace V2ProjectsProjectIdFilesystemDirectories { }
|
|
11761
11762
|
namespace V2ProjectsProjectIdFilesystemDirectories {
|
|
11762
11763
|
namespace Get {
|
|
11763
11764
|
namespace Parameters {
|
|
@@ -11811,7 +11812,8 @@ export declare module MittwaldAPIV2 {
|
|
|
11811
11812
|
}
|
|
11812
11813
|
}
|
|
11813
11814
|
}
|
|
11814
|
-
namespace V2ProjectsProjectIdFilesystemUsagesDisk {
|
|
11815
|
+
namespace V2ProjectsProjectIdFilesystemUsagesDisk { }
|
|
11816
|
+
namespace V2ProjectsProjectIdFilesystemDiskUsage {
|
|
11815
11817
|
namespace Get {
|
|
11816
11818
|
namespace Parameters {
|
|
11817
11819
|
type Path = {
|
|
@@ -11859,7 +11861,8 @@ export declare module MittwaldAPIV2 {
|
|
|
11859
11861
|
}
|
|
11860
11862
|
}
|
|
11861
11863
|
}
|
|
11862
|
-
namespace V2ProjectsProjectIdFilesystemFilesRaw {
|
|
11864
|
+
namespace V2ProjectsProjectIdFilesystemFilesRaw { }
|
|
11865
|
+
namespace V2ProjectsProjectIdFilesystemFileContent {
|
|
11863
11866
|
namespace Get {
|
|
11864
11867
|
namespace Parameters {
|
|
11865
11868
|
type Path = {
|
|
@@ -11947,6 +11950,7 @@ export declare module MittwaldAPIV2 {
|
|
|
11947
11950
|
}
|
|
11948
11951
|
}
|
|
11949
11952
|
}
|
|
11953
|
+
namespace V2ProjectsProjectIdFilesystemFiles { }
|
|
11950
11954
|
namespace V2ProjectsProjectIdFilesystemFiles {
|
|
11951
11955
|
namespace Get {
|
|
11952
11956
|
namespace Parameters {
|
|
@@ -432,9 +432,9 @@ export declare const projectDeleteServerAvatar: OpenAPIOperation<RequestType<Sim
|
|
|
432
432
|
/** List directories belonging to a Project. */
|
|
433
433
|
export declare const projectFileSystemGetDirectories: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
434
434
|
/** Get a Project directory filesystem usage. */
|
|
435
|
-
export declare const projectFileSystemGetDiskUsage: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.
|
|
435
|
+
export declare const projectFileSystemGetDiskUsage: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDiskUsage.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
436
436
|
/** Get a Project file's content. */
|
|
437
|
-
export declare const projectFileSystemGetFileContent: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.
|
|
437
|
+
export declare const projectFileSystemGetFileContent: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$200.Content.TextPlain>, 200, "text/plain"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
438
438
|
/** Get a Project's file/filesystem authorization token. */
|
|
439
439
|
export declare const projectFileSystemGetJwt: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json">>;
|
|
440
440
|
/** Get a Project file's information. */
|
|
@@ -1278,19 +1278,19 @@ export const projectDeleteServerAvatar = {
|
|
|
1278
1278
|
};
|
|
1279
1279
|
/** List directories belonging to a Project. */
|
|
1280
1280
|
export const projectFileSystemGetDirectories = {
|
|
1281
|
-
path: "/v2/projects/{projectId}/filesystem
|
|
1281
|
+
path: "/v2/projects/{projectId}/filesystem-directories",
|
|
1282
1282
|
method: "GET",
|
|
1283
1283
|
operationId: "project-file-system-get-directories",
|
|
1284
1284
|
};
|
|
1285
1285
|
/** Get a Project directory filesystem usage. */
|
|
1286
1286
|
export const projectFileSystemGetDiskUsage = {
|
|
1287
|
-
path: "/v2/projects/{projectId}/filesystem
|
|
1287
|
+
path: "/v2/projects/{projectId}/filesystem-disk-usage",
|
|
1288
1288
|
method: "GET",
|
|
1289
1289
|
operationId: "project-file-system-get-disk-usage",
|
|
1290
1290
|
};
|
|
1291
1291
|
/** Get a Project file's content. */
|
|
1292
1292
|
export const projectFileSystemGetFileContent = {
|
|
1293
|
-
path: "/v2/projects/{projectId}/filesystem
|
|
1293
|
+
path: "/v2/projects/{projectId}/filesystem-file-content",
|
|
1294
1294
|
method: "GET",
|
|
1295
1295
|
operationId: "project-file-system-get-file-content",
|
|
1296
1296
|
};
|
|
@@ -1302,7 +1302,7 @@ export const projectFileSystemGetJwt = {
|
|
|
1302
1302
|
};
|
|
1303
1303
|
/** Get a Project file's information. */
|
|
1304
1304
|
export const projectFileSystemListFiles = {
|
|
1305
|
-
path: "/v2/projects/{projectId}/filesystem
|
|
1305
|
+
path: "/v2/projects/{projectId}/filesystem-files",
|
|
1306
1306
|
method: "GET",
|
|
1307
1307
|
operationId: "project-file-system-list-files",
|
|
1308
1308
|
};
|
|
@@ -11758,6 +11758,7 @@ export declare module MittwaldAPIV2 {
|
|
|
11758
11758
|
}
|
|
11759
11759
|
}
|
|
11760
11760
|
}
|
|
11761
|
+
namespace V2ProjectsProjectIdFilesystemDirectories { }
|
|
11761
11762
|
namespace V2ProjectsProjectIdFilesystemDirectories {
|
|
11762
11763
|
namespace Get {
|
|
11763
11764
|
namespace Parameters {
|
|
@@ -11811,7 +11812,8 @@ export declare module MittwaldAPIV2 {
|
|
|
11811
11812
|
}
|
|
11812
11813
|
}
|
|
11813
11814
|
}
|
|
11814
|
-
namespace V2ProjectsProjectIdFilesystemUsagesDisk {
|
|
11815
|
+
namespace V2ProjectsProjectIdFilesystemUsagesDisk { }
|
|
11816
|
+
namespace V2ProjectsProjectIdFilesystemDiskUsage {
|
|
11815
11817
|
namespace Get {
|
|
11816
11818
|
namespace Parameters {
|
|
11817
11819
|
type Path = {
|
|
@@ -11859,7 +11861,8 @@ export declare module MittwaldAPIV2 {
|
|
|
11859
11861
|
}
|
|
11860
11862
|
}
|
|
11861
11863
|
}
|
|
11862
|
-
namespace V2ProjectsProjectIdFilesystemFilesRaw {
|
|
11864
|
+
namespace V2ProjectsProjectIdFilesystemFilesRaw { }
|
|
11865
|
+
namespace V2ProjectsProjectIdFilesystemFileContent {
|
|
11863
11866
|
namespace Get {
|
|
11864
11867
|
namespace Parameters {
|
|
11865
11868
|
type Path = {
|
|
@@ -11947,6 +11950,7 @@ export declare module MittwaldAPIV2 {
|
|
|
11947
11950
|
}
|
|
11948
11951
|
}
|
|
11949
11952
|
}
|
|
11953
|
+
namespace V2ProjectsProjectIdFilesystemFiles { }
|
|
11950
11954
|
namespace V2ProjectsProjectIdFilesystemFiles {
|
|
11951
11955
|
namespace Get {
|
|
11952
11956
|
namespace Parameters {
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '3.0.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.0.28';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.0.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.0.28';
|