@mittwald/api-client 4.326.0 → 4.327.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,10 +210,6 @@ 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
- }
217
213
  namespace BackupRequestProjectBackupRestoreV2Experimental {
218
214
  type RequestData = InferredRequestData<typeof descriptors.backupRequestProjectBackupRestoreV2Experimental>;
219
215
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupRequestProjectBackupRestoreV2Experimental, TStatus>;
@@ -274,10 +270,6 @@ export declare namespace MittwaldAPIV2 {
274
270
  type RequestData = InferredRequestData<typeof descriptors.containerGetService>;
275
271
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetService, TStatus>;
276
272
  }
277
- namespace ContainerListSelfStacks {
278
- type RequestData = InferredRequestData<typeof descriptors.containerListSelfStacks>;
279
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListSelfStacks, TStatus>;
280
- }
281
273
  namespace ContainerListServices {
282
274
  type RequestData = InferredRequestData<typeof descriptors.containerListServices>;
283
275
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListServices, TStatus>;
@@ -306,10 +298,6 @@ export declare namespace MittwaldAPIV2 {
306
298
  type RequestData = InferredRequestData<typeof descriptors.containerRestartService>;
307
299
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerRestartService, TStatus>;
308
300
  }
309
- namespace ContainerSetStackUpdateSchedule {
310
- type RequestData = InferredRequestData<typeof descriptors.containerSetStackUpdateSchedule>;
311
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerSetStackUpdateSchedule, TStatus>;
312
- }
313
301
  namespace ContainerStartService {
314
302
  type RequestData = InferredRequestData<typeof descriptors.containerStartService>;
315
303
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerStartService, TStatus>;
@@ -1206,22 +1194,6 @@ export declare namespace MittwaldAPIV2 {
1206
1194
  type RequestData = InferredRequestData<typeof descriptors.leadfyndrRemoveUnlockedLeadReservation>;
1207
1195
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrRemoveUnlockedLeadReservation, TStatus>;
1208
1196
  }
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
- }
1225
1197
  namespace MailListDeliveryBoxes {
1226
1198
  type RequestData = InferredRequestData<typeof descriptors.mailListDeliveryBoxes>;
1227
1199
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListDeliveryBoxes, TStatus>;
@@ -1830,6 +1802,34 @@ export declare namespace MittwaldAPIV2 {
1830
1802
  type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
1831
1803
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
1832
1804
  }
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,37 +4592,6 @@ 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
- }
4626
4595
  interface MailCreateMailAddress {
4627
4596
  address: string;
4628
4597
  forwardAddresses?: string[];
@@ -5164,29 +5133,6 @@ export declare namespace MittwaldAPIV2 {
5164
5133
  reservationLimit: number;
5165
5134
  unlockLimit: number;
5166
5135
  }
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
- };
5190
5136
  interface OrderMachineTypeSpec {
5191
5137
  machineType?: string;
5192
5138
  }
@@ -5236,9 +5182,6 @@ export declare namespace MittwaldAPIV2 {
5236
5182
  interface OrderLeadFyndrOrderPreviewResponse {
5237
5183
  totalPrice: number;
5238
5184
  }
5239
- interface OrderLicenseOrderPreviewResponse {
5240
- totalPrice: number;
5241
- }
5242
5185
  interface OrderDomainOrderPreviewResponse {
5243
5186
  /**
5244
5187
  * Contract duration in months.
@@ -6003,6 +5946,63 @@ export declare namespace MittwaldAPIV2 {
6003
5946
  }
6004
5947
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
6005
5948
  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,65 +8736,6 @@ 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
- }
8798
8739
  namespace V2ProjectBackupsProjectBackupIdRestorePath { }
8799
8740
  namespace V2ProjectBackupsProjectBackupIdRestore {
8800
8741
  namespace Post {
@@ -9751,12 +9692,19 @@ export declare namespace MittwaldAPIV2 {
9751
9692
  }
9752
9693
  }
9753
9694
  }
9754
- namespace V2Stacks {
9695
+ namespace V2ProjectsProjectIdServices {
9755
9696
  namespace Get {
9756
9697
  namespace Parameters {
9757
- type Path = {};
9698
+ type Path = {
9699
+ projectId: string;
9700
+ };
9758
9701
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9759
9702
  type Query = {
9703
+ stackId?: string;
9704
+ status?: MittwaldAPIV2.Components.Schemas.ContainerServiceStatus;
9705
+ requiresRecreate?: boolean;
9706
+ searchTerm?: string;
9707
+ sortOrder?: MittwaldAPIV2.Components.Schemas.ContainerServiceSortOrder;
9760
9708
  limit?: number;
9761
9709
  skip?: number;
9762
9710
  page?: number;
@@ -9765,7 +9713,7 @@ export declare namespace MittwaldAPIV2 {
9765
9713
  namespace Responses {
9766
9714
  namespace $200 {
9767
9715
  namespace Content {
9768
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerStackResponse[];
9716
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[];
9769
9717
  }
9770
9718
  }
9771
9719
  namespace $400 {
@@ -9782,6 +9730,13 @@ export declare namespace MittwaldAPIV2 {
9782
9730
  }
9783
9731
  }
9784
9732
  }
9733
+ namespace $412 {
9734
+ namespace Content {
9735
+ interface ApplicationJson {
9736
+ [k: string]: unknown;
9737
+ }
9738
+ }
9739
+ }
9785
9740
  namespace $429 {
9786
9741
  namespace Content {
9787
9742
  interface ApplicationJson {
@@ -9806,80 +9761,11 @@ export declare namespace MittwaldAPIV2 {
9806
9761
  }
9807
9762
  }
9808
9763
  }
9809
- namespace V2ProjectsProjectIdServices {
9764
+ namespace V2StacksStackIdVolumes {
9810
9765
  namespace Get {
9811
9766
  namespace Parameters {
9812
9767
  type Path = {
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;
9768
+ stackId: string;
9883
9769
  };
9884
9770
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9885
9771
  type Query = {
@@ -10257,82 +10143,6 @@ export declare namespace MittwaldAPIV2 {
10257
10143
  }
10258
10144
  }
10259
10145
  }
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
- }
10336
10146
  namespace V2StacksStackIdServicesServiceIdActionsStart {
10337
10147
  namespace Post {
10338
10148
  namespace Parameters {
@@ -21863,19 +21673,25 @@ export declare namespace MittwaldAPIV2 {
21863
21673
  }
21864
21674
  }
21865
21675
  }
21866
- namespace V2LicensesLicenseId {
21676
+ namespace V2ProjectsProjectIdDeliveryboxes { }
21677
+ namespace V2ProjectsProjectIdDeliveryBoxes {
21867
21678
  namespace Get {
21868
21679
  namespace Parameters {
21869
21680
  type Path = {
21870
- licenseId: string;
21681
+ projectId: string;
21871
21682
  };
21872
21683
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
21873
- type Query = {};
21684
+ type Query = {
21685
+ search?: string;
21686
+ limit?: number;
21687
+ skip?: number;
21688
+ page?: number;
21689
+ };
21874
21690
  }
21875
21691
  namespace Responses {
21876
21692
  namespace $200 {
21877
21693
  namespace Content {
21878
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.LicenseLicense;
21694
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox[];
21879
21695
  }
21880
21696
  }
21881
21697
  namespace $400 {
@@ -21892,6 +21708,13 @@ export declare namespace MittwaldAPIV2 {
21892
21708
  }
21893
21709
  }
21894
21710
  }
21711
+ namespace $404 {
21712
+ namespace Content {
21713
+ interface ApplicationJson {
21714
+ [k: string]: unknown;
21715
+ }
21716
+ }
21717
+ }
21895
21718
  namespace $429 {
21896
21719
  namespace Content {
21897
21720
  interface ApplicationJson {
@@ -21906,6 +21729,13 @@ export declare namespace MittwaldAPIV2 {
21906
21729
  }
21907
21730
  }
21908
21731
  }
21732
+ namespace $503 {
21733
+ namespace Content {
21734
+ interface ApplicationJson {
21735
+ [k: string]: unknown;
21736
+ }
21737
+ }
21738
+ }
21909
21739
  namespace Default {
21910
21740
  namespace Content {
21911
21741
  interface ApplicationJson {
@@ -21915,24 +21745,24 @@ export declare namespace MittwaldAPIV2 {
21915
21745
  }
21916
21746
  }
21917
21747
  }
21918
- }
21919
- namespace V2ProjectsProjectIdLicenses {
21920
- namespace Get {
21748
+ namespace Post {
21921
21749
  namespace Parameters {
21922
21750
  type Path = {
21923
21751
  projectId: string;
21924
21752
  };
21753
+ interface RequestBody {
21754
+ description: string;
21755
+ password: string;
21756
+ }
21925
21757
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
21926
- type Query = {
21927
- limit?: number;
21928
- skip?: number;
21929
- page?: number;
21930
- };
21758
+ type Query = {};
21931
21759
  }
21932
21760
  namespace Responses {
21933
- namespace $200 {
21761
+ namespace $201 {
21934
21762
  namespace Content {
21935
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.LicenseLicense[];
21763
+ interface ApplicationJson {
21764
+ id: string;
21765
+ }
21936
21766
  }
21937
21767
  }
21938
21768
  namespace $400 {
@@ -21949,6 +21779,13 @@ export declare namespace MittwaldAPIV2 {
21949
21779
  }
21950
21780
  }
21951
21781
  }
21782
+ namespace $404 {
21783
+ namespace Content {
21784
+ interface ApplicationJson {
21785
+ [k: string]: unknown;
21786
+ }
21787
+ }
21788
+ }
21952
21789
  namespace $429 {
21953
21790
  namespace Content {
21954
21791
  interface ApplicationJson {
@@ -21963,6 +21800,13 @@ export declare namespace MittwaldAPIV2 {
21963
21800
  }
21964
21801
  }
21965
21802
  }
21803
+ namespace $503 {
21804
+ namespace Content {
21805
+ interface ApplicationJson {
21806
+ [k: string]: unknown;
21807
+ }
21808
+ }
21809
+ }
21966
21810
  namespace Default {
21967
21811
  namespace Content {
21968
21812
  interface ApplicationJson {
@@ -21973,25 +21817,31 @@ export declare namespace MittwaldAPIV2 {
21973
21817
  }
21974
21818
  }
21975
21819
  }
21976
- namespace V2LicensesLicenseIdActionsRotateKey {
21977
- namespace Post {
21820
+ namespace V2ProjectsProjectIdMailaddresses { }
21821
+ namespace V2ProjectsProjectIdMailAddresses {
21822
+ namespace Get {
21978
21823
  namespace Parameters {
21979
21824
  type Path = {
21980
- licenseId: string;
21825
+ projectId: string;
21981
21826
  };
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
- }
21988
21827
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
21989
- type Query = {};
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
+ };
21990
21840
  }
21991
21841
  namespace Responses {
21992
21842
  namespace $200 {
21993
21843
  namespace Content {
21994
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.LicenseKeyResponse;
21844
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress[];
21995
21845
  }
21996
21846
  }
21997
21847
  namespace $400 {
@@ -22015,21 +21865,21 @@ export declare namespace MittwaldAPIV2 {
22015
21865
  }
22016
21866
  }
22017
21867
  }
22018
- namespace $412 {
21868
+ namespace $429 {
22019
21869
  namespace Content {
22020
21870
  interface ApplicationJson {
22021
21871
  [k: string]: unknown;
22022
21872
  }
22023
21873
  }
22024
21874
  }
22025
- namespace $429 {
21875
+ namespace $500 {
22026
21876
  namespace Content {
22027
21877
  interface ApplicationJson {
22028
21878
  [k: string]: unknown;
22029
21879
  }
22030
21880
  }
22031
21881
  }
22032
- namespace $500 {
21882
+ namespace $503 {
22033
21883
  namespace Content {
22034
21884
  interface ApplicationJson {
22035
21885
  [k: string]: unknown;
@@ -22045,28 +21895,20 @@ export declare namespace MittwaldAPIV2 {
22045
21895
  }
22046
21896
  }
22047
21897
  }
22048
- }
22049
- namespace V2ProjectsProjectIdActionsValidateLicenseKey {
22050
21898
  namespace Post {
22051
21899
  namespace Parameters {
22052
21900
  type Path = {
22053
21901
  projectId: string;
22054
21902
  };
22055
- /**
22056
- * The License key to validate.
22057
- */
22058
- interface RequestBody {
22059
- key: string;
22060
- kind: MittwaldAPIV2.Components.Schemas.LicenseKind;
22061
- }
21903
+ type RequestBody = MittwaldAPIV2.Components.Schemas.MailCreateForwardAddress | MittwaldAPIV2.Components.Schemas.MailCreateMailAddress;
22062
21904
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22063
21905
  type Query = {};
22064
21906
  }
22065
21907
  namespace Responses {
22066
- namespace $200 {
21908
+ namespace $201 {
22067
21909
  namespace Content {
22068
21910
  interface ApplicationJson {
22069
- valid: boolean;
21911
+ id: string;
22070
21912
  }
22071
21913
  }
22072
21914
  }
@@ -22091,21 +21933,21 @@ export declare namespace MittwaldAPIV2 {
22091
21933
  }
22092
21934
  }
22093
21935
  }
22094
- namespace $412 {
21936
+ namespace $429 {
22095
21937
  namespace Content {
22096
21938
  interface ApplicationJson {
22097
21939
  [k: string]: unknown;
22098
21940
  }
22099
21941
  }
22100
21942
  }
22101
- namespace $429 {
21943
+ namespace $500 {
22102
21944
  namespace Content {
22103
21945
  interface ApplicationJson {
22104
21946
  [k: string]: unknown;
22105
21947
  }
22106
21948
  }
22107
21949
  }
22108
- namespace $500 {
21950
+ namespace $503 {
22109
21951
  namespace Content {
22110
21952
  interface ApplicationJson {
22111
21953
  [k: string]: unknown;
@@ -22122,25 +21964,20 @@ export declare namespace MittwaldAPIV2 {
22122
21964
  }
22123
21965
  }
22124
21966
  }
22125
- namespace V2ProjectsProjectIdDeliveryboxes { }
22126
- namespace V2ProjectsProjectIdDeliveryBoxes {
21967
+ namespace V2DeliveryboxesDeliveryBoxId { }
21968
+ namespace V2DeliveryBoxesDeliveryBoxId {
22127
21969
  namespace Get {
22128
21970
  namespace Parameters {
22129
21971
  type Path = {
22130
- projectId: string;
21972
+ deliveryBoxId: string;
22131
21973
  };
22132
21974
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22133
- type Query = {
22134
- search?: string;
22135
- limit?: number;
22136
- skip?: number;
22137
- page?: number;
22138
- };
21975
+ type Query = {};
22139
21976
  }
22140
21977
  namespace Responses {
22141
21978
  namespace $200 {
22142
21979
  namespace Content {
22143
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox[];
21980
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox;
22144
21981
  }
22145
21982
  }
22146
21983
  namespace $400 {
@@ -22194,24 +22031,18 @@ export declare namespace MittwaldAPIV2 {
22194
22031
  }
22195
22032
  }
22196
22033
  }
22197
- namespace Post {
22034
+ namespace Delete {
22198
22035
  namespace Parameters {
22199
22036
  type Path = {
22200
- projectId: string;
22037
+ deliveryBoxId: string;
22201
22038
  };
22202
- interface RequestBody {
22203
- description: string;
22204
- password: string;
22205
- }
22206
22039
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22207
22040
  type Query = {};
22208
22041
  }
22209
22042
  namespace Responses {
22210
- namespace $201 {
22043
+ namespace $204 {
22211
22044
  namespace Content {
22212
- interface ApplicationJson {
22213
- id: string;
22214
- }
22045
+ type Empty = unknown;
22215
22046
  }
22216
22047
  }
22217
22048
  namespace $400 {
@@ -22266,31 +22097,20 @@ export declare namespace MittwaldAPIV2 {
22266
22097
  }
22267
22098
  }
22268
22099
  }
22269
- namespace V2ProjectsProjectIdMailaddresses { }
22270
- namespace V2ProjectsProjectIdMailAddresses {
22100
+ namespace V2MailaddressesMailAddressId { }
22101
+ namespace V2MailAddressesMailAddressId {
22271
22102
  namespace Get {
22272
22103
  namespace Parameters {
22273
22104
  type Path = {
22274
- projectId: string;
22105
+ mailAddressId: string;
22275
22106
  };
22276
22107
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
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
- };
22108
+ type Query = {};
22289
22109
  }
22290
22110
  namespace Responses {
22291
22111
  namespace $200 {
22292
22112
  namespace Content {
22293
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress[];
22113
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress;
22294
22114
  }
22295
22115
  }
22296
22116
  namespace $400 {
@@ -22344,21 +22164,18 @@ export declare namespace MittwaldAPIV2 {
22344
22164
  }
22345
22165
  }
22346
22166
  }
22347
- namespace Post {
22167
+ namespace Delete {
22348
22168
  namespace Parameters {
22349
22169
  type Path = {
22350
- projectId: string;
22170
+ mailAddressId: string;
22351
22171
  };
22352
- type RequestBody = MittwaldAPIV2.Components.Schemas.MailCreateForwardAddress | MittwaldAPIV2.Components.Schemas.MailCreateMailAddress;
22353
22172
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22354
22173
  type Query = {};
22355
22174
  }
22356
22175
  namespace Responses {
22357
- namespace $201 {
22176
+ namespace $204 {
22358
22177
  namespace Content {
22359
- interface ApplicationJson {
22360
- id: string;
22361
- }
22178
+ type Empty = unknown;
22362
22179
  }
22363
22180
  }
22364
22181
  namespace $400 {
@@ -22413,20 +22230,19 @@ export declare namespace MittwaldAPIV2 {
22413
22230
  }
22414
22231
  }
22415
22232
  }
22416
- namespace V2DeliveryboxesDeliveryBoxId { }
22417
- namespace V2DeliveryBoxesDeliveryBoxId {
22418
- namespace Get {
22233
+ namespace V2MailAddressesMailAddressIdMailArchive {
22234
+ namespace Delete {
22419
22235
  namespace Parameters {
22420
22236
  type Path = {
22421
- deliveryBoxId: string;
22237
+ mailAddressId: string;
22422
22238
  };
22423
22239
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22424
22240
  type Query = {};
22425
22241
  }
22426
22242
  namespace Responses {
22427
- namespace $200 {
22243
+ namespace $204 {
22428
22244
  namespace Content {
22429
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox;
22245
+ type Empty = unknown;
22430
22246
  }
22431
22247
  }
22432
22248
  namespace $400 {
@@ -22480,18 +22296,20 @@ export declare namespace MittwaldAPIV2 {
22480
22296
  }
22481
22297
  }
22482
22298
  }
22483
- namespace Delete {
22299
+ }
22300
+ namespace V2MailAddressesMailAddressIdBackups {
22301
+ namespace Get {
22484
22302
  namespace Parameters {
22485
22303
  type Path = {
22486
- deliveryBoxId: string;
22304
+ mailAddressId: string;
22487
22305
  };
22488
22306
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22489
22307
  type Query = {};
22490
22308
  }
22491
22309
  namespace Responses {
22492
- namespace $204 {
22310
+ namespace $200 {
22493
22311
  namespace Content {
22494
- type Empty = unknown;
22312
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddressBackup[];
22495
22313
  }
22496
22314
  }
22497
22315
  namespace $400 {
@@ -22529,13 +22347,6 @@ export declare namespace MittwaldAPIV2 {
22529
22347
  }
22530
22348
  }
22531
22349
  }
22532
- namespace $503 {
22533
- namespace Content {
22534
- interface ApplicationJson {
22535
- [k: string]: unknown;
22536
- }
22537
- }
22538
- }
22539
22350
  namespace Default {
22540
22351
  namespace Content {
22541
22352
  interface ApplicationJson {
@@ -22546,20 +22357,29 @@ export declare namespace MittwaldAPIV2 {
22546
22357
  }
22547
22358
  }
22548
22359
  }
22549
- namespace V2MailaddressesMailAddressId { }
22550
- namespace V2MailAddressesMailAddressId {
22360
+ namespace V2MailAddresses {
22551
22361
  namespace Get {
22552
22362
  namespace Parameters {
22553
- type Path = {
22554
- mailAddressId: string;
22555
- };
22363
+ type Path = {};
22556
22364
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22557
- type Query = {};
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")[];
22377
+ };
22558
22378
  }
22559
22379
  namespace Responses {
22560
22380
  namespace $200 {
22561
22381
  namespace Content {
22562
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress;
22382
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress[];
22563
22383
  }
22564
22384
  }
22565
22385
  namespace $400 {
@@ -22613,18 +22433,25 @@ export declare namespace MittwaldAPIV2 {
22613
22433
  }
22614
22434
  }
22615
22435
  }
22616
- namespace Delete {
22436
+ }
22437
+ namespace V2ProjectsProjectIdMailsettings { }
22438
+ namespace V2ProjectsProjectIdMailSettings {
22439
+ namespace Get {
22617
22440
  namespace Parameters {
22618
22441
  type Path = {
22619
- mailAddressId: string;
22442
+ projectId: string;
22620
22443
  };
22621
22444
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22622
22445
  type Query = {};
22623
22446
  }
22624
22447
  namespace Responses {
22625
- namespace $204 {
22448
+ namespace $200 {
22626
22449
  namespace Content {
22627
- type Empty = unknown;
22450
+ interface ApplicationJson {
22451
+ blacklist: string[];
22452
+ projectId: string;
22453
+ whitelist: string[];
22454
+ }
22628
22455
  }
22629
22456
  }
22630
22457
  namespace $400 {
@@ -22679,11 +22506,12 @@ export declare namespace MittwaldAPIV2 {
22679
22506
  }
22680
22507
  }
22681
22508
  }
22682
- namespace V2MailAddressesMailAddressIdMailArchive {
22683
- namespace Delete {
22509
+ namespace V2MailAddressesMailAddressIdBackupsBackupIdRecovery {
22510
+ namespace Post {
22684
22511
  namespace Parameters {
22685
22512
  type Path = {
22686
22513
  mailAddressId: string;
22514
+ backupId: string;
22687
22515
  };
22688
22516
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22689
22517
  type Query = {};
@@ -22701,13 +22529,6 @@ export declare namespace MittwaldAPIV2 {
22701
22529
  }
22702
22530
  }
22703
22531
  }
22704
- namespace $403 {
22705
- namespace Content {
22706
- interface ApplicationJson {
22707
- [k: string]: unknown;
22708
- }
22709
- }
22710
- }
22711
22532
  namespace $404 {
22712
22533
  namespace Content {
22713
22534
  interface ApplicationJson {
@@ -22722,20 +22543,6 @@ export declare namespace MittwaldAPIV2 {
22722
22543
  }
22723
22544
  }
22724
22545
  }
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
- }
22739
22546
  namespace Default {
22740
22547
  namespace Content {
22741
22548
  interface ApplicationJson {
@@ -22746,19 +22553,22 @@ export declare namespace MittwaldAPIV2 {
22746
22553
  }
22747
22554
  }
22748
22555
  }
22749
- namespace V2MailAddressesMailAddressIdBackups {
22750
- namespace Get {
22556
+ namespace V2DeliveryBoxesDeliveryBoxIdDescription {
22557
+ namespace Patch {
22751
22558
  namespace Parameters {
22752
22559
  type Path = {
22753
- mailAddressId: string;
22560
+ deliveryBoxId: string;
22754
22561
  };
22562
+ interface RequestBody {
22563
+ description: string;
22564
+ }
22755
22565
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22756
22566
  type Query = {};
22757
22567
  }
22758
22568
  namespace Responses {
22759
- namespace $200 {
22569
+ namespace $204 {
22760
22570
  namespace Content {
22761
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddressBackup[];
22571
+ type Empty = unknown;
22762
22572
  }
22763
22573
  }
22764
22574
  namespace $400 {
@@ -22796,6 +22606,13 @@ export declare namespace MittwaldAPIV2 {
22796
22606
  }
22797
22607
  }
22798
22608
  }
22609
+ namespace $503 {
22610
+ namespace Content {
22611
+ interface ApplicationJson {
22612
+ [k: string]: unknown;
22613
+ }
22614
+ }
22615
+ }
22799
22616
  namespace Default {
22800
22617
  namespace Content {
22801
22618
  interface ApplicationJson {
@@ -22806,29 +22623,22 @@ export declare namespace MittwaldAPIV2 {
22806
22623
  }
22807
22624
  }
22808
22625
  }
22809
- namespace V2MailAddresses {
22810
- namespace Get {
22626
+ namespace V2DeliveryBoxesDeliveryBoxIdPassword {
22627
+ namespace Patch {
22811
22628
  namespace Parameters {
22812
- type Path = {};
22813
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
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")[];
22629
+ type Path = {
22630
+ deliveryBoxId: string;
22826
22631
  };
22632
+ interface RequestBody {
22633
+ password: string;
22634
+ }
22635
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22636
+ type Query = {};
22827
22637
  }
22828
22638
  namespace Responses {
22829
- namespace $200 {
22639
+ namespace $204 {
22830
22640
  namespace Content {
22831
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress[];
22641
+ type Empty = unknown;
22832
22642
  }
22833
22643
  }
22834
22644
  namespace $400 {
@@ -22883,24 +22693,22 @@ export declare namespace MittwaldAPIV2 {
22883
22693
  }
22884
22694
  }
22885
22695
  }
22886
- namespace V2ProjectsProjectIdMailsettings { }
22887
- namespace V2ProjectsProjectIdMailSettings {
22888
- namespace Get {
22696
+ namespace V2MailAddressesMailAddressIdAddress {
22697
+ namespace Patch {
22889
22698
  namespace Parameters {
22890
22699
  type Path = {
22891
- projectId: string;
22700
+ mailAddressId: string;
22892
22701
  };
22702
+ interface RequestBody {
22703
+ address: string;
22704
+ }
22893
22705
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22894
22706
  type Query = {};
22895
22707
  }
22896
22708
  namespace Responses {
22897
- namespace $200 {
22709
+ namespace $204 {
22898
22710
  namespace Content {
22899
- interface ApplicationJson {
22900
- blacklist: string[];
22901
- projectId: string;
22902
- whitelist: string[];
22903
- }
22711
+ type Empty = unknown;
22904
22712
  }
22905
22713
  }
22906
22714
  namespace $400 {
@@ -22955,13 +22763,15 @@ export declare namespace MittwaldAPIV2 {
22955
22763
  }
22956
22764
  }
22957
22765
  }
22958
- namespace V2MailAddressesMailAddressIdBackupsBackupIdRecovery {
22959
- namespace Post {
22766
+ namespace V2MailAddressesMailAddressIdCatchAll {
22767
+ namespace Patch {
22960
22768
  namespace Parameters {
22961
22769
  type Path = {
22962
22770
  mailAddressId: string;
22963
- backupId: string;
22964
22771
  };
22772
+ interface RequestBody {
22773
+ active: boolean;
22774
+ }
22965
22775
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22966
22776
  type Query = {};
22967
22777
  }
@@ -22978,6 +22788,13 @@ export declare namespace MittwaldAPIV2 {
22978
22788
  }
22979
22789
  }
22980
22790
  }
22791
+ namespace $403 {
22792
+ namespace Content {
22793
+ interface ApplicationJson {
22794
+ [k: string]: unknown;
22795
+ }
22796
+ }
22797
+ }
22981
22798
  namespace $404 {
22982
22799
  namespace Content {
22983
22800
  interface ApplicationJson {
@@ -22992,6 +22809,20 @@ export declare namespace MittwaldAPIV2 {
22992
22809
  }
22993
22810
  }
22994
22811
  }
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
+ }
22995
22826
  namespace Default {
22996
22827
  namespace Content {
22997
22828
  interface ApplicationJson {
@@ -23002,32 +22833,27 @@ export declare namespace MittwaldAPIV2 {
23002
22833
  }
23003
22834
  }
23004
22835
  }
23005
- namespace V2DeliveryBoxesDeliveryBoxIdDescription {
23006
- namespace Patch {
22836
+ namespace V2CustomersCustomerIdPaymentMethod {
22837
+ namespace Get {
23007
22838
  namespace Parameters {
23008
22839
  type Path = {
23009
- deliveryBoxId: string;
22840
+ customerId: string;
23010
22841
  };
23011
- interface RequestBody {
23012
- description: string;
23013
- }
23014
22842
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23015
22843
  type Query = {};
23016
22844
  }
23017
22845
  namespace Responses {
23018
- namespace $204 {
23019
- namespace Content {
23020
- type Empty = unknown;
23021
- }
23022
- }
23023
- namespace $400 {
22846
+ namespace $200 {
23024
22847
  namespace Content {
23025
22848
  interface ApplicationJson {
23026
- [k: string]: unknown;
22849
+ cardDetails?: {
22850
+ brand: string;
22851
+ last4: string;
22852
+ };
23027
22853
  }
23028
22854
  }
23029
22855
  }
23030
- namespace $403 {
22856
+ namespace $400 {
23031
22857
  namespace Content {
23032
22858
  interface ApplicationJson {
23033
22859
  [k: string]: unknown;
@@ -23048,20 +22874,6 @@ export declare namespace MittwaldAPIV2 {
23048
22874
  }
23049
22875
  }
23050
22876
  }
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
- }
23065
22877
  namespace Default {
23066
22878
  namespace Content {
23067
22879
  interface ApplicationJson {
@@ -23071,33 +22883,26 @@ export declare namespace MittwaldAPIV2 {
23071
22883
  }
23072
22884
  }
23073
22885
  }
23074
- }
23075
- namespace V2DeliveryBoxesDeliveryBoxIdPassword {
23076
- namespace Patch {
22886
+ namespace Put {
23077
22887
  namespace Parameters {
23078
22888
  type Path = {
23079
- deliveryBoxId: string;
22889
+ customerId: string;
23080
22890
  };
23081
22891
  interface RequestBody {
23082
- password: string;
22892
+ customReturnUrl?: string;
23083
22893
  }
23084
22894
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23085
22895
  type Query = {};
23086
22896
  }
23087
22897
  namespace Responses {
23088
- namespace $204 {
23089
- namespace Content {
23090
- type Empty = unknown;
23091
- }
23092
- }
23093
- namespace $400 {
22898
+ namespace $200 {
23094
22899
  namespace Content {
23095
22900
  interface ApplicationJson {
23096
- [k: string]: unknown;
22901
+ url?: string;
23097
22902
  }
23098
22903
  }
23099
22904
  }
23100
- namespace $403 {
22905
+ namespace $400 {
23101
22906
  namespace Content {
23102
22907
  interface ApplicationJson {
23103
22908
  [k: string]: unknown;
@@ -23118,20 +22923,6 @@ export declare namespace MittwaldAPIV2 {
23118
22923
  }
23119
22924
  }
23120
22925
  }
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
- }
23135
22926
  namespace Default {
23136
22927
  namespace Content {
23137
22928
  interface ApplicationJson {
@@ -23142,42 +22933,50 @@ export declare namespace MittwaldAPIV2 {
23142
22933
  }
23143
22934
  }
23144
22935
  }
23145
- namespace V2MailAddressesMailAddressIdAddress {
23146
- namespace Patch {
22936
+ namespace V2TimeZones {
22937
+ namespace Get {
23147
22938
  namespace Parameters {
23148
- type Path = {
23149
- mailAddressId: string;
23150
- };
23151
- interface RequestBody {
23152
- address: string;
23153
- }
22939
+ type Path = {};
23154
22940
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23155
22941
  type Query = {};
23156
22942
  }
23157
22943
  namespace Responses {
23158
- namespace $204 {
22944
+ namespace $200 {
23159
22945
  namespace Content {
23160
- type Empty = unknown;
22946
+ type ApplicationJson = string[];
23161
22947
  }
23162
22948
  }
23163
- namespace $400 {
22949
+ namespace $429 {
23164
22950
  namespace Content {
23165
22951
  interface ApplicationJson {
23166
22952
  [k: string]: unknown;
23167
22953
  }
23168
22954
  }
23169
22955
  }
23170
- namespace $403 {
22956
+ namespace Default {
23171
22957
  namespace Content {
23172
22958
  interface ApplicationJson {
23173
22959
  [k: string]: unknown;
23174
22960
  }
23175
22961
  }
23176
22962
  }
23177
- namespace $404 {
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 {
23178
22975
  namespace Content {
23179
22976
  interface ApplicationJson {
23180
- [k: string]: unknown;
22977
+ active: boolean;
22978
+ email: string;
22979
+ registered: boolean;
23181
22980
  }
23182
22981
  }
23183
22982
  }
@@ -23188,20 +22987,6 @@ export declare namespace MittwaldAPIV2 {
23188
22987
  }
23189
22988
  }
23190
22989
  }
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
- }
23205
22990
  namespace Default {
23206
22991
  namespace Content {
23207
22992
  interface ApplicationJson {
@@ -23211,16 +22996,9 @@ export declare namespace MittwaldAPIV2 {
23211
22996
  }
23212
22997
  }
23213
22998
  }
23214
- }
23215
- namespace V2MailAddressesMailAddressIdCatchAll {
23216
- namespace Patch {
22999
+ namespace Delete {
23217
23000
  namespace Parameters {
23218
- type Path = {
23219
- mailAddressId: string;
23220
- };
23221
- interface RequestBody {
23222
- active: boolean;
23223
- }
23001
+ type Path = {};
23224
23002
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23225
23003
  type Query = {};
23226
23004
  }
@@ -23230,24 +23008,40 @@ export declare namespace MittwaldAPIV2 {
23230
23008
  type Empty = unknown;
23231
23009
  }
23232
23010
  }
23233
- namespace $400 {
23011
+ namespace $429 {
23234
23012
  namespace Content {
23235
23013
  interface ApplicationJson {
23236
23014
  [k: string]: unknown;
23237
23015
  }
23238
23016
  }
23239
23017
  }
23240
- namespace $403 {
23018
+ namespace Default {
23241
23019
  namespace Content {
23242
23020
  interface ApplicationJson {
23243
23021
  [k: string]: unknown;
23244
23022
  }
23245
23023
  }
23246
23024
  }
23247
- namespace $404 {
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 {
23248
23038
  namespace Content {
23249
23039
  interface ApplicationJson {
23250
- [k: string]: unknown;
23040
+ error: number;
23041
+ info: number;
23042
+ success: number;
23043
+ total: number;
23044
+ warning: number;
23251
23045
  }
23252
23046
  }
23253
23047
  }
@@ -23258,14 +23052,38 @@ export declare namespace MittwaldAPIV2 {
23258
23052
  }
23259
23053
  }
23260
23054
  }
23261
- namespace $500 {
23055
+ namespace Default {
23262
23056
  namespace Content {
23263
23057
  interface ApplicationJson {
23264
23058
  [k: string]: unknown;
23265
23059
  }
23266
23060
  }
23267
23061
  }
23268
- namespace $503 {
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 {
23269
23087
  namespace Content {
23270
23088
  interface ApplicationJson {
23271
23089
  [k: string]: unknown;
@@ -23282,34 +23100,34 @@ export declare namespace MittwaldAPIV2 {
23282
23100
  }
23283
23101
  }
23284
23102
  }
23285
- namespace V2CustomersCustomerIdPaymentMethod {
23286
- namespace Get {
23103
+ namespace V2NotificationsStatus { }
23104
+ namespace V2NotificationsActionsReadAll {
23105
+ namespace Post {
23287
23106
  namespace Parameters {
23288
- type Path = {
23289
- customerId: string;
23290
- };
23107
+ type Path = {};
23108
+ interface RequestBody {
23109
+ }
23291
23110
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23292
- type Query = {};
23111
+ type Query = {
23112
+ severities?: ("success" | "info" | "warning" | "error")[];
23113
+ referenceId?: string;
23114
+ referenceAggregate?: string;
23115
+ referenceDomain?: string;
23116
+ };
23293
23117
  }
23294
23118
  namespace Responses {
23295
23119
  namespace $200 {
23296
23120
  namespace Content {
23297
23121
  interface ApplicationJson {
23298
- cardDetails?: {
23299
- brand: string;
23300
- last4: string;
23301
- };
23302
- }
23303
- }
23304
- }
23305
- namespace $400 {
23306
- namespace Content {
23307
- interface ApplicationJson {
23308
- [k: string]: unknown;
23122
+ status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
23123
+ /**
23124
+ * The number of notifications that have been updated.
23125
+ */
23126
+ updatedCount: number;
23309
23127
  }
23310
23128
  }
23311
23129
  }
23312
- namespace $404 {
23130
+ namespace $403 {
23313
23131
  namespace Content {
23314
23132
  interface ApplicationJson {
23315
23133
  [k: string]: unknown;
@@ -23332,13 +23150,15 @@ export declare namespace MittwaldAPIV2 {
23332
23150
  }
23333
23151
  }
23334
23152
  }
23153
+ }
23154
+ namespace V2NotificationsNotificationIdStatus {
23335
23155
  namespace Put {
23336
23156
  namespace Parameters {
23337
23157
  type Path = {
23338
- customerId: string;
23158
+ notificationId: string;
23339
23159
  };
23340
23160
  interface RequestBody {
23341
- customReturnUrl?: string;
23161
+ status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
23342
23162
  }
23343
23163
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23344
23164
  type Query = {};
@@ -23347,14 +23167,7 @@ export declare namespace MittwaldAPIV2 {
23347
23167
  namespace $200 {
23348
23168
  namespace Content {
23349
23169
  interface ApplicationJson {
23350
- url?: string;
23351
- }
23352
- }
23353
- }
23354
- namespace $400 {
23355
- namespace Content {
23356
- interface ApplicationJson {
23357
- [k: string]: unknown;
23170
+ status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
23358
23171
  }
23359
23172
  }
23360
23173
  }
@@ -23382,17 +23195,25 @@ export declare namespace MittwaldAPIV2 {
23382
23195
  }
23383
23196
  }
23384
23197
  }
23385
- namespace V2TimeZones {
23198
+ namespace V2Orders {
23386
23199
  namespace Get {
23387
23200
  namespace Parameters {
23388
23201
  type Path = {};
23389
23202
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23390
- type Query = {};
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
+ };
23391
23212
  }
23392
23213
  namespace Responses {
23393
23214
  namespace $200 {
23394
23215
  namespace Content {
23395
- type ApplicationJson = string[];
23216
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[];
23396
23217
  }
23397
23218
  }
23398
23219
  namespace $429 {
@@ -23411,21 +23232,35 @@ export declare namespace MittwaldAPIV2 {
23411
23232
  }
23412
23233
  }
23413
23234
  }
23414
- }
23415
- namespace V2NewsletterSubscriptionsSelf {
23416
- namespace Get {
23235
+ namespace Post {
23417
23236
  namespace Parameters {
23418
23237
  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
+ }
23419
23242
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23420
23243
  type Query = {};
23421
23244
  }
23422
23245
  namespace Responses {
23423
- namespace $200 {
23246
+ namespace $201 {
23424
23247
  namespace Content {
23425
23248
  interface ApplicationJson {
23426
- active: boolean;
23427
- email: string;
23428
- registered: boolean;
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?: {};
23429
23264
  }
23430
23265
  }
23431
23266
  }
@@ -23445,16 +23280,31 @@ export declare namespace MittwaldAPIV2 {
23445
23280
  }
23446
23281
  }
23447
23282
  }
23448
- namespace Delete {
23283
+ }
23284
+ namespace V2TariffChanges {
23285
+ namespace Post {
23449
23286
  namespace Parameters {
23450
23287
  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
+ }
23451
23292
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23452
23293
  type Query = {};
23453
23294
  }
23454
23295
  namespace Responses {
23455
- namespace $204 {
23296
+ namespace $201 {
23456
23297
  namespace Content {
23457
- type Empty = unknown;
23298
+ interface ApplicationJson {
23299
+ orderId: string;
23300
+ }
23301
+ }
23302
+ }
23303
+ namespace $400 {
23304
+ namespace Content {
23305
+ interface ApplicationJson {
23306
+ [k: string]: unknown;
23307
+ }
23458
23308
  }
23459
23309
  }
23460
23310
  namespace $429 {
@@ -23474,24 +23324,19 @@ export declare namespace MittwaldAPIV2 {
23474
23324
  }
23475
23325
  }
23476
23326
  }
23477
- namespace V2NotificationsUnreadCounts { }
23478
- namespace V2NotificationUnreadCounts {
23327
+ namespace V2OrdersOrderId {
23479
23328
  namespace Get {
23480
23329
  namespace Parameters {
23481
- type Path = {};
23330
+ type Path = {
23331
+ orderId: string;
23332
+ };
23482
23333
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23483
23334
  type Query = {};
23484
23335
  }
23485
23336
  namespace Responses {
23486
23337
  namespace $200 {
23487
23338
  namespace Content {
23488
- interface ApplicationJson {
23489
- error: number;
23490
- info: number;
23491
- success: number;
23492
- total: number;
23493
- warning: number;
23494
- }
23339
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder;
23495
23340
  }
23496
23341
  }
23497
23342
  namespace $429 {
@@ -23511,25 +23356,26 @@ export declare namespace MittwaldAPIV2 {
23511
23356
  }
23512
23357
  }
23513
23358
  }
23514
- namespace V2Notifications {
23359
+ namespace V2CustomersCustomerIdOrders {
23515
23360
  namespace Get {
23516
23361
  namespace Parameters {
23517
- type Path = {};
23362
+ type Path = {
23363
+ customerId: string;
23364
+ };
23518
23365
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23519
23366
  type Query = {
23520
- status?: "unread" | "read";
23521
- severity?: ("success" | "info" | "warning" | "error")[];
23522
- type?: string[];
23523
- "type-not"?: string[];
23524
23367
  limit?: number;
23525
23368
  skip?: number;
23526
23369
  page?: number;
23370
+ includesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23371
+ excludesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23372
+ templateNames?: string[];
23527
23373
  };
23528
23374
  }
23529
23375
  namespace Responses {
23530
23376
  namespace $200 {
23531
23377
  namespace Content {
23532
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MessagingNotification[];
23378
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[];
23533
23379
  }
23534
23380
  }
23535
23381
  namespace $429 {
@@ -23549,38 +23395,26 @@ export declare namespace MittwaldAPIV2 {
23549
23395
  }
23550
23396
  }
23551
23397
  }
23552
- namespace V2NotificationsStatus { }
23553
- namespace V2NotificationsActionsReadAll {
23554
- namespace Post {
23398
+ namespace V2ProjectsProjectIdOrders {
23399
+ namespace Get {
23555
23400
  namespace Parameters {
23556
- type Path = {};
23557
- interface RequestBody {
23558
- }
23401
+ type Path = {
23402
+ projectId: string;
23403
+ };
23559
23404
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23560
23405
  type Query = {
23561
- severities?: ("success" | "info" | "warning" | "error")[];
23562
- referenceId?: string;
23563
- referenceAggregate?: string;
23564
- referenceDomain?: string;
23406
+ limit?: number;
23407
+ skip?: number;
23408
+ page?: number;
23409
+ includesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23410
+ excludesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23411
+ templateNames?: string[];
23565
23412
  };
23566
23413
  }
23567
23414
  namespace Responses {
23568
23415
  namespace $200 {
23569
23416
  namespace Content {
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
- }
23417
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[];
23584
23418
  }
23585
23419
  }
23586
23420
  namespace $429 {
@@ -23600,71 +23434,37 @@ export declare namespace MittwaldAPIV2 {
23600
23434
  }
23601
23435
  }
23602
23436
  }
23603
- namespace V2NotificationsNotificationIdStatus {
23604
- namespace Put {
23437
+ namespace V2OrderPreviews {
23438
+ namespace Post {
23605
23439
  namespace Parameters {
23606
- type Path = {
23607
- notificationId: string;
23608
- };
23440
+ type Path = {};
23609
23441
  interface RequestBody {
23610
- status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
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";
23611
23444
  }
23612
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23445
+ type Header = {};
23613
23446
  type Query = {};
23614
23447
  }
23615
23448
  namespace Responses {
23616
23449
  namespace $200 {
23617
23450
  namespace Content {
23618
- interface ApplicationJson {
23619
- status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
23620
- }
23621
- }
23622
- }
23623
- namespace $404 {
23624
- namespace Content {
23625
- interface ApplicationJson {
23626
- [k: string]: unknown;
23627
- }
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;
23628
23452
  }
23629
23453
  }
23630
- namespace $429 {
23454
+ namespace $400 {
23631
23455
  namespace Content {
23632
23456
  interface ApplicationJson {
23633
23457
  [k: string]: unknown;
23634
23458
  }
23635
23459
  }
23636
23460
  }
23637
- namespace Default {
23461
+ namespace $422 {
23638
23462
  namespace Content {
23639
23463
  interface ApplicationJson {
23640
- [k: string]: unknown;
23464
+ error?: {};
23641
23465
  }
23642
23466
  }
23643
23467
  }
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
- }
23668
23468
  namespace $429 {
23669
23469
  namespace Content {
23670
23470
  interface ApplicationJson {
@@ -23681,21 +23481,25 @@ export declare namespace MittwaldAPIV2 {
23681
23481
  }
23682
23482
  }
23683
23483
  }
23484
+ }
23485
+ namespace V2TariffChangePreviews {
23684
23486
  namespace Post {
23685
23487
  namespace Parameters {
23686
23488
  type Path = {};
23687
23489
  interface RequestBody {
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";
23490
+ tariffChangeData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange | MittwaldAPIV2.Components.Schemas.OrderAIHostingTariffChange;
23491
+ tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | "aiHosting";
23690
23492
  }
23691
23493
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23692
23494
  type Query = {};
23693
23495
  }
23694
23496
  namespace Responses {
23695
- namespace $201 {
23497
+ namespace $200 {
23696
23498
  namespace Content {
23697
23499
  interface ApplicationJson {
23698
- orderId: string;
23500
+ machineTypePrice: number;
23501
+ storagePrice: number;
23502
+ totalPrice: number;
23699
23503
  }
23700
23504
  }
23701
23505
  }
@@ -23730,22 +23534,37 @@ export declare namespace MittwaldAPIV2 {
23730
23534
  }
23731
23535
  }
23732
23536
  }
23733
- namespace V2TariffChanges {
23734
- namespace Post {
23537
+ namespace V2Pageinsights { }
23538
+ namespace V2PageInsights {
23539
+ namespace Get {
23735
23540
  namespace Parameters {
23736
23541
  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
- }
23741
23542
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23742
- type Query = {};
23543
+ type Query = {
23544
+ domain: string;
23545
+ path: string;
23546
+ date?: string;
23547
+ };
23743
23548
  }
23744
23549
  namespace Responses {
23745
- namespace $201 {
23550
+ namespace $200 {
23746
23551
  namespace Content {
23747
23552
  interface ApplicationJson {
23748
- orderId: string;
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
+ };
23749
23568
  }
23750
23569
  }
23751
23570
  }
@@ -23756,6 +23575,13 @@ export declare namespace MittwaldAPIV2 {
23756
23575
  }
23757
23576
  }
23758
23577
  }
23578
+ namespace $403 {
23579
+ namespace Content {
23580
+ interface ApplicationJson {
23581
+ [k: string]: unknown;
23582
+ }
23583
+ }
23584
+ }
23759
23585
  namespace $429 {
23760
23586
  namespace Content {
23761
23587
  interface ApplicationJson {
@@ -23773,11 +23599,12 @@ export declare namespace MittwaldAPIV2 {
23773
23599
  }
23774
23600
  }
23775
23601
  }
23776
- namespace V2OrdersOrderId {
23602
+ namespace V2ProjectsProjectIdStracesStraceId {
23777
23603
  namespace Get {
23778
23604
  namespace Parameters {
23779
23605
  type Path = {
23780
- orderId: string;
23606
+ straceId: string;
23607
+ projectId: string;
23781
23608
  };
23782
23609
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23783
23610
  type Query = {};
@@ -23785,48 +23612,27 @@ export declare namespace MittwaldAPIV2 {
23785
23612
  namespace Responses {
23786
23613
  namespace $200 {
23787
23614
  namespace Content {
23788
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder;
23615
+ interface ApplicationJson {
23616
+ executedAt: string;
23617
+ id: string;
23618
+ result: MittwaldAPIV2.Components.Schemas.StraceError | MittwaldAPIV2.Components.Schemas.StraceData;
23619
+ }
23789
23620
  }
23790
23621
  }
23791
- namespace $429 {
23622
+ namespace $400 {
23792
23623
  namespace Content {
23793
23624
  interface ApplicationJson {
23794
23625
  [k: string]: unknown;
23795
23626
  }
23796
23627
  }
23797
23628
  }
23798
- namespace Default {
23629
+ namespace $403 {
23799
23630
  namespace Content {
23800
23631
  interface ApplicationJson {
23801
23632
  [k: string]: unknown;
23802
23633
  }
23803
23634
  }
23804
23635
  }
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
- }
23830
23636
  namespace $429 {
23831
23637
  namespace Content {
23832
23638
  interface ApplicationJson {
@@ -23844,263 +23650,8 @@ export declare namespace MittwaldAPIV2 {
23844
23650
  }
23845
23651
  }
23846
23652
  }
23847
- namespace V2ProjectsProjectIdOrders {
23848
- namespace Get {
23849
- namespace Parameters {
23850
- type Path = {
23851
- projectId: string;
23852
- };
23853
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23854
- type Query = {
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 {
23865
- namespace Content {
23866
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[];
23867
- }
23868
- }
23869
- namespace $429 {
23870
- namespace Content {
23871
- interface ApplicationJson {
23872
- [k: string]: unknown;
23873
- }
23874
- }
23875
- }
23876
- namespace Default {
23877
- namespace Content {
23878
- interface ApplicationJson {
23879
- [k: string]: unknown;
23880
- }
23881
- }
23882
- }
23883
- }
23884
- }
23885
- }
23886
- namespace V2OrderPreviews {
23887
- namespace Post {
23888
- namespace Parameters {
23889
- type Path = {};
23890
- interface RequestBody {
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";
23893
- }
23894
- type Header = {};
23895
- type Query = {};
23896
- }
23897
- namespace Responses {
23898
- namespace $200 {
23899
- namespace Content {
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;
23901
- }
23902
- }
23903
- namespace $400 {
23904
- namespace Content {
23905
- interface ApplicationJson {
23906
- [k: string]: unknown;
23907
- }
23908
- }
23909
- }
23910
- namespace $422 {
23911
- namespace Content {
23912
- interface ApplicationJson {
23913
- error?: {};
23914
- }
23915
- }
23916
- }
23917
- namespace $429 {
23918
- namespace Content {
23919
- interface ApplicationJson {
23920
- [k: string]: unknown;
23921
- }
23922
- }
23923
- }
23924
- namespace Default {
23925
- namespace Content {
23926
- interface ApplicationJson {
23927
- [k: string]: unknown;
23928
- }
23929
- }
23930
- }
23931
- }
23932
- }
23933
- }
23934
- namespace V2TariffChangePreviews {
23935
- namespace Post {
23936
- namespace Parameters {
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;
23943
- type Query = {};
23944
- }
23945
- namespace Responses {
23946
- namespace $200 {
23947
- namespace Content {
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
- }
23967
- }
23968
- }
23969
- namespace $429 {
23970
- namespace Content {
23971
- interface ApplicationJson {
23972
- [k: string]: unknown;
23973
- }
23974
- }
23975
- }
23976
- namespace Default {
23977
- namespace Content {
23978
- interface ApplicationJson {
23979
- [k: string]: unknown;
23980
- }
23981
- }
23982
- }
23983
- }
23984
- }
23985
- }
23986
- namespace V2Pageinsights { }
23987
- namespace V2PageInsights {
23988
- namespace Get {
23989
- namespace Parameters {
23990
- type Path = {};
23991
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23992
- type Query = {
23993
- domain: string;
23994
- path: string;
23995
- date?: string;
23996
- };
23997
- }
23998
- namespace Responses {
23999
- namespace $200 {
24000
- namespace Content {
24001
- interface ApplicationJson {
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
- };
24017
- }
24018
- }
24019
- }
24020
- namespace $400 {
24021
- namespace Content {
24022
- interface ApplicationJson {
24023
- [k: string]: unknown;
24024
- }
24025
- }
24026
- }
24027
- namespace $403 {
24028
- namespace Content {
24029
- interface ApplicationJson {
24030
- [k: string]: unknown;
24031
- }
24032
- }
24033
- }
24034
- namespace $429 {
24035
- namespace Content {
24036
- interface ApplicationJson {
24037
- [k: string]: unknown;
24038
- }
24039
- }
24040
- }
24041
- namespace Default {
24042
- namespace Content {
24043
- interface ApplicationJson {
24044
- [k: string]: unknown;
24045
- }
24046
- }
24047
- }
24048
- }
24049
- }
24050
- }
24051
- namespace V2ProjectsProjectIdStracesStraceId {
24052
- namespace Get {
24053
- namespace Parameters {
24054
- type Path = {
24055
- straceId: string;
24056
- projectId: string;
24057
- };
24058
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
24059
- type Query = {};
24060
- }
24061
- namespace Responses {
24062
- namespace $200 {
24063
- namespace Content {
24064
- interface ApplicationJson {
24065
- executedAt: string;
24066
- id: string;
24067
- result: MittwaldAPIV2.Components.Schemas.StraceError | MittwaldAPIV2.Components.Schemas.StraceData;
24068
- }
24069
- }
24070
- }
24071
- namespace $400 {
24072
- namespace Content {
24073
- interface ApplicationJson {
24074
- [k: string]: unknown;
24075
- }
24076
- }
24077
- }
24078
- namespace $403 {
24079
- namespace Content {
24080
- interface ApplicationJson {
24081
- [k: string]: unknown;
24082
- }
24083
- }
24084
- }
24085
- namespace $429 {
24086
- namespace Content {
24087
- interface ApplicationJson {
24088
- [k: string]: unknown;
24089
- }
24090
- }
24091
- }
24092
- namespace Default {
24093
- namespace Content {
24094
- interface ApplicationJson {
24095
- [k: string]: unknown;
24096
- }
24097
- }
24098
- }
24099
- }
24100
- }
24101
- }
24102
- namespace V2ProjectsProjectIdPageinsights { }
24103
- namespace V2ProjectsProjectIdPageInsights {
23653
+ namespace V2ProjectsProjectIdPageinsights { }
23654
+ namespace V2ProjectsProjectIdPageInsights {
24104
23655
  namespace Get {
24105
23656
  namespace Parameters {
24106
23657
  type Path = {
@@ -29652,5 +29203,454 @@ export declare namespace MittwaldAPIV2 {
29652
29203
  }
29653
29204
  }
29654
29205
  }
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
29655
  }
29656
29656
  }