@mittwald/api-client 4.93.1 → 4.95.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/generated/v2/client-react.js +2 -2
- package/dist/esm/generated/v2/client.js +50 -50
- package/dist/esm/generated/v2/descriptors.js +54 -54
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +17 -15
- package/dist/types/generated/v2/client.d.ts +1515 -1509
- package/dist/types/generated/v2/descriptors.d.ts +18 -18
- package/dist/types/generated/v2/types.d.ts +956 -984
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -506,6 +506,42 @@ export declare namespace MittwaldAPIV2 {
|
|
|
506
506
|
type RequestData = InferredRequestData<typeof descriptors.databaseUpdateRedisDatabaseDescription>;
|
|
507
507
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseUpdateRedisDatabaseDescription, TStatus>;
|
|
508
508
|
}
|
|
509
|
+
namespace DomainListDomains {
|
|
510
|
+
type RequestData = InferredRequestData<typeof descriptors.domainListDomains>;
|
|
511
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomains, TStatus>;
|
|
512
|
+
}
|
|
513
|
+
namespace DomainUpdateDomainNameservers {
|
|
514
|
+
type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainNameservers>;
|
|
515
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainNameservers, TStatus>;
|
|
516
|
+
}
|
|
517
|
+
namespace IngressUpdateIngressPaths {
|
|
518
|
+
type RequestData = InferredRequestData<typeof descriptors.ingressUpdateIngressPaths>;
|
|
519
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressUpdateIngressPaths, TStatus>;
|
|
520
|
+
}
|
|
521
|
+
namespace IngressUpdateIngressTls {
|
|
522
|
+
type RequestData = InferredRequestData<typeof descriptors.ingressUpdateIngressTls>;
|
|
523
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressUpdateIngressTls, TStatus>;
|
|
524
|
+
}
|
|
525
|
+
namespace MailUpdateMailAddressAutoresponder {
|
|
526
|
+
type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressAutoresponder>;
|
|
527
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressAutoresponder, TStatus>;
|
|
528
|
+
}
|
|
529
|
+
namespace MailUpdateMailAddressForwardAddresses {
|
|
530
|
+
type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressForwardAddresses>;
|
|
531
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressForwardAddresses, TStatus>;
|
|
532
|
+
}
|
|
533
|
+
namespace MailUpdateMailAddressPassword {
|
|
534
|
+
type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressPassword>;
|
|
535
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressPassword, TStatus>;
|
|
536
|
+
}
|
|
537
|
+
namespace MailUpdateMailAddressQuota {
|
|
538
|
+
type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressQuota>;
|
|
539
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressQuota, TStatus>;
|
|
540
|
+
}
|
|
541
|
+
namespace MailUpdateMailAddressSpamProtection {
|
|
542
|
+
type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressSpamProtection>;
|
|
543
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressSpamProtection, TStatus>;
|
|
544
|
+
}
|
|
509
545
|
namespace NewsletterSubscribeUser {
|
|
510
546
|
type RequestData = InferredRequestData<typeof descriptors.newsletterSubscribeUser>;
|
|
511
547
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.newsletterSubscribeUser, TStatus>;
|
|
@@ -542,10 +578,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
542
578
|
type RequestData = InferredRequestData<typeof descriptors.domainCheckDomainRegistrability>;
|
|
543
579
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCheckDomainRegistrability, TStatus>;
|
|
544
580
|
}
|
|
545
|
-
namespace DomainListDomains {
|
|
546
|
-
type RequestData = InferredRequestData<typeof descriptors.domainListDomains>;
|
|
547
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomains, TStatus>;
|
|
548
|
-
}
|
|
549
581
|
namespace DomainCheckDomainTransferability {
|
|
550
582
|
type RequestData = InferredRequestData<typeof descriptors.domainCheckDomainTransferability>;
|
|
551
583
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCheckDomainTransferability, TStatus>;
|
|
@@ -554,10 +586,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
554
586
|
type RequestData = InferredRequestData<typeof descriptors.domainCreateDomainAuthCode>;
|
|
555
587
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCreateDomainAuthCode, TStatus>;
|
|
556
588
|
}
|
|
557
|
-
namespace DomainUpdateDomainNameservers {
|
|
558
|
-
type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainNameservers>;
|
|
559
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainNameservers, TStatus>;
|
|
560
|
-
}
|
|
561
589
|
namespace DomainGetDomain {
|
|
562
590
|
type RequestData = InferredRequestData<typeof descriptors.domainGetDomain>;
|
|
563
591
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetDomain, TStatus>;
|
|
@@ -718,18 +746,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
718
746
|
type RequestData = InferredRequestData<typeof descriptors.ingressListIngressesCompatibleWithCertificate>;
|
|
719
747
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressListIngressesCompatibleWithCertificate, TStatus>;
|
|
720
748
|
}
|
|
721
|
-
namespace IngressUpdateIngressPaths {
|
|
722
|
-
type RequestData = InferredRequestData<typeof descriptors.ingressUpdateIngressPaths>;
|
|
723
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressUpdateIngressPaths, TStatus>;
|
|
724
|
-
}
|
|
725
749
|
namespace IngressRequestIngressAcmeCertificateIssuance {
|
|
726
750
|
type RequestData = InferredRequestData<typeof descriptors.ingressRequestIngressAcmeCertificateIssuance>;
|
|
727
751
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressRequestIngressAcmeCertificateIssuance, TStatus>;
|
|
728
752
|
}
|
|
729
|
-
namespace IngressUpdateIngressTls {
|
|
730
|
-
type RequestData = InferredRequestData<typeof descriptors.ingressUpdateIngressTls>;
|
|
731
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressUpdateIngressTls, TStatus>;
|
|
732
|
-
}
|
|
733
753
|
namespace InvoiceDetail {
|
|
734
754
|
type RequestData = InferredRequestData<typeof descriptors.invoiceDetail>;
|
|
735
755
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.invoiceDetail, TStatus>;
|
|
@@ -798,30 +818,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
798
818
|
type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressAddress>;
|
|
799
819
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressAddress, TStatus>;
|
|
800
820
|
}
|
|
801
|
-
namespace MailUpdateMailAddressAutoresponder {
|
|
802
|
-
type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressAutoresponder>;
|
|
803
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressAutoresponder, TStatus>;
|
|
804
|
-
}
|
|
805
821
|
namespace MailUpdateMailAddressCatchAll {
|
|
806
822
|
type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressCatchAll>;
|
|
807
823
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressCatchAll, TStatus>;
|
|
808
824
|
}
|
|
809
|
-
namespace MailUpdateMailAddressForwardAddresses {
|
|
810
|
-
type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressForwardAddresses>;
|
|
811
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressForwardAddresses, TStatus>;
|
|
812
|
-
}
|
|
813
|
-
namespace MailUpdateMailAddressPassword {
|
|
814
|
-
type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressPassword>;
|
|
815
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressPassword, TStatus>;
|
|
816
|
-
}
|
|
817
|
-
namespace MailUpdateMailAddressQuota {
|
|
818
|
-
type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressQuota>;
|
|
819
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressQuota, TStatus>;
|
|
820
|
-
}
|
|
821
|
-
namespace MailUpdateMailAddressSpamProtection {
|
|
822
|
-
type RequestData = InferredRequestData<typeof descriptors.mailUpdateMailAddressSpamProtection>;
|
|
823
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateMailAddressSpamProtection, TStatus>;
|
|
824
|
-
}
|
|
825
825
|
namespace MailUpdateProjectMailSetting {
|
|
826
826
|
type RequestData = InferredRequestData<typeof descriptors.mailUpdateProjectMailSetting>;
|
|
827
827
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailUpdateProjectMailSetting, TStatus>;
|
|
@@ -1403,6 +1403,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1403
1403
|
interface AppAppInstallation {
|
|
1404
1404
|
appId: string;
|
|
1405
1405
|
appVersion: MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
1406
|
+
createdAt: string;
|
|
1406
1407
|
customDocumentRoot?: string;
|
|
1407
1408
|
description: string;
|
|
1408
1409
|
disabled: boolean;
|
|
@@ -2126,6 +2127,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2126
2127
|
id: string;
|
|
2127
2128
|
isReady: boolean;
|
|
2128
2129
|
isShared: boolean;
|
|
2130
|
+
mainUser?: MittwaldAPIV2.Components.Schemas.DatabaseMySqlUser;
|
|
2129
2131
|
name: string;
|
|
2130
2132
|
projectId: string;
|
|
2131
2133
|
status: MittwaldAPIV2.Components.Schemas.DatabaseDatabaseStatus;
|
|
@@ -3939,41 +3941,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3939
3941
|
registeredAt?: string;
|
|
3940
3942
|
userId: string;
|
|
3941
3943
|
}
|
|
3942
|
-
interface UserUserInternal {
|
|
3943
|
-
avatarRef?: string;
|
|
3944
|
-
customerMemberships?: {
|
|
3945
|
-
[k: string]: MittwaldAPIV2.Components.Schemas.UserCustomerMembership;
|
|
3946
|
-
};
|
|
3947
|
-
/**
|
|
3948
|
-
* Truth value, whether the user has been disabled.
|
|
3949
|
-
*/
|
|
3950
|
-
disabled?: boolean;
|
|
3951
|
-
disabledAt?: string;
|
|
3952
|
-
disabledBy?: string;
|
|
3953
|
-
email?: string;
|
|
3954
|
-
/**
|
|
3955
|
-
* Additional information about mittwald employees.
|
|
3956
|
-
*/
|
|
3957
|
-
employeeInformation?: {
|
|
3958
|
-
department: string;
|
|
3959
|
-
};
|
|
3960
|
-
/**
|
|
3961
|
-
* Truth value, whether the user is a mittwald employee
|
|
3962
|
-
*/
|
|
3963
|
-
isEmployee?: boolean;
|
|
3964
|
-
mfa?: {
|
|
3965
|
-
active: boolean;
|
|
3966
|
-
setup: boolean;
|
|
3967
|
-
};
|
|
3968
|
-
passwordUpdatedAt?: string;
|
|
3969
|
-
person: MittwaldAPIV2.Components.Schemas.CommonsPerson;
|
|
3970
|
-
phoneNumber?: string;
|
|
3971
|
-
projectMemberships?: {
|
|
3972
|
-
[k: string]: MittwaldAPIV2.Components.Schemas.UserProjectMembership;
|
|
3973
|
-
};
|
|
3974
|
-
registeredAt?: string;
|
|
3975
|
-
userId: string;
|
|
3976
|
-
}
|
|
3977
3944
|
interface SignupSshKey {
|
|
3978
3945
|
algorithm: string;
|
|
3979
3946
|
comment: string;
|
|
@@ -10181,29 +10148,25 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10181
10148
|
namespace V2AppinstallationsAppInstallationIdDatabases { }
|
|
10182
10149
|
namespace V2CustomerCustomerIdActionsLeave { }
|
|
10183
10150
|
namespace V2CustomersCustomerIdActionsLeave { }
|
|
10184
|
-
namespace
|
|
10185
|
-
namespace
|
|
10186
|
-
namespace
|
|
10187
|
-
|
|
10188
|
-
namespace V2NewsletterSubscriptions {
|
|
10189
|
-
namespace Post {
|
|
10151
|
+
namespace V2DomainsDomainIdHandlesOwnerc { }
|
|
10152
|
+
namespace V2DomainsDomainIdProjectId { }
|
|
10153
|
+
namespace V2Domains {
|
|
10154
|
+
namespace Get {
|
|
10190
10155
|
namespace Parameters {
|
|
10191
10156
|
type Path = {};
|
|
10192
|
-
interface RequestBody {
|
|
10193
|
-
firstName?: string;
|
|
10194
|
-
lastName?: string;
|
|
10195
|
-
}
|
|
10196
10157
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10197
|
-
type Query = {
|
|
10158
|
+
type Query = {
|
|
10159
|
+
projectId?: string;
|
|
10160
|
+
page?: number;
|
|
10161
|
+
limit?: number;
|
|
10162
|
+
domainSearchName?: string;
|
|
10163
|
+
contactHash?: string;
|
|
10164
|
+
};
|
|
10198
10165
|
}
|
|
10199
10166
|
namespace Responses {
|
|
10200
10167
|
namespace $200 {
|
|
10201
10168
|
namespace Content {
|
|
10202
|
-
|
|
10203
|
-
active: boolean;
|
|
10204
|
-
email: string;
|
|
10205
|
-
registered: boolean;
|
|
10206
|
-
}
|
|
10169
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomain[];
|
|
10207
10170
|
}
|
|
10208
10171
|
}
|
|
10209
10172
|
namespace $400 {
|
|
@@ -10230,49 +10193,35 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10230
10193
|
}
|
|
10231
10194
|
}
|
|
10232
10195
|
}
|
|
10233
|
-
namespace
|
|
10234
|
-
|
|
10235
|
-
namespace V2SignupPasswordResetConfirm { }
|
|
10236
|
-
namespace V2UsersSelfIssues { }
|
|
10237
|
-
namespace V2SignupTokenApiApiTokenId { }
|
|
10238
|
-
namespace V2SignupSshSshKeyId { }
|
|
10239
|
-
namespace V2SignupMfa { }
|
|
10240
|
-
namespace V2SignupPasswordReset { }
|
|
10241
|
-
namespace V2SignupLogout { }
|
|
10242
|
-
namespace V2SignupEmailResend { }
|
|
10243
|
-
namespace V2UserUserIdAvatar { }
|
|
10244
|
-
namespace V2UserFeedback { }
|
|
10245
|
-
namespace V2UserIssues { }
|
|
10246
|
-
namespace V2UserUserId { }
|
|
10247
|
-
namespace V2UserSettings { }
|
|
10248
|
-
namespace V2UserUserIdPhone { }
|
|
10249
|
-
namespace V2UserUserIdPhoneVerify { }
|
|
10250
|
-
namespace V2User { }
|
|
10251
|
-
namespace V2SignupSessions { }
|
|
10252
|
-
namespace V2SignupSessionsTokenId { }
|
|
10253
|
-
namespace V2SignupProfile { }
|
|
10254
|
-
namespace V2SignupEmailVerify { }
|
|
10255
|
-
namespace V2DnsZones { }
|
|
10256
|
-
namespace V2DnsZones {
|
|
10257
|
-
namespace Post {
|
|
10196
|
+
namespace V2DomainsDomainIdNameservers {
|
|
10197
|
+
namespace Patch {
|
|
10258
10198
|
namespace Parameters {
|
|
10259
|
-
type Path = {
|
|
10199
|
+
type Path = {
|
|
10200
|
+
domainId: string;
|
|
10201
|
+
};
|
|
10260
10202
|
interface RequestBody {
|
|
10261
|
-
|
|
10262
|
-
|
|
10203
|
+
/**
|
|
10204
|
+
* @minItems 2
|
|
10205
|
+
*/
|
|
10206
|
+
nameservers?: [string, string, ...string[]];
|
|
10263
10207
|
}
|
|
10264
10208
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10265
10209
|
type Query = {};
|
|
10266
10210
|
}
|
|
10267
10211
|
namespace Responses {
|
|
10268
|
-
namespace $
|
|
10212
|
+
namespace $204 {
|
|
10213
|
+
namespace Content {
|
|
10214
|
+
type Empty = unknown;
|
|
10215
|
+
}
|
|
10216
|
+
}
|
|
10217
|
+
namespace $400 {
|
|
10269
10218
|
namespace Content {
|
|
10270
10219
|
interface ApplicationJson {
|
|
10271
|
-
|
|
10220
|
+
[k: string]: unknown;
|
|
10272
10221
|
}
|
|
10273
10222
|
}
|
|
10274
10223
|
}
|
|
10275
|
-
namespace $
|
|
10224
|
+
namespace $404 {
|
|
10276
10225
|
namespace Content {
|
|
10277
10226
|
interface ApplicationJson {
|
|
10278
10227
|
[k: string]: unknown;
|
|
@@ -10296,23 +10245,31 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10296
10245
|
}
|
|
10297
10246
|
}
|
|
10298
10247
|
}
|
|
10299
|
-
namespace
|
|
10300
|
-
namespace
|
|
10301
|
-
|
|
10248
|
+
namespace V2DomainsDomainIdDeclarationsAuthcode { }
|
|
10249
|
+
namespace V2DomainsDomainIdDeclarationsHandles { }
|
|
10250
|
+
namespace V2DomainsHandleSchemaDomainName { }
|
|
10251
|
+
namespace V2DomainsDomainIdScreenshotsNewest { }
|
|
10252
|
+
namespace V2ProjectsProjectIdDomains { }
|
|
10253
|
+
namespace V2FileTokenRulesToken { }
|
|
10254
|
+
namespace V2FileTypeRulesName { }
|
|
10255
|
+
namespace V2ProjectsProjectIdIngresses { }
|
|
10256
|
+
namespace V2IngressesIngressIdPaths {
|
|
10257
|
+
namespace Patch {
|
|
10302
10258
|
namespace Parameters {
|
|
10303
10259
|
type Path = {
|
|
10304
|
-
|
|
10260
|
+
ingressId: string;
|
|
10305
10261
|
};
|
|
10262
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
10306
10263
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10307
10264
|
type Query = {};
|
|
10308
10265
|
}
|
|
10309
10266
|
namespace Responses {
|
|
10310
|
-
namespace $
|
|
10267
|
+
namespace $204 {
|
|
10311
10268
|
namespace Content {
|
|
10312
|
-
type
|
|
10269
|
+
type Empty = unknown;
|
|
10313
10270
|
}
|
|
10314
10271
|
}
|
|
10315
|
-
namespace $
|
|
10272
|
+
namespace $404 {
|
|
10316
10273
|
namespace Content {
|
|
10317
10274
|
interface ApplicationJson {
|
|
10318
10275
|
[k: string]: unknown;
|
|
@@ -10335,61 +10292,53 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10335
10292
|
}
|
|
10336
10293
|
}
|
|
10337
10294
|
}
|
|
10338
|
-
|
|
10295
|
+
}
|
|
10296
|
+
namespace V2IngressesIngressIdTls {
|
|
10297
|
+
namespace Patch {
|
|
10339
10298
|
namespace Parameters {
|
|
10340
10299
|
type Path = {
|
|
10341
|
-
|
|
10300
|
+
ingressId: string;
|
|
10301
|
+
};
|
|
10302
|
+
type RequestBody = {
|
|
10303
|
+
acme: boolean;
|
|
10304
|
+
/**
|
|
10305
|
+
* @deprecated
|
|
10306
|
+
* Was added by mistake. Never did anything.
|
|
10307
|
+
*/
|
|
10308
|
+
isCreated?: boolean;
|
|
10309
|
+
/**
|
|
10310
|
+
* @deprecated
|
|
10311
|
+
* Was added by mistake. Never did anything.
|
|
10312
|
+
*/
|
|
10313
|
+
requestDeadline?: string;
|
|
10314
|
+
} | {
|
|
10315
|
+
certificateId: string;
|
|
10342
10316
|
};
|
|
10343
10317
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10344
10318
|
type Query = {};
|
|
10345
10319
|
}
|
|
10346
10320
|
namespace Responses {
|
|
10347
10321
|
namespace $200 {
|
|
10348
|
-
namespace Content {
|
|
10349
|
-
type Empty = unknown;
|
|
10350
|
-
}
|
|
10351
|
-
}
|
|
10352
|
-
namespace $400 {
|
|
10353
10322
|
namespace Content {
|
|
10354
10323
|
interface ApplicationJson {
|
|
10355
|
-
[k: string]: unknown;
|
|
10356
10324
|
}
|
|
10357
10325
|
}
|
|
10358
10326
|
}
|
|
10359
|
-
namespace $
|
|
10327
|
+
namespace $403 {
|
|
10360
10328
|
namespace Content {
|
|
10361
10329
|
interface ApplicationJson {
|
|
10362
10330
|
[k: string]: unknown;
|
|
10363
10331
|
}
|
|
10364
10332
|
}
|
|
10365
10333
|
}
|
|
10366
|
-
namespace
|
|
10334
|
+
namespace $404 {
|
|
10367
10335
|
namespace Content {
|
|
10368
10336
|
interface ApplicationJson {
|
|
10369
10337
|
[k: string]: unknown;
|
|
10370
10338
|
}
|
|
10371
10339
|
}
|
|
10372
10340
|
}
|
|
10373
|
-
|
|
10374
|
-
}
|
|
10375
|
-
}
|
|
10376
|
-
namespace V2ProjectsProjectIdDnsZones { }
|
|
10377
|
-
namespace V2ProjectsProjectIdDnsZones {
|
|
10378
|
-
namespace Get {
|
|
10379
|
-
namespace Parameters {
|
|
10380
|
-
type Path = {
|
|
10381
|
-
projectId: string;
|
|
10382
|
-
};
|
|
10383
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10384
|
-
type Query = {};
|
|
10385
|
-
}
|
|
10386
|
-
namespace Responses {
|
|
10387
|
-
namespace $200 {
|
|
10388
|
-
namespace Content {
|
|
10389
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DnsZone[];
|
|
10390
|
-
}
|
|
10391
|
-
}
|
|
10392
|
-
namespace $400 {
|
|
10341
|
+
namespace $412 {
|
|
10393
10342
|
namespace Content {
|
|
10394
10343
|
interface ApplicationJson {
|
|
10395
10344
|
[k: string]: unknown;
|
|
@@ -10413,30 +10362,467 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10413
10362
|
}
|
|
10414
10363
|
}
|
|
10415
10364
|
}
|
|
10416
|
-
namespace
|
|
10417
|
-
namespace
|
|
10418
|
-
namespace
|
|
10419
|
-
namespace
|
|
10420
|
-
namespace
|
|
10421
|
-
namespace
|
|
10422
|
-
namespace
|
|
10423
|
-
namespace
|
|
10365
|
+
namespace V2CustomersCustomerIdInvoicesInvoiceId { }
|
|
10366
|
+
namespace V2DeliveryboxesIdDescription { }
|
|
10367
|
+
namespace V2DeliveryboxesIdPassword { }
|
|
10368
|
+
namespace V2MailaddressesIdAddress { }
|
|
10369
|
+
namespace V2ProjectsProjectIdMailsettingsBlacklist { }
|
|
10370
|
+
namespace V2ProjectsProjectIdMailsettingsWhitelist { }
|
|
10371
|
+
namespace V2MailaddressesMailAddressIdAutoResponder { }
|
|
10372
|
+
namespace V2MailAddressesMailAddressIdAutoresponder {
|
|
10373
|
+
namespace Patch {
|
|
10374
|
+
namespace Parameters {
|
|
10375
|
+
type Path = {
|
|
10376
|
+
mailAddressId: string;
|
|
10377
|
+
};
|
|
10378
|
+
interface RequestBody {
|
|
10379
|
+
autoResponder: {
|
|
10380
|
+
active: boolean;
|
|
10381
|
+
expiresAt?: string;
|
|
10382
|
+
message: string;
|
|
10383
|
+
startsAt?: string;
|
|
10384
|
+
};
|
|
10385
|
+
}
|
|
10386
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10387
|
+
type Query = {};
|
|
10388
|
+
}
|
|
10389
|
+
namespace Responses {
|
|
10390
|
+
namespace $204 {
|
|
10391
|
+
namespace Content {
|
|
10392
|
+
type Empty = unknown;
|
|
10393
|
+
}
|
|
10394
|
+
}
|
|
10395
|
+
namespace $400 {
|
|
10396
|
+
namespace Content {
|
|
10397
|
+
interface ApplicationJson {
|
|
10398
|
+
[k: string]: unknown;
|
|
10399
|
+
}
|
|
10400
|
+
}
|
|
10401
|
+
}
|
|
10402
|
+
namespace $403 {
|
|
10403
|
+
namespace Content {
|
|
10404
|
+
interface ApplicationJson {
|
|
10405
|
+
[k: string]: unknown;
|
|
10406
|
+
}
|
|
10407
|
+
}
|
|
10408
|
+
}
|
|
10409
|
+
namespace $404 {
|
|
10410
|
+
namespace Content {
|
|
10411
|
+
interface ApplicationJson {
|
|
10412
|
+
[k: string]: unknown;
|
|
10413
|
+
}
|
|
10414
|
+
}
|
|
10415
|
+
}
|
|
10416
|
+
namespace $429 {
|
|
10417
|
+
namespace Content {
|
|
10418
|
+
interface ApplicationJson {
|
|
10419
|
+
[k: string]: unknown;
|
|
10420
|
+
}
|
|
10421
|
+
}
|
|
10422
|
+
}
|
|
10423
|
+
namespace $500 {
|
|
10424
|
+
namespace Content {
|
|
10425
|
+
interface ApplicationJson {
|
|
10426
|
+
[k: string]: unknown;
|
|
10427
|
+
}
|
|
10428
|
+
}
|
|
10429
|
+
}
|
|
10430
|
+
namespace $503 {
|
|
10431
|
+
namespace Content {
|
|
10432
|
+
interface ApplicationJson {
|
|
10433
|
+
[k: string]: unknown;
|
|
10434
|
+
}
|
|
10435
|
+
}
|
|
10436
|
+
}
|
|
10437
|
+
namespace Default {
|
|
10438
|
+
namespace Content {
|
|
10439
|
+
interface ApplicationJson {
|
|
10440
|
+
[k: string]: unknown;
|
|
10441
|
+
}
|
|
10442
|
+
}
|
|
10443
|
+
}
|
|
10444
|
+
}
|
|
10445
|
+
}
|
|
10446
|
+
}
|
|
10447
|
+
namespace V2MailaddressesMailAddressIdCatchAll { }
|
|
10448
|
+
namespace V2MailAddressesMailAddressIdCatchall { }
|
|
10449
|
+
namespace V2MailaddressesMailAddressIdForwardaddresses { }
|
|
10450
|
+
namespace V2MailAddressesMailAddressIdForwardAddresses {
|
|
10451
|
+
namespace Patch {
|
|
10452
|
+
namespace Parameters {
|
|
10453
|
+
type Path = {
|
|
10454
|
+
mailAddressId: string;
|
|
10455
|
+
};
|
|
10456
|
+
interface RequestBody {
|
|
10457
|
+
forwardAddresses: string[];
|
|
10458
|
+
}
|
|
10459
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10460
|
+
type Query = {};
|
|
10461
|
+
}
|
|
10462
|
+
namespace Responses {
|
|
10463
|
+
namespace $204 {
|
|
10464
|
+
namespace Content {
|
|
10465
|
+
type Empty = unknown;
|
|
10466
|
+
}
|
|
10467
|
+
}
|
|
10468
|
+
namespace $400 {
|
|
10469
|
+
namespace Content {
|
|
10470
|
+
interface ApplicationJson {
|
|
10471
|
+
[k: string]: unknown;
|
|
10472
|
+
}
|
|
10473
|
+
}
|
|
10474
|
+
}
|
|
10475
|
+
namespace $403 {
|
|
10476
|
+
namespace Content {
|
|
10477
|
+
interface ApplicationJson {
|
|
10478
|
+
[k: string]: unknown;
|
|
10479
|
+
}
|
|
10480
|
+
}
|
|
10481
|
+
}
|
|
10482
|
+
namespace $404 {
|
|
10483
|
+
namespace Content {
|
|
10484
|
+
interface ApplicationJson {
|
|
10485
|
+
[k: string]: unknown;
|
|
10486
|
+
}
|
|
10487
|
+
}
|
|
10488
|
+
}
|
|
10489
|
+
namespace $429 {
|
|
10490
|
+
namespace Content {
|
|
10491
|
+
interface ApplicationJson {
|
|
10492
|
+
[k: string]: unknown;
|
|
10493
|
+
}
|
|
10494
|
+
}
|
|
10495
|
+
}
|
|
10496
|
+
namespace $500 {
|
|
10497
|
+
namespace Content {
|
|
10498
|
+
interface ApplicationJson {
|
|
10499
|
+
[k: string]: unknown;
|
|
10500
|
+
}
|
|
10501
|
+
}
|
|
10502
|
+
}
|
|
10503
|
+
namespace $503 {
|
|
10504
|
+
namespace Content {
|
|
10505
|
+
interface ApplicationJson {
|
|
10506
|
+
[k: string]: unknown;
|
|
10507
|
+
}
|
|
10508
|
+
}
|
|
10509
|
+
}
|
|
10510
|
+
namespace Default {
|
|
10511
|
+
namespace Content {
|
|
10512
|
+
interface ApplicationJson {
|
|
10513
|
+
[k: string]: unknown;
|
|
10514
|
+
}
|
|
10515
|
+
}
|
|
10516
|
+
}
|
|
10517
|
+
}
|
|
10518
|
+
}
|
|
10519
|
+
}
|
|
10520
|
+
namespace V2MailaddressesMailAddressIdPassword { }
|
|
10521
|
+
namespace V2MailAddressesMailAddressIdPassword {
|
|
10522
|
+
namespace Patch {
|
|
10523
|
+
namespace Parameters {
|
|
10524
|
+
type Path = {
|
|
10525
|
+
mailAddressId: string;
|
|
10526
|
+
};
|
|
10527
|
+
interface RequestBody {
|
|
10528
|
+
password: string;
|
|
10529
|
+
}
|
|
10530
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10531
|
+
type Query = {};
|
|
10532
|
+
}
|
|
10533
|
+
namespace Responses {
|
|
10534
|
+
namespace $204 {
|
|
10535
|
+
namespace Content {
|
|
10536
|
+
type Empty = unknown;
|
|
10537
|
+
}
|
|
10538
|
+
}
|
|
10539
|
+
namespace $400 {
|
|
10540
|
+
namespace Content {
|
|
10541
|
+
interface ApplicationJson {
|
|
10542
|
+
[k: string]: unknown;
|
|
10543
|
+
}
|
|
10544
|
+
}
|
|
10545
|
+
}
|
|
10546
|
+
namespace $403 {
|
|
10547
|
+
namespace Content {
|
|
10548
|
+
interface ApplicationJson {
|
|
10549
|
+
[k: string]: unknown;
|
|
10550
|
+
}
|
|
10551
|
+
}
|
|
10552
|
+
}
|
|
10553
|
+
namespace $404 {
|
|
10554
|
+
namespace Content {
|
|
10555
|
+
interface ApplicationJson {
|
|
10556
|
+
[k: string]: unknown;
|
|
10557
|
+
}
|
|
10558
|
+
}
|
|
10559
|
+
}
|
|
10560
|
+
namespace $429 {
|
|
10561
|
+
namespace Content {
|
|
10562
|
+
interface ApplicationJson {
|
|
10563
|
+
[k: string]: unknown;
|
|
10564
|
+
}
|
|
10565
|
+
}
|
|
10566
|
+
}
|
|
10567
|
+
namespace $500 {
|
|
10568
|
+
namespace Content {
|
|
10569
|
+
interface ApplicationJson {
|
|
10570
|
+
[k: string]: unknown;
|
|
10571
|
+
}
|
|
10572
|
+
}
|
|
10573
|
+
}
|
|
10574
|
+
namespace $503 {
|
|
10575
|
+
namespace Content {
|
|
10576
|
+
interface ApplicationJson {
|
|
10577
|
+
[k: string]: unknown;
|
|
10578
|
+
}
|
|
10579
|
+
}
|
|
10580
|
+
}
|
|
10581
|
+
namespace Default {
|
|
10582
|
+
namespace Content {
|
|
10583
|
+
interface ApplicationJson {
|
|
10584
|
+
[k: string]: unknown;
|
|
10585
|
+
}
|
|
10586
|
+
}
|
|
10587
|
+
}
|
|
10588
|
+
}
|
|
10589
|
+
}
|
|
10590
|
+
}
|
|
10591
|
+
namespace V2MailaddressesMailAddressIdQuota { }
|
|
10592
|
+
namespace V2MailAddressesMailAddressIdQuota {
|
|
10593
|
+
namespace Patch {
|
|
10594
|
+
namespace Parameters {
|
|
10595
|
+
type Path = {
|
|
10596
|
+
mailAddressId: string;
|
|
10597
|
+
};
|
|
10598
|
+
interface RequestBody {
|
|
10599
|
+
/**
|
|
10600
|
+
* 2 GB
|
|
10601
|
+
*/
|
|
10602
|
+
quotaInBytes: number;
|
|
10603
|
+
}
|
|
10604
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10605
|
+
type Query = {};
|
|
10606
|
+
}
|
|
10607
|
+
namespace Responses {
|
|
10608
|
+
namespace $204 {
|
|
10609
|
+
namespace Content {
|
|
10610
|
+
type Empty = unknown;
|
|
10611
|
+
}
|
|
10612
|
+
}
|
|
10613
|
+
namespace $400 {
|
|
10614
|
+
namespace Content {
|
|
10615
|
+
interface ApplicationJson {
|
|
10616
|
+
[k: string]: unknown;
|
|
10617
|
+
}
|
|
10618
|
+
}
|
|
10619
|
+
}
|
|
10620
|
+
namespace $403 {
|
|
10621
|
+
namespace Content {
|
|
10622
|
+
interface ApplicationJson {
|
|
10623
|
+
[k: string]: unknown;
|
|
10624
|
+
}
|
|
10625
|
+
}
|
|
10626
|
+
}
|
|
10627
|
+
namespace $404 {
|
|
10628
|
+
namespace Content {
|
|
10629
|
+
interface ApplicationJson {
|
|
10630
|
+
[k: string]: unknown;
|
|
10631
|
+
}
|
|
10632
|
+
}
|
|
10633
|
+
}
|
|
10634
|
+
namespace $429 {
|
|
10635
|
+
namespace Content {
|
|
10636
|
+
interface ApplicationJson {
|
|
10637
|
+
[k: string]: unknown;
|
|
10638
|
+
}
|
|
10639
|
+
}
|
|
10640
|
+
}
|
|
10641
|
+
namespace $500 {
|
|
10642
|
+
namespace Content {
|
|
10643
|
+
interface ApplicationJson {
|
|
10644
|
+
[k: string]: unknown;
|
|
10645
|
+
}
|
|
10646
|
+
}
|
|
10647
|
+
}
|
|
10648
|
+
namespace $503 {
|
|
10649
|
+
namespace Content {
|
|
10650
|
+
interface ApplicationJson {
|
|
10651
|
+
[k: string]: unknown;
|
|
10652
|
+
}
|
|
10653
|
+
}
|
|
10654
|
+
}
|
|
10655
|
+
namespace Default {
|
|
10656
|
+
namespace Content {
|
|
10657
|
+
interface ApplicationJson {
|
|
10658
|
+
[k: string]: unknown;
|
|
10659
|
+
}
|
|
10660
|
+
}
|
|
10661
|
+
}
|
|
10662
|
+
}
|
|
10663
|
+
}
|
|
10664
|
+
}
|
|
10665
|
+
namespace V2MailaddressesMailAddressIdSpamprotection { }
|
|
10666
|
+
namespace V2MailAddressesMailAddressIdSpamProtection {
|
|
10667
|
+
namespace Patch {
|
|
10668
|
+
namespace Parameters {
|
|
10669
|
+
type Path = {
|
|
10670
|
+
mailAddressId: string;
|
|
10671
|
+
};
|
|
10672
|
+
interface RequestBody {
|
|
10673
|
+
spamProtection: {
|
|
10674
|
+
active: boolean;
|
|
10675
|
+
autoDeleteSpam: boolean;
|
|
10676
|
+
folder: "inbox" | "spam";
|
|
10677
|
+
relocationMinSpamScore: number;
|
|
10678
|
+
};
|
|
10679
|
+
}
|
|
10680
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10681
|
+
type Query = {};
|
|
10682
|
+
}
|
|
10683
|
+
namespace Responses {
|
|
10684
|
+
namespace $204 {
|
|
10685
|
+
namespace Content {
|
|
10686
|
+
type Empty = unknown;
|
|
10687
|
+
}
|
|
10688
|
+
}
|
|
10689
|
+
namespace $400 {
|
|
10690
|
+
namespace Content {
|
|
10691
|
+
interface ApplicationJson {
|
|
10692
|
+
[k: string]: unknown;
|
|
10693
|
+
}
|
|
10694
|
+
}
|
|
10695
|
+
}
|
|
10696
|
+
namespace $403 {
|
|
10697
|
+
namespace Content {
|
|
10698
|
+
interface ApplicationJson {
|
|
10699
|
+
[k: string]: unknown;
|
|
10700
|
+
}
|
|
10701
|
+
}
|
|
10702
|
+
}
|
|
10703
|
+
namespace $404 {
|
|
10704
|
+
namespace Content {
|
|
10705
|
+
interface ApplicationJson {
|
|
10706
|
+
[k: string]: unknown;
|
|
10707
|
+
}
|
|
10708
|
+
}
|
|
10709
|
+
}
|
|
10710
|
+
namespace $429 {
|
|
10711
|
+
namespace Content {
|
|
10712
|
+
interface ApplicationJson {
|
|
10713
|
+
[k: string]: unknown;
|
|
10714
|
+
}
|
|
10715
|
+
}
|
|
10716
|
+
}
|
|
10717
|
+
namespace $500 {
|
|
10718
|
+
namespace Content {
|
|
10719
|
+
interface ApplicationJson {
|
|
10720
|
+
[k: string]: unknown;
|
|
10721
|
+
}
|
|
10722
|
+
}
|
|
10723
|
+
}
|
|
10724
|
+
namespace $503 {
|
|
10725
|
+
namespace Content {
|
|
10726
|
+
interface ApplicationJson {
|
|
10727
|
+
[k: string]: unknown;
|
|
10728
|
+
}
|
|
10729
|
+
}
|
|
10730
|
+
}
|
|
10731
|
+
namespace Default {
|
|
10732
|
+
namespace Content {
|
|
10733
|
+
interface ApplicationJson {
|
|
10734
|
+
[k: string]: unknown;
|
|
10735
|
+
}
|
|
10736
|
+
}
|
|
10737
|
+
}
|
|
10738
|
+
}
|
|
10739
|
+
}
|
|
10740
|
+
}
|
|
10741
|
+
namespace V2ProjectsProjectIdMailSettingsSetting { }
|
|
10742
|
+
namespace V2NewsletterSubscriptions {
|
|
10743
|
+
namespace Post {
|
|
10744
|
+
namespace Parameters {
|
|
10745
|
+
type Path = {};
|
|
10746
|
+
interface RequestBody {
|
|
10747
|
+
firstName?: string;
|
|
10748
|
+
lastName?: string;
|
|
10749
|
+
}
|
|
10750
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10751
|
+
type Query = {};
|
|
10752
|
+
}
|
|
10753
|
+
namespace Responses {
|
|
10754
|
+
namespace $200 {
|
|
10755
|
+
namespace Content {
|
|
10756
|
+
interface ApplicationJson {
|
|
10757
|
+
active: boolean;
|
|
10758
|
+
email: string;
|
|
10759
|
+
registered: boolean;
|
|
10760
|
+
}
|
|
10761
|
+
}
|
|
10762
|
+
}
|
|
10763
|
+
namespace $400 {
|
|
10764
|
+
namespace Content {
|
|
10765
|
+
interface ApplicationJson {
|
|
10766
|
+
[k: string]: unknown;
|
|
10767
|
+
}
|
|
10768
|
+
}
|
|
10769
|
+
}
|
|
10770
|
+
namespace $429 {
|
|
10771
|
+
namespace Content {
|
|
10772
|
+
interface ApplicationJson {
|
|
10773
|
+
[k: string]: unknown;
|
|
10774
|
+
}
|
|
10775
|
+
}
|
|
10776
|
+
}
|
|
10777
|
+
namespace Default {
|
|
10778
|
+
namespace Content {
|
|
10779
|
+
interface ApplicationJson {
|
|
10780
|
+
[k: string]: unknown;
|
|
10781
|
+
}
|
|
10782
|
+
}
|
|
10783
|
+
}
|
|
10784
|
+
}
|
|
10785
|
+
}
|
|
10786
|
+
}
|
|
10787
|
+
namespace V2ProjectsProjectIdLeave { }
|
|
10788
|
+
namespace V2SignupEmail { }
|
|
10789
|
+
namespace V2SignupPasswordResetConfirm { }
|
|
10790
|
+
namespace V2UsersSelfIssues { }
|
|
10791
|
+
namespace V2SignupTokenApiApiTokenId { }
|
|
10792
|
+
namespace V2SignupSshSshKeyId { }
|
|
10793
|
+
namespace V2SignupMfa { }
|
|
10794
|
+
namespace V2SignupPasswordReset { }
|
|
10795
|
+
namespace V2SignupLogout { }
|
|
10796
|
+
namespace V2SignupEmailResend { }
|
|
10797
|
+
namespace V2UserUserIdAvatar { }
|
|
10798
|
+
namespace V2UserFeedback { }
|
|
10799
|
+
namespace V2UserIssues { }
|
|
10800
|
+
namespace V2UserUserId { }
|
|
10801
|
+
namespace V2UserSettings { }
|
|
10802
|
+
namespace V2UserUserIdPhone { }
|
|
10803
|
+
namespace V2UserUserIdPhoneVerify { }
|
|
10804
|
+
namespace V2User { }
|
|
10805
|
+
namespace V2SignupSessions { }
|
|
10806
|
+
namespace V2SignupSessionsTokenId { }
|
|
10807
|
+
namespace V2SignupProfile { }
|
|
10808
|
+
namespace V2SignupEmailVerify { }
|
|
10809
|
+
namespace V2DnsZones { }
|
|
10810
|
+
namespace V2DnsZones {
|
|
10424
10811
|
namespace Post {
|
|
10425
10812
|
namespace Parameters {
|
|
10426
|
-
type Path = {
|
|
10427
|
-
dnsZoneId: string;
|
|
10428
|
-
recordSet: "a" | "mx";
|
|
10429
|
-
};
|
|
10813
|
+
type Path = {};
|
|
10430
10814
|
interface RequestBody {
|
|
10815
|
+
name: string;
|
|
10816
|
+
parentZoneId: string;
|
|
10431
10817
|
}
|
|
10432
10818
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10433
10819
|
type Query = {};
|
|
10434
10820
|
}
|
|
10435
10821
|
namespace Responses {
|
|
10436
|
-
namespace $
|
|
10822
|
+
namespace $201 {
|
|
10437
10823
|
namespace Content {
|
|
10438
10824
|
interface ApplicationJson {
|
|
10439
|
-
|
|
10825
|
+
id: string;
|
|
10440
10826
|
}
|
|
10441
10827
|
}
|
|
10442
10828
|
}
|
|
@@ -10464,21 +10850,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10464
10850
|
}
|
|
10465
10851
|
}
|
|
10466
10852
|
}
|
|
10467
|
-
namespace
|
|
10468
|
-
|
|
10853
|
+
namespace V2DnsZonesDnsZoneId { }
|
|
10854
|
+
namespace V2DnsZonesDnsZoneId {
|
|
10855
|
+
namespace Get {
|
|
10469
10856
|
namespace Parameters {
|
|
10470
10857
|
type Path = {
|
|
10471
10858
|
dnsZoneId: string;
|
|
10472
|
-
recordSet: "a" | "mx" | "txt" | "srv" | "cname";
|
|
10473
10859
|
};
|
|
10474
|
-
type RequestBody = MittwaldAPIV2.Components.Schemas.DnsRecordUnset | MittwaldAPIV2.Components.Schemas.DnsCombinedACustom | MittwaldAPIV2.Components.Schemas.DnsRecordMXCustom | MittwaldAPIV2.Components.Schemas.DnsRecordTXTComponent | MittwaldAPIV2.Components.Schemas.DnsRecordSRVComponent | MittwaldAPIV2.Components.Schemas.DnsRecordCNAMEComponent;
|
|
10475
10860
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10476
10861
|
type Query = {};
|
|
10477
10862
|
}
|
|
10478
10863
|
namespace Responses {
|
|
10479
|
-
namespace $
|
|
10864
|
+
namespace $200 {
|
|
10480
10865
|
namespace Content {
|
|
10481
|
-
type
|
|
10866
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DnsZone;
|
|
10482
10867
|
}
|
|
10483
10868
|
}
|
|
10484
10869
|
namespace $400 {
|
|
@@ -10504,19 +10889,16 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10504
10889
|
}
|
|
10505
10890
|
}
|
|
10506
10891
|
}
|
|
10507
|
-
}
|
|
10508
|
-
namespace V2DomainsDomainIdDeclarations { }
|
|
10509
|
-
namespace V2DomainsDomainIdDeclaration {
|
|
10510
10892
|
namespace Delete {
|
|
10511
10893
|
namespace Parameters {
|
|
10512
10894
|
type Path = {
|
|
10513
|
-
|
|
10895
|
+
dnsZoneId: string;
|
|
10514
10896
|
};
|
|
10515
10897
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10516
10898
|
type Query = {};
|
|
10517
10899
|
}
|
|
10518
10900
|
namespace Responses {
|
|
10519
|
-
namespace $
|
|
10901
|
+
namespace $200 {
|
|
10520
10902
|
namespace Content {
|
|
10521
10903
|
type Empty = unknown;
|
|
10522
10904
|
}
|
|
@@ -10528,7 +10910,40 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10528
10910
|
}
|
|
10529
10911
|
}
|
|
10530
10912
|
}
|
|
10531
|
-
namespace $
|
|
10913
|
+
namespace $429 {
|
|
10914
|
+
namespace Content {
|
|
10915
|
+
interface ApplicationJson {
|
|
10916
|
+
[k: string]: unknown;
|
|
10917
|
+
}
|
|
10918
|
+
}
|
|
10919
|
+
}
|
|
10920
|
+
namespace Default {
|
|
10921
|
+
namespace Content {
|
|
10922
|
+
interface ApplicationJson {
|
|
10923
|
+
[k: string]: unknown;
|
|
10924
|
+
}
|
|
10925
|
+
}
|
|
10926
|
+
}
|
|
10927
|
+
}
|
|
10928
|
+
}
|
|
10929
|
+
}
|
|
10930
|
+
namespace V2ProjectsProjectIdDnsZones { }
|
|
10931
|
+
namespace V2ProjectsProjectIdDnsZones {
|
|
10932
|
+
namespace Get {
|
|
10933
|
+
namespace Parameters {
|
|
10934
|
+
type Path = {
|
|
10935
|
+
projectId: string;
|
|
10936
|
+
};
|
|
10937
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10938
|
+
type Query = {};
|
|
10939
|
+
}
|
|
10940
|
+
namespace Responses {
|
|
10941
|
+
namespace $200 {
|
|
10942
|
+
namespace Content {
|
|
10943
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DnsZone[];
|
|
10944
|
+
}
|
|
10945
|
+
}
|
|
10946
|
+
namespace $400 {
|
|
10532
10947
|
namespace Content {
|
|
10533
10948
|
interface ApplicationJson {
|
|
10534
10949
|
[k: string]: unknown;
|
|
@@ -10552,24 +10967,30 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10552
10967
|
}
|
|
10553
10968
|
}
|
|
10554
10969
|
}
|
|
10555
|
-
namespace
|
|
10556
|
-
namespace
|
|
10557
|
-
namespace
|
|
10970
|
+
namespace V2DnsZonesZoneIdRecordsetAcombinedCustom { }
|
|
10971
|
+
namespace V2DnsZonesZoneIdRecordsetAcombinedManagedIngress { }
|
|
10972
|
+
namespace V2DnsZonesZoneIdRecordsetCname { }
|
|
10973
|
+
namespace V2DnsZonesZoneIdRecordsetMxCustom { }
|
|
10974
|
+
namespace V2DnsZonesZoneIdRecordsetMxManaged { }
|
|
10975
|
+
namespace V2DnsZonesZoneIdRecordsetSrv { }
|
|
10976
|
+
namespace V2DnsZonesZoneIdRecordsetTxt { }
|
|
10977
|
+
namespace V2DnsZonesDnsZoneIdRecordSetsRecordSetActionsSetManaged {
|
|
10558
10978
|
namespace Post {
|
|
10559
10979
|
namespace Parameters {
|
|
10560
|
-
type Path = {
|
|
10980
|
+
type Path = {
|
|
10981
|
+
dnsZoneId: string;
|
|
10982
|
+
recordSet: "a" | "mx";
|
|
10983
|
+
};
|
|
10561
10984
|
interface RequestBody {
|
|
10562
|
-
domain: string;
|
|
10563
10985
|
}
|
|
10564
|
-
type Header = {};
|
|
10986
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10565
10987
|
type Query = {};
|
|
10566
10988
|
}
|
|
10567
10989
|
namespace Responses {
|
|
10568
|
-
namespace $
|
|
10990
|
+
namespace $204 {
|
|
10569
10991
|
namespace Content {
|
|
10570
10992
|
interface ApplicationJson {
|
|
10571
|
-
|
|
10572
|
-
registrable: boolean;
|
|
10993
|
+
ingressId?: string;
|
|
10573
10994
|
}
|
|
10574
10995
|
}
|
|
10575
10996
|
}
|
|
@@ -10597,23 +11018,61 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10597
11018
|
}
|
|
10598
11019
|
}
|
|
10599
11020
|
}
|
|
10600
|
-
namespace
|
|
10601
|
-
namespace
|
|
11021
|
+
namespace V2DnsZonesDnsZoneIdRecordSetsRecordSet {
|
|
11022
|
+
namespace Put {
|
|
10602
11023
|
namespace Parameters {
|
|
10603
|
-
type Path = {
|
|
11024
|
+
type Path = {
|
|
11025
|
+
dnsZoneId: string;
|
|
11026
|
+
recordSet: "a" | "mx" | "txt" | "srv" | "cname";
|
|
11027
|
+
};
|
|
11028
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.DnsRecordUnset | MittwaldAPIV2.Components.Schemas.DnsCombinedACustom | MittwaldAPIV2.Components.Schemas.DnsRecordMXCustom | MittwaldAPIV2.Components.Schemas.DnsRecordTXTComponent | MittwaldAPIV2.Components.Schemas.DnsRecordSRVComponent | MittwaldAPIV2.Components.Schemas.DnsRecordCNAMEComponent;
|
|
10604
11029
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10605
|
-
type Query = {
|
|
10606
|
-
|
|
10607
|
-
|
|
10608
|
-
|
|
10609
|
-
|
|
10610
|
-
|
|
11030
|
+
type Query = {};
|
|
11031
|
+
}
|
|
11032
|
+
namespace Responses {
|
|
11033
|
+
namespace $204 {
|
|
11034
|
+
namespace Content {
|
|
11035
|
+
type Empty = unknown;
|
|
11036
|
+
}
|
|
11037
|
+
}
|
|
11038
|
+
namespace $400 {
|
|
11039
|
+
namespace Content {
|
|
11040
|
+
interface ApplicationJson {
|
|
11041
|
+
[k: string]: unknown;
|
|
11042
|
+
}
|
|
11043
|
+
}
|
|
11044
|
+
}
|
|
11045
|
+
namespace $429 {
|
|
11046
|
+
namespace Content {
|
|
11047
|
+
interface ApplicationJson {
|
|
11048
|
+
[k: string]: unknown;
|
|
11049
|
+
}
|
|
11050
|
+
}
|
|
11051
|
+
}
|
|
11052
|
+
namespace Default {
|
|
11053
|
+
namespace Content {
|
|
11054
|
+
interface ApplicationJson {
|
|
11055
|
+
[k: string]: unknown;
|
|
11056
|
+
}
|
|
11057
|
+
}
|
|
11058
|
+
}
|
|
11059
|
+
}
|
|
11060
|
+
}
|
|
11061
|
+
}
|
|
11062
|
+
namespace V2DomainsDomainIdDeclarations { }
|
|
11063
|
+
namespace V2DomainsDomainIdDeclaration {
|
|
11064
|
+
namespace Delete {
|
|
11065
|
+
namespace Parameters {
|
|
11066
|
+
type Path = {
|
|
11067
|
+
domainId: string;
|
|
10611
11068
|
};
|
|
11069
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
11070
|
+
type Query = {};
|
|
10612
11071
|
}
|
|
10613
11072
|
namespace Responses {
|
|
10614
|
-
namespace $
|
|
11073
|
+
namespace $204 {
|
|
10615
11074
|
namespace Content {
|
|
10616
|
-
type
|
|
11075
|
+
type Empty = unknown;
|
|
10617
11076
|
}
|
|
10618
11077
|
}
|
|
10619
11078
|
namespace $400 {
|
|
@@ -10623,6 +11082,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10623
11082
|
}
|
|
10624
11083
|
}
|
|
10625
11084
|
}
|
|
11085
|
+
namespace $404 {
|
|
11086
|
+
namespace Content {
|
|
11087
|
+
interface ApplicationJson {
|
|
11088
|
+
[k: string]: unknown;
|
|
11089
|
+
}
|
|
11090
|
+
}
|
|
11091
|
+
}
|
|
10626
11092
|
namespace $429 {
|
|
10627
11093
|
namespace Content {
|
|
10628
11094
|
interface ApplicationJson {
|
|
@@ -10640,12 +11106,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10640
11106
|
}
|
|
10641
11107
|
}
|
|
10642
11108
|
}
|
|
10643
|
-
namespace
|
|
11109
|
+
namespace V2DomainRegistrable {
|
|
10644
11110
|
namespace Post {
|
|
10645
11111
|
namespace Parameters {
|
|
10646
11112
|
type Path = {};
|
|
10647
11113
|
interface RequestBody {
|
|
10648
|
-
authCode?: string;
|
|
10649
11114
|
domain: string;
|
|
10650
11115
|
}
|
|
10651
11116
|
type Header = {};
|
|
@@ -10655,7 +11120,8 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10655
11120
|
namespace $200 {
|
|
10656
11121
|
namespace Content {
|
|
10657
11122
|
interface ApplicationJson {
|
|
10658
|
-
|
|
11123
|
+
isPremium: boolean;
|
|
11124
|
+
registrable: boolean;
|
|
10659
11125
|
}
|
|
10660
11126
|
}
|
|
10661
11127
|
}
|
|
@@ -10683,32 +11149,26 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10683
11149
|
}
|
|
10684
11150
|
}
|
|
10685
11151
|
}
|
|
10686
|
-
namespace
|
|
10687
|
-
namespace V2DomainsDomainIdActionsAuthCode {
|
|
11152
|
+
namespace V2DomainTransferable {
|
|
10688
11153
|
namespace Post {
|
|
10689
11154
|
namespace Parameters {
|
|
10690
|
-
type Path = {
|
|
10691
|
-
|
|
10692
|
-
|
|
10693
|
-
|
|
11155
|
+
type Path = {};
|
|
11156
|
+
interface RequestBody {
|
|
11157
|
+
authCode?: string;
|
|
11158
|
+
domain: string;
|
|
11159
|
+
}
|
|
11160
|
+
type Header = {};
|
|
10694
11161
|
type Query = {};
|
|
10695
11162
|
}
|
|
10696
11163
|
namespace Responses {
|
|
10697
|
-
namespace $
|
|
10698
|
-
namespace Content {
|
|
10699
|
-
interface ApplicationJson {
|
|
10700
|
-
authCode: string;
|
|
10701
|
-
}
|
|
10702
|
-
}
|
|
10703
|
-
}
|
|
10704
|
-
namespace $400 {
|
|
11164
|
+
namespace $200 {
|
|
10705
11165
|
namespace Content {
|
|
10706
11166
|
interface ApplicationJson {
|
|
10707
11167
|
[k: string]: unknown;
|
|
10708
11168
|
}
|
|
10709
11169
|
}
|
|
10710
11170
|
}
|
|
10711
|
-
namespace $
|
|
11171
|
+
namespace $400 {
|
|
10712
11172
|
namespace Content {
|
|
10713
11173
|
interface ApplicationJson {
|
|
10714
11174
|
[k: string]: unknown;
|
|
@@ -10732,25 +11192,22 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10732
11192
|
}
|
|
10733
11193
|
}
|
|
10734
11194
|
}
|
|
10735
|
-
namespace
|
|
10736
|
-
|
|
11195
|
+
namespace V2DomainsDomainIdActionsCreateAuthcode { }
|
|
11196
|
+
namespace V2DomainsDomainIdActionsAuthCode {
|
|
11197
|
+
namespace Post {
|
|
10737
11198
|
namespace Parameters {
|
|
10738
11199
|
type Path = {
|
|
10739
11200
|
domainId: string;
|
|
10740
11201
|
};
|
|
10741
|
-
interface RequestBody {
|
|
10742
|
-
/**
|
|
10743
|
-
* @minItems 2
|
|
10744
|
-
*/
|
|
10745
|
-
nameservers?: [string, string, ...string[]];
|
|
10746
|
-
}
|
|
10747
11202
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10748
11203
|
type Query = {};
|
|
10749
11204
|
}
|
|
10750
11205
|
namespace Responses {
|
|
10751
|
-
namespace $
|
|
11206
|
+
namespace $201 {
|
|
10752
11207
|
namespace Content {
|
|
10753
|
-
|
|
11208
|
+
interface ApplicationJson {
|
|
11209
|
+
authCode: string;
|
|
11210
|
+
}
|
|
10754
11211
|
}
|
|
10755
11212
|
}
|
|
10756
11213
|
namespace $400 {
|
|
@@ -10784,8 +11241,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10784
11241
|
}
|
|
10785
11242
|
}
|
|
10786
11243
|
}
|
|
10787
|
-
namespace V2DomainsDomainIdDeclarationsAuthcode { }
|
|
10788
|
-
namespace V2DomainsDomainIdDeclarationsHandles { }
|
|
10789
11244
|
namespace V2DomainsDomainId {
|
|
10790
11245
|
namespace Get {
|
|
10791
11246
|
namespace Parameters {
|
|
@@ -10890,7 +11345,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10890
11345
|
}
|
|
10891
11346
|
}
|
|
10892
11347
|
}
|
|
10893
|
-
namespace V2DomainsHandleSchemaDomainName { }
|
|
10894
11348
|
namespace V2DomainsDomainIdLatestScreenshot {
|
|
10895
11349
|
namespace Get {
|
|
10896
11350
|
namespace Parameters {
|
|
@@ -10936,7 +11390,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10936
11390
|
}
|
|
10937
11391
|
}
|
|
10938
11392
|
}
|
|
10939
|
-
namespace V2ProjectsProjectIdDomains { }
|
|
10940
11393
|
namespace V2DomainTldsTldContactSchemas {
|
|
10941
11394
|
namespace Get {
|
|
10942
11395
|
namespace Parameters {
|
|
@@ -11987,257 +12440,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11987
12440
|
namespace Responses {
|
|
11988
12441
|
namespace $200 {
|
|
11989
12442
|
namespace Content {
|
|
11990
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceOwnExtension[];
|
|
11991
|
-
}
|
|
11992
|
-
}
|
|
11993
|
-
namespace $429 {
|
|
11994
|
-
namespace Content {
|
|
11995
|
-
interface ApplicationJson {
|
|
11996
|
-
[k: string]: unknown;
|
|
11997
|
-
}
|
|
11998
|
-
}
|
|
11999
|
-
}
|
|
12000
|
-
namespace Default {
|
|
12001
|
-
namespace Content {
|
|
12002
|
-
interface ApplicationJson {
|
|
12003
|
-
[k: string]: unknown;
|
|
12004
|
-
}
|
|
12005
|
-
}
|
|
12006
|
-
}
|
|
12007
|
-
}
|
|
12008
|
-
}
|
|
12009
|
-
}
|
|
12010
|
-
namespace V2Files {
|
|
12011
|
-
namespace Post {
|
|
12012
|
-
namespace Parameters {
|
|
12013
|
-
type Path = {};
|
|
12014
|
-
interface RequestBody {
|
|
12015
|
-
[k: string]: unknown;
|
|
12016
|
-
}
|
|
12017
|
-
type Header = {
|
|
12018
|
-
Token: string;
|
|
12019
|
-
};
|
|
12020
|
-
type Query = {};
|
|
12021
|
-
}
|
|
12022
|
-
namespace Responses {
|
|
12023
|
-
namespace $201 {
|
|
12024
|
-
namespace Content {
|
|
12025
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileMeta;
|
|
12026
|
-
}
|
|
12027
|
-
}
|
|
12028
|
-
namespace $400 {
|
|
12029
|
-
namespace Content {
|
|
12030
|
-
interface ApplicationJson {
|
|
12031
|
-
[k: string]: unknown;
|
|
12032
|
-
}
|
|
12033
|
-
}
|
|
12034
|
-
}
|
|
12035
|
-
namespace $401 {
|
|
12036
|
-
namespace Content {
|
|
12037
|
-
interface ApplicationJson {
|
|
12038
|
-
[k: string]: unknown;
|
|
12039
|
-
}
|
|
12040
|
-
}
|
|
12041
|
-
}
|
|
12042
|
-
namespace $406 {
|
|
12043
|
-
namespace Content {
|
|
12044
|
-
interface ApplicationJson {
|
|
12045
|
-
[k: string]: unknown;
|
|
12046
|
-
}
|
|
12047
|
-
}
|
|
12048
|
-
}
|
|
12049
|
-
namespace $422 {
|
|
12050
|
-
namespace Content {
|
|
12051
|
-
interface ApplicationJson {
|
|
12052
|
-
[k: string]: unknown;
|
|
12053
|
-
}
|
|
12054
|
-
}
|
|
12055
|
-
}
|
|
12056
|
-
namespace $429 {
|
|
12057
|
-
namespace Content {
|
|
12058
|
-
interface ApplicationJson {
|
|
12059
|
-
[k: string]: unknown;
|
|
12060
|
-
}
|
|
12061
|
-
}
|
|
12062
|
-
}
|
|
12063
|
-
namespace $500 {
|
|
12064
|
-
namespace Content {
|
|
12065
|
-
interface ApplicationJson {
|
|
12066
|
-
[k: string]: unknown;
|
|
12067
|
-
}
|
|
12068
|
-
}
|
|
12069
|
-
}
|
|
12070
|
-
namespace Default {
|
|
12071
|
-
namespace Content {
|
|
12072
|
-
interface ApplicationJson {
|
|
12073
|
-
[k: string]: unknown;
|
|
12074
|
-
}
|
|
12075
|
-
}
|
|
12076
|
-
}
|
|
12077
|
-
}
|
|
12078
|
-
}
|
|
12079
|
-
}
|
|
12080
|
-
namespace V2FilesFileIdMeta {
|
|
12081
|
-
namespace Get {
|
|
12082
|
-
namespace Parameters {
|
|
12083
|
-
type Path = {
|
|
12084
|
-
fileId: string;
|
|
12085
|
-
};
|
|
12086
|
-
type Header = {
|
|
12087
|
-
Token?: string;
|
|
12088
|
-
};
|
|
12089
|
-
type Query = {
|
|
12090
|
-
token?: string;
|
|
12091
|
-
};
|
|
12092
|
-
}
|
|
12093
|
-
namespace Responses {
|
|
12094
|
-
namespace $200 {
|
|
12095
|
-
namespace Content {
|
|
12096
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileMeta;
|
|
12097
|
-
}
|
|
12098
|
-
}
|
|
12099
|
-
namespace $400 {
|
|
12100
|
-
namespace Content {
|
|
12101
|
-
interface ApplicationJson {
|
|
12102
|
-
[k: string]: unknown;
|
|
12103
|
-
}
|
|
12104
|
-
}
|
|
12105
|
-
}
|
|
12106
|
-
namespace $401 {
|
|
12107
|
-
namespace Content {
|
|
12108
|
-
interface ApplicationJson {
|
|
12109
|
-
[k: string]: unknown;
|
|
12110
|
-
}
|
|
12111
|
-
}
|
|
12112
|
-
}
|
|
12113
|
-
namespace $403 {
|
|
12114
|
-
namespace Content {
|
|
12115
|
-
interface ApplicationJson {
|
|
12116
|
-
[k: string]: unknown;
|
|
12117
|
-
}
|
|
12118
|
-
}
|
|
12119
|
-
}
|
|
12120
|
-
namespace $404 {
|
|
12121
|
-
namespace Content {
|
|
12122
|
-
interface ApplicationJson {
|
|
12123
|
-
[k: string]: unknown;
|
|
12124
|
-
}
|
|
12125
|
-
}
|
|
12126
|
-
}
|
|
12127
|
-
namespace $422 {
|
|
12128
|
-
namespace Content {
|
|
12129
|
-
interface ApplicationJson {
|
|
12130
|
-
[k: string]: unknown;
|
|
12131
|
-
}
|
|
12132
|
-
}
|
|
12133
|
-
}
|
|
12134
|
-
namespace $429 {
|
|
12135
|
-
namespace Content {
|
|
12136
|
-
interface ApplicationJson {
|
|
12137
|
-
[k: string]: unknown;
|
|
12138
|
-
}
|
|
12139
|
-
}
|
|
12140
|
-
}
|
|
12141
|
-
namespace $500 {
|
|
12142
|
-
namespace Content {
|
|
12143
|
-
interface ApplicationJson {
|
|
12144
|
-
[k: string]: unknown;
|
|
12145
|
-
}
|
|
12146
|
-
}
|
|
12147
|
-
}
|
|
12148
|
-
namespace Default {
|
|
12149
|
-
namespace Content {
|
|
12150
|
-
interface ApplicationJson {
|
|
12151
|
-
[k: string]: unknown;
|
|
12152
|
-
}
|
|
12153
|
-
}
|
|
12154
|
-
}
|
|
12155
|
-
}
|
|
12156
|
-
}
|
|
12157
|
-
}
|
|
12158
|
-
namespace V2FileUploadTokensFileUploadTokenRules {
|
|
12159
|
-
namespace Get {
|
|
12160
|
-
namespace Parameters {
|
|
12161
|
-
type Path = {
|
|
12162
|
-
fileUploadToken: string;
|
|
12163
|
-
};
|
|
12164
|
-
type Header = {};
|
|
12165
|
-
type Query = {};
|
|
12166
|
-
}
|
|
12167
|
-
namespace Responses {
|
|
12168
|
-
namespace $200 {
|
|
12169
|
-
namespace Content {
|
|
12170
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
|
|
12171
|
-
}
|
|
12172
|
-
}
|
|
12173
|
-
namespace $400 {
|
|
12174
|
-
namespace Content {
|
|
12175
|
-
interface ApplicationJson {
|
|
12176
|
-
[k: string]: unknown;
|
|
12177
|
-
}
|
|
12178
|
-
}
|
|
12179
|
-
}
|
|
12180
|
-
namespace $404 {
|
|
12181
|
-
namespace Content {
|
|
12182
|
-
interface ApplicationJson {
|
|
12183
|
-
[k: string]: unknown;
|
|
12184
|
-
}
|
|
12185
|
-
}
|
|
12186
|
-
}
|
|
12187
|
-
namespace $429 {
|
|
12188
|
-
namespace Content {
|
|
12189
|
-
interface ApplicationJson {
|
|
12190
|
-
[k: string]: unknown;
|
|
12191
|
-
}
|
|
12192
|
-
}
|
|
12193
|
-
}
|
|
12194
|
-
namespace $500 {
|
|
12195
|
-
namespace Content {
|
|
12196
|
-
interface ApplicationJson {
|
|
12197
|
-
[k: string]: unknown;
|
|
12198
|
-
}
|
|
12199
|
-
}
|
|
12200
|
-
}
|
|
12201
|
-
namespace Default {
|
|
12202
|
-
namespace Content {
|
|
12203
|
-
interface ApplicationJson {
|
|
12204
|
-
[k: string]: unknown;
|
|
12205
|
-
}
|
|
12206
|
-
}
|
|
12207
|
-
}
|
|
12208
|
-
}
|
|
12209
|
-
}
|
|
12210
|
-
}
|
|
12211
|
-
namespace V2FileUploadTypesFileUploadTypeRules {
|
|
12212
|
-
namespace Get {
|
|
12213
|
-
namespace Parameters {
|
|
12214
|
-
type Path = {
|
|
12215
|
-
fileUploadType: "avatar" | "conversation";
|
|
12216
|
-
};
|
|
12217
|
-
type Header = {};
|
|
12218
|
-
type Query = {};
|
|
12219
|
-
}
|
|
12220
|
-
namespace Responses {
|
|
12221
|
-
namespace $200 {
|
|
12222
|
-
namespace Content {
|
|
12223
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
|
|
12224
|
-
}
|
|
12225
|
-
}
|
|
12226
|
-
namespace $400 {
|
|
12227
|
-
namespace Content {
|
|
12228
|
-
interface ApplicationJson {
|
|
12229
|
-
[k: string]: unknown;
|
|
12230
|
-
}
|
|
12231
|
-
}
|
|
12232
|
-
}
|
|
12233
|
-
namespace $404 {
|
|
12234
|
-
namespace Content {
|
|
12235
|
-
interface ApplicationJson {
|
|
12236
|
-
[k: string]: unknown;
|
|
12237
|
-
}
|
|
12443
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceOwnExtension[];
|
|
12238
12444
|
}
|
|
12239
12445
|
}
|
|
12240
|
-
namespace $
|
|
12446
|
+
namespace $429 {
|
|
12241
12447
|
namespace Content {
|
|
12242
12448
|
interface ApplicationJson {
|
|
12243
12449
|
[k: string]: unknown;
|
|
@@ -12254,28 +12460,22 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12254
12460
|
}
|
|
12255
12461
|
}
|
|
12256
12462
|
}
|
|
12257
|
-
namespace
|
|
12258
|
-
namespace
|
|
12463
|
+
namespace V2Files {
|
|
12464
|
+
namespace Post {
|
|
12259
12465
|
namespace Parameters {
|
|
12260
|
-
type Path = {
|
|
12261
|
-
|
|
12262
|
-
|
|
12466
|
+
type Path = {};
|
|
12467
|
+
interface RequestBody {
|
|
12468
|
+
[k: string]: unknown;
|
|
12469
|
+
}
|
|
12263
12470
|
type Header = {
|
|
12264
|
-
|
|
12265
|
-
"Content-Disposition"?: "inline" | "attachment";
|
|
12266
|
-
Token?: string;
|
|
12267
|
-
};
|
|
12268
|
-
type Query = {
|
|
12269
|
-
accept?: "application/octet-stream" | "text/plain;base64";
|
|
12270
|
-
"content-disposition"?: "inline" | "attachment";
|
|
12271
|
-
token?: string;
|
|
12471
|
+
Token: string;
|
|
12272
12472
|
};
|
|
12473
|
+
type Query = {};
|
|
12273
12474
|
}
|
|
12274
12475
|
namespace Responses {
|
|
12275
|
-
namespace $
|
|
12476
|
+
namespace $201 {
|
|
12276
12477
|
namespace Content {
|
|
12277
|
-
type
|
|
12278
|
-
type TextPlainBase64 = string;
|
|
12478
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileMeta;
|
|
12279
12479
|
}
|
|
12280
12480
|
}
|
|
12281
12481
|
namespace $400 {
|
|
@@ -12292,14 +12492,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12292
12492
|
}
|
|
12293
12493
|
}
|
|
12294
12494
|
}
|
|
12295
|
-
namespace $
|
|
12296
|
-
namespace Content {
|
|
12297
|
-
interface ApplicationJson {
|
|
12298
|
-
[k: string]: unknown;
|
|
12299
|
-
}
|
|
12300
|
-
}
|
|
12301
|
-
}
|
|
12302
|
-
namespace $404 {
|
|
12495
|
+
namespace $406 {
|
|
12303
12496
|
namespace Content {
|
|
12304
12497
|
interface ApplicationJson {
|
|
12305
12498
|
[k: string]: unknown;
|
|
@@ -12337,29 +12530,23 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12337
12530
|
}
|
|
12338
12531
|
}
|
|
12339
12532
|
}
|
|
12340
|
-
namespace
|
|
12533
|
+
namespace V2FilesFileIdMeta {
|
|
12341
12534
|
namespace Get {
|
|
12342
12535
|
namespace Parameters {
|
|
12343
12536
|
type Path = {
|
|
12344
12537
|
fileId: string;
|
|
12345
|
-
fileName: string;
|
|
12346
12538
|
};
|
|
12347
12539
|
type Header = {
|
|
12348
|
-
Accept?: "application/octet-stream" | "text/plain;base64";
|
|
12349
|
-
"Content-Disposition"?: "inline" | "attachment";
|
|
12350
12540
|
Token?: string;
|
|
12351
12541
|
};
|
|
12352
12542
|
type Query = {
|
|
12353
|
-
accept?: "application/octet-stream" | "text/plain;base64";
|
|
12354
|
-
"content-disposition"?: "inline" | "attachment";
|
|
12355
12543
|
token?: string;
|
|
12356
12544
|
};
|
|
12357
12545
|
}
|
|
12358
12546
|
namespace Responses {
|
|
12359
12547
|
namespace $200 {
|
|
12360
12548
|
namespace Content {
|
|
12361
|
-
type
|
|
12362
|
-
type TextPlainBase64 = string;
|
|
12549
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileMeta;
|
|
12363
12550
|
}
|
|
12364
12551
|
}
|
|
12365
12552
|
namespace $400 {
|
|
@@ -12421,79 +12608,43 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12421
12608
|
}
|
|
12422
12609
|
}
|
|
12423
12610
|
}
|
|
12424
|
-
namespace
|
|
12611
|
+
namespace V2FileUploadTokensFileUploadTokenRules {
|
|
12425
12612
|
namespace Get {
|
|
12426
12613
|
namespace Parameters {
|
|
12427
|
-
type Path = {
|
|
12428
|
-
|
|
12429
|
-
type Query = {
|
|
12430
|
-
projectId?: string;
|
|
12431
|
-
certificateId?: string;
|
|
12432
|
-
limit?: number;
|
|
12433
|
-
skip?: number;
|
|
12434
|
-
page?: number;
|
|
12614
|
+
type Path = {
|
|
12615
|
+
fileUploadToken: string;
|
|
12435
12616
|
};
|
|
12617
|
+
type Header = {};
|
|
12618
|
+
type Query = {};
|
|
12436
12619
|
}
|
|
12437
12620
|
namespace Responses {
|
|
12438
12621
|
namespace $200 {
|
|
12439
12622
|
namespace Content {
|
|
12440
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
12441
|
-
}
|
|
12442
|
-
}
|
|
12443
|
-
namespace $404 {
|
|
12444
|
-
namespace Content {
|
|
12445
|
-
interface ApplicationJson {
|
|
12446
|
-
[k: string]: unknown;
|
|
12447
|
-
}
|
|
12623
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
|
|
12448
12624
|
}
|
|
12449
12625
|
}
|
|
12450
|
-
namespace $
|
|
12626
|
+
namespace $400 {
|
|
12451
12627
|
namespace Content {
|
|
12452
12628
|
interface ApplicationJson {
|
|
12453
12629
|
[k: string]: unknown;
|
|
12454
12630
|
}
|
|
12455
12631
|
}
|
|
12456
12632
|
}
|
|
12457
|
-
namespace
|
|
12633
|
+
namespace $404 {
|
|
12458
12634
|
namespace Content {
|
|
12459
12635
|
interface ApplicationJson {
|
|
12460
12636
|
[k: string]: unknown;
|
|
12461
12637
|
}
|
|
12462
12638
|
}
|
|
12463
12639
|
}
|
|
12464
|
-
|
|
12465
|
-
}
|
|
12466
|
-
namespace Post {
|
|
12467
|
-
namespace Parameters {
|
|
12468
|
-
type Path = {};
|
|
12469
|
-
interface RequestBody {
|
|
12470
|
-
hostname: string;
|
|
12471
|
-
/**
|
|
12472
|
-
* A list of paths. The default path `/` is always present and cannot be removed.
|
|
12473
|
-
*/
|
|
12474
|
-
paths: MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
12475
|
-
projectId: string;
|
|
12476
|
-
}
|
|
12477
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12478
|
-
type Query = {};
|
|
12479
|
-
}
|
|
12480
|
-
namespace Responses {
|
|
12481
|
-
namespace $201 {
|
|
12482
|
-
namespace Content {
|
|
12483
|
-
interface ApplicationJson {
|
|
12484
|
-
id: string;
|
|
12485
|
-
ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
|
|
12486
|
-
}
|
|
12487
|
-
}
|
|
12488
|
-
}
|
|
12489
|
-
namespace $404 {
|
|
12640
|
+
namespace $429 {
|
|
12490
12641
|
namespace Content {
|
|
12491
12642
|
interface ApplicationJson {
|
|
12492
12643
|
[k: string]: unknown;
|
|
12493
12644
|
}
|
|
12494
12645
|
}
|
|
12495
12646
|
}
|
|
12496
|
-
namespace $
|
|
12647
|
+
namespace $500 {
|
|
12497
12648
|
namespace Content {
|
|
12498
12649
|
interface ApplicationJson {
|
|
12499
12650
|
[k: string]: unknown;
|
|
@@ -12510,19 +12661,26 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12510
12661
|
}
|
|
12511
12662
|
}
|
|
12512
12663
|
}
|
|
12513
|
-
namespace
|
|
12664
|
+
namespace V2FileUploadTypesFileUploadTypeRules {
|
|
12514
12665
|
namespace Get {
|
|
12515
12666
|
namespace Parameters {
|
|
12516
12667
|
type Path = {
|
|
12517
|
-
|
|
12668
|
+
fileUploadType: "avatar" | "conversation";
|
|
12518
12669
|
};
|
|
12519
|
-
type Header = {}
|
|
12670
|
+
type Header = {};
|
|
12520
12671
|
type Query = {};
|
|
12521
12672
|
}
|
|
12522
12673
|
namespace Responses {
|
|
12523
12674
|
namespace $200 {
|
|
12524
12675
|
namespace Content {
|
|
12525
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
12676
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
|
|
12677
|
+
}
|
|
12678
|
+
}
|
|
12679
|
+
namespace $400 {
|
|
12680
|
+
namespace Content {
|
|
12681
|
+
interface ApplicationJson {
|
|
12682
|
+
[k: string]: unknown;
|
|
12683
|
+
}
|
|
12526
12684
|
}
|
|
12527
12685
|
}
|
|
12528
12686
|
namespace $404 {
|
|
@@ -12532,7 +12690,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12532
12690
|
}
|
|
12533
12691
|
}
|
|
12534
12692
|
}
|
|
12535
|
-
namespace $
|
|
12693
|
+
namespace $500 {
|
|
12536
12694
|
namespace Content {
|
|
12537
12695
|
interface ApplicationJson {
|
|
12538
12696
|
[k: string]: unknown;
|
|
@@ -12548,82 +12706,74 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12548
12706
|
}
|
|
12549
12707
|
}
|
|
12550
12708
|
}
|
|
12551
|
-
|
|
12709
|
+
}
|
|
12710
|
+
namespace V2FilesFileId {
|
|
12711
|
+
namespace Get {
|
|
12552
12712
|
namespace Parameters {
|
|
12553
12713
|
type Path = {
|
|
12554
|
-
|
|
12714
|
+
fileId: string;
|
|
12715
|
+
};
|
|
12716
|
+
type Header = {
|
|
12717
|
+
Accept?: "application/octet-stream" | "text/plain;base64";
|
|
12718
|
+
"Content-Disposition"?: "inline" | "attachment";
|
|
12719
|
+
Token?: string;
|
|
12720
|
+
};
|
|
12721
|
+
type Query = {
|
|
12722
|
+
accept?: "application/octet-stream" | "text/plain;base64";
|
|
12723
|
+
"content-disposition"?: "inline" | "attachment";
|
|
12724
|
+
token?: string;
|
|
12555
12725
|
};
|
|
12556
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12557
|
-
type Query = {};
|
|
12558
12726
|
}
|
|
12559
12727
|
namespace Responses {
|
|
12560
|
-
namespace $
|
|
12728
|
+
namespace $200 {
|
|
12561
12729
|
namespace Content {
|
|
12562
|
-
type
|
|
12730
|
+
type ApplicationOctetStream = string;
|
|
12731
|
+
type TextPlainBase64 = string;
|
|
12563
12732
|
}
|
|
12564
12733
|
}
|
|
12565
|
-
namespace $
|
|
12734
|
+
namespace $400 {
|
|
12566
12735
|
namespace Content {
|
|
12567
12736
|
interface ApplicationJson {
|
|
12568
12737
|
[k: string]: unknown;
|
|
12569
12738
|
}
|
|
12570
12739
|
}
|
|
12571
12740
|
}
|
|
12572
|
-
namespace $
|
|
12741
|
+
namespace $401 {
|
|
12573
12742
|
namespace Content {
|
|
12574
12743
|
interface ApplicationJson {
|
|
12575
12744
|
[k: string]: unknown;
|
|
12576
12745
|
}
|
|
12577
12746
|
}
|
|
12578
12747
|
}
|
|
12579
|
-
namespace
|
|
12748
|
+
namespace $403 {
|
|
12580
12749
|
namespace Content {
|
|
12581
12750
|
interface ApplicationJson {
|
|
12582
12751
|
[k: string]: unknown;
|
|
12583
12752
|
}
|
|
12584
12753
|
}
|
|
12585
12754
|
}
|
|
12586
|
-
|
|
12587
|
-
}
|
|
12588
|
-
}
|
|
12589
|
-
namespace V2IngressesIngressIdActionsVerifyOwnership {
|
|
12590
|
-
namespace Post {
|
|
12591
|
-
namespace Parameters {
|
|
12592
|
-
type Path = {
|
|
12593
|
-
ingressId: string;
|
|
12594
|
-
};
|
|
12595
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12596
|
-
type Query = {};
|
|
12597
|
-
}
|
|
12598
|
-
namespace Responses {
|
|
12599
|
-
namespace $200 {
|
|
12600
|
-
namespace Content {
|
|
12601
|
-
interface ApplicationJson {
|
|
12602
|
-
}
|
|
12603
|
-
}
|
|
12604
|
-
}
|
|
12605
|
-
namespace $400 {
|
|
12755
|
+
namespace $404 {
|
|
12606
12756
|
namespace Content {
|
|
12607
12757
|
interface ApplicationJson {
|
|
12608
12758
|
[k: string]: unknown;
|
|
12609
12759
|
}
|
|
12610
12760
|
}
|
|
12611
12761
|
}
|
|
12612
|
-
namespace $
|
|
12762
|
+
namespace $422 {
|
|
12613
12763
|
namespace Content {
|
|
12614
12764
|
interface ApplicationJson {
|
|
12615
12765
|
[k: string]: unknown;
|
|
12616
12766
|
}
|
|
12617
12767
|
}
|
|
12618
12768
|
}
|
|
12619
|
-
namespace $
|
|
12769
|
+
namespace $429 {
|
|
12620
12770
|
namespace Content {
|
|
12621
12771
|
interface ApplicationJson {
|
|
12622
12772
|
[k: string]: unknown;
|
|
12623
12773
|
}
|
|
12624
12774
|
}
|
|
12625
12775
|
}
|
|
12626
|
-
namespace $
|
|
12776
|
+
namespace $500 {
|
|
12627
12777
|
namespace Content {
|
|
12628
12778
|
interface ApplicationJson {
|
|
12629
12779
|
[k: string]: unknown;
|
|
@@ -12640,28 +12790,29 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12640
12790
|
}
|
|
12641
12791
|
}
|
|
12642
12792
|
}
|
|
12643
|
-
namespace
|
|
12644
|
-
namespace
|
|
12793
|
+
namespace V2FilesFileIdFileName {
|
|
12794
|
+
namespace Get {
|
|
12645
12795
|
namespace Parameters {
|
|
12646
|
-
type Path = {
|
|
12647
|
-
|
|
12648
|
-
|
|
12649
|
-
|
|
12650
|
-
|
|
12651
|
-
|
|
12652
|
-
|
|
12653
|
-
|
|
12654
|
-
|
|
12655
|
-
|
|
12656
|
-
|
|
12657
|
-
|
|
12658
|
-
|
|
12659
|
-
|
|
12796
|
+
type Path = {
|
|
12797
|
+
fileId: string;
|
|
12798
|
+
fileName: string;
|
|
12799
|
+
};
|
|
12800
|
+
type Header = {
|
|
12801
|
+
Accept?: "application/octet-stream" | "text/plain;base64";
|
|
12802
|
+
"Content-Disposition"?: "inline" | "attachment";
|
|
12803
|
+
Token?: string;
|
|
12804
|
+
};
|
|
12805
|
+
type Query = {
|
|
12806
|
+
accept?: "application/octet-stream" | "text/plain;base64";
|
|
12807
|
+
"content-disposition"?: "inline" | "attachment";
|
|
12808
|
+
token?: string;
|
|
12809
|
+
};
|
|
12660
12810
|
}
|
|
12661
12811
|
namespace Responses {
|
|
12662
12812
|
namespace $200 {
|
|
12663
12813
|
namespace Content {
|
|
12664
|
-
type
|
|
12814
|
+
type ApplicationOctetStream = string;
|
|
12815
|
+
type TextPlainBase64 = string;
|
|
12665
12816
|
}
|
|
12666
12817
|
}
|
|
12667
12818
|
namespace $400 {
|
|
@@ -12671,55 +12822,42 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12671
12822
|
}
|
|
12672
12823
|
}
|
|
12673
12824
|
}
|
|
12674
|
-
namespace $
|
|
12825
|
+
namespace $401 {
|
|
12675
12826
|
namespace Content {
|
|
12676
12827
|
interface ApplicationJson {
|
|
12677
12828
|
[k: string]: unknown;
|
|
12678
12829
|
}
|
|
12679
12830
|
}
|
|
12680
12831
|
}
|
|
12681
|
-
namespace $
|
|
12832
|
+
namespace $403 {
|
|
12682
12833
|
namespace Content {
|
|
12683
12834
|
interface ApplicationJson {
|
|
12684
12835
|
[k: string]: unknown;
|
|
12685
12836
|
}
|
|
12686
12837
|
}
|
|
12687
12838
|
}
|
|
12688
|
-
namespace
|
|
12839
|
+
namespace $404 {
|
|
12689
12840
|
namespace Content {
|
|
12690
12841
|
interface ApplicationJson {
|
|
12691
12842
|
[k: string]: unknown;
|
|
12692
12843
|
}
|
|
12693
12844
|
}
|
|
12694
12845
|
}
|
|
12695
|
-
|
|
12696
|
-
}
|
|
12697
|
-
}
|
|
12698
|
-
namespace V2ProjectsProjectIdIngresses { }
|
|
12699
|
-
namespace V2IngressesIngressIdPaths {
|
|
12700
|
-
namespace Patch {
|
|
12701
|
-
namespace Parameters {
|
|
12702
|
-
type Path = {
|
|
12703
|
-
ingressId: string;
|
|
12704
|
-
};
|
|
12705
|
-
type RequestBody = MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
12706
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12707
|
-
type Query = {};
|
|
12708
|
-
}
|
|
12709
|
-
namespace Responses {
|
|
12710
|
-
namespace $204 {
|
|
12846
|
+
namespace $422 {
|
|
12711
12847
|
namespace Content {
|
|
12712
|
-
|
|
12848
|
+
interface ApplicationJson {
|
|
12849
|
+
[k: string]: unknown;
|
|
12850
|
+
}
|
|
12713
12851
|
}
|
|
12714
12852
|
}
|
|
12715
|
-
namespace $
|
|
12853
|
+
namespace $429 {
|
|
12716
12854
|
namespace Content {
|
|
12717
12855
|
interface ApplicationJson {
|
|
12718
12856
|
[k: string]: unknown;
|
|
12719
12857
|
}
|
|
12720
12858
|
}
|
|
12721
12859
|
}
|
|
12722
|
-
namespace $
|
|
12860
|
+
namespace $500 {
|
|
12723
12861
|
namespace Content {
|
|
12724
12862
|
interface ApplicationJson {
|
|
12725
12863
|
[k: string]: unknown;
|
|
@@ -12736,26 +12874,23 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12736
12874
|
}
|
|
12737
12875
|
}
|
|
12738
12876
|
}
|
|
12739
|
-
namespace
|
|
12740
|
-
namespace
|
|
12877
|
+
namespace V2Ingresses {
|
|
12878
|
+
namespace Get {
|
|
12741
12879
|
namespace Parameters {
|
|
12742
|
-
type Path = {
|
|
12743
|
-
|
|
12880
|
+
type Path = {};
|
|
12881
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12882
|
+
type Query = {
|
|
12883
|
+
projectId?: string;
|
|
12884
|
+
certificateId?: string;
|
|
12885
|
+
limit?: number;
|
|
12886
|
+
skip?: number;
|
|
12887
|
+
page?: number;
|
|
12744
12888
|
};
|
|
12745
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12746
|
-
type Query = {};
|
|
12747
12889
|
}
|
|
12748
12890
|
namespace Responses {
|
|
12749
|
-
namespace $
|
|
12750
|
-
namespace Content {
|
|
12751
|
-
type Empty = unknown;
|
|
12752
|
-
}
|
|
12753
|
-
}
|
|
12754
|
-
namespace $400 {
|
|
12891
|
+
namespace $200 {
|
|
12755
12892
|
namespace Content {
|
|
12756
|
-
|
|
12757
|
-
[k: string]: unknown;
|
|
12758
|
-
}
|
|
12893
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.IngressIngress[];
|
|
12759
12894
|
}
|
|
12760
12895
|
}
|
|
12761
12896
|
namespace $404 {
|
|
@@ -12781,42 +12916,26 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12781
12916
|
}
|
|
12782
12917
|
}
|
|
12783
12918
|
}
|
|
12784
|
-
|
|
12785
|
-
namespace V2IngressesIngressIdTls {
|
|
12786
|
-
namespace Patch {
|
|
12919
|
+
namespace Post {
|
|
12787
12920
|
namespace Parameters {
|
|
12788
|
-
type Path = {
|
|
12789
|
-
|
|
12790
|
-
|
|
12791
|
-
type RequestBody = {
|
|
12792
|
-
acme: boolean;
|
|
12793
|
-
/**
|
|
12794
|
-
* @deprecated
|
|
12795
|
-
* Was added by mistake. Never did anything.
|
|
12796
|
-
*/
|
|
12797
|
-
isCreated?: boolean;
|
|
12921
|
+
type Path = {};
|
|
12922
|
+
interface RequestBody {
|
|
12923
|
+
hostname: string;
|
|
12798
12924
|
/**
|
|
12799
|
-
*
|
|
12800
|
-
* Was added by mistake. Never did anything.
|
|
12925
|
+
* A list of paths. The default path `/` is always present and cannot be removed.
|
|
12801
12926
|
*/
|
|
12802
|
-
|
|
12803
|
-
|
|
12804
|
-
|
|
12805
|
-
};
|
|
12927
|
+
paths: MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
12928
|
+
projectId: string;
|
|
12929
|
+
}
|
|
12806
12930
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12807
12931
|
type Query = {};
|
|
12808
12932
|
}
|
|
12809
12933
|
namespace Responses {
|
|
12810
|
-
namespace $
|
|
12811
|
-
namespace Content {
|
|
12812
|
-
interface ApplicationJson {
|
|
12813
|
-
}
|
|
12814
|
-
}
|
|
12815
|
-
}
|
|
12816
|
-
namespace $403 {
|
|
12934
|
+
namespace $201 {
|
|
12817
12935
|
namespace Content {
|
|
12818
12936
|
interface ApplicationJson {
|
|
12819
|
-
|
|
12937
|
+
id: string;
|
|
12938
|
+
ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
|
|
12820
12939
|
}
|
|
12821
12940
|
}
|
|
12822
12941
|
}
|
|
@@ -12827,13 +12946,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12827
12946
|
}
|
|
12828
12947
|
}
|
|
12829
12948
|
}
|
|
12830
|
-
namespace $412 {
|
|
12831
|
-
namespace Content {
|
|
12832
|
-
interface ApplicationJson {
|
|
12833
|
-
[k: string]: unknown;
|
|
12834
|
-
}
|
|
12835
|
-
}
|
|
12836
|
-
}
|
|
12837
12949
|
namespace $429 {
|
|
12838
12950
|
namespace Content {
|
|
12839
12951
|
interface ApplicationJson {
|
|
@@ -12851,11 +12963,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12851
12963
|
}
|
|
12852
12964
|
}
|
|
12853
12965
|
}
|
|
12854
|
-
namespace
|
|
12966
|
+
namespace V2IngressesIngressId {
|
|
12855
12967
|
namespace Get {
|
|
12856
12968
|
namespace Parameters {
|
|
12857
12969
|
type Path = {
|
|
12858
|
-
|
|
12970
|
+
ingressId: string;
|
|
12859
12971
|
};
|
|
12860
12972
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12861
12973
|
type Query = {};
|
|
@@ -12863,14 +12975,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12863
12975
|
namespace Responses {
|
|
12864
12976
|
namespace $200 {
|
|
12865
12977
|
namespace Content {
|
|
12866
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
12867
|
-
}
|
|
12868
|
-
}
|
|
12869
|
-
namespace $400 {
|
|
12870
|
-
namespace Content {
|
|
12871
|
-
interface ApplicationJson {
|
|
12872
|
-
[k: string]: unknown;
|
|
12873
|
-
}
|
|
12978
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.IngressIngress;
|
|
12874
12979
|
}
|
|
12875
12980
|
}
|
|
12876
12981
|
namespace $404 {
|
|
@@ -12896,27 +13001,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12896
13001
|
}
|
|
12897
13002
|
}
|
|
12898
13003
|
}
|
|
12899
|
-
|
|
12900
|
-
namespace V2CustomersCustomerIdInvoiceSettings {
|
|
12901
|
-
namespace Get {
|
|
13004
|
+
namespace Delete {
|
|
12902
13005
|
namespace Parameters {
|
|
12903
13006
|
type Path = {
|
|
12904
|
-
|
|
13007
|
+
ingressId: string;
|
|
12905
13008
|
};
|
|
12906
13009
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12907
13010
|
type Query = {};
|
|
12908
13011
|
}
|
|
12909
13012
|
namespace Responses {
|
|
12910
|
-
namespace $
|
|
12911
|
-
namespace Content {
|
|
12912
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoiceSettings;
|
|
12913
|
-
}
|
|
12914
|
-
}
|
|
12915
|
-
namespace $400 {
|
|
13013
|
+
namespace $204 {
|
|
12916
13014
|
namespace Content {
|
|
12917
|
-
|
|
12918
|
-
[k: string]: unknown;
|
|
12919
|
-
}
|
|
13015
|
+
type Empty = unknown;
|
|
12920
13016
|
}
|
|
12921
13017
|
}
|
|
12922
13018
|
namespace $404 {
|
|
@@ -12942,27 +13038,21 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12942
13038
|
}
|
|
12943
13039
|
}
|
|
12944
13040
|
}
|
|
12945
|
-
|
|
13041
|
+
}
|
|
13042
|
+
namespace V2IngressesIngressIdActionsVerifyOwnership {
|
|
13043
|
+
namespace Post {
|
|
12946
13044
|
namespace Parameters {
|
|
12947
13045
|
type Path = {
|
|
12948
|
-
|
|
13046
|
+
ingressId: string;
|
|
12949
13047
|
};
|
|
12950
|
-
interface RequestBody {
|
|
12951
|
-
additionalEmailRecipients?: string[];
|
|
12952
|
-
invoicePeriod: number;
|
|
12953
|
-
paymentSettings: MittwaldAPIV2.Components.Schemas.InvoicePaymentSettings;
|
|
12954
|
-
printedInvoices?: boolean;
|
|
12955
|
-
recipient?: MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
|
|
12956
|
-
recipientSameAsOwner?: boolean;
|
|
12957
|
-
targetDay?: number;
|
|
12958
|
-
}
|
|
12959
13048
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12960
13049
|
type Query = {};
|
|
12961
13050
|
}
|
|
12962
13051
|
namespace Responses {
|
|
12963
13052
|
namespace $200 {
|
|
12964
13053
|
namespace Content {
|
|
12965
|
-
|
|
13054
|
+
interface ApplicationJson {
|
|
13055
|
+
}
|
|
12966
13056
|
}
|
|
12967
13057
|
}
|
|
12968
13058
|
namespace $400 {
|
|
@@ -12979,6 +13069,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12979
13069
|
}
|
|
12980
13070
|
}
|
|
12981
13071
|
}
|
|
13072
|
+
namespace $412 {
|
|
13073
|
+
namespace Content {
|
|
13074
|
+
interface ApplicationJson {
|
|
13075
|
+
[k: string]: unknown;
|
|
13076
|
+
}
|
|
13077
|
+
}
|
|
13078
|
+
}
|
|
12982
13079
|
namespace $429 {
|
|
12983
13080
|
namespace Content {
|
|
12984
13081
|
interface ApplicationJson {
|
|
@@ -12996,23 +13093,28 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12996
13093
|
}
|
|
12997
13094
|
}
|
|
12998
13095
|
}
|
|
12999
|
-
namespace
|
|
13000
|
-
namespace
|
|
13096
|
+
namespace V2ActionsListIngressesCompatibleWithCertificate {
|
|
13097
|
+
namespace Post {
|
|
13001
13098
|
namespace Parameters {
|
|
13002
|
-
type Path = {
|
|
13003
|
-
|
|
13004
|
-
|
|
13005
|
-
|
|
13099
|
+
type Path = {};
|
|
13100
|
+
interface RequestBody {
|
|
13101
|
+
/**
|
|
13102
|
+
* PEM-encoded certificate. Linebreaks have to be escaped with
|
|
13103
|
+
* .
|
|
13104
|
+
*/
|
|
13105
|
+
certificate: string;
|
|
13106
|
+
/**
|
|
13107
|
+
* The projects UUID.
|
|
13108
|
+
*/
|
|
13109
|
+
projectId: string;
|
|
13110
|
+
}
|
|
13006
13111
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13007
13112
|
type Query = {};
|
|
13008
13113
|
}
|
|
13009
13114
|
namespace Responses {
|
|
13010
13115
|
namespace $200 {
|
|
13011
13116
|
namespace Content {
|
|
13012
|
-
|
|
13013
|
-
accessToken: string;
|
|
13014
|
-
expiresAt: string;
|
|
13015
|
-
}
|
|
13117
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.IngressIngress[];
|
|
13016
13118
|
}
|
|
13017
13119
|
}
|
|
13018
13120
|
namespace $400 {
|
|
@@ -13046,24 +13148,19 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13046
13148
|
}
|
|
13047
13149
|
}
|
|
13048
13150
|
}
|
|
13049
|
-
namespace
|
|
13050
|
-
namespace
|
|
13151
|
+
namespace V2IngressesIngressIdActionsRequestAcmeCertificateIssuance {
|
|
13152
|
+
namespace Post {
|
|
13051
13153
|
namespace Parameters {
|
|
13052
13154
|
type Path = {
|
|
13053
|
-
|
|
13155
|
+
ingressId: string;
|
|
13054
13156
|
};
|
|
13055
13157
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13056
|
-
type Query = {
|
|
13057
|
-
invoiceTypes?: ("REGULAR" | "REISSUE" | "CORRECTION" | "CANCELLATION")[];
|
|
13058
|
-
limit?: number;
|
|
13059
|
-
skip?: number;
|
|
13060
|
-
page?: number;
|
|
13061
|
-
};
|
|
13158
|
+
type Query = {};
|
|
13062
13159
|
}
|
|
13063
13160
|
namespace Responses {
|
|
13064
|
-
namespace $
|
|
13161
|
+
namespace $204 {
|
|
13065
13162
|
namespace Content {
|
|
13066
|
-
type
|
|
13163
|
+
type Empty = unknown;
|
|
13067
13164
|
}
|
|
13068
13165
|
}
|
|
13069
13166
|
namespace $400 {
|
|
@@ -13097,25 +13194,19 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13097
13194
|
}
|
|
13098
13195
|
}
|
|
13099
13196
|
}
|
|
13100
|
-
namespace
|
|
13101
|
-
namespace V2ProjectsProjectIdDeliveryBoxes {
|
|
13197
|
+
namespace V2InvoicesInvoiceId {
|
|
13102
13198
|
namespace Get {
|
|
13103
13199
|
namespace Parameters {
|
|
13104
13200
|
type Path = {
|
|
13105
|
-
|
|
13201
|
+
invoiceId: string;
|
|
13106
13202
|
};
|
|
13107
13203
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13108
|
-
type Query = {
|
|
13109
|
-
search?: string;
|
|
13110
|
-
limit?: number;
|
|
13111
|
-
skip?: number;
|
|
13112
|
-
page?: number;
|
|
13113
|
-
};
|
|
13204
|
+
type Query = {};
|
|
13114
13205
|
}
|
|
13115
13206
|
namespace Responses {
|
|
13116
13207
|
namespace $200 {
|
|
13117
13208
|
namespace Content {
|
|
13118
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
13209
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoice;
|
|
13119
13210
|
}
|
|
13120
13211
|
}
|
|
13121
13212
|
namespace $400 {
|
|
@@ -13125,13 +13216,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13125
13216
|
}
|
|
13126
13217
|
}
|
|
13127
13218
|
}
|
|
13128
|
-
namespace $403 {
|
|
13129
|
-
namespace Content {
|
|
13130
|
-
interface ApplicationJson {
|
|
13131
|
-
[k: string]: unknown;
|
|
13132
|
-
}
|
|
13133
|
-
}
|
|
13134
|
-
}
|
|
13135
13219
|
namespace $404 {
|
|
13136
13220
|
namespace Content {
|
|
13137
13221
|
interface ApplicationJson {
|
|
@@ -13146,20 +13230,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13146
13230
|
}
|
|
13147
13231
|
}
|
|
13148
13232
|
}
|
|
13149
|
-
namespace $500 {
|
|
13150
|
-
namespace Content {
|
|
13151
|
-
interface ApplicationJson {
|
|
13152
|
-
[k: string]: unknown;
|
|
13153
|
-
}
|
|
13154
|
-
}
|
|
13155
|
-
}
|
|
13156
|
-
namespace $503 {
|
|
13157
|
-
namespace Content {
|
|
13158
|
-
interface ApplicationJson {
|
|
13159
|
-
[k: string]: unknown;
|
|
13160
|
-
}
|
|
13161
|
-
}
|
|
13162
|
-
}
|
|
13163
13233
|
namespace Default {
|
|
13164
13234
|
namespace Content {
|
|
13165
13235
|
interface ApplicationJson {
|
|
@@ -13169,24 +13239,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13169
13239
|
}
|
|
13170
13240
|
}
|
|
13171
13241
|
}
|
|
13172
|
-
|
|
13242
|
+
}
|
|
13243
|
+
namespace V2CustomersCustomerIdInvoiceSettings {
|
|
13244
|
+
namespace Get {
|
|
13173
13245
|
namespace Parameters {
|
|
13174
13246
|
type Path = {
|
|
13175
|
-
|
|
13247
|
+
customerId: string;
|
|
13176
13248
|
};
|
|
13177
|
-
interface RequestBody {
|
|
13178
|
-
description: string;
|
|
13179
|
-
password: string;
|
|
13180
|
-
}
|
|
13181
13249
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13182
13250
|
type Query = {};
|
|
13183
13251
|
}
|
|
13184
13252
|
namespace Responses {
|
|
13185
|
-
namespace $
|
|
13253
|
+
namespace $200 {
|
|
13186
13254
|
namespace Content {
|
|
13187
|
-
|
|
13188
|
-
id: string;
|
|
13189
|
-
}
|
|
13255
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoiceSettings;
|
|
13190
13256
|
}
|
|
13191
13257
|
}
|
|
13192
13258
|
namespace $400 {
|
|
@@ -13196,13 +13262,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13196
13262
|
}
|
|
13197
13263
|
}
|
|
13198
13264
|
}
|
|
13199
|
-
namespace $403 {
|
|
13200
|
-
namespace Content {
|
|
13201
|
-
interface ApplicationJson {
|
|
13202
|
-
[k: string]: unknown;
|
|
13203
|
-
}
|
|
13204
|
-
}
|
|
13205
|
-
}
|
|
13206
13265
|
namespace $404 {
|
|
13207
13266
|
namespace Content {
|
|
13208
13267
|
interface ApplicationJson {
|
|
@@ -13217,20 +13276,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13217
13276
|
}
|
|
13218
13277
|
}
|
|
13219
13278
|
}
|
|
13220
|
-
namespace $500 {
|
|
13221
|
-
namespace Content {
|
|
13222
|
-
interface ApplicationJson {
|
|
13223
|
-
[k: string]: unknown;
|
|
13224
|
-
}
|
|
13225
|
-
}
|
|
13226
|
-
}
|
|
13227
|
-
namespace $503 {
|
|
13228
|
-
namespace Content {
|
|
13229
|
-
interface ApplicationJson {
|
|
13230
|
-
[k: string]: unknown;
|
|
13231
|
-
}
|
|
13232
|
-
}
|
|
13233
|
-
}
|
|
13234
13279
|
namespace Default {
|
|
13235
13280
|
namespace Content {
|
|
13236
13281
|
interface ApplicationJson {
|
|
@@ -13240,36 +13285,30 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13240
13285
|
}
|
|
13241
13286
|
}
|
|
13242
13287
|
}
|
|
13243
|
-
|
|
13244
|
-
namespace V2ProjectsProjectIdMailaddresses { }
|
|
13245
|
-
namespace V2ProjectsProjectIdMailAddresses {
|
|
13246
|
-
namespace Get {
|
|
13288
|
+
namespace Put {
|
|
13247
13289
|
namespace Parameters {
|
|
13248
13290
|
type Path = {
|
|
13249
|
-
|
|
13291
|
+
customerId: string;
|
|
13250
13292
|
};
|
|
13293
|
+
interface RequestBody {
|
|
13294
|
+
additionalEmailRecipients?: string[];
|
|
13295
|
+
invoicePeriod: number;
|
|
13296
|
+
paymentSettings: MittwaldAPIV2.Components.Schemas.InvoicePaymentSettings;
|
|
13297
|
+
printedInvoices?: boolean;
|
|
13298
|
+
recipient?: MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
|
|
13299
|
+
recipientSameAsOwner?: boolean;
|
|
13300
|
+
targetDay?: number;
|
|
13301
|
+
}
|
|
13251
13302
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13252
|
-
type Query = {
|
|
13253
|
-
search?: string;
|
|
13254
|
-
limit?: number;
|
|
13255
|
-
skip?: number;
|
|
13256
|
-
page?: number;
|
|
13257
|
-
};
|
|
13303
|
+
type Query = {};
|
|
13258
13304
|
}
|
|
13259
13305
|
namespace Responses {
|
|
13260
13306
|
namespace $200 {
|
|
13261
13307
|
namespace Content {
|
|
13262
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
13263
|
-
}
|
|
13264
|
-
}
|
|
13265
|
-
namespace $400 {
|
|
13266
|
-
namespace Content {
|
|
13267
|
-
interface ApplicationJson {
|
|
13268
|
-
[k: string]: unknown;
|
|
13269
|
-
}
|
|
13308
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoiceSettings;
|
|
13270
13309
|
}
|
|
13271
13310
|
}
|
|
13272
|
-
namespace $
|
|
13311
|
+
namespace $400 {
|
|
13273
13312
|
namespace Content {
|
|
13274
13313
|
interface ApplicationJson {
|
|
13275
13314
|
[k: string]: unknown;
|
|
@@ -13290,20 +13329,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13290
13329
|
}
|
|
13291
13330
|
}
|
|
13292
13331
|
}
|
|
13293
|
-
namespace $500 {
|
|
13294
|
-
namespace Content {
|
|
13295
|
-
interface ApplicationJson {
|
|
13296
|
-
[k: string]: unknown;
|
|
13297
|
-
}
|
|
13298
|
-
}
|
|
13299
|
-
}
|
|
13300
|
-
namespace $503 {
|
|
13301
|
-
namespace Content {
|
|
13302
|
-
interface ApplicationJson {
|
|
13303
|
-
[k: string]: unknown;
|
|
13304
|
-
}
|
|
13305
|
-
}
|
|
13306
|
-
}
|
|
13307
13332
|
namespace Default {
|
|
13308
13333
|
namespace Content {
|
|
13309
13334
|
interface ApplicationJson {
|
|
@@ -13313,20 +13338,23 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13313
13338
|
}
|
|
13314
13339
|
}
|
|
13315
13340
|
}
|
|
13316
|
-
|
|
13341
|
+
}
|
|
13342
|
+
namespace V2CustomersCustomerIdInvoicesInvoiceIdFileAccessToken {
|
|
13343
|
+
namespace Get {
|
|
13317
13344
|
namespace Parameters {
|
|
13318
13345
|
type Path = {
|
|
13319
|
-
|
|
13346
|
+
customerId: string;
|
|
13347
|
+
invoiceId: string;
|
|
13320
13348
|
};
|
|
13321
|
-
type RequestBody = MittwaldAPIV2.Components.Schemas.MailCreateForwardAddress | MittwaldAPIV2.Components.Schemas.MailCreateMailAddress;
|
|
13322
13349
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13323
13350
|
type Query = {};
|
|
13324
13351
|
}
|
|
13325
13352
|
namespace Responses {
|
|
13326
|
-
namespace $
|
|
13353
|
+
namespace $200 {
|
|
13327
13354
|
namespace Content {
|
|
13328
13355
|
interface ApplicationJson {
|
|
13329
|
-
|
|
13356
|
+
accessToken: string;
|
|
13357
|
+
expiresAt: string;
|
|
13330
13358
|
}
|
|
13331
13359
|
}
|
|
13332
13360
|
}
|
|
@@ -13337,13 +13365,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13337
13365
|
}
|
|
13338
13366
|
}
|
|
13339
13367
|
}
|
|
13340
|
-
namespace $403 {
|
|
13341
|
-
namespace Content {
|
|
13342
|
-
interface ApplicationJson {
|
|
13343
|
-
[k: string]: unknown;
|
|
13344
|
-
}
|
|
13345
|
-
}
|
|
13346
|
-
}
|
|
13347
13368
|
namespace $404 {
|
|
13348
13369
|
namespace Content {
|
|
13349
13370
|
interface ApplicationJson {
|
|
@@ -13358,20 +13379,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13358
13379
|
}
|
|
13359
13380
|
}
|
|
13360
13381
|
}
|
|
13361
|
-
namespace $500 {
|
|
13362
|
-
namespace Content {
|
|
13363
|
-
interface ApplicationJson {
|
|
13364
|
-
[k: string]: unknown;
|
|
13365
|
-
}
|
|
13366
|
-
}
|
|
13367
|
-
}
|
|
13368
|
-
namespace $503 {
|
|
13369
|
-
namespace Content {
|
|
13370
|
-
interface ApplicationJson {
|
|
13371
|
-
[k: string]: unknown;
|
|
13372
|
-
}
|
|
13373
|
-
}
|
|
13374
|
-
}
|
|
13375
13382
|
namespace Default {
|
|
13376
13383
|
namespace Content {
|
|
13377
13384
|
interface ApplicationJson {
|
|
@@ -13382,20 +13389,24 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13382
13389
|
}
|
|
13383
13390
|
}
|
|
13384
13391
|
}
|
|
13385
|
-
namespace
|
|
13386
|
-
namespace V2DeliveryBoxesDeliveryBoxId {
|
|
13392
|
+
namespace V2CustomersCustomerIdInvoices {
|
|
13387
13393
|
namespace Get {
|
|
13388
13394
|
namespace Parameters {
|
|
13389
13395
|
type Path = {
|
|
13390
|
-
|
|
13396
|
+
customerId: string;
|
|
13391
13397
|
};
|
|
13392
13398
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13393
|
-
type Query = {
|
|
13399
|
+
type Query = {
|
|
13400
|
+
invoiceTypes?: ("REGULAR" | "REISSUE" | "CORRECTION" | "CANCELLATION")[];
|
|
13401
|
+
limit?: number;
|
|
13402
|
+
skip?: number;
|
|
13403
|
+
page?: number;
|
|
13404
|
+
};
|
|
13394
13405
|
}
|
|
13395
13406
|
namespace Responses {
|
|
13396
13407
|
namespace $200 {
|
|
13397
13408
|
namespace Content {
|
|
13398
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
13409
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoice[];
|
|
13399
13410
|
}
|
|
13400
13411
|
}
|
|
13401
13412
|
namespace $400 {
|
|
@@ -13405,13 +13416,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13405
13416
|
}
|
|
13406
13417
|
}
|
|
13407
13418
|
}
|
|
13408
|
-
namespace $403 {
|
|
13409
|
-
namespace Content {
|
|
13410
|
-
interface ApplicationJson {
|
|
13411
|
-
[k: string]: unknown;
|
|
13412
|
-
}
|
|
13413
|
-
}
|
|
13414
|
-
}
|
|
13415
13419
|
namespace $404 {
|
|
13416
13420
|
namespace Content {
|
|
13417
13421
|
interface ApplicationJson {
|
|
@@ -13426,20 +13430,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13426
13430
|
}
|
|
13427
13431
|
}
|
|
13428
13432
|
}
|
|
13429
|
-
namespace $500 {
|
|
13430
|
-
namespace Content {
|
|
13431
|
-
interface ApplicationJson {
|
|
13432
|
-
[k: string]: unknown;
|
|
13433
|
-
}
|
|
13434
|
-
}
|
|
13435
|
-
}
|
|
13436
|
-
namespace $503 {
|
|
13437
|
-
namespace Content {
|
|
13438
|
-
interface ApplicationJson {
|
|
13439
|
-
[k: string]: unknown;
|
|
13440
|
-
}
|
|
13441
|
-
}
|
|
13442
|
-
}
|
|
13443
13433
|
namespace Default {
|
|
13444
13434
|
namespace Content {
|
|
13445
13435
|
interface ApplicationJson {
|
|
@@ -13449,18 +13439,26 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13449
13439
|
}
|
|
13450
13440
|
}
|
|
13451
13441
|
}
|
|
13452
|
-
|
|
13442
|
+
}
|
|
13443
|
+
namespace V2ProjectsProjectIdDeliveryboxes { }
|
|
13444
|
+
namespace V2ProjectsProjectIdDeliveryBoxes {
|
|
13445
|
+
namespace Get {
|
|
13453
13446
|
namespace Parameters {
|
|
13454
13447
|
type Path = {
|
|
13455
|
-
|
|
13448
|
+
projectId: string;
|
|
13456
13449
|
};
|
|
13457
13450
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13458
|
-
type Query = {
|
|
13451
|
+
type Query = {
|
|
13452
|
+
search?: string;
|
|
13453
|
+
limit?: number;
|
|
13454
|
+
skip?: number;
|
|
13455
|
+
page?: number;
|
|
13456
|
+
};
|
|
13459
13457
|
}
|
|
13460
13458
|
namespace Responses {
|
|
13461
|
-
namespace $
|
|
13459
|
+
namespace $200 {
|
|
13462
13460
|
namespace Content {
|
|
13463
|
-
type
|
|
13461
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox[];
|
|
13464
13462
|
}
|
|
13465
13463
|
}
|
|
13466
13464
|
namespace $400 {
|
|
@@ -13514,21 +13512,24 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13514
13512
|
}
|
|
13515
13513
|
}
|
|
13516
13514
|
}
|
|
13517
|
-
|
|
13518
|
-
namespace V2MailaddressesMailAddressId { }
|
|
13519
|
-
namespace V2MailAddressesMailAddressId {
|
|
13520
|
-
namespace Get {
|
|
13515
|
+
namespace Post {
|
|
13521
13516
|
namespace Parameters {
|
|
13522
13517
|
type Path = {
|
|
13523
|
-
|
|
13518
|
+
projectId: string;
|
|
13524
13519
|
};
|
|
13520
|
+
interface RequestBody {
|
|
13521
|
+
description: string;
|
|
13522
|
+
password: string;
|
|
13523
|
+
}
|
|
13525
13524
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13526
13525
|
type Query = {};
|
|
13527
13526
|
}
|
|
13528
13527
|
namespace Responses {
|
|
13529
|
-
namespace $
|
|
13528
|
+
namespace $201 {
|
|
13530
13529
|
namespace Content {
|
|
13531
|
-
|
|
13530
|
+
interface ApplicationJson {
|
|
13531
|
+
id: string;
|
|
13532
|
+
}
|
|
13532
13533
|
}
|
|
13533
13534
|
}
|
|
13534
13535
|
namespace $400 {
|
|
@@ -13582,18 +13583,26 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13582
13583
|
}
|
|
13583
13584
|
}
|
|
13584
13585
|
}
|
|
13585
|
-
|
|
13586
|
+
}
|
|
13587
|
+
namespace V2ProjectsProjectIdMailaddresses { }
|
|
13588
|
+
namespace V2ProjectsProjectIdMailAddresses {
|
|
13589
|
+
namespace Get {
|
|
13586
13590
|
namespace Parameters {
|
|
13587
13591
|
type Path = {
|
|
13588
|
-
|
|
13592
|
+
projectId: string;
|
|
13589
13593
|
};
|
|
13590
13594
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13591
|
-
type Query = {
|
|
13595
|
+
type Query = {
|
|
13596
|
+
search?: string;
|
|
13597
|
+
limit?: number;
|
|
13598
|
+
skip?: number;
|
|
13599
|
+
page?: number;
|
|
13600
|
+
};
|
|
13592
13601
|
}
|
|
13593
13602
|
namespace Responses {
|
|
13594
|
-
namespace $
|
|
13603
|
+
namespace $200 {
|
|
13595
13604
|
namespace Content {
|
|
13596
|
-
type
|
|
13605
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress[];
|
|
13597
13606
|
}
|
|
13598
13607
|
}
|
|
13599
13608
|
namespace $400 {
|
|
@@ -13647,26 +13656,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13647
13656
|
}
|
|
13648
13657
|
}
|
|
13649
13658
|
}
|
|
13650
|
-
|
|
13651
|
-
namespace V2DeliveryboxesIdDescription { }
|
|
13652
|
-
namespace V2DeliveryboxesIdPassword { }
|
|
13653
|
-
namespace V2ProjectsProjectIdMailsettings { }
|
|
13654
|
-
namespace V2ProjectsProjectIdMailSettings {
|
|
13655
|
-
namespace Get {
|
|
13659
|
+
namespace Post {
|
|
13656
13660
|
namespace Parameters {
|
|
13657
13661
|
type Path = {
|
|
13658
13662
|
projectId: string;
|
|
13659
13663
|
};
|
|
13664
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.MailCreateForwardAddress | MittwaldAPIV2.Components.Schemas.MailCreateMailAddress;
|
|
13660
13665
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13661
13666
|
type Query = {};
|
|
13662
13667
|
}
|
|
13663
13668
|
namespace Responses {
|
|
13664
|
-
namespace $
|
|
13669
|
+
namespace $201 {
|
|
13665
13670
|
namespace Content {
|
|
13666
13671
|
interface ApplicationJson {
|
|
13667
|
-
|
|
13668
|
-
projectId: string;
|
|
13669
|
-
whitelist: string[];
|
|
13672
|
+
id: string;
|
|
13670
13673
|
}
|
|
13671
13674
|
}
|
|
13672
13675
|
}
|
|
@@ -13722,25 +13725,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13722
13725
|
}
|
|
13723
13726
|
}
|
|
13724
13727
|
}
|
|
13725
|
-
namespace
|
|
13726
|
-
namespace
|
|
13727
|
-
|
|
13728
|
-
namespace V2DeliveryBoxesDeliveryBoxIdDescription {
|
|
13729
|
-
namespace Patch {
|
|
13728
|
+
namespace V2DeliveryboxesDeliveryBoxId { }
|
|
13729
|
+
namespace V2DeliveryBoxesDeliveryBoxId {
|
|
13730
|
+
namespace Get {
|
|
13730
13731
|
namespace Parameters {
|
|
13731
13732
|
type Path = {
|
|
13732
13733
|
deliveryBoxId: string;
|
|
13733
13734
|
};
|
|
13734
|
-
interface RequestBody {
|
|
13735
|
-
description: string;
|
|
13736
|
-
}
|
|
13737
13735
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13738
13736
|
type Query = {};
|
|
13739
13737
|
}
|
|
13740
13738
|
namespace Responses {
|
|
13741
|
-
namespace $
|
|
13739
|
+
namespace $200 {
|
|
13742
13740
|
namespace Content {
|
|
13743
|
-
type
|
|
13741
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox;
|
|
13744
13742
|
}
|
|
13745
13743
|
}
|
|
13746
13744
|
namespace $400 {
|
|
@@ -13794,16 +13792,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13794
13792
|
}
|
|
13795
13793
|
}
|
|
13796
13794
|
}
|
|
13797
|
-
|
|
13798
|
-
namespace V2DeliveryBoxesDeliveryBoxIdPassword {
|
|
13799
|
-
namespace Patch {
|
|
13795
|
+
namespace Delete {
|
|
13800
13796
|
namespace Parameters {
|
|
13801
13797
|
type Path = {
|
|
13802
13798
|
deliveryBoxId: string;
|
|
13803
13799
|
};
|
|
13804
|
-
interface RequestBody {
|
|
13805
|
-
password: string;
|
|
13806
|
-
}
|
|
13807
13800
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13808
13801
|
type Query = {};
|
|
13809
13802
|
}
|
|
@@ -13865,22 +13858,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13865
13858
|
}
|
|
13866
13859
|
}
|
|
13867
13860
|
}
|
|
13868
|
-
namespace
|
|
13869
|
-
|
|
13861
|
+
namespace V2MailaddressesMailAddressId { }
|
|
13862
|
+
namespace V2MailAddressesMailAddressId {
|
|
13863
|
+
namespace Get {
|
|
13870
13864
|
namespace Parameters {
|
|
13871
13865
|
type Path = {
|
|
13872
13866
|
mailAddressId: string;
|
|
13873
13867
|
};
|
|
13874
|
-
interface RequestBody {
|
|
13875
|
-
address: string;
|
|
13876
|
-
}
|
|
13877
13868
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13878
13869
|
type Query = {};
|
|
13879
13870
|
}
|
|
13880
13871
|
namespace Responses {
|
|
13881
|
-
namespace $
|
|
13872
|
+
namespace $200 {
|
|
13882
13873
|
namespace Content {
|
|
13883
|
-
type
|
|
13874
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress;
|
|
13884
13875
|
}
|
|
13885
13876
|
}
|
|
13886
13877
|
namespace $400 {
|
|
@@ -13934,21 +13925,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13934
13925
|
}
|
|
13935
13926
|
}
|
|
13936
13927
|
}
|
|
13937
|
-
|
|
13938
|
-
namespace V2MailAddressesMailAddressIdAutoresponder {
|
|
13939
|
-
namespace Patch {
|
|
13928
|
+
namespace Delete {
|
|
13940
13929
|
namespace Parameters {
|
|
13941
13930
|
type Path = {
|
|
13942
13931
|
mailAddressId: string;
|
|
13943
13932
|
};
|
|
13944
|
-
interface RequestBody {
|
|
13945
|
-
autoResponder: {
|
|
13946
|
-
active: boolean;
|
|
13947
|
-
expiresAt?: string;
|
|
13948
|
-
message: string;
|
|
13949
|
-
startsAt?: string;
|
|
13950
|
-
};
|
|
13951
|
-
}
|
|
13952
13933
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13953
13934
|
type Query = {};
|
|
13954
13935
|
}
|
|
@@ -14010,23 +13991,24 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14010
13991
|
}
|
|
14011
13992
|
}
|
|
14012
13993
|
}
|
|
14013
|
-
namespace
|
|
14014
|
-
namespace
|
|
14015
|
-
namespace
|
|
13994
|
+
namespace V2ProjectsProjectIdMailsettings { }
|
|
13995
|
+
namespace V2ProjectsProjectIdMailSettings {
|
|
13996
|
+
namespace Get {
|
|
14016
13997
|
namespace Parameters {
|
|
14017
13998
|
type Path = {
|
|
14018
|
-
|
|
13999
|
+
projectId: string;
|
|
14019
14000
|
};
|
|
14020
|
-
interface RequestBody {
|
|
14021
|
-
active: boolean;
|
|
14022
|
-
}
|
|
14023
14001
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14024
14002
|
type Query = {};
|
|
14025
14003
|
}
|
|
14026
14004
|
namespace Responses {
|
|
14027
|
-
namespace $
|
|
14005
|
+
namespace $200 {
|
|
14028
14006
|
namespace Content {
|
|
14029
|
-
|
|
14007
|
+
interface ApplicationJson {
|
|
14008
|
+
blacklist: string[];
|
|
14009
|
+
projectId: string;
|
|
14010
|
+
whitelist: string[];
|
|
14011
|
+
}
|
|
14030
14012
|
}
|
|
14031
14013
|
}
|
|
14032
14014
|
namespace $400 {
|
|
@@ -14081,16 +14063,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14081
14063
|
}
|
|
14082
14064
|
}
|
|
14083
14065
|
}
|
|
14084
|
-
namespace
|
|
14085
|
-
namespace V2MailAddressesMailAddressIdCatchall { }
|
|
14086
|
-
namespace V2MailAddressesMailAddressIdForwardAddresses {
|
|
14066
|
+
namespace V2DeliveryBoxesDeliveryBoxIdDescription {
|
|
14087
14067
|
namespace Patch {
|
|
14088
14068
|
namespace Parameters {
|
|
14089
14069
|
type Path = {
|
|
14090
|
-
|
|
14070
|
+
deliveryBoxId: string;
|
|
14091
14071
|
};
|
|
14092
14072
|
interface RequestBody {
|
|
14093
|
-
|
|
14073
|
+
description: string;
|
|
14094
14074
|
}
|
|
14095
14075
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14096
14076
|
type Query = {};
|
|
@@ -14153,12 +14133,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14153
14133
|
}
|
|
14154
14134
|
}
|
|
14155
14135
|
}
|
|
14156
|
-
namespace
|
|
14157
|
-
namespace V2MailAddressesMailAddressIdPassword {
|
|
14136
|
+
namespace V2DeliveryBoxesDeliveryBoxIdPassword {
|
|
14158
14137
|
namespace Patch {
|
|
14159
14138
|
namespace Parameters {
|
|
14160
14139
|
type Path = {
|
|
14161
|
-
|
|
14140
|
+
deliveryBoxId: string;
|
|
14162
14141
|
};
|
|
14163
14142
|
interface RequestBody {
|
|
14164
14143
|
password: string;
|
|
@@ -14224,18 +14203,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14224
14203
|
}
|
|
14225
14204
|
}
|
|
14226
14205
|
}
|
|
14227
|
-
namespace
|
|
14228
|
-
namespace V2MailAddressesMailAddressIdQuota {
|
|
14206
|
+
namespace V2MailAddressesMailAddressIdAddress {
|
|
14229
14207
|
namespace Patch {
|
|
14230
14208
|
namespace Parameters {
|
|
14231
14209
|
type Path = {
|
|
14232
14210
|
mailAddressId: string;
|
|
14233
14211
|
};
|
|
14234
14212
|
interface RequestBody {
|
|
14235
|
-
|
|
14236
|
-
* 2 GB
|
|
14237
|
-
*/
|
|
14238
|
-
quotaInBytes: number;
|
|
14213
|
+
address: string;
|
|
14239
14214
|
}
|
|
14240
14215
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14241
14216
|
type Query = {};
|
|
@@ -14298,20 +14273,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14298
14273
|
}
|
|
14299
14274
|
}
|
|
14300
14275
|
}
|
|
14301
|
-
namespace
|
|
14302
|
-
namespace V2MailAddressesMailAddressIdSpamProtection {
|
|
14276
|
+
namespace V2MailAddressesMailAddressIdCatchAll {
|
|
14303
14277
|
namespace Patch {
|
|
14304
14278
|
namespace Parameters {
|
|
14305
14279
|
type Path = {
|
|
14306
14280
|
mailAddressId: string;
|
|
14307
14281
|
};
|
|
14308
14282
|
interface RequestBody {
|
|
14309
|
-
|
|
14310
|
-
active: boolean;
|
|
14311
|
-
autoDeleteSpam: boolean;
|
|
14312
|
-
folder: "inbox" | "spam";
|
|
14313
|
-
relocationMinSpamScore: number;
|
|
14314
|
-
};
|
|
14283
|
+
active: boolean;
|
|
14315
14284
|
}
|
|
14316
14285
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14317
14286
|
type Query = {};
|
|
@@ -14374,7 +14343,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14374
14343
|
}
|
|
14375
14344
|
}
|
|
14376
14345
|
}
|
|
14377
|
-
namespace V2MailaddressesMailAddressIdSpamprotection { }
|
|
14378
14346
|
namespace V2ProjectsProjectIdMailSettingsMailSetting {
|
|
14379
14347
|
namespace Patch {
|
|
14380
14348
|
namespace Parameters {
|
|
@@ -14448,7 +14416,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14448
14416
|
}
|
|
14449
14417
|
}
|
|
14450
14418
|
}
|
|
14451
|
-
namespace V2ProjectsProjectIdMailSettingsSetting { }
|
|
14452
14419
|
namespace V2NewsletterSubscriptionsSelf {
|
|
14453
14420
|
namespace Get {
|
|
14454
14421
|
namespace Parameters {
|
|
@@ -20176,7 +20143,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20176
20143
|
*/
|
|
20177
20144
|
rules: {
|
|
20178
20145
|
/**
|
|
20179
|
-
* Maximum size in
|
|
20146
|
+
* Maximum size in Bytes of the avatar image.
|
|
20147
|
+
*/
|
|
20148
|
+
maxSizeInBytes: number;
|
|
20149
|
+
/**
|
|
20150
|
+
* @deprecated
|
|
20151
|
+
* Deprecated. Maximum size in kilobytes of the avatar image.
|
|
20180
20152
|
*/
|
|
20181
20153
|
maxSizeInKB: number;
|
|
20182
20154
|
/**
|