@mittwald/api-client 0.0.0-development-38105fd-20260708 → 0.0.0-development-d575ea2-20260713
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/generated/v2/client-react.js +6 -8
- package/dist/esm/generated/v2/client.js +12 -10
- package/dist/esm/generated/v2/descriptors.js +36 -30
- package/dist/esm/generated/v3-next/client-react.js +6 -8
- package/dist/esm/generated/v3-next/client.js +12 -10
- package/dist/esm/generated/v3-next/descriptors.js +36 -30
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +58 -62
- package/dist/types/generated/v2/client.d.ts +423 -277
- package/dist/types/generated/v2/descriptors.d.ts +13 -11
- package/dist/types/generated/v2/types.d.ts +541 -433
- package/dist/types/generated/v3-next/client-react.d.ts +58 -62
- package/dist/types/generated/v3-next/client.d.ts +423 -277
- package/dist/types/generated/v3-next/descriptors.d.ts +13 -11
- package/dist/types/generated/v3-next/types.d.ts +541 -433
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -30,6 +30,18 @@ export declare namespace 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;
|
|
@@ -2049,6 +2057,9 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
2049
2057
|
planLimit: number;
|
|
2050
2058
|
used: number;
|
|
2051
2059
|
}
|
|
2060
|
+
interface DeMittwaldAihostingProfile {
|
|
2061
|
+
planIds: string[];
|
|
2062
|
+
}
|
|
2052
2063
|
interface DeMittwaldAihostingProjectDetailedModel {
|
|
2053
2064
|
activeAt: string;
|
|
2054
2065
|
displayName: string;
|
|
@@ -2572,6 +2583,18 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
2572
2583
|
*/
|
|
2573
2584
|
priceInCents: number;
|
|
2574
2585
|
}
|
|
2586
|
+
interface DeMittwaldContainerAddComponent {
|
|
2587
|
+
templateConfig: {
|
|
2588
|
+
templateId: string;
|
|
2589
|
+
/**
|
|
2590
|
+
* Values for template user inputs. Missing optional values are filled from template defaults.
|
|
2591
|
+
*/
|
|
2592
|
+
userInputs?: {
|
|
2593
|
+
name: string;
|
|
2594
|
+
value: string;
|
|
2595
|
+
}[];
|
|
2596
|
+
};
|
|
2597
|
+
}
|
|
2575
2598
|
interface DeMittwaldContainerCreateRegistry {
|
|
2576
2599
|
credentials?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerSetRegistryCredentials;
|
|
2577
2600
|
description: string;
|
|
@@ -2992,6 +3015,15 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
2992
3015
|
version: string;
|
|
2993
3016
|
website?: string;
|
|
2994
3017
|
}
|
|
3018
|
+
interface DeMittwaldContainerTemplateStatsListResponse {
|
|
3019
|
+
category?: string;
|
|
3020
|
+
templates?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[];
|
|
3021
|
+
}
|
|
3022
|
+
interface DeMittwaldContainerTemplateStatsResponse {
|
|
3023
|
+
id: string;
|
|
3024
|
+
installations: number;
|
|
3025
|
+
installations30Days: number;
|
|
3026
|
+
}
|
|
2995
3027
|
interface DeMittwaldContainerTemplateTranslatedString {
|
|
2996
3028
|
de: string;
|
|
2997
3029
|
en: string;
|
|
@@ -4138,6 +4170,33 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
4138
4170
|
interface DeMittwaldDomainNextDns {
|
|
4139
4171
|
recordSet?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextRecordSet;
|
|
4140
4172
|
}
|
|
4173
|
+
interface DeMittwaldDomainNextDomainListItem {
|
|
4174
|
+
dnsValidationErrors: string[];
|
|
4175
|
+
/**
|
|
4176
|
+
* The hostname this domain represents.
|
|
4177
|
+
*/
|
|
4178
|
+
hostname: string;
|
|
4179
|
+
/**
|
|
4180
|
+
* ID of the underlying ingress. Absent for a registrable domain that has no ingress; such a domain is identified via registrarData.id.
|
|
4181
|
+
*/
|
|
4182
|
+
id?: string;
|
|
4183
|
+
isDefault: boolean;
|
|
4184
|
+
ownership: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextOwnership;
|
|
4185
|
+
paths: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextPath[];
|
|
4186
|
+
/**
|
|
4187
|
+
* ID of the project this domain belongs to.
|
|
4188
|
+
*/
|
|
4189
|
+
projectId: string;
|
|
4190
|
+
registrarData: {
|
|
4191
|
+
handles?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextHandles;
|
|
4192
|
+
id?: string;
|
|
4193
|
+
processes?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextProcess[];
|
|
4194
|
+
scheduledDeletionDate?: string;
|
|
4195
|
+
transferInAuthCode?: string;
|
|
4196
|
+
};
|
|
4197
|
+
tls: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextTls;
|
|
4198
|
+
type: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextDomainType;
|
|
4199
|
+
}
|
|
4141
4200
|
interface DeMittwaldDomainNextDomain {
|
|
4142
4201
|
dns: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextDns;
|
|
4143
4202
|
dnsValidationErrors: string[];
|
|
@@ -4162,6 +4221,14 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
4162
4221
|
tls: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextTls;
|
|
4163
4222
|
type: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextDomainType;
|
|
4164
4223
|
}
|
|
4224
|
+
/**
|
|
4225
|
+
* Classifies a result:
|
|
4226
|
+
*
|
|
4227
|
+
* * `domain`: a registrable domain (carries registrarData).
|
|
4228
|
+
* * `subdomain`: a subdomain of a registrable domain.
|
|
4229
|
+
* * `vhost`: a plain vHost without a registrable domain.
|
|
4230
|
+
*/
|
|
4231
|
+
type DeMittwaldDomainNextDomainType = "domain" | "subdomain" | "vhost";
|
|
4165
4232
|
interface DeMittwaldDomainNextHandleData {
|
|
4166
4233
|
fields?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldDomainNextHandleField[];
|
|
4167
4234
|
ref?: string;
|
|
@@ -4248,6 +4315,14 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
4248
4315
|
transferInAuthCode?: string;
|
|
4249
4316
|
usesDefaultNameservers?: boolean;
|
|
4250
4317
|
}
|
|
4318
|
+
/**
|
|
4319
|
+
* Ordering of the domain list:
|
|
4320
|
+
*
|
|
4321
|
+
* * `hostnameGrouped` (default): group by registrable (public-suffix) domain, the main domain before its subdomains, then by full hostname.
|
|
4322
|
+
* * `hostnameAsc`: full hostname ascending.
|
|
4323
|
+
* * `hostnameDesc`: full hostname descending.
|
|
4324
|
+
*/
|
|
4325
|
+
type DeMittwaldDomainNextSortOrder = "hostnameGrouped" | "hostnameAsc" | "hostnameDesc";
|
|
4251
4326
|
interface DeMittwaldDomainNextSrvRecord {
|
|
4252
4327
|
fqdn?: string;
|
|
4253
4328
|
port?: number;
|
|
@@ -6355,15 +6430,27 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6355
6430
|
version: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6356
6431
|
};
|
|
6357
6432
|
}
|
|
6433
|
+
interface DeMittwaldActivitylogDnsARecordSetManaged {
|
|
6434
|
+
changes: {
|
|
6435
|
+
after?: {
|
|
6436
|
+
aRecords: string;
|
|
6437
|
+
};
|
|
6438
|
+
before?: {};
|
|
6439
|
+
};
|
|
6440
|
+
name: "dns.a-record-set-managed";
|
|
6441
|
+
parameters: {
|
|
6442
|
+
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6443
|
+
};
|
|
6444
|
+
}
|
|
6358
6445
|
interface DeMittwaldActivitylogDnsARecordSet {
|
|
6359
6446
|
changes: {
|
|
6360
6447
|
after?: {
|
|
6361
|
-
aRecords
|
|
6362
|
-
aaaaRecords
|
|
6448
|
+
aRecords?: string[];
|
|
6449
|
+
aaaaRecords?: string[];
|
|
6363
6450
|
};
|
|
6364
6451
|
before?: {
|
|
6365
|
-
aRecords
|
|
6366
|
-
aaaaRecords
|
|
6452
|
+
aRecords?: string[];
|
|
6453
|
+
aaaaRecords?: string[];
|
|
6367
6454
|
};
|
|
6368
6455
|
};
|
|
6369
6456
|
name: "dns.a-record-set";
|
|
@@ -6399,13 +6486,42 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6399
6486
|
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6400
6487
|
};
|
|
6401
6488
|
}
|
|
6489
|
+
interface DeMittwaldActivitylogDnsDomainDeleted {
|
|
6490
|
+
changes: {};
|
|
6491
|
+
name: "dns.domain-deleted";
|
|
6492
|
+
parameters: {
|
|
6493
|
+
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6494
|
+
};
|
|
6495
|
+
}
|
|
6496
|
+
interface DeMittwaldActivitylogDnsIngressDeleted {
|
|
6497
|
+
changes: {};
|
|
6498
|
+
name: "dns.ingress-deleted";
|
|
6499
|
+
parameters: {
|
|
6500
|
+
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6501
|
+
};
|
|
6502
|
+
}
|
|
6503
|
+
interface DeMittwaldActivitylogDnsMxRecordSetManaged {
|
|
6504
|
+
changes: {
|
|
6505
|
+
after?: {
|
|
6506
|
+
fqdn: string;
|
|
6507
|
+
priority: string;
|
|
6508
|
+
};
|
|
6509
|
+
before?: {};
|
|
6510
|
+
};
|
|
6511
|
+
name: "dns.mx-record-set-managed";
|
|
6512
|
+
parameters: {
|
|
6513
|
+
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6514
|
+
};
|
|
6515
|
+
}
|
|
6402
6516
|
interface DeMittwaldActivitylogDnsMxRecordSet {
|
|
6403
6517
|
changes: {
|
|
6404
6518
|
after?: {
|
|
6405
|
-
|
|
6519
|
+
fqdn: string[];
|
|
6520
|
+
priority: (number | null)[];
|
|
6406
6521
|
};
|
|
6407
6522
|
before?: {
|
|
6408
|
-
|
|
6523
|
+
fqdn: string[];
|
|
6524
|
+
priority: (number | null)[];
|
|
6409
6525
|
};
|
|
6410
6526
|
};
|
|
6411
6527
|
name: "dns.mx-record-set";
|
|
@@ -7155,107 +7271,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7155
7271
|
}
|
|
7156
7272
|
type DeMittwaldVerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
7157
7273
|
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
7274
|
interface DeMittwaldCommonsAddress {
|
|
7260
7275
|
street: string;
|
|
7261
7276
|
houseNumber: string;
|
|
@@ -7856,11 +7871,12 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7856
7871
|
}
|
|
7857
7872
|
}
|
|
7858
7873
|
}
|
|
7859
|
-
namespace
|
|
7874
|
+
namespace V3NextCustomersCustomerIdAiHostingsPlanId {
|
|
7860
7875
|
namespace Get {
|
|
7861
7876
|
namespace Parameters {
|
|
7862
7877
|
type Path = {
|
|
7863
7878
|
customerId: string;
|
|
7879
|
+
planId: string;
|
|
7864
7880
|
};
|
|
7865
7881
|
type Header = {};
|
|
7866
7882
|
type Query = {
|
|
@@ -7910,18 +7926,22 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7910
7926
|
}
|
|
7911
7927
|
}
|
|
7912
7928
|
}
|
|
7913
|
-
|
|
7914
|
-
namespace V3NextAiHostingModels {
|
|
7915
|
-
namespace Get {
|
|
7929
|
+
namespace Put {
|
|
7916
7930
|
namespace Parameters {
|
|
7917
|
-
type Path = {
|
|
7931
|
+
type Path = {
|
|
7932
|
+
customerId: string;
|
|
7933
|
+
planId: string;
|
|
7934
|
+
};
|
|
7935
|
+
interface RequestBody {
|
|
7936
|
+
name?: string;
|
|
7937
|
+
}
|
|
7918
7938
|
type Header = {};
|
|
7919
7939
|
type Query = {};
|
|
7920
7940
|
}
|
|
7921
7941
|
namespace Responses {
|
|
7922
|
-
namespace $
|
|
7942
|
+
namespace $204 {
|
|
7923
7943
|
namespace Content {
|
|
7924
|
-
type
|
|
7944
|
+
type Empty = unknown;
|
|
7925
7945
|
}
|
|
7926
7946
|
}
|
|
7927
7947
|
namespace $400 {
|
|
@@ -7962,21 +7982,21 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7962
7982
|
}
|
|
7963
7983
|
}
|
|
7964
7984
|
}
|
|
7965
|
-
namespace
|
|
7985
|
+
namespace V3NextCustomersCustomerIdAiHostings {
|
|
7966
7986
|
namespace Get {
|
|
7967
7987
|
namespace Parameters {
|
|
7968
7988
|
type Path = {
|
|
7969
|
-
|
|
7989
|
+
customerId: string;
|
|
7970
7990
|
};
|
|
7971
7991
|
type Header = {};
|
|
7972
7992
|
type Query = {
|
|
7973
|
-
|
|
7993
|
+
topUsageCount?: number;
|
|
7974
7994
|
};
|
|
7975
7995
|
}
|
|
7976
7996
|
namespace Responses {
|
|
7977
7997
|
namespace $200 {
|
|
7978
7998
|
namespace Content {
|
|
7979
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
7999
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlans;
|
|
7980
8000
|
}
|
|
7981
8001
|
}
|
|
7982
8002
|
namespace $400 {
|
|
@@ -8016,9 +8036,170 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
8016
8036
|
}
|
|
8017
8037
|
}
|
|
8018
8038
|
}
|
|
8019
|
-
|
|
8020
|
-
|
|
8021
|
-
|
|
8039
|
+
}
|
|
8040
|
+
namespace V3NextCustomersCustomerIdAiHosting {
|
|
8041
|
+
namespace Get {
|
|
8042
|
+
namespace Parameters {
|
|
8043
|
+
type Path = {
|
|
8044
|
+
customerId: string;
|
|
8045
|
+
};
|
|
8046
|
+
type Header = {};
|
|
8047
|
+
type Query = {
|
|
8048
|
+
topUsageCount?: number;
|
|
8049
|
+
};
|
|
8050
|
+
}
|
|
8051
|
+
namespace Responses {
|
|
8052
|
+
namespace $200 {
|
|
8053
|
+
namespace Content {
|
|
8054
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanOptions;
|
|
8055
|
+
}
|
|
8056
|
+
}
|
|
8057
|
+
namespace $400 {
|
|
8058
|
+
namespace Content {
|
|
8059
|
+
interface ApplicationJson {
|
|
8060
|
+
[k: string]: unknown;
|
|
8061
|
+
}
|
|
8062
|
+
}
|
|
8063
|
+
}
|
|
8064
|
+
namespace $403 {
|
|
8065
|
+
namespace Content {
|
|
8066
|
+
interface ApplicationJson {
|
|
8067
|
+
[k: string]: unknown;
|
|
8068
|
+
}
|
|
8069
|
+
}
|
|
8070
|
+
}
|
|
8071
|
+
namespace $404 {
|
|
8072
|
+
namespace Content {
|
|
8073
|
+
interface ApplicationJson {
|
|
8074
|
+
[k: string]: unknown;
|
|
8075
|
+
}
|
|
8076
|
+
}
|
|
8077
|
+
}
|
|
8078
|
+
namespace $429 {
|
|
8079
|
+
namespace Content {
|
|
8080
|
+
interface ApplicationJson {
|
|
8081
|
+
[k: string]: unknown;
|
|
8082
|
+
}
|
|
8083
|
+
}
|
|
8084
|
+
}
|
|
8085
|
+
namespace Default {
|
|
8086
|
+
namespace Content {
|
|
8087
|
+
interface ApplicationJson {
|
|
8088
|
+
[k: string]: unknown;
|
|
8089
|
+
}
|
|
8090
|
+
}
|
|
8091
|
+
}
|
|
8092
|
+
}
|
|
8093
|
+
}
|
|
8094
|
+
}
|
|
8095
|
+
namespace V3NextAiHostingModels {
|
|
8096
|
+
namespace Get {
|
|
8097
|
+
namespace Parameters {
|
|
8098
|
+
type Path = {};
|
|
8099
|
+
type Header = {};
|
|
8100
|
+
type Query = {};
|
|
8101
|
+
}
|
|
8102
|
+
namespace Responses {
|
|
8103
|
+
namespace $200 {
|
|
8104
|
+
namespace Content {
|
|
8105
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingModel[];
|
|
8106
|
+
}
|
|
8107
|
+
}
|
|
8108
|
+
namespace $400 {
|
|
8109
|
+
namespace Content {
|
|
8110
|
+
interface ApplicationJson {
|
|
8111
|
+
[k: string]: unknown;
|
|
8112
|
+
}
|
|
8113
|
+
}
|
|
8114
|
+
}
|
|
8115
|
+
namespace $403 {
|
|
8116
|
+
namespace Content {
|
|
8117
|
+
interface ApplicationJson {
|
|
8118
|
+
[k: string]: unknown;
|
|
8119
|
+
}
|
|
8120
|
+
}
|
|
8121
|
+
}
|
|
8122
|
+
namespace $404 {
|
|
8123
|
+
namespace Content {
|
|
8124
|
+
interface ApplicationJson {
|
|
8125
|
+
[k: string]: unknown;
|
|
8126
|
+
}
|
|
8127
|
+
}
|
|
8128
|
+
}
|
|
8129
|
+
namespace $429 {
|
|
8130
|
+
namespace Content {
|
|
8131
|
+
interface ApplicationJson {
|
|
8132
|
+
[k: string]: unknown;
|
|
8133
|
+
}
|
|
8134
|
+
}
|
|
8135
|
+
}
|
|
8136
|
+
namespace Default {
|
|
8137
|
+
namespace Content {
|
|
8138
|
+
interface ApplicationJson {
|
|
8139
|
+
[k: string]: unknown;
|
|
8140
|
+
}
|
|
8141
|
+
}
|
|
8142
|
+
}
|
|
8143
|
+
}
|
|
8144
|
+
}
|
|
8145
|
+
}
|
|
8146
|
+
namespace V3NextProjectsProjectIdAiHostingKeys {
|
|
8147
|
+
namespace Get {
|
|
8148
|
+
namespace Parameters {
|
|
8149
|
+
type Path = {
|
|
8150
|
+
projectId: string;
|
|
8151
|
+
};
|
|
8152
|
+
type Header = {};
|
|
8153
|
+
type Query = {
|
|
8154
|
+
planId?: string;
|
|
8155
|
+
};
|
|
8156
|
+
}
|
|
8157
|
+
namespace Responses {
|
|
8158
|
+
namespace $200 {
|
|
8159
|
+
namespace Content {
|
|
8160
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingKey[];
|
|
8161
|
+
}
|
|
8162
|
+
}
|
|
8163
|
+
namespace $400 {
|
|
8164
|
+
namespace Content {
|
|
8165
|
+
interface ApplicationJson {
|
|
8166
|
+
[k: string]: unknown;
|
|
8167
|
+
}
|
|
8168
|
+
}
|
|
8169
|
+
}
|
|
8170
|
+
namespace $403 {
|
|
8171
|
+
namespace Content {
|
|
8172
|
+
interface ApplicationJson {
|
|
8173
|
+
[k: string]: unknown;
|
|
8174
|
+
}
|
|
8175
|
+
}
|
|
8176
|
+
}
|
|
8177
|
+
namespace $404 {
|
|
8178
|
+
namespace Content {
|
|
8179
|
+
interface ApplicationJson {
|
|
8180
|
+
[k: string]: unknown;
|
|
8181
|
+
}
|
|
8182
|
+
}
|
|
8183
|
+
}
|
|
8184
|
+
namespace $429 {
|
|
8185
|
+
namespace Content {
|
|
8186
|
+
interface ApplicationJson {
|
|
8187
|
+
[k: string]: unknown;
|
|
8188
|
+
}
|
|
8189
|
+
}
|
|
8190
|
+
}
|
|
8191
|
+
namespace Default {
|
|
8192
|
+
namespace Content {
|
|
8193
|
+
interface ApplicationJson {
|
|
8194
|
+
[k: string]: unknown;
|
|
8195
|
+
}
|
|
8196
|
+
}
|
|
8197
|
+
}
|
|
8198
|
+
}
|
|
8199
|
+
}
|
|
8200
|
+
namespace Post {
|
|
8201
|
+
namespace Parameters {
|
|
8202
|
+
type Path = {
|
|
8022
8203
|
projectId: string;
|
|
8023
8204
|
};
|
|
8024
8205
|
interface RequestBody {
|
|
@@ -10335,6 +10516,81 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
10335
10516
|
}
|
|
10336
10517
|
}
|
|
10337
10518
|
}
|
|
10519
|
+
namespace V3NextStacksStackIdActionsAddComponent {
|
|
10520
|
+
namespace Post {
|
|
10521
|
+
namespace Parameters {
|
|
10522
|
+
type Path = {
|
|
10523
|
+
stackId: string;
|
|
10524
|
+
};
|
|
10525
|
+
type RequestBody = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerAddComponent;
|
|
10526
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
10527
|
+
type Query = {};
|
|
10528
|
+
}
|
|
10529
|
+
namespace Responses {
|
|
10530
|
+
namespace $204 {
|
|
10531
|
+
namespace Content {
|
|
10532
|
+
type Empty = unknown;
|
|
10533
|
+
}
|
|
10534
|
+
}
|
|
10535
|
+
namespace $400 {
|
|
10536
|
+
namespace Content {
|
|
10537
|
+
interface ApplicationJson {
|
|
10538
|
+
[k: string]: unknown;
|
|
10539
|
+
}
|
|
10540
|
+
}
|
|
10541
|
+
}
|
|
10542
|
+
namespace $403 {
|
|
10543
|
+
namespace Content {
|
|
10544
|
+
interface ApplicationJson {
|
|
10545
|
+
[k: string]: unknown;
|
|
10546
|
+
}
|
|
10547
|
+
}
|
|
10548
|
+
}
|
|
10549
|
+
namespace $404 {
|
|
10550
|
+
namespace Content {
|
|
10551
|
+
interface ApplicationJson {
|
|
10552
|
+
[k: string]: unknown;
|
|
10553
|
+
}
|
|
10554
|
+
}
|
|
10555
|
+
}
|
|
10556
|
+
namespace $409 {
|
|
10557
|
+
namespace Content {
|
|
10558
|
+
interface ApplicationJson {
|
|
10559
|
+
[k: string]: unknown;
|
|
10560
|
+
}
|
|
10561
|
+
}
|
|
10562
|
+
}
|
|
10563
|
+
namespace $412 {
|
|
10564
|
+
namespace Content {
|
|
10565
|
+
interface ApplicationJson {
|
|
10566
|
+
[k: string]: unknown;
|
|
10567
|
+
}
|
|
10568
|
+
}
|
|
10569
|
+
}
|
|
10570
|
+
namespace $429 {
|
|
10571
|
+
namespace Content {
|
|
10572
|
+
interface ApplicationJson {
|
|
10573
|
+
[k: string]: unknown;
|
|
10574
|
+
}
|
|
10575
|
+
}
|
|
10576
|
+
}
|
|
10577
|
+
namespace $500 {
|
|
10578
|
+
namespace Content {
|
|
10579
|
+
interface ApplicationJson {
|
|
10580
|
+
[k: string]: unknown;
|
|
10581
|
+
}
|
|
10582
|
+
}
|
|
10583
|
+
}
|
|
10584
|
+
namespace Default {
|
|
10585
|
+
namespace Content {
|
|
10586
|
+
interface ApplicationJson {
|
|
10587
|
+
[k: string]: unknown;
|
|
10588
|
+
}
|
|
10589
|
+
}
|
|
10590
|
+
}
|
|
10591
|
+
}
|
|
10592
|
+
}
|
|
10593
|
+
}
|
|
10338
10594
|
namespace V3NextStacksStackIdWebhooksPullImage {
|
|
10339
10595
|
namespace Get {
|
|
10340
10596
|
namespace Parameters {
|
|
@@ -10543,6 +10799,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
10543
10799
|
};
|
|
10544
10800
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
10545
10801
|
type Query = {
|
|
10802
|
+
searchTerm?: string;
|
|
10546
10803
|
limit?: number;
|
|
10547
10804
|
skip?: number;
|
|
10548
10805
|
page?: number;
|
|
@@ -11761,24 +12018,20 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
11761
12018
|
}
|
|
11762
12019
|
}
|
|
11763
12020
|
}
|
|
11764
|
-
namespace
|
|
12021
|
+
namespace V3NextContainerTemplateStatistics {
|
|
11765
12022
|
namespace Get {
|
|
11766
12023
|
namespace Parameters {
|
|
11767
12024
|
type Path = {};
|
|
11768
12025
|
type Header = {};
|
|
11769
12026
|
type Query = {
|
|
12027
|
+
templateId?: string;
|
|
11770
12028
|
category?: string;
|
|
11771
|
-
searchTerm?: string;
|
|
11772
|
-
type?: "component" | "standalone";
|
|
11773
|
-
limit?: number;
|
|
11774
|
-
skip?: number;
|
|
11775
|
-
page?: number;
|
|
11776
12029
|
};
|
|
11777
12030
|
}
|
|
11778
12031
|
namespace Responses {
|
|
11779
12032
|
namespace $200 {
|
|
11780
12033
|
namespace Content {
|
|
11781
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
12034
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsListResponse;
|
|
11782
12035
|
}
|
|
11783
12036
|
}
|
|
11784
12037
|
namespace $400 {
|
|
@@ -11788,6 +12041,13 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
11788
12041
|
}
|
|
11789
12042
|
}
|
|
11790
12043
|
}
|
|
12044
|
+
namespace $404 {
|
|
12045
|
+
namespace Content {
|
|
12046
|
+
interface ApplicationJson {
|
|
12047
|
+
[k: string]: unknown;
|
|
12048
|
+
}
|
|
12049
|
+
}
|
|
12050
|
+
}
|
|
11791
12051
|
namespace $429 {
|
|
11792
12052
|
namespace Content {
|
|
11793
12053
|
interface ApplicationJson {
|
|
@@ -11812,11 +12072,62 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
11812
12072
|
}
|
|
11813
12073
|
}
|
|
11814
12074
|
}
|
|
11815
|
-
namespace
|
|
12075
|
+
namespace V3NextContainerTemplates {
|
|
11816
12076
|
namespace Get {
|
|
11817
12077
|
namespace Parameters {
|
|
11818
|
-
type Path = {
|
|
11819
|
-
|
|
12078
|
+
type Path = {};
|
|
12079
|
+
type Header = {};
|
|
12080
|
+
type Query = {
|
|
12081
|
+
category?: string;
|
|
12082
|
+
searchTerm?: string;
|
|
12083
|
+
type?: "component" | "standalone";
|
|
12084
|
+
limit?: number;
|
|
12085
|
+
skip?: number;
|
|
12086
|
+
page?: number;
|
|
12087
|
+
};
|
|
12088
|
+
}
|
|
12089
|
+
namespace Responses {
|
|
12090
|
+
namespace $200 {
|
|
12091
|
+
namespace Content {
|
|
12092
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplate[];
|
|
12093
|
+
}
|
|
12094
|
+
}
|
|
12095
|
+
namespace $400 {
|
|
12096
|
+
namespace Content {
|
|
12097
|
+
interface ApplicationJson {
|
|
12098
|
+
[k: string]: unknown;
|
|
12099
|
+
}
|
|
12100
|
+
}
|
|
12101
|
+
}
|
|
12102
|
+
namespace $429 {
|
|
12103
|
+
namespace Content {
|
|
12104
|
+
interface ApplicationJson {
|
|
12105
|
+
[k: string]: unknown;
|
|
12106
|
+
}
|
|
12107
|
+
}
|
|
12108
|
+
}
|
|
12109
|
+
namespace $500 {
|
|
12110
|
+
namespace Content {
|
|
12111
|
+
interface ApplicationJson {
|
|
12112
|
+
[k: string]: unknown;
|
|
12113
|
+
}
|
|
12114
|
+
}
|
|
12115
|
+
}
|
|
12116
|
+
namespace Default {
|
|
12117
|
+
namespace Content {
|
|
12118
|
+
interface ApplicationJson {
|
|
12119
|
+
[k: string]: unknown;
|
|
12120
|
+
}
|
|
12121
|
+
}
|
|
12122
|
+
}
|
|
12123
|
+
}
|
|
12124
|
+
}
|
|
12125
|
+
}
|
|
12126
|
+
namespace V3NextProjectsProjectIdVolumes {
|
|
12127
|
+
namespace Get {
|
|
12128
|
+
namespace Parameters {
|
|
12129
|
+
type Path = {
|
|
12130
|
+
projectId: string;
|
|
11820
12131
|
};
|
|
11821
12132
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
11822
12133
|
type Query = {
|
|
@@ -20579,6 +20890,13 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
20579
20890
|
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldMarketplaceExtensionInstance;
|
|
20580
20891
|
}
|
|
20581
20892
|
}
|
|
20893
|
+
namespace $403 {
|
|
20894
|
+
namespace Content {
|
|
20895
|
+
interface ApplicationJson {
|
|
20896
|
+
[k: string]: unknown;
|
|
20897
|
+
}
|
|
20898
|
+
}
|
|
20899
|
+
}
|
|
20582
20900
|
namespace $404 {
|
|
20583
20901
|
namespace Content {
|
|
20584
20902
|
interface ApplicationJson {
|
|
@@ -24968,7 +25286,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
24968
25286
|
type Path = {
|
|
24969
25287
|
mailRateLimitId: string;
|
|
24970
25288
|
};
|
|
24971
|
-
type Header = {};
|
|
25289
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
24972
25290
|
type Query = {};
|
|
24973
25291
|
}
|
|
24974
25292
|
namespace Responses {
|
|
@@ -25142,7 +25460,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
25142
25460
|
namespace Get {
|
|
25143
25461
|
namespace Parameters {
|
|
25144
25462
|
type Path = {};
|
|
25145
|
-
type Header = {};
|
|
25463
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
25146
25464
|
type Query = {};
|
|
25147
25465
|
}
|
|
25148
25466
|
namespace Responses {
|
|
@@ -25454,6 +25772,76 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
25454
25772
|
}
|
|
25455
25773
|
}
|
|
25456
25774
|
}
|
|
25775
|
+
namespace V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange {
|
|
25776
|
+
namespace Post {
|
|
25777
|
+
namespace Parameters {
|
|
25778
|
+
type Path = {
|
|
25779
|
+
mailAddressId: string;
|
|
25780
|
+
};
|
|
25781
|
+
interface RequestBody {
|
|
25782
|
+
rateLimitId: string;
|
|
25783
|
+
}
|
|
25784
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
25785
|
+
type Query = {};
|
|
25786
|
+
}
|
|
25787
|
+
namespace Responses {
|
|
25788
|
+
namespace $204 {
|
|
25789
|
+
namespace Content {
|
|
25790
|
+
type Empty = unknown;
|
|
25791
|
+
}
|
|
25792
|
+
}
|
|
25793
|
+
namespace $400 {
|
|
25794
|
+
namespace Content {
|
|
25795
|
+
interface ApplicationJson {
|
|
25796
|
+
[k: string]: unknown;
|
|
25797
|
+
}
|
|
25798
|
+
}
|
|
25799
|
+
}
|
|
25800
|
+
namespace $403 {
|
|
25801
|
+
namespace Content {
|
|
25802
|
+
interface ApplicationJson {
|
|
25803
|
+
[k: string]: unknown;
|
|
25804
|
+
}
|
|
25805
|
+
}
|
|
25806
|
+
}
|
|
25807
|
+
namespace $404 {
|
|
25808
|
+
namespace Content {
|
|
25809
|
+
interface ApplicationJson {
|
|
25810
|
+
[k: string]: unknown;
|
|
25811
|
+
}
|
|
25812
|
+
}
|
|
25813
|
+
}
|
|
25814
|
+
namespace $429 {
|
|
25815
|
+
namespace Content {
|
|
25816
|
+
interface ApplicationJson {
|
|
25817
|
+
[k: string]: unknown;
|
|
25818
|
+
}
|
|
25819
|
+
}
|
|
25820
|
+
}
|
|
25821
|
+
namespace $500 {
|
|
25822
|
+
namespace Content {
|
|
25823
|
+
interface ApplicationJson {
|
|
25824
|
+
[k: string]: unknown;
|
|
25825
|
+
}
|
|
25826
|
+
}
|
|
25827
|
+
}
|
|
25828
|
+
namespace $503 {
|
|
25829
|
+
namespace Content {
|
|
25830
|
+
interface ApplicationJson {
|
|
25831
|
+
[k: string]: unknown;
|
|
25832
|
+
}
|
|
25833
|
+
}
|
|
25834
|
+
}
|
|
25835
|
+
namespace Default {
|
|
25836
|
+
namespace Content {
|
|
25837
|
+
interface ApplicationJson {
|
|
25838
|
+
[k: string]: unknown;
|
|
25839
|
+
}
|
|
25840
|
+
}
|
|
25841
|
+
}
|
|
25842
|
+
}
|
|
25843
|
+
}
|
|
25844
|
+
}
|
|
25457
25845
|
namespace V3NextDeliveryBoxesDeliveryBoxIdDescription {
|
|
25458
25846
|
namespace Patch {
|
|
25459
25847
|
namespace Parameters {
|
|
@@ -32201,285 +32589,5 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
32201
32589
|
}
|
|
32202
32590
|
}
|
|
32203
32591
|
}
|
|
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
32592
|
}
|
|
32485
32593
|
}
|