@mittwald/api-client 4.443.0 → 4.445.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 +2 -2
- package/dist/esm/generated/v2/client.js +5 -5
- package/dist/esm/generated/v2/descriptors.js +5 -5
- package/dist/esm/generated/v3-next/client-react.js +2 -2
- package/dist/esm/generated/v3-next/client.js +5 -5
- package/dist/esm/generated/v3-next/descriptors.js +5 -5
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +2 -2
- package/dist/types/generated/v2/client.d.ts +7 -5
- package/dist/types/generated/v2/descriptors.d.ts +5 -5
- package/dist/types/generated/v2/types.d.ts +4 -0
- package/dist/types/generated/v3-next/client-react.d.ts +2 -2
- package/dist/types/generated/v3-next/client.d.ts +7 -5
- package/dist/types/generated/v3-next/descriptors.d.ts +5 -5
- package/dist/types/generated/v3-next/types.d.ts +4 -0
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -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,
|
|
@@ -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),
|
|
@@ -328,7 +328,7 @@ export const containerAddTemplateComponent = {
|
|
|
328
328
|
method: "POST",
|
|
329
329
|
operationId: "container-add-template-component",
|
|
330
330
|
};
|
|
331
|
-
/** Call pull-image webhook */
|
|
331
|
+
/** Call a Service pull-image webhook. */
|
|
332
332
|
export const containerCallPullImageWebhookForService = {
|
|
333
333
|
path: "/v2/stacks/{stackId}/webhooks/pull-image",
|
|
334
334
|
method: "GET",
|
|
@@ -478,7 +478,7 @@ export const containerListVolumes = {
|
|
|
478
478
|
method: "GET",
|
|
479
479
|
operationId: "container-list-volumes",
|
|
480
480
|
};
|
|
481
|
-
/** Pull image and recreate */
|
|
481
|
+
/** Pull a Service image and recreate. */
|
|
482
482
|
export const containerPullImageForService = {
|
|
483
483
|
path: "/v2/stacks/{stackId}/services/{serviceId}/actions/pull",
|
|
484
484
|
method: "POST",
|
|
@@ -496,7 +496,7 @@ export const containerRestartService = {
|
|
|
496
496
|
method: "POST",
|
|
497
497
|
operationId: "container-restart-service",
|
|
498
498
|
};
|
|
499
|
-
/** Create or rotate pull-image webhook token */
|
|
499
|
+
/** Create or rotate a Service pull-image webhook token. */
|
|
500
500
|
export const containerRotatePullImageWebhookForService = {
|
|
501
501
|
path: "/v2/stacks/{stackId}/services/{serviceId}/webhook-token",
|
|
502
502
|
method: "POST",
|
|
@@ -1852,7 +1852,7 @@ export const licenseListLicensesForProject = {
|
|
|
1852
1852
|
method: "GET",
|
|
1853
1853
|
operationId: "license-list-licenses-for-project",
|
|
1854
1854
|
};
|
|
1855
|
-
/**
|
|
1855
|
+
/** Rotate a License's key, i.e. revoke the old and generate a new one. */
|
|
1856
1856
|
export const licenseRotateLicenseKey = {
|
|
1857
1857
|
path: "/v2/licenses/{licenseId}/actions/rotate-key",
|
|
1858
1858
|
method: "POST",
|
|
@@ -2170,7 +2170,7 @@ export const projectDeleteProjectInvite = {
|
|
|
2170
2170
|
method: "DELETE",
|
|
2171
2171
|
operationId: "project-delete-project-invite",
|
|
2172
2172
|
};
|
|
2173
|
-
/** Get a ProjectMembership */
|
|
2173
|
+
/** Get a ProjectMembership. */
|
|
2174
2174
|
export const projectGetProjectMembership = {
|
|
2175
2175
|
path: "/v2/project-memberships/{projectMembershipId}",
|
|
2176
2176
|
method: "GET",
|
|
@@ -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,
|
|
@@ -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),
|
|
@@ -328,7 +328,7 @@ export const containerAddTemplateComponent = {
|
|
|
328
328
|
method: "POST",
|
|
329
329
|
operationId: "container-add-template-component",
|
|
330
330
|
};
|
|
331
|
-
/** Call pull-image webhook */
|
|
331
|
+
/** Call a Service pull-image webhook. */
|
|
332
332
|
export const containerCallPullImageWebhookForService = {
|
|
333
333
|
path: "/v3-next/stacks/{stackId}/webhooks/pull-image",
|
|
334
334
|
method: "GET",
|
|
@@ -478,7 +478,7 @@ export const containerListVolumes = {
|
|
|
478
478
|
method: "GET",
|
|
479
479
|
operationId: "container-list-volumes",
|
|
480
480
|
};
|
|
481
|
-
/** Pull image and recreate */
|
|
481
|
+
/** Pull a Service image and recreate. */
|
|
482
482
|
export const containerPullImageForService = {
|
|
483
483
|
path: "/v3-next/stacks/{stackId}/services/{serviceId}/actions/pull",
|
|
484
484
|
method: "POST",
|
|
@@ -496,7 +496,7 @@ export const containerRestartService = {
|
|
|
496
496
|
method: "POST",
|
|
497
497
|
operationId: "container-restart-service",
|
|
498
498
|
};
|
|
499
|
-
/** Create or rotate pull-image webhook token */
|
|
499
|
+
/** Create or rotate a Service pull-image webhook token. */
|
|
500
500
|
export const containerRotatePullImageWebhookForService = {
|
|
501
501
|
path: "/v3-next/stacks/{stackId}/services/{serviceId}/webhook-token",
|
|
502
502
|
method: "POST",
|
|
@@ -1852,7 +1852,7 @@ export const licenseListLicensesForProject = {
|
|
|
1852
1852
|
method: "GET",
|
|
1853
1853
|
operationId: "license-list-licenses-for-project",
|
|
1854
1854
|
};
|
|
1855
|
-
/**
|
|
1855
|
+
/** Rotate a License's key, i.e. revoke the old and generate a new one. */
|
|
1856
1856
|
export const licenseRotateLicenseKey = {
|
|
1857
1857
|
path: "/v3-next/licenses/{licenseId}/actions/rotate-key",
|
|
1858
1858
|
method: "POST",
|
|
@@ -2170,7 +2170,7 @@ export const projectDeleteProjectInvite = {
|
|
|
2170
2170
|
method: "DELETE",
|
|
2171
2171
|
operationId: "project-delete-project-invite",
|
|
2172
2172
|
};
|
|
2173
|
-
/** Get a ProjectMembership */
|
|
2173
|
+
/** Get a ProjectMembership. */
|
|
2174
2174
|
export const projectGetProjectMembership = {
|
|
2175
2175
|
path: "/v3-next/project-memberships/{projectMembershipId}",
|
|
2176
2176
|
method: "GET",
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.444.0';
|
|
@@ -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?: {
|
|
@@ -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?: {
|
|
@@ -113,7 +113,7 @@ export declare const backupGetProjectBackupDirectories: OpenAPIOperation<Request
|
|
|
113
113
|
export declare const backupRequestProjectBackupRestore: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestore.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestore.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestore.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestore.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestore.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestore.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestore.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestore.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestore.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestore.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
114
114
|
/** Add a template component to a Stack. */
|
|
115
115
|
export declare const containerAddTemplateComponent: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddTemplateComponent.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
116
|
-
/** Call pull-image webhook */
|
|
116
|
+
/** Call a Service pull-image webhook. */
|
|
117
117
|
export declare const containerCallPullImageWebhookForService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdWebhooksPullImage.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
118
118
|
/** List Registries belonging to a Project. */
|
|
119
119
|
export declare const containerListRegistries: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRegistries.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRegistries.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRegistries.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRegistries.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRegistries.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRegistries.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRegistries.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRegistries.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdRegistries.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -163,13 +163,13 @@ export declare const containerListStackVolumes: OpenAPIOperation<RequestType<Sim
|
|
|
163
163
|
export declare const containerListTemplates: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplates.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplates.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplates.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplates.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplates.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplates.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplates.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplates.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
164
164
|
/** List Volumes belonging to a Project. */
|
|
165
165
|
export declare const containerListVolumes: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdVolumes.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdVolumes.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdVolumes.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdVolumes.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdVolumes.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdVolumes.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdVolumes.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdVolumes.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdVolumes.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
166
|
-
/** Pull image and recreate */
|
|
166
|
+
/** Pull a Service image and recreate. */
|
|
167
167
|
export declare const containerPullImageForService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsPull.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
168
168
|
/** Recreate a Service. */
|
|
169
169
|
export declare const containerRecreateService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRecreate.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
170
170
|
/** Restart a started Service. */
|
|
171
171
|
export declare const containerRestartService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsRestart.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
172
|
-
/** Create or rotate pull-image webhook token */
|
|
172
|
+
/** Create or rotate a Service pull-image webhook token. */
|
|
173
173
|
export declare const containerRotatePullImageWebhookForService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdWebhookToken.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
174
174
|
/** Start a stopped Service. */
|
|
175
175
|
export declare const containerStartService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdServicesServiceIdActionsStart.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -621,7 +621,7 @@ export declare const leadfyndrRemoveUnlockedLeadReservation: OpenAPIOperation<Re
|
|
|
621
621
|
export declare const licenseGetLicense: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseId.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
622
622
|
/** List Licenses belonging to a Project. */
|
|
623
623
|
export declare const licenseListLicensesForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLicenses.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLicenses.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLicenses.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLicenses.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLicenses.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLicenses.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLicenses.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLicenses.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLicenses.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
624
|
-
/**
|
|
624
|
+
/** Rotate a License's key, i.e. revoke the old and generate a new one. */
|
|
625
625
|
export declare const licenseRotateLicenseKey: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2LicensesLicenseIdActionsRotateKey.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
626
626
|
/** Validate a License's key for a project. */
|
|
627
627
|
export declare const licenseValidateLicenseKeyForProject: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActionsValidateLicenseKey.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -727,7 +727,7 @@ export declare const projectDeleteProjectAvatar: OpenAPIOperation<RequestType<Si
|
|
|
727
727
|
export declare const projectGetProjectInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
728
728
|
/** Delete a ProjectInvite. */
|
|
729
729
|
export declare const projectDeleteProjectInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
730
|
-
/** Get a ProjectMembership */
|
|
730
|
+
/** Get a ProjectMembership. */
|
|
731
731
|
export declare const projectGetProjectMembership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
732
732
|
/** Delete a ProjectMembership. */
|
|
733
733
|
export declare const projectDeleteProjectMembership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -3515,6 +3515,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3515
3515
|
emailAddress?: string;
|
|
3516
3516
|
firstName?: string;
|
|
3517
3517
|
lastName?: string;
|
|
3518
|
+
/**
|
|
3519
|
+
* German electronic invoicing routing ID (XRechnung). Only allowed for public authorities and requires a company.
|
|
3520
|
+
*/
|
|
3521
|
+
leitwegId?: string;
|
|
3518
3522
|
phoneNumbers?: string[];
|
|
3519
3523
|
salutation: MittwaldAPIV2.Components.Schemas.CommonsSalutation;
|
|
3520
3524
|
title?: string;
|
|
@@ -512,7 +512,7 @@ declare const buildBackupApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
512
512
|
}>;
|
|
513
513
|
};
|
|
514
514
|
declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
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: MittwaldAPIV3NextClient) => {
|
|
|
3365
3365
|
projectId: string;
|
|
3366
3366
|
role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectRoles;
|
|
3367
3367
|
}>;
|
|
3368
|
-
/** Get a ProjectMembership */
|
|
3368
|
+
/** Get a ProjectMembership. */
|
|
3369
3369
|
getProjectMembership: (conf: {
|
|
3370
3370
|
projectMembershipId: string;
|
|
3371
3371
|
headers?: {
|
|
@@ -3484,7 +3484,7 @@ export declare class MittwaldAPIV3NextClient 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 MittwaldAPIV3NextClient 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 MittwaldAPIV3NextClient 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 MittwaldAPIV3NextClient 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 MittwaldAPIV3NextClient 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 MittwaldAPIV3NextClient 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 MittwaldAPIV3NextClient 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?: {
|
|
@@ -113,7 +113,7 @@ export declare const backupGetProjectBackupDirectories: OpenAPIOperation<Request
|
|
|
113
113
|
export declare const backupRequestProjectBackupRestore: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupIdRestore.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupIdRestore.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupIdRestore.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupIdRestore.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupIdRestore.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupIdRestore.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupIdRestore.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupIdRestore.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupIdRestore.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectBackupsProjectBackupIdRestore.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
114
114
|
/** Add a template component to a Stack. */
|
|
115
115
|
export declare const containerAddTemplateComponent: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdActionsAddTemplateComponent.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
116
|
-
/** Call pull-image webhook */
|
|
116
|
+
/** Call a Service pull-image webhook. */
|
|
117
117
|
export declare const containerCallPullImageWebhookForService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdWebhooksPullImage.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdWebhooksPullImage.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdWebhooksPullImage.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdWebhooksPullImage.Get.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdWebhooksPullImage.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdWebhooksPullImage.Get.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdWebhooksPullImage.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdWebhooksPullImage.Get.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdWebhooksPullImage.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdWebhooksPullImage.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdWebhooksPullImage.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
118
118
|
/** List Registries belonging to a Project. */
|
|
119
119
|
export declare const containerListRegistries: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdRegistries.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdRegistries.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdRegistries.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdRegistries.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdRegistries.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdRegistries.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdRegistries.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdRegistries.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdRegistries.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -163,13 +163,13 @@ export declare const containerListStackVolumes: OpenAPIOperation<RequestType<Sim
|
|
|
163
163
|
export declare const containerListTemplates: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplates.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplates.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplates.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplates.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplates.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplates.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplates.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplates.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
164
164
|
/** List Volumes belonging to a Project. */
|
|
165
165
|
export declare const containerListVolumes: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdVolumes.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdVolumes.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdVolumes.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdVolumes.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdVolumes.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdVolumes.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdVolumes.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdVolumes.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdVolumes.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
166
|
-
/** Pull image and recreate */
|
|
166
|
+
/** Pull a Service image and recreate. */
|
|
167
167
|
export declare const containerPullImageForService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsPull.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsPull.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsPull.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsPull.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsPull.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsPull.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsPull.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsPull.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsPull.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsPull.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsPull.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
168
168
|
/** Recreate a Service. */
|
|
169
169
|
export declare const containerRecreateService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRecreate.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRecreate.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRecreate.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRecreate.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRecreate.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
170
170
|
/** Restart a started Service. */
|
|
171
171
|
export declare const containerRestartService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRestart.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRestart.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRestart.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRestart.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRestart.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRestart.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRestart.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRestart.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRestart.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRestart.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsRestart.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
172
|
-
/** Create or rotate pull-image webhook token */
|
|
172
|
+
/** Create or rotate a Service pull-image webhook token. */
|
|
173
173
|
export declare const containerRotatePullImageWebhookForService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdWebhookToken.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdWebhookToken.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdWebhookToken.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdWebhookToken.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdWebhookToken.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdWebhookToken.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdWebhookToken.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdWebhookToken.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdWebhookToken.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdWebhookToken.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdWebhookToken.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
174
174
|
/** Start a stopped Service. */
|
|
175
175
|
export declare const containerStartService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsStart.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsStart.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsStart.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsStart.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsStart.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsStart.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsStart.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsStart.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsStart.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsStart.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdActionsStart.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -621,7 +621,7 @@ export declare const leadfyndrRemoveUnlockedLeadReservation: OpenAPIOperation<Re
|
|
|
621
621
|
export declare const licenseGetLicense: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseId.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseId.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseId.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
622
622
|
/** List Licenses belonging to a Project. */
|
|
623
623
|
export declare const licenseListLicensesForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdLicenses.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdLicenses.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdLicenses.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdLicenses.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdLicenses.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdLicenses.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdLicenses.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdLicenses.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdLicenses.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
624
|
-
/**
|
|
624
|
+
/** Rotate a License's key, i.e. revoke the old and generate a new one. */
|
|
625
625
|
export declare const licenseRotateLicenseKey: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseIdActionsRotateKey.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseIdActionsRotateKey.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseIdActionsRotateKey.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseIdActionsRotateKey.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseIdActionsRotateKey.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseIdActionsRotateKey.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseIdActionsRotateKey.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseIdActionsRotateKey.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseIdActionsRotateKey.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseIdActionsRotateKey.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseIdActionsRotateKey.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextLicensesLicenseIdActionsRotateKey.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
626
626
|
/** Validate a License's key for a project. */
|
|
627
627
|
export declare const licenseValidateLicenseKeyForProject: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdActionsValidateLicenseKey.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdActionsValidateLicenseKey.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdActionsValidateLicenseKey.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdActionsValidateLicenseKey.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdActionsValidateLicenseKey.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectsProjectIdActionsValidateLicenseKey.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -727,7 +727,7 @@ export declare const projectDeleteProjectAvatar: OpenAPIOperation<RequestType<Si
|
|
|
727
727
|
export declare const projectGetProjectInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectInvitesProjectInviteId.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectInvitesProjectInviteId.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectInvitesProjectInviteId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectInvitesProjectInviteId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectInvitesProjectInviteId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectInvitesProjectInviteId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectInvitesProjectInviteId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
728
728
|
/** Delete a ProjectInvite. */
|
|
729
729
|
export declare const projectDeleteProjectInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectInvitesProjectInviteId.Delete.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectInvitesProjectInviteId.Delete.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectInvitesProjectInviteId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectInvitesProjectInviteId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectInvitesProjectInviteId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectInvitesProjectInviteId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
730
|
-
/** Get a ProjectMembership */
|
|
730
|
+
/** Get a ProjectMembership. */
|
|
731
731
|
export declare const projectGetProjectMembership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectMembershipsProjectMembershipId.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectMembershipsProjectMembershipId.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectMembershipsProjectMembershipId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectMembershipsProjectMembershipId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectMembershipsProjectMembershipId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectMembershipsProjectMembershipId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectMembershipsProjectMembershipId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
732
732
|
/** Delete a ProjectMembership. */
|
|
733
733
|
export declare const projectDeleteProjectMembership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectMembershipsProjectMembershipId.Delete.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectMembershipsProjectMembershipId.Delete.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextProjectMembershipsProjectMembershipId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectMembershipsProjectMembershipId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectMembershipsProjectMembershipId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextProjectMembershipsProjectMembershipId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -3515,6 +3515,10 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
3515
3515
|
emailAddress?: string;
|
|
3516
3516
|
firstName?: string;
|
|
3517
3517
|
lastName?: string;
|
|
3518
|
+
/**
|
|
3519
|
+
* German electronic invoicing routing ID (XRechnung). Only allowed for public authorities and requires a company.
|
|
3520
|
+
*/
|
|
3521
|
+
leitwegId?: string;
|
|
3518
3522
|
phoneNumbers?: string[];
|
|
3519
3523
|
salutation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldCommonsSalutation;
|
|
3520
3524
|
title?: string;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.444.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.445.0",
|
|
4
4
|
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Auto-generated client for the mittwald API",
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
"test:compile": "run tsc --noEmit"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@mittwald/api-client-commons": "^4.
|
|
75
|
+
"@mittwald/api-client-commons": "^4.445.0",
|
|
76
76
|
"browser-or-node": "^3.0.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@mittwald/api-code-generator": "^4.
|
|
79
|
+
"@mittwald/api-code-generator": "^4.445.0",
|
|
80
80
|
"@mittwald/react-use-promise": "^2.6.2",
|
|
81
81
|
"@types/node": "^22.18.11",
|
|
82
82
|
"@types/react": "^18.3.26",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"optional": true
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "01edb0a20dd2cc572881a85c8c2d5e5cd3ff3e4b"
|
|
110
110
|
}
|