@mittwald/api-client 0.0.0-development-38105fd-20260708 → 0.0.0-development-53640b8-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 +61 -62
- package/dist/types/generated/v2/client.d.ts +429 -277
- package/dist/types/generated/v2/descriptors.d.ts +13 -11
- package/dist/types/generated/v2/types.d.ts +543 -433
- package/dist/types/generated/v3-next/client-react.d.ts +61 -62
- package/dist/types/generated/v3-next/client.d.ts +429 -277
- package/dist/types/generated/v3-next/descriptors.d.ts +13 -11
- package/dist/types/generated/v3-next/types.d.ts +543 -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;
|
|
@@ -2028,6 +2036,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2028
2036
|
deletedAt?: string;
|
|
2029
2037
|
keys: MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
2030
2038
|
modelTermsApprovalRequired: boolean;
|
|
2039
|
+
name?: string;
|
|
2031
2040
|
nextTokenReset: string;
|
|
2032
2041
|
planId?: string;
|
|
2033
2042
|
rateLimit: MittwaldAPIV2.Components.Schemas.AihostingRateLimit;
|
|
@@ -2049,6 +2058,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2049
2058
|
planLimit: number;
|
|
2050
2059
|
used: number;
|
|
2051
2060
|
}
|
|
2061
|
+
interface AihostingProfile {
|
|
2062
|
+
planIds: string[];
|
|
2063
|
+
}
|
|
2052
2064
|
interface AihostingProjectDetailedModel {
|
|
2053
2065
|
activeAt: string;
|
|
2054
2066
|
displayName: string;
|
|
@@ -2572,6 +2584,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2572
2584
|
*/
|
|
2573
2585
|
priceInCents: number;
|
|
2574
2586
|
}
|
|
2587
|
+
interface ContainerAddComponent {
|
|
2588
|
+
templateConfig: {
|
|
2589
|
+
templateId: string;
|
|
2590
|
+
/**
|
|
2591
|
+
* Values for template user inputs. Missing optional values are filled from template defaults.
|
|
2592
|
+
*/
|
|
2593
|
+
userInputs?: {
|
|
2594
|
+
name: string;
|
|
2595
|
+
value: string;
|
|
2596
|
+
}[];
|
|
2597
|
+
};
|
|
2598
|
+
}
|
|
2575
2599
|
interface ContainerCreateRegistry {
|
|
2576
2600
|
credentials?: MittwaldAPIV2.Components.Schemas.ContainerSetRegistryCredentials;
|
|
2577
2601
|
description: string;
|
|
@@ -2992,6 +3016,15 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2992
3016
|
version: string;
|
|
2993
3017
|
website?: string;
|
|
2994
3018
|
}
|
|
3019
|
+
interface ContainerTemplateStatsListResponse {
|
|
3020
|
+
category?: string;
|
|
3021
|
+
templates?: MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[];
|
|
3022
|
+
}
|
|
3023
|
+
interface ContainerTemplateStatsResponse {
|
|
3024
|
+
id: string;
|
|
3025
|
+
installations: number;
|
|
3026
|
+
installations30Days: number;
|
|
3027
|
+
}
|
|
2995
3028
|
interface ContainerTemplateTranslatedString {
|
|
2996
3029
|
de: string;
|
|
2997
3030
|
en: string;
|
|
@@ -4138,6 +4171,33 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4138
4171
|
interface DeMittwaldDomainNextDns {
|
|
4139
4172
|
recordSet?: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextRecordSet;
|
|
4140
4173
|
}
|
|
4174
|
+
interface DeMittwaldDomainNextDomainListItem {
|
|
4175
|
+
dnsValidationErrors: string[];
|
|
4176
|
+
/**
|
|
4177
|
+
* The hostname this domain represents.
|
|
4178
|
+
*/
|
|
4179
|
+
hostname: string;
|
|
4180
|
+
/**
|
|
4181
|
+
* ID of the underlying ingress. Absent for a registrable domain that has no ingress; such a domain is identified via registrarData.id.
|
|
4182
|
+
*/
|
|
4183
|
+
id?: string;
|
|
4184
|
+
isDefault: boolean;
|
|
4185
|
+
ownership: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextOwnership;
|
|
4186
|
+
paths: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextPath[];
|
|
4187
|
+
/**
|
|
4188
|
+
* ID of the project this domain belongs to.
|
|
4189
|
+
*/
|
|
4190
|
+
projectId: string;
|
|
4191
|
+
registrarData: {
|
|
4192
|
+
handles?: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextHandles;
|
|
4193
|
+
id?: string;
|
|
4194
|
+
processes?: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextProcess[];
|
|
4195
|
+
scheduledDeletionDate?: string;
|
|
4196
|
+
transferInAuthCode?: string;
|
|
4197
|
+
};
|
|
4198
|
+
tls: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextTls;
|
|
4199
|
+
type: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextDomainType;
|
|
4200
|
+
}
|
|
4141
4201
|
interface DeMittwaldDomainNextDomain {
|
|
4142
4202
|
dns: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextDns;
|
|
4143
4203
|
dnsValidationErrors: string[];
|
|
@@ -4162,6 +4222,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4162
4222
|
tls: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextTls;
|
|
4163
4223
|
type: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextDomainType;
|
|
4164
4224
|
}
|
|
4225
|
+
/**
|
|
4226
|
+
* Classifies a result:
|
|
4227
|
+
*
|
|
4228
|
+
* * `domain`: a registrable domain (carries registrarData).
|
|
4229
|
+
* * `subdomain`: a subdomain of a registrable domain.
|
|
4230
|
+
* * `vhost`: a plain vHost without a registrable domain.
|
|
4231
|
+
*/
|
|
4232
|
+
type DeMittwaldDomainNextDomainType = "domain" | "subdomain" | "vhost";
|
|
4165
4233
|
interface DeMittwaldDomainNextHandleData {
|
|
4166
4234
|
fields?: MittwaldAPIV2.Components.Schemas.DeMittwaldDomainNextHandleField[];
|
|
4167
4235
|
ref?: string;
|
|
@@ -4248,6 +4316,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4248
4316
|
transferInAuthCode?: string;
|
|
4249
4317
|
usesDefaultNameservers?: boolean;
|
|
4250
4318
|
}
|
|
4319
|
+
/**
|
|
4320
|
+
* Ordering of the domain list:
|
|
4321
|
+
*
|
|
4322
|
+
* * `hostnameGrouped` (default): group by registrable (public-suffix) domain, the main domain before its subdomains, then by full hostname.
|
|
4323
|
+
* * `hostnameAsc`: full hostname ascending.
|
|
4324
|
+
* * `hostnameDesc`: full hostname descending.
|
|
4325
|
+
*/
|
|
4326
|
+
type DeMittwaldDomainNextSortOrder = "hostnameGrouped" | "hostnameAsc" | "hostnameDesc";
|
|
4251
4327
|
interface DeMittwaldDomainNextSrvRecord {
|
|
4252
4328
|
fqdn?: string;
|
|
4253
4329
|
port?: number;
|
|
@@ -6351,15 +6427,27 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6351
6427
|
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6352
6428
|
};
|
|
6353
6429
|
}
|
|
6430
|
+
interface ActivitylogDnsARecordSetManaged {
|
|
6431
|
+
changes: {
|
|
6432
|
+
after?: {
|
|
6433
|
+
aRecords: string;
|
|
6434
|
+
};
|
|
6435
|
+
before?: {};
|
|
6436
|
+
};
|
|
6437
|
+
name: "dns.a-record-set-managed";
|
|
6438
|
+
parameters: {
|
|
6439
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6440
|
+
};
|
|
6441
|
+
}
|
|
6354
6442
|
interface ActivitylogDnsARecordSet {
|
|
6355
6443
|
changes: {
|
|
6356
6444
|
after?: {
|
|
6357
|
-
aRecords
|
|
6358
|
-
aaaaRecords
|
|
6445
|
+
aRecords?: string[];
|
|
6446
|
+
aaaaRecords?: string[];
|
|
6359
6447
|
};
|
|
6360
6448
|
before?: {
|
|
6361
|
-
aRecords
|
|
6362
|
-
aaaaRecords
|
|
6449
|
+
aRecords?: string[];
|
|
6450
|
+
aaaaRecords?: string[];
|
|
6363
6451
|
};
|
|
6364
6452
|
};
|
|
6365
6453
|
name: "dns.a-record-set";
|
|
@@ -6395,13 +6483,42 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6395
6483
|
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6396
6484
|
};
|
|
6397
6485
|
}
|
|
6486
|
+
interface ActivitylogDnsDomainDeleted {
|
|
6487
|
+
changes: {};
|
|
6488
|
+
name: "dns.domain-deleted";
|
|
6489
|
+
parameters: {
|
|
6490
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6491
|
+
};
|
|
6492
|
+
}
|
|
6493
|
+
interface ActivitylogDnsIngressDeleted {
|
|
6494
|
+
changes: {};
|
|
6495
|
+
name: "dns.ingress-deleted";
|
|
6496
|
+
parameters: {
|
|
6497
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6498
|
+
};
|
|
6499
|
+
}
|
|
6500
|
+
interface ActivitylogDnsMxRecordSetManaged {
|
|
6501
|
+
changes: {
|
|
6502
|
+
after?: {
|
|
6503
|
+
fqdn: string;
|
|
6504
|
+
priority: string;
|
|
6505
|
+
};
|
|
6506
|
+
before?: {};
|
|
6507
|
+
};
|
|
6508
|
+
name: "dns.mx-record-set-managed";
|
|
6509
|
+
parameters: {
|
|
6510
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6511
|
+
};
|
|
6512
|
+
}
|
|
6398
6513
|
interface ActivitylogDnsMxRecordSet {
|
|
6399
6514
|
changes: {
|
|
6400
6515
|
after?: {
|
|
6401
|
-
|
|
6516
|
+
fqdn: string[];
|
|
6517
|
+
priority: (number | null)[];
|
|
6402
6518
|
};
|
|
6403
6519
|
before?: {
|
|
6404
|
-
|
|
6520
|
+
fqdn: string[];
|
|
6521
|
+
priority: (number | null)[];
|
|
6405
6522
|
};
|
|
6406
6523
|
};
|
|
6407
6524
|
name: "dns.mx-record-set";
|
|
@@ -7151,107 +7268,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7151
7268
|
}
|
|
7152
7269
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
7153
7270
|
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
7271
|
interface CommonsAddress {
|
|
7256
7272
|
street: string;
|
|
7257
7273
|
houseNumber: string;
|
|
@@ -7852,11 +7868,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7852
7868
|
}
|
|
7853
7869
|
}
|
|
7854
7870
|
}
|
|
7855
|
-
namespace
|
|
7871
|
+
namespace V2CustomersCustomerIdAiHostingsPlanId {
|
|
7856
7872
|
namespace Get {
|
|
7857
7873
|
namespace Parameters {
|
|
7858
7874
|
type Path = {
|
|
7859
7875
|
customerId: string;
|
|
7876
|
+
planId: string;
|
|
7860
7877
|
};
|
|
7861
7878
|
type Header = {};
|
|
7862
7879
|
type Query = {
|
|
@@ -7906,18 +7923,22 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7906
7923
|
}
|
|
7907
7924
|
}
|
|
7908
7925
|
}
|
|
7909
|
-
|
|
7910
|
-
namespace V2AiHostingModels {
|
|
7911
|
-
namespace Get {
|
|
7926
|
+
namespace Put {
|
|
7912
7927
|
namespace Parameters {
|
|
7913
|
-
type Path = {
|
|
7928
|
+
type Path = {
|
|
7929
|
+
customerId: string;
|
|
7930
|
+
planId: string;
|
|
7931
|
+
};
|
|
7932
|
+
interface RequestBody {
|
|
7933
|
+
name?: string;
|
|
7934
|
+
}
|
|
7914
7935
|
type Header = {};
|
|
7915
7936
|
type Query = {};
|
|
7916
7937
|
}
|
|
7917
7938
|
namespace Responses {
|
|
7918
|
-
namespace $
|
|
7939
|
+
namespace $204 {
|
|
7919
7940
|
namespace Content {
|
|
7920
|
-
type
|
|
7941
|
+
type Empty = unknown;
|
|
7921
7942
|
}
|
|
7922
7943
|
}
|
|
7923
7944
|
namespace $400 {
|
|
@@ -7958,21 +7979,21 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7958
7979
|
}
|
|
7959
7980
|
}
|
|
7960
7981
|
}
|
|
7961
|
-
namespace
|
|
7982
|
+
namespace V2CustomersCustomerIdAiHostings {
|
|
7962
7983
|
namespace Get {
|
|
7963
7984
|
namespace Parameters {
|
|
7964
7985
|
type Path = {
|
|
7965
|
-
|
|
7986
|
+
customerId: string;
|
|
7966
7987
|
};
|
|
7967
7988
|
type Header = {};
|
|
7968
7989
|
type Query = {
|
|
7969
|
-
|
|
7990
|
+
topUsageCount?: number;
|
|
7970
7991
|
};
|
|
7971
7992
|
}
|
|
7972
7993
|
namespace Responses {
|
|
7973
7994
|
namespace $200 {
|
|
7974
7995
|
namespace Content {
|
|
7975
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
7996
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlans;
|
|
7976
7997
|
}
|
|
7977
7998
|
}
|
|
7978
7999
|
namespace $400 {
|
|
@@ -8012,8 +8033,169 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8012
8033
|
}
|
|
8013
8034
|
}
|
|
8014
8035
|
}
|
|
8015
|
-
|
|
8016
|
-
|
|
8036
|
+
}
|
|
8037
|
+
namespace V2CustomersCustomerIdAiHosting {
|
|
8038
|
+
namespace Get {
|
|
8039
|
+
namespace Parameters {
|
|
8040
|
+
type Path = {
|
|
8041
|
+
customerId: string;
|
|
8042
|
+
};
|
|
8043
|
+
type Header = {};
|
|
8044
|
+
type Query = {
|
|
8045
|
+
topUsageCount?: number;
|
|
8046
|
+
};
|
|
8047
|
+
}
|
|
8048
|
+
namespace Responses {
|
|
8049
|
+
namespace $200 {
|
|
8050
|
+
namespace Content {
|
|
8051
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingPlanOptions;
|
|
8052
|
+
}
|
|
8053
|
+
}
|
|
8054
|
+
namespace $400 {
|
|
8055
|
+
namespace Content {
|
|
8056
|
+
interface ApplicationJson {
|
|
8057
|
+
[k: string]: unknown;
|
|
8058
|
+
}
|
|
8059
|
+
}
|
|
8060
|
+
}
|
|
8061
|
+
namespace $403 {
|
|
8062
|
+
namespace Content {
|
|
8063
|
+
interface ApplicationJson {
|
|
8064
|
+
[k: string]: unknown;
|
|
8065
|
+
}
|
|
8066
|
+
}
|
|
8067
|
+
}
|
|
8068
|
+
namespace $404 {
|
|
8069
|
+
namespace Content {
|
|
8070
|
+
interface ApplicationJson {
|
|
8071
|
+
[k: string]: unknown;
|
|
8072
|
+
}
|
|
8073
|
+
}
|
|
8074
|
+
}
|
|
8075
|
+
namespace $429 {
|
|
8076
|
+
namespace Content {
|
|
8077
|
+
interface ApplicationJson {
|
|
8078
|
+
[k: string]: unknown;
|
|
8079
|
+
}
|
|
8080
|
+
}
|
|
8081
|
+
}
|
|
8082
|
+
namespace Default {
|
|
8083
|
+
namespace Content {
|
|
8084
|
+
interface ApplicationJson {
|
|
8085
|
+
[k: string]: unknown;
|
|
8086
|
+
}
|
|
8087
|
+
}
|
|
8088
|
+
}
|
|
8089
|
+
}
|
|
8090
|
+
}
|
|
8091
|
+
}
|
|
8092
|
+
namespace V2AiHostingModels {
|
|
8093
|
+
namespace Get {
|
|
8094
|
+
namespace Parameters {
|
|
8095
|
+
type Path = {};
|
|
8096
|
+
type Header = {};
|
|
8097
|
+
type Query = {};
|
|
8098
|
+
}
|
|
8099
|
+
namespace Responses {
|
|
8100
|
+
namespace $200 {
|
|
8101
|
+
namespace Content {
|
|
8102
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingModel[];
|
|
8103
|
+
}
|
|
8104
|
+
}
|
|
8105
|
+
namespace $400 {
|
|
8106
|
+
namespace Content {
|
|
8107
|
+
interface ApplicationJson {
|
|
8108
|
+
[k: string]: unknown;
|
|
8109
|
+
}
|
|
8110
|
+
}
|
|
8111
|
+
}
|
|
8112
|
+
namespace $403 {
|
|
8113
|
+
namespace Content {
|
|
8114
|
+
interface ApplicationJson {
|
|
8115
|
+
[k: string]: unknown;
|
|
8116
|
+
}
|
|
8117
|
+
}
|
|
8118
|
+
}
|
|
8119
|
+
namespace $404 {
|
|
8120
|
+
namespace Content {
|
|
8121
|
+
interface ApplicationJson {
|
|
8122
|
+
[k: string]: unknown;
|
|
8123
|
+
}
|
|
8124
|
+
}
|
|
8125
|
+
}
|
|
8126
|
+
namespace $429 {
|
|
8127
|
+
namespace Content {
|
|
8128
|
+
interface ApplicationJson {
|
|
8129
|
+
[k: string]: unknown;
|
|
8130
|
+
}
|
|
8131
|
+
}
|
|
8132
|
+
}
|
|
8133
|
+
namespace Default {
|
|
8134
|
+
namespace Content {
|
|
8135
|
+
interface ApplicationJson {
|
|
8136
|
+
[k: string]: unknown;
|
|
8137
|
+
}
|
|
8138
|
+
}
|
|
8139
|
+
}
|
|
8140
|
+
}
|
|
8141
|
+
}
|
|
8142
|
+
}
|
|
8143
|
+
namespace V2ProjectsProjectIdAiHostingKeys {
|
|
8144
|
+
namespace Get {
|
|
8145
|
+
namespace Parameters {
|
|
8146
|
+
type Path = {
|
|
8147
|
+
projectId: string;
|
|
8148
|
+
};
|
|
8149
|
+
type Header = {};
|
|
8150
|
+
type Query = {
|
|
8151
|
+
planId?: string;
|
|
8152
|
+
};
|
|
8153
|
+
}
|
|
8154
|
+
namespace Responses {
|
|
8155
|
+
namespace $200 {
|
|
8156
|
+
namespace Content {
|
|
8157
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AihostingKey[];
|
|
8158
|
+
}
|
|
8159
|
+
}
|
|
8160
|
+
namespace $400 {
|
|
8161
|
+
namespace Content {
|
|
8162
|
+
interface ApplicationJson {
|
|
8163
|
+
[k: string]: unknown;
|
|
8164
|
+
}
|
|
8165
|
+
}
|
|
8166
|
+
}
|
|
8167
|
+
namespace $403 {
|
|
8168
|
+
namespace Content {
|
|
8169
|
+
interface ApplicationJson {
|
|
8170
|
+
[k: string]: unknown;
|
|
8171
|
+
}
|
|
8172
|
+
}
|
|
8173
|
+
}
|
|
8174
|
+
namespace $404 {
|
|
8175
|
+
namespace Content {
|
|
8176
|
+
interface ApplicationJson {
|
|
8177
|
+
[k: string]: unknown;
|
|
8178
|
+
}
|
|
8179
|
+
}
|
|
8180
|
+
}
|
|
8181
|
+
namespace $429 {
|
|
8182
|
+
namespace Content {
|
|
8183
|
+
interface ApplicationJson {
|
|
8184
|
+
[k: string]: unknown;
|
|
8185
|
+
}
|
|
8186
|
+
}
|
|
8187
|
+
}
|
|
8188
|
+
namespace Default {
|
|
8189
|
+
namespace Content {
|
|
8190
|
+
interface ApplicationJson {
|
|
8191
|
+
[k: string]: unknown;
|
|
8192
|
+
}
|
|
8193
|
+
}
|
|
8194
|
+
}
|
|
8195
|
+
}
|
|
8196
|
+
}
|
|
8197
|
+
namespace Post {
|
|
8198
|
+
namespace Parameters {
|
|
8017
8199
|
type Path = {
|
|
8018
8200
|
projectId: string;
|
|
8019
8201
|
};
|
|
@@ -8343,6 +8525,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8343
8525
|
interface ApplicationJson {
|
|
8344
8526
|
keys: MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
|
|
8345
8527
|
modelTermsApprovalRequired: boolean;
|
|
8528
|
+
name?: string;
|
|
8346
8529
|
nextTokenReset?: string;
|
|
8347
8530
|
projectId: string;
|
|
8348
8531
|
}
|
|
@@ -10331,6 +10514,81 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10331
10514
|
}
|
|
10332
10515
|
}
|
|
10333
10516
|
}
|
|
10517
|
+
namespace V2StacksStackIdActionsAddComponent {
|
|
10518
|
+
namespace Post {
|
|
10519
|
+
namespace Parameters {
|
|
10520
|
+
type Path = {
|
|
10521
|
+
stackId: string;
|
|
10522
|
+
};
|
|
10523
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.ContainerAddComponent;
|
|
10524
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10525
|
+
type Query = {};
|
|
10526
|
+
}
|
|
10527
|
+
namespace Responses {
|
|
10528
|
+
namespace $204 {
|
|
10529
|
+
namespace Content {
|
|
10530
|
+
type Empty = unknown;
|
|
10531
|
+
}
|
|
10532
|
+
}
|
|
10533
|
+
namespace $400 {
|
|
10534
|
+
namespace Content {
|
|
10535
|
+
interface ApplicationJson {
|
|
10536
|
+
[k: string]: unknown;
|
|
10537
|
+
}
|
|
10538
|
+
}
|
|
10539
|
+
}
|
|
10540
|
+
namespace $403 {
|
|
10541
|
+
namespace Content {
|
|
10542
|
+
interface ApplicationJson {
|
|
10543
|
+
[k: string]: unknown;
|
|
10544
|
+
}
|
|
10545
|
+
}
|
|
10546
|
+
}
|
|
10547
|
+
namespace $404 {
|
|
10548
|
+
namespace Content {
|
|
10549
|
+
interface ApplicationJson {
|
|
10550
|
+
[k: string]: unknown;
|
|
10551
|
+
}
|
|
10552
|
+
}
|
|
10553
|
+
}
|
|
10554
|
+
namespace $409 {
|
|
10555
|
+
namespace Content {
|
|
10556
|
+
interface ApplicationJson {
|
|
10557
|
+
[k: string]: unknown;
|
|
10558
|
+
}
|
|
10559
|
+
}
|
|
10560
|
+
}
|
|
10561
|
+
namespace $412 {
|
|
10562
|
+
namespace Content {
|
|
10563
|
+
interface ApplicationJson {
|
|
10564
|
+
[k: string]: unknown;
|
|
10565
|
+
}
|
|
10566
|
+
}
|
|
10567
|
+
}
|
|
10568
|
+
namespace $429 {
|
|
10569
|
+
namespace Content {
|
|
10570
|
+
interface ApplicationJson {
|
|
10571
|
+
[k: string]: unknown;
|
|
10572
|
+
}
|
|
10573
|
+
}
|
|
10574
|
+
}
|
|
10575
|
+
namespace $500 {
|
|
10576
|
+
namespace Content {
|
|
10577
|
+
interface ApplicationJson {
|
|
10578
|
+
[k: string]: unknown;
|
|
10579
|
+
}
|
|
10580
|
+
}
|
|
10581
|
+
}
|
|
10582
|
+
namespace Default {
|
|
10583
|
+
namespace Content {
|
|
10584
|
+
interface ApplicationJson {
|
|
10585
|
+
[k: string]: unknown;
|
|
10586
|
+
}
|
|
10587
|
+
}
|
|
10588
|
+
}
|
|
10589
|
+
}
|
|
10590
|
+
}
|
|
10591
|
+
}
|
|
10334
10592
|
namespace V2StacksStackIdWebhooksPullImage {
|
|
10335
10593
|
namespace Get {
|
|
10336
10594
|
namespace Parameters {
|
|
@@ -10539,6 +10797,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10539
10797
|
};
|
|
10540
10798
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10541
10799
|
type Query = {
|
|
10800
|
+
searchTerm?: string;
|
|
10542
10801
|
limit?: number;
|
|
10543
10802
|
skip?: number;
|
|
10544
10803
|
page?: number;
|
|
@@ -11757,24 +12016,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11757
12016
|
}
|
|
11758
12017
|
}
|
|
11759
12018
|
}
|
|
11760
|
-
namespace
|
|
12019
|
+
namespace V2ContainerTemplateStatistics {
|
|
11761
12020
|
namespace Get {
|
|
11762
12021
|
namespace Parameters {
|
|
11763
12022
|
type Path = {};
|
|
11764
12023
|
type Header = {};
|
|
11765
12024
|
type Query = {
|
|
12025
|
+
templateId?: string;
|
|
11766
12026
|
category?: string;
|
|
11767
|
-
searchTerm?: string;
|
|
11768
|
-
type?: "component" | "standalone";
|
|
11769
|
-
limit?: number;
|
|
11770
|
-
skip?: number;
|
|
11771
|
-
page?: number;
|
|
11772
12027
|
};
|
|
11773
12028
|
}
|
|
11774
12029
|
namespace Responses {
|
|
11775
12030
|
namespace $200 {
|
|
11776
12031
|
namespace Content {
|
|
11777
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
12032
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsListResponse;
|
|
11778
12033
|
}
|
|
11779
12034
|
}
|
|
11780
12035
|
namespace $400 {
|
|
@@ -11784,6 +12039,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11784
12039
|
}
|
|
11785
12040
|
}
|
|
11786
12041
|
}
|
|
12042
|
+
namespace $404 {
|
|
12043
|
+
namespace Content {
|
|
12044
|
+
interface ApplicationJson {
|
|
12045
|
+
[k: string]: unknown;
|
|
12046
|
+
}
|
|
12047
|
+
}
|
|
12048
|
+
}
|
|
11787
12049
|
namespace $429 {
|
|
11788
12050
|
namespace Content {
|
|
11789
12051
|
interface ApplicationJson {
|
|
@@ -11808,12 +12070,63 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11808
12070
|
}
|
|
11809
12071
|
}
|
|
11810
12072
|
}
|
|
11811
|
-
namespace
|
|
12073
|
+
namespace V2ContainerTemplates {
|
|
11812
12074
|
namespace Get {
|
|
11813
12075
|
namespace Parameters {
|
|
11814
|
-
type Path = {
|
|
11815
|
-
|
|
11816
|
-
|
|
12076
|
+
type Path = {};
|
|
12077
|
+
type Header = {};
|
|
12078
|
+
type Query = {
|
|
12079
|
+
category?: string;
|
|
12080
|
+
searchTerm?: string;
|
|
12081
|
+
type?: "component" | "standalone";
|
|
12082
|
+
limit?: number;
|
|
12083
|
+
skip?: number;
|
|
12084
|
+
page?: number;
|
|
12085
|
+
};
|
|
12086
|
+
}
|
|
12087
|
+
namespace Responses {
|
|
12088
|
+
namespace $200 {
|
|
12089
|
+
namespace Content {
|
|
12090
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerTemplate[];
|
|
12091
|
+
}
|
|
12092
|
+
}
|
|
12093
|
+
namespace $400 {
|
|
12094
|
+
namespace Content {
|
|
12095
|
+
interface ApplicationJson {
|
|
12096
|
+
[k: string]: unknown;
|
|
12097
|
+
}
|
|
12098
|
+
}
|
|
12099
|
+
}
|
|
12100
|
+
namespace $429 {
|
|
12101
|
+
namespace Content {
|
|
12102
|
+
interface ApplicationJson {
|
|
12103
|
+
[k: string]: unknown;
|
|
12104
|
+
}
|
|
12105
|
+
}
|
|
12106
|
+
}
|
|
12107
|
+
namespace $500 {
|
|
12108
|
+
namespace Content {
|
|
12109
|
+
interface ApplicationJson {
|
|
12110
|
+
[k: string]: unknown;
|
|
12111
|
+
}
|
|
12112
|
+
}
|
|
12113
|
+
}
|
|
12114
|
+
namespace Default {
|
|
12115
|
+
namespace Content {
|
|
12116
|
+
interface ApplicationJson {
|
|
12117
|
+
[k: string]: unknown;
|
|
12118
|
+
}
|
|
12119
|
+
}
|
|
12120
|
+
}
|
|
12121
|
+
}
|
|
12122
|
+
}
|
|
12123
|
+
}
|
|
12124
|
+
namespace V2ProjectsProjectIdVolumes {
|
|
12125
|
+
namespace Get {
|
|
12126
|
+
namespace Parameters {
|
|
12127
|
+
type Path = {
|
|
12128
|
+
projectId: string;
|
|
12129
|
+
};
|
|
11817
12130
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
11818
12131
|
type Query = {
|
|
11819
12132
|
stackId?: string;
|
|
@@ -20567,6 +20880,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20567
20880
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstance;
|
|
20568
20881
|
}
|
|
20569
20882
|
}
|
|
20883
|
+
namespace $403 {
|
|
20884
|
+
namespace Content {
|
|
20885
|
+
interface ApplicationJson {
|
|
20886
|
+
[k: string]: unknown;
|
|
20887
|
+
}
|
|
20888
|
+
}
|
|
20889
|
+
}
|
|
20570
20890
|
namespace $404 {
|
|
20571
20891
|
namespace Content {
|
|
20572
20892
|
interface ApplicationJson {
|
|
@@ -24956,7 +25276,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24956
25276
|
type Path = {
|
|
24957
25277
|
mailRateLimitId: string;
|
|
24958
25278
|
};
|
|
24959
|
-
type Header = {};
|
|
25279
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
24960
25280
|
type Query = {};
|
|
24961
25281
|
}
|
|
24962
25282
|
namespace Responses {
|
|
@@ -25130,7 +25450,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
25130
25450
|
namespace Get {
|
|
25131
25451
|
namespace Parameters {
|
|
25132
25452
|
type Path = {};
|
|
25133
|
-
type Header = {};
|
|
25453
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
25134
25454
|
type Query = {};
|
|
25135
25455
|
}
|
|
25136
25456
|
namespace Responses {
|
|
@@ -25442,6 +25762,76 @@ export declare namespace MittwaldAPIV2 {
|
|
|
25442
25762
|
}
|
|
25443
25763
|
}
|
|
25444
25764
|
}
|
|
25765
|
+
namespace V2MailAddressesMailAddressIdActionsRequestRateLimitChange {
|
|
25766
|
+
namespace Post {
|
|
25767
|
+
namespace Parameters {
|
|
25768
|
+
type Path = {
|
|
25769
|
+
mailAddressId: string;
|
|
25770
|
+
};
|
|
25771
|
+
interface RequestBody {
|
|
25772
|
+
rateLimitId: string;
|
|
25773
|
+
}
|
|
25774
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
25775
|
+
type Query = {};
|
|
25776
|
+
}
|
|
25777
|
+
namespace Responses {
|
|
25778
|
+
namespace $204 {
|
|
25779
|
+
namespace Content {
|
|
25780
|
+
type Empty = unknown;
|
|
25781
|
+
}
|
|
25782
|
+
}
|
|
25783
|
+
namespace $400 {
|
|
25784
|
+
namespace Content {
|
|
25785
|
+
interface ApplicationJson {
|
|
25786
|
+
[k: string]: unknown;
|
|
25787
|
+
}
|
|
25788
|
+
}
|
|
25789
|
+
}
|
|
25790
|
+
namespace $403 {
|
|
25791
|
+
namespace Content {
|
|
25792
|
+
interface ApplicationJson {
|
|
25793
|
+
[k: string]: unknown;
|
|
25794
|
+
}
|
|
25795
|
+
}
|
|
25796
|
+
}
|
|
25797
|
+
namespace $404 {
|
|
25798
|
+
namespace Content {
|
|
25799
|
+
interface ApplicationJson {
|
|
25800
|
+
[k: string]: unknown;
|
|
25801
|
+
}
|
|
25802
|
+
}
|
|
25803
|
+
}
|
|
25804
|
+
namespace $429 {
|
|
25805
|
+
namespace Content {
|
|
25806
|
+
interface ApplicationJson {
|
|
25807
|
+
[k: string]: unknown;
|
|
25808
|
+
}
|
|
25809
|
+
}
|
|
25810
|
+
}
|
|
25811
|
+
namespace $500 {
|
|
25812
|
+
namespace Content {
|
|
25813
|
+
interface ApplicationJson {
|
|
25814
|
+
[k: string]: unknown;
|
|
25815
|
+
}
|
|
25816
|
+
}
|
|
25817
|
+
}
|
|
25818
|
+
namespace $503 {
|
|
25819
|
+
namespace Content {
|
|
25820
|
+
interface ApplicationJson {
|
|
25821
|
+
[k: string]: unknown;
|
|
25822
|
+
}
|
|
25823
|
+
}
|
|
25824
|
+
}
|
|
25825
|
+
namespace Default {
|
|
25826
|
+
namespace Content {
|
|
25827
|
+
interface ApplicationJson {
|
|
25828
|
+
[k: string]: unknown;
|
|
25829
|
+
}
|
|
25830
|
+
}
|
|
25831
|
+
}
|
|
25832
|
+
}
|
|
25833
|
+
}
|
|
25834
|
+
}
|
|
25445
25835
|
namespace V2DeliveryBoxesDeliveryBoxIdDescription {
|
|
25446
25836
|
namespace Patch {
|
|
25447
25837
|
namespace Parameters {
|
|
@@ -32189,285 +32579,5 @@ export declare namespace MittwaldAPIV2 {
|
|
|
32189
32579
|
}
|
|
32190
32580
|
}
|
|
32191
32581
|
}
|
|
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
32582
|
}
|
|
32473
32583
|
}
|