@mittwald/api-client 0.0.0-development-53640b8-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.
@@ -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",
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '0.0.0-development-d575ea2-20260713';
1
+ export const MittwaldAPIClientVersion = '4.411.0';
@@ -836,20 +836,6 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
836
836
  page?: number | undefined;
837
837
  } | undefined;
838
838
  }) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[]>;
839
- /** List Container Template statistics. */
840
- listTemplateStatistics: (conf?: {
841
- headers?: {
842
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
843
- } | undefined;
844
- queryParameters?: {
845
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
846
- templateId?: string | undefined;
847
- category?: string | undefined;
848
- } | undefined;
849
- } | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<{
850
- category?: string | undefined;
851
- templates?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[] | undefined;
852
- }>;
853
839
  /** List Container Templates. */
854
840
  listTemplates: (conf?: {
855
841
  headers?: {
@@ -860,6 +846,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
860
846
  category?: string | undefined;
861
847
  searchTerm?: string | undefined;
862
848
  type?: "component" | "standalone" | undefined;
849
+ trend?: "30days" | "all" | undefined;
863
850
  limit?: number | undefined;
864
851
  skip?: number | undefined;
865
852
  page?: number | undefined;
@@ -3914,99 +3914,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3914
3914
  };
3915
3915
  /** The container API allows you to manage your stacks, containers, volumes and registries. */
3916
3916
  readonly container: {
3917
- /** Add a component to a Stack. */
3918
- addComponent: (request: {
3919
- data: {
3920
- templateConfig: {
3921
- templateId: string;
3922
- userInputs?: {
3923
- name: string;
3924
- value: string;
3925
- }[] | undefined;
3926
- };
3927
- };
3928
- stackId: string;
3929
- headers?: {
3930
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
3931
- "x-access-token"?: string | undefined;
3932
- } | undefined;
3933
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
3934
- data: {
3935
- templateConfig: {
3936
- templateId: string;
3937
- userInputs?: {
3938
- name: string;
3939
- value: string;
3940
- }[];
3941
- };
3942
- };
3943
- } & {
3944
- pathParameters: {
3945
- stackId: string;
3946
- };
3947
- } & {
3948
- headers?: Partial<{
3949
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3950
- }>;
3951
- } & {
3952
- headers: {
3953
- "x-access-token"?: string | undefined;
3954
- } & Partial<{
3955
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3956
- }>;
3957
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
3958
- [x: string]: unknown;
3959
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
3960
- [x: string]: unknown;
3961
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
3962
- [x: string]: unknown;
3963
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
3964
- [x: string]: unknown;
3965
- }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
3966
- [x: string]: unknown;
3967
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
3968
- [x: string]: unknown;
3969
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
3970
- [x: string]: unknown;
3971
- }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
3972
- data: {
3973
- templateConfig: {
3974
- templateId: string;
3975
- userInputs?: {
3976
- name: string;
3977
- value: string;
3978
- }[];
3979
- };
3980
- };
3981
- } & {
3982
- pathParameters: {
3983
- stackId: string;
3984
- };
3985
- } & {
3986
- headers?: Partial<{
3987
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3988
- }>;
3989
- } & {
3990
- headers: {
3991
- "x-access-token"?: string | undefined;
3992
- } & Partial<{
3993
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3994
- }>;
3995
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
3996
- [x: string]: unknown;
3997
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
3998
- [x: string]: unknown;
3999
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
4000
- [x: string]: unknown;
4001
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
4002
- [x: string]: unknown;
4003
- }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
4004
- [x: string]: unknown;
4005
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
4006
- [x: string]: unknown;
4007
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
4008
- [x: string]: unknown;
4009
- }, 500, "application/json">>>;
4010
3917
  /** Call pull-image webhook */
4011
3918
  callPullImageWebhookForService: (request: {
4012
3919
  queryParameters: {
@@ -5877,61 +5784,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5877
5784
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5878
5785
  [x: string]: unknown;
5879
5786
  }, 500, "application/json">>>;
5880
- /** List Container Template statistics. */
5881
- listTemplateStatistics: (request?: {
5882
- headers?: {
5883
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5884
- } | undefined;
5885
- queryParameters?: {
5886
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5887
- templateId?: string | undefined;
5888
- category?: string | undefined;
5889
- } | undefined;
5890
- } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5891
- headers?: Partial<{
5892
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5893
- }>;
5894
- } & {
5895
- queryParameters: {
5896
- templateId?: string | undefined;
5897
- category?: string | undefined;
5898
- } & Partial<{
5899
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5900
- }>;
5901
- }, import("@mittwald/api-client-commons").Response<{
5902
- category?: string | undefined;
5903
- templates?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[] | undefined;
5904
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5905
- [x: string]: unknown;
5906
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5907
- [x: string]: unknown;
5908
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5909
- [x: string]: unknown;
5910
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5911
- [x: string]: unknown;
5912
- }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5913
- headers?: Partial<{
5914
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5915
- }>;
5916
- } & {
5917
- queryParameters: {
5918
- templateId?: string | undefined;
5919
- category?: string | undefined;
5920
- } & Partial<{
5921
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5922
- }>;
5923
- }, import("@mittwald/api-client-commons").Response<{
5924
- category?: string | undefined;
5925
- templates?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[] | undefined;
5926
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5927
- [x: string]: unknown;
5928
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5929
- [x: string]: unknown;
5930
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5931
- [x: string]: unknown;
5932
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5933
- [x: string]: unknown;
5934
- }, 500, "application/json">>>;
5935
5787
  /** List Container Templates. */
5936
5788
  listTemplates: (request?: {
5937
5789
  headers?: {
@@ -5942,6 +5794,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5942
5794
  category?: string | undefined;
5943
5795
  searchTerm?: string | undefined;
5944
5796
  type?: "component" | "standalone" | undefined;
5797
+ trend?: "30days" | "all" | undefined;
5945
5798
  limit?: number | undefined;
5946
5799
  skip?: number | undefined;
5947
5800
  page?: number | undefined;
@@ -5955,6 +5808,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5955
5808
  category?: string | undefined;
5956
5809
  searchTerm?: string | undefined;
5957
5810
  type?: "component" | "standalone" | undefined;
5811
+ trend?: "30days" | "all" | undefined;
5958
5812
  limit?: number | undefined;
5959
5813
  skip?: number | undefined;
5960
5814
  page?: number | undefined;
@@ -5976,6 +5830,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5976
5830
  category?: string | undefined;
5977
5831
  searchTerm?: string | undefined;
5978
5832
  type?: "component" | "standalone" | undefined;
5833
+ trend?: "30days" | "all" | undefined;
5979
5834
  limit?: number | undefined;
5980
5835
  skip?: number | undefined;
5981
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. */