@mittwald/api-client 4.327.0 → 4.328.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.
@@ -210,6 +210,10 @@ export declare namespace MittwaldAPIV2 {
210
210
  type RequestData = InferredRequestData<typeof descriptors.backupGetProjectBackupDirectories>;
211
211
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupGetProjectBackupDirectories, TStatus>;
212
212
  }
213
+ namespace BackupReplaceProjectBackupExpirationTime {
214
+ type RequestData = InferredRequestData<typeof descriptors.backupReplaceProjectBackupExpirationTime>;
215
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupReplaceProjectBackupExpirationTime, TStatus>;
216
+ }
213
217
  namespace BackupRequestProjectBackupRestoreV2Experimental {
214
218
  type RequestData = InferredRequestData<typeof descriptors.backupRequestProjectBackupRestoreV2Experimental>;
215
219
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupRequestProjectBackupRestoreV2Experimental, TStatus>;
@@ -270,6 +274,10 @@ export declare namespace MittwaldAPIV2 {
270
274
  type RequestData = InferredRequestData<typeof descriptors.containerGetService>;
271
275
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetService, TStatus>;
272
276
  }
277
+ namespace ContainerListSelfStacks {
278
+ type RequestData = InferredRequestData<typeof descriptors.containerListSelfStacks>;
279
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListSelfStacks, TStatus>;
280
+ }
273
281
  namespace ContainerListServices {
274
282
  type RequestData = InferredRequestData<typeof descriptors.containerListServices>;
275
283
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListServices, TStatus>;
@@ -298,6 +306,10 @@ export declare namespace MittwaldAPIV2 {
298
306
  type RequestData = InferredRequestData<typeof descriptors.containerRestartService>;
299
307
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerRestartService, TStatus>;
300
308
  }
309
+ namespace ContainerSetStackUpdateSchedule {
310
+ type RequestData = InferredRequestData<typeof descriptors.containerSetStackUpdateSchedule>;
311
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerSetStackUpdateSchedule, TStatus>;
312
+ }
301
313
  namespace ContainerStartService {
302
314
  type RequestData = InferredRequestData<typeof descriptors.containerStartService>;
303
315
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerStartService, TStatus>;
@@ -1194,6 +1206,22 @@ export declare namespace MittwaldAPIV2 {
1194
1206
  type RequestData = InferredRequestData<typeof descriptors.leadfyndrRemoveUnlockedLeadReservation>;
1195
1207
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrRemoveUnlockedLeadReservation, TStatus>;
1196
1208
  }
1209
+ namespace LicenseGetLicense {
1210
+ type RequestData = InferredRequestData<typeof descriptors.licenseGetLicense>;
1211
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.licenseGetLicense, TStatus>;
1212
+ }
1213
+ namespace LicenseListLicensesForProject {
1214
+ type RequestData = InferredRequestData<typeof descriptors.licenseListLicensesForProject>;
1215
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.licenseListLicensesForProject, TStatus>;
1216
+ }
1217
+ namespace LicenseRotateLicenseKey {
1218
+ type RequestData = InferredRequestData<typeof descriptors.licenseRotateLicenseKey>;
1219
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.licenseRotateLicenseKey, TStatus>;
1220
+ }
1221
+ namespace LicenseValidateLicenseKeyForProject {
1222
+ type RequestData = InferredRequestData<typeof descriptors.licenseValidateLicenseKeyForProject>;
1223
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.licenseValidateLicenseKeyForProject, TStatus>;
1224
+ }
1197
1225
  namespace MailListDeliveryBoxes {
1198
1226
  type RequestData = InferredRequestData<typeof descriptors.mailListDeliveryBoxes>;
1199
1227
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListDeliveryBoxes, TStatus>;
@@ -1802,34 +1830,6 @@ export declare namespace MittwaldAPIV2 {
1802
1830
  type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
1803
1831
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
1804
1832
  }
1805
- namespace LicenseGetLicense {
1806
- type RequestData = InferredRequestData<typeof descriptors.licenseGetLicense>;
1807
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.licenseGetLicense, TStatus>;
1808
- }
1809
- namespace LicenseListLicensesForProject {
1810
- type RequestData = InferredRequestData<typeof descriptors.licenseListLicensesForProject>;
1811
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.licenseListLicensesForProject, TStatus>;
1812
- }
1813
- namespace LicenseRotateLicenseKey {
1814
- type RequestData = InferredRequestData<typeof descriptors.licenseRotateLicenseKey>;
1815
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.licenseRotateLicenseKey, TStatus>;
1816
- }
1817
- namespace LicenseValidateLicenseKeyForProject {
1818
- type RequestData = InferredRequestData<typeof descriptors.licenseValidateLicenseKeyForProject>;
1819
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.licenseValidateLicenseKeyForProject, TStatus>;
1820
- }
1821
- namespace ContainerSetStackUpdateSchedule {
1822
- type RequestData = InferredRequestData<typeof descriptors.containerSetStackUpdateSchedule>;
1823
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerSetStackUpdateSchedule, TStatus>;
1824
- }
1825
- namespace ContainerListSelfStacks {
1826
- type RequestData = InferredRequestData<typeof descriptors.containerListSelfStacks>;
1827
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListSelfStacks, TStatus>;
1828
- }
1829
- namespace BackupReplaceProjectBackupExpirationTime {
1830
- type RequestData = InferredRequestData<typeof descriptors.backupReplaceProjectBackupExpirationTime>;
1831
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupReplaceProjectBackupExpirationTime, TStatus>;
1832
- }
1833
1833
  }
1834
1834
  namespace Components {
1835
1835
  namespace Schemas {
@@ -4592,6 +4592,37 @@ export declare namespace MittwaldAPIV2 {
4592
4592
  interface LeadfyndrUser {
4593
4593
  userId: string;
4594
4594
  }
4595
+ interface LicenseAppVersionMeta {
4596
+ description: string;
4597
+ }
4598
+ interface LicenseExternalKey {
4599
+ externalKey: string;
4600
+ }
4601
+ interface LicenseKey {
4602
+ key: string;
4603
+ }
4604
+ interface LicenseKeyResponse {
4605
+ keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
4606
+ }
4607
+ type LicenseKind = "typo3-elts";
4608
+ interface LicenseLicense {
4609
+ description: string;
4610
+ expiryDate?: string;
4611
+ id: string;
4612
+ keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
4613
+ kind: MittwaldAPIV2.Components.Schemas.LicenseKind;
4614
+ meta: MittwaldAPIV2.Components.Schemas.LicenseMeta;
4615
+ reference: MittwaldAPIV2.Components.Schemas.LicenseReference;
4616
+ volume?: number;
4617
+ }
4618
+ interface LicenseMeta {
4619
+ appVersion?: MittwaldAPIV2.Components.Schemas.LicenseAppVersionMeta;
4620
+ }
4621
+ interface LicenseReference {
4622
+ aggregate: "project";
4623
+ domain: "project";
4624
+ id: string;
4625
+ }
4595
4626
  interface MailCreateMailAddress {
4596
4627
  address: string;
4597
4628
  forwardAddresses?: string[];
@@ -5133,6 +5164,29 @@ export declare namespace MittwaldAPIV2 {
5133
5164
  reservationLimit: number;
5134
5165
  unlockLimit: number;
5135
5166
  }
5167
+ type OrderLicenseOrderPreview = {
5168
+ /**
5169
+ * Describe for which typo3 instance the license will be used.
5170
+ */
5171
+ description?: string;
5172
+ licenseType: "typo3";
5173
+ /**
5174
+ * The major version for which a license should be purchased.
5175
+ */
5176
+ majorVersion: number;
5177
+ };
5178
+ type OrderLicenseOrder = {
5179
+ /**
5180
+ * Describe for which typo3 instance the license will be used.
5181
+ */
5182
+ description: string;
5183
+ licenseType: "typo3";
5184
+ /**
5185
+ * The major version for which a license should be purchased.
5186
+ */
5187
+ majorVersion: number;
5188
+ projectId: string;
5189
+ };
5136
5190
  interface OrderMachineTypeSpec {
5137
5191
  machineType?: string;
5138
5192
  }
@@ -5182,6 +5236,9 @@ export declare namespace MittwaldAPIV2 {
5182
5236
  interface OrderLeadFyndrOrderPreviewResponse {
5183
5237
  totalPrice: number;
5184
5238
  }
5239
+ interface OrderLicenseOrderPreviewResponse {
5240
+ totalPrice: number;
5241
+ }
5185
5242
  interface OrderDomainOrderPreviewResponse {
5186
5243
  /**
5187
5244
  * Contract duration in months.
@@ -5946,63 +6003,6 @@ export declare namespace MittwaldAPIV2 {
5946
6003
  }
5947
6004
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
5948
6005
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
5949
- interface LicenseAppVersionMeta {
5950
- description: string;
5951
- }
5952
- interface LicenseKey {
5953
- key: string;
5954
- }
5955
- type LicenseKind = "typo3-elts";
5956
- interface LicenseLicense {
5957
- description: string;
5958
- expiryDate?: string;
5959
- id: string;
5960
- keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
5961
- kind: MittwaldAPIV2.Components.Schemas.LicenseKind;
5962
- meta: MittwaldAPIV2.Components.Schemas.LicenseMeta;
5963
- reference: MittwaldAPIV2.Components.Schemas.LicenseReference;
5964
- volume?: number;
5965
- }
5966
- interface LicenseReference {
5967
- aggregate: "project";
5968
- domain: "project";
5969
- id: string;
5970
- }
5971
- interface LicenseMeta {
5972
- appVersion?: MittwaldAPIV2.Components.Schemas.LicenseAppVersionMeta;
5973
- }
5974
- interface LicenseExternalKey {
5975
- externalKey: string;
5976
- }
5977
- interface LicenseKeyResponse {
5978
- keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
5979
- }
5980
- type OrderLicenseOrder = {
5981
- /**
5982
- * Describe for which typo3 instance the license will be used.
5983
- */
5984
- description: string;
5985
- licenseType: "typo3";
5986
- /**
5987
- * The major version for which a license should be purchased.
5988
- */
5989
- majorVersion: number;
5990
- projectId: string;
5991
- };
5992
- type OrderLicenseOrderPreview = {
5993
- /**
5994
- * Describe for which typo3 instance the license will be used.
5995
- */
5996
- description?: string;
5997
- licenseType: "typo3";
5998
- /**
5999
- * The major version for which a license should be purchased.
6000
- */
6001
- majorVersion: number;
6002
- };
6003
- interface OrderLicenseOrderPreviewResponse {
6004
- totalPrice: number;
6005
- }
6006
6006
  interface CommonsAddress {
6007
6007
  street: string;
6008
6008
  houseNumber: string;
@@ -8736,6 +8736,65 @@ export declare namespace MittwaldAPIV2 {
8736
8736
  }
8737
8737
  }
8738
8738
  }
8739
+ namespace V2ProjectBackupsProjectBackupIdExpirationTime {
8740
+ namespace Put {
8741
+ namespace Parameters {
8742
+ type Path = {
8743
+ projectBackupId: string;
8744
+ };
8745
+ interface RequestBody {
8746
+ /**
8747
+ * Time when to expire the Backup.
8748
+ */
8749
+ expirationTime?: string;
8750
+ }
8751
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8752
+ type Query = {};
8753
+ }
8754
+ namespace Responses {
8755
+ namespace $204 {
8756
+ namespace Content {
8757
+ type Empty = unknown;
8758
+ }
8759
+ }
8760
+ namespace $400 {
8761
+ namespace Content {
8762
+ interface ApplicationJson {
8763
+ [k: string]: unknown;
8764
+ }
8765
+ }
8766
+ }
8767
+ namespace $403 {
8768
+ namespace Content {
8769
+ interface ApplicationJson {
8770
+ [k: string]: unknown;
8771
+ }
8772
+ }
8773
+ }
8774
+ namespace $404 {
8775
+ namespace Content {
8776
+ interface ApplicationJson {
8777
+ [k: string]: unknown;
8778
+ }
8779
+ }
8780
+ }
8781
+ namespace $429 {
8782
+ namespace Content {
8783
+ interface ApplicationJson {
8784
+ [k: string]: unknown;
8785
+ }
8786
+ }
8787
+ }
8788
+ namespace Default {
8789
+ namespace Content {
8790
+ interface ApplicationJson {
8791
+ [k: string]: unknown;
8792
+ }
8793
+ }
8794
+ }
8795
+ }
8796
+ }
8797
+ }
8739
8798
  namespace V2ProjectBackupsProjectBackupIdRestorePath { }
8740
8799
  namespace V2ProjectBackupsProjectBackupIdRestore {
8741
8800
  namespace Post {
@@ -9692,19 +9751,12 @@ export declare namespace MittwaldAPIV2 {
9692
9751
  }
9693
9752
  }
9694
9753
  }
9695
- namespace V2ProjectsProjectIdServices {
9754
+ namespace V2Stacks {
9696
9755
  namespace Get {
9697
9756
  namespace Parameters {
9698
- type Path = {
9699
- projectId: string;
9700
- };
9757
+ type Path = {};
9701
9758
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9702
9759
  type Query = {
9703
- stackId?: string;
9704
- status?: MittwaldAPIV2.Components.Schemas.ContainerServiceStatus;
9705
- requiresRecreate?: boolean;
9706
- searchTerm?: string;
9707
- sortOrder?: MittwaldAPIV2.Components.Schemas.ContainerServiceSortOrder;
9708
9760
  limit?: number;
9709
9761
  skip?: number;
9710
9762
  page?: number;
@@ -9713,7 +9765,7 @@ export declare namespace MittwaldAPIV2 {
9713
9765
  namespace Responses {
9714
9766
  namespace $200 {
9715
9767
  namespace Content {
9716
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[];
9768
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerStackResponse[];
9717
9769
  }
9718
9770
  }
9719
9771
  namespace $400 {
@@ -9730,13 +9782,6 @@ export declare namespace MittwaldAPIV2 {
9730
9782
  }
9731
9783
  }
9732
9784
  }
9733
- namespace $412 {
9734
- namespace Content {
9735
- interface ApplicationJson {
9736
- [k: string]: unknown;
9737
- }
9738
- }
9739
- }
9740
9785
  namespace $429 {
9741
9786
  namespace Content {
9742
9787
  interface ApplicationJson {
@@ -9761,11 +9806,80 @@ export declare namespace MittwaldAPIV2 {
9761
9806
  }
9762
9807
  }
9763
9808
  }
9764
- namespace V2StacksStackIdVolumes {
9809
+ namespace V2ProjectsProjectIdServices {
9765
9810
  namespace Get {
9766
9811
  namespace Parameters {
9767
9812
  type Path = {
9768
- stackId: string;
9813
+ projectId: string;
9814
+ };
9815
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9816
+ type Query = {
9817
+ stackId?: string;
9818
+ status?: MittwaldAPIV2.Components.Schemas.ContainerServiceStatus;
9819
+ requiresRecreate?: boolean;
9820
+ searchTerm?: string;
9821
+ sortOrder?: MittwaldAPIV2.Components.Schemas.ContainerServiceSortOrder;
9822
+ limit?: number;
9823
+ skip?: number;
9824
+ page?: number;
9825
+ };
9826
+ }
9827
+ namespace Responses {
9828
+ namespace $200 {
9829
+ namespace Content {
9830
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[];
9831
+ }
9832
+ }
9833
+ namespace $400 {
9834
+ namespace Content {
9835
+ interface ApplicationJson {
9836
+ [k: string]: unknown;
9837
+ }
9838
+ }
9839
+ }
9840
+ namespace $403 {
9841
+ namespace Content {
9842
+ interface ApplicationJson {
9843
+ [k: string]: unknown;
9844
+ }
9845
+ }
9846
+ }
9847
+ namespace $412 {
9848
+ namespace Content {
9849
+ interface ApplicationJson {
9850
+ [k: string]: unknown;
9851
+ }
9852
+ }
9853
+ }
9854
+ namespace $429 {
9855
+ namespace Content {
9856
+ interface ApplicationJson {
9857
+ [k: string]: unknown;
9858
+ }
9859
+ }
9860
+ }
9861
+ namespace $500 {
9862
+ namespace Content {
9863
+ interface ApplicationJson {
9864
+ [k: string]: unknown;
9865
+ }
9866
+ }
9867
+ }
9868
+ namespace Default {
9869
+ namespace Content {
9870
+ interface ApplicationJson {
9871
+ [k: string]: unknown;
9872
+ }
9873
+ }
9874
+ }
9875
+ }
9876
+ }
9877
+ }
9878
+ namespace V2StacksStackIdVolumes {
9879
+ namespace Get {
9880
+ namespace Parameters {
9881
+ type Path = {
9882
+ stackId: string;
9769
9883
  };
9770
9884
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9771
9885
  type Query = {
@@ -10143,6 +10257,82 @@ export declare namespace MittwaldAPIV2 {
10143
10257
  }
10144
10258
  }
10145
10259
  }
10260
+ namespace V2StacksStackIdUpdateSchedule {
10261
+ namespace Put {
10262
+ namespace Parameters {
10263
+ type Path = {
10264
+ stackId: string;
10265
+ };
10266
+ interface RequestBody {
10267
+ updateSchedule?: {
10268
+ cron: string;
10269
+ /**
10270
+ * Valid timezones can be retrieved via GET /v2/time-zones
10271
+ */
10272
+ timezone?: string;
10273
+ };
10274
+ }
10275
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10276
+ type Query = {};
10277
+ }
10278
+ namespace Responses {
10279
+ namespace $204 {
10280
+ namespace Content {
10281
+ type Empty = unknown;
10282
+ }
10283
+ }
10284
+ namespace $400 {
10285
+ namespace Content {
10286
+ interface ApplicationJson {
10287
+ [k: string]: unknown;
10288
+ }
10289
+ }
10290
+ }
10291
+ namespace $403 {
10292
+ namespace Content {
10293
+ interface ApplicationJson {
10294
+ [k: string]: unknown;
10295
+ }
10296
+ }
10297
+ }
10298
+ namespace $404 {
10299
+ namespace Content {
10300
+ interface ApplicationJson {
10301
+ [k: string]: unknown;
10302
+ }
10303
+ }
10304
+ }
10305
+ namespace $412 {
10306
+ namespace Content {
10307
+ interface ApplicationJson {
10308
+ [k: string]: unknown;
10309
+ }
10310
+ }
10311
+ }
10312
+ namespace $429 {
10313
+ namespace Content {
10314
+ interface ApplicationJson {
10315
+ [k: string]: unknown;
10316
+ }
10317
+ }
10318
+ }
10319
+ namespace $500 {
10320
+ namespace Content {
10321
+ interface ApplicationJson {
10322
+ [k: string]: unknown;
10323
+ }
10324
+ }
10325
+ }
10326
+ namespace Default {
10327
+ namespace Content {
10328
+ interface ApplicationJson {
10329
+ [k: string]: unknown;
10330
+ }
10331
+ }
10332
+ }
10333
+ }
10334
+ }
10335
+ }
10146
10336
  namespace V2StacksStackIdServicesServiceIdActionsStart {
10147
10337
  namespace Post {
10148
10338
  namespace Parameters {
@@ -21673,25 +21863,19 @@ export declare namespace MittwaldAPIV2 {
21673
21863
  }
21674
21864
  }
21675
21865
  }
21676
- namespace V2ProjectsProjectIdDeliveryboxes { }
21677
- namespace V2ProjectsProjectIdDeliveryBoxes {
21866
+ namespace V2LicensesLicenseId {
21678
21867
  namespace Get {
21679
21868
  namespace Parameters {
21680
21869
  type Path = {
21681
- projectId: string;
21870
+ licenseId: string;
21682
21871
  };
21683
21872
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
21684
- type Query = {
21685
- search?: string;
21686
- limit?: number;
21687
- skip?: number;
21688
- page?: number;
21689
- };
21873
+ type Query = {};
21690
21874
  }
21691
21875
  namespace Responses {
21692
21876
  namespace $200 {
21693
21877
  namespace Content {
21694
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox[];
21878
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.LicenseLicense;
21695
21879
  }
21696
21880
  }
21697
21881
  namespace $400 {
@@ -21708,13 +21892,6 @@ export declare namespace MittwaldAPIV2 {
21708
21892
  }
21709
21893
  }
21710
21894
  }
21711
- namespace $404 {
21712
- namespace Content {
21713
- interface ApplicationJson {
21714
- [k: string]: unknown;
21715
- }
21716
- }
21717
- }
21718
21895
  namespace $429 {
21719
21896
  namespace Content {
21720
21897
  interface ApplicationJson {
@@ -21729,13 +21906,6 @@ export declare namespace MittwaldAPIV2 {
21729
21906
  }
21730
21907
  }
21731
21908
  }
21732
- namespace $503 {
21733
- namespace Content {
21734
- interface ApplicationJson {
21735
- [k: string]: unknown;
21736
- }
21737
- }
21738
- }
21739
21909
  namespace Default {
21740
21910
  namespace Content {
21741
21911
  interface ApplicationJson {
@@ -21745,24 +21915,24 @@ export declare namespace MittwaldAPIV2 {
21745
21915
  }
21746
21916
  }
21747
21917
  }
21748
- namespace Post {
21918
+ }
21919
+ namespace V2ProjectsProjectIdLicenses {
21920
+ namespace Get {
21749
21921
  namespace Parameters {
21750
21922
  type Path = {
21751
21923
  projectId: string;
21752
21924
  };
21753
- interface RequestBody {
21754
- description: string;
21755
- password: string;
21756
- }
21757
21925
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
21758
- type Query = {};
21926
+ type Query = {
21927
+ limit?: number;
21928
+ skip?: number;
21929
+ page?: number;
21930
+ };
21759
21931
  }
21760
21932
  namespace Responses {
21761
- namespace $201 {
21933
+ namespace $200 {
21762
21934
  namespace Content {
21763
- interface ApplicationJson {
21764
- id: string;
21765
- }
21935
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.LicenseLicense[];
21766
21936
  }
21767
21937
  }
21768
21938
  namespace $400 {
@@ -21779,13 +21949,6 @@ export declare namespace MittwaldAPIV2 {
21779
21949
  }
21780
21950
  }
21781
21951
  }
21782
- namespace $404 {
21783
- namespace Content {
21784
- interface ApplicationJson {
21785
- [k: string]: unknown;
21786
- }
21787
- }
21788
- }
21789
21952
  namespace $429 {
21790
21953
  namespace Content {
21791
21954
  interface ApplicationJson {
@@ -21800,13 +21963,6 @@ export declare namespace MittwaldAPIV2 {
21800
21963
  }
21801
21964
  }
21802
21965
  }
21803
- namespace $503 {
21804
- namespace Content {
21805
- interface ApplicationJson {
21806
- [k: string]: unknown;
21807
- }
21808
- }
21809
- }
21810
21966
  namespace Default {
21811
21967
  namespace Content {
21812
21968
  interface ApplicationJson {
@@ -21817,31 +21973,25 @@ export declare namespace MittwaldAPIV2 {
21817
21973
  }
21818
21974
  }
21819
21975
  }
21820
- namespace V2ProjectsProjectIdMailaddresses { }
21821
- namespace V2ProjectsProjectIdMailAddresses {
21822
- namespace Get {
21976
+ namespace V2LicensesLicenseIdActionsRotateKey {
21977
+ namespace Post {
21823
21978
  namespace Parameters {
21824
21979
  type Path = {
21825
- projectId: string;
21980
+ licenseId: string;
21826
21981
  };
21982
+ /**
21983
+ * Optional reference to a file containing the new key if it was not procured via mittwald.
21984
+ */
21985
+ interface RequestBody {
21986
+ externalKey?: string;
21987
+ }
21827
21988
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
21828
- type Query = {
21829
- search?: string;
21830
- forwardAddress?: boolean;
21831
- catchAll?: boolean;
21832
- autoResponder?: boolean;
21833
- mailArchive?: boolean;
21834
- limit?: number;
21835
- skip?: number;
21836
- page?: number;
21837
- sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name" | "mailbox.storageInBytes.current" | "mailbox.storageInBytes.limit")[];
21838
- order?: ("asc" | "desc")[];
21839
- };
21989
+ type Query = {};
21840
21990
  }
21841
21991
  namespace Responses {
21842
21992
  namespace $200 {
21843
21993
  namespace Content {
21844
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress[];
21994
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.LicenseKeyResponse;
21845
21995
  }
21846
21996
  }
21847
21997
  namespace $400 {
@@ -21865,21 +22015,21 @@ export declare namespace MittwaldAPIV2 {
21865
22015
  }
21866
22016
  }
21867
22017
  }
21868
- namespace $429 {
22018
+ namespace $412 {
21869
22019
  namespace Content {
21870
22020
  interface ApplicationJson {
21871
22021
  [k: string]: unknown;
21872
22022
  }
21873
22023
  }
21874
22024
  }
21875
- namespace $500 {
22025
+ namespace $429 {
21876
22026
  namespace Content {
21877
22027
  interface ApplicationJson {
21878
22028
  [k: string]: unknown;
21879
22029
  }
21880
22030
  }
21881
22031
  }
21882
- namespace $503 {
22032
+ namespace $500 {
21883
22033
  namespace Content {
21884
22034
  interface ApplicationJson {
21885
22035
  [k: string]: unknown;
@@ -21895,20 +22045,28 @@ export declare namespace MittwaldAPIV2 {
21895
22045
  }
21896
22046
  }
21897
22047
  }
22048
+ }
22049
+ namespace V2ProjectsProjectIdActionsValidateLicenseKey {
21898
22050
  namespace Post {
21899
22051
  namespace Parameters {
21900
22052
  type Path = {
21901
22053
  projectId: string;
21902
22054
  };
21903
- type RequestBody = MittwaldAPIV2.Components.Schemas.MailCreateForwardAddress | MittwaldAPIV2.Components.Schemas.MailCreateMailAddress;
22055
+ /**
22056
+ * The License key to validate.
22057
+ */
22058
+ interface RequestBody {
22059
+ key: string;
22060
+ kind: MittwaldAPIV2.Components.Schemas.LicenseKind;
22061
+ }
21904
22062
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
21905
22063
  type Query = {};
21906
22064
  }
21907
22065
  namespace Responses {
21908
- namespace $201 {
22066
+ namespace $200 {
21909
22067
  namespace Content {
21910
22068
  interface ApplicationJson {
21911
- id: string;
22069
+ valid: boolean;
21912
22070
  }
21913
22071
  }
21914
22072
  }
@@ -21933,21 +22091,21 @@ export declare namespace MittwaldAPIV2 {
21933
22091
  }
21934
22092
  }
21935
22093
  }
21936
- namespace $429 {
22094
+ namespace $412 {
21937
22095
  namespace Content {
21938
22096
  interface ApplicationJson {
21939
22097
  [k: string]: unknown;
21940
22098
  }
21941
22099
  }
21942
22100
  }
21943
- namespace $500 {
22101
+ namespace $429 {
21944
22102
  namespace Content {
21945
22103
  interface ApplicationJson {
21946
22104
  [k: string]: unknown;
21947
22105
  }
21948
22106
  }
21949
22107
  }
21950
- namespace $503 {
22108
+ namespace $500 {
21951
22109
  namespace Content {
21952
22110
  interface ApplicationJson {
21953
22111
  [k: string]: unknown;
@@ -21964,20 +22122,25 @@ export declare namespace MittwaldAPIV2 {
21964
22122
  }
21965
22123
  }
21966
22124
  }
21967
- namespace V2DeliveryboxesDeliveryBoxId { }
21968
- namespace V2DeliveryBoxesDeliveryBoxId {
22125
+ namespace V2ProjectsProjectIdDeliveryboxes { }
22126
+ namespace V2ProjectsProjectIdDeliveryBoxes {
21969
22127
  namespace Get {
21970
22128
  namespace Parameters {
21971
22129
  type Path = {
21972
- deliveryBoxId: string;
22130
+ projectId: string;
21973
22131
  };
21974
22132
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
21975
- type Query = {};
22133
+ type Query = {
22134
+ search?: string;
22135
+ limit?: number;
22136
+ skip?: number;
22137
+ page?: number;
22138
+ };
21976
22139
  }
21977
22140
  namespace Responses {
21978
22141
  namespace $200 {
21979
22142
  namespace Content {
21980
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox;
22143
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox[];
21981
22144
  }
21982
22145
  }
21983
22146
  namespace $400 {
@@ -22031,18 +22194,24 @@ export declare namespace MittwaldAPIV2 {
22031
22194
  }
22032
22195
  }
22033
22196
  }
22034
- namespace Delete {
22197
+ namespace Post {
22035
22198
  namespace Parameters {
22036
22199
  type Path = {
22037
- deliveryBoxId: string;
22200
+ projectId: string;
22038
22201
  };
22202
+ interface RequestBody {
22203
+ description: string;
22204
+ password: string;
22205
+ }
22039
22206
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22040
22207
  type Query = {};
22041
22208
  }
22042
22209
  namespace Responses {
22043
- namespace $204 {
22210
+ namespace $201 {
22044
22211
  namespace Content {
22045
- type Empty = unknown;
22212
+ interface ApplicationJson {
22213
+ id: string;
22214
+ }
22046
22215
  }
22047
22216
  }
22048
22217
  namespace $400 {
@@ -22097,20 +22266,31 @@ export declare namespace MittwaldAPIV2 {
22097
22266
  }
22098
22267
  }
22099
22268
  }
22100
- namespace V2MailaddressesMailAddressId { }
22101
- namespace V2MailAddressesMailAddressId {
22269
+ namespace V2ProjectsProjectIdMailaddresses { }
22270
+ namespace V2ProjectsProjectIdMailAddresses {
22102
22271
  namespace Get {
22103
22272
  namespace Parameters {
22104
22273
  type Path = {
22105
- mailAddressId: string;
22274
+ projectId: string;
22106
22275
  };
22107
22276
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22108
- type Query = {};
22277
+ type Query = {
22278
+ search?: string;
22279
+ forwardAddress?: boolean;
22280
+ catchAll?: boolean;
22281
+ autoResponder?: boolean;
22282
+ mailArchive?: boolean;
22283
+ limit?: number;
22284
+ skip?: number;
22285
+ page?: number;
22286
+ sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name" | "mailbox.storageInBytes.current" | "mailbox.storageInBytes.limit")[];
22287
+ order?: ("asc" | "desc")[];
22288
+ };
22109
22289
  }
22110
22290
  namespace Responses {
22111
22291
  namespace $200 {
22112
22292
  namespace Content {
22113
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress;
22293
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress[];
22114
22294
  }
22115
22295
  }
22116
22296
  namespace $400 {
@@ -22164,18 +22344,21 @@ export declare namespace MittwaldAPIV2 {
22164
22344
  }
22165
22345
  }
22166
22346
  }
22167
- namespace Delete {
22347
+ namespace Post {
22168
22348
  namespace Parameters {
22169
22349
  type Path = {
22170
- mailAddressId: string;
22350
+ projectId: string;
22171
22351
  };
22352
+ type RequestBody = MittwaldAPIV2.Components.Schemas.MailCreateForwardAddress | MittwaldAPIV2.Components.Schemas.MailCreateMailAddress;
22172
22353
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22173
22354
  type Query = {};
22174
22355
  }
22175
22356
  namespace Responses {
22176
- namespace $204 {
22357
+ namespace $201 {
22177
22358
  namespace Content {
22178
- type Empty = unknown;
22359
+ interface ApplicationJson {
22360
+ id: string;
22361
+ }
22179
22362
  }
22180
22363
  }
22181
22364
  namespace $400 {
@@ -22230,19 +22413,20 @@ export declare namespace MittwaldAPIV2 {
22230
22413
  }
22231
22414
  }
22232
22415
  }
22233
- namespace V2MailAddressesMailAddressIdMailArchive {
22234
- namespace Delete {
22416
+ namespace V2DeliveryboxesDeliveryBoxId { }
22417
+ namespace V2DeliveryBoxesDeliveryBoxId {
22418
+ namespace Get {
22235
22419
  namespace Parameters {
22236
22420
  type Path = {
22237
- mailAddressId: string;
22421
+ deliveryBoxId: string;
22238
22422
  };
22239
22423
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22240
22424
  type Query = {};
22241
22425
  }
22242
22426
  namespace Responses {
22243
- namespace $204 {
22427
+ namespace $200 {
22244
22428
  namespace Content {
22245
- type Empty = unknown;
22429
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox;
22246
22430
  }
22247
22431
  }
22248
22432
  namespace $400 {
@@ -22296,20 +22480,18 @@ export declare namespace MittwaldAPIV2 {
22296
22480
  }
22297
22481
  }
22298
22482
  }
22299
- }
22300
- namespace V2MailAddressesMailAddressIdBackups {
22301
- namespace Get {
22483
+ namespace Delete {
22302
22484
  namespace Parameters {
22303
22485
  type Path = {
22304
- mailAddressId: string;
22486
+ deliveryBoxId: string;
22305
22487
  };
22306
22488
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22307
22489
  type Query = {};
22308
22490
  }
22309
22491
  namespace Responses {
22310
- namespace $200 {
22492
+ namespace $204 {
22311
22493
  namespace Content {
22312
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddressBackup[];
22494
+ type Empty = unknown;
22313
22495
  }
22314
22496
  }
22315
22497
  namespace $400 {
@@ -22347,6 +22529,13 @@ export declare namespace MittwaldAPIV2 {
22347
22529
  }
22348
22530
  }
22349
22531
  }
22532
+ namespace $503 {
22533
+ namespace Content {
22534
+ interface ApplicationJson {
22535
+ [k: string]: unknown;
22536
+ }
22537
+ }
22538
+ }
22350
22539
  namespace Default {
22351
22540
  namespace Content {
22352
22541
  interface ApplicationJson {
@@ -22357,29 +22546,20 @@ export declare namespace MittwaldAPIV2 {
22357
22546
  }
22358
22547
  }
22359
22548
  }
22360
- namespace V2MailAddresses {
22549
+ namespace V2MailaddressesMailAddressId { }
22550
+ namespace V2MailAddressesMailAddressId {
22361
22551
  namespace Get {
22362
22552
  namespace Parameters {
22363
- type Path = {};
22364
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22365
- type Query = {
22366
- projectId?: string;
22367
- search?: string;
22368
- forwardAddress?: boolean;
22369
- catchAll?: boolean;
22370
- autoResponder?: boolean;
22371
- mailArchive?: boolean;
22372
- limit?: number;
22373
- skip?: number;
22374
- page?: number;
22375
- sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name" | "mailbox.storageInBytes.current" | "mailbox.storageInBytes.limit")[];
22376
- order?: ("asc" | "desc")[];
22553
+ type Path = {
22554
+ mailAddressId: string;
22377
22555
  };
22556
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22557
+ type Query = {};
22378
22558
  }
22379
22559
  namespace Responses {
22380
22560
  namespace $200 {
22381
22561
  namespace Content {
22382
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress[];
22562
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress;
22383
22563
  }
22384
22564
  }
22385
22565
  namespace $400 {
@@ -22433,25 +22613,18 @@ export declare namespace MittwaldAPIV2 {
22433
22613
  }
22434
22614
  }
22435
22615
  }
22436
- }
22437
- namespace V2ProjectsProjectIdMailsettings { }
22438
- namespace V2ProjectsProjectIdMailSettings {
22439
- namespace Get {
22616
+ namespace Delete {
22440
22617
  namespace Parameters {
22441
22618
  type Path = {
22442
- projectId: string;
22619
+ mailAddressId: string;
22443
22620
  };
22444
22621
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22445
22622
  type Query = {};
22446
22623
  }
22447
22624
  namespace Responses {
22448
- namespace $200 {
22625
+ namespace $204 {
22449
22626
  namespace Content {
22450
- interface ApplicationJson {
22451
- blacklist: string[];
22452
- projectId: string;
22453
- whitelist: string[];
22454
- }
22627
+ type Empty = unknown;
22455
22628
  }
22456
22629
  }
22457
22630
  namespace $400 {
@@ -22506,12 +22679,11 @@ export declare namespace MittwaldAPIV2 {
22506
22679
  }
22507
22680
  }
22508
22681
  }
22509
- namespace V2MailAddressesMailAddressIdBackupsBackupIdRecovery {
22510
- namespace Post {
22682
+ namespace V2MailAddressesMailAddressIdMailArchive {
22683
+ namespace Delete {
22511
22684
  namespace Parameters {
22512
22685
  type Path = {
22513
22686
  mailAddressId: string;
22514
- backupId: string;
22515
22687
  };
22516
22688
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22517
22689
  type Query = {};
@@ -22529,6 +22701,13 @@ export declare namespace MittwaldAPIV2 {
22529
22701
  }
22530
22702
  }
22531
22703
  }
22704
+ namespace $403 {
22705
+ namespace Content {
22706
+ interface ApplicationJson {
22707
+ [k: string]: unknown;
22708
+ }
22709
+ }
22710
+ }
22532
22711
  namespace $404 {
22533
22712
  namespace Content {
22534
22713
  interface ApplicationJson {
@@ -22543,6 +22722,20 @@ export declare namespace MittwaldAPIV2 {
22543
22722
  }
22544
22723
  }
22545
22724
  }
22725
+ namespace $500 {
22726
+ namespace Content {
22727
+ interface ApplicationJson {
22728
+ [k: string]: unknown;
22729
+ }
22730
+ }
22731
+ }
22732
+ namespace $503 {
22733
+ namespace Content {
22734
+ interface ApplicationJson {
22735
+ [k: string]: unknown;
22736
+ }
22737
+ }
22738
+ }
22546
22739
  namespace Default {
22547
22740
  namespace Content {
22548
22741
  interface ApplicationJson {
@@ -22553,22 +22746,19 @@ export declare namespace MittwaldAPIV2 {
22553
22746
  }
22554
22747
  }
22555
22748
  }
22556
- namespace V2DeliveryBoxesDeliveryBoxIdDescription {
22557
- namespace Patch {
22749
+ namespace V2MailAddressesMailAddressIdBackups {
22750
+ namespace Get {
22558
22751
  namespace Parameters {
22559
22752
  type Path = {
22560
- deliveryBoxId: string;
22753
+ mailAddressId: string;
22561
22754
  };
22562
- interface RequestBody {
22563
- description: string;
22564
- }
22565
22755
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22566
22756
  type Query = {};
22567
22757
  }
22568
22758
  namespace Responses {
22569
- namespace $204 {
22759
+ namespace $200 {
22570
22760
  namespace Content {
22571
- type Empty = unknown;
22761
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddressBackup[];
22572
22762
  }
22573
22763
  }
22574
22764
  namespace $400 {
@@ -22606,13 +22796,6 @@ export declare namespace MittwaldAPIV2 {
22606
22796
  }
22607
22797
  }
22608
22798
  }
22609
- namespace $503 {
22610
- namespace Content {
22611
- interface ApplicationJson {
22612
- [k: string]: unknown;
22613
- }
22614
- }
22615
- }
22616
22799
  namespace Default {
22617
22800
  namespace Content {
22618
22801
  interface ApplicationJson {
@@ -22623,22 +22806,29 @@ export declare namespace MittwaldAPIV2 {
22623
22806
  }
22624
22807
  }
22625
22808
  }
22626
- namespace V2DeliveryBoxesDeliveryBoxIdPassword {
22627
- namespace Patch {
22809
+ namespace V2MailAddresses {
22810
+ namespace Get {
22628
22811
  namespace Parameters {
22629
- type Path = {
22630
- deliveryBoxId: string;
22631
- };
22632
- interface RequestBody {
22633
- password: string;
22634
- }
22812
+ type Path = {};
22635
22813
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22636
- type Query = {};
22814
+ type Query = {
22815
+ projectId?: string;
22816
+ search?: string;
22817
+ forwardAddress?: boolean;
22818
+ catchAll?: boolean;
22819
+ autoResponder?: boolean;
22820
+ mailArchive?: boolean;
22821
+ limit?: number;
22822
+ skip?: number;
22823
+ page?: number;
22824
+ sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name" | "mailbox.storageInBytes.current" | "mailbox.storageInBytes.limit")[];
22825
+ order?: ("asc" | "desc")[];
22826
+ };
22637
22827
  }
22638
22828
  namespace Responses {
22639
- namespace $204 {
22829
+ namespace $200 {
22640
22830
  namespace Content {
22641
- type Empty = unknown;
22831
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress[];
22642
22832
  }
22643
22833
  }
22644
22834
  namespace $400 {
@@ -22693,22 +22883,24 @@ export declare namespace MittwaldAPIV2 {
22693
22883
  }
22694
22884
  }
22695
22885
  }
22696
- namespace V2MailAddressesMailAddressIdAddress {
22697
- namespace Patch {
22886
+ namespace V2ProjectsProjectIdMailsettings { }
22887
+ namespace V2ProjectsProjectIdMailSettings {
22888
+ namespace Get {
22698
22889
  namespace Parameters {
22699
22890
  type Path = {
22700
- mailAddressId: string;
22891
+ projectId: string;
22701
22892
  };
22702
- interface RequestBody {
22703
- address: string;
22704
- }
22705
22893
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22706
22894
  type Query = {};
22707
22895
  }
22708
22896
  namespace Responses {
22709
- namespace $204 {
22897
+ namespace $200 {
22710
22898
  namespace Content {
22711
- type Empty = unknown;
22899
+ interface ApplicationJson {
22900
+ blacklist: string[];
22901
+ projectId: string;
22902
+ whitelist: string[];
22903
+ }
22712
22904
  }
22713
22905
  }
22714
22906
  namespace $400 {
@@ -22763,15 +22955,13 @@ export declare namespace MittwaldAPIV2 {
22763
22955
  }
22764
22956
  }
22765
22957
  }
22766
- namespace V2MailAddressesMailAddressIdCatchAll {
22767
- namespace Patch {
22958
+ namespace V2MailAddressesMailAddressIdBackupsBackupIdRecovery {
22959
+ namespace Post {
22768
22960
  namespace Parameters {
22769
22961
  type Path = {
22770
22962
  mailAddressId: string;
22963
+ backupId: string;
22771
22964
  };
22772
- interface RequestBody {
22773
- active: boolean;
22774
- }
22775
22965
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22776
22966
  type Query = {};
22777
22967
  }
@@ -22788,13 +22978,6 @@ export declare namespace MittwaldAPIV2 {
22788
22978
  }
22789
22979
  }
22790
22980
  }
22791
- namespace $403 {
22792
- namespace Content {
22793
- interface ApplicationJson {
22794
- [k: string]: unknown;
22795
- }
22796
- }
22797
- }
22798
22981
  namespace $404 {
22799
22982
  namespace Content {
22800
22983
  interface ApplicationJson {
@@ -22809,20 +22992,6 @@ export declare namespace MittwaldAPIV2 {
22809
22992
  }
22810
22993
  }
22811
22994
  }
22812
- namespace $500 {
22813
- namespace Content {
22814
- interface ApplicationJson {
22815
- [k: string]: unknown;
22816
- }
22817
- }
22818
- }
22819
- namespace $503 {
22820
- namespace Content {
22821
- interface ApplicationJson {
22822
- [k: string]: unknown;
22823
- }
22824
- }
22825
- }
22826
22995
  namespace Default {
22827
22996
  namespace Content {
22828
22997
  interface ApplicationJson {
@@ -22833,27 +23002,32 @@ export declare namespace MittwaldAPIV2 {
22833
23002
  }
22834
23003
  }
22835
23004
  }
22836
- namespace V2CustomersCustomerIdPaymentMethod {
22837
- namespace Get {
23005
+ namespace V2DeliveryBoxesDeliveryBoxIdDescription {
23006
+ namespace Patch {
22838
23007
  namespace Parameters {
22839
23008
  type Path = {
22840
- customerId: string;
23009
+ deliveryBoxId: string;
22841
23010
  };
23011
+ interface RequestBody {
23012
+ description: string;
23013
+ }
22842
23014
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22843
23015
  type Query = {};
22844
23016
  }
22845
23017
  namespace Responses {
22846
- namespace $200 {
23018
+ namespace $204 {
23019
+ namespace Content {
23020
+ type Empty = unknown;
23021
+ }
23022
+ }
23023
+ namespace $400 {
22847
23024
  namespace Content {
22848
23025
  interface ApplicationJson {
22849
- cardDetails?: {
22850
- brand: string;
22851
- last4: string;
22852
- };
23026
+ [k: string]: unknown;
22853
23027
  }
22854
23028
  }
22855
23029
  }
22856
- namespace $400 {
23030
+ namespace $403 {
22857
23031
  namespace Content {
22858
23032
  interface ApplicationJson {
22859
23033
  [k: string]: unknown;
@@ -22874,6 +23048,20 @@ export declare namespace MittwaldAPIV2 {
22874
23048
  }
22875
23049
  }
22876
23050
  }
23051
+ namespace $500 {
23052
+ namespace Content {
23053
+ interface ApplicationJson {
23054
+ [k: string]: unknown;
23055
+ }
23056
+ }
23057
+ }
23058
+ namespace $503 {
23059
+ namespace Content {
23060
+ interface ApplicationJson {
23061
+ [k: string]: unknown;
23062
+ }
23063
+ }
23064
+ }
22877
23065
  namespace Default {
22878
23066
  namespace Content {
22879
23067
  interface ApplicationJson {
@@ -22883,26 +23071,33 @@ export declare namespace MittwaldAPIV2 {
22883
23071
  }
22884
23072
  }
22885
23073
  }
22886
- namespace Put {
23074
+ }
23075
+ namespace V2DeliveryBoxesDeliveryBoxIdPassword {
23076
+ namespace Patch {
22887
23077
  namespace Parameters {
22888
23078
  type Path = {
22889
- customerId: string;
23079
+ deliveryBoxId: string;
22890
23080
  };
22891
23081
  interface RequestBody {
22892
- customReturnUrl?: string;
23082
+ password: string;
22893
23083
  }
22894
23084
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22895
23085
  type Query = {};
22896
23086
  }
22897
23087
  namespace Responses {
22898
- namespace $200 {
23088
+ namespace $204 {
23089
+ namespace Content {
23090
+ type Empty = unknown;
23091
+ }
23092
+ }
23093
+ namespace $400 {
22899
23094
  namespace Content {
22900
23095
  interface ApplicationJson {
22901
- url?: string;
23096
+ [k: string]: unknown;
22902
23097
  }
22903
23098
  }
22904
23099
  }
22905
- namespace $400 {
23100
+ namespace $403 {
22906
23101
  namespace Content {
22907
23102
  interface ApplicationJson {
22908
23103
  [k: string]: unknown;
@@ -22923,6 +23118,20 @@ export declare namespace MittwaldAPIV2 {
22923
23118
  }
22924
23119
  }
22925
23120
  }
23121
+ namespace $500 {
23122
+ namespace Content {
23123
+ interface ApplicationJson {
23124
+ [k: string]: unknown;
23125
+ }
23126
+ }
23127
+ }
23128
+ namespace $503 {
23129
+ namespace Content {
23130
+ interface ApplicationJson {
23131
+ [k: string]: unknown;
23132
+ }
23133
+ }
23134
+ }
22926
23135
  namespace Default {
22927
23136
  namespace Content {
22928
23137
  interface ApplicationJson {
@@ -22933,50 +23142,42 @@ export declare namespace MittwaldAPIV2 {
22933
23142
  }
22934
23143
  }
22935
23144
  }
22936
- namespace V2TimeZones {
22937
- namespace Get {
23145
+ namespace V2MailAddressesMailAddressIdAddress {
23146
+ namespace Patch {
22938
23147
  namespace Parameters {
22939
- type Path = {};
23148
+ type Path = {
23149
+ mailAddressId: string;
23150
+ };
23151
+ interface RequestBody {
23152
+ address: string;
23153
+ }
22940
23154
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22941
23155
  type Query = {};
22942
23156
  }
22943
23157
  namespace Responses {
22944
- namespace $200 {
23158
+ namespace $204 {
22945
23159
  namespace Content {
22946
- type ApplicationJson = string[];
23160
+ type Empty = unknown;
22947
23161
  }
22948
23162
  }
22949
- namespace $429 {
23163
+ namespace $400 {
22950
23164
  namespace Content {
22951
23165
  interface ApplicationJson {
22952
23166
  [k: string]: unknown;
22953
23167
  }
22954
23168
  }
22955
23169
  }
22956
- namespace Default {
23170
+ namespace $403 {
22957
23171
  namespace Content {
22958
23172
  interface ApplicationJson {
22959
23173
  [k: string]: unknown;
22960
23174
  }
22961
23175
  }
22962
23176
  }
22963
- }
22964
- }
22965
- }
22966
- namespace V2NewsletterSubscriptionsSelf {
22967
- namespace Get {
22968
- namespace Parameters {
22969
- type Path = {};
22970
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22971
- type Query = {};
22972
- }
22973
- namespace Responses {
22974
- namespace $200 {
23177
+ namespace $404 {
22975
23178
  namespace Content {
22976
23179
  interface ApplicationJson {
22977
- active: boolean;
22978
- email: string;
22979
- registered: boolean;
23180
+ [k: string]: unknown;
22980
23181
  }
22981
23182
  }
22982
23183
  }
@@ -22987,6 +23188,20 @@ export declare namespace MittwaldAPIV2 {
22987
23188
  }
22988
23189
  }
22989
23190
  }
23191
+ namespace $500 {
23192
+ namespace Content {
23193
+ interface ApplicationJson {
23194
+ [k: string]: unknown;
23195
+ }
23196
+ }
23197
+ }
23198
+ namespace $503 {
23199
+ namespace Content {
23200
+ interface ApplicationJson {
23201
+ [k: string]: unknown;
23202
+ }
23203
+ }
23204
+ }
22990
23205
  namespace Default {
22991
23206
  namespace Content {
22992
23207
  interface ApplicationJson {
@@ -22996,9 +23211,16 @@ export declare namespace MittwaldAPIV2 {
22996
23211
  }
22997
23212
  }
22998
23213
  }
22999
- namespace Delete {
23214
+ }
23215
+ namespace V2MailAddressesMailAddressIdCatchAll {
23216
+ namespace Patch {
23000
23217
  namespace Parameters {
23001
- type Path = {};
23218
+ type Path = {
23219
+ mailAddressId: string;
23220
+ };
23221
+ interface RequestBody {
23222
+ active: boolean;
23223
+ }
23002
23224
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23003
23225
  type Query = {};
23004
23226
  }
@@ -23008,40 +23230,24 @@ export declare namespace MittwaldAPIV2 {
23008
23230
  type Empty = unknown;
23009
23231
  }
23010
23232
  }
23011
- namespace $429 {
23233
+ namespace $400 {
23012
23234
  namespace Content {
23013
23235
  interface ApplicationJson {
23014
23236
  [k: string]: unknown;
23015
23237
  }
23016
23238
  }
23017
23239
  }
23018
- namespace Default {
23240
+ namespace $403 {
23019
23241
  namespace Content {
23020
23242
  interface ApplicationJson {
23021
23243
  [k: string]: unknown;
23022
23244
  }
23023
23245
  }
23024
23246
  }
23025
- }
23026
- }
23027
- }
23028
- namespace V2NotificationsUnreadCounts { }
23029
- namespace V2NotificationUnreadCounts {
23030
- namespace Get {
23031
- namespace Parameters {
23032
- type Path = {};
23033
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23034
- type Query = {};
23035
- }
23036
- namespace Responses {
23037
- namespace $200 {
23247
+ namespace $404 {
23038
23248
  namespace Content {
23039
23249
  interface ApplicationJson {
23040
- error: number;
23041
- info: number;
23042
- success: number;
23043
- total: number;
23044
- warning: number;
23250
+ [k: string]: unknown;
23045
23251
  }
23046
23252
  }
23047
23253
  }
@@ -23052,38 +23258,14 @@ export declare namespace MittwaldAPIV2 {
23052
23258
  }
23053
23259
  }
23054
23260
  }
23055
- namespace Default {
23261
+ namespace $500 {
23056
23262
  namespace Content {
23057
23263
  interface ApplicationJson {
23058
23264
  [k: string]: unknown;
23059
23265
  }
23060
23266
  }
23061
23267
  }
23062
- }
23063
- }
23064
- }
23065
- namespace V2Notifications {
23066
- namespace Get {
23067
- namespace Parameters {
23068
- type Path = {};
23069
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23070
- type Query = {
23071
- status?: "unread" | "read";
23072
- severity?: ("success" | "info" | "warning" | "error")[];
23073
- type?: string[];
23074
- "type-not"?: string[];
23075
- limit?: number;
23076
- skip?: number;
23077
- page?: number;
23078
- };
23079
- }
23080
- namespace Responses {
23081
- namespace $200 {
23082
- namespace Content {
23083
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MessagingNotification[];
23084
- }
23085
- }
23086
- namespace $429 {
23268
+ namespace $503 {
23087
23269
  namespace Content {
23088
23270
  interface ApplicationJson {
23089
23271
  [k: string]: unknown;
@@ -23100,34 +23282,34 @@ export declare namespace MittwaldAPIV2 {
23100
23282
  }
23101
23283
  }
23102
23284
  }
23103
- namespace V2NotificationsStatus { }
23104
- namespace V2NotificationsActionsReadAll {
23105
- namespace Post {
23285
+ namespace V2CustomersCustomerIdPaymentMethod {
23286
+ namespace Get {
23106
23287
  namespace Parameters {
23107
- type Path = {};
23108
- interface RequestBody {
23109
- }
23110
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23111
- type Query = {
23112
- severities?: ("success" | "info" | "warning" | "error")[];
23113
- referenceId?: string;
23114
- referenceAggregate?: string;
23115
- referenceDomain?: string;
23288
+ type Path = {
23289
+ customerId: string;
23116
23290
  };
23291
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23292
+ type Query = {};
23117
23293
  }
23118
23294
  namespace Responses {
23119
23295
  namespace $200 {
23120
23296
  namespace Content {
23121
23297
  interface ApplicationJson {
23122
- status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
23123
- /**
23124
- * The number of notifications that have been updated.
23125
- */
23126
- updatedCount: number;
23298
+ cardDetails?: {
23299
+ brand: string;
23300
+ last4: string;
23301
+ };
23127
23302
  }
23128
23303
  }
23129
23304
  }
23130
- namespace $403 {
23305
+ namespace $400 {
23306
+ namespace Content {
23307
+ interface ApplicationJson {
23308
+ [k: string]: unknown;
23309
+ }
23310
+ }
23311
+ }
23312
+ namespace $404 {
23131
23313
  namespace Content {
23132
23314
  interface ApplicationJson {
23133
23315
  [k: string]: unknown;
@@ -23150,15 +23332,13 @@ export declare namespace MittwaldAPIV2 {
23150
23332
  }
23151
23333
  }
23152
23334
  }
23153
- }
23154
- namespace V2NotificationsNotificationIdStatus {
23155
23335
  namespace Put {
23156
23336
  namespace Parameters {
23157
23337
  type Path = {
23158
- notificationId: string;
23338
+ customerId: string;
23159
23339
  };
23160
23340
  interface RequestBody {
23161
- status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
23341
+ customReturnUrl?: string;
23162
23342
  }
23163
23343
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23164
23344
  type Query = {};
@@ -23167,7 +23347,14 @@ export declare namespace MittwaldAPIV2 {
23167
23347
  namespace $200 {
23168
23348
  namespace Content {
23169
23349
  interface ApplicationJson {
23170
- status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
23350
+ url?: string;
23351
+ }
23352
+ }
23353
+ }
23354
+ namespace $400 {
23355
+ namespace Content {
23356
+ interface ApplicationJson {
23357
+ [k: string]: unknown;
23171
23358
  }
23172
23359
  }
23173
23360
  }
@@ -23195,25 +23382,17 @@ export declare namespace MittwaldAPIV2 {
23195
23382
  }
23196
23383
  }
23197
23384
  }
23198
- namespace V2Orders {
23385
+ namespace V2TimeZones {
23199
23386
  namespace Get {
23200
23387
  namespace Parameters {
23201
23388
  type Path = {};
23202
23389
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23203
- type Query = {
23204
- includesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23205
- excludesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23206
- templateNames?: string[];
23207
- types?: MittwaldAPIV2.Components.Schemas.OrderOrderType[];
23208
- limit?: number;
23209
- skip?: number;
23210
- page?: number;
23211
- };
23390
+ type Query = {};
23212
23391
  }
23213
23392
  namespace Responses {
23214
23393
  namespace $200 {
23215
23394
  namespace Content {
23216
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[];
23395
+ type ApplicationJson = string[];
23217
23396
  }
23218
23397
  }
23219
23398
  namespace $429 {
@@ -23232,35 +23411,21 @@ export declare namespace MittwaldAPIV2 {
23232
23411
  }
23233
23412
  }
23234
23413
  }
23235
- namespace Post {
23414
+ }
23415
+ namespace V2NewsletterSubscriptionsSelf {
23416
+ namespace Get {
23236
23417
  namespace Parameters {
23237
23418
  type Path = {};
23238
- interface RequestBody {
23239
- orderData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrder | MittwaldAPIV2.Components.Schemas.OrderServerOrder | MittwaldAPIV2.Components.Schemas.OrderDomainOrder | MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrder | MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrder | MittwaldAPIV2.Components.Schemas.OrderMailArchiveOrder | MittwaldAPIV2.Components.Schemas.OrderAIHostingOrder | MittwaldAPIV2.Components.Schemas.OrderLicenseOrder;
23240
- orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | "mailArchive" | "aiHosting" | "license";
23241
- }
23242
23419
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23243
23420
  type Query = {};
23244
23421
  }
23245
23422
  namespace Responses {
23246
- namespace $201 {
23423
+ namespace $200 {
23247
23424
  namespace Content {
23248
23425
  interface ApplicationJson {
23249
- orderId: string;
23250
- }
23251
- }
23252
- }
23253
- namespace $400 {
23254
- namespace Content {
23255
- interface ApplicationJson {
23256
- [k: string]: unknown;
23257
- }
23258
- }
23259
- }
23260
- namespace $422 {
23261
- namespace Content {
23262
- interface ApplicationJson {
23263
- error?: {};
23426
+ active: boolean;
23427
+ email: string;
23428
+ registered: boolean;
23264
23429
  }
23265
23430
  }
23266
23431
  }
@@ -23280,31 +23445,16 @@ export declare namespace MittwaldAPIV2 {
23280
23445
  }
23281
23446
  }
23282
23447
  }
23283
- }
23284
- namespace V2TariffChanges {
23285
- namespace Post {
23448
+ namespace Delete {
23286
23449
  namespace Parameters {
23287
23450
  type Path = {};
23288
- interface RequestBody {
23289
- tariffChangeData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange | MittwaldAPIV2.Components.Schemas.OrderAIHostingTariffChange;
23290
- tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | "aiHosting";
23291
- }
23292
23451
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23293
23452
  type Query = {};
23294
23453
  }
23295
23454
  namespace Responses {
23296
- namespace $201 {
23297
- namespace Content {
23298
- interface ApplicationJson {
23299
- orderId: string;
23300
- }
23301
- }
23302
- }
23303
- namespace $400 {
23455
+ namespace $204 {
23304
23456
  namespace Content {
23305
- interface ApplicationJson {
23306
- [k: string]: unknown;
23307
- }
23457
+ type Empty = unknown;
23308
23458
  }
23309
23459
  }
23310
23460
  namespace $429 {
@@ -23324,19 +23474,24 @@ export declare namespace MittwaldAPIV2 {
23324
23474
  }
23325
23475
  }
23326
23476
  }
23327
- namespace V2OrdersOrderId {
23477
+ namespace V2NotificationsUnreadCounts { }
23478
+ namespace V2NotificationUnreadCounts {
23328
23479
  namespace Get {
23329
23480
  namespace Parameters {
23330
- type Path = {
23331
- orderId: string;
23332
- };
23481
+ type Path = {};
23333
23482
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23334
23483
  type Query = {};
23335
23484
  }
23336
23485
  namespace Responses {
23337
23486
  namespace $200 {
23338
23487
  namespace Content {
23339
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder;
23488
+ interface ApplicationJson {
23489
+ error: number;
23490
+ info: number;
23491
+ success: number;
23492
+ total: number;
23493
+ warning: number;
23494
+ }
23340
23495
  }
23341
23496
  }
23342
23497
  namespace $429 {
@@ -23356,26 +23511,25 @@ export declare namespace MittwaldAPIV2 {
23356
23511
  }
23357
23512
  }
23358
23513
  }
23359
- namespace V2CustomersCustomerIdOrders {
23514
+ namespace V2Notifications {
23360
23515
  namespace Get {
23361
23516
  namespace Parameters {
23362
- type Path = {
23363
- customerId: string;
23364
- };
23517
+ type Path = {};
23365
23518
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23366
23519
  type Query = {
23520
+ status?: "unread" | "read";
23521
+ severity?: ("success" | "info" | "warning" | "error")[];
23522
+ type?: string[];
23523
+ "type-not"?: string[];
23367
23524
  limit?: number;
23368
23525
  skip?: number;
23369
23526
  page?: number;
23370
- includesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23371
- excludesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23372
- templateNames?: string[];
23373
23527
  };
23374
23528
  }
23375
23529
  namespace Responses {
23376
23530
  namespace $200 {
23377
23531
  namespace Content {
23378
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[];
23532
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MessagingNotification[];
23379
23533
  }
23380
23534
  }
23381
23535
  namespace $429 {
@@ -23395,26 +23549,38 @@ export declare namespace MittwaldAPIV2 {
23395
23549
  }
23396
23550
  }
23397
23551
  }
23398
- namespace V2ProjectsProjectIdOrders {
23399
- namespace Get {
23552
+ namespace V2NotificationsStatus { }
23553
+ namespace V2NotificationsActionsReadAll {
23554
+ namespace Post {
23400
23555
  namespace Parameters {
23401
- type Path = {
23402
- projectId: string;
23403
- };
23556
+ type Path = {};
23557
+ interface RequestBody {
23558
+ }
23404
23559
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23405
23560
  type Query = {
23406
- limit?: number;
23407
- skip?: number;
23408
- page?: number;
23409
- includesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23410
- excludesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23411
- templateNames?: string[];
23561
+ severities?: ("success" | "info" | "warning" | "error")[];
23562
+ referenceId?: string;
23563
+ referenceAggregate?: string;
23564
+ referenceDomain?: string;
23412
23565
  };
23413
23566
  }
23414
23567
  namespace Responses {
23415
23568
  namespace $200 {
23416
23569
  namespace Content {
23417
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[];
23570
+ interface ApplicationJson {
23571
+ status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
23572
+ /**
23573
+ * The number of notifications that have been updated.
23574
+ */
23575
+ updatedCount: number;
23576
+ }
23577
+ }
23578
+ }
23579
+ namespace $403 {
23580
+ namespace Content {
23581
+ interface ApplicationJson {
23582
+ [k: string]: unknown;
23583
+ }
23418
23584
  }
23419
23585
  }
23420
23586
  namespace $429 {
@@ -23434,37 +23600,71 @@ export declare namespace MittwaldAPIV2 {
23434
23600
  }
23435
23601
  }
23436
23602
  }
23437
- namespace V2OrderPreviews {
23438
- namespace Post {
23603
+ namespace V2NotificationsNotificationIdStatus {
23604
+ namespace Put {
23439
23605
  namespace Parameters {
23440
- type Path = {};
23606
+ type Path = {
23607
+ notificationId: string;
23608
+ };
23441
23609
  interface RequestBody {
23442
- orderData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrderPreview | MittwaldAPIV2.Components.Schemas.OrderServerOrderPreview | MittwaldAPIV2.Components.Schemas.OrderDomainOrderPreview | MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrderPreview | MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrderPreview | MittwaldAPIV2.Components.Schemas.OrderMailArchiveOrderPreview | MittwaldAPIV2.Components.Schemas.OrderAIHostingOrderPreview | MittwaldAPIV2.Components.Schemas.OrderLicenseOrderPreview;
23443
- orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | "mailArchive" | "aiHosting" | "license";
23610
+ status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
23444
23611
  }
23445
- type Header = {};
23612
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23446
23613
  type Query = {};
23447
23614
  }
23448
23615
  namespace Responses {
23449
23616
  namespace $200 {
23450
23617
  namespace Content {
23451
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderHostingOrderPreviewResponse | MittwaldAPIV2.Components.Schemas.OrderDomainOrderPreviewResponse | MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrderPreviewResponse | MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrderPreviewResponse | MittwaldAPIV2.Components.Schemas.OrderMailArchiveOrderPreviewResponse | MittwaldAPIV2.Components.Schemas.OrderAIHostingOrderPreviewResponse | MittwaldAPIV2.Components.Schemas.OrderLicenseOrderPreviewResponse;
23618
+ interface ApplicationJson {
23619
+ status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
23620
+ }
23452
23621
  }
23453
23622
  }
23454
- namespace $400 {
23623
+ namespace $404 {
23455
23624
  namespace Content {
23456
23625
  interface ApplicationJson {
23457
23626
  [k: string]: unknown;
23458
23627
  }
23459
23628
  }
23460
23629
  }
23461
- namespace $422 {
23630
+ namespace $429 {
23462
23631
  namespace Content {
23463
23632
  interface ApplicationJson {
23464
- error?: {};
23633
+ [k: string]: unknown;
23634
+ }
23635
+ }
23636
+ }
23637
+ namespace Default {
23638
+ namespace Content {
23639
+ interface ApplicationJson {
23640
+ [k: string]: unknown;
23465
23641
  }
23466
23642
  }
23467
23643
  }
23644
+ }
23645
+ }
23646
+ }
23647
+ namespace V2Orders {
23648
+ namespace Get {
23649
+ namespace Parameters {
23650
+ type Path = {};
23651
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23652
+ type Query = {
23653
+ includesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23654
+ excludesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23655
+ templateNames?: string[];
23656
+ types?: MittwaldAPIV2.Components.Schemas.OrderOrderType[];
23657
+ limit?: number;
23658
+ skip?: number;
23659
+ page?: number;
23660
+ };
23661
+ }
23662
+ namespace Responses {
23663
+ namespace $200 {
23664
+ namespace Content {
23665
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[];
23666
+ }
23667
+ }
23468
23668
  namespace $429 {
23469
23669
  namespace Content {
23470
23670
  interface ApplicationJson {
@@ -23481,25 +23681,21 @@ export declare namespace MittwaldAPIV2 {
23481
23681
  }
23482
23682
  }
23483
23683
  }
23484
- }
23485
- namespace V2TariffChangePreviews {
23486
23684
  namespace Post {
23487
23685
  namespace Parameters {
23488
23686
  type Path = {};
23489
23687
  interface RequestBody {
23490
- tariffChangeData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange | MittwaldAPIV2.Components.Schemas.OrderAIHostingTariffChange;
23491
- tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | "aiHosting";
23688
+ orderData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrder | MittwaldAPIV2.Components.Schemas.OrderServerOrder | MittwaldAPIV2.Components.Schemas.OrderDomainOrder | MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrder | MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrder | MittwaldAPIV2.Components.Schemas.OrderMailArchiveOrder | MittwaldAPIV2.Components.Schemas.OrderAIHostingOrder | MittwaldAPIV2.Components.Schemas.OrderLicenseOrder;
23689
+ orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | "mailArchive" | "aiHosting" | "license";
23492
23690
  }
23493
23691
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23494
23692
  type Query = {};
23495
23693
  }
23496
23694
  namespace Responses {
23497
- namespace $200 {
23695
+ namespace $201 {
23498
23696
  namespace Content {
23499
23697
  interface ApplicationJson {
23500
- machineTypePrice: number;
23501
- storagePrice: number;
23502
- totalPrice: number;
23698
+ orderId: string;
23503
23699
  }
23504
23700
  }
23505
23701
  }
@@ -23534,37 +23730,22 @@ export declare namespace MittwaldAPIV2 {
23534
23730
  }
23535
23731
  }
23536
23732
  }
23537
- namespace V2Pageinsights { }
23538
- namespace V2PageInsights {
23539
- namespace Get {
23733
+ namespace V2TariffChanges {
23734
+ namespace Post {
23540
23735
  namespace Parameters {
23541
23736
  type Path = {};
23737
+ interface RequestBody {
23738
+ tariffChangeData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange | MittwaldAPIV2.Components.Schemas.OrderAIHostingTariffChange;
23739
+ tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | "aiHosting";
23740
+ }
23542
23741
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23543
- type Query = {
23544
- domain: string;
23545
- path: string;
23546
- date?: string;
23547
- };
23742
+ type Query = {};
23548
23743
  }
23549
23744
  namespace Responses {
23550
- namespace $200 {
23745
+ namespace $201 {
23551
23746
  namespace Content {
23552
23747
  interface ApplicationJson {
23553
- createdAt?: string;
23554
- domain: string;
23555
- metrics?: {
23556
- createdAt: string;
23557
- name: string;
23558
- score?: number;
23559
- value: number;
23560
- }[];
23561
- moreDataAvailable?: string[];
23562
- path: string;
23563
- performanceScore: number;
23564
- screenshot?: {
23565
- createdAt: string;
23566
- fileRef: string;
23567
- };
23748
+ orderId: string;
23568
23749
  }
23569
23750
  }
23570
23751
  }
@@ -23575,13 +23756,6 @@ export declare namespace MittwaldAPIV2 {
23575
23756
  }
23576
23757
  }
23577
23758
  }
23578
- namespace $403 {
23579
- namespace Content {
23580
- interface ApplicationJson {
23581
- [k: string]: unknown;
23582
- }
23583
- }
23584
- }
23585
23759
  namespace $429 {
23586
23760
  namespace Content {
23587
23761
  interface ApplicationJson {
@@ -23599,12 +23773,11 @@ export declare namespace MittwaldAPIV2 {
23599
23773
  }
23600
23774
  }
23601
23775
  }
23602
- namespace V2ProjectsProjectIdStracesStraceId {
23776
+ namespace V2OrdersOrderId {
23603
23777
  namespace Get {
23604
23778
  namespace Parameters {
23605
23779
  type Path = {
23606
- straceId: string;
23607
- projectId: string;
23780
+ orderId: string;
23608
23781
  };
23609
23782
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23610
23783
  type Query = {};
@@ -23612,27 +23785,48 @@ export declare namespace MittwaldAPIV2 {
23612
23785
  namespace Responses {
23613
23786
  namespace $200 {
23614
23787
  namespace Content {
23615
- interface ApplicationJson {
23616
- executedAt: string;
23617
- id: string;
23618
- result: MittwaldAPIV2.Components.Schemas.StraceError | MittwaldAPIV2.Components.Schemas.StraceData;
23619
- }
23788
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder;
23620
23789
  }
23621
23790
  }
23622
- namespace $400 {
23791
+ namespace $429 {
23623
23792
  namespace Content {
23624
23793
  interface ApplicationJson {
23625
23794
  [k: string]: unknown;
23626
23795
  }
23627
23796
  }
23628
23797
  }
23629
- namespace $403 {
23798
+ namespace Default {
23630
23799
  namespace Content {
23631
23800
  interface ApplicationJson {
23632
23801
  [k: string]: unknown;
23633
23802
  }
23634
23803
  }
23635
23804
  }
23805
+ }
23806
+ }
23807
+ }
23808
+ namespace V2CustomersCustomerIdOrders {
23809
+ namespace Get {
23810
+ namespace Parameters {
23811
+ type Path = {
23812
+ customerId: string;
23813
+ };
23814
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23815
+ type Query = {
23816
+ limit?: number;
23817
+ skip?: number;
23818
+ page?: number;
23819
+ includesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23820
+ excludesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23821
+ templateNames?: string[];
23822
+ };
23823
+ }
23824
+ namespace Responses {
23825
+ namespace $200 {
23826
+ namespace Content {
23827
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[];
23828
+ }
23829
+ }
23636
23830
  namespace $429 {
23637
23831
  namespace Content {
23638
23832
  interface ApplicationJson {
@@ -23650,8 +23844,7 @@ export declare namespace MittwaldAPIV2 {
23650
23844
  }
23651
23845
  }
23652
23846
  }
23653
- namespace V2ProjectsProjectIdPageinsights { }
23654
- namespace V2ProjectsProjectIdPageInsights {
23847
+ namespace V2ProjectsProjectIdOrders {
23655
23848
  namespace Get {
23656
23849
  namespace Parameters {
23657
23850
  type Path = {
@@ -23659,35 +23852,18 @@ export declare namespace MittwaldAPIV2 {
23659
23852
  };
23660
23853
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23661
23854
  type Query = {
23662
- domain?: string;
23663
- };
23664
- }
23665
- namespace Responses {
23666
- namespace $200 {
23667
- namespace Content {
23668
- type ApplicationJson = {
23669
- domain: string;
23670
- paths: {
23671
- createdAt: string;
23672
- path: string;
23673
- performanceScore: number;
23674
- screenshotFileRef?: string;
23675
- }[];
23676
- }[];
23677
- }
23678
- }
23679
- namespace $400 {
23680
- namespace Content {
23681
- interface ApplicationJson {
23682
- [k: string]: unknown;
23683
- }
23684
- }
23685
- }
23686
- namespace $403 {
23855
+ limit?: number;
23856
+ skip?: number;
23857
+ page?: number;
23858
+ includesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23859
+ excludesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23860
+ templateNames?: string[];
23861
+ };
23862
+ }
23863
+ namespace Responses {
23864
+ namespace $200 {
23687
23865
  namespace Content {
23688
- interface ApplicationJson {
23689
- [k: string]: unknown;
23690
- }
23866
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[];
23691
23867
  }
23692
23868
  }
23693
23869
  namespace $429 {
@@ -23707,27 +23883,21 @@ export declare namespace MittwaldAPIV2 {
23707
23883
  }
23708
23884
  }
23709
23885
  }
23710
- namespace V2ProjectsProjectIdStraces {
23886
+ namespace V2OrderPreviews {
23711
23887
  namespace Post {
23712
23888
  namespace Parameters {
23713
- type Path = {
23714
- projectId: string;
23715
- };
23889
+ type Path = {};
23716
23890
  interface RequestBody {
23717
- /**
23718
- * A call to this URL is measured via strace.
23719
- */
23720
- url: string;
23891
+ orderData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingOrderPreview | MittwaldAPIV2.Components.Schemas.OrderServerOrderPreview | MittwaldAPIV2.Components.Schemas.OrderDomainOrderPreview | MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrderPreview | MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrderPreview | MittwaldAPIV2.Components.Schemas.OrderMailArchiveOrderPreview | MittwaldAPIV2.Components.Schemas.OrderAIHostingOrderPreview | MittwaldAPIV2.Components.Schemas.OrderLicenseOrderPreview;
23892
+ orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | "mailArchive" | "aiHosting" | "license";
23721
23893
  }
23722
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23894
+ type Header = {};
23723
23895
  type Query = {};
23724
23896
  }
23725
23897
  namespace Responses {
23726
- namespace $202 {
23898
+ namespace $200 {
23727
23899
  namespace Content {
23728
- interface ApplicationJson {
23729
- id: string;
23730
- }
23900
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderHostingOrderPreviewResponse | MittwaldAPIV2.Components.Schemas.OrderDomainOrderPreviewResponse | MittwaldAPIV2.Components.Schemas.OrderExternalCertificateOrderPreviewResponse | MittwaldAPIV2.Components.Schemas.OrderLeadFyndrOrderPreviewResponse | MittwaldAPIV2.Components.Schemas.OrderMailArchiveOrderPreviewResponse | MittwaldAPIV2.Components.Schemas.OrderAIHostingOrderPreviewResponse | MittwaldAPIV2.Components.Schemas.OrderLicenseOrderPreviewResponse;
23731
23901
  }
23732
23902
  }
23733
23903
  namespace $400 {
@@ -23737,17 +23907,10 @@ export declare namespace MittwaldAPIV2 {
23737
23907
  }
23738
23908
  }
23739
23909
  }
23740
- namespace $403 {
23741
- namespace Content {
23742
- interface ApplicationJson {
23743
- [k: string]: unknown;
23744
- }
23745
- }
23746
- }
23747
- namespace $412 {
23910
+ namespace $422 {
23748
23911
  namespace Content {
23749
23912
  interface ApplicationJson {
23750
- [k: string]: unknown;
23913
+ error?: {};
23751
23914
  }
23752
23915
  }
23753
23916
  }
@@ -23768,19 +23931,39 @@ export declare namespace MittwaldAPIV2 {
23768
23931
  }
23769
23932
  }
23770
23933
  }
23771
- namespace V2PasswordPoliciesPasswordPolicy {
23772
- namespace Get {
23934
+ namespace V2TariffChangePreviews {
23935
+ namespace Post {
23773
23936
  namespace Parameters {
23774
- type Path = {
23775
- passwordPolicy: string;
23776
- };
23777
- type Header = {};
23937
+ type Path = {};
23938
+ interface RequestBody {
23939
+ tariffChangeData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange | MittwaldAPIV2.Components.Schemas.OrderAIHostingTariffChange;
23940
+ tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | "aiHosting";
23941
+ }
23942
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23778
23943
  type Query = {};
23779
23944
  }
23780
23945
  namespace Responses {
23781
23946
  namespace $200 {
23782
23947
  namespace Content {
23783
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.PolicyPolicy;
23948
+ interface ApplicationJson {
23949
+ machineTypePrice: number;
23950
+ storagePrice: number;
23951
+ totalPrice: number;
23952
+ }
23953
+ }
23954
+ }
23955
+ namespace $400 {
23956
+ namespace Content {
23957
+ interface ApplicationJson {
23958
+ [k: string]: unknown;
23959
+ }
23960
+ }
23961
+ }
23962
+ namespace $422 {
23963
+ namespace Content {
23964
+ interface ApplicationJson {
23965
+ error?: {};
23966
+ }
23784
23967
  }
23785
23968
  }
23786
23969
  namespace $429 {
@@ -23800,43 +23983,48 @@ export declare namespace MittwaldAPIV2 {
23800
23983
  }
23801
23984
  }
23802
23985
  }
23803
- namespace V2PasswordPoliciesPath { }
23804
- namespace V2ProjectInvitesProjectInviteIdActionsAccept {
23805
- namespace Post {
23986
+ namespace V2Pageinsights { }
23987
+ namespace V2PageInsights {
23988
+ namespace Get {
23806
23989
  namespace Parameters {
23807
- type Path = {
23808
- projectInviteId: string;
23809
- };
23810
- interface RequestBody {
23811
- /**
23812
- * Token contained in the invite for authentication.
23813
- */
23814
- invitationToken?: string;
23815
- }
23990
+ type Path = {};
23816
23991
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23817
- type Query = {};
23992
+ type Query = {
23993
+ domain: string;
23994
+ path: string;
23995
+ date?: string;
23996
+ };
23818
23997
  }
23819
23998
  namespace Responses {
23820
- namespace $204 {
23821
- namespace Content {
23822
- type Empty = unknown;
23823
- }
23824
- }
23825
- namespace $400 {
23999
+ namespace $200 {
23826
24000
  namespace Content {
23827
24001
  interface ApplicationJson {
23828
- [k: string]: unknown;
24002
+ createdAt?: string;
24003
+ domain: string;
24004
+ metrics?: {
24005
+ createdAt: string;
24006
+ name: string;
24007
+ score?: number;
24008
+ value: number;
24009
+ }[];
24010
+ moreDataAvailable?: string[];
24011
+ path: string;
24012
+ performanceScore: number;
24013
+ screenshot?: {
24014
+ createdAt: string;
24015
+ fileRef: string;
24016
+ };
23829
24017
  }
23830
24018
  }
23831
24019
  }
23832
- namespace $403 {
24020
+ namespace $400 {
23833
24021
  namespace Content {
23834
24022
  interface ApplicationJson {
23835
24023
  [k: string]: unknown;
23836
24024
  }
23837
24025
  }
23838
24026
  }
23839
- namespace $412 {
24027
+ namespace $403 {
23840
24028
  namespace Content {
23841
24029
  interface ApplicationJson {
23842
24030
  [k: string]: unknown;
@@ -23860,26 +24048,34 @@ export declare namespace MittwaldAPIV2 {
23860
24048
  }
23861
24049
  }
23862
24050
  }
23863
- namespace V2ProjectProjectIdInvites { }
23864
- namespace V2ProjectsProjectIdInvites {
24051
+ namespace V2ProjectsProjectIdStracesStraceId {
23865
24052
  namespace Get {
23866
24053
  namespace Parameters {
23867
24054
  type Path = {
24055
+ straceId: string;
23868
24056
  projectId: string;
23869
24057
  };
23870
24058
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23871
- type Query = {
23872
- limit?: number;
23873
- skip?: number;
23874
- };
24059
+ type Query = {};
23875
24060
  }
23876
24061
  namespace Responses {
23877
24062
  namespace $200 {
23878
24063
  namespace Content {
23879
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[];
24064
+ interface ApplicationJson {
24065
+ executedAt: string;
24066
+ id: string;
24067
+ result: MittwaldAPIV2.Components.Schemas.StraceError | MittwaldAPIV2.Components.Schemas.StraceData;
24068
+ }
23880
24069
  }
23881
24070
  }
23882
- namespace $404 {
24071
+ namespace $400 {
24072
+ namespace Content {
24073
+ interface ApplicationJson {
24074
+ [k: string]: unknown;
24075
+ }
24076
+ }
24077
+ }
24078
+ namespace $403 {
23883
24079
  namespace Content {
23884
24080
  interface ApplicationJson {
23885
24081
  [k: string]: unknown;
@@ -23902,33 +24098,31 @@ export declare namespace MittwaldAPIV2 {
23902
24098
  }
23903
24099
  }
23904
24100
  }
23905
- namespace Post {
24101
+ }
24102
+ namespace V2ProjectsProjectIdPageinsights { }
24103
+ namespace V2ProjectsProjectIdPageInsights {
24104
+ namespace Get {
23906
24105
  namespace Parameters {
23907
24106
  type Path = {
23908
24107
  projectId: string;
23909
24108
  };
23910
- interface RequestBody {
23911
- /**
23912
- * Mail-address of the person to be invited.
23913
- */
23914
- mailAddress: string;
23915
- /**
23916
- * Time the resulting ProjectMembership should expire at.
23917
- */
23918
- membershipExpiresAt?: string;
23919
- /**
23920
- * Message contained in the ProjectInvite.
23921
- */
23922
- message?: string;
23923
- role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
23924
- }
23925
24109
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23926
- type Query = {};
24110
+ type Query = {
24111
+ domain?: string;
24112
+ };
23927
24113
  }
23928
24114
  namespace Responses {
23929
- namespace $201 {
24115
+ namespace $200 {
23930
24116
  namespace Content {
23931
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MembershipProjectInvite;
24117
+ type ApplicationJson = {
24118
+ domain: string;
24119
+ paths: {
24120
+ createdAt: string;
24121
+ path: string;
24122
+ performanceScore: number;
24123
+ screenshotFileRef?: string;
24124
+ }[];
24125
+ }[];
23932
24126
  }
23933
24127
  }
23934
24128
  namespace $400 {
@@ -23938,7 +24132,7 @@ export declare namespace MittwaldAPIV2 {
23938
24132
  }
23939
24133
  }
23940
24134
  }
23941
- namespace $409 {
24135
+ namespace $403 {
23942
24136
  namespace Content {
23943
24137
  interface ApplicationJson {
23944
24138
  [k: string]: unknown;
@@ -23962,23 +24156,23 @@ export declare namespace MittwaldAPIV2 {
23962
24156
  }
23963
24157
  }
23964
24158
  }
23965
- namespace V2ServersServerIdProjects {
24159
+ namespace V2ProjectsProjectIdStraces {
23966
24160
  namespace Post {
23967
24161
  namespace Parameters {
23968
24162
  type Path = {
23969
- serverId: string;
24163
+ projectId: string;
23970
24164
  };
23971
24165
  interface RequestBody {
23972
24166
  /**
23973
- * Name of the Project as it is displayed in the mStudio.
24167
+ * A call to this URL is measured via strace.
23974
24168
  */
23975
- description: string;
24169
+ url: string;
23976
24170
  }
23977
24171
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23978
24172
  type Query = {};
23979
24173
  }
23980
24174
  namespace Responses {
23981
- namespace $201 {
24175
+ namespace $202 {
23982
24176
  namespace Content {
23983
24177
  interface ApplicationJson {
23984
24178
  id: string;
@@ -24023,19 +24217,19 @@ export declare namespace MittwaldAPIV2 {
24023
24217
  }
24024
24218
  }
24025
24219
  }
24026
- namespace V2ProjectInvitesProjectInviteIdActionsDecline {
24027
- namespace Post {
24220
+ namespace V2PasswordPoliciesPasswordPolicy {
24221
+ namespace Get {
24028
24222
  namespace Parameters {
24029
24223
  type Path = {
24030
- projectInviteId: string;
24224
+ passwordPolicy: string;
24031
24225
  };
24032
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
24226
+ type Header = {};
24033
24227
  type Query = {};
24034
24228
  }
24035
24229
  namespace Responses {
24036
- namespace $204 {
24230
+ namespace $200 {
24037
24231
  namespace Content {
24038
- type Empty = unknown;
24232
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.PolicyPolicy;
24039
24233
  }
24040
24234
  }
24041
24235
  namespace $429 {
@@ -24055,22 +24249,26 @@ export declare namespace MittwaldAPIV2 {
24055
24249
  }
24056
24250
  }
24057
24251
  }
24058
- namespace V2ProjectsProjectIdAvatar {
24252
+ namespace V2PasswordPoliciesPath { }
24253
+ namespace V2ProjectInvitesProjectInviteIdActionsAccept {
24059
24254
  namespace Post {
24060
24255
  namespace Parameters {
24061
24256
  type Path = {
24062
- projectId: string;
24257
+ projectInviteId: string;
24063
24258
  };
24259
+ interface RequestBody {
24260
+ /**
24261
+ * Token contained in the invite for authentication.
24262
+ */
24263
+ invitationToken?: string;
24264
+ }
24064
24265
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
24065
24266
  type Query = {};
24066
24267
  }
24067
24268
  namespace Responses {
24068
- namespace $200 {
24269
+ namespace $204 {
24069
24270
  namespace Content {
24070
- interface ApplicationJson {
24071
- refId: string;
24072
- rules: MittwaldAPIV2.Components.Schemas.ProjectAvatarRules;
24073
- }
24271
+ type Empty = unknown;
24074
24272
  }
24075
24273
  }
24076
24274
  namespace $400 {
@@ -24087,22 +24285,273 @@ export declare namespace MittwaldAPIV2 {
24087
24285
  }
24088
24286
  }
24089
24287
  }
24090
- namespace $429 {
24288
+ namespace $412 {
24091
24289
  namespace Content {
24092
24290
  interface ApplicationJson {
24093
24291
  [k: string]: unknown;
24094
24292
  }
24095
24293
  }
24096
24294
  }
24097
- namespace Default {
24295
+ namespace $429 {
24098
24296
  namespace Content {
24099
24297
  interface ApplicationJson {
24100
24298
  [k: string]: unknown;
24101
24299
  }
24102
24300
  }
24103
24301
  }
24104
- }
24105
- }
24302
+ namespace Default {
24303
+ namespace Content {
24304
+ interface ApplicationJson {
24305
+ [k: string]: unknown;
24306
+ }
24307
+ }
24308
+ }
24309
+ }
24310
+ }
24311
+ }
24312
+ namespace V2ProjectProjectIdInvites { }
24313
+ namespace V2ProjectsProjectIdInvites {
24314
+ namespace Get {
24315
+ namespace Parameters {
24316
+ type Path = {
24317
+ projectId: string;
24318
+ };
24319
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
24320
+ type Query = {
24321
+ limit?: number;
24322
+ skip?: number;
24323
+ };
24324
+ }
24325
+ namespace Responses {
24326
+ namespace $200 {
24327
+ namespace Content {
24328
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[];
24329
+ }
24330
+ }
24331
+ namespace $404 {
24332
+ namespace Content {
24333
+ interface ApplicationJson {
24334
+ [k: string]: unknown;
24335
+ }
24336
+ }
24337
+ }
24338
+ namespace $429 {
24339
+ namespace Content {
24340
+ interface ApplicationJson {
24341
+ [k: string]: unknown;
24342
+ }
24343
+ }
24344
+ }
24345
+ namespace Default {
24346
+ namespace Content {
24347
+ interface ApplicationJson {
24348
+ [k: string]: unknown;
24349
+ }
24350
+ }
24351
+ }
24352
+ }
24353
+ }
24354
+ namespace Post {
24355
+ namespace Parameters {
24356
+ type Path = {
24357
+ projectId: string;
24358
+ };
24359
+ interface RequestBody {
24360
+ /**
24361
+ * Mail-address of the person to be invited.
24362
+ */
24363
+ mailAddress: string;
24364
+ /**
24365
+ * Time the resulting ProjectMembership should expire at.
24366
+ */
24367
+ membershipExpiresAt?: string;
24368
+ /**
24369
+ * Message contained in the ProjectInvite.
24370
+ */
24371
+ message?: string;
24372
+ role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
24373
+ }
24374
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
24375
+ type Query = {};
24376
+ }
24377
+ namespace Responses {
24378
+ namespace $201 {
24379
+ namespace Content {
24380
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MembershipProjectInvite;
24381
+ }
24382
+ }
24383
+ namespace $400 {
24384
+ namespace Content {
24385
+ interface ApplicationJson {
24386
+ [k: string]: unknown;
24387
+ }
24388
+ }
24389
+ }
24390
+ namespace $409 {
24391
+ namespace Content {
24392
+ interface ApplicationJson {
24393
+ [k: string]: unknown;
24394
+ }
24395
+ }
24396
+ }
24397
+ namespace $429 {
24398
+ namespace Content {
24399
+ interface ApplicationJson {
24400
+ [k: string]: unknown;
24401
+ }
24402
+ }
24403
+ }
24404
+ namespace Default {
24405
+ namespace Content {
24406
+ interface ApplicationJson {
24407
+ [k: string]: unknown;
24408
+ }
24409
+ }
24410
+ }
24411
+ }
24412
+ }
24413
+ }
24414
+ namespace V2ServersServerIdProjects {
24415
+ namespace Post {
24416
+ namespace Parameters {
24417
+ type Path = {
24418
+ serverId: string;
24419
+ };
24420
+ interface RequestBody {
24421
+ /**
24422
+ * Name of the Project as it is displayed in the mStudio.
24423
+ */
24424
+ description: string;
24425
+ }
24426
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
24427
+ type Query = {};
24428
+ }
24429
+ namespace Responses {
24430
+ namespace $201 {
24431
+ namespace Content {
24432
+ interface ApplicationJson {
24433
+ id: string;
24434
+ }
24435
+ }
24436
+ }
24437
+ namespace $400 {
24438
+ namespace Content {
24439
+ interface ApplicationJson {
24440
+ [k: string]: unknown;
24441
+ }
24442
+ }
24443
+ }
24444
+ namespace $403 {
24445
+ namespace Content {
24446
+ interface ApplicationJson {
24447
+ [k: string]: unknown;
24448
+ }
24449
+ }
24450
+ }
24451
+ namespace $412 {
24452
+ namespace Content {
24453
+ interface ApplicationJson {
24454
+ [k: string]: unknown;
24455
+ }
24456
+ }
24457
+ }
24458
+ namespace $429 {
24459
+ namespace Content {
24460
+ interface ApplicationJson {
24461
+ [k: string]: unknown;
24462
+ }
24463
+ }
24464
+ }
24465
+ namespace Default {
24466
+ namespace Content {
24467
+ interface ApplicationJson {
24468
+ [k: string]: unknown;
24469
+ }
24470
+ }
24471
+ }
24472
+ }
24473
+ }
24474
+ }
24475
+ namespace V2ProjectInvitesProjectInviteIdActionsDecline {
24476
+ namespace Post {
24477
+ namespace Parameters {
24478
+ type Path = {
24479
+ projectInviteId: string;
24480
+ };
24481
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
24482
+ type Query = {};
24483
+ }
24484
+ namespace Responses {
24485
+ namespace $204 {
24486
+ namespace Content {
24487
+ type Empty = unknown;
24488
+ }
24489
+ }
24490
+ namespace $429 {
24491
+ namespace Content {
24492
+ interface ApplicationJson {
24493
+ [k: string]: unknown;
24494
+ }
24495
+ }
24496
+ }
24497
+ namespace Default {
24498
+ namespace Content {
24499
+ interface ApplicationJson {
24500
+ [k: string]: unknown;
24501
+ }
24502
+ }
24503
+ }
24504
+ }
24505
+ }
24506
+ }
24507
+ namespace V2ProjectsProjectIdAvatar {
24508
+ namespace Post {
24509
+ namespace Parameters {
24510
+ type Path = {
24511
+ projectId: string;
24512
+ };
24513
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
24514
+ type Query = {};
24515
+ }
24516
+ namespace Responses {
24517
+ namespace $200 {
24518
+ namespace Content {
24519
+ interface ApplicationJson {
24520
+ refId: string;
24521
+ rules: MittwaldAPIV2.Components.Schemas.ProjectAvatarRules;
24522
+ }
24523
+ }
24524
+ }
24525
+ namespace $400 {
24526
+ namespace Content {
24527
+ interface ApplicationJson {
24528
+ [k: string]: unknown;
24529
+ }
24530
+ }
24531
+ }
24532
+ namespace $403 {
24533
+ namespace Content {
24534
+ interface ApplicationJson {
24535
+ [k: string]: unknown;
24536
+ }
24537
+ }
24538
+ }
24539
+ namespace $429 {
24540
+ namespace Content {
24541
+ interface ApplicationJson {
24542
+ [k: string]: unknown;
24543
+ }
24544
+ }
24545
+ }
24546
+ namespace Default {
24547
+ namespace Content {
24548
+ interface ApplicationJson {
24549
+ [k: string]: unknown;
24550
+ }
24551
+ }
24552
+ }
24553
+ }
24554
+ }
24106
24555
  namespace Delete {
24107
24556
  namespace Parameters {
24108
24557
  type Path = {
@@ -29119,7 +29568,7 @@ export declare namespace MittwaldAPIV2 {
29119
29568
  interface RequestBody {
29120
29569
  city: string;
29121
29570
  /**
29122
- * The country format should be ISO 3166-2 Alpha 2 Country Code.
29571
+ * Accepts the whole English or German name as well as the ISO 3166-2 country codes.
29123
29572
  */
29124
29573
  country: string;
29125
29574
  /**
@@ -29139,14 +29588,7 @@ export declare namespace MittwaldAPIV2 {
29139
29588
  }
29140
29589
  }
29141
29590
  }
29142
- namespace $400 {
29143
- namespace Content {
29144
- interface ApplicationJson {
29145
- [k: string]: unknown;
29146
- }
29147
- }
29148
- }
29149
- namespace $429 {
29591
+ namespace $429 {
29150
29592
  namespace Content {
29151
29593
  interface ApplicationJson {
29152
29594
  [k: string]: unknown;
@@ -29203,454 +29645,5 @@ export declare namespace MittwaldAPIV2 {
29203
29645
  }
29204
29646
  }
29205
29647
  }
29206
- namespace V2LicensesLicenseId {
29207
- namespace Get {
29208
- namespace Parameters {
29209
- type Path = {
29210
- licenseId: string;
29211
- };
29212
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
29213
- type Query = {};
29214
- }
29215
- namespace Responses {
29216
- namespace $200 {
29217
- namespace Content {
29218
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.LicenseLicense;
29219
- }
29220
- }
29221
- namespace $400 {
29222
- namespace Content {
29223
- interface ApplicationJson {
29224
- [k: string]: unknown;
29225
- }
29226
- }
29227
- }
29228
- namespace $403 {
29229
- namespace Content {
29230
- interface ApplicationJson {
29231
- [k: string]: unknown;
29232
- }
29233
- }
29234
- }
29235
- namespace $429 {
29236
- namespace Content {
29237
- interface ApplicationJson {
29238
- [k: string]: unknown;
29239
- }
29240
- }
29241
- }
29242
- namespace $500 {
29243
- namespace Content {
29244
- interface ApplicationJson {
29245
- [k: string]: unknown;
29246
- }
29247
- }
29248
- }
29249
- namespace Default {
29250
- namespace Content {
29251
- interface ApplicationJson {
29252
- [k: string]: unknown;
29253
- }
29254
- }
29255
- }
29256
- }
29257
- }
29258
- }
29259
- namespace V2ProjectsProjectIdLicenses {
29260
- namespace Get {
29261
- namespace Parameters {
29262
- type Path = {
29263
- projectId: string;
29264
- };
29265
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
29266
- type Query = {
29267
- limit?: number;
29268
- skip?: number;
29269
- page?: number;
29270
- };
29271
- }
29272
- namespace Responses {
29273
- namespace $200 {
29274
- namespace Content {
29275
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.LicenseLicense[];
29276
- }
29277
- }
29278
- namespace $400 {
29279
- namespace Content {
29280
- interface ApplicationJson {
29281
- [k: string]: unknown;
29282
- }
29283
- }
29284
- }
29285
- namespace $403 {
29286
- namespace Content {
29287
- interface ApplicationJson {
29288
- [k: string]: unknown;
29289
- }
29290
- }
29291
- }
29292
- namespace $429 {
29293
- namespace Content {
29294
- interface ApplicationJson {
29295
- [k: string]: unknown;
29296
- }
29297
- }
29298
- }
29299
- namespace $500 {
29300
- namespace Content {
29301
- interface ApplicationJson {
29302
- [k: string]: unknown;
29303
- }
29304
- }
29305
- }
29306
- namespace Default {
29307
- namespace Content {
29308
- interface ApplicationJson {
29309
- [k: string]: unknown;
29310
- }
29311
- }
29312
- }
29313
- }
29314
- }
29315
- }
29316
- namespace V2LicensesLicenseIdActionsRotateKey {
29317
- namespace Post {
29318
- namespace Parameters {
29319
- type Path = {
29320
- licenseId: string;
29321
- };
29322
- /**
29323
- * Optional reference to a file containing the new key if it was not procured via mittwald.
29324
- */
29325
- interface RequestBody {
29326
- externalKey?: string;
29327
- }
29328
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
29329
- type Query = {};
29330
- }
29331
- namespace Responses {
29332
- namespace $200 {
29333
- namespace Content {
29334
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.LicenseKeyResponse;
29335
- }
29336
- }
29337
- namespace $400 {
29338
- namespace Content {
29339
- interface ApplicationJson {
29340
- [k: string]: unknown;
29341
- }
29342
- }
29343
- }
29344
- namespace $403 {
29345
- namespace Content {
29346
- interface ApplicationJson {
29347
- [k: string]: unknown;
29348
- }
29349
- }
29350
- }
29351
- namespace $404 {
29352
- namespace Content {
29353
- interface ApplicationJson {
29354
- [k: string]: unknown;
29355
- }
29356
- }
29357
- }
29358
- namespace $412 {
29359
- namespace Content {
29360
- interface ApplicationJson {
29361
- [k: string]: unknown;
29362
- }
29363
- }
29364
- }
29365
- namespace $429 {
29366
- namespace Content {
29367
- interface ApplicationJson {
29368
- [k: string]: unknown;
29369
- }
29370
- }
29371
- }
29372
- namespace $500 {
29373
- namespace Content {
29374
- interface ApplicationJson {
29375
- [k: string]: unknown;
29376
- }
29377
- }
29378
- }
29379
- namespace Default {
29380
- namespace Content {
29381
- interface ApplicationJson {
29382
- [k: string]: unknown;
29383
- }
29384
- }
29385
- }
29386
- }
29387
- }
29388
- }
29389
- namespace V2ProjectsProjectIdActionsValidateLicenseKey {
29390
- namespace Post {
29391
- namespace Parameters {
29392
- type Path = {
29393
- projectId: string;
29394
- };
29395
- /**
29396
- * The License key to validate.
29397
- */
29398
- interface RequestBody {
29399
- key: string;
29400
- kind: MittwaldAPIV2.Components.Schemas.LicenseKind;
29401
- }
29402
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
29403
- type Query = {};
29404
- }
29405
- namespace Responses {
29406
- namespace $200 {
29407
- namespace Content {
29408
- interface ApplicationJson {
29409
- valid: boolean;
29410
- }
29411
- }
29412
- }
29413
- namespace $400 {
29414
- namespace Content {
29415
- interface ApplicationJson {
29416
- [k: string]: unknown;
29417
- }
29418
- }
29419
- }
29420
- namespace $403 {
29421
- namespace Content {
29422
- interface ApplicationJson {
29423
- [k: string]: unknown;
29424
- }
29425
- }
29426
- }
29427
- namespace $404 {
29428
- namespace Content {
29429
- interface ApplicationJson {
29430
- [k: string]: unknown;
29431
- }
29432
- }
29433
- }
29434
- namespace $412 {
29435
- namespace Content {
29436
- interface ApplicationJson {
29437
- [k: string]: unknown;
29438
- }
29439
- }
29440
- }
29441
- namespace $429 {
29442
- namespace Content {
29443
- interface ApplicationJson {
29444
- [k: string]: unknown;
29445
- }
29446
- }
29447
- }
29448
- namespace $500 {
29449
- namespace Content {
29450
- interface ApplicationJson {
29451
- [k: string]: unknown;
29452
- }
29453
- }
29454
- }
29455
- namespace Default {
29456
- namespace Content {
29457
- interface ApplicationJson {
29458
- [k: string]: unknown;
29459
- }
29460
- }
29461
- }
29462
- }
29463
- }
29464
- }
29465
- namespace V2StacksStackIdUpdateSchedule {
29466
- namespace Put {
29467
- namespace Parameters {
29468
- type Path = {
29469
- stackId: string;
29470
- };
29471
- interface RequestBody {
29472
- updateSchedule?: {
29473
- cron: string;
29474
- /**
29475
- * Valid timezones can be retrieved via GET /v2/time-zones
29476
- */
29477
- timezone?: string;
29478
- };
29479
- }
29480
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
29481
- type Query = {};
29482
- }
29483
- namespace Responses {
29484
- namespace $204 {
29485
- namespace Content {
29486
- type Empty = unknown;
29487
- }
29488
- }
29489
- namespace $400 {
29490
- namespace Content {
29491
- interface ApplicationJson {
29492
- [k: string]: unknown;
29493
- }
29494
- }
29495
- }
29496
- namespace $403 {
29497
- namespace Content {
29498
- interface ApplicationJson {
29499
- [k: string]: unknown;
29500
- }
29501
- }
29502
- }
29503
- namespace $404 {
29504
- namespace Content {
29505
- interface ApplicationJson {
29506
- [k: string]: unknown;
29507
- }
29508
- }
29509
- }
29510
- namespace $412 {
29511
- namespace Content {
29512
- interface ApplicationJson {
29513
- [k: string]: unknown;
29514
- }
29515
- }
29516
- }
29517
- namespace $429 {
29518
- namespace Content {
29519
- interface ApplicationJson {
29520
- [k: string]: unknown;
29521
- }
29522
- }
29523
- }
29524
- namespace $500 {
29525
- namespace Content {
29526
- interface ApplicationJson {
29527
- [k: string]: unknown;
29528
- }
29529
- }
29530
- }
29531
- namespace Default {
29532
- namespace Content {
29533
- interface ApplicationJson {
29534
- [k: string]: unknown;
29535
- }
29536
- }
29537
- }
29538
- }
29539
- }
29540
- }
29541
- namespace V2Stacks {
29542
- namespace Get {
29543
- namespace Parameters {
29544
- type Path = {};
29545
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
29546
- type Query = {
29547
- limit?: number;
29548
- skip?: number;
29549
- page?: number;
29550
- };
29551
- }
29552
- namespace Responses {
29553
- namespace $200 {
29554
- namespace Content {
29555
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerStackResponse[];
29556
- }
29557
- }
29558
- namespace $400 {
29559
- namespace Content {
29560
- interface ApplicationJson {
29561
- [k: string]: unknown;
29562
- }
29563
- }
29564
- }
29565
- namespace $403 {
29566
- namespace Content {
29567
- interface ApplicationJson {
29568
- [k: string]: unknown;
29569
- }
29570
- }
29571
- }
29572
- namespace $429 {
29573
- namespace Content {
29574
- interface ApplicationJson {
29575
- [k: string]: unknown;
29576
- }
29577
- }
29578
- }
29579
- namespace $500 {
29580
- namespace Content {
29581
- interface ApplicationJson {
29582
- [k: string]: unknown;
29583
- }
29584
- }
29585
- }
29586
- namespace Default {
29587
- namespace Content {
29588
- interface ApplicationJson {
29589
- [k: string]: unknown;
29590
- }
29591
- }
29592
- }
29593
- }
29594
- }
29595
- }
29596
- namespace V2ProjectBackupsProjectBackupIdExpirationTime {
29597
- namespace Put {
29598
- namespace Parameters {
29599
- type Path = {
29600
- projectBackupId: string;
29601
- };
29602
- interface RequestBody {
29603
- /**
29604
- * Time when to expire the Backup.
29605
- */
29606
- expirationTime?: string;
29607
- }
29608
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
29609
- type Query = {};
29610
- }
29611
- namespace Responses {
29612
- namespace $204 {
29613
- namespace Content {
29614
- type Empty = unknown;
29615
- }
29616
- }
29617
- namespace $400 {
29618
- namespace Content {
29619
- interface ApplicationJson {
29620
- [k: string]: unknown;
29621
- }
29622
- }
29623
- }
29624
- namespace $403 {
29625
- namespace Content {
29626
- interface ApplicationJson {
29627
- [k: string]: unknown;
29628
- }
29629
- }
29630
- }
29631
- namespace $404 {
29632
- namespace Content {
29633
- interface ApplicationJson {
29634
- [k: string]: unknown;
29635
- }
29636
- }
29637
- }
29638
- namespace $429 {
29639
- namespace Content {
29640
- interface ApplicationJson {
29641
- [k: string]: unknown;
29642
- }
29643
- }
29644
- }
29645
- namespace Default {
29646
- namespace Content {
29647
- interface ApplicationJson {
29648
- [k: string]: unknown;
29649
- }
29650
- }
29651
- }
29652
- }
29653
- }
29654
- }
29655
29648
  }
29656
29649
  }