@mittwald/api-client 4.443.0 → 4.446.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/generated/v2/client-react.js +4 -4
- package/dist/esm/generated/v2/client.js +7 -7
- package/dist/esm/generated/v2/descriptors.js +11 -11
- package/dist/esm/generated/v3-next/client-react.js +4 -4
- package/dist/esm/generated/v3-next/client.js +7 -7
- package/dist/esm/generated/v3-next/descriptors.js +11 -11
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +14 -14
- package/dist/types/generated/v2/client.d.ts +67 -65
- package/dist/types/generated/v2/descriptors.d.ts +7 -7
- package/dist/types/generated/v2/types.d.ts +50 -45
- package/dist/types/generated/v3-next/client-react.d.ts +14 -14
- package/dist/types/generated/v3-next/client.d.ts +67 -65
- package/dist/types/generated/v3-next/descriptors.d.ts +7 -7
- package/dist/types/generated/v3-next/types.d.ts +50 -45
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -28,8 +28,6 @@ const buildAppApi = (baseClient) => ({
|
|
|
28
28
|
getAppinstallation: new ApiCallAsyncResourceFactory(descriptors.appGetAppinstallation, baseClient.app.getAppinstallation).getApiResource,
|
|
29
29
|
/** Get an AppVersion. */
|
|
30
30
|
getAppversion: new ApiCallAsyncResourceFactory(descriptors.appGetAppversion, baseClient.app.getAppversion).getApiResource,
|
|
31
|
-
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
32
|
-
getInstalledSystemsoftwareForAppinstallation: new ApiCallAsyncResourceFactory(descriptors.appGetInstalledSystemsoftwareForAppinstallation, baseClient.app.getInstalledSystemsoftwareForAppinstallation).getApiResource,
|
|
33
31
|
/** Get the missing requirements of an appInstallation for a specific target AppVersion. */
|
|
34
32
|
getMissingDependenciesForAppinstallation: new ApiCallAsyncResourceFactory(descriptors.appGetMissingDependenciesForAppinstallation, baseClient.app.getMissingDependenciesForAppinstallation).getApiResource,
|
|
35
33
|
/** Get a SystemSoftware. */
|
|
@@ -52,6 +50,8 @@ const buildAppApi = (baseClient) => ({
|
|
|
52
50
|
listUpdateCandidatesForAppversion: new ApiCallAsyncResourceFactory(descriptors.appListUpdateCandidatesForAppversion, baseClient.app.listUpdateCandidatesForAppversion).getApiResource,
|
|
53
51
|
/** Get runtime status belonging to an AppInstallation. */
|
|
54
52
|
retrieveStatus: new ApiCallAsyncResourceFactory(descriptors.appRetrieveStatus, baseClient.app.retrieveStatus).getApiResource,
|
|
53
|
+
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
54
|
+
getAppInstallationSystemSoftware: new ApiCallAsyncResourceFactory(descriptors.appGetAppInstallationSystemSoftware, baseClient.app.getAppInstallationSystemSoftware).getApiResource,
|
|
55
55
|
});
|
|
56
56
|
const buildArticleApi = (baseClient) => ({
|
|
57
57
|
/** Get an Article. */
|
|
@@ -74,7 +74,7 @@ const buildBackupApi = (baseClient) => ({
|
|
|
74
74
|
getProjectBackupDirectories: new ApiCallAsyncResourceFactory(descriptors.backupGetProjectBackupDirectories, baseClient.backup.getProjectBackupDirectories).getApiResource,
|
|
75
75
|
});
|
|
76
76
|
const buildContainerApi = (baseClient) => ({
|
|
77
|
-
/** Call pull-image webhook */
|
|
77
|
+
/** Call a Service pull-image webhook. */
|
|
78
78
|
callPullImageWebhookForService: new ApiCallAsyncResourceFactory(descriptors.containerCallPullImageWebhookForService, baseClient.container.callPullImageWebhookForService).getApiResource,
|
|
79
79
|
/** List Registries belonging to a Project. */
|
|
80
80
|
listRegistries: new ApiCallAsyncResourceFactory(descriptors.containerListRegistries, baseClient.container.listRegistries).getApiResource,
|
|
@@ -436,7 +436,7 @@ const buildProjectApi = (baseClient) => ({
|
|
|
436
436
|
listInvitesForProject: new ApiCallAsyncResourceFactory(descriptors.projectListInvitesForProject, baseClient.project.listInvitesForProject).getApiResource,
|
|
437
437
|
/** Get a ProjectInvite. */
|
|
438
438
|
getProjectInvite: new ApiCallAsyncResourceFactory(descriptors.projectGetProjectInvite, baseClient.project.getProjectInvite).getApiResource,
|
|
439
|
-
/** Get a ProjectMembership */
|
|
439
|
+
/** Get a ProjectMembership. */
|
|
440
440
|
getProjectMembership: new ApiCallAsyncResourceFactory(descriptors.projectGetProjectMembership, baseClient.project.getProjectMembership).getApiResource,
|
|
441
441
|
/** Get a Project. */
|
|
442
442
|
getProject: new ApiCallAsyncResourceFactory(descriptors.projectGetProject, baseClient.project.getProject).getApiResource,
|
|
@@ -53,8 +53,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
53
53
|
patchAppinstallation: this.requestFunctionFactory(descriptors.appPatchAppinstallation),
|
|
54
54
|
/** Get an AppVersion. */
|
|
55
55
|
getAppversion: this.requestFunctionFactory(descriptors.appGetAppversion),
|
|
56
|
-
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
57
|
-
getInstalledSystemsoftwareForAppinstallation: this.requestFunctionFactory(descriptors.appGetInstalledSystemsoftwareForAppinstallation),
|
|
58
56
|
/** Get the missing requirements of an appInstallation for a specific target AppVersion. */
|
|
59
57
|
getMissingDependenciesForAppinstallation: this.requestFunctionFactory(descriptors.appGetMissingDependenciesForAppinstallation),
|
|
60
58
|
/** Get a SystemSoftware. */
|
|
@@ -83,6 +81,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
83
81
|
retrieveStatus: this.requestFunctionFactory(descriptors.appRetrieveStatus),
|
|
84
82
|
/** Remove linkage between an AppInstallation and a Database. */
|
|
85
83
|
unlinkDatabase: this.requestFunctionFactory(descriptors.appUnlinkDatabase),
|
|
84
|
+
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
85
|
+
getAppInstallationSystemSoftware: this.requestFunctionFactory(descriptors.appGetAppInstallationSystemSoftware),
|
|
86
86
|
};
|
|
87
87
|
/** The article API allows you to read article information. */
|
|
88
88
|
article = {
|
|
@@ -128,7 +128,7 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
128
128
|
container = {
|
|
129
129
|
/** Add a template component to a Stack. */
|
|
130
130
|
addTemplateComponent: this.requestFunctionFactory(descriptors.containerAddTemplateComponent),
|
|
131
|
-
/** Call pull-image webhook */
|
|
131
|
+
/** Call a Service pull-image webhook. */
|
|
132
132
|
callPullImageWebhookForService: this.requestFunctionFactory(descriptors.containerCallPullImageWebhookForService),
|
|
133
133
|
/** List Registries belonging to a Project. */
|
|
134
134
|
listRegistries: this.requestFunctionFactory(descriptors.containerListRegistries),
|
|
@@ -178,13 +178,13 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
178
178
|
listTemplates: this.requestFunctionFactory(descriptors.containerListTemplates),
|
|
179
179
|
/** List Volumes belonging to a Project. */
|
|
180
180
|
listVolumes: this.requestFunctionFactory(descriptors.containerListVolumes),
|
|
181
|
-
/** Pull image and recreate */
|
|
181
|
+
/** Pull a Service image and recreate. */
|
|
182
182
|
pullImageForService: this.requestFunctionFactory(descriptors.containerPullImageForService),
|
|
183
183
|
/** Recreate a Service. */
|
|
184
184
|
recreateService: this.requestFunctionFactory(descriptors.containerRecreateService),
|
|
185
185
|
/** Restart a started Service. */
|
|
186
186
|
restartService: this.requestFunctionFactory(descriptors.containerRestartService),
|
|
187
|
-
/** Create or rotate pull-image webhook token */
|
|
187
|
+
/** Create or rotate a Service pull-image webhook token. */
|
|
188
188
|
rotatePullImageWebhookForService: this.requestFunctionFactory(descriptors.containerRotatePullImageWebhookForService),
|
|
189
189
|
/** Start a stopped Service. */
|
|
190
190
|
startService: this.requestFunctionFactory(descriptors.containerStartService),
|
|
@@ -871,7 +871,7 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
871
871
|
getLicense: this.requestFunctionFactory(descriptors.licenseGetLicense),
|
|
872
872
|
/** List Licenses belonging to a Project. */
|
|
873
873
|
listLicensesForProject: this.requestFunctionFactory(descriptors.licenseListLicensesForProject),
|
|
874
|
-
/**
|
|
874
|
+
/** Rotate a License's key, i.e. revoke the old and generate a new one. */
|
|
875
875
|
rotateLicenseKey: this.requestFunctionFactory(descriptors.licenseRotateLicenseKey),
|
|
876
876
|
/** Validate a License's key for a project. */
|
|
877
877
|
validateLicenseKeyForProject: this.requestFunctionFactory(descriptors.licenseValidateLicenseKeyForProject),
|
|
@@ -918,7 +918,7 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
918
918
|
getProjectInvite: this.requestFunctionFactory(descriptors.projectGetProjectInvite),
|
|
919
919
|
/** Delete a ProjectInvite. */
|
|
920
920
|
deleteProjectInvite: this.requestFunctionFactory(descriptors.projectDeleteProjectInvite),
|
|
921
|
-
/** Get a ProjectMembership */
|
|
921
|
+
/** Get a ProjectMembership. */
|
|
922
922
|
getProjectMembership: this.requestFunctionFactory(descriptors.projectGetProjectMembership),
|
|
923
923
|
/** Delete a ProjectMembership. */
|
|
924
924
|
deleteProjectMembership: this.requestFunctionFactory(descriptors.projectDeleteProjectMembership),
|
|
@@ -130,12 +130,6 @@ export const appGetAppversion = {
|
|
|
130
130
|
method: "GET",
|
|
131
131
|
operationId: "app-get-appversion",
|
|
132
132
|
};
|
|
133
|
-
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
134
|
-
export const appGetInstalledSystemsoftwareForAppinstallation = {
|
|
135
|
-
path: "/v2/app-installations/{appInstallationId}/systemSoftware",
|
|
136
|
-
method: "GET",
|
|
137
|
-
operationId: "app-get-installed-systemsoftware-for-appinstallation",
|
|
138
|
-
};
|
|
139
133
|
/** Get the missing requirements of an appInstallation for a specific target AppVersion. */
|
|
140
134
|
export const appGetMissingDependenciesForAppinstallation = {
|
|
141
135
|
path: "/v2/app-installations/{appInstallationId}/missing-dependencies",
|
|
@@ -328,7 +322,7 @@ export const containerAddTemplateComponent = {
|
|
|
328
322
|
method: "POST",
|
|
329
323
|
operationId: "container-add-template-component",
|
|
330
324
|
};
|
|
331
|
-
/** Call pull-image webhook */
|
|
325
|
+
/** Call a Service pull-image webhook. */
|
|
332
326
|
export const containerCallPullImageWebhookForService = {
|
|
333
327
|
path: "/v2/stacks/{stackId}/webhooks/pull-image",
|
|
334
328
|
method: "GET",
|
|
@@ -478,7 +472,7 @@ export const containerListVolumes = {
|
|
|
478
472
|
method: "GET",
|
|
479
473
|
operationId: "container-list-volumes",
|
|
480
474
|
};
|
|
481
|
-
/** Pull image and recreate */
|
|
475
|
+
/** Pull a Service image and recreate. */
|
|
482
476
|
export const containerPullImageForService = {
|
|
483
477
|
path: "/v2/stacks/{stackId}/services/{serviceId}/actions/pull",
|
|
484
478
|
method: "POST",
|
|
@@ -496,7 +490,7 @@ export const containerRestartService = {
|
|
|
496
490
|
method: "POST",
|
|
497
491
|
operationId: "container-restart-service",
|
|
498
492
|
};
|
|
499
|
-
/** Create or rotate pull-image webhook token */
|
|
493
|
+
/** Create or rotate a Service pull-image webhook token. */
|
|
500
494
|
export const containerRotatePullImageWebhookForService = {
|
|
501
495
|
path: "/v2/stacks/{stackId}/services/{serviceId}/webhook-token",
|
|
502
496
|
method: "POST",
|
|
@@ -1852,7 +1846,7 @@ export const licenseListLicensesForProject = {
|
|
|
1852
1846
|
method: "GET",
|
|
1853
1847
|
operationId: "license-list-licenses-for-project",
|
|
1854
1848
|
};
|
|
1855
|
-
/**
|
|
1849
|
+
/** Rotate a License's key, i.e. revoke the old and generate a new one. */
|
|
1856
1850
|
export const licenseRotateLicenseKey = {
|
|
1857
1851
|
path: "/v2/licenses/{licenseId}/actions/rotate-key",
|
|
1858
1852
|
method: "POST",
|
|
@@ -2170,7 +2164,7 @@ export const projectDeleteProjectInvite = {
|
|
|
2170
2164
|
method: "DELETE",
|
|
2171
2165
|
operationId: "project-delete-project-invite",
|
|
2172
2166
|
};
|
|
2173
|
-
/** Get a ProjectMembership */
|
|
2167
|
+
/** Get a ProjectMembership. */
|
|
2174
2168
|
export const projectGetProjectMembership = {
|
|
2175
2169
|
path: "/v2/project-memberships/{projectMembershipId}",
|
|
2176
2170
|
method: "GET",
|
|
@@ -2800,3 +2794,9 @@ export const verificationVerifyCompany = {
|
|
|
2800
2794
|
method: "POST",
|
|
2801
2795
|
operationId: "verification-verify-company",
|
|
2802
2796
|
};
|
|
2797
|
+
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
2798
|
+
export const appGetAppInstallationSystemSoftware = {
|
|
2799
|
+
path: "/v2/app-installations/{appInstallationId}/system-software",
|
|
2800
|
+
method: "GET",
|
|
2801
|
+
operationId: "app-get-app-installation-system-software",
|
|
2802
|
+
};
|
|
@@ -28,8 +28,6 @@ const buildAppApi = (baseClient) => ({
|
|
|
28
28
|
getAppinstallation: new ApiCallAsyncResourceFactory(descriptors.appGetAppinstallation, baseClient.app.getAppinstallation).getApiResource,
|
|
29
29
|
/** Get an AppVersion. */
|
|
30
30
|
getAppversion: new ApiCallAsyncResourceFactory(descriptors.appGetAppversion, baseClient.app.getAppversion).getApiResource,
|
|
31
|
-
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
32
|
-
getInstalledSystemsoftwareForAppinstallation: new ApiCallAsyncResourceFactory(descriptors.appGetInstalledSystemsoftwareForAppinstallation, baseClient.app.getInstalledSystemsoftwareForAppinstallation).getApiResource,
|
|
33
31
|
/** Get the missing requirements of an appInstallation for a specific target AppVersion. */
|
|
34
32
|
getMissingDependenciesForAppinstallation: new ApiCallAsyncResourceFactory(descriptors.appGetMissingDependenciesForAppinstallation, baseClient.app.getMissingDependenciesForAppinstallation).getApiResource,
|
|
35
33
|
/** Get a SystemSoftware. */
|
|
@@ -52,6 +50,8 @@ const buildAppApi = (baseClient) => ({
|
|
|
52
50
|
listUpdateCandidatesForAppversion: new ApiCallAsyncResourceFactory(descriptors.appListUpdateCandidatesForAppversion, baseClient.app.listUpdateCandidatesForAppversion).getApiResource,
|
|
53
51
|
/** Get runtime status belonging to an AppInstallation. */
|
|
54
52
|
retrieveStatus: new ApiCallAsyncResourceFactory(descriptors.appRetrieveStatus, baseClient.app.retrieveStatus).getApiResource,
|
|
53
|
+
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
54
|
+
getAppInstallationSystemSoftware: new ApiCallAsyncResourceFactory(descriptors.appGetAppInstallationSystemSoftware, baseClient.app.getAppInstallationSystemSoftware).getApiResource,
|
|
55
55
|
});
|
|
56
56
|
const buildArticleApi = (baseClient) => ({
|
|
57
57
|
/** Get an Article. */
|
|
@@ -74,7 +74,7 @@ const buildBackupApi = (baseClient) => ({
|
|
|
74
74
|
getProjectBackupDirectories: new ApiCallAsyncResourceFactory(descriptors.backupGetProjectBackupDirectories, baseClient.backup.getProjectBackupDirectories).getApiResource,
|
|
75
75
|
});
|
|
76
76
|
const buildContainerApi = (baseClient) => ({
|
|
77
|
-
/** Call pull-image webhook */
|
|
77
|
+
/** Call a Service pull-image webhook. */
|
|
78
78
|
callPullImageWebhookForService: new ApiCallAsyncResourceFactory(descriptors.containerCallPullImageWebhookForService, baseClient.container.callPullImageWebhookForService).getApiResource,
|
|
79
79
|
/** List Registries belonging to a Project. */
|
|
80
80
|
listRegistries: new ApiCallAsyncResourceFactory(descriptors.containerListRegistries, baseClient.container.listRegistries).getApiResource,
|
|
@@ -436,7 +436,7 @@ const buildProjectApi = (baseClient) => ({
|
|
|
436
436
|
listInvitesForProject: new ApiCallAsyncResourceFactory(descriptors.projectListInvitesForProject, baseClient.project.listInvitesForProject).getApiResource,
|
|
437
437
|
/** Get a ProjectInvite. */
|
|
438
438
|
getProjectInvite: new ApiCallAsyncResourceFactory(descriptors.projectGetProjectInvite, baseClient.project.getProjectInvite).getApiResource,
|
|
439
|
-
/** Get a ProjectMembership */
|
|
439
|
+
/** Get a ProjectMembership. */
|
|
440
440
|
getProjectMembership: new ApiCallAsyncResourceFactory(descriptors.projectGetProjectMembership, baseClient.project.getProjectMembership).getApiResource,
|
|
441
441
|
/** Get a Project. */
|
|
442
442
|
getProject: new ApiCallAsyncResourceFactory(descriptors.projectGetProject, baseClient.project.getProject).getApiResource,
|
|
@@ -53,8 +53,6 @@ export class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
53
53
|
patchAppinstallation: this.requestFunctionFactory(descriptors.appPatchAppinstallation),
|
|
54
54
|
/** Get an AppVersion. */
|
|
55
55
|
getAppversion: this.requestFunctionFactory(descriptors.appGetAppversion),
|
|
56
|
-
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
57
|
-
getInstalledSystemsoftwareForAppinstallation: this.requestFunctionFactory(descriptors.appGetInstalledSystemsoftwareForAppinstallation),
|
|
58
56
|
/** Get the missing requirements of an appInstallation for a specific target AppVersion. */
|
|
59
57
|
getMissingDependenciesForAppinstallation: this.requestFunctionFactory(descriptors.appGetMissingDependenciesForAppinstallation),
|
|
60
58
|
/** Get a SystemSoftware. */
|
|
@@ -83,6 +81,8 @@ export class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
83
81
|
retrieveStatus: this.requestFunctionFactory(descriptors.appRetrieveStatus),
|
|
84
82
|
/** Remove linkage between an AppInstallation and a Database. */
|
|
85
83
|
unlinkDatabase: this.requestFunctionFactory(descriptors.appUnlinkDatabase),
|
|
84
|
+
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
85
|
+
getAppInstallationSystemSoftware: this.requestFunctionFactory(descriptors.appGetAppInstallationSystemSoftware),
|
|
86
86
|
};
|
|
87
87
|
/** The article API allows you to read article information. */
|
|
88
88
|
article = {
|
|
@@ -128,7 +128,7 @@ export class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
128
128
|
container = {
|
|
129
129
|
/** Add a template component to a Stack. */
|
|
130
130
|
addTemplateComponent: this.requestFunctionFactory(descriptors.containerAddTemplateComponent),
|
|
131
|
-
/** Call pull-image webhook */
|
|
131
|
+
/** Call a Service pull-image webhook. */
|
|
132
132
|
callPullImageWebhookForService: this.requestFunctionFactory(descriptors.containerCallPullImageWebhookForService),
|
|
133
133
|
/** List Registries belonging to a Project. */
|
|
134
134
|
listRegistries: this.requestFunctionFactory(descriptors.containerListRegistries),
|
|
@@ -178,13 +178,13 @@ export class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
178
178
|
listTemplates: this.requestFunctionFactory(descriptors.containerListTemplates),
|
|
179
179
|
/** List Volumes belonging to a Project. */
|
|
180
180
|
listVolumes: this.requestFunctionFactory(descriptors.containerListVolumes),
|
|
181
|
-
/** Pull image and recreate */
|
|
181
|
+
/** Pull a Service image and recreate. */
|
|
182
182
|
pullImageForService: this.requestFunctionFactory(descriptors.containerPullImageForService),
|
|
183
183
|
/** Recreate a Service. */
|
|
184
184
|
recreateService: this.requestFunctionFactory(descriptors.containerRecreateService),
|
|
185
185
|
/** Restart a started Service. */
|
|
186
186
|
restartService: this.requestFunctionFactory(descriptors.containerRestartService),
|
|
187
|
-
/** Create or rotate pull-image webhook token */
|
|
187
|
+
/** Create or rotate a Service pull-image webhook token. */
|
|
188
188
|
rotatePullImageWebhookForService: this.requestFunctionFactory(descriptors.containerRotatePullImageWebhookForService),
|
|
189
189
|
/** Start a stopped Service. */
|
|
190
190
|
startService: this.requestFunctionFactory(descriptors.containerStartService),
|
|
@@ -871,7 +871,7 @@ export class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
871
871
|
getLicense: this.requestFunctionFactory(descriptors.licenseGetLicense),
|
|
872
872
|
/** List Licenses belonging to a Project. */
|
|
873
873
|
listLicensesForProject: this.requestFunctionFactory(descriptors.licenseListLicensesForProject),
|
|
874
|
-
/**
|
|
874
|
+
/** Rotate a License's key, i.e. revoke the old and generate a new one. */
|
|
875
875
|
rotateLicenseKey: this.requestFunctionFactory(descriptors.licenseRotateLicenseKey),
|
|
876
876
|
/** Validate a License's key for a project. */
|
|
877
877
|
validateLicenseKeyForProject: this.requestFunctionFactory(descriptors.licenseValidateLicenseKeyForProject),
|
|
@@ -918,7 +918,7 @@ export class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
918
918
|
getProjectInvite: this.requestFunctionFactory(descriptors.projectGetProjectInvite),
|
|
919
919
|
/** Delete a ProjectInvite. */
|
|
920
920
|
deleteProjectInvite: this.requestFunctionFactory(descriptors.projectDeleteProjectInvite),
|
|
921
|
-
/** Get a ProjectMembership */
|
|
921
|
+
/** Get a ProjectMembership. */
|
|
922
922
|
getProjectMembership: this.requestFunctionFactory(descriptors.projectGetProjectMembership),
|
|
923
923
|
/** Delete a ProjectMembership. */
|
|
924
924
|
deleteProjectMembership: this.requestFunctionFactory(descriptors.projectDeleteProjectMembership),
|
|
@@ -130,12 +130,6 @@ export const appGetAppversion = {
|
|
|
130
130
|
method: "GET",
|
|
131
131
|
operationId: "app-get-appversion",
|
|
132
132
|
};
|
|
133
|
-
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
134
|
-
export const appGetInstalledSystemsoftwareForAppinstallation = {
|
|
135
|
-
path: "/v3-next/app-installations/{appInstallationId}/systemSoftware",
|
|
136
|
-
method: "GET",
|
|
137
|
-
operationId: "app-get-installed-systemsoftware-for-appinstallation",
|
|
138
|
-
};
|
|
139
133
|
/** Get the missing requirements of an appInstallation for a specific target AppVersion. */
|
|
140
134
|
export const appGetMissingDependenciesForAppinstallation = {
|
|
141
135
|
path: "/v3-next/app-installations/{appInstallationId}/missing-dependencies",
|
|
@@ -328,7 +322,7 @@ export const containerAddTemplateComponent = {
|
|
|
328
322
|
method: "POST",
|
|
329
323
|
operationId: "container-add-template-component",
|
|
330
324
|
};
|
|
331
|
-
/** Call pull-image webhook */
|
|
325
|
+
/** Call a Service pull-image webhook. */
|
|
332
326
|
export const containerCallPullImageWebhookForService = {
|
|
333
327
|
path: "/v3-next/stacks/{stackId}/webhooks/pull-image",
|
|
334
328
|
method: "GET",
|
|
@@ -478,7 +472,7 @@ export const containerListVolumes = {
|
|
|
478
472
|
method: "GET",
|
|
479
473
|
operationId: "container-list-volumes",
|
|
480
474
|
};
|
|
481
|
-
/** Pull image and recreate */
|
|
475
|
+
/** Pull a Service image and recreate. */
|
|
482
476
|
export const containerPullImageForService = {
|
|
483
477
|
path: "/v3-next/stacks/{stackId}/services/{serviceId}/actions/pull",
|
|
484
478
|
method: "POST",
|
|
@@ -496,7 +490,7 @@ export const containerRestartService = {
|
|
|
496
490
|
method: "POST",
|
|
497
491
|
operationId: "container-restart-service",
|
|
498
492
|
};
|
|
499
|
-
/** Create or rotate pull-image webhook token */
|
|
493
|
+
/** Create or rotate a Service pull-image webhook token. */
|
|
500
494
|
export const containerRotatePullImageWebhookForService = {
|
|
501
495
|
path: "/v3-next/stacks/{stackId}/services/{serviceId}/webhook-token",
|
|
502
496
|
method: "POST",
|
|
@@ -1852,7 +1846,7 @@ export const licenseListLicensesForProject = {
|
|
|
1852
1846
|
method: "GET",
|
|
1853
1847
|
operationId: "license-list-licenses-for-project",
|
|
1854
1848
|
};
|
|
1855
|
-
/**
|
|
1849
|
+
/** Rotate a License's key, i.e. revoke the old and generate a new one. */
|
|
1856
1850
|
export const licenseRotateLicenseKey = {
|
|
1857
1851
|
path: "/v3-next/licenses/{licenseId}/actions/rotate-key",
|
|
1858
1852
|
method: "POST",
|
|
@@ -2170,7 +2164,7 @@ export const projectDeleteProjectInvite = {
|
|
|
2170
2164
|
method: "DELETE",
|
|
2171
2165
|
operationId: "project-delete-project-invite",
|
|
2172
2166
|
};
|
|
2173
|
-
/** Get a ProjectMembership */
|
|
2167
|
+
/** Get a ProjectMembership. */
|
|
2174
2168
|
export const projectGetProjectMembership = {
|
|
2175
2169
|
path: "/v3-next/project-memberships/{projectMembershipId}",
|
|
2176
2170
|
method: "GET",
|
|
@@ -2800,3 +2794,9 @@ export const verificationVerifyCompany = {
|
|
|
2800
2794
|
method: "POST",
|
|
2801
2795
|
operationId: "verification-verify-company",
|
|
2802
2796
|
};
|
|
2797
|
+
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
2798
|
+
export const appGetAppInstallationSystemSoftware = {
|
|
2799
|
+
path: "/v3-next/app-installations/{appInstallationId}/system-software",
|
|
2800
|
+
method: "GET",
|
|
2801
|
+
operationId: "app-get-app-installation-system-software",
|
|
2802
|
+
};
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.445.0';
|
|
@@ -189,18 +189,6 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
189
189
|
systemSoftwareDependencies?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftwareDependency[] | undefined;
|
|
190
190
|
userInputs?: import("./types.js").MittwaldAPIV2.Components.Schemas.AppUserInput[] | undefined;
|
|
191
191
|
}>;
|
|
192
|
-
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
193
|
-
getInstalledSystemsoftwareForAppinstallation: (conf: {
|
|
194
|
-
appInstallationId: string;
|
|
195
|
-
headers?: {
|
|
196
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
197
|
-
"x-access-token"?: string | undefined;
|
|
198
|
-
} | undefined;
|
|
199
|
-
queryParameters?: {
|
|
200
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
201
|
-
tagFilter?: string | undefined;
|
|
202
|
-
} | undefined;
|
|
203
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftware[]>;
|
|
204
192
|
/** Get the missing requirements of an appInstallation for a specific target AppVersion. */
|
|
205
193
|
getMissingDependenciesForAppinstallation: (conf: {
|
|
206
194
|
queryParameters: {
|
|
@@ -358,6 +346,18 @@ declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
358
346
|
state: "running" | "stopped" | "exited";
|
|
359
347
|
uptimeSeconds?: number | undefined;
|
|
360
348
|
}>;
|
|
349
|
+
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
350
|
+
getAppInstallationSystemSoftware: (conf: {
|
|
351
|
+
appInstallationId: string;
|
|
352
|
+
headers?: {
|
|
353
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
354
|
+
"x-access-token"?: string | undefined;
|
|
355
|
+
} | undefined;
|
|
356
|
+
queryParameters?: {
|
|
357
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
358
|
+
tagFilter?: string | undefined;
|
|
359
|
+
} | undefined;
|
|
360
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftware[]>;
|
|
361
361
|
};
|
|
362
362
|
declare const buildArticleApi: (baseClient: MittwaldAPIV2Client) => {
|
|
363
363
|
/** Get an Article. */
|
|
@@ -512,7 +512,7 @@ declare const buildBackupApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
512
512
|
}>;
|
|
513
513
|
};
|
|
514
514
|
declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
515
|
-
/** Call pull-image webhook */
|
|
515
|
+
/** Call a Service pull-image webhook. */
|
|
516
516
|
callPullImageWebhookForService: (conf: {
|
|
517
517
|
queryParameters: {
|
|
518
518
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -3365,7 +3365,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
3365
3365
|
projectId: string;
|
|
3366
3366
|
role: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
3367
3367
|
}>;
|
|
3368
|
-
/** Get a ProjectMembership */
|
|
3368
|
+
/** Get a ProjectMembership. */
|
|
3369
3369
|
getProjectMembership: (conf: {
|
|
3370
3370
|
projectMembershipId: string;
|
|
3371
3371
|
headers?: {
|
|
@@ -1369,66 +1369,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1369
1369
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1370
1370
|
[x: string]: unknown;
|
|
1371
1371
|
}, 429, "application/json">>>;
|
|
1372
|
-
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
1373
|
-
getInstalledSystemsoftwareForAppinstallation: (request: {
|
|
1374
|
-
appInstallationId: string;
|
|
1375
|
-
headers?: {
|
|
1376
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1377
|
-
"x-access-token"?: string | undefined;
|
|
1378
|
-
} | undefined;
|
|
1379
|
-
queryParameters?: {
|
|
1380
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1381
|
-
tagFilter?: string | undefined;
|
|
1382
|
-
} | undefined;
|
|
1383
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1384
|
-
headers?: Partial<{
|
|
1385
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1386
|
-
}>;
|
|
1387
|
-
} & {
|
|
1388
|
-
pathParameters: {
|
|
1389
|
-
appInstallationId: string;
|
|
1390
|
-
};
|
|
1391
|
-
} & {
|
|
1392
|
-
queryParameters: {
|
|
1393
|
-
tagFilter?: string | undefined;
|
|
1394
|
-
} & Partial<{
|
|
1395
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1396
|
-
}>;
|
|
1397
|
-
} & {
|
|
1398
|
-
headers: {
|
|
1399
|
-
"x-access-token"?: string | undefined;
|
|
1400
|
-
} & Partial<{
|
|
1401
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1402
|
-
}>;
|
|
1403
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftware[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1404
|
-
[x: string]: unknown;
|
|
1405
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1406
|
-
[x: string]: unknown;
|
|
1407
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
1408
|
-
headers?: Partial<{
|
|
1409
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1410
|
-
}>;
|
|
1411
|
-
} & {
|
|
1412
|
-
pathParameters: {
|
|
1413
|
-
appInstallationId: string;
|
|
1414
|
-
};
|
|
1415
|
-
} & {
|
|
1416
|
-
queryParameters: {
|
|
1417
|
-
tagFilter?: string | undefined;
|
|
1418
|
-
} & Partial<{
|
|
1419
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1420
|
-
}>;
|
|
1421
|
-
} & {
|
|
1422
|
-
headers: {
|
|
1423
|
-
"x-access-token"?: string | undefined;
|
|
1424
|
-
} & Partial<{
|
|
1425
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
1426
|
-
}>;
|
|
1427
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftware[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1428
|
-
[x: string]: unknown;
|
|
1429
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1430
|
-
[x: string]: unknown;
|
|
1431
|
-
}, 429, "application/json">>>;
|
|
1432
1372
|
/** Get the missing requirements of an appInstallation for a specific target AppVersion. */
|
|
1433
1373
|
getMissingDependenciesForAppinstallation: (request: {
|
|
1434
1374
|
queryParameters: {
|
|
@@ -2238,6 +2178,66 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2238
2178
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2239
2179
|
[x: string]: unknown;
|
|
2240
2180
|
}, 429, "application/json">>>;
|
|
2181
|
+
/** Get the installed `SystemSoftware' for a specific `AppInstallation`. */
|
|
2182
|
+
getAppInstallationSystemSoftware: (request: {
|
|
2183
|
+
appInstallationId: string;
|
|
2184
|
+
headers?: {
|
|
2185
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2186
|
+
"x-access-token"?: string | undefined;
|
|
2187
|
+
} | undefined;
|
|
2188
|
+
queryParameters?: {
|
|
2189
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2190
|
+
tagFilter?: string | undefined;
|
|
2191
|
+
} | undefined;
|
|
2192
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2193
|
+
headers?: Partial<{
|
|
2194
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2195
|
+
}>;
|
|
2196
|
+
} & {
|
|
2197
|
+
pathParameters: {
|
|
2198
|
+
appInstallationId: string;
|
|
2199
|
+
};
|
|
2200
|
+
} & {
|
|
2201
|
+
queryParameters: {
|
|
2202
|
+
tagFilter?: string | undefined;
|
|
2203
|
+
} & Partial<{
|
|
2204
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2205
|
+
}>;
|
|
2206
|
+
} & {
|
|
2207
|
+
headers: {
|
|
2208
|
+
"x-access-token"?: string | undefined;
|
|
2209
|
+
} & Partial<{
|
|
2210
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2211
|
+
}>;
|
|
2212
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftware[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2213
|
+
[x: string]: unknown;
|
|
2214
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2215
|
+
[x: string]: unknown;
|
|
2216
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2217
|
+
headers?: Partial<{
|
|
2218
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2219
|
+
}>;
|
|
2220
|
+
} & {
|
|
2221
|
+
pathParameters: {
|
|
2222
|
+
appInstallationId: string;
|
|
2223
|
+
};
|
|
2224
|
+
} & {
|
|
2225
|
+
queryParameters: {
|
|
2226
|
+
tagFilter?: string | undefined;
|
|
2227
|
+
} & Partial<{
|
|
2228
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2229
|
+
}>;
|
|
2230
|
+
} & {
|
|
2231
|
+
headers: {
|
|
2232
|
+
"x-access-token"?: string | undefined;
|
|
2233
|
+
} & Partial<{
|
|
2234
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2235
|
+
}>;
|
|
2236
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.AppSystemSoftware[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2237
|
+
[x: string]: unknown;
|
|
2238
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2239
|
+
[x: string]: unknown;
|
|
2240
|
+
}, 429, "application/json">>>;
|
|
2241
2241
|
};
|
|
2242
2242
|
/** The article API allows you to read article information. */
|
|
2243
2243
|
readonly article: {
|
|
@@ -3484,7 +3484,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3484
3484
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3485
3485
|
[x: string]: unknown;
|
|
3486
3486
|
}, 500, "application/json">>>;
|
|
3487
|
-
/** Call pull-image webhook */
|
|
3487
|
+
/** Call a Service pull-image webhook. */
|
|
3488
3488
|
callPullImageWebhookForService: (request: {
|
|
3489
3489
|
queryParameters: {
|
|
3490
3490
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -5604,7 +5604,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5604
5604
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5605
5605
|
[x: string]: unknown;
|
|
5606
5606
|
}, 500, "application/json">>>;
|
|
5607
|
-
/** Pull image and recreate */
|
|
5607
|
+
/** Pull a Service image and recreate. */
|
|
5608
5608
|
pullImageForService: (request: {
|
|
5609
5609
|
stackId: string;
|
|
5610
5610
|
serviceId: string;
|
|
@@ -5809,7 +5809,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5809
5809
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5810
5810
|
[x: string]: unknown;
|
|
5811
5811
|
}, 500, "application/json">>>;
|
|
5812
|
-
/** Create or rotate pull-image webhook token */
|
|
5812
|
+
/** Create or rotate a Service pull-image webhook token. */
|
|
5813
5813
|
rotatePullImageWebhookForService: (request: {
|
|
5814
5814
|
stackId: string;
|
|
5815
5815
|
serviceId: string;
|
|
@@ -14605,6 +14605,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
14605
14605
|
emailAddress?: string | undefined;
|
|
14606
14606
|
firstName?: string | undefined;
|
|
14607
14607
|
lastName?: string | undefined;
|
|
14608
|
+
leitwegId?: string | undefined;
|
|
14608
14609
|
phoneNumbers?: string[] | undefined;
|
|
14609
14610
|
title?: string | undefined;
|
|
14610
14611
|
useFormalTerm?: boolean | undefined;
|
|
@@ -15286,6 +15287,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
15286
15287
|
emailAddress?: string | undefined;
|
|
15287
15288
|
firstName?: string | undefined;
|
|
15288
15289
|
lastName?: string | undefined;
|
|
15290
|
+
leitwegId?: string | undefined;
|
|
15289
15291
|
phoneNumbers?: string[] | undefined;
|
|
15290
15292
|
title?: string | undefined;
|
|
15291
15293
|
useFormalTerm?: boolean | undefined;
|
|
@@ -26979,7 +26981,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
26979
26981
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
26980
26982
|
[x: string]: unknown;
|
|
26981
26983
|
}, 500, "application/json">>>;
|
|
26982
|
-
/**
|
|
26984
|
+
/** Rotate a License's key, i.e. revoke the old and generate a new one. */
|
|
26983
26985
|
rotateLicenseKey: (request: {
|
|
26984
26986
|
licenseId: string;
|
|
26985
26987
|
data?: {
|
|
@@ -28129,7 +28131,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
28129
28131
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
28130
28132
|
[x: string]: unknown;
|
|
28131
28133
|
}, 429, "application/json">>>;
|
|
28132
|
-
/** Get a ProjectMembership */
|
|
28134
|
+
/** Get a ProjectMembership. */
|
|
28133
28135
|
getProjectMembership: (request: {
|
|
28134
28136
|
projectMembershipId: string;
|
|
28135
28137
|
headers?: {
|