@mittwald/api-client 4.127.0 → 4.129.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.
@@ -154,6 +154,98 @@ export declare namespace MittwaldAPIV2 {
154
154
  type RequestData = InferredRequestData<typeof descriptors.backupUpdateProjectBackupDescription>;
155
155
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupUpdateProjectBackupDescription, TStatus>;
156
156
  }
157
+ namespace ContainerListRegistries {
158
+ type RequestData = InferredRequestData<typeof descriptors.containerListRegistries>;
159
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListRegistries, TStatus>;
160
+ }
161
+ namespace ContainerCreateRegistry {
162
+ type RequestData = InferredRequestData<typeof descriptors.containerCreateRegistry>;
163
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerCreateRegistry, TStatus>;
164
+ }
165
+ namespace ContainerGetStack {
166
+ type RequestData = InferredRequestData<typeof descriptors.containerGetStack>;
167
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetStack, TStatus>;
168
+ }
169
+ namespace ContainerDeclareStack {
170
+ type RequestData = InferredRequestData<typeof descriptors.containerDeclareStack>;
171
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerDeclareStack, TStatus>;
172
+ }
173
+ namespace ContainerUpdateStack {
174
+ type RequestData = InferredRequestData<typeof descriptors.containerUpdateStack>;
175
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerUpdateStack, TStatus>;
176
+ }
177
+ namespace ContainerGetRegistry {
178
+ type RequestData = InferredRequestData<typeof descriptors.containerGetRegistry>;
179
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetRegistry, TStatus>;
180
+ }
181
+ namespace ContainerDeleteRegistry {
182
+ type RequestData = InferredRequestData<typeof descriptors.containerDeleteRegistry>;
183
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerDeleteRegistry, TStatus>;
184
+ }
185
+ namespace ContainerUpdateRegistry {
186
+ type RequestData = InferredRequestData<typeof descriptors.containerUpdateRegistry>;
187
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerUpdateRegistry, TStatus>;
188
+ }
189
+ namespace ContainerGetVolume {
190
+ type RequestData = InferredRequestData<typeof descriptors.containerGetVolume>;
191
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetVolume, TStatus>;
192
+ }
193
+ namespace ContainerDeleteVolume {
194
+ type RequestData = InferredRequestData<typeof descriptors.containerDeleteVolume>;
195
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerDeleteVolume, TStatus>;
196
+ }
197
+ namespace ContainerGetContainerImageConfig {
198
+ type RequestData = InferredRequestData<typeof descriptors.containerGetContainerImageConfig>;
199
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetContainerImageConfig, TStatus>;
200
+ }
201
+ namespace ContainerGetServiceLogs {
202
+ type RequestData = InferredRequestData<typeof descriptors.containerGetServiceLogs>;
203
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetServiceLogs, TStatus>;
204
+ }
205
+ namespace ContainerGetService {
206
+ type RequestData = InferredRequestData<typeof descriptors.containerGetService>;
207
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetService, TStatus>;
208
+ }
209
+ namespace ContainerListServices {
210
+ type RequestData = InferredRequestData<typeof descriptors.containerListServices>;
211
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListServices, TStatus>;
212
+ }
213
+ namespace ContainerListStacks {
214
+ type RequestData = InferredRequestData<typeof descriptors.containerListStacks>;
215
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListStacks, TStatus>;
216
+ }
217
+ namespace ContainerListVolumes {
218
+ type RequestData = InferredRequestData<typeof descriptors.containerListVolumes>;
219
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListVolumes, TStatus>;
220
+ }
221
+ namespace ContainerPullImageForService {
222
+ type RequestData = InferredRequestData<typeof descriptors.containerPullImageForService>;
223
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerPullImageForService, TStatus>;
224
+ }
225
+ namespace ContainerRecreateService {
226
+ type RequestData = InferredRequestData<typeof descriptors.containerRecreateService>;
227
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerRecreateService, TStatus>;
228
+ }
229
+ namespace ContainerRestartService {
230
+ type RequestData = InferredRequestData<typeof descriptors.containerRestartService>;
231
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerRestartService, TStatus>;
232
+ }
233
+ namespace ContainerStartService {
234
+ type RequestData = InferredRequestData<typeof descriptors.containerStartService>;
235
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerStartService, TStatus>;
236
+ }
237
+ namespace ContainerStopService {
238
+ type RequestData = InferredRequestData<typeof descriptors.containerStopService>;
239
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerStopService, TStatus>;
240
+ }
241
+ namespace ContainerValidateContainerRegistryUri {
242
+ type RequestData = InferredRequestData<typeof descriptors.containerValidateContainerRegistryUri>;
243
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerValidateContainerRegistryUri, TStatus>;
244
+ }
245
+ namespace ContainerValidateRegistryCredentials {
246
+ type RequestData = InferredRequestData<typeof descriptors.containerValidateRegistryCredentials>;
247
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerValidateRegistryCredentials, TStatus>;
248
+ }
157
249
  namespace ContractTerminateContractItem {
158
250
  type RequestData = InferredRequestData<typeof descriptors.contractTerminateContractItem>;
159
251
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractTerminateContractItem, TStatus>;
@@ -826,6 +918,14 @@ export declare namespace MittwaldAPIV2 {
826
918
  type RequestData = InferredRequestData<typeof descriptors.invoiceListCustomerInvoices>;
827
919
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.invoiceListCustomerInvoices, TStatus>;
828
920
  }
921
+ namespace LeadFinderGetLeadFyndrProfileRequest {
922
+ type RequestData = InferredRequestData<typeof descriptors.leadFinderGetLeadFyndrProfileRequest>;
923
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadFinderGetLeadFyndrProfileRequest, TStatus>;
924
+ }
925
+ namespace LeadFinderGetLeadFyndrProfile {
926
+ type RequestData = InferredRequestData<typeof descriptors.leadFinderGetLeadFyndrProfile>;
927
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadFinderGetLeadFyndrProfile, TStatus>;
928
+ }
829
929
  namespace MailListDeliveryBoxes {
830
930
  type RequestData = InferredRequestData<typeof descriptors.mailListDeliveryBoxes>;
831
931
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListDeliveryBoxes, TStatus>;
@@ -1681,6 +1781,227 @@ export declare namespace MittwaldAPIV2 {
1681
1781
  ttl?: string;
1682
1782
  updatedAt?: string;
1683
1783
  }
1784
+ interface ContainerCreateRegistry {
1785
+ credentials?: MittwaldAPIV2.Components.Schemas.ContainerSetRegistryCredentials;
1786
+ description: string;
1787
+ uri: string;
1788
+ }
1789
+ interface ContainerContainerImageConfig {
1790
+ /**
1791
+ * Command of the container image.
1792
+ */
1793
+ command?: string[];
1794
+ /**
1795
+ * Entrypoint of the container image.
1796
+ */
1797
+ entrypoint?: string[];
1798
+ /**
1799
+ * List of environment variables the container image has.
1800
+ */
1801
+ env?: MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigEnv[];
1802
+ /**
1803
+ * List of exposed ports the container image has.
1804
+ */
1805
+ exposedPorts?: MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigExposedPort[];
1806
+ /**
1807
+ * Whether the image config has ai generated data.
1808
+ */
1809
+ hasAiGeneratedData: boolean;
1810
+ /**
1811
+ * Whether ai generation is available for the image reference.
1812
+ */
1813
+ isAiAvailable: boolean;
1814
+ /**
1815
+ * Whether the container user is root.
1816
+ */
1817
+ isUserRoot: boolean;
1818
+ /**
1819
+ * @deprecated
1820
+ * Deprecated, user will never be overwritten.
1821
+ */
1822
+ overwritingUser?: number;
1823
+ /**
1824
+ * The user the container image is running with.
1825
+ */
1826
+ user: string;
1827
+ /**
1828
+ * The user id the container image is running with.
1829
+ */
1830
+ userId: number;
1831
+ /**
1832
+ * List of volumes the container image has.
1833
+ */
1834
+ volumes?: MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigVolume[];
1835
+ }
1836
+ interface ContainerContainerImageConfigEnv {
1837
+ /**
1838
+ * The description of the env key.
1839
+ */
1840
+ description?: string;
1841
+ /**
1842
+ * Whether the env has been ai generated.
1843
+ */
1844
+ isAiGenerated: boolean;
1845
+ /**
1846
+ * Whether the env key is a sensitive field, e.g. password fields.
1847
+ */
1848
+ isSensitive?: boolean;
1849
+ /**
1850
+ * The env key.
1851
+ */
1852
+ key: string;
1853
+ /**
1854
+ * The env default value.
1855
+ */
1856
+ value?: string;
1857
+ }
1858
+ interface ContainerContainerImageConfigExposedPort {
1859
+ /**
1860
+ * The description of the exposed port.
1861
+ */
1862
+ description?: string;
1863
+ /**
1864
+ * Whether the port has been ai generated.
1865
+ */
1866
+ isAiGenerated: boolean;
1867
+ /**
1868
+ * The exposed port.
1869
+ */
1870
+ port: string;
1871
+ }
1872
+ interface ContainerContainerImageConfigVolume {
1873
+ /**
1874
+ * The description of the volume path.
1875
+ */
1876
+ description?: string;
1877
+ /**
1878
+ * Whether the volume has been ai generated.
1879
+ */
1880
+ isAiGenerated: boolean;
1881
+ /**
1882
+ * The volume path.
1883
+ */
1884
+ volume: string;
1885
+ }
1886
+ interface ContainerRegistry {
1887
+ credentials?: MittwaldAPIV2.Components.Schemas.ContainerRegistryCredentials;
1888
+ description: string;
1889
+ id: string;
1890
+ projectId: string;
1891
+ uri: string;
1892
+ }
1893
+ interface ContainerRegistryCredentials {
1894
+ /**
1895
+ * Your registry username.
1896
+ */
1897
+ username: string;
1898
+ /**
1899
+ * Status of the credentials.
1900
+ */
1901
+ valid: boolean;
1902
+ }
1903
+ interface ContainerServiceDeclareRequest {
1904
+ /**
1905
+ * Defaults to image config on empty
1906
+ */
1907
+ command?: string[];
1908
+ description: string;
1909
+ /**
1910
+ * Defaults to image config on empty
1911
+ */
1912
+ entrypoint?: string[];
1913
+ envs?: {
1914
+ [k: string]: string;
1915
+ };
1916
+ image: string;
1917
+ ports: string[];
1918
+ volumes?: string[];
1919
+ }
1920
+ interface ContainerServiceRequest {
1921
+ /**
1922
+ * Defaults to image config on empty
1923
+ */
1924
+ command?: string[];
1925
+ description?: string;
1926
+ /**
1927
+ * Defaults to image config on empty
1928
+ */
1929
+ entrypoint?: string[];
1930
+ envs?: {
1931
+ [k: string]: string;
1932
+ };
1933
+ image?: string;
1934
+ ports?: string[];
1935
+ volumes?: string[];
1936
+ }
1937
+ interface ContainerServiceResponse {
1938
+ deployedState: MittwaldAPIV2.Components.Schemas.ContainerServiceState;
1939
+ description: string;
1940
+ id: string;
1941
+ message?: string;
1942
+ pendingState: MittwaldAPIV2.Components.Schemas.ContainerServiceState;
1943
+ projectId: string;
1944
+ serviceName: string;
1945
+ shortId: string;
1946
+ stackId: string;
1947
+ status: MittwaldAPIV2.Components.Schemas.ContainerServiceStatus;
1948
+ }
1949
+ interface ContainerServiceState {
1950
+ command?: string[];
1951
+ entrypoint?: string[];
1952
+ envs?: {
1953
+ [k: string]: string;
1954
+ };
1955
+ image: string;
1956
+ imageDigest?: string;
1957
+ ports?: string[];
1958
+ volumes?: string[];
1959
+ }
1960
+ type ContainerServiceStatus = "running" | "stopped" | "restarting" | "error" | "creating" | "starting";
1961
+ interface ContainerSetRegistryCredentials {
1962
+ /**
1963
+ * Your registry password or access token.
1964
+ */
1965
+ password: string;
1966
+ /**
1967
+ * Your registry username, use 'oauth2accesstoken' for access token authentication.
1968
+ */
1969
+ username: string;
1970
+ }
1971
+ interface ContainerStackResponse {
1972
+ description: string;
1973
+ disabled: boolean;
1974
+ id: string;
1975
+ /**
1976
+ * Prefix for all service-names in this stack.
1977
+ */
1978
+ prefix: string;
1979
+ projectId: string;
1980
+ services?: MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[];
1981
+ volumes?: MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[];
1982
+ }
1983
+ interface ContainerUpdateRegistry {
1984
+ credentials?: MittwaldAPIV2.Components.Schemas.ContainerSetRegistryCredentials;
1985
+ description?: string;
1986
+ uri?: string;
1987
+ }
1988
+ interface ContainerVolumeDeclareRequest {
1989
+ name: string;
1990
+ }
1991
+ interface ContainerVolumeRequest {
1992
+ name?: string;
1993
+ }
1994
+ interface ContainerVolumeResponse {
1995
+ id: string;
1996
+ name: string;
1997
+ /**
1998
+ * Whether the Volume is attached to a Stack.
1999
+ */
2000
+ orphaned: boolean;
2001
+ stackId: string;
2002
+ storageUsageInBytes: number;
2003
+ storageUsageInBytesSetAt: string;
2004
+ }
1684
2005
  interface ContractAggregateReference {
1685
2006
  aggregate: string;
1686
2007
  domain: string;
@@ -2512,6 +2833,7 @@ export declare namespace MittwaldAPIV2 {
2512
2833
  */
2513
2834
  logoRefId: string;
2514
2835
  name: string;
2836
+ pricing?: MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy;
2515
2837
  /**
2516
2838
  * Whether the extension has been published by the contributor.
2517
2839
  */
@@ -2679,6 +3001,7 @@ export declare namespace MittwaldAPIV2 {
2679
3001
  */
2680
3002
  logoRefId?: string;
2681
3003
  name: string;
3004
+ pricing?: MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy;
2682
3005
  published: boolean;
2683
3006
  requestedChanges?: {
2684
3007
  context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
@@ -2702,6 +3025,15 @@ export declare namespace MittwaldAPIV2 {
2702
3025
  verified: boolean;
2703
3026
  webhookUrls?: MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls;
2704
3027
  }
3028
+ /**
3029
+ * A strategy for pricing that occurs monthly.
3030
+ */
3031
+ interface MarketplaceMonthlyPricingStrategy {
3032
+ /**
3033
+ * The monthly price in Euro Cents before tax.
3034
+ */
3035
+ netPrice: number;
3036
+ }
2705
3037
  interface MarketplacePublicKey {
2706
3038
  algorithm: string;
2707
3039
  key: string;
@@ -3024,6 +3356,24 @@ export declare namespace MittwaldAPIV2 {
3024
3356
  title?: string;
3025
3357
  useFormalTerm?: boolean;
3026
3358
  }
3359
+ interface LeadFinderProfileRequest {
3360
+ createdOn: string;
3361
+ customerId: string;
3362
+ domain: string;
3363
+ profileId: string;
3364
+ requestedBy: MittwaldAPIV2.Components.Schemas.LeadFinderUser;
3365
+ resultOn?: string;
3366
+ status: "NEW" | "AUTOTEST_INIT" | "MANUAL_VERIFICATION" | "REJECTED" | "APPROVED";
3367
+ }
3368
+ interface LeadFinderProfile {
3369
+ approvedOn: string;
3370
+ customerId: string;
3371
+ disabledOn?: string;
3372
+ domain: string;
3373
+ }
3374
+ interface LeadFinderUser {
3375
+ userId: string;
3376
+ }
3027
3377
  interface MailCreateMailAddress {
3028
3378
  address: string;
3029
3379
  isCatchAll: boolean;
@@ -5816,10 +6166,1455 @@ export declare namespace MittwaldAPIV2 {
5816
6166
  }
5817
6167
  }
5818
6168
  }
5819
- namespace Delete {
6169
+ namespace Delete {
6170
+ namespace Parameters {
6171
+ type Path = {
6172
+ projectBackupScheduleId: string;
6173
+ };
6174
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
6175
+ type Query = {};
6176
+ }
6177
+ namespace Responses {
6178
+ namespace $204 {
6179
+ namespace Content {
6180
+ type Empty = unknown;
6181
+ }
6182
+ }
6183
+ namespace $403 {
6184
+ namespace Content {
6185
+ interface ApplicationJson {
6186
+ [k: string]: unknown;
6187
+ }
6188
+ }
6189
+ }
6190
+ namespace $404 {
6191
+ namespace Content {
6192
+ interface ApplicationJson {
6193
+ [k: string]: unknown;
6194
+ }
6195
+ }
6196
+ }
6197
+ namespace $429 {
6198
+ namespace Content {
6199
+ interface ApplicationJson {
6200
+ [k: string]: unknown;
6201
+ }
6202
+ }
6203
+ }
6204
+ namespace Default {
6205
+ namespace Content {
6206
+ interface ApplicationJson {
6207
+ [k: string]: unknown;
6208
+ }
6209
+ }
6210
+ }
6211
+ }
6212
+ }
6213
+ namespace Patch {
6214
+ namespace Parameters {
6215
+ type Path = {
6216
+ projectBackupScheduleId: string;
6217
+ };
6218
+ interface RequestBody {
6219
+ /**
6220
+ * Description of the ProjectBackupSchedule. Note that the description of isSystemBackup true items cannot be changed.
6221
+ */
6222
+ description?: string;
6223
+ /**
6224
+ * Execution schedule in crontab notation. Note that the schedule of isSystemBackup true items must be daily once.
6225
+ */
6226
+ schedule?: string;
6227
+ /**
6228
+ * TTL of the ProjectBackupSchedule as time string.
6229
+ */
6230
+ ttl?: string;
6231
+ }
6232
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
6233
+ type Query = {};
6234
+ }
6235
+ namespace Responses {
6236
+ namespace $204 {
6237
+ namespace Content {
6238
+ type Empty = unknown;
6239
+ }
6240
+ }
6241
+ namespace $400 {
6242
+ namespace Content {
6243
+ interface ApplicationJson {
6244
+ [k: string]: unknown;
6245
+ }
6246
+ }
6247
+ }
6248
+ namespace $404 {
6249
+ namespace Content {
6250
+ interface ApplicationJson {
6251
+ [k: string]: unknown;
6252
+ }
6253
+ }
6254
+ }
6255
+ namespace $412 {
6256
+ namespace Content {
6257
+ interface ApplicationJson {
6258
+ [k: string]: unknown;
6259
+ }
6260
+ }
6261
+ }
6262
+ namespace $429 {
6263
+ namespace Content {
6264
+ interface ApplicationJson {
6265
+ [k: string]: unknown;
6266
+ }
6267
+ }
6268
+ }
6269
+ namespace Default {
6270
+ namespace Content {
6271
+ interface ApplicationJson {
6272
+ [k: string]: unknown;
6273
+ }
6274
+ }
6275
+ }
6276
+ }
6277
+ }
6278
+ }
6279
+ namespace V2ProjectBackupsProjectBackupId {
6280
+ namespace Get {
6281
+ namespace Parameters {
6282
+ type Path = {
6283
+ projectBackupId: string;
6284
+ };
6285
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
6286
+ type Query = {};
6287
+ }
6288
+ namespace Responses {
6289
+ namespace $200 {
6290
+ namespace Content {
6291
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.BackupProjectBackup;
6292
+ }
6293
+ }
6294
+ namespace $403 {
6295
+ namespace Content {
6296
+ interface ApplicationJson {
6297
+ [k: string]: unknown;
6298
+ }
6299
+ }
6300
+ }
6301
+ namespace $404 {
6302
+ namespace Content {
6303
+ interface ApplicationJson {
6304
+ [k: string]: unknown;
6305
+ }
6306
+ }
6307
+ }
6308
+ namespace $429 {
6309
+ namespace Content {
6310
+ interface ApplicationJson {
6311
+ [k: string]: unknown;
6312
+ }
6313
+ }
6314
+ }
6315
+ namespace Default {
6316
+ namespace Content {
6317
+ interface ApplicationJson {
6318
+ [k: string]: unknown;
6319
+ }
6320
+ }
6321
+ }
6322
+ }
6323
+ }
6324
+ namespace Delete {
6325
+ namespace Parameters {
6326
+ type Path = {
6327
+ projectBackupId: string;
6328
+ };
6329
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
6330
+ type Query = {};
6331
+ }
6332
+ namespace Responses {
6333
+ namespace $204 {
6334
+ namespace Content {
6335
+ type Empty = unknown;
6336
+ }
6337
+ }
6338
+ namespace $403 {
6339
+ namespace Content {
6340
+ interface ApplicationJson {
6341
+ [k: string]: unknown;
6342
+ }
6343
+ }
6344
+ }
6345
+ namespace $404 {
6346
+ namespace Content {
6347
+ interface ApplicationJson {
6348
+ [k: string]: unknown;
6349
+ }
6350
+ }
6351
+ }
6352
+ namespace $429 {
6353
+ namespace Content {
6354
+ interface ApplicationJson {
6355
+ [k: string]: unknown;
6356
+ }
6357
+ }
6358
+ }
6359
+ namespace Default {
6360
+ namespace Content {
6361
+ interface ApplicationJson {
6362
+ [k: string]: unknown;
6363
+ }
6364
+ }
6365
+ }
6366
+ }
6367
+ }
6368
+ }
6369
+ namespace V2ProjectBackupsProjectBackupIdDescription {
6370
+ namespace Patch {
6371
+ namespace Parameters {
6372
+ type Path = {
6373
+ projectBackupId: string;
6374
+ };
6375
+ interface RequestBody {
6376
+ /**
6377
+ * Description of the ProjectBackup.
6378
+ */
6379
+ description?: string;
6380
+ }
6381
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
6382
+ type Query = {};
6383
+ }
6384
+ namespace Responses {
6385
+ namespace $204 {
6386
+ namespace Content {
6387
+ type Empty = unknown;
6388
+ }
6389
+ }
6390
+ namespace $400 {
6391
+ namespace Content {
6392
+ interface ApplicationJson {
6393
+ [k: string]: unknown;
6394
+ }
6395
+ }
6396
+ }
6397
+ namespace $403 {
6398
+ namespace Content {
6399
+ interface ApplicationJson {
6400
+ [k: string]: unknown;
6401
+ }
6402
+ }
6403
+ }
6404
+ namespace $404 {
6405
+ namespace Content {
6406
+ interface ApplicationJson {
6407
+ [k: string]: unknown;
6408
+ }
6409
+ }
6410
+ }
6411
+ namespace $429 {
6412
+ namespace Content {
6413
+ interface ApplicationJson {
6414
+ [k: string]: unknown;
6415
+ }
6416
+ }
6417
+ }
6418
+ namespace Default {
6419
+ namespace Content {
6420
+ interface ApplicationJson {
6421
+ [k: string]: unknown;
6422
+ }
6423
+ }
6424
+ }
6425
+ }
6426
+ }
6427
+ }
6428
+ namespace V2ProjectsProjectIdRegistries {
6429
+ namespace Get {
6430
+ namespace Parameters {
6431
+ type Path = {
6432
+ projectId: string;
6433
+ };
6434
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
6435
+ type Query = {
6436
+ hasCredentials?: boolean;
6437
+ limit?: number;
6438
+ skip?: number;
6439
+ };
6440
+ }
6441
+ namespace Responses {
6442
+ namespace $200 {
6443
+ namespace Content {
6444
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerRegistry[];
6445
+ }
6446
+ }
6447
+ namespace $400 {
6448
+ namespace Content {
6449
+ interface ApplicationJson {
6450
+ [k: string]: unknown;
6451
+ }
6452
+ }
6453
+ }
6454
+ namespace $403 {
6455
+ namespace Content {
6456
+ interface ApplicationJson {
6457
+ [k: string]: unknown;
6458
+ }
6459
+ }
6460
+ }
6461
+ namespace $429 {
6462
+ namespace Content {
6463
+ interface ApplicationJson {
6464
+ [k: string]: unknown;
6465
+ }
6466
+ }
6467
+ }
6468
+ namespace $500 {
6469
+ namespace Content {
6470
+ interface ApplicationJson {
6471
+ [k: string]: unknown;
6472
+ }
6473
+ }
6474
+ }
6475
+ namespace Default {
6476
+ namespace Content {
6477
+ interface ApplicationJson {
6478
+ [k: string]: unknown;
6479
+ }
6480
+ }
6481
+ }
6482
+ }
6483
+ }
6484
+ namespace Post {
6485
+ namespace Parameters {
6486
+ type Path = {
6487
+ projectId: string;
6488
+ };
6489
+ type RequestBody = MittwaldAPIV2.Components.Schemas.ContainerCreateRegistry;
6490
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
6491
+ type Query = {};
6492
+ }
6493
+ namespace Responses {
6494
+ namespace $201 {
6495
+ namespace Content {
6496
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerRegistry;
6497
+ }
6498
+ }
6499
+ namespace $400 {
6500
+ namespace Content {
6501
+ interface ApplicationJson {
6502
+ [k: string]: unknown;
6503
+ }
6504
+ }
6505
+ }
6506
+ namespace $403 {
6507
+ namespace Content {
6508
+ interface ApplicationJson {
6509
+ [k: string]: unknown;
6510
+ }
6511
+ }
6512
+ }
6513
+ namespace $404 {
6514
+ namespace Content {
6515
+ interface ApplicationJson {
6516
+ [k: string]: unknown;
6517
+ }
6518
+ }
6519
+ }
6520
+ namespace $409 {
6521
+ namespace Content {
6522
+ interface ApplicationJson {
6523
+ [k: string]: unknown;
6524
+ }
6525
+ }
6526
+ }
6527
+ namespace $412 {
6528
+ namespace Content {
6529
+ interface ApplicationJson {
6530
+ [k: string]: unknown;
6531
+ }
6532
+ }
6533
+ }
6534
+ namespace $429 {
6535
+ namespace Content {
6536
+ interface ApplicationJson {
6537
+ [k: string]: unknown;
6538
+ }
6539
+ }
6540
+ }
6541
+ namespace $500 {
6542
+ namespace Content {
6543
+ interface ApplicationJson {
6544
+ [k: string]: unknown;
6545
+ }
6546
+ }
6547
+ }
6548
+ namespace Default {
6549
+ namespace Content {
6550
+ interface ApplicationJson {
6551
+ [k: string]: unknown;
6552
+ }
6553
+ }
6554
+ }
6555
+ }
6556
+ }
6557
+ }
6558
+ namespace V2StacksStackId {
6559
+ namespace Get {
6560
+ namespace Parameters {
6561
+ type Path = {
6562
+ stackId: string;
6563
+ };
6564
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
6565
+ type Query = {};
6566
+ }
6567
+ namespace Responses {
6568
+ namespace $200 {
6569
+ namespace Content {
6570
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerStackResponse;
6571
+ }
6572
+ }
6573
+ namespace $400 {
6574
+ namespace Content {
6575
+ interface ApplicationJson {
6576
+ [k: string]: unknown;
6577
+ }
6578
+ }
6579
+ }
6580
+ namespace $403 {
6581
+ namespace Content {
6582
+ interface ApplicationJson {
6583
+ [k: string]: unknown;
6584
+ }
6585
+ }
6586
+ }
6587
+ namespace $429 {
6588
+ namespace Content {
6589
+ interface ApplicationJson {
6590
+ [k: string]: unknown;
6591
+ }
6592
+ }
6593
+ }
6594
+ namespace $500 {
6595
+ namespace Content {
6596
+ interface ApplicationJson {
6597
+ [k: string]: unknown;
6598
+ }
6599
+ }
6600
+ }
6601
+ namespace Default {
6602
+ namespace Content {
6603
+ interface ApplicationJson {
6604
+ [k: string]: unknown;
6605
+ }
6606
+ }
6607
+ }
6608
+ }
6609
+ }
6610
+ namespace Put {
6611
+ namespace Parameters {
6612
+ type Path = {
6613
+ stackId: string;
6614
+ };
6615
+ interface RequestBody {
6616
+ services?: {
6617
+ [k: string]: MittwaldAPIV2.Components.Schemas.ContainerServiceDeclareRequest;
6618
+ };
6619
+ /**
6620
+ * Volumes belonging to a Stack. Removing results in a detach, delete must be explicit.
6621
+ */
6622
+ volumes?: {
6623
+ [k: string]: MittwaldAPIV2.Components.Schemas.ContainerVolumeDeclareRequest;
6624
+ };
6625
+ }
6626
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
6627
+ type Query = {};
6628
+ }
6629
+ namespace Responses {
6630
+ namespace $200 {
6631
+ namespace Content {
6632
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerStackResponse;
6633
+ }
6634
+ }
6635
+ namespace $400 {
6636
+ namespace Content {
6637
+ interface ApplicationJson {
6638
+ [k: string]: unknown;
6639
+ }
6640
+ }
6641
+ }
6642
+ namespace $403 {
6643
+ namespace Content {
6644
+ interface ApplicationJson {
6645
+ [k: string]: unknown;
6646
+ }
6647
+ }
6648
+ }
6649
+ namespace $412 {
6650
+ namespace Content {
6651
+ interface ApplicationJson {
6652
+ [k: string]: unknown;
6653
+ }
6654
+ }
6655
+ }
6656
+ namespace $429 {
6657
+ namespace Content {
6658
+ interface ApplicationJson {
6659
+ [k: string]: unknown;
6660
+ }
6661
+ }
6662
+ }
6663
+ namespace $500 {
6664
+ namespace Content {
6665
+ interface ApplicationJson {
6666
+ [k: string]: unknown;
6667
+ }
6668
+ }
6669
+ }
6670
+ namespace Default {
6671
+ namespace Content {
6672
+ interface ApplicationJson {
6673
+ [k: string]: unknown;
6674
+ }
6675
+ }
6676
+ }
6677
+ }
6678
+ }
6679
+ namespace Patch {
6680
+ namespace Parameters {
6681
+ type Path = {
6682
+ stackId: string;
6683
+ };
6684
+ interface RequestBody {
6685
+ services?: {
6686
+ [k: string]: MittwaldAPIV2.Components.Schemas.ContainerServiceRequest;
6687
+ };
6688
+ /**
6689
+ * Volumes belonging to a Stack. Removing results in a detach, delete must be explicit.
6690
+ */
6691
+ volumes?: {
6692
+ [k: string]: MittwaldAPIV2.Components.Schemas.ContainerVolumeRequest;
6693
+ };
6694
+ }
6695
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
6696
+ type Query = {};
6697
+ }
6698
+ namespace Responses {
6699
+ namespace $200 {
6700
+ namespace Content {
6701
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerStackResponse;
6702
+ }
6703
+ }
6704
+ namespace $400 {
6705
+ namespace Content {
6706
+ interface ApplicationJson {
6707
+ [k: string]: unknown;
6708
+ }
6709
+ }
6710
+ }
6711
+ namespace $403 {
6712
+ namespace Content {
6713
+ interface ApplicationJson {
6714
+ [k: string]: unknown;
6715
+ }
6716
+ }
6717
+ }
6718
+ namespace $412 {
6719
+ namespace Content {
6720
+ interface ApplicationJson {
6721
+ [k: string]: unknown;
6722
+ }
6723
+ }
6724
+ }
6725
+ namespace $429 {
6726
+ namespace Content {
6727
+ interface ApplicationJson {
6728
+ [k: string]: unknown;
6729
+ }
6730
+ }
6731
+ }
6732
+ namespace $500 {
6733
+ namespace Content {
6734
+ interface ApplicationJson {
6735
+ [k: string]: unknown;
6736
+ }
6737
+ }
6738
+ }
6739
+ namespace Default {
6740
+ namespace Content {
6741
+ interface ApplicationJson {
6742
+ [k: string]: unknown;
6743
+ }
6744
+ }
6745
+ }
6746
+ }
6747
+ }
6748
+ }
6749
+ namespace V2RegistriesRegistryId {
6750
+ namespace Get {
6751
+ namespace Parameters {
6752
+ type Path = {
6753
+ registryId: string;
6754
+ };
6755
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
6756
+ type Query = {};
6757
+ }
6758
+ namespace Responses {
6759
+ namespace $200 {
6760
+ namespace Content {
6761
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerRegistry;
6762
+ }
6763
+ }
6764
+ namespace $400 {
6765
+ namespace Content {
6766
+ interface ApplicationJson {
6767
+ [k: string]: unknown;
6768
+ }
6769
+ }
6770
+ }
6771
+ namespace $403 {
6772
+ namespace Content {
6773
+ interface ApplicationJson {
6774
+ [k: string]: unknown;
6775
+ }
6776
+ }
6777
+ }
6778
+ namespace $429 {
6779
+ namespace Content {
6780
+ interface ApplicationJson {
6781
+ [k: string]: unknown;
6782
+ }
6783
+ }
6784
+ }
6785
+ namespace $500 {
6786
+ namespace Content {
6787
+ interface ApplicationJson {
6788
+ [k: string]: unknown;
6789
+ }
6790
+ }
6791
+ }
6792
+ namespace Default {
6793
+ namespace Content {
6794
+ interface ApplicationJson {
6795
+ [k: string]: unknown;
6796
+ }
6797
+ }
6798
+ }
6799
+ }
6800
+ }
6801
+ namespace Delete {
6802
+ namespace Parameters {
6803
+ type Path = {
6804
+ registryId: string;
6805
+ };
6806
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
6807
+ type Query = {};
6808
+ }
6809
+ namespace Responses {
6810
+ namespace $204 {
6811
+ namespace Content {
6812
+ type Empty = unknown;
6813
+ }
6814
+ }
6815
+ namespace $400 {
6816
+ namespace Content {
6817
+ interface ApplicationJson {
6818
+ [k: string]: unknown;
6819
+ }
6820
+ }
6821
+ }
6822
+ namespace $403 {
6823
+ namespace Content {
6824
+ interface ApplicationJson {
6825
+ [k: string]: unknown;
6826
+ }
6827
+ }
6828
+ }
6829
+ namespace $404 {
6830
+ namespace Content {
6831
+ interface ApplicationJson {
6832
+ [k: string]: unknown;
6833
+ }
6834
+ }
6835
+ }
6836
+ namespace $429 {
6837
+ namespace Content {
6838
+ interface ApplicationJson {
6839
+ [k: string]: unknown;
6840
+ }
6841
+ }
6842
+ }
6843
+ namespace $500 {
6844
+ namespace Content {
6845
+ interface ApplicationJson {
6846
+ [k: string]: unknown;
6847
+ }
6848
+ }
6849
+ }
6850
+ namespace Default {
6851
+ namespace Content {
6852
+ interface ApplicationJson {
6853
+ [k: string]: unknown;
6854
+ }
6855
+ }
6856
+ }
6857
+ }
6858
+ }
6859
+ namespace Patch {
6860
+ namespace Parameters {
6861
+ type Path = {
6862
+ registryId: string;
6863
+ };
6864
+ type RequestBody = MittwaldAPIV2.Components.Schemas.ContainerUpdateRegistry;
6865
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
6866
+ type Query = {};
6867
+ }
6868
+ namespace Responses {
6869
+ namespace $204 {
6870
+ namespace Content {
6871
+ type Empty = unknown;
6872
+ }
6873
+ }
6874
+ namespace $400 {
6875
+ namespace Content {
6876
+ interface ApplicationJson {
6877
+ [k: string]: unknown;
6878
+ }
6879
+ }
6880
+ }
6881
+ namespace $403 {
6882
+ namespace Content {
6883
+ interface ApplicationJson {
6884
+ [k: string]: unknown;
6885
+ }
6886
+ }
6887
+ }
6888
+ namespace $409 {
6889
+ namespace Content {
6890
+ interface ApplicationJson {
6891
+ [k: string]: unknown;
6892
+ }
6893
+ }
6894
+ }
6895
+ namespace $412 {
6896
+ namespace Content {
6897
+ interface ApplicationJson {
6898
+ [k: string]: unknown;
6899
+ }
6900
+ }
6901
+ }
6902
+ namespace $429 {
6903
+ namespace Content {
6904
+ interface ApplicationJson {
6905
+ [k: string]: unknown;
6906
+ }
6907
+ }
6908
+ }
6909
+ namespace $500 {
6910
+ namespace Content {
6911
+ interface ApplicationJson {
6912
+ [k: string]: unknown;
6913
+ }
6914
+ }
6915
+ }
6916
+ namespace Default {
6917
+ namespace Content {
6918
+ interface ApplicationJson {
6919
+ [k: string]: unknown;
6920
+ }
6921
+ }
6922
+ }
6923
+ }
6924
+ }
6925
+ }
6926
+ namespace V2StacksStackIdVolumesVolumeId {
6927
+ namespace Get {
6928
+ namespace Parameters {
6929
+ type Path = {
6930
+ stackId: string;
6931
+ volumeId: string;
6932
+ };
6933
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
6934
+ type Query = {};
6935
+ }
6936
+ namespace Responses {
6937
+ namespace $200 {
6938
+ namespace Content {
6939
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse;
6940
+ }
6941
+ }
6942
+ namespace $400 {
6943
+ namespace Content {
6944
+ interface ApplicationJson {
6945
+ [k: string]: unknown;
6946
+ }
6947
+ }
6948
+ }
6949
+ namespace $403 {
6950
+ namespace Content {
6951
+ interface ApplicationJson {
6952
+ [k: string]: unknown;
6953
+ }
6954
+ }
6955
+ }
6956
+ namespace $404 {
6957
+ namespace Content {
6958
+ interface ApplicationJson {
6959
+ [k: string]: unknown;
6960
+ }
6961
+ }
6962
+ }
6963
+ namespace $412 {
6964
+ namespace Content {
6965
+ interface ApplicationJson {
6966
+ [k: string]: unknown;
6967
+ }
6968
+ }
6969
+ }
6970
+ namespace $429 {
6971
+ namespace Content {
6972
+ interface ApplicationJson {
6973
+ [k: string]: unknown;
6974
+ }
6975
+ }
6976
+ }
6977
+ namespace $500 {
6978
+ namespace Content {
6979
+ interface ApplicationJson {
6980
+ [k: string]: unknown;
6981
+ }
6982
+ }
6983
+ }
6984
+ namespace Default {
6985
+ namespace Content {
6986
+ interface ApplicationJson {
6987
+ [k: string]: unknown;
6988
+ }
6989
+ }
6990
+ }
6991
+ }
6992
+ }
6993
+ namespace Delete {
6994
+ namespace Parameters {
6995
+ type Path = {
6996
+ stackId: string;
6997
+ volumeId: string;
6998
+ };
6999
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7000
+ type Query = {};
7001
+ }
7002
+ namespace Responses {
7003
+ namespace $204 {
7004
+ namespace Content {
7005
+ type Empty = unknown;
7006
+ }
7007
+ }
7008
+ namespace $400 {
7009
+ namespace Content {
7010
+ interface ApplicationJson {
7011
+ [k: string]: unknown;
7012
+ }
7013
+ }
7014
+ }
7015
+ namespace $403 {
7016
+ namespace Content {
7017
+ interface ApplicationJson {
7018
+ [k: string]: unknown;
7019
+ }
7020
+ }
7021
+ }
7022
+ namespace $412 {
7023
+ namespace Content {
7024
+ interface ApplicationJson {
7025
+ [k: string]: unknown;
7026
+ }
7027
+ }
7028
+ }
7029
+ namespace $429 {
7030
+ namespace Content {
7031
+ interface ApplicationJson {
7032
+ [k: string]: unknown;
7033
+ }
7034
+ }
7035
+ }
7036
+ namespace $500 {
7037
+ namespace Content {
7038
+ interface ApplicationJson {
7039
+ [k: string]: unknown;
7040
+ }
7041
+ }
7042
+ }
7043
+ namespace Default {
7044
+ namespace Content {
7045
+ interface ApplicationJson {
7046
+ [k: string]: unknown;
7047
+ }
7048
+ }
7049
+ }
7050
+ }
7051
+ }
7052
+ }
7053
+ namespace V2ContainerImageConfig {
7054
+ namespace Get {
7055
+ namespace Parameters {
7056
+ type Path = {};
7057
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7058
+ type Query = {
7059
+ imageReference: string;
7060
+ useCredentialsForProjectId?: string;
7061
+ useCredentialsForRegistryId?: string;
7062
+ generateAiData?: boolean;
7063
+ };
7064
+ }
7065
+ namespace Responses {
7066
+ namespace $200 {
7067
+ namespace Content {
7068
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfig;
7069
+ }
7070
+ }
7071
+ namespace $400 {
7072
+ namespace Content {
7073
+ interface ApplicationJson {
7074
+ [k: string]: unknown;
7075
+ }
7076
+ }
7077
+ }
7078
+ namespace $403 {
7079
+ namespace Content {
7080
+ interface ApplicationJson {
7081
+ [k: string]: unknown;
7082
+ }
7083
+ }
7084
+ }
7085
+ namespace $429 {
7086
+ namespace Content {
7087
+ interface ApplicationJson {
7088
+ [k: string]: unknown;
7089
+ }
7090
+ }
7091
+ }
7092
+ namespace $500 {
7093
+ namespace Content {
7094
+ interface ApplicationJson {
7095
+ [k: string]: unknown;
7096
+ }
7097
+ }
7098
+ }
7099
+ namespace Default {
7100
+ namespace Content {
7101
+ interface ApplicationJson {
7102
+ [k: string]: unknown;
7103
+ }
7104
+ }
7105
+ }
7106
+ }
7107
+ }
7108
+ }
7109
+ namespace V2StacksStackIdServicesServiceIdLogs {
7110
+ namespace Get {
7111
+ namespace Parameters {
7112
+ type Path = {
7113
+ stackId: string;
7114
+ serviceId: string;
7115
+ };
7116
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7117
+ type Query = {};
7118
+ }
7119
+ namespace Responses {
7120
+ namespace $200 {
7121
+ namespace Content {
7122
+ type TextPlain = string;
7123
+ }
7124
+ }
7125
+ namespace $403 {
7126
+ namespace Content {
7127
+ interface ApplicationJson {
7128
+ [k: string]: unknown;
7129
+ }
7130
+ }
7131
+ }
7132
+ namespace $404 {
7133
+ namespace Content {
7134
+ interface ApplicationJson {
7135
+ [k: string]: unknown;
7136
+ }
7137
+ }
7138
+ }
7139
+ namespace $429 {
7140
+ namespace Content {
7141
+ interface ApplicationJson {
7142
+ [k: string]: unknown;
7143
+ }
7144
+ }
7145
+ }
7146
+ namespace $500 {
7147
+ namespace Content {
7148
+ interface ApplicationJson {
7149
+ [k: string]: unknown;
7150
+ }
7151
+ }
7152
+ }
7153
+ namespace $503 {
7154
+ namespace Content {
7155
+ interface ApplicationJson {
7156
+ [k: string]: unknown;
7157
+ }
7158
+ }
7159
+ }
7160
+ namespace Default {
7161
+ namespace Content {
7162
+ interface ApplicationJson {
7163
+ [k: string]: unknown;
7164
+ }
7165
+ }
7166
+ }
7167
+ }
7168
+ }
7169
+ }
7170
+ namespace V2StacksStackIdServicesServiceId {
7171
+ namespace Get {
7172
+ namespace Parameters {
7173
+ type Path = {
7174
+ stackId: string;
7175
+ serviceId: string;
7176
+ };
7177
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7178
+ type Query = {};
7179
+ }
7180
+ namespace Responses {
7181
+ namespace $200 {
7182
+ namespace Content {
7183
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerServiceResponse;
7184
+ }
7185
+ }
7186
+ namespace $400 {
7187
+ namespace Content {
7188
+ interface ApplicationJson {
7189
+ [k: string]: unknown;
7190
+ }
7191
+ }
7192
+ }
7193
+ namespace $403 {
7194
+ namespace Content {
7195
+ interface ApplicationJson {
7196
+ [k: string]: unknown;
7197
+ }
7198
+ }
7199
+ }
7200
+ namespace $404 {
7201
+ namespace Content {
7202
+ interface ApplicationJson {
7203
+ [k: string]: unknown;
7204
+ }
7205
+ }
7206
+ }
7207
+ namespace $412 {
7208
+ namespace Content {
7209
+ interface ApplicationJson {
7210
+ [k: string]: unknown;
7211
+ }
7212
+ }
7213
+ }
7214
+ namespace $429 {
7215
+ namespace Content {
7216
+ interface ApplicationJson {
7217
+ [k: string]: unknown;
7218
+ }
7219
+ }
7220
+ }
7221
+ namespace $500 {
7222
+ namespace Content {
7223
+ interface ApplicationJson {
7224
+ [k: string]: unknown;
7225
+ }
7226
+ }
7227
+ }
7228
+ namespace Default {
7229
+ namespace Content {
7230
+ interface ApplicationJson {
7231
+ [k: string]: unknown;
7232
+ }
7233
+ }
7234
+ }
7235
+ }
7236
+ }
7237
+ }
7238
+ namespace V2ProjectsProjectIdServices {
7239
+ namespace Get {
7240
+ namespace Parameters {
7241
+ type Path = {
7242
+ projectId: string;
7243
+ };
7244
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7245
+ type Query = {
7246
+ stackId?: string;
7247
+ };
7248
+ }
7249
+ namespace Responses {
7250
+ namespace $200 {
7251
+ namespace Content {
7252
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[];
7253
+ }
7254
+ }
7255
+ namespace $400 {
7256
+ namespace Content {
7257
+ interface ApplicationJson {
7258
+ [k: string]: unknown;
7259
+ }
7260
+ }
7261
+ }
7262
+ namespace $403 {
7263
+ namespace Content {
7264
+ interface ApplicationJson {
7265
+ [k: string]: unknown;
7266
+ }
7267
+ }
7268
+ }
7269
+ namespace $412 {
7270
+ namespace Content {
7271
+ interface ApplicationJson {
7272
+ [k: string]: unknown;
7273
+ }
7274
+ }
7275
+ }
7276
+ namespace $429 {
7277
+ namespace Content {
7278
+ interface ApplicationJson {
7279
+ [k: string]: unknown;
7280
+ }
7281
+ }
7282
+ }
7283
+ namespace $500 {
7284
+ namespace Content {
7285
+ interface ApplicationJson {
7286
+ [k: string]: unknown;
7287
+ }
7288
+ }
7289
+ }
7290
+ namespace Default {
7291
+ namespace Content {
7292
+ interface ApplicationJson {
7293
+ [k: string]: unknown;
7294
+ }
7295
+ }
7296
+ }
7297
+ }
7298
+ }
7299
+ }
7300
+ namespace V2ProjectsProjectIdStacks {
7301
+ namespace Get {
7302
+ namespace Parameters {
7303
+ type Path = {
7304
+ projectId: string;
7305
+ };
7306
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7307
+ type Query = {};
7308
+ }
7309
+ namespace Responses {
7310
+ namespace $200 {
7311
+ namespace Content {
7312
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerStackResponse[];
7313
+ }
7314
+ }
7315
+ namespace $400 {
7316
+ namespace Content {
7317
+ interface ApplicationJson {
7318
+ [k: string]: unknown;
7319
+ }
7320
+ }
7321
+ }
7322
+ namespace $403 {
7323
+ namespace Content {
7324
+ interface ApplicationJson {
7325
+ [k: string]: unknown;
7326
+ }
7327
+ }
7328
+ }
7329
+ namespace $429 {
7330
+ namespace Content {
7331
+ interface ApplicationJson {
7332
+ [k: string]: unknown;
7333
+ }
7334
+ }
7335
+ }
7336
+ namespace $500 {
7337
+ namespace Content {
7338
+ interface ApplicationJson {
7339
+ [k: string]: unknown;
7340
+ }
7341
+ }
7342
+ }
7343
+ namespace Default {
7344
+ namespace Content {
7345
+ interface ApplicationJson {
7346
+ [k: string]: unknown;
7347
+ }
7348
+ }
7349
+ }
7350
+ }
7351
+ }
7352
+ }
7353
+ namespace V2ProjectsProjectIdVolumes {
7354
+ namespace Get {
7355
+ namespace Parameters {
7356
+ type Path = {
7357
+ projectId: string;
7358
+ };
7359
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7360
+ type Query = {
7361
+ stackId?: string;
7362
+ };
7363
+ }
7364
+ namespace Responses {
7365
+ namespace $200 {
7366
+ namespace Content {
7367
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[];
7368
+ }
7369
+ }
7370
+ namespace $400 {
7371
+ namespace Content {
7372
+ interface ApplicationJson {
7373
+ [k: string]: unknown;
7374
+ }
7375
+ }
7376
+ }
7377
+ namespace $403 {
7378
+ namespace Content {
7379
+ interface ApplicationJson {
7380
+ [k: string]: unknown;
7381
+ }
7382
+ }
7383
+ }
7384
+ namespace $429 {
7385
+ namespace Content {
7386
+ interface ApplicationJson {
7387
+ [k: string]: unknown;
7388
+ }
7389
+ }
7390
+ }
7391
+ namespace $500 {
7392
+ namespace Content {
7393
+ interface ApplicationJson {
7394
+ [k: string]: unknown;
7395
+ }
7396
+ }
7397
+ }
7398
+ namespace Default {
7399
+ namespace Content {
7400
+ interface ApplicationJson {
7401
+ [k: string]: unknown;
7402
+ }
7403
+ }
7404
+ }
7405
+ }
7406
+ }
7407
+ }
7408
+ namespace V2StacksStackIdServicesServiceIdActionsPull {
7409
+ namespace Post {
7410
+ namespace Parameters {
7411
+ type Path = {
7412
+ stackId: string;
7413
+ serviceId: string;
7414
+ };
7415
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7416
+ type Query = {};
7417
+ }
7418
+ namespace Responses {
7419
+ namespace $204 {
7420
+ namespace Content {
7421
+ type Empty = unknown;
7422
+ }
7423
+ }
7424
+ namespace $400 {
7425
+ namespace Content {
7426
+ interface ApplicationJson {
7427
+ [k: string]: unknown;
7428
+ }
7429
+ }
7430
+ }
7431
+ namespace $403 {
7432
+ namespace Content {
7433
+ interface ApplicationJson {
7434
+ [k: string]: unknown;
7435
+ }
7436
+ }
7437
+ }
7438
+ namespace $404 {
7439
+ namespace Content {
7440
+ interface ApplicationJson {
7441
+ [k: string]: unknown;
7442
+ }
7443
+ }
7444
+ }
7445
+ namespace $412 {
7446
+ namespace Content {
7447
+ interface ApplicationJson {
7448
+ [k: string]: unknown;
7449
+ }
7450
+ }
7451
+ }
7452
+ namespace $429 {
7453
+ namespace Content {
7454
+ interface ApplicationJson {
7455
+ [k: string]: unknown;
7456
+ }
7457
+ }
7458
+ }
7459
+ namespace $500 {
7460
+ namespace Content {
7461
+ interface ApplicationJson {
7462
+ [k: string]: unknown;
7463
+ }
7464
+ }
7465
+ }
7466
+ namespace Default {
7467
+ namespace Content {
7468
+ interface ApplicationJson {
7469
+ [k: string]: unknown;
7470
+ }
7471
+ }
7472
+ }
7473
+ }
7474
+ }
7475
+ }
7476
+ namespace V2StacksStackIdServicesServiceIdActionsRecreate {
7477
+ namespace Post {
7478
+ namespace Parameters {
7479
+ type Path = {
7480
+ stackId: string;
7481
+ serviceId: string;
7482
+ };
7483
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7484
+ type Query = {};
7485
+ }
7486
+ namespace Responses {
7487
+ namespace $204 {
7488
+ namespace Content {
7489
+ type Empty = unknown;
7490
+ }
7491
+ }
7492
+ namespace $400 {
7493
+ namespace Content {
7494
+ interface ApplicationJson {
7495
+ [k: string]: unknown;
7496
+ }
7497
+ }
7498
+ }
7499
+ namespace $403 {
7500
+ namespace Content {
7501
+ interface ApplicationJson {
7502
+ [k: string]: unknown;
7503
+ }
7504
+ }
7505
+ }
7506
+ namespace $404 {
7507
+ namespace Content {
7508
+ interface ApplicationJson {
7509
+ [k: string]: unknown;
7510
+ }
7511
+ }
7512
+ }
7513
+ namespace $412 {
7514
+ namespace Content {
7515
+ interface ApplicationJson {
7516
+ [k: string]: unknown;
7517
+ }
7518
+ }
7519
+ }
7520
+ namespace $429 {
7521
+ namespace Content {
7522
+ interface ApplicationJson {
7523
+ [k: string]: unknown;
7524
+ }
7525
+ }
7526
+ }
7527
+ namespace $500 {
7528
+ namespace Content {
7529
+ interface ApplicationJson {
7530
+ [k: string]: unknown;
7531
+ }
7532
+ }
7533
+ }
7534
+ namespace Default {
7535
+ namespace Content {
7536
+ interface ApplicationJson {
7537
+ [k: string]: unknown;
7538
+ }
7539
+ }
7540
+ }
7541
+ }
7542
+ }
7543
+ }
7544
+ namespace V2StacksStackIdServicesServiceIdActionsRestart {
7545
+ namespace Post {
7546
+ namespace Parameters {
7547
+ type Path = {
7548
+ stackId: string;
7549
+ serviceId: string;
7550
+ };
7551
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
7552
+ type Query = {};
7553
+ }
7554
+ namespace Responses {
7555
+ namespace $204 {
7556
+ namespace Content {
7557
+ type Empty = unknown;
7558
+ }
7559
+ }
7560
+ namespace $400 {
7561
+ namespace Content {
7562
+ interface ApplicationJson {
7563
+ [k: string]: unknown;
7564
+ }
7565
+ }
7566
+ }
7567
+ namespace $403 {
7568
+ namespace Content {
7569
+ interface ApplicationJson {
7570
+ [k: string]: unknown;
7571
+ }
7572
+ }
7573
+ }
7574
+ namespace $404 {
7575
+ namespace Content {
7576
+ interface ApplicationJson {
7577
+ [k: string]: unknown;
7578
+ }
7579
+ }
7580
+ }
7581
+ namespace $412 {
7582
+ namespace Content {
7583
+ interface ApplicationJson {
7584
+ [k: string]: unknown;
7585
+ }
7586
+ }
7587
+ }
7588
+ namespace $429 {
7589
+ namespace Content {
7590
+ interface ApplicationJson {
7591
+ [k: string]: unknown;
7592
+ }
7593
+ }
7594
+ }
7595
+ namespace $500 {
7596
+ namespace Content {
7597
+ interface ApplicationJson {
7598
+ [k: string]: unknown;
7599
+ }
7600
+ }
7601
+ }
7602
+ namespace Default {
7603
+ namespace Content {
7604
+ interface ApplicationJson {
7605
+ [k: string]: unknown;
7606
+ }
7607
+ }
7608
+ }
7609
+ }
7610
+ }
7611
+ }
7612
+ namespace V2StacksStackIdServicesServiceIdActionsStart {
7613
+ namespace Post {
5820
7614
  namespace Parameters {
5821
7615
  type Path = {
5822
- projectBackupScheduleId: string;
7616
+ stackId: string;
7617
+ serviceId: string;
5823
7618
  };
5824
7619
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
5825
7620
  type Query = {};
@@ -5830,6 +7625,13 @@ export declare namespace MittwaldAPIV2 {
5830
7625
  type Empty = unknown;
5831
7626
  }
5832
7627
  }
7628
+ namespace $400 {
7629
+ namespace Content {
7630
+ interface ApplicationJson {
7631
+ [k: string]: unknown;
7632
+ }
7633
+ }
7634
+ }
5833
7635
  namespace $403 {
5834
7636
  namespace Content {
5835
7637
  interface ApplicationJson {
@@ -5844,6 +7646,13 @@ export declare namespace MittwaldAPIV2 {
5844
7646
  }
5845
7647
  }
5846
7648
  }
7649
+ namespace $412 {
7650
+ namespace Content {
7651
+ interface ApplicationJson {
7652
+ [k: string]: unknown;
7653
+ }
7654
+ }
7655
+ }
5847
7656
  namespace $429 {
5848
7657
  namespace Content {
5849
7658
  interface ApplicationJson {
@@ -5851,6 +7660,13 @@ export declare namespace MittwaldAPIV2 {
5851
7660
  }
5852
7661
  }
5853
7662
  }
7663
+ namespace $500 {
7664
+ namespace Content {
7665
+ interface ApplicationJson {
7666
+ [k: string]: unknown;
7667
+ }
7668
+ }
7669
+ }
5854
7670
  namespace Default {
5855
7671
  namespace Content {
5856
7672
  interface ApplicationJson {
@@ -5860,25 +7676,14 @@ export declare namespace MittwaldAPIV2 {
5860
7676
  }
5861
7677
  }
5862
7678
  }
5863
- namespace Patch {
7679
+ }
7680
+ namespace V2StacksStackIdServicesServiceIdActionsStop {
7681
+ namespace Post {
5864
7682
  namespace Parameters {
5865
7683
  type Path = {
5866
- projectBackupScheduleId: string;
7684
+ stackId: string;
7685
+ serviceId: string;
5867
7686
  };
5868
- interface RequestBody {
5869
- /**
5870
- * Description of the ProjectBackupSchedule. Note that the description of isSystemBackup true items cannot be changed.
5871
- */
5872
- description?: string;
5873
- /**
5874
- * Execution schedule in crontab notation. Note that the schedule of isSystemBackup true items must be daily once.
5875
- */
5876
- schedule?: string;
5877
- /**
5878
- * TTL of the ProjectBackupSchedule as time string.
5879
- */
5880
- ttl?: string;
5881
- }
5882
7687
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
5883
7688
  type Query = {};
5884
7689
  }
@@ -5895,6 +7700,13 @@ export declare namespace MittwaldAPIV2 {
5895
7700
  }
5896
7701
  }
5897
7702
  }
7703
+ namespace $403 {
7704
+ namespace Content {
7705
+ interface ApplicationJson {
7706
+ [k: string]: unknown;
7707
+ }
7708
+ }
7709
+ }
5898
7710
  namespace $404 {
5899
7711
  namespace Content {
5900
7712
  interface ApplicationJson {
@@ -5916,6 +7728,13 @@ export declare namespace MittwaldAPIV2 {
5916
7728
  }
5917
7729
  }
5918
7730
  }
7731
+ namespace $500 {
7732
+ namespace Content {
7733
+ interface ApplicationJson {
7734
+ [k: string]: unknown;
7735
+ }
7736
+ }
7737
+ }
5919
7738
  namespace Default {
5920
7739
  namespace Content {
5921
7740
  interface ApplicationJson {
@@ -5926,80 +7745,63 @@ export declare namespace MittwaldAPIV2 {
5926
7745
  }
5927
7746
  }
5928
7747
  }
5929
- namespace V2ProjectBackupsProjectBackupId {
5930
- namespace Get {
7748
+ namespace V2ActionsValidateContainerRegistryUri {
7749
+ namespace Post {
5931
7750
  namespace Parameters {
5932
- type Path = {
5933
- projectBackupId: string;
5934
- };
7751
+ type Path = {};
7752
+ /**
7753
+ * The Registry URI to validate.
7754
+ */
7755
+ interface RequestBody {
7756
+ registryUri: string;
7757
+ }
5935
7758
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
5936
7759
  type Query = {};
5937
7760
  }
5938
7761
  namespace Responses {
5939
7762
  namespace $200 {
5940
- namespace Content {
5941
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.BackupProjectBackup;
5942
- }
5943
- }
5944
- namespace $403 {
5945
7763
  namespace Content {
5946
7764
  interface ApplicationJson {
5947
- [k: string]: unknown;
7765
+ valid: boolean;
5948
7766
  }
5949
7767
  }
5950
7768
  }
5951
- namespace $404 {
7769
+ namespace $400 {
5952
7770
  namespace Content {
5953
7771
  interface ApplicationJson {
5954
7772
  [k: string]: unknown;
5955
7773
  }
5956
7774
  }
5957
7775
  }
5958
- namespace $429 {
7776
+ namespace $403 {
5959
7777
  namespace Content {
5960
7778
  interface ApplicationJson {
5961
7779
  [k: string]: unknown;
5962
7780
  }
5963
7781
  }
5964
7782
  }
5965
- namespace Default {
7783
+ namespace $404 {
5966
7784
  namespace Content {
5967
7785
  interface ApplicationJson {
5968
7786
  [k: string]: unknown;
5969
7787
  }
5970
7788
  }
5971
7789
  }
5972
- }
5973
- }
5974
- namespace Delete {
5975
- namespace Parameters {
5976
- type Path = {
5977
- projectBackupId: string;
5978
- };
5979
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
5980
- type Query = {};
5981
- }
5982
- namespace Responses {
5983
- namespace $204 {
5984
- namespace Content {
5985
- type Empty = unknown;
5986
- }
5987
- }
5988
- namespace $403 {
7790
+ namespace $412 {
5989
7791
  namespace Content {
5990
7792
  interface ApplicationJson {
5991
7793
  [k: string]: unknown;
5992
7794
  }
5993
7795
  }
5994
7796
  }
5995
- namespace $404 {
7797
+ namespace $429 {
5996
7798
  namespace Content {
5997
7799
  interface ApplicationJson {
5998
7800
  [k: string]: unknown;
5999
7801
  }
6000
7802
  }
6001
7803
  }
6002
- namespace $429 {
7804
+ namespace $500 {
6003
7805
  namespace Content {
6004
7806
  interface ApplicationJson {
6005
7807
  [k: string]: unknown;
@@ -6016,25 +7818,21 @@ export declare namespace MittwaldAPIV2 {
6016
7818
  }
6017
7819
  }
6018
7820
  }
6019
- namespace V2ProjectBackupsProjectBackupIdDescription {
6020
- namespace Patch {
7821
+ namespace V2RegistriesRegistryIdActionsValidateCredentials {
7822
+ namespace Post {
6021
7823
  namespace Parameters {
6022
7824
  type Path = {
6023
- projectBackupId: string;
7825
+ registryId: string;
6024
7826
  };
6025
- interface RequestBody {
6026
- /**
6027
- * Description of the ProjectBackup.
6028
- */
6029
- description?: string;
6030
- }
6031
7827
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
6032
7828
  type Query = {};
6033
7829
  }
6034
7830
  namespace Responses {
6035
- namespace $204 {
7831
+ namespace $200 {
6036
7832
  namespace Content {
6037
- type Empty = unknown;
7833
+ interface ApplicationJson {
7834
+ valid: boolean;
7835
+ }
6038
7836
  }
6039
7837
  }
6040
7838
  namespace $400 {
@@ -6058,6 +7856,13 @@ export declare namespace MittwaldAPIV2 {
6058
7856
  }
6059
7857
  }
6060
7858
  }
7859
+ namespace $412 {
7860
+ namespace Content {
7861
+ interface ApplicationJson {
7862
+ [k: string]: unknown;
7863
+ }
7864
+ }
7865
+ }
6061
7866
  namespace $429 {
6062
7867
  namespace Content {
6063
7868
  interface ApplicationJson {
@@ -6065,6 +7870,13 @@ export declare namespace MittwaldAPIV2 {
6065
7870
  }
6066
7871
  }
6067
7872
  }
7873
+ namespace $500 {
7874
+ namespace Content {
7875
+ interface ApplicationJson {
7876
+ [k: string]: unknown;
7877
+ }
7878
+ }
7879
+ }
6068
7880
  namespace Default {
6069
7881
  namespace Content {
6070
7882
  interface ApplicationJson {
@@ -12354,6 +14166,13 @@ export declare namespace MittwaldAPIV2 {
12354
14166
  }
12355
14167
  }
12356
14168
  }
14169
+ namespace $412 {
14170
+ namespace Content {
14171
+ interface ApplicationJson {
14172
+ [k: string]: unknown;
14173
+ }
14174
+ }
14175
+ }
12357
14176
  namespace $429 {
12358
14177
  namespace Content {
12359
14178
  interface ApplicationJson {
@@ -14397,6 +16216,112 @@ export declare namespace MittwaldAPIV2 {
14397
16216
  }
14398
16217
  }
14399
16218
  }
16219
+ namespace V2CustomersCustomerIdLeadFyndrProfileRequest {
16220
+ namespace Get {
16221
+ namespace Parameters {
16222
+ type Path = {
16223
+ customerId: string;
16224
+ };
16225
+ type Header = {};
16226
+ type Query = {};
16227
+ }
16228
+ namespace Responses {
16229
+ namespace $200 {
16230
+ namespace Content {
16231
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadFinderProfileRequest;
16232
+ }
16233
+ }
16234
+ namespace $400 {
16235
+ namespace Content {
16236
+ interface ApplicationJson {
16237
+ [k: string]: unknown;
16238
+ }
16239
+ }
16240
+ }
16241
+ namespace $403 {
16242
+ namespace Content {
16243
+ interface ApplicationJson {
16244
+ [k: string]: unknown;
16245
+ }
16246
+ }
16247
+ }
16248
+ namespace $404 {
16249
+ namespace Content {
16250
+ interface ApplicationJson {
16251
+ [k: string]: unknown;
16252
+ }
16253
+ }
16254
+ }
16255
+ namespace $429 {
16256
+ namespace Content {
16257
+ interface ApplicationJson {
16258
+ [k: string]: unknown;
16259
+ }
16260
+ }
16261
+ }
16262
+ namespace Default {
16263
+ namespace Content {
16264
+ interface ApplicationJson {
16265
+ [k: string]: unknown;
16266
+ }
16267
+ }
16268
+ }
16269
+ }
16270
+ }
16271
+ }
16272
+ namespace V2CustomersCustomerIdLeadFyndrProfile {
16273
+ namespace Get {
16274
+ namespace Parameters {
16275
+ type Path = {
16276
+ customerId: string;
16277
+ };
16278
+ type Header = {};
16279
+ type Query = {};
16280
+ }
16281
+ namespace Responses {
16282
+ namespace $200 {
16283
+ namespace Content {
16284
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadFinderProfile;
16285
+ }
16286
+ }
16287
+ namespace $400 {
16288
+ namespace Content {
16289
+ interface ApplicationJson {
16290
+ [k: string]: unknown;
16291
+ }
16292
+ }
16293
+ }
16294
+ namespace $403 {
16295
+ namespace Content {
16296
+ interface ApplicationJson {
16297
+ [k: string]: unknown;
16298
+ }
16299
+ }
16300
+ }
16301
+ namespace $404 {
16302
+ namespace Content {
16303
+ interface ApplicationJson {
16304
+ [k: string]: unknown;
16305
+ }
16306
+ }
16307
+ }
16308
+ namespace $429 {
16309
+ namespace Content {
16310
+ interface ApplicationJson {
16311
+ [k: string]: unknown;
16312
+ }
16313
+ }
16314
+ }
16315
+ namespace Default {
16316
+ namespace Content {
16317
+ interface ApplicationJson {
16318
+ [k: string]: unknown;
16319
+ }
16320
+ }
16321
+ }
16322
+ }
16323
+ }
16324
+ }
14400
16325
  namespace V2ProjectsProjectIdDeliveryboxes { }
14401
16326
  namespace V2ProjectsProjectIdDeliveryBoxes {
14402
16327
  namespace Get {