@mittwald/api-client 4.14.1 → 4.16.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.
@@ -538,6 +538,10 @@ export declare namespace MittwaldAPIV2 {
538
538
  type RequestData = InferredRequestData<typeof descriptors.domainListDomains>;
539
539
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomains, TStatus>;
540
540
  }
541
+ namespace DomainCheckDomainTransferability {
542
+ type RequestData = InferredRequestData<typeof descriptors.domainCheckDomainTransferability>;
543
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCheckDomainTransferability, TStatus>;
544
+ }
541
545
  namespace DomainCreateDomainAuthCode {
542
546
  type RequestData = InferredRequestData<typeof descriptors.domainCreateDomainAuthCode>;
543
547
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCreateDomainAuthCode, TStatus>;
@@ -582,6 +586,58 @@ export declare namespace MittwaldAPIV2 {
582
586
  type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainProjectId>;
583
587
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainProjectId, TStatus>;
584
588
  }
589
+ namespace ExtensionAuthenticateInstance {
590
+ type RequestData = InferredRequestData<typeof descriptors.extensionAuthenticateInstance>;
591
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionAuthenticateInstance, TStatus>;
592
+ }
593
+ namespace ExtensionConsentToExtensionScopes {
594
+ type RequestData = InferredRequestData<typeof descriptors.extensionConsentToExtensionScopes>;
595
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionConsentToExtensionScopes, TStatus>;
596
+ }
597
+ namespace ExtensionListExtensionInstances {
598
+ type RequestData = InferredRequestData<typeof descriptors.extensionListExtensionInstances>;
599
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionListExtensionInstances, TStatus>;
600
+ }
601
+ namespace ExtensionCreateExtensionInstance {
602
+ type RequestData = InferredRequestData<typeof descriptors.extensionCreateExtensionInstance>;
603
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionCreateExtensionInstance, TStatus>;
604
+ }
605
+ namespace ExtensionGetExtensionInstance {
606
+ type RequestData = InferredRequestData<typeof descriptors.extensionGetExtensionInstance>;
607
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionGetExtensionInstance, TStatus>;
608
+ }
609
+ namespace ExtensionDeleteExtensionInstance {
610
+ type RequestData = InferredRequestData<typeof descriptors.extensionDeleteExtensionInstance>;
611
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionDeleteExtensionInstance, TStatus>;
612
+ }
613
+ namespace ExtensionDisableExtensionInstance {
614
+ type RequestData = InferredRequestData<typeof descriptors.extensionDisableExtensionInstance>;
615
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionDisableExtensionInstance, TStatus>;
616
+ }
617
+ namespace ExtensionEnableExtensionInstance {
618
+ type RequestData = InferredRequestData<typeof descriptors.extensionEnableExtensionInstance>;
619
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionEnableExtensionInstance, TStatus>;
620
+ }
621
+ namespace ExtensionGetContributor {
622
+ type RequestData = InferredRequestData<typeof descriptors.extensionGetContributor>;
623
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionGetContributor, TStatus>;
624
+ }
625
+ namespace ExtensionGetExtension {
626
+ type RequestData = InferredRequestData<typeof descriptors.extensionGetExtension>;
627
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionGetExtension, TStatus>;
628
+ }
629
+ namespace ExtensionGetPublicKey {
630
+ type RequestData = InferredRequestData<typeof descriptors.extensionGetPublicKey>;
631
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionGetPublicKey, TStatus>;
632
+ }
633
+ namespace ExtensionListContributors {
634
+ type RequestData = InferredRequestData<typeof descriptors.extensionListContributors>;
635
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionListContributors, TStatus>;
636
+ }
637
+ namespace ExtensionListExtensions {
638
+ type RequestData = InferredRequestData<typeof descriptors.extensionListExtensions>;
639
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionListExtensions, TStatus>;
640
+ }
585
641
  namespace FileCreateFile {
586
642
  type RequestData = InferredRequestData<typeof descriptors.fileCreateFile>;
587
643
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.fileCreateFile, TStatus>;
@@ -602,6 +658,10 @@ export declare namespace MittwaldAPIV2 {
602
658
  type RequestData = InferredRequestData<typeof descriptors.fileGetFile>;
603
659
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.fileGetFile, TStatus>;
604
660
  }
661
+ namespace FileGetFileWithName {
662
+ type RequestData = InferredRequestData<typeof descriptors.fileGetFileWithName>;
663
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.fileGetFileWithName, TStatus>;
664
+ }
605
665
  namespace IngressListIngresses {
606
666
  type RequestData = InferredRequestData<typeof descriptors.ingressListIngresses>;
607
667
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.ingressListIngresses, TStatus>;
@@ -754,6 +814,10 @@ export declare namespace MittwaldAPIV2 {
754
814
  type RequestData = InferredRequestData<typeof descriptors.notificationsReadNotification>;
755
815
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.notificationsReadNotification, TStatus>;
756
816
  }
817
+ namespace OrderListOrders {
818
+ type RequestData = InferredRequestData<typeof descriptors.orderListOrders>;
819
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.orderListOrders, TStatus>;
820
+ }
757
821
  namespace OrderCreateOrder {
758
822
  type RequestData = InferredRequestData<typeof descriptors.orderCreateOrder>;
759
823
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.orderCreateOrder, TStatus>;
@@ -1202,10 +1266,6 @@ export declare namespace MittwaldAPIV2 {
1202
1266
  type RequestData = InferredRequestData<typeof descriptors.userVerifyRegistration>;
1203
1267
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userVerifyRegistration, TStatus>;
1204
1268
  }
1205
- namespace DomainCheckDomainTransferability {
1206
- type RequestData = InferredRequestData<typeof descriptors.domainCheckDomainTransferability>;
1207
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCheckDomainTransferability, TStatus>;
1208
- }
1209
1269
  }
1210
1270
  namespace Components {
1211
1271
  namespace Schemas {
@@ -1274,6 +1334,7 @@ export declare namespace MittwaldAPIV2 {
1274
1334
  * An AppVersion is an officially supported version of an App, containing the necessary and recommended configuration und dependencies.
1275
1335
  */
1276
1336
  interface AppAppVersion {
1337
+ appId: string;
1277
1338
  breakingNote?: MittwaldAPIV2.Components.Schemas.AppBreakingNote;
1278
1339
  databases?: MittwaldAPIV2.Components.Schemas.AppDatabaseDependency[];
1279
1340
  docRoot: string;
@@ -1368,6 +1429,7 @@ export declare namespace MittwaldAPIV2 {
1368
1429
  * A SystemSoftwareVersion is an officially supported version of a SystemSoftware, containing the necessary and recommended configuration und dependencies.
1369
1430
  */
1370
1431
  interface AppSystemSoftwareVersion {
1432
+ expiryDate?: string;
1371
1433
  externalVersion: string;
1372
1434
  id: string;
1373
1435
  internalVersion: string;
@@ -1402,7 +1464,7 @@ export declare namespace MittwaldAPIV2 {
1402
1464
  /**
1403
1465
  * UserInputFormat is an enum, describing the possible data formats of a UserInput, the given values can be validated against.
1404
1466
  */
1405
- type AppUserInputFormat = "email" | "password" | "url";
1467
+ type AppUserInputFormat = "email" | "password" | "url" | "uri";
1406
1468
  /**
1407
1469
  * UserInputPositionMeta is a utility information, helping to position the UserInput properly on the frontend.
1408
1470
  */
@@ -1432,7 +1494,7 @@ export declare namespace MittwaldAPIV2 {
1432
1494
  readonly?: boolean;
1433
1495
  required?: boolean;
1434
1496
  unit?: string;
1435
- value: string;
1497
+ value?: string;
1436
1498
  }
1437
1499
  interface ArticleReadableBookableArticleOptions {
1438
1500
  articleId: string;
@@ -1461,10 +1523,10 @@ export declare namespace MittwaldAPIV2 {
1461
1523
  maxArticleCount: number;
1462
1524
  }
1463
1525
  interface ArticleArticleTag {
1464
- description: string;
1465
- hexColor: string;
1526
+ description?: string;
1527
+ hexColor?: string;
1466
1528
  id: string;
1467
- name: string;
1529
+ name?: string;
1468
1530
  }
1469
1531
  interface ArticleArticleTemplate {
1470
1532
  additionalArticles?: MittwaldAPIV2.Components.Schemas.ArticleReadableBookableArticleOptions[];
@@ -1484,7 +1546,7 @@ export declare namespace MittwaldAPIV2 {
1484
1546
  attributes?: MittwaldAPIV2.Components.Schemas.ArticleArticleAttributes[];
1485
1547
  balanceAddonKey?: string;
1486
1548
  contractDurationInMonth: number;
1487
- description: string;
1549
+ description?: string;
1488
1550
  forcedInvoicingPeriodInMonth?: number;
1489
1551
  hasIndependentContractPeriod?: boolean;
1490
1552
  hideOnInvoice?: boolean;
@@ -1591,6 +1653,10 @@ export declare namespace MittwaldAPIV2 {
1591
1653
  description: string;
1592
1654
  freeTrialDays?: number;
1593
1655
  groupByProjectId?: string;
1656
+ /**
1657
+ * If this attribute is set, the contract item will currently only be invoiced until this date.
1658
+ */
1659
+ invoiceStop?: string;
1594
1660
  invoicingPeriod?: number;
1595
1661
  isActivated: boolean;
1596
1662
  isBaseItem: boolean;
@@ -1609,7 +1675,7 @@ export declare namespace MittwaldAPIV2 {
1609
1675
  * If this attribute is not set, a tariff change is not allowed.
1610
1676
  */
1611
1677
  nextPossibleUpgradeDate?: string;
1612
- orderDate: string;
1678
+ orderDate?: string;
1613
1679
  orderId?: string;
1614
1680
  replacedByItem?: string;
1615
1681
  tariffChange?: MittwaldAPIV2.Components.Schemas.ContractTariffChange;
@@ -1673,7 +1739,7 @@ export declare namespace MittwaldAPIV2 {
1673
1739
  relations?: MittwaldAPIV2.Components.Schemas.ConversationAggregateReference[];
1674
1740
  sharedWith?: MittwaldAPIV2.Components.Schemas.ConversationAggregateReference;
1675
1741
  shortId: string;
1676
- status: "open" | "closed" | "answered";
1742
+ status: "open" | "closed" | "answered" | "inProgress";
1677
1743
  title: string;
1678
1744
  visibility: "shared" | "private";
1679
1745
  }
@@ -1681,7 +1747,7 @@ export declare namespace MittwaldAPIV2 {
1681
1747
  conversationId: string;
1682
1748
  shortId: string;
1683
1749
  }
1684
- type ConversationDepartment = "development" | "mail" | "infra" | "marketing" | "network" | "dataCenter" | "accounting" | "customerService" | "cloudHosting" | "software" | "generic" | "security";
1750
+ type ConversationDepartment = "development" | "mail" | "accounting" | "customerService" | "cloudHosting" | "software" | "generic";
1685
1751
  interface ConversationError {
1686
1752
  message: string;
1687
1753
  type: string;
@@ -1939,6 +2005,7 @@ export declare namespace MittwaldAPIV2 {
1939
2005
  externalAccess?: boolean;
1940
2006
  password: string;
1941
2007
  }
2008
+ type DatabaseDatabaseStatus = "pending" | "ready" | "migrating" | "importing" | "error";
1942
2009
  interface DatabaseMySqlCharacterSettings {
1943
2010
  collations: string[];
1944
2011
  name: string;
@@ -1959,6 +2026,10 @@ export declare namespace MittwaldAPIV2 {
1959
2026
  isShared: boolean;
1960
2027
  name: string;
1961
2028
  projectId: string;
2029
+ status: MittwaldAPIV2.Components.Schemas.DatabaseDatabaseStatus;
2030
+ statusSetAt: string;
2031
+ storageUsageInBytes: number;
2032
+ storageUsageInBytesSetAt: string;
1962
2033
  updatedAt: string;
1963
2034
  version: string;
1964
2035
  }
@@ -2016,6 +2087,10 @@ export declare namespace MittwaldAPIV2 {
2016
2087
  name: string;
2017
2088
  port: number;
2018
2089
  projectId: string;
2090
+ status: MittwaldAPIV2.Components.Schemas.DatabaseDatabaseStatus;
2091
+ statusSetAt: string;
2092
+ storageUsageInBytes: number;
2093
+ storageUsageInBytesSetAt: string;
2019
2094
  updatedAt: string;
2020
2095
  version: string;
2021
2096
  }
@@ -2085,8 +2160,8 @@ export declare namespace MittwaldAPIV2 {
2085
2160
  interface DnsRecordSRVRecord {
2086
2161
  fqdn: string;
2087
2162
  port: number;
2088
- priority: number;
2089
- weight: number;
2163
+ priority?: number;
2164
+ weight?: number;
2090
2165
  }
2091
2166
  type DnsRecordTXT = MittwaldAPIV2.Components.Schemas.DnsRecordUnset | MittwaldAPIV2.Components.Schemas.DnsRecordTXTComponent;
2092
2167
  interface DnsRecordTXTComponent {
@@ -2140,11 +2215,7 @@ export declare namespace MittwaldAPIV2 {
2140
2215
  adminC?: MittwaldAPIV2.Components.Schemas.DomainHandleReadable;
2141
2216
  ownerC: MittwaldAPIV2.Components.Schemas.DomainHandleReadable;
2142
2217
  };
2143
- hasAuthCode: boolean;
2144
- /**
2145
- * @minItems 2
2146
- */
2147
- nameservers: [string, string, ...string[]];
2218
+ nameservers: string[];
2148
2219
  processes?: MittwaldAPIV2.Components.Schemas.DomainProcess[];
2149
2220
  projectId: string;
2150
2221
  transferInAuthCode?: string;
@@ -2175,9 +2246,66 @@ export declare namespace MittwaldAPIV2 {
2175
2246
  type DomainProcessType = "UNSPECIFIED" | "REGISTER" | "TRANSFER" | "DELETE" | "TRANSIT" | "RESTORE" | "UPDATE" | "TRANSFER_OUT" | "OWNER_CHANGE" | "DECLARE_REQUESTED";
2176
2247
  type DomainRegistrar = "INTERNETX" | "DENIC" | "HEXONET";
2177
2248
  interface DomainTopLevel {
2249
+ irtp: boolean;
2178
2250
  rgpDays: number;
2179
2251
  tld: string;
2180
2252
  }
2253
+ interface MarketplaceContributor {
2254
+ customerId: string;
2255
+ email?: string;
2256
+ id: string;
2257
+ logoRefId?: string;
2258
+ name: string;
2259
+ phone?: string;
2260
+ state: MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
2261
+ url?: string;
2262
+ }
2263
+ type MarketplaceContributorState = "enabled" | "disabled";
2264
+ interface MarketplaceExtension {
2265
+ context: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
2266
+ contributorId: string;
2267
+ description: string;
2268
+ frontendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[];
2269
+ id: string;
2270
+ name: string;
2271
+ scopes: string[];
2272
+ state: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionState;
2273
+ support: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
2274
+ /**
2275
+ * @minItems 0
2276
+ */
2277
+ tags: string[];
2278
+ }
2279
+ type MarketplaceContext = "project" | "customer";
2280
+ interface MarketplaceExtensionInstance {
2281
+ aggregateReference: {
2282
+ aggregate: string;
2283
+ domain: string;
2284
+ id: string;
2285
+ };
2286
+ consentedScopes: string[];
2287
+ createdAt?: string;
2288
+ disabled: boolean;
2289
+ extensionId: string;
2290
+ id: string;
2291
+ }
2292
+ type MarketplaceExtensionState = "enabled" | "blocked" | "disabled";
2293
+ interface MarketplaceExternalComponent {
2294
+ name: string;
2295
+ url: string;
2296
+ }
2297
+ interface MarketplacePublicKey {
2298
+ algorithm: string;
2299
+ /**
2300
+ * base64 encoded public key
2301
+ */
2302
+ key: string;
2303
+ serial: string;
2304
+ }
2305
+ interface MarketplaceSupportMeta {
2306
+ email?: string;
2307
+ phone?: string;
2308
+ }
2181
2309
  interface FileFileMeta {
2182
2310
  friendlyURL: string;
2183
2311
  id: string;
@@ -2195,7 +2323,13 @@ export declare namespace MittwaldAPIV2 {
2195
2323
  mimeType: string;
2196
2324
  }
2197
2325
  interface FileFileUploadRules {
2326
+ extensions: string[];
2198
2327
  fileTypes: MittwaldAPIV2.Components.Schemas.FileFileType[];
2328
+ maxSizeInBytes: number;
2329
+ /**
2330
+ * @deprecated
2331
+ * deprecated, see maxSizeInBytes
2332
+ */
2199
2333
  maxSizeInKB: number;
2200
2334
  mimeTypes: string[];
2201
2335
  properties?: {
@@ -2244,7 +2378,16 @@ export declare namespace MittwaldAPIV2 {
2244
2378
  }
2245
2379
  interface IngressPath {
2246
2380
  path: string;
2247
- target: MittwaldAPIV2.Components.Schemas.IngressTargetDirectory | MittwaldAPIV2.Components.Schemas.IngressTargetUrl | MittwaldAPIV2.Components.Schemas.IngressTargetInstallation | MittwaldAPIV2.Components.Schemas.IngressTargetUseDefaultPage;
2381
+ target: MittwaldAPIV2.Components.Schemas.IngressTargetDirectory | MittwaldAPIV2.Components.Schemas.IngressTargetUrl | MittwaldAPIV2.Components.Schemas.IngressTargetInstallation | MittwaldAPIV2.Components.Schemas.IngressTargetUseDefaultPage | MittwaldAPIV2.Components.Schemas.IngressTargetContainer;
2382
+ }
2383
+ interface IngressTargetContainer {
2384
+ container: {
2385
+ id: string;
2386
+ /**
2387
+ * docker-compose port specification in format port/protocol (e.g. 8080/TCP)
2388
+ */
2389
+ portProtocol: string;
2390
+ };
2248
2391
  }
2249
2392
  interface IngressTargetDirectory {
2250
2393
  directory: string;
@@ -2349,6 +2492,7 @@ export declare namespace MittwaldAPIV2 {
2349
2492
  }
2350
2493
  interface InvoiceInvoiceSettings {
2351
2494
  additionalEmailRecipients?: string[];
2495
+ debitPaymentStopUntil?: string;
2352
2496
  id: string;
2353
2497
  invoicePeriod?: number;
2354
2498
  lastBankingInformation?: MittwaldAPIV2.Components.Schemas.InvoiceBankingInformation;
@@ -2362,7 +2506,7 @@ export declare namespace MittwaldAPIV2 {
2362
2506
  interface InvoiceInvoiceSettingsStatus {
2363
2507
  message: string;
2364
2508
  severity: "success" | "info" | "warning" | "error";
2365
- type: "returnDebitNote";
2509
+ type: "returnDebitNote" | "returnDebitNoteWaitingForPayment";
2366
2510
  }
2367
2511
  interface InvoicePaymentSettingsDebit {
2368
2512
  accountHolder: string;
@@ -2504,6 +2648,144 @@ export declare namespace MittwaldAPIV2 {
2504
2648
  mailDirectory: string;
2505
2649
  rateLimitId: string;
2506
2650
  }
2651
+ interface MailmigrationAutoResponder {
2652
+ active: boolean;
2653
+ expiresAt?: {
2654
+ [k: string]: unknown;
2655
+ };
2656
+ message: string;
2657
+ startsAt?: {
2658
+ [k: string]: unknown;
2659
+ };
2660
+ }
2661
+ interface MailmigrationMailSystemSettings {
2662
+ imapClusterId: string;
2663
+ mailDirectory: string;
2664
+ rateLimitId: string;
2665
+ }
2666
+ interface MailmigrationMailbox {
2667
+ mailsystem: MittwaldAPIV2.Components.Schemas.MailmigrationMailSystemSettings;
2668
+ name: string;
2669
+ quotaInBytes: number;
2670
+ spamProtection?: MittwaldAPIV2.Components.Schemas.MailmigrationSpamProtection;
2671
+ }
2672
+ interface MailmigrationMigration {
2673
+ aborted: boolean;
2674
+ addresses: MittwaldAPIV2.Components.Schemas.MailmigrationMigrationMailAddress[];
2675
+ finalizers: MittwaldAPIV2.Components.Schemas.MailmigrationMigrationFinalizeJob;
2676
+ finished: boolean;
2677
+ id: string;
2678
+ mailboxes: MittwaldAPIV2.Components.Schemas.MailmigrationMigrationMailbox[];
2679
+ sourceCoabProjectId: string;
2680
+ targetNexusProjectId: string;
2681
+ }
2682
+ interface MailmigrationMigrationFinalizeJob {
2683
+ disableLegacyEntities?: MittwaldAPIV2.Components.Schemas.MailmigrationMigrationFinalizeJobDisableLegacyEntities;
2684
+ projectSettingMigrations?: MittwaldAPIV2.Components.Schemas.MailmigrationMigrationFinalizeJobProjectSetting;
2685
+ }
2686
+ interface MailmigrationMigrationFinalizeJobDisableLegacyEntities {
2687
+ addresses: string[];
2688
+ mailboxNames: string[];
2689
+ }
2690
+ interface MailmigrationMigrationFinalizeJobProjectSetting {
2691
+ blacklistEntries: string[];
2692
+ whitelistEntries: string[];
2693
+ }
2694
+ interface MailmigrationMigrationMailAddress {
2695
+ address: string;
2696
+ finished: boolean;
2697
+ id: string;
2698
+ migrationJobs: MittwaldAPIV2.Components.Schemas.MailmigrationMigrationMailAddressMigrationJob;
2699
+ preMigrationJobs: MittwaldAPIV2.Components.Schemas.MailmigrationMigrationMailAddressPreMigrationJob;
2700
+ }
2701
+ interface MailmigrationMigrateMailAddressCommandRequirements {
2702
+ address?: string;
2703
+ autoResponder?: MittwaldAPIV2.Components.Schemas.MailmigrationAutoResponder;
2704
+ forwardAddresses?: string[];
2705
+ isCatchAll?: boolean;
2706
+ mailbox?: MittwaldAPIV2.Components.Schemas.MailmigrationMailbox;
2707
+ projectId: string;
2708
+ }
2709
+ interface MailmigrationMigrationMailAddressMigrationJob {
2710
+ migrate: MittwaldAPIV2.Components.Schemas.MailmigrationMigrationMailAddressMigrationJobMigrate;
2711
+ }
2712
+ interface MailmigrationMigrationMailAddressMigrationJobMigrate {
2713
+ finished: boolean;
2714
+ requirements: MittwaldAPIV2.Components.Schemas.MailmigrationMigrateMailAddressCommandRequirements;
2715
+ }
2716
+ interface MailmigrationMigrationMailAddressPreMigrationJob {
2717
+ aliasSet: MittwaldAPIV2.Components.Schemas.MailmigrationMigrationMailAddressPreMigrationJobAliasSet[];
2718
+ deliveryMigrations: MittwaldAPIV2.Components.Schemas.MailmigrationMigrationMailAddressPreMigrationJobDeliveryMigration[];
2719
+ }
2720
+ interface MailmigrationMigrationMailAddressPreMigrationJobAliasSet {
2721
+ finished: boolean;
2722
+ sourceCoabMailboxName: string;
2723
+ }
2724
+ interface MailmigrationMigrationMailAddressPreMigrationJobDeliveryMigration {
2725
+ finished: boolean;
2726
+ sourceCoabDeliveryMailbox: string;
2727
+ sourceCoabDeliveryUid: number;
2728
+ targetDeliveryAddress: string;
2729
+ }
2730
+ interface MailmigrationMigrationMailbox {
2731
+ description?: string;
2732
+ finished: boolean;
2733
+ id: string;
2734
+ migrationJobs: MittwaldAPIV2.Components.Schemas.MailmigrationMigrationMailboxJob;
2735
+ name: string;
2736
+ }
2737
+ interface MailmigrationMigrationMailboxJob {
2738
+ migrate: MittwaldAPIV2.Components.Schemas.MailmigrationMigrationMailboxJobMigrate;
2739
+ }
2740
+ interface MailmigrationMigrationMailboxJobMigrate {
2741
+ requirements: MittwaldAPIV2.Components.Schemas.MailmigrationMigrateMailboxCommandRequirements;
2742
+ }
2743
+ interface MailmigrationMigrateMailboxCommandRequirements {
2744
+ mailbox?: MittwaldAPIV2.Components.Schemas.MailmigrationMailbox;
2745
+ projectId: string;
2746
+ }
2747
+ interface MailmigrationCheckMigrationIsPossibleErrorAlreadyExistingMailAddress {
2748
+ address: string;
2749
+ }
2750
+ interface MailmigrationCheckMigrationIsPossibleErrorAmbiguousMailAddressDelivery {
2751
+ addresses: string[];
2752
+ mailboxName: string;
2753
+ }
2754
+ interface MailmigrationCheckMigrationIsPossibleErrorAmbiguousMailboxDelivery {
2755
+ address: string;
2756
+ mailboxes: string[];
2757
+ }
2758
+ interface MailmigrationCheckMigrationIsPossibleErrorCatchAllMissingAddress {
2759
+ address: string;
2760
+ }
2761
+ interface MailmigrationCheckMigrationIsPossibleErrorCatchAllTargetWithoutAlias {
2762
+ address: string;
2763
+ mailboxName: string;
2764
+ }
2765
+ interface MailmigrationCheckMigrationIsPossibleErrorMissingVerifiedIngress {
2766
+ hostname: string;
2767
+ }
2768
+ interface MailmigrationPossibleCheckErrors {
2769
+ alreadyExistingMailAddress: MittwaldAPIV2.Components.Schemas.MailmigrationCheckMigrationIsPossibleErrorAlreadyExistingMailAddress[];
2770
+ ambiguousMailAddressDelivery: MittwaldAPIV2.Components.Schemas.MailmigrationCheckMigrationIsPossibleErrorAmbiguousMailAddressDelivery[];
2771
+ ambiguousMailboxDelivery: MittwaldAPIV2.Components.Schemas.MailmigrationCheckMigrationIsPossibleErrorAmbiguousMailboxDelivery[];
2772
+ catchAllMissingAddress: MittwaldAPIV2.Components.Schemas.MailmigrationCheckMigrationIsPossibleErrorCatchAllMissingAddress[];
2773
+ catchAllTargetWithoutAlias: MittwaldAPIV2.Components.Schemas.MailmigrationCheckMigrationIsPossibleErrorCatchAllTargetWithoutAlias[];
2774
+ missingVerifiedIngress: MittwaldAPIV2.Components.Schemas.MailmigrationCheckMigrationIsPossibleErrorMissingVerifiedIngress[];
2775
+ }
2776
+ interface MailmigrationCheckMigrationIsPossibleErrorResponse {
2777
+ errors?: MittwaldAPIV2.Components.Schemas.MailmigrationPossibleCheckErrors;
2778
+ }
2779
+ interface MailmigrationSpamProtection {
2780
+ active: boolean;
2781
+ deleteSensitivity?: number;
2782
+ /**
2783
+ * SPAM_FOLDER_INBOX_UNSPECIFIED = 0 SPAM_FOLDER_SPAM = 1
2784
+ */
2785
+ folder: 0 | 1;
2786
+ keepDays: number;
2787
+ relocateSensitivity?: number;
2788
+ }
2507
2789
  type MembershipCustomerInheritedRoles = "notset" | "owner" | "member" | "accountant";
2508
2790
  interface MembershipCustomerInvite {
2509
2791
  /**
@@ -2688,7 +2970,7 @@ export declare namespace MittwaldAPIV2 {
2688
2970
  }
2689
2971
  interface OrderAttributeConfiguration {
2690
2972
  key: string;
2691
- value: string;
2973
+ value?: string;
2692
2974
  }
2693
2975
  interface OrderCustomerOrder {
2694
2976
  contractChangeContractId?: string;
@@ -2908,7 +3190,7 @@ export declare namespace MittwaldAPIV2 {
2908
3190
  statusSetAt: string;
2909
3191
  }
2910
3192
  type ProjectServerDisableReason = "suspended";
2911
- type ProjectServerStatus = "pending" | "ready";
3193
+ type ProjectServerStatus = "pending" | "ready" | "unready";
2912
3194
  interface ProjectServer {
2913
3195
  clusterName: string;
2914
3196
  createdAt: string;
@@ -3210,6 +3492,17 @@ export declare namespace MittwaldAPIV2 {
3210
3492
  transactionId?: string;
3211
3493
  }
3212
3494
  }
3495
+ namespace DomainTransferabilityResponse {
3496
+ interface ApplicationJson {
3497
+ reasons: {
3498
+ domainAgeTooSmall: boolean;
3499
+ domainDoesNotExist: boolean;
3500
+ transferLock: boolean;
3501
+ wrongAuthCode: boolean;
3502
+ };
3503
+ transferable: boolean;
3504
+ }
3505
+ }
3213
3506
  namespace InvoiceEmptyResponse {
3214
3507
  interface ApplicationJson {
3215
3508
  }
@@ -3283,6 +3576,12 @@ export declare namespace MittwaldAPIV2 {
3283
3576
  interface CommonsAccessToken {
3284
3577
  "x-access-token"?: string;
3285
3578
  }
3579
+ /**
3580
+ * 'Authorization: Bearer xyz' is required
3581
+ */
3582
+ interface CommonsLegacyBearerAuthentication {
3583
+ Authorization: string;
3584
+ }
3286
3585
  }
3287
3586
  }
3288
3587
  namespace Paths {
@@ -3722,6 +4021,13 @@ export declare namespace MittwaldAPIV2 {
3722
4021
  }
3723
4022
  }
3724
4023
  }
4024
+ namespace $400 {
4025
+ namespace Content {
4026
+ interface ApplicationJson {
4027
+ [k: string]: unknown;
4028
+ }
4029
+ }
4030
+ }
3725
4031
  namespace $404 {
3726
4032
  namespace Content {
3727
4033
  interface ApplicationJson {
@@ -4650,8 +4956,6 @@ export declare namespace MittwaldAPIV2 {
4650
4956
  contractId: string;
4651
4957
  contractItemId: string;
4652
4958
  };
4653
- interface RequestBody {
4654
- }
4655
4959
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
4656
4960
  type Query = {};
4657
4961
  }
@@ -4696,8 +5000,6 @@ export declare namespace MittwaldAPIV2 {
4696
5000
  contractId: string;
4697
5001
  contractItemId: string;
4698
5002
  };
4699
- interface RequestBody {
4700
- }
4701
5003
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
4702
5004
  type Query = {};
4703
5005
  }
@@ -4793,8 +5095,6 @@ export declare namespace MittwaldAPIV2 {
4793
5095
  type Path = {
4794
5096
  contractId: string;
4795
5097
  };
4796
- interface RequestBody {
4797
- }
4798
5098
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
4799
5099
  type Query = {};
4800
5100
  }
@@ -5491,8 +5791,6 @@ export declare namespace MittwaldAPIV2 {
5491
5791
  conversationId: string;
5492
5792
  fileId: string;
5493
5793
  };
5494
- interface RequestBody {
5495
- }
5496
5794
  type Header = {};
5497
5795
  type Query = {};
5498
5796
  }
@@ -6678,7 +6976,7 @@ export declare namespace MittwaldAPIV2 {
6678
6976
  namespace $200 {
6679
6977
  namespace Content {
6680
6978
  interface ApplicationJson {
6681
- [k: string]: unknown;
6979
+ customerId?: string;
6682
6980
  }
6683
6981
  }
6684
6982
  }
@@ -6816,6 +7114,13 @@ export declare namespace MittwaldAPIV2 {
6816
7114
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.MembershipCustomerInvite[];
6817
7115
  }
6818
7116
  }
7117
+ namespace $403 {
7118
+ namespace Content {
7119
+ interface ApplicationJson {
7120
+ [k: string]: unknown;
7121
+ }
7122
+ }
7123
+ }
6819
7124
  namespace $404 {
6820
7125
  namespace Content {
6821
7126
  interface ApplicationJson {
@@ -6849,6 +7154,13 @@ export declare namespace MittwaldAPIV2 {
6849
7154
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.MembershipCustomerMembership[];
6850
7155
  }
6851
7156
  }
7157
+ namespace $403 {
7158
+ namespace Content {
7159
+ interface ApplicationJson {
7160
+ [k: string]: unknown;
7161
+ }
7162
+ }
7163
+ }
6852
7164
  namespace $404 {
6853
7165
  namespace Content {
6854
7166
  interface ApplicationJson {
@@ -8466,6 +8778,49 @@ export declare namespace MittwaldAPIV2 {
8466
8778
  }
8467
8779
  }
8468
8780
  }
8781
+ namespace V2DomainTransferable {
8782
+ namespace Post {
8783
+ namespace Parameters {
8784
+ type Path = {};
8785
+ interface RequestBody {
8786
+ authCode: string;
8787
+ domain: string;
8788
+ }
8789
+ type Header = {};
8790
+ type Query = {};
8791
+ }
8792
+ namespace Responses {
8793
+ namespace $200 {
8794
+ namespace Content {
8795
+ interface ApplicationJson {
8796
+ [k: string]: unknown;
8797
+ }
8798
+ }
8799
+ }
8800
+ namespace $400 {
8801
+ namespace Content {
8802
+ interface ApplicationJson {
8803
+ [k: string]: unknown;
8804
+ }
8805
+ }
8806
+ }
8807
+ namespace $403 {
8808
+ namespace Content {
8809
+ interface ApplicationJson {
8810
+ [k: string]: unknown;
8811
+ }
8812
+ }
8813
+ }
8814
+ namespace Default {
8815
+ namespace Content {
8816
+ interface ApplicationJson {
8817
+ [k: string]: unknown;
8818
+ }
8819
+ }
8820
+ }
8821
+ }
8822
+ }
8823
+ }
8469
8824
  namespace V2DomainsDomainIdActionsCreateAuthcode { }
8470
8825
  namespace V2DomainsDomainIdActionsAuthCode {
8471
8826
  namespace Post {
@@ -8598,14 +8953,13 @@ export declare namespace MittwaldAPIV2 {
8598
8953
  type Path = {
8599
8954
  domainId: string;
8600
8955
  };
8601
- interface RequestBody {
8956
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8957
+ type Query = {
8602
8958
  /**
8603
8959
  * Only for .de Domains.
8604
8960
  */
8605
8961
  transit?: boolean;
8606
- }
8607
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8608
- type Query = {};
8962
+ };
8609
8963
  }
8610
8964
  namespace Responses {
8611
8965
  namespace $200 {
@@ -8908,22 +9262,33 @@ export declare namespace MittwaldAPIV2 {
8908
9262
  }
8909
9263
  }
8910
9264
  }
8911
- namespace V2Files {
9265
+ namespace V2ExtensionInstancesExtensionInstanceIdTokens {
8912
9266
  namespace Post {
8913
9267
  namespace Parameters {
8914
- type Path = {};
9268
+ type Path = {
9269
+ extensionInstanceId: string;
9270
+ };
8915
9271
  interface RequestBody {
8916
- [k: string]: unknown;
9272
+ /**
9273
+ * The latest secret an external application received via lifecycle webhooks.
9274
+ * Namely ExtensionAddedToContext and ExtensionInstanceSecretRotated.
9275
+ *
9276
+ */
9277
+ extensionInstanceSecret: string;
8917
9278
  }
8918
- type Header = {
8919
- Token: string;
8920
- };
9279
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8921
9280
  type Query = {};
8922
9281
  }
8923
9282
  namespace Responses {
8924
9283
  namespace $201 {
8925
9284
  namespace Content {
8926
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileMeta;
9285
+ interface ApplicationJson {
9286
+ expiry: string;
9287
+ /**
9288
+ * Set this in the 'x-access-token' header when performing domain actions.
9289
+ */
9290
+ publicToken: string;
9291
+ }
8927
9292
  }
8928
9293
  }
8929
9294
  namespace $400 {
@@ -8933,36 +9298,449 @@ export declare namespace MittwaldAPIV2 {
8933
9298
  }
8934
9299
  }
8935
9300
  }
8936
- namespace $401 {
9301
+ namespace Default {
8937
9302
  namespace Content {
8938
9303
  interface ApplicationJson {
8939
9304
  [k: string]: unknown;
8940
9305
  }
8941
9306
  }
8942
9307
  }
8943
- namespace $406 {
9308
+ }
9309
+ }
9310
+ }
9311
+ namespace V2ExtensionInstancesExtensionInstanceIdScopes {
9312
+ namespace Patch {
9313
+ namespace Parameters {
9314
+ type Path = {
9315
+ extensionInstanceId: string;
9316
+ };
9317
+ interface RequestBody {
9318
+ consentedScopes: string[];
9319
+ }
9320
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9321
+ type Query = {};
9322
+ }
9323
+ namespace Responses {
9324
+ namespace $204 {
8944
9325
  namespace Content {
8945
9326
  interface ApplicationJson {
8946
9327
  [k: string]: unknown;
8947
9328
  }
8948
9329
  }
8949
9330
  }
8950
- namespace $422 {
9331
+ namespace $400 {
8951
9332
  namespace Content {
8952
9333
  interface ApplicationJson {
8953
9334
  [k: string]: unknown;
8954
9335
  }
8955
9336
  }
8956
9337
  }
8957
- namespace $500 {
9338
+ namespace Default {
8958
9339
  namespace Content {
8959
9340
  interface ApplicationJson {
8960
9341
  [k: string]: unknown;
8961
9342
  }
8962
9343
  }
8963
9344
  }
8964
- namespace Default {
8965
- namespace Content {
9345
+ }
9346
+ }
9347
+ }
9348
+ namespace V2ExtensionInstances {
9349
+ namespace Get {
9350
+ namespace Parameters {
9351
+ type Path = {};
9352
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9353
+ type Query = {
9354
+ limit?: number;
9355
+ skip?: number;
9356
+ page?: number;
9357
+ context: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
9358
+ contextId: string;
9359
+ };
9360
+ }
9361
+ namespace Responses {
9362
+ namespace $200 {
9363
+ namespace Content {
9364
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstance[];
9365
+ }
9366
+ }
9367
+ namespace Default {
9368
+ namespace Content {
9369
+ interface ApplicationJson {
9370
+ [k: string]: unknown;
9371
+ }
9372
+ }
9373
+ }
9374
+ }
9375
+ }
9376
+ namespace Post {
9377
+ namespace Parameters {
9378
+ type Path = {};
9379
+ interface RequestBody {
9380
+ consentedScopes: string[];
9381
+ context: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
9382
+ contextId: string;
9383
+ extensionId: string;
9384
+ }
9385
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9386
+ type Query = {};
9387
+ }
9388
+ namespace Responses {
9389
+ namespace $201 {
9390
+ namespace Content {
9391
+ interface ApplicationJson {
9392
+ id: string;
9393
+ }
9394
+ }
9395
+ }
9396
+ namespace $400 {
9397
+ namespace Content {
9398
+ interface ApplicationJson {
9399
+ [k: string]: unknown;
9400
+ }
9401
+ }
9402
+ }
9403
+ namespace Default {
9404
+ namespace Content {
9405
+ interface ApplicationJson {
9406
+ [k: string]: unknown;
9407
+ }
9408
+ }
9409
+ }
9410
+ }
9411
+ }
9412
+ }
9413
+ namespace V2ExtensionInstancesExtensionInstanceId {
9414
+ namespace Get {
9415
+ namespace Parameters {
9416
+ type Path = {
9417
+ extensionInstanceId: string;
9418
+ };
9419
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9420
+ type Query = {};
9421
+ }
9422
+ namespace Responses {
9423
+ namespace $200 {
9424
+ namespace Content {
9425
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstance;
9426
+ }
9427
+ }
9428
+ namespace $404 {
9429
+ namespace Content {
9430
+ interface ApplicationJson {
9431
+ [k: string]: unknown;
9432
+ }
9433
+ }
9434
+ }
9435
+ namespace Default {
9436
+ namespace Content {
9437
+ interface ApplicationJson {
9438
+ [k: string]: unknown;
9439
+ }
9440
+ }
9441
+ }
9442
+ }
9443
+ }
9444
+ namespace Delete {
9445
+ namespace Parameters {
9446
+ type Path = {
9447
+ extensionInstanceId: string;
9448
+ };
9449
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9450
+ type Query = {};
9451
+ }
9452
+ namespace Responses {
9453
+ namespace $204 {
9454
+ namespace Content {
9455
+ interface ApplicationJson {
9456
+ [k: string]: unknown;
9457
+ }
9458
+ }
9459
+ }
9460
+ namespace $404 {
9461
+ namespace Content {
9462
+ interface ApplicationJson {
9463
+ [k: string]: unknown;
9464
+ }
9465
+ }
9466
+ }
9467
+ namespace Default {
9468
+ namespace Content {
9469
+ interface ApplicationJson {
9470
+ [k: string]: unknown;
9471
+ }
9472
+ }
9473
+ }
9474
+ }
9475
+ }
9476
+ }
9477
+ namespace V2ExtensionInstancesExtensionInstanceIdActionsDisable {
9478
+ namespace Post {
9479
+ namespace Parameters {
9480
+ type Path = {
9481
+ extensionInstanceId: string;
9482
+ };
9483
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9484
+ type Query = {};
9485
+ }
9486
+ namespace Responses {
9487
+ namespace $204 {
9488
+ namespace Content {
9489
+ interface ApplicationJson {
9490
+ [k: string]: unknown;
9491
+ }
9492
+ }
9493
+ }
9494
+ namespace $400 {
9495
+ namespace Content {
9496
+ interface ApplicationJson {
9497
+ [k: string]: unknown;
9498
+ }
9499
+ }
9500
+ }
9501
+ namespace Default {
9502
+ namespace Content {
9503
+ interface ApplicationJson {
9504
+ [k: string]: unknown;
9505
+ }
9506
+ }
9507
+ }
9508
+ }
9509
+ }
9510
+ }
9511
+ namespace V2ExtensionInstancesExtensionInstanceIdActionsEnable {
9512
+ namespace Post {
9513
+ namespace Parameters {
9514
+ type Path = {
9515
+ extensionInstanceId: string;
9516
+ };
9517
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9518
+ type Query = {};
9519
+ }
9520
+ namespace Responses {
9521
+ namespace $204 {
9522
+ namespace Content {
9523
+ interface ApplicationJson {
9524
+ [k: string]: unknown;
9525
+ }
9526
+ }
9527
+ }
9528
+ namespace $400 {
9529
+ namespace Content {
9530
+ interface ApplicationJson {
9531
+ [k: string]: unknown;
9532
+ }
9533
+ }
9534
+ }
9535
+ namespace Default {
9536
+ namespace Content {
9537
+ interface ApplicationJson {
9538
+ [k: string]: unknown;
9539
+ }
9540
+ }
9541
+ }
9542
+ }
9543
+ }
9544
+ }
9545
+ namespace V2ContributorsContributorId {
9546
+ namespace Get {
9547
+ namespace Parameters {
9548
+ type Path = {
9549
+ contributorId: string;
9550
+ };
9551
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9552
+ type Query = {};
9553
+ }
9554
+ namespace Responses {
9555
+ namespace $200 {
9556
+ namespace Content {
9557
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceContributor;
9558
+ }
9559
+ }
9560
+ namespace $404 {
9561
+ namespace Content {
9562
+ interface ApplicationJson {
9563
+ [k: string]: unknown;
9564
+ }
9565
+ }
9566
+ }
9567
+ namespace Default {
9568
+ namespace Content {
9569
+ interface ApplicationJson {
9570
+ [k: string]: unknown;
9571
+ }
9572
+ }
9573
+ }
9574
+ }
9575
+ }
9576
+ }
9577
+ namespace V2ExtensionsExtensionId {
9578
+ namespace Get {
9579
+ namespace Parameters {
9580
+ type Path = {
9581
+ extensionId: string;
9582
+ };
9583
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9584
+ type Query = {};
9585
+ }
9586
+ namespace Responses {
9587
+ namespace $200 {
9588
+ namespace Content {
9589
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceExtension;
9590
+ }
9591
+ }
9592
+ namespace Default {
9593
+ namespace Content {
9594
+ interface ApplicationJson {
9595
+ [k: string]: unknown;
9596
+ }
9597
+ }
9598
+ }
9599
+ }
9600
+ }
9601
+ }
9602
+ namespace V2WebhookPublicKeysSerial {
9603
+ namespace Get {
9604
+ namespace Parameters {
9605
+ type Path = {
9606
+ serial: string;
9607
+ };
9608
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9609
+ type Query = {};
9610
+ }
9611
+ namespace Responses {
9612
+ namespace $200 {
9613
+ namespace Content {
9614
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplacePublicKey;
9615
+ }
9616
+ }
9617
+ namespace $404 {
9618
+ namespace Content {
9619
+ interface ApplicationJson {
9620
+ [k: string]: unknown;
9621
+ }
9622
+ }
9623
+ }
9624
+ namespace Default {
9625
+ namespace Content {
9626
+ interface ApplicationJson {
9627
+ [k: string]: unknown;
9628
+ }
9629
+ }
9630
+ }
9631
+ }
9632
+ }
9633
+ }
9634
+ namespace V2Contributors {
9635
+ namespace Get {
9636
+ namespace Parameters {
9637
+ type Path = {};
9638
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9639
+ type Query = {
9640
+ limit?: number;
9641
+ skip?: number;
9642
+ page?: number;
9643
+ };
9644
+ }
9645
+ namespace Responses {
9646
+ namespace $200 {
9647
+ namespace Content {
9648
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceContributor[];
9649
+ }
9650
+ }
9651
+ namespace Default {
9652
+ namespace Content {
9653
+ interface ApplicationJson {
9654
+ [k: string]: unknown;
9655
+ }
9656
+ }
9657
+ }
9658
+ }
9659
+ }
9660
+ }
9661
+ namespace V2Extensions {
9662
+ namespace Get {
9663
+ namespace Parameters {
9664
+ type Path = {};
9665
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9666
+ type Query = {
9667
+ context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
9668
+ limit?: number;
9669
+ skip?: number;
9670
+ page?: number;
9671
+ };
9672
+ }
9673
+ namespace Responses {
9674
+ namespace $200 {
9675
+ namespace Content {
9676
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceExtension[];
9677
+ }
9678
+ }
9679
+ namespace Default {
9680
+ namespace Content {
9681
+ interface ApplicationJson {
9682
+ [k: string]: unknown;
9683
+ }
9684
+ }
9685
+ }
9686
+ }
9687
+ }
9688
+ }
9689
+ namespace V2Files {
9690
+ namespace Post {
9691
+ namespace Parameters {
9692
+ type Path = {};
9693
+ interface RequestBody {
9694
+ [k: string]: unknown;
9695
+ }
9696
+ type Header = {
9697
+ Token: string;
9698
+ };
9699
+ type Query = {};
9700
+ }
9701
+ namespace Responses {
9702
+ namespace $201 {
9703
+ namespace Content {
9704
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileMeta;
9705
+ }
9706
+ }
9707
+ namespace $400 {
9708
+ namespace Content {
9709
+ interface ApplicationJson {
9710
+ [k: string]: unknown;
9711
+ }
9712
+ }
9713
+ }
9714
+ namespace $401 {
9715
+ namespace Content {
9716
+ interface ApplicationJson {
9717
+ [k: string]: unknown;
9718
+ }
9719
+ }
9720
+ }
9721
+ namespace $406 {
9722
+ namespace Content {
9723
+ interface ApplicationJson {
9724
+ [k: string]: unknown;
9725
+ }
9726
+ }
9727
+ }
9728
+ namespace $422 {
9729
+ namespace Content {
9730
+ interface ApplicationJson {
9731
+ [k: string]: unknown;
9732
+ }
9733
+ }
9734
+ }
9735
+ namespace $500 {
9736
+ namespace Content {
9737
+ interface ApplicationJson {
9738
+ [k: string]: unknown;
9739
+ }
9740
+ }
9741
+ }
9742
+ namespace Default {
9743
+ namespace Content {
8966
9744
  interface ApplicationJson {
8967
9745
  [k: string]: unknown;
8968
9746
  }
@@ -9000,21 +9778,67 @@ export declare namespace MittwaldAPIV2 {
9000
9778
  }
9001
9779
  }
9002
9780
  }
9003
- namespace $403 {
9781
+ namespace $403 {
9782
+ namespace Content {
9783
+ interface ApplicationJson {
9784
+ [k: string]: unknown;
9785
+ }
9786
+ }
9787
+ }
9788
+ namespace $404 {
9789
+ namespace Content {
9790
+ interface ApplicationJson {
9791
+ [k: string]: unknown;
9792
+ }
9793
+ }
9794
+ }
9795
+ namespace $422 {
9796
+ namespace Content {
9797
+ interface ApplicationJson {
9798
+ [k: string]: unknown;
9799
+ }
9800
+ }
9801
+ }
9802
+ namespace $500 {
9803
+ namespace Content {
9804
+ interface ApplicationJson {
9805
+ [k: string]: unknown;
9806
+ }
9807
+ }
9808
+ }
9809
+ namespace Default {
9004
9810
  namespace Content {
9005
9811
  interface ApplicationJson {
9006
9812
  [k: string]: unknown;
9007
9813
  }
9008
9814
  }
9009
9815
  }
9010
- namespace $404 {
9816
+ }
9817
+ }
9818
+ }
9819
+ namespace V2FileUploadTokensFileUploadTokenRules {
9820
+ namespace Get {
9821
+ namespace Parameters {
9822
+ type Path = {
9823
+ fileUploadToken: string;
9824
+ };
9825
+ type Header = {};
9826
+ type Query = {};
9827
+ }
9828
+ namespace Responses {
9829
+ namespace $200 {
9830
+ namespace Content {
9831
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
9832
+ }
9833
+ }
9834
+ namespace $400 {
9011
9835
  namespace Content {
9012
9836
  interface ApplicationJson {
9013
9837
  [k: string]: unknown;
9014
9838
  }
9015
9839
  }
9016
9840
  }
9017
- namespace $422 {
9841
+ namespace $404 {
9018
9842
  namespace Content {
9019
9843
  interface ApplicationJson {
9020
9844
  [k: string]: unknown;
@@ -9038,11 +9862,11 @@ export declare namespace MittwaldAPIV2 {
9038
9862
  }
9039
9863
  }
9040
9864
  }
9041
- namespace V2FileUploadTokensFileUploadTokenRules {
9865
+ namespace V2FileUploadTypesFileUploadTypeRules {
9042
9866
  namespace Get {
9043
9867
  namespace Parameters {
9044
9868
  type Path = {
9045
- fileUploadToken: string;
9869
+ fileUploadType: "avatar" | "conversation";
9046
9870
  };
9047
9871
  type Header = {};
9048
9872
  type Query = {};
@@ -9084,19 +9908,24 @@ export declare namespace MittwaldAPIV2 {
9084
9908
  }
9085
9909
  }
9086
9910
  }
9087
- namespace V2FileUploadTypesFileUploadTypeRules {
9911
+ namespace V2FilesFileId {
9088
9912
  namespace Get {
9089
9913
  namespace Parameters {
9090
9914
  type Path = {
9091
- fileUploadType: "avatar" | "conversation";
9915
+ fileId: string;
9916
+ };
9917
+ type Header = {
9918
+ Accept?: "application/octet-stream" | "text/plain;base64";
9919
+ "Content-Disposition"?: "inline" | "attachment";
9920
+ Token?: string;
9092
9921
  };
9093
- type Header = {};
9094
9922
  type Query = {};
9095
9923
  }
9096
9924
  namespace Responses {
9097
9925
  namespace $200 {
9098
9926
  namespace Content {
9099
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
9927
+ type ApplicationOctetStream = string;
9928
+ type TextPlainBase64 = string;
9100
9929
  }
9101
9930
  }
9102
9931
  namespace $400 {
@@ -9106,6 +9935,20 @@ export declare namespace MittwaldAPIV2 {
9106
9935
  }
9107
9936
  }
9108
9937
  }
9938
+ namespace $401 {
9939
+ namespace Content {
9940
+ interface ApplicationJson {
9941
+ [k: string]: unknown;
9942
+ }
9943
+ }
9944
+ }
9945
+ namespace $403 {
9946
+ namespace Content {
9947
+ interface ApplicationJson {
9948
+ [k: string]: unknown;
9949
+ }
9950
+ }
9951
+ }
9109
9952
  namespace $404 {
9110
9953
  namespace Content {
9111
9954
  interface ApplicationJson {
@@ -9113,6 +9956,13 @@ export declare namespace MittwaldAPIV2 {
9113
9956
  }
9114
9957
  }
9115
9958
  }
9959
+ namespace $422 {
9960
+ namespace Content {
9961
+ interface ApplicationJson {
9962
+ [k: string]: unknown;
9963
+ }
9964
+ }
9965
+ }
9116
9966
  namespace $500 {
9117
9967
  namespace Content {
9118
9968
  interface ApplicationJson {
@@ -9135,7 +9985,7 @@ export declare namespace MittwaldAPIV2 {
9135
9985
  namespace Parameters {
9136
9986
  type Path = {
9137
9987
  fileId: string;
9138
- fileName?: string;
9988
+ fileName: string;
9139
9989
  };
9140
9990
  type Header = {
9141
9991
  Accept?: "application/octet-stream" | "text/plain;base64";
@@ -11083,6 +11933,34 @@ export declare namespace MittwaldAPIV2 {
11083
11933
  }
11084
11934
  }
11085
11935
  namespace V2Orders {
11936
+ namespace Get {
11937
+ namespace Parameters {
11938
+ type Path = {};
11939
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
11940
+ type Query = {
11941
+ limit?: number;
11942
+ skip?: number;
11943
+ page?: number;
11944
+ includesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
11945
+ excludesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
11946
+ templateNames?: string[];
11947
+ };
11948
+ }
11949
+ namespace Responses {
11950
+ namespace $200 {
11951
+ namespace Content {
11952
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[];
11953
+ }
11954
+ }
11955
+ namespace Default {
11956
+ namespace Content {
11957
+ interface ApplicationJson {
11958
+ [k: string]: unknown;
11959
+ }
11960
+ }
11961
+ }
11962
+ }
11963
+ }
11086
11964
  namespace Post {
11087
11965
  namespace Parameters {
11088
11966
  type Path = {};
@@ -11108,6 +11986,13 @@ export declare namespace MittwaldAPIV2 {
11108
11986
  }
11109
11987
  }
11110
11988
  }
11989
+ namespace $403 {
11990
+ namespace Content {
11991
+ interface ApplicationJson {
11992
+ [k: string]: unknown;
11993
+ }
11994
+ }
11995
+ }
11111
11996
  namespace Default {
11112
11997
  namespace Content {
11113
11998
  interface ApplicationJson {
@@ -11267,6 +12152,13 @@ export declare namespace MittwaldAPIV2 {
11267
12152
  }
11268
12153
  }
11269
12154
  }
12155
+ namespace $422 {
12156
+ namespace Content {
12157
+ interface ApplicationJson {
12158
+ error?: {};
12159
+ }
12160
+ }
12161
+ }
11270
12162
  namespace Default {
11271
12163
  namespace Content {
11272
12164
  interface ApplicationJson {
@@ -11305,6 +12197,13 @@ export declare namespace MittwaldAPIV2 {
11305
12197
  }
11306
12198
  }
11307
12199
  }
12200
+ namespace $422 {
12201
+ namespace Content {
12202
+ interface ApplicationJson {
12203
+ error?: {};
12204
+ }
12205
+ }
12206
+ }
11308
12207
  namespace Default {
11309
12208
  namespace Content {
11310
12209
  interface ApplicationJson {
@@ -12431,6 +13330,13 @@ export declare namespace MittwaldAPIV2 {
12431
13330
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.MembershipProjectMembership;
12432
13331
  }
12433
13332
  }
13333
+ namespace $403 {
13334
+ namespace Content {
13335
+ interface ApplicationJson {
13336
+ [k: string]: unknown;
13337
+ }
13338
+ }
13339
+ }
12434
13340
  namespace $404 {
12435
13341
  namespace Content {
12436
13342
  interface ApplicationJson {
@@ -12566,6 +13472,13 @@ export declare namespace MittwaldAPIV2 {
12566
13472
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[];
12567
13473
  }
12568
13474
  }
13475
+ namespace $403 {
13476
+ namespace Content {
13477
+ interface ApplicationJson {
13478
+ [k: string]: unknown;
13479
+ }
13480
+ }
13481
+ }
12569
13482
  namespace $404 {
12570
13483
  namespace Content {
12571
13484
  interface ApplicationJson {
@@ -12599,6 +13512,13 @@ export declare namespace MittwaldAPIV2 {
12599
13512
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.MembershipProjectMembership[];
12600
13513
  }
12601
13514
  }
13515
+ namespace $403 {
13516
+ namespace Content {
13517
+ interface ApplicationJson {
13518
+ [k: string]: unknown;
13519
+ }
13520
+ }
13521
+ }
12602
13522
  namespace $404 {
12603
13523
  namespace Content {
12604
13524
  interface ApplicationJson {
@@ -13019,6 +13939,13 @@ export declare namespace MittwaldAPIV2 {
13019
13939
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.SshuserSftpUser[];
13020
13940
  }
13021
13941
  }
13942
+ namespace $403 {
13943
+ namespace Content {
13944
+ interface ApplicationJson {
13945
+ [k: string]: unknown;
13946
+ }
13947
+ }
13948
+ }
13022
13949
  namespace $404 {
13023
13950
  namespace Content {
13024
13951
  interface ApplicationJson {
@@ -13066,6 +13993,13 @@ export declare namespace MittwaldAPIV2 {
13066
13993
  }
13067
13994
  }
13068
13995
  }
13996
+ namespace $403 {
13997
+ namespace Content {
13998
+ interface ApplicationJson {
13999
+ [k: string]: unknown;
14000
+ }
14001
+ }
14002
+ }
13069
14003
  namespace Default {
13070
14004
  namespace Content {
13071
14005
  interface ApplicationJson {
@@ -13091,6 +14025,13 @@ export declare namespace MittwaldAPIV2 {
13091
14025
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.SshuserSftpUser;
13092
14026
  }
13093
14027
  }
14028
+ namespace $403 {
14029
+ namespace Content {
14030
+ interface ApplicationJson {
14031
+ [k: string]: unknown;
14032
+ }
14033
+ }
14034
+ }
13094
14035
  namespace $404 {
13095
14036
  namespace Content {
13096
14037
  interface ApplicationJson {
@@ -13121,6 +14062,13 @@ export declare namespace MittwaldAPIV2 {
13121
14062
  type Empty = unknown;
13122
14063
  }
13123
14064
  }
14065
+ namespace $403 {
14066
+ namespace Content {
14067
+ interface ApplicationJson {
14068
+ [k: string]: unknown;
14069
+ }
14070
+ }
14071
+ }
13124
14072
  namespace Default {
13125
14073
  namespace Content {
13126
14074
  interface ApplicationJson {
@@ -13163,6 +14111,13 @@ export declare namespace MittwaldAPIV2 {
13163
14111
  }
13164
14112
  }
13165
14113
  }
14114
+ namespace $403 {
14115
+ namespace Content {
14116
+ interface ApplicationJson {
14117
+ [k: string]: unknown;
14118
+ }
14119
+ }
14120
+ }
13166
14121
  namespace Default {
13167
14122
  namespace Content {
13168
14123
  interface ApplicationJson {
@@ -13192,6 +14147,13 @@ export declare namespace MittwaldAPIV2 {
13192
14147
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.SshuserSshUser[];
13193
14148
  }
13194
14149
  }
14150
+ namespace $403 {
14151
+ namespace Content {
14152
+ interface ApplicationJson {
14153
+ [k: string]: unknown;
14154
+ }
14155
+ }
14156
+ }
13195
14157
  namespace $404 {
13196
14158
  namespace Content {
13197
14159
  interface ApplicationJson {
@@ -13234,6 +14196,13 @@ export declare namespace MittwaldAPIV2 {
13234
14196
  }
13235
14197
  }
13236
14198
  }
14199
+ namespace $403 {
14200
+ namespace Content {
14201
+ interface ApplicationJson {
14202
+ [k: string]: unknown;
14203
+ }
14204
+ }
14205
+ }
13237
14206
  namespace Default {
13238
14207
  namespace Content {
13239
14208
  interface ApplicationJson {
@@ -13259,6 +14228,13 @@ export declare namespace MittwaldAPIV2 {
13259
14228
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.SshuserSshUser;
13260
14229
  }
13261
14230
  }
14231
+ namespace $403 {
14232
+ namespace Content {
14233
+ interface ApplicationJson {
14234
+ [k: string]: unknown;
14235
+ }
14236
+ }
14237
+ }
13262
14238
  namespace $404 {
13263
14239
  namespace Content {
13264
14240
  interface ApplicationJson {
@@ -13289,6 +14265,13 @@ export declare namespace MittwaldAPIV2 {
13289
14265
  type Empty = unknown;
13290
14266
  }
13291
14267
  }
14268
+ namespace $403 {
14269
+ namespace Content {
14270
+ interface ApplicationJson {
14271
+ [k: string]: unknown;
14272
+ }
14273
+ }
14274
+ }
13292
14275
  namespace Default {
13293
14276
  namespace Content {
13294
14277
  interface ApplicationJson {
@@ -13326,6 +14309,13 @@ export declare namespace MittwaldAPIV2 {
13326
14309
  }
13327
14310
  }
13328
14311
  }
14312
+ namespace $403 {
14313
+ namespace Content {
14314
+ interface ApplicationJson {
14315
+ [k: string]: unknown;
14316
+ }
14317
+ }
14318
+ }
13329
14319
  namespace Default {
13330
14320
  namespace Content {
13331
14321
  interface ApplicationJson {
@@ -14833,6 +15823,13 @@ export declare namespace MittwaldAPIV2 {
14833
15823
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
14834
15824
  }
14835
15825
  }
15826
+ namespace $403 {
15827
+ namespace Content {
15828
+ interface ApplicationJson {
15829
+ [k: string]: unknown;
15830
+ }
15831
+ }
15832
+ }
14836
15833
  namespace Default {
14837
15834
  namespace Content {
14838
15835
  interface ApplicationJson {
@@ -15079,6 +16076,13 @@ export declare namespace MittwaldAPIV2 {
15079
16076
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
15080
16077
  }
15081
16078
  }
16079
+ namespace $403 {
16080
+ namespace Content {
16081
+ interface ApplicationJson {
16082
+ [k: string]: unknown;
16083
+ }
16084
+ }
16085
+ }
15082
16086
  namespace Default {
15083
16087
  namespace Content {
15084
16088
  interface ApplicationJson {
@@ -15409,54 +16413,5 @@ export declare namespace MittwaldAPIV2 {
15409
16413
  }
15410
16414
  }
15411
16415
  }
15412
- namespace V2DomainTransferable {
15413
- namespace Post {
15414
- namespace Parameters {
15415
- type Path = {};
15416
- interface RequestBody {
15417
- authCode: string;
15418
- domain: string;
15419
- }
15420
- type Header = {};
15421
- type Query = {};
15422
- }
15423
- namespace Responses {
15424
- namespace $200 {
15425
- namespace Content {
15426
- interface ApplicationJson {
15427
- reasons: {
15428
- domainAgeTooSmall: boolean;
15429
- domainDoesNotExist: boolean;
15430
- transferLock: boolean;
15431
- wrongAuthCode: boolean;
15432
- };
15433
- transferable: boolean;
15434
- }
15435
- }
15436
- }
15437
- namespace $400 {
15438
- namespace Content {
15439
- interface ApplicationJson {
15440
- [k: string]: unknown;
15441
- }
15442
- }
15443
- }
15444
- namespace $403 {
15445
- namespace Content {
15446
- interface ApplicationJson {
15447
- [k: string]: unknown;
15448
- }
15449
- }
15450
- }
15451
- namespace Default {
15452
- namespace Content {
15453
- interface ApplicationJson {
15454
- [k: string]: unknown;
15455
- }
15456
- }
15457
- }
15458
- }
15459
- }
15460
- }
15461
16416
  }
15462
16417
  }