@mittwald/api-client 4.94.0 → 4.96.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/generated/v2/client-react.js +2 -4
- package/dist/esm/generated/v2/client.js +52 -54
- package/dist/esm/generated/v2/descriptors.js +60 -66
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +15 -31
- package/dist/types/generated/v2/client.d.ts +1177 -1226
- package/dist/types/generated/v2/descriptors.d.ts +20 -22
- package/dist/types/generated/v2/types.d.ts +1081 -1115
- 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>;
|
|
@@ -562,10 +598,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
562
598
|
type RequestData = InferredRequestData<typeof descriptors.domainGetLatestScreenshot>;
|
|
563
599
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetLatestScreenshot, TStatus>;
|
|
564
600
|
}
|
|
565
|
-
namespace DomainListDomains {
|
|
566
|
-
type RequestData = InferredRequestData<typeof descriptors.domainListDomains>;
|
|
567
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomains, TStatus>;
|
|
568
|
-
}
|
|
569
601
|
namespace DomainListTldContactSchemas {
|
|
570
602
|
type RequestData = InferredRequestData<typeof descriptors.domainListTldContactSchemas>;
|
|
571
603
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListTldContactSchemas, TStatus>;
|
|
@@ -590,10 +622,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
590
622
|
type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainContact>;
|
|
591
623
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainContact, TStatus>;
|
|
592
624
|
}
|
|
593
|
-
namespace DomainUpdateDomainNameservers {
|
|
594
|
-
type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainNameservers>;
|
|
595
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainNameservers, TStatus>;
|
|
596
|
-
}
|
|
597
625
|
namespace DomainUpdateDomainProjectId {
|
|
598
626
|
type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainProjectId>;
|
|
599
627
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainProjectId, 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>;
|
|
@@ -1238,14 +1238,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1238
1238
|
type RequestData = InferredRequestData<typeof descriptors.userDeleteUser>;
|
|
1239
1239
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userDeleteUser, TStatus>;
|
|
1240
1240
|
}
|
|
1241
|
-
namespace UserGetOwnAccount {
|
|
1242
|
-
type RequestData = InferredRequestData<typeof descriptors.userGetOwnAccount>;
|
|
1243
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userGetOwnAccount, TStatus>;
|
|
1244
|
-
}
|
|
1245
|
-
namespace UserUpdateAccount {
|
|
1246
|
-
type RequestData = InferredRequestData<typeof descriptors.userUpdateAccount>;
|
|
1247
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userUpdateAccount, TStatus>;
|
|
1248
|
-
}
|
|
1249
1241
|
namespace UserGetPasswordUpdatedAt {
|
|
1250
1242
|
type RequestData = InferredRequestData<typeof descriptors.userGetPasswordUpdatedAt>;
|
|
1251
1243
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userGetPasswordUpdatedAt, TStatus>;
|
|
@@ -1338,6 +1330,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1338
1330
|
type RequestData = InferredRequestData<typeof descriptors.userSupportCodeRequest>;
|
|
1339
1331
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userSupportCodeRequest, TStatus>;
|
|
1340
1332
|
}
|
|
1333
|
+
namespace UserUpdateAccount {
|
|
1334
|
+
type RequestData = InferredRequestData<typeof descriptors.userUpdateAccount>;
|
|
1335
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userUpdateAccount, TStatus>;
|
|
1336
|
+
}
|
|
1341
1337
|
namespace UserVerifyEmail {
|
|
1342
1338
|
type RequestData = InferredRequestData<typeof descriptors.userVerifyEmail>;
|
|
1343
1339
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userVerifyEmail, TStatus>;
|
|
@@ -10148,29 +10144,25 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10148
10144
|
namespace V2AppinstallationsAppInstallationIdDatabases { }
|
|
10149
10145
|
namespace V2CustomerCustomerIdActionsLeave { }
|
|
10150
10146
|
namespace V2CustomersCustomerIdActionsLeave { }
|
|
10151
|
-
namespace
|
|
10152
|
-
namespace
|
|
10153
|
-
namespace
|
|
10154
|
-
|
|
10155
|
-
namespace V2NewsletterSubscriptions {
|
|
10156
|
-
namespace Post {
|
|
10147
|
+
namespace V2DomainsDomainIdHandlesOwnerc { }
|
|
10148
|
+
namespace V2DomainsDomainIdProjectId { }
|
|
10149
|
+
namespace V2Domains {
|
|
10150
|
+
namespace Get {
|
|
10157
10151
|
namespace Parameters {
|
|
10158
10152
|
type Path = {};
|
|
10159
|
-
interface RequestBody {
|
|
10160
|
-
firstName?: string;
|
|
10161
|
-
lastName?: string;
|
|
10162
|
-
}
|
|
10163
10153
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10164
|
-
type Query = {
|
|
10154
|
+
type Query = {
|
|
10155
|
+
projectId?: string;
|
|
10156
|
+
page?: number;
|
|
10157
|
+
limit?: number;
|
|
10158
|
+
domainSearchName?: string;
|
|
10159
|
+
contactHash?: string;
|
|
10160
|
+
};
|
|
10165
10161
|
}
|
|
10166
10162
|
namespace Responses {
|
|
10167
10163
|
namespace $200 {
|
|
10168
10164
|
namespace Content {
|
|
10169
|
-
|
|
10170
|
-
active: boolean;
|
|
10171
|
-
email: string;
|
|
10172
|
-
registered: boolean;
|
|
10173
|
-
}
|
|
10165
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomain[];
|
|
10174
10166
|
}
|
|
10175
10167
|
}
|
|
10176
10168
|
namespace $400 {
|
|
@@ -10197,49 +10189,35 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10197
10189
|
}
|
|
10198
10190
|
}
|
|
10199
10191
|
}
|
|
10200
|
-
namespace
|
|
10201
|
-
|
|
10202
|
-
namespace V2SignupPasswordResetConfirm { }
|
|
10203
|
-
namespace V2UsersSelfIssues { }
|
|
10204
|
-
namespace V2SignupTokenApiApiTokenId { }
|
|
10205
|
-
namespace V2SignupSshSshKeyId { }
|
|
10206
|
-
namespace V2SignupMfa { }
|
|
10207
|
-
namespace V2SignupPasswordReset { }
|
|
10208
|
-
namespace V2SignupLogout { }
|
|
10209
|
-
namespace V2SignupEmailResend { }
|
|
10210
|
-
namespace V2UserUserIdAvatar { }
|
|
10211
|
-
namespace V2UserFeedback { }
|
|
10212
|
-
namespace V2UserIssues { }
|
|
10213
|
-
namespace V2UserUserId { }
|
|
10214
|
-
namespace V2UserSettings { }
|
|
10215
|
-
namespace V2UserUserIdPhone { }
|
|
10216
|
-
namespace V2UserUserIdPhoneVerify { }
|
|
10217
|
-
namespace V2User { }
|
|
10218
|
-
namespace V2SignupSessions { }
|
|
10219
|
-
namespace V2SignupSessionsTokenId { }
|
|
10220
|
-
namespace V2SignupProfile { }
|
|
10221
|
-
namespace V2SignupEmailVerify { }
|
|
10222
|
-
namespace V2DnsZones { }
|
|
10223
|
-
namespace V2DnsZones {
|
|
10224
|
-
namespace Post {
|
|
10192
|
+
namespace V2DomainsDomainIdNameservers {
|
|
10193
|
+
namespace Patch {
|
|
10225
10194
|
namespace Parameters {
|
|
10226
|
-
type Path = {
|
|
10195
|
+
type Path = {
|
|
10196
|
+
domainId: string;
|
|
10197
|
+
};
|
|
10227
10198
|
interface RequestBody {
|
|
10228
|
-
|
|
10229
|
-
|
|
10199
|
+
/**
|
|
10200
|
+
* @minItems 2
|
|
10201
|
+
*/
|
|
10202
|
+
nameservers?: [string, string, ...string[]];
|
|
10230
10203
|
}
|
|
10231
10204
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10232
10205
|
type Query = {};
|
|
10233
10206
|
}
|
|
10234
10207
|
namespace Responses {
|
|
10235
|
-
namespace $
|
|
10208
|
+
namespace $204 {
|
|
10209
|
+
namespace Content {
|
|
10210
|
+
type Empty = unknown;
|
|
10211
|
+
}
|
|
10212
|
+
}
|
|
10213
|
+
namespace $400 {
|
|
10236
10214
|
namespace Content {
|
|
10237
10215
|
interface ApplicationJson {
|
|
10238
|
-
|
|
10216
|
+
[k: string]: unknown;
|
|
10239
10217
|
}
|
|
10240
10218
|
}
|
|
10241
10219
|
}
|
|
10242
|
-
namespace $
|
|
10220
|
+
namespace $404 {
|
|
10243
10221
|
namespace Content {
|
|
10244
10222
|
interface ApplicationJson {
|
|
10245
10223
|
[k: string]: unknown;
|
|
@@ -10263,23 +10241,31 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10263
10241
|
}
|
|
10264
10242
|
}
|
|
10265
10243
|
}
|
|
10266
|
-
namespace
|
|
10267
|
-
namespace
|
|
10268
|
-
|
|
10244
|
+
namespace V2DomainsDomainIdDeclarationsAuthcode { }
|
|
10245
|
+
namespace V2DomainsDomainIdDeclarationsHandles { }
|
|
10246
|
+
namespace V2DomainsHandleSchemaDomainName { }
|
|
10247
|
+
namespace V2DomainsDomainIdScreenshotsNewest { }
|
|
10248
|
+
namespace V2ProjectsProjectIdDomains { }
|
|
10249
|
+
namespace V2FileTokenRulesToken { }
|
|
10250
|
+
namespace V2FileTypeRulesName { }
|
|
10251
|
+
namespace V2ProjectsProjectIdIngresses { }
|
|
10252
|
+
namespace V2IngressesIngressIdPaths {
|
|
10253
|
+
namespace Patch {
|
|
10269
10254
|
namespace Parameters {
|
|
10270
10255
|
type Path = {
|
|
10271
|
-
|
|
10256
|
+
ingressId: string;
|
|
10272
10257
|
};
|
|
10258
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
10273
10259
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10274
10260
|
type Query = {};
|
|
10275
10261
|
}
|
|
10276
10262
|
namespace Responses {
|
|
10277
|
-
namespace $
|
|
10263
|
+
namespace $204 {
|
|
10278
10264
|
namespace Content {
|
|
10279
|
-
type
|
|
10265
|
+
type Empty = unknown;
|
|
10280
10266
|
}
|
|
10281
10267
|
}
|
|
10282
|
-
namespace $
|
|
10268
|
+
namespace $404 {
|
|
10283
10269
|
namespace Content {
|
|
10284
10270
|
interface ApplicationJson {
|
|
10285
10271
|
[k: string]: unknown;
|
|
@@ -10302,10 +10288,27 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10302
10288
|
}
|
|
10303
10289
|
}
|
|
10304
10290
|
}
|
|
10305
|
-
|
|
10291
|
+
}
|
|
10292
|
+
namespace V2IngressesIngressIdTls {
|
|
10293
|
+
namespace Patch {
|
|
10306
10294
|
namespace Parameters {
|
|
10307
10295
|
type Path = {
|
|
10308
|
-
|
|
10296
|
+
ingressId: string;
|
|
10297
|
+
};
|
|
10298
|
+
type RequestBody = {
|
|
10299
|
+
acme: boolean;
|
|
10300
|
+
/**
|
|
10301
|
+
* @deprecated
|
|
10302
|
+
* Was added by mistake. Never did anything.
|
|
10303
|
+
*/
|
|
10304
|
+
isCreated?: boolean;
|
|
10305
|
+
/**
|
|
10306
|
+
* @deprecated
|
|
10307
|
+
* Was added by mistake. Never did anything.
|
|
10308
|
+
*/
|
|
10309
|
+
requestDeadline?: string;
|
|
10310
|
+
} | {
|
|
10311
|
+
certificateId: string;
|
|
10309
10312
|
};
|
|
10310
10313
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10311
10314
|
type Query = {};
|
|
@@ -10313,10 +10316,25 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10313
10316
|
namespace Responses {
|
|
10314
10317
|
namespace $200 {
|
|
10315
10318
|
namespace Content {
|
|
10316
|
-
|
|
10319
|
+
interface ApplicationJson {
|
|
10320
|
+
}
|
|
10317
10321
|
}
|
|
10318
10322
|
}
|
|
10319
|
-
namespace $
|
|
10323
|
+
namespace $403 {
|
|
10324
|
+
namespace Content {
|
|
10325
|
+
interface ApplicationJson {
|
|
10326
|
+
[k: string]: unknown;
|
|
10327
|
+
}
|
|
10328
|
+
}
|
|
10329
|
+
}
|
|
10330
|
+
namespace $404 {
|
|
10331
|
+
namespace Content {
|
|
10332
|
+
interface ApplicationJson {
|
|
10333
|
+
[k: string]: unknown;
|
|
10334
|
+
}
|
|
10335
|
+
}
|
|
10336
|
+
}
|
|
10337
|
+
namespace $412 {
|
|
10320
10338
|
namespace Content {
|
|
10321
10339
|
interface ApplicationJson {
|
|
10322
10340
|
[k: string]: unknown;
|
|
@@ -10340,20 +10358,34 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10340
10358
|
}
|
|
10341
10359
|
}
|
|
10342
10360
|
}
|
|
10343
|
-
namespace
|
|
10344
|
-
namespace
|
|
10345
|
-
|
|
10361
|
+
namespace V2CustomersCustomerIdInvoicesInvoiceId { }
|
|
10362
|
+
namespace V2DeliveryboxesIdDescription { }
|
|
10363
|
+
namespace V2DeliveryboxesIdPassword { }
|
|
10364
|
+
namespace V2MailaddressesIdAddress { }
|
|
10365
|
+
namespace V2ProjectsProjectIdMailsettingsBlacklist { }
|
|
10366
|
+
namespace V2ProjectsProjectIdMailsettingsWhitelist { }
|
|
10367
|
+
namespace V2MailaddressesMailAddressIdAutoResponder { }
|
|
10368
|
+
namespace V2MailAddressesMailAddressIdAutoresponder {
|
|
10369
|
+
namespace Patch {
|
|
10346
10370
|
namespace Parameters {
|
|
10347
10371
|
type Path = {
|
|
10348
|
-
|
|
10372
|
+
mailAddressId: string;
|
|
10349
10373
|
};
|
|
10374
|
+
interface RequestBody {
|
|
10375
|
+
autoResponder: {
|
|
10376
|
+
active: boolean;
|
|
10377
|
+
expiresAt?: string;
|
|
10378
|
+
message: string;
|
|
10379
|
+
startsAt?: string;
|
|
10380
|
+
};
|
|
10381
|
+
}
|
|
10350
10382
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10351
10383
|
type Query = {};
|
|
10352
10384
|
}
|
|
10353
10385
|
namespace Responses {
|
|
10354
|
-
namespace $
|
|
10386
|
+
namespace $204 {
|
|
10355
10387
|
namespace Content {
|
|
10356
|
-
type
|
|
10388
|
+
type Empty = unknown;
|
|
10357
10389
|
}
|
|
10358
10390
|
}
|
|
10359
10391
|
namespace $400 {
|
|
@@ -10363,27 +10395,578 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10363
10395
|
}
|
|
10364
10396
|
}
|
|
10365
10397
|
}
|
|
10366
|
-
namespace $
|
|
10398
|
+
namespace $403 {
|
|
10367
10399
|
namespace Content {
|
|
10368
10400
|
interface ApplicationJson {
|
|
10369
10401
|
[k: string]: unknown;
|
|
10370
10402
|
}
|
|
10371
10403
|
}
|
|
10372
10404
|
}
|
|
10373
|
-
namespace
|
|
10405
|
+
namespace $404 {
|
|
10374
10406
|
namespace Content {
|
|
10375
10407
|
interface ApplicationJson {
|
|
10376
10408
|
[k: string]: unknown;
|
|
10377
10409
|
}
|
|
10378
10410
|
}
|
|
10379
10411
|
}
|
|
10380
|
-
|
|
10381
|
-
|
|
10382
|
-
|
|
10383
|
-
|
|
10384
|
-
|
|
10385
|
-
|
|
10386
|
-
|
|
10412
|
+
namespace $429 {
|
|
10413
|
+
namespace Content {
|
|
10414
|
+
interface ApplicationJson {
|
|
10415
|
+
[k: string]: unknown;
|
|
10416
|
+
}
|
|
10417
|
+
}
|
|
10418
|
+
}
|
|
10419
|
+
namespace $500 {
|
|
10420
|
+
namespace Content {
|
|
10421
|
+
interface ApplicationJson {
|
|
10422
|
+
[k: string]: unknown;
|
|
10423
|
+
}
|
|
10424
|
+
}
|
|
10425
|
+
}
|
|
10426
|
+
namespace $503 {
|
|
10427
|
+
namespace Content {
|
|
10428
|
+
interface ApplicationJson {
|
|
10429
|
+
[k: string]: unknown;
|
|
10430
|
+
}
|
|
10431
|
+
}
|
|
10432
|
+
}
|
|
10433
|
+
namespace Default {
|
|
10434
|
+
namespace Content {
|
|
10435
|
+
interface ApplicationJson {
|
|
10436
|
+
[k: string]: unknown;
|
|
10437
|
+
}
|
|
10438
|
+
}
|
|
10439
|
+
}
|
|
10440
|
+
}
|
|
10441
|
+
}
|
|
10442
|
+
}
|
|
10443
|
+
namespace V2MailaddressesMailAddressIdCatchAll { }
|
|
10444
|
+
namespace V2MailAddressesMailAddressIdCatchall { }
|
|
10445
|
+
namespace V2MailaddressesMailAddressIdForwardaddresses { }
|
|
10446
|
+
namespace V2MailAddressesMailAddressIdForwardAddresses {
|
|
10447
|
+
namespace Patch {
|
|
10448
|
+
namespace Parameters {
|
|
10449
|
+
type Path = {
|
|
10450
|
+
mailAddressId: string;
|
|
10451
|
+
};
|
|
10452
|
+
interface RequestBody {
|
|
10453
|
+
forwardAddresses: string[];
|
|
10454
|
+
}
|
|
10455
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10456
|
+
type Query = {};
|
|
10457
|
+
}
|
|
10458
|
+
namespace Responses {
|
|
10459
|
+
namespace $204 {
|
|
10460
|
+
namespace Content {
|
|
10461
|
+
type Empty = unknown;
|
|
10462
|
+
}
|
|
10463
|
+
}
|
|
10464
|
+
namespace $400 {
|
|
10465
|
+
namespace Content {
|
|
10466
|
+
interface ApplicationJson {
|
|
10467
|
+
[k: string]: unknown;
|
|
10468
|
+
}
|
|
10469
|
+
}
|
|
10470
|
+
}
|
|
10471
|
+
namespace $403 {
|
|
10472
|
+
namespace Content {
|
|
10473
|
+
interface ApplicationJson {
|
|
10474
|
+
[k: string]: unknown;
|
|
10475
|
+
}
|
|
10476
|
+
}
|
|
10477
|
+
}
|
|
10478
|
+
namespace $404 {
|
|
10479
|
+
namespace Content {
|
|
10480
|
+
interface ApplicationJson {
|
|
10481
|
+
[k: string]: unknown;
|
|
10482
|
+
}
|
|
10483
|
+
}
|
|
10484
|
+
}
|
|
10485
|
+
namespace $429 {
|
|
10486
|
+
namespace Content {
|
|
10487
|
+
interface ApplicationJson {
|
|
10488
|
+
[k: string]: unknown;
|
|
10489
|
+
}
|
|
10490
|
+
}
|
|
10491
|
+
}
|
|
10492
|
+
namespace $500 {
|
|
10493
|
+
namespace Content {
|
|
10494
|
+
interface ApplicationJson {
|
|
10495
|
+
[k: string]: unknown;
|
|
10496
|
+
}
|
|
10497
|
+
}
|
|
10498
|
+
}
|
|
10499
|
+
namespace $503 {
|
|
10500
|
+
namespace Content {
|
|
10501
|
+
interface ApplicationJson {
|
|
10502
|
+
[k: string]: unknown;
|
|
10503
|
+
}
|
|
10504
|
+
}
|
|
10505
|
+
}
|
|
10506
|
+
namespace Default {
|
|
10507
|
+
namespace Content {
|
|
10508
|
+
interface ApplicationJson {
|
|
10509
|
+
[k: string]: unknown;
|
|
10510
|
+
}
|
|
10511
|
+
}
|
|
10512
|
+
}
|
|
10513
|
+
}
|
|
10514
|
+
}
|
|
10515
|
+
}
|
|
10516
|
+
namespace V2MailaddressesMailAddressIdPassword { }
|
|
10517
|
+
namespace V2MailAddressesMailAddressIdPassword {
|
|
10518
|
+
namespace Patch {
|
|
10519
|
+
namespace Parameters {
|
|
10520
|
+
type Path = {
|
|
10521
|
+
mailAddressId: string;
|
|
10522
|
+
};
|
|
10523
|
+
interface RequestBody {
|
|
10524
|
+
password: string;
|
|
10525
|
+
}
|
|
10526
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10527
|
+
type Query = {};
|
|
10528
|
+
}
|
|
10529
|
+
namespace Responses {
|
|
10530
|
+
namespace $204 {
|
|
10531
|
+
namespace Content {
|
|
10532
|
+
type Empty = unknown;
|
|
10533
|
+
}
|
|
10534
|
+
}
|
|
10535
|
+
namespace $400 {
|
|
10536
|
+
namespace Content {
|
|
10537
|
+
interface ApplicationJson {
|
|
10538
|
+
[k: string]: unknown;
|
|
10539
|
+
}
|
|
10540
|
+
}
|
|
10541
|
+
}
|
|
10542
|
+
namespace $403 {
|
|
10543
|
+
namespace Content {
|
|
10544
|
+
interface ApplicationJson {
|
|
10545
|
+
[k: string]: unknown;
|
|
10546
|
+
}
|
|
10547
|
+
}
|
|
10548
|
+
}
|
|
10549
|
+
namespace $404 {
|
|
10550
|
+
namespace Content {
|
|
10551
|
+
interface ApplicationJson {
|
|
10552
|
+
[k: string]: unknown;
|
|
10553
|
+
}
|
|
10554
|
+
}
|
|
10555
|
+
}
|
|
10556
|
+
namespace $429 {
|
|
10557
|
+
namespace Content {
|
|
10558
|
+
interface ApplicationJson {
|
|
10559
|
+
[k: string]: unknown;
|
|
10560
|
+
}
|
|
10561
|
+
}
|
|
10562
|
+
}
|
|
10563
|
+
namespace $500 {
|
|
10564
|
+
namespace Content {
|
|
10565
|
+
interface ApplicationJson {
|
|
10566
|
+
[k: string]: unknown;
|
|
10567
|
+
}
|
|
10568
|
+
}
|
|
10569
|
+
}
|
|
10570
|
+
namespace $503 {
|
|
10571
|
+
namespace Content {
|
|
10572
|
+
interface ApplicationJson {
|
|
10573
|
+
[k: string]: unknown;
|
|
10574
|
+
}
|
|
10575
|
+
}
|
|
10576
|
+
}
|
|
10577
|
+
namespace Default {
|
|
10578
|
+
namespace Content {
|
|
10579
|
+
interface ApplicationJson {
|
|
10580
|
+
[k: string]: unknown;
|
|
10581
|
+
}
|
|
10582
|
+
}
|
|
10583
|
+
}
|
|
10584
|
+
}
|
|
10585
|
+
}
|
|
10586
|
+
}
|
|
10587
|
+
namespace V2MailaddressesMailAddressIdQuota { }
|
|
10588
|
+
namespace V2MailAddressesMailAddressIdQuota {
|
|
10589
|
+
namespace Patch {
|
|
10590
|
+
namespace Parameters {
|
|
10591
|
+
type Path = {
|
|
10592
|
+
mailAddressId: string;
|
|
10593
|
+
};
|
|
10594
|
+
interface RequestBody {
|
|
10595
|
+
/**
|
|
10596
|
+
* 2 GB
|
|
10597
|
+
*/
|
|
10598
|
+
quotaInBytes: number;
|
|
10599
|
+
}
|
|
10600
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10601
|
+
type Query = {};
|
|
10602
|
+
}
|
|
10603
|
+
namespace Responses {
|
|
10604
|
+
namespace $204 {
|
|
10605
|
+
namespace Content {
|
|
10606
|
+
type Empty = unknown;
|
|
10607
|
+
}
|
|
10608
|
+
}
|
|
10609
|
+
namespace $400 {
|
|
10610
|
+
namespace Content {
|
|
10611
|
+
interface ApplicationJson {
|
|
10612
|
+
[k: string]: unknown;
|
|
10613
|
+
}
|
|
10614
|
+
}
|
|
10615
|
+
}
|
|
10616
|
+
namespace $403 {
|
|
10617
|
+
namespace Content {
|
|
10618
|
+
interface ApplicationJson {
|
|
10619
|
+
[k: string]: unknown;
|
|
10620
|
+
}
|
|
10621
|
+
}
|
|
10622
|
+
}
|
|
10623
|
+
namespace $404 {
|
|
10624
|
+
namespace Content {
|
|
10625
|
+
interface ApplicationJson {
|
|
10626
|
+
[k: string]: unknown;
|
|
10627
|
+
}
|
|
10628
|
+
}
|
|
10629
|
+
}
|
|
10630
|
+
namespace $429 {
|
|
10631
|
+
namespace Content {
|
|
10632
|
+
interface ApplicationJson {
|
|
10633
|
+
[k: string]: unknown;
|
|
10634
|
+
}
|
|
10635
|
+
}
|
|
10636
|
+
}
|
|
10637
|
+
namespace $500 {
|
|
10638
|
+
namespace Content {
|
|
10639
|
+
interface ApplicationJson {
|
|
10640
|
+
[k: string]: unknown;
|
|
10641
|
+
}
|
|
10642
|
+
}
|
|
10643
|
+
}
|
|
10644
|
+
namespace $503 {
|
|
10645
|
+
namespace Content {
|
|
10646
|
+
interface ApplicationJson {
|
|
10647
|
+
[k: string]: unknown;
|
|
10648
|
+
}
|
|
10649
|
+
}
|
|
10650
|
+
}
|
|
10651
|
+
namespace Default {
|
|
10652
|
+
namespace Content {
|
|
10653
|
+
interface ApplicationJson {
|
|
10654
|
+
[k: string]: unknown;
|
|
10655
|
+
}
|
|
10656
|
+
}
|
|
10657
|
+
}
|
|
10658
|
+
}
|
|
10659
|
+
}
|
|
10660
|
+
}
|
|
10661
|
+
namespace V2MailaddressesMailAddressIdSpamprotection { }
|
|
10662
|
+
namespace V2MailAddressesMailAddressIdSpamProtection {
|
|
10663
|
+
namespace Patch {
|
|
10664
|
+
namespace Parameters {
|
|
10665
|
+
type Path = {
|
|
10666
|
+
mailAddressId: string;
|
|
10667
|
+
};
|
|
10668
|
+
interface RequestBody {
|
|
10669
|
+
spamProtection: {
|
|
10670
|
+
active: boolean;
|
|
10671
|
+
autoDeleteSpam: boolean;
|
|
10672
|
+
folder: "inbox" | "spam";
|
|
10673
|
+
relocationMinSpamScore: number;
|
|
10674
|
+
};
|
|
10675
|
+
}
|
|
10676
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10677
|
+
type Query = {};
|
|
10678
|
+
}
|
|
10679
|
+
namespace Responses {
|
|
10680
|
+
namespace $204 {
|
|
10681
|
+
namespace Content {
|
|
10682
|
+
type Empty = unknown;
|
|
10683
|
+
}
|
|
10684
|
+
}
|
|
10685
|
+
namespace $400 {
|
|
10686
|
+
namespace Content {
|
|
10687
|
+
interface ApplicationJson {
|
|
10688
|
+
[k: string]: unknown;
|
|
10689
|
+
}
|
|
10690
|
+
}
|
|
10691
|
+
}
|
|
10692
|
+
namespace $403 {
|
|
10693
|
+
namespace Content {
|
|
10694
|
+
interface ApplicationJson {
|
|
10695
|
+
[k: string]: unknown;
|
|
10696
|
+
}
|
|
10697
|
+
}
|
|
10698
|
+
}
|
|
10699
|
+
namespace $404 {
|
|
10700
|
+
namespace Content {
|
|
10701
|
+
interface ApplicationJson {
|
|
10702
|
+
[k: string]: unknown;
|
|
10703
|
+
}
|
|
10704
|
+
}
|
|
10705
|
+
}
|
|
10706
|
+
namespace $429 {
|
|
10707
|
+
namespace Content {
|
|
10708
|
+
interface ApplicationJson {
|
|
10709
|
+
[k: string]: unknown;
|
|
10710
|
+
}
|
|
10711
|
+
}
|
|
10712
|
+
}
|
|
10713
|
+
namespace $500 {
|
|
10714
|
+
namespace Content {
|
|
10715
|
+
interface ApplicationJson {
|
|
10716
|
+
[k: string]: unknown;
|
|
10717
|
+
}
|
|
10718
|
+
}
|
|
10719
|
+
}
|
|
10720
|
+
namespace $503 {
|
|
10721
|
+
namespace Content {
|
|
10722
|
+
interface ApplicationJson {
|
|
10723
|
+
[k: string]: unknown;
|
|
10724
|
+
}
|
|
10725
|
+
}
|
|
10726
|
+
}
|
|
10727
|
+
namespace Default {
|
|
10728
|
+
namespace Content {
|
|
10729
|
+
interface ApplicationJson {
|
|
10730
|
+
[k: string]: unknown;
|
|
10731
|
+
}
|
|
10732
|
+
}
|
|
10733
|
+
}
|
|
10734
|
+
}
|
|
10735
|
+
}
|
|
10736
|
+
}
|
|
10737
|
+
namespace V2ProjectsProjectIdMailSettingsSetting { }
|
|
10738
|
+
namespace V2NewsletterSubscriptions {
|
|
10739
|
+
namespace Post {
|
|
10740
|
+
namespace Parameters {
|
|
10741
|
+
type Path = {};
|
|
10742
|
+
interface RequestBody {
|
|
10743
|
+
firstName?: string;
|
|
10744
|
+
lastName?: string;
|
|
10745
|
+
}
|
|
10746
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10747
|
+
type Query = {};
|
|
10748
|
+
}
|
|
10749
|
+
namespace Responses {
|
|
10750
|
+
namespace $200 {
|
|
10751
|
+
namespace Content {
|
|
10752
|
+
interface ApplicationJson {
|
|
10753
|
+
active: boolean;
|
|
10754
|
+
email: string;
|
|
10755
|
+
registered: boolean;
|
|
10756
|
+
}
|
|
10757
|
+
}
|
|
10758
|
+
}
|
|
10759
|
+
namespace $400 {
|
|
10760
|
+
namespace Content {
|
|
10761
|
+
interface ApplicationJson {
|
|
10762
|
+
[k: string]: unknown;
|
|
10763
|
+
}
|
|
10764
|
+
}
|
|
10765
|
+
}
|
|
10766
|
+
namespace $429 {
|
|
10767
|
+
namespace Content {
|
|
10768
|
+
interface ApplicationJson {
|
|
10769
|
+
[k: string]: unknown;
|
|
10770
|
+
}
|
|
10771
|
+
}
|
|
10772
|
+
}
|
|
10773
|
+
namespace Default {
|
|
10774
|
+
namespace Content {
|
|
10775
|
+
interface ApplicationJson {
|
|
10776
|
+
[k: string]: unknown;
|
|
10777
|
+
}
|
|
10778
|
+
}
|
|
10779
|
+
}
|
|
10780
|
+
}
|
|
10781
|
+
}
|
|
10782
|
+
}
|
|
10783
|
+
namespace V2ProjectsProjectIdLeave { }
|
|
10784
|
+
namespace V2SignupEmail { }
|
|
10785
|
+
namespace V2SignupPasswordResetConfirm { }
|
|
10786
|
+
namespace V2UsersSelfIssues { }
|
|
10787
|
+
namespace V2SignupTokenApiApiTokenId { }
|
|
10788
|
+
namespace V2SignupSshSshKeyId { }
|
|
10789
|
+
namespace V2SignupMfa { }
|
|
10790
|
+
namespace V2SignupPasswordReset { }
|
|
10791
|
+
namespace V2SignupLogout { }
|
|
10792
|
+
namespace V2SignupEmailResend { }
|
|
10793
|
+
namespace V2UserUserIdAvatar { }
|
|
10794
|
+
namespace V2UserFeedback { }
|
|
10795
|
+
namespace V2UserIssues { }
|
|
10796
|
+
namespace V2UserUserId { }
|
|
10797
|
+
namespace V2UserSettings { }
|
|
10798
|
+
namespace V2UserUserIdPhone { }
|
|
10799
|
+
namespace V2UserUserIdPhoneVerify { }
|
|
10800
|
+
namespace V2User { }
|
|
10801
|
+
namespace V2SignupSessions { }
|
|
10802
|
+
namespace V2SignupSessionsTokenId { }
|
|
10803
|
+
namespace V2SignupProfile { }
|
|
10804
|
+
namespace V2SignupEmailVerify { }
|
|
10805
|
+
namespace V2DnsZones { }
|
|
10806
|
+
namespace V2DnsZones {
|
|
10807
|
+
namespace Post {
|
|
10808
|
+
namespace Parameters {
|
|
10809
|
+
type Path = {};
|
|
10810
|
+
interface RequestBody {
|
|
10811
|
+
name: string;
|
|
10812
|
+
parentZoneId: string;
|
|
10813
|
+
}
|
|
10814
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10815
|
+
type Query = {};
|
|
10816
|
+
}
|
|
10817
|
+
namespace Responses {
|
|
10818
|
+
namespace $201 {
|
|
10819
|
+
namespace Content {
|
|
10820
|
+
interface ApplicationJson {
|
|
10821
|
+
id: string;
|
|
10822
|
+
}
|
|
10823
|
+
}
|
|
10824
|
+
}
|
|
10825
|
+
namespace $400 {
|
|
10826
|
+
namespace Content {
|
|
10827
|
+
interface ApplicationJson {
|
|
10828
|
+
[k: string]: unknown;
|
|
10829
|
+
}
|
|
10830
|
+
}
|
|
10831
|
+
}
|
|
10832
|
+
namespace $429 {
|
|
10833
|
+
namespace Content {
|
|
10834
|
+
interface ApplicationJson {
|
|
10835
|
+
[k: string]: unknown;
|
|
10836
|
+
}
|
|
10837
|
+
}
|
|
10838
|
+
}
|
|
10839
|
+
namespace Default {
|
|
10840
|
+
namespace Content {
|
|
10841
|
+
interface ApplicationJson {
|
|
10842
|
+
[k: string]: unknown;
|
|
10843
|
+
}
|
|
10844
|
+
}
|
|
10845
|
+
}
|
|
10846
|
+
}
|
|
10847
|
+
}
|
|
10848
|
+
}
|
|
10849
|
+
namespace V2DnsZonesDnsZoneId { }
|
|
10850
|
+
namespace V2DnsZonesDnsZoneId {
|
|
10851
|
+
namespace Get {
|
|
10852
|
+
namespace Parameters {
|
|
10853
|
+
type Path = {
|
|
10854
|
+
dnsZoneId: string;
|
|
10855
|
+
};
|
|
10856
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10857
|
+
type Query = {};
|
|
10858
|
+
}
|
|
10859
|
+
namespace Responses {
|
|
10860
|
+
namespace $200 {
|
|
10861
|
+
namespace Content {
|
|
10862
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DnsZone;
|
|
10863
|
+
}
|
|
10864
|
+
}
|
|
10865
|
+
namespace $400 {
|
|
10866
|
+
namespace Content {
|
|
10867
|
+
interface ApplicationJson {
|
|
10868
|
+
[k: string]: unknown;
|
|
10869
|
+
}
|
|
10870
|
+
}
|
|
10871
|
+
}
|
|
10872
|
+
namespace $429 {
|
|
10873
|
+
namespace Content {
|
|
10874
|
+
interface ApplicationJson {
|
|
10875
|
+
[k: string]: unknown;
|
|
10876
|
+
}
|
|
10877
|
+
}
|
|
10878
|
+
}
|
|
10879
|
+
namespace Default {
|
|
10880
|
+
namespace Content {
|
|
10881
|
+
interface ApplicationJson {
|
|
10882
|
+
[k: string]: unknown;
|
|
10883
|
+
}
|
|
10884
|
+
}
|
|
10885
|
+
}
|
|
10886
|
+
}
|
|
10887
|
+
}
|
|
10888
|
+
namespace Delete {
|
|
10889
|
+
namespace Parameters {
|
|
10890
|
+
type Path = {
|
|
10891
|
+
dnsZoneId: string;
|
|
10892
|
+
};
|
|
10893
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10894
|
+
type Query = {};
|
|
10895
|
+
}
|
|
10896
|
+
namespace Responses {
|
|
10897
|
+
namespace $200 {
|
|
10898
|
+
namespace Content {
|
|
10899
|
+
type Empty = unknown;
|
|
10900
|
+
}
|
|
10901
|
+
}
|
|
10902
|
+
namespace $400 {
|
|
10903
|
+
namespace Content {
|
|
10904
|
+
interface ApplicationJson {
|
|
10905
|
+
[k: string]: unknown;
|
|
10906
|
+
}
|
|
10907
|
+
}
|
|
10908
|
+
}
|
|
10909
|
+
namespace $429 {
|
|
10910
|
+
namespace Content {
|
|
10911
|
+
interface ApplicationJson {
|
|
10912
|
+
[k: string]: unknown;
|
|
10913
|
+
}
|
|
10914
|
+
}
|
|
10915
|
+
}
|
|
10916
|
+
namespace Default {
|
|
10917
|
+
namespace Content {
|
|
10918
|
+
interface ApplicationJson {
|
|
10919
|
+
[k: string]: unknown;
|
|
10920
|
+
}
|
|
10921
|
+
}
|
|
10922
|
+
}
|
|
10923
|
+
}
|
|
10924
|
+
}
|
|
10925
|
+
}
|
|
10926
|
+
namespace V2ProjectsProjectIdDnsZones { }
|
|
10927
|
+
namespace V2ProjectsProjectIdDnsZones {
|
|
10928
|
+
namespace Get {
|
|
10929
|
+
namespace Parameters {
|
|
10930
|
+
type Path = {
|
|
10931
|
+
projectId: string;
|
|
10932
|
+
};
|
|
10933
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10934
|
+
type Query = {};
|
|
10935
|
+
}
|
|
10936
|
+
namespace Responses {
|
|
10937
|
+
namespace $200 {
|
|
10938
|
+
namespace Content {
|
|
10939
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DnsZone[];
|
|
10940
|
+
}
|
|
10941
|
+
}
|
|
10942
|
+
namespace $400 {
|
|
10943
|
+
namespace Content {
|
|
10944
|
+
interface ApplicationJson {
|
|
10945
|
+
[k: string]: unknown;
|
|
10946
|
+
}
|
|
10947
|
+
}
|
|
10948
|
+
}
|
|
10949
|
+
namespace $429 {
|
|
10950
|
+
namespace Content {
|
|
10951
|
+
interface ApplicationJson {
|
|
10952
|
+
[k: string]: unknown;
|
|
10953
|
+
}
|
|
10954
|
+
}
|
|
10955
|
+
}
|
|
10956
|
+
namespace Default {
|
|
10957
|
+
namespace Content {
|
|
10958
|
+
interface ApplicationJson {
|
|
10959
|
+
[k: string]: unknown;
|
|
10960
|
+
}
|
|
10961
|
+
}
|
|
10962
|
+
}
|
|
10963
|
+
}
|
|
10964
|
+
}
|
|
10965
|
+
}
|
|
10966
|
+
namespace V2DnsZonesZoneIdRecordsetAcombinedCustom { }
|
|
10967
|
+
namespace V2DnsZonesZoneIdRecordsetAcombinedManagedIngress { }
|
|
10968
|
+
namespace V2DnsZonesZoneIdRecordsetCname { }
|
|
10969
|
+
namespace V2DnsZonesZoneIdRecordsetMxCustom { }
|
|
10387
10970
|
namespace V2DnsZonesZoneIdRecordsetMxManaged { }
|
|
10388
10971
|
namespace V2DnsZonesZoneIdRecordsetSrv { }
|
|
10389
10972
|
namespace V2DnsZonesZoneIdRecordsetTxt { }
|
|
@@ -10803,49 +11386,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10803
11386
|
}
|
|
10804
11387
|
}
|
|
10805
11388
|
}
|
|
10806
|
-
namespace V2Domains {
|
|
10807
|
-
namespace Get {
|
|
10808
|
-
namespace Parameters {
|
|
10809
|
-
type Path = {};
|
|
10810
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10811
|
-
type Query = {
|
|
10812
|
-
projectId?: string;
|
|
10813
|
-
page?: number;
|
|
10814
|
-
limit?: number;
|
|
10815
|
-
domainSearchName?: string;
|
|
10816
|
-
contactHash?: string;
|
|
10817
|
-
};
|
|
10818
|
-
}
|
|
10819
|
-
namespace Responses {
|
|
10820
|
-
namespace $200 {
|
|
10821
|
-
namespace Content {
|
|
10822
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomain[];
|
|
10823
|
-
}
|
|
10824
|
-
}
|
|
10825
|
-
namespace $400 {
|
|
10826
|
-
namespace Content {
|
|
10827
|
-
interface ApplicationJson {
|
|
10828
|
-
[k: string]: unknown;
|
|
10829
|
-
}
|
|
10830
|
-
}
|
|
10831
|
-
}
|
|
10832
|
-
namespace $429 {
|
|
10833
|
-
namespace Content {
|
|
10834
|
-
interface ApplicationJson {
|
|
10835
|
-
[k: string]: unknown;
|
|
10836
|
-
}
|
|
10837
|
-
}
|
|
10838
|
-
}
|
|
10839
|
-
namespace Default {
|
|
10840
|
-
namespace Content {
|
|
10841
|
-
interface ApplicationJson {
|
|
10842
|
-
[k: string]: unknown;
|
|
10843
|
-
}
|
|
10844
|
-
}
|
|
10845
|
-
}
|
|
10846
|
-
}
|
|
10847
|
-
}
|
|
10848
|
-
}
|
|
10849
11389
|
namespace V2DomainTldsTldContactSchemas {
|
|
10850
11390
|
namespace Get {
|
|
10851
11391
|
namespace Parameters {
|
|
@@ -11087,61 +11627,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11087
11627
|
namespace Responses {
|
|
11088
11628
|
namespace $200 {
|
|
11089
11629
|
namespace Content {
|
|
11090
|
-
interface ApplicationJson {
|
|
11091
|
-
[k: string]: unknown;
|
|
11092
|
-
}
|
|
11093
|
-
}
|
|
11094
|
-
}
|
|
11095
|
-
namespace $400 {
|
|
11096
|
-
namespace Content {
|
|
11097
|
-
interface ApplicationJson {
|
|
11098
|
-
[k: string]: unknown;
|
|
11099
|
-
}
|
|
11100
|
-
}
|
|
11101
|
-
}
|
|
11102
|
-
namespace $404 {
|
|
11103
|
-
namespace Content {
|
|
11104
|
-
interface ApplicationJson {
|
|
11105
|
-
[k: string]: unknown;
|
|
11106
|
-
}
|
|
11107
|
-
}
|
|
11108
|
-
}
|
|
11109
|
-
namespace $429 {
|
|
11110
|
-
namespace Content {
|
|
11111
|
-
interface ApplicationJson {
|
|
11112
|
-
[k: string]: unknown;
|
|
11113
|
-
}
|
|
11114
|
-
}
|
|
11115
|
-
}
|
|
11116
|
-
namespace Default {
|
|
11117
|
-
namespace Content {
|
|
11118
|
-
interface ApplicationJson {
|
|
11119
|
-
[k: string]: unknown;
|
|
11120
|
-
}
|
|
11121
|
-
}
|
|
11122
|
-
}
|
|
11123
|
-
}
|
|
11124
|
-
}
|
|
11125
|
-
}
|
|
11126
|
-
namespace V2DomainsDomainIdNameservers {
|
|
11127
|
-
namespace Patch {
|
|
11128
|
-
namespace Parameters {
|
|
11129
|
-
type Path = {
|
|
11130
|
-
domainId: string;
|
|
11131
|
-
};
|
|
11132
|
-
interface RequestBody {
|
|
11133
|
-
/**
|
|
11134
|
-
* @minItems 2
|
|
11135
|
-
*/
|
|
11136
|
-
nameservers?: [string, string, ...string[]];
|
|
11137
|
-
}
|
|
11138
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
11139
|
-
type Query = {};
|
|
11140
|
-
}
|
|
11141
|
-
namespace Responses {
|
|
11142
|
-
namespace $204 {
|
|
11143
|
-
namespace Content {
|
|
11144
|
-
type Empty = unknown;
|
|
11630
|
+
interface ApplicationJson {
|
|
11631
|
+
[k: string]: unknown;
|
|
11632
|
+
}
|
|
11145
11633
|
}
|
|
11146
11634
|
}
|
|
11147
11635
|
namespace $400 {
|
|
@@ -11768,260 +12256,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11768
12256
|
}
|
|
11769
12257
|
}
|
|
11770
12258
|
}
|
|
11771
|
-
namespace $429 {
|
|
11772
|
-
namespace Content {
|
|
11773
|
-
interface ApplicationJson {
|
|
11774
|
-
[k: string]: unknown;
|
|
11775
|
-
}
|
|
11776
|
-
}
|
|
11777
|
-
}
|
|
11778
|
-
namespace Default {
|
|
11779
|
-
namespace Content {
|
|
11780
|
-
interface ApplicationJson {
|
|
11781
|
-
[k: string]: unknown;
|
|
11782
|
-
}
|
|
11783
|
-
}
|
|
11784
|
-
}
|
|
11785
|
-
}
|
|
11786
|
-
}
|
|
11787
|
-
}
|
|
11788
|
-
namespace V2ExtensionsExtensionId {
|
|
11789
|
-
namespace Get {
|
|
11790
|
-
namespace Parameters {
|
|
11791
|
-
type Path = {
|
|
11792
|
-
extensionId: string;
|
|
11793
|
-
};
|
|
11794
|
-
type Header = {};
|
|
11795
|
-
type Query = {};
|
|
11796
|
-
}
|
|
11797
|
-
namespace Responses {
|
|
11798
|
-
namespace $200 {
|
|
11799
|
-
namespace Content {
|
|
11800
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceExtension;
|
|
11801
|
-
}
|
|
11802
|
-
}
|
|
11803
|
-
namespace $404 {
|
|
11804
|
-
namespace Content {
|
|
11805
|
-
interface ApplicationJson {
|
|
11806
|
-
[k: string]: unknown;
|
|
11807
|
-
}
|
|
11808
|
-
}
|
|
11809
|
-
}
|
|
11810
|
-
namespace $429 {
|
|
11811
|
-
namespace Content {
|
|
11812
|
-
interface ApplicationJson {
|
|
11813
|
-
[k: string]: unknown;
|
|
11814
|
-
}
|
|
11815
|
-
}
|
|
11816
|
-
}
|
|
11817
|
-
namespace Default {
|
|
11818
|
-
namespace Content {
|
|
11819
|
-
interface ApplicationJson {
|
|
11820
|
-
[k: string]: unknown;
|
|
11821
|
-
}
|
|
11822
|
-
}
|
|
11823
|
-
}
|
|
11824
|
-
}
|
|
11825
|
-
}
|
|
11826
|
-
}
|
|
11827
|
-
namespace V2WebhookPublicKeysSerial {
|
|
11828
|
-
namespace Get {
|
|
11829
|
-
namespace Parameters {
|
|
11830
|
-
type Path = {
|
|
11831
|
-
serial: string;
|
|
11832
|
-
};
|
|
11833
|
-
type Header = {};
|
|
11834
|
-
type Query = {};
|
|
11835
|
-
}
|
|
11836
|
-
namespace Responses {
|
|
11837
|
-
namespace $200 {
|
|
11838
|
-
namespace Content {
|
|
11839
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplacePublicKey;
|
|
11840
|
-
}
|
|
11841
|
-
}
|
|
11842
|
-
namespace $404 {
|
|
11843
|
-
namespace Content {
|
|
11844
|
-
interface ApplicationJson {
|
|
11845
|
-
[k: string]: unknown;
|
|
11846
|
-
}
|
|
11847
|
-
}
|
|
11848
|
-
}
|
|
11849
|
-
namespace $429 {
|
|
11850
|
-
namespace Content {
|
|
11851
|
-
interface ApplicationJson {
|
|
11852
|
-
[k: string]: unknown;
|
|
11853
|
-
}
|
|
11854
|
-
}
|
|
11855
|
-
}
|
|
11856
|
-
namespace Default {
|
|
11857
|
-
namespace Content {
|
|
11858
|
-
interface ApplicationJson {
|
|
11859
|
-
[k: string]: unknown;
|
|
11860
|
-
}
|
|
11861
|
-
}
|
|
11862
|
-
}
|
|
11863
|
-
}
|
|
11864
|
-
}
|
|
11865
|
-
}
|
|
11866
|
-
namespace V2Contributors {
|
|
11867
|
-
namespace Get {
|
|
11868
|
-
namespace Parameters {
|
|
11869
|
-
type Path = {};
|
|
11870
|
-
type Header = {};
|
|
11871
|
-
type Query = {
|
|
11872
|
-
limit?: number;
|
|
11873
|
-
skip?: number;
|
|
11874
|
-
page?: number;
|
|
11875
|
-
};
|
|
11876
|
-
}
|
|
11877
|
-
namespace Responses {
|
|
11878
|
-
namespace $200 {
|
|
11879
|
-
namespace Content {
|
|
11880
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceContributor[];
|
|
11881
|
-
}
|
|
11882
|
-
}
|
|
11883
|
-
namespace $429 {
|
|
11884
|
-
namespace Content {
|
|
11885
|
-
interface ApplicationJson {
|
|
11886
|
-
[k: string]: unknown;
|
|
11887
|
-
}
|
|
11888
|
-
}
|
|
11889
|
-
}
|
|
11890
|
-
namespace Default {
|
|
11891
|
-
namespace Content {
|
|
11892
|
-
interface ApplicationJson {
|
|
11893
|
-
[k: string]: unknown;
|
|
11894
|
-
}
|
|
11895
|
-
}
|
|
11896
|
-
}
|
|
11897
|
-
}
|
|
11898
|
-
}
|
|
11899
|
-
}
|
|
11900
|
-
namespace V2Extensions {
|
|
11901
|
-
namespace Get {
|
|
11902
|
-
namespace Parameters {
|
|
11903
|
-
type Path = {};
|
|
11904
|
-
type Header = {};
|
|
11905
|
-
type Query = {
|
|
11906
|
-
context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
|
|
11907
|
-
limit?: number;
|
|
11908
|
-
skip?: number;
|
|
11909
|
-
page?: number;
|
|
11910
|
-
};
|
|
11911
|
-
}
|
|
11912
|
-
namespace Responses {
|
|
11913
|
-
namespace $200 {
|
|
11914
|
-
namespace Content {
|
|
11915
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceExtension[];
|
|
11916
|
-
}
|
|
11917
|
-
}
|
|
11918
|
-
namespace $429 {
|
|
11919
|
-
namespace Content {
|
|
11920
|
-
interface ApplicationJson {
|
|
11921
|
-
[k: string]: unknown;
|
|
11922
|
-
}
|
|
11923
|
-
}
|
|
11924
|
-
}
|
|
11925
|
-
namespace Default {
|
|
11926
|
-
namespace Content {
|
|
11927
|
-
interface ApplicationJson {
|
|
11928
|
-
[k: string]: unknown;
|
|
11929
|
-
}
|
|
11930
|
-
}
|
|
11931
|
-
}
|
|
11932
|
-
}
|
|
11933
|
-
}
|
|
11934
|
-
}
|
|
11935
|
-
namespace V2ContributorsContributorIdExtensions {
|
|
11936
|
-
namespace Get {
|
|
11937
|
-
namespace Parameters {
|
|
11938
|
-
type Path = {
|
|
11939
|
-
contributorId: string;
|
|
11940
|
-
};
|
|
11941
|
-
type Header = {};
|
|
11942
|
-
type Query = {
|
|
11943
|
-
limit?: number;
|
|
11944
|
-
skip?: number;
|
|
11945
|
-
page?: number;
|
|
11946
|
-
};
|
|
11947
|
-
}
|
|
11948
|
-
namespace Responses {
|
|
11949
|
-
namespace $200 {
|
|
11950
|
-
namespace Content {
|
|
11951
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceOwnExtension[];
|
|
11952
|
-
}
|
|
11953
|
-
}
|
|
11954
|
-
namespace $429 {
|
|
11955
|
-
namespace Content {
|
|
11956
|
-
interface ApplicationJson {
|
|
11957
|
-
[k: string]: unknown;
|
|
11958
|
-
}
|
|
11959
|
-
}
|
|
11960
|
-
}
|
|
11961
|
-
namespace Default {
|
|
11962
|
-
namespace Content {
|
|
11963
|
-
interface ApplicationJson {
|
|
11964
|
-
[k: string]: unknown;
|
|
11965
|
-
}
|
|
11966
|
-
}
|
|
11967
|
-
}
|
|
11968
|
-
}
|
|
11969
|
-
}
|
|
11970
|
-
}
|
|
11971
|
-
namespace V2Files {
|
|
11972
|
-
namespace Post {
|
|
11973
|
-
namespace Parameters {
|
|
11974
|
-
type Path = {};
|
|
11975
|
-
interface RequestBody {
|
|
11976
|
-
[k: string]: unknown;
|
|
11977
|
-
}
|
|
11978
|
-
type Header = {
|
|
11979
|
-
Token: string;
|
|
11980
|
-
};
|
|
11981
|
-
type Query = {};
|
|
11982
|
-
}
|
|
11983
|
-
namespace Responses {
|
|
11984
|
-
namespace $201 {
|
|
11985
|
-
namespace Content {
|
|
11986
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileMeta;
|
|
11987
|
-
}
|
|
11988
|
-
}
|
|
11989
|
-
namespace $400 {
|
|
11990
|
-
namespace Content {
|
|
11991
|
-
interface ApplicationJson {
|
|
11992
|
-
[k: string]: unknown;
|
|
11993
|
-
}
|
|
11994
|
-
}
|
|
11995
|
-
}
|
|
11996
|
-
namespace $401 {
|
|
11997
|
-
namespace Content {
|
|
11998
|
-
interface ApplicationJson {
|
|
11999
|
-
[k: string]: unknown;
|
|
12000
|
-
}
|
|
12001
|
-
}
|
|
12002
|
-
}
|
|
12003
|
-
namespace $406 {
|
|
12004
|
-
namespace Content {
|
|
12005
|
-
interface ApplicationJson {
|
|
12006
|
-
[k: string]: unknown;
|
|
12007
|
-
}
|
|
12008
|
-
}
|
|
12009
|
-
}
|
|
12010
|
-
namespace $422 {
|
|
12011
|
-
namespace Content {
|
|
12012
|
-
interface ApplicationJson {
|
|
12013
|
-
[k: string]: unknown;
|
|
12014
|
-
}
|
|
12015
|
-
}
|
|
12016
|
-
}
|
|
12017
|
-
namespace $429 {
|
|
12018
|
-
namespace Content {
|
|
12019
|
-
interface ApplicationJson {
|
|
12020
|
-
[k: string]: unknown;
|
|
12021
|
-
}
|
|
12022
|
-
}
|
|
12023
|
-
}
|
|
12024
|
-
namespace $500 {
|
|
12259
|
+
namespace $429 {
|
|
12025
12260
|
namespace Content {
|
|
12026
12261
|
interface ApplicationJson {
|
|
12027
12262
|
[k: string]: unknown;
|
|
@@ -12038,54 +12273,61 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12038
12273
|
}
|
|
12039
12274
|
}
|
|
12040
12275
|
}
|
|
12041
|
-
namespace
|
|
12276
|
+
namespace V2ExtensionsExtensionId {
|
|
12042
12277
|
namespace Get {
|
|
12043
12278
|
namespace Parameters {
|
|
12044
12279
|
type Path = {
|
|
12045
|
-
|
|
12046
|
-
};
|
|
12047
|
-
type Header = {
|
|
12048
|
-
Token?: string;
|
|
12049
|
-
};
|
|
12050
|
-
type Query = {
|
|
12051
|
-
token?: string;
|
|
12280
|
+
extensionId: string;
|
|
12052
12281
|
};
|
|
12282
|
+
type Header = {};
|
|
12283
|
+
type Query = {};
|
|
12053
12284
|
}
|
|
12054
12285
|
namespace Responses {
|
|
12055
12286
|
namespace $200 {
|
|
12056
12287
|
namespace Content {
|
|
12057
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
12288
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceExtension;
|
|
12058
12289
|
}
|
|
12059
12290
|
}
|
|
12060
|
-
namespace $
|
|
12291
|
+
namespace $404 {
|
|
12061
12292
|
namespace Content {
|
|
12062
12293
|
interface ApplicationJson {
|
|
12063
12294
|
[k: string]: unknown;
|
|
12064
12295
|
}
|
|
12065
12296
|
}
|
|
12066
12297
|
}
|
|
12067
|
-
namespace $
|
|
12298
|
+
namespace $429 {
|
|
12068
12299
|
namespace Content {
|
|
12069
12300
|
interface ApplicationJson {
|
|
12070
12301
|
[k: string]: unknown;
|
|
12071
12302
|
}
|
|
12072
12303
|
}
|
|
12073
12304
|
}
|
|
12074
|
-
namespace
|
|
12305
|
+
namespace Default {
|
|
12075
12306
|
namespace Content {
|
|
12076
12307
|
interface ApplicationJson {
|
|
12077
12308
|
[k: string]: unknown;
|
|
12078
12309
|
}
|
|
12079
12310
|
}
|
|
12080
12311
|
}
|
|
12081
|
-
|
|
12312
|
+
}
|
|
12313
|
+
}
|
|
12314
|
+
}
|
|
12315
|
+
namespace V2WebhookPublicKeysSerial {
|
|
12316
|
+
namespace Get {
|
|
12317
|
+
namespace Parameters {
|
|
12318
|
+
type Path = {
|
|
12319
|
+
serial: string;
|
|
12320
|
+
};
|
|
12321
|
+
type Header = {};
|
|
12322
|
+
type Query = {};
|
|
12323
|
+
}
|
|
12324
|
+
namespace Responses {
|
|
12325
|
+
namespace $200 {
|
|
12082
12326
|
namespace Content {
|
|
12083
|
-
|
|
12084
|
-
[k: string]: unknown;
|
|
12085
|
-
}
|
|
12327
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplacePublicKey;
|
|
12086
12328
|
}
|
|
12087
12329
|
}
|
|
12088
|
-
namespace $
|
|
12330
|
+
namespace $404 {
|
|
12089
12331
|
namespace Content {
|
|
12090
12332
|
interface ApplicationJson {
|
|
12091
12333
|
[k: string]: unknown;
|
|
@@ -12099,13 +12341,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12099
12341
|
}
|
|
12100
12342
|
}
|
|
12101
12343
|
}
|
|
12102
|
-
namespace $500 {
|
|
12103
|
-
namespace Content {
|
|
12104
|
-
interface ApplicationJson {
|
|
12105
|
-
[k: string]: unknown;
|
|
12106
|
-
}
|
|
12107
|
-
}
|
|
12108
|
-
}
|
|
12109
12344
|
namespace Default {
|
|
12110
12345
|
namespace Content {
|
|
12111
12346
|
interface ApplicationJson {
|
|
@@ -12116,43 +12351,59 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12116
12351
|
}
|
|
12117
12352
|
}
|
|
12118
12353
|
}
|
|
12119
|
-
namespace
|
|
12354
|
+
namespace V2Contributors {
|
|
12120
12355
|
namespace Get {
|
|
12121
12356
|
namespace Parameters {
|
|
12122
|
-
type Path = {
|
|
12123
|
-
fileUploadToken: string;
|
|
12124
|
-
};
|
|
12357
|
+
type Path = {};
|
|
12125
12358
|
type Header = {};
|
|
12126
|
-
type Query = {
|
|
12359
|
+
type Query = {
|
|
12360
|
+
limit?: number;
|
|
12361
|
+
skip?: number;
|
|
12362
|
+
page?: number;
|
|
12363
|
+
};
|
|
12127
12364
|
}
|
|
12128
12365
|
namespace Responses {
|
|
12129
12366
|
namespace $200 {
|
|
12130
12367
|
namespace Content {
|
|
12131
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
12368
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceContributor[];
|
|
12132
12369
|
}
|
|
12133
12370
|
}
|
|
12134
|
-
namespace $
|
|
12371
|
+
namespace $429 {
|
|
12135
12372
|
namespace Content {
|
|
12136
12373
|
interface ApplicationJson {
|
|
12137
12374
|
[k: string]: unknown;
|
|
12138
12375
|
}
|
|
12139
12376
|
}
|
|
12140
12377
|
}
|
|
12141
|
-
namespace
|
|
12378
|
+
namespace Default {
|
|
12142
12379
|
namespace Content {
|
|
12143
12380
|
interface ApplicationJson {
|
|
12144
12381
|
[k: string]: unknown;
|
|
12145
12382
|
}
|
|
12146
12383
|
}
|
|
12147
12384
|
}
|
|
12148
|
-
|
|
12385
|
+
}
|
|
12386
|
+
}
|
|
12387
|
+
}
|
|
12388
|
+
namespace V2Extensions {
|
|
12389
|
+
namespace Get {
|
|
12390
|
+
namespace Parameters {
|
|
12391
|
+
type Path = {};
|
|
12392
|
+
type Header = {};
|
|
12393
|
+
type Query = {
|
|
12394
|
+
context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
|
|
12395
|
+
limit?: number;
|
|
12396
|
+
skip?: number;
|
|
12397
|
+
page?: number;
|
|
12398
|
+
};
|
|
12399
|
+
}
|
|
12400
|
+
namespace Responses {
|
|
12401
|
+
namespace $200 {
|
|
12149
12402
|
namespace Content {
|
|
12150
|
-
|
|
12151
|
-
[k: string]: unknown;
|
|
12152
|
-
}
|
|
12403
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceExtension[];
|
|
12153
12404
|
}
|
|
12154
12405
|
}
|
|
12155
|
-
namespace $
|
|
12406
|
+
namespace $429 {
|
|
12156
12407
|
namespace Content {
|
|
12157
12408
|
interface ApplicationJson {
|
|
12158
12409
|
[k: string]: unknown;
|
|
@@ -12169,36 +12420,26 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12169
12420
|
}
|
|
12170
12421
|
}
|
|
12171
12422
|
}
|
|
12172
|
-
namespace
|
|
12423
|
+
namespace V2ContributorsContributorIdExtensions {
|
|
12173
12424
|
namespace Get {
|
|
12174
12425
|
namespace Parameters {
|
|
12175
12426
|
type Path = {
|
|
12176
|
-
|
|
12427
|
+
contributorId: string;
|
|
12177
12428
|
};
|
|
12178
12429
|
type Header = {};
|
|
12179
|
-
type Query = {
|
|
12430
|
+
type Query = {
|
|
12431
|
+
limit?: number;
|
|
12432
|
+
skip?: number;
|
|
12433
|
+
page?: number;
|
|
12434
|
+
};
|
|
12180
12435
|
}
|
|
12181
12436
|
namespace Responses {
|
|
12182
12437
|
namespace $200 {
|
|
12183
12438
|
namespace Content {
|
|
12184
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
12185
|
-
}
|
|
12186
|
-
}
|
|
12187
|
-
namespace $400 {
|
|
12188
|
-
namespace Content {
|
|
12189
|
-
interface ApplicationJson {
|
|
12190
|
-
[k: string]: unknown;
|
|
12191
|
-
}
|
|
12192
|
-
}
|
|
12193
|
-
}
|
|
12194
|
-
namespace $404 {
|
|
12195
|
-
namespace Content {
|
|
12196
|
-
interface ApplicationJson {
|
|
12197
|
-
[k: string]: unknown;
|
|
12198
|
-
}
|
|
12439
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceOwnExtension[];
|
|
12199
12440
|
}
|
|
12200
12441
|
}
|
|
12201
|
-
namespace $
|
|
12442
|
+
namespace $429 {
|
|
12202
12443
|
namespace Content {
|
|
12203
12444
|
interface ApplicationJson {
|
|
12204
12445
|
[k: string]: unknown;
|
|
@@ -12215,28 +12456,22 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12215
12456
|
}
|
|
12216
12457
|
}
|
|
12217
12458
|
}
|
|
12218
|
-
namespace
|
|
12219
|
-
namespace
|
|
12459
|
+
namespace V2Files {
|
|
12460
|
+
namespace Post {
|
|
12220
12461
|
namespace Parameters {
|
|
12221
|
-
type Path = {
|
|
12222
|
-
|
|
12223
|
-
|
|
12462
|
+
type Path = {};
|
|
12463
|
+
interface RequestBody {
|
|
12464
|
+
[k: string]: unknown;
|
|
12465
|
+
}
|
|
12224
12466
|
type Header = {
|
|
12225
|
-
|
|
12226
|
-
"Content-Disposition"?: "inline" | "attachment";
|
|
12227
|
-
Token?: string;
|
|
12228
|
-
};
|
|
12229
|
-
type Query = {
|
|
12230
|
-
accept?: "application/octet-stream" | "text/plain;base64";
|
|
12231
|
-
"content-disposition"?: "inline" | "attachment";
|
|
12232
|
-
token?: string;
|
|
12467
|
+
Token: string;
|
|
12233
12468
|
};
|
|
12469
|
+
type Query = {};
|
|
12234
12470
|
}
|
|
12235
12471
|
namespace Responses {
|
|
12236
|
-
namespace $
|
|
12472
|
+
namespace $201 {
|
|
12237
12473
|
namespace Content {
|
|
12238
|
-
type
|
|
12239
|
-
type TextPlainBase64 = string;
|
|
12474
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileMeta;
|
|
12240
12475
|
}
|
|
12241
12476
|
}
|
|
12242
12477
|
namespace $400 {
|
|
@@ -12253,14 +12488,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12253
12488
|
}
|
|
12254
12489
|
}
|
|
12255
12490
|
}
|
|
12256
|
-
namespace $
|
|
12257
|
-
namespace Content {
|
|
12258
|
-
interface ApplicationJson {
|
|
12259
|
-
[k: string]: unknown;
|
|
12260
|
-
}
|
|
12261
|
-
}
|
|
12262
|
-
}
|
|
12263
|
-
namespace $404 {
|
|
12491
|
+
namespace $406 {
|
|
12264
12492
|
namespace Content {
|
|
12265
12493
|
interface ApplicationJson {
|
|
12266
12494
|
[k: string]: unknown;
|
|
@@ -12298,29 +12526,23 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12298
12526
|
}
|
|
12299
12527
|
}
|
|
12300
12528
|
}
|
|
12301
|
-
namespace
|
|
12529
|
+
namespace V2FilesFileIdMeta {
|
|
12302
12530
|
namespace Get {
|
|
12303
12531
|
namespace Parameters {
|
|
12304
12532
|
type Path = {
|
|
12305
12533
|
fileId: string;
|
|
12306
|
-
fileName: string;
|
|
12307
12534
|
};
|
|
12308
12535
|
type Header = {
|
|
12309
|
-
Accept?: "application/octet-stream" | "text/plain;base64";
|
|
12310
|
-
"Content-Disposition"?: "inline" | "attachment";
|
|
12311
12536
|
Token?: string;
|
|
12312
12537
|
};
|
|
12313
12538
|
type Query = {
|
|
12314
|
-
accept?: "application/octet-stream" | "text/plain;base64";
|
|
12315
|
-
"content-disposition"?: "inline" | "attachment";
|
|
12316
12539
|
token?: string;
|
|
12317
12540
|
};
|
|
12318
12541
|
}
|
|
12319
12542
|
namespace Responses {
|
|
12320
12543
|
namespace $200 {
|
|
12321
12544
|
namespace Content {
|
|
12322
|
-
type
|
|
12323
|
-
type TextPlainBase64 = string;
|
|
12545
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileMeta;
|
|
12324
12546
|
}
|
|
12325
12547
|
}
|
|
12326
12548
|
namespace $400 {
|
|
@@ -12382,71 +12604,28 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12382
12604
|
}
|
|
12383
12605
|
}
|
|
12384
12606
|
}
|
|
12385
|
-
namespace
|
|
12607
|
+
namespace V2FileUploadTokensFileUploadTokenRules {
|
|
12386
12608
|
namespace Get {
|
|
12387
12609
|
namespace Parameters {
|
|
12388
|
-
type Path = {
|
|
12389
|
-
|
|
12390
|
-
type Query = {
|
|
12391
|
-
projectId?: string;
|
|
12392
|
-
certificateId?: string;
|
|
12393
|
-
limit?: number;
|
|
12394
|
-
skip?: number;
|
|
12395
|
-
page?: number;
|
|
12610
|
+
type Path = {
|
|
12611
|
+
fileUploadToken: string;
|
|
12396
12612
|
};
|
|
12613
|
+
type Header = {};
|
|
12614
|
+
type Query = {};
|
|
12397
12615
|
}
|
|
12398
12616
|
namespace Responses {
|
|
12399
12617
|
namespace $200 {
|
|
12400
12618
|
namespace Content {
|
|
12401
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
12402
|
-
}
|
|
12403
|
-
}
|
|
12404
|
-
namespace $404 {
|
|
12405
|
-
namespace Content {
|
|
12406
|
-
interface ApplicationJson {
|
|
12407
|
-
[k: string]: unknown;
|
|
12408
|
-
}
|
|
12409
|
-
}
|
|
12410
|
-
}
|
|
12411
|
-
namespace $429 {
|
|
12412
|
-
namespace Content {
|
|
12413
|
-
interface ApplicationJson {
|
|
12414
|
-
[k: string]: unknown;
|
|
12415
|
-
}
|
|
12619
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
|
|
12416
12620
|
}
|
|
12417
12621
|
}
|
|
12418
|
-
namespace
|
|
12622
|
+
namespace $400 {
|
|
12419
12623
|
namespace Content {
|
|
12420
12624
|
interface ApplicationJson {
|
|
12421
12625
|
[k: string]: unknown;
|
|
12422
12626
|
}
|
|
12423
12627
|
}
|
|
12424
12628
|
}
|
|
12425
|
-
}
|
|
12426
|
-
}
|
|
12427
|
-
namespace Post {
|
|
12428
|
-
namespace Parameters {
|
|
12429
|
-
type Path = {};
|
|
12430
|
-
interface RequestBody {
|
|
12431
|
-
hostname: string;
|
|
12432
|
-
/**
|
|
12433
|
-
* A list of paths. The default path `/` is always present and cannot be removed.
|
|
12434
|
-
*/
|
|
12435
|
-
paths: MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
12436
|
-
projectId: string;
|
|
12437
|
-
}
|
|
12438
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12439
|
-
type Query = {};
|
|
12440
|
-
}
|
|
12441
|
-
namespace Responses {
|
|
12442
|
-
namespace $201 {
|
|
12443
|
-
namespace Content {
|
|
12444
|
-
interface ApplicationJson {
|
|
12445
|
-
id: string;
|
|
12446
|
-
ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
|
|
12447
|
-
}
|
|
12448
|
-
}
|
|
12449
|
-
}
|
|
12450
12629
|
namespace $404 {
|
|
12451
12630
|
namespace Content {
|
|
12452
12631
|
interface ApplicationJson {
|
|
@@ -12461,39 +12640,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12461
12640
|
}
|
|
12462
12641
|
}
|
|
12463
12642
|
}
|
|
12464
|
-
namespace
|
|
12465
|
-
namespace Content {
|
|
12466
|
-
interface ApplicationJson {
|
|
12467
|
-
[k: string]: unknown;
|
|
12468
|
-
}
|
|
12469
|
-
}
|
|
12470
|
-
}
|
|
12471
|
-
}
|
|
12472
|
-
}
|
|
12473
|
-
}
|
|
12474
|
-
namespace V2IngressesIngressId {
|
|
12475
|
-
namespace Get {
|
|
12476
|
-
namespace Parameters {
|
|
12477
|
-
type Path = {
|
|
12478
|
-
ingressId: string;
|
|
12479
|
-
};
|
|
12480
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12481
|
-
type Query = {};
|
|
12482
|
-
}
|
|
12483
|
-
namespace Responses {
|
|
12484
|
-
namespace $200 {
|
|
12485
|
-
namespace Content {
|
|
12486
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.IngressIngress;
|
|
12487
|
-
}
|
|
12488
|
-
}
|
|
12489
|
-
namespace $404 {
|
|
12490
|
-
namespace Content {
|
|
12491
|
-
interface ApplicationJson {
|
|
12492
|
-
[k: string]: unknown;
|
|
12493
|
-
}
|
|
12494
|
-
}
|
|
12495
|
-
}
|
|
12496
|
-
namespace $429 {
|
|
12643
|
+
namespace $500 {
|
|
12497
12644
|
namespace Content {
|
|
12498
12645
|
interface ApplicationJson {
|
|
12499
12646
|
[k: string]: unknown;
|
|
@@ -12509,18 +12656,27 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12509
12656
|
}
|
|
12510
12657
|
}
|
|
12511
12658
|
}
|
|
12512
|
-
|
|
12659
|
+
}
|
|
12660
|
+
namespace V2FileUploadTypesFileUploadTypeRules {
|
|
12661
|
+
namespace Get {
|
|
12513
12662
|
namespace Parameters {
|
|
12514
12663
|
type Path = {
|
|
12515
|
-
|
|
12664
|
+
fileUploadType: "avatar" | "conversation";
|
|
12516
12665
|
};
|
|
12517
|
-
type Header = {}
|
|
12666
|
+
type Header = {};
|
|
12518
12667
|
type Query = {};
|
|
12519
12668
|
}
|
|
12520
12669
|
namespace Responses {
|
|
12521
|
-
namespace $
|
|
12670
|
+
namespace $200 {
|
|
12522
12671
|
namespace Content {
|
|
12523
|
-
type
|
|
12672
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
|
|
12673
|
+
}
|
|
12674
|
+
}
|
|
12675
|
+
namespace $400 {
|
|
12676
|
+
namespace Content {
|
|
12677
|
+
interface ApplicationJson {
|
|
12678
|
+
[k: string]: unknown;
|
|
12679
|
+
}
|
|
12524
12680
|
}
|
|
12525
12681
|
}
|
|
12526
12682
|
namespace $404 {
|
|
@@ -12530,7 +12686,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12530
12686
|
}
|
|
12531
12687
|
}
|
|
12532
12688
|
}
|
|
12533
|
-
namespace $
|
|
12689
|
+
namespace $500 {
|
|
12534
12690
|
namespace Content {
|
|
12535
12691
|
interface ApplicationJson {
|
|
12536
12692
|
[k: string]: unknown;
|
|
@@ -12547,23 +12703,45 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12547
12703
|
}
|
|
12548
12704
|
}
|
|
12549
12705
|
}
|
|
12550
|
-
namespace
|
|
12551
|
-
namespace
|
|
12706
|
+
namespace V2FilesFileId {
|
|
12707
|
+
namespace Get {
|
|
12552
12708
|
namespace Parameters {
|
|
12553
12709
|
type Path = {
|
|
12554
|
-
|
|
12710
|
+
fileId: string;
|
|
12711
|
+
};
|
|
12712
|
+
type Header = {
|
|
12713
|
+
Accept?: "application/octet-stream" | "text/plain;base64";
|
|
12714
|
+
"Content-Disposition"?: "inline" | "attachment";
|
|
12715
|
+
Token?: string;
|
|
12716
|
+
};
|
|
12717
|
+
type Query = {
|
|
12718
|
+
accept?: "application/octet-stream" | "text/plain;base64";
|
|
12719
|
+
"content-disposition"?: "inline" | "attachment";
|
|
12720
|
+
token?: string;
|
|
12555
12721
|
};
|
|
12556
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12557
|
-
type Query = {};
|
|
12558
12722
|
}
|
|
12559
12723
|
namespace Responses {
|
|
12560
12724
|
namespace $200 {
|
|
12725
|
+
namespace Content {
|
|
12726
|
+
type ApplicationOctetStream = string;
|
|
12727
|
+
type TextPlainBase64 = string;
|
|
12728
|
+
}
|
|
12729
|
+
}
|
|
12730
|
+
namespace $400 {
|
|
12561
12731
|
namespace Content {
|
|
12562
12732
|
interface ApplicationJson {
|
|
12733
|
+
[k: string]: unknown;
|
|
12563
12734
|
}
|
|
12564
12735
|
}
|
|
12565
12736
|
}
|
|
12566
|
-
namespace $
|
|
12737
|
+
namespace $401 {
|
|
12738
|
+
namespace Content {
|
|
12739
|
+
interface ApplicationJson {
|
|
12740
|
+
[k: string]: unknown;
|
|
12741
|
+
}
|
|
12742
|
+
}
|
|
12743
|
+
}
|
|
12744
|
+
namespace $403 {
|
|
12567
12745
|
namespace Content {
|
|
12568
12746
|
interface ApplicationJson {
|
|
12569
12747
|
[k: string]: unknown;
|
|
@@ -12577,7 +12755,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12577
12755
|
}
|
|
12578
12756
|
}
|
|
12579
12757
|
}
|
|
12580
|
-
namespace $
|
|
12758
|
+
namespace $422 {
|
|
12581
12759
|
namespace Content {
|
|
12582
12760
|
interface ApplicationJson {
|
|
12583
12761
|
[k: string]: unknown;
|
|
@@ -12591,6 +12769,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12591
12769
|
}
|
|
12592
12770
|
}
|
|
12593
12771
|
}
|
|
12772
|
+
namespace $500 {
|
|
12773
|
+
namespace Content {
|
|
12774
|
+
interface ApplicationJson {
|
|
12775
|
+
[k: string]: unknown;
|
|
12776
|
+
}
|
|
12777
|
+
}
|
|
12778
|
+
}
|
|
12594
12779
|
namespace Default {
|
|
12595
12780
|
namespace Content {
|
|
12596
12781
|
interface ApplicationJson {
|
|
@@ -12601,28 +12786,29 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12601
12786
|
}
|
|
12602
12787
|
}
|
|
12603
12788
|
}
|
|
12604
|
-
namespace
|
|
12605
|
-
namespace
|
|
12789
|
+
namespace V2FilesFileIdFileName {
|
|
12790
|
+
namespace Get {
|
|
12606
12791
|
namespace Parameters {
|
|
12607
|
-
type Path = {
|
|
12608
|
-
|
|
12609
|
-
|
|
12610
|
-
|
|
12611
|
-
|
|
12612
|
-
|
|
12613
|
-
|
|
12614
|
-
|
|
12615
|
-
|
|
12616
|
-
|
|
12617
|
-
|
|
12618
|
-
|
|
12619
|
-
|
|
12620
|
-
|
|
12792
|
+
type Path = {
|
|
12793
|
+
fileId: string;
|
|
12794
|
+
fileName: string;
|
|
12795
|
+
};
|
|
12796
|
+
type Header = {
|
|
12797
|
+
Accept?: "application/octet-stream" | "text/plain;base64";
|
|
12798
|
+
"Content-Disposition"?: "inline" | "attachment";
|
|
12799
|
+
Token?: string;
|
|
12800
|
+
};
|
|
12801
|
+
type Query = {
|
|
12802
|
+
accept?: "application/octet-stream" | "text/plain;base64";
|
|
12803
|
+
"content-disposition"?: "inline" | "attachment";
|
|
12804
|
+
token?: string;
|
|
12805
|
+
};
|
|
12621
12806
|
}
|
|
12622
12807
|
namespace Responses {
|
|
12623
12808
|
namespace $200 {
|
|
12624
12809
|
namespace Content {
|
|
12625
|
-
type
|
|
12810
|
+
type ApplicationOctetStream = string;
|
|
12811
|
+
type TextPlainBase64 = string;
|
|
12626
12812
|
}
|
|
12627
12813
|
}
|
|
12628
12814
|
namespace $400 {
|
|
@@ -12632,55 +12818,42 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12632
12818
|
}
|
|
12633
12819
|
}
|
|
12634
12820
|
}
|
|
12635
|
-
namespace $
|
|
12821
|
+
namespace $401 {
|
|
12636
12822
|
namespace Content {
|
|
12637
12823
|
interface ApplicationJson {
|
|
12638
12824
|
[k: string]: unknown;
|
|
12639
12825
|
}
|
|
12640
12826
|
}
|
|
12641
12827
|
}
|
|
12642
|
-
namespace $
|
|
12828
|
+
namespace $403 {
|
|
12643
12829
|
namespace Content {
|
|
12644
12830
|
interface ApplicationJson {
|
|
12645
12831
|
[k: string]: unknown;
|
|
12646
12832
|
}
|
|
12647
12833
|
}
|
|
12648
12834
|
}
|
|
12649
|
-
namespace
|
|
12835
|
+
namespace $404 {
|
|
12650
12836
|
namespace Content {
|
|
12651
12837
|
interface ApplicationJson {
|
|
12652
12838
|
[k: string]: unknown;
|
|
12653
12839
|
}
|
|
12654
12840
|
}
|
|
12655
12841
|
}
|
|
12656
|
-
|
|
12657
|
-
}
|
|
12658
|
-
}
|
|
12659
|
-
namespace V2ProjectsProjectIdIngresses { }
|
|
12660
|
-
namespace V2IngressesIngressIdPaths {
|
|
12661
|
-
namespace Patch {
|
|
12662
|
-
namespace Parameters {
|
|
12663
|
-
type Path = {
|
|
12664
|
-
ingressId: string;
|
|
12665
|
-
};
|
|
12666
|
-
type RequestBody = MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
12667
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12668
|
-
type Query = {};
|
|
12669
|
-
}
|
|
12670
|
-
namespace Responses {
|
|
12671
|
-
namespace $204 {
|
|
12842
|
+
namespace $422 {
|
|
12672
12843
|
namespace Content {
|
|
12673
|
-
|
|
12844
|
+
interface ApplicationJson {
|
|
12845
|
+
[k: string]: unknown;
|
|
12846
|
+
}
|
|
12674
12847
|
}
|
|
12675
12848
|
}
|
|
12676
|
-
namespace $
|
|
12849
|
+
namespace $429 {
|
|
12677
12850
|
namespace Content {
|
|
12678
12851
|
interface ApplicationJson {
|
|
12679
12852
|
[k: string]: unknown;
|
|
12680
12853
|
}
|
|
12681
12854
|
}
|
|
12682
12855
|
}
|
|
12683
|
-
namespace $
|
|
12856
|
+
namespace $500 {
|
|
12684
12857
|
namespace Content {
|
|
12685
12858
|
interface ApplicationJson {
|
|
12686
12859
|
[k: string]: unknown;
|
|
@@ -12697,26 +12870,23 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12697
12870
|
}
|
|
12698
12871
|
}
|
|
12699
12872
|
}
|
|
12700
|
-
namespace
|
|
12701
|
-
namespace
|
|
12873
|
+
namespace V2Ingresses {
|
|
12874
|
+
namespace Get {
|
|
12702
12875
|
namespace Parameters {
|
|
12703
|
-
type Path = {
|
|
12704
|
-
ingressId: string;
|
|
12705
|
-
};
|
|
12876
|
+
type Path = {};
|
|
12706
12877
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12707
|
-
type Query = {
|
|
12878
|
+
type Query = {
|
|
12879
|
+
projectId?: string;
|
|
12880
|
+
certificateId?: string;
|
|
12881
|
+
limit?: number;
|
|
12882
|
+
skip?: number;
|
|
12883
|
+
page?: number;
|
|
12884
|
+
};
|
|
12708
12885
|
}
|
|
12709
12886
|
namespace Responses {
|
|
12710
|
-
namespace $
|
|
12711
|
-
namespace Content {
|
|
12712
|
-
type Empty = unknown;
|
|
12713
|
-
}
|
|
12714
|
-
}
|
|
12715
|
-
namespace $400 {
|
|
12887
|
+
namespace $200 {
|
|
12716
12888
|
namespace Content {
|
|
12717
|
-
|
|
12718
|
-
[k: string]: unknown;
|
|
12719
|
-
}
|
|
12889
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.IngressIngress[];
|
|
12720
12890
|
}
|
|
12721
12891
|
}
|
|
12722
12892
|
namespace $404 {
|
|
@@ -12742,42 +12912,26 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12742
12912
|
}
|
|
12743
12913
|
}
|
|
12744
12914
|
}
|
|
12745
|
-
|
|
12746
|
-
namespace V2IngressesIngressIdTls {
|
|
12747
|
-
namespace Patch {
|
|
12915
|
+
namespace Post {
|
|
12748
12916
|
namespace Parameters {
|
|
12749
|
-
type Path = {
|
|
12750
|
-
|
|
12751
|
-
|
|
12752
|
-
type RequestBody = {
|
|
12753
|
-
acme: boolean;
|
|
12754
|
-
/**
|
|
12755
|
-
* @deprecated
|
|
12756
|
-
* Was added by mistake. Never did anything.
|
|
12757
|
-
*/
|
|
12758
|
-
isCreated?: boolean;
|
|
12917
|
+
type Path = {};
|
|
12918
|
+
interface RequestBody {
|
|
12919
|
+
hostname: string;
|
|
12759
12920
|
/**
|
|
12760
|
-
*
|
|
12761
|
-
* Was added by mistake. Never did anything.
|
|
12921
|
+
* A list of paths. The default path `/` is always present and cannot be removed.
|
|
12762
12922
|
*/
|
|
12763
|
-
|
|
12764
|
-
|
|
12765
|
-
|
|
12766
|
-
};
|
|
12923
|
+
paths: MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
12924
|
+
projectId: string;
|
|
12925
|
+
}
|
|
12767
12926
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12768
12927
|
type Query = {};
|
|
12769
12928
|
}
|
|
12770
12929
|
namespace Responses {
|
|
12771
|
-
namespace $
|
|
12772
|
-
namespace Content {
|
|
12773
|
-
interface ApplicationJson {
|
|
12774
|
-
}
|
|
12775
|
-
}
|
|
12776
|
-
}
|
|
12777
|
-
namespace $403 {
|
|
12930
|
+
namespace $201 {
|
|
12778
12931
|
namespace Content {
|
|
12779
12932
|
interface ApplicationJson {
|
|
12780
|
-
|
|
12933
|
+
id: string;
|
|
12934
|
+
ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
|
|
12781
12935
|
}
|
|
12782
12936
|
}
|
|
12783
12937
|
}
|
|
@@ -12788,13 +12942,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12788
12942
|
}
|
|
12789
12943
|
}
|
|
12790
12944
|
}
|
|
12791
|
-
namespace $412 {
|
|
12792
|
-
namespace Content {
|
|
12793
|
-
interface ApplicationJson {
|
|
12794
|
-
[k: string]: unknown;
|
|
12795
|
-
}
|
|
12796
|
-
}
|
|
12797
|
-
}
|
|
12798
12945
|
namespace $429 {
|
|
12799
12946
|
namespace Content {
|
|
12800
12947
|
interface ApplicationJson {
|
|
@@ -12812,11 +12959,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12812
12959
|
}
|
|
12813
12960
|
}
|
|
12814
12961
|
}
|
|
12815
|
-
namespace
|
|
12962
|
+
namespace V2IngressesIngressId {
|
|
12816
12963
|
namespace Get {
|
|
12817
12964
|
namespace Parameters {
|
|
12818
12965
|
type Path = {
|
|
12819
|
-
|
|
12966
|
+
ingressId: string;
|
|
12820
12967
|
};
|
|
12821
12968
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12822
12969
|
type Query = {};
|
|
@@ -12824,14 +12971,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12824
12971
|
namespace Responses {
|
|
12825
12972
|
namespace $200 {
|
|
12826
12973
|
namespace Content {
|
|
12827
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
12828
|
-
}
|
|
12829
|
-
}
|
|
12830
|
-
namespace $400 {
|
|
12831
|
-
namespace Content {
|
|
12832
|
-
interface ApplicationJson {
|
|
12833
|
-
[k: string]: unknown;
|
|
12834
|
-
}
|
|
12974
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.IngressIngress;
|
|
12835
12975
|
}
|
|
12836
12976
|
}
|
|
12837
12977
|
namespace $404 {
|
|
@@ -12857,27 +12997,18 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12857
12997
|
}
|
|
12858
12998
|
}
|
|
12859
12999
|
}
|
|
12860
|
-
|
|
12861
|
-
namespace V2CustomersCustomerIdInvoiceSettings {
|
|
12862
|
-
namespace Get {
|
|
13000
|
+
namespace Delete {
|
|
12863
13001
|
namespace Parameters {
|
|
12864
13002
|
type Path = {
|
|
12865
|
-
|
|
13003
|
+
ingressId: string;
|
|
12866
13004
|
};
|
|
12867
13005
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12868
13006
|
type Query = {};
|
|
12869
13007
|
}
|
|
12870
13008
|
namespace Responses {
|
|
12871
|
-
namespace $
|
|
12872
|
-
namespace Content {
|
|
12873
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoiceSettings;
|
|
12874
|
-
}
|
|
12875
|
-
}
|
|
12876
|
-
namespace $400 {
|
|
13009
|
+
namespace $204 {
|
|
12877
13010
|
namespace Content {
|
|
12878
|
-
|
|
12879
|
-
[k: string]: unknown;
|
|
12880
|
-
}
|
|
13011
|
+
type Empty = unknown;
|
|
12881
13012
|
}
|
|
12882
13013
|
}
|
|
12883
13014
|
namespace $404 {
|
|
@@ -12903,27 +13034,21 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12903
13034
|
}
|
|
12904
13035
|
}
|
|
12905
13036
|
}
|
|
12906
|
-
|
|
13037
|
+
}
|
|
13038
|
+
namespace V2IngressesIngressIdActionsVerifyOwnership {
|
|
13039
|
+
namespace Post {
|
|
12907
13040
|
namespace Parameters {
|
|
12908
13041
|
type Path = {
|
|
12909
|
-
|
|
13042
|
+
ingressId: string;
|
|
12910
13043
|
};
|
|
12911
|
-
interface RequestBody {
|
|
12912
|
-
additionalEmailRecipients?: string[];
|
|
12913
|
-
invoicePeriod: number;
|
|
12914
|
-
paymentSettings: MittwaldAPIV2.Components.Schemas.InvoicePaymentSettings;
|
|
12915
|
-
printedInvoices?: boolean;
|
|
12916
|
-
recipient?: MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
|
|
12917
|
-
recipientSameAsOwner?: boolean;
|
|
12918
|
-
targetDay?: number;
|
|
12919
|
-
}
|
|
12920
13044
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12921
13045
|
type Query = {};
|
|
12922
13046
|
}
|
|
12923
13047
|
namespace Responses {
|
|
12924
13048
|
namespace $200 {
|
|
12925
13049
|
namespace Content {
|
|
12926
|
-
|
|
13050
|
+
interface ApplicationJson {
|
|
13051
|
+
}
|
|
12927
13052
|
}
|
|
12928
13053
|
}
|
|
12929
13054
|
namespace $400 {
|
|
@@ -12933,7 +13058,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12933
13058
|
}
|
|
12934
13059
|
}
|
|
12935
13060
|
}
|
|
12936
|
-
namespace $404 {
|
|
13061
|
+
namespace $404 {
|
|
13062
|
+
namespace Content {
|
|
13063
|
+
interface ApplicationJson {
|
|
13064
|
+
[k: string]: unknown;
|
|
13065
|
+
}
|
|
13066
|
+
}
|
|
13067
|
+
}
|
|
13068
|
+
namespace $412 {
|
|
12937
13069
|
namespace Content {
|
|
12938
13070
|
interface ApplicationJson {
|
|
12939
13071
|
[k: string]: unknown;
|
|
@@ -12957,23 +13089,28 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12957
13089
|
}
|
|
12958
13090
|
}
|
|
12959
13091
|
}
|
|
12960
|
-
namespace
|
|
12961
|
-
namespace
|
|
13092
|
+
namespace V2ActionsListIngressesCompatibleWithCertificate {
|
|
13093
|
+
namespace Post {
|
|
12962
13094
|
namespace Parameters {
|
|
12963
|
-
type Path = {
|
|
12964
|
-
|
|
12965
|
-
|
|
12966
|
-
|
|
13095
|
+
type Path = {};
|
|
13096
|
+
interface RequestBody {
|
|
13097
|
+
/**
|
|
13098
|
+
* PEM-encoded certificate. Linebreaks have to be escaped with
|
|
13099
|
+
* .
|
|
13100
|
+
*/
|
|
13101
|
+
certificate: string;
|
|
13102
|
+
/**
|
|
13103
|
+
* The projects UUID.
|
|
13104
|
+
*/
|
|
13105
|
+
projectId: string;
|
|
13106
|
+
}
|
|
12967
13107
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12968
13108
|
type Query = {};
|
|
12969
13109
|
}
|
|
12970
13110
|
namespace Responses {
|
|
12971
13111
|
namespace $200 {
|
|
12972
13112
|
namespace Content {
|
|
12973
|
-
|
|
12974
|
-
accessToken: string;
|
|
12975
|
-
expiresAt: string;
|
|
12976
|
-
}
|
|
13113
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.IngressIngress[];
|
|
12977
13114
|
}
|
|
12978
13115
|
}
|
|
12979
13116
|
namespace $400 {
|
|
@@ -13007,24 +13144,19 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13007
13144
|
}
|
|
13008
13145
|
}
|
|
13009
13146
|
}
|
|
13010
|
-
namespace
|
|
13011
|
-
namespace
|
|
13147
|
+
namespace V2IngressesIngressIdActionsRequestAcmeCertificateIssuance {
|
|
13148
|
+
namespace Post {
|
|
13012
13149
|
namespace Parameters {
|
|
13013
13150
|
type Path = {
|
|
13014
|
-
|
|
13151
|
+
ingressId: string;
|
|
13015
13152
|
};
|
|
13016
13153
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13017
|
-
type Query = {
|
|
13018
|
-
invoiceTypes?: ("REGULAR" | "REISSUE" | "CORRECTION" | "CANCELLATION")[];
|
|
13019
|
-
limit?: number;
|
|
13020
|
-
skip?: number;
|
|
13021
|
-
page?: number;
|
|
13022
|
-
};
|
|
13154
|
+
type Query = {};
|
|
13023
13155
|
}
|
|
13024
13156
|
namespace Responses {
|
|
13025
|
-
namespace $
|
|
13157
|
+
namespace $204 {
|
|
13026
13158
|
namespace Content {
|
|
13027
|
-
type
|
|
13159
|
+
type Empty = unknown;
|
|
13028
13160
|
}
|
|
13029
13161
|
}
|
|
13030
13162
|
namespace $400 {
|
|
@@ -13058,25 +13190,19 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13058
13190
|
}
|
|
13059
13191
|
}
|
|
13060
13192
|
}
|
|
13061
|
-
namespace
|
|
13062
|
-
namespace V2ProjectsProjectIdDeliveryBoxes {
|
|
13193
|
+
namespace V2InvoicesInvoiceId {
|
|
13063
13194
|
namespace Get {
|
|
13064
13195
|
namespace Parameters {
|
|
13065
13196
|
type Path = {
|
|
13066
|
-
|
|
13197
|
+
invoiceId: string;
|
|
13067
13198
|
};
|
|
13068
13199
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13069
|
-
type Query = {
|
|
13070
|
-
search?: string;
|
|
13071
|
-
limit?: number;
|
|
13072
|
-
skip?: number;
|
|
13073
|
-
page?: number;
|
|
13074
|
-
};
|
|
13200
|
+
type Query = {};
|
|
13075
13201
|
}
|
|
13076
13202
|
namespace Responses {
|
|
13077
13203
|
namespace $200 {
|
|
13078
13204
|
namespace Content {
|
|
13079
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
13205
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoice;
|
|
13080
13206
|
}
|
|
13081
13207
|
}
|
|
13082
13208
|
namespace $400 {
|
|
@@ -13086,13 +13212,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13086
13212
|
}
|
|
13087
13213
|
}
|
|
13088
13214
|
}
|
|
13089
|
-
namespace $403 {
|
|
13090
|
-
namespace Content {
|
|
13091
|
-
interface ApplicationJson {
|
|
13092
|
-
[k: string]: unknown;
|
|
13093
|
-
}
|
|
13094
|
-
}
|
|
13095
|
-
}
|
|
13096
13215
|
namespace $404 {
|
|
13097
13216
|
namespace Content {
|
|
13098
13217
|
interface ApplicationJson {
|
|
@@ -13107,20 +13226,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13107
13226
|
}
|
|
13108
13227
|
}
|
|
13109
13228
|
}
|
|
13110
|
-
namespace $500 {
|
|
13111
|
-
namespace Content {
|
|
13112
|
-
interface ApplicationJson {
|
|
13113
|
-
[k: string]: unknown;
|
|
13114
|
-
}
|
|
13115
|
-
}
|
|
13116
|
-
}
|
|
13117
|
-
namespace $503 {
|
|
13118
|
-
namespace Content {
|
|
13119
|
-
interface ApplicationJson {
|
|
13120
|
-
[k: string]: unknown;
|
|
13121
|
-
}
|
|
13122
|
-
}
|
|
13123
|
-
}
|
|
13124
13229
|
namespace Default {
|
|
13125
13230
|
namespace Content {
|
|
13126
13231
|
interface ApplicationJson {
|
|
@@ -13130,24 +13235,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13130
13235
|
}
|
|
13131
13236
|
}
|
|
13132
13237
|
}
|
|
13133
|
-
|
|
13238
|
+
}
|
|
13239
|
+
namespace V2CustomersCustomerIdInvoiceSettings {
|
|
13240
|
+
namespace Get {
|
|
13134
13241
|
namespace Parameters {
|
|
13135
13242
|
type Path = {
|
|
13136
|
-
|
|
13243
|
+
customerId: string;
|
|
13137
13244
|
};
|
|
13138
|
-
interface RequestBody {
|
|
13139
|
-
description: string;
|
|
13140
|
-
password: string;
|
|
13141
|
-
}
|
|
13142
13245
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13143
13246
|
type Query = {};
|
|
13144
13247
|
}
|
|
13145
13248
|
namespace Responses {
|
|
13146
|
-
namespace $
|
|
13249
|
+
namespace $200 {
|
|
13147
13250
|
namespace Content {
|
|
13148
|
-
|
|
13149
|
-
id: string;
|
|
13150
|
-
}
|
|
13251
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoiceSettings;
|
|
13151
13252
|
}
|
|
13152
13253
|
}
|
|
13153
13254
|
namespace $400 {
|
|
@@ -13157,13 +13258,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13157
13258
|
}
|
|
13158
13259
|
}
|
|
13159
13260
|
}
|
|
13160
|
-
namespace $403 {
|
|
13161
|
-
namespace Content {
|
|
13162
|
-
interface ApplicationJson {
|
|
13163
|
-
[k: string]: unknown;
|
|
13164
|
-
}
|
|
13165
|
-
}
|
|
13166
|
-
}
|
|
13167
13261
|
namespace $404 {
|
|
13168
13262
|
namespace Content {
|
|
13169
13263
|
interface ApplicationJson {
|
|
@@ -13178,20 +13272,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13178
13272
|
}
|
|
13179
13273
|
}
|
|
13180
13274
|
}
|
|
13181
|
-
namespace $500 {
|
|
13182
|
-
namespace Content {
|
|
13183
|
-
interface ApplicationJson {
|
|
13184
|
-
[k: string]: unknown;
|
|
13185
|
-
}
|
|
13186
|
-
}
|
|
13187
|
-
}
|
|
13188
|
-
namespace $503 {
|
|
13189
|
-
namespace Content {
|
|
13190
|
-
interface ApplicationJson {
|
|
13191
|
-
[k: string]: unknown;
|
|
13192
|
-
}
|
|
13193
|
-
}
|
|
13194
|
-
}
|
|
13195
13275
|
namespace Default {
|
|
13196
13276
|
namespace Content {
|
|
13197
13277
|
interface ApplicationJson {
|
|
@@ -13201,26 +13281,27 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13201
13281
|
}
|
|
13202
13282
|
}
|
|
13203
13283
|
}
|
|
13204
|
-
|
|
13205
|
-
namespace V2ProjectsProjectIdMailaddresses { }
|
|
13206
|
-
namespace V2ProjectsProjectIdMailAddresses {
|
|
13207
|
-
namespace Get {
|
|
13284
|
+
namespace Put {
|
|
13208
13285
|
namespace Parameters {
|
|
13209
13286
|
type Path = {
|
|
13210
|
-
|
|
13287
|
+
customerId: string;
|
|
13211
13288
|
};
|
|
13289
|
+
interface RequestBody {
|
|
13290
|
+
additionalEmailRecipients?: string[];
|
|
13291
|
+
invoicePeriod: number;
|
|
13292
|
+
paymentSettings: MittwaldAPIV2.Components.Schemas.InvoicePaymentSettings;
|
|
13293
|
+
printedInvoices?: boolean;
|
|
13294
|
+
recipient?: MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
|
|
13295
|
+
recipientSameAsOwner?: boolean;
|
|
13296
|
+
targetDay?: number;
|
|
13297
|
+
}
|
|
13212
13298
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13213
|
-
type Query = {
|
|
13214
|
-
search?: string;
|
|
13215
|
-
limit?: number;
|
|
13216
|
-
skip?: number;
|
|
13217
|
-
page?: number;
|
|
13218
|
-
};
|
|
13299
|
+
type Query = {};
|
|
13219
13300
|
}
|
|
13220
13301
|
namespace Responses {
|
|
13221
13302
|
namespace $200 {
|
|
13222
13303
|
namespace Content {
|
|
13223
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
13304
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoiceSettings;
|
|
13224
13305
|
}
|
|
13225
13306
|
}
|
|
13226
13307
|
namespace $400 {
|
|
@@ -13230,13 +13311,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13230
13311
|
}
|
|
13231
13312
|
}
|
|
13232
13313
|
}
|
|
13233
|
-
namespace $403 {
|
|
13234
|
-
namespace Content {
|
|
13235
|
-
interface ApplicationJson {
|
|
13236
|
-
[k: string]: unknown;
|
|
13237
|
-
}
|
|
13238
|
-
}
|
|
13239
|
-
}
|
|
13240
13314
|
namespace $404 {
|
|
13241
13315
|
namespace Content {
|
|
13242
13316
|
interface ApplicationJson {
|
|
@@ -13251,20 +13325,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13251
13325
|
}
|
|
13252
13326
|
}
|
|
13253
13327
|
}
|
|
13254
|
-
namespace $500 {
|
|
13255
|
-
namespace Content {
|
|
13256
|
-
interface ApplicationJson {
|
|
13257
|
-
[k: string]: unknown;
|
|
13258
|
-
}
|
|
13259
|
-
}
|
|
13260
|
-
}
|
|
13261
|
-
namespace $503 {
|
|
13262
|
-
namespace Content {
|
|
13263
|
-
interface ApplicationJson {
|
|
13264
|
-
[k: string]: unknown;
|
|
13265
|
-
}
|
|
13266
|
-
}
|
|
13267
|
-
}
|
|
13268
13328
|
namespace Default {
|
|
13269
13329
|
namespace Content {
|
|
13270
13330
|
interface ApplicationJson {
|
|
@@ -13274,20 +13334,23 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13274
13334
|
}
|
|
13275
13335
|
}
|
|
13276
13336
|
}
|
|
13277
|
-
|
|
13337
|
+
}
|
|
13338
|
+
namespace V2CustomersCustomerIdInvoicesInvoiceIdFileAccessToken {
|
|
13339
|
+
namespace Get {
|
|
13278
13340
|
namespace Parameters {
|
|
13279
13341
|
type Path = {
|
|
13280
|
-
|
|
13342
|
+
customerId: string;
|
|
13343
|
+
invoiceId: string;
|
|
13281
13344
|
};
|
|
13282
|
-
type RequestBody = MittwaldAPIV2.Components.Schemas.MailCreateForwardAddress | MittwaldAPIV2.Components.Schemas.MailCreateMailAddress;
|
|
13283
13345
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13284
13346
|
type Query = {};
|
|
13285
13347
|
}
|
|
13286
13348
|
namespace Responses {
|
|
13287
|
-
namespace $
|
|
13349
|
+
namespace $200 {
|
|
13288
13350
|
namespace Content {
|
|
13289
13351
|
interface ApplicationJson {
|
|
13290
|
-
|
|
13352
|
+
accessToken: string;
|
|
13353
|
+
expiresAt: string;
|
|
13291
13354
|
}
|
|
13292
13355
|
}
|
|
13293
13356
|
}
|
|
@@ -13298,13 +13361,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13298
13361
|
}
|
|
13299
13362
|
}
|
|
13300
13363
|
}
|
|
13301
|
-
namespace $403 {
|
|
13302
|
-
namespace Content {
|
|
13303
|
-
interface ApplicationJson {
|
|
13304
|
-
[k: string]: unknown;
|
|
13305
|
-
}
|
|
13306
|
-
}
|
|
13307
|
-
}
|
|
13308
13364
|
namespace $404 {
|
|
13309
13365
|
namespace Content {
|
|
13310
13366
|
interface ApplicationJson {
|
|
@@ -13319,20 +13375,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13319
13375
|
}
|
|
13320
13376
|
}
|
|
13321
13377
|
}
|
|
13322
|
-
namespace $500 {
|
|
13323
|
-
namespace Content {
|
|
13324
|
-
interface ApplicationJson {
|
|
13325
|
-
[k: string]: unknown;
|
|
13326
|
-
}
|
|
13327
|
-
}
|
|
13328
|
-
}
|
|
13329
|
-
namespace $503 {
|
|
13330
|
-
namespace Content {
|
|
13331
|
-
interface ApplicationJson {
|
|
13332
|
-
[k: string]: unknown;
|
|
13333
|
-
}
|
|
13334
|
-
}
|
|
13335
|
-
}
|
|
13336
13378
|
namespace Default {
|
|
13337
13379
|
namespace Content {
|
|
13338
13380
|
interface ApplicationJson {
|
|
@@ -13343,20 +13385,24 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13343
13385
|
}
|
|
13344
13386
|
}
|
|
13345
13387
|
}
|
|
13346
|
-
namespace
|
|
13347
|
-
namespace V2DeliveryBoxesDeliveryBoxId {
|
|
13388
|
+
namespace V2CustomersCustomerIdInvoices {
|
|
13348
13389
|
namespace Get {
|
|
13349
13390
|
namespace Parameters {
|
|
13350
13391
|
type Path = {
|
|
13351
|
-
|
|
13392
|
+
customerId: string;
|
|
13352
13393
|
};
|
|
13353
13394
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13354
|
-
type Query = {
|
|
13395
|
+
type Query = {
|
|
13396
|
+
invoiceTypes?: ("REGULAR" | "REISSUE" | "CORRECTION" | "CANCELLATION")[];
|
|
13397
|
+
limit?: number;
|
|
13398
|
+
skip?: number;
|
|
13399
|
+
page?: number;
|
|
13400
|
+
};
|
|
13355
13401
|
}
|
|
13356
13402
|
namespace Responses {
|
|
13357
13403
|
namespace $200 {
|
|
13358
13404
|
namespace Content {
|
|
13359
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
13405
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.InvoiceInvoice[];
|
|
13360
13406
|
}
|
|
13361
13407
|
}
|
|
13362
13408
|
namespace $400 {
|
|
@@ -13366,13 +13412,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13366
13412
|
}
|
|
13367
13413
|
}
|
|
13368
13414
|
}
|
|
13369
|
-
namespace $403 {
|
|
13370
|
-
namespace Content {
|
|
13371
|
-
interface ApplicationJson {
|
|
13372
|
-
[k: string]: unknown;
|
|
13373
|
-
}
|
|
13374
|
-
}
|
|
13375
|
-
}
|
|
13376
13415
|
namespace $404 {
|
|
13377
13416
|
namespace Content {
|
|
13378
13417
|
interface ApplicationJson {
|
|
@@ -13387,20 +13426,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13387
13426
|
}
|
|
13388
13427
|
}
|
|
13389
13428
|
}
|
|
13390
|
-
namespace $500 {
|
|
13391
|
-
namespace Content {
|
|
13392
|
-
interface ApplicationJson {
|
|
13393
|
-
[k: string]: unknown;
|
|
13394
|
-
}
|
|
13395
|
-
}
|
|
13396
|
-
}
|
|
13397
|
-
namespace $503 {
|
|
13398
|
-
namespace Content {
|
|
13399
|
-
interface ApplicationJson {
|
|
13400
|
-
[k: string]: unknown;
|
|
13401
|
-
}
|
|
13402
|
-
}
|
|
13403
|
-
}
|
|
13404
13429
|
namespace Default {
|
|
13405
13430
|
namespace Content {
|
|
13406
13431
|
interface ApplicationJson {
|
|
@@ -13410,18 +13435,26 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13410
13435
|
}
|
|
13411
13436
|
}
|
|
13412
13437
|
}
|
|
13413
|
-
|
|
13438
|
+
}
|
|
13439
|
+
namespace V2ProjectsProjectIdDeliveryboxes { }
|
|
13440
|
+
namespace V2ProjectsProjectIdDeliveryBoxes {
|
|
13441
|
+
namespace Get {
|
|
13414
13442
|
namespace Parameters {
|
|
13415
13443
|
type Path = {
|
|
13416
|
-
|
|
13444
|
+
projectId: string;
|
|
13417
13445
|
};
|
|
13418
13446
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13419
|
-
type Query = {
|
|
13447
|
+
type Query = {
|
|
13448
|
+
search?: string;
|
|
13449
|
+
limit?: number;
|
|
13450
|
+
skip?: number;
|
|
13451
|
+
page?: number;
|
|
13452
|
+
};
|
|
13420
13453
|
}
|
|
13421
13454
|
namespace Responses {
|
|
13422
|
-
namespace $
|
|
13455
|
+
namespace $200 {
|
|
13423
13456
|
namespace Content {
|
|
13424
|
-
type
|
|
13457
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox[];
|
|
13425
13458
|
}
|
|
13426
13459
|
}
|
|
13427
13460
|
namespace $400 {
|
|
@@ -13473,23 +13506,26 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13473
13506
|
}
|
|
13474
13507
|
}
|
|
13475
13508
|
}
|
|
13476
|
-
}
|
|
13477
|
-
}
|
|
13478
|
-
|
|
13479
|
-
namespace V2MailaddressesMailAddressId { }
|
|
13480
|
-
namespace V2MailAddressesMailAddressId {
|
|
13481
|
-
namespace Get {
|
|
13509
|
+
}
|
|
13510
|
+
}
|
|
13511
|
+
namespace Post {
|
|
13482
13512
|
namespace Parameters {
|
|
13483
13513
|
type Path = {
|
|
13484
|
-
|
|
13514
|
+
projectId: string;
|
|
13485
13515
|
};
|
|
13516
|
+
interface RequestBody {
|
|
13517
|
+
description: string;
|
|
13518
|
+
password: string;
|
|
13519
|
+
}
|
|
13486
13520
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13487
13521
|
type Query = {};
|
|
13488
13522
|
}
|
|
13489
13523
|
namespace Responses {
|
|
13490
|
-
namespace $
|
|
13524
|
+
namespace $201 {
|
|
13491
13525
|
namespace Content {
|
|
13492
|
-
|
|
13526
|
+
interface ApplicationJson {
|
|
13527
|
+
id: string;
|
|
13528
|
+
}
|
|
13493
13529
|
}
|
|
13494
13530
|
}
|
|
13495
13531
|
namespace $400 {
|
|
@@ -13543,18 +13579,26 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13543
13579
|
}
|
|
13544
13580
|
}
|
|
13545
13581
|
}
|
|
13546
|
-
|
|
13582
|
+
}
|
|
13583
|
+
namespace V2ProjectsProjectIdMailaddresses { }
|
|
13584
|
+
namespace V2ProjectsProjectIdMailAddresses {
|
|
13585
|
+
namespace Get {
|
|
13547
13586
|
namespace Parameters {
|
|
13548
13587
|
type Path = {
|
|
13549
|
-
|
|
13588
|
+
projectId: string;
|
|
13550
13589
|
};
|
|
13551
13590
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13552
|
-
type Query = {
|
|
13591
|
+
type Query = {
|
|
13592
|
+
search?: string;
|
|
13593
|
+
limit?: number;
|
|
13594
|
+
skip?: number;
|
|
13595
|
+
page?: number;
|
|
13596
|
+
};
|
|
13553
13597
|
}
|
|
13554
13598
|
namespace Responses {
|
|
13555
|
-
namespace $
|
|
13599
|
+
namespace $200 {
|
|
13556
13600
|
namespace Content {
|
|
13557
|
-
type
|
|
13601
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress[];
|
|
13558
13602
|
}
|
|
13559
13603
|
}
|
|
13560
13604
|
namespace $400 {
|
|
@@ -13608,26 +13652,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13608
13652
|
}
|
|
13609
13653
|
}
|
|
13610
13654
|
}
|
|
13611
|
-
|
|
13612
|
-
namespace V2DeliveryboxesIdDescription { }
|
|
13613
|
-
namespace V2DeliveryboxesIdPassword { }
|
|
13614
|
-
namespace V2ProjectsProjectIdMailsettings { }
|
|
13615
|
-
namespace V2ProjectsProjectIdMailSettings {
|
|
13616
|
-
namespace Get {
|
|
13655
|
+
namespace Post {
|
|
13617
13656
|
namespace Parameters {
|
|
13618
13657
|
type Path = {
|
|
13619
13658
|
projectId: string;
|
|
13620
13659
|
};
|
|
13660
|
+
type RequestBody = MittwaldAPIV2.Components.Schemas.MailCreateForwardAddress | MittwaldAPIV2.Components.Schemas.MailCreateMailAddress;
|
|
13621
13661
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13622
13662
|
type Query = {};
|
|
13623
13663
|
}
|
|
13624
13664
|
namespace Responses {
|
|
13625
|
-
namespace $
|
|
13665
|
+
namespace $201 {
|
|
13626
13666
|
namespace Content {
|
|
13627
13667
|
interface ApplicationJson {
|
|
13628
|
-
|
|
13629
|
-
projectId: string;
|
|
13630
|
-
whitelist: string[];
|
|
13668
|
+
id: string;
|
|
13631
13669
|
}
|
|
13632
13670
|
}
|
|
13633
13671
|
}
|
|
@@ -13683,25 +13721,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13683
13721
|
}
|
|
13684
13722
|
}
|
|
13685
13723
|
}
|
|
13686
|
-
namespace
|
|
13687
|
-
namespace
|
|
13688
|
-
|
|
13689
|
-
namespace V2DeliveryBoxesDeliveryBoxIdDescription {
|
|
13690
|
-
namespace Patch {
|
|
13724
|
+
namespace V2DeliveryboxesDeliveryBoxId { }
|
|
13725
|
+
namespace V2DeliveryBoxesDeliveryBoxId {
|
|
13726
|
+
namespace Get {
|
|
13691
13727
|
namespace Parameters {
|
|
13692
13728
|
type Path = {
|
|
13693
13729
|
deliveryBoxId: string;
|
|
13694
13730
|
};
|
|
13695
|
-
interface RequestBody {
|
|
13696
|
-
description: string;
|
|
13697
|
-
}
|
|
13698
13731
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13699
13732
|
type Query = {};
|
|
13700
13733
|
}
|
|
13701
13734
|
namespace Responses {
|
|
13702
|
-
namespace $
|
|
13735
|
+
namespace $200 {
|
|
13703
13736
|
namespace Content {
|
|
13704
|
-
type
|
|
13737
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox;
|
|
13705
13738
|
}
|
|
13706
13739
|
}
|
|
13707
13740
|
namespace $400 {
|
|
@@ -13755,16 +13788,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13755
13788
|
}
|
|
13756
13789
|
}
|
|
13757
13790
|
}
|
|
13758
|
-
|
|
13759
|
-
namespace V2DeliveryBoxesDeliveryBoxIdPassword {
|
|
13760
|
-
namespace Patch {
|
|
13791
|
+
namespace Delete {
|
|
13761
13792
|
namespace Parameters {
|
|
13762
13793
|
type Path = {
|
|
13763
13794
|
deliveryBoxId: string;
|
|
13764
13795
|
};
|
|
13765
|
-
interface RequestBody {
|
|
13766
|
-
password: string;
|
|
13767
|
-
}
|
|
13768
13796
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13769
13797
|
type Query = {};
|
|
13770
13798
|
}
|
|
@@ -13826,22 +13854,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13826
13854
|
}
|
|
13827
13855
|
}
|
|
13828
13856
|
}
|
|
13829
|
-
namespace
|
|
13830
|
-
|
|
13857
|
+
namespace V2MailaddressesMailAddressId { }
|
|
13858
|
+
namespace V2MailAddressesMailAddressId {
|
|
13859
|
+
namespace Get {
|
|
13831
13860
|
namespace Parameters {
|
|
13832
13861
|
type Path = {
|
|
13833
13862
|
mailAddressId: string;
|
|
13834
13863
|
};
|
|
13835
|
-
interface RequestBody {
|
|
13836
|
-
address: string;
|
|
13837
|
-
}
|
|
13838
13864
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13839
13865
|
type Query = {};
|
|
13840
13866
|
}
|
|
13841
13867
|
namespace Responses {
|
|
13842
|
-
namespace $
|
|
13868
|
+
namespace $200 {
|
|
13843
13869
|
namespace Content {
|
|
13844
|
-
type
|
|
13870
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress;
|
|
13845
13871
|
}
|
|
13846
13872
|
}
|
|
13847
13873
|
namespace $400 {
|
|
@@ -13895,21 +13921,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13895
13921
|
}
|
|
13896
13922
|
}
|
|
13897
13923
|
}
|
|
13898
|
-
|
|
13899
|
-
namespace V2MailAddressesMailAddressIdAutoresponder {
|
|
13900
|
-
namespace Patch {
|
|
13924
|
+
namespace Delete {
|
|
13901
13925
|
namespace Parameters {
|
|
13902
13926
|
type Path = {
|
|
13903
13927
|
mailAddressId: string;
|
|
13904
13928
|
};
|
|
13905
|
-
interface RequestBody {
|
|
13906
|
-
autoResponder: {
|
|
13907
|
-
active: boolean;
|
|
13908
|
-
expiresAt?: string;
|
|
13909
|
-
message: string;
|
|
13910
|
-
startsAt?: string;
|
|
13911
|
-
};
|
|
13912
|
-
}
|
|
13913
13929
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13914
13930
|
type Query = {};
|
|
13915
13931
|
}
|
|
@@ -13971,23 +13987,24 @@ export declare namespace MittwaldAPIV2 {
|
|
|
13971
13987
|
}
|
|
13972
13988
|
}
|
|
13973
13989
|
}
|
|
13974
|
-
namespace
|
|
13975
|
-
namespace
|
|
13976
|
-
namespace
|
|
13990
|
+
namespace V2ProjectsProjectIdMailsettings { }
|
|
13991
|
+
namespace V2ProjectsProjectIdMailSettings {
|
|
13992
|
+
namespace Get {
|
|
13977
13993
|
namespace Parameters {
|
|
13978
13994
|
type Path = {
|
|
13979
|
-
|
|
13995
|
+
projectId: string;
|
|
13980
13996
|
};
|
|
13981
|
-
interface RequestBody {
|
|
13982
|
-
active: boolean;
|
|
13983
|
-
}
|
|
13984
13997
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
13985
13998
|
type Query = {};
|
|
13986
13999
|
}
|
|
13987
14000
|
namespace Responses {
|
|
13988
|
-
namespace $
|
|
14001
|
+
namespace $200 {
|
|
13989
14002
|
namespace Content {
|
|
13990
|
-
|
|
14003
|
+
interface ApplicationJson {
|
|
14004
|
+
blacklist: string[];
|
|
14005
|
+
projectId: string;
|
|
14006
|
+
whitelist: string[];
|
|
14007
|
+
}
|
|
13991
14008
|
}
|
|
13992
14009
|
}
|
|
13993
14010
|
namespace $400 {
|
|
@@ -14042,16 +14059,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14042
14059
|
}
|
|
14043
14060
|
}
|
|
14044
14061
|
}
|
|
14045
|
-
namespace
|
|
14046
|
-
namespace V2MailAddressesMailAddressIdCatchall { }
|
|
14047
|
-
namespace V2MailAddressesMailAddressIdForwardAddresses {
|
|
14062
|
+
namespace V2DeliveryBoxesDeliveryBoxIdDescription {
|
|
14048
14063
|
namespace Patch {
|
|
14049
14064
|
namespace Parameters {
|
|
14050
14065
|
type Path = {
|
|
14051
|
-
|
|
14066
|
+
deliveryBoxId: string;
|
|
14052
14067
|
};
|
|
14053
14068
|
interface RequestBody {
|
|
14054
|
-
|
|
14069
|
+
description: string;
|
|
14055
14070
|
}
|
|
14056
14071
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14057
14072
|
type Query = {};
|
|
@@ -14114,12 +14129,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14114
14129
|
}
|
|
14115
14130
|
}
|
|
14116
14131
|
}
|
|
14117
|
-
namespace
|
|
14118
|
-
namespace V2MailAddressesMailAddressIdPassword {
|
|
14132
|
+
namespace V2DeliveryBoxesDeliveryBoxIdPassword {
|
|
14119
14133
|
namespace Patch {
|
|
14120
14134
|
namespace Parameters {
|
|
14121
14135
|
type Path = {
|
|
14122
|
-
|
|
14136
|
+
deliveryBoxId: string;
|
|
14123
14137
|
};
|
|
14124
14138
|
interface RequestBody {
|
|
14125
14139
|
password: string;
|
|
@@ -14185,18 +14199,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14185
14199
|
}
|
|
14186
14200
|
}
|
|
14187
14201
|
}
|
|
14188
|
-
namespace
|
|
14189
|
-
namespace V2MailAddressesMailAddressIdQuota {
|
|
14202
|
+
namespace V2MailAddressesMailAddressIdAddress {
|
|
14190
14203
|
namespace Patch {
|
|
14191
14204
|
namespace Parameters {
|
|
14192
14205
|
type Path = {
|
|
14193
14206
|
mailAddressId: string;
|
|
14194
14207
|
};
|
|
14195
14208
|
interface RequestBody {
|
|
14196
|
-
|
|
14197
|
-
* 2 GB
|
|
14198
|
-
*/
|
|
14199
|
-
quotaInBytes: number;
|
|
14209
|
+
address: string;
|
|
14200
14210
|
}
|
|
14201
14211
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14202
14212
|
type Query = {};
|
|
@@ -14259,20 +14269,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14259
14269
|
}
|
|
14260
14270
|
}
|
|
14261
14271
|
}
|
|
14262
|
-
namespace
|
|
14263
|
-
namespace V2MailAddressesMailAddressIdSpamProtection {
|
|
14272
|
+
namespace V2MailAddressesMailAddressIdCatchAll {
|
|
14264
14273
|
namespace Patch {
|
|
14265
14274
|
namespace Parameters {
|
|
14266
14275
|
type Path = {
|
|
14267
14276
|
mailAddressId: string;
|
|
14268
14277
|
};
|
|
14269
14278
|
interface RequestBody {
|
|
14270
|
-
|
|
14271
|
-
active: boolean;
|
|
14272
|
-
autoDeleteSpam: boolean;
|
|
14273
|
-
folder: "inbox" | "spam";
|
|
14274
|
-
relocationMinSpamScore: number;
|
|
14275
|
-
};
|
|
14279
|
+
active: boolean;
|
|
14276
14280
|
}
|
|
14277
14281
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14278
14282
|
type Query = {};
|
|
@@ -14335,7 +14339,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14335
14339
|
}
|
|
14336
14340
|
}
|
|
14337
14341
|
}
|
|
14338
|
-
namespace V2MailaddressesMailAddressIdSpamprotection { }
|
|
14339
14342
|
namespace V2ProjectsProjectIdMailSettingsMailSetting {
|
|
14340
14343
|
namespace Patch {
|
|
14341
14344
|
namespace Parameters {
|
|
@@ -14409,7 +14412,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14409
14412
|
}
|
|
14410
14413
|
}
|
|
14411
14414
|
}
|
|
14412
|
-
namespace V2ProjectsProjectIdMailSettingsSetting { }
|
|
14413
14415
|
namespace V2NewsletterSubscriptionsSelf {
|
|
14414
14416
|
namespace Get {
|
|
14415
14417
|
namespace Parameters {
|
|
@@ -19239,74 +19241,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
19239
19241
|
}
|
|
19240
19242
|
}
|
|
19241
19243
|
}
|
|
19242
|
-
namespace V2UsersSelfPersonalInformation {
|
|
19243
|
-
namespace Get {
|
|
19244
|
-
namespace Parameters {
|
|
19245
|
-
type Path = {};
|
|
19246
|
-
interface RequestBody {
|
|
19247
|
-
}
|
|
19248
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
19249
|
-
type Query = {};
|
|
19250
|
-
}
|
|
19251
|
-
namespace Responses {
|
|
19252
|
-
namespace $200 {
|
|
19253
|
-
namespace Content {
|
|
19254
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.SignupAccount;
|
|
19255
|
-
}
|
|
19256
|
-
}
|
|
19257
|
-
namespace $429 {
|
|
19258
|
-
namespace Content {
|
|
19259
|
-
interface ApplicationJson {
|
|
19260
|
-
[k: string]: unknown;
|
|
19261
|
-
}
|
|
19262
|
-
}
|
|
19263
|
-
}
|
|
19264
|
-
namespace Default {
|
|
19265
|
-
namespace Content {
|
|
19266
|
-
interface ApplicationJson {
|
|
19267
|
-
[k: string]: unknown;
|
|
19268
|
-
}
|
|
19269
|
-
}
|
|
19270
|
-
}
|
|
19271
|
-
}
|
|
19272
|
-
}
|
|
19273
|
-
namespace Put {
|
|
19274
|
-
namespace Parameters {
|
|
19275
|
-
type Path = {};
|
|
19276
|
-
interface RequestBody {
|
|
19277
|
-
person: MittwaldAPIV2.Components.Schemas.CommonsPerson;
|
|
19278
|
-
}
|
|
19279
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
19280
|
-
type Query = {};
|
|
19281
|
-
}
|
|
19282
|
-
namespace Responses {
|
|
19283
|
-
namespace $204 {
|
|
19284
|
-
namespace Content {
|
|
19285
|
-
type Empty = unknown;
|
|
19286
|
-
}
|
|
19287
|
-
}
|
|
19288
|
-
namespace $400 {
|
|
19289
|
-
namespace Content {
|
|
19290
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
|
|
19291
|
-
}
|
|
19292
|
-
}
|
|
19293
|
-
namespace $429 {
|
|
19294
|
-
namespace Content {
|
|
19295
|
-
interface ApplicationJson {
|
|
19296
|
-
[k: string]: unknown;
|
|
19297
|
-
}
|
|
19298
|
-
}
|
|
19299
|
-
}
|
|
19300
|
-
namespace Default {
|
|
19301
|
-
namespace Content {
|
|
19302
|
-
interface ApplicationJson {
|
|
19303
|
-
[k: string]: unknown;
|
|
19304
|
-
}
|
|
19305
|
-
}
|
|
19306
|
-
}
|
|
19307
|
-
}
|
|
19308
|
-
}
|
|
19309
|
-
}
|
|
19310
19244
|
namespace V2UsersSelfCredentialsPasswordUpdatedAt {
|
|
19311
19245
|
namespace Get {
|
|
19312
19246
|
namespace Parameters {
|
|
@@ -20312,6 +20246,44 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20312
20246
|
}
|
|
20313
20247
|
}
|
|
20314
20248
|
}
|
|
20249
|
+
namespace V2UsersSelfPersonalInformation {
|
|
20250
|
+
namespace Put {
|
|
20251
|
+
namespace Parameters {
|
|
20252
|
+
type Path = {};
|
|
20253
|
+
interface RequestBody {
|
|
20254
|
+
person: MittwaldAPIV2.Components.Schemas.CommonsPerson;
|
|
20255
|
+
}
|
|
20256
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
20257
|
+
type Query = {};
|
|
20258
|
+
}
|
|
20259
|
+
namespace Responses {
|
|
20260
|
+
namespace $204 {
|
|
20261
|
+
namespace Content {
|
|
20262
|
+
type Empty = unknown;
|
|
20263
|
+
}
|
|
20264
|
+
}
|
|
20265
|
+
namespace $400 {
|
|
20266
|
+
namespace Content {
|
|
20267
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
|
|
20268
|
+
}
|
|
20269
|
+
}
|
|
20270
|
+
namespace $429 {
|
|
20271
|
+
namespace Content {
|
|
20272
|
+
interface ApplicationJson {
|
|
20273
|
+
[k: string]: unknown;
|
|
20274
|
+
}
|
|
20275
|
+
}
|
|
20276
|
+
}
|
|
20277
|
+
namespace Default {
|
|
20278
|
+
namespace Content {
|
|
20279
|
+
interface ApplicationJson {
|
|
20280
|
+
[k: string]: unknown;
|
|
20281
|
+
}
|
|
20282
|
+
}
|
|
20283
|
+
}
|
|
20284
|
+
}
|
|
20285
|
+
}
|
|
20286
|
+
}
|
|
20315
20287
|
namespace V2UsersSelfCredentialsEmailActionsVerifyEmail {
|
|
20316
20288
|
namespace Post {
|
|
20317
20289
|
namespace Parameters {
|
|
@@ -20574,11 +20546,5 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20574
20546
|
}
|
|
20575
20547
|
}
|
|
20576
20548
|
}
|
|
20577
|
-
namespace V2ProjectsProjectIdDomains { }
|
|
20578
|
-
namespace V2DomainsHandleSchemaDomainName { }
|
|
20579
|
-
namespace V2DomainsDomainIdDeclarationsAuthcode { }
|
|
20580
|
-
namespace V2DomainsDomainIdDeclarationsHandles { }
|
|
20581
|
-
namespace V2DomainsDomainIdHandlesOwnerc { }
|
|
20582
|
-
namespace V2DomainsDomainIdProjectId { }
|
|
20583
20549
|
}
|
|
20584
20550
|
}
|