@mittwald/api-client 0.0.0-development-d575ea2-20260713 → 0.0.0-development-1b2dfd0-20260714
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 +0 -2
- package/dist/esm/generated/v2/client.js +0 -4
- package/dist/esm/generated/v2/descriptors.js +0 -12
- package/dist/esm/generated/v3-next/client-react.js +0 -2
- package/dist/esm/generated/v3-next/client.js +0 -4
- package/dist/esm/generated/v3-next/descriptors.js +0 -12
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +4 -14
- package/dist/types/generated/v2/client.d.ts +9 -148
- package/dist/types/generated/v2/descriptors.d.ts +0 -4
- package/dist/types/generated/v2/types.d.ts +67 -192
- package/dist/types/generated/v3-next/client-react.d.ts +4 -14
- package/dist/types/generated/v3-next/client.d.ts +9 -148
- package/dist/types/generated/v3-next/descriptors.d.ts +0 -4
- package/dist/types/generated/v3-next/types.d.ts +67 -192
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -106,8 +106,6 @@ const buildContainerApi = (baseClient) => ({
|
|
|
106
106
|
listServices: new ApiCallAsyncResourceFactory(descriptors.containerListServices, baseClient.container.listServices).getApiResource,
|
|
107
107
|
/** List Volumes belonging to a Stack. */
|
|
108
108
|
listStackVolumes: new ApiCallAsyncResourceFactory(descriptors.containerListStackVolumes, baseClient.container.listStackVolumes).getApiResource,
|
|
109
|
-
/** List Container Template statistics. */
|
|
110
|
-
listTemplateStatistics: new ApiCallAsyncResourceFactory(descriptors.containerListTemplateStatistics, baseClient.container.listTemplateStatistics).getApiResource,
|
|
111
109
|
/** List Container Templates. */
|
|
112
110
|
listTemplates: new ApiCallAsyncResourceFactory(descriptors.containerListTemplates, baseClient.container.listTemplates).getApiResource,
|
|
113
111
|
/** List Volumes belonging to a Project. */
|
|
@@ -140,8 +140,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
140
140
|
};
|
|
141
141
|
/** The container API allows you to manage your stacks, containers, volumes and registries. */
|
|
142
142
|
container = {
|
|
143
|
-
/** Add a component to a Stack. */
|
|
144
|
-
addComponent: this.requestFunctionFactory(descriptors.containerAddComponent),
|
|
145
143
|
/** Call pull-image webhook */
|
|
146
144
|
callPullImageWebhookForService: this.requestFunctionFactory(descriptors.containerCallPullImageWebhookForService),
|
|
147
145
|
/** List Registries belonging to a Project. */
|
|
@@ -186,8 +184,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
186
184
|
listServices: this.requestFunctionFactory(descriptors.containerListServices),
|
|
187
185
|
/** List Volumes belonging to a Stack. */
|
|
188
186
|
listStackVolumes: this.requestFunctionFactory(descriptors.containerListStackVolumes),
|
|
189
|
-
/** List Container Template statistics. */
|
|
190
|
-
listTemplateStatistics: this.requestFunctionFactory(descriptors.containerListTemplateStatistics),
|
|
191
187
|
/** List Container Templates. */
|
|
192
188
|
listTemplates: this.requestFunctionFactory(descriptors.containerListTemplates),
|
|
193
189
|
/** List Volumes belonging to a Project. */
|
|
@@ -364,12 +364,6 @@ export const backupUpdateProjectBackupDescription = {
|
|
|
364
364
|
method: "PATCH",
|
|
365
365
|
operationId: "backup-update-project-backup-description",
|
|
366
366
|
};
|
|
367
|
-
/** Add a component to a Stack. */
|
|
368
|
-
export const containerAddComponent = {
|
|
369
|
-
path: "/v2/stacks/{stackId}/actions/add-component",
|
|
370
|
-
method: "POST",
|
|
371
|
-
operationId: "container-add-component",
|
|
372
|
-
};
|
|
373
367
|
/** Call pull-image webhook */
|
|
374
368
|
export const containerCallPullImageWebhookForService = {
|
|
375
369
|
path: "/v2/stacks/{stackId}/webhooks/pull-image",
|
|
@@ -502,12 +496,6 @@ export const containerListStackVolumes = {
|
|
|
502
496
|
method: "GET",
|
|
503
497
|
operationId: "container-list-stack-volumes",
|
|
504
498
|
};
|
|
505
|
-
/** List Container Template statistics. */
|
|
506
|
-
export const containerListTemplateStatistics = {
|
|
507
|
-
path: "/v2/container-template-statistics",
|
|
508
|
-
method: "GET",
|
|
509
|
-
operationId: "container-list-template-statistics",
|
|
510
|
-
};
|
|
511
499
|
/** List Container Templates. */
|
|
512
500
|
export const containerListTemplates = {
|
|
513
501
|
path: "/v2/container-templates",
|
|
@@ -106,8 +106,6 @@ const buildContainerApi = (baseClient) => ({
|
|
|
106
106
|
listServices: new ApiCallAsyncResourceFactory(descriptors.containerListServices, baseClient.container.listServices).getApiResource,
|
|
107
107
|
/** List Volumes belonging to a Stack. */
|
|
108
108
|
listStackVolumes: new ApiCallAsyncResourceFactory(descriptors.containerListStackVolumes, baseClient.container.listStackVolumes).getApiResource,
|
|
109
|
-
/** List Container Template statistics. */
|
|
110
|
-
listTemplateStatistics: new ApiCallAsyncResourceFactory(descriptors.containerListTemplateStatistics, baseClient.container.listTemplateStatistics).getApiResource,
|
|
111
109
|
/** List Container Templates. */
|
|
112
110
|
listTemplates: new ApiCallAsyncResourceFactory(descriptors.containerListTemplates, baseClient.container.listTemplates).getApiResource,
|
|
113
111
|
/** List Volumes belonging to a Project. */
|
|
@@ -140,8 +140,6 @@ export class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
140
140
|
};
|
|
141
141
|
/** The container API allows you to manage your stacks, containers, volumes and registries. */
|
|
142
142
|
container = {
|
|
143
|
-
/** Add a component to a Stack. */
|
|
144
|
-
addComponent: this.requestFunctionFactory(descriptors.containerAddComponent),
|
|
145
143
|
/** Call pull-image webhook */
|
|
146
144
|
callPullImageWebhookForService: this.requestFunctionFactory(descriptors.containerCallPullImageWebhookForService),
|
|
147
145
|
/** List Registries belonging to a Project. */
|
|
@@ -186,8 +184,6 @@ export class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
186
184
|
listServices: this.requestFunctionFactory(descriptors.containerListServices),
|
|
187
185
|
/** List Volumes belonging to a Stack. */
|
|
188
186
|
listStackVolumes: this.requestFunctionFactory(descriptors.containerListStackVolumes),
|
|
189
|
-
/** List Container Template statistics. */
|
|
190
|
-
listTemplateStatistics: this.requestFunctionFactory(descriptors.containerListTemplateStatistics),
|
|
191
187
|
/** List Container Templates. */
|
|
192
188
|
listTemplates: this.requestFunctionFactory(descriptors.containerListTemplates),
|
|
193
189
|
/** List Volumes belonging to a Project. */
|
|
@@ -364,12 +364,6 @@ export const backupUpdateProjectBackupDescription = {
|
|
|
364
364
|
method: "PATCH",
|
|
365
365
|
operationId: "backup-update-project-backup-description",
|
|
366
366
|
};
|
|
367
|
-
/** Add a component to a Stack. */
|
|
368
|
-
export const containerAddComponent = {
|
|
369
|
-
path: "/v3-next/stacks/{stackId}/actions/add-component",
|
|
370
|
-
method: "POST",
|
|
371
|
-
operationId: "container-add-component",
|
|
372
|
-
};
|
|
373
367
|
/** Call pull-image webhook */
|
|
374
368
|
export const containerCallPullImageWebhookForService = {
|
|
375
369
|
path: "/v3-next/stacks/{stackId}/webhooks/pull-image",
|
|
@@ -502,12 +496,6 @@ export const containerListStackVolumes = {
|
|
|
502
496
|
method: "GET",
|
|
503
497
|
operationId: "container-list-stack-volumes",
|
|
504
498
|
};
|
|
505
|
-
/** List Container Template statistics. */
|
|
506
|
-
export const containerListTemplateStatistics = {
|
|
507
|
-
path: "/v3-next/container-template-statistics",
|
|
508
|
-
method: "GET",
|
|
509
|
-
operationId: "container-list-template-statistics",
|
|
510
|
-
};
|
|
511
499
|
/** List Container Templates. */
|
|
512
500
|
export const containerListTemplates = {
|
|
513
501
|
path: "/v3-next/container-templates",
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.411.0';
|
|
@@ -55,6 +55,7 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
55
55
|
deletedAt?: string | undefined;
|
|
56
56
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
57
57
|
modelTermsApprovalRequired: boolean;
|
|
58
|
+
name?: string | undefined;
|
|
58
59
|
nextTokenReset: string;
|
|
59
60
|
planId?: string | undefined;
|
|
60
61
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
@@ -95,6 +96,7 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
95
96
|
deletedAt?: string | undefined;
|
|
96
97
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
97
98
|
modelTermsApprovalRequired: boolean;
|
|
99
|
+
name?: string | undefined;
|
|
98
100
|
nextTokenReset: string;
|
|
99
101
|
planId?: string | undefined;
|
|
100
102
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
@@ -163,6 +165,7 @@ declare const buildAiHostingApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
163
165
|
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
164
166
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
165
167
|
modelTermsApprovalRequired: boolean;
|
|
168
|
+
name?: string | undefined;
|
|
166
169
|
nextTokenReset?: string | undefined;
|
|
167
170
|
projectId: string;
|
|
168
171
|
}>;
|
|
@@ -833,20 +836,6 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
833
836
|
page?: number | undefined;
|
|
834
837
|
} | undefined;
|
|
835
838
|
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[]>;
|
|
836
|
-
/** List Container Template statistics. */
|
|
837
|
-
listTemplateStatistics: (conf?: {
|
|
838
|
-
headers?: {
|
|
839
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
840
|
-
} | undefined;
|
|
841
|
-
queryParameters?: {
|
|
842
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
843
|
-
templateId?: string | undefined;
|
|
844
|
-
category?: string | undefined;
|
|
845
|
-
} | undefined;
|
|
846
|
-
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
847
|
-
category?: string | undefined;
|
|
848
|
-
templates?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[] | undefined;
|
|
849
|
-
}>;
|
|
850
839
|
/** List Container Templates. */
|
|
851
840
|
listTemplates: (conf?: {
|
|
852
841
|
headers?: {
|
|
@@ -857,6 +846,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
857
846
|
category?: string | undefined;
|
|
858
847
|
searchTerm?: string | undefined;
|
|
859
848
|
type?: "component" | "standalone" | undefined;
|
|
849
|
+
trend?: "30days" | "all" | undefined;
|
|
860
850
|
limit?: number | undefined;
|
|
861
851
|
skip?: number | undefined;
|
|
862
852
|
page?: number | undefined;
|
|
@@ -464,6 +464,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
464
464
|
deletedAt?: string | undefined;
|
|
465
465
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
466
466
|
modelTermsApprovalRequired: boolean;
|
|
467
|
+
name?: string | undefined;
|
|
467
468
|
nextTokenReset: string;
|
|
468
469
|
planId?: string | undefined;
|
|
469
470
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
@@ -502,6 +503,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
502
503
|
deletedAt?: string | undefined;
|
|
503
504
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
504
505
|
modelTermsApprovalRequired: boolean;
|
|
506
|
+
name?: string | undefined;
|
|
505
507
|
nextTokenReset: string;
|
|
506
508
|
planId?: string | undefined;
|
|
507
509
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
@@ -664,6 +666,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
664
666
|
deletedAt?: string | undefined;
|
|
665
667
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
666
668
|
modelTermsApprovalRequired: boolean;
|
|
669
|
+
name?: string | undefined;
|
|
667
670
|
nextTokenReset: string;
|
|
668
671
|
planId?: string | undefined;
|
|
669
672
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
@@ -701,6 +704,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
701
704
|
deletedAt?: string | undefined;
|
|
702
705
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
703
706
|
modelTermsApprovalRequired: boolean;
|
|
707
|
+
name?: string | undefined;
|
|
704
708
|
nextTokenReset: string;
|
|
705
709
|
planId?: string | undefined;
|
|
706
710
|
rateLimit: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
@@ -1163,6 +1167,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1163
1167
|
}, import("@mittwald/api-client-commons").Response<{
|
|
1164
1168
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
1165
1169
|
modelTermsApprovalRequired: boolean;
|
|
1170
|
+
name?: string | undefined;
|
|
1166
1171
|
nextTokenReset?: string | undefined;
|
|
1167
1172
|
projectId: string;
|
|
1168
1173
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -1190,6 +1195,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1190
1195
|
}, import("@mittwald/api-client-commons").Response<{
|
|
1191
1196
|
keys: import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
1192
1197
|
modelTermsApprovalRequired: boolean;
|
|
1198
|
+
name?: string | undefined;
|
|
1193
1199
|
nextTokenReset?: string | undefined;
|
|
1194
1200
|
projectId: string;
|
|
1195
1201
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -3908,99 +3914,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3908
3914
|
};
|
|
3909
3915
|
/** The container API allows you to manage your stacks, containers, volumes and registries. */
|
|
3910
3916
|
readonly container: {
|
|
3911
|
-
/** Add a component to a Stack. */
|
|
3912
|
-
addComponent: (request: {
|
|
3913
|
-
data: {
|
|
3914
|
-
templateConfig: {
|
|
3915
|
-
templateId: string;
|
|
3916
|
-
userInputs?: {
|
|
3917
|
-
name: string;
|
|
3918
|
-
value: string;
|
|
3919
|
-
}[] | undefined;
|
|
3920
|
-
};
|
|
3921
|
-
};
|
|
3922
|
-
stackId: string;
|
|
3923
|
-
headers?: {
|
|
3924
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
3925
|
-
"x-access-token"?: string | undefined;
|
|
3926
|
-
} | undefined;
|
|
3927
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
3928
|
-
data: {
|
|
3929
|
-
templateConfig: {
|
|
3930
|
-
templateId: string;
|
|
3931
|
-
userInputs?: {
|
|
3932
|
-
name: string;
|
|
3933
|
-
value: string;
|
|
3934
|
-
}[];
|
|
3935
|
-
};
|
|
3936
|
-
};
|
|
3937
|
-
} & {
|
|
3938
|
-
pathParameters: {
|
|
3939
|
-
stackId: string;
|
|
3940
|
-
};
|
|
3941
|
-
} & {
|
|
3942
|
-
headers?: Partial<{
|
|
3943
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3944
|
-
}>;
|
|
3945
|
-
} & {
|
|
3946
|
-
headers: {
|
|
3947
|
-
"x-access-token"?: string | undefined;
|
|
3948
|
-
} & Partial<{
|
|
3949
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3950
|
-
}>;
|
|
3951
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
3952
|
-
[x: string]: unknown;
|
|
3953
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3954
|
-
[x: string]: unknown;
|
|
3955
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3956
|
-
[x: string]: unknown;
|
|
3957
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3958
|
-
[x: string]: unknown;
|
|
3959
|
-
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3960
|
-
[x: string]: unknown;
|
|
3961
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3962
|
-
[x: string]: unknown;
|
|
3963
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3964
|
-
[x: string]: unknown;
|
|
3965
|
-
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
3966
|
-
data: {
|
|
3967
|
-
templateConfig: {
|
|
3968
|
-
templateId: string;
|
|
3969
|
-
userInputs?: {
|
|
3970
|
-
name: string;
|
|
3971
|
-
value: string;
|
|
3972
|
-
}[];
|
|
3973
|
-
};
|
|
3974
|
-
};
|
|
3975
|
-
} & {
|
|
3976
|
-
pathParameters: {
|
|
3977
|
-
stackId: string;
|
|
3978
|
-
};
|
|
3979
|
-
} & {
|
|
3980
|
-
headers?: Partial<{
|
|
3981
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3982
|
-
}>;
|
|
3983
|
-
} & {
|
|
3984
|
-
headers: {
|
|
3985
|
-
"x-access-token"?: string | undefined;
|
|
3986
|
-
} & Partial<{
|
|
3987
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3988
|
-
}>;
|
|
3989
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
3990
|
-
[x: string]: unknown;
|
|
3991
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3992
|
-
[x: string]: unknown;
|
|
3993
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3994
|
-
[x: string]: unknown;
|
|
3995
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3996
|
-
[x: string]: unknown;
|
|
3997
|
-
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3998
|
-
[x: string]: unknown;
|
|
3999
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4000
|
-
[x: string]: unknown;
|
|
4001
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4002
|
-
[x: string]: unknown;
|
|
4003
|
-
}, 500, "application/json">>>;
|
|
4004
3917
|
/** Call pull-image webhook */
|
|
4005
3918
|
callPullImageWebhookForService: (request: {
|
|
4006
3919
|
queryParameters: {
|
|
@@ -5871,61 +5784,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5871
5784
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5872
5785
|
[x: string]: unknown;
|
|
5873
5786
|
}, 500, "application/json">>>;
|
|
5874
|
-
/** List Container Template statistics. */
|
|
5875
|
-
listTemplateStatistics: (request?: {
|
|
5876
|
-
headers?: {
|
|
5877
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5878
|
-
} | undefined;
|
|
5879
|
-
queryParameters?: {
|
|
5880
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5881
|
-
templateId?: string | undefined;
|
|
5882
|
-
category?: string | undefined;
|
|
5883
|
-
} | undefined;
|
|
5884
|
-
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5885
|
-
headers?: Partial<{
|
|
5886
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5887
|
-
}>;
|
|
5888
|
-
} & {
|
|
5889
|
-
queryParameters: {
|
|
5890
|
-
templateId?: string | undefined;
|
|
5891
|
-
category?: string | undefined;
|
|
5892
|
-
} & Partial<{
|
|
5893
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5894
|
-
}>;
|
|
5895
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5896
|
-
category?: string | undefined;
|
|
5897
|
-
templates?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[] | undefined;
|
|
5898
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5899
|
-
[x: string]: unknown;
|
|
5900
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5901
|
-
[x: string]: unknown;
|
|
5902
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5903
|
-
[x: string]: unknown;
|
|
5904
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5905
|
-
[x: string]: unknown;
|
|
5906
|
-
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5907
|
-
headers?: Partial<{
|
|
5908
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5909
|
-
}>;
|
|
5910
|
-
} & {
|
|
5911
|
-
queryParameters: {
|
|
5912
|
-
templateId?: string | undefined;
|
|
5913
|
-
category?: string | undefined;
|
|
5914
|
-
} & Partial<{
|
|
5915
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5916
|
-
}>;
|
|
5917
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5918
|
-
category?: string | undefined;
|
|
5919
|
-
templates?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[] | undefined;
|
|
5920
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5921
|
-
[x: string]: unknown;
|
|
5922
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5923
|
-
[x: string]: unknown;
|
|
5924
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5925
|
-
[x: string]: unknown;
|
|
5926
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5927
|
-
[x: string]: unknown;
|
|
5928
|
-
}, 500, "application/json">>>;
|
|
5929
5787
|
/** List Container Templates. */
|
|
5930
5788
|
listTemplates: (request?: {
|
|
5931
5789
|
headers?: {
|
|
@@ -5936,6 +5794,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5936
5794
|
category?: string | undefined;
|
|
5937
5795
|
searchTerm?: string | undefined;
|
|
5938
5796
|
type?: "component" | "standalone" | undefined;
|
|
5797
|
+
trend?: "30days" | "all" | undefined;
|
|
5939
5798
|
limit?: number | undefined;
|
|
5940
5799
|
skip?: number | undefined;
|
|
5941
5800
|
page?: number | undefined;
|
|
@@ -5949,6 +5808,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5949
5808
|
category?: string | undefined;
|
|
5950
5809
|
searchTerm?: string | undefined;
|
|
5951
5810
|
type?: "component" | "standalone" | undefined;
|
|
5811
|
+
trend?: "30days" | "all" | undefined;
|
|
5952
5812
|
limit?: number | undefined;
|
|
5953
5813
|
skip?: number | undefined;
|
|
5954
5814
|
page?: number | undefined;
|
|
@@ -5970,6 +5830,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5970
5830
|
category?: string | undefined;
|
|
5971
5831
|
searchTerm?: string | undefined;
|
|
5972
5832
|
type?: "component" | "standalone" | undefined;
|
|
5833
|
+
trend?: "30days" | "all" | undefined;
|
|
5973
5834
|
limit?: number | undefined;
|
|
5974
5835
|
skip?: number | undefined;
|
|
5975
5836
|
page?: number | undefined;
|
|
@@ -125,8 +125,6 @@ export declare const backupReplaceProjectBackupExpirationTime: OpenAPIOperation<
|
|
|
125
125
|
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">>;
|
|
126
126
|
/** Change the description of a ProjectBackup. */
|
|
127
127
|
export declare const backupUpdateProjectBackupDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDescription.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDescription.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDescription.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDescription.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
128
|
-
/** Add a component to a Stack. */
|
|
129
|
-
export declare const containerAddComponent: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddComponent.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddComponent.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddComponent.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddComponent.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddComponent.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddComponent.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddComponent.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddComponent.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddComponent.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddComponent.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddComponent.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddComponent.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdActionsAddComponent.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
130
128
|
/** Call pull-image webhook */
|
|
131
129
|
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">>;
|
|
132
130
|
/** List Registries belonging to a Project. */
|
|
@@ -171,8 +169,6 @@ export declare const containerListSelfStacks: OpenAPIOperation<RequestType<Simpl
|
|
|
171
169
|
export declare const containerListServices: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdServices.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdServices.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdServices.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdServices.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdServices.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdServices.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdServices.Get.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdServices.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdServices.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdServices.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
172
170
|
/** List Volumes belonging to a Stack. */
|
|
173
171
|
export declare const containerListStackVolumes: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdVolumes.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdVolumes.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2StacksStackIdVolumes.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdVolumes.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdVolumes.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdVolumes.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdVolumes.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdVolumes.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2StacksStackIdVolumes.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
174
|
-
/** List Container Template statistics. */
|
|
175
|
-
export declare const containerListTemplateStatistics: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplateStatistics.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplateStatistics.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContainerTemplateStatistics.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplateStatistics.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplateStatistics.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplateStatistics.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplateStatistics.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplateStatistics.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContainerTemplateStatistics.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
176
172
|
/** List Container Templates. */
|
|
177
173
|
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">>;
|
|
178
174
|
/** List Volumes belonging to a Project. */
|