@mittwald/api-client 0.0.0-development-38105fd-20260708 → 0.0.0-development-d575ea2-20260713
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/generated/v2/client-react.js +6 -8
- package/dist/esm/generated/v2/client.js +12 -10
- package/dist/esm/generated/v2/descriptors.js +36 -30
- package/dist/esm/generated/v3-next/client-react.js +6 -8
- package/dist/esm/generated/v3-next/client.js +12 -10
- package/dist/esm/generated/v3-next/descriptors.js +36 -30
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +58 -62
- package/dist/types/generated/v2/client.d.ts +423 -277
- package/dist/types/generated/v2/descriptors.d.ts +13 -11
- package/dist/types/generated/v2/types.d.ts +541 -433
- package/dist/types/generated/v3-next/client-react.d.ts +58 -62
- package/dist/types/generated/v3-next/client.d.ts +423 -277
- package/dist/types/generated/v3-next/descriptors.d.ts +13 -11
- package/dist/types/generated/v3-next/types.d.ts +541 -433
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -30,6 +30,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
30
30
|
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerGetDetailedModels>;
|
|
31
31
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerGetDetailedModels, TStatus>;
|
|
32
32
|
}
|
|
33
|
+
namespace AiHostingCustomerGetPlan {
|
|
34
|
+
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerGetPlan>;
|
|
35
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerGetPlan, TStatus>;
|
|
36
|
+
}
|
|
37
|
+
namespace AiHostingCustomerUpdatePlan {
|
|
38
|
+
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerUpdatePlan>;
|
|
39
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerUpdatePlan, TStatus>;
|
|
40
|
+
}
|
|
41
|
+
namespace AiHostingCustomerGetPlans {
|
|
42
|
+
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerGetPlans>;
|
|
43
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerGetPlans, TStatus>;
|
|
44
|
+
}
|
|
33
45
|
namespace AiHostingCustomerGetUsage {
|
|
34
46
|
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerGetUsage>;
|
|
35
47
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerGetUsage, TStatus>;
|
|
@@ -234,6 +246,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
234
246
|
type RequestData = InferredRequestData<typeof descriptors.backupUpdateProjectBackupDescription>;
|
|
235
247
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupUpdateProjectBackupDescription, TStatus>;
|
|
236
248
|
}
|
|
249
|
+
namespace ContainerAddComponent {
|
|
250
|
+
type RequestData = InferredRequestData<typeof descriptors.containerAddComponent>;
|
|
251
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerAddComponent, TStatus>;
|
|
252
|
+
}
|
|
237
253
|
namespace ContainerCallPullImageWebhookForService {
|
|
238
254
|
type RequestData = InferredRequestData<typeof descriptors.containerCallPullImageWebhookForService>;
|
|
239
255
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerCallPullImageWebhookForService, TStatus>;
|
|
@@ -322,6 +338,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
322
338
|
type RequestData = InferredRequestData<typeof descriptors.containerListStackVolumes>;
|
|
323
339
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListStackVolumes, TStatus>;
|
|
324
340
|
}
|
|
341
|
+
namespace ContainerListTemplateStatistics {
|
|
342
|
+
type RequestData = InferredRequestData<typeof descriptors.containerListTemplateStatistics>;
|
|
343
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListTemplateStatistics, TStatus>;
|
|
344
|
+
}
|
|
325
345
|
namespace ContainerListTemplates {
|
|
326
346
|
type RequestData = InferredRequestData<typeof descriptors.containerListTemplates>;
|
|
327
347
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListTemplates, TStatus>;
|
|
@@ -1370,6 +1390,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1370
1390
|
type RequestData = InferredRequestData<typeof descriptors.mailRecoverMailAddressEmails>;
|
|
1371
1391
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRecoverMailAddressEmails, TStatus>;
|
|
1372
1392
|
}
|
|
1393
|
+
namespace MailRequestMailAddressRateLimitChange {
|
|
1394
|
+
type RequestData = InferredRequestData<typeof descriptors.mailRequestMailAddressRateLimitChange>;
|
|
1395
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRequestMailAddressRateLimitChange, TStatus>;
|
|
1396
|
+
}
|
|
1373
1397
|
namespace MailUpdateDeliveryBoxDescription {
|
|
1374
1398
|
type RequestData = InferredRequestData<typeof descriptors.mailUpdateDeliveryBoxDescription>;
|
|
1375
1399
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateDeliveryBoxDescription, TStatus>;
|
|
@@ -1934,26 +1958,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1934
1958
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1935
1959
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1936
1960
|
}
|
|
1937
|
-
namespace ContainerGetTemplateStatistics {
|
|
1938
|
-
type RequestData = InferredRequestData<typeof descriptors.containerGetTemplateStatistics>;
|
|
1939
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplateStatistics, TStatus>;
|
|
1940
|
-
}
|
|
1941
|
-
namespace ContainerGetTemplateStatisticsByCategory {
|
|
1942
|
-
type RequestData = InferredRequestData<typeof descriptors.containerGetTemplateStatisticsByCategory>;
|
|
1943
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplateStatisticsByCategory, TStatus>;
|
|
1944
|
-
}
|
|
1945
|
-
namespace AiHostingCustomerGetPlan {
|
|
1946
|
-
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerGetPlan>;
|
|
1947
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerGetPlan, TStatus>;
|
|
1948
|
-
}
|
|
1949
|
-
namespace AiHostingCustomerGetPlans {
|
|
1950
|
-
type RequestData = InferredRequestData<typeof descriptors.aiHostingCustomerGetPlans>;
|
|
1951
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingCustomerGetPlans, TStatus>;
|
|
1952
|
-
}
|
|
1953
|
-
namespace MailRequestMailAddressRateLimitChange {
|
|
1954
|
-
type RequestData = InferredRequestData<typeof descriptors.mailRequestMailAddressRateLimitChange>;
|
|
1955
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRequestMailAddressRateLimitChange, TStatus>;
|
|
1956
|
-
}
|
|
1957
1961
|
}
|
|
1958
1962
|
namespace Components {
|
|
1959
1963
|
namespace Schemas {
|
|
@@ -1988,6 +1992,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1988
1992
|
termsOfServiceLink: string;
|
|
1989
1993
|
tokenFactor: number;
|
|
1990
1994
|
}
|
|
1995
|
+
interface AihostingCustomerPlans {
|
|
1996
|
+
modelTermsApprovalRequired: boolean;
|
|
1997
|
+
plans: MittwaldAPIV2.Components.Schemas.AihostingPlanOptions[];
|
|
1998
|
+
}
|
|
1991
1999
|
type AihostingDetailedModelStatus = "active" | "needApproval" | "deprecated";
|
|
1992
2000
|
interface AihostingKey {
|
|
1993
2001
|
containerMeta?: MittwaldAPIV2.Components.Schemas.AihostingContainerMeta;
|
|
@@ -2049,6 +2057,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2049
2057
|
planLimit: number;
|
|
2050
2058
|
used: number;
|
|
2051
2059
|
}
|
|
2060
|
+
interface AihostingProfile {
|
|
2061
|
+
planIds: string[];
|
|
2062
|
+
}
|
|
2052
2063
|
interface AihostingProjectDetailedModel {
|
|
2053
2064
|
activeAt: string;
|
|
2054
2065
|
displayName: string;
|
|
@@ -2572,6 +2583,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2572
2583
|
*/
|
|
2573
2584
|
priceInCents: number;
|
|
2574
2585
|
}
|
|
2586
|
+
interface ContainerAddComponent {
|
|
2587
|
+
templateConfig: {
|
|
2588
|
+
templateId: string;
|
|
2589
|
+
/**
|
|
2590
|
+
* Values for template user inputs. Missing optional values are filled from template defaults.
|
|
2591
|
+
*/
|
|
2592
|
+
userInputs?: {
|
|
2593
|
+
name: string;
|
|
2594
|
+
value: string;
|
|
2595
|
+
}[];
|
|
2596
|
+
};
|
|
2597
|
+
}
|
|
2575
2598
|
interface ContainerCreateRegistry {
|
|
2576
2599
|
credentials?: MittwaldAPIV2.Components.Schemas.ContainerSetRegistryCredentials;
|
|
2577
2600
|
description: string;
|
|
@@ -2992,6 +3015,15 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2992
3015
|
version: string;
|
|
2993
3016
|
website?: string;
|
|
2994
3017
|
}
|
|
3018
|
+
interface ContainerTemplateStatsListResponse {
|
|
3019
|
+
category?: string;
|
|
3020
|
+
templates?: MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[];
|
|
3021
|
+
}
|
|
3022
|
+
interface ContainerTemplateStatsResponse {
|
|
3023
|
+
id: string;
|
|
3024
|
+
installations: number;
|
|
3025
|
+
installations30Days: number;
|
|
3026
|
+
}
|
|
2995
3027
|
interface ContainerTemplateTranslatedString {
|
|
2996
3028
|
de: string;
|
|
2997
3029
|
en: string;
|
|
@@ -4138,6 +4170,33 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4138
4170
|
interface DeMittwaldDomainNextDns {
|
|
4139
4171
|
recordSet?: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextRecordSet;
|
|
4140
4172
|
}
|
|
4173
|
+
interface DeMittwaldDomainNextDomainListItem {
|
|
4174
|
+
dnsValidationErrors: string[];
|
|
4175
|
+
/**
|
|
4176
|
+
* The hostname this domain represents.
|
|
4177
|
+
*/
|
|
4178
|
+
hostname: string;
|
|
4179
|
+
/**
|
|
4180
|
+
* ID of the underlying ingress. Absent for a registrable domain that has no ingress; such a domain is identified via registrarData.id.
|
|
4181
|
+
*/
|
|
4182
|
+
id?: string;
|
|
4183
|
+
isDefault: boolean;
|
|
4184
|
+
ownership: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextOwnership;
|
|
4185
|
+
paths: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextPath[];
|
|
4186
|
+
/**
|
|
4187
|
+
* ID of the project this domain belongs to.
|
|
4188
|
+
*/
|
|
4189
|
+
projectId: string;
|
|
4190
|
+
registrarData: {
|
|
4191
|
+
handles?: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextHandles;
|
|
4192
|
+
id?: string;
|
|
4193
|
+
processes?: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextProcess[];
|
|
4194
|
+
scheduledDeletionDate?: string;
|
|
4195
|
+
transferInAuthCode?: string;
|
|
4196
|
+
};
|
|
4197
|
+
tls: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextTls;
|
|
4198
|
+
type: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextDomainType;
|
|
4199
|
+
}
|
|
4141
4200
|
interface DeMittwaldDomainNextDomain {
|
|
4142
4201
|
dns: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextDns;
|
|
4143
4202
|
dnsValidationErrors: string[];
|
|
@@ -4162,6 +4221,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4162
4221
|
tls: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextTls;
|
|
4163
4222
|
type: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextDomainType;
|
|
4164
4223
|
}
|
|
4224
|
+
/**
|
|
4225
|
+
* Classifies a result:
|
|
4226
|
+
*
|
|
4227
|
+
* * `domain`: a registrable domain (carries registrarData).
|
|
4228
|
+
* * `subdomain`: a subdomain of a registrable domain.
|
|
4229
|
+
* * `vhost`: a plain vHost without a registrable domain.
|
|
4230
|
+
*/
|
|
4231
|
+
type DeMittwaldDomainNextDomainType = "domain" | "subdomain" | "vhost";
|
|
4165
4232
|
interface DeMittwaldDomainNextHandleData {
|
|
4166
4233
|
fields?: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextHandleField[];
|
|
4167
4234
|
ref?: string;
|
|
@@ -4248,6 +4315,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4248
4315
|
transferInAuthCode?: string;
|
|
4249
4316
|
usesDefaultNameservers?: boolean;
|
|
4250
4317
|
}
|
|
4318
|
+
/**
|
|
4319
|
+
* Ordering of the domain list:
|
|
4320
|
+
*
|
|
4321
|
+
* * `hostnameGrouped` (default): group by registrable (public-suffix) domain, the main domain before its subdomains, then by full hostname.
|
|
4322
|
+
* * `hostnameAsc`: full hostname ascending.
|
|
4323
|
+
* * `hostnameDesc`: full hostname descending.
|
|
4324
|
+
*/
|
|
4325
|
+
type DeMittwaldDomainNextSortOrder = "hostnameGrouped" | "hostnameAsc" | "hostnameDesc";
|
|
4251
4326
|
interface DeMittwaldDomainNextSrvRecord {
|
|
4252
4327
|
fqdn?: string;
|
|
4253
4328
|
port?: number;
|
|
@@ -6351,15 +6426,27 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6351
6426
|
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6352
6427
|
};
|
|
6353
6428
|
}
|
|
6429
|
+
interface ActivitylogDnsARecordSetManaged {
|
|
6430
|
+
changes: {
|
|
6431
|
+
after?: {
|
|
6432
|
+
aRecords: string;
|
|
6433
|
+
};
|
|
6434
|
+
before?: {};
|
|
6435
|
+
};
|
|
6436
|
+
name: "dns.a-record-set-managed";
|
|
6437
|
+
parameters: {
|
|
6438
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6439
|
+
};
|
|
6440
|
+
}
|
|
6354
6441
|
interface ActivitylogDnsARecordSet {
|
|
6355
6442
|
changes: {
|
|
6356
6443
|
after?: {
|
|
6357
|
-
aRecords
|
|
6358
|
-
aaaaRecords
|
|
6444
|
+
aRecords?: string[];
|
|
6445
|
+
aaaaRecords?: string[];
|
|
6359
6446
|
};
|
|
6360
6447
|
before?: {
|
|
6361
|
-
aRecords
|
|
6362
|
-
aaaaRecords
|
|
6448
|
+
aRecords?: string[];
|
|
6449
|
+
aaaaRecords?: string[];
|
|
6363
6450
|
};
|
|
6364
6451
|
};
|
|
6365
6452
|
name: "dns.a-record-set";
|
|
@@ -6395,13 +6482,42 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6395
6482
|
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6396
6483
|
};
|
|
6397
6484
|
}
|
|
6485
|
+
interface ActivitylogDnsDomainDeleted {
|
|
6486
|
+
changes: {};
|
|
6487
|
+
name: "dns.domain-deleted";
|
|
6488
|
+
parameters: {
|
|
6489
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6490
|
+
};
|
|
6491
|
+
}
|
|
6492
|
+
interface ActivitylogDnsIngressDeleted {
|
|
6493
|
+
changes: {};
|
|
6494
|
+
name: "dns.ingress-deleted";
|
|
6495
|
+
parameters: {
|
|
6496
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6497
|
+
};
|
|
6498
|
+
}
|
|
6499
|
+
interface ActivitylogDnsMxRecordSetManaged {
|
|
6500
|
+
changes: {
|
|
6501
|
+
after?: {
|
|
6502
|
+
fqdn: string;
|
|
6503
|
+
priority: string;
|
|
6504
|
+
};
|
|
6505
|
+
before?: {};
|
|
6506
|
+
};
|
|
6507
|
+
name: "dns.mx-record-set-managed";
|
|
6508
|
+
parameters: {
|
|
6509
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6510
|
+
};
|
|
6511
|
+
}
|
|
6398
6512
|
interface ActivitylogDnsMxRecordSet {
|
|
6399
6513
|
changes: {
|
|
6400
6514
|
after?: {
|
|
6401
|
-
|
|
6515
|
+
fqdn: string[];
|
|
6516
|
+
priority: (number | null)[];
|
|
6402
6517
|
};
|
|
6403
6518
|
before?: {
|
|
6404
|
-
|
|
6519
|
+
fqdn: string[];
|
|
6520
|
+
priority: (number | null)[];
|
|
6405
6521
|
};
|
|
6406
6522
|
};
|
|
6407
6523
|
name: "dns.mx-record-set";
|
|
@@ -7151,107 +7267,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7151
7267
|
}
|
|
7152
7268
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
7153
7269
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
7154
|
-
/**
|
|
7155
|
-
* Classifies a result:
|
|
7156
|
-
*
|
|
7157
|
-
* * `domain`: a registrable domain (carries registrarData).
|
|
7158
|
-
* * `subdomain`: a subdomain of a registrable domain.
|
|
7159
|
-
* * `vhost`: a plain vHost without a registrable domain.
|
|
7160
|
-
*/
|
|
7161
|
-
type DeMittwaldDomainNextDomainType = "domain" | "subdomain" | "vhost";
|
|
7162
|
-
/**
|
|
7163
|
-
* Ordering of the domain list:
|
|
7164
|
-
*
|
|
7165
|
-
* * `hostnameGrouped` (default): group by registrable (public-suffix) domain, the main domain before its subdomains, then by full hostname.
|
|
7166
|
-
* * `hostnameAsc`: full hostname ascending.
|
|
7167
|
-
* * `hostnameDesc`: full hostname descending.
|
|
7168
|
-
*/
|
|
7169
|
-
type DeMittwaldDomainNextSortOrder = "hostnameGrouped" | "hostnameAsc" | "hostnameDesc";
|
|
7170
|
-
interface DeMittwaldDomainNextDomainListItem {
|
|
7171
|
-
dnsValidationErrors: string[];
|
|
7172
|
-
/**
|
|
7173
|
-
* The hostname this domain represents.
|
|
7174
|
-
*/
|
|
7175
|
-
hostname: string;
|
|
7176
|
-
/**
|
|
7177
|
-
* ID of the underlying ingress. Absent for a registrable domain that has no ingress; such a domain is identified via registrarData.id.
|
|
7178
|
-
*/
|
|
7179
|
-
id?: string;
|
|
7180
|
-
isDefault: boolean;
|
|
7181
|
-
ownership: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextOwnership;
|
|
7182
|
-
paths: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextPath[];
|
|
7183
|
-
/**
|
|
7184
|
-
* ID of the project this domain belongs to.
|
|
7185
|
-
*/
|
|
7186
|
-
projectId: string;
|
|
7187
|
-
registrarData: {
|
|
7188
|
-
handles?: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextHandles;
|
|
7189
|
-
id?: string;
|
|
7190
|
-
processes?: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextProcess[];
|
|
7191
|
-
scheduledDeletionDate?: string;
|
|
7192
|
-
transferInAuthCode?: string;
|
|
7193
|
-
};
|
|
7194
|
-
tls: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextTls;
|
|
7195
|
-
type: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextDomainType;
|
|
7196
|
-
}
|
|
7197
|
-
interface AihostingProfile {
|
|
7198
|
-
planIds: string[];
|
|
7199
|
-
}
|
|
7200
|
-
interface ActivitylogDnsARecordSetManaged {
|
|
7201
|
-
changes: {
|
|
7202
|
-
after?: {
|
|
7203
|
-
aRecords: {
|
|
7204
|
-
managedByIngressId: string;
|
|
7205
|
-
};
|
|
7206
|
-
};
|
|
7207
|
-
before?: {};
|
|
7208
|
-
};
|
|
7209
|
-
name: "dns.a-record-set-managed";
|
|
7210
|
-
parameters: {
|
|
7211
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
7212
|
-
};
|
|
7213
|
-
}
|
|
7214
|
-
interface ActivitylogDnsDomainDeleted {
|
|
7215
|
-
changes: {};
|
|
7216
|
-
name: "dns.domain-deleted";
|
|
7217
|
-
parameters: {
|
|
7218
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
7219
|
-
};
|
|
7220
|
-
}
|
|
7221
|
-
interface ActivitylogDnsMxRecordSetManaged {
|
|
7222
|
-
changes: {
|
|
7223
|
-
after?: {
|
|
7224
|
-
mx: {
|
|
7225
|
-
managed: boolean;
|
|
7226
|
-
};
|
|
7227
|
-
};
|
|
7228
|
-
before?: {};
|
|
7229
|
-
};
|
|
7230
|
-
name: "dns.mx-record-set-managed";
|
|
7231
|
-
parameters: {
|
|
7232
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
7233
|
-
};
|
|
7234
|
-
}
|
|
7235
|
-
interface ActivitylogDnsIngressDeleted {
|
|
7236
|
-
changes: {};
|
|
7237
|
-
name: "dns.ingress-deleted";
|
|
7238
|
-
parameters: {
|
|
7239
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
7240
|
-
};
|
|
7241
|
-
}
|
|
7242
|
-
interface ContainerTemplateStatsResponse {
|
|
7243
|
-
id: string;
|
|
7244
|
-
installations: number;
|
|
7245
|
-
installations30Days: number;
|
|
7246
|
-
}
|
|
7247
|
-
interface ContainerTemplateStatsByCategoryResponse {
|
|
7248
|
-
category: string;
|
|
7249
|
-
templates: MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[];
|
|
7250
|
-
}
|
|
7251
|
-
interface AihostingCustomerPlans {
|
|
7252
|
-
modelTermsApprovalRequired: boolean;
|
|
7253
|
-
plans: MittwaldAPIV2.Components.Schemas.AihostingPlanOptions[];
|
|
7254
|
-
}
|
|
7255
7270
|
interface CommonsAddress {
|
|
7256
7271
|
street: string;
|
|
7257
7272
|
houseNumber: string;
|
|
@@ -7852,11 +7867,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7852
7867
|
}
|
|
7853
7868
|
}
|
|
7854
7869
|
}
|
|
7855
|
-
namespace
|
|
7870
|
+
namespace V2CustomersCustomerIdAiHostingsPlanId {
|
|
7856
7871
|
namespace Get {
|
|
7857
7872
|
namespace Parameters {
|
|
7858
7873
|
type Path = {
|
|
7859
7874
|
customerId: string;
|
|
7875
|
+
planId: string;
|
|
7860
7876
|
};
|
|
7861
7877
|
type Header = {};
|
|
7862
7878
|
type Query = {
|
|
@@ -7906,18 +7922,22 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7906
7922
|
}
|
|
7907
7923
|
}
|
|
7908
7924
|
}
|
|
7909
|
-
|
|
7910
|
-
namespace V2AiHostingModels {
|
|
7911
|
-
namespace Get {
|
|
7925
|
+
namespace Put {
|
|
7912
7926
|
namespace Parameters {
|
|
7913
|
-
type Path = {
|
|
7927
|
+
type Path = {
|
|
7928
|
+
customerId: string;
|
|
7929
|
+
planId: string;
|
|
7930
|
+
};
|
|
7931
|
+
interface RequestBody {
|
|
7932
|
+
name?: string;
|
|
7933
|
+
}
|
|
7914
7934
|
type Header = {};
|
|
7915
7935
|
type Query = {};
|
|
7916
7936
|
}
|
|
7917
7937
|
namespace Responses {
|
|
7918
|
-
namespace $
|
|
7938
|
+
namespace $204 {
|
|
7919
7939
|
namespace Content {
|
|
7920
|
-
type
|
|
7940
|
+
type Empty = unknown;
|
|
7921
7941
|
}
|
|
7922
7942
|
}
|
|
7923
7943
|
namespace $400 {
|
|
@@ -7958,21 +7978,21 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7958
7978
|
}
|
|
7959
7979
|
}
|
|
7960
7980
|
}
|
|
7961
|
-
namespace
|
|
7981
|
+
namespace V2CustomersCustomerIdAiHostings {
|
|
7962
7982
|
namespace Get {
|
|
7963
7983
|
namespace Parameters {
|
|
7964
7984
|
type Path = {
|
|
7965
|
-
|
|
7985
|
+
customerId: string;
|
|
7966
7986
|
};
|
|
7967
7987
|
type Header = {};
|
|
7968
7988
|
type Query = {
|
|
7969
|
-
|
|
7989
|
+
topUsageCount?: number;
|
|
7970
7990
|
};
|
|
7971
7991
|
}
|
|
7972
7992
|
namespace Responses {
|
|
7973
7993
|
namespace $200 {
|
|
7974
7994
|
namespace Content {
|
|
7975
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
7995
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlans;
|
|
7976
7996
|
}
|
|
7977
7997
|
}
|
|
7978
7998
|
namespace $400 {
|
|
@@ -8012,9 +8032,170 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8012
8032
|
}
|
|
8013
8033
|
}
|
|
8014
8034
|
}
|
|
8015
|
-
|
|
8016
|
-
|
|
8017
|
-
|
|
8035
|
+
}
|
|
8036
|
+
namespace V2CustomersCustomerIdAiHosting {
|
|
8037
|
+
namespace Get {
|
|
8038
|
+
namespace Parameters {
|
|
8039
|
+
type Path = {
|
|
8040
|
+
customerId: string;
|
|
8041
|
+
};
|
|
8042
|
+
type Header = {};
|
|
8043
|
+
type Query = {
|
|
8044
|
+
topUsageCount?: number;
|
|
8045
|
+
};
|
|
8046
|
+
}
|
|
8047
|
+
namespace Responses {
|
|
8048
|
+
namespace $200 {
|
|
8049
|
+
namespace Content {
|
|
8050
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingPlanOptions;
|
|
8051
|
+
}
|
|
8052
|
+
}
|
|
8053
|
+
namespace $400 {
|
|
8054
|
+
namespace Content {
|
|
8055
|
+
interface ApplicationJson {
|
|
8056
|
+
[k: string]: unknown;
|
|
8057
|
+
}
|
|
8058
|
+
}
|
|
8059
|
+
}
|
|
8060
|
+
namespace $403 {
|
|
8061
|
+
namespace Content {
|
|
8062
|
+
interface ApplicationJson {
|
|
8063
|
+
[k: string]: unknown;
|
|
8064
|
+
}
|
|
8065
|
+
}
|
|
8066
|
+
}
|
|
8067
|
+
namespace $404 {
|
|
8068
|
+
namespace Content {
|
|
8069
|
+
interface ApplicationJson {
|
|
8070
|
+
[k: string]: unknown;
|
|
8071
|
+
}
|
|
8072
|
+
}
|
|
8073
|
+
}
|
|
8074
|
+
namespace $429 {
|
|
8075
|
+
namespace Content {
|
|
8076
|
+
interface ApplicationJson {
|
|
8077
|
+
[k: string]: unknown;
|
|
8078
|
+
}
|
|
8079
|
+
}
|
|
8080
|
+
}
|
|
8081
|
+
namespace Default {
|
|
8082
|
+
namespace Content {
|
|
8083
|
+
interface ApplicationJson {
|
|
8084
|
+
[k: string]: unknown;
|
|
8085
|
+
}
|
|
8086
|
+
}
|
|
8087
|
+
}
|
|
8088
|
+
}
|
|
8089
|
+
}
|
|
8090
|
+
}
|
|
8091
|
+
namespace V2AiHostingModels {
|
|
8092
|
+
namespace Get {
|
|
8093
|
+
namespace Parameters {
|
|
8094
|
+
type Path = {};
|
|
8095
|
+
type Header = {};
|
|
8096
|
+
type Query = {};
|
|
8097
|
+
}
|
|
8098
|
+
namespace Responses {
|
|
8099
|
+
namespace $200 {
|
|
8100
|
+
namespace Content {
|
|
8101
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingModel[];
|
|
8102
|
+
}
|
|
8103
|
+
}
|
|
8104
|
+
namespace $400 {
|
|
8105
|
+
namespace Content {
|
|
8106
|
+
interface ApplicationJson {
|
|
8107
|
+
[k: string]: unknown;
|
|
8108
|
+
}
|
|
8109
|
+
}
|
|
8110
|
+
}
|
|
8111
|
+
namespace $403 {
|
|
8112
|
+
namespace Content {
|
|
8113
|
+
interface ApplicationJson {
|
|
8114
|
+
[k: string]: unknown;
|
|
8115
|
+
}
|
|
8116
|
+
}
|
|
8117
|
+
}
|
|
8118
|
+
namespace $404 {
|
|
8119
|
+
namespace Content {
|
|
8120
|
+
interface ApplicationJson {
|
|
8121
|
+
[k: string]: unknown;
|
|
8122
|
+
}
|
|
8123
|
+
}
|
|
8124
|
+
}
|
|
8125
|
+
namespace $429 {
|
|
8126
|
+
namespace Content {
|
|
8127
|
+
interface ApplicationJson {
|
|
8128
|
+
[k: string]: unknown;
|
|
8129
|
+
}
|
|
8130
|
+
}
|
|
8131
|
+
}
|
|
8132
|
+
namespace Default {
|
|
8133
|
+
namespace Content {
|
|
8134
|
+
interface ApplicationJson {
|
|
8135
|
+
[k: string]: unknown;
|
|
8136
|
+
}
|
|
8137
|
+
}
|
|
8138
|
+
}
|
|
8139
|
+
}
|
|
8140
|
+
}
|
|
8141
|
+
}
|
|
8142
|
+
namespace V2ProjectsProjectIdAiHostingKeys {
|
|
8143
|
+
namespace Get {
|
|
8144
|
+
namespace Parameters {
|
|
8145
|
+
type Path = {
|
|
8146
|
+
projectId: string;
|
|
8147
|
+
};
|
|
8148
|
+
type Header = {};
|
|
8149
|
+
type Query = {
|
|
8150
|
+
planId?: string;
|
|
8151
|
+
};
|
|
8152
|
+
}
|
|
8153
|
+
namespace Responses {
|
|
8154
|
+
namespace $200 {
|
|
8155
|
+
namespace Content {
|
|
8156
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingKey[];
|
|
8157
|
+
}
|
|
8158
|
+
}
|
|
8159
|
+
namespace $400 {
|
|
8160
|
+
namespace Content {
|
|
8161
|
+
interface ApplicationJson {
|
|
8162
|
+
[k: string]: unknown;
|
|
8163
|
+
}
|
|
8164
|
+
}
|
|
8165
|
+
}
|
|
8166
|
+
namespace $403 {
|
|
8167
|
+
namespace Content {
|
|
8168
|
+
interface ApplicationJson {
|
|
8169
|
+
[k: string]: unknown;
|
|
8170
|
+
}
|
|
8171
|
+
}
|
|
8172
|
+
}
|
|
8173
|
+
namespace $404 {
|
|
8174
|
+
namespace Content {
|
|
8175
|
+
interface ApplicationJson {
|
|
8176
|
+
[k: string]: unknown;
|
|
8177
|
+
}
|
|
8178
|
+
}
|
|
8179
|
+
}
|
|
8180
|
+
namespace $429 {
|
|
8181
|
+
namespace Content {
|
|
8182
|
+
interface ApplicationJson {
|
|
8183
|
+
[k: string]: unknown;
|
|
8184
|
+
}
|
|
8185
|
+
}
|
|
8186
|
+
}
|
|
8187
|
+
namespace Default {
|
|
8188
|
+
namespace Content {
|
|
8189
|
+
interface ApplicationJson {
|
|
8190
|
+
[k: string]: unknown;
|
|
8191
|
+
}
|
|
8192
|
+
}
|
|
8193
|
+
}
|
|
8194
|
+
}
|
|
8195
|
+
}
|
|
8196
|
+
namespace Post {
|
|
8197
|
+
namespace Parameters {
|
|
8198
|
+
type Path = {
|
|
8018
8199
|
projectId: string;
|
|
8019
8200
|
};
|
|
8020
8201
|
interface RequestBody {
|
|
@@ -10331,6 +10512,81 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10331
10512
|
}
|
|
10332
10513
|
}
|
|
10333
10514
|
}
|
|
10515
|
+
namespace V2StacksStackIdActionsAddComponent {
|
|
10516
|
+
namespace Post {
|
|
10517
|
+
namespace Parameters {
|
|
10518
|
+
type Path = {
|
|
10519
|
+
stackId: string;
|
|
10520
|
+
};
|
|
10521
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.ContainerAddComponent;
|
|
10522
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10523
|
+
type Query = {};
|
|
10524
|
+
}
|
|
10525
|
+
namespace Responses {
|
|
10526
|
+
namespace $204 {
|
|
10527
|
+
namespace Content {
|
|
10528
|
+
type Empty = unknown;
|
|
10529
|
+
}
|
|
10530
|
+
}
|
|
10531
|
+
namespace $400 {
|
|
10532
|
+
namespace Content {
|
|
10533
|
+
interface ApplicationJson {
|
|
10534
|
+
[k: string]: unknown;
|
|
10535
|
+
}
|
|
10536
|
+
}
|
|
10537
|
+
}
|
|
10538
|
+
namespace $403 {
|
|
10539
|
+
namespace Content {
|
|
10540
|
+
interface ApplicationJson {
|
|
10541
|
+
[k: string]: unknown;
|
|
10542
|
+
}
|
|
10543
|
+
}
|
|
10544
|
+
}
|
|
10545
|
+
namespace $404 {
|
|
10546
|
+
namespace Content {
|
|
10547
|
+
interface ApplicationJson {
|
|
10548
|
+
[k: string]: unknown;
|
|
10549
|
+
}
|
|
10550
|
+
}
|
|
10551
|
+
}
|
|
10552
|
+
namespace $409 {
|
|
10553
|
+
namespace Content {
|
|
10554
|
+
interface ApplicationJson {
|
|
10555
|
+
[k: string]: unknown;
|
|
10556
|
+
}
|
|
10557
|
+
}
|
|
10558
|
+
}
|
|
10559
|
+
namespace $412 {
|
|
10560
|
+
namespace Content {
|
|
10561
|
+
interface ApplicationJson {
|
|
10562
|
+
[k: string]: unknown;
|
|
10563
|
+
}
|
|
10564
|
+
}
|
|
10565
|
+
}
|
|
10566
|
+
namespace $429 {
|
|
10567
|
+
namespace Content {
|
|
10568
|
+
interface ApplicationJson {
|
|
10569
|
+
[k: string]: unknown;
|
|
10570
|
+
}
|
|
10571
|
+
}
|
|
10572
|
+
}
|
|
10573
|
+
namespace $500 {
|
|
10574
|
+
namespace Content {
|
|
10575
|
+
interface ApplicationJson {
|
|
10576
|
+
[k: string]: unknown;
|
|
10577
|
+
}
|
|
10578
|
+
}
|
|
10579
|
+
}
|
|
10580
|
+
namespace Default {
|
|
10581
|
+
namespace Content {
|
|
10582
|
+
interface ApplicationJson {
|
|
10583
|
+
[k: string]: unknown;
|
|
10584
|
+
}
|
|
10585
|
+
}
|
|
10586
|
+
}
|
|
10587
|
+
}
|
|
10588
|
+
}
|
|
10589
|
+
}
|
|
10334
10590
|
namespace V2StacksStackIdWebhooksPullImage {
|
|
10335
10591
|
namespace Get {
|
|
10336
10592
|
namespace Parameters {
|
|
@@ -10539,6 +10795,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10539
10795
|
};
|
|
10540
10796
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10541
10797
|
type Query = {
|
|
10798
|
+
searchTerm?: string;
|
|
10542
10799
|
limit?: number;
|
|
10543
10800
|
skip?: number;
|
|
10544
10801
|
page?: number;
|
|
@@ -11757,24 +12014,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11757
12014
|
}
|
|
11758
12015
|
}
|
|
11759
12016
|
}
|
|
11760
|
-
namespace
|
|
12017
|
+
namespace V2ContainerTemplateStatistics {
|
|
11761
12018
|
namespace Get {
|
|
11762
12019
|
namespace Parameters {
|
|
11763
12020
|
type Path = {};
|
|
11764
12021
|
type Header = {};
|
|
11765
12022
|
type Query = {
|
|
12023
|
+
templateId?: string;
|
|
11766
12024
|
category?: string;
|
|
11767
|
-
searchTerm?: string;
|
|
11768
|
-
type?: "component" | "standalone";
|
|
11769
|
-
limit?: number;
|
|
11770
|
-
skip?: number;
|
|
11771
|
-
page?: number;
|
|
11772
12025
|
};
|
|
11773
12026
|
}
|
|
11774
12027
|
namespace Responses {
|
|
11775
12028
|
namespace $200 {
|
|
11776
12029
|
namespace Content {
|
|
11777
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
12030
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsListResponse;
|
|
11778
12031
|
}
|
|
11779
12032
|
}
|
|
11780
12033
|
namespace $400 {
|
|
@@ -11784,6 +12037,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11784
12037
|
}
|
|
11785
12038
|
}
|
|
11786
12039
|
}
|
|
12040
|
+
namespace $404 {
|
|
12041
|
+
namespace Content {
|
|
12042
|
+
interface ApplicationJson {
|
|
12043
|
+
[k: string]: unknown;
|
|
12044
|
+
}
|
|
12045
|
+
}
|
|
12046
|
+
}
|
|
11787
12047
|
namespace $429 {
|
|
11788
12048
|
namespace Content {
|
|
11789
12049
|
interface ApplicationJson {
|
|
@@ -11808,11 +12068,62 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11808
12068
|
}
|
|
11809
12069
|
}
|
|
11810
12070
|
}
|
|
11811
|
-
namespace
|
|
12071
|
+
namespace V2ContainerTemplates {
|
|
11812
12072
|
namespace Get {
|
|
11813
12073
|
namespace Parameters {
|
|
11814
|
-
type Path = {
|
|
11815
|
-
|
|
12074
|
+
type Path = {};
|
|
12075
|
+
type Header = {};
|
|
12076
|
+
type Query = {
|
|
12077
|
+
category?: string;
|
|
12078
|
+
searchTerm?: string;
|
|
12079
|
+
type?: "component" | "standalone";
|
|
12080
|
+
limit?: number;
|
|
12081
|
+
skip?: number;
|
|
12082
|
+
page?: number;
|
|
12083
|
+
};
|
|
12084
|
+
}
|
|
12085
|
+
namespace Responses {
|
|
12086
|
+
namespace $200 {
|
|
12087
|
+
namespace Content {
|
|
12088
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerTemplate[];
|
|
12089
|
+
}
|
|
12090
|
+
}
|
|
12091
|
+
namespace $400 {
|
|
12092
|
+
namespace Content {
|
|
12093
|
+
interface ApplicationJson {
|
|
12094
|
+
[k: string]: unknown;
|
|
12095
|
+
}
|
|
12096
|
+
}
|
|
12097
|
+
}
|
|
12098
|
+
namespace $429 {
|
|
12099
|
+
namespace Content {
|
|
12100
|
+
interface ApplicationJson {
|
|
12101
|
+
[k: string]: unknown;
|
|
12102
|
+
}
|
|
12103
|
+
}
|
|
12104
|
+
}
|
|
12105
|
+
namespace $500 {
|
|
12106
|
+
namespace Content {
|
|
12107
|
+
interface ApplicationJson {
|
|
12108
|
+
[k: string]: unknown;
|
|
12109
|
+
}
|
|
12110
|
+
}
|
|
12111
|
+
}
|
|
12112
|
+
namespace Default {
|
|
12113
|
+
namespace Content {
|
|
12114
|
+
interface ApplicationJson {
|
|
12115
|
+
[k: string]: unknown;
|
|
12116
|
+
}
|
|
12117
|
+
}
|
|
12118
|
+
}
|
|
12119
|
+
}
|
|
12120
|
+
}
|
|
12121
|
+
}
|
|
12122
|
+
namespace V2ProjectsProjectIdVolumes {
|
|
12123
|
+
namespace Get {
|
|
12124
|
+
namespace Parameters {
|
|
12125
|
+
type Path = {
|
|
12126
|
+
projectId: string;
|
|
11816
12127
|
};
|
|
11817
12128
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
11818
12129
|
type Query = {
|
|
@@ -20567,6 +20878,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20567
20878
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstance;
|
|
20568
20879
|
}
|
|
20569
20880
|
}
|
|
20881
|
+
namespace $403 {
|
|
20882
|
+
namespace Content {
|
|
20883
|
+
interface ApplicationJson {
|
|
20884
|
+
[k: string]: unknown;
|
|
20885
|
+
}
|
|
20886
|
+
}
|
|
20887
|
+
}
|
|
20570
20888
|
namespace $404 {
|
|
20571
20889
|
namespace Content {
|
|
20572
20890
|
interface ApplicationJson {
|
|
@@ -24956,7 +25274,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24956
25274
|
type Path = {
|
|
24957
25275
|
mailRateLimitId: string;
|
|
24958
25276
|
};
|
|
24959
|
-
type Header = {};
|
|
25277
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
24960
25278
|
type Query = {};
|
|
24961
25279
|
}
|
|
24962
25280
|
namespace Responses {
|
|
@@ -25130,7 +25448,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
25130
25448
|
namespace Get {
|
|
25131
25449
|
namespace Parameters {
|
|
25132
25450
|
type Path = {};
|
|
25133
|
-
type Header = {};
|
|
25451
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
25134
25452
|
type Query = {};
|
|
25135
25453
|
}
|
|
25136
25454
|
namespace Responses {
|
|
@@ -25442,6 +25760,76 @@ export declare namespace MittwaldAPIV2 {
|
|
|
25442
25760
|
}
|
|
25443
25761
|
}
|
|
25444
25762
|
}
|
|
25763
|
+
namespace V2MailAddressesMailAddressIdActionsRequestRateLimitChange {
|
|
25764
|
+
namespace Post {
|
|
25765
|
+
namespace Parameters {
|
|
25766
|
+
type Path = {
|
|
25767
|
+
mailAddressId: string;
|
|
25768
|
+
};
|
|
25769
|
+
interface RequestBody {
|
|
25770
|
+
rateLimitId: string;
|
|
25771
|
+
}
|
|
25772
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
25773
|
+
type Query = {};
|
|
25774
|
+
}
|
|
25775
|
+
namespace Responses {
|
|
25776
|
+
namespace $204 {
|
|
25777
|
+
namespace Content {
|
|
25778
|
+
type Empty = unknown;
|
|
25779
|
+
}
|
|
25780
|
+
}
|
|
25781
|
+
namespace $400 {
|
|
25782
|
+
namespace Content {
|
|
25783
|
+
interface ApplicationJson {
|
|
25784
|
+
[k: string]: unknown;
|
|
25785
|
+
}
|
|
25786
|
+
}
|
|
25787
|
+
}
|
|
25788
|
+
namespace $403 {
|
|
25789
|
+
namespace Content {
|
|
25790
|
+
interface ApplicationJson {
|
|
25791
|
+
[k: string]: unknown;
|
|
25792
|
+
}
|
|
25793
|
+
}
|
|
25794
|
+
}
|
|
25795
|
+
namespace $404 {
|
|
25796
|
+
namespace Content {
|
|
25797
|
+
interface ApplicationJson {
|
|
25798
|
+
[k: string]: unknown;
|
|
25799
|
+
}
|
|
25800
|
+
}
|
|
25801
|
+
}
|
|
25802
|
+
namespace $429 {
|
|
25803
|
+
namespace Content {
|
|
25804
|
+
interface ApplicationJson {
|
|
25805
|
+
[k: string]: unknown;
|
|
25806
|
+
}
|
|
25807
|
+
}
|
|
25808
|
+
}
|
|
25809
|
+
namespace $500 {
|
|
25810
|
+
namespace Content {
|
|
25811
|
+
interface ApplicationJson {
|
|
25812
|
+
[k: string]: unknown;
|
|
25813
|
+
}
|
|
25814
|
+
}
|
|
25815
|
+
}
|
|
25816
|
+
namespace $503 {
|
|
25817
|
+
namespace Content {
|
|
25818
|
+
interface ApplicationJson {
|
|
25819
|
+
[k: string]: unknown;
|
|
25820
|
+
}
|
|
25821
|
+
}
|
|
25822
|
+
}
|
|
25823
|
+
namespace Default {
|
|
25824
|
+
namespace Content {
|
|
25825
|
+
interface ApplicationJson {
|
|
25826
|
+
[k: string]: unknown;
|
|
25827
|
+
}
|
|
25828
|
+
}
|
|
25829
|
+
}
|
|
25830
|
+
}
|
|
25831
|
+
}
|
|
25832
|
+
}
|
|
25445
25833
|
namespace V2DeliveryBoxesDeliveryBoxIdDescription {
|
|
25446
25834
|
namespace Patch {
|
|
25447
25835
|
namespace Parameters {
|
|
@@ -32189,285 +32577,5 @@ export declare namespace MittwaldAPIV2 {
|
|
|
32189
32577
|
}
|
|
32190
32578
|
}
|
|
32191
32579
|
}
|
|
32192
|
-
namespace V2ContainerTemplatesTemplateIdStatistics {
|
|
32193
|
-
namespace Get {
|
|
32194
|
-
namespace Parameters {
|
|
32195
|
-
type Path = {
|
|
32196
|
-
templateId: string;
|
|
32197
|
-
};
|
|
32198
|
-
type Header = {};
|
|
32199
|
-
type Query = {};
|
|
32200
|
-
}
|
|
32201
|
-
namespace Responses {
|
|
32202
|
-
namespace $200 {
|
|
32203
|
-
namespace Content {
|
|
32204
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse;
|
|
32205
|
-
}
|
|
32206
|
-
}
|
|
32207
|
-
namespace $400 {
|
|
32208
|
-
namespace Content {
|
|
32209
|
-
interface ApplicationJson {
|
|
32210
|
-
[k: string]: unknown;
|
|
32211
|
-
}
|
|
32212
|
-
}
|
|
32213
|
-
}
|
|
32214
|
-
namespace $404 {
|
|
32215
|
-
namespace Content {
|
|
32216
|
-
interface ApplicationJson {
|
|
32217
|
-
[k: string]: unknown;
|
|
32218
|
-
}
|
|
32219
|
-
}
|
|
32220
|
-
}
|
|
32221
|
-
namespace $429 {
|
|
32222
|
-
namespace Content {
|
|
32223
|
-
interface ApplicationJson {
|
|
32224
|
-
[k: string]: unknown;
|
|
32225
|
-
}
|
|
32226
|
-
}
|
|
32227
|
-
}
|
|
32228
|
-
namespace $500 {
|
|
32229
|
-
namespace Content {
|
|
32230
|
-
interface ApplicationJson {
|
|
32231
|
-
[k: string]: unknown;
|
|
32232
|
-
}
|
|
32233
|
-
}
|
|
32234
|
-
}
|
|
32235
|
-
namespace Default {
|
|
32236
|
-
namespace Content {
|
|
32237
|
-
interface ApplicationJson {
|
|
32238
|
-
[k: string]: unknown;
|
|
32239
|
-
}
|
|
32240
|
-
}
|
|
32241
|
-
}
|
|
32242
|
-
}
|
|
32243
|
-
}
|
|
32244
|
-
}
|
|
32245
|
-
namespace V2ContainerTemplateCategoriesCategoryStatistics {
|
|
32246
|
-
namespace Get {
|
|
32247
|
-
namespace Parameters {
|
|
32248
|
-
type Path = {
|
|
32249
|
-
category: string;
|
|
32250
|
-
};
|
|
32251
|
-
type Header = {};
|
|
32252
|
-
type Query = {};
|
|
32253
|
-
}
|
|
32254
|
-
namespace Responses {
|
|
32255
|
-
namespace $200 {
|
|
32256
|
-
namespace Content {
|
|
32257
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsByCategoryResponse;
|
|
32258
|
-
}
|
|
32259
|
-
}
|
|
32260
|
-
namespace $400 {
|
|
32261
|
-
namespace Content {
|
|
32262
|
-
interface ApplicationJson {
|
|
32263
|
-
[k: string]: unknown;
|
|
32264
|
-
}
|
|
32265
|
-
}
|
|
32266
|
-
}
|
|
32267
|
-
namespace $429 {
|
|
32268
|
-
namespace Content {
|
|
32269
|
-
interface ApplicationJson {
|
|
32270
|
-
[k: string]: unknown;
|
|
32271
|
-
}
|
|
32272
|
-
}
|
|
32273
|
-
}
|
|
32274
|
-
namespace $500 {
|
|
32275
|
-
namespace Content {
|
|
32276
|
-
interface ApplicationJson {
|
|
32277
|
-
[k: string]: unknown;
|
|
32278
|
-
}
|
|
32279
|
-
}
|
|
32280
|
-
}
|
|
32281
|
-
namespace Default {
|
|
32282
|
-
namespace Content {
|
|
32283
|
-
interface ApplicationJson {
|
|
32284
|
-
[k: string]: unknown;
|
|
32285
|
-
}
|
|
32286
|
-
}
|
|
32287
|
-
}
|
|
32288
|
-
}
|
|
32289
|
-
}
|
|
32290
|
-
}
|
|
32291
|
-
namespace V2CustomersCustomerIdAiHostingsPlanId {
|
|
32292
|
-
namespace Get {
|
|
32293
|
-
namespace Parameters {
|
|
32294
|
-
type Path = {
|
|
32295
|
-
customerId: string;
|
|
32296
|
-
planId: string;
|
|
32297
|
-
};
|
|
32298
|
-
type Header = {};
|
|
32299
|
-
type Query = {
|
|
32300
|
-
topUsageCount?: number;
|
|
32301
|
-
};
|
|
32302
|
-
}
|
|
32303
|
-
namespace Responses {
|
|
32304
|
-
namespace $200 {
|
|
32305
|
-
namespace Content {
|
|
32306
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingPlanOptions;
|
|
32307
|
-
}
|
|
32308
|
-
}
|
|
32309
|
-
namespace $400 {
|
|
32310
|
-
namespace Content {
|
|
32311
|
-
interface ApplicationJson {
|
|
32312
|
-
[k: string]: unknown;
|
|
32313
|
-
}
|
|
32314
|
-
}
|
|
32315
|
-
}
|
|
32316
|
-
namespace $403 {
|
|
32317
|
-
namespace Content {
|
|
32318
|
-
interface ApplicationJson {
|
|
32319
|
-
[k: string]: unknown;
|
|
32320
|
-
}
|
|
32321
|
-
}
|
|
32322
|
-
}
|
|
32323
|
-
namespace $404 {
|
|
32324
|
-
namespace Content {
|
|
32325
|
-
interface ApplicationJson {
|
|
32326
|
-
[k: string]: unknown;
|
|
32327
|
-
}
|
|
32328
|
-
}
|
|
32329
|
-
}
|
|
32330
|
-
namespace $429 {
|
|
32331
|
-
namespace Content {
|
|
32332
|
-
interface ApplicationJson {
|
|
32333
|
-
[k: string]: unknown;
|
|
32334
|
-
}
|
|
32335
|
-
}
|
|
32336
|
-
}
|
|
32337
|
-
namespace Default {
|
|
32338
|
-
namespace Content {
|
|
32339
|
-
interface ApplicationJson {
|
|
32340
|
-
[k: string]: unknown;
|
|
32341
|
-
}
|
|
32342
|
-
}
|
|
32343
|
-
}
|
|
32344
|
-
}
|
|
32345
|
-
}
|
|
32346
|
-
}
|
|
32347
|
-
namespace V2CustomersCustomerIdAiHostings {
|
|
32348
|
-
namespace Get {
|
|
32349
|
-
namespace Parameters {
|
|
32350
|
-
type Path = {
|
|
32351
|
-
customerId: string;
|
|
32352
|
-
};
|
|
32353
|
-
type Header = {};
|
|
32354
|
-
type Query = {
|
|
32355
|
-
topUsageCount?: number;
|
|
32356
|
-
};
|
|
32357
|
-
}
|
|
32358
|
-
namespace Responses {
|
|
32359
|
-
namespace $200 {
|
|
32360
|
-
namespace Content {
|
|
32361
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlans;
|
|
32362
|
-
}
|
|
32363
|
-
}
|
|
32364
|
-
namespace $400 {
|
|
32365
|
-
namespace Content {
|
|
32366
|
-
interface ApplicationJson {
|
|
32367
|
-
[k: string]: unknown;
|
|
32368
|
-
}
|
|
32369
|
-
}
|
|
32370
|
-
}
|
|
32371
|
-
namespace $403 {
|
|
32372
|
-
namespace Content {
|
|
32373
|
-
interface ApplicationJson {
|
|
32374
|
-
[k: string]: unknown;
|
|
32375
|
-
}
|
|
32376
|
-
}
|
|
32377
|
-
}
|
|
32378
|
-
namespace $404 {
|
|
32379
|
-
namespace Content {
|
|
32380
|
-
interface ApplicationJson {
|
|
32381
|
-
[k: string]: unknown;
|
|
32382
|
-
}
|
|
32383
|
-
}
|
|
32384
|
-
}
|
|
32385
|
-
namespace $429 {
|
|
32386
|
-
namespace Content {
|
|
32387
|
-
interface ApplicationJson {
|
|
32388
|
-
[k: string]: unknown;
|
|
32389
|
-
}
|
|
32390
|
-
}
|
|
32391
|
-
}
|
|
32392
|
-
namespace Default {
|
|
32393
|
-
namespace Content {
|
|
32394
|
-
interface ApplicationJson {
|
|
32395
|
-
[k: string]: unknown;
|
|
32396
|
-
}
|
|
32397
|
-
}
|
|
32398
|
-
}
|
|
32399
|
-
}
|
|
32400
|
-
}
|
|
32401
|
-
}
|
|
32402
|
-
namespace V2MailAddressesMailAddressIdRequestRateLimitChange {
|
|
32403
|
-
namespace Post {
|
|
32404
|
-
namespace Parameters {
|
|
32405
|
-
type Path = {
|
|
32406
|
-
mailAddressId: string;
|
|
32407
|
-
};
|
|
32408
|
-
interface RequestBody {
|
|
32409
|
-
rateLimitId: string;
|
|
32410
|
-
}
|
|
32411
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
32412
|
-
type Query = {};
|
|
32413
|
-
}
|
|
32414
|
-
namespace Responses {
|
|
32415
|
-
namespace $204 {
|
|
32416
|
-
namespace Content {
|
|
32417
|
-
type Empty = unknown;
|
|
32418
|
-
}
|
|
32419
|
-
}
|
|
32420
|
-
namespace $400 {
|
|
32421
|
-
namespace Content {
|
|
32422
|
-
interface ApplicationJson {
|
|
32423
|
-
[k: string]: unknown;
|
|
32424
|
-
}
|
|
32425
|
-
}
|
|
32426
|
-
}
|
|
32427
|
-
namespace $403 {
|
|
32428
|
-
namespace Content {
|
|
32429
|
-
interface ApplicationJson {
|
|
32430
|
-
[k: string]: unknown;
|
|
32431
|
-
}
|
|
32432
|
-
}
|
|
32433
|
-
}
|
|
32434
|
-
namespace $404 {
|
|
32435
|
-
namespace Content {
|
|
32436
|
-
interface ApplicationJson {
|
|
32437
|
-
[k: string]: unknown;
|
|
32438
|
-
}
|
|
32439
|
-
}
|
|
32440
|
-
}
|
|
32441
|
-
namespace $429 {
|
|
32442
|
-
namespace Content {
|
|
32443
|
-
interface ApplicationJson {
|
|
32444
|
-
[k: string]: unknown;
|
|
32445
|
-
}
|
|
32446
|
-
}
|
|
32447
|
-
}
|
|
32448
|
-
namespace $500 {
|
|
32449
|
-
namespace Content {
|
|
32450
|
-
interface ApplicationJson {
|
|
32451
|
-
[k: string]: unknown;
|
|
32452
|
-
}
|
|
32453
|
-
}
|
|
32454
|
-
}
|
|
32455
|
-
namespace $503 {
|
|
32456
|
-
namespace Content {
|
|
32457
|
-
interface ApplicationJson {
|
|
32458
|
-
[k: string]: unknown;
|
|
32459
|
-
}
|
|
32460
|
-
}
|
|
32461
|
-
}
|
|
32462
|
-
namespace Default {
|
|
32463
|
-
namespace Content {
|
|
32464
|
-
interface ApplicationJson {
|
|
32465
|
-
[k: string]: unknown;
|
|
32466
|
-
}
|
|
32467
|
-
}
|
|
32468
|
-
}
|
|
32469
|
-
}
|
|
32470
|
-
}
|
|
32471
|
-
}
|
|
32472
32580
|
}
|
|
32473
32581
|
}
|