@mittwald/api-client 4.441.0 → 4.443.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.
@@ -298,6 +298,10 @@ export declare namespace MittwaldAPIV2 {
298
298
  type RequestData = InferredRequestData<typeof descriptors.containerGetTemplate>;
299
299
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplate, TStatus>;
300
300
  }
301
+ namespace ContainerListAccessibleServices {
302
+ type RequestData = InferredRequestData<typeof descriptors.containerListAccessibleServices>;
303
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListAccessibleServices, TStatus>;
304
+ }
301
305
  namespace ContainerListSelfStacks {
302
306
  type RequestData = InferredRequestData<typeof descriptors.containerListSelfStacks>;
303
307
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListSelfStacks, TStatus>;
@@ -4310,6 +4314,7 @@ export declare namespace MittwaldAPIV2 {
4310
4314
  nextScheduledWebhookExecution?: string;
4311
4315
  pendingInstallation: boolean;
4312
4316
  pendingRemoval: boolean;
4317
+ scopeChangeAcceptanceDeadline?: string;
4313
4318
  variantKey?: string;
4314
4319
  webhookExecutionHalted: boolean;
4315
4320
  }
@@ -5125,7 +5130,7 @@ export declare namespace MittwaldAPIV2 {
5125
5130
  enableSpamProtection: boolean;
5126
5131
  password: string;
5127
5132
  /**
5128
- * 2 GB
5133
+ * Storage limit of the mailbox in bytes. Must be at least 209715200 (200 MiB), or -1 for an unlimited quota.
5129
5134
  */
5130
5135
  quotaInBytes: number;
5131
5136
  };
@@ -5149,21 +5154,24 @@ export declare namespace MittwaldAPIV2 {
5149
5154
  forwardAddresses: string[];
5150
5155
  }
5151
5156
  interface MailMailAddressBackup {
5157
+ /**
5158
+ * Name of the backup; an eight-digit date in YYYYMMDD format. Use it as the backupId path parameter to recover emails from this backup.
5159
+ */
5152
5160
  name: string;
5153
5161
  }
5154
5162
  interface MailMailAddress {
5155
5163
  address: string;
5156
5164
  archive: {
5157
5165
  /**
5158
- * shows if the mail-archive is enabled
5166
+ * Shows if the mail-archive is enabled.
5159
5167
  */
5160
5168
  active: boolean;
5161
5169
  /**
5162
- * maximum available mail-archive storage in bytes
5170
+ * Maximum available mail-archive storage in bytes.
5163
5171
  */
5164
5172
  quota: number;
5165
5173
  /**
5166
- * current mail-archive usage in bytes
5174
+ * Current mail-archive usage in bytes.
5167
5175
  */
5168
5176
  usedBytes: number;
5169
5177
  };
@@ -5204,7 +5212,7 @@ export declare namespace MittwaldAPIV2 {
5204
5212
  projectId: string;
5205
5213
  rateLimitChangeRequest?: {
5206
5214
  /**
5207
- * id of the rate limit requested
5215
+ * ID of the rate limit requested.
5208
5216
  */
5209
5217
  rateLimitId: string;
5210
5218
  };
@@ -5979,11 +5987,9 @@ export declare namespace MittwaldAPIV2 {
5979
5987
  changes: {
5980
5988
  after: {
5981
5989
  name: string;
5982
- purpose: "unspecified" | "primary" | "cache" | "custom";
5983
5990
  };
5984
5991
  before: {
5985
5992
  name: string | null;
5986
- purpose: string | null;
5987
5993
  };
5988
5994
  };
5989
5995
  name: "app.database-linked";
@@ -5996,11 +6002,9 @@ export declare namespace MittwaldAPIV2 {
5996
6002
  changes: {
5997
6003
  after: {
5998
6004
  name: string | null;
5999
- purpose: string | null;
6000
6005
  };
6001
6006
  before: {
6002
6007
  name: string;
6003
- purpose: "unspecified" | "primary" | "cache" | "custom";
6004
6008
  };
6005
6009
  };
6006
6010
  name: "app.database-unlinked";
@@ -6038,6 +6042,21 @@ export declare namespace MittwaldAPIV2 {
6038
6042
  error?: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6039
6043
  };
6040
6044
  }
6045
+ interface ActivitylogAppInstallationMainDatabaseChanged {
6046
+ changes: {
6047
+ after: {
6048
+ name: string | null;
6049
+ };
6050
+ before: {
6051
+ name: string | null;
6052
+ };
6053
+ };
6054
+ name: "app.main-database-changed";
6055
+ parameters: {
6056
+ appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6057
+ database: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6058
+ };
6059
+ }
6041
6060
  interface ActivitylogAppInstallationCopyRequested {
6042
6061
  name: "app.copy-requested";
6043
6062
  parameters: {
@@ -6216,7 +6235,7 @@ export declare namespace MittwaldAPIV2 {
6216
6235
  version: string | null;
6217
6236
  };
6218
6237
  };
6219
- name: "database.mysql-version-set";
6238
+ name: "database.mysql-version-set" | "database.redis-version-set";
6220
6239
  parameters: {
6221
6240
  description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6222
6241
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
@@ -6227,9 +6246,11 @@ export declare namespace MittwaldAPIV2 {
6227
6246
  changes: {
6228
6247
  after?: {
6229
6248
  aRecords: "managed";
6249
+ ttl?: (number | "auto") | null;
6230
6250
  };
6231
6251
  before?: {
6232
6252
  aRecords: string[] | null;
6253
+ ttl?: (number | "auto") | null;
6233
6254
  };
6234
6255
  };
6235
6256
  name: "dns.a-record-set-managed";
@@ -6305,9 +6326,11 @@ export declare namespace MittwaldAPIV2 {
6305
6326
  changes: {
6306
6327
  after?: {
6307
6328
  mx: "managed";
6329
+ ttl?: (number | "auto") | null;
6308
6330
  };
6309
6331
  before?: {
6310
6332
  mx: {}[] | null;
6333
+ ttl?: (number | "auto") | null;
6311
6334
  };
6312
6335
  };
6313
6336
  name: "dns.mx-record-set-managed";
@@ -6459,7 +6482,7 @@ export declare namespace MittwaldAPIV2 {
6459
6482
  name: string;
6460
6483
  }
6461
6484
  interface ActivitylogLogEntry {
6462
- action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsDomainDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsIngressDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserPasswordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationFailed | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDatabaseLinked | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDatabaseUnlinked | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
6485
+ action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsDomainDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsIngressDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserPasswordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationFailed | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDatabaseLinked | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDatabaseUnlinked | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationMainDatabaseChanged | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
6463
6486
  aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
6464
6487
  dateTime: string;
6465
6488
  /**
@@ -6863,11 +6886,6 @@ export declare namespace MittwaldAPIV2 {
6863
6886
  notificationThresholdInBytes?: number;
6864
6887
  statisticCategories?: MittwaldAPIV2.Components.Schemas.StoragespaceStatisticsCategory[];
6865
6888
  }
6866
- interface TaskAggregateReference {
6867
- aggregate: string;
6868
- domain: string;
6869
- id: string;
6870
- }
6871
6889
  interface SignupAccount {
6872
6890
  email?: string;
6873
6891
  /**
@@ -11294,6 +11312,63 @@ export declare namespace MittwaldAPIV2 {
11294
11312
  }
11295
11313
  }
11296
11314
  }
11315
+ namespace V2Services {
11316
+ namespace Get {
11317
+ namespace Parameters {
11318
+ type Path = {};
11319
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
11320
+ type Query = {
11321
+ searchTerm?: string;
11322
+ sortOrder?: MittwaldAPIV2.Components.Schemas.ContainerServiceSortOrder;
11323
+ limit?: number;
11324
+ skip?: number;
11325
+ page?: number;
11326
+ };
11327
+ }
11328
+ namespace Responses {
11329
+ namespace $200 {
11330
+ namespace Content {
11331
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[];
11332
+ }
11333
+ }
11334
+ namespace $400 {
11335
+ namespace Content {
11336
+ interface ApplicationJson {
11337
+ [k: string]: unknown;
11338
+ }
11339
+ }
11340
+ }
11341
+ namespace $403 {
11342
+ namespace Content {
11343
+ interface ApplicationJson {
11344
+ [k: string]: unknown;
11345
+ }
11346
+ }
11347
+ }
11348
+ namespace $429 {
11349
+ namespace Content {
11350
+ interface ApplicationJson {
11351
+ [k: string]: unknown;
11352
+ }
11353
+ }
11354
+ }
11355
+ namespace $500 {
11356
+ namespace Content {
11357
+ interface ApplicationJson {
11358
+ [k: string]: unknown;
11359
+ }
11360
+ }
11361
+ }
11362
+ namespace Default {
11363
+ namespace Content {
11364
+ interface ApplicationJson {
11365
+ [k: string]: unknown;
11366
+ }
11367
+ }
11368
+ }
11369
+ }
11370
+ }
11371
+ }
11297
11372
  namespace V2Stacks {
11298
11373
  namespace Get {
11299
11374
  namespace Parameters {
@@ -14399,6 +14474,7 @@ export declare namespace MittwaldAPIV2 {
14399
14474
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
14400
14475
  type Query = {
14401
14476
  includeServiceCronjobs?: boolean;
14477
+ stackId?: string;
14402
14478
  limit?: number;
14403
14479
  skip?: number;
14404
14480
  page?: number;
@@ -17568,7 +17644,7 @@ export declare namespace MittwaldAPIV2 {
17568
17644
  };
17569
17645
  interface RequestBody {
17570
17646
  /**
17571
- * 2 GB
17647
+ * Storage limit of the mailbox in bytes. Must be at least 209715200 (200 MiB), or -1 for an unlimited quota.
17572
17648
  */
17573
17649
  quotaInBytes: number;
17574
17650
  }
@@ -19635,6 +19711,7 @@ export declare namespace MittwaldAPIV2 {
19635
19711
  extensionId?: string;
19636
19712
  searchTerm?: string;
19637
19713
  anchor?: string;
19714
+ hasAcceptedAllScopes?: boolean;
19638
19715
  limit?: number;
19639
19716
  skip?: number;
19640
19717
  page?: number;
@@ -23664,6 +23741,9 @@ export declare namespace MittwaldAPIV2 {
23664
23741
  };
23665
23742
  interface RequestBody {
23666
23743
  description: string;
23744
+ /**
23745
+ * Password of the Deliverybox. Write-only: it is never returned by any route.
23746
+ */
23667
23747
  password: string;
23668
23748
  }
23669
23749
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
@@ -27674,6 +27754,7 @@ export declare namespace MittwaldAPIV2 {
27674
27754
  type Query = {
27675
27755
  limit?: number;
27676
27756
  skip?: number;
27757
+ page?: number;
27677
27758
  };
27678
27759
  }
27679
27760
  namespace Responses {
@@ -27917,6 +27998,7 @@ export declare namespace MittwaldAPIV2 {
27917
27998
  type Query = {
27918
27999
  limit?: number;
27919
28000
  skip?: number;
28001
+ page?: number;
27920
28002
  };
27921
28003
  }
27922
28004
  namespace Responses {
@@ -740,6 +740,21 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
740
740
  version: string;
741
741
  website?: string | undefined;
742
742
  }>;
743
+ /** List Services the executing user has access to. */
744
+ listAccessibleServices: (conf?: {
745
+ headers?: {
746
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
747
+ "x-access-token"?: string | undefined;
748
+ } | undefined;
749
+ queryParameters?: {
750
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
751
+ searchTerm?: string | undefined;
752
+ sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceSortOrder | undefined;
753
+ limit?: number | undefined;
754
+ skip?: number | undefined;
755
+ page?: number | undefined;
756
+ } | undefined;
757
+ } | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceResponse[]>;
743
758
  /** List Stacks belonging to the executing user. */
744
759
  listSelfStacks: (conf?: {
745
760
  headers?: {
@@ -1339,6 +1354,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
1339
1354
  extensionId?: string | undefined;
1340
1355
  searchTerm?: string | undefined;
1341
1356
  anchor?: string | undefined;
1357
+ hasAcceptedAllScopes?: boolean | undefined;
1342
1358
  limit?: number | undefined;
1343
1359
  skip?: number | undefined;
1344
1360
  page?: number | undefined;
@@ -1376,6 +1392,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
1376
1392
  nextScheduledWebhookExecution?: string | undefined;
1377
1393
  pendingInstallation: boolean;
1378
1394
  pendingRemoval: boolean;
1395
+ scopeChangeAcceptanceDeadline?: string | undefined;
1379
1396
  variantKey?: string | undefined;
1380
1397
  webhookExecutionHalted: boolean;
1381
1398
  }>;
@@ -1496,6 +1513,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
1496
1513
  nextScheduledWebhookExecution?: string | undefined;
1497
1514
  pendingInstallation: boolean;
1498
1515
  pendingRemoval: boolean;
1516
+ scopeChangeAcceptanceDeadline?: string | undefined;
1499
1517
  variantKey?: string | undefined;
1500
1518
  webhookExecutionHalted: boolean;
1501
1519
  }>;
@@ -1530,6 +1548,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
1530
1548
  nextScheduledWebhookExecution?: string | undefined;
1531
1549
  pendingInstallation: boolean;
1532
1550
  pendingRemoval: boolean;
1551
+ scopeChangeAcceptanceDeadline?: string | undefined;
1533
1552
  variantKey?: string | undefined;
1534
1553
  webhookExecutionHalted: boolean;
1535
1554
  }>;
@@ -1771,6 +1790,7 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV3NextClient) => {
1771
1790
  queryParameters?: {
1772
1791
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1773
1792
  includeServiceCronjobs?: boolean | undefined;
1793
+ stackId?: string | undefined;
1774
1794
  limit?: number | undefined;
1775
1795
  skip?: number | undefined;
1776
1796
  page?: number | undefined;
@@ -3730,6 +3750,7 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV3NextClient) => {
3730
3750
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
3731
3751
  limit?: number | undefined;
3732
3752
  skip?: number | undefined;
3753
+ page?: number | undefined;
3733
3754
  } | undefined;
3734
3755
  }) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSshuserSftpUser[]>;
3735
3756
  /** Get an SFTPUser. */
@@ -3765,6 +3786,7 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV3NextClient) => {
3765
3786
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
3766
3787
  limit?: number | undefined;
3767
3788
  skip?: number | undefined;
3789
+ page?: number | undefined;
3768
3790
  } | undefined;
3769
3791
  }) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSshuserSshUser[]>;
3770
3792
  /** Get an SSHUser. */
@@ -5149,6 +5149,77 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
5149
5149
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5150
5150
  [x: string]: unknown;
5151
5151
  }, 500, "application/json">>>;
5152
+ /** List Services the executing user has access to. */
5153
+ listAccessibleServices: (request?: {
5154
+ headers?: {
5155
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5156
+ "x-access-token"?: string | undefined;
5157
+ } | undefined;
5158
+ queryParameters?: {
5159
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5160
+ searchTerm?: string | undefined;
5161
+ sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceSortOrder | undefined;
5162
+ limit?: number | undefined;
5163
+ skip?: number | undefined;
5164
+ page?: number | undefined;
5165
+ } | undefined;
5166
+ } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5167
+ headers?: Partial<{
5168
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5169
+ }>;
5170
+ } & {
5171
+ queryParameters: {
5172
+ searchTerm?: string | undefined;
5173
+ sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceSortOrder | undefined;
5174
+ limit?: number | undefined;
5175
+ skip?: number | undefined;
5176
+ page?: number | undefined;
5177
+ } & Partial<{
5178
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5179
+ }>;
5180
+ } & {
5181
+ headers: {
5182
+ "x-access-token"?: string | undefined;
5183
+ } & Partial<{
5184
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5185
+ }>;
5186
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceResponse[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5187
+ [x: string]: unknown;
5188
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5189
+ [x: string]: unknown;
5190
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
5191
+ [x: string]: unknown;
5192
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5193
+ [x: string]: unknown;
5194
+ }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5195
+ headers?: Partial<{
5196
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5197
+ }>;
5198
+ } & {
5199
+ queryParameters: {
5200
+ searchTerm?: string | undefined;
5201
+ sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceSortOrder | undefined;
5202
+ limit?: number | undefined;
5203
+ skip?: number | undefined;
5204
+ page?: number | undefined;
5205
+ } & Partial<{
5206
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5207
+ }>;
5208
+ } & {
5209
+ headers: {
5210
+ "x-access-token"?: string | undefined;
5211
+ } & Partial<{
5212
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5213
+ }>;
5214
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceResponse[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5215
+ [x: string]: unknown;
5216
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5217
+ [x: string]: unknown;
5218
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
5219
+ [x: string]: unknown;
5220
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5221
+ [x: string]: unknown;
5222
+ }, 500, "application/json">>>;
5152
5223
  /** List Stacks belonging to the executing user. */
5153
5224
  listSelfStacks: (request?: {
5154
5225
  headers?: {
@@ -9896,6 +9967,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
9896
9967
  extensionId?: string | undefined;
9897
9968
  searchTerm?: string | undefined;
9898
9969
  anchor?: string | undefined;
9970
+ hasAcceptedAllScopes?: boolean | undefined;
9899
9971
  limit?: number | undefined;
9900
9972
  skip?: number | undefined;
9901
9973
  page?: number | undefined;
@@ -9913,6 +9985,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
9913
9985
  extensionId?: string | undefined;
9914
9986
  searchTerm?: string | undefined;
9915
9987
  anchor?: string | undefined;
9988
+ hasAcceptedAllScopes?: boolean | undefined;
9916
9989
  limit?: number | undefined;
9917
9990
  skip?: number | undefined;
9918
9991
  page?: number | undefined;
@@ -9942,6 +10015,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
9942
10015
  extensionId?: string | undefined;
9943
10016
  searchTerm?: string | undefined;
9944
10017
  anchor?: string | undefined;
10018
+ hasAcceptedAllScopes?: boolean | undefined;
9945
10019
  limit?: number | undefined;
9946
10020
  skip?: number | undefined;
9947
10021
  page?: number | undefined;
@@ -10131,6 +10205,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
10131
10205
  nextScheduledWebhookExecution?: string | undefined;
10132
10206
  pendingInstallation: boolean;
10133
10207
  pendingRemoval: boolean;
10208
+ scopeChangeAcceptanceDeadline?: string | undefined;
10134
10209
  variantKey?: string | undefined;
10135
10210
  webhookExecutionHalted: boolean;
10136
10211
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -10176,6 +10251,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
10176
10251
  nextScheduledWebhookExecution?: string | undefined;
10177
10252
  pendingInstallation: boolean;
10178
10253
  pendingRemoval: boolean;
10254
+ scopeChangeAcceptanceDeadline?: string | undefined;
10179
10255
  variantKey?: string | undefined;
10180
10256
  webhookExecutionHalted: boolean;
10181
10257
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -11200,6 +11276,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
11200
11276
  nextScheduledWebhookExecution?: string | undefined;
11201
11277
  pendingInstallation: boolean;
11202
11278
  pendingRemoval: boolean;
11279
+ scopeChangeAcceptanceDeadline?: string | undefined;
11203
11280
  variantKey?: string | undefined;
11204
11281
  webhookExecutionHalted: boolean;
11205
11282
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -11244,6 +11321,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
11244
11321
  nextScheduledWebhookExecution?: string | undefined;
11245
11322
  pendingInstallation: boolean;
11246
11323
  pendingRemoval: boolean;
11324
+ scopeChangeAcceptanceDeadline?: string | undefined;
11247
11325
  variantKey?: string | undefined;
11248
11326
  webhookExecutionHalted: boolean;
11249
11327
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -11297,6 +11375,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
11297
11375
  nextScheduledWebhookExecution?: string | undefined;
11298
11376
  pendingInstallation: boolean;
11299
11377
  pendingRemoval: boolean;
11378
+ scopeChangeAcceptanceDeadline?: string | undefined;
11300
11379
  variantKey?: string | undefined;
11301
11380
  webhookExecutionHalted: boolean;
11302
11381
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -11341,6 +11420,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
11341
11420
  nextScheduledWebhookExecution?: string | undefined;
11342
11421
  pendingInstallation: boolean;
11343
11422
  pendingRemoval: boolean;
11423
+ scopeChangeAcceptanceDeadline?: string | undefined;
11344
11424
  variantKey?: string | undefined;
11345
11425
  webhookExecutionHalted: boolean;
11346
11426
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -13524,6 +13604,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
13524
13604
  queryParameters?: {
13525
13605
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
13526
13606
  includeServiceCronjobs?: boolean | undefined;
13607
+ stackId?: string | undefined;
13527
13608
  limit?: number | undefined;
13528
13609
  skip?: number | undefined;
13529
13610
  page?: number | undefined;
@@ -13539,6 +13620,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
13539
13620
  } & {
13540
13621
  queryParameters: {
13541
13622
  includeServiceCronjobs?: boolean | undefined;
13623
+ stackId?: string | undefined;
13542
13624
  limit?: number | undefined;
13543
13625
  skip?: number | undefined;
13544
13626
  page?: number | undefined;
@@ -13564,6 +13646,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
13564
13646
  } & {
13565
13647
  queryParameters: {
13566
13648
  includeServiceCronjobs?: boolean | undefined;
13649
+ stackId?: string | undefined;
13567
13650
  limit?: number | undefined;
13568
13651
  skip?: number | undefined;
13569
13652
  page?: number | undefined;
@@ -30255,6 +30338,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
30255
30338
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
30256
30339
  limit?: number | undefined;
30257
30340
  skip?: number | undefined;
30341
+ page?: number | undefined;
30258
30342
  } | undefined;
30259
30343
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
30260
30344
  headers?: Partial<{
@@ -30268,6 +30352,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
30268
30352
  queryParameters: {
30269
30353
  limit?: number | undefined;
30270
30354
  skip?: number | undefined;
30355
+ page?: number | undefined;
30271
30356
  } & Partial<{
30272
30357
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
30273
30358
  }>;
@@ -30295,6 +30380,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
30295
30380
  queryParameters: {
30296
30381
  limit?: number | undefined;
30297
30382
  skip?: number | undefined;
30383
+ page?: number | undefined;
30298
30384
  } & Partial<{
30299
30385
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
30300
30386
  }>;
@@ -30622,6 +30708,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
30622
30708
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
30623
30709
  limit?: number | undefined;
30624
30710
  skip?: number | undefined;
30711
+ page?: number | undefined;
30625
30712
  } | undefined;
30626
30713
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
30627
30714
  headers?: Partial<{
@@ -30635,6 +30722,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
30635
30722
  queryParameters: {
30636
30723
  limit?: number | undefined;
30637
30724
  skip?: number | undefined;
30725
+ page?: number | undefined;
30638
30726
  } & Partial<{
30639
30727
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
30640
30728
  }>;
@@ -30662,6 +30750,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
30662
30750
  queryParameters: {
30663
30751
  limit?: number | undefined;
30664
30752
  skip?: number | undefined;
30753
+ page?: number | undefined;
30665
30754
  } & Partial<{
30666
30755
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
30667
30756
  }>;
@@ -151,6 +151,8 @@ export declare const containerGetService: OpenAPIOperation<RequestType<Simplify<
151
151
  export declare const containerGetTemplateAsset: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$200.Content.ImageJpeg>, 200, "image/jpeg"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$200.Content.ImagePng>, 200, "image/png"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$200.Content.ImageSvgXml>, 200, "image/svg+xml"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$200.Content.ImageWebp>, 200, "image/webp"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$304.Content.Empty>, 304, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
152
152
  /** Get a Container Template by ID. */
153
153
  export declare const containerGetTemplate: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
154
+ /** List Services the executing user has access to. */
155
+ export declare const containerListAccessibleServices: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
154
156
  /** List Stacks belonging to the executing user. */
155
157
  export declare const containerListSelfStacks: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacks.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacks.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacks.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacks.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacks.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacks.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacks.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacks.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacks.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
156
158
  /** List Services belonging to a Project. */