@mittwald/api-client 4.413.0 → 4.415.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/generated/v2/client-react.js +6 -8
- package/dist/esm/generated/v2/client.js +8 -10
- package/dist/esm/generated/v2/descriptors.js +22 -28
- package/dist/esm/generated/v3-next/client-react.js +2 -4
- package/dist/esm/generated/v3-next/client.js +2 -4
- package/dist/esm/generated/v3-next/descriptors.js +6 -12
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +27 -34
- package/dist/types/generated/v2/client.d.ts +132 -171
- package/dist/types/generated/v2/descriptors.d.ts +8 -10
- package/dist/types/generated/v2/types.d.ts +280 -298
- package/dist/types/generated/v3-next/client-react.d.ts +11 -18
- package/dist/types/generated/v3-next/client.d.ts +38 -77
- package/dist/types/generated/v3-next/descriptors.d.ts +2 -4
- package/dist/types/generated/v3-next/types.d.ts +149 -167
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -302,9 +302,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
302
302
|
type RequestData = InferredRequestData<typeof descriptors.containerGetService>;
|
|
303
303
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetService, TStatus>;
|
|
304
304
|
}
|
|
305
|
-
namespace
|
|
306
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
307
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
305
|
+
namespace ContainerGetTemplateAsset {
|
|
306
|
+
type RequestData = InferredRequestData<typeof descriptors.containerGetTemplateAsset>;
|
|
307
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplateAsset, TStatus>;
|
|
308
308
|
}
|
|
309
309
|
namespace ContainerGetTemplate {
|
|
310
310
|
type RequestData = InferredRequestData<typeof descriptors.containerGetTemplate>;
|
|
@@ -1318,6 +1318,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1318
1318
|
type RequestData = InferredRequestData<typeof descriptors.mailDisableMailArchive>;
|
|
1319
1319
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailDisableMailArchive, TStatus>;
|
|
1320
1320
|
}
|
|
1321
|
+
namespace MailGetMailRateLimit {
|
|
1322
|
+
type RequestData = InferredRequestData<typeof descriptors.mailGetMailRateLimit>;
|
|
1323
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailGetMailRateLimit, TStatus>;
|
|
1324
|
+
}
|
|
1321
1325
|
namespace MailListBackupsForMailAddress {
|
|
1322
1326
|
type RequestData = InferredRequestData<typeof descriptors.mailListBackupsForMailAddress>;
|
|
1323
1327
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListBackupsForMailAddress, TStatus>;
|
|
@@ -1326,6 +1330,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1326
1330
|
type RequestData = InferredRequestData<typeof descriptors.mailListMailAddressesForUser>;
|
|
1327
1331
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailAddressesForUser, TStatus>;
|
|
1328
1332
|
}
|
|
1333
|
+
namespace MailListMailRateLimits {
|
|
1334
|
+
type RequestData = InferredRequestData<typeof descriptors.mailListMailRateLimits>;
|
|
1335
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailRateLimits, TStatus>;
|
|
1336
|
+
}
|
|
1329
1337
|
namespace MailListProjectMailSettings {
|
|
1330
1338
|
type RequestData = InferredRequestData<typeof descriptors.mailListProjectMailSettings>;
|
|
1331
1339
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListProjectMailSettings, TStatus>;
|
|
@@ -1334,6 +1342,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1334
1342
|
type RequestData = InferredRequestData<typeof descriptors.mailRecoverMailAddressEmails>;
|
|
1335
1343
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRecoverMailAddressEmails, TStatus>;
|
|
1336
1344
|
}
|
|
1345
|
+
namespace MailRequestMailAddressRateLimitChange {
|
|
1346
|
+
type RequestData = InferredRequestData<typeof descriptors.mailRequestMailAddressRateLimitChange>;
|
|
1347
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRequestMailAddressRateLimitChange, TStatus>;
|
|
1348
|
+
}
|
|
1337
1349
|
namespace MailUpdateDeliveryBoxDescription {
|
|
1338
1350
|
type RequestData = InferredRequestData<typeof descriptors.mailUpdateDeliveryBoxDescription>;
|
|
1339
1351
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateDeliveryBoxDescription, TStatus>;
|
|
@@ -1894,22 +1906,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1894
1906
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1895
1907
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1896
1908
|
}
|
|
1897
|
-
namespace ContainerListTemplateStatistics {
|
|
1898
|
-
type RequestData = InferredRequestData<typeof descriptors.containerListTemplateStatistics>;
|
|
1899
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListTemplateStatistics, TStatus>;
|
|
1900
|
-
}
|
|
1901
|
-
namespace MailGetMailRateLimit {
|
|
1902
|
-
type RequestData = InferredRequestData<typeof descriptors.mailGetMailRateLimit>;
|
|
1903
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailGetMailRateLimit, TStatus>;
|
|
1904
|
-
}
|
|
1905
|
-
namespace MailListMailRateLimits {
|
|
1906
|
-
type RequestData = InferredRequestData<typeof descriptors.mailListMailRateLimits>;
|
|
1907
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailRateLimits, TStatus>;
|
|
1908
|
-
}
|
|
1909
|
-
namespace MailRequestMailAddressRateLimitChange {
|
|
1910
|
-
type RequestData = InferredRequestData<typeof descriptors.mailRequestMailAddressRateLimitChange>;
|
|
1911
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRequestMailAddressRateLimitChange, TStatus>;
|
|
1912
|
-
}
|
|
1913
1909
|
}
|
|
1914
1910
|
namespace Components {
|
|
1915
1911
|
namespace Schemas {
|
|
@@ -2930,6 +2926,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2930
2926
|
manifestVersion: string;
|
|
2931
2927
|
name: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
2932
2928
|
repository?: string;
|
|
2929
|
+
screenshots?: {
|
|
2930
|
+
bg: string;
|
|
2931
|
+
screenshot: string;
|
|
2932
|
+
text: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
2933
|
+
}[];
|
|
2933
2934
|
supportLink?: string;
|
|
2934
2935
|
tagline: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
|
|
2935
2936
|
userInputs?: {
|
|
@@ -2946,6 +2947,15 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2946
2947
|
version: string;
|
|
2947
2948
|
website?: string;
|
|
2948
2949
|
}
|
|
2950
|
+
interface ContainerTemplateStatsListResponse {
|
|
2951
|
+
category?: string;
|
|
2952
|
+
templates?: MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[];
|
|
2953
|
+
}
|
|
2954
|
+
interface ContainerTemplateStatsResponse {
|
|
2955
|
+
id: string;
|
|
2956
|
+
installations: number;
|
|
2957
|
+
installations30Days: number;
|
|
2958
|
+
}
|
|
2949
2959
|
interface ContainerTemplateTranslatedString {
|
|
2950
2960
|
de: string;
|
|
2951
2961
|
en: string;
|
|
@@ -3992,8 +4002,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3992
4002
|
* * `insufficientState`: the COAB data is incomplete (e.g. missing registrar, price or owner) or the domain is still reserved at the registry.
|
|
3993
4003
|
* * `contractDateOutOfRange`: the COAB contract's next-period date is in the past or more than two years in the future.
|
|
3994
4004
|
* * `invalidDomainName`: the COAB domain name does not match the `idn-naked-domain` format we accept.
|
|
4005
|
+
* * `ownerContactInvalid`: the domain's owner contact data (Inhaberdaten) failed validation at the registry/domain-service (invalid characters, or a TLD-specific contact-schema rule such as no consecutive whitespaces), so the migration is rejected. `ownerContactIssues` on the domain carries the affected field(s)/rule(s).
|
|
3995
4006
|
*/
|
|
3996
|
-
type DomainmigrationDomainNotMigratableReason = "needEpp" | "tldNotSupported" | "tldNotMigratable" | "premiumDomain" | "registrarNotSupported" | "notOrderable" | "insufficientState" | "contractDateOutOfRange" | "invalidDomainName";
|
|
4007
|
+
type DomainmigrationDomainNotMigratableReason = "needEpp" | "tldNotSupported" | "tldNotMigratable" | "premiumDomain" | "registrarNotSupported" | "notOrderable" | "insufficientState" | "contractDateOutOfRange" | "invalidDomainName" | "ownerContactInvalid";
|
|
3997
4008
|
/**
|
|
3998
4009
|
* A non-migratable-domain failure: one selected domain cannot be migrated. type is always domainNotMigratable, path is the affected domain, and context.reason carries the typed reason code.
|
|
3999
4010
|
*/
|
|
@@ -4035,6 +4046,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4035
4046
|
hostname: string;
|
|
4036
4047
|
issues: MittwaldAPIV2.Components.Schemas.DomainmigrationDomainNotMigratableReason[];
|
|
4037
4048
|
migratable: false;
|
|
4049
|
+
ownerContactIssues: MittwaldAPIV2.Components.Schemas.DomainmigrationOwnerContactIssue[];
|
|
4038
4050
|
warnings?: MittwaldAPIV2.Components.Schemas.DomainmigrationDomainMigrationWarning[];
|
|
4039
4051
|
}
|
|
4040
4052
|
interface DomainmigrationSubdomain {
|
|
@@ -5327,6 +5339,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5327
5339
|
keepDays: number;
|
|
5328
5340
|
relocateSensitivity?: number;
|
|
5329
5341
|
}
|
|
5342
|
+
interface MailsystemRateLimit {
|
|
5343
|
+
id: string;
|
|
5344
|
+
rateLimit: number;
|
|
5345
|
+
}
|
|
5330
5346
|
interface MarketplaceContractPartner {
|
|
5331
5347
|
contractPartner: {
|
|
5332
5348
|
address: MittwaldAPIV2.Components.Schemas.CommonsAddress;
|
|
@@ -5942,6 +5958,57 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5942
5958
|
template: MittwaldAPIV2.Components.Schemas.ArticleArticleTemplate;
|
|
5943
5959
|
}
|
|
5944
5960
|
type PolicyPolicy = string;
|
|
5961
|
+
interface ActivitylogAppInstallationDatabaseLinked {
|
|
5962
|
+
changes: {
|
|
5963
|
+
after: {
|
|
5964
|
+
database: {};
|
|
5965
|
+
};
|
|
5966
|
+
before: {
|
|
5967
|
+
database: {} | null;
|
|
5968
|
+
};
|
|
5969
|
+
};
|
|
5970
|
+
name: "app.database-linked";
|
|
5971
|
+
parameters: {
|
|
5972
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5973
|
+
database: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5974
|
+
};
|
|
5975
|
+
}
|
|
5976
|
+
interface ActivitylogAppInstallationDatabaseUnlinked {
|
|
5977
|
+
changes: {
|
|
5978
|
+
after: {
|
|
5979
|
+
database: {} | null;
|
|
5980
|
+
};
|
|
5981
|
+
before: {
|
|
5982
|
+
database: {};
|
|
5983
|
+
};
|
|
5984
|
+
};
|
|
5985
|
+
name: "app.database-unlinked";
|
|
5986
|
+
parameters: {
|
|
5987
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5988
|
+
database: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5989
|
+
};
|
|
5990
|
+
}
|
|
5991
|
+
interface ActivitylogAppInstallationDeleted {
|
|
5992
|
+
changes: {};
|
|
5993
|
+
name: "app.deleted";
|
|
5994
|
+
parameters: {
|
|
5995
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5996
|
+
};
|
|
5997
|
+
}
|
|
5998
|
+
interface ActivitylogAppInstallationDescriptionSet {
|
|
5999
|
+
changes: {
|
|
6000
|
+
after?: {
|
|
6001
|
+
description: string;
|
|
6002
|
+
};
|
|
6003
|
+
before?: {
|
|
6004
|
+
description: string | null;
|
|
6005
|
+
};
|
|
6006
|
+
};
|
|
6007
|
+
name: "app.description-set";
|
|
6008
|
+
parameters: {
|
|
6009
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6010
|
+
};
|
|
6011
|
+
}
|
|
5945
6012
|
interface ActivitylogAppInstallationCopyRequested {
|
|
5946
6013
|
name: "app.copy-requested";
|
|
5947
6014
|
parameters: {
|
|
@@ -6043,21 +6110,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6043
6110
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6044
6111
|
};
|
|
6045
6112
|
}
|
|
6046
|
-
interface ActivitylogDatabaseMysqlNameSet {
|
|
6047
|
-
changes: {
|
|
6048
|
-
after?: {
|
|
6049
|
-
name: string;
|
|
6050
|
-
};
|
|
6051
|
-
before?: {
|
|
6052
|
-
name: string | null;
|
|
6053
|
-
};
|
|
6054
|
-
};
|
|
6055
|
-
name: "database.mysql-name-set";
|
|
6056
|
-
parameters: {
|
|
6057
|
-
description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6058
|
-
name: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
6059
|
-
};
|
|
6060
|
-
}
|
|
6061
6113
|
interface ActivitylogDatabaseMysqlUserCreated {
|
|
6062
6114
|
changes: {
|
|
6063
6115
|
after?: {
|
|
@@ -6116,31 +6168,27 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6116
6168
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6117
6169
|
};
|
|
6118
6170
|
}
|
|
6119
|
-
interface
|
|
6171
|
+
interface ActivitylogDnsARecordSetManaged {
|
|
6120
6172
|
changes: {
|
|
6121
6173
|
after?: {
|
|
6122
|
-
|
|
6123
|
-
};
|
|
6124
|
-
before?: {
|
|
6125
|
-
version: string;
|
|
6174
|
+
aRecords: string;
|
|
6126
6175
|
};
|
|
6176
|
+
before?: {};
|
|
6127
6177
|
};
|
|
6128
|
-
name: "
|
|
6178
|
+
name: "dns.a-record-set-managed";
|
|
6129
6179
|
parameters: {
|
|
6130
|
-
|
|
6131
|
-
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6132
|
-
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6180
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6133
6181
|
};
|
|
6134
6182
|
}
|
|
6135
6183
|
interface ActivitylogDnsARecordSet {
|
|
6136
6184
|
changes: {
|
|
6137
6185
|
after?: {
|
|
6138
|
-
aRecords
|
|
6139
|
-
aaaaRecords
|
|
6186
|
+
aRecords?: string[];
|
|
6187
|
+
aaaaRecords?: string[];
|
|
6140
6188
|
};
|
|
6141
6189
|
before?: {
|
|
6142
|
-
aRecords
|
|
6143
|
-
aaaaRecords
|
|
6190
|
+
aRecords?: string[];
|
|
6191
|
+
aaaaRecords?: string[];
|
|
6144
6192
|
};
|
|
6145
6193
|
};
|
|
6146
6194
|
name: "dns.a-record-set";
|
|
@@ -6176,6 +6224,32 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6176
6224
|
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6177
6225
|
};
|
|
6178
6226
|
}
|
|
6227
|
+
interface ActivitylogDnsDomainDeleted {
|
|
6228
|
+
changes: {};
|
|
6229
|
+
name: "dns.domain-deleted";
|
|
6230
|
+
parameters: {
|
|
6231
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6232
|
+
};
|
|
6233
|
+
}
|
|
6234
|
+
interface ActivitylogDnsIngressDeleted {
|
|
6235
|
+
changes: {};
|
|
6236
|
+
name: "dns.ingress-deleted";
|
|
6237
|
+
parameters: {
|
|
6238
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6239
|
+
};
|
|
6240
|
+
}
|
|
6241
|
+
interface ActivitylogDnsMxRecordSetManaged {
|
|
6242
|
+
changes: {
|
|
6243
|
+
after?: {
|
|
6244
|
+
mx: string;
|
|
6245
|
+
};
|
|
6246
|
+
before?: {};
|
|
6247
|
+
};
|
|
6248
|
+
name: "dns.mx-record-set-managed";
|
|
6249
|
+
parameters: {
|
|
6250
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6251
|
+
};
|
|
6252
|
+
}
|
|
6179
6253
|
interface ActivitylogDnsMxRecordSet {
|
|
6180
6254
|
changes: {
|
|
6181
6255
|
after?: {
|
|
@@ -6314,7 +6388,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6314
6388
|
name: string;
|
|
6315
6389
|
}
|
|
6316
6390
|
interface ActivitylogLogEntry {
|
|
6317
|
-
action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsDomainDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsIngressDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.
|
|
6391
|
+
action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsDomainDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsIngressDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDatabaseLinked | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDatabaseUnlinked | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
|
|
6318
6392
|
aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6319
6393
|
dateTime: string;
|
|
6320
6394
|
/**
|
|
@@ -6932,60 +7006,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6932
7006
|
}
|
|
6933
7007
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
6934
7008
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
6935
|
-
|
|
6936
|
-
|
|
6937
|
-
|
|
6938
|
-
|
|
6939
|
-
|
|
6940
|
-
|
|
6941
|
-
|
|
6942
|
-
|
|
6943
|
-
|
|
6944
|
-
|
|
6945
|
-
|
|
6946
|
-
|
|
6947
|
-
};
|
|
6948
|
-
}
|
|
6949
|
-
interface ActivitylogDnsDomainDeleted {
|
|
6950
|
-
changes: {};
|
|
6951
|
-
name: "dns.domain-deleted";
|
|
6952
|
-
parameters: {
|
|
6953
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6954
|
-
};
|
|
6955
|
-
}
|
|
6956
|
-
interface ActivitylogDnsIngressDeleted {
|
|
6957
|
-
changes: {};
|
|
6958
|
-
name: "dns.ingress-deleted";
|
|
6959
|
-
parameters: {
|
|
6960
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6961
|
-
};
|
|
6962
|
-
}
|
|
6963
|
-
interface ActivitylogDnsMxRecordSetManaged {
|
|
6964
|
-
changes: {
|
|
6965
|
-
after?: {
|
|
6966
|
-
mx: {
|
|
6967
|
-
managed: boolean;
|
|
6968
|
-
};
|
|
6969
|
-
};
|
|
6970
|
-
before?: {};
|
|
6971
|
-
};
|
|
6972
|
-
name: "dns.mx-record-set-managed";
|
|
6973
|
-
parameters: {
|
|
6974
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6975
|
-
};
|
|
6976
|
-
}
|
|
6977
|
-
interface ContainerTemplateStatsListResponse {
|
|
6978
|
-
category?: string;
|
|
6979
|
-
templates?: MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[];
|
|
6980
|
-
}
|
|
6981
|
-
interface ContainerTemplateStatsResponse {
|
|
6982
|
-
id: string;
|
|
6983
|
-
installations: number;
|
|
6984
|
-
installations30Days: number;
|
|
6985
|
-
}
|
|
6986
|
-
interface MailsystemRateLimit {
|
|
6987
|
-
id: string;
|
|
6988
|
-
rateLimit: number;
|
|
7009
|
+
/**
|
|
7010
|
+
* One invalid owner contact field behind an ownerContactInvalid issue. A consumer can show a generic 'owner contact invalid' message and append a field-/rule-specific hint via translation.
|
|
7011
|
+
*/
|
|
7012
|
+
interface DomainmigrationOwnerContactIssue {
|
|
7013
|
+
/**
|
|
7014
|
+
* The affected owner contact field, e.g. street, name, zip.
|
|
7015
|
+
*/
|
|
7016
|
+
field: string;
|
|
7017
|
+
/**
|
|
7018
|
+
* Stable title of the violated contact-schema rule - a translation key for consumers. Absent for the general character validation, which has no such rule title (hence optional).
|
|
7019
|
+
*/
|
|
7020
|
+
schemaTitle?: string;
|
|
6989
7021
|
}
|
|
6990
7022
|
interface CommonsAddress {
|
|
6991
7023
|
street: string;
|
|
@@ -11188,11 +11220,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11188
11220
|
}
|
|
11189
11221
|
}
|
|
11190
11222
|
}
|
|
11191
|
-
namespace
|
|
11223
|
+
namespace V2ContainerTemplatesTemplateIdAssetsAssetPath {
|
|
11192
11224
|
namespace Get {
|
|
11193
11225
|
namespace Parameters {
|
|
11194
11226
|
type Path = {
|
|
11195
11227
|
templateId: string;
|
|
11228
|
+
assetPath: string;
|
|
11196
11229
|
};
|
|
11197
11230
|
type Header = {};
|
|
11198
11231
|
type Query = {};
|
|
@@ -11200,10 +11233,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11200
11233
|
namespace Responses {
|
|
11201
11234
|
namespace $200 {
|
|
11202
11235
|
namespace Content {
|
|
11203
|
-
type ApplicationOctetStream = string;
|
|
11204
11236
|
type ImageJpeg = string;
|
|
11205
11237
|
type ImagePng = string;
|
|
11206
11238
|
type ImageSvgXml = string;
|
|
11239
|
+
type ImageWebp = string;
|
|
11207
11240
|
}
|
|
11208
11241
|
}
|
|
11209
11242
|
namespace $400 {
|
|
@@ -11495,6 +11528,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11495
11528
|
}
|
|
11496
11529
|
}
|
|
11497
11530
|
}
|
|
11531
|
+
namespace V2ContainerTemplateStatistics { }
|
|
11498
11532
|
namespace V2ContainerTemplates {
|
|
11499
11533
|
namespace Get {
|
|
11500
11534
|
namespace Parameters {
|
|
@@ -11504,6 +11538,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11504
11538
|
category?: string;
|
|
11505
11539
|
searchTerm?: string;
|
|
11506
11540
|
type?: "component" | "standalone";
|
|
11541
|
+
sortOrder?: "trend30days" | "trendAll";
|
|
11507
11542
|
limit?: number;
|
|
11508
11543
|
skip?: number;
|
|
11509
11544
|
page?: number;
|
|
@@ -17477,6 +17512,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17477
17512
|
namespace V2AppinstallationsAppInstallationIdActionsAction { }
|
|
17478
17513
|
namespace V2AppInstallationsAppInstallationIdActionsAction { }
|
|
17479
17514
|
namespace V2AppinstallationsAppInstallationIdDatabases { }
|
|
17515
|
+
namespace V2ContainerTemplatesTemplateIdIcon { }
|
|
17480
17516
|
namespace V2ActionsValidateContainerRegistryUri { }
|
|
17481
17517
|
namespace V2RegistriesRegistryIdActionsValidateCredentials { }
|
|
17482
17518
|
namespace V2ContractsContractIdItemsContractItemIdNextTerminationDates { }
|
|
@@ -24576,6 +24612,45 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24576
24612
|
}
|
|
24577
24613
|
}
|
|
24578
24614
|
}
|
|
24615
|
+
namespace V2MailRateLimitsMailRateLimitId {
|
|
24616
|
+
namespace Get {
|
|
24617
|
+
namespace Parameters {
|
|
24618
|
+
type Path = {
|
|
24619
|
+
mailRateLimitId: string;
|
|
24620
|
+
};
|
|
24621
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
24622
|
+
type Query = {};
|
|
24623
|
+
}
|
|
24624
|
+
namespace Responses {
|
|
24625
|
+
namespace $200 {
|
|
24626
|
+
namespace Content {
|
|
24627
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailsystemRateLimit;
|
|
24628
|
+
}
|
|
24629
|
+
}
|
|
24630
|
+
namespace $404 {
|
|
24631
|
+
namespace Content {
|
|
24632
|
+
interface ApplicationJson {
|
|
24633
|
+
[k: string]: unknown;
|
|
24634
|
+
}
|
|
24635
|
+
}
|
|
24636
|
+
}
|
|
24637
|
+
namespace $429 {
|
|
24638
|
+
namespace Content {
|
|
24639
|
+
interface ApplicationJson {
|
|
24640
|
+
[k: string]: unknown;
|
|
24641
|
+
}
|
|
24642
|
+
}
|
|
24643
|
+
}
|
|
24644
|
+
namespace Default {
|
|
24645
|
+
namespace Content {
|
|
24646
|
+
interface ApplicationJson {
|
|
24647
|
+
[k: string]: unknown;
|
|
24648
|
+
}
|
|
24649
|
+
}
|
|
24650
|
+
}
|
|
24651
|
+
}
|
|
24652
|
+
}
|
|
24653
|
+
}
|
|
24579
24654
|
namespace V2MailAddressesMailAddressIdBackups {
|
|
24580
24655
|
namespace Get {
|
|
24581
24656
|
namespace Parameters {
|
|
@@ -24713,6 +24788,36 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24713
24788
|
}
|
|
24714
24789
|
}
|
|
24715
24790
|
}
|
|
24791
|
+
namespace V2MailRateLimits {
|
|
24792
|
+
namespace Get {
|
|
24793
|
+
namespace Parameters {
|
|
24794
|
+
type Path = {};
|
|
24795
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
24796
|
+
type Query = {};
|
|
24797
|
+
}
|
|
24798
|
+
namespace Responses {
|
|
24799
|
+
namespace $200 {
|
|
24800
|
+
namespace Content {
|
|
24801
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[];
|
|
24802
|
+
}
|
|
24803
|
+
}
|
|
24804
|
+
namespace $429 {
|
|
24805
|
+
namespace Content {
|
|
24806
|
+
interface ApplicationJson {
|
|
24807
|
+
[k: string]: unknown;
|
|
24808
|
+
}
|
|
24809
|
+
}
|
|
24810
|
+
}
|
|
24811
|
+
namespace Default {
|
|
24812
|
+
namespace Content {
|
|
24813
|
+
interface ApplicationJson {
|
|
24814
|
+
[k: string]: unknown;
|
|
24815
|
+
}
|
|
24816
|
+
}
|
|
24817
|
+
}
|
|
24818
|
+
}
|
|
24819
|
+
}
|
|
24820
|
+
}
|
|
24716
24821
|
namespace V2ProjectsProjectIdMailsettings { }
|
|
24717
24822
|
namespace V2ProjectsProjectIdMailSettings {
|
|
24718
24823
|
namespace Get {
|
|
@@ -24832,6 +24937,76 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24832
24937
|
}
|
|
24833
24938
|
}
|
|
24834
24939
|
}
|
|
24940
|
+
namespace V2MailAddressesMailAddressIdActionsRequestRateLimitChange {
|
|
24941
|
+
namespace Post {
|
|
24942
|
+
namespace Parameters {
|
|
24943
|
+
type Path = {
|
|
24944
|
+
mailAddressId: string;
|
|
24945
|
+
};
|
|
24946
|
+
interface RequestBody {
|
|
24947
|
+
rateLimitId: string;
|
|
24948
|
+
}
|
|
24949
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
24950
|
+
type Query = {};
|
|
24951
|
+
}
|
|
24952
|
+
namespace Responses {
|
|
24953
|
+
namespace $204 {
|
|
24954
|
+
namespace Content {
|
|
24955
|
+
type Empty = unknown;
|
|
24956
|
+
}
|
|
24957
|
+
}
|
|
24958
|
+
namespace $400 {
|
|
24959
|
+
namespace Content {
|
|
24960
|
+
interface ApplicationJson {
|
|
24961
|
+
[k: string]: unknown;
|
|
24962
|
+
}
|
|
24963
|
+
}
|
|
24964
|
+
}
|
|
24965
|
+
namespace $403 {
|
|
24966
|
+
namespace Content {
|
|
24967
|
+
interface ApplicationJson {
|
|
24968
|
+
[k: string]: unknown;
|
|
24969
|
+
}
|
|
24970
|
+
}
|
|
24971
|
+
}
|
|
24972
|
+
namespace $404 {
|
|
24973
|
+
namespace Content {
|
|
24974
|
+
interface ApplicationJson {
|
|
24975
|
+
[k: string]: unknown;
|
|
24976
|
+
}
|
|
24977
|
+
}
|
|
24978
|
+
}
|
|
24979
|
+
namespace $429 {
|
|
24980
|
+
namespace Content {
|
|
24981
|
+
interface ApplicationJson {
|
|
24982
|
+
[k: string]: unknown;
|
|
24983
|
+
}
|
|
24984
|
+
}
|
|
24985
|
+
}
|
|
24986
|
+
namespace $500 {
|
|
24987
|
+
namespace Content {
|
|
24988
|
+
interface ApplicationJson {
|
|
24989
|
+
[k: string]: unknown;
|
|
24990
|
+
}
|
|
24991
|
+
}
|
|
24992
|
+
}
|
|
24993
|
+
namespace $503 {
|
|
24994
|
+
namespace Content {
|
|
24995
|
+
interface ApplicationJson {
|
|
24996
|
+
[k: string]: unknown;
|
|
24997
|
+
}
|
|
24998
|
+
}
|
|
24999
|
+
}
|
|
25000
|
+
namespace Default {
|
|
25001
|
+
namespace Content {
|
|
25002
|
+
interface ApplicationJson {
|
|
25003
|
+
[k: string]: unknown;
|
|
25004
|
+
}
|
|
25005
|
+
}
|
|
25006
|
+
}
|
|
25007
|
+
}
|
|
25008
|
+
}
|
|
25009
|
+
}
|
|
24835
25010
|
namespace V2DeliveryBoxesDeliveryBoxIdDescription {
|
|
24836
25011
|
namespace Patch {
|
|
24837
25012
|
namespace Parameters {
|
|
@@ -31545,198 +31720,5 @@ export declare namespace MittwaldAPIV2 {
|
|
|
31545
31720
|
}
|
|
31546
31721
|
}
|
|
31547
31722
|
}
|
|
31548
|
-
namespace V2ContainerTemplateStatistics {
|
|
31549
|
-
namespace Get {
|
|
31550
|
-
namespace Parameters {
|
|
31551
|
-
type Path = {};
|
|
31552
|
-
type Header = {};
|
|
31553
|
-
type Query = {
|
|
31554
|
-
templateId?: string;
|
|
31555
|
-
category?: string;
|
|
31556
|
-
};
|
|
31557
|
-
}
|
|
31558
|
-
namespace Responses {
|
|
31559
|
-
namespace $200 {
|
|
31560
|
-
namespace Content {
|
|
31561
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsListResponse;
|
|
31562
|
-
}
|
|
31563
|
-
}
|
|
31564
|
-
namespace $400 {
|
|
31565
|
-
namespace Content {
|
|
31566
|
-
interface ApplicationJson {
|
|
31567
|
-
[k: string]: unknown;
|
|
31568
|
-
}
|
|
31569
|
-
}
|
|
31570
|
-
}
|
|
31571
|
-
namespace $404 {
|
|
31572
|
-
namespace Content {
|
|
31573
|
-
interface ApplicationJson {
|
|
31574
|
-
[k: string]: unknown;
|
|
31575
|
-
}
|
|
31576
|
-
}
|
|
31577
|
-
}
|
|
31578
|
-
namespace $429 {
|
|
31579
|
-
namespace Content {
|
|
31580
|
-
interface ApplicationJson {
|
|
31581
|
-
[k: string]: unknown;
|
|
31582
|
-
}
|
|
31583
|
-
}
|
|
31584
|
-
}
|
|
31585
|
-
namespace $500 {
|
|
31586
|
-
namespace Content {
|
|
31587
|
-
interface ApplicationJson {
|
|
31588
|
-
[k: string]: unknown;
|
|
31589
|
-
}
|
|
31590
|
-
}
|
|
31591
|
-
}
|
|
31592
|
-
namespace Default {
|
|
31593
|
-
namespace Content {
|
|
31594
|
-
interface ApplicationJson {
|
|
31595
|
-
[k: string]: unknown;
|
|
31596
|
-
}
|
|
31597
|
-
}
|
|
31598
|
-
}
|
|
31599
|
-
}
|
|
31600
|
-
}
|
|
31601
|
-
}
|
|
31602
|
-
namespace V2MailRateLimitsMailRateLimitId {
|
|
31603
|
-
namespace Get {
|
|
31604
|
-
namespace Parameters {
|
|
31605
|
-
type Path = {
|
|
31606
|
-
mailRateLimitId: string;
|
|
31607
|
-
};
|
|
31608
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
31609
|
-
type Query = {};
|
|
31610
|
-
}
|
|
31611
|
-
namespace Responses {
|
|
31612
|
-
namespace $200 {
|
|
31613
|
-
namespace Content {
|
|
31614
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailsystemRateLimit;
|
|
31615
|
-
}
|
|
31616
|
-
}
|
|
31617
|
-
namespace $404 {
|
|
31618
|
-
namespace Content {
|
|
31619
|
-
interface ApplicationJson {
|
|
31620
|
-
[k: string]: unknown;
|
|
31621
|
-
}
|
|
31622
|
-
}
|
|
31623
|
-
}
|
|
31624
|
-
namespace $429 {
|
|
31625
|
-
namespace Content {
|
|
31626
|
-
interface ApplicationJson {
|
|
31627
|
-
[k: string]: unknown;
|
|
31628
|
-
}
|
|
31629
|
-
}
|
|
31630
|
-
}
|
|
31631
|
-
namespace Default {
|
|
31632
|
-
namespace Content {
|
|
31633
|
-
interface ApplicationJson {
|
|
31634
|
-
[k: string]: unknown;
|
|
31635
|
-
}
|
|
31636
|
-
}
|
|
31637
|
-
}
|
|
31638
|
-
}
|
|
31639
|
-
}
|
|
31640
|
-
}
|
|
31641
|
-
namespace V2MailRateLimits {
|
|
31642
|
-
namespace Get {
|
|
31643
|
-
namespace Parameters {
|
|
31644
|
-
type Path = {};
|
|
31645
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
31646
|
-
type Query = {};
|
|
31647
|
-
}
|
|
31648
|
-
namespace Responses {
|
|
31649
|
-
namespace $200 {
|
|
31650
|
-
namespace Content {
|
|
31651
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[];
|
|
31652
|
-
}
|
|
31653
|
-
}
|
|
31654
|
-
namespace $429 {
|
|
31655
|
-
namespace Content {
|
|
31656
|
-
interface ApplicationJson {
|
|
31657
|
-
[k: string]: unknown;
|
|
31658
|
-
}
|
|
31659
|
-
}
|
|
31660
|
-
}
|
|
31661
|
-
namespace Default {
|
|
31662
|
-
namespace Content {
|
|
31663
|
-
interface ApplicationJson {
|
|
31664
|
-
[k: string]: unknown;
|
|
31665
|
-
}
|
|
31666
|
-
}
|
|
31667
|
-
}
|
|
31668
|
-
}
|
|
31669
|
-
}
|
|
31670
|
-
}
|
|
31671
|
-
namespace V2MailAddressesMailAddressIdActionsRequestRateLimitChange {
|
|
31672
|
-
namespace Post {
|
|
31673
|
-
namespace Parameters {
|
|
31674
|
-
type Path = {
|
|
31675
|
-
mailAddressId: string;
|
|
31676
|
-
};
|
|
31677
|
-
interface RequestBody {
|
|
31678
|
-
rateLimitId: string;
|
|
31679
|
-
}
|
|
31680
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
31681
|
-
type Query = {};
|
|
31682
|
-
}
|
|
31683
|
-
namespace Responses {
|
|
31684
|
-
namespace $204 {
|
|
31685
|
-
namespace Content {
|
|
31686
|
-
type Empty = unknown;
|
|
31687
|
-
}
|
|
31688
|
-
}
|
|
31689
|
-
namespace $400 {
|
|
31690
|
-
namespace Content {
|
|
31691
|
-
interface ApplicationJson {
|
|
31692
|
-
[k: string]: unknown;
|
|
31693
|
-
}
|
|
31694
|
-
}
|
|
31695
|
-
}
|
|
31696
|
-
namespace $403 {
|
|
31697
|
-
namespace Content {
|
|
31698
|
-
interface ApplicationJson {
|
|
31699
|
-
[k: string]: unknown;
|
|
31700
|
-
}
|
|
31701
|
-
}
|
|
31702
|
-
}
|
|
31703
|
-
namespace $404 {
|
|
31704
|
-
namespace Content {
|
|
31705
|
-
interface ApplicationJson {
|
|
31706
|
-
[k: string]: unknown;
|
|
31707
|
-
}
|
|
31708
|
-
}
|
|
31709
|
-
}
|
|
31710
|
-
namespace $429 {
|
|
31711
|
-
namespace Content {
|
|
31712
|
-
interface ApplicationJson {
|
|
31713
|
-
[k: string]: unknown;
|
|
31714
|
-
}
|
|
31715
|
-
}
|
|
31716
|
-
}
|
|
31717
|
-
namespace $500 {
|
|
31718
|
-
namespace Content {
|
|
31719
|
-
interface ApplicationJson {
|
|
31720
|
-
[k: string]: unknown;
|
|
31721
|
-
}
|
|
31722
|
-
}
|
|
31723
|
-
}
|
|
31724
|
-
namespace $503 {
|
|
31725
|
-
namespace Content {
|
|
31726
|
-
interface ApplicationJson {
|
|
31727
|
-
[k: string]: unknown;
|
|
31728
|
-
}
|
|
31729
|
-
}
|
|
31730
|
-
}
|
|
31731
|
-
namespace Default {
|
|
31732
|
-
namespace Content {
|
|
31733
|
-
interface ApplicationJson {
|
|
31734
|
-
[k: string]: unknown;
|
|
31735
|
-
}
|
|
31736
|
-
}
|
|
31737
|
-
}
|
|
31738
|
-
}
|
|
31739
|
-
}
|
|
31740
|
-
}
|
|
31741
31723
|
}
|
|
31742
31724
|
}
|