@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 MittwaldAPIV3Next {
|
|
|
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 MittwaldAPIV3Next {
|
|
|
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 MittwaldAPIV3Next {
|
|
|
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 MittwaldAPIV3Next {
|
|
|
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 MittwaldAPIV3Next {
|
|
|
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 MittwaldAPIV3Next {
|
|
|
1988
1992
|
termsOfServiceLink: string;
|
|
1989
1993
|
tokenFactor: number;
|
|
1990
1994
|
}
|
|
1995
|
+
interface DeMittwaldAihostingCustomerPlans {
|
|
1996
|
+
modelTermsApprovalRequired: boolean;
|
|
1997
|
+
plans: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanOptions[];
|
|
1998
|
+
}
|
|
1991
1999
|
type DeMittwaldAihostingDetailedModelStatus = "active" | "needApproval" | "deprecated";
|
|
1992
2000
|
interface DeMittwaldAihostingKey {
|
|
1993
2001
|
containerMeta?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingContainerMeta;
|
|
@@ -2028,6 +2036,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
2028
2036
|
deletedAt?: string;
|
|
2029
2037
|
keys: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
|
|
2030
2038
|
modelTermsApprovalRequired: boolean;
|
|
2039
|
+
name?: string;
|
|
2031
2040
|
nextTokenReset: string;
|
|
2032
2041
|
planId?: string;
|
|
2033
2042
|
rateLimit: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingRateLimit;
|
|
@@ -2049,6 +2058,9 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
2049
2058
|
planLimit: number;
|
|
2050
2059
|
used: number;
|
|
2051
2060
|
}
|
|
2061
|
+
interface DeMittwaldAihostingProfile {
|
|
2062
|
+
planIds: string[];
|
|
2063
|
+
}
|
|
2052
2064
|
interface DeMittwaldAihostingProjectDetailedModel {
|
|
2053
2065
|
activeAt: string;
|
|
2054
2066
|
displayName: string;
|
|
@@ -2572,6 +2584,18 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
2572
2584
|
*/
|
|
2573
2585
|
priceInCents: number;
|
|
2574
2586
|
}
|
|
2587
|
+
interface DeMittwaldContainerAddComponent {
|
|
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 DeMittwaldContainerCreateRegistry {
|
|
2576
2600
|
credentials?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerSetRegistryCredentials;
|
|
2577
2601
|
description: string;
|
|
@@ -2992,6 +3016,15 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
2992
3016
|
version: string;
|
|
2993
3017
|
website?: string;
|
|
2994
3018
|
}
|
|
3019
|
+
interface DeMittwaldContainerTemplateStatsListResponse {
|
|
3020
|
+
category?: string;
|
|
3021
|
+
templates?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[];
|
|
3022
|
+
}
|
|
3023
|
+
interface DeMittwaldContainerTemplateStatsResponse {
|
|
3024
|
+
id: string;
|
|
3025
|
+
installations: number;
|
|
3026
|
+
installations30Days: number;
|
|
3027
|
+
}
|
|
2995
3028
|
interface DeMittwaldContainerTemplateTranslatedString {
|
|
2996
3029
|
de: string;
|
|
2997
3030
|
en: string;
|
|
@@ -4138,6 +4171,33 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
4138
4171
|
interface DeMittwaldDomainNextDns {
|
|
4139
4172
|
recordSet?: MittwaldAPIV3Next.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: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextOwnership;
|
|
4186
|
+
paths: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextPath[];
|
|
4187
|
+
/**
|
|
4188
|
+
* ID of the project this domain belongs to.
|
|
4189
|
+
*/
|
|
4190
|
+
projectId: string;
|
|
4191
|
+
registrarData: {
|
|
4192
|
+
handles?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextHandles;
|
|
4193
|
+
id?: string;
|
|
4194
|
+
processes?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextProcess[];
|
|
4195
|
+
scheduledDeletionDate?: string;
|
|
4196
|
+
transferInAuthCode?: string;
|
|
4197
|
+
};
|
|
4198
|
+
tls: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextTls;
|
|
4199
|
+
type: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextDomainType;
|
|
4200
|
+
}
|
|
4141
4201
|
interface DeMittwaldDomainNextDomain {
|
|
4142
4202
|
dns: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextDns;
|
|
4143
4203
|
dnsValidationErrors: string[];
|
|
@@ -4162,6 +4222,14 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
4162
4222
|
tls: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextTls;
|
|
4163
4223
|
type: MittwaldAPIV3Next.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?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextHandleField[];
|
|
4167
4235
|
ref?: string;
|
|
@@ -4248,6 +4316,14 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
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;
|
|
@@ -6355,15 +6431,27 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6355
6431
|
version: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6356
6432
|
};
|
|
6357
6433
|
}
|
|
6434
|
+
interface DeMittwaldActivitylogDnsARecordSetManaged {
|
|
6435
|
+
changes: {
|
|
6436
|
+
after?: {
|
|
6437
|
+
aRecords: string;
|
|
6438
|
+
};
|
|
6439
|
+
before?: {};
|
|
6440
|
+
};
|
|
6441
|
+
name: "dns.a-record-set-managed";
|
|
6442
|
+
parameters: {
|
|
6443
|
+
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6444
|
+
};
|
|
6445
|
+
}
|
|
6358
6446
|
interface DeMittwaldActivitylogDnsARecordSet {
|
|
6359
6447
|
changes: {
|
|
6360
6448
|
after?: {
|
|
6361
|
-
aRecords
|
|
6362
|
-
aaaaRecords
|
|
6449
|
+
aRecords?: string[];
|
|
6450
|
+
aaaaRecords?: string[];
|
|
6363
6451
|
};
|
|
6364
6452
|
before?: {
|
|
6365
|
-
aRecords
|
|
6366
|
-
aaaaRecords
|
|
6453
|
+
aRecords?: string[];
|
|
6454
|
+
aaaaRecords?: string[];
|
|
6367
6455
|
};
|
|
6368
6456
|
};
|
|
6369
6457
|
name: "dns.a-record-set";
|
|
@@ -6399,13 +6487,42 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6399
6487
|
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6400
6488
|
};
|
|
6401
6489
|
}
|
|
6490
|
+
interface DeMittwaldActivitylogDnsDomainDeleted {
|
|
6491
|
+
changes: {};
|
|
6492
|
+
name: "dns.domain-deleted";
|
|
6493
|
+
parameters: {
|
|
6494
|
+
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6495
|
+
};
|
|
6496
|
+
}
|
|
6497
|
+
interface DeMittwaldActivitylogDnsIngressDeleted {
|
|
6498
|
+
changes: {};
|
|
6499
|
+
name: "dns.ingress-deleted";
|
|
6500
|
+
parameters: {
|
|
6501
|
+
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6502
|
+
};
|
|
6503
|
+
}
|
|
6504
|
+
interface DeMittwaldActivitylogDnsMxRecordSetManaged {
|
|
6505
|
+
changes: {
|
|
6506
|
+
after?: {
|
|
6507
|
+
fqdn: string;
|
|
6508
|
+
priority: string;
|
|
6509
|
+
};
|
|
6510
|
+
before?: {};
|
|
6511
|
+
};
|
|
6512
|
+
name: "dns.mx-record-set-managed";
|
|
6513
|
+
parameters: {
|
|
6514
|
+
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6515
|
+
};
|
|
6516
|
+
}
|
|
6402
6517
|
interface DeMittwaldActivitylogDnsMxRecordSet {
|
|
6403
6518
|
changes: {
|
|
6404
6519
|
after?: {
|
|
6405
|
-
|
|
6520
|
+
fqdn: string[];
|
|
6521
|
+
priority: (number | null)[];
|
|
6406
6522
|
};
|
|
6407
6523
|
before?: {
|
|
6408
|
-
|
|
6524
|
+
fqdn: string[];
|
|
6525
|
+
priority: (number | null)[];
|
|
6409
6526
|
};
|
|
6410
6527
|
};
|
|
6411
6528
|
name: "dns.mx-record-set";
|
|
@@ -7155,107 +7272,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7155
7272
|
}
|
|
7156
7273
|
type DeMittwaldVerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
7157
7274
|
type DeMittwaldContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
7158
|
-
/**
|
|
7159
|
-
* Classifies a result:
|
|
7160
|
-
*
|
|
7161
|
-
* * `domain`: a registrable domain (carries registrarData).
|
|
7162
|
-
* * `subdomain`: a subdomain of a registrable domain.
|
|
7163
|
-
* * `vhost`: a plain vHost without a registrable domain.
|
|
7164
|
-
*/
|
|
7165
|
-
type DeMittwaldDomainNextDomainType = "domain" | "subdomain" | "vhost";
|
|
7166
|
-
/**
|
|
7167
|
-
* Ordering of the domain list:
|
|
7168
|
-
*
|
|
7169
|
-
* * `hostnameGrouped` (default): group by registrable (public-suffix) domain, the main domain before its subdomains, then by full hostname.
|
|
7170
|
-
* * `hostnameAsc`: full hostname ascending.
|
|
7171
|
-
* * `hostnameDesc`: full hostname descending.
|
|
7172
|
-
*/
|
|
7173
|
-
type DeMittwaldDomainNextSortOrder = "hostnameGrouped" | "hostnameAsc" | "hostnameDesc";
|
|
7174
|
-
interface DeMittwaldDomainNextDomainListItem {
|
|
7175
|
-
dnsValidationErrors: string[];
|
|
7176
|
-
/**
|
|
7177
|
-
* The hostname this domain represents.
|
|
7178
|
-
*/
|
|
7179
|
-
hostname: string;
|
|
7180
|
-
/**
|
|
7181
|
-
* ID of the underlying ingress. Absent for a registrable domain that has no ingress; such a domain is identified via registrarData.id.
|
|
7182
|
-
*/
|
|
7183
|
-
id?: string;
|
|
7184
|
-
isDefault: boolean;
|
|
7185
|
-
ownership: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextOwnership;
|
|
7186
|
-
paths: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextPath[];
|
|
7187
|
-
/**
|
|
7188
|
-
* ID of the project this domain belongs to.
|
|
7189
|
-
*/
|
|
7190
|
-
projectId: string;
|
|
7191
|
-
registrarData: {
|
|
7192
|
-
handles?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextHandles;
|
|
7193
|
-
id?: string;
|
|
7194
|
-
processes?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextProcess[];
|
|
7195
|
-
scheduledDeletionDate?: string;
|
|
7196
|
-
transferInAuthCode?: string;
|
|
7197
|
-
};
|
|
7198
|
-
tls: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextTls;
|
|
7199
|
-
type: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextDomainType;
|
|
7200
|
-
}
|
|
7201
|
-
interface DeMittwaldAihostingProfile {
|
|
7202
|
-
planIds: string[];
|
|
7203
|
-
}
|
|
7204
|
-
interface DeMittwaldActivitylogDnsARecordSetManaged {
|
|
7205
|
-
changes: {
|
|
7206
|
-
after?: {
|
|
7207
|
-
aRecords: {
|
|
7208
|
-
managedByIngressId: string;
|
|
7209
|
-
};
|
|
7210
|
-
};
|
|
7211
|
-
before?: {};
|
|
7212
|
-
};
|
|
7213
|
-
name: "dns.a-record-set-managed";
|
|
7214
|
-
parameters: {
|
|
7215
|
-
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
7216
|
-
};
|
|
7217
|
-
}
|
|
7218
|
-
interface DeMittwaldActivitylogDnsDomainDeleted {
|
|
7219
|
-
changes: {};
|
|
7220
|
-
name: "dns.domain-deleted";
|
|
7221
|
-
parameters: {
|
|
7222
|
-
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
7223
|
-
};
|
|
7224
|
-
}
|
|
7225
|
-
interface DeMittwaldActivitylogDnsMxRecordSetManaged {
|
|
7226
|
-
changes: {
|
|
7227
|
-
after?: {
|
|
7228
|
-
mx: {
|
|
7229
|
-
managed: boolean;
|
|
7230
|
-
};
|
|
7231
|
-
};
|
|
7232
|
-
before?: {};
|
|
7233
|
-
};
|
|
7234
|
-
name: "dns.mx-record-set-managed";
|
|
7235
|
-
parameters: {
|
|
7236
|
-
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
7237
|
-
};
|
|
7238
|
-
}
|
|
7239
|
-
interface DeMittwaldActivitylogDnsIngressDeleted {
|
|
7240
|
-
changes: {};
|
|
7241
|
-
name: "dns.ingress-deleted";
|
|
7242
|
-
parameters: {
|
|
7243
|
-
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
7244
|
-
};
|
|
7245
|
-
}
|
|
7246
|
-
interface DeMittwaldContainerTemplateStatsResponse {
|
|
7247
|
-
id: string;
|
|
7248
|
-
installations: number;
|
|
7249
|
-
installations30Days: number;
|
|
7250
|
-
}
|
|
7251
|
-
interface DeMittwaldContainerTemplateStatsByCategoryResponse {
|
|
7252
|
-
category: string;
|
|
7253
|
-
templates: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[];
|
|
7254
|
-
}
|
|
7255
|
-
interface DeMittwaldAihostingCustomerPlans {
|
|
7256
|
-
modelTermsApprovalRequired: boolean;
|
|
7257
|
-
plans: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanOptions[];
|
|
7258
|
-
}
|
|
7259
7275
|
interface DeMittwaldCommonsAddress {
|
|
7260
7276
|
street: string;
|
|
7261
7277
|
houseNumber: string;
|
|
@@ -7856,11 +7872,12 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7856
7872
|
}
|
|
7857
7873
|
}
|
|
7858
7874
|
}
|
|
7859
|
-
namespace
|
|
7875
|
+
namespace V3NextCustomersCustomerIdAiHostingsPlanId {
|
|
7860
7876
|
namespace Get {
|
|
7861
7877
|
namespace Parameters {
|
|
7862
7878
|
type Path = {
|
|
7863
7879
|
customerId: string;
|
|
7880
|
+
planId: string;
|
|
7864
7881
|
};
|
|
7865
7882
|
type Header = {};
|
|
7866
7883
|
type Query = {
|
|
@@ -7910,18 +7927,22 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7910
7927
|
}
|
|
7911
7928
|
}
|
|
7912
7929
|
}
|
|
7913
|
-
|
|
7914
|
-
namespace V3NextAiHostingModels {
|
|
7915
|
-
namespace Get {
|
|
7930
|
+
namespace Put {
|
|
7916
7931
|
namespace Parameters {
|
|
7917
|
-
type Path = {
|
|
7932
|
+
type Path = {
|
|
7933
|
+
customerId: string;
|
|
7934
|
+
planId: string;
|
|
7935
|
+
};
|
|
7936
|
+
interface RequestBody {
|
|
7937
|
+
name?: string;
|
|
7938
|
+
}
|
|
7918
7939
|
type Header = {};
|
|
7919
7940
|
type Query = {};
|
|
7920
7941
|
}
|
|
7921
7942
|
namespace Responses {
|
|
7922
|
-
namespace $
|
|
7943
|
+
namespace $204 {
|
|
7923
7944
|
namespace Content {
|
|
7924
|
-
type
|
|
7945
|
+
type Empty = unknown;
|
|
7925
7946
|
}
|
|
7926
7947
|
}
|
|
7927
7948
|
namespace $400 {
|
|
@@ -7962,21 +7983,21 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7962
7983
|
}
|
|
7963
7984
|
}
|
|
7964
7985
|
}
|
|
7965
|
-
namespace
|
|
7986
|
+
namespace V3NextCustomersCustomerIdAiHostings {
|
|
7966
7987
|
namespace Get {
|
|
7967
7988
|
namespace Parameters {
|
|
7968
7989
|
type Path = {
|
|
7969
|
-
|
|
7990
|
+
customerId: string;
|
|
7970
7991
|
};
|
|
7971
7992
|
type Header = {};
|
|
7972
7993
|
type Query = {
|
|
7973
|
-
|
|
7994
|
+
topUsageCount?: number;
|
|
7974
7995
|
};
|
|
7975
7996
|
}
|
|
7976
7997
|
namespace Responses {
|
|
7977
7998
|
namespace $200 {
|
|
7978
7999
|
namespace Content {
|
|
7979
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
8000
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlans;
|
|
7980
8001
|
}
|
|
7981
8002
|
}
|
|
7982
8003
|
namespace $400 {
|
|
@@ -8016,8 +8037,169 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8016
8037
|
}
|
|
8017
8038
|
}
|
|
8018
8039
|
}
|
|
8019
|
-
|
|
8020
|
-
|
|
8040
|
+
}
|
|
8041
|
+
namespace V3NextCustomersCustomerIdAiHosting {
|
|
8042
|
+
namespace Get {
|
|
8043
|
+
namespace Parameters {
|
|
8044
|
+
type Path = {
|
|
8045
|
+
customerId: string;
|
|
8046
|
+
};
|
|
8047
|
+
type Header = {};
|
|
8048
|
+
type Query = {
|
|
8049
|
+
topUsageCount?: number;
|
|
8050
|
+
};
|
|
8051
|
+
}
|
|
8052
|
+
namespace Responses {
|
|
8053
|
+
namespace $200 {
|
|
8054
|
+
namespace Content {
|
|
8055
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanOptions;
|
|
8056
|
+
}
|
|
8057
|
+
}
|
|
8058
|
+
namespace $400 {
|
|
8059
|
+
namespace Content {
|
|
8060
|
+
interface ApplicationJson {
|
|
8061
|
+
[k: string]: unknown;
|
|
8062
|
+
}
|
|
8063
|
+
}
|
|
8064
|
+
}
|
|
8065
|
+
namespace $403 {
|
|
8066
|
+
namespace Content {
|
|
8067
|
+
interface ApplicationJson {
|
|
8068
|
+
[k: string]: unknown;
|
|
8069
|
+
}
|
|
8070
|
+
}
|
|
8071
|
+
}
|
|
8072
|
+
namespace $404 {
|
|
8073
|
+
namespace Content {
|
|
8074
|
+
interface ApplicationJson {
|
|
8075
|
+
[k: string]: unknown;
|
|
8076
|
+
}
|
|
8077
|
+
}
|
|
8078
|
+
}
|
|
8079
|
+
namespace $429 {
|
|
8080
|
+
namespace Content {
|
|
8081
|
+
interface ApplicationJson {
|
|
8082
|
+
[k: string]: unknown;
|
|
8083
|
+
}
|
|
8084
|
+
}
|
|
8085
|
+
}
|
|
8086
|
+
namespace Default {
|
|
8087
|
+
namespace Content {
|
|
8088
|
+
interface ApplicationJson {
|
|
8089
|
+
[k: string]: unknown;
|
|
8090
|
+
}
|
|
8091
|
+
}
|
|
8092
|
+
}
|
|
8093
|
+
}
|
|
8094
|
+
}
|
|
8095
|
+
}
|
|
8096
|
+
namespace V3NextAiHostingModels {
|
|
8097
|
+
namespace Get {
|
|
8098
|
+
namespace Parameters {
|
|
8099
|
+
type Path = {};
|
|
8100
|
+
type Header = {};
|
|
8101
|
+
type Query = {};
|
|
8102
|
+
}
|
|
8103
|
+
namespace Responses {
|
|
8104
|
+
namespace $200 {
|
|
8105
|
+
namespace Content {
|
|
8106
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingModel[];
|
|
8107
|
+
}
|
|
8108
|
+
}
|
|
8109
|
+
namespace $400 {
|
|
8110
|
+
namespace Content {
|
|
8111
|
+
interface ApplicationJson {
|
|
8112
|
+
[k: string]: unknown;
|
|
8113
|
+
}
|
|
8114
|
+
}
|
|
8115
|
+
}
|
|
8116
|
+
namespace $403 {
|
|
8117
|
+
namespace Content {
|
|
8118
|
+
interface ApplicationJson {
|
|
8119
|
+
[k: string]: unknown;
|
|
8120
|
+
}
|
|
8121
|
+
}
|
|
8122
|
+
}
|
|
8123
|
+
namespace $404 {
|
|
8124
|
+
namespace Content {
|
|
8125
|
+
interface ApplicationJson {
|
|
8126
|
+
[k: string]: unknown;
|
|
8127
|
+
}
|
|
8128
|
+
}
|
|
8129
|
+
}
|
|
8130
|
+
namespace $429 {
|
|
8131
|
+
namespace Content {
|
|
8132
|
+
interface ApplicationJson {
|
|
8133
|
+
[k: string]: unknown;
|
|
8134
|
+
}
|
|
8135
|
+
}
|
|
8136
|
+
}
|
|
8137
|
+
namespace Default {
|
|
8138
|
+
namespace Content {
|
|
8139
|
+
interface ApplicationJson {
|
|
8140
|
+
[k: string]: unknown;
|
|
8141
|
+
}
|
|
8142
|
+
}
|
|
8143
|
+
}
|
|
8144
|
+
}
|
|
8145
|
+
}
|
|
8146
|
+
}
|
|
8147
|
+
namespace V3NextProjectsProjectIdAiHostingKeys {
|
|
8148
|
+
namespace Get {
|
|
8149
|
+
namespace Parameters {
|
|
8150
|
+
type Path = {
|
|
8151
|
+
projectId: string;
|
|
8152
|
+
};
|
|
8153
|
+
type Header = {};
|
|
8154
|
+
type Query = {
|
|
8155
|
+
planId?: string;
|
|
8156
|
+
};
|
|
8157
|
+
}
|
|
8158
|
+
namespace Responses {
|
|
8159
|
+
namespace $200 {
|
|
8160
|
+
namespace Content {
|
|
8161
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingKey[];
|
|
8162
|
+
}
|
|
8163
|
+
}
|
|
8164
|
+
namespace $400 {
|
|
8165
|
+
namespace Content {
|
|
8166
|
+
interface ApplicationJson {
|
|
8167
|
+
[k: string]: unknown;
|
|
8168
|
+
}
|
|
8169
|
+
}
|
|
8170
|
+
}
|
|
8171
|
+
namespace $403 {
|
|
8172
|
+
namespace Content {
|
|
8173
|
+
interface ApplicationJson {
|
|
8174
|
+
[k: string]: unknown;
|
|
8175
|
+
}
|
|
8176
|
+
}
|
|
8177
|
+
}
|
|
8178
|
+
namespace $404 {
|
|
8179
|
+
namespace Content {
|
|
8180
|
+
interface ApplicationJson {
|
|
8181
|
+
[k: string]: unknown;
|
|
8182
|
+
}
|
|
8183
|
+
}
|
|
8184
|
+
}
|
|
8185
|
+
namespace $429 {
|
|
8186
|
+
namespace Content {
|
|
8187
|
+
interface ApplicationJson {
|
|
8188
|
+
[k: string]: unknown;
|
|
8189
|
+
}
|
|
8190
|
+
}
|
|
8191
|
+
}
|
|
8192
|
+
namespace Default {
|
|
8193
|
+
namespace Content {
|
|
8194
|
+
interface ApplicationJson {
|
|
8195
|
+
[k: string]: unknown;
|
|
8196
|
+
}
|
|
8197
|
+
}
|
|
8198
|
+
}
|
|
8199
|
+
}
|
|
8200
|
+
}
|
|
8201
|
+
namespace Post {
|
|
8202
|
+
namespace Parameters {
|
|
8021
8203
|
type Path = {
|
|
8022
8204
|
projectId: string;
|
|
8023
8205
|
};
|
|
@@ -8347,6 +8529,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8347
8529
|
interface ApplicationJson {
|
|
8348
8530
|
keys: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
|
|
8349
8531
|
modelTermsApprovalRequired: boolean;
|
|
8532
|
+
name?: string;
|
|
8350
8533
|
nextTokenReset?: string;
|
|
8351
8534
|
projectId: string;
|
|
8352
8535
|
}
|
|
@@ -10335,6 +10518,81 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
10335
10518
|
}
|
|
10336
10519
|
}
|
|
10337
10520
|
}
|
|
10521
|
+
namespace V3NextStacksStackIdActionsAddComponent {
|
|
10522
|
+
namespace Post {
|
|
10523
|
+
namespace Parameters {
|
|
10524
|
+
type Path = {
|
|
10525
|
+
stackId: string;
|
|
10526
|
+
};
|
|
10527
|
+
type RequestBody = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerAddComponent;
|
|
10528
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
10529
|
+
type Query = {};
|
|
10530
|
+
}
|
|
10531
|
+
namespace Responses {
|
|
10532
|
+
namespace $204 {
|
|
10533
|
+
namespace Content {
|
|
10534
|
+
type Empty = unknown;
|
|
10535
|
+
}
|
|
10536
|
+
}
|
|
10537
|
+
namespace $400 {
|
|
10538
|
+
namespace Content {
|
|
10539
|
+
interface ApplicationJson {
|
|
10540
|
+
[k: string]: unknown;
|
|
10541
|
+
}
|
|
10542
|
+
}
|
|
10543
|
+
}
|
|
10544
|
+
namespace $403 {
|
|
10545
|
+
namespace Content {
|
|
10546
|
+
interface ApplicationJson {
|
|
10547
|
+
[k: string]: unknown;
|
|
10548
|
+
}
|
|
10549
|
+
}
|
|
10550
|
+
}
|
|
10551
|
+
namespace $404 {
|
|
10552
|
+
namespace Content {
|
|
10553
|
+
interface ApplicationJson {
|
|
10554
|
+
[k: string]: unknown;
|
|
10555
|
+
}
|
|
10556
|
+
}
|
|
10557
|
+
}
|
|
10558
|
+
namespace $409 {
|
|
10559
|
+
namespace Content {
|
|
10560
|
+
interface ApplicationJson {
|
|
10561
|
+
[k: string]: unknown;
|
|
10562
|
+
}
|
|
10563
|
+
}
|
|
10564
|
+
}
|
|
10565
|
+
namespace $412 {
|
|
10566
|
+
namespace Content {
|
|
10567
|
+
interface ApplicationJson {
|
|
10568
|
+
[k: string]: unknown;
|
|
10569
|
+
}
|
|
10570
|
+
}
|
|
10571
|
+
}
|
|
10572
|
+
namespace $429 {
|
|
10573
|
+
namespace Content {
|
|
10574
|
+
interface ApplicationJson {
|
|
10575
|
+
[k: string]: unknown;
|
|
10576
|
+
}
|
|
10577
|
+
}
|
|
10578
|
+
}
|
|
10579
|
+
namespace $500 {
|
|
10580
|
+
namespace Content {
|
|
10581
|
+
interface ApplicationJson {
|
|
10582
|
+
[k: string]: unknown;
|
|
10583
|
+
}
|
|
10584
|
+
}
|
|
10585
|
+
}
|
|
10586
|
+
namespace Default {
|
|
10587
|
+
namespace Content {
|
|
10588
|
+
interface ApplicationJson {
|
|
10589
|
+
[k: string]: unknown;
|
|
10590
|
+
}
|
|
10591
|
+
}
|
|
10592
|
+
}
|
|
10593
|
+
}
|
|
10594
|
+
}
|
|
10595
|
+
}
|
|
10338
10596
|
namespace V3NextStacksStackIdWebhooksPullImage {
|
|
10339
10597
|
namespace Get {
|
|
10340
10598
|
namespace Parameters {
|
|
@@ -10543,6 +10801,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
10543
10801
|
};
|
|
10544
10802
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
10545
10803
|
type Query = {
|
|
10804
|
+
searchTerm?: string;
|
|
10546
10805
|
limit?: number;
|
|
10547
10806
|
skip?: number;
|
|
10548
10807
|
page?: number;
|
|
@@ -11761,24 +12020,20 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
11761
12020
|
}
|
|
11762
12021
|
}
|
|
11763
12022
|
}
|
|
11764
|
-
namespace
|
|
12023
|
+
namespace V3NextContainerTemplateStatistics {
|
|
11765
12024
|
namespace Get {
|
|
11766
12025
|
namespace Parameters {
|
|
11767
12026
|
type Path = {};
|
|
11768
12027
|
type Header = {};
|
|
11769
12028
|
type Query = {
|
|
12029
|
+
templateId?: string;
|
|
11770
12030
|
category?: string;
|
|
11771
|
-
searchTerm?: string;
|
|
11772
|
-
type?: "component" | "standalone";
|
|
11773
|
-
limit?: number;
|
|
11774
|
-
skip?: number;
|
|
11775
|
-
page?: number;
|
|
11776
12031
|
};
|
|
11777
12032
|
}
|
|
11778
12033
|
namespace Responses {
|
|
11779
12034
|
namespace $200 {
|
|
11780
12035
|
namespace Content {
|
|
11781
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
12036
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsListResponse;
|
|
11782
12037
|
}
|
|
11783
12038
|
}
|
|
11784
12039
|
namespace $400 {
|
|
@@ -11788,6 +12043,13 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
11788
12043
|
}
|
|
11789
12044
|
}
|
|
11790
12045
|
}
|
|
12046
|
+
namespace $404 {
|
|
12047
|
+
namespace Content {
|
|
12048
|
+
interface ApplicationJson {
|
|
12049
|
+
[k: string]: unknown;
|
|
12050
|
+
}
|
|
12051
|
+
}
|
|
12052
|
+
}
|
|
11791
12053
|
namespace $429 {
|
|
11792
12054
|
namespace Content {
|
|
11793
12055
|
interface ApplicationJson {
|
|
@@ -11812,12 +12074,63 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
11812
12074
|
}
|
|
11813
12075
|
}
|
|
11814
12076
|
}
|
|
11815
|
-
namespace
|
|
12077
|
+
namespace V3NextContainerTemplates {
|
|
11816
12078
|
namespace Get {
|
|
11817
12079
|
namespace Parameters {
|
|
11818
|
-
type Path = {
|
|
11819
|
-
|
|
11820
|
-
|
|
12080
|
+
type Path = {};
|
|
12081
|
+
type Header = {};
|
|
12082
|
+
type Query = {
|
|
12083
|
+
category?: string;
|
|
12084
|
+
searchTerm?: string;
|
|
12085
|
+
type?: "component" | "standalone";
|
|
12086
|
+
limit?: number;
|
|
12087
|
+
skip?: number;
|
|
12088
|
+
page?: number;
|
|
12089
|
+
};
|
|
12090
|
+
}
|
|
12091
|
+
namespace Responses {
|
|
12092
|
+
namespace $200 {
|
|
12093
|
+
namespace Content {
|
|
12094
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplate[];
|
|
12095
|
+
}
|
|
12096
|
+
}
|
|
12097
|
+
namespace $400 {
|
|
12098
|
+
namespace Content {
|
|
12099
|
+
interface ApplicationJson {
|
|
12100
|
+
[k: string]: unknown;
|
|
12101
|
+
}
|
|
12102
|
+
}
|
|
12103
|
+
}
|
|
12104
|
+
namespace $429 {
|
|
12105
|
+
namespace Content {
|
|
12106
|
+
interface ApplicationJson {
|
|
12107
|
+
[k: string]: unknown;
|
|
12108
|
+
}
|
|
12109
|
+
}
|
|
12110
|
+
}
|
|
12111
|
+
namespace $500 {
|
|
12112
|
+
namespace Content {
|
|
12113
|
+
interface ApplicationJson {
|
|
12114
|
+
[k: string]: unknown;
|
|
12115
|
+
}
|
|
12116
|
+
}
|
|
12117
|
+
}
|
|
12118
|
+
namespace Default {
|
|
12119
|
+
namespace Content {
|
|
12120
|
+
interface ApplicationJson {
|
|
12121
|
+
[k: string]: unknown;
|
|
12122
|
+
}
|
|
12123
|
+
}
|
|
12124
|
+
}
|
|
12125
|
+
}
|
|
12126
|
+
}
|
|
12127
|
+
}
|
|
12128
|
+
namespace V3NextProjectsProjectIdVolumes {
|
|
12129
|
+
namespace Get {
|
|
12130
|
+
namespace Parameters {
|
|
12131
|
+
type Path = {
|
|
12132
|
+
projectId: string;
|
|
12133
|
+
};
|
|
11821
12134
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
11822
12135
|
type Query = {
|
|
11823
12136
|
stackId?: string;
|
|
@@ -20579,6 +20892,13 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
20579
20892
|
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionInstance;
|
|
20580
20893
|
}
|
|
20581
20894
|
}
|
|
20895
|
+
namespace $403 {
|
|
20896
|
+
namespace Content {
|
|
20897
|
+
interface ApplicationJson {
|
|
20898
|
+
[k: string]: unknown;
|
|
20899
|
+
}
|
|
20900
|
+
}
|
|
20901
|
+
}
|
|
20582
20902
|
namespace $404 {
|
|
20583
20903
|
namespace Content {
|
|
20584
20904
|
interface ApplicationJson {
|
|
@@ -24968,7 +25288,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
24968
25288
|
type Path = {
|
|
24969
25289
|
mailRateLimitId: string;
|
|
24970
25290
|
};
|
|
24971
|
-
type Header = {};
|
|
25291
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
24972
25292
|
type Query = {};
|
|
24973
25293
|
}
|
|
24974
25294
|
namespace Responses {
|
|
@@ -25142,7 +25462,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
25142
25462
|
namespace Get {
|
|
25143
25463
|
namespace Parameters {
|
|
25144
25464
|
type Path = {};
|
|
25145
|
-
type Header = {};
|
|
25465
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
25146
25466
|
type Query = {};
|
|
25147
25467
|
}
|
|
25148
25468
|
namespace Responses {
|
|
@@ -25454,6 +25774,76 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
25454
25774
|
}
|
|
25455
25775
|
}
|
|
25456
25776
|
}
|
|
25777
|
+
namespace V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange {
|
|
25778
|
+
namespace Post {
|
|
25779
|
+
namespace Parameters {
|
|
25780
|
+
type Path = {
|
|
25781
|
+
mailAddressId: string;
|
|
25782
|
+
};
|
|
25783
|
+
interface RequestBody {
|
|
25784
|
+
rateLimitId: string;
|
|
25785
|
+
}
|
|
25786
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
25787
|
+
type Query = {};
|
|
25788
|
+
}
|
|
25789
|
+
namespace Responses {
|
|
25790
|
+
namespace $204 {
|
|
25791
|
+
namespace Content {
|
|
25792
|
+
type Empty = unknown;
|
|
25793
|
+
}
|
|
25794
|
+
}
|
|
25795
|
+
namespace $400 {
|
|
25796
|
+
namespace Content {
|
|
25797
|
+
interface ApplicationJson {
|
|
25798
|
+
[k: string]: unknown;
|
|
25799
|
+
}
|
|
25800
|
+
}
|
|
25801
|
+
}
|
|
25802
|
+
namespace $403 {
|
|
25803
|
+
namespace Content {
|
|
25804
|
+
interface ApplicationJson {
|
|
25805
|
+
[k: string]: unknown;
|
|
25806
|
+
}
|
|
25807
|
+
}
|
|
25808
|
+
}
|
|
25809
|
+
namespace $404 {
|
|
25810
|
+
namespace Content {
|
|
25811
|
+
interface ApplicationJson {
|
|
25812
|
+
[k: string]: unknown;
|
|
25813
|
+
}
|
|
25814
|
+
}
|
|
25815
|
+
}
|
|
25816
|
+
namespace $429 {
|
|
25817
|
+
namespace Content {
|
|
25818
|
+
interface ApplicationJson {
|
|
25819
|
+
[k: string]: unknown;
|
|
25820
|
+
}
|
|
25821
|
+
}
|
|
25822
|
+
}
|
|
25823
|
+
namespace $500 {
|
|
25824
|
+
namespace Content {
|
|
25825
|
+
interface ApplicationJson {
|
|
25826
|
+
[k: string]: unknown;
|
|
25827
|
+
}
|
|
25828
|
+
}
|
|
25829
|
+
}
|
|
25830
|
+
namespace $503 {
|
|
25831
|
+
namespace Content {
|
|
25832
|
+
interface ApplicationJson {
|
|
25833
|
+
[k: string]: unknown;
|
|
25834
|
+
}
|
|
25835
|
+
}
|
|
25836
|
+
}
|
|
25837
|
+
namespace Default {
|
|
25838
|
+
namespace Content {
|
|
25839
|
+
interface ApplicationJson {
|
|
25840
|
+
[k: string]: unknown;
|
|
25841
|
+
}
|
|
25842
|
+
}
|
|
25843
|
+
}
|
|
25844
|
+
}
|
|
25845
|
+
}
|
|
25846
|
+
}
|
|
25457
25847
|
namespace V3NextDeliveryBoxesDeliveryBoxIdDescription {
|
|
25458
25848
|
namespace Patch {
|
|
25459
25849
|
namespace Parameters {
|
|
@@ -32201,285 +32591,5 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
32201
32591
|
}
|
|
32202
32592
|
}
|
|
32203
32593
|
}
|
|
32204
|
-
namespace V3NextContainerTemplatesTemplateIdStatistics {
|
|
32205
|
-
namespace Get {
|
|
32206
|
-
namespace Parameters {
|
|
32207
|
-
type Path = {
|
|
32208
|
-
templateId: string;
|
|
32209
|
-
};
|
|
32210
|
-
type Header = {};
|
|
32211
|
-
type Query = {};
|
|
32212
|
-
}
|
|
32213
|
-
namespace Responses {
|
|
32214
|
-
namespace $200 {
|
|
32215
|
-
namespace Content {
|
|
32216
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse;
|
|
32217
|
-
}
|
|
32218
|
-
}
|
|
32219
|
-
namespace $400 {
|
|
32220
|
-
namespace Content {
|
|
32221
|
-
interface ApplicationJson {
|
|
32222
|
-
[k: string]: unknown;
|
|
32223
|
-
}
|
|
32224
|
-
}
|
|
32225
|
-
}
|
|
32226
|
-
namespace $404 {
|
|
32227
|
-
namespace Content {
|
|
32228
|
-
interface ApplicationJson {
|
|
32229
|
-
[k: string]: unknown;
|
|
32230
|
-
}
|
|
32231
|
-
}
|
|
32232
|
-
}
|
|
32233
|
-
namespace $429 {
|
|
32234
|
-
namespace Content {
|
|
32235
|
-
interface ApplicationJson {
|
|
32236
|
-
[k: string]: unknown;
|
|
32237
|
-
}
|
|
32238
|
-
}
|
|
32239
|
-
}
|
|
32240
|
-
namespace $500 {
|
|
32241
|
-
namespace Content {
|
|
32242
|
-
interface ApplicationJson {
|
|
32243
|
-
[k: string]: unknown;
|
|
32244
|
-
}
|
|
32245
|
-
}
|
|
32246
|
-
}
|
|
32247
|
-
namespace Default {
|
|
32248
|
-
namespace Content {
|
|
32249
|
-
interface ApplicationJson {
|
|
32250
|
-
[k: string]: unknown;
|
|
32251
|
-
}
|
|
32252
|
-
}
|
|
32253
|
-
}
|
|
32254
|
-
}
|
|
32255
|
-
}
|
|
32256
|
-
}
|
|
32257
|
-
namespace V3NextContainerTemplateCategoriesCategoryStatistics {
|
|
32258
|
-
namespace Get {
|
|
32259
|
-
namespace Parameters {
|
|
32260
|
-
type Path = {
|
|
32261
|
-
category: string;
|
|
32262
|
-
};
|
|
32263
|
-
type Header = {};
|
|
32264
|
-
type Query = {};
|
|
32265
|
-
}
|
|
32266
|
-
namespace Responses {
|
|
32267
|
-
namespace $200 {
|
|
32268
|
-
namespace Content {
|
|
32269
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsByCategoryResponse;
|
|
32270
|
-
}
|
|
32271
|
-
}
|
|
32272
|
-
namespace $400 {
|
|
32273
|
-
namespace Content {
|
|
32274
|
-
interface ApplicationJson {
|
|
32275
|
-
[k: string]: unknown;
|
|
32276
|
-
}
|
|
32277
|
-
}
|
|
32278
|
-
}
|
|
32279
|
-
namespace $429 {
|
|
32280
|
-
namespace Content {
|
|
32281
|
-
interface ApplicationJson {
|
|
32282
|
-
[k: string]: unknown;
|
|
32283
|
-
}
|
|
32284
|
-
}
|
|
32285
|
-
}
|
|
32286
|
-
namespace $500 {
|
|
32287
|
-
namespace Content {
|
|
32288
|
-
interface ApplicationJson {
|
|
32289
|
-
[k: string]: unknown;
|
|
32290
|
-
}
|
|
32291
|
-
}
|
|
32292
|
-
}
|
|
32293
|
-
namespace Default {
|
|
32294
|
-
namespace Content {
|
|
32295
|
-
interface ApplicationJson {
|
|
32296
|
-
[k: string]: unknown;
|
|
32297
|
-
}
|
|
32298
|
-
}
|
|
32299
|
-
}
|
|
32300
|
-
}
|
|
32301
|
-
}
|
|
32302
|
-
}
|
|
32303
|
-
namespace V3NextCustomersCustomerIdAiHostingsPlanId {
|
|
32304
|
-
namespace Get {
|
|
32305
|
-
namespace Parameters {
|
|
32306
|
-
type Path = {
|
|
32307
|
-
customerId: string;
|
|
32308
|
-
planId: string;
|
|
32309
|
-
};
|
|
32310
|
-
type Header = {};
|
|
32311
|
-
type Query = {
|
|
32312
|
-
topUsageCount?: number;
|
|
32313
|
-
};
|
|
32314
|
-
}
|
|
32315
|
-
namespace Responses {
|
|
32316
|
-
namespace $200 {
|
|
32317
|
-
namespace Content {
|
|
32318
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanOptions;
|
|
32319
|
-
}
|
|
32320
|
-
}
|
|
32321
|
-
namespace $400 {
|
|
32322
|
-
namespace Content {
|
|
32323
|
-
interface ApplicationJson {
|
|
32324
|
-
[k: string]: unknown;
|
|
32325
|
-
}
|
|
32326
|
-
}
|
|
32327
|
-
}
|
|
32328
|
-
namespace $403 {
|
|
32329
|
-
namespace Content {
|
|
32330
|
-
interface ApplicationJson {
|
|
32331
|
-
[k: string]: unknown;
|
|
32332
|
-
}
|
|
32333
|
-
}
|
|
32334
|
-
}
|
|
32335
|
-
namespace $404 {
|
|
32336
|
-
namespace Content {
|
|
32337
|
-
interface ApplicationJson {
|
|
32338
|
-
[k: string]: unknown;
|
|
32339
|
-
}
|
|
32340
|
-
}
|
|
32341
|
-
}
|
|
32342
|
-
namespace $429 {
|
|
32343
|
-
namespace Content {
|
|
32344
|
-
interface ApplicationJson {
|
|
32345
|
-
[k: string]: unknown;
|
|
32346
|
-
}
|
|
32347
|
-
}
|
|
32348
|
-
}
|
|
32349
|
-
namespace Default {
|
|
32350
|
-
namespace Content {
|
|
32351
|
-
interface ApplicationJson {
|
|
32352
|
-
[k: string]: unknown;
|
|
32353
|
-
}
|
|
32354
|
-
}
|
|
32355
|
-
}
|
|
32356
|
-
}
|
|
32357
|
-
}
|
|
32358
|
-
}
|
|
32359
|
-
namespace V3NextCustomersCustomerIdAiHostings {
|
|
32360
|
-
namespace Get {
|
|
32361
|
-
namespace Parameters {
|
|
32362
|
-
type Path = {
|
|
32363
|
-
customerId: string;
|
|
32364
|
-
};
|
|
32365
|
-
type Header = {};
|
|
32366
|
-
type Query = {
|
|
32367
|
-
topUsageCount?: number;
|
|
32368
|
-
};
|
|
32369
|
-
}
|
|
32370
|
-
namespace Responses {
|
|
32371
|
-
namespace $200 {
|
|
32372
|
-
namespace Content {
|
|
32373
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlans;
|
|
32374
|
-
}
|
|
32375
|
-
}
|
|
32376
|
-
namespace $400 {
|
|
32377
|
-
namespace Content {
|
|
32378
|
-
interface ApplicationJson {
|
|
32379
|
-
[k: string]: unknown;
|
|
32380
|
-
}
|
|
32381
|
-
}
|
|
32382
|
-
}
|
|
32383
|
-
namespace $403 {
|
|
32384
|
-
namespace Content {
|
|
32385
|
-
interface ApplicationJson {
|
|
32386
|
-
[k: string]: unknown;
|
|
32387
|
-
}
|
|
32388
|
-
}
|
|
32389
|
-
}
|
|
32390
|
-
namespace $404 {
|
|
32391
|
-
namespace Content {
|
|
32392
|
-
interface ApplicationJson {
|
|
32393
|
-
[k: string]: unknown;
|
|
32394
|
-
}
|
|
32395
|
-
}
|
|
32396
|
-
}
|
|
32397
|
-
namespace $429 {
|
|
32398
|
-
namespace Content {
|
|
32399
|
-
interface ApplicationJson {
|
|
32400
|
-
[k: string]: unknown;
|
|
32401
|
-
}
|
|
32402
|
-
}
|
|
32403
|
-
}
|
|
32404
|
-
namespace Default {
|
|
32405
|
-
namespace Content {
|
|
32406
|
-
interface ApplicationJson {
|
|
32407
|
-
[k: string]: unknown;
|
|
32408
|
-
}
|
|
32409
|
-
}
|
|
32410
|
-
}
|
|
32411
|
-
}
|
|
32412
|
-
}
|
|
32413
|
-
}
|
|
32414
|
-
namespace V3NextMailAddressesMailAddressIdRequestRateLimitChange {
|
|
32415
|
-
namespace Post {
|
|
32416
|
-
namespace Parameters {
|
|
32417
|
-
type Path = {
|
|
32418
|
-
mailAddressId: string;
|
|
32419
|
-
};
|
|
32420
|
-
interface RequestBody {
|
|
32421
|
-
rateLimitId: string;
|
|
32422
|
-
}
|
|
32423
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
32424
|
-
type Query = {};
|
|
32425
|
-
}
|
|
32426
|
-
namespace Responses {
|
|
32427
|
-
namespace $204 {
|
|
32428
|
-
namespace Content {
|
|
32429
|
-
type Empty = unknown;
|
|
32430
|
-
}
|
|
32431
|
-
}
|
|
32432
|
-
namespace $400 {
|
|
32433
|
-
namespace Content {
|
|
32434
|
-
interface ApplicationJson {
|
|
32435
|
-
[k: string]: unknown;
|
|
32436
|
-
}
|
|
32437
|
-
}
|
|
32438
|
-
}
|
|
32439
|
-
namespace $403 {
|
|
32440
|
-
namespace Content {
|
|
32441
|
-
interface ApplicationJson {
|
|
32442
|
-
[k: string]: unknown;
|
|
32443
|
-
}
|
|
32444
|
-
}
|
|
32445
|
-
}
|
|
32446
|
-
namespace $404 {
|
|
32447
|
-
namespace Content {
|
|
32448
|
-
interface ApplicationJson {
|
|
32449
|
-
[k: string]: unknown;
|
|
32450
|
-
}
|
|
32451
|
-
}
|
|
32452
|
-
}
|
|
32453
|
-
namespace $429 {
|
|
32454
|
-
namespace Content {
|
|
32455
|
-
interface ApplicationJson {
|
|
32456
|
-
[k: string]: unknown;
|
|
32457
|
-
}
|
|
32458
|
-
}
|
|
32459
|
-
}
|
|
32460
|
-
namespace $500 {
|
|
32461
|
-
namespace Content {
|
|
32462
|
-
interface ApplicationJson {
|
|
32463
|
-
[k: string]: unknown;
|
|
32464
|
-
}
|
|
32465
|
-
}
|
|
32466
|
-
}
|
|
32467
|
-
namespace $503 {
|
|
32468
|
-
namespace Content {
|
|
32469
|
-
interface ApplicationJson {
|
|
32470
|
-
[k: string]: unknown;
|
|
32471
|
-
}
|
|
32472
|
-
}
|
|
32473
|
-
}
|
|
32474
|
-
namespace Default {
|
|
32475
|
-
namespace Content {
|
|
32476
|
-
interface ApplicationJson {
|
|
32477
|
-
[k: string]: unknown;
|
|
32478
|
-
}
|
|
32479
|
-
}
|
|
32480
|
-
}
|
|
32481
|
-
}
|
|
32482
|
-
}
|
|
32483
|
-
}
|
|
32484
32594
|
}
|
|
32485
32595
|
}
|