@mittwald/api-client 0.0.0-development-93599d7-20260507 → 0.0.0-development-e8f2771-20260612
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 +9 -3
- package/dist/esm/generated/v2/client.js +19 -9
- package/dist/esm/generated/v2/descriptors.js +49 -19
- package/dist/esm/index.js +1 -0
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +58 -6
- package/dist/types/generated/v2/client.d.ts +453 -86
- package/dist/types/generated/v2/descriptors.d.ts +21 -11
- package/dist/types/generated/v2/types.d.ts +796 -84
- package/dist/types/index.d.ts +1 -0
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -66,6 +66,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
66
66
|
type RequestData = InferredRequestData<typeof descriptors.aiHostingProjectGetUsage>;
|
|
67
67
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingProjectGetUsage, TStatus>;
|
|
68
68
|
}
|
|
69
|
+
namespace AiHostingProjectLinkContainer {
|
|
70
|
+
type RequestData = InferredRequestData<typeof descriptors.aiHostingProjectLinkContainer>;
|
|
71
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.aiHostingProjectLinkContainer, TStatus>;
|
|
72
|
+
}
|
|
69
73
|
namespace AppGetApp {
|
|
70
74
|
type RequestData = InferredRequestData<typeof descriptors.appGetApp>;
|
|
71
75
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appGetApp, TStatus>;
|
|
@@ -210,9 +214,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
210
214
|
type RequestData = InferredRequestData<typeof descriptors.backupDeleteProjectBackup>;
|
|
211
215
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupDeleteProjectBackup, TStatus>;
|
|
212
216
|
}
|
|
213
|
-
namespace
|
|
214
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
215
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
217
|
+
namespace BackupGetProjectBackupDatabaseDumps {
|
|
218
|
+
type RequestData = InferredRequestData<typeof descriptors.backupGetProjectBackupDatabaseDumps>;
|
|
219
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupGetProjectBackupDatabaseDumps, TStatus>;
|
|
216
220
|
}
|
|
217
221
|
namespace BackupGetProjectBackupDirectories {
|
|
218
222
|
type RequestData = InferredRequestData<typeof descriptors.backupGetProjectBackupDirectories>;
|
|
@@ -222,9 +226,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
222
226
|
type RequestData = InferredRequestData<typeof descriptors.backupReplaceProjectBackupExpirationTime>;
|
|
223
227
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupReplaceProjectBackupExpirationTime, TStatus>;
|
|
224
228
|
}
|
|
225
|
-
namespace
|
|
226
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
227
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
229
|
+
namespace BackupRequestProjectBackupRestore {
|
|
230
|
+
type RequestData = InferredRequestData<typeof descriptors.backupRequestProjectBackupRestore>;
|
|
231
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupRequestProjectBackupRestore, TStatus>;
|
|
228
232
|
}
|
|
229
233
|
namespace BackupUpdateProjectBackupDescription {
|
|
230
234
|
type RequestData = InferredRequestData<typeof descriptors.backupUpdateProjectBackupDescription>;
|
|
@@ -722,6 +726,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
722
726
|
type RequestData = InferredRequestData<typeof descriptors.databaseDeleteMysqlDatabase>;
|
|
723
727
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseDeleteMysqlDatabase, TStatus>;
|
|
724
728
|
}
|
|
729
|
+
namespace DatabasePatchMysqlDatabase {
|
|
730
|
+
type RequestData = InferredRequestData<typeof descriptors.databasePatchMysqlDatabase>;
|
|
731
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databasePatchMysqlDatabase, TStatus>;
|
|
732
|
+
}
|
|
725
733
|
namespace DatabaseGetMysqlUser {
|
|
726
734
|
type RequestData = InferredRequestData<typeof descriptors.databaseGetMysqlUser>;
|
|
727
735
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseGetMysqlUser, TStatus>;
|
|
@@ -742,6 +750,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
742
750
|
type RequestData = InferredRequestData<typeof descriptors.databaseDeleteRedisDatabase>;
|
|
743
751
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseDeleteRedisDatabase, TStatus>;
|
|
744
752
|
}
|
|
753
|
+
namespace DatabasePatchRedisDatabase {
|
|
754
|
+
type RequestData = InferredRequestData<typeof descriptors.databasePatchRedisDatabase>;
|
|
755
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databasePatchRedisDatabase, TStatus>;
|
|
756
|
+
}
|
|
745
757
|
namespace DatabaseDisableMysqlUser {
|
|
746
758
|
type RequestData = InferredRequestData<typeof descriptors.databaseDisableMysqlUser>;
|
|
747
759
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseDisableMysqlUser, TStatus>;
|
|
@@ -918,13 +930,17 @@ export declare namespace MittwaldAPIV2 {
|
|
|
918
930
|
type RequestData = InferredRequestData<typeof descriptors.domainMigrationCheckMigrationIsPossible>;
|
|
919
931
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainMigrationCheckMigrationIsPossible, TStatus>;
|
|
920
932
|
}
|
|
921
|
-
namespace
|
|
922
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
923
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
933
|
+
namespace DomainMigrationListMigrationsByPAccount {
|
|
934
|
+
type RequestData = InferredRequestData<typeof descriptors.domainMigrationListMigrationsByPaccount>;
|
|
935
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainMigrationListMigrationsByPaccount, TStatus>;
|
|
936
|
+
}
|
|
937
|
+
namespace DomainMigrationListMigrationsByProjectId {
|
|
938
|
+
type RequestData = InferredRequestData<typeof descriptors.domainMigrationListMigrationsByProjectId>;
|
|
939
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainMigrationListMigrationsByProjectId, TStatus>;
|
|
924
940
|
}
|
|
925
|
-
namespace
|
|
926
|
-
type RequestData = InferredRequestData<typeof descriptors.
|
|
927
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.
|
|
941
|
+
namespace DomainMigrationOrderDomainMigration {
|
|
942
|
+
type RequestData = InferredRequestData<typeof descriptors.domainMigrationOrderDomainMigration>;
|
|
943
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainMigrationOrderDomainMigration, TStatus>;
|
|
928
944
|
}
|
|
929
945
|
namespace DomainResendContactVerificationEmail {
|
|
930
946
|
type RequestData = InferredRequestData<typeof descriptors.domainResendContactVerificationEmail>;
|
|
@@ -1078,6 +1094,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1078
1094
|
type RequestData = InferredRequestData<typeof descriptors.extensionInvalidateExtensionSecret>;
|
|
1079
1095
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionInvalidateExtensionSecret, TStatus>;
|
|
1080
1096
|
}
|
|
1097
|
+
namespace ExtensionListAllExtensionInstanceWebhookExecutions {
|
|
1098
|
+
type RequestData = InferredRequestData<typeof descriptors.extensionListAllExtensionInstanceWebhookExecutions>;
|
|
1099
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionListAllExtensionInstanceWebhookExecutions, TStatus>;
|
|
1100
|
+
}
|
|
1081
1101
|
namespace ExtensionListContributors {
|
|
1082
1102
|
type RequestData = InferredRequestData<typeof descriptors.extensionListContributors>;
|
|
1083
1103
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionListContributors, TStatus>;
|
|
@@ -1710,10 +1730,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1710
1730
|
type RequestData = InferredRequestData<typeof descriptors.userChangePassword>;
|
|
1711
1731
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userChangePassword, TStatus>;
|
|
1712
1732
|
}
|
|
1713
|
-
namespace UserCheckToken {
|
|
1714
|
-
type RequestData = InferredRequestData<typeof descriptors.userCheckToken>;
|
|
1715
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userCheckToken, TStatus>;
|
|
1716
|
-
}
|
|
1717
1733
|
namespace UserGetMfaStatus {
|
|
1718
1734
|
type RequestData = InferredRequestData<typeof descriptors.userGetMfaStatus>;
|
|
1719
1735
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userGetMfaStatus, TStatus>;
|
|
@@ -1782,6 +1798,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1782
1798
|
type RequestData = InferredRequestData<typeof descriptors.userDeleteUser>;
|
|
1783
1799
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userDeleteUser, TStatus>;
|
|
1784
1800
|
}
|
|
1801
|
+
namespace UserGetCurrentSessionStatus {
|
|
1802
|
+
type RequestData = InferredRequestData<typeof descriptors.userGetCurrentSessionStatus>;
|
|
1803
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userGetCurrentSessionStatus, TStatus>;
|
|
1804
|
+
}
|
|
1785
1805
|
namespace UserGetPasswordUpdatedAt {
|
|
1786
1806
|
type RequestData = InferredRequestData<typeof descriptors.userGetPasswordUpdatedAt>;
|
|
1787
1807
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userGetPasswordUpdatedAt, TStatus>;
|
|
@@ -1912,9 +1932,22 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1912
1932
|
activeAt: string;
|
|
1913
1933
|
displayName: string;
|
|
1914
1934
|
docLink: string;
|
|
1935
|
+
label?: "lts" | "stable" | "experimental" | "legacy stable" | "preview";
|
|
1915
1936
|
name: string;
|
|
1916
1937
|
removalAt?: string;
|
|
1938
|
+
/**
|
|
1939
|
+
* This model was replaced by this value.
|
|
1940
|
+
*/
|
|
1941
|
+
replacedBy?: string;
|
|
1942
|
+
/**
|
|
1943
|
+
* @deprecated
|
|
1944
|
+
* This Field is deprecated. You can use replacesModelNames.
|
|
1945
|
+
*/
|
|
1917
1946
|
replacesModelName?: string;
|
|
1947
|
+
/**
|
|
1948
|
+
* List of models which were replaced by this model.
|
|
1949
|
+
*/
|
|
1950
|
+
replacesModelNames: string[];
|
|
1918
1951
|
status: MittwaldAPIV2.Components.Schemas.AihostingDetailedModelStatus;
|
|
1919
1952
|
termsOfServiceLink: string;
|
|
1920
1953
|
tokenFactor: number;
|
|
@@ -1948,6 +1981,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1948
1981
|
interface AihostingModel {
|
|
1949
1982
|
displayName: string;
|
|
1950
1983
|
docLink: string;
|
|
1984
|
+
label?: "lts" | "stable" | "experimental" | "legacy stable" | "preview";
|
|
1951
1985
|
name: string;
|
|
1952
1986
|
termsOfServiceLink: string;
|
|
1953
1987
|
tokenFactor: number;
|
|
@@ -1981,9 +2015,22 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1981
2015
|
activeAt: string;
|
|
1982
2016
|
displayName: string;
|
|
1983
2017
|
docLink: string;
|
|
2018
|
+
label?: "lts" | "stable" | "experimental" | "legacy stable" | "preview";
|
|
1984
2019
|
name: string;
|
|
1985
2020
|
removalAt?: string;
|
|
2021
|
+
/**
|
|
2022
|
+
* This model was replaced by this value.
|
|
2023
|
+
*/
|
|
2024
|
+
replacedBy?: string;
|
|
2025
|
+
/**
|
|
2026
|
+
* @deprecated
|
|
2027
|
+
* This Field is deprecated. You can use replacesModelNames.
|
|
2028
|
+
*/
|
|
1986
2029
|
replacesModelName?: string;
|
|
2030
|
+
/**
|
|
2031
|
+
* List of models which were replaced by this model.
|
|
2032
|
+
*/
|
|
2033
|
+
replacesModelNames: string[];
|
|
1987
2034
|
status: MittwaldAPIV2.Components.Schemas.AihostingDetailedModelStatus;
|
|
1988
2035
|
termsOfServiceLink: string;
|
|
1989
2036
|
tokenFactor: number;
|
|
@@ -1999,6 +2046,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1999
2046
|
planLimit: number;
|
|
2000
2047
|
used: number;
|
|
2001
2048
|
}
|
|
2049
|
+
type AppAppInstallationSortOrder = "newestFirst" | "oldestFirst" | "sortByPhpVersionAsc" | "sortByPhpVersionDesc";
|
|
2002
2050
|
/**
|
|
2003
2051
|
* An Action is a string that describes a runtime concerning action which can be executed on an AppInstallation or an App can be capable of.
|
|
2004
2052
|
*/
|
|
@@ -2067,6 +2115,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2067
2115
|
deletionRequested?: boolean;
|
|
2068
2116
|
description: string;
|
|
2069
2117
|
disabled: boolean;
|
|
2118
|
+
hostname?: string;
|
|
2070
2119
|
id: string;
|
|
2071
2120
|
installationPath: string;
|
|
2072
2121
|
/**
|
|
@@ -2078,6 +2127,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2078
2127
|
[k: string]: MittwaldAPIV2.Components.Schemas.AppLockPurpose;
|
|
2079
2128
|
};
|
|
2080
2129
|
phase: MittwaldAPIV2.Components.Schemas.AppPhase;
|
|
2130
|
+
ports?: {
|
|
2131
|
+
name?: string;
|
|
2132
|
+
port?: number;
|
|
2133
|
+
}[];
|
|
2081
2134
|
projectDescription: string;
|
|
2082
2135
|
projectId: string;
|
|
2083
2136
|
screenshotId?: string;
|
|
@@ -2261,6 +2314,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2261
2314
|
interface AppVersionStatus {
|
|
2262
2315
|
current?: string;
|
|
2263
2316
|
desired: string;
|
|
2317
|
+
lastChangeBy?: string;
|
|
2318
|
+
lastChangedAt?: string;
|
|
2319
|
+
previous?: string;
|
|
2264
2320
|
}
|
|
2265
2321
|
type BackupBackupSortOrder = "oldestFirst" | "newestFirst";
|
|
2266
2322
|
interface BackupBackupTemplate {
|
|
@@ -2805,7 +2861,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2805
2861
|
*/
|
|
2806
2862
|
volumes?: string[];
|
|
2807
2863
|
}
|
|
2808
|
-
type ContainerServiceStatus = "running" | "stopped" | "error" | "creating" | "starting";
|
|
2864
|
+
type ContainerServiceStatus = "running" | "stopped" | "error" | "creating" | "starting" | "stopping";
|
|
2809
2865
|
interface ContainerSetRegistryCredentials {
|
|
2810
2866
|
/**
|
|
2811
2867
|
* Your registry password or access token.
|
|
@@ -2979,6 +3035,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2979
3035
|
value: number;
|
|
2980
3036
|
}
|
|
2981
3037
|
interface ContractTariffChange {
|
|
3038
|
+
isForced?: boolean;
|
|
2982
3039
|
newArticles: MittwaldAPIV2.Components.Schemas.ContractArticle[];
|
|
2983
3040
|
scheduledAtDate: string;
|
|
2984
3041
|
scheduledByUserId?: string;
|
|
@@ -3146,6 +3203,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3146
3203
|
messageId: string;
|
|
3147
3204
|
type: "SERVICE_REQUEST";
|
|
3148
3205
|
}
|
|
3206
|
+
interface ConversationServiceRequestMailSendLimitIncreasePayload {
|
|
3207
|
+
mailAddressId: string;
|
|
3208
|
+
rateLimitId: string;
|
|
3209
|
+
}
|
|
3149
3210
|
interface ConversationServiceRequestRelocationPayload {
|
|
3150
3211
|
contact: {
|
|
3151
3212
|
email: string;
|
|
@@ -3191,8 +3252,8 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3191
3252
|
userId: string;
|
|
3192
3253
|
}
|
|
3193
3254
|
type ConversationServiceRequest = MittwaldAPIV2.Components.Schemas.ConversationGenericServiceRequest & {
|
|
3194
|
-
messageContent: "relocation" | "call";
|
|
3195
|
-
meta: MittwaldAPIV2.Components.Schemas.ConversationServiceRequestRelocationPayload;
|
|
3255
|
+
messageContent: "relocation" | "call" | "mailSendLimitIncrease";
|
|
3256
|
+
meta: MittwaldAPIV2.Components.Schemas.ConversationServiceRequestRelocationPayload | MittwaldAPIV2.Components.Schemas.ConversationServiceRequestMailSendLimitIncreasePayload;
|
|
3196
3257
|
};
|
|
3197
3258
|
type ConversationShareableAggregateReference = {
|
|
3198
3259
|
aggregate: "user";
|
|
@@ -3852,11 +3913,28 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3852
3913
|
desired?: MittwaldAPIV2.Components.Schemas.DomainHandleData;
|
|
3853
3914
|
}
|
|
3854
3915
|
interface DomainmigrationMigration {
|
|
3855
|
-
|
|
3856
|
-
|
|
3916
|
+
createdAt?: string;
|
|
3917
|
+
domains: {
|
|
3918
|
+
coabData?: {
|
|
3919
|
+
dnsRecords?: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecord[];
|
|
3920
|
+
handleData?: {
|
|
3921
|
+
handleFields?: {
|
|
3922
|
+
name: string;
|
|
3923
|
+
value: string;
|
|
3924
|
+
}[];
|
|
3925
|
+
handleRef?: string;
|
|
3926
|
+
};
|
|
3927
|
+
nameservers?: string[];
|
|
3928
|
+
subdomains?: MittwaldAPIV2.Components.Schemas.DomainmigrationSubdomain[];
|
|
3929
|
+
};
|
|
3930
|
+
domain: string;
|
|
3931
|
+
domainId: string;
|
|
3932
|
+
state: "pending" | "succeeded" | "failed";
|
|
3933
|
+
}[];
|
|
3934
|
+
finishedAt?: string;
|
|
3857
3935
|
id: string;
|
|
3858
|
-
|
|
3859
|
-
|
|
3936
|
+
pAccount: string;
|
|
3937
|
+
projectId: string;
|
|
3860
3938
|
}
|
|
3861
3939
|
interface DomainmigrationCheckMigrationResponse {
|
|
3862
3940
|
allDomainsMigratable: boolean;
|
|
@@ -3865,6 +3943,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3865
3943
|
generallyPossible: boolean;
|
|
3866
3944
|
}
|
|
3867
3945
|
interface DomainmigrationDNSRecord {
|
|
3946
|
+
name?: string;
|
|
3868
3947
|
ttl: number;
|
|
3869
3948
|
type: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecordType;
|
|
3870
3949
|
value: string;
|
|
@@ -4147,9 +4226,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4147
4226
|
[k: string]: MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
|
|
4148
4227
|
};
|
|
4149
4228
|
id: string;
|
|
4229
|
+
nextScheduledWebhookExecution?: string;
|
|
4150
4230
|
pendingInstallation: boolean;
|
|
4151
4231
|
pendingRemoval: boolean;
|
|
4152
4232
|
variantKey?: string;
|
|
4233
|
+
webhookExecutionHalted: boolean;
|
|
4153
4234
|
}
|
|
4154
4235
|
interface MarketplaceExtensionInstanceChargeability {
|
|
4155
4236
|
isChargeable: boolean;
|
|
@@ -4170,6 +4251,16 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4170
4251
|
removalIsPending: boolean;
|
|
4171
4252
|
webhooksAreHalted: boolean;
|
|
4172
4253
|
}
|
|
4254
|
+
interface MarketplaceExtensionInstanceWebhookExecution {
|
|
4255
|
+
attempts: number;
|
|
4256
|
+
contributorId: string;
|
|
4257
|
+
extensionId: string;
|
|
4258
|
+
extensionInstanceId: string;
|
|
4259
|
+
id: string;
|
|
4260
|
+
kind: "extensionAddedToContext" | "instanceUpdated" | "secretRotated" | "instanceRemovedFromContext";
|
|
4261
|
+
nextScheduledExecution?: string;
|
|
4262
|
+
state: "running" | "queued" | "halted" | "failed" | "successful";
|
|
4263
|
+
}
|
|
4173
4264
|
interface MarketplaceExtensionSecret {
|
|
4174
4265
|
secretId: string;
|
|
4175
4266
|
usableUntil?: string;
|
|
@@ -5467,6 +5558,24 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5467
5558
|
ram?: number;
|
|
5468
5559
|
vcpu?: number;
|
|
5469
5560
|
}
|
|
5561
|
+
interface OrderInternalProjectHostingOrder {
|
|
5562
|
+
articleId: string;
|
|
5563
|
+
customerId: string;
|
|
5564
|
+
description: string;
|
|
5565
|
+
diskspaceInGiB: number;
|
|
5566
|
+
promotionCode?: string;
|
|
5567
|
+
recommendationCode?: string;
|
|
5568
|
+
useFreeTrial?: boolean;
|
|
5569
|
+
}
|
|
5570
|
+
interface OrderInternalServerOrder {
|
|
5571
|
+
articleId: string;
|
|
5572
|
+
customerId: string;
|
|
5573
|
+
description: string;
|
|
5574
|
+
diskspaceInGiB: number;
|
|
5575
|
+
promotionCode?: string;
|
|
5576
|
+
recommendationCode?: string;
|
|
5577
|
+
useFreeTrial?: boolean;
|
|
5578
|
+
}
|
|
5470
5579
|
interface OrderLeadFyndrOrderPreview {
|
|
5471
5580
|
reservationLimit: number;
|
|
5472
5581
|
unlockLimit: number;
|
|
@@ -5716,6 +5825,299 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5716
5825
|
template: MittwaldAPIV2.Components.Schemas.ArticleArticleTemplate;
|
|
5717
5826
|
}
|
|
5718
5827
|
type PolicyPolicy = string;
|
|
5828
|
+
interface ActivitylogAppInstallationCopyRequested {
|
|
5829
|
+
changes: {
|
|
5830
|
+
after?: {
|
|
5831
|
+
appId: string;
|
|
5832
|
+
sourceAppInstallationId: string;
|
|
5833
|
+
};
|
|
5834
|
+
before?: {
|
|
5835
|
+
appId?: string | null;
|
|
5836
|
+
sourceAppInstallationId?: string | null;
|
|
5837
|
+
};
|
|
5838
|
+
};
|
|
5839
|
+
name: "app.copy-requested";
|
|
5840
|
+
}
|
|
5841
|
+
interface ActivitylogAppInstallationDesiredSystemSoftwareSet {
|
|
5842
|
+
changes: {
|
|
5843
|
+
after?: {
|
|
5844
|
+
software: string;
|
|
5845
|
+
softwareVersion: string;
|
|
5846
|
+
updatePolicy: "UPDATE_POLICY_UNSPECIFIED" | "UPDATE_POLICY_NONE" | "UPDATE_POLICY_INHERITED_FROM_APP" | "UPDATE_POLICY_PATCH_LEVEL" | "UPDATE_POLICY_ALL";
|
|
5847
|
+
};
|
|
5848
|
+
before?: {
|
|
5849
|
+
software?: string;
|
|
5850
|
+
softwareVersion?: string;
|
|
5851
|
+
updatePolicy?: "UPDATE_POLICY_UNSPECIFIED" | "UPDATE_POLICY_NONE" | "UPDATE_POLICY_INHERITED_FROM_APP" | "UPDATE_POLICY_PATCH_LEVEL" | "UPDATE_POLICY_ALL";
|
|
5852
|
+
};
|
|
5853
|
+
};
|
|
5854
|
+
name: "app.systemsoftware-set" | "app.systemsoftware-deleted";
|
|
5855
|
+
parameters?: {
|
|
5856
|
+
software: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5857
|
+
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5858
|
+
};
|
|
5859
|
+
}
|
|
5860
|
+
interface ActivitylogAppInstallationAppVersionSet {
|
|
5861
|
+
changes: {
|
|
5862
|
+
after?: {
|
|
5863
|
+
appId: string;
|
|
5864
|
+
appVersionId: string;
|
|
5865
|
+
};
|
|
5866
|
+
before?: {
|
|
5867
|
+
appId?: string | null;
|
|
5868
|
+
appVersionId?: string | null;
|
|
5869
|
+
};
|
|
5870
|
+
};
|
|
5871
|
+
name: "app.version-set";
|
|
5872
|
+
}
|
|
5873
|
+
interface ActivitylogDatabaseCreated {
|
|
5874
|
+
changes: {
|
|
5875
|
+
after?: {
|
|
5876
|
+
description: string;
|
|
5877
|
+
name: string;
|
|
5878
|
+
version: string;
|
|
5879
|
+
};
|
|
5880
|
+
before?: {
|
|
5881
|
+
description?: string | null;
|
|
5882
|
+
name?: string | null;
|
|
5883
|
+
version?: string | null;
|
|
5884
|
+
};
|
|
5885
|
+
};
|
|
5886
|
+
name: "database.mysql-created" | "database.redis-created";
|
|
5887
|
+
parameters: {
|
|
5888
|
+
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5889
|
+
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5890
|
+
};
|
|
5891
|
+
}
|
|
5892
|
+
interface ActivitylogDatabaseDeleted {
|
|
5893
|
+
changes: {};
|
|
5894
|
+
name: "database.mysql-deleted" | "database.redis-deleted";
|
|
5895
|
+
parameters: {
|
|
5896
|
+
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5897
|
+
};
|
|
5898
|
+
}
|
|
5899
|
+
interface ActivitylogDatabaseDescriptionSet {
|
|
5900
|
+
changes: {
|
|
5901
|
+
after?: {
|
|
5902
|
+
description: string;
|
|
5903
|
+
};
|
|
5904
|
+
before?: {
|
|
5905
|
+
description: string | null;
|
|
5906
|
+
};
|
|
5907
|
+
};
|
|
5908
|
+
name: "database.mysql-description-set" | "database.redis-description-set";
|
|
5909
|
+
parameters: {
|
|
5910
|
+
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5911
|
+
};
|
|
5912
|
+
}
|
|
5913
|
+
interface ActivitylogDatabaseMysqlNameSet {
|
|
5914
|
+
changes: {
|
|
5915
|
+
after?: {
|
|
5916
|
+
name: string;
|
|
5917
|
+
};
|
|
5918
|
+
before?: {
|
|
5919
|
+
name: string | null;
|
|
5920
|
+
};
|
|
5921
|
+
};
|
|
5922
|
+
name: "database.mysql-name-set";
|
|
5923
|
+
parameters: {
|
|
5924
|
+
name: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
5925
|
+
};
|
|
5926
|
+
}
|
|
5927
|
+
interface ActivitylogDatabaseMysqlUserCreated {
|
|
5928
|
+
changes: {
|
|
5929
|
+
after?: {
|
|
5930
|
+
description: string;
|
|
5931
|
+
externalAccess: boolean;
|
|
5932
|
+
name: string;
|
|
5933
|
+
permissions: {};
|
|
5934
|
+
};
|
|
5935
|
+
before?: {
|
|
5936
|
+
description?: string | null;
|
|
5937
|
+
externalAccess?: boolean | null;
|
|
5938
|
+
name?: string | null;
|
|
5939
|
+
permissions?: {} | null;
|
|
5940
|
+
};
|
|
5941
|
+
};
|
|
5942
|
+
name: "database.mysql-user-created";
|
|
5943
|
+
parameters: {
|
|
5944
|
+
databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
5945
|
+
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5946
|
+
};
|
|
5947
|
+
}
|
|
5948
|
+
interface ActivitylogDatabaseMysqlUserDeleted {
|
|
5949
|
+
changes: {};
|
|
5950
|
+
name: "database.mysql-user-deleted";
|
|
5951
|
+
parameters: {
|
|
5952
|
+
databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
5953
|
+
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5954
|
+
};
|
|
5955
|
+
}
|
|
5956
|
+
interface ActivitylogDatabaseMysqlUserUpdated {
|
|
5957
|
+
changes: {
|
|
5958
|
+
after?: {
|
|
5959
|
+
description: string;
|
|
5960
|
+
externalAccess: boolean;
|
|
5961
|
+
permissions: {};
|
|
5962
|
+
};
|
|
5963
|
+
before?: {
|
|
5964
|
+
description: string | null;
|
|
5965
|
+
externalAccess: boolean | null;
|
|
5966
|
+
permissions: {};
|
|
5967
|
+
};
|
|
5968
|
+
};
|
|
5969
|
+
name: "database.mysql-user-updated";
|
|
5970
|
+
parameters: {
|
|
5971
|
+
databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
5972
|
+
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5973
|
+
};
|
|
5974
|
+
}
|
|
5975
|
+
interface ActivitylogDatabaseVersionSet {
|
|
5976
|
+
changes: {
|
|
5977
|
+
after?: {
|
|
5978
|
+
version: string;
|
|
5979
|
+
};
|
|
5980
|
+
before?: {
|
|
5981
|
+
version: string;
|
|
5982
|
+
};
|
|
5983
|
+
};
|
|
5984
|
+
name: "database.mysql-version-set" | "database.redis-version-set";
|
|
5985
|
+
parameters: {
|
|
5986
|
+
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5987
|
+
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5988
|
+
};
|
|
5989
|
+
}
|
|
5990
|
+
interface ActivitylogDnsARecordSet {
|
|
5991
|
+
changes: {
|
|
5992
|
+
after?: {
|
|
5993
|
+
aRecords: string[];
|
|
5994
|
+
aaaaRecords: string[];
|
|
5995
|
+
};
|
|
5996
|
+
before?: {
|
|
5997
|
+
aRecords: string[];
|
|
5998
|
+
aaaaRecords: string[];
|
|
5999
|
+
};
|
|
6000
|
+
};
|
|
6001
|
+
name: "dns.a-record-set";
|
|
6002
|
+
parameters: {
|
|
6003
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6004
|
+
};
|
|
6005
|
+
}
|
|
6006
|
+
interface ActivitylogDnsCaaRecordSet {
|
|
6007
|
+
changes: {
|
|
6008
|
+
after?: {
|
|
6009
|
+
caa: {}[];
|
|
6010
|
+
};
|
|
6011
|
+
before?: {
|
|
6012
|
+
caa: {}[];
|
|
6013
|
+
};
|
|
6014
|
+
};
|
|
6015
|
+
name: "dns.caa-record-set";
|
|
6016
|
+
parameters: {
|
|
6017
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6018
|
+
};
|
|
6019
|
+
}
|
|
6020
|
+
interface ActivitylogDnsCnameRecordSet {
|
|
6021
|
+
changes: {
|
|
6022
|
+
after?: {
|
|
6023
|
+
cname: string;
|
|
6024
|
+
};
|
|
6025
|
+
before?: {
|
|
6026
|
+
cname: string;
|
|
6027
|
+
};
|
|
6028
|
+
};
|
|
6029
|
+
name: "dns.cname-record-set";
|
|
6030
|
+
parameters: {
|
|
6031
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6032
|
+
};
|
|
6033
|
+
}
|
|
6034
|
+
interface ActivitylogDnsMxRecordSet {
|
|
6035
|
+
changes: {
|
|
6036
|
+
after?: {
|
|
6037
|
+
mx: {}[];
|
|
6038
|
+
};
|
|
6039
|
+
before?: {
|
|
6040
|
+
mx: {}[];
|
|
6041
|
+
};
|
|
6042
|
+
};
|
|
6043
|
+
name: "dns.mx-record-set";
|
|
6044
|
+
parameters: {
|
|
6045
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6046
|
+
};
|
|
6047
|
+
}
|
|
6048
|
+
interface ActivitylogDnsSrvRecordSet {
|
|
6049
|
+
changes: {
|
|
6050
|
+
after?: {
|
|
6051
|
+
srv: {}[];
|
|
6052
|
+
};
|
|
6053
|
+
before?: {
|
|
6054
|
+
srv: {}[];
|
|
6055
|
+
};
|
|
6056
|
+
};
|
|
6057
|
+
name: "dns.srv-record-set";
|
|
6058
|
+
parameters: {
|
|
6059
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6060
|
+
};
|
|
6061
|
+
}
|
|
6062
|
+
interface ActivitylogDnsTxtRecordSet {
|
|
6063
|
+
changes: {
|
|
6064
|
+
after?: {
|
|
6065
|
+
txt: string[];
|
|
6066
|
+
};
|
|
6067
|
+
before?: {
|
|
6068
|
+
txt: string[];
|
|
6069
|
+
};
|
|
6070
|
+
};
|
|
6071
|
+
name: "dns.txt-record-set";
|
|
6072
|
+
parameters: {
|
|
6073
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6074
|
+
};
|
|
6075
|
+
}
|
|
6076
|
+
interface ActivitylogDnsZoneCreated {
|
|
6077
|
+
changes: {
|
|
6078
|
+
after?: {
|
|
6079
|
+
domain: string;
|
|
6080
|
+
};
|
|
6081
|
+
before?: {
|
|
6082
|
+
domain: string | null;
|
|
6083
|
+
};
|
|
6084
|
+
};
|
|
6085
|
+
name: "dns.zone-created";
|
|
6086
|
+
parameters: {
|
|
6087
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6088
|
+
};
|
|
6089
|
+
}
|
|
6090
|
+
interface ActivitylogDnsZoneDeleted {
|
|
6091
|
+
changes: {};
|
|
6092
|
+
name: "dns.zone-deleted";
|
|
6093
|
+
parameters: {
|
|
6094
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6095
|
+
};
|
|
6096
|
+
}
|
|
6097
|
+
/**
|
|
6098
|
+
* Fallback when no matching action is found
|
|
6099
|
+
*/
|
|
6100
|
+
interface ActivitylogGenericAction {
|
|
6101
|
+
changes: {
|
|
6102
|
+
[k: string]: {
|
|
6103
|
+
after?: {
|
|
6104
|
+
[k: string]: unknown;
|
|
6105
|
+
};
|
|
6106
|
+
before?: {
|
|
6107
|
+
[k: string]: unknown;
|
|
6108
|
+
};
|
|
6109
|
+
};
|
|
6110
|
+
};
|
|
6111
|
+
name: string;
|
|
6112
|
+
parameters: {
|
|
6113
|
+
[k: string]: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6114
|
+
};
|
|
6115
|
+
}
|
|
6116
|
+
interface ActivitylogAggregateReference {
|
|
6117
|
+
aggregate: string;
|
|
6118
|
+
domain: string;
|
|
6119
|
+
id: string;
|
|
6120
|
+
}
|
|
5719
6121
|
interface ProjectAvatarRules {
|
|
5720
6122
|
maxSizeInKB: number;
|
|
5721
6123
|
mimeTypes: string[];
|
|
@@ -5769,11 +6171,32 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5769
6171
|
memory?: string;
|
|
5770
6172
|
storage: string;
|
|
5771
6173
|
}
|
|
6174
|
+
interface ActivitylogLinkedParameterProperty {
|
|
6175
|
+
aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6176
|
+
name: string;
|
|
6177
|
+
}
|
|
6178
|
+
interface ActivitylogLogEntry {
|
|
6179
|
+
action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlNameSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
|
|
6180
|
+
aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6181
|
+
dateTime: string;
|
|
6182
|
+
/**
|
|
6183
|
+
* Null or empty object. If set, the action was executed by an mittwald employee.
|
|
6184
|
+
*/
|
|
6185
|
+
impersonator?: {};
|
|
6186
|
+
user?: {
|
|
6187
|
+
id: string;
|
|
6188
|
+
type: "user" | "extension";
|
|
6189
|
+
};
|
|
6190
|
+
}
|
|
5772
6191
|
interface ProjectMachineType {
|
|
5773
6192
|
cpu: string;
|
|
5774
6193
|
memory: string;
|
|
5775
6194
|
name: string;
|
|
5776
6195
|
}
|
|
6196
|
+
interface ActivitylogParameterProperty {
|
|
6197
|
+
aggregate?: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6198
|
+
name: string;
|
|
6199
|
+
}
|
|
5777
6200
|
type ProjectDisableReason = "maliciousCode" | "illegalContent" | "maliciousConduct" | "suspended";
|
|
5778
6201
|
type ProjectProjectFeature = "redis" | "node" | "container";
|
|
5779
6202
|
type ProjectProjectStatus = "pending" | "ready" | "preparingForVolumeMigration" | "migratingVolume" | "error" | "disabled";
|
|
@@ -6194,6 +6617,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6194
6617
|
}
|
|
6195
6618
|
interface UserCustomerMembership {
|
|
6196
6619
|
expiresAt?: string;
|
|
6620
|
+
id: string;
|
|
6197
6621
|
memberSince: string;
|
|
6198
6622
|
role: "owner" | "member" | "accountant";
|
|
6199
6623
|
}
|
|
@@ -6206,9 +6630,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6206
6630
|
}
|
|
6207
6631
|
interface UserProjectMembership {
|
|
6208
6632
|
expiresAt?: string;
|
|
6633
|
+
id?: string;
|
|
6209
6634
|
inherited: boolean;
|
|
6210
6635
|
memberSince: string;
|
|
6211
|
-
role: "owner" | "emailadmin" | "external";
|
|
6636
|
+
role: "owner" | "emailadmin" | "external" | "id";
|
|
6212
6637
|
}
|
|
6213
6638
|
interface UserUser {
|
|
6214
6639
|
avatarRef?: string;
|
|
@@ -7458,6 +7883,72 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7458
7883
|
}
|
|
7459
7884
|
}
|
|
7460
7885
|
}
|
|
7886
|
+
namespace V2ProjectsProjectIdAiHostingKeysKeyIdActionsLinkContainer {
|
|
7887
|
+
namespace Post {
|
|
7888
|
+
namespace Parameters {
|
|
7889
|
+
type Path = {
|
|
7890
|
+
projectId: string;
|
|
7891
|
+
keyId: string;
|
|
7892
|
+
};
|
|
7893
|
+
interface RequestBody {
|
|
7894
|
+
containerId: string;
|
|
7895
|
+
ingressId: string;
|
|
7896
|
+
stackId: string;
|
|
7897
|
+
}
|
|
7898
|
+
type Header = {};
|
|
7899
|
+
type Query = {};
|
|
7900
|
+
}
|
|
7901
|
+
namespace Responses {
|
|
7902
|
+
namespace $204 {
|
|
7903
|
+
namespace Content {
|
|
7904
|
+
type Empty = unknown;
|
|
7905
|
+
}
|
|
7906
|
+
}
|
|
7907
|
+
namespace $400 {
|
|
7908
|
+
namespace Content {
|
|
7909
|
+
interface ApplicationJson {
|
|
7910
|
+
[k: string]: unknown;
|
|
7911
|
+
}
|
|
7912
|
+
}
|
|
7913
|
+
}
|
|
7914
|
+
namespace $403 {
|
|
7915
|
+
namespace Content {
|
|
7916
|
+
interface ApplicationJson {
|
|
7917
|
+
[k: string]: unknown;
|
|
7918
|
+
}
|
|
7919
|
+
}
|
|
7920
|
+
}
|
|
7921
|
+
namespace $404 {
|
|
7922
|
+
namespace Content {
|
|
7923
|
+
interface ApplicationJson {
|
|
7924
|
+
[k: string]: unknown;
|
|
7925
|
+
}
|
|
7926
|
+
}
|
|
7927
|
+
}
|
|
7928
|
+
namespace $412 {
|
|
7929
|
+
namespace Content {
|
|
7930
|
+
interface ApplicationJson {
|
|
7931
|
+
[k: string]: unknown;
|
|
7932
|
+
}
|
|
7933
|
+
}
|
|
7934
|
+
}
|
|
7935
|
+
namespace $429 {
|
|
7936
|
+
namespace Content {
|
|
7937
|
+
interface ApplicationJson {
|
|
7938
|
+
[k: string]: unknown;
|
|
7939
|
+
}
|
|
7940
|
+
}
|
|
7941
|
+
}
|
|
7942
|
+
namespace Default {
|
|
7943
|
+
namespace Content {
|
|
7944
|
+
interface ApplicationJson {
|
|
7945
|
+
[k: string]: unknown;
|
|
7946
|
+
}
|
|
7947
|
+
}
|
|
7948
|
+
}
|
|
7949
|
+
}
|
|
7950
|
+
}
|
|
7951
|
+
}
|
|
7461
7952
|
namespace V2AppsAppId {
|
|
7462
7953
|
namespace Get {
|
|
7463
7954
|
namespace Parameters {
|
|
@@ -7895,6 +8386,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7895
8386
|
type Query = {
|
|
7896
8387
|
appIds?: string[];
|
|
7897
8388
|
searchTerm?: string;
|
|
8389
|
+
sortOrder?: MittwaldAPIV2.Components.Schemas.AppAppInstallationSortOrder;
|
|
7898
8390
|
limit?: number;
|
|
7899
8391
|
skip?: number;
|
|
7900
8392
|
page?: number;
|
|
@@ -7933,6 +8425,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7933
8425
|
type Query = {
|
|
7934
8426
|
appIds?: string[];
|
|
7935
8427
|
searchTerm?: string;
|
|
8428
|
+
sortOrder?: MittwaldAPIV2.Components.Schemas.AppAppInstallationSortOrder;
|
|
7936
8429
|
limit?: number;
|
|
7937
8430
|
skip?: number;
|
|
7938
8431
|
page?: number;
|
|
@@ -8257,6 +8750,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8257
8750
|
};
|
|
8258
8751
|
interface RequestBody {
|
|
8259
8752
|
description: string;
|
|
8753
|
+
domain?: string;
|
|
8260
8754
|
installationPath?: string;
|
|
8261
8755
|
targetProjectId?: string;
|
|
8262
8756
|
}
|
|
@@ -8649,11 +9143,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8649
9143
|
*/
|
|
8650
9144
|
description?: string;
|
|
8651
9145
|
/**
|
|
8652
|
-
* Execution schedule in crontab notation.
|
|
9146
|
+
* Execution schedule in crontab notation. The backup interval must not be more frequent than hourly.
|
|
8653
9147
|
*/
|
|
8654
9148
|
schedule: string;
|
|
8655
9149
|
/**
|
|
8656
|
-
* TTL of the BackupSchedule as
|
|
9150
|
+
* TTL of the BackupSchedule as a duration string. Must be at least 7d and no more than 365d.
|
|
8657
9151
|
*/
|
|
8658
9152
|
ttl: string;
|
|
8659
9153
|
}
|
|
@@ -8748,7 +9242,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8748
9242
|
*/
|
|
8749
9243
|
description?: string;
|
|
8750
9244
|
/**
|
|
8751
|
-
* Time when to expire the Backup.
|
|
9245
|
+
* Time when to expire the Backup. Must be at least 7 days and no more than one year in the future.
|
|
8752
9246
|
*/
|
|
8753
9247
|
expirationTime: string;
|
|
8754
9248
|
}
|
|
@@ -8892,11 +9386,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8892
9386
|
*/
|
|
8893
9387
|
description?: string;
|
|
8894
9388
|
/**
|
|
8895
|
-
* Execution schedule in crontab notation. Note that the schedule of isSystemBackup true items must be daily once.
|
|
9389
|
+
* Execution schedule in crontab notation. Note that the schedule of isSystemBackup true items must be daily once. For all other schedules the interval must not be more frequent than hourly.
|
|
8896
9390
|
*/
|
|
8897
9391
|
schedule?: string;
|
|
8898
9392
|
/**
|
|
8899
|
-
* TTL of the
|
|
9393
|
+
* TTL of the BackupSchedule as a duration string. Must be at least 7d and no more than 365d.
|
|
8900
9394
|
*/
|
|
8901
9395
|
ttl?: string;
|
|
8902
9396
|
}
|
|
@@ -9169,7 +9663,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9169
9663
|
};
|
|
9170
9664
|
interface RequestBody {
|
|
9171
9665
|
/**
|
|
9172
|
-
* Time when to expire the Backup.
|
|
9666
|
+
* Time when to expire the Backup. Must be no more than one year in the future.
|
|
9173
9667
|
*/
|
|
9174
9668
|
expirationTime?: string;
|
|
9175
9669
|
}
|
|
@@ -14285,6 +14779,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14285
14779
|
type Query = {
|
|
14286
14780
|
limit?: number;
|
|
14287
14781
|
skip?: number;
|
|
14782
|
+
searchTerm?: string;
|
|
14288
14783
|
};
|
|
14289
14784
|
}
|
|
14290
14785
|
namespace Responses {
|
|
@@ -15219,6 +15714,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
15219
15714
|
skip?: number;
|
|
15220
15715
|
hasExpiry?: boolean;
|
|
15221
15716
|
role?: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
|
|
15717
|
+
searchTerm?: string;
|
|
15222
15718
|
};
|
|
15223
15719
|
}
|
|
15224
15720
|
namespace Responses {
|
|
@@ -15853,14 +16349,63 @@ export declare namespace MittwaldAPIV2 {
|
|
|
15853
16349
|
}
|
|
15854
16350
|
}
|
|
15855
16351
|
}
|
|
15856
|
-
|
|
15857
|
-
namespace V2MysqlUsersMysqlUserId {
|
|
15858
|
-
namespace Get {
|
|
16352
|
+
namespace Patch {
|
|
15859
16353
|
namespace Parameters {
|
|
15860
16354
|
type Path = {
|
|
15861
|
-
|
|
16355
|
+
mysqlDatabaseId: string;
|
|
15862
16356
|
};
|
|
15863
|
-
|
|
16357
|
+
interface RequestBody {
|
|
16358
|
+
characterSettings?: MittwaldAPIV2.Components.Schemas.DatabaseCharacterSettings;
|
|
16359
|
+
description?: string;
|
|
16360
|
+
version?: string;
|
|
16361
|
+
}
|
|
16362
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
16363
|
+
type Query = {};
|
|
16364
|
+
}
|
|
16365
|
+
namespace Responses {
|
|
16366
|
+
namespace $204 {
|
|
16367
|
+
namespace Content {
|
|
16368
|
+
type Empty = unknown;
|
|
16369
|
+
}
|
|
16370
|
+
}
|
|
16371
|
+
namespace $400 {
|
|
16372
|
+
namespace Content {
|
|
16373
|
+
interface ApplicationJson {
|
|
16374
|
+
[k: string]: unknown;
|
|
16375
|
+
}
|
|
16376
|
+
}
|
|
16377
|
+
}
|
|
16378
|
+
namespace $404 {
|
|
16379
|
+
namespace Content {
|
|
16380
|
+
interface ApplicationJson {
|
|
16381
|
+
[k: string]: unknown;
|
|
16382
|
+
}
|
|
16383
|
+
}
|
|
16384
|
+
}
|
|
16385
|
+
namespace $429 {
|
|
16386
|
+
namespace Content {
|
|
16387
|
+
interface ApplicationJson {
|
|
16388
|
+
[k: string]: unknown;
|
|
16389
|
+
}
|
|
16390
|
+
}
|
|
16391
|
+
}
|
|
16392
|
+
namespace Default {
|
|
16393
|
+
namespace Content {
|
|
16394
|
+
interface ApplicationJson {
|
|
16395
|
+
[k: string]: unknown;
|
|
16396
|
+
}
|
|
16397
|
+
}
|
|
16398
|
+
}
|
|
16399
|
+
}
|
|
16400
|
+
}
|
|
16401
|
+
}
|
|
16402
|
+
namespace V2MysqlUsersMysqlUserId {
|
|
16403
|
+
namespace Get {
|
|
16404
|
+
namespace Parameters {
|
|
16405
|
+
type Path = {
|
|
16406
|
+
mysqlUserId: string;
|
|
16407
|
+
};
|
|
16408
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
15864
16409
|
type Query = {};
|
|
15865
16410
|
}
|
|
15866
16411
|
namespace Responses {
|
|
@@ -16104,6 +16649,55 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16104
16649
|
}
|
|
16105
16650
|
}
|
|
16106
16651
|
}
|
|
16652
|
+
namespace Patch {
|
|
16653
|
+
namespace Parameters {
|
|
16654
|
+
type Path = {
|
|
16655
|
+
redisDatabaseId: string;
|
|
16656
|
+
};
|
|
16657
|
+
interface RequestBody {
|
|
16658
|
+
configuration?: MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration;
|
|
16659
|
+
description?: string;
|
|
16660
|
+
version?: string;
|
|
16661
|
+
}
|
|
16662
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
16663
|
+
type Query = {};
|
|
16664
|
+
}
|
|
16665
|
+
namespace Responses {
|
|
16666
|
+
namespace $204 {
|
|
16667
|
+
namespace Content {
|
|
16668
|
+
type Empty = unknown;
|
|
16669
|
+
}
|
|
16670
|
+
}
|
|
16671
|
+
namespace $400 {
|
|
16672
|
+
namespace Content {
|
|
16673
|
+
interface ApplicationJson {
|
|
16674
|
+
[k: string]: unknown;
|
|
16675
|
+
}
|
|
16676
|
+
}
|
|
16677
|
+
}
|
|
16678
|
+
namespace $404 {
|
|
16679
|
+
namespace Content {
|
|
16680
|
+
interface ApplicationJson {
|
|
16681
|
+
[k: string]: unknown;
|
|
16682
|
+
}
|
|
16683
|
+
}
|
|
16684
|
+
}
|
|
16685
|
+
namespace $429 {
|
|
16686
|
+
namespace Content {
|
|
16687
|
+
interface ApplicationJson {
|
|
16688
|
+
[k: string]: unknown;
|
|
16689
|
+
}
|
|
16690
|
+
}
|
|
16691
|
+
}
|
|
16692
|
+
namespace Default {
|
|
16693
|
+
namespace Content {
|
|
16694
|
+
interface ApplicationJson {
|
|
16695
|
+
[k: string]: unknown;
|
|
16696
|
+
}
|
|
16697
|
+
}
|
|
16698
|
+
}
|
|
16699
|
+
}
|
|
16700
|
+
}
|
|
16107
16701
|
}
|
|
16108
16702
|
namespace V2MysqlUsersMysqlUserIdActionsDisable {
|
|
16109
16703
|
namespace Post {
|
|
@@ -17344,6 +17938,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17344
17938
|
}
|
|
17345
17939
|
namespace V2ProjectsProjectIdLeave { }
|
|
17346
17940
|
namespace V2SignupEmail { }
|
|
17941
|
+
namespace V2UsersSelfCredentialsToken { }
|
|
17347
17942
|
namespace V2SignupPasswordResetConfirm { }
|
|
17348
17943
|
namespace V2UsersSelfIssues { }
|
|
17349
17944
|
namespace V2SignupTokenApiApiTokenId { }
|
|
@@ -18282,8 +18877,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18282
18877
|
namespace Parameters {
|
|
18283
18878
|
type Path = {};
|
|
18284
18879
|
interface RequestBody {
|
|
18285
|
-
|
|
18286
|
-
|
|
18880
|
+
/**
|
|
18881
|
+
* Name of the pAccount in customer center to migrate domains from.
|
|
18882
|
+
*/
|
|
18883
|
+
pAccount: string;
|
|
18884
|
+
/**
|
|
18885
|
+
* ID of the Project to migrate the domains into.
|
|
18886
|
+
*/
|
|
18887
|
+
projectId: string;
|
|
18287
18888
|
}
|
|
18288
18889
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken & MittwaldAPIV2.Components.SecuritySchemes.CommonsLegacyBearerAuthentication;
|
|
18289
18890
|
type Query = {};
|
|
@@ -18318,14 +18919,53 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18318
18919
|
}
|
|
18319
18920
|
}
|
|
18320
18921
|
}
|
|
18321
|
-
namespace
|
|
18922
|
+
namespace V2PAccountsPAccountDomainMigrations {
|
|
18322
18923
|
namespace Get {
|
|
18323
18924
|
namespace Parameters {
|
|
18324
|
-
type Path = {
|
|
18925
|
+
type Path = {
|
|
18926
|
+
pAccount: string;
|
|
18927
|
+
};
|
|
18325
18928
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsLegacyBearerAuthentication;
|
|
18326
|
-
type Query = {
|
|
18327
|
-
|
|
18929
|
+
type Query = {};
|
|
18930
|
+
}
|
|
18931
|
+
namespace Responses {
|
|
18932
|
+
namespace $200 {
|
|
18933
|
+
namespace Content {
|
|
18934
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainmigrationMigration[];
|
|
18935
|
+
}
|
|
18936
|
+
}
|
|
18937
|
+
namespace $400 {
|
|
18938
|
+
namespace Content {
|
|
18939
|
+
interface ApplicationJson {
|
|
18940
|
+
[k: string]: unknown;
|
|
18941
|
+
}
|
|
18942
|
+
}
|
|
18943
|
+
}
|
|
18944
|
+
namespace $429 {
|
|
18945
|
+
namespace Content {
|
|
18946
|
+
interface ApplicationJson {
|
|
18947
|
+
[k: string]: unknown;
|
|
18948
|
+
}
|
|
18949
|
+
}
|
|
18950
|
+
}
|
|
18951
|
+
namespace Default {
|
|
18952
|
+
namespace Content {
|
|
18953
|
+
interface ApplicationJson {
|
|
18954
|
+
[k: string]: unknown;
|
|
18955
|
+
}
|
|
18956
|
+
}
|
|
18957
|
+
}
|
|
18958
|
+
}
|
|
18959
|
+
}
|
|
18960
|
+
}
|
|
18961
|
+
namespace V2ProjectsProjectIdDomainMigrations {
|
|
18962
|
+
namespace Get {
|
|
18963
|
+
namespace Parameters {
|
|
18964
|
+
type Path = {
|
|
18965
|
+
projectId: string;
|
|
18328
18966
|
};
|
|
18967
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
18968
|
+
type Query = {};
|
|
18329
18969
|
}
|
|
18330
18970
|
namespace Responses {
|
|
18331
18971
|
namespace $200 {
|
|
@@ -18357,14 +18997,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18357
18997
|
}
|
|
18358
18998
|
}
|
|
18359
18999
|
}
|
|
18360
|
-
namespace
|
|
19000
|
+
namespace V2DomainMigrations {
|
|
18361
19001
|
namespace Post {
|
|
18362
19002
|
namespace Parameters {
|
|
18363
19003
|
type Path = {};
|
|
18364
19004
|
interface RequestBody {
|
|
18365
19005
|
domains: string[];
|
|
18366
|
-
|
|
18367
|
-
|
|
19006
|
+
/**
|
|
19007
|
+
* Name of the pAccount in customer center to migrate domains from.
|
|
19008
|
+
*/
|
|
19009
|
+
pAccount: string;
|
|
19010
|
+
/**
|
|
19011
|
+
* ID of the Project to migrate the domains into.
|
|
19012
|
+
*/
|
|
19013
|
+
projectId: string;
|
|
18368
19014
|
}
|
|
18369
19015
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken & MittwaldAPIV2.Components.SecuritySchemes.CommonsLegacyBearerAuthentication;
|
|
18370
19016
|
type Query = {};
|
|
@@ -20271,6 +20917,46 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20271
20917
|
}
|
|
20272
20918
|
}
|
|
20273
20919
|
}
|
|
20920
|
+
namespace V2ContributorsContributorIdWebhookExecutions {
|
|
20921
|
+
namespace Get {
|
|
20922
|
+
namespace Parameters {
|
|
20923
|
+
type Path = {
|
|
20924
|
+
contributorId: string;
|
|
20925
|
+
};
|
|
20926
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
20927
|
+
type Query = {
|
|
20928
|
+
extensionId?: string;
|
|
20929
|
+
extensionInstanceId?: string;
|
|
20930
|
+
limit?: number;
|
|
20931
|
+
skip?: number;
|
|
20932
|
+
page?: number;
|
|
20933
|
+
sort?: ("attempts" | "nextScheduledExecution")[];
|
|
20934
|
+
order?: ("asc" | "desc")[];
|
|
20935
|
+
};
|
|
20936
|
+
}
|
|
20937
|
+
namespace Responses {
|
|
20938
|
+
namespace $200 {
|
|
20939
|
+
namespace Content {
|
|
20940
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceWebhookExecution[];
|
|
20941
|
+
}
|
|
20942
|
+
}
|
|
20943
|
+
namespace $429 {
|
|
20944
|
+
namespace Content {
|
|
20945
|
+
interface ApplicationJson {
|
|
20946
|
+
[k: string]: unknown;
|
|
20947
|
+
}
|
|
20948
|
+
}
|
|
20949
|
+
}
|
|
20950
|
+
namespace Default {
|
|
20951
|
+
namespace Content {
|
|
20952
|
+
interface ApplicationJson {
|
|
20953
|
+
[k: string]: unknown;
|
|
20954
|
+
}
|
|
20955
|
+
}
|
|
20956
|
+
}
|
|
20957
|
+
}
|
|
20958
|
+
}
|
|
20959
|
+
}
|
|
20274
20960
|
namespace V2Contributors {
|
|
20275
20961
|
namespace Get {
|
|
20276
20962
|
namespace Parameters {
|
|
@@ -25455,6 +26141,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
25455
26141
|
type Query = {
|
|
25456
26142
|
limit?: number;
|
|
25457
26143
|
skip?: number;
|
|
26144
|
+
searchTerm?: string;
|
|
25458
26145
|
};
|
|
25459
26146
|
}
|
|
25460
26147
|
namespace Responses {
|
|
@@ -26556,6 +27243,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
26556
27243
|
isInherited?: boolean;
|
|
26557
27244
|
role?: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
26558
27245
|
hasMfa?: boolean;
|
|
27246
|
+
searchTerm?: string;
|
|
26559
27247
|
};
|
|
26560
27248
|
}
|
|
26561
27249
|
namespace Responses {
|
|
@@ -28353,7 +29041,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
28353
29041
|
password: string;
|
|
28354
29042
|
}
|
|
28355
29043
|
type Header = {};
|
|
28356
|
-
type Query = {
|
|
29044
|
+
type Query = {
|
|
29045
|
+
cookieOnly?: boolean;
|
|
29046
|
+
};
|
|
28357
29047
|
}
|
|
28358
29048
|
namespace Responses {
|
|
28359
29049
|
namespace $200 {
|
|
@@ -28374,6 +29064,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
28374
29064
|
}
|
|
28375
29065
|
}
|
|
28376
29066
|
}
|
|
29067
|
+
namespace $204 {
|
|
29068
|
+
namespace Content {
|
|
29069
|
+
type Empty = unknown;
|
|
29070
|
+
}
|
|
29071
|
+
}
|
|
28377
29072
|
namespace $400 {
|
|
28378
29073
|
namespace Content {
|
|
28379
29074
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
|
|
@@ -28429,15 +29124,15 @@ export declare namespace MittwaldAPIV2 {
|
|
|
28429
29124
|
/**
|
|
28430
29125
|
* The expiration date of the token.
|
|
28431
29126
|
*/
|
|
28432
|
-
expires
|
|
29127
|
+
expires: string;
|
|
28433
29128
|
/**
|
|
28434
29129
|
* Refresh token to refresh your access token even after it has expired.
|
|
28435
29130
|
*/
|
|
28436
|
-
refreshToken
|
|
29131
|
+
refreshToken: string;
|
|
28437
29132
|
/**
|
|
28438
29133
|
* Public token to identify yourself against the api gateway.
|
|
28439
29134
|
*/
|
|
28440
|
-
token
|
|
29135
|
+
token: string;
|
|
28441
29136
|
}
|
|
28442
29137
|
}
|
|
28443
29138
|
}
|
|
@@ -28448,6 +29143,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
28448
29143
|
}
|
|
28449
29144
|
}
|
|
28450
29145
|
}
|
|
29146
|
+
namespace $204 {
|
|
29147
|
+
namespace Content {
|
|
29148
|
+
type Empty = unknown;
|
|
29149
|
+
}
|
|
29150
|
+
}
|
|
28451
29151
|
namespace $400 {
|
|
28452
29152
|
namespace Content {
|
|
28453
29153
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors | MittwaldAPIV2.Components.Schemas.CommonsError;
|
|
@@ -28455,7 +29155,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
28455
29155
|
}
|
|
28456
29156
|
namespace $401 {
|
|
28457
29157
|
namespace Content {
|
|
28458
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
|
|
29158
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors | MittwaldAPIV2.Components.Schemas.CommonsError;
|
|
28459
29159
|
}
|
|
28460
29160
|
}
|
|
28461
29161
|
namespace $429 {
|
|
@@ -28678,41 +29378,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
28678
29378
|
}
|
|
28679
29379
|
}
|
|
28680
29380
|
}
|
|
28681
|
-
namespace V2UsersSelfCredentialsToken {
|
|
28682
|
-
namespace Post {
|
|
28683
|
-
namespace Parameters {
|
|
28684
|
-
type Path = {};
|
|
28685
|
-
interface RequestBody {
|
|
28686
|
-
}
|
|
28687
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
28688
|
-
type Query = {};
|
|
28689
|
-
}
|
|
28690
|
-
namespace Responses {
|
|
28691
|
-
namespace $200 {
|
|
28692
|
-
namespace Content {
|
|
28693
|
-
interface ApplicationJson {
|
|
28694
|
-
id: string;
|
|
28695
|
-
publicToken: string;
|
|
28696
|
-
}
|
|
28697
|
-
}
|
|
28698
|
-
}
|
|
28699
|
-
namespace $429 {
|
|
28700
|
-
namespace Content {
|
|
28701
|
-
interface ApplicationJson {
|
|
28702
|
-
[k: string]: unknown;
|
|
28703
|
-
}
|
|
28704
|
-
}
|
|
28705
|
-
}
|
|
28706
|
-
namespace Default {
|
|
28707
|
-
namespace Content {
|
|
28708
|
-
interface ApplicationJson {
|
|
28709
|
-
[k: string]: unknown;
|
|
28710
|
-
}
|
|
28711
|
-
}
|
|
28712
|
-
}
|
|
28713
|
-
}
|
|
28714
|
-
}
|
|
28715
|
-
}
|
|
28716
29381
|
namespace V2UsersSelfCredentialsMfa {
|
|
28717
29382
|
namespace Get {
|
|
28718
29383
|
namespace Parameters {
|
|
@@ -29478,6 +30143,53 @@ export declare namespace MittwaldAPIV2 {
|
|
|
29478
30143
|
}
|
|
29479
30144
|
}
|
|
29480
30145
|
}
|
|
30146
|
+
namespace V2UsersSelfSessionsCurrentStatus {
|
|
30147
|
+
namespace Get {
|
|
30148
|
+
namespace Parameters {
|
|
30149
|
+
type Path = {};
|
|
30150
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
30151
|
+
type Query = {};
|
|
30152
|
+
}
|
|
30153
|
+
namespace Responses {
|
|
30154
|
+
namespace $200 {
|
|
30155
|
+
namespace Content {
|
|
30156
|
+
interface ApplicationJson {
|
|
30157
|
+
/**
|
|
30158
|
+
* Whether the executing user is an employee.
|
|
30159
|
+
*/
|
|
30160
|
+
isEmployee: boolean;
|
|
30161
|
+
/**
|
|
30162
|
+
* Whether the current session is an impersonation.
|
|
30163
|
+
*/
|
|
30164
|
+
isImpersonated: boolean;
|
|
30165
|
+
/**
|
|
30166
|
+
* The ID of the token currently in use.
|
|
30167
|
+
*/
|
|
30168
|
+
tokenId: string;
|
|
30169
|
+
/**
|
|
30170
|
+
* ID of the executing user.
|
|
30171
|
+
*/
|
|
30172
|
+
userId: string;
|
|
30173
|
+
}
|
|
30174
|
+
}
|
|
30175
|
+
}
|
|
30176
|
+
namespace $429 {
|
|
30177
|
+
namespace Content {
|
|
30178
|
+
interface ApplicationJson {
|
|
30179
|
+
[k: string]: unknown;
|
|
30180
|
+
}
|
|
30181
|
+
}
|
|
30182
|
+
}
|
|
30183
|
+
namespace Default {
|
|
30184
|
+
namespace Content {
|
|
30185
|
+
interface ApplicationJson {
|
|
30186
|
+
[k: string]: unknown;
|
|
30187
|
+
}
|
|
30188
|
+
}
|
|
30189
|
+
}
|
|
30190
|
+
}
|
|
30191
|
+
}
|
|
30192
|
+
}
|
|
29481
30193
|
namespace V2UsersSelfCredentialsPasswordUpdatedAt {
|
|
29482
30194
|
namespace Get {
|
|
29483
30195
|
namespace Parameters {
|