@mittwald/api-client 4.16.0 → 4.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/generated/v2/client-react.js +70 -39
- package/dist/esm/generated/v2/client.js +171 -106
- package/dist/esm/generated/v2/descriptors.js +198 -18
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +405 -204
- package/dist/types/generated/v2/client.d.ts +3944 -2716
- package/dist/types/generated/v2/descriptors.d.ts +70 -10
- package/dist/types/generated/v2/types.d.ts +2339 -319
- package/dist/types/version.d.ts +1 -1
- package/package.json +7 -4
|
@@ -46,6 +46,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
46
46
|
type RequestData = InferredRequestData<typeof descriptors.appLinkDatabase>;
|
|
47
47
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appLinkDatabase, TStatus>;
|
|
48
48
|
}
|
|
49
|
+
namespace AppListAppinstallationsForUser {
|
|
50
|
+
type RequestData = InferredRequestData<typeof descriptors.appListAppinstallationsForUser>;
|
|
51
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appListAppinstallationsForUser, TStatus>;
|
|
52
|
+
}
|
|
49
53
|
namespace AppListAppinstallations {
|
|
50
54
|
type RequestData = InferredRequestData<typeof descriptors.appListAppinstallations>;
|
|
51
55
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.appListAppinstallations, TStatus>;
|
|
@@ -146,6 +150,94 @@ export declare namespace MittwaldAPIV2 {
|
|
|
146
150
|
type RequestData = InferredRequestData<typeof descriptors.backupUpdateProjectBackupDescription>;
|
|
147
151
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupUpdateProjectBackupDescription, TStatus>;
|
|
148
152
|
}
|
|
153
|
+
namespace ContainerListRegistries {
|
|
154
|
+
type RequestData = InferredRequestData<typeof descriptors.containerListRegistries>;
|
|
155
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListRegistries, TStatus>;
|
|
156
|
+
}
|
|
157
|
+
namespace ContainerCreateRegistry {
|
|
158
|
+
type RequestData = InferredRequestData<typeof descriptors.containerCreateRegistry>;
|
|
159
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerCreateRegistry, TStatus>;
|
|
160
|
+
}
|
|
161
|
+
namespace ContainerGetStack {
|
|
162
|
+
type RequestData = InferredRequestData<typeof descriptors.containerGetStack>;
|
|
163
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetStack, TStatus>;
|
|
164
|
+
}
|
|
165
|
+
namespace ContainerDeclareStack {
|
|
166
|
+
type RequestData = InferredRequestData<typeof descriptors.containerDeclareStack>;
|
|
167
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerDeclareStack, TStatus>;
|
|
168
|
+
}
|
|
169
|
+
namespace ContainerUpdateStack {
|
|
170
|
+
type RequestData = InferredRequestData<typeof descriptors.containerUpdateStack>;
|
|
171
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerUpdateStack, TStatus>;
|
|
172
|
+
}
|
|
173
|
+
namespace ContainerGetRegistry {
|
|
174
|
+
type RequestData = InferredRequestData<typeof descriptors.containerGetRegistry>;
|
|
175
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetRegistry, TStatus>;
|
|
176
|
+
}
|
|
177
|
+
namespace ContainerDeleteRegistry {
|
|
178
|
+
type RequestData = InferredRequestData<typeof descriptors.containerDeleteRegistry>;
|
|
179
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerDeleteRegistry, TStatus>;
|
|
180
|
+
}
|
|
181
|
+
namespace ContainerUpdateRegistry {
|
|
182
|
+
type RequestData = InferredRequestData<typeof descriptors.containerUpdateRegistry>;
|
|
183
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerUpdateRegistry, TStatus>;
|
|
184
|
+
}
|
|
185
|
+
namespace ContainerGetVolume {
|
|
186
|
+
type RequestData = InferredRequestData<typeof descriptors.containerGetVolume>;
|
|
187
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetVolume, TStatus>;
|
|
188
|
+
}
|
|
189
|
+
namespace ContainerDeleteVolume {
|
|
190
|
+
type RequestData = InferredRequestData<typeof descriptors.containerDeleteVolume>;
|
|
191
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerDeleteVolume, TStatus>;
|
|
192
|
+
}
|
|
193
|
+
namespace ContainerGetContainerImageConfig {
|
|
194
|
+
type RequestData = InferredRequestData<typeof descriptors.containerGetContainerImageConfig>;
|
|
195
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetContainerImageConfig, TStatus>;
|
|
196
|
+
}
|
|
197
|
+
namespace ContainerGetServiceLogs {
|
|
198
|
+
type RequestData = InferredRequestData<typeof descriptors.containerGetServiceLogs>;
|
|
199
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetServiceLogs, TStatus>;
|
|
200
|
+
}
|
|
201
|
+
namespace ContainerGetService {
|
|
202
|
+
type RequestData = InferredRequestData<typeof descriptors.containerGetService>;
|
|
203
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetService, TStatus>;
|
|
204
|
+
}
|
|
205
|
+
namespace ContainerListServices {
|
|
206
|
+
type RequestData = InferredRequestData<typeof descriptors.containerListServices>;
|
|
207
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListServices, TStatus>;
|
|
208
|
+
}
|
|
209
|
+
namespace ContainerListStacks {
|
|
210
|
+
type RequestData = InferredRequestData<typeof descriptors.containerListStacks>;
|
|
211
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListStacks, TStatus>;
|
|
212
|
+
}
|
|
213
|
+
namespace ContainerListVolumes {
|
|
214
|
+
type RequestData = InferredRequestData<typeof descriptors.containerListVolumes>;
|
|
215
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListVolumes, TStatus>;
|
|
216
|
+
}
|
|
217
|
+
namespace ContainerRecreateService {
|
|
218
|
+
type RequestData = InferredRequestData<typeof descriptors.containerRecreateService>;
|
|
219
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerRecreateService, TStatus>;
|
|
220
|
+
}
|
|
221
|
+
namespace ContainerRestartService {
|
|
222
|
+
type RequestData = InferredRequestData<typeof descriptors.containerRestartService>;
|
|
223
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerRestartService, TStatus>;
|
|
224
|
+
}
|
|
225
|
+
namespace ContainerStartService {
|
|
226
|
+
type RequestData = InferredRequestData<typeof descriptors.containerStartService>;
|
|
227
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerStartService, TStatus>;
|
|
228
|
+
}
|
|
229
|
+
namespace ContainerStopService {
|
|
230
|
+
type RequestData = InferredRequestData<typeof descriptors.containerStopService>;
|
|
231
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerStopService, TStatus>;
|
|
232
|
+
}
|
|
233
|
+
namespace ContainerValidateContainerRegistryUri {
|
|
234
|
+
type RequestData = InferredRequestData<typeof descriptors.containerValidateContainerRegistryUri>;
|
|
235
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerValidateContainerRegistryUri, TStatus>;
|
|
236
|
+
}
|
|
237
|
+
namespace ContainerValidateRegistryCredentials {
|
|
238
|
+
type RequestData = InferredRequestData<typeof descriptors.containerValidateRegistryCredentials>;
|
|
239
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerValidateRegistryCredentials, TStatus>;
|
|
240
|
+
}
|
|
149
241
|
namespace ContractTerminateContractItem {
|
|
150
242
|
type RequestData = InferredRequestData<typeof descriptors.contractTerminateContractItem>;
|
|
151
243
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractTerminateContractItem, TStatus>;
|
|
@@ -222,6 +314,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
222
314
|
type RequestData = InferredRequestData<typeof descriptors.conversationGetConversationMembers>;
|
|
223
315
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.conversationGetConversationMembers, TStatus>;
|
|
224
316
|
}
|
|
317
|
+
namespace ConversationGetConversationPreferencesOfCustomer {
|
|
318
|
+
type RequestData = InferredRequestData<typeof descriptors.conversationGetConversationPreferencesOfCustomer>;
|
|
319
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.conversationGetConversationPreferencesOfCustomer, TStatus>;
|
|
320
|
+
}
|
|
225
321
|
namespace ConversationGetConversation {
|
|
226
322
|
type RequestData = InferredRequestData<typeof descriptors.conversationGetConversation>;
|
|
227
323
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.conversationGetConversation, TStatus>;
|
|
@@ -558,6 +654,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
558
654
|
type RequestData = InferredRequestData<typeof descriptors.domainDeleteDomain>;
|
|
559
655
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainDeleteDomain, TStatus>;
|
|
560
656
|
}
|
|
657
|
+
namespace DomainGenerateFromInput {
|
|
658
|
+
type RequestData = InferredRequestData<typeof descriptors.domainGenerateFromInput>;
|
|
659
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGenerateFromInput, TStatus>;
|
|
660
|
+
}
|
|
661
|
+
namespace DomainGenerateInContext {
|
|
662
|
+
type RequestData = InferredRequestData<typeof descriptors.domainGenerateInContext>;
|
|
663
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGenerateInContext, TStatus>;
|
|
664
|
+
}
|
|
561
665
|
namespace DomainGetLatestScreenshot {
|
|
562
666
|
type RequestData = InferredRequestData<typeof descriptors.domainGetLatestScreenshot>;
|
|
563
667
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetLatestScreenshot, TStatus>;
|
|
@@ -602,6 +706,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
602
706
|
type RequestData = InferredRequestData<typeof descriptors.extensionCreateExtensionInstance>;
|
|
603
707
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionCreateExtensionInstance, TStatus>;
|
|
604
708
|
}
|
|
709
|
+
namespace ExtensionCreateRetrievalKey {
|
|
710
|
+
type RequestData = InferredRequestData<typeof descriptors.extensionCreateRetrievalKey>;
|
|
711
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionCreateRetrievalKey, TStatus>;
|
|
712
|
+
}
|
|
605
713
|
namespace ExtensionGetExtensionInstance {
|
|
606
714
|
type RequestData = InferredRequestData<typeof descriptors.extensionGetExtensionInstance>;
|
|
607
715
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionGetExtensionInstance, TStatus>;
|
|
@@ -750,6 +858,22 @@ export declare namespace MittwaldAPIV2 {
|
|
|
750
858
|
type RequestData = InferredRequestData<typeof descriptors.mailListProjectMailSettings>;
|
|
751
859
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListProjectMailSettings, TStatus>;
|
|
752
860
|
}
|
|
861
|
+
namespace MailMigrationCheckMigrationIsPossible {
|
|
862
|
+
type RequestData = InferredRequestData<typeof descriptors.mailMigrationCheckMigrationIsPossible>;
|
|
863
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailMigrationCheckMigrationIsPossible, TStatus>;
|
|
864
|
+
}
|
|
865
|
+
namespace MailMigrationGetMigration {
|
|
866
|
+
type RequestData = InferredRequestData<typeof descriptors.mailMigrationGetMigration>;
|
|
867
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailMigrationGetMigration, TStatus>;
|
|
868
|
+
}
|
|
869
|
+
namespace MailMigrationListMigrations {
|
|
870
|
+
type RequestData = InferredRequestData<typeof descriptors.mailMigrationListMigrations>;
|
|
871
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailMigrationListMigrations, TStatus>;
|
|
872
|
+
}
|
|
873
|
+
namespace MailMigrationRequestMailMigration {
|
|
874
|
+
type RequestData = InferredRequestData<typeof descriptors.mailMigrationRequestMailMigration>;
|
|
875
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailMigrationRequestMailMigration, TStatus>;
|
|
876
|
+
}
|
|
753
877
|
namespace MailUpdateDeliveryBoxDescription {
|
|
754
878
|
type RequestData = InferredRequestData<typeof descriptors.mailUpdateDeliveryBoxDescription>;
|
|
755
879
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateDeliveryBoxDescription, TStatus>;
|
|
@@ -862,10 +986,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
862
986
|
type RequestData = InferredRequestData<typeof descriptors.pageinsightsScheduleStrace>;
|
|
863
987
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.pageinsightsScheduleStrace, TStatus>;
|
|
864
988
|
}
|
|
865
|
-
namespace PasswordValidationGetPasswordPolicy {
|
|
866
|
-
type RequestData = InferredRequestData<typeof descriptors.passwordValidationGetPasswordPolicy>;
|
|
867
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.passwordValidationGetPasswordPolicy, TStatus>;
|
|
868
|
-
}
|
|
869
989
|
namespace ProjectAcceptProjectInvite {
|
|
870
990
|
type RequestData = InferredRequestData<typeof descriptors.projectAcceptProjectInvite>;
|
|
871
991
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectAcceptProjectInvite, TStatus>;
|
|
@@ -1006,10 +1126,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1006
1126
|
type RequestData = InferredRequestData<typeof descriptors.relocationCreateRelocation>;
|
|
1007
1127
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.relocationCreateRelocation, TStatus>;
|
|
1008
1128
|
}
|
|
1009
|
-
namespace ServicetokenAuthenticateService {
|
|
1010
|
-
type RequestData = InferredRequestData<typeof descriptors.servicetokenAuthenticateService>;
|
|
1011
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.servicetokenAuthenticateService, TStatus>;
|
|
1012
|
-
}
|
|
1013
1129
|
namespace SftpUserListSftpUsers {
|
|
1014
1130
|
type RequestData = InferredRequestData<typeof descriptors.sftpUserListSftpUsers>;
|
|
1015
1131
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.sftpUserListSftpUsers, TStatus>;
|
|
@@ -1106,10 +1222,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1106
1222
|
type RequestData = InferredRequestData<typeof descriptors.userConfirmPasswordReset>;
|
|
1107
1223
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userConfirmPasswordReset, TStatus>;
|
|
1108
1224
|
}
|
|
1109
|
-
namespace UserCreateAccessTokenRetrievalKey {
|
|
1110
|
-
type RequestData = InferredRequestData<typeof descriptors.userCreateAccessTokenRetrievalKey>;
|
|
1111
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userCreateAccessTokenRetrievalKey, TStatus>;
|
|
1112
|
-
}
|
|
1113
1225
|
namespace UserListApiTokens {
|
|
1114
1226
|
type RequestData = InferredRequestData<typeof descriptors.userListApiTokens>;
|
|
1115
1227
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userListApiTokens, TStatus>;
|
|
@@ -1218,6 +1330,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1218
1330
|
type RequestData = InferredRequestData<typeof descriptors.userListSessions>;
|
|
1219
1331
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userListSessions, TStatus>;
|
|
1220
1332
|
}
|
|
1333
|
+
namespace UserRefreshSession {
|
|
1334
|
+
type RequestData = InferredRequestData<typeof descriptors.userRefreshSession>;
|
|
1335
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userRefreshSession, TStatus>;
|
|
1336
|
+
}
|
|
1221
1337
|
namespace UserTerminateAllSessions {
|
|
1222
1338
|
type RequestData = InferredRequestData<typeof descriptors.userTerminateAllSessions>;
|
|
1223
1339
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userTerminateAllSessions, TStatus>;
|
|
@@ -1266,6 +1382,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1266
1382
|
type RequestData = InferredRequestData<typeof descriptors.userVerifyRegistration>;
|
|
1267
1383
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userVerifyRegistration, TStatus>;
|
|
1268
1384
|
}
|
|
1385
|
+
namespace ContributorRotateSecretForExtensionInstance {
|
|
1386
|
+
type RequestData = InferredRequestData<typeof descriptors.contributorRotateSecretForExtensionInstance>;
|
|
1387
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorRotateSecretForExtensionInstance, TStatus>;
|
|
1388
|
+
}
|
|
1269
1389
|
}
|
|
1270
1390
|
namespace Components {
|
|
1271
1391
|
namespace Schemas {
|
|
@@ -1431,6 +1551,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1431
1551
|
interface AppSystemSoftwareVersion {
|
|
1432
1552
|
expiryDate?: string;
|
|
1433
1553
|
externalVersion: string;
|
|
1554
|
+
fee?: MittwaldAPIV2.Components.Schemas.FeeFeeStrategy;
|
|
1434
1555
|
id: string;
|
|
1435
1556
|
internalVersion: string;
|
|
1436
1557
|
recommended?: boolean;
|
|
@@ -1621,6 +1742,213 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1621
1742
|
ttl?: string;
|
|
1622
1743
|
updatedAt?: string;
|
|
1623
1744
|
}
|
|
1745
|
+
interface ContainerCreateRegistry {
|
|
1746
|
+
credentials?: MittwaldAPIV2.Components.Schemas.ContainerSetRegistryCredentials;
|
|
1747
|
+
description: string;
|
|
1748
|
+
uri: string;
|
|
1749
|
+
}
|
|
1750
|
+
interface ContainerContainerImageConfig {
|
|
1751
|
+
/**
|
|
1752
|
+
* Command of the container image.
|
|
1753
|
+
*/
|
|
1754
|
+
command?: string[];
|
|
1755
|
+
/**
|
|
1756
|
+
* Entrypoint of the container image.
|
|
1757
|
+
*/
|
|
1758
|
+
entrypoint?: string[];
|
|
1759
|
+
/**
|
|
1760
|
+
* List of environment variables the container image has.
|
|
1761
|
+
*/
|
|
1762
|
+
env?: MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigEnv[];
|
|
1763
|
+
/**
|
|
1764
|
+
* List of exposed ports the container image has.
|
|
1765
|
+
*/
|
|
1766
|
+
exposedPorts?: MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigExposedPort[];
|
|
1767
|
+
/**
|
|
1768
|
+
* Whether the image config has ai generated data.
|
|
1769
|
+
*/
|
|
1770
|
+
hasAiGeneratedData: boolean;
|
|
1771
|
+
/**
|
|
1772
|
+
* Whether the container user is root.
|
|
1773
|
+
*/
|
|
1774
|
+
isUserRoot: boolean;
|
|
1775
|
+
/**
|
|
1776
|
+
* If set, this user will be used to run the container.
|
|
1777
|
+
*/
|
|
1778
|
+
overwritingUser?: number;
|
|
1779
|
+
/**
|
|
1780
|
+
* The user the container image is running with.
|
|
1781
|
+
*/
|
|
1782
|
+
user: string;
|
|
1783
|
+
/**
|
|
1784
|
+
* List of volumes the container image has.
|
|
1785
|
+
*/
|
|
1786
|
+
volumes?: MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigVolume[];
|
|
1787
|
+
}
|
|
1788
|
+
interface ContainerContainerImageConfigEnv {
|
|
1789
|
+
/**
|
|
1790
|
+
* The description of the env key.
|
|
1791
|
+
*/
|
|
1792
|
+
description?: string;
|
|
1793
|
+
/**
|
|
1794
|
+
* Whether the env has been ai generated.
|
|
1795
|
+
*/
|
|
1796
|
+
isAiGenerated: boolean;
|
|
1797
|
+
/**
|
|
1798
|
+
* Whether the env key is a sensitive field, e.g. password fields.
|
|
1799
|
+
*/
|
|
1800
|
+
isSensitive?: boolean;
|
|
1801
|
+
/**
|
|
1802
|
+
* The env key.
|
|
1803
|
+
*/
|
|
1804
|
+
key: string;
|
|
1805
|
+
/**
|
|
1806
|
+
* The env default value.
|
|
1807
|
+
*/
|
|
1808
|
+
value?: string;
|
|
1809
|
+
}
|
|
1810
|
+
interface ContainerContainerImageConfigExposedPort {
|
|
1811
|
+
/**
|
|
1812
|
+
* The description of the exposed port.
|
|
1813
|
+
*/
|
|
1814
|
+
description?: string;
|
|
1815
|
+
/**
|
|
1816
|
+
* Whether the port has been ai generated.
|
|
1817
|
+
*/
|
|
1818
|
+
isAiGenerated: boolean;
|
|
1819
|
+
/**
|
|
1820
|
+
* The exposed port.
|
|
1821
|
+
*/
|
|
1822
|
+
port: string;
|
|
1823
|
+
}
|
|
1824
|
+
interface ContainerContainerImageConfigVolume {
|
|
1825
|
+
/**
|
|
1826
|
+
* The description of the volume path.
|
|
1827
|
+
*/
|
|
1828
|
+
description?: string;
|
|
1829
|
+
/**
|
|
1830
|
+
* Whether the volume has been ai generated.
|
|
1831
|
+
*/
|
|
1832
|
+
isAiGenerated: boolean;
|
|
1833
|
+
/**
|
|
1834
|
+
* The volume path.
|
|
1835
|
+
*/
|
|
1836
|
+
volume: string;
|
|
1837
|
+
}
|
|
1838
|
+
interface ContainerRegistry {
|
|
1839
|
+
credentials?: MittwaldAPIV2.Components.Schemas.ContainerRegistryCredentials;
|
|
1840
|
+
description: string;
|
|
1841
|
+
id: string;
|
|
1842
|
+
projectId: string;
|
|
1843
|
+
uri: string;
|
|
1844
|
+
}
|
|
1845
|
+
interface ContainerRegistryCredentials {
|
|
1846
|
+
/**
|
|
1847
|
+
* Your registry username.
|
|
1848
|
+
*/
|
|
1849
|
+
username: string;
|
|
1850
|
+
/**
|
|
1851
|
+
* Status of the credentials.
|
|
1852
|
+
*/
|
|
1853
|
+
valid: boolean;
|
|
1854
|
+
}
|
|
1855
|
+
interface ContainerServiceDeclareRequest {
|
|
1856
|
+
/**
|
|
1857
|
+
* Defaults to image config on empty
|
|
1858
|
+
*/
|
|
1859
|
+
command?: string[];
|
|
1860
|
+
description: string;
|
|
1861
|
+
/**
|
|
1862
|
+
* Defaults to image config on empty
|
|
1863
|
+
*/
|
|
1864
|
+
entrypoint?: string[];
|
|
1865
|
+
envs?: {
|
|
1866
|
+
[k: string]: string;
|
|
1867
|
+
};
|
|
1868
|
+
image: string;
|
|
1869
|
+
ports: string[];
|
|
1870
|
+
volumes?: string[];
|
|
1871
|
+
}
|
|
1872
|
+
interface ContainerServiceRequest {
|
|
1873
|
+
/**
|
|
1874
|
+
* Defaults to image config on empty
|
|
1875
|
+
*/
|
|
1876
|
+
command?: string[];
|
|
1877
|
+
description?: string;
|
|
1878
|
+
/**
|
|
1879
|
+
* Defaults to image config on empty
|
|
1880
|
+
*/
|
|
1881
|
+
entrypoint?: string[];
|
|
1882
|
+
envs?: {
|
|
1883
|
+
[k: string]: string;
|
|
1884
|
+
};
|
|
1885
|
+
image?: string;
|
|
1886
|
+
ports?: string[];
|
|
1887
|
+
volumes?: string[];
|
|
1888
|
+
}
|
|
1889
|
+
interface ContainerServiceResponse {
|
|
1890
|
+
deployedState: MittwaldAPIV2.Components.Schemas.ContainerServiceState;
|
|
1891
|
+
description: string;
|
|
1892
|
+
id: string;
|
|
1893
|
+
pendingState: MittwaldAPIV2.Components.Schemas.ContainerServiceState;
|
|
1894
|
+
projectId: string;
|
|
1895
|
+
serviceName: string;
|
|
1896
|
+
stackId: string;
|
|
1897
|
+
status: MittwaldAPIV2.Components.Schemas.ContainerServiceStatus;
|
|
1898
|
+
}
|
|
1899
|
+
interface ContainerServiceState {
|
|
1900
|
+
command?: string[];
|
|
1901
|
+
entrypoint?: string[];
|
|
1902
|
+
envs?: {
|
|
1903
|
+
[k: string]: string;
|
|
1904
|
+
};
|
|
1905
|
+
image: string;
|
|
1906
|
+
ports?: string[];
|
|
1907
|
+
volumes?: string[];
|
|
1908
|
+
}
|
|
1909
|
+
type ContainerServiceStatus = "running" | "stopped" | "restarting" | "error" | "creating" | "starting";
|
|
1910
|
+
interface ContainerSetRegistryCredentials {
|
|
1911
|
+
/**
|
|
1912
|
+
* Your registry password or access token.
|
|
1913
|
+
*/
|
|
1914
|
+
password: string;
|
|
1915
|
+
/**
|
|
1916
|
+
* Your registry username, use 'oauth2accesstoken' for access token authentication.
|
|
1917
|
+
*/
|
|
1918
|
+
username: string;
|
|
1919
|
+
}
|
|
1920
|
+
interface ContainerStackResponse {
|
|
1921
|
+
description: string;
|
|
1922
|
+
disabled: boolean;
|
|
1923
|
+
id: string;
|
|
1924
|
+
/**
|
|
1925
|
+
* Prefix for all service-names in this stack.
|
|
1926
|
+
*/
|
|
1927
|
+
prefix: string;
|
|
1928
|
+
projectId: string;
|
|
1929
|
+
services?: MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[];
|
|
1930
|
+
volumes?: MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[];
|
|
1931
|
+
}
|
|
1932
|
+
interface ContainerUpdateRegistry {
|
|
1933
|
+
credentials?: MittwaldAPIV2.Components.Schemas.ContainerSetRegistryCredentials;
|
|
1934
|
+
description?: string;
|
|
1935
|
+
uri?: string;
|
|
1936
|
+
}
|
|
1937
|
+
interface ContainerVolumeDeclareRequest {
|
|
1938
|
+
name: string;
|
|
1939
|
+
}
|
|
1940
|
+
interface ContainerVolumeRequest {
|
|
1941
|
+
name?: string;
|
|
1942
|
+
}
|
|
1943
|
+
interface ContainerVolumeResponse {
|
|
1944
|
+
id: string;
|
|
1945
|
+
name: string;
|
|
1946
|
+
/**
|
|
1947
|
+
* Whether the Volume is attached to a Stack.
|
|
1948
|
+
*/
|
|
1949
|
+
orphaned: boolean;
|
|
1950
|
+
stackId: string;
|
|
1951
|
+
}
|
|
1624
1952
|
interface ContractAggregateReference {
|
|
1625
1953
|
aggregate: string;
|
|
1626
1954
|
domain: string;
|
|
@@ -1727,6 +2055,15 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1727
2055
|
type ConversationConversationMembers = (MittwaldAPIV2.Components.Schemas.ConversationUser & {
|
|
1728
2056
|
active: boolean;
|
|
1729
2057
|
})[];
|
|
2058
|
+
interface ConversationConversationPreferences {
|
|
2059
|
+
customerId: string;
|
|
2060
|
+
preferredUsers: {
|
|
2061
|
+
categoryUserPairs?: {
|
|
2062
|
+
[k: string]: string;
|
|
2063
|
+
};
|
|
2064
|
+
fallback?: string;
|
|
2065
|
+
};
|
|
2066
|
+
}
|
|
1730
2067
|
interface ConversationConversation {
|
|
1731
2068
|
category?: MittwaldAPIV2.Components.Schemas.ConversationCategory;
|
|
1732
2069
|
conversationId: string;
|
|
@@ -1739,7 +2076,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1739
2076
|
relations?: MittwaldAPIV2.Components.Schemas.ConversationAggregateReference[];
|
|
1740
2077
|
sharedWith?: MittwaldAPIV2.Components.Schemas.ConversationAggregateReference;
|
|
1741
2078
|
shortId: string;
|
|
1742
|
-
status:
|
|
2079
|
+
status: MittwaldAPIV2.Components.Schemas.ConversationStatus;
|
|
1743
2080
|
title: string;
|
|
1744
2081
|
visibility: "shared" | "private";
|
|
1745
2082
|
}
|
|
@@ -1747,7 +2084,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1747
2084
|
conversationId: string;
|
|
1748
2085
|
shortId: string;
|
|
1749
2086
|
}
|
|
1750
|
-
type ConversationDepartment = "development" | "mail" | "accounting" | "customerService" | "cloudHosting" | "software" | "generic";
|
|
2087
|
+
type ConversationDepartment = "development" | "mail" | "infra" | "marketing" | "network" | "dataCenter" | "accounting" | "customerService" | "cloudHosting" | "software" | "generic" | "security";
|
|
1751
2088
|
interface ConversationError {
|
|
1752
2089
|
message: string;
|
|
1753
2090
|
type: string;
|
|
@@ -2200,6 +2537,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2200
2537
|
interface DomainAuthCode2 {
|
|
2201
2538
|
expires: string;
|
|
2202
2539
|
}
|
|
2540
|
+
type DomainContextModification = "default" | "serious" | "creative";
|
|
2203
2541
|
interface DomainCreateDomainHandleData {
|
|
2204
2542
|
adminC?: MittwaldAPIV2.Components.Schemas.DomainHandleField[];
|
|
2205
2543
|
ownerC: MittwaldAPIV2.Components.Schemas.DomainHandleField[];
|
|
@@ -2221,6 +2559,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2221
2559
|
transferInAuthCode?: string;
|
|
2222
2560
|
usesDefaultNameserver: boolean;
|
|
2223
2561
|
}
|
|
2562
|
+
interface DomainGenerateDomainsInput {
|
|
2563
|
+
domainCount: number;
|
|
2564
|
+
input: string;
|
|
2565
|
+
}
|
|
2566
|
+
interface DomainGenerateMoreDomainsContext {
|
|
2567
|
+
generated: MittwaldAPIV2.Components.Schemas.DomainGeneratedDomains[];
|
|
2568
|
+
mod: MittwaldAPIV2.Components.Schemas.DomainContextModification;
|
|
2569
|
+
start: MittwaldAPIV2.Components.Schemas.DomainGenerateDomainsInput;
|
|
2570
|
+
}
|
|
2571
|
+
interface DomainGeneratedDomains {
|
|
2572
|
+
domains: string[];
|
|
2573
|
+
}
|
|
2224
2574
|
interface DomainHandleData {
|
|
2225
2575
|
handleFields?: MittwaldAPIV2.Components.Schemas.DomainHandleField[];
|
|
2226
2576
|
handleRef?: string;
|
|
@@ -2249,7 +2599,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2249
2599
|
irtp: boolean;
|
|
2250
2600
|
rgpDays: number;
|
|
2251
2601
|
tld: string;
|
|
2602
|
+
/**
|
|
2603
|
+
* @deprecated
|
|
2604
|
+
*/
|
|
2605
|
+
transferAuthCodeRequired: boolean;
|
|
2606
|
+
transferAuthentication: MittwaldAPIV2.Components.Schemas.DomainTransferAuthentication;
|
|
2252
2607
|
}
|
|
2608
|
+
type DomainTransferAuthentication = "unspecified" | "code" | "email" | "push";
|
|
2253
2609
|
interface MarketplaceContributor {
|
|
2254
2610
|
customerId: string;
|
|
2255
2611
|
email?: string;
|
|
@@ -2306,6 +2662,42 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2306
2662
|
email?: string;
|
|
2307
2663
|
phone?: string;
|
|
2308
2664
|
}
|
|
2665
|
+
/**
|
|
2666
|
+
* A strategy for fees of resources.
|
|
2667
|
+
*/
|
|
2668
|
+
type FeeFeeStrategy = MittwaldAPIV2.Components.Schemas.FeeOneTimePaymentFeeStrategy | MittwaldAPIV2.Components.Schemas.FeePeriodBasedFeeStrategy;
|
|
2669
|
+
/**
|
|
2670
|
+
* A strategy for fees that occur once.
|
|
2671
|
+
*/
|
|
2672
|
+
interface FeeOneTimePaymentFeeStrategy {
|
|
2673
|
+
/**
|
|
2674
|
+
* The one-time price in Euro Cents.
|
|
2675
|
+
*/
|
|
2676
|
+
price: number;
|
|
2677
|
+
}
|
|
2678
|
+
/**
|
|
2679
|
+
* A strategy for fees that occur periodically
|
|
2680
|
+
*/
|
|
2681
|
+
interface FeePeriodBasedFeeStrategy {
|
|
2682
|
+
periods: {
|
|
2683
|
+
feeValidFrom?: string;
|
|
2684
|
+
feeValidUntil?: string;
|
|
2685
|
+
/**
|
|
2686
|
+
* The monthly price in Euro Cents.
|
|
2687
|
+
*/
|
|
2688
|
+
monthlyPrice: number;
|
|
2689
|
+
}[];
|
|
2690
|
+
}
|
|
2691
|
+
/**
|
|
2692
|
+
* A Fee of a Resource
|
|
2693
|
+
*/
|
|
2694
|
+
interface FeeResourceFee {
|
|
2695
|
+
feeStrategy?: MittwaldAPIV2.Components.Schemas.FeeFeeStrategy;
|
|
2696
|
+
/**
|
|
2697
|
+
* The id of the given Resource
|
|
2698
|
+
*/
|
|
2699
|
+
id: string;
|
|
2700
|
+
}
|
|
2309
2701
|
interface FileFileMeta {
|
|
2310
2702
|
friendlyURL: string;
|
|
2311
2703
|
id: string;
|
|
@@ -2369,6 +2761,30 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2369
2761
|
projectId: string;
|
|
2370
2762
|
tls: MittwaldAPIV2.Components.Schemas.IngressTlsAcme | MittwaldAPIV2.Components.Schemas.IngressTlsCertificate;
|
|
2371
2763
|
}
|
|
2764
|
+
interface IngressIngressDeprecated {
|
|
2765
|
+
/**
|
|
2766
|
+
* A list of errors that occurred while validating the ingress's dns before requesting a certificate.
|
|
2767
|
+
*/
|
|
2768
|
+
dnsValidationErrors: ("ERROR_UNSPECIFIED" | "ERROR_QUAD_A" | "ERROR_NO_A_RECORD" | "ERROR_ACME_CERTIFICATE_REQUEST_DEADLINE_EXCEEDED")[];
|
|
2769
|
+
hostname: string;
|
|
2770
|
+
id: string;
|
|
2771
|
+
ips: {
|
|
2772
|
+
v4: string[];
|
|
2773
|
+
};
|
|
2774
|
+
/**
|
|
2775
|
+
* Whether this ingress is the default ingress or not. A default ingress is automatically created, it cannot be deleted. There can be only one default ingress per project.
|
|
2776
|
+
*/
|
|
2777
|
+
isDefault: boolean;
|
|
2778
|
+
isDomain?: boolean;
|
|
2779
|
+
isEnabled: boolean;
|
|
2780
|
+
ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
|
|
2781
|
+
/**
|
|
2782
|
+
* A list of paths. The default path `/` is always present and cannot be removed.
|
|
2783
|
+
*/
|
|
2784
|
+
paths: MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
2785
|
+
projectId: string;
|
|
2786
|
+
tls: MittwaldAPIV2.Components.Schemas.IngressTlsAcmeDeprecated | MittwaldAPIV2.Components.Schemas.IngressTlsCertificate;
|
|
2787
|
+
}
|
|
2372
2788
|
interface IngressOwnership {
|
|
2373
2789
|
txtRecord?: string;
|
|
2374
2790
|
/**
|
|
@@ -2406,8 +2822,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2406
2822
|
* Has to be `true`, as ssl cannot be deactivated.
|
|
2407
2823
|
*/
|
|
2408
2824
|
acme: boolean;
|
|
2825
|
+
isCreated: boolean;
|
|
2409
2826
|
requestDeadline?: string;
|
|
2410
2827
|
}
|
|
2828
|
+
interface IngressTlsAcmeDeprecated {
|
|
2829
|
+
acme: boolean;
|
|
2830
|
+
}
|
|
2411
2831
|
interface IngressTlsCertificate {
|
|
2412
2832
|
certificateId: string;
|
|
2413
2833
|
}
|
|
@@ -2542,6 +2962,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2542
2962
|
mailbox: {
|
|
2543
2963
|
enableSpamProtection: boolean;
|
|
2544
2964
|
password: string;
|
|
2965
|
+
/**
|
|
2966
|
+
* 2 GB
|
|
2967
|
+
*/
|
|
2545
2968
|
quotaInBytes: number;
|
|
2546
2969
|
};
|
|
2547
2970
|
}
|
|
@@ -2555,17 +2978,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2555
2978
|
sendingEnabled: boolean;
|
|
2556
2979
|
updatedAt: string;
|
|
2557
2980
|
}
|
|
2558
|
-
interface MailDeliveryboxInternal {
|
|
2559
|
-
authenticationEnabled: boolean;
|
|
2560
|
-
description: string;
|
|
2561
|
-
id: string;
|
|
2562
|
-
mailsystemSettings: MittwaldAPIV2.Components.Schemas.MailMailsystemSettings;
|
|
2563
|
-
name: string;
|
|
2564
|
-
passwordUpdatedAt: string;
|
|
2565
|
-
projectId: string;
|
|
2566
|
-
sendingEnabled: boolean;
|
|
2567
|
-
updatedAt: string;
|
|
2568
|
-
}
|
|
2569
2981
|
interface MailError {
|
|
2570
2982
|
message: string;
|
|
2571
2983
|
type: string;
|
|
@@ -2608,41 +3020,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2608
3020
|
receivingDisabled: boolean;
|
|
2609
3021
|
updatedAt: string;
|
|
2610
3022
|
}
|
|
2611
|
-
interface MailMailAddressInternal {
|
|
2612
|
-
address: string;
|
|
2613
|
-
autoResponder: {
|
|
2614
|
-
active: boolean;
|
|
2615
|
-
expiresAt?: string;
|
|
2616
|
-
message?: string;
|
|
2617
|
-
startsAt?: string;
|
|
2618
|
-
};
|
|
2619
|
-
forwardAddresses: string[];
|
|
2620
|
-
id: string;
|
|
2621
|
-
isArchived: boolean;
|
|
2622
|
-
isCatchAll: boolean;
|
|
2623
|
-
mailbox?: {
|
|
2624
|
-
mailsystemSettings: MittwaldAPIV2.Components.Schemas.MailMailsystemSettings;
|
|
2625
|
-
name: string;
|
|
2626
|
-
passwordUpdatedAt: string;
|
|
2627
|
-
sendingEnabled: boolean;
|
|
2628
|
-
spamProtection: {
|
|
2629
|
-
active: boolean;
|
|
2630
|
-
autoDeleteSpam: boolean;
|
|
2631
|
-
folder: "spam" | "inbox";
|
|
2632
|
-
relocationMinSpamScore: number;
|
|
2633
|
-
};
|
|
2634
|
-
storageInBytes: {
|
|
2635
|
-
current: {
|
|
2636
|
-
updatedAt: string;
|
|
2637
|
-
value: number;
|
|
2638
|
-
};
|
|
2639
|
-
limit: number;
|
|
2640
|
-
};
|
|
2641
|
-
};
|
|
2642
|
-
projectId: string;
|
|
2643
|
-
receivingDisabled: boolean;
|
|
2644
|
-
updatedAt: string;
|
|
2645
|
-
}
|
|
2646
3023
|
interface MailMailsystemSettings {
|
|
2647
3024
|
imapClusterId: string;
|
|
2648
3025
|
mailDirectory: string;
|
|
@@ -2981,7 +3358,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2981
3358
|
*/
|
|
2982
3359
|
invoicingPeriod: number;
|
|
2983
3360
|
items: MittwaldAPIV2.Components.Schemas.OrderOrderItem[];
|
|
2984
|
-
orderDate
|
|
3361
|
+
orderDate?: string;
|
|
2985
3362
|
orderId: string;
|
|
2986
3363
|
orderNumber: string;
|
|
2987
3364
|
profile?: MittwaldAPIV2.Components.Schemas.OrderProfile;
|
|
@@ -3048,6 +3425,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3048
3425
|
}
|
|
3049
3426
|
type OrderOrderType = "NEW_ORDER" | "CONTRACT_CHANGE";
|
|
3050
3427
|
interface OrderDomainOrderPreviewResponse {
|
|
3428
|
+
/**
|
|
3429
|
+
* Contract duration in months.
|
|
3430
|
+
*/
|
|
3431
|
+
domainContractDuration: number;
|
|
3051
3432
|
domainPrice: number;
|
|
3052
3433
|
feePrice: number;
|
|
3053
3434
|
totalPrice: number;
|
|
@@ -3097,6 +3478,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3097
3478
|
description: string;
|
|
3098
3479
|
diskspaceInGiB: number;
|
|
3099
3480
|
machineType: string;
|
|
3481
|
+
promotionCode?: string;
|
|
3100
3482
|
useFreeTrial?: boolean;
|
|
3101
3483
|
}
|
|
3102
3484
|
interface OrderServerTariffChange {
|
|
@@ -3104,7 +3486,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3104
3486
|
diskspaceInGiB: number;
|
|
3105
3487
|
machineType: string;
|
|
3106
3488
|
}
|
|
3107
|
-
type PolicyPolicy = string;
|
|
3108
3489
|
interface ProjectAvatarRules {
|
|
3109
3490
|
maxSizeInKB: number;
|
|
3110
3491
|
mimeTypes: string[];
|
|
@@ -3150,7 +3531,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3150
3531
|
}
|
|
3151
3532
|
interface ProjectHardwareSpec {
|
|
3152
3533
|
cpu?: string;
|
|
3534
|
+
/**
|
|
3535
|
+
* @deprecated
|
|
3536
|
+
* deprecated by memory
|
|
3537
|
+
*/
|
|
3153
3538
|
mem?: string;
|
|
3539
|
+
memory?: string;
|
|
3154
3540
|
storage: string;
|
|
3155
3541
|
}
|
|
3156
3542
|
interface ProjectMachineType {
|
|
@@ -3188,6 +3574,8 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3188
3574
|
statisticsBaseDomain?: string;
|
|
3189
3575
|
status: MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
|
|
3190
3576
|
statusSetAt: string;
|
|
3577
|
+
webStorageUsageInBytes: number;
|
|
3578
|
+
webStorageUsageInBytesSetAt: string;
|
|
3191
3579
|
}
|
|
3192
3580
|
type ProjectServerDisableReason = "suspended";
|
|
3193
3581
|
type ProjectServerStatus = "pending" | "ready" | "unready";
|
|
@@ -3409,6 +3797,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3409
3797
|
location?: MittwaldAPIV2.Components.Schemas.SignupLocation;
|
|
3410
3798
|
tokenId: string;
|
|
3411
3799
|
}
|
|
3800
|
+
interface ConversationDepartmentWithStatus {
|
|
3801
|
+
department: MittwaldAPIV2.Components.Schemas.ConversationDepartment;
|
|
3802
|
+
status: MittwaldAPIV2.Components.Schemas.ConversationStatus;
|
|
3803
|
+
}
|
|
3804
|
+
type ConversationStatus = "open" | "closed" | "answered" | "inProgress" | "waiting";
|
|
3412
3805
|
interface CommonsAddress {
|
|
3413
3806
|
street: string;
|
|
3414
3807
|
houseNumber: string;
|
|
@@ -3539,7 +3932,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3539
3932
|
* more information about the error
|
|
3540
3933
|
*/
|
|
3541
3934
|
message: string;
|
|
3542
|
-
name:
|
|
3935
|
+
name: string;
|
|
3543
3936
|
}
|
|
3544
3937
|
}
|
|
3545
3938
|
namespace SignupSecondFactorRequiredError {
|
|
@@ -3953,6 +4346,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3953
4346
|
type Empty = unknown;
|
|
3954
4347
|
}
|
|
3955
4348
|
}
|
|
4349
|
+
namespace $400 {
|
|
4350
|
+
namespace Content {
|
|
4351
|
+
interface ApplicationJson {
|
|
4352
|
+
[k: string]: unknown;
|
|
4353
|
+
}
|
|
4354
|
+
}
|
|
4355
|
+
}
|
|
3956
4356
|
namespace $404 {
|
|
3957
4357
|
namespace Content {
|
|
3958
4358
|
interface ApplicationJson {
|
|
@@ -3970,6 +4370,33 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3970
4370
|
}
|
|
3971
4371
|
}
|
|
3972
4372
|
}
|
|
4373
|
+
namespace V2AppInstallations {
|
|
4374
|
+
namespace Get {
|
|
4375
|
+
namespace Parameters {
|
|
4376
|
+
type Path = {};
|
|
4377
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
4378
|
+
type Query = {
|
|
4379
|
+
limit?: number;
|
|
4380
|
+
page?: number;
|
|
4381
|
+
skip?: number;
|
|
4382
|
+
};
|
|
4383
|
+
}
|
|
4384
|
+
namespace Responses {
|
|
4385
|
+
namespace $200 {
|
|
4386
|
+
namespace Content {
|
|
4387
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.AppAppInstallation[];
|
|
4388
|
+
}
|
|
4389
|
+
}
|
|
4390
|
+
namespace Default {
|
|
4391
|
+
namespace Content {
|
|
4392
|
+
interface ApplicationJson {
|
|
4393
|
+
[k: string]: unknown;
|
|
4394
|
+
}
|
|
4395
|
+
}
|
|
4396
|
+
}
|
|
4397
|
+
}
|
|
4398
|
+
}
|
|
4399
|
+
}
|
|
3973
4400
|
namespace V2ProjectsProjectIdAppinstallations { }
|
|
3974
4401
|
namespace V2ProjectsProjectIdAppInstallations {
|
|
3975
4402
|
namespace Get {
|
|
@@ -4896,45 +5323,40 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4896
5323
|
}
|
|
4897
5324
|
}
|
|
4898
5325
|
}
|
|
4899
|
-
namespace
|
|
4900
|
-
namespace
|
|
5326
|
+
namespace V2ProjectsProjectIdRegistries {
|
|
5327
|
+
namespace Get {
|
|
4901
5328
|
namespace Parameters {
|
|
4902
5329
|
type Path = {
|
|
4903
|
-
|
|
4904
|
-
contractItemId: string;
|
|
5330
|
+
projectId: string;
|
|
4905
5331
|
};
|
|
4906
|
-
interface RequestBody {
|
|
4907
|
-
/**
|
|
4908
|
-
* A reason for the Termination can be given as plain text.
|
|
4909
|
-
*/
|
|
4910
|
-
reason?: string;
|
|
4911
|
-
/**
|
|
4912
|
-
* The termination date has to be a valid date according to activation and contract period of the ContractItem. If none given, the next possible termination date will be used.
|
|
4913
|
-
*/
|
|
4914
|
-
terminationTargetDate?: string;
|
|
4915
|
-
}
|
|
4916
5332
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
4917
|
-
type Query = {
|
|
5333
|
+
type Query = {
|
|
5334
|
+
hasCredentials?: boolean;
|
|
5335
|
+
limit?: number;
|
|
5336
|
+
skip?: number;
|
|
5337
|
+
};
|
|
4918
5338
|
}
|
|
4919
5339
|
namespace Responses {
|
|
4920
|
-
namespace $
|
|
5340
|
+
namespace $200 {
|
|
5341
|
+
namespace Content {
|
|
5342
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerRegistry[];
|
|
5343
|
+
}
|
|
5344
|
+
}
|
|
5345
|
+
namespace $400 {
|
|
4921
5346
|
namespace Content {
|
|
4922
5347
|
interface ApplicationJson {
|
|
4923
|
-
|
|
4924
|
-
contractItemId?: string;
|
|
4925
|
-
reason?: string;
|
|
4926
|
-
terminationTargetDate?: string;
|
|
5348
|
+
[k: string]: unknown;
|
|
4927
5349
|
}
|
|
4928
5350
|
}
|
|
4929
5351
|
}
|
|
4930
|
-
namespace $
|
|
5352
|
+
namespace $403 {
|
|
4931
5353
|
namespace Content {
|
|
4932
5354
|
interface ApplicationJson {
|
|
4933
5355
|
[k: string]: unknown;
|
|
4934
5356
|
}
|
|
4935
5357
|
}
|
|
4936
5358
|
}
|
|
4937
|
-
namespace $
|
|
5359
|
+
namespace $500 {
|
|
4938
5360
|
namespace Content {
|
|
4939
5361
|
interface ApplicationJson {
|
|
4940
5362
|
[k: string]: unknown;
|
|
@@ -4950,26 +5372,29 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4950
5372
|
}
|
|
4951
5373
|
}
|
|
4952
5374
|
}
|
|
4953
|
-
namespace
|
|
5375
|
+
namespace Post {
|
|
4954
5376
|
namespace Parameters {
|
|
4955
5377
|
type Path = {
|
|
4956
|
-
|
|
4957
|
-
contractItemId: string;
|
|
5378
|
+
projectId: string;
|
|
4958
5379
|
};
|
|
5380
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.ContainerCreateRegistry;
|
|
4959
5381
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
4960
5382
|
type Query = {};
|
|
4961
5383
|
}
|
|
4962
5384
|
namespace Responses {
|
|
4963
|
-
namespace $
|
|
5385
|
+
namespace $201 {
|
|
5386
|
+
namespace Content {
|
|
5387
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerRegistry;
|
|
5388
|
+
}
|
|
5389
|
+
}
|
|
5390
|
+
namespace $400 {
|
|
4964
5391
|
namespace Content {
|
|
4965
5392
|
interface ApplicationJson {
|
|
4966
|
-
|
|
4967
|
-
contractItemId?: string;
|
|
4968
|
-
isCancelled?: boolean;
|
|
5393
|
+
[k: string]: unknown;
|
|
4969
5394
|
}
|
|
4970
5395
|
}
|
|
4971
5396
|
}
|
|
4972
|
-
namespace $
|
|
5397
|
+
namespace $403 {
|
|
4973
5398
|
namespace Content {
|
|
4974
5399
|
interface ApplicationJson {
|
|
4975
5400
|
[k: string]: unknown;
|
|
@@ -4983,6 +5408,27 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4983
5408
|
}
|
|
4984
5409
|
}
|
|
4985
5410
|
}
|
|
5411
|
+
namespace $409 {
|
|
5412
|
+
namespace Content {
|
|
5413
|
+
interface ApplicationJson {
|
|
5414
|
+
[k: string]: unknown;
|
|
5415
|
+
}
|
|
5416
|
+
}
|
|
5417
|
+
}
|
|
5418
|
+
namespace $412 {
|
|
5419
|
+
namespace Content {
|
|
5420
|
+
interface ApplicationJson {
|
|
5421
|
+
[k: string]: unknown;
|
|
5422
|
+
}
|
|
5423
|
+
}
|
|
5424
|
+
}
|
|
5425
|
+
namespace $500 {
|
|
5426
|
+
namespace Content {
|
|
5427
|
+
interface ApplicationJson {
|
|
5428
|
+
[k: string]: unknown;
|
|
5429
|
+
}
|
|
5430
|
+
}
|
|
5431
|
+
}
|
|
4986
5432
|
namespace Default {
|
|
4987
5433
|
namespace Content {
|
|
4988
5434
|
interface ApplicationJson {
|
|
@@ -4993,34 +5439,36 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4993
5439
|
}
|
|
4994
5440
|
}
|
|
4995
5441
|
}
|
|
4996
|
-
namespace
|
|
4997
|
-
namespace
|
|
5442
|
+
namespace V2StacksStackId {
|
|
5443
|
+
namespace Get {
|
|
4998
5444
|
namespace Parameters {
|
|
4999
5445
|
type Path = {
|
|
5000
|
-
|
|
5001
|
-
contractItemId: string;
|
|
5446
|
+
stackId: string;
|
|
5002
5447
|
};
|
|
5003
5448
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
5004
5449
|
type Query = {};
|
|
5005
5450
|
}
|
|
5006
5451
|
namespace Responses {
|
|
5007
5452
|
namespace $200 {
|
|
5453
|
+
namespace Content {
|
|
5454
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerStackResponse;
|
|
5455
|
+
}
|
|
5456
|
+
}
|
|
5457
|
+
namespace $400 {
|
|
5008
5458
|
namespace Content {
|
|
5009
5459
|
interface ApplicationJson {
|
|
5010
|
-
|
|
5011
|
-
contractItemId?: string;
|
|
5012
|
-
isCancelled?: boolean;
|
|
5460
|
+
[k: string]: unknown;
|
|
5013
5461
|
}
|
|
5014
5462
|
}
|
|
5015
5463
|
}
|
|
5016
|
-
namespace $
|
|
5464
|
+
namespace $403 {
|
|
5017
5465
|
namespace Content {
|
|
5018
5466
|
interface ApplicationJson {
|
|
5019
5467
|
[k: string]: unknown;
|
|
5020
5468
|
}
|
|
5021
5469
|
}
|
|
5022
5470
|
}
|
|
5023
|
-
namespace $
|
|
5471
|
+
namespace $500 {
|
|
5024
5472
|
namespace Content {
|
|
5025
5473
|
interface ApplicationJson {
|
|
5026
5474
|
[k: string]: unknown;
|
|
@@ -5036,45 +5484,53 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5036
5484
|
}
|
|
5037
5485
|
}
|
|
5038
5486
|
}
|
|
5039
|
-
|
|
5040
|
-
namespace V2ContractsContractIdTermination {
|
|
5041
|
-
namespace Post {
|
|
5487
|
+
namespace Put {
|
|
5042
5488
|
namespace Parameters {
|
|
5043
5489
|
type Path = {
|
|
5044
|
-
|
|
5490
|
+
stackId: string;
|
|
5045
5491
|
};
|
|
5046
5492
|
interface RequestBody {
|
|
5493
|
+
services?: {
|
|
5494
|
+
[k: string]: MittwaldAPIV2.Components.Schemas.ContainerServiceDeclareRequest;
|
|
5495
|
+
};
|
|
5047
5496
|
/**
|
|
5048
|
-
*
|
|
5049
|
-
*/
|
|
5050
|
-
reason?: string;
|
|
5051
|
-
/**
|
|
5052
|
-
* The termination date has to be a valid date according to activation and contract period of the base ContractItem. If none given, the next possible termination date will be used.
|
|
5497
|
+
* Volumes belonging to a Stack. Removing results in a detach, delete must be explicit.
|
|
5053
5498
|
*/
|
|
5054
|
-
|
|
5499
|
+
volumes?: {
|
|
5500
|
+
[k: string]: MittwaldAPIV2.Components.Schemas.ContainerVolumeDeclareRequest;
|
|
5501
|
+
};
|
|
5055
5502
|
}
|
|
5056
5503
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
5057
5504
|
type Query = {};
|
|
5058
5505
|
}
|
|
5059
5506
|
namespace Responses {
|
|
5060
|
-
namespace $
|
|
5507
|
+
namespace $200 {
|
|
5508
|
+
namespace Content {
|
|
5509
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerStackResponse;
|
|
5510
|
+
}
|
|
5511
|
+
}
|
|
5512
|
+
namespace $400 {
|
|
5061
5513
|
namespace Content {
|
|
5062
5514
|
interface ApplicationJson {
|
|
5063
|
-
|
|
5064
|
-
itemsScheduledForTermination?: string[];
|
|
5065
|
-
reason?: string;
|
|
5066
|
-
terminationTargetDate?: string;
|
|
5515
|
+
[k: string]: unknown;
|
|
5067
5516
|
}
|
|
5068
5517
|
}
|
|
5069
5518
|
}
|
|
5070
|
-
namespace $
|
|
5519
|
+
namespace $403 {
|
|
5071
5520
|
namespace Content {
|
|
5072
5521
|
interface ApplicationJson {
|
|
5073
5522
|
[k: string]: unknown;
|
|
5074
5523
|
}
|
|
5075
5524
|
}
|
|
5076
5525
|
}
|
|
5077
|
-
namespace $
|
|
5526
|
+
namespace $412 {
|
|
5527
|
+
namespace Content {
|
|
5528
|
+
interface ApplicationJson {
|
|
5529
|
+
[k: string]: unknown;
|
|
5530
|
+
}
|
|
5531
|
+
}
|
|
5532
|
+
}
|
|
5533
|
+
namespace $500 {
|
|
5078
5534
|
namespace Content {
|
|
5079
5535
|
interface ApplicationJson {
|
|
5080
5536
|
[k: string]: unknown;
|
|
@@ -5090,31 +5546,53 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5090
5546
|
}
|
|
5091
5547
|
}
|
|
5092
5548
|
}
|
|
5093
|
-
namespace
|
|
5549
|
+
namespace Patch {
|
|
5094
5550
|
namespace Parameters {
|
|
5095
5551
|
type Path = {
|
|
5096
|
-
|
|
5552
|
+
stackId: string;
|
|
5097
5553
|
};
|
|
5554
|
+
interface RequestBody {
|
|
5555
|
+
services?: {
|
|
5556
|
+
[k: string]: MittwaldAPIV2.Components.Schemas.ContainerServiceRequest;
|
|
5557
|
+
};
|
|
5558
|
+
/**
|
|
5559
|
+
* Volumes belonging to a Stack. Removing results in a detach, delete must be explicit.
|
|
5560
|
+
*/
|
|
5561
|
+
volumes?: {
|
|
5562
|
+
[k: string]: MittwaldAPIV2.Components.Schemas.ContainerVolumeRequest;
|
|
5563
|
+
};
|
|
5564
|
+
}
|
|
5098
5565
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
5099
5566
|
type Query = {};
|
|
5100
5567
|
}
|
|
5101
5568
|
namespace Responses {
|
|
5102
5569
|
namespace $200 {
|
|
5570
|
+
namespace Content {
|
|
5571
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerStackResponse;
|
|
5572
|
+
}
|
|
5573
|
+
}
|
|
5574
|
+
namespace $400 {
|
|
5103
5575
|
namespace Content {
|
|
5104
5576
|
interface ApplicationJson {
|
|
5105
|
-
|
|
5106
|
-
isCancelled?: boolean;
|
|
5577
|
+
[k: string]: unknown;
|
|
5107
5578
|
}
|
|
5108
5579
|
}
|
|
5109
5580
|
}
|
|
5110
|
-
namespace $
|
|
5581
|
+
namespace $403 {
|
|
5111
5582
|
namespace Content {
|
|
5112
5583
|
interface ApplicationJson {
|
|
5113
5584
|
[k: string]: unknown;
|
|
5114
5585
|
}
|
|
5115
5586
|
}
|
|
5116
5587
|
}
|
|
5117
|
-
namespace $
|
|
5588
|
+
namespace $412 {
|
|
5589
|
+
namespace Content {
|
|
5590
|
+
interface ApplicationJson {
|
|
5591
|
+
[k: string]: unknown;
|
|
5592
|
+
}
|
|
5593
|
+
}
|
|
5594
|
+
}
|
|
5595
|
+
namespace $500 {
|
|
5118
5596
|
namespace Content {
|
|
5119
5597
|
interface ApplicationJson {
|
|
5120
5598
|
[k: string]: unknown;
|
|
@@ -5131,11 +5609,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5131
5609
|
}
|
|
5132
5610
|
}
|
|
5133
5611
|
}
|
|
5134
|
-
namespace
|
|
5612
|
+
namespace V2RegistriesRegistryId {
|
|
5135
5613
|
namespace Get {
|
|
5136
5614
|
namespace Parameters {
|
|
5137
5615
|
type Path = {
|
|
5138
|
-
|
|
5616
|
+
registryId: string;
|
|
5139
5617
|
};
|
|
5140
5618
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
5141
5619
|
type Query = {};
|
|
@@ -5143,7 +5621,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5143
5621
|
namespace Responses {
|
|
5144
5622
|
namespace $200 {
|
|
5145
5623
|
namespace Content {
|
|
5146
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
5624
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerRegistry;
|
|
5147
5625
|
}
|
|
5148
5626
|
}
|
|
5149
5627
|
namespace $400 {
|
|
@@ -5153,7 +5631,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5153
5631
|
}
|
|
5154
5632
|
}
|
|
5155
5633
|
}
|
|
5156
|
-
namespace $
|
|
5634
|
+
namespace $403 {
|
|
5635
|
+
namespace Content {
|
|
5636
|
+
interface ApplicationJson {
|
|
5637
|
+
[k: string]: unknown;
|
|
5638
|
+
}
|
|
5639
|
+
}
|
|
5640
|
+
}
|
|
5641
|
+
namespace $500 {
|
|
5157
5642
|
namespace Content {
|
|
5158
5643
|
interface ApplicationJson {
|
|
5159
5644
|
[k: string]: unknown;
|
|
@@ -5169,20 +5654,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5169
5654
|
}
|
|
5170
5655
|
}
|
|
5171
5656
|
}
|
|
5172
|
-
|
|
5173
|
-
namespace V2DomainsDomainIdContract {
|
|
5174
|
-
namespace Get {
|
|
5657
|
+
namespace Delete {
|
|
5175
5658
|
namespace Parameters {
|
|
5176
5659
|
type Path = {
|
|
5177
|
-
|
|
5660
|
+
registryId: string;
|
|
5178
5661
|
};
|
|
5179
5662
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
5180
5663
|
type Query = {};
|
|
5181
5664
|
}
|
|
5182
5665
|
namespace Responses {
|
|
5183
|
-
namespace $
|
|
5666
|
+
namespace $204 {
|
|
5184
5667
|
namespace Content {
|
|
5185
|
-
type
|
|
5668
|
+
type Empty = unknown;
|
|
5186
5669
|
}
|
|
5187
5670
|
}
|
|
5188
5671
|
namespace $400 {
|
|
@@ -5192,6 +5675,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5192
5675
|
}
|
|
5193
5676
|
}
|
|
5194
5677
|
}
|
|
5678
|
+
namespace $403 {
|
|
5679
|
+
namespace Content {
|
|
5680
|
+
interface ApplicationJson {
|
|
5681
|
+
[k: string]: unknown;
|
|
5682
|
+
}
|
|
5683
|
+
}
|
|
5684
|
+
}
|
|
5195
5685
|
namespace $404 {
|
|
5196
5686
|
namespace Content {
|
|
5197
5687
|
interface ApplicationJson {
|
|
@@ -5199,6 +5689,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5199
5689
|
}
|
|
5200
5690
|
}
|
|
5201
5691
|
}
|
|
5692
|
+
namespace $500 {
|
|
5693
|
+
namespace Content {
|
|
5694
|
+
interface ApplicationJson {
|
|
5695
|
+
[k: string]: unknown;
|
|
5696
|
+
}
|
|
5697
|
+
}
|
|
5698
|
+
}
|
|
5202
5699
|
namespace Default {
|
|
5203
5700
|
namespace Content {
|
|
5204
5701
|
interface ApplicationJson {
|
|
@@ -5208,20 +5705,19 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5208
5705
|
}
|
|
5209
5706
|
}
|
|
5210
5707
|
}
|
|
5211
|
-
|
|
5212
|
-
namespace V2ProjectsProjectIdContract {
|
|
5213
|
-
namespace Get {
|
|
5708
|
+
namespace Patch {
|
|
5214
5709
|
namespace Parameters {
|
|
5215
5710
|
type Path = {
|
|
5216
|
-
|
|
5711
|
+
registryId: string;
|
|
5217
5712
|
};
|
|
5713
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.ContainerUpdateRegistry;
|
|
5218
5714
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
5219
5715
|
type Query = {};
|
|
5220
5716
|
}
|
|
5221
5717
|
namespace Responses {
|
|
5222
|
-
namespace $
|
|
5718
|
+
namespace $204 {
|
|
5223
5719
|
namespace Content {
|
|
5224
|
-
type
|
|
5720
|
+
type Empty = unknown;
|
|
5225
5721
|
}
|
|
5226
5722
|
}
|
|
5227
5723
|
namespace $400 {
|
|
@@ -5231,46 +5727,28 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5231
5727
|
}
|
|
5232
5728
|
}
|
|
5233
5729
|
}
|
|
5234
|
-
namespace $
|
|
5730
|
+
namespace $403 {
|
|
5235
5731
|
namespace Content {
|
|
5236
5732
|
interface ApplicationJson {
|
|
5237
5733
|
[k: string]: unknown;
|
|
5238
5734
|
}
|
|
5239
5735
|
}
|
|
5240
5736
|
}
|
|
5241
|
-
namespace
|
|
5737
|
+
namespace $409 {
|
|
5242
5738
|
namespace Content {
|
|
5243
5739
|
interface ApplicationJson {
|
|
5244
5740
|
[k: string]: unknown;
|
|
5245
5741
|
}
|
|
5246
5742
|
}
|
|
5247
5743
|
}
|
|
5248
|
-
|
|
5249
|
-
}
|
|
5250
|
-
}
|
|
5251
|
-
namespace V2ServersServerIdContract {
|
|
5252
|
-
namespace Get {
|
|
5253
|
-
namespace Parameters {
|
|
5254
|
-
type Path = {
|
|
5255
|
-
serverId: string;
|
|
5256
|
-
};
|
|
5257
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
5258
|
-
type Query = {};
|
|
5259
|
-
}
|
|
5260
|
-
namespace Responses {
|
|
5261
|
-
namespace $200 {
|
|
5262
|
-
namespace Content {
|
|
5263
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContractContract;
|
|
5264
|
-
}
|
|
5265
|
-
}
|
|
5266
|
-
namespace $400 {
|
|
5744
|
+
namespace $412 {
|
|
5267
5745
|
namespace Content {
|
|
5268
5746
|
interface ApplicationJson {
|
|
5269
5747
|
[k: string]: unknown;
|
|
5270
5748
|
}
|
|
5271
5749
|
}
|
|
5272
5750
|
}
|
|
5273
|
-
namespace $
|
|
5751
|
+
namespace $500 {
|
|
5274
5752
|
namespace Content {
|
|
5275
5753
|
interface ApplicationJson {
|
|
5276
5754
|
[k: string]: unknown;
|
|
@@ -5287,12 +5765,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5287
5765
|
}
|
|
5288
5766
|
}
|
|
5289
5767
|
}
|
|
5290
|
-
namespace
|
|
5768
|
+
namespace V2StacksStackIdVolumesVolumeId {
|
|
5291
5769
|
namespace Get {
|
|
5292
5770
|
namespace Parameters {
|
|
5293
5771
|
type Path = {
|
|
5294
|
-
|
|
5295
|
-
|
|
5772
|
+
stackId: string;
|
|
5773
|
+
volumeId: string;
|
|
5296
5774
|
};
|
|
5297
5775
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
5298
5776
|
type Query = {};
|
|
@@ -5300,7 +5778,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5300
5778
|
namespace Responses {
|
|
5301
5779
|
namespace $200 {
|
|
5302
5780
|
namespace Content {
|
|
5303
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
5781
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse;
|
|
5304
5782
|
}
|
|
5305
5783
|
}
|
|
5306
5784
|
namespace $400 {
|
|
@@ -5310,14 +5788,1203 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5310
5788
|
}
|
|
5311
5789
|
}
|
|
5312
5790
|
}
|
|
5313
|
-
namespace $
|
|
5791
|
+
namespace $403 {
|
|
5314
5792
|
namespace Content {
|
|
5315
5793
|
interface ApplicationJson {
|
|
5316
5794
|
[k: string]: unknown;
|
|
5317
5795
|
}
|
|
5318
5796
|
}
|
|
5319
5797
|
}
|
|
5320
|
-
namespace
|
|
5798
|
+
namespace $404 {
|
|
5799
|
+
namespace Content {
|
|
5800
|
+
interface ApplicationJson {
|
|
5801
|
+
[k: string]: unknown;
|
|
5802
|
+
}
|
|
5803
|
+
}
|
|
5804
|
+
}
|
|
5805
|
+
namespace $412 {
|
|
5806
|
+
namespace Content {
|
|
5807
|
+
interface ApplicationJson {
|
|
5808
|
+
[k: string]: unknown;
|
|
5809
|
+
}
|
|
5810
|
+
}
|
|
5811
|
+
}
|
|
5812
|
+
namespace $500 {
|
|
5813
|
+
namespace Content {
|
|
5814
|
+
interface ApplicationJson {
|
|
5815
|
+
[k: string]: unknown;
|
|
5816
|
+
}
|
|
5817
|
+
}
|
|
5818
|
+
}
|
|
5819
|
+
namespace Default {
|
|
5820
|
+
namespace Content {
|
|
5821
|
+
interface ApplicationJson {
|
|
5822
|
+
[k: string]: unknown;
|
|
5823
|
+
}
|
|
5824
|
+
}
|
|
5825
|
+
}
|
|
5826
|
+
}
|
|
5827
|
+
}
|
|
5828
|
+
namespace Delete {
|
|
5829
|
+
namespace Parameters {
|
|
5830
|
+
type Path = {
|
|
5831
|
+
stackId: string;
|
|
5832
|
+
volumeId: string;
|
|
5833
|
+
};
|
|
5834
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
5835
|
+
type Query = {};
|
|
5836
|
+
}
|
|
5837
|
+
namespace Responses {
|
|
5838
|
+
namespace $204 {
|
|
5839
|
+
namespace Content {
|
|
5840
|
+
type Empty = unknown;
|
|
5841
|
+
}
|
|
5842
|
+
}
|
|
5843
|
+
namespace $400 {
|
|
5844
|
+
namespace Content {
|
|
5845
|
+
interface ApplicationJson {
|
|
5846
|
+
[k: string]: unknown;
|
|
5847
|
+
}
|
|
5848
|
+
}
|
|
5849
|
+
}
|
|
5850
|
+
namespace $403 {
|
|
5851
|
+
namespace Content {
|
|
5852
|
+
interface ApplicationJson {
|
|
5853
|
+
[k: string]: unknown;
|
|
5854
|
+
}
|
|
5855
|
+
}
|
|
5856
|
+
}
|
|
5857
|
+
namespace $412 {
|
|
5858
|
+
namespace Content {
|
|
5859
|
+
interface ApplicationJson {
|
|
5860
|
+
[k: string]: unknown;
|
|
5861
|
+
}
|
|
5862
|
+
}
|
|
5863
|
+
}
|
|
5864
|
+
namespace $500 {
|
|
5865
|
+
namespace Content {
|
|
5866
|
+
interface ApplicationJson {
|
|
5867
|
+
[k: string]: unknown;
|
|
5868
|
+
}
|
|
5869
|
+
}
|
|
5870
|
+
}
|
|
5871
|
+
namespace Default {
|
|
5872
|
+
namespace Content {
|
|
5873
|
+
interface ApplicationJson {
|
|
5874
|
+
[k: string]: unknown;
|
|
5875
|
+
}
|
|
5876
|
+
}
|
|
5877
|
+
}
|
|
5878
|
+
}
|
|
5879
|
+
}
|
|
5880
|
+
}
|
|
5881
|
+
namespace V2ContainerImageConfig {
|
|
5882
|
+
namespace Get {
|
|
5883
|
+
namespace Parameters {
|
|
5884
|
+
type Path = {};
|
|
5885
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
5886
|
+
type Query = {
|
|
5887
|
+
imageReference: string;
|
|
5888
|
+
useCredentialsForProjectId?: string;
|
|
5889
|
+
useCredentialsForRegistryId?: string;
|
|
5890
|
+
generateAiData?: boolean;
|
|
5891
|
+
};
|
|
5892
|
+
}
|
|
5893
|
+
namespace Responses {
|
|
5894
|
+
namespace $200 {
|
|
5895
|
+
namespace Content {
|
|
5896
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfig;
|
|
5897
|
+
}
|
|
5898
|
+
}
|
|
5899
|
+
namespace $400 {
|
|
5900
|
+
namespace Content {
|
|
5901
|
+
interface ApplicationJson {
|
|
5902
|
+
[k: string]: unknown;
|
|
5903
|
+
}
|
|
5904
|
+
}
|
|
5905
|
+
}
|
|
5906
|
+
namespace $403 {
|
|
5907
|
+
namespace Content {
|
|
5908
|
+
interface ApplicationJson {
|
|
5909
|
+
[k: string]: unknown;
|
|
5910
|
+
}
|
|
5911
|
+
}
|
|
5912
|
+
}
|
|
5913
|
+
namespace $500 {
|
|
5914
|
+
namespace Content {
|
|
5915
|
+
interface ApplicationJson {
|
|
5916
|
+
[k: string]: unknown;
|
|
5917
|
+
}
|
|
5918
|
+
}
|
|
5919
|
+
}
|
|
5920
|
+
namespace Default {
|
|
5921
|
+
namespace Content {
|
|
5922
|
+
interface ApplicationJson {
|
|
5923
|
+
[k: string]: unknown;
|
|
5924
|
+
}
|
|
5925
|
+
}
|
|
5926
|
+
}
|
|
5927
|
+
}
|
|
5928
|
+
}
|
|
5929
|
+
}
|
|
5930
|
+
namespace V2StacksStackIdServicesServiceIdLogs {
|
|
5931
|
+
namespace Get {
|
|
5932
|
+
namespace Parameters {
|
|
5933
|
+
type Path = {
|
|
5934
|
+
stackId: string;
|
|
5935
|
+
serviceId: string;
|
|
5936
|
+
};
|
|
5937
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
5938
|
+
type Query = {};
|
|
5939
|
+
}
|
|
5940
|
+
namespace Responses {
|
|
5941
|
+
namespace $200 {
|
|
5942
|
+
namespace Content {
|
|
5943
|
+
type TextPlain = string;
|
|
5944
|
+
}
|
|
5945
|
+
}
|
|
5946
|
+
namespace $403 {
|
|
5947
|
+
namespace Content {
|
|
5948
|
+
interface ApplicationJson {
|
|
5949
|
+
[k: string]: unknown;
|
|
5950
|
+
}
|
|
5951
|
+
}
|
|
5952
|
+
}
|
|
5953
|
+
namespace $404 {
|
|
5954
|
+
namespace Content {
|
|
5955
|
+
interface ApplicationJson {
|
|
5956
|
+
[k: string]: unknown;
|
|
5957
|
+
}
|
|
5958
|
+
}
|
|
5959
|
+
}
|
|
5960
|
+
namespace $500 {
|
|
5961
|
+
namespace Content {
|
|
5962
|
+
interface ApplicationJson {
|
|
5963
|
+
[k: string]: unknown;
|
|
5964
|
+
}
|
|
5965
|
+
}
|
|
5966
|
+
}
|
|
5967
|
+
namespace $503 {
|
|
5968
|
+
namespace Content {
|
|
5969
|
+
interface ApplicationJson {
|
|
5970
|
+
[k: string]: unknown;
|
|
5971
|
+
}
|
|
5972
|
+
}
|
|
5973
|
+
}
|
|
5974
|
+
namespace Default {
|
|
5975
|
+
namespace Content {
|
|
5976
|
+
interface ApplicationJson {
|
|
5977
|
+
[k: string]: unknown;
|
|
5978
|
+
}
|
|
5979
|
+
}
|
|
5980
|
+
}
|
|
5981
|
+
}
|
|
5982
|
+
}
|
|
5983
|
+
}
|
|
5984
|
+
namespace V2StacksStackIdServicesServiceId {
|
|
5985
|
+
namespace Get {
|
|
5986
|
+
namespace Parameters {
|
|
5987
|
+
type Path = {
|
|
5988
|
+
stackId: string;
|
|
5989
|
+
serviceId: string;
|
|
5990
|
+
};
|
|
5991
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
5992
|
+
type Query = {};
|
|
5993
|
+
}
|
|
5994
|
+
namespace Responses {
|
|
5995
|
+
namespace $200 {
|
|
5996
|
+
namespace Content {
|
|
5997
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerServiceResponse;
|
|
5998
|
+
}
|
|
5999
|
+
}
|
|
6000
|
+
namespace $400 {
|
|
6001
|
+
namespace Content {
|
|
6002
|
+
interface ApplicationJson {
|
|
6003
|
+
[k: string]: unknown;
|
|
6004
|
+
}
|
|
6005
|
+
}
|
|
6006
|
+
}
|
|
6007
|
+
namespace $403 {
|
|
6008
|
+
namespace Content {
|
|
6009
|
+
interface ApplicationJson {
|
|
6010
|
+
[k: string]: unknown;
|
|
6011
|
+
}
|
|
6012
|
+
}
|
|
6013
|
+
}
|
|
6014
|
+
namespace $404 {
|
|
6015
|
+
namespace Content {
|
|
6016
|
+
interface ApplicationJson {
|
|
6017
|
+
[k: string]: unknown;
|
|
6018
|
+
}
|
|
6019
|
+
}
|
|
6020
|
+
}
|
|
6021
|
+
namespace $412 {
|
|
6022
|
+
namespace Content {
|
|
6023
|
+
interface ApplicationJson {
|
|
6024
|
+
[k: string]: unknown;
|
|
6025
|
+
}
|
|
6026
|
+
}
|
|
6027
|
+
}
|
|
6028
|
+
namespace $500 {
|
|
6029
|
+
namespace Content {
|
|
6030
|
+
interface ApplicationJson {
|
|
6031
|
+
[k: string]: unknown;
|
|
6032
|
+
}
|
|
6033
|
+
}
|
|
6034
|
+
}
|
|
6035
|
+
namespace Default {
|
|
6036
|
+
namespace Content {
|
|
6037
|
+
interface ApplicationJson {
|
|
6038
|
+
[k: string]: unknown;
|
|
6039
|
+
}
|
|
6040
|
+
}
|
|
6041
|
+
}
|
|
6042
|
+
}
|
|
6043
|
+
}
|
|
6044
|
+
}
|
|
6045
|
+
namespace V2ProjectsProjectIdServices {
|
|
6046
|
+
namespace Get {
|
|
6047
|
+
namespace Parameters {
|
|
6048
|
+
type Path = {
|
|
6049
|
+
projectId: string;
|
|
6050
|
+
};
|
|
6051
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6052
|
+
type Query = {
|
|
6053
|
+
stackId?: string;
|
|
6054
|
+
};
|
|
6055
|
+
}
|
|
6056
|
+
namespace Responses {
|
|
6057
|
+
namespace $200 {
|
|
6058
|
+
namespace Content {
|
|
6059
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[];
|
|
6060
|
+
}
|
|
6061
|
+
}
|
|
6062
|
+
namespace $400 {
|
|
6063
|
+
namespace Content {
|
|
6064
|
+
interface ApplicationJson {
|
|
6065
|
+
[k: string]: unknown;
|
|
6066
|
+
}
|
|
6067
|
+
}
|
|
6068
|
+
}
|
|
6069
|
+
namespace $403 {
|
|
6070
|
+
namespace Content {
|
|
6071
|
+
interface ApplicationJson {
|
|
6072
|
+
[k: string]: unknown;
|
|
6073
|
+
}
|
|
6074
|
+
}
|
|
6075
|
+
}
|
|
6076
|
+
namespace $412 {
|
|
6077
|
+
namespace Content {
|
|
6078
|
+
interface ApplicationJson {
|
|
6079
|
+
[k: string]: unknown;
|
|
6080
|
+
}
|
|
6081
|
+
}
|
|
6082
|
+
}
|
|
6083
|
+
namespace $500 {
|
|
6084
|
+
namespace Content {
|
|
6085
|
+
interface ApplicationJson {
|
|
6086
|
+
[k: string]: unknown;
|
|
6087
|
+
}
|
|
6088
|
+
}
|
|
6089
|
+
}
|
|
6090
|
+
namespace Default {
|
|
6091
|
+
namespace Content {
|
|
6092
|
+
interface ApplicationJson {
|
|
6093
|
+
[k: string]: unknown;
|
|
6094
|
+
}
|
|
6095
|
+
}
|
|
6096
|
+
}
|
|
6097
|
+
}
|
|
6098
|
+
}
|
|
6099
|
+
}
|
|
6100
|
+
namespace V2ProjectsProjectIdStacks {
|
|
6101
|
+
namespace Get {
|
|
6102
|
+
namespace Parameters {
|
|
6103
|
+
type Path = {
|
|
6104
|
+
projectId: string;
|
|
6105
|
+
};
|
|
6106
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6107
|
+
type Query = {};
|
|
6108
|
+
}
|
|
6109
|
+
namespace Responses {
|
|
6110
|
+
namespace $200 {
|
|
6111
|
+
namespace Content {
|
|
6112
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerStackResponse[];
|
|
6113
|
+
}
|
|
6114
|
+
}
|
|
6115
|
+
namespace $400 {
|
|
6116
|
+
namespace Content {
|
|
6117
|
+
interface ApplicationJson {
|
|
6118
|
+
[k: string]: unknown;
|
|
6119
|
+
}
|
|
6120
|
+
}
|
|
6121
|
+
}
|
|
6122
|
+
namespace $403 {
|
|
6123
|
+
namespace Content {
|
|
6124
|
+
interface ApplicationJson {
|
|
6125
|
+
[k: string]: unknown;
|
|
6126
|
+
}
|
|
6127
|
+
}
|
|
6128
|
+
}
|
|
6129
|
+
namespace $500 {
|
|
6130
|
+
namespace Content {
|
|
6131
|
+
interface ApplicationJson {
|
|
6132
|
+
[k: string]: unknown;
|
|
6133
|
+
}
|
|
6134
|
+
}
|
|
6135
|
+
}
|
|
6136
|
+
namespace Default {
|
|
6137
|
+
namespace Content {
|
|
6138
|
+
interface ApplicationJson {
|
|
6139
|
+
[k: string]: unknown;
|
|
6140
|
+
}
|
|
6141
|
+
}
|
|
6142
|
+
}
|
|
6143
|
+
}
|
|
6144
|
+
}
|
|
6145
|
+
}
|
|
6146
|
+
namespace V2ProjectsProjectIdVolumes {
|
|
6147
|
+
namespace Get {
|
|
6148
|
+
namespace Parameters {
|
|
6149
|
+
type Path = {
|
|
6150
|
+
projectId: string;
|
|
6151
|
+
};
|
|
6152
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6153
|
+
type Query = {
|
|
6154
|
+
stackId?: string;
|
|
6155
|
+
};
|
|
6156
|
+
}
|
|
6157
|
+
namespace Responses {
|
|
6158
|
+
namespace $200 {
|
|
6159
|
+
namespace Content {
|
|
6160
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[];
|
|
6161
|
+
}
|
|
6162
|
+
}
|
|
6163
|
+
namespace $400 {
|
|
6164
|
+
namespace Content {
|
|
6165
|
+
interface ApplicationJson {
|
|
6166
|
+
[k: string]: unknown;
|
|
6167
|
+
}
|
|
6168
|
+
}
|
|
6169
|
+
}
|
|
6170
|
+
namespace $403 {
|
|
6171
|
+
namespace Content {
|
|
6172
|
+
interface ApplicationJson {
|
|
6173
|
+
[k: string]: unknown;
|
|
6174
|
+
}
|
|
6175
|
+
}
|
|
6176
|
+
}
|
|
6177
|
+
namespace $500 {
|
|
6178
|
+
namespace Content {
|
|
6179
|
+
interface ApplicationJson {
|
|
6180
|
+
[k: string]: unknown;
|
|
6181
|
+
}
|
|
6182
|
+
}
|
|
6183
|
+
}
|
|
6184
|
+
namespace Default {
|
|
6185
|
+
namespace Content {
|
|
6186
|
+
interface ApplicationJson {
|
|
6187
|
+
[k: string]: unknown;
|
|
6188
|
+
}
|
|
6189
|
+
}
|
|
6190
|
+
}
|
|
6191
|
+
}
|
|
6192
|
+
}
|
|
6193
|
+
}
|
|
6194
|
+
namespace V2StacksStackIdServicesServiceIdActionsRecreate {
|
|
6195
|
+
namespace Post {
|
|
6196
|
+
namespace Parameters {
|
|
6197
|
+
type Path = {
|
|
6198
|
+
stackId: string;
|
|
6199
|
+
serviceId: string;
|
|
6200
|
+
};
|
|
6201
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6202
|
+
type Query = {};
|
|
6203
|
+
}
|
|
6204
|
+
namespace Responses {
|
|
6205
|
+
namespace $204 {
|
|
6206
|
+
namespace Content {
|
|
6207
|
+
type Empty = unknown;
|
|
6208
|
+
}
|
|
6209
|
+
}
|
|
6210
|
+
namespace $400 {
|
|
6211
|
+
namespace Content {
|
|
6212
|
+
interface ApplicationJson {
|
|
6213
|
+
[k: string]: unknown;
|
|
6214
|
+
}
|
|
6215
|
+
}
|
|
6216
|
+
}
|
|
6217
|
+
namespace $403 {
|
|
6218
|
+
namespace Content {
|
|
6219
|
+
interface ApplicationJson {
|
|
6220
|
+
[k: string]: unknown;
|
|
6221
|
+
}
|
|
6222
|
+
}
|
|
6223
|
+
}
|
|
6224
|
+
namespace $404 {
|
|
6225
|
+
namespace Content {
|
|
6226
|
+
interface ApplicationJson {
|
|
6227
|
+
[k: string]: unknown;
|
|
6228
|
+
}
|
|
6229
|
+
}
|
|
6230
|
+
}
|
|
6231
|
+
namespace $412 {
|
|
6232
|
+
namespace Content {
|
|
6233
|
+
interface ApplicationJson {
|
|
6234
|
+
[k: string]: unknown;
|
|
6235
|
+
}
|
|
6236
|
+
}
|
|
6237
|
+
}
|
|
6238
|
+
namespace $500 {
|
|
6239
|
+
namespace Content {
|
|
6240
|
+
interface ApplicationJson {
|
|
6241
|
+
[k: string]: unknown;
|
|
6242
|
+
}
|
|
6243
|
+
}
|
|
6244
|
+
}
|
|
6245
|
+
namespace Default {
|
|
6246
|
+
namespace Content {
|
|
6247
|
+
interface ApplicationJson {
|
|
6248
|
+
[k: string]: unknown;
|
|
6249
|
+
}
|
|
6250
|
+
}
|
|
6251
|
+
}
|
|
6252
|
+
}
|
|
6253
|
+
}
|
|
6254
|
+
}
|
|
6255
|
+
namespace V2StacksStackIdServicesServiceIdActionsRestart {
|
|
6256
|
+
namespace Post {
|
|
6257
|
+
namespace Parameters {
|
|
6258
|
+
type Path = {
|
|
6259
|
+
stackId: string;
|
|
6260
|
+
serviceId: string;
|
|
6261
|
+
};
|
|
6262
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6263
|
+
type Query = {};
|
|
6264
|
+
}
|
|
6265
|
+
namespace Responses {
|
|
6266
|
+
namespace $204 {
|
|
6267
|
+
namespace Content {
|
|
6268
|
+
type Empty = unknown;
|
|
6269
|
+
}
|
|
6270
|
+
}
|
|
6271
|
+
namespace $400 {
|
|
6272
|
+
namespace Content {
|
|
6273
|
+
interface ApplicationJson {
|
|
6274
|
+
[k: string]: unknown;
|
|
6275
|
+
}
|
|
6276
|
+
}
|
|
6277
|
+
}
|
|
6278
|
+
namespace $403 {
|
|
6279
|
+
namespace Content {
|
|
6280
|
+
interface ApplicationJson {
|
|
6281
|
+
[k: string]: unknown;
|
|
6282
|
+
}
|
|
6283
|
+
}
|
|
6284
|
+
}
|
|
6285
|
+
namespace $404 {
|
|
6286
|
+
namespace Content {
|
|
6287
|
+
interface ApplicationJson {
|
|
6288
|
+
[k: string]: unknown;
|
|
6289
|
+
}
|
|
6290
|
+
}
|
|
6291
|
+
}
|
|
6292
|
+
namespace $412 {
|
|
6293
|
+
namespace Content {
|
|
6294
|
+
interface ApplicationJson {
|
|
6295
|
+
[k: string]: unknown;
|
|
6296
|
+
}
|
|
6297
|
+
}
|
|
6298
|
+
}
|
|
6299
|
+
namespace $500 {
|
|
6300
|
+
namespace Content {
|
|
6301
|
+
interface ApplicationJson {
|
|
6302
|
+
[k: string]: unknown;
|
|
6303
|
+
}
|
|
6304
|
+
}
|
|
6305
|
+
}
|
|
6306
|
+
namespace Default {
|
|
6307
|
+
namespace Content {
|
|
6308
|
+
interface ApplicationJson {
|
|
6309
|
+
[k: string]: unknown;
|
|
6310
|
+
}
|
|
6311
|
+
}
|
|
6312
|
+
}
|
|
6313
|
+
}
|
|
6314
|
+
}
|
|
6315
|
+
}
|
|
6316
|
+
namespace V2StacksStackIdServicesServiceIdActionsStart {
|
|
6317
|
+
namespace Post {
|
|
6318
|
+
namespace Parameters {
|
|
6319
|
+
type Path = {
|
|
6320
|
+
stackId: string;
|
|
6321
|
+
serviceId: string;
|
|
6322
|
+
};
|
|
6323
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6324
|
+
type Query = {};
|
|
6325
|
+
}
|
|
6326
|
+
namespace Responses {
|
|
6327
|
+
namespace $204 {
|
|
6328
|
+
namespace Content {
|
|
6329
|
+
type Empty = unknown;
|
|
6330
|
+
}
|
|
6331
|
+
}
|
|
6332
|
+
namespace $400 {
|
|
6333
|
+
namespace Content {
|
|
6334
|
+
interface ApplicationJson {
|
|
6335
|
+
[k: string]: unknown;
|
|
6336
|
+
}
|
|
6337
|
+
}
|
|
6338
|
+
}
|
|
6339
|
+
namespace $403 {
|
|
6340
|
+
namespace Content {
|
|
6341
|
+
interface ApplicationJson {
|
|
6342
|
+
[k: string]: unknown;
|
|
6343
|
+
}
|
|
6344
|
+
}
|
|
6345
|
+
}
|
|
6346
|
+
namespace $404 {
|
|
6347
|
+
namespace Content {
|
|
6348
|
+
interface ApplicationJson {
|
|
6349
|
+
[k: string]: unknown;
|
|
6350
|
+
}
|
|
6351
|
+
}
|
|
6352
|
+
}
|
|
6353
|
+
namespace $412 {
|
|
6354
|
+
namespace Content {
|
|
6355
|
+
interface ApplicationJson {
|
|
6356
|
+
[k: string]: unknown;
|
|
6357
|
+
}
|
|
6358
|
+
}
|
|
6359
|
+
}
|
|
6360
|
+
namespace $500 {
|
|
6361
|
+
namespace Content {
|
|
6362
|
+
interface ApplicationJson {
|
|
6363
|
+
[k: string]: unknown;
|
|
6364
|
+
}
|
|
6365
|
+
}
|
|
6366
|
+
}
|
|
6367
|
+
namespace Default {
|
|
6368
|
+
namespace Content {
|
|
6369
|
+
interface ApplicationJson {
|
|
6370
|
+
[k: string]: unknown;
|
|
6371
|
+
}
|
|
6372
|
+
}
|
|
6373
|
+
}
|
|
6374
|
+
}
|
|
6375
|
+
}
|
|
6376
|
+
}
|
|
6377
|
+
namespace V2StacksStackIdServicesServiceIdActionsStop {
|
|
6378
|
+
namespace Post {
|
|
6379
|
+
namespace Parameters {
|
|
6380
|
+
type Path = {
|
|
6381
|
+
stackId: string;
|
|
6382
|
+
serviceId: string;
|
|
6383
|
+
};
|
|
6384
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6385
|
+
type Query = {};
|
|
6386
|
+
}
|
|
6387
|
+
namespace Responses {
|
|
6388
|
+
namespace $204 {
|
|
6389
|
+
namespace Content {
|
|
6390
|
+
type Empty = unknown;
|
|
6391
|
+
}
|
|
6392
|
+
}
|
|
6393
|
+
namespace $400 {
|
|
6394
|
+
namespace Content {
|
|
6395
|
+
interface ApplicationJson {
|
|
6396
|
+
[k: string]: unknown;
|
|
6397
|
+
}
|
|
6398
|
+
}
|
|
6399
|
+
}
|
|
6400
|
+
namespace $403 {
|
|
6401
|
+
namespace Content {
|
|
6402
|
+
interface ApplicationJson {
|
|
6403
|
+
[k: string]: unknown;
|
|
6404
|
+
}
|
|
6405
|
+
}
|
|
6406
|
+
}
|
|
6407
|
+
namespace $404 {
|
|
6408
|
+
namespace Content {
|
|
6409
|
+
interface ApplicationJson {
|
|
6410
|
+
[k: string]: unknown;
|
|
6411
|
+
}
|
|
6412
|
+
}
|
|
6413
|
+
}
|
|
6414
|
+
namespace $412 {
|
|
6415
|
+
namespace Content {
|
|
6416
|
+
interface ApplicationJson {
|
|
6417
|
+
[k: string]: unknown;
|
|
6418
|
+
}
|
|
6419
|
+
}
|
|
6420
|
+
}
|
|
6421
|
+
namespace $500 {
|
|
6422
|
+
namespace Content {
|
|
6423
|
+
interface ApplicationJson {
|
|
6424
|
+
[k: string]: unknown;
|
|
6425
|
+
}
|
|
6426
|
+
}
|
|
6427
|
+
}
|
|
6428
|
+
namespace Default {
|
|
6429
|
+
namespace Content {
|
|
6430
|
+
interface ApplicationJson {
|
|
6431
|
+
[k: string]: unknown;
|
|
6432
|
+
}
|
|
6433
|
+
}
|
|
6434
|
+
}
|
|
6435
|
+
}
|
|
6436
|
+
}
|
|
6437
|
+
}
|
|
6438
|
+
namespace V2ActionsValidateContainerRegistryUri {
|
|
6439
|
+
namespace Post {
|
|
6440
|
+
namespace Parameters {
|
|
6441
|
+
type Path = {};
|
|
6442
|
+
/**
|
|
6443
|
+
* The Registry URI to validate.
|
|
6444
|
+
*/
|
|
6445
|
+
interface RequestBody {
|
|
6446
|
+
registryUri: string;
|
|
6447
|
+
}
|
|
6448
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6449
|
+
type Query = {};
|
|
6450
|
+
}
|
|
6451
|
+
namespace Responses {
|
|
6452
|
+
namespace $200 {
|
|
6453
|
+
namespace Content {
|
|
6454
|
+
interface ApplicationJson {
|
|
6455
|
+
valid: boolean;
|
|
6456
|
+
}
|
|
6457
|
+
}
|
|
6458
|
+
}
|
|
6459
|
+
namespace $400 {
|
|
6460
|
+
namespace Content {
|
|
6461
|
+
interface ApplicationJson {
|
|
6462
|
+
[k: string]: unknown;
|
|
6463
|
+
}
|
|
6464
|
+
}
|
|
6465
|
+
}
|
|
6466
|
+
namespace $403 {
|
|
6467
|
+
namespace Content {
|
|
6468
|
+
interface ApplicationJson {
|
|
6469
|
+
[k: string]: unknown;
|
|
6470
|
+
}
|
|
6471
|
+
}
|
|
6472
|
+
}
|
|
6473
|
+
namespace $404 {
|
|
6474
|
+
namespace Content {
|
|
6475
|
+
interface ApplicationJson {
|
|
6476
|
+
[k: string]: unknown;
|
|
6477
|
+
}
|
|
6478
|
+
}
|
|
6479
|
+
}
|
|
6480
|
+
namespace $412 {
|
|
6481
|
+
namespace Content {
|
|
6482
|
+
interface ApplicationJson {
|
|
6483
|
+
[k: string]: unknown;
|
|
6484
|
+
}
|
|
6485
|
+
}
|
|
6486
|
+
}
|
|
6487
|
+
namespace $500 {
|
|
6488
|
+
namespace Content {
|
|
6489
|
+
interface ApplicationJson {
|
|
6490
|
+
[k: string]: unknown;
|
|
6491
|
+
}
|
|
6492
|
+
}
|
|
6493
|
+
}
|
|
6494
|
+
namespace Default {
|
|
6495
|
+
namespace Content {
|
|
6496
|
+
interface ApplicationJson {
|
|
6497
|
+
[k: string]: unknown;
|
|
6498
|
+
}
|
|
6499
|
+
}
|
|
6500
|
+
}
|
|
6501
|
+
}
|
|
6502
|
+
}
|
|
6503
|
+
}
|
|
6504
|
+
namespace V2RegistriesRegistryIdActionsValidateCredentials {
|
|
6505
|
+
namespace Post {
|
|
6506
|
+
namespace Parameters {
|
|
6507
|
+
type Path = {
|
|
6508
|
+
registryId: string;
|
|
6509
|
+
};
|
|
6510
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6511
|
+
type Query = {};
|
|
6512
|
+
}
|
|
6513
|
+
namespace Responses {
|
|
6514
|
+
namespace $200 {
|
|
6515
|
+
namespace Content {
|
|
6516
|
+
interface ApplicationJson {
|
|
6517
|
+
valid: boolean;
|
|
6518
|
+
}
|
|
6519
|
+
}
|
|
6520
|
+
}
|
|
6521
|
+
namespace $400 {
|
|
6522
|
+
namespace Content {
|
|
6523
|
+
interface ApplicationJson {
|
|
6524
|
+
[k: string]: unknown;
|
|
6525
|
+
}
|
|
6526
|
+
}
|
|
6527
|
+
}
|
|
6528
|
+
namespace $403 {
|
|
6529
|
+
namespace Content {
|
|
6530
|
+
interface ApplicationJson {
|
|
6531
|
+
[k: string]: unknown;
|
|
6532
|
+
}
|
|
6533
|
+
}
|
|
6534
|
+
}
|
|
6535
|
+
namespace $404 {
|
|
6536
|
+
namespace Content {
|
|
6537
|
+
interface ApplicationJson {
|
|
6538
|
+
[k: string]: unknown;
|
|
6539
|
+
}
|
|
6540
|
+
}
|
|
6541
|
+
}
|
|
6542
|
+
namespace $412 {
|
|
6543
|
+
namespace Content {
|
|
6544
|
+
interface ApplicationJson {
|
|
6545
|
+
[k: string]: unknown;
|
|
6546
|
+
}
|
|
6547
|
+
}
|
|
6548
|
+
}
|
|
6549
|
+
namespace $500 {
|
|
6550
|
+
namespace Content {
|
|
6551
|
+
interface ApplicationJson {
|
|
6552
|
+
[k: string]: unknown;
|
|
6553
|
+
}
|
|
6554
|
+
}
|
|
6555
|
+
}
|
|
6556
|
+
namespace Default {
|
|
6557
|
+
namespace Content {
|
|
6558
|
+
interface ApplicationJson {
|
|
6559
|
+
[k: string]: unknown;
|
|
6560
|
+
}
|
|
6561
|
+
}
|
|
6562
|
+
}
|
|
6563
|
+
}
|
|
6564
|
+
}
|
|
6565
|
+
}
|
|
6566
|
+
namespace V2ContractsContractIdItemsContractItemIdTermination {
|
|
6567
|
+
namespace Post {
|
|
6568
|
+
namespace Parameters {
|
|
6569
|
+
type Path = {
|
|
6570
|
+
contractId: string;
|
|
6571
|
+
contractItemId: string;
|
|
6572
|
+
};
|
|
6573
|
+
interface RequestBody {
|
|
6574
|
+
/**
|
|
6575
|
+
* A reason for the Termination can be given as plain text.
|
|
6576
|
+
*/
|
|
6577
|
+
reason?: string;
|
|
6578
|
+
/**
|
|
6579
|
+
* The termination date has to be a valid date according to activation and contract period of the ContractItem. If none given, the next possible termination date will be used.
|
|
6580
|
+
*/
|
|
6581
|
+
terminationTargetDate?: string;
|
|
6582
|
+
}
|
|
6583
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6584
|
+
type Query = {};
|
|
6585
|
+
}
|
|
6586
|
+
namespace Responses {
|
|
6587
|
+
namespace $201 {
|
|
6588
|
+
namespace Content {
|
|
6589
|
+
interface ApplicationJson {
|
|
6590
|
+
contractId?: string;
|
|
6591
|
+
contractItemId?: string;
|
|
6592
|
+
reason?: string;
|
|
6593
|
+
terminationTargetDate?: string;
|
|
6594
|
+
}
|
|
6595
|
+
}
|
|
6596
|
+
}
|
|
6597
|
+
namespace $400 {
|
|
6598
|
+
namespace Content {
|
|
6599
|
+
interface ApplicationJson {
|
|
6600
|
+
[k: string]: unknown;
|
|
6601
|
+
}
|
|
6602
|
+
}
|
|
6603
|
+
}
|
|
6604
|
+
namespace $404 {
|
|
6605
|
+
namespace Content {
|
|
6606
|
+
interface ApplicationJson {
|
|
6607
|
+
[k: string]: unknown;
|
|
6608
|
+
}
|
|
6609
|
+
}
|
|
6610
|
+
}
|
|
6611
|
+
namespace Default {
|
|
6612
|
+
namespace Content {
|
|
6613
|
+
interface ApplicationJson {
|
|
6614
|
+
[k: string]: unknown;
|
|
6615
|
+
}
|
|
6616
|
+
}
|
|
6617
|
+
}
|
|
6618
|
+
}
|
|
6619
|
+
}
|
|
6620
|
+
namespace Delete {
|
|
6621
|
+
namespace Parameters {
|
|
6622
|
+
type Path = {
|
|
6623
|
+
contractId: string;
|
|
6624
|
+
contractItemId: string;
|
|
6625
|
+
};
|
|
6626
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6627
|
+
type Query = {};
|
|
6628
|
+
}
|
|
6629
|
+
namespace Responses {
|
|
6630
|
+
namespace $200 {
|
|
6631
|
+
namespace Content {
|
|
6632
|
+
interface ApplicationJson {
|
|
6633
|
+
contractId?: string;
|
|
6634
|
+
contractItemId?: string;
|
|
6635
|
+
isCancelled?: boolean;
|
|
6636
|
+
}
|
|
6637
|
+
}
|
|
6638
|
+
}
|
|
6639
|
+
namespace $400 {
|
|
6640
|
+
namespace Content {
|
|
6641
|
+
interface ApplicationJson {
|
|
6642
|
+
[k: string]: unknown;
|
|
6643
|
+
}
|
|
6644
|
+
}
|
|
6645
|
+
}
|
|
6646
|
+
namespace $404 {
|
|
6647
|
+
namespace Content {
|
|
6648
|
+
interface ApplicationJson {
|
|
6649
|
+
[k: string]: unknown;
|
|
6650
|
+
}
|
|
6651
|
+
}
|
|
6652
|
+
}
|
|
6653
|
+
namespace Default {
|
|
6654
|
+
namespace Content {
|
|
6655
|
+
interface ApplicationJson {
|
|
6656
|
+
[k: string]: unknown;
|
|
6657
|
+
}
|
|
6658
|
+
}
|
|
6659
|
+
}
|
|
6660
|
+
}
|
|
6661
|
+
}
|
|
6662
|
+
}
|
|
6663
|
+
namespace V2ContractsContractIdItemsContractItemIdTariffChange {
|
|
6664
|
+
namespace Delete {
|
|
6665
|
+
namespace Parameters {
|
|
6666
|
+
type Path = {
|
|
6667
|
+
contractId: string;
|
|
6668
|
+
contractItemId: string;
|
|
6669
|
+
};
|
|
6670
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6671
|
+
type Query = {};
|
|
6672
|
+
}
|
|
6673
|
+
namespace Responses {
|
|
6674
|
+
namespace $200 {
|
|
6675
|
+
namespace Content {
|
|
6676
|
+
interface ApplicationJson {
|
|
6677
|
+
contractId?: string;
|
|
6678
|
+
contractItemId?: string;
|
|
6679
|
+
isCancelled?: boolean;
|
|
6680
|
+
}
|
|
6681
|
+
}
|
|
6682
|
+
}
|
|
6683
|
+
namespace $400 {
|
|
6684
|
+
namespace Content {
|
|
6685
|
+
interface ApplicationJson {
|
|
6686
|
+
[k: string]: unknown;
|
|
6687
|
+
}
|
|
6688
|
+
}
|
|
6689
|
+
}
|
|
6690
|
+
namespace $404 {
|
|
6691
|
+
namespace Content {
|
|
6692
|
+
interface ApplicationJson {
|
|
6693
|
+
[k: string]: unknown;
|
|
6694
|
+
}
|
|
6695
|
+
}
|
|
6696
|
+
}
|
|
6697
|
+
namespace Default {
|
|
6698
|
+
namespace Content {
|
|
6699
|
+
interface ApplicationJson {
|
|
6700
|
+
[k: string]: unknown;
|
|
6701
|
+
}
|
|
6702
|
+
}
|
|
6703
|
+
}
|
|
6704
|
+
}
|
|
6705
|
+
}
|
|
6706
|
+
}
|
|
6707
|
+
namespace V2ContractsContractIdTermination {
|
|
6708
|
+
namespace Post {
|
|
6709
|
+
namespace Parameters {
|
|
6710
|
+
type Path = {
|
|
6711
|
+
contractId: string;
|
|
6712
|
+
};
|
|
6713
|
+
interface RequestBody {
|
|
6714
|
+
/**
|
|
6715
|
+
* A reason for the termination can be given as plain text.
|
|
6716
|
+
*/
|
|
6717
|
+
reason?: string;
|
|
6718
|
+
/**
|
|
6719
|
+
* The termination date has to be a valid date according to activation and contract period of the base ContractItem. If none given, the next possible termination date will be used.
|
|
6720
|
+
*/
|
|
6721
|
+
terminationTargetDate?: string;
|
|
6722
|
+
}
|
|
6723
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6724
|
+
type Query = {};
|
|
6725
|
+
}
|
|
6726
|
+
namespace Responses {
|
|
6727
|
+
namespace $201 {
|
|
6728
|
+
namespace Content {
|
|
6729
|
+
interface ApplicationJson {
|
|
6730
|
+
contractId?: string;
|
|
6731
|
+
itemsScheduledForTermination?: string[];
|
|
6732
|
+
reason?: string;
|
|
6733
|
+
terminationTargetDate?: string;
|
|
6734
|
+
}
|
|
6735
|
+
}
|
|
6736
|
+
}
|
|
6737
|
+
namespace $400 {
|
|
6738
|
+
namespace Content {
|
|
6739
|
+
interface ApplicationJson {
|
|
6740
|
+
[k: string]: unknown;
|
|
6741
|
+
}
|
|
6742
|
+
}
|
|
6743
|
+
}
|
|
6744
|
+
namespace $404 {
|
|
6745
|
+
namespace Content {
|
|
6746
|
+
interface ApplicationJson {
|
|
6747
|
+
[k: string]: unknown;
|
|
6748
|
+
}
|
|
6749
|
+
}
|
|
6750
|
+
}
|
|
6751
|
+
namespace Default {
|
|
6752
|
+
namespace Content {
|
|
6753
|
+
interface ApplicationJson {
|
|
6754
|
+
[k: string]: unknown;
|
|
6755
|
+
}
|
|
6756
|
+
}
|
|
6757
|
+
}
|
|
6758
|
+
}
|
|
6759
|
+
}
|
|
6760
|
+
namespace Delete {
|
|
6761
|
+
namespace Parameters {
|
|
6762
|
+
type Path = {
|
|
6763
|
+
contractId: string;
|
|
6764
|
+
};
|
|
6765
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6766
|
+
type Query = {};
|
|
6767
|
+
}
|
|
6768
|
+
namespace Responses {
|
|
6769
|
+
namespace $200 {
|
|
6770
|
+
namespace Content {
|
|
6771
|
+
interface ApplicationJson {
|
|
6772
|
+
contractId?: string;
|
|
6773
|
+
isCancelled?: boolean;
|
|
6774
|
+
}
|
|
6775
|
+
}
|
|
6776
|
+
}
|
|
6777
|
+
namespace $400 {
|
|
6778
|
+
namespace Content {
|
|
6779
|
+
interface ApplicationJson {
|
|
6780
|
+
[k: string]: unknown;
|
|
6781
|
+
}
|
|
6782
|
+
}
|
|
6783
|
+
}
|
|
6784
|
+
namespace $404 {
|
|
6785
|
+
namespace Content {
|
|
6786
|
+
interface ApplicationJson {
|
|
6787
|
+
[k: string]: unknown;
|
|
6788
|
+
}
|
|
6789
|
+
}
|
|
6790
|
+
}
|
|
6791
|
+
namespace Default {
|
|
6792
|
+
namespace Content {
|
|
6793
|
+
interface ApplicationJson {
|
|
6794
|
+
[k: string]: unknown;
|
|
6795
|
+
}
|
|
6796
|
+
}
|
|
6797
|
+
}
|
|
6798
|
+
}
|
|
6799
|
+
}
|
|
6800
|
+
}
|
|
6801
|
+
namespace V2ContractsContractIdBaseItems {
|
|
6802
|
+
namespace Get {
|
|
6803
|
+
namespace Parameters {
|
|
6804
|
+
type Path = {
|
|
6805
|
+
contractId: string;
|
|
6806
|
+
};
|
|
6807
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6808
|
+
type Query = {};
|
|
6809
|
+
}
|
|
6810
|
+
namespace Responses {
|
|
6811
|
+
namespace $200 {
|
|
6812
|
+
namespace Content {
|
|
6813
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
6814
|
+
}
|
|
6815
|
+
}
|
|
6816
|
+
namespace $400 {
|
|
6817
|
+
namespace Content {
|
|
6818
|
+
interface ApplicationJson {
|
|
6819
|
+
[k: string]: unknown;
|
|
6820
|
+
}
|
|
6821
|
+
}
|
|
6822
|
+
}
|
|
6823
|
+
namespace $404 {
|
|
6824
|
+
namespace Content {
|
|
6825
|
+
interface ApplicationJson {
|
|
6826
|
+
[k: string]: unknown;
|
|
6827
|
+
}
|
|
6828
|
+
}
|
|
6829
|
+
}
|
|
6830
|
+
namespace Default {
|
|
6831
|
+
namespace Content {
|
|
6832
|
+
interface ApplicationJson {
|
|
6833
|
+
[k: string]: unknown;
|
|
6834
|
+
}
|
|
6835
|
+
}
|
|
6836
|
+
}
|
|
6837
|
+
}
|
|
6838
|
+
}
|
|
6839
|
+
}
|
|
6840
|
+
namespace V2DomainsDomainIdContract {
|
|
6841
|
+
namespace Get {
|
|
6842
|
+
namespace Parameters {
|
|
6843
|
+
type Path = {
|
|
6844
|
+
domainId: string;
|
|
6845
|
+
};
|
|
6846
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6847
|
+
type Query = {};
|
|
6848
|
+
}
|
|
6849
|
+
namespace Responses {
|
|
6850
|
+
namespace $200 {
|
|
6851
|
+
namespace Content {
|
|
6852
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContractContract;
|
|
6853
|
+
}
|
|
6854
|
+
}
|
|
6855
|
+
namespace $400 {
|
|
6856
|
+
namespace Content {
|
|
6857
|
+
interface ApplicationJson {
|
|
6858
|
+
[k: string]: unknown;
|
|
6859
|
+
}
|
|
6860
|
+
}
|
|
6861
|
+
}
|
|
6862
|
+
namespace $404 {
|
|
6863
|
+
namespace Content {
|
|
6864
|
+
interface ApplicationJson {
|
|
6865
|
+
[k: string]: unknown;
|
|
6866
|
+
}
|
|
6867
|
+
}
|
|
6868
|
+
}
|
|
6869
|
+
namespace Default {
|
|
6870
|
+
namespace Content {
|
|
6871
|
+
interface ApplicationJson {
|
|
6872
|
+
[k: string]: unknown;
|
|
6873
|
+
}
|
|
6874
|
+
}
|
|
6875
|
+
}
|
|
6876
|
+
}
|
|
6877
|
+
}
|
|
6878
|
+
}
|
|
6879
|
+
namespace V2ProjectsProjectIdContract {
|
|
6880
|
+
namespace Get {
|
|
6881
|
+
namespace Parameters {
|
|
6882
|
+
type Path = {
|
|
6883
|
+
projectId: string;
|
|
6884
|
+
};
|
|
6885
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6886
|
+
type Query = {};
|
|
6887
|
+
}
|
|
6888
|
+
namespace Responses {
|
|
6889
|
+
namespace $200 {
|
|
6890
|
+
namespace Content {
|
|
6891
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContractContract;
|
|
6892
|
+
}
|
|
6893
|
+
}
|
|
6894
|
+
namespace $400 {
|
|
6895
|
+
namespace Content {
|
|
6896
|
+
interface ApplicationJson {
|
|
6897
|
+
[k: string]: unknown;
|
|
6898
|
+
}
|
|
6899
|
+
}
|
|
6900
|
+
}
|
|
6901
|
+
namespace $404 {
|
|
6902
|
+
namespace Content {
|
|
6903
|
+
interface ApplicationJson {
|
|
6904
|
+
[k: string]: unknown;
|
|
6905
|
+
}
|
|
6906
|
+
}
|
|
6907
|
+
}
|
|
6908
|
+
namespace Default {
|
|
6909
|
+
namespace Content {
|
|
6910
|
+
interface ApplicationJson {
|
|
6911
|
+
[k: string]: unknown;
|
|
6912
|
+
}
|
|
6913
|
+
}
|
|
6914
|
+
}
|
|
6915
|
+
}
|
|
6916
|
+
}
|
|
6917
|
+
}
|
|
6918
|
+
namespace V2ServersServerIdContract {
|
|
6919
|
+
namespace Get {
|
|
6920
|
+
namespace Parameters {
|
|
6921
|
+
type Path = {
|
|
6922
|
+
serverId: string;
|
|
6923
|
+
};
|
|
6924
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6925
|
+
type Query = {};
|
|
6926
|
+
}
|
|
6927
|
+
namespace Responses {
|
|
6928
|
+
namespace $200 {
|
|
6929
|
+
namespace Content {
|
|
6930
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContractContract;
|
|
6931
|
+
}
|
|
6932
|
+
}
|
|
6933
|
+
namespace $400 {
|
|
6934
|
+
namespace Content {
|
|
6935
|
+
interface ApplicationJson {
|
|
6936
|
+
[k: string]: unknown;
|
|
6937
|
+
}
|
|
6938
|
+
}
|
|
6939
|
+
}
|
|
6940
|
+
namespace $404 {
|
|
6941
|
+
namespace Content {
|
|
6942
|
+
interface ApplicationJson {
|
|
6943
|
+
[k: string]: unknown;
|
|
6944
|
+
}
|
|
6945
|
+
}
|
|
6946
|
+
}
|
|
6947
|
+
namespace Default {
|
|
6948
|
+
namespace Content {
|
|
6949
|
+
interface ApplicationJson {
|
|
6950
|
+
[k: string]: unknown;
|
|
6951
|
+
}
|
|
6952
|
+
}
|
|
6953
|
+
}
|
|
6954
|
+
}
|
|
6955
|
+
}
|
|
6956
|
+
}
|
|
6957
|
+
namespace V2ContractsContractIdItemsContractItemId {
|
|
6958
|
+
namespace Get {
|
|
6959
|
+
namespace Parameters {
|
|
6960
|
+
type Path = {
|
|
6961
|
+
contractId: string;
|
|
6962
|
+
contractItemId: string;
|
|
6963
|
+
};
|
|
6964
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6965
|
+
type Query = {};
|
|
6966
|
+
}
|
|
6967
|
+
namespace Responses {
|
|
6968
|
+
namespace $200 {
|
|
6969
|
+
namespace Content {
|
|
6970
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContractContractItem;
|
|
6971
|
+
}
|
|
6972
|
+
}
|
|
6973
|
+
namespace $400 {
|
|
6974
|
+
namespace Content {
|
|
6975
|
+
interface ApplicationJson {
|
|
6976
|
+
[k: string]: unknown;
|
|
6977
|
+
}
|
|
6978
|
+
}
|
|
6979
|
+
}
|
|
6980
|
+
namespace $404 {
|
|
6981
|
+
namespace Content {
|
|
6982
|
+
interface ApplicationJson {
|
|
6983
|
+
[k: string]: unknown;
|
|
6984
|
+
}
|
|
6985
|
+
}
|
|
6986
|
+
}
|
|
6987
|
+
namespace Default {
|
|
5321
6988
|
namespace Content {
|
|
5322
6989
|
interface ApplicationJson {
|
|
5323
6990
|
[k: string]: unknown;
|
|
@@ -5617,7 +7284,53 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5617
7284
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ConversationCategory;
|
|
5618
7285
|
}
|
|
5619
7286
|
}
|
|
5620
|
-
namespace $400 {
|
|
7287
|
+
namespace $400 {
|
|
7288
|
+
namespace Content {
|
|
7289
|
+
interface ApplicationJson {
|
|
7290
|
+
[k: string]: unknown;
|
|
7291
|
+
}
|
|
7292
|
+
}
|
|
7293
|
+
}
|
|
7294
|
+
namespace $404 {
|
|
7295
|
+
namespace Content {
|
|
7296
|
+
interface ApplicationJson {
|
|
7297
|
+
[k: string]: unknown;
|
|
7298
|
+
}
|
|
7299
|
+
}
|
|
7300
|
+
}
|
|
7301
|
+
namespace Default {
|
|
7302
|
+
namespace Content {
|
|
7303
|
+
interface ApplicationJson {
|
|
7304
|
+
[k: string]: unknown;
|
|
7305
|
+
}
|
|
7306
|
+
}
|
|
7307
|
+
}
|
|
7308
|
+
}
|
|
7309
|
+
}
|
|
7310
|
+
}
|
|
7311
|
+
namespace V2ConversationsConversationIdMembers {
|
|
7312
|
+
namespace Get {
|
|
7313
|
+
namespace Parameters {
|
|
7314
|
+
type Path = {
|
|
7315
|
+
conversationId: string;
|
|
7316
|
+
};
|
|
7317
|
+
type Header = {};
|
|
7318
|
+
type Query = {};
|
|
7319
|
+
}
|
|
7320
|
+
namespace Responses {
|
|
7321
|
+
namespace $200 {
|
|
7322
|
+
namespace Content {
|
|
7323
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ConversationConversationMembers;
|
|
7324
|
+
}
|
|
7325
|
+
}
|
|
7326
|
+
namespace $400 {
|
|
7327
|
+
namespace Content {
|
|
7328
|
+
interface ApplicationJson {
|
|
7329
|
+
[k: string]: unknown;
|
|
7330
|
+
}
|
|
7331
|
+
}
|
|
7332
|
+
}
|
|
7333
|
+
namespace $403 {
|
|
5621
7334
|
namespace Content {
|
|
5622
7335
|
interface ApplicationJson {
|
|
5623
7336
|
[k: string]: unknown;
|
|
@@ -5641,11 +7354,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5641
7354
|
}
|
|
5642
7355
|
}
|
|
5643
7356
|
}
|
|
5644
|
-
namespace
|
|
7357
|
+
namespace V2CustomersCustomerIdConversationPreferences {
|
|
5645
7358
|
namespace Get {
|
|
5646
7359
|
namespace Parameters {
|
|
5647
7360
|
type Path = {
|
|
5648
|
-
|
|
7361
|
+
customerId: string;
|
|
5649
7362
|
};
|
|
5650
7363
|
type Header = {};
|
|
5651
7364
|
type Query = {};
|
|
@@ -5653,7 +7366,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5653
7366
|
namespace Responses {
|
|
5654
7367
|
namespace $200 {
|
|
5655
7368
|
namespace Content {
|
|
5656
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
7369
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ConversationConversationPreferences;
|
|
5657
7370
|
}
|
|
5658
7371
|
}
|
|
5659
7372
|
namespace $400 {
|
|
@@ -5910,7 +7623,8 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5910
7623
|
conversationId: string;
|
|
5911
7624
|
};
|
|
5912
7625
|
interface RequestBody {
|
|
5913
|
-
|
|
7626
|
+
department?: MittwaldAPIV2.Components.Schemas.ConversationDepartment;
|
|
7627
|
+
status: "open" | "answered" | "closed" | "waiting";
|
|
5914
7628
|
}
|
|
5915
7629
|
type Header = {};
|
|
5916
7630
|
type Query = {};
|
|
@@ -6900,6 +8614,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6900
8614
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CustomerCustomer;
|
|
6901
8615
|
}
|
|
6902
8616
|
}
|
|
8617
|
+
namespace $401 {
|
|
8618
|
+
namespace Content {
|
|
8619
|
+
interface ApplicationJson {
|
|
8620
|
+
[k: string]: unknown;
|
|
8621
|
+
}
|
|
8622
|
+
}
|
|
8623
|
+
}
|
|
8624
|
+
namespace $403 {
|
|
8625
|
+
namespace Content {
|
|
8626
|
+
interface ApplicationJson {
|
|
8627
|
+
[k: string]: unknown;
|
|
8628
|
+
}
|
|
8629
|
+
}
|
|
8630
|
+
}
|
|
6903
8631
|
namespace $404 {
|
|
6904
8632
|
namespace Content {
|
|
6905
8633
|
interface ApplicationJson {
|
|
@@ -6987,6 +8715,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6987
8715
|
}
|
|
6988
8716
|
}
|
|
6989
8717
|
}
|
|
8718
|
+
namespace $412 {
|
|
8719
|
+
namespace Content {
|
|
8720
|
+
interface ApplicationJson {
|
|
8721
|
+
[k: string]: unknown;
|
|
8722
|
+
}
|
|
8723
|
+
}
|
|
8724
|
+
}
|
|
6990
8725
|
namespace Default {
|
|
6991
8726
|
namespace Content {
|
|
6992
8727
|
interface ApplicationJson {
|
|
@@ -8783,7 +10518,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8783
10518
|
namespace Parameters {
|
|
8784
10519
|
type Path = {};
|
|
8785
10520
|
interface RequestBody {
|
|
8786
|
-
authCode
|
|
10521
|
+
authCode?: string;
|
|
8787
10522
|
domain: string;
|
|
8788
10523
|
}
|
|
8789
10524
|
type Header = {};
|
|
@@ -8993,6 +10728,82 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8993
10728
|
}
|
|
8994
10729
|
}
|
|
8995
10730
|
}
|
|
10731
|
+
namespace V2DomainsGenerate {
|
|
10732
|
+
namespace Post {
|
|
10733
|
+
namespace Parameters {
|
|
10734
|
+
type Path = {};
|
|
10735
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.DomainGenerateDomainsInput;
|
|
10736
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10737
|
+
type Query = {};
|
|
10738
|
+
}
|
|
10739
|
+
namespace Responses {
|
|
10740
|
+
namespace $200 {
|
|
10741
|
+
namespace Content {
|
|
10742
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainGeneratedDomains;
|
|
10743
|
+
}
|
|
10744
|
+
}
|
|
10745
|
+
namespace $400 {
|
|
10746
|
+
namespace Content {
|
|
10747
|
+
interface ApplicationJson {
|
|
10748
|
+
[k: string]: unknown;
|
|
10749
|
+
}
|
|
10750
|
+
}
|
|
10751
|
+
}
|
|
10752
|
+
namespace $412 {
|
|
10753
|
+
namespace Content {
|
|
10754
|
+
interface ApplicationJson {
|
|
10755
|
+
[k: string]: unknown;
|
|
10756
|
+
}
|
|
10757
|
+
}
|
|
10758
|
+
}
|
|
10759
|
+
namespace Default {
|
|
10760
|
+
namespace Content {
|
|
10761
|
+
interface ApplicationJson {
|
|
10762
|
+
[k: string]: unknown;
|
|
10763
|
+
}
|
|
10764
|
+
}
|
|
10765
|
+
}
|
|
10766
|
+
}
|
|
10767
|
+
}
|
|
10768
|
+
}
|
|
10769
|
+
namespace V2DomainsGenerateInContext {
|
|
10770
|
+
namespace Post {
|
|
10771
|
+
namespace Parameters {
|
|
10772
|
+
type Path = {};
|
|
10773
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.DomainGenerateMoreDomainsContext;
|
|
10774
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10775
|
+
type Query = {};
|
|
10776
|
+
}
|
|
10777
|
+
namespace Responses {
|
|
10778
|
+
namespace $200 {
|
|
10779
|
+
namespace Content {
|
|
10780
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainGeneratedDomains;
|
|
10781
|
+
}
|
|
10782
|
+
}
|
|
10783
|
+
namespace $400 {
|
|
10784
|
+
namespace Content {
|
|
10785
|
+
interface ApplicationJson {
|
|
10786
|
+
[k: string]: unknown;
|
|
10787
|
+
}
|
|
10788
|
+
}
|
|
10789
|
+
}
|
|
10790
|
+
namespace $412 {
|
|
10791
|
+
namespace Content {
|
|
10792
|
+
interface ApplicationJson {
|
|
10793
|
+
[k: string]: unknown;
|
|
10794
|
+
}
|
|
10795
|
+
}
|
|
10796
|
+
}
|
|
10797
|
+
namespace Default {
|
|
10798
|
+
namespace Content {
|
|
10799
|
+
interface ApplicationJson {
|
|
10800
|
+
[k: string]: unknown;
|
|
10801
|
+
}
|
|
10802
|
+
}
|
|
10803
|
+
}
|
|
10804
|
+
}
|
|
10805
|
+
}
|
|
10806
|
+
}
|
|
8996
10807
|
namespace V2DomainsHandleSchemaDomainName { }
|
|
8997
10808
|
namespace V2DomainsDomainIdLatestScreenshot {
|
|
8998
10809
|
namespace Get {
|
|
@@ -9364,6 +11175,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9364
11175
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstance[];
|
|
9365
11176
|
}
|
|
9366
11177
|
}
|
|
11178
|
+
namespace $400 {
|
|
11179
|
+
namespace Content {
|
|
11180
|
+
interface ApplicationJson {
|
|
11181
|
+
[k: string]: unknown;
|
|
11182
|
+
}
|
|
11183
|
+
}
|
|
11184
|
+
}
|
|
9367
11185
|
namespace Default {
|
|
9368
11186
|
namespace Content {
|
|
9369
11187
|
interface ApplicationJson {
|
|
@@ -9410,6 +11228,41 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9410
11228
|
}
|
|
9411
11229
|
}
|
|
9412
11230
|
}
|
|
11231
|
+
namespace V2ExtensionInstancesExtensionInstanceIdActionsCreateAccessTokenRetrievalKey {
|
|
11232
|
+
namespace Post {
|
|
11233
|
+
namespace Parameters {
|
|
11234
|
+
type Path = {
|
|
11235
|
+
extensionInstanceId: string;
|
|
11236
|
+
};
|
|
11237
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
11238
|
+
type Query = {};
|
|
11239
|
+
}
|
|
11240
|
+
namespace Responses {
|
|
11241
|
+
namespace $200 {
|
|
11242
|
+
namespace Content {
|
|
11243
|
+
interface ApplicationJson {
|
|
11244
|
+
accessTokenRetrievalKey: string;
|
|
11245
|
+
userId: string;
|
|
11246
|
+
}
|
|
11247
|
+
}
|
|
11248
|
+
}
|
|
11249
|
+
namespace $400 {
|
|
11250
|
+
namespace Content {
|
|
11251
|
+
interface ApplicationJson {
|
|
11252
|
+
[k: string]: unknown;
|
|
11253
|
+
}
|
|
11254
|
+
}
|
|
11255
|
+
}
|
|
11256
|
+
namespace Default {
|
|
11257
|
+
namespace Content {
|
|
11258
|
+
interface ApplicationJson {
|
|
11259
|
+
[k: string]: unknown;
|
|
11260
|
+
}
|
|
11261
|
+
}
|
|
11262
|
+
}
|
|
11263
|
+
}
|
|
11264
|
+
}
|
|
11265
|
+
}
|
|
9413
11266
|
namespace V2ExtensionInstancesExtensionInstanceId {
|
|
9414
11267
|
namespace Get {
|
|
9415
11268
|
namespace Parameters {
|
|
@@ -10998,28 +12851,162 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10998
12851
|
}
|
|
10999
12852
|
}
|
|
11000
12853
|
}
|
|
11001
|
-
namespace $403 {
|
|
12854
|
+
namespace $403 {
|
|
12855
|
+
namespace Content {
|
|
12856
|
+
interface ApplicationJson {
|
|
12857
|
+
[k: string]: unknown;
|
|
12858
|
+
}
|
|
12859
|
+
}
|
|
12860
|
+
}
|
|
12861
|
+
namespace $404 {
|
|
12862
|
+
namespace Content {
|
|
12863
|
+
interface ApplicationJson {
|
|
12864
|
+
[k: string]: unknown;
|
|
12865
|
+
}
|
|
12866
|
+
}
|
|
12867
|
+
}
|
|
12868
|
+
namespace $500 {
|
|
12869
|
+
namespace Content {
|
|
12870
|
+
interface ApplicationJson {
|
|
12871
|
+
[k: string]: unknown;
|
|
12872
|
+
}
|
|
12873
|
+
}
|
|
12874
|
+
}
|
|
12875
|
+
namespace $503 {
|
|
12876
|
+
namespace Content {
|
|
12877
|
+
interface ApplicationJson {
|
|
12878
|
+
[k: string]: unknown;
|
|
12879
|
+
}
|
|
12880
|
+
}
|
|
12881
|
+
}
|
|
12882
|
+
namespace Default {
|
|
12883
|
+
namespace Content {
|
|
12884
|
+
interface ApplicationJson {
|
|
12885
|
+
[k: string]: unknown;
|
|
12886
|
+
}
|
|
12887
|
+
}
|
|
12888
|
+
}
|
|
12889
|
+
}
|
|
12890
|
+
}
|
|
12891
|
+
}
|
|
12892
|
+
namespace V2DeliveryboxesIdDescription { }
|
|
12893
|
+
namespace V2DeliveryboxesIdPassword { }
|
|
12894
|
+
namespace V2ProjectsProjectIdMailsettings { }
|
|
12895
|
+
namespace V2ProjectsProjectIdMailSettings {
|
|
12896
|
+
namespace Get {
|
|
12897
|
+
namespace Parameters {
|
|
12898
|
+
type Path = {
|
|
12899
|
+
projectId: string;
|
|
12900
|
+
};
|
|
12901
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12902
|
+
type Query = {};
|
|
12903
|
+
}
|
|
12904
|
+
namespace Responses {
|
|
12905
|
+
namespace $200 {
|
|
12906
|
+
namespace Content {
|
|
12907
|
+
interface ApplicationJson {
|
|
12908
|
+
blacklist: string[];
|
|
12909
|
+
projectId: string;
|
|
12910
|
+
whitelist: string[];
|
|
12911
|
+
}
|
|
12912
|
+
}
|
|
12913
|
+
}
|
|
12914
|
+
namespace $400 {
|
|
12915
|
+
namespace Content {
|
|
12916
|
+
interface ApplicationJson {
|
|
12917
|
+
[k: string]: unknown;
|
|
12918
|
+
}
|
|
12919
|
+
}
|
|
12920
|
+
}
|
|
12921
|
+
namespace $403 {
|
|
12922
|
+
namespace Content {
|
|
12923
|
+
interface ApplicationJson {
|
|
12924
|
+
[k: string]: unknown;
|
|
12925
|
+
}
|
|
12926
|
+
}
|
|
12927
|
+
}
|
|
12928
|
+
namespace $404 {
|
|
12929
|
+
namespace Content {
|
|
12930
|
+
interface ApplicationJson {
|
|
12931
|
+
[k: string]: unknown;
|
|
12932
|
+
}
|
|
12933
|
+
}
|
|
12934
|
+
}
|
|
12935
|
+
namespace $500 {
|
|
12936
|
+
namespace Content {
|
|
12937
|
+
interface ApplicationJson {
|
|
12938
|
+
[k: string]: unknown;
|
|
12939
|
+
}
|
|
12940
|
+
}
|
|
12941
|
+
}
|
|
12942
|
+
namespace $503 {
|
|
12943
|
+
namespace Content {
|
|
12944
|
+
interface ApplicationJson {
|
|
12945
|
+
[k: string]: unknown;
|
|
12946
|
+
}
|
|
12947
|
+
}
|
|
12948
|
+
}
|
|
12949
|
+
namespace Default {
|
|
12950
|
+
namespace Content {
|
|
12951
|
+
interface ApplicationJson {
|
|
12952
|
+
[k: string]: unknown;
|
|
12953
|
+
}
|
|
12954
|
+
}
|
|
12955
|
+
}
|
|
12956
|
+
}
|
|
12957
|
+
}
|
|
12958
|
+
}
|
|
12959
|
+
namespace V2MailaddressesIdAddress { }
|
|
12960
|
+
namespace V2MailMigrationsActionsPossibilityCheck {
|
|
12961
|
+
namespace Post {
|
|
12962
|
+
namespace Parameters {
|
|
12963
|
+
type Path = {};
|
|
12964
|
+
interface RequestBody {
|
|
12965
|
+
sourceLegacyProjectId: string;
|
|
12966
|
+
targetProjectId: string;
|
|
12967
|
+
}
|
|
12968
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken & MittwaldAPIV2.Components.SecuritySchemes.CommonsLegacyBearerAuthentication;
|
|
12969
|
+
type Query = {};
|
|
12970
|
+
}
|
|
12971
|
+
namespace Responses {
|
|
12972
|
+
namespace $200 {
|
|
12973
|
+
namespace Content {
|
|
12974
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailmigrationCheckMigrationIsPossibleErrorResponse;
|
|
12975
|
+
}
|
|
12976
|
+
}
|
|
12977
|
+
namespace $400 {
|
|
11002
12978
|
namespace Content {
|
|
11003
12979
|
interface ApplicationJson {
|
|
11004
12980
|
[k: string]: unknown;
|
|
11005
12981
|
}
|
|
11006
12982
|
}
|
|
11007
12983
|
}
|
|
11008
|
-
namespace
|
|
12984
|
+
namespace Default {
|
|
11009
12985
|
namespace Content {
|
|
11010
12986
|
interface ApplicationJson {
|
|
11011
12987
|
[k: string]: unknown;
|
|
11012
12988
|
}
|
|
11013
12989
|
}
|
|
11014
12990
|
}
|
|
11015
|
-
|
|
12991
|
+
}
|
|
12992
|
+
}
|
|
12993
|
+
}
|
|
12994
|
+
namespace V2MailMigrationsMigrationId {
|
|
12995
|
+
namespace Get {
|
|
12996
|
+
namespace Parameters {
|
|
12997
|
+
type Path = {
|
|
12998
|
+
migrationId: string;
|
|
12999
|
+
};
|
|
13000
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13001
|
+
type Query = {};
|
|
13002
|
+
}
|
|
13003
|
+
namespace Responses {
|
|
13004
|
+
namespace $200 {
|
|
11016
13005
|
namespace Content {
|
|
11017
|
-
|
|
11018
|
-
[k: string]: unknown;
|
|
11019
|
-
}
|
|
13006
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailmigrationMigration;
|
|
11020
13007
|
}
|
|
11021
13008
|
}
|
|
11022
|
-
namespace $
|
|
13009
|
+
namespace $400 {
|
|
11023
13010
|
namespace Content {
|
|
11024
13011
|
interface ApplicationJson {
|
|
11025
13012
|
[k: string]: unknown;
|
|
@@ -11036,26 +13023,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11036
13023
|
}
|
|
11037
13024
|
}
|
|
11038
13025
|
}
|
|
11039
|
-
namespace
|
|
11040
|
-
namespace V2DeliveryboxesIdPassword { }
|
|
11041
|
-
namespace V2ProjectsProjectIdMailsettings { }
|
|
11042
|
-
namespace V2ProjectsProjectIdMailSettings {
|
|
13026
|
+
namespace V2MailMigrations {
|
|
11043
13027
|
namespace Get {
|
|
11044
13028
|
namespace Parameters {
|
|
11045
|
-
type Path = {
|
|
11046
|
-
|
|
13029
|
+
type Path = {};
|
|
13030
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken & MittwaldAPIV2.Components.SecuritySchemes.CommonsLegacyBearerAuthentication;
|
|
13031
|
+
type Query = {
|
|
13032
|
+
pAccountName?: string;
|
|
13033
|
+
projectId?: string;
|
|
11047
13034
|
};
|
|
11048
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
11049
|
-
type Query = {};
|
|
11050
13035
|
}
|
|
11051
13036
|
namespace Responses {
|
|
11052
13037
|
namespace $200 {
|
|
11053
13038
|
namespace Content {
|
|
11054
|
-
|
|
11055
|
-
blacklist: string[];
|
|
11056
|
-
projectId: string;
|
|
11057
|
-
whitelist: string[];
|
|
11058
|
-
}
|
|
13039
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailmigrationMigration[];
|
|
11059
13040
|
}
|
|
11060
13041
|
}
|
|
11061
13042
|
namespace $400 {
|
|
@@ -11065,28 +13046,41 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11065
13046
|
}
|
|
11066
13047
|
}
|
|
11067
13048
|
}
|
|
11068
|
-
namespace
|
|
13049
|
+
namespace Default {
|
|
11069
13050
|
namespace Content {
|
|
11070
13051
|
interface ApplicationJson {
|
|
11071
13052
|
[k: string]: unknown;
|
|
11072
13053
|
}
|
|
11073
13054
|
}
|
|
11074
13055
|
}
|
|
11075
|
-
|
|
13056
|
+
}
|
|
13057
|
+
}
|
|
13058
|
+
}
|
|
13059
|
+
namespace V2MailMigrationsActionsRequest {
|
|
13060
|
+
namespace Post {
|
|
13061
|
+
namespace Parameters {
|
|
13062
|
+
type Path = {};
|
|
13063
|
+
interface RequestBody {
|
|
13064
|
+
sourceLegacyProjectId: string;
|
|
13065
|
+
targetProjectId: string;
|
|
13066
|
+
}
|
|
13067
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken & MittwaldAPIV2.Components.SecuritySchemes.CommonsLegacyBearerAuthentication;
|
|
13068
|
+
type Query = {};
|
|
13069
|
+
}
|
|
13070
|
+
namespace Responses {
|
|
13071
|
+
namespace $204 {
|
|
11076
13072
|
namespace Content {
|
|
11077
|
-
|
|
11078
|
-
[k: string]: unknown;
|
|
11079
|
-
}
|
|
13073
|
+
type Empty = unknown;
|
|
11080
13074
|
}
|
|
11081
13075
|
}
|
|
11082
|
-
namespace $
|
|
13076
|
+
namespace $400 {
|
|
11083
13077
|
namespace Content {
|
|
11084
13078
|
interface ApplicationJson {
|
|
11085
13079
|
[k: string]: unknown;
|
|
11086
13080
|
}
|
|
11087
13081
|
}
|
|
11088
13082
|
}
|
|
11089
|
-
namespace $
|
|
13083
|
+
namespace $412 {
|
|
11090
13084
|
namespace Content {
|
|
11091
13085
|
interface ApplicationJson {
|
|
11092
13086
|
[k: string]: unknown;
|
|
@@ -11103,7 +13097,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11103
13097
|
}
|
|
11104
13098
|
}
|
|
11105
13099
|
}
|
|
11106
|
-
namespace V2MailaddressesIdAddress { }
|
|
11107
13100
|
namespace V2ProjectsProjectIdMailsettingsBlacklist { }
|
|
11108
13101
|
namespace V2ProjectsProjectIdMailsettingsWhitelist { }
|
|
11109
13102
|
namespace V2DeliveryBoxesDeliveryBoxIdDescription {
|
|
@@ -11564,6 +13557,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11564
13557
|
mailAddressId: string;
|
|
11565
13558
|
};
|
|
11566
13559
|
interface RequestBody {
|
|
13560
|
+
/**
|
|
13561
|
+
* 2 GB
|
|
13562
|
+
*/
|
|
11567
13563
|
quotaInBytes: number;
|
|
11568
13564
|
}
|
|
11569
13565
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
@@ -12413,32 +14409,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12413
14409
|
}
|
|
12414
14410
|
}
|
|
12415
14411
|
}
|
|
12416
|
-
namespace V2PasswordPoliciesPasswordPolicy {
|
|
12417
|
-
namespace Get {
|
|
12418
|
-
namespace Parameters {
|
|
12419
|
-
type Path = {
|
|
12420
|
-
passwordPolicy: string;
|
|
12421
|
-
};
|
|
12422
|
-
type Header = {};
|
|
12423
|
-
type Query = {};
|
|
12424
|
-
}
|
|
12425
|
-
namespace Responses {
|
|
12426
|
-
namespace $200 {
|
|
12427
|
-
namespace Content {
|
|
12428
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.PolicyPolicy;
|
|
12429
|
-
}
|
|
12430
|
-
}
|
|
12431
|
-
namespace Default {
|
|
12432
|
-
namespace Content {
|
|
12433
|
-
interface ApplicationJson {
|
|
12434
|
-
[k: string]: unknown;
|
|
12435
|
-
}
|
|
12436
|
-
}
|
|
12437
|
-
}
|
|
12438
|
-
}
|
|
12439
|
-
}
|
|
12440
|
-
}
|
|
12441
|
-
namespace V2PasswordPoliciesPath { }
|
|
12442
14412
|
namespace V2ProjectInvitesProjectInviteIdActionsAccept {
|
|
12443
14413
|
namespace Post {
|
|
12444
14414
|
namespace Parameters {
|
|
@@ -13572,6 +15542,8 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13572
15542
|
shortId: string;
|
|
13573
15543
|
status: MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
|
|
13574
15544
|
statusSetAt: string;
|
|
15545
|
+
webStorageUsageInBytes: number;
|
|
15546
|
+
webStorageUsageInBytesSetAt: string;
|
|
13575
15547
|
}[];
|
|
13576
15548
|
}
|
|
13577
15549
|
}
|
|
@@ -13880,47 +15852,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13880
15852
|
}
|
|
13881
15853
|
}
|
|
13882
15854
|
}
|
|
13883
|
-
namespace V2ServiceAccessKeyIdActionsAuthenticate { }
|
|
13884
|
-
namespace InternalV2ServicesAccessKeyIdActionsAuthenticate { }
|
|
13885
|
-
namespace V2ServicesAccessKeyIdActionsAuthenticate {
|
|
13886
|
-
namespace Post {
|
|
13887
|
-
namespace Parameters {
|
|
13888
|
-
type Path = {
|
|
13889
|
-
accessKeyId: string;
|
|
13890
|
-
};
|
|
13891
|
-
interface RequestBody {
|
|
13892
|
-
secretAccessKey: string;
|
|
13893
|
-
}
|
|
13894
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13895
|
-
type Query = {};
|
|
13896
|
-
}
|
|
13897
|
-
namespace Responses {
|
|
13898
|
-
namespace $200 {
|
|
13899
|
-
namespace Content {
|
|
13900
|
-
interface ApplicationJson {
|
|
13901
|
-
accessToken: {
|
|
13902
|
-
id: string;
|
|
13903
|
-
jwtClaims: {
|
|
13904
|
-
exp: string;
|
|
13905
|
-
iat: string;
|
|
13906
|
-
iss: string;
|
|
13907
|
-
sub: string;
|
|
13908
|
-
};
|
|
13909
|
-
publicToken: string;
|
|
13910
|
-
};
|
|
13911
|
-
}
|
|
13912
|
-
}
|
|
13913
|
-
}
|
|
13914
|
-
namespace Default {
|
|
13915
|
-
namespace Content {
|
|
13916
|
-
interface ApplicationJson {
|
|
13917
|
-
[k: string]: unknown;
|
|
13918
|
-
}
|
|
13919
|
-
}
|
|
13920
|
-
}
|
|
13921
|
-
}
|
|
13922
|
-
}
|
|
13923
|
-
}
|
|
13924
15855
|
namespace V2ProjectsProjectIdSftpUsers {
|
|
13925
15856
|
namespace Get {
|
|
13926
15857
|
namespace Parameters {
|
|
@@ -14331,7 +16262,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14331
16262
|
namespace Post {
|
|
14332
16263
|
namespace Parameters {
|
|
14333
16264
|
type Path = {
|
|
14334
|
-
userId:
|
|
16265
|
+
userId: string;
|
|
14335
16266
|
};
|
|
14336
16267
|
interface RequestBody {
|
|
14337
16268
|
phoneNumber: string;
|
|
@@ -14378,7 +16309,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14378
16309
|
namespace Delete {
|
|
14379
16310
|
namespace Parameters {
|
|
14380
16311
|
type Path = {
|
|
14381
|
-
userId:
|
|
16312
|
+
userId: string;
|
|
14382
16313
|
};
|
|
14383
16314
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14384
16315
|
type Query = {};
|
|
@@ -14433,9 +16364,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14433
16364
|
namespace Content {
|
|
14434
16365
|
interface ApplicationJson {
|
|
14435
16366
|
/**
|
|
14436
|
-
*
|
|
16367
|
+
* The expiration date of the token.
|
|
16368
|
+
*/
|
|
16369
|
+
expires: string;
|
|
16370
|
+
/**
|
|
16371
|
+
* Refresh token to refresh your access token even after it has expired.
|
|
14437
16372
|
*/
|
|
14438
|
-
|
|
16373
|
+
refreshToken: string;
|
|
14439
16374
|
/**
|
|
14440
16375
|
* Public token to identify yourself against the api gateway.
|
|
14441
16376
|
*/
|
|
@@ -14488,9 +16423,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14488
16423
|
namespace Content {
|
|
14489
16424
|
interface ApplicationJson {
|
|
14490
16425
|
/**
|
|
14491
|
-
*
|
|
16426
|
+
* The expiration date of the token.
|
|
14492
16427
|
*/
|
|
14493
|
-
expires
|
|
16428
|
+
expires: string;
|
|
16429
|
+
/**
|
|
16430
|
+
* Refresh token to refresh your access token even after it has expired.
|
|
16431
|
+
*/
|
|
16432
|
+
refreshToken: string;
|
|
14494
16433
|
/**
|
|
14495
16434
|
* Public token to identify yourself against the api gateway.
|
|
14496
16435
|
*/
|
|
@@ -14542,7 +16481,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14542
16481
|
namespace $200 {
|
|
14543
16482
|
namespace Content {
|
|
14544
16483
|
interface ApplicationJson {
|
|
14545
|
-
|
|
16484
|
+
/**
|
|
16485
|
+
* The expiration date of the token.
|
|
16486
|
+
*/
|
|
16487
|
+
expiresAt: string;
|
|
16488
|
+
/**
|
|
16489
|
+
* Refresh token to refresh your access token even after it has expired.
|
|
16490
|
+
*/
|
|
16491
|
+
refreshToken: string;
|
|
14546
16492
|
/**
|
|
14547
16493
|
* Public token to identify yourself against the public api.
|
|
14548
16494
|
*/
|
|
@@ -14660,9 +16606,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14660
16606
|
namespace Content {
|
|
14661
16607
|
interface ApplicationJson {
|
|
14662
16608
|
/**
|
|
14663
|
-
*
|
|
16609
|
+
* The expiration date of the token.
|
|
16610
|
+
*/
|
|
16611
|
+
expires: string;
|
|
16612
|
+
/**
|
|
16613
|
+
* Refresh token to refresh your access token once it has expired.
|
|
14664
16614
|
*/
|
|
14665
|
-
|
|
16615
|
+
refreshToken?: string;
|
|
14666
16616
|
/**
|
|
14667
16617
|
* Public token to identify yourself against the api gateway.
|
|
14668
16618
|
*/
|
|
@@ -14940,38 +16890,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14940
16890
|
}
|
|
14941
16891
|
}
|
|
14942
16892
|
}
|
|
14943
|
-
namespace V2UsersSelfTokenRetrievalKey {
|
|
14944
|
-
namespace Post {
|
|
14945
|
-
namespace Parameters {
|
|
14946
|
-
type Path = {};
|
|
14947
|
-
interface RequestBody {
|
|
14948
|
-
[k: string]: unknown;
|
|
14949
|
-
}
|
|
14950
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14951
|
-
type Query = {};
|
|
14952
|
-
}
|
|
14953
|
-
namespace Responses {
|
|
14954
|
-
namespace $201 {
|
|
14955
|
-
namespace Content {
|
|
14956
|
-
interface ApplicationJson {
|
|
14957
|
-
/**
|
|
14958
|
-
* This retrieval can be used as a one time password. It is only valid once and for a short time.
|
|
14959
|
-
*/
|
|
14960
|
-
accessTokenRetrievalKey: string;
|
|
14961
|
-
userId: string;
|
|
14962
|
-
}
|
|
14963
|
-
}
|
|
14964
|
-
}
|
|
14965
|
-
namespace Default {
|
|
14966
|
-
namespace Content {
|
|
14967
|
-
interface ApplicationJson {
|
|
14968
|
-
[k: string]: unknown;
|
|
14969
|
-
}
|
|
14970
|
-
}
|
|
14971
|
-
}
|
|
14972
|
-
}
|
|
14973
|
-
}
|
|
14974
|
-
}
|
|
14975
16893
|
namespace V2SignupTokenApi { }
|
|
14976
16894
|
namespace V2UsersSelfApiTokens {
|
|
14977
16895
|
namespace Get {
|
|
@@ -15479,7 +17397,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
15479
17397
|
namespace Get {
|
|
15480
17398
|
namespace Parameters {
|
|
15481
17399
|
type Path = {
|
|
15482
|
-
userId:
|
|
17400
|
+
userId: string;
|
|
15483
17401
|
};
|
|
15484
17402
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
15485
17403
|
type Query = {};
|
|
@@ -15504,7 +17422,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
15504
17422
|
namespace Put {
|
|
15505
17423
|
namespace Parameters {
|
|
15506
17424
|
type Path = {
|
|
15507
|
-
userId:
|
|
17425
|
+
userId: string;
|
|
15508
17426
|
};
|
|
15509
17427
|
interface RequestBody {
|
|
15510
17428
|
settingsString: string;
|
|
@@ -15681,7 +17599,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
15681
17599
|
namespace Get {
|
|
15682
17600
|
namespace Parameters {
|
|
15683
17601
|
type Path = {
|
|
15684
|
-
userId:
|
|
17602
|
+
userId: string;
|
|
15685
17603
|
};
|
|
15686
17604
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
15687
17605
|
type Query = {};
|
|
@@ -15725,7 +17643,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
15725
17643
|
namespace Put {
|
|
15726
17644
|
namespace Parameters {
|
|
15727
17645
|
type Path = {
|
|
15728
|
-
userId:
|
|
17646
|
+
userId: string;
|
|
15729
17647
|
};
|
|
15730
17648
|
interface RequestBody {
|
|
15731
17649
|
person: MittwaldAPIV2.Components.Schemas.CommonsPerson;
|
|
@@ -15844,7 +17762,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
15844
17762
|
namespace Get {
|
|
15845
17763
|
namespace Parameters {
|
|
15846
17764
|
type Path = {
|
|
15847
|
-
userId:
|
|
17765
|
+
userId: string;
|
|
15848
17766
|
};
|
|
15849
17767
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
15850
17768
|
type Query = {
|
|
@@ -15889,6 +17807,50 @@ export declare namespace MittwaldAPIV2 {
|
|
|
15889
17807
|
}
|
|
15890
17808
|
}
|
|
15891
17809
|
}
|
|
17810
|
+
namespace Put {
|
|
17811
|
+
namespace Parameters {
|
|
17812
|
+
type Path = {};
|
|
17813
|
+
interface RequestBody {
|
|
17814
|
+
refreshToken: string;
|
|
17815
|
+
}
|
|
17816
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
17817
|
+
type Query = {};
|
|
17818
|
+
}
|
|
17819
|
+
namespace Responses {
|
|
17820
|
+
namespace $200 {
|
|
17821
|
+
namespace Content {
|
|
17822
|
+
interface ApplicationJson {
|
|
17823
|
+
/**
|
|
17824
|
+
* The expiration date of the token.
|
|
17825
|
+
*/
|
|
17826
|
+
expiresAt: string;
|
|
17827
|
+
/**
|
|
17828
|
+
* Refresh token to refresh your access token even after it has expired.
|
|
17829
|
+
*/
|
|
17830
|
+
refreshToken: string;
|
|
17831
|
+
/**
|
|
17832
|
+
* Public token to identify yourself against the public api.
|
|
17833
|
+
*/
|
|
17834
|
+
token: string;
|
|
17835
|
+
}
|
|
17836
|
+
}
|
|
17837
|
+
}
|
|
17838
|
+
namespace $400 {
|
|
17839
|
+
namespace Content {
|
|
17840
|
+
interface ApplicationJson {
|
|
17841
|
+
[k: string]: unknown;
|
|
17842
|
+
}
|
|
17843
|
+
}
|
|
17844
|
+
}
|
|
17845
|
+
namespace Default {
|
|
17846
|
+
namespace Content {
|
|
17847
|
+
interface ApplicationJson {
|
|
17848
|
+
[k: string]: unknown;
|
|
17849
|
+
}
|
|
17850
|
+
}
|
|
17851
|
+
}
|
|
17852
|
+
}
|
|
17853
|
+
}
|
|
15892
17854
|
namespace Delete {
|
|
15893
17855
|
namespace Parameters {
|
|
15894
17856
|
type Path = {};
|
|
@@ -16011,6 +17973,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16011
17973
|
*
|
|
16012
17974
|
*/
|
|
16013
17975
|
expires_in: number;
|
|
17976
|
+
/**
|
|
17977
|
+
* The refresh token issued by the authorization server.
|
|
17978
|
+
*
|
|
17979
|
+
*/
|
|
17980
|
+
refresh_token: string;
|
|
16014
17981
|
/**
|
|
16015
17982
|
* The scope of the access token as described by
|
|
16016
17983
|
* [RFC6749](https://datatracker.ietf.org/doc/html/rfc6749#section-3.3).
|
|
@@ -16097,7 +18064,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16097
18064
|
namespace Post {
|
|
16098
18065
|
namespace Parameters {
|
|
16099
18066
|
type Path = {
|
|
16100
|
-
userId:
|
|
18067
|
+
userId: string;
|
|
16101
18068
|
};
|
|
16102
18069
|
interface RequestBody {
|
|
16103
18070
|
}
|
|
@@ -16162,7 +18129,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16162
18129
|
namespace Delete {
|
|
16163
18130
|
namespace Parameters {
|
|
16164
18131
|
type Path = {
|
|
16165
|
-
userId:
|
|
18132
|
+
userId: string;
|
|
16166
18133
|
};
|
|
16167
18134
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
16168
18135
|
type Query = {};
|
|
@@ -16316,7 +18283,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16316
18283
|
namespace Post {
|
|
16317
18284
|
namespace Parameters {
|
|
16318
18285
|
type Path = {
|
|
16319
|
-
userId:
|
|
18286
|
+
userId: string;
|
|
16320
18287
|
};
|
|
16321
18288
|
interface RequestBody {
|
|
16322
18289
|
code: string;
|
|
@@ -16413,5 +18380,58 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16413
18380
|
}
|
|
16414
18381
|
}
|
|
16415
18382
|
}
|
|
18383
|
+
namespace V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret {
|
|
18384
|
+
namespace Put {
|
|
18385
|
+
namespace Parameters {
|
|
18386
|
+
type Path = {
|
|
18387
|
+
contributorId: string;
|
|
18388
|
+
extensionId: string;
|
|
18389
|
+
extensionInstanceId: string;
|
|
18390
|
+
};
|
|
18391
|
+
interface RequestBody {
|
|
18392
|
+
allowWebhookFailure?: boolean;
|
|
18393
|
+
}
|
|
18394
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
18395
|
+
type Query = {};
|
|
18396
|
+
}
|
|
18397
|
+
namespace Responses {
|
|
18398
|
+
namespace $200 {
|
|
18399
|
+
namespace Content {
|
|
18400
|
+
interface ApplicationJson {
|
|
18401
|
+
secret: string;
|
|
18402
|
+
webhookResult: {
|
|
18403
|
+
failure: boolean;
|
|
18404
|
+
/**
|
|
18405
|
+
* The status code returned by the external application.
|
|
18406
|
+
*/
|
|
18407
|
+
statusCode?: string;
|
|
18408
|
+
};
|
|
18409
|
+
}
|
|
18410
|
+
}
|
|
18411
|
+
}
|
|
18412
|
+
namespace $400 {
|
|
18413
|
+
namespace Content {
|
|
18414
|
+
interface ApplicationJson {
|
|
18415
|
+
[k: string]: unknown;
|
|
18416
|
+
}
|
|
18417
|
+
}
|
|
18418
|
+
}
|
|
18419
|
+
namespace $404 {
|
|
18420
|
+
namespace Content {
|
|
18421
|
+
interface ApplicationJson {
|
|
18422
|
+
[k: string]: unknown;
|
|
18423
|
+
}
|
|
18424
|
+
}
|
|
18425
|
+
}
|
|
18426
|
+
namespace Default {
|
|
18427
|
+
namespace Content {
|
|
18428
|
+
interface ApplicationJson {
|
|
18429
|
+
[k: string]: unknown;
|
|
18430
|
+
}
|
|
18431
|
+
}
|
|
18432
|
+
}
|
|
18433
|
+
}
|
|
18434
|
+
}
|
|
18435
|
+
}
|
|
16416
18436
|
}
|
|
16417
18437
|
}
|