@mittwald/api-client 3.0.20 → 3.0.22
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/cjs/generated/v2/client-react.d.ts +19 -18
- package/dist/cjs/generated/v2/client-react.js +10 -10
- package/dist/cjs/generated/v2/client.d.ts +397 -255
- package/dist/cjs/generated/v2/client.js +38 -42
- package/dist/cjs/generated/v2/descriptors.d.ts +40 -44
- package/dist/cjs/generated/v2/descriptors.js +95 -107
- package/dist/cjs/generated/v2/types.d.ts +777 -405
- package/dist/esm/generated/v2/client-react.d.ts +19 -18
- package/dist/esm/generated/v2/client-react.js +10 -10
- package/dist/esm/generated/v2/client.d.ts +397 -255
- package/dist/esm/generated/v2/client.js +38 -42
- package/dist/esm/generated/v2/descriptors.d.ts +40 -44
- package/dist/esm/generated/v2/descriptors.js +89 -101
- package/dist/esm/generated/v2/types.d.ts +777 -405
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -70,10 +70,6 @@ export declare module MittwaldAPIV2 {
|
|
|
70
70
|
type RequestData = InferredRequestData<typeof descriptors.appListUpdateCandidatesForAppversion>;
|
|
71
71
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appListUpdateCandidatesForAppversion, TStatus>;
|
|
72
72
|
}
|
|
73
|
-
namespace AppReconcileDetectedApps {
|
|
74
|
-
type RequestData = InferredRequestData<typeof descriptors.appReconcileDetectedApps>;
|
|
75
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appReconcileDetectedApps, TStatus>;
|
|
76
|
-
}
|
|
77
73
|
namespace AppRequestAppinstallationCopy {
|
|
78
74
|
type RequestData = InferredRequestData<typeof descriptors.appRequestAppinstallationCopy>;
|
|
79
75
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appRequestAppinstallationCopy, TStatus>;
|
|
@@ -678,85 +674,81 @@ export declare module MittwaldAPIV2 {
|
|
|
678
674
|
type RequestData = InferredRequestData<typeof descriptors.invoiceListCustomerInvoices>;
|
|
679
675
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.invoiceListCustomerInvoices, TStatus>;
|
|
680
676
|
}
|
|
681
|
-
namespace
|
|
682
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
683
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
684
|
-
}
|
|
685
|
-
namespace MailDeliveryboxCreate {
|
|
686
|
-
type RequestData = InferredRequestData<typeof descriptors.mailDeliveryboxCreate>;
|
|
687
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailDeliveryboxCreate, TStatus>;
|
|
677
|
+
namespace MailListDeliveryBoxes {
|
|
678
|
+
type RequestData = InferredRequestData<typeof descriptors.mailListDeliveryBoxes>;
|
|
679
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListDeliveryBoxes, TStatus>;
|
|
688
680
|
}
|
|
689
|
-
namespace
|
|
690
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
691
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
681
|
+
namespace MailCreateDeliverybox {
|
|
682
|
+
type RequestData = InferredRequestData<typeof descriptors.mailCreateDeliverybox>;
|
|
683
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailCreateDeliverybox, TStatus>;
|
|
692
684
|
}
|
|
693
|
-
namespace
|
|
694
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
695
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
685
|
+
namespace MailListMailAddresses {
|
|
686
|
+
type RequestData = InferredRequestData<typeof descriptors.mailListMailAddresses>;
|
|
687
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailAddresses, TStatus>;
|
|
696
688
|
}
|
|
697
|
-
namespace
|
|
698
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
699
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
689
|
+
namespace MailCreateMailAddress {
|
|
690
|
+
type RequestData = InferredRequestData<typeof descriptors.mailCreateMailAddress>;
|
|
691
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailCreateMailAddress, TStatus>;
|
|
700
692
|
}
|
|
701
|
-
namespace
|
|
702
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
703
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
693
|
+
namespace MailGetDeliveryBox {
|
|
694
|
+
type RequestData = InferredRequestData<typeof descriptors.mailGetDeliveryBox>;
|
|
695
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailGetDeliveryBox, TStatus>;
|
|
704
696
|
}
|
|
705
|
-
namespace
|
|
706
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
707
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
697
|
+
namespace MailDeleteDeliveryBox {
|
|
698
|
+
type RequestData = InferredRequestData<typeof descriptors.mailDeleteDeliveryBox>;
|
|
699
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailDeleteDeliveryBox, TStatus>;
|
|
708
700
|
}
|
|
709
|
-
namespace
|
|
710
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
711
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
701
|
+
namespace MailGetMailAddress {
|
|
702
|
+
type RequestData = InferredRequestData<typeof descriptors.mailGetMailAddress>;
|
|
703
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailGetMailAddress, TStatus>;
|
|
712
704
|
}
|
|
713
|
-
namespace
|
|
714
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
715
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
705
|
+
namespace MailDeleteMailAddress {
|
|
706
|
+
type RequestData = InferredRequestData<typeof descriptors.mailDeleteMailAddress>;
|
|
707
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailDeleteMailAddress, TStatus>;
|
|
716
708
|
}
|
|
717
|
-
namespace
|
|
718
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
719
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
709
|
+
namespace MailListProjectMailSettings {
|
|
710
|
+
type RequestData = InferredRequestData<typeof descriptors.mailListProjectMailSettings>;
|
|
711
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListProjectMailSettings, TStatus>;
|
|
720
712
|
}
|
|
721
|
-
namespace
|
|
722
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
723
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
713
|
+
namespace MailUpdateDeliveryBoxDescription {
|
|
714
|
+
type RequestData = InferredRequestData<typeof descriptors.mailUpdateDeliveryBoxDescription>;
|
|
715
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateDeliveryBoxDescription, TStatus>;
|
|
724
716
|
}
|
|
725
|
-
namespace
|
|
726
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
727
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
717
|
+
namespace MailUpdateDeliveryBoxPassword {
|
|
718
|
+
type RequestData = InferredRequestData<typeof descriptors.mailUpdateDeliveryBoxPassword>;
|
|
719
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateDeliveryBoxPassword, TStatus>;
|
|
728
720
|
}
|
|
729
|
-
namespace
|
|
730
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
731
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
721
|
+
namespace MailUpdateMailAddressAddress {
|
|
722
|
+
type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressAddress>;
|
|
723
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressAddress, TStatus>;
|
|
732
724
|
}
|
|
733
|
-
namespace
|
|
734
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
735
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
725
|
+
namespace MailUpdateMailAddressAutoresponder {
|
|
726
|
+
type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressAutoresponder>;
|
|
727
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressAutoresponder, TStatus>;
|
|
736
728
|
}
|
|
737
|
-
namespace
|
|
738
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
739
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
729
|
+
namespace MailUpdateMailAddressCatchall {
|
|
730
|
+
type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressCatchall>;
|
|
731
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressCatchall, TStatus>;
|
|
740
732
|
}
|
|
741
|
-
namespace
|
|
742
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
743
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
733
|
+
namespace MailUpdateMailAddressForwardAddresses {
|
|
734
|
+
type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressForwardAddresses>;
|
|
735
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressForwardAddresses, TStatus>;
|
|
744
736
|
}
|
|
745
|
-
namespace
|
|
746
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
747
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
737
|
+
namespace MailUpdateMailAddressPassword {
|
|
738
|
+
type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressPassword>;
|
|
739
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressPassword, TStatus>;
|
|
748
740
|
}
|
|
749
|
-
namespace
|
|
750
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
751
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
741
|
+
namespace MailUpdateMailAddressQuota {
|
|
742
|
+
type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressQuota>;
|
|
743
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressQuota, TStatus>;
|
|
752
744
|
}
|
|
753
|
-
namespace
|
|
754
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
755
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
745
|
+
namespace MailUpdateMailAddressSpamProtection {
|
|
746
|
+
type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressSpamProtection>;
|
|
747
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressSpamProtection, TStatus>;
|
|
756
748
|
}
|
|
757
|
-
namespace
|
|
758
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
759
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
749
|
+
namespace MailUpdateProjectMailSetting {
|
|
750
|
+
type RequestData = InferredRequestData<typeof descriptors.mailUpdateProjectMailSetting>;
|
|
751
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateProjectMailSetting, TStatus>;
|
|
760
752
|
}
|
|
761
753
|
namespace NewsletterGetInfo {
|
|
762
754
|
type RequestData = InferredRequestData<typeof descriptors.newsletterGetInfo>;
|
|
@@ -958,6 +950,10 @@ export declare module MittwaldAPIV2 {
|
|
|
958
950
|
type RequestData = InferredRequestData<typeof descriptors.relocationCreateLegacyTariffChange>;
|
|
959
951
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.relocationCreateLegacyTariffChange, TStatus>;
|
|
960
952
|
}
|
|
953
|
+
namespace RelocationCreateRelocation {
|
|
954
|
+
type RequestData = InferredRequestData<typeof descriptors.relocationCreateRelocation>;
|
|
955
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.relocationCreateRelocation, TStatus>;
|
|
956
|
+
}
|
|
961
957
|
namespace ServicetokenAuthenticateService {
|
|
962
958
|
type RequestData = InferredRequestData<typeof descriptors.servicetokenAuthenticateService>;
|
|
963
959
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.servicetokenAuthenticateService, TStatus>;
|
|
@@ -1194,10 +1190,6 @@ export declare module MittwaldAPIV2 {
|
|
|
1194
1190
|
type RequestData = InferredRequestData<typeof descriptors.userVerifyRegistration>;
|
|
1195
1191
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userVerifyRegistration, TStatus>;
|
|
1196
1192
|
}
|
|
1197
|
-
namespace RelocationCreateRelocation {
|
|
1198
|
-
type RequestData = InferredRequestData<typeof descriptors.relocationCreateRelocation>;
|
|
1199
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.relocationCreateRelocation, TStatus>;
|
|
1200
|
-
}
|
|
1201
1193
|
}
|
|
1202
1194
|
namespace Components {
|
|
1203
1195
|
namespace Schemas {
|
|
@@ -1256,6 +1248,7 @@ export declare module MittwaldAPIV2 {
|
|
|
1256
1248
|
projectId?: string;
|
|
1257
1249
|
screenshotId?: string;
|
|
1258
1250
|
screenshotRef?: string;
|
|
1251
|
+
shortId: string;
|
|
1259
1252
|
systemSoftware?: MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
|
|
1260
1253
|
updatePolicy?: MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
|
|
1261
1254
|
userInputs?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
@@ -1280,9 +1273,15 @@ export declare module MittwaldAPIV2 {
|
|
|
1280
1273
|
systemSoftwareDependencies?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareDependency[];
|
|
1281
1274
|
userInputs?: MittwaldAPIV2.Components.Schemas.AppUserInput[];
|
|
1282
1275
|
}
|
|
1276
|
+
/**
|
|
1277
|
+
* A `BreakingNote` is a hint that something serious has changed in the `AppVersion` containing it, so an automatic update is not possible
|
|
1278
|
+
*/
|
|
1283
1279
|
interface AppBreakingNote {
|
|
1284
1280
|
faqLink: string;
|
|
1285
1281
|
}
|
|
1282
|
+
/**
|
|
1283
|
+
* A ´DatabaseDependency` is a generic description of need for a database, used by `AppVersions`
|
|
1284
|
+
*/
|
|
1286
1285
|
interface AppDatabaseDependency {
|
|
1287
1286
|
description: string;
|
|
1288
1287
|
kind: "mysql";
|
|
@@ -1295,11 +1294,17 @@ export declare module MittwaldAPIV2 {
|
|
|
1295
1294
|
message: string;
|
|
1296
1295
|
type: string;
|
|
1297
1296
|
}
|
|
1297
|
+
/**
|
|
1298
|
+
* `InstalledSystemSoftware` describes the currently configured and installed `SystemSoftwareVersion` of a `SystemSoftware` besides the desired `SystemSoftwareUpdatePolicy` inside an `AppInstallation`
|
|
1299
|
+
*/
|
|
1298
1300
|
interface AppInstalledSystemSoftware {
|
|
1299
1301
|
systemSoftwareId: string;
|
|
1300
1302
|
systemSoftwareVersion: MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
1301
1303
|
updatePolicy: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareUpdatePolicy;
|
|
1302
1304
|
}
|
|
1305
|
+
/**
|
|
1306
|
+
* `LinkedDatabase` is a reference to a concrete `Database` and `DatabaseUsers`
|
|
1307
|
+
*/
|
|
1303
1308
|
interface AppLinkedDatabase {
|
|
1304
1309
|
databaseId: string;
|
|
1305
1310
|
databaseUserIds?: {
|
|
@@ -1308,21 +1313,36 @@ export declare module MittwaldAPIV2 {
|
|
|
1308
1313
|
kind: "mysql" | "redis";
|
|
1309
1314
|
purpose: "primary" | "cache" | "custom";
|
|
1310
1315
|
}
|
|
1316
|
+
/**
|
|
1317
|
+
* `RequestHandlerRequirement` describes the necessary properties to internally resolve the request handler or process to start
|
|
1318
|
+
*/
|
|
1311
1319
|
interface AppRequestHandlerRequirement {
|
|
1312
1320
|
exampleValues?: MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
|
|
1313
1321
|
name: string;
|
|
1314
1322
|
namespace: string;
|
|
1315
1323
|
parametersTemplate: string;
|
|
1316
1324
|
}
|
|
1325
|
+
/**
|
|
1326
|
+
* A `SavedUserInput` is an entered value for a desired `UserInput` of an `AppVersion` or `SystemSoftwareVersion`
|
|
1327
|
+
*/
|
|
1317
1328
|
interface AppSavedUserInput {
|
|
1318
1329
|
name: string;
|
|
1319
1330
|
value: string;
|
|
1320
1331
|
}
|
|
1332
|
+
/**
|
|
1333
|
+
* A `SystemSoftwareDependency` is a description of a need for a specific `SystemSoftware` in a semver versionRange.
|
|
1334
|
+
*/
|
|
1321
1335
|
interface AppSystemSoftwareDependency {
|
|
1322
1336
|
systemSoftwareId: string;
|
|
1323
1337
|
versionRange: string;
|
|
1324
1338
|
}
|
|
1339
|
+
/**
|
|
1340
|
+
* `SystemSoftwareUpdatePolicy` describes which updates should be applied automatically by our systems
|
|
1341
|
+
*/
|
|
1325
1342
|
type AppSystemSoftwareUpdatePolicy = "none" | "inheritedFromApp" | "patchLevel" | "all";
|
|
1343
|
+
/**
|
|
1344
|
+
* A `SystemSoftware` is a software that can be installed for an `AppInstallation` but mostly is not itself externally reachable and/or deliverable.
|
|
1345
|
+
*/
|
|
1326
1346
|
interface AppSystemSoftware {
|
|
1327
1347
|
id: string;
|
|
1328
1348
|
name: string;
|
|
@@ -1339,6 +1359,9 @@ export declare module MittwaldAPIV2 {
|
|
|
1339
1359
|
systemSoftwareDependencies?: MittwaldAPIV2.Components.Schemas.AppSystemSoftwareDependency[];
|
|
1340
1360
|
userInputs?: MittwaldAPIV2.Components.Schemas.AppUserInput[];
|
|
1341
1361
|
}
|
|
1362
|
+
/**
|
|
1363
|
+
* A `UserInput` is a description of an information which cannot be determined or estimated by mittwald, but has to be given by the person who is requesting an `AppInstallation` or `SystemSoftware`
|
|
1364
|
+
*/
|
|
1342
1365
|
interface AppUserInput {
|
|
1343
1366
|
/**
|
|
1344
1367
|
* Optional field to tell the frontend, which data to put into the select
|
|
@@ -1356,13 +1379,25 @@ export declare module MittwaldAPIV2 {
|
|
|
1356
1379
|
*/
|
|
1357
1380
|
validationSchema: string;
|
|
1358
1381
|
}
|
|
1382
|
+
/**
|
|
1383
|
+
* `UserInputDataType` is an enum, describing the possible data types of a `UserInput`
|
|
1384
|
+
*/
|
|
1359
1385
|
type AppUserInputDataType = "text" | "number" | "boolean" | "select";
|
|
1386
|
+
/**
|
|
1387
|
+
* `UserInputFormat` is an enum, describing the possible data formats of a `UserInput`, the given values can be validated against
|
|
1388
|
+
*/
|
|
1360
1389
|
type AppUserInputFormat = "email" | "password" | "url";
|
|
1390
|
+
/**
|
|
1391
|
+
* `UserInputPositionMeta´ is a utility information, helping to position the `UserInput` properly on the frontend
|
|
1392
|
+
*/
|
|
1361
1393
|
interface AppUserInputPositionMeta {
|
|
1362
1394
|
index?: number;
|
|
1363
1395
|
section?: string;
|
|
1364
1396
|
step?: string;
|
|
1365
1397
|
}
|
|
1398
|
+
/**
|
|
1399
|
+
* `VersionStatus` describes the current and desired version of something like the `AppVersion` of an `AppInstallation`. If diverging, an internal process is going to assert, the `current` value will be aligned
|
|
1400
|
+
*/
|
|
1366
1401
|
interface AppVersionStatus {
|
|
1367
1402
|
current?: string;
|
|
1368
1403
|
desired: string;
|
|
@@ -2719,6 +2754,17 @@ export declare module MittwaldAPIV2 {
|
|
|
2719
2754
|
storage: string;
|
|
2720
2755
|
visitors: number;
|
|
2721
2756
|
}
|
|
2757
|
+
interface DirectusDomain {
|
|
2758
|
+
/**
|
|
2759
|
+
* The authcode of the domain. Leave empty when mittwald can generate a authcode on its own
|
|
2760
|
+
*/
|
|
2761
|
+
authCode?: string;
|
|
2762
|
+
/**
|
|
2763
|
+
* Leave empty when mittwald should keep the same domain owner
|
|
2764
|
+
*/
|
|
2765
|
+
domainOwnerData?: string;
|
|
2766
|
+
name: string;
|
|
2767
|
+
}
|
|
2722
2768
|
interface ScreenshotTarget {
|
|
2723
2769
|
domain: string;
|
|
2724
2770
|
path?: string;
|
|
@@ -2954,17 +3000,6 @@ export declare module MittwaldAPIV2 {
|
|
|
2954
3000
|
name: string;
|
|
2955
3001
|
value: string;
|
|
2956
3002
|
}
|
|
2957
|
-
interface DirectusDomain {
|
|
2958
|
-
/**
|
|
2959
|
-
* The authcode of the domain. Leave empty when mittwald can generate a authcode on its own
|
|
2960
|
-
*/
|
|
2961
|
-
authCode?: string;
|
|
2962
|
-
/**
|
|
2963
|
-
* Leave empty when mittwald should keep the same domain owner
|
|
2964
|
-
*/
|
|
2965
|
-
domainOwnerData?: string;
|
|
2966
|
-
name: string;
|
|
2967
|
-
}
|
|
2968
3003
|
interface CommonsAddress {
|
|
2969
3004
|
street: string;
|
|
2970
3005
|
houseNumber: string;
|
|
@@ -3669,45 +3704,6 @@ export declare module MittwaldAPIV2 {
|
|
|
3669
3704
|
}
|
|
3670
3705
|
}
|
|
3671
3706
|
}
|
|
3672
|
-
namespace V2ProjectsProjectShortIdAppinstallations {
|
|
3673
|
-
namespace Put {
|
|
3674
|
-
namespace Parameters {
|
|
3675
|
-
type Path = {
|
|
3676
|
-
projectShortId: string;
|
|
3677
|
-
};
|
|
3678
|
-
type RequestBody = {
|
|
3679
|
-
appName: string;
|
|
3680
|
-
appVersionClusterVersion: string;
|
|
3681
|
-
databaseHost?: string;
|
|
3682
|
-
databaseUserName?: string;
|
|
3683
|
-
installationDirectory: string;
|
|
3684
|
-
}[];
|
|
3685
|
-
type Header = {};
|
|
3686
|
-
type Query = {};
|
|
3687
|
-
}
|
|
3688
|
-
namespace Responses {
|
|
3689
|
-
namespace $204 {
|
|
3690
|
-
namespace Content {
|
|
3691
|
-
type Empty = unknown;
|
|
3692
|
-
}
|
|
3693
|
-
}
|
|
3694
|
-
namespace $404 {
|
|
3695
|
-
namespace Content {
|
|
3696
|
-
interface ApplicationJson {
|
|
3697
|
-
[k: string]: unknown;
|
|
3698
|
-
}
|
|
3699
|
-
}
|
|
3700
|
-
}
|
|
3701
|
-
namespace Default {
|
|
3702
|
-
namespace Content {
|
|
3703
|
-
interface ApplicationJson {
|
|
3704
|
-
[k: string]: unknown;
|
|
3705
|
-
}
|
|
3706
|
-
}
|
|
3707
|
-
}
|
|
3708
|
-
}
|
|
3709
|
-
}
|
|
3710
|
-
}
|
|
3711
3707
|
namespace V2AppinstallationsIdActionsCopy {
|
|
3712
3708
|
namespace Post {
|
|
3713
3709
|
namespace Parameters {
|
|
@@ -9626,7 +9622,8 @@ export declare module MittwaldAPIV2 {
|
|
|
9626
9622
|
}
|
|
9627
9623
|
}
|
|
9628
9624
|
}
|
|
9629
|
-
namespace V2ProjectsProjectIdDeliveryboxes {
|
|
9625
|
+
namespace V2ProjectsProjectIdDeliveryboxes { }
|
|
9626
|
+
namespace V2ProjectsProjectIdDeliveryBoxes {
|
|
9630
9627
|
namespace Get {
|
|
9631
9628
|
namespace Parameters {
|
|
9632
9629
|
type Path = {
|
|
@@ -9638,30 +9635,49 @@ export declare module MittwaldAPIV2 {
|
|
|
9638
9635
|
namespace Responses {
|
|
9639
9636
|
namespace $200 {
|
|
9640
9637
|
namespace Content {
|
|
9641
|
-
/**
|
|
9642
|
-
* A set of deliveryboxes
|
|
9643
|
-
*/
|
|
9644
9638
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox[];
|
|
9645
9639
|
}
|
|
9646
9640
|
}
|
|
9641
|
+
namespace $400 {
|
|
9642
|
+
namespace Content {
|
|
9643
|
+
interface ApplicationJson {
|
|
9644
|
+
[k: string]: unknown;
|
|
9645
|
+
}
|
|
9646
|
+
}
|
|
9647
|
+
}
|
|
9647
9648
|
namespace $403 {
|
|
9648
9649
|
namespace Content {
|
|
9649
|
-
|
|
9650
|
+
interface ApplicationJson {
|
|
9651
|
+
[k: string]: unknown;
|
|
9652
|
+
}
|
|
9650
9653
|
}
|
|
9651
9654
|
}
|
|
9652
9655
|
namespace $404 {
|
|
9653
9656
|
namespace Content {
|
|
9654
|
-
|
|
9657
|
+
interface ApplicationJson {
|
|
9658
|
+
[k: string]: unknown;
|
|
9659
|
+
}
|
|
9655
9660
|
}
|
|
9656
9661
|
}
|
|
9657
9662
|
namespace $500 {
|
|
9658
9663
|
namespace Content {
|
|
9659
|
-
|
|
9664
|
+
interface ApplicationJson {
|
|
9665
|
+
[k: string]: unknown;
|
|
9666
|
+
}
|
|
9660
9667
|
}
|
|
9661
9668
|
}
|
|
9662
9669
|
namespace $503 {
|
|
9663
9670
|
namespace Content {
|
|
9664
|
-
|
|
9671
|
+
interface ApplicationJson {
|
|
9672
|
+
[k: string]: unknown;
|
|
9673
|
+
}
|
|
9674
|
+
}
|
|
9675
|
+
}
|
|
9676
|
+
namespace Default {
|
|
9677
|
+
namespace Content {
|
|
9678
|
+
interface ApplicationJson {
|
|
9679
|
+
[k: string]: unknown;
|
|
9680
|
+
}
|
|
9665
9681
|
}
|
|
9666
9682
|
}
|
|
9667
9683
|
}
|
|
@@ -9686,34 +9702,57 @@ export declare module MittwaldAPIV2 {
|
|
|
9686
9702
|
}
|
|
9687
9703
|
}
|
|
9688
9704
|
}
|
|
9705
|
+
namespace $400 {
|
|
9706
|
+
namespace Content {
|
|
9707
|
+
interface ApplicationJson {
|
|
9708
|
+
[k: string]: unknown;
|
|
9709
|
+
}
|
|
9710
|
+
}
|
|
9711
|
+
}
|
|
9689
9712
|
namespace $403 {
|
|
9690
9713
|
namespace Content {
|
|
9691
|
-
|
|
9714
|
+
interface ApplicationJson {
|
|
9715
|
+
[k: string]: unknown;
|
|
9716
|
+
}
|
|
9692
9717
|
}
|
|
9693
9718
|
}
|
|
9694
9719
|
namespace $404 {
|
|
9695
9720
|
namespace Content {
|
|
9696
|
-
|
|
9721
|
+
interface ApplicationJson {
|
|
9722
|
+
[k: string]: unknown;
|
|
9723
|
+
}
|
|
9697
9724
|
}
|
|
9698
9725
|
}
|
|
9699
9726
|
namespace $500 {
|
|
9700
9727
|
namespace Content {
|
|
9701
|
-
|
|
9728
|
+
interface ApplicationJson {
|
|
9729
|
+
[k: string]: unknown;
|
|
9730
|
+
}
|
|
9702
9731
|
}
|
|
9703
9732
|
}
|
|
9704
9733
|
namespace $503 {
|
|
9705
9734
|
namespace Content {
|
|
9706
|
-
|
|
9735
|
+
interface ApplicationJson {
|
|
9736
|
+
[k: string]: unknown;
|
|
9737
|
+
}
|
|
9738
|
+
}
|
|
9739
|
+
}
|
|
9740
|
+
namespace Default {
|
|
9741
|
+
namespace Content {
|
|
9742
|
+
interface ApplicationJson {
|
|
9743
|
+
[k: string]: unknown;
|
|
9744
|
+
}
|
|
9707
9745
|
}
|
|
9708
9746
|
}
|
|
9709
9747
|
}
|
|
9710
9748
|
}
|
|
9711
9749
|
}
|
|
9712
|
-
namespace
|
|
9750
|
+
namespace V2ProjectsProjectIdMailaddresses { }
|
|
9751
|
+
namespace V2ProjectsProjectIdMailAddresses {
|
|
9713
9752
|
namespace Get {
|
|
9714
9753
|
namespace Parameters {
|
|
9715
9754
|
type Path = {
|
|
9716
|
-
|
|
9755
|
+
projectId: string;
|
|
9717
9756
|
};
|
|
9718
9757
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9719
9758
|
type Query = {};
|
|
@@ -9721,118 +9760,180 @@ export declare module MittwaldAPIV2 {
|
|
|
9721
9760
|
namespace Responses {
|
|
9722
9761
|
namespace $200 {
|
|
9723
9762
|
namespace Content {
|
|
9724
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
9763
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress[];
|
|
9764
|
+
}
|
|
9765
|
+
}
|
|
9766
|
+
namespace $400 {
|
|
9767
|
+
namespace Content {
|
|
9768
|
+
interface ApplicationJson {
|
|
9769
|
+
[k: string]: unknown;
|
|
9770
|
+
}
|
|
9725
9771
|
}
|
|
9726
9772
|
}
|
|
9727
9773
|
namespace $403 {
|
|
9728
9774
|
namespace Content {
|
|
9729
|
-
|
|
9775
|
+
interface ApplicationJson {
|
|
9776
|
+
[k: string]: unknown;
|
|
9777
|
+
}
|
|
9730
9778
|
}
|
|
9731
9779
|
}
|
|
9732
9780
|
namespace $404 {
|
|
9733
9781
|
namespace Content {
|
|
9734
|
-
|
|
9782
|
+
interface ApplicationJson {
|
|
9783
|
+
[k: string]: unknown;
|
|
9784
|
+
}
|
|
9735
9785
|
}
|
|
9736
9786
|
}
|
|
9737
9787
|
namespace $500 {
|
|
9738
9788
|
namespace Content {
|
|
9739
|
-
|
|
9789
|
+
interface ApplicationJson {
|
|
9790
|
+
[k: string]: unknown;
|
|
9791
|
+
}
|
|
9740
9792
|
}
|
|
9741
9793
|
}
|
|
9742
9794
|
namespace $503 {
|
|
9743
9795
|
namespace Content {
|
|
9744
|
-
|
|
9796
|
+
interface ApplicationJson {
|
|
9797
|
+
[k: string]: unknown;
|
|
9798
|
+
}
|
|
9799
|
+
}
|
|
9800
|
+
}
|
|
9801
|
+
namespace Default {
|
|
9802
|
+
namespace Content {
|
|
9803
|
+
interface ApplicationJson {
|
|
9804
|
+
[k: string]: unknown;
|
|
9805
|
+
}
|
|
9745
9806
|
}
|
|
9746
9807
|
}
|
|
9747
9808
|
}
|
|
9748
9809
|
}
|
|
9749
|
-
namespace
|
|
9810
|
+
namespace Post {
|
|
9750
9811
|
namespace Parameters {
|
|
9751
9812
|
type Path = {
|
|
9752
|
-
|
|
9813
|
+
projectId: string;
|
|
9753
9814
|
};
|
|
9815
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.MailCreateForwardAddress | MittwaldAPIV2.Components.Schemas.MailCreateMailAddress;
|
|
9754
9816
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9755
9817
|
type Query = {};
|
|
9756
9818
|
}
|
|
9757
9819
|
namespace Responses {
|
|
9758
|
-
namespace $
|
|
9820
|
+
namespace $201 {
|
|
9759
9821
|
namespace Content {
|
|
9760
|
-
|
|
9822
|
+
interface ApplicationJson {
|
|
9823
|
+
id: string;
|
|
9824
|
+
}
|
|
9825
|
+
}
|
|
9826
|
+
}
|
|
9827
|
+
namespace $400 {
|
|
9828
|
+
namespace Content {
|
|
9829
|
+
interface ApplicationJson {
|
|
9830
|
+
[k: string]: unknown;
|
|
9831
|
+
}
|
|
9761
9832
|
}
|
|
9762
9833
|
}
|
|
9763
9834
|
namespace $403 {
|
|
9764
9835
|
namespace Content {
|
|
9765
|
-
|
|
9836
|
+
interface ApplicationJson {
|
|
9837
|
+
[k: string]: unknown;
|
|
9838
|
+
}
|
|
9766
9839
|
}
|
|
9767
9840
|
}
|
|
9768
9841
|
namespace $404 {
|
|
9769
9842
|
namespace Content {
|
|
9770
|
-
|
|
9843
|
+
interface ApplicationJson {
|
|
9844
|
+
[k: string]: unknown;
|
|
9845
|
+
}
|
|
9771
9846
|
}
|
|
9772
9847
|
}
|
|
9773
9848
|
namespace $500 {
|
|
9774
9849
|
namespace Content {
|
|
9775
|
-
|
|
9850
|
+
interface ApplicationJson {
|
|
9851
|
+
[k: string]: unknown;
|
|
9852
|
+
}
|
|
9776
9853
|
}
|
|
9777
9854
|
}
|
|
9778
9855
|
namespace $503 {
|
|
9779
9856
|
namespace Content {
|
|
9780
|
-
|
|
9857
|
+
interface ApplicationJson {
|
|
9858
|
+
[k: string]: unknown;
|
|
9859
|
+
}
|
|
9860
|
+
}
|
|
9861
|
+
}
|
|
9862
|
+
namespace Default {
|
|
9863
|
+
namespace Content {
|
|
9864
|
+
interface ApplicationJson {
|
|
9865
|
+
[k: string]: unknown;
|
|
9866
|
+
}
|
|
9781
9867
|
}
|
|
9782
9868
|
}
|
|
9783
9869
|
}
|
|
9784
9870
|
}
|
|
9785
9871
|
}
|
|
9786
|
-
namespace
|
|
9787
|
-
|
|
9872
|
+
namespace V2DeliveryboxesDeliveryBoxId { }
|
|
9873
|
+
namespace V2DeliveryBoxesDeliveryBoxId {
|
|
9874
|
+
namespace Get {
|
|
9788
9875
|
namespace Parameters {
|
|
9789
9876
|
type Path = {
|
|
9790
|
-
|
|
9877
|
+
deliveryBoxId: string;
|
|
9791
9878
|
};
|
|
9792
|
-
interface RequestBody {
|
|
9793
|
-
description: string;
|
|
9794
|
-
}
|
|
9795
9879
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9796
9880
|
type Query = {};
|
|
9797
9881
|
}
|
|
9798
9882
|
namespace Responses {
|
|
9799
9883
|
namespace $200 {
|
|
9800
9884
|
namespace Content {
|
|
9801
|
-
type
|
|
9885
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox;
|
|
9886
|
+
}
|
|
9887
|
+
}
|
|
9888
|
+
namespace $400 {
|
|
9889
|
+
namespace Content {
|
|
9890
|
+
interface ApplicationJson {
|
|
9891
|
+
[k: string]: unknown;
|
|
9892
|
+
}
|
|
9802
9893
|
}
|
|
9803
9894
|
}
|
|
9804
9895
|
namespace $403 {
|
|
9805
9896
|
namespace Content {
|
|
9806
|
-
|
|
9897
|
+
interface ApplicationJson {
|
|
9898
|
+
[k: string]: unknown;
|
|
9899
|
+
}
|
|
9807
9900
|
}
|
|
9808
9901
|
}
|
|
9809
9902
|
namespace $404 {
|
|
9810
9903
|
namespace Content {
|
|
9811
|
-
|
|
9904
|
+
interface ApplicationJson {
|
|
9905
|
+
[k: string]: unknown;
|
|
9906
|
+
}
|
|
9812
9907
|
}
|
|
9813
9908
|
}
|
|
9814
9909
|
namespace $500 {
|
|
9815
9910
|
namespace Content {
|
|
9816
|
-
|
|
9911
|
+
interface ApplicationJson {
|
|
9912
|
+
[k: string]: unknown;
|
|
9913
|
+
}
|
|
9817
9914
|
}
|
|
9818
9915
|
}
|
|
9819
9916
|
namespace $503 {
|
|
9820
9917
|
namespace Content {
|
|
9821
|
-
|
|
9918
|
+
interface ApplicationJson {
|
|
9919
|
+
[k: string]: unknown;
|
|
9920
|
+
}
|
|
9921
|
+
}
|
|
9922
|
+
}
|
|
9923
|
+
namespace Default {
|
|
9924
|
+
namespace Content {
|
|
9925
|
+
interface ApplicationJson {
|
|
9926
|
+
[k: string]: unknown;
|
|
9927
|
+
}
|
|
9822
9928
|
}
|
|
9823
9929
|
}
|
|
9824
9930
|
}
|
|
9825
9931
|
}
|
|
9826
|
-
|
|
9827
|
-
namespace V2DeliveryboxesIdPassword {
|
|
9828
|
-
namespace Put {
|
|
9932
|
+
namespace Delete {
|
|
9829
9933
|
namespace Parameters {
|
|
9830
9934
|
type Path = {
|
|
9831
|
-
|
|
9935
|
+
deliveryBoxId: string;
|
|
9832
9936
|
};
|
|
9833
|
-
interface RequestBody {
|
|
9834
|
-
password: string;
|
|
9835
|
-
}
|
|
9836
9937
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9837
9938
|
type Query = {};
|
|
9838
9939
|
}
|
|
@@ -9842,34 +9943,57 @@ export declare module MittwaldAPIV2 {
|
|
|
9842
9943
|
type Empty = unknown;
|
|
9843
9944
|
}
|
|
9844
9945
|
}
|
|
9946
|
+
namespace $400 {
|
|
9947
|
+
namespace Content {
|
|
9948
|
+
interface ApplicationJson {
|
|
9949
|
+
[k: string]: unknown;
|
|
9950
|
+
}
|
|
9951
|
+
}
|
|
9952
|
+
}
|
|
9845
9953
|
namespace $403 {
|
|
9846
9954
|
namespace Content {
|
|
9847
|
-
|
|
9955
|
+
interface ApplicationJson {
|
|
9956
|
+
[k: string]: unknown;
|
|
9957
|
+
}
|
|
9848
9958
|
}
|
|
9849
9959
|
}
|
|
9850
9960
|
namespace $404 {
|
|
9851
9961
|
namespace Content {
|
|
9852
|
-
|
|
9962
|
+
interface ApplicationJson {
|
|
9963
|
+
[k: string]: unknown;
|
|
9964
|
+
}
|
|
9853
9965
|
}
|
|
9854
9966
|
}
|
|
9855
9967
|
namespace $500 {
|
|
9856
9968
|
namespace Content {
|
|
9857
|
-
|
|
9969
|
+
interface ApplicationJson {
|
|
9970
|
+
[k: string]: unknown;
|
|
9971
|
+
}
|
|
9858
9972
|
}
|
|
9859
9973
|
}
|
|
9860
9974
|
namespace $503 {
|
|
9861
9975
|
namespace Content {
|
|
9862
|
-
|
|
9976
|
+
interface ApplicationJson {
|
|
9977
|
+
[k: string]: unknown;
|
|
9978
|
+
}
|
|
9979
|
+
}
|
|
9980
|
+
}
|
|
9981
|
+
namespace Default {
|
|
9982
|
+
namespace Content {
|
|
9983
|
+
interface ApplicationJson {
|
|
9984
|
+
[k: string]: unknown;
|
|
9985
|
+
}
|
|
9863
9986
|
}
|
|
9864
9987
|
}
|
|
9865
9988
|
}
|
|
9866
9989
|
}
|
|
9867
9990
|
}
|
|
9868
|
-
namespace
|
|
9991
|
+
namespace V2MailaddressesMailAddressId { }
|
|
9992
|
+
namespace V2MailAddressesMailAddressId {
|
|
9869
9993
|
namespace Get {
|
|
9870
9994
|
namespace Parameters {
|
|
9871
9995
|
type Path = {
|
|
9872
|
-
|
|
9996
|
+
mailAddressId: string;
|
|
9873
9997
|
};
|
|
9874
9998
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9875
9999
|
type Query = {};
|
|
@@ -9877,49 +10001,65 @@ export declare module MittwaldAPIV2 {
|
|
|
9877
10001
|
namespace Responses {
|
|
9878
10002
|
namespace $200 {
|
|
9879
10003
|
namespace Content {
|
|
9880
|
-
|
|
9881
|
-
|
|
9882
|
-
|
|
9883
|
-
|
|
10004
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress;
|
|
10005
|
+
}
|
|
10006
|
+
}
|
|
10007
|
+
namespace $400 {
|
|
10008
|
+
namespace Content {
|
|
10009
|
+
interface ApplicationJson {
|
|
10010
|
+
[k: string]: unknown;
|
|
10011
|
+
}
|
|
9884
10012
|
}
|
|
9885
10013
|
}
|
|
9886
10014
|
namespace $403 {
|
|
9887
10015
|
namespace Content {
|
|
9888
|
-
|
|
10016
|
+
interface ApplicationJson {
|
|
10017
|
+
[k: string]: unknown;
|
|
10018
|
+
}
|
|
9889
10019
|
}
|
|
9890
10020
|
}
|
|
9891
10021
|
namespace $404 {
|
|
9892
10022
|
namespace Content {
|
|
9893
|
-
|
|
10023
|
+
interface ApplicationJson {
|
|
10024
|
+
[k: string]: unknown;
|
|
10025
|
+
}
|
|
9894
10026
|
}
|
|
9895
10027
|
}
|
|
9896
10028
|
namespace $500 {
|
|
9897
10029
|
namespace Content {
|
|
9898
|
-
|
|
10030
|
+
interface ApplicationJson {
|
|
10031
|
+
[k: string]: unknown;
|
|
10032
|
+
}
|
|
9899
10033
|
}
|
|
9900
10034
|
}
|
|
9901
10035
|
namespace $503 {
|
|
9902
10036
|
namespace Content {
|
|
9903
|
-
|
|
10037
|
+
interface ApplicationJson {
|
|
10038
|
+
[k: string]: unknown;
|
|
10039
|
+
}
|
|
10040
|
+
}
|
|
10041
|
+
}
|
|
10042
|
+
namespace Default {
|
|
10043
|
+
namespace Content {
|
|
10044
|
+
interface ApplicationJson {
|
|
10045
|
+
[k: string]: unknown;
|
|
10046
|
+
}
|
|
9904
10047
|
}
|
|
9905
10048
|
}
|
|
9906
10049
|
}
|
|
9907
10050
|
}
|
|
9908
|
-
namespace
|
|
10051
|
+
namespace Delete {
|
|
9909
10052
|
namespace Parameters {
|
|
9910
10053
|
type Path = {
|
|
9911
|
-
|
|
10054
|
+
mailAddressId: string;
|
|
9912
10055
|
};
|
|
9913
|
-
type RequestBody = MittwaldAPIV2.Components.Schemas.MailCreateForwardAddress | MittwaldAPIV2.Components.Schemas.MailCreateMailAddress;
|
|
9914
10056
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9915
10057
|
type Query = {};
|
|
9916
10058
|
}
|
|
9917
10059
|
namespace Responses {
|
|
9918
|
-
namespace $
|
|
10060
|
+
namespace $200 {
|
|
9919
10061
|
namespace Content {
|
|
9920
|
-
|
|
9921
|
-
id: string;
|
|
9922
|
-
}
|
|
10062
|
+
type Empty = unknown;
|
|
9923
10063
|
}
|
|
9924
10064
|
}
|
|
9925
10065
|
namespace $400 {
|
|
@@ -9931,32 +10071,50 @@ export declare module MittwaldAPIV2 {
|
|
|
9931
10071
|
}
|
|
9932
10072
|
namespace $403 {
|
|
9933
10073
|
namespace Content {
|
|
9934
|
-
|
|
10074
|
+
interface ApplicationJson {
|
|
10075
|
+
[k: string]: unknown;
|
|
10076
|
+
}
|
|
9935
10077
|
}
|
|
9936
10078
|
}
|
|
9937
10079
|
namespace $404 {
|
|
9938
10080
|
namespace Content {
|
|
9939
|
-
|
|
10081
|
+
interface ApplicationJson {
|
|
10082
|
+
[k: string]: unknown;
|
|
10083
|
+
}
|
|
9940
10084
|
}
|
|
9941
10085
|
}
|
|
9942
10086
|
namespace $500 {
|
|
9943
10087
|
namespace Content {
|
|
9944
|
-
|
|
10088
|
+
interface ApplicationJson {
|
|
10089
|
+
[k: string]: unknown;
|
|
10090
|
+
}
|
|
9945
10091
|
}
|
|
9946
10092
|
}
|
|
9947
10093
|
namespace $503 {
|
|
9948
10094
|
namespace Content {
|
|
9949
|
-
|
|
10095
|
+
interface ApplicationJson {
|
|
10096
|
+
[k: string]: unknown;
|
|
10097
|
+
}
|
|
10098
|
+
}
|
|
10099
|
+
}
|
|
10100
|
+
namespace Default {
|
|
10101
|
+
namespace Content {
|
|
10102
|
+
interface ApplicationJson {
|
|
10103
|
+
[k: string]: unknown;
|
|
10104
|
+
}
|
|
9950
10105
|
}
|
|
9951
10106
|
}
|
|
9952
10107
|
}
|
|
9953
10108
|
}
|
|
9954
10109
|
}
|
|
9955
|
-
namespace
|
|
10110
|
+
namespace V2DeliveryboxesIdDescription { }
|
|
10111
|
+
namespace V2DeliveryboxesIdPassword { }
|
|
10112
|
+
namespace V2ProjectsProjectIdMailsettings { }
|
|
10113
|
+
namespace V2ProjectsProjectIdMailSettings {
|
|
9956
10114
|
namespace Get {
|
|
9957
10115
|
namespace Parameters {
|
|
9958
10116
|
type Path = {
|
|
9959
|
-
|
|
10117
|
+
projectId: string;
|
|
9960
10118
|
};
|
|
9961
10119
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9962
10120
|
type Query = {};
|
|
@@ -9964,36 +10122,70 @@ export declare module MittwaldAPIV2 {
|
|
|
9964
10122
|
namespace Responses {
|
|
9965
10123
|
namespace $200 {
|
|
9966
10124
|
namespace Content {
|
|
9967
|
-
|
|
10125
|
+
interface ApplicationJson {
|
|
10126
|
+
blacklist: string[];
|
|
10127
|
+
projectId: string;
|
|
10128
|
+
whitelist: string[];
|
|
10129
|
+
}
|
|
10130
|
+
}
|
|
10131
|
+
}
|
|
10132
|
+
namespace $400 {
|
|
10133
|
+
namespace Content {
|
|
10134
|
+
interface ApplicationJson {
|
|
10135
|
+
[k: string]: unknown;
|
|
10136
|
+
}
|
|
9968
10137
|
}
|
|
9969
10138
|
}
|
|
9970
10139
|
namespace $403 {
|
|
9971
10140
|
namespace Content {
|
|
9972
|
-
|
|
10141
|
+
interface ApplicationJson {
|
|
10142
|
+
[k: string]: unknown;
|
|
10143
|
+
}
|
|
9973
10144
|
}
|
|
9974
10145
|
}
|
|
9975
10146
|
namespace $404 {
|
|
9976
10147
|
namespace Content {
|
|
9977
|
-
|
|
10148
|
+
interface ApplicationJson {
|
|
10149
|
+
[k: string]: unknown;
|
|
10150
|
+
}
|
|
9978
10151
|
}
|
|
9979
10152
|
}
|
|
9980
10153
|
namespace $500 {
|
|
9981
10154
|
namespace Content {
|
|
9982
|
-
|
|
10155
|
+
interface ApplicationJson {
|
|
10156
|
+
[k: string]: unknown;
|
|
10157
|
+
}
|
|
9983
10158
|
}
|
|
9984
10159
|
}
|
|
9985
10160
|
namespace $503 {
|
|
9986
10161
|
namespace Content {
|
|
9987
|
-
|
|
10162
|
+
interface ApplicationJson {
|
|
10163
|
+
[k: string]: unknown;
|
|
10164
|
+
}
|
|
10165
|
+
}
|
|
10166
|
+
}
|
|
10167
|
+
namespace Default {
|
|
10168
|
+
namespace Content {
|
|
10169
|
+
interface ApplicationJson {
|
|
10170
|
+
[k: string]: unknown;
|
|
10171
|
+
}
|
|
9988
10172
|
}
|
|
9989
10173
|
}
|
|
9990
10174
|
}
|
|
9991
10175
|
}
|
|
9992
|
-
|
|
10176
|
+
}
|
|
10177
|
+
namespace V2MailaddressesIdAddress { }
|
|
10178
|
+
namespace V2ProjectsProjectIdMailsettingsBlacklist { }
|
|
10179
|
+
namespace V2ProjectsProjectIdMailsettingsWhitelist { }
|
|
10180
|
+
namespace V2DeliveryBoxesDeliveryBoxIdDescription {
|
|
10181
|
+
namespace Patch {
|
|
9993
10182
|
namespace Parameters {
|
|
9994
10183
|
type Path = {
|
|
9995
|
-
|
|
10184
|
+
deliveryBoxId: string;
|
|
9996
10185
|
};
|
|
10186
|
+
interface RequestBody {
|
|
10187
|
+
description: string;
|
|
10188
|
+
}
|
|
9997
10189
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9998
10190
|
type Query = {};
|
|
9999
10191
|
}
|
|
@@ -10003,37 +10195,59 @@ export declare module MittwaldAPIV2 {
|
|
|
10003
10195
|
type Empty = unknown;
|
|
10004
10196
|
}
|
|
10005
10197
|
}
|
|
10198
|
+
namespace $400 {
|
|
10199
|
+
namespace Content {
|
|
10200
|
+
interface ApplicationJson {
|
|
10201
|
+
[k: string]: unknown;
|
|
10202
|
+
}
|
|
10203
|
+
}
|
|
10204
|
+
}
|
|
10006
10205
|
namespace $403 {
|
|
10007
10206
|
namespace Content {
|
|
10008
|
-
|
|
10207
|
+
interface ApplicationJson {
|
|
10208
|
+
[k: string]: unknown;
|
|
10209
|
+
}
|
|
10009
10210
|
}
|
|
10010
10211
|
}
|
|
10011
10212
|
namespace $404 {
|
|
10012
10213
|
namespace Content {
|
|
10013
|
-
|
|
10214
|
+
interface ApplicationJson {
|
|
10215
|
+
[k: string]: unknown;
|
|
10216
|
+
}
|
|
10014
10217
|
}
|
|
10015
10218
|
}
|
|
10016
10219
|
namespace $500 {
|
|
10017
10220
|
namespace Content {
|
|
10018
|
-
|
|
10221
|
+
interface ApplicationJson {
|
|
10222
|
+
[k: string]: unknown;
|
|
10223
|
+
}
|
|
10019
10224
|
}
|
|
10020
10225
|
}
|
|
10021
10226
|
namespace $503 {
|
|
10022
10227
|
namespace Content {
|
|
10023
|
-
|
|
10228
|
+
interface ApplicationJson {
|
|
10229
|
+
[k: string]: unknown;
|
|
10230
|
+
}
|
|
10231
|
+
}
|
|
10232
|
+
}
|
|
10233
|
+
namespace Default {
|
|
10234
|
+
namespace Content {
|
|
10235
|
+
interface ApplicationJson {
|
|
10236
|
+
[k: string]: unknown;
|
|
10237
|
+
}
|
|
10024
10238
|
}
|
|
10025
10239
|
}
|
|
10026
10240
|
}
|
|
10027
10241
|
}
|
|
10028
10242
|
}
|
|
10029
|
-
namespace
|
|
10030
|
-
namespace
|
|
10243
|
+
namespace V2DeliveryBoxesDeliveryBoxIdPassword {
|
|
10244
|
+
namespace Patch {
|
|
10031
10245
|
namespace Parameters {
|
|
10032
10246
|
type Path = {
|
|
10033
|
-
|
|
10247
|
+
deliveryBoxId: string;
|
|
10034
10248
|
};
|
|
10035
10249
|
interface RequestBody {
|
|
10036
|
-
|
|
10250
|
+
password: string;
|
|
10037
10251
|
}
|
|
10038
10252
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10039
10253
|
type Query = {};
|
|
@@ -10044,42 +10258,59 @@ export declare module MittwaldAPIV2 {
|
|
|
10044
10258
|
type Empty = unknown;
|
|
10045
10259
|
}
|
|
10046
10260
|
}
|
|
10261
|
+
namespace $400 {
|
|
10262
|
+
namespace Content {
|
|
10263
|
+
interface ApplicationJson {
|
|
10264
|
+
[k: string]: unknown;
|
|
10265
|
+
}
|
|
10266
|
+
}
|
|
10267
|
+
}
|
|
10047
10268
|
namespace $403 {
|
|
10048
10269
|
namespace Content {
|
|
10049
|
-
|
|
10270
|
+
interface ApplicationJson {
|
|
10271
|
+
[k: string]: unknown;
|
|
10272
|
+
}
|
|
10050
10273
|
}
|
|
10051
10274
|
}
|
|
10052
10275
|
namespace $404 {
|
|
10053
10276
|
namespace Content {
|
|
10054
|
-
|
|
10277
|
+
interface ApplicationJson {
|
|
10278
|
+
[k: string]: unknown;
|
|
10279
|
+
}
|
|
10055
10280
|
}
|
|
10056
10281
|
}
|
|
10057
10282
|
namespace $500 {
|
|
10058
10283
|
namespace Content {
|
|
10059
|
-
|
|
10284
|
+
interface ApplicationJson {
|
|
10285
|
+
[k: string]: unknown;
|
|
10286
|
+
}
|
|
10060
10287
|
}
|
|
10061
10288
|
}
|
|
10062
10289
|
namespace $503 {
|
|
10063
10290
|
namespace Content {
|
|
10064
|
-
|
|
10291
|
+
interface ApplicationJson {
|
|
10292
|
+
[k: string]: unknown;
|
|
10293
|
+
}
|
|
10294
|
+
}
|
|
10295
|
+
}
|
|
10296
|
+
namespace Default {
|
|
10297
|
+
namespace Content {
|
|
10298
|
+
interface ApplicationJson {
|
|
10299
|
+
[k: string]: unknown;
|
|
10300
|
+
}
|
|
10065
10301
|
}
|
|
10066
10302
|
}
|
|
10067
10303
|
}
|
|
10068
10304
|
}
|
|
10069
10305
|
}
|
|
10070
|
-
namespace
|
|
10071
|
-
namespace
|
|
10306
|
+
namespace V2MailAddressesMailAddressIdAddress {
|
|
10307
|
+
namespace Patch {
|
|
10072
10308
|
namespace Parameters {
|
|
10073
10309
|
type Path = {
|
|
10074
|
-
|
|
10310
|
+
mailAddressId: string;
|
|
10075
10311
|
};
|
|
10076
10312
|
interface RequestBody {
|
|
10077
|
-
|
|
10078
|
-
active: boolean;
|
|
10079
|
-
expiresAt?: string;
|
|
10080
|
-
message: string;
|
|
10081
|
-
startsAt?: string;
|
|
10082
|
-
};
|
|
10313
|
+
address: string;
|
|
10083
10314
|
}
|
|
10084
10315
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10085
10316
|
type Query = {};
|
|
@@ -10090,37 +10321,65 @@ export declare module MittwaldAPIV2 {
|
|
|
10090
10321
|
type Empty = unknown;
|
|
10091
10322
|
}
|
|
10092
10323
|
}
|
|
10324
|
+
namespace $400 {
|
|
10325
|
+
namespace Content {
|
|
10326
|
+
interface ApplicationJson {
|
|
10327
|
+
[k: string]: unknown;
|
|
10328
|
+
}
|
|
10329
|
+
}
|
|
10330
|
+
}
|
|
10093
10331
|
namespace $403 {
|
|
10094
10332
|
namespace Content {
|
|
10095
|
-
|
|
10333
|
+
interface ApplicationJson {
|
|
10334
|
+
[k: string]: unknown;
|
|
10335
|
+
}
|
|
10096
10336
|
}
|
|
10097
10337
|
}
|
|
10098
10338
|
namespace $404 {
|
|
10099
10339
|
namespace Content {
|
|
10100
|
-
|
|
10340
|
+
interface ApplicationJson {
|
|
10341
|
+
[k: string]: unknown;
|
|
10342
|
+
}
|
|
10101
10343
|
}
|
|
10102
10344
|
}
|
|
10103
10345
|
namespace $500 {
|
|
10104
10346
|
namespace Content {
|
|
10105
|
-
|
|
10347
|
+
interface ApplicationJson {
|
|
10348
|
+
[k: string]: unknown;
|
|
10349
|
+
}
|
|
10106
10350
|
}
|
|
10107
10351
|
}
|
|
10108
10352
|
namespace $503 {
|
|
10109
10353
|
namespace Content {
|
|
10110
|
-
|
|
10354
|
+
interface ApplicationJson {
|
|
10355
|
+
[k: string]: unknown;
|
|
10356
|
+
}
|
|
10357
|
+
}
|
|
10358
|
+
}
|
|
10359
|
+
namespace Default {
|
|
10360
|
+
namespace Content {
|
|
10361
|
+
interface ApplicationJson {
|
|
10362
|
+
[k: string]: unknown;
|
|
10363
|
+
}
|
|
10111
10364
|
}
|
|
10112
10365
|
}
|
|
10113
10366
|
}
|
|
10114
10367
|
}
|
|
10115
10368
|
}
|
|
10116
|
-
namespace
|
|
10369
|
+
namespace V2MailaddressesMailAddressIdAutoResponder { }
|
|
10370
|
+
namespace V2MailAddressesMailAddressIdAutoresponder {
|
|
10117
10371
|
namespace Put {
|
|
10118
10372
|
namespace Parameters {
|
|
10119
10373
|
type Path = {
|
|
10120
|
-
|
|
10374
|
+
mailAddressId: string;
|
|
10121
10375
|
};
|
|
10122
10376
|
interface RequestBody {
|
|
10123
|
-
|
|
10377
|
+
autoResponder: {
|
|
10378
|
+
active: boolean;
|
|
10379
|
+
expiresAt?: string;
|
|
10380
|
+
message: string;
|
|
10381
|
+
startsAt?: string;
|
|
10382
|
+
};
|
|
10124
10383
|
}
|
|
10125
10384
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10126
10385
|
type Query = {};
|
|
@@ -10140,35 +10399,51 @@ export declare module MittwaldAPIV2 {
|
|
|
10140
10399
|
}
|
|
10141
10400
|
namespace $403 {
|
|
10142
10401
|
namespace Content {
|
|
10143
|
-
|
|
10402
|
+
interface ApplicationJson {
|
|
10403
|
+
[k: string]: unknown;
|
|
10404
|
+
}
|
|
10144
10405
|
}
|
|
10145
10406
|
}
|
|
10146
10407
|
namespace $404 {
|
|
10147
10408
|
namespace Content {
|
|
10148
|
-
|
|
10409
|
+
interface ApplicationJson {
|
|
10410
|
+
[k: string]: unknown;
|
|
10411
|
+
}
|
|
10149
10412
|
}
|
|
10150
10413
|
}
|
|
10151
10414
|
namespace $500 {
|
|
10152
10415
|
namespace Content {
|
|
10153
|
-
|
|
10416
|
+
interface ApplicationJson {
|
|
10417
|
+
[k: string]: unknown;
|
|
10418
|
+
}
|
|
10154
10419
|
}
|
|
10155
10420
|
}
|
|
10156
10421
|
namespace $503 {
|
|
10157
10422
|
namespace Content {
|
|
10158
|
-
|
|
10423
|
+
interface ApplicationJson {
|
|
10424
|
+
[k: string]: unknown;
|
|
10425
|
+
}
|
|
10426
|
+
}
|
|
10427
|
+
}
|
|
10428
|
+
namespace Default {
|
|
10429
|
+
namespace Content {
|
|
10430
|
+
interface ApplicationJson {
|
|
10431
|
+
[k: string]: unknown;
|
|
10432
|
+
}
|
|
10159
10433
|
}
|
|
10160
10434
|
}
|
|
10161
10435
|
}
|
|
10162
10436
|
}
|
|
10163
10437
|
}
|
|
10164
|
-
namespace
|
|
10438
|
+
namespace V2MailaddressesMailAddressIdCatchAll { }
|
|
10439
|
+
namespace V2MailAddressesMailAddressIdCatchall {
|
|
10165
10440
|
namespace Put {
|
|
10166
10441
|
namespace Parameters {
|
|
10167
10442
|
type Path = {
|
|
10168
|
-
|
|
10443
|
+
mailAddressId: string;
|
|
10169
10444
|
};
|
|
10170
10445
|
interface RequestBody {
|
|
10171
|
-
|
|
10446
|
+
active: boolean;
|
|
10172
10447
|
}
|
|
10173
10448
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10174
10449
|
type Query = {};
|
|
@@ -10179,37 +10454,60 @@ export declare module MittwaldAPIV2 {
|
|
|
10179
10454
|
type Empty = unknown;
|
|
10180
10455
|
}
|
|
10181
10456
|
}
|
|
10457
|
+
namespace $400 {
|
|
10458
|
+
namespace Content {
|
|
10459
|
+
interface ApplicationJson {
|
|
10460
|
+
[k: string]: unknown;
|
|
10461
|
+
}
|
|
10462
|
+
}
|
|
10463
|
+
}
|
|
10182
10464
|
namespace $403 {
|
|
10183
10465
|
namespace Content {
|
|
10184
|
-
|
|
10466
|
+
interface ApplicationJson {
|
|
10467
|
+
[k: string]: unknown;
|
|
10468
|
+
}
|
|
10185
10469
|
}
|
|
10186
10470
|
}
|
|
10187
10471
|
namespace $404 {
|
|
10188
10472
|
namespace Content {
|
|
10189
|
-
|
|
10473
|
+
interface ApplicationJson {
|
|
10474
|
+
[k: string]: unknown;
|
|
10475
|
+
}
|
|
10190
10476
|
}
|
|
10191
10477
|
}
|
|
10192
10478
|
namespace $500 {
|
|
10193
10479
|
namespace Content {
|
|
10194
|
-
|
|
10480
|
+
interface ApplicationJson {
|
|
10481
|
+
[k: string]: unknown;
|
|
10482
|
+
}
|
|
10195
10483
|
}
|
|
10196
10484
|
}
|
|
10197
10485
|
namespace $503 {
|
|
10198
10486
|
namespace Content {
|
|
10199
|
-
|
|
10487
|
+
interface ApplicationJson {
|
|
10488
|
+
[k: string]: unknown;
|
|
10489
|
+
}
|
|
10490
|
+
}
|
|
10491
|
+
}
|
|
10492
|
+
namespace Default {
|
|
10493
|
+
namespace Content {
|
|
10494
|
+
interface ApplicationJson {
|
|
10495
|
+
[k: string]: unknown;
|
|
10496
|
+
}
|
|
10200
10497
|
}
|
|
10201
10498
|
}
|
|
10202
10499
|
}
|
|
10203
10500
|
}
|
|
10204
10501
|
}
|
|
10205
|
-
namespace
|
|
10502
|
+
namespace V2MailaddressesMailAddressIdForwardaddresses { }
|
|
10503
|
+
namespace V2MailAddressesMailAddressIdForwardAddresses {
|
|
10206
10504
|
namespace Put {
|
|
10207
10505
|
namespace Parameters {
|
|
10208
10506
|
type Path = {
|
|
10209
|
-
|
|
10507
|
+
mailAddressId: string;
|
|
10210
10508
|
};
|
|
10211
10509
|
interface RequestBody {
|
|
10212
|
-
|
|
10510
|
+
forwardAddresses: string[];
|
|
10213
10511
|
}
|
|
10214
10512
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10215
10513
|
type Query = {};
|
|
@@ -10220,37 +10518,60 @@ export declare module MittwaldAPIV2 {
|
|
|
10220
10518
|
type Empty = unknown;
|
|
10221
10519
|
}
|
|
10222
10520
|
}
|
|
10521
|
+
namespace $400 {
|
|
10522
|
+
namespace Content {
|
|
10523
|
+
interface ApplicationJson {
|
|
10524
|
+
[k: string]: unknown;
|
|
10525
|
+
}
|
|
10526
|
+
}
|
|
10527
|
+
}
|
|
10223
10528
|
namespace $403 {
|
|
10224
10529
|
namespace Content {
|
|
10225
|
-
|
|
10530
|
+
interface ApplicationJson {
|
|
10531
|
+
[k: string]: unknown;
|
|
10532
|
+
}
|
|
10226
10533
|
}
|
|
10227
10534
|
}
|
|
10228
10535
|
namespace $404 {
|
|
10229
10536
|
namespace Content {
|
|
10230
|
-
|
|
10537
|
+
interface ApplicationJson {
|
|
10538
|
+
[k: string]: unknown;
|
|
10539
|
+
}
|
|
10231
10540
|
}
|
|
10232
10541
|
}
|
|
10233
10542
|
namespace $500 {
|
|
10234
10543
|
namespace Content {
|
|
10235
|
-
|
|
10544
|
+
interface ApplicationJson {
|
|
10545
|
+
[k: string]: unknown;
|
|
10546
|
+
}
|
|
10236
10547
|
}
|
|
10237
10548
|
}
|
|
10238
10549
|
namespace $503 {
|
|
10239
10550
|
namespace Content {
|
|
10240
|
-
|
|
10551
|
+
interface ApplicationJson {
|
|
10552
|
+
[k: string]: unknown;
|
|
10553
|
+
}
|
|
10554
|
+
}
|
|
10555
|
+
}
|
|
10556
|
+
namespace Default {
|
|
10557
|
+
namespace Content {
|
|
10558
|
+
interface ApplicationJson {
|
|
10559
|
+
[k: string]: unknown;
|
|
10560
|
+
}
|
|
10241
10561
|
}
|
|
10242
10562
|
}
|
|
10243
10563
|
}
|
|
10244
10564
|
}
|
|
10245
10565
|
}
|
|
10246
|
-
namespace
|
|
10566
|
+
namespace V2MailaddressesMailAddressIdPassword { }
|
|
10567
|
+
namespace V2MailAddressesMailAddressIdPassword {
|
|
10247
10568
|
namespace Put {
|
|
10248
10569
|
namespace Parameters {
|
|
10249
10570
|
type Path = {
|
|
10250
|
-
|
|
10571
|
+
mailAddressId: string;
|
|
10251
10572
|
};
|
|
10252
10573
|
interface RequestBody {
|
|
10253
|
-
|
|
10574
|
+
password: string;
|
|
10254
10575
|
}
|
|
10255
10576
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10256
10577
|
type Query = {};
|
|
@@ -10261,42 +10582,60 @@ export declare module MittwaldAPIV2 {
|
|
|
10261
10582
|
type Empty = unknown;
|
|
10262
10583
|
}
|
|
10263
10584
|
}
|
|
10585
|
+
namespace $400 {
|
|
10586
|
+
namespace Content {
|
|
10587
|
+
interface ApplicationJson {
|
|
10588
|
+
[k: string]: unknown;
|
|
10589
|
+
}
|
|
10590
|
+
}
|
|
10591
|
+
}
|
|
10264
10592
|
namespace $403 {
|
|
10265
10593
|
namespace Content {
|
|
10266
|
-
|
|
10594
|
+
interface ApplicationJson {
|
|
10595
|
+
[k: string]: unknown;
|
|
10596
|
+
}
|
|
10267
10597
|
}
|
|
10268
10598
|
}
|
|
10269
10599
|
namespace $404 {
|
|
10270
10600
|
namespace Content {
|
|
10271
|
-
|
|
10601
|
+
interface ApplicationJson {
|
|
10602
|
+
[k: string]: unknown;
|
|
10603
|
+
}
|
|
10272
10604
|
}
|
|
10273
10605
|
}
|
|
10274
10606
|
namespace $500 {
|
|
10275
10607
|
namespace Content {
|
|
10276
|
-
|
|
10608
|
+
interface ApplicationJson {
|
|
10609
|
+
[k: string]: unknown;
|
|
10610
|
+
}
|
|
10277
10611
|
}
|
|
10278
10612
|
}
|
|
10279
10613
|
namespace $503 {
|
|
10280
10614
|
namespace Content {
|
|
10281
|
-
|
|
10615
|
+
interface ApplicationJson {
|
|
10616
|
+
[k: string]: unknown;
|
|
10617
|
+
}
|
|
10618
|
+
}
|
|
10619
|
+
}
|
|
10620
|
+
namespace Default {
|
|
10621
|
+
namespace Content {
|
|
10622
|
+
interface ApplicationJson {
|
|
10623
|
+
[k: string]: unknown;
|
|
10624
|
+
}
|
|
10282
10625
|
}
|
|
10283
10626
|
}
|
|
10284
10627
|
}
|
|
10285
10628
|
}
|
|
10286
10629
|
}
|
|
10287
|
-
namespace
|
|
10630
|
+
namespace V2MailaddressesMailAddressIdQuota { }
|
|
10631
|
+
namespace V2MailAddressesMailAddressIdQuota {
|
|
10288
10632
|
namespace Put {
|
|
10289
10633
|
namespace Parameters {
|
|
10290
10634
|
type Path = {
|
|
10291
|
-
|
|
10635
|
+
mailAddressId: string;
|
|
10292
10636
|
};
|
|
10293
10637
|
interface RequestBody {
|
|
10294
|
-
|
|
10295
|
-
active: boolean;
|
|
10296
|
-
autoDeleteSpam: boolean;
|
|
10297
|
-
folder: "inbox" | "spam";
|
|
10298
|
-
relocationMinSpamScore: number;
|
|
10299
|
-
};
|
|
10638
|
+
quotaInBytes: number;
|
|
10300
10639
|
}
|
|
10301
10640
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10302
10641
|
type Query = {};
|
|
@@ -10307,79 +10646,65 @@ export declare module MittwaldAPIV2 {
|
|
|
10307
10646
|
type Empty = unknown;
|
|
10308
10647
|
}
|
|
10309
10648
|
}
|
|
10310
|
-
namespace $
|
|
10311
|
-
namespace Content {
|
|
10312
|
-
type Empty = unknown;
|
|
10313
|
-
}
|
|
10314
|
-
}
|
|
10315
|
-
namespace $404 {
|
|
10316
|
-
namespace Content {
|
|
10317
|
-
type Empty = unknown;
|
|
10318
|
-
}
|
|
10319
|
-
}
|
|
10320
|
-
namespace $500 {
|
|
10321
|
-
namespace Content {
|
|
10322
|
-
type Empty = unknown;
|
|
10323
|
-
}
|
|
10324
|
-
}
|
|
10325
|
-
namespace $503 {
|
|
10326
|
-
namespace Content {
|
|
10327
|
-
type Empty = unknown;
|
|
10328
|
-
}
|
|
10329
|
-
}
|
|
10330
|
-
}
|
|
10331
|
-
}
|
|
10332
|
-
}
|
|
10333
|
-
namespace V2ProjectsProjectIdMailsettings {
|
|
10334
|
-
namespace Get {
|
|
10335
|
-
namespace Parameters {
|
|
10336
|
-
type Path = {
|
|
10337
|
-
projectId: string;
|
|
10338
|
-
};
|
|
10339
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10340
|
-
type Query = {};
|
|
10341
|
-
}
|
|
10342
|
-
namespace Responses {
|
|
10343
|
-
namespace $200 {
|
|
10649
|
+
namespace $400 {
|
|
10344
10650
|
namespace Content {
|
|
10345
10651
|
interface ApplicationJson {
|
|
10346
|
-
|
|
10347
|
-
projectId: string;
|
|
10348
|
-
whitelist: string[];
|
|
10652
|
+
[k: string]: unknown;
|
|
10349
10653
|
}
|
|
10350
10654
|
}
|
|
10351
10655
|
}
|
|
10352
10656
|
namespace $403 {
|
|
10353
10657
|
namespace Content {
|
|
10354
|
-
|
|
10658
|
+
interface ApplicationJson {
|
|
10659
|
+
[k: string]: unknown;
|
|
10660
|
+
}
|
|
10355
10661
|
}
|
|
10356
10662
|
}
|
|
10357
10663
|
namespace $404 {
|
|
10358
10664
|
namespace Content {
|
|
10359
|
-
|
|
10665
|
+
interface ApplicationJson {
|
|
10666
|
+
[k: string]: unknown;
|
|
10667
|
+
}
|
|
10360
10668
|
}
|
|
10361
10669
|
}
|
|
10362
10670
|
namespace $500 {
|
|
10363
10671
|
namespace Content {
|
|
10364
|
-
|
|
10672
|
+
interface ApplicationJson {
|
|
10673
|
+
[k: string]: unknown;
|
|
10674
|
+
}
|
|
10365
10675
|
}
|
|
10366
10676
|
}
|
|
10367
10677
|
namespace $503 {
|
|
10368
10678
|
namespace Content {
|
|
10369
|
-
|
|
10679
|
+
interface ApplicationJson {
|
|
10680
|
+
[k: string]: unknown;
|
|
10681
|
+
}
|
|
10682
|
+
}
|
|
10683
|
+
}
|
|
10684
|
+
namespace Default {
|
|
10685
|
+
namespace Content {
|
|
10686
|
+
interface ApplicationJson {
|
|
10687
|
+
[k: string]: unknown;
|
|
10688
|
+
}
|
|
10370
10689
|
}
|
|
10371
10690
|
}
|
|
10372
10691
|
}
|
|
10373
10692
|
}
|
|
10374
10693
|
}
|
|
10375
|
-
namespace
|
|
10694
|
+
namespace V2MailaddressesMailAddressIdSpamprotection { }
|
|
10695
|
+
namespace V2MailAddressesMailAddressIdSpamProtection {
|
|
10376
10696
|
namespace Put {
|
|
10377
10697
|
namespace Parameters {
|
|
10378
10698
|
type Path = {
|
|
10379
|
-
|
|
10699
|
+
mailAddressId: string;
|
|
10380
10700
|
};
|
|
10381
10701
|
interface RequestBody {
|
|
10382
|
-
|
|
10702
|
+
spamProtection: {
|
|
10703
|
+
active: boolean;
|
|
10704
|
+
autoDeleteSpam: boolean;
|
|
10705
|
+
folder: "inbox" | "spam";
|
|
10706
|
+
relocationMinSpamScore: number;
|
|
10707
|
+
};
|
|
10383
10708
|
}
|
|
10384
10709
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10385
10710
|
type Query = {};
|
|
@@ -10390,38 +10715,63 @@ export declare module MittwaldAPIV2 {
|
|
|
10390
10715
|
type Empty = unknown;
|
|
10391
10716
|
}
|
|
10392
10717
|
}
|
|
10718
|
+
namespace $400 {
|
|
10719
|
+
namespace Content {
|
|
10720
|
+
interface ApplicationJson {
|
|
10721
|
+
[k: string]: unknown;
|
|
10722
|
+
}
|
|
10723
|
+
}
|
|
10724
|
+
}
|
|
10393
10725
|
namespace $403 {
|
|
10394
10726
|
namespace Content {
|
|
10395
|
-
|
|
10727
|
+
interface ApplicationJson {
|
|
10728
|
+
[k: string]: unknown;
|
|
10729
|
+
}
|
|
10396
10730
|
}
|
|
10397
10731
|
}
|
|
10398
10732
|
namespace $404 {
|
|
10399
10733
|
namespace Content {
|
|
10400
|
-
|
|
10734
|
+
interface ApplicationJson {
|
|
10735
|
+
[k: string]: unknown;
|
|
10736
|
+
}
|
|
10401
10737
|
}
|
|
10402
10738
|
}
|
|
10403
10739
|
namespace $500 {
|
|
10404
10740
|
namespace Content {
|
|
10405
|
-
|
|
10741
|
+
interface ApplicationJson {
|
|
10742
|
+
[k: string]: unknown;
|
|
10743
|
+
}
|
|
10406
10744
|
}
|
|
10407
10745
|
}
|
|
10408
10746
|
namespace $503 {
|
|
10409
10747
|
namespace Content {
|
|
10410
|
-
|
|
10748
|
+
interface ApplicationJson {
|
|
10749
|
+
[k: string]: unknown;
|
|
10750
|
+
}
|
|
10751
|
+
}
|
|
10752
|
+
}
|
|
10753
|
+
namespace Default {
|
|
10754
|
+
namespace Content {
|
|
10755
|
+
interface ApplicationJson {
|
|
10756
|
+
[k: string]: unknown;
|
|
10757
|
+
}
|
|
10411
10758
|
}
|
|
10412
10759
|
}
|
|
10413
10760
|
}
|
|
10414
10761
|
}
|
|
10415
10762
|
}
|
|
10416
|
-
namespace
|
|
10763
|
+
namespace V2ProjectsProjectIdMailSettingsSetting {
|
|
10417
10764
|
namespace Put {
|
|
10418
10765
|
namespace Parameters {
|
|
10419
10766
|
type Path = {
|
|
10420
10767
|
projectId: string;
|
|
10768
|
+
setting: "blacklist" | "whitelist";
|
|
10421
10769
|
};
|
|
10422
|
-
|
|
10770
|
+
type RequestBody = {
|
|
10771
|
+
blacklist: string[];
|
|
10772
|
+
} | {
|
|
10423
10773
|
whitelist: string[];
|
|
10424
|
-
}
|
|
10774
|
+
};
|
|
10425
10775
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10426
10776
|
type Query = {};
|
|
10427
10777
|
}
|
|
@@ -10431,24 +10781,46 @@ export declare module MittwaldAPIV2 {
|
|
|
10431
10781
|
type Empty = unknown;
|
|
10432
10782
|
}
|
|
10433
10783
|
}
|
|
10784
|
+
namespace $400 {
|
|
10785
|
+
namespace Content {
|
|
10786
|
+
interface ApplicationJson {
|
|
10787
|
+
[k: string]: unknown;
|
|
10788
|
+
}
|
|
10789
|
+
}
|
|
10790
|
+
}
|
|
10434
10791
|
namespace $403 {
|
|
10435
10792
|
namespace Content {
|
|
10436
|
-
|
|
10793
|
+
interface ApplicationJson {
|
|
10794
|
+
[k: string]: unknown;
|
|
10795
|
+
}
|
|
10437
10796
|
}
|
|
10438
10797
|
}
|
|
10439
10798
|
namespace $404 {
|
|
10440
10799
|
namespace Content {
|
|
10441
|
-
|
|
10800
|
+
interface ApplicationJson {
|
|
10801
|
+
[k: string]: unknown;
|
|
10802
|
+
}
|
|
10442
10803
|
}
|
|
10443
10804
|
}
|
|
10444
10805
|
namespace $500 {
|
|
10445
10806
|
namespace Content {
|
|
10446
|
-
|
|
10807
|
+
interface ApplicationJson {
|
|
10808
|
+
[k: string]: unknown;
|
|
10809
|
+
}
|
|
10447
10810
|
}
|
|
10448
10811
|
}
|
|
10449
10812
|
namespace $503 {
|
|
10450
10813
|
namespace Content {
|
|
10451
|
-
|
|
10814
|
+
interface ApplicationJson {
|
|
10815
|
+
[k: string]: unknown;
|
|
10816
|
+
}
|
|
10817
|
+
}
|
|
10818
|
+
}
|
|
10819
|
+
namespace Default {
|
|
10820
|
+
namespace Content {
|
|
10821
|
+
interface ApplicationJson {
|
|
10822
|
+
[k: string]: unknown;
|
|
10823
|
+
}
|
|
10452
10824
|
}
|
|
10453
10825
|
}
|
|
10454
10826
|
}
|
|
@@ -12320,6 +12692,97 @@ export declare module MittwaldAPIV2 {
|
|
|
12320
12692
|
}
|
|
12321
12693
|
}
|
|
12322
12694
|
}
|
|
12695
|
+
namespace V2Relocation {
|
|
12696
|
+
namespace Post {
|
|
12697
|
+
namespace Parameters {
|
|
12698
|
+
type Path = {};
|
|
12699
|
+
interface RequestBody {
|
|
12700
|
+
/**
|
|
12701
|
+
* Should all project releated domains should be transferred to mittwald?
|
|
12702
|
+
*/
|
|
12703
|
+
allDomains?: boolean;
|
|
12704
|
+
/**
|
|
12705
|
+
* Has to be true. Do you accept that our mittwald team can change and get password from your current provider?
|
|
12706
|
+
*/
|
|
12707
|
+
allowPasswordChange: boolean;
|
|
12708
|
+
contact: {
|
|
12709
|
+
email: string;
|
|
12710
|
+
firstName: string;
|
|
12711
|
+
lastName: string;
|
|
12712
|
+
phoneNumber?: string;
|
|
12713
|
+
};
|
|
12714
|
+
/**
|
|
12715
|
+
* List of domains which should be transferred (when allDomains is not checked).
|
|
12716
|
+
*/
|
|
12717
|
+
domains?: MittwaldAPIV2.Components.Schemas.DirectusDomain[];
|
|
12718
|
+
/**
|
|
12719
|
+
* Anything our customer service needs to know for the relocation process.
|
|
12720
|
+
*/
|
|
12721
|
+
notes?: string;
|
|
12722
|
+
provider: {
|
|
12723
|
+
/**
|
|
12724
|
+
* Url to the control panel of the provider
|
|
12725
|
+
*/
|
|
12726
|
+
loginUrl: string;
|
|
12727
|
+
/**
|
|
12728
|
+
* Name of your provider
|
|
12729
|
+
*/
|
|
12730
|
+
name: string | ("1und1" | "strato");
|
|
12731
|
+
password: string;
|
|
12732
|
+
/**
|
|
12733
|
+
* Which account of your provider should be moved?
|
|
12734
|
+
*/
|
|
12735
|
+
sourceAccount: string;
|
|
12736
|
+
/**
|
|
12737
|
+
* Login name to your provider
|
|
12738
|
+
*/
|
|
12739
|
+
userName: string;
|
|
12740
|
+
};
|
|
12741
|
+
target: {
|
|
12742
|
+
/**
|
|
12743
|
+
* Your customer or organisation number
|
|
12744
|
+
*/
|
|
12745
|
+
organisation: string;
|
|
12746
|
+
/**
|
|
12747
|
+
* Help our customer service finding your target account
|
|
12748
|
+
*/
|
|
12749
|
+
product: (string | ("spaceServer" | "proSpace" | "agencyServer" | "cmsHosting" | "shopHosting")) & string;
|
|
12750
|
+
/**
|
|
12751
|
+
* In which p-account or short project id your project should be moved.
|
|
12752
|
+
*/
|
|
12753
|
+
projectName: string;
|
|
12754
|
+
/**
|
|
12755
|
+
* Which mittwald system does the targetProject use?
|
|
12756
|
+
*/
|
|
12757
|
+
system: "kc" | "mstudio";
|
|
12758
|
+
};
|
|
12759
|
+
}
|
|
12760
|
+
type Header = {};
|
|
12761
|
+
type Query = {};
|
|
12762
|
+
}
|
|
12763
|
+
namespace Responses {
|
|
12764
|
+
namespace $204 {
|
|
12765
|
+
namespace Content {
|
|
12766
|
+
type Empty = unknown;
|
|
12767
|
+
}
|
|
12768
|
+
}
|
|
12769
|
+
namespace $400 {
|
|
12770
|
+
namespace Content {
|
|
12771
|
+
interface ApplicationJson {
|
|
12772
|
+
[k: string]: unknown;
|
|
12773
|
+
}
|
|
12774
|
+
}
|
|
12775
|
+
}
|
|
12776
|
+
namespace Default {
|
|
12777
|
+
namespace Content {
|
|
12778
|
+
interface ApplicationJson {
|
|
12779
|
+
[k: string]: unknown;
|
|
12780
|
+
}
|
|
12781
|
+
}
|
|
12782
|
+
}
|
|
12783
|
+
}
|
|
12784
|
+
}
|
|
12785
|
+
}
|
|
12323
12786
|
namespace V2ServiceAccessKeyIdActionsAuthenticate { }
|
|
12324
12787
|
namespace InternalV2ServicesAccessKeyIdActionsAuthenticate { }
|
|
12325
12788
|
namespace V2ServicesAccessKeyIdActionsAuthenticate {
|
|
@@ -14509,96 +14972,5 @@ export declare module MittwaldAPIV2 {
|
|
|
14509
14972
|
}
|
|
14510
14973
|
}
|
|
14511
14974
|
}
|
|
14512
|
-
namespace V2Relocation {
|
|
14513
|
-
namespace Post {
|
|
14514
|
-
namespace Parameters {
|
|
14515
|
-
type Path = {};
|
|
14516
|
-
interface RequestBody {
|
|
14517
|
-
/**
|
|
14518
|
-
* Should all project releated domains should be transferred to mittwald?
|
|
14519
|
-
*/
|
|
14520
|
-
allDomains?: boolean;
|
|
14521
|
-
/**
|
|
14522
|
-
* Has to be true. Do you accept that our mittwald team can change and get password from your current provider?
|
|
14523
|
-
*/
|
|
14524
|
-
allowPasswordChange: boolean;
|
|
14525
|
-
contact: {
|
|
14526
|
-
email: string;
|
|
14527
|
-
firstName: string;
|
|
14528
|
-
lastName: string;
|
|
14529
|
-
phoneNumber?: string;
|
|
14530
|
-
};
|
|
14531
|
-
/**
|
|
14532
|
-
* List of domains which should be transferred (when allDomains is not checked).
|
|
14533
|
-
*/
|
|
14534
|
-
domains?: MittwaldAPIV2.Components.Schemas.DirectusDomain[];
|
|
14535
|
-
/**
|
|
14536
|
-
* Anything our customer service needs to know for the relocation process.
|
|
14537
|
-
*/
|
|
14538
|
-
notes?: string;
|
|
14539
|
-
provider: {
|
|
14540
|
-
/**
|
|
14541
|
-
* Url to the control panel of the provider
|
|
14542
|
-
*/
|
|
14543
|
-
loginUrl: string;
|
|
14544
|
-
/**
|
|
14545
|
-
* Name of your provider
|
|
14546
|
-
*/
|
|
14547
|
-
name: string | ("1und1" | "strato");
|
|
14548
|
-
password: string;
|
|
14549
|
-
/**
|
|
14550
|
-
* Which account of your provider should be moved?
|
|
14551
|
-
*/
|
|
14552
|
-
sourceAccount: string;
|
|
14553
|
-
/**
|
|
14554
|
-
* Login name to your provider
|
|
14555
|
-
*/
|
|
14556
|
-
userName: string;
|
|
14557
|
-
};
|
|
14558
|
-
target: {
|
|
14559
|
-
/**
|
|
14560
|
-
* Your customer or organisation number
|
|
14561
|
-
*/
|
|
14562
|
-
organisation: string;
|
|
14563
|
-
/**
|
|
14564
|
-
* Help our customer service finding your target account
|
|
14565
|
-
*/
|
|
14566
|
-
product: (string | ("spaceServer" | "proSpace" | "agencyServer" | "cmsHosting" | "shopHosting")) & string;
|
|
14567
|
-
/**
|
|
14568
|
-
* In which p-account or short project id your project should be moved.
|
|
14569
|
-
*/
|
|
14570
|
-
projectName: string;
|
|
14571
|
-
/**
|
|
14572
|
-
* Which mittwald system does the targetProject use?
|
|
14573
|
-
*/
|
|
14574
|
-
system: "kc" | "mstudio";
|
|
14575
|
-
};
|
|
14576
|
-
}
|
|
14577
|
-
type Header = {};
|
|
14578
|
-
type Query = {};
|
|
14579
|
-
}
|
|
14580
|
-
namespace Responses {
|
|
14581
|
-
namespace $204 {
|
|
14582
|
-
namespace Content {
|
|
14583
|
-
type Empty = unknown;
|
|
14584
|
-
}
|
|
14585
|
-
}
|
|
14586
|
-
namespace $400 {
|
|
14587
|
-
namespace Content {
|
|
14588
|
-
interface ApplicationJson {
|
|
14589
|
-
[k: string]: unknown;
|
|
14590
|
-
}
|
|
14591
|
-
}
|
|
14592
|
-
}
|
|
14593
|
-
namespace Default {
|
|
14594
|
-
namespace Content {
|
|
14595
|
-
interface ApplicationJson {
|
|
14596
|
-
[k: string]: unknown;
|
|
14597
|
-
}
|
|
14598
|
-
}
|
|
14599
|
-
}
|
|
14600
|
-
}
|
|
14601
|
-
}
|
|
14602
|
-
}
|
|
14603
14975
|
}
|
|
14604
14976
|
}
|