@mittwald/api-client 4.413.0 → 4.414.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 +2 -4
- package/dist/esm/generated/v2/client.js +2 -4
- package/dist/esm/generated/v2/descriptors.js +6 -12
- 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 +11 -18
- package/dist/types/generated/v2/client.d.ts +38 -77
- package/dist/types/generated/v2/descriptors.d.ts +2 -4
- package/dist/types/generated/v2/types.d.ts +128 -162
- 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 +132 -166
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -302,10 +302,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
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 ContainerGetTemplateIcon {
|
|
306
|
-
type RequestData = InferredRequestData<typeof descriptors.containerGetTemplateIcon>;
|
|
307
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplateIcon, TStatus>;
|
|
308
|
-
}
|
|
309
305
|
namespace ContainerGetTemplate {
|
|
310
306
|
type RequestData = InferredRequestData<typeof descriptors.containerGetTemplate>;
|
|
311
307
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplate, TStatus>;
|
|
@@ -1894,10 +1890,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
1894
1890
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1895
1891
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1896
1892
|
}
|
|
1897
|
-
namespace ContainerListTemplateStatistics {
|
|
1898
|
-
type RequestData = InferredRequestData<typeof descriptors.containerListTemplateStatistics>;
|
|
1899
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListTemplateStatistics, TStatus>;
|
|
1900
|
-
}
|
|
1901
1893
|
namespace MailGetMailRateLimit {
|
|
1902
1894
|
type RequestData = InferredRequestData<typeof descriptors.mailGetMailRateLimit>;
|
|
1903
1895
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailGetMailRateLimit, TStatus>;
|
|
@@ -1910,6 +1902,10 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
1910
1902
|
type RequestData = InferredRequestData<typeof descriptors.mailRequestMailAddressRateLimitChange>;
|
|
1911
1903
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRequestMailAddressRateLimitChange, TStatus>;
|
|
1912
1904
|
}
|
|
1905
|
+
namespace ContainerGetTemplateAsset {
|
|
1906
|
+
type RequestData = InferredRequestData<typeof descriptors.containerGetTemplateAsset>;
|
|
1907
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplateAsset, TStatus>;
|
|
1908
|
+
}
|
|
1913
1909
|
}
|
|
1914
1910
|
namespace Components {
|
|
1915
1911
|
namespace Schemas {
|
|
@@ -2930,6 +2926,11 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
2930
2926
|
manifestVersion: string;
|
|
2931
2927
|
name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
2932
2928
|
repository?: string;
|
|
2929
|
+
screenshots?: {
|
|
2930
|
+
bg: string;
|
|
2931
|
+
screenshot: string;
|
|
2932
|
+
text: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
2933
|
+
}[];
|
|
2933
2934
|
supportLink?: string;
|
|
2934
2935
|
tagline: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
|
|
2935
2936
|
userInputs?: {
|
|
@@ -6047,21 +6048,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6047
6048
|
name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6048
6049
|
};
|
|
6049
6050
|
}
|
|
6050
|
-
interface DeMittwaldActivitylogDatabaseMysqlNameSet {
|
|
6051
|
-
changes: {
|
|
6052
|
-
after?: {
|
|
6053
|
-
name: string;
|
|
6054
|
-
};
|
|
6055
|
-
before?: {
|
|
6056
|
-
name: string | null;
|
|
6057
|
-
};
|
|
6058
|
-
};
|
|
6059
|
-
name: "database.mysql-name-set";
|
|
6060
|
-
parameters: {
|
|
6061
|
-
description: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6062
|
-
name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogLinkedParameterProperty;
|
|
6063
|
-
};
|
|
6064
|
-
}
|
|
6065
6051
|
interface DeMittwaldActivitylogDatabaseMysqlUserCreated {
|
|
6066
6052
|
changes: {
|
|
6067
6053
|
after?: {
|
|
@@ -6120,31 +6106,15 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6120
6106
|
name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6121
6107
|
};
|
|
6122
6108
|
}
|
|
6123
|
-
interface DeMittwaldActivitylogDatabaseVersionSet {
|
|
6124
|
-
changes: {
|
|
6125
|
-
after?: {
|
|
6126
|
-
version: string;
|
|
6127
|
-
};
|
|
6128
|
-
before?: {
|
|
6129
|
-
version: string;
|
|
6130
|
-
};
|
|
6131
|
-
};
|
|
6132
|
-
name: "database.mysql-version-set" | "database.redis-version-set";
|
|
6133
|
-
parameters: {
|
|
6134
|
-
description: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6135
|
-
name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6136
|
-
version: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6137
|
-
};
|
|
6138
|
-
}
|
|
6139
6109
|
interface DeMittwaldActivitylogDnsARecordSet {
|
|
6140
6110
|
changes: {
|
|
6141
6111
|
after?: {
|
|
6142
|
-
aRecords
|
|
6143
|
-
aaaaRecords
|
|
6112
|
+
aRecords?: string[];
|
|
6113
|
+
aaaaRecords?: string[];
|
|
6144
6114
|
};
|
|
6145
6115
|
before?: {
|
|
6146
|
-
aRecords
|
|
6147
|
-
aaaaRecords
|
|
6116
|
+
aRecords?: string[];
|
|
6117
|
+
aaaaRecords?: string[];
|
|
6148
6118
|
};
|
|
6149
6119
|
};
|
|
6150
6120
|
name: "dns.a-record-set";
|
|
@@ -6318,7 +6288,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6318
6288
|
name: string;
|
|
6319
6289
|
}
|
|
6320
6290
|
interface DeMittwaldActivitylogLogEntry {
|
|
6321
|
-
action: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsDomainDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsIngressDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCnameRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsSrvRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCaaRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsTxtRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDescriptionSet | MittwaldAPIV3Next.Components.Schemas.
|
|
6291
|
+
action: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsDomainDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsIngressDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCnameRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsSrvRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCaaRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsTxtRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDescriptionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationCopyRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDescriptionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDatabaseLinked | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDatabaseUnlinked | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationAppVersionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogGenericAction;
|
|
6322
6292
|
aggregate: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAggregateReference;
|
|
6323
6293
|
dateTime: string;
|
|
6324
6294
|
/**
|
|
@@ -6939,9 +6909,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6939
6909
|
interface DeMittwaldActivitylogDnsARecordSetManaged {
|
|
6940
6910
|
changes: {
|
|
6941
6911
|
after?: {
|
|
6942
|
-
aRecords:
|
|
6943
|
-
managedByIngressId: string;
|
|
6944
|
-
};
|
|
6912
|
+
aRecords: string;
|
|
6945
6913
|
};
|
|
6946
6914
|
before?: {};
|
|
6947
6915
|
};
|
|
@@ -6967,9 +6935,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6967
6935
|
interface DeMittwaldActivitylogDnsMxRecordSetManaged {
|
|
6968
6936
|
changes: {
|
|
6969
6937
|
after?: {
|
|
6970
|
-
mx:
|
|
6971
|
-
managed: boolean;
|
|
6972
|
-
};
|
|
6938
|
+
mx: string;
|
|
6973
6939
|
};
|
|
6974
6940
|
before?: {};
|
|
6975
6941
|
};
|
|
@@ -6978,19 +6944,70 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6978
6944
|
domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6979
6945
|
};
|
|
6980
6946
|
}
|
|
6947
|
+
interface DeMittwaldContainerTemplateStatsListResponse {
|
|
6948
|
+
category?: string;
|
|
6949
|
+
templates?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[];
|
|
6950
|
+
}
|
|
6981
6951
|
interface DeMittwaldContainerTemplateStatsResponse {
|
|
6982
6952
|
id: string;
|
|
6983
6953
|
installations: number;
|
|
6984
6954
|
installations30Days: number;
|
|
6985
6955
|
}
|
|
6986
|
-
interface DeMittwaldContainerTemplateStatsListResponse {
|
|
6987
|
-
category?: string;
|
|
6988
|
-
templates?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[];
|
|
6989
|
-
}
|
|
6990
6956
|
interface DeMittwaldMailsystemRateLimit {
|
|
6991
6957
|
id: string;
|
|
6992
6958
|
rateLimit: number;
|
|
6993
6959
|
}
|
|
6960
|
+
interface DeMittwaldActivitylogAppInstallationDatabaseLinked {
|
|
6961
|
+
changes: {
|
|
6962
|
+
after: {
|
|
6963
|
+
database: {};
|
|
6964
|
+
};
|
|
6965
|
+
before: {
|
|
6966
|
+
database: {} | null;
|
|
6967
|
+
};
|
|
6968
|
+
};
|
|
6969
|
+
name: "app.database-linked";
|
|
6970
|
+
parameters: {
|
|
6971
|
+
appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6972
|
+
database: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6973
|
+
};
|
|
6974
|
+
}
|
|
6975
|
+
interface DeMittwaldActivitylogAppInstallationDatabaseUnlinked {
|
|
6976
|
+
changes: {
|
|
6977
|
+
after: {
|
|
6978
|
+
database: {} | null;
|
|
6979
|
+
};
|
|
6980
|
+
before: {
|
|
6981
|
+
database: {};
|
|
6982
|
+
};
|
|
6983
|
+
};
|
|
6984
|
+
name: "app.database-unlinked";
|
|
6985
|
+
parameters: {
|
|
6986
|
+
appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6987
|
+
database: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6988
|
+
};
|
|
6989
|
+
}
|
|
6990
|
+
interface DeMittwaldActivitylogAppInstallationDeleted {
|
|
6991
|
+
changes: {};
|
|
6992
|
+
name: "app.deleted";
|
|
6993
|
+
parameters: {
|
|
6994
|
+
appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6995
|
+
};
|
|
6996
|
+
}
|
|
6997
|
+
interface DeMittwaldActivitylogAppInstallationDescriptionSet {
|
|
6998
|
+
changes: {
|
|
6999
|
+
after?: {
|
|
7000
|
+
description: string;
|
|
7001
|
+
};
|
|
7002
|
+
before?: {
|
|
7003
|
+
description: string | null;
|
|
7004
|
+
};
|
|
7005
|
+
};
|
|
7006
|
+
name: "app.description-set";
|
|
7007
|
+
parameters: {
|
|
7008
|
+
appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
7009
|
+
};
|
|
7010
|
+
}
|
|
6994
7011
|
interface DeMittwaldCommonsAddress {
|
|
6995
7012
|
street: string;
|
|
6996
7013
|
houseNumber: string;
|
|
@@ -11180,76 +11197,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
11180
11197
|
}
|
|
11181
11198
|
}
|
|
11182
11199
|
}
|
|
11183
|
-
namespace V3NextContainerTemplatesTemplateIdIcon {
|
|
11184
|
-
namespace Get {
|
|
11185
|
-
namespace Parameters {
|
|
11186
|
-
type Path = {
|
|
11187
|
-
templateId: string;
|
|
11188
|
-
};
|
|
11189
|
-
type Header = {};
|
|
11190
|
-
type Query = {};
|
|
11191
|
-
}
|
|
11192
|
-
namespace Responses {
|
|
11193
|
-
namespace $200 {
|
|
11194
|
-
namespace Content {
|
|
11195
|
-
type ApplicationOctetStream = string;
|
|
11196
|
-
type ImageJpeg = string;
|
|
11197
|
-
type ImagePng = string;
|
|
11198
|
-
type ImageSvgXml = string;
|
|
11199
|
-
}
|
|
11200
|
-
}
|
|
11201
|
-
namespace $400 {
|
|
11202
|
-
namespace Content {
|
|
11203
|
-
interface ApplicationJson {
|
|
11204
|
-
[k: string]: unknown;
|
|
11205
|
-
}
|
|
11206
|
-
}
|
|
11207
|
-
}
|
|
11208
|
-
namespace $403 {
|
|
11209
|
-
namespace Content {
|
|
11210
|
-
interface ApplicationJson {
|
|
11211
|
-
[k: string]: unknown;
|
|
11212
|
-
}
|
|
11213
|
-
}
|
|
11214
|
-
}
|
|
11215
|
-
namespace $404 {
|
|
11216
|
-
namespace Content {
|
|
11217
|
-
interface ApplicationJson {
|
|
11218
|
-
[k: string]: unknown;
|
|
11219
|
-
}
|
|
11220
|
-
}
|
|
11221
|
-
}
|
|
11222
|
-
namespace $429 {
|
|
11223
|
-
namespace Content {
|
|
11224
|
-
interface ApplicationJson {
|
|
11225
|
-
[k: string]: unknown;
|
|
11226
|
-
}
|
|
11227
|
-
}
|
|
11228
|
-
}
|
|
11229
|
-
namespace $500 {
|
|
11230
|
-
namespace Content {
|
|
11231
|
-
interface ApplicationJson {
|
|
11232
|
-
[k: string]: unknown;
|
|
11233
|
-
}
|
|
11234
|
-
}
|
|
11235
|
-
}
|
|
11236
|
-
namespace $503 {
|
|
11237
|
-
namespace Content {
|
|
11238
|
-
interface ApplicationJson {
|
|
11239
|
-
[k: string]: unknown;
|
|
11240
|
-
}
|
|
11241
|
-
}
|
|
11242
|
-
}
|
|
11243
|
-
namespace Default {
|
|
11244
|
-
namespace Content {
|
|
11245
|
-
interface ApplicationJson {
|
|
11246
|
-
[k: string]: unknown;
|
|
11247
|
-
}
|
|
11248
|
-
}
|
|
11249
|
-
}
|
|
11250
|
-
}
|
|
11251
|
-
}
|
|
11252
|
-
}
|
|
11253
11200
|
namespace V3NextContainerTemplatesTemplateId {
|
|
11254
11201
|
namespace Get {
|
|
11255
11202
|
namespace Parameters {
|
|
@@ -11496,6 +11443,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
11496
11443
|
category?: string;
|
|
11497
11444
|
searchTerm?: string;
|
|
11498
11445
|
type?: "component" | "standalone";
|
|
11446
|
+
sortOrder?: "trend30days" | "trendAll";
|
|
11499
11447
|
limit?: number;
|
|
11500
11448
|
skip?: number;
|
|
11501
11449
|
page?: number;
|
|
@@ -31469,44 +31417,60 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
31469
31417
|
}
|
|
31470
31418
|
}
|
|
31471
31419
|
}
|
|
31472
|
-
namespace V3NextContainerTemplateStatistics {
|
|
31420
|
+
namespace V3NextContainerTemplateStatistics { }
|
|
31421
|
+
namespace V3NextMailRateLimitsMailRateLimitId {
|
|
31473
31422
|
namespace Get {
|
|
31474
31423
|
namespace Parameters {
|
|
31475
|
-
type Path = {
|
|
31476
|
-
|
|
31477
|
-
type Query = {
|
|
31478
|
-
templateId?: string;
|
|
31479
|
-
category?: string;
|
|
31424
|
+
type Path = {
|
|
31425
|
+
mailRateLimitId: string;
|
|
31480
31426
|
};
|
|
31427
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
31428
|
+
type Query = {};
|
|
31481
31429
|
}
|
|
31482
31430
|
namespace Responses {
|
|
31483
31431
|
namespace $200 {
|
|
31484
31432
|
namespace Content {
|
|
31485
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.
|
|
31433
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit;
|
|
31486
31434
|
}
|
|
31487
31435
|
}
|
|
31488
|
-
namespace $
|
|
31436
|
+
namespace $404 {
|
|
31489
31437
|
namespace Content {
|
|
31490
31438
|
interface ApplicationJson {
|
|
31491
31439
|
[k: string]: unknown;
|
|
31492
31440
|
}
|
|
31493
31441
|
}
|
|
31494
31442
|
}
|
|
31495
|
-
namespace $
|
|
31443
|
+
namespace $429 {
|
|
31496
31444
|
namespace Content {
|
|
31497
31445
|
interface ApplicationJson {
|
|
31498
31446
|
[k: string]: unknown;
|
|
31499
31447
|
}
|
|
31500
31448
|
}
|
|
31501
31449
|
}
|
|
31502
|
-
namespace
|
|
31450
|
+
namespace Default {
|
|
31503
31451
|
namespace Content {
|
|
31504
31452
|
interface ApplicationJson {
|
|
31505
31453
|
[k: string]: unknown;
|
|
31506
31454
|
}
|
|
31507
31455
|
}
|
|
31508
31456
|
}
|
|
31509
|
-
|
|
31457
|
+
}
|
|
31458
|
+
}
|
|
31459
|
+
}
|
|
31460
|
+
namespace V3NextMailRateLimits {
|
|
31461
|
+
namespace Get {
|
|
31462
|
+
namespace Parameters {
|
|
31463
|
+
type Path = {};
|
|
31464
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
31465
|
+
type Query = {};
|
|
31466
|
+
}
|
|
31467
|
+
namespace Responses {
|
|
31468
|
+
namespace $200 {
|
|
31469
|
+
namespace Content {
|
|
31470
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit[];
|
|
31471
|
+
}
|
|
31472
|
+
}
|
|
31473
|
+
namespace $429 {
|
|
31510
31474
|
namespace Content {
|
|
31511
31475
|
interface ApplicationJson {
|
|
31512
31476
|
[k: string]: unknown;
|
|
@@ -31523,59 +31487,60 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
31523
31487
|
}
|
|
31524
31488
|
}
|
|
31525
31489
|
}
|
|
31526
|
-
namespace
|
|
31527
|
-
namespace
|
|
31490
|
+
namespace V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange {
|
|
31491
|
+
namespace Post {
|
|
31528
31492
|
namespace Parameters {
|
|
31529
31493
|
type Path = {
|
|
31530
|
-
|
|
31494
|
+
mailAddressId: string;
|
|
31531
31495
|
};
|
|
31496
|
+
interface RequestBody {
|
|
31497
|
+
rateLimitId: string;
|
|
31498
|
+
}
|
|
31532
31499
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
31533
31500
|
type Query = {};
|
|
31534
31501
|
}
|
|
31535
31502
|
namespace Responses {
|
|
31536
|
-
namespace $
|
|
31503
|
+
namespace $204 {
|
|
31537
31504
|
namespace Content {
|
|
31538
|
-
type
|
|
31505
|
+
type Empty = unknown;
|
|
31539
31506
|
}
|
|
31540
31507
|
}
|
|
31541
|
-
namespace $
|
|
31508
|
+
namespace $400 {
|
|
31542
31509
|
namespace Content {
|
|
31543
31510
|
interface ApplicationJson {
|
|
31544
31511
|
[k: string]: unknown;
|
|
31545
31512
|
}
|
|
31546
31513
|
}
|
|
31547
31514
|
}
|
|
31548
|
-
namespace $
|
|
31515
|
+
namespace $403 {
|
|
31549
31516
|
namespace Content {
|
|
31550
31517
|
interface ApplicationJson {
|
|
31551
31518
|
[k: string]: unknown;
|
|
31552
31519
|
}
|
|
31553
31520
|
}
|
|
31554
31521
|
}
|
|
31555
|
-
namespace
|
|
31522
|
+
namespace $404 {
|
|
31556
31523
|
namespace Content {
|
|
31557
31524
|
interface ApplicationJson {
|
|
31558
31525
|
[k: string]: unknown;
|
|
31559
31526
|
}
|
|
31560
31527
|
}
|
|
31561
31528
|
}
|
|
31562
|
-
|
|
31563
|
-
}
|
|
31564
|
-
}
|
|
31565
|
-
namespace V3NextMailRateLimits {
|
|
31566
|
-
namespace Get {
|
|
31567
|
-
namespace Parameters {
|
|
31568
|
-
type Path = {};
|
|
31569
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
31570
|
-
type Query = {};
|
|
31571
|
-
}
|
|
31572
|
-
namespace Responses {
|
|
31573
|
-
namespace $200 {
|
|
31529
|
+
namespace $429 {
|
|
31574
31530
|
namespace Content {
|
|
31575
|
-
|
|
31531
|
+
interface ApplicationJson {
|
|
31532
|
+
[k: string]: unknown;
|
|
31533
|
+
}
|
|
31576
31534
|
}
|
|
31577
31535
|
}
|
|
31578
|
-
namespace $
|
|
31536
|
+
namespace $500 {
|
|
31537
|
+
namespace Content {
|
|
31538
|
+
interface ApplicationJson {
|
|
31539
|
+
[k: string]: unknown;
|
|
31540
|
+
}
|
|
31541
|
+
}
|
|
31542
|
+
}
|
|
31543
|
+
namespace $503 {
|
|
31579
31544
|
namespace Content {
|
|
31580
31545
|
interface ApplicationJson {
|
|
31581
31546
|
[k: string]: unknown;
|
|
@@ -31592,22 +31557,23 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
31592
31557
|
}
|
|
31593
31558
|
}
|
|
31594
31559
|
}
|
|
31595
|
-
namespace
|
|
31596
|
-
namespace
|
|
31560
|
+
namespace V3NextContainerTemplatesTemplateIdAssetsAssetPath {
|
|
31561
|
+
namespace Get {
|
|
31597
31562
|
namespace Parameters {
|
|
31598
31563
|
type Path = {
|
|
31599
|
-
|
|
31564
|
+
templateId: string;
|
|
31565
|
+
assetPath: string;
|
|
31600
31566
|
};
|
|
31601
|
-
|
|
31602
|
-
rateLimitId: string;
|
|
31603
|
-
}
|
|
31604
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
31567
|
+
type Header = {};
|
|
31605
31568
|
type Query = {};
|
|
31606
31569
|
}
|
|
31607
31570
|
namespace Responses {
|
|
31608
|
-
namespace $
|
|
31571
|
+
namespace $200 {
|
|
31609
31572
|
namespace Content {
|
|
31610
|
-
type
|
|
31573
|
+
type ImageJpeg = string;
|
|
31574
|
+
type ImagePng = string;
|
|
31575
|
+
type ImageSvgXml = string;
|
|
31576
|
+
type ImageWebp = string;
|
|
31611
31577
|
}
|
|
31612
31578
|
}
|
|
31613
31579
|
namespace $400 {
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.413.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.414.0",
|
|
4
4
|
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Auto-generated client for the mittwald API",
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
"test:compile": "run tsc --noEmit"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@mittwald/api-client-commons": "^4.
|
|
75
|
+
"@mittwald/api-client-commons": "^4.414.0",
|
|
76
76
|
"browser-or-node": "^3.0.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@mittwald/api-code-generator": "^4.
|
|
79
|
+
"@mittwald/api-code-generator": "^4.414.0",
|
|
80
80
|
"@mittwald/react-use-promise": "^2.6.2",
|
|
81
81
|
"@types/node": "^22.18.11",
|
|
82
82
|
"@types/react": "^18.3.26",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"optional": true
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "7a13fbc8cff620ed1081628a6d77cbd1aed40a23"
|
|
110
110
|
}
|