@mittwald/api-client 4.315.0 → 4.316.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.
@@ -1194,6 +1194,22 @@ export declare namespace MittwaldAPIV2 {
1194
1194
  type RequestData = InferredRequestData<typeof descriptors.leadfyndrRemoveUnlockedLeadReservation>;
1195
1195
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrRemoveUnlockedLeadReservation, TStatus>;
1196
1196
  }
1197
+ namespace LicenseGetLicense {
1198
+ type RequestData = InferredRequestData<typeof descriptors.licenseGetLicense>;
1199
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.licenseGetLicense, TStatus>;
1200
+ }
1201
+ namespace LicenseListLicensesForProject {
1202
+ type RequestData = InferredRequestData<typeof descriptors.licenseListLicensesForProject>;
1203
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.licenseListLicensesForProject, TStatus>;
1204
+ }
1205
+ namespace LicenseRotateLicenseKey {
1206
+ type RequestData = InferredRequestData<typeof descriptors.licenseRotateLicenseKey>;
1207
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.licenseRotateLicenseKey, TStatus>;
1208
+ }
1209
+ namespace LicenseValidateLicenseKeyForProject {
1210
+ type RequestData = InferredRequestData<typeof descriptors.licenseValidateLicenseKeyForProject>;
1211
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.licenseValidateLicenseKeyForProject, TStatus>;
1212
+ }
1197
1213
  namespace MailListDeliveryBoxes {
1198
1214
  type RequestData = InferredRequestData<typeof descriptors.mailListDeliveryBoxes>;
1199
1215
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListDeliveryBoxes, TStatus>;
@@ -1802,22 +1818,6 @@ export declare namespace MittwaldAPIV2 {
1802
1818
  type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
1803
1819
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
1804
1820
  }
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
1821
  namespace ContainerSetStackUpdateSchedule {
1822
1822
  type RequestData = InferredRequestData<typeof descriptors.containerSetStackUpdateSchedule>;
1823
1823
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerSetStackUpdateSchedule, TStatus>;
@@ -4583,6 +4583,37 @@ export declare namespace MittwaldAPIV2 {
4583
4583
  interface LeadfyndrUser {
4584
4584
  userId: string;
4585
4585
  }
4586
+ interface LicenseAppVersionMeta {
4587
+ description: string;
4588
+ }
4589
+ interface LicenseExternalKey {
4590
+ externalKey: string;
4591
+ }
4592
+ interface LicenseKey {
4593
+ key: string;
4594
+ }
4595
+ interface LicenseKeyResponse {
4596
+ keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
4597
+ }
4598
+ type LicenseKind = "typo3-elts";
4599
+ interface LicenseLicense {
4600
+ description: string;
4601
+ expiryDate?: string;
4602
+ id: string;
4603
+ keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
4604
+ kind: MittwaldAPIV2.Components.Schemas.LicenseKind;
4605
+ meta: MittwaldAPIV2.Components.Schemas.LicenseMeta;
4606
+ reference: MittwaldAPIV2.Components.Schemas.LicenseReference;
4607
+ volume?: number;
4608
+ }
4609
+ interface LicenseMeta {
4610
+ appVersion?: MittwaldAPIV2.Components.Schemas.LicenseAppVersionMeta;
4611
+ }
4612
+ interface LicenseReference {
4613
+ aggregate: "project";
4614
+ domain: "project";
4615
+ id: string;
4616
+ }
4586
4617
  interface MailCreateMailAddress {
4587
4618
  address: string;
4588
4619
  forwardAddresses?: string[];
@@ -5124,6 +5155,29 @@ export declare namespace MittwaldAPIV2 {
5124
5155
  reservationLimit: number;
5125
5156
  unlockLimit: number;
5126
5157
  }
5158
+ type OrderLicenseOrderPreview = {
5159
+ /**
5160
+ * Describe for which typo3 instance the license will be used.
5161
+ */
5162
+ description?: string;
5163
+ licenseType: "typo3";
5164
+ /**
5165
+ * The major version for which a license should be purchased.
5166
+ */
5167
+ majorVersion: number;
5168
+ };
5169
+ type OrderLicenseOrder = {
5170
+ /**
5171
+ * Describe for which typo3 instance the license will be used.
5172
+ */
5173
+ description: string;
5174
+ licenseType: "typo3";
5175
+ /**
5176
+ * The major version for which a license should be purchased.
5177
+ */
5178
+ majorVersion: number;
5179
+ projectId: string;
5180
+ };
5127
5181
  interface OrderMachineTypeSpec {
5128
5182
  machineType?: string;
5129
5183
  }
@@ -5173,6 +5227,9 @@ export declare namespace MittwaldAPIV2 {
5173
5227
  interface OrderLeadFyndrOrderPreviewResponse {
5174
5228
  totalPrice: number;
5175
5229
  }
5230
+ interface OrderLicenseOrderPreviewResponse {
5231
+ totalPrice: number;
5232
+ }
5176
5233
  interface OrderDomainOrderPreviewResponse {
5177
5234
  /**
5178
5235
  * Contract duration in months.
@@ -5941,63 +5998,6 @@ export declare namespace MittwaldAPIV2 {
5941
5998
  exists: boolean;
5942
5999
  }
5943
6000
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
5944
- interface LicenseAppVersionMeta {
5945
- description: string;
5946
- }
5947
- interface LicenseKey {
5948
- key: string;
5949
- }
5950
- type LicenseKind = "typo3-elts";
5951
- interface LicenseLicense {
5952
- description: string;
5953
- expiryDate?: string;
5954
- id: string;
5955
- keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
5956
- kind: MittwaldAPIV2.Components.Schemas.LicenseKind;
5957
- meta: MittwaldAPIV2.Components.Schemas.LicenseMeta;
5958
- reference: MittwaldAPIV2.Components.Schemas.LicenseReference;
5959
- volume?: number;
5960
- }
5961
- interface LicenseReference {
5962
- aggregate: "project";
5963
- domain: "project";
5964
- id: string;
5965
- }
5966
- interface LicenseMeta {
5967
- appVersion?: MittwaldAPIV2.Components.Schemas.LicenseAppVersionMeta;
5968
- }
5969
- interface LicenseExternalKey {
5970
- externalKey: string;
5971
- }
5972
- interface LicenseKeyResponse {
5973
- keyReference?: MittwaldAPIV2.Components.Schemas.LicenseKey | MittwaldAPIV2.Components.Schemas.LicenseExternalKey;
5974
- }
5975
- type OrderLicenseOrder = {
5976
- /**
5977
- * Describe for which typo3 instance the license will be used.
5978
- */
5979
- description: string;
5980
- licenseType: "typo3";
5981
- /**
5982
- * The major version for which a license should be purchased.
5983
- */
5984
- majorVersion: number;
5985
- projectId: string;
5986
- };
5987
- type OrderLicenseOrderPreview = {
5988
- /**
5989
- * Describe for which typo3 instance the license will be used.
5990
- */
5991
- description?: string;
5992
- licenseType: "typo3";
5993
- /**
5994
- * The major version for which a license should be purchased.
5995
- */
5996
- majorVersion: number;
5997
- };
5998
- interface OrderLicenseOrderPreviewResponse {
5999
- totalPrice: number;
6000
- }
6001
6001
  interface CommonsAddress {
6002
6002
  street: string;
6003
6003
  houseNumber: string;
@@ -21661,25 +21661,19 @@ export declare namespace MittwaldAPIV2 {
21661
21661
  }
21662
21662
  }
21663
21663
  }
21664
- namespace V2ProjectsProjectIdDeliveryboxes { }
21665
- namespace V2ProjectsProjectIdDeliveryBoxes {
21664
+ namespace V2LicensesLicenseId {
21666
21665
  namespace Get {
21667
21666
  namespace Parameters {
21668
21667
  type Path = {
21669
- projectId: string;
21668
+ licenseId: string;
21670
21669
  };
21671
21670
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
21672
- type Query = {
21673
- search?: string;
21674
- limit?: number;
21675
- skip?: number;
21676
- page?: number;
21677
- };
21671
+ type Query = {};
21678
21672
  }
21679
21673
  namespace Responses {
21680
21674
  namespace $200 {
21681
21675
  namespace Content {
21682
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox[];
21676
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.LicenseLicense;
21683
21677
  }
21684
21678
  }
21685
21679
  namespace $400 {
@@ -21696,13 +21690,6 @@ export declare namespace MittwaldAPIV2 {
21696
21690
  }
21697
21691
  }
21698
21692
  }
21699
- namespace $404 {
21700
- namespace Content {
21701
- interface ApplicationJson {
21702
- [k: string]: unknown;
21703
- }
21704
- }
21705
- }
21706
21693
  namespace $429 {
21707
21694
  namespace Content {
21708
21695
  interface ApplicationJson {
@@ -21717,13 +21704,6 @@ export declare namespace MittwaldAPIV2 {
21717
21704
  }
21718
21705
  }
21719
21706
  }
21720
- namespace $503 {
21721
- namespace Content {
21722
- interface ApplicationJson {
21723
- [k: string]: unknown;
21724
- }
21725
- }
21726
- }
21727
21707
  namespace Default {
21728
21708
  namespace Content {
21729
21709
  interface ApplicationJson {
@@ -21733,24 +21713,24 @@ export declare namespace MittwaldAPIV2 {
21733
21713
  }
21734
21714
  }
21735
21715
  }
21736
- namespace Post {
21716
+ }
21717
+ namespace V2ProjectsProjectIdLicenses {
21718
+ namespace Get {
21737
21719
  namespace Parameters {
21738
21720
  type Path = {
21739
21721
  projectId: string;
21740
21722
  };
21741
- interface RequestBody {
21742
- description: string;
21743
- password: string;
21744
- }
21745
21723
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
21746
- type Query = {};
21724
+ type Query = {
21725
+ limit?: number;
21726
+ skip?: number;
21727
+ page?: number;
21728
+ };
21747
21729
  }
21748
21730
  namespace Responses {
21749
- namespace $201 {
21731
+ namespace $200 {
21750
21732
  namespace Content {
21751
- interface ApplicationJson {
21752
- id: string;
21753
- }
21733
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.LicenseLicense[];
21754
21734
  }
21755
21735
  }
21756
21736
  namespace $400 {
@@ -21767,13 +21747,6 @@ export declare namespace MittwaldAPIV2 {
21767
21747
  }
21768
21748
  }
21769
21749
  }
21770
- namespace $404 {
21771
- namespace Content {
21772
- interface ApplicationJson {
21773
- [k: string]: unknown;
21774
- }
21775
- }
21776
- }
21777
21750
  namespace $429 {
21778
21751
  namespace Content {
21779
21752
  interface ApplicationJson {
@@ -21788,13 +21761,6 @@ export declare namespace MittwaldAPIV2 {
21788
21761
  }
21789
21762
  }
21790
21763
  }
21791
- namespace $503 {
21792
- namespace Content {
21793
- interface ApplicationJson {
21794
- [k: string]: unknown;
21795
- }
21796
- }
21797
- }
21798
21764
  namespace Default {
21799
21765
  namespace Content {
21800
21766
  interface ApplicationJson {
@@ -21805,31 +21771,25 @@ export declare namespace MittwaldAPIV2 {
21805
21771
  }
21806
21772
  }
21807
21773
  }
21808
- namespace V2ProjectsProjectIdMailaddresses { }
21809
- namespace V2ProjectsProjectIdMailAddresses {
21810
- namespace Get {
21774
+ namespace V2LicensesLicenseIdActionsRotateKey {
21775
+ namespace Post {
21811
21776
  namespace Parameters {
21812
21777
  type Path = {
21813
- projectId: string;
21778
+ licenseId: string;
21814
21779
  };
21780
+ /**
21781
+ * Optional reference to a file containing the new key if it was not procured via mittwald.
21782
+ */
21783
+ interface RequestBody {
21784
+ externalKey?: string;
21785
+ }
21815
21786
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
21816
- type Query = {
21817
- search?: string;
21818
- forwardAddress?: boolean;
21819
- catchAll?: boolean;
21820
- autoResponder?: boolean;
21821
- mailArchive?: boolean;
21822
- limit?: number;
21823
- skip?: number;
21824
- page?: number;
21825
- sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name" | "mailbox.storageInBytes.current" | "mailbox.storageInBytes.limit")[];
21826
- order?: ("asc" | "desc")[];
21827
- };
21787
+ type Query = {};
21828
21788
  }
21829
21789
  namespace Responses {
21830
21790
  namespace $200 {
21831
21791
  namespace Content {
21832
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress[];
21792
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.LicenseKeyResponse;
21833
21793
  }
21834
21794
  }
21835
21795
  namespace $400 {
@@ -21853,21 +21813,21 @@ export declare namespace MittwaldAPIV2 {
21853
21813
  }
21854
21814
  }
21855
21815
  }
21856
- namespace $429 {
21816
+ namespace $412 {
21857
21817
  namespace Content {
21858
21818
  interface ApplicationJson {
21859
21819
  [k: string]: unknown;
21860
21820
  }
21861
21821
  }
21862
21822
  }
21863
- namespace $500 {
21823
+ namespace $429 {
21864
21824
  namespace Content {
21865
21825
  interface ApplicationJson {
21866
21826
  [k: string]: unknown;
21867
21827
  }
21868
21828
  }
21869
21829
  }
21870
- namespace $503 {
21830
+ namespace $500 {
21871
21831
  namespace Content {
21872
21832
  interface ApplicationJson {
21873
21833
  [k: string]: unknown;
@@ -21883,20 +21843,28 @@ export declare namespace MittwaldAPIV2 {
21883
21843
  }
21884
21844
  }
21885
21845
  }
21846
+ }
21847
+ namespace V2ProjectsProjectIdActionsValidateLicenseKey {
21886
21848
  namespace Post {
21887
21849
  namespace Parameters {
21888
21850
  type Path = {
21889
21851
  projectId: string;
21890
21852
  };
21891
- type RequestBody = MittwaldAPIV2.Components.Schemas.MailCreateForwardAddress | MittwaldAPIV2.Components.Schemas.MailCreateMailAddress;
21853
+ /**
21854
+ * The License key to validate.
21855
+ */
21856
+ interface RequestBody {
21857
+ key: string;
21858
+ kind: MittwaldAPIV2.Components.Schemas.LicenseKind;
21859
+ }
21892
21860
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
21893
21861
  type Query = {};
21894
21862
  }
21895
21863
  namespace Responses {
21896
- namespace $201 {
21864
+ namespace $200 {
21897
21865
  namespace Content {
21898
21866
  interface ApplicationJson {
21899
- id: string;
21867
+ valid: boolean;
21900
21868
  }
21901
21869
  }
21902
21870
  }
@@ -21921,21 +21889,21 @@ export declare namespace MittwaldAPIV2 {
21921
21889
  }
21922
21890
  }
21923
21891
  }
21924
- namespace $429 {
21892
+ namespace $412 {
21925
21893
  namespace Content {
21926
21894
  interface ApplicationJson {
21927
21895
  [k: string]: unknown;
21928
21896
  }
21929
21897
  }
21930
21898
  }
21931
- namespace $500 {
21899
+ namespace $429 {
21932
21900
  namespace Content {
21933
21901
  interface ApplicationJson {
21934
21902
  [k: string]: unknown;
21935
21903
  }
21936
21904
  }
21937
21905
  }
21938
- namespace $503 {
21906
+ namespace $500 {
21939
21907
  namespace Content {
21940
21908
  interface ApplicationJson {
21941
21909
  [k: string]: unknown;
@@ -21952,20 +21920,25 @@ export declare namespace MittwaldAPIV2 {
21952
21920
  }
21953
21921
  }
21954
21922
  }
21955
- namespace V2DeliveryboxesDeliveryBoxId { }
21956
- namespace V2DeliveryBoxesDeliveryBoxId {
21923
+ namespace V2ProjectsProjectIdDeliveryboxes { }
21924
+ namespace V2ProjectsProjectIdDeliveryBoxes {
21957
21925
  namespace Get {
21958
21926
  namespace Parameters {
21959
21927
  type Path = {
21960
- deliveryBoxId: string;
21928
+ projectId: string;
21961
21929
  };
21962
21930
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
21963
- type Query = {};
21931
+ type Query = {
21932
+ search?: string;
21933
+ limit?: number;
21934
+ skip?: number;
21935
+ page?: number;
21936
+ };
21964
21937
  }
21965
21938
  namespace Responses {
21966
21939
  namespace $200 {
21967
21940
  namespace Content {
21968
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox;
21941
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox[];
21969
21942
  }
21970
21943
  }
21971
21944
  namespace $400 {
@@ -22019,18 +21992,24 @@ export declare namespace MittwaldAPIV2 {
22019
21992
  }
22020
21993
  }
22021
21994
  }
22022
- namespace Delete {
21995
+ namespace Post {
22023
21996
  namespace Parameters {
22024
21997
  type Path = {
22025
- deliveryBoxId: string;
21998
+ projectId: string;
22026
21999
  };
22000
+ interface RequestBody {
22001
+ description: string;
22002
+ password: string;
22003
+ }
22027
22004
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22028
22005
  type Query = {};
22029
22006
  }
22030
22007
  namespace Responses {
22031
- namespace $204 {
22008
+ namespace $201 {
22032
22009
  namespace Content {
22033
- type Empty = unknown;
22010
+ interface ApplicationJson {
22011
+ id: string;
22012
+ }
22034
22013
  }
22035
22014
  }
22036
22015
  namespace $400 {
@@ -22085,20 +22064,31 @@ export declare namespace MittwaldAPIV2 {
22085
22064
  }
22086
22065
  }
22087
22066
  }
22088
- namespace V2MailaddressesMailAddressId { }
22089
- namespace V2MailAddressesMailAddressId {
22067
+ namespace V2ProjectsProjectIdMailaddresses { }
22068
+ namespace V2ProjectsProjectIdMailAddresses {
22090
22069
  namespace Get {
22091
22070
  namespace Parameters {
22092
22071
  type Path = {
22093
- mailAddressId: string;
22072
+ projectId: string;
22094
22073
  };
22095
22074
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22096
- type Query = {};
22075
+ type Query = {
22076
+ search?: string;
22077
+ forwardAddress?: boolean;
22078
+ catchAll?: boolean;
22079
+ autoResponder?: boolean;
22080
+ mailArchive?: boolean;
22081
+ limit?: number;
22082
+ skip?: number;
22083
+ page?: number;
22084
+ sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name" | "mailbox.storageInBytes.current" | "mailbox.storageInBytes.limit")[];
22085
+ order?: ("asc" | "desc")[];
22086
+ };
22097
22087
  }
22098
22088
  namespace Responses {
22099
22089
  namespace $200 {
22100
22090
  namespace Content {
22101
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress;
22091
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress[];
22102
22092
  }
22103
22093
  }
22104
22094
  namespace $400 {
@@ -22152,18 +22142,21 @@ export declare namespace MittwaldAPIV2 {
22152
22142
  }
22153
22143
  }
22154
22144
  }
22155
- namespace Delete {
22145
+ namespace Post {
22156
22146
  namespace Parameters {
22157
22147
  type Path = {
22158
- mailAddressId: string;
22148
+ projectId: string;
22159
22149
  };
22150
+ type RequestBody = MittwaldAPIV2.Components.Schemas.MailCreateForwardAddress | MittwaldAPIV2.Components.Schemas.MailCreateMailAddress;
22160
22151
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22161
22152
  type Query = {};
22162
22153
  }
22163
22154
  namespace Responses {
22164
- namespace $204 {
22155
+ namespace $201 {
22165
22156
  namespace Content {
22166
- type Empty = unknown;
22157
+ interface ApplicationJson {
22158
+ id: string;
22159
+ }
22167
22160
  }
22168
22161
  }
22169
22162
  namespace $400 {
@@ -22218,19 +22211,20 @@ export declare namespace MittwaldAPIV2 {
22218
22211
  }
22219
22212
  }
22220
22213
  }
22221
- namespace V2MailAddressesMailAddressIdMailArchive {
22222
- namespace Delete {
22214
+ namespace V2DeliveryboxesDeliveryBoxId { }
22215
+ namespace V2DeliveryBoxesDeliveryBoxId {
22216
+ namespace Get {
22223
22217
  namespace Parameters {
22224
22218
  type Path = {
22225
- mailAddressId: string;
22219
+ deliveryBoxId: string;
22226
22220
  };
22227
22221
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22228
22222
  type Query = {};
22229
22223
  }
22230
22224
  namespace Responses {
22231
- namespace $204 {
22225
+ namespace $200 {
22232
22226
  namespace Content {
22233
- type Empty = unknown;
22227
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailDeliverybox;
22234
22228
  }
22235
22229
  }
22236
22230
  namespace $400 {
@@ -22284,20 +22278,18 @@ export declare namespace MittwaldAPIV2 {
22284
22278
  }
22285
22279
  }
22286
22280
  }
22287
- }
22288
- namespace V2MailAddressesMailAddressIdBackups {
22289
- namespace Get {
22281
+ namespace Delete {
22290
22282
  namespace Parameters {
22291
22283
  type Path = {
22292
- mailAddressId: string;
22284
+ deliveryBoxId: string;
22293
22285
  };
22294
22286
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22295
22287
  type Query = {};
22296
22288
  }
22297
22289
  namespace Responses {
22298
- namespace $200 {
22290
+ namespace $204 {
22299
22291
  namespace Content {
22300
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddressBackup[];
22292
+ type Empty = unknown;
22301
22293
  }
22302
22294
  }
22303
22295
  namespace $400 {
@@ -22335,6 +22327,13 @@ export declare namespace MittwaldAPIV2 {
22335
22327
  }
22336
22328
  }
22337
22329
  }
22330
+ namespace $503 {
22331
+ namespace Content {
22332
+ interface ApplicationJson {
22333
+ [k: string]: unknown;
22334
+ }
22335
+ }
22336
+ }
22338
22337
  namespace Default {
22339
22338
  namespace Content {
22340
22339
  interface ApplicationJson {
@@ -22345,29 +22344,20 @@ export declare namespace MittwaldAPIV2 {
22345
22344
  }
22346
22345
  }
22347
22346
  }
22348
- namespace V2MailAddresses {
22347
+ namespace V2MailaddressesMailAddressId { }
22348
+ namespace V2MailAddressesMailAddressId {
22349
22349
  namespace Get {
22350
22350
  namespace Parameters {
22351
- type Path = {};
22352
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22353
- type Query = {
22354
- projectId?: string;
22355
- search?: string;
22356
- forwardAddress?: boolean;
22357
- catchAll?: boolean;
22358
- autoResponder?: boolean;
22359
- mailArchive?: boolean;
22360
- limit?: number;
22361
- skip?: number;
22362
- page?: number;
22363
- sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name" | "mailbox.storageInBytes.current" | "mailbox.storageInBytes.limit")[];
22364
- order?: ("asc" | "desc")[];
22351
+ type Path = {
22352
+ mailAddressId: string;
22365
22353
  };
22354
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22355
+ type Query = {};
22366
22356
  }
22367
22357
  namespace Responses {
22368
22358
  namespace $200 {
22369
22359
  namespace Content {
22370
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress[];
22360
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress;
22371
22361
  }
22372
22362
  }
22373
22363
  namespace $400 {
@@ -22421,25 +22411,18 @@ export declare namespace MittwaldAPIV2 {
22421
22411
  }
22422
22412
  }
22423
22413
  }
22424
- }
22425
- namespace V2ProjectsProjectIdMailsettings { }
22426
- namespace V2ProjectsProjectIdMailSettings {
22427
- namespace Get {
22414
+ namespace Delete {
22428
22415
  namespace Parameters {
22429
22416
  type Path = {
22430
- projectId: string;
22417
+ mailAddressId: string;
22431
22418
  };
22432
22419
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22433
22420
  type Query = {};
22434
22421
  }
22435
22422
  namespace Responses {
22436
- namespace $200 {
22423
+ namespace $204 {
22437
22424
  namespace Content {
22438
- interface ApplicationJson {
22439
- blacklist: string[];
22440
- projectId: string;
22441
- whitelist: string[];
22442
- }
22425
+ type Empty = unknown;
22443
22426
  }
22444
22427
  }
22445
22428
  namespace $400 {
@@ -22494,12 +22477,11 @@ export declare namespace MittwaldAPIV2 {
22494
22477
  }
22495
22478
  }
22496
22479
  }
22497
- namespace V2MailAddressesMailAddressIdBackupsBackupIdRecovery {
22498
- namespace Post {
22480
+ namespace V2MailAddressesMailAddressIdMailArchive {
22481
+ namespace Delete {
22499
22482
  namespace Parameters {
22500
22483
  type Path = {
22501
22484
  mailAddressId: string;
22502
- backupId: string;
22503
22485
  };
22504
22486
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22505
22487
  type Query = {};
@@ -22517,6 +22499,13 @@ export declare namespace MittwaldAPIV2 {
22517
22499
  }
22518
22500
  }
22519
22501
  }
22502
+ namespace $403 {
22503
+ namespace Content {
22504
+ interface ApplicationJson {
22505
+ [k: string]: unknown;
22506
+ }
22507
+ }
22508
+ }
22520
22509
  namespace $404 {
22521
22510
  namespace Content {
22522
22511
  interface ApplicationJson {
@@ -22531,6 +22520,20 @@ export declare namespace MittwaldAPIV2 {
22531
22520
  }
22532
22521
  }
22533
22522
  }
22523
+ namespace $500 {
22524
+ namespace Content {
22525
+ interface ApplicationJson {
22526
+ [k: string]: unknown;
22527
+ }
22528
+ }
22529
+ }
22530
+ namespace $503 {
22531
+ namespace Content {
22532
+ interface ApplicationJson {
22533
+ [k: string]: unknown;
22534
+ }
22535
+ }
22536
+ }
22534
22537
  namespace Default {
22535
22538
  namespace Content {
22536
22539
  interface ApplicationJson {
@@ -22541,22 +22544,19 @@ export declare namespace MittwaldAPIV2 {
22541
22544
  }
22542
22545
  }
22543
22546
  }
22544
- namespace V2DeliveryBoxesDeliveryBoxIdDescription {
22545
- namespace Patch {
22547
+ namespace V2MailAddressesMailAddressIdBackups {
22548
+ namespace Get {
22546
22549
  namespace Parameters {
22547
22550
  type Path = {
22548
- deliveryBoxId: string;
22551
+ mailAddressId: string;
22549
22552
  };
22550
- interface RequestBody {
22551
- description: string;
22552
- }
22553
22553
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22554
22554
  type Query = {};
22555
22555
  }
22556
22556
  namespace Responses {
22557
- namespace $204 {
22557
+ namespace $200 {
22558
22558
  namespace Content {
22559
- type Empty = unknown;
22559
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddressBackup[];
22560
22560
  }
22561
22561
  }
22562
22562
  namespace $400 {
@@ -22594,13 +22594,6 @@ export declare namespace MittwaldAPIV2 {
22594
22594
  }
22595
22595
  }
22596
22596
  }
22597
- namespace $503 {
22598
- namespace Content {
22599
- interface ApplicationJson {
22600
- [k: string]: unknown;
22601
- }
22602
- }
22603
- }
22604
22597
  namespace Default {
22605
22598
  namespace Content {
22606
22599
  interface ApplicationJson {
@@ -22611,22 +22604,29 @@ export declare namespace MittwaldAPIV2 {
22611
22604
  }
22612
22605
  }
22613
22606
  }
22614
- namespace V2DeliveryBoxesDeliveryBoxIdPassword {
22615
- namespace Patch {
22607
+ namespace V2MailAddresses {
22608
+ namespace Get {
22616
22609
  namespace Parameters {
22617
- type Path = {
22618
- deliveryBoxId: string;
22619
- };
22620
- interface RequestBody {
22621
- password: string;
22622
- }
22610
+ type Path = {};
22623
22611
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22624
- type Query = {};
22612
+ type Query = {
22613
+ projectId?: string;
22614
+ search?: string;
22615
+ forwardAddress?: boolean;
22616
+ catchAll?: boolean;
22617
+ autoResponder?: boolean;
22618
+ mailArchive?: boolean;
22619
+ limit?: number;
22620
+ skip?: number;
22621
+ page?: number;
22622
+ sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name" | "mailbox.storageInBytes.current" | "mailbox.storageInBytes.limit")[];
22623
+ order?: ("asc" | "desc")[];
22624
+ };
22625
22625
  }
22626
22626
  namespace Responses {
22627
- namespace $204 {
22627
+ namespace $200 {
22628
22628
  namespace Content {
22629
- type Empty = unknown;
22629
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailMailAddress[];
22630
22630
  }
22631
22631
  }
22632
22632
  namespace $400 {
@@ -22681,22 +22681,24 @@ export declare namespace MittwaldAPIV2 {
22681
22681
  }
22682
22682
  }
22683
22683
  }
22684
- namespace V2MailAddressesMailAddressIdAddress {
22685
- namespace Patch {
22684
+ namespace V2ProjectsProjectIdMailsettings { }
22685
+ namespace V2ProjectsProjectIdMailSettings {
22686
+ namespace Get {
22686
22687
  namespace Parameters {
22687
22688
  type Path = {
22688
- mailAddressId: string;
22689
+ projectId: string;
22689
22690
  };
22690
- interface RequestBody {
22691
- address: string;
22692
- }
22693
22691
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22694
22692
  type Query = {};
22695
22693
  }
22696
22694
  namespace Responses {
22697
- namespace $204 {
22695
+ namespace $200 {
22698
22696
  namespace Content {
22699
- type Empty = unknown;
22697
+ interface ApplicationJson {
22698
+ blacklist: string[];
22699
+ projectId: string;
22700
+ whitelist: string[];
22701
+ }
22700
22702
  }
22701
22703
  }
22702
22704
  namespace $400 {
@@ -22751,15 +22753,13 @@ export declare namespace MittwaldAPIV2 {
22751
22753
  }
22752
22754
  }
22753
22755
  }
22754
- namespace V2MailAddressesMailAddressIdCatchAll {
22755
- namespace Patch {
22756
+ namespace V2MailAddressesMailAddressIdBackupsBackupIdRecovery {
22757
+ namespace Post {
22756
22758
  namespace Parameters {
22757
22759
  type Path = {
22758
22760
  mailAddressId: string;
22761
+ backupId: string;
22759
22762
  };
22760
- interface RequestBody {
22761
- active: boolean;
22762
- }
22763
22763
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22764
22764
  type Query = {};
22765
22765
  }
@@ -22776,13 +22776,6 @@ export declare namespace MittwaldAPIV2 {
22776
22776
  }
22777
22777
  }
22778
22778
  }
22779
- namespace $403 {
22780
- namespace Content {
22781
- interface ApplicationJson {
22782
- [k: string]: unknown;
22783
- }
22784
- }
22785
- }
22786
22779
  namespace $404 {
22787
22780
  namespace Content {
22788
22781
  interface ApplicationJson {
@@ -22797,20 +22790,6 @@ export declare namespace MittwaldAPIV2 {
22797
22790
  }
22798
22791
  }
22799
22792
  }
22800
- namespace $500 {
22801
- namespace Content {
22802
- interface ApplicationJson {
22803
- [k: string]: unknown;
22804
- }
22805
- }
22806
- }
22807
- namespace $503 {
22808
- namespace Content {
22809
- interface ApplicationJson {
22810
- [k: string]: unknown;
22811
- }
22812
- }
22813
- }
22814
22793
  namespace Default {
22815
22794
  namespace Content {
22816
22795
  interface ApplicationJson {
@@ -22821,27 +22800,32 @@ export declare namespace MittwaldAPIV2 {
22821
22800
  }
22822
22801
  }
22823
22802
  }
22824
- namespace V2CustomersCustomerIdPaymentMethod {
22825
- namespace Get {
22803
+ namespace V2DeliveryBoxesDeliveryBoxIdDescription {
22804
+ namespace Patch {
22826
22805
  namespace Parameters {
22827
22806
  type Path = {
22828
- customerId: string;
22807
+ deliveryBoxId: string;
22829
22808
  };
22809
+ interface RequestBody {
22810
+ description: string;
22811
+ }
22830
22812
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22831
22813
  type Query = {};
22832
22814
  }
22833
22815
  namespace Responses {
22834
- namespace $200 {
22816
+ namespace $204 {
22817
+ namespace Content {
22818
+ type Empty = unknown;
22819
+ }
22820
+ }
22821
+ namespace $400 {
22835
22822
  namespace Content {
22836
22823
  interface ApplicationJson {
22837
- cardDetails?: {
22838
- brand: string;
22839
- last4: string;
22840
- };
22824
+ [k: string]: unknown;
22841
22825
  }
22842
22826
  }
22843
22827
  }
22844
- namespace $400 {
22828
+ namespace $403 {
22845
22829
  namespace Content {
22846
22830
  interface ApplicationJson {
22847
22831
  [k: string]: unknown;
@@ -22862,6 +22846,20 @@ export declare namespace MittwaldAPIV2 {
22862
22846
  }
22863
22847
  }
22864
22848
  }
22849
+ namespace $500 {
22850
+ namespace Content {
22851
+ interface ApplicationJson {
22852
+ [k: string]: unknown;
22853
+ }
22854
+ }
22855
+ }
22856
+ namespace $503 {
22857
+ namespace Content {
22858
+ interface ApplicationJson {
22859
+ [k: string]: unknown;
22860
+ }
22861
+ }
22862
+ }
22865
22863
  namespace Default {
22866
22864
  namespace Content {
22867
22865
  interface ApplicationJson {
@@ -22871,26 +22869,33 @@ export declare namespace MittwaldAPIV2 {
22871
22869
  }
22872
22870
  }
22873
22871
  }
22874
- namespace Put {
22872
+ }
22873
+ namespace V2DeliveryBoxesDeliveryBoxIdPassword {
22874
+ namespace Patch {
22875
22875
  namespace Parameters {
22876
22876
  type Path = {
22877
- customerId: string;
22877
+ deliveryBoxId: string;
22878
22878
  };
22879
22879
  interface RequestBody {
22880
- customReturnUrl?: string;
22880
+ password: string;
22881
22881
  }
22882
22882
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22883
22883
  type Query = {};
22884
22884
  }
22885
22885
  namespace Responses {
22886
- namespace $200 {
22886
+ namespace $204 {
22887
+ namespace Content {
22888
+ type Empty = unknown;
22889
+ }
22890
+ }
22891
+ namespace $400 {
22887
22892
  namespace Content {
22888
22893
  interface ApplicationJson {
22889
- url?: string;
22894
+ [k: string]: unknown;
22890
22895
  }
22891
22896
  }
22892
22897
  }
22893
- namespace $400 {
22898
+ namespace $403 {
22894
22899
  namespace Content {
22895
22900
  interface ApplicationJson {
22896
22901
  [k: string]: unknown;
@@ -22911,6 +22916,20 @@ export declare namespace MittwaldAPIV2 {
22911
22916
  }
22912
22917
  }
22913
22918
  }
22919
+ namespace $500 {
22920
+ namespace Content {
22921
+ interface ApplicationJson {
22922
+ [k: string]: unknown;
22923
+ }
22924
+ }
22925
+ }
22926
+ namespace $503 {
22927
+ namespace Content {
22928
+ interface ApplicationJson {
22929
+ [k: string]: unknown;
22930
+ }
22931
+ }
22932
+ }
22914
22933
  namespace Default {
22915
22934
  namespace Content {
22916
22935
  interface ApplicationJson {
@@ -22921,50 +22940,42 @@ export declare namespace MittwaldAPIV2 {
22921
22940
  }
22922
22941
  }
22923
22942
  }
22924
- namespace V2TimeZones {
22925
- namespace Get {
22943
+ namespace V2MailAddressesMailAddressIdAddress {
22944
+ namespace Patch {
22926
22945
  namespace Parameters {
22927
- type Path = {};
22946
+ type Path = {
22947
+ mailAddressId: string;
22948
+ };
22949
+ interface RequestBody {
22950
+ address: string;
22951
+ }
22928
22952
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22929
22953
  type Query = {};
22930
22954
  }
22931
22955
  namespace Responses {
22932
- namespace $200 {
22956
+ namespace $204 {
22933
22957
  namespace Content {
22934
- type ApplicationJson = string[];
22958
+ type Empty = unknown;
22935
22959
  }
22936
22960
  }
22937
- namespace $429 {
22961
+ namespace $400 {
22938
22962
  namespace Content {
22939
22963
  interface ApplicationJson {
22940
22964
  [k: string]: unknown;
22941
22965
  }
22942
22966
  }
22943
22967
  }
22944
- namespace Default {
22968
+ namespace $403 {
22945
22969
  namespace Content {
22946
22970
  interface ApplicationJson {
22947
22971
  [k: string]: unknown;
22948
22972
  }
22949
22973
  }
22950
22974
  }
22951
- }
22952
- }
22953
- }
22954
- namespace V2NewsletterSubscriptionsSelf {
22955
- namespace Get {
22956
- namespace Parameters {
22957
- type Path = {};
22958
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22959
- type Query = {};
22960
- }
22961
- namespace Responses {
22962
- namespace $200 {
22975
+ namespace $404 {
22963
22976
  namespace Content {
22964
22977
  interface ApplicationJson {
22965
- active: boolean;
22966
- email: string;
22967
- registered: boolean;
22978
+ [k: string]: unknown;
22968
22979
  }
22969
22980
  }
22970
22981
  }
@@ -22975,6 +22986,20 @@ export declare namespace MittwaldAPIV2 {
22975
22986
  }
22976
22987
  }
22977
22988
  }
22989
+ namespace $500 {
22990
+ namespace Content {
22991
+ interface ApplicationJson {
22992
+ [k: string]: unknown;
22993
+ }
22994
+ }
22995
+ }
22996
+ namespace $503 {
22997
+ namespace Content {
22998
+ interface ApplicationJson {
22999
+ [k: string]: unknown;
23000
+ }
23001
+ }
23002
+ }
22978
23003
  namespace Default {
22979
23004
  namespace Content {
22980
23005
  interface ApplicationJson {
@@ -22984,9 +23009,16 @@ export declare namespace MittwaldAPIV2 {
22984
23009
  }
22985
23010
  }
22986
23011
  }
22987
- namespace Delete {
23012
+ }
23013
+ namespace V2MailAddressesMailAddressIdCatchAll {
23014
+ namespace Patch {
22988
23015
  namespace Parameters {
22989
- type Path = {};
23016
+ type Path = {
23017
+ mailAddressId: string;
23018
+ };
23019
+ interface RequestBody {
23020
+ active: boolean;
23021
+ }
22990
23022
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
22991
23023
  type Query = {};
22992
23024
  }
@@ -22996,40 +23028,24 @@ export declare namespace MittwaldAPIV2 {
22996
23028
  type Empty = unknown;
22997
23029
  }
22998
23030
  }
22999
- namespace $429 {
23031
+ namespace $400 {
23000
23032
  namespace Content {
23001
23033
  interface ApplicationJson {
23002
23034
  [k: string]: unknown;
23003
23035
  }
23004
23036
  }
23005
23037
  }
23006
- namespace Default {
23038
+ namespace $403 {
23007
23039
  namespace Content {
23008
23040
  interface ApplicationJson {
23009
23041
  [k: string]: unknown;
23010
23042
  }
23011
23043
  }
23012
23044
  }
23013
- }
23014
- }
23015
- }
23016
- namespace V2NotificationsUnreadCounts { }
23017
- namespace V2NotificationUnreadCounts {
23018
- namespace Get {
23019
- namespace Parameters {
23020
- type Path = {};
23021
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23022
- type Query = {};
23023
- }
23024
- namespace Responses {
23025
- namespace $200 {
23045
+ namespace $404 {
23026
23046
  namespace Content {
23027
23047
  interface ApplicationJson {
23028
- error: number;
23029
- info: number;
23030
- success: number;
23031
- total: number;
23032
- warning: number;
23048
+ [k: string]: unknown;
23033
23049
  }
23034
23050
  }
23035
23051
  }
@@ -23040,38 +23056,14 @@ export declare namespace MittwaldAPIV2 {
23040
23056
  }
23041
23057
  }
23042
23058
  }
23043
- namespace Default {
23059
+ namespace $500 {
23044
23060
  namespace Content {
23045
23061
  interface ApplicationJson {
23046
23062
  [k: string]: unknown;
23047
23063
  }
23048
23064
  }
23049
23065
  }
23050
- }
23051
- }
23052
- }
23053
- namespace V2Notifications {
23054
- namespace Get {
23055
- namespace Parameters {
23056
- type Path = {};
23057
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23058
- type Query = {
23059
- status?: "unread" | "read";
23060
- severity?: ("success" | "info" | "warning" | "error")[];
23061
- type?: string[];
23062
- "type-not"?: string[];
23063
- limit?: number;
23064
- skip?: number;
23065
- page?: number;
23066
- };
23067
- }
23068
- namespace Responses {
23069
- namespace $200 {
23070
- namespace Content {
23071
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MessagingNotification[];
23072
- }
23073
- }
23074
- namespace $429 {
23066
+ namespace $503 {
23075
23067
  namespace Content {
23076
23068
  interface ApplicationJson {
23077
23069
  [k: string]: unknown;
@@ -23088,34 +23080,34 @@ export declare namespace MittwaldAPIV2 {
23088
23080
  }
23089
23081
  }
23090
23082
  }
23091
- namespace V2NotificationsStatus { }
23092
- namespace V2NotificationsActionsReadAll {
23093
- namespace Post {
23083
+ namespace V2CustomersCustomerIdPaymentMethod {
23084
+ namespace Get {
23094
23085
  namespace Parameters {
23095
- type Path = {};
23096
- interface RequestBody {
23097
- }
23098
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23099
- type Query = {
23100
- severities?: ("success" | "info" | "warning" | "error")[];
23101
- referenceId?: string;
23102
- referenceAggregate?: string;
23103
- referenceDomain?: string;
23086
+ type Path = {
23087
+ customerId: string;
23104
23088
  };
23089
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23090
+ type Query = {};
23105
23091
  }
23106
23092
  namespace Responses {
23107
23093
  namespace $200 {
23108
23094
  namespace Content {
23109
23095
  interface ApplicationJson {
23110
- status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
23111
- /**
23112
- * The number of notifications that have been updated.
23113
- */
23114
- updatedCount: number;
23096
+ cardDetails?: {
23097
+ brand: string;
23098
+ last4: string;
23099
+ };
23115
23100
  }
23116
23101
  }
23117
23102
  }
23118
- namespace $403 {
23103
+ namespace $400 {
23104
+ namespace Content {
23105
+ interface ApplicationJson {
23106
+ [k: string]: unknown;
23107
+ }
23108
+ }
23109
+ }
23110
+ namespace $404 {
23119
23111
  namespace Content {
23120
23112
  interface ApplicationJson {
23121
23113
  [k: string]: unknown;
@@ -23138,15 +23130,13 @@ export declare namespace MittwaldAPIV2 {
23138
23130
  }
23139
23131
  }
23140
23132
  }
23141
- }
23142
- namespace V2NotificationsNotificationIdStatus {
23143
23133
  namespace Put {
23144
23134
  namespace Parameters {
23145
23135
  type Path = {
23146
- notificationId: string;
23136
+ customerId: string;
23147
23137
  };
23148
23138
  interface RequestBody {
23149
- status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
23139
+ customReturnUrl?: string;
23150
23140
  }
23151
23141
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23152
23142
  type Query = {};
@@ -23155,7 +23145,14 @@ export declare namespace MittwaldAPIV2 {
23155
23145
  namespace $200 {
23156
23146
  namespace Content {
23157
23147
  interface ApplicationJson {
23158
- status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
23148
+ url?: string;
23149
+ }
23150
+ }
23151
+ }
23152
+ namespace $400 {
23153
+ namespace Content {
23154
+ interface ApplicationJson {
23155
+ [k: string]: unknown;
23159
23156
  }
23160
23157
  }
23161
23158
  }
@@ -23183,25 +23180,17 @@ export declare namespace MittwaldAPIV2 {
23183
23180
  }
23184
23181
  }
23185
23182
  }
23186
- namespace V2Orders {
23183
+ namespace V2TimeZones {
23187
23184
  namespace Get {
23188
23185
  namespace Parameters {
23189
23186
  type Path = {};
23190
23187
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23191
- type Query = {
23192
- includesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23193
- excludesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23194
- templateNames?: string[];
23195
- types?: MittwaldAPIV2.Components.Schemas.OrderOrderType[];
23196
- limit?: number;
23197
- skip?: number;
23198
- page?: number;
23199
- };
23188
+ type Query = {};
23200
23189
  }
23201
23190
  namespace Responses {
23202
23191
  namespace $200 {
23203
23192
  namespace Content {
23204
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[];
23193
+ type ApplicationJson = string[];
23205
23194
  }
23206
23195
  }
23207
23196
  namespace $429 {
@@ -23220,35 +23209,21 @@ export declare namespace MittwaldAPIV2 {
23220
23209
  }
23221
23210
  }
23222
23211
  }
23223
- namespace Post {
23212
+ }
23213
+ namespace V2NewsletterSubscriptionsSelf {
23214
+ namespace Get {
23224
23215
  namespace Parameters {
23225
23216
  type Path = {};
23226
- interface RequestBody {
23227
- 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;
23228
- orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | "mailArchive" | "aiHosting" | "license";
23229
- }
23230
23217
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23231
23218
  type Query = {};
23232
23219
  }
23233
23220
  namespace Responses {
23234
- namespace $201 {
23235
- namespace Content {
23236
- interface ApplicationJson {
23237
- orderId: string;
23238
- }
23239
- }
23240
- }
23241
- namespace $400 {
23242
- namespace Content {
23243
- interface ApplicationJson {
23244
- [k: string]: unknown;
23245
- }
23246
- }
23247
- }
23248
- namespace $422 {
23221
+ namespace $200 {
23249
23222
  namespace Content {
23250
23223
  interface ApplicationJson {
23251
- error?: {};
23224
+ active: boolean;
23225
+ email: string;
23226
+ registered: boolean;
23252
23227
  }
23253
23228
  }
23254
23229
  }
@@ -23268,31 +23243,16 @@ export declare namespace MittwaldAPIV2 {
23268
23243
  }
23269
23244
  }
23270
23245
  }
23271
- }
23272
- namespace V2TariffChanges {
23273
- namespace Post {
23246
+ namespace Delete {
23274
23247
  namespace Parameters {
23275
23248
  type Path = {};
23276
- interface RequestBody {
23277
- tariffChangeData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange | MittwaldAPIV2.Components.Schemas.OrderAIHostingTariffChange;
23278
- tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | "aiHosting";
23279
- }
23280
23249
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23281
23250
  type Query = {};
23282
23251
  }
23283
23252
  namespace Responses {
23284
- namespace $201 {
23285
- namespace Content {
23286
- interface ApplicationJson {
23287
- orderId: string;
23288
- }
23289
- }
23290
- }
23291
- namespace $400 {
23253
+ namespace $204 {
23292
23254
  namespace Content {
23293
- interface ApplicationJson {
23294
- [k: string]: unknown;
23295
- }
23255
+ type Empty = unknown;
23296
23256
  }
23297
23257
  }
23298
23258
  namespace $429 {
@@ -23312,19 +23272,24 @@ export declare namespace MittwaldAPIV2 {
23312
23272
  }
23313
23273
  }
23314
23274
  }
23315
- namespace V2OrdersOrderId {
23275
+ namespace V2NotificationsUnreadCounts { }
23276
+ namespace V2NotificationUnreadCounts {
23316
23277
  namespace Get {
23317
23278
  namespace Parameters {
23318
- type Path = {
23319
- orderId: string;
23320
- };
23279
+ type Path = {};
23321
23280
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23322
23281
  type Query = {};
23323
23282
  }
23324
23283
  namespace Responses {
23325
23284
  namespace $200 {
23326
23285
  namespace Content {
23327
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder;
23286
+ interface ApplicationJson {
23287
+ error: number;
23288
+ info: number;
23289
+ success: number;
23290
+ total: number;
23291
+ warning: number;
23292
+ }
23328
23293
  }
23329
23294
  }
23330
23295
  namespace $429 {
@@ -23344,26 +23309,25 @@ export declare namespace MittwaldAPIV2 {
23344
23309
  }
23345
23310
  }
23346
23311
  }
23347
- namespace V2CustomersCustomerIdOrders {
23312
+ namespace V2Notifications {
23348
23313
  namespace Get {
23349
23314
  namespace Parameters {
23350
- type Path = {
23351
- customerId: string;
23352
- };
23315
+ type Path = {};
23353
23316
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23354
23317
  type Query = {
23318
+ status?: "unread" | "read";
23319
+ severity?: ("success" | "info" | "warning" | "error")[];
23320
+ type?: string[];
23321
+ "type-not"?: string[];
23355
23322
  limit?: number;
23356
23323
  skip?: number;
23357
23324
  page?: number;
23358
- includesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23359
- excludesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23360
- templateNames?: string[];
23361
23325
  };
23362
23326
  }
23363
23327
  namespace Responses {
23364
23328
  namespace $200 {
23365
23329
  namespace Content {
23366
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[];
23330
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MessagingNotification[];
23367
23331
  }
23368
23332
  }
23369
23333
  namespace $429 {
@@ -23383,26 +23347,38 @@ export declare namespace MittwaldAPIV2 {
23383
23347
  }
23384
23348
  }
23385
23349
  }
23386
- namespace V2ProjectsProjectIdOrders {
23387
- namespace Get {
23350
+ namespace V2NotificationsStatus { }
23351
+ namespace V2NotificationsActionsReadAll {
23352
+ namespace Post {
23388
23353
  namespace Parameters {
23389
- type Path = {
23390
- projectId: string;
23391
- };
23354
+ type Path = {};
23355
+ interface RequestBody {
23356
+ }
23392
23357
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23393
23358
  type Query = {
23394
- limit?: number;
23395
- skip?: number;
23396
- page?: number;
23397
- includesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23398
- excludesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23399
- templateNames?: string[];
23359
+ severities?: ("success" | "info" | "warning" | "error")[];
23360
+ referenceId?: string;
23361
+ referenceAggregate?: string;
23362
+ referenceDomain?: string;
23400
23363
  };
23401
23364
  }
23402
23365
  namespace Responses {
23403
23366
  namespace $200 {
23404
23367
  namespace Content {
23405
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[];
23368
+ interface ApplicationJson {
23369
+ status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
23370
+ /**
23371
+ * The number of notifications that have been updated.
23372
+ */
23373
+ updatedCount: number;
23374
+ }
23375
+ }
23376
+ }
23377
+ namespace $403 {
23378
+ namespace Content {
23379
+ interface ApplicationJson {
23380
+ [k: string]: unknown;
23381
+ }
23406
23382
  }
23407
23383
  }
23408
23384
  namespace $429 {
@@ -23422,37 +23398,71 @@ export declare namespace MittwaldAPIV2 {
23422
23398
  }
23423
23399
  }
23424
23400
  }
23425
- namespace V2OrderPreviews {
23426
- namespace Post {
23401
+ namespace V2NotificationsNotificationIdStatus {
23402
+ namespace Put {
23427
23403
  namespace Parameters {
23428
- type Path = {};
23404
+ type Path = {
23405
+ notificationId: string;
23406
+ };
23429
23407
  interface RequestBody {
23430
- 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;
23431
- orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | "mailArchive" | "aiHosting" | "license";
23408
+ status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
23432
23409
  }
23433
- type Header = {};
23410
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23434
23411
  type Query = {};
23435
23412
  }
23436
23413
  namespace Responses {
23437
23414
  namespace $200 {
23438
23415
  namespace Content {
23439
- 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;
23416
+ interface ApplicationJson {
23417
+ status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
23418
+ }
23440
23419
  }
23441
23420
  }
23442
- namespace $400 {
23421
+ namespace $404 {
23443
23422
  namespace Content {
23444
23423
  interface ApplicationJson {
23445
23424
  [k: string]: unknown;
23446
23425
  }
23447
23426
  }
23448
23427
  }
23449
- namespace $422 {
23428
+ namespace $429 {
23450
23429
  namespace Content {
23451
23430
  interface ApplicationJson {
23452
- error?: {};
23431
+ [k: string]: unknown;
23432
+ }
23433
+ }
23434
+ }
23435
+ namespace Default {
23436
+ namespace Content {
23437
+ interface ApplicationJson {
23438
+ [k: string]: unknown;
23453
23439
  }
23454
23440
  }
23455
23441
  }
23442
+ }
23443
+ }
23444
+ }
23445
+ namespace V2Orders {
23446
+ namespace Get {
23447
+ namespace Parameters {
23448
+ type Path = {};
23449
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23450
+ type Query = {
23451
+ includesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23452
+ excludesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23453
+ templateNames?: string[];
23454
+ types?: MittwaldAPIV2.Components.Schemas.OrderOrderType[];
23455
+ limit?: number;
23456
+ skip?: number;
23457
+ page?: number;
23458
+ };
23459
+ }
23460
+ namespace Responses {
23461
+ namespace $200 {
23462
+ namespace Content {
23463
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[];
23464
+ }
23465
+ }
23456
23466
  namespace $429 {
23457
23467
  namespace Content {
23458
23468
  interface ApplicationJson {
@@ -23469,25 +23479,21 @@ export declare namespace MittwaldAPIV2 {
23469
23479
  }
23470
23480
  }
23471
23481
  }
23472
- }
23473
- namespace V2TariffChangePreviews {
23474
23482
  namespace Post {
23475
23483
  namespace Parameters {
23476
23484
  type Path = {};
23477
23485
  interface RequestBody {
23478
- tariffChangeData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange | MittwaldAPIV2.Components.Schemas.OrderAIHostingTariffChange;
23479
- tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | "aiHosting";
23486
+ 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;
23487
+ orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | "mailArchive" | "aiHosting" | "license";
23480
23488
  }
23481
23489
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23482
23490
  type Query = {};
23483
23491
  }
23484
23492
  namespace Responses {
23485
- namespace $200 {
23493
+ namespace $201 {
23486
23494
  namespace Content {
23487
23495
  interface ApplicationJson {
23488
- machineTypePrice: number;
23489
- storagePrice: number;
23490
- totalPrice: number;
23496
+ orderId: string;
23491
23497
  }
23492
23498
  }
23493
23499
  }
@@ -23522,37 +23528,22 @@ export declare namespace MittwaldAPIV2 {
23522
23528
  }
23523
23529
  }
23524
23530
  }
23525
- namespace V2Pageinsights { }
23526
- namespace V2PageInsights {
23527
- namespace Get {
23531
+ namespace V2TariffChanges {
23532
+ namespace Post {
23528
23533
  namespace Parameters {
23529
23534
  type Path = {};
23535
+ interface RequestBody {
23536
+ tariffChangeData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange | MittwaldAPIV2.Components.Schemas.OrderAIHostingTariffChange;
23537
+ tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | "aiHosting";
23538
+ }
23530
23539
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23531
- type Query = {
23532
- domain: string;
23533
- path: string;
23534
- date?: string;
23535
- };
23540
+ type Query = {};
23536
23541
  }
23537
23542
  namespace Responses {
23538
- namespace $200 {
23543
+ namespace $201 {
23539
23544
  namespace Content {
23540
23545
  interface ApplicationJson {
23541
- createdAt?: string;
23542
- domain: string;
23543
- metrics?: {
23544
- createdAt: string;
23545
- name: string;
23546
- score?: number;
23547
- value: number;
23548
- }[];
23549
- moreDataAvailable?: string[];
23550
- path: string;
23551
- performanceScore: number;
23552
- screenshot?: {
23553
- createdAt: string;
23554
- fileRef: string;
23555
- };
23546
+ orderId: string;
23556
23547
  }
23557
23548
  }
23558
23549
  }
@@ -23563,13 +23554,6 @@ export declare namespace MittwaldAPIV2 {
23563
23554
  }
23564
23555
  }
23565
23556
  }
23566
- namespace $403 {
23567
- namespace Content {
23568
- interface ApplicationJson {
23569
- [k: string]: unknown;
23570
- }
23571
- }
23572
- }
23573
23557
  namespace $429 {
23574
23558
  namespace Content {
23575
23559
  interface ApplicationJson {
@@ -23587,12 +23571,11 @@ export declare namespace MittwaldAPIV2 {
23587
23571
  }
23588
23572
  }
23589
23573
  }
23590
- namespace V2ProjectsProjectIdStracesStraceId {
23574
+ namespace V2OrdersOrderId {
23591
23575
  namespace Get {
23592
23576
  namespace Parameters {
23593
23577
  type Path = {
23594
- straceId: string;
23595
- projectId: string;
23578
+ orderId: string;
23596
23579
  };
23597
23580
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23598
23581
  type Query = {};
@@ -23600,27 +23583,48 @@ export declare namespace MittwaldAPIV2 {
23600
23583
  namespace Responses {
23601
23584
  namespace $200 {
23602
23585
  namespace Content {
23603
- interface ApplicationJson {
23604
- executedAt: string;
23605
- id: string;
23606
- result: MittwaldAPIV2.Components.Schemas.StraceError | MittwaldAPIV2.Components.Schemas.StraceData;
23607
- }
23586
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder;
23608
23587
  }
23609
23588
  }
23610
- namespace $400 {
23589
+ namespace $429 {
23611
23590
  namespace Content {
23612
23591
  interface ApplicationJson {
23613
23592
  [k: string]: unknown;
23614
23593
  }
23615
23594
  }
23616
23595
  }
23617
- namespace $403 {
23596
+ namespace Default {
23618
23597
  namespace Content {
23619
23598
  interface ApplicationJson {
23620
23599
  [k: string]: unknown;
23621
23600
  }
23622
23601
  }
23623
23602
  }
23603
+ }
23604
+ }
23605
+ }
23606
+ namespace V2CustomersCustomerIdOrders {
23607
+ namespace Get {
23608
+ namespace Parameters {
23609
+ type Path = {
23610
+ customerId: string;
23611
+ };
23612
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23613
+ type Query = {
23614
+ limit?: number;
23615
+ skip?: number;
23616
+ page?: number;
23617
+ includesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23618
+ excludesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23619
+ templateNames?: string[];
23620
+ };
23621
+ }
23622
+ namespace Responses {
23623
+ namespace $200 {
23624
+ namespace Content {
23625
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[];
23626
+ }
23627
+ }
23624
23628
  namespace $429 {
23625
23629
  namespace Content {
23626
23630
  interface ApplicationJson {
@@ -23638,8 +23642,7 @@ export declare namespace MittwaldAPIV2 {
23638
23642
  }
23639
23643
  }
23640
23644
  }
23641
- namespace V2ProjectsProjectIdPageinsights { }
23642
- namespace V2ProjectsProjectIdPageInsights {
23645
+ namespace V2ProjectsProjectIdOrders {
23643
23646
  namespace Get {
23644
23647
  namespace Parameters {
23645
23648
  type Path = {
@@ -23647,35 +23650,18 @@ export declare namespace MittwaldAPIV2 {
23647
23650
  };
23648
23651
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23649
23652
  type Query = {
23650
- domain?: string;
23653
+ limit?: number;
23654
+ skip?: number;
23655
+ page?: number;
23656
+ includesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23657
+ excludesStatus?: MittwaldAPIV2.Components.Schemas.OrderOrderStatus[];
23658
+ templateNames?: string[];
23651
23659
  };
23652
23660
  }
23653
23661
  namespace Responses {
23654
23662
  namespace $200 {
23655
23663
  namespace Content {
23656
- type ApplicationJson = {
23657
- domain: string;
23658
- paths: {
23659
- createdAt: string;
23660
- path: string;
23661
- performanceScore: number;
23662
- screenshotFileRef?: string;
23663
- }[];
23664
- }[];
23665
- }
23666
- }
23667
- namespace $400 {
23668
- namespace Content {
23669
- interface ApplicationJson {
23670
- [k: string]: unknown;
23671
- }
23672
- }
23673
- }
23674
- namespace $403 {
23675
- namespace Content {
23676
- interface ApplicationJson {
23677
- [k: string]: unknown;
23678
- }
23664
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.OrderCustomerOrder[];
23679
23665
  }
23680
23666
  }
23681
23667
  namespace $429 {
@@ -23695,27 +23681,21 @@ export declare namespace MittwaldAPIV2 {
23695
23681
  }
23696
23682
  }
23697
23683
  }
23698
- namespace V2ProjectsProjectIdStraces {
23684
+ namespace V2OrderPreviews {
23699
23685
  namespace Post {
23700
23686
  namespace Parameters {
23701
- type Path = {
23702
- projectId: string;
23703
- };
23687
+ type Path = {};
23704
23688
  interface RequestBody {
23705
- /**
23706
- * A call to this URL is measured via strace.
23707
- */
23708
- url: string;
23689
+ 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;
23690
+ orderType?: "domain" | "projectHosting" | "server" | "externalCertificate" | "leadFyndr" | "mailArchive" | "aiHosting" | "license";
23709
23691
  }
23710
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23692
+ type Header = {};
23711
23693
  type Query = {};
23712
23694
  }
23713
23695
  namespace Responses {
23714
- namespace $202 {
23696
+ namespace $200 {
23715
23697
  namespace Content {
23716
- interface ApplicationJson {
23717
- id: string;
23718
- }
23698
+ 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;
23719
23699
  }
23720
23700
  }
23721
23701
  namespace $400 {
@@ -23725,17 +23705,10 @@ export declare namespace MittwaldAPIV2 {
23725
23705
  }
23726
23706
  }
23727
23707
  }
23728
- namespace $403 {
23729
- namespace Content {
23730
- interface ApplicationJson {
23731
- [k: string]: unknown;
23732
- }
23733
- }
23734
- }
23735
- namespace $412 {
23708
+ namespace $422 {
23736
23709
  namespace Content {
23737
23710
  interface ApplicationJson {
23738
- [k: string]: unknown;
23711
+ error?: {};
23739
23712
  }
23740
23713
  }
23741
23714
  }
@@ -23756,19 +23729,39 @@ export declare namespace MittwaldAPIV2 {
23756
23729
  }
23757
23730
  }
23758
23731
  }
23759
- namespace V2PasswordPoliciesPasswordPolicy {
23760
- namespace Get {
23732
+ namespace V2TariffChangePreviews {
23733
+ namespace Post {
23761
23734
  namespace Parameters {
23762
- type Path = {
23763
- passwordPolicy: string;
23764
- };
23765
- type Header = {};
23735
+ type Path = {};
23736
+ interface RequestBody {
23737
+ tariffChangeData?: MittwaldAPIV2.Components.Schemas.OrderProjectHostingTariffChange | MittwaldAPIV2.Components.Schemas.OrderServerTariffChange | MittwaldAPIV2.Components.Schemas.OrderLeadFyndrTariffChange | MittwaldAPIV2.Components.Schemas.OrderAIHostingTariffChange;
23738
+ tariffChangeType?: "projectHosting" | "server" | "leadFyndr" | "aiHosting";
23739
+ }
23740
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23766
23741
  type Query = {};
23767
23742
  }
23768
23743
  namespace Responses {
23769
23744
  namespace $200 {
23770
23745
  namespace Content {
23771
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.PolicyPolicy;
23746
+ interface ApplicationJson {
23747
+ machineTypePrice: number;
23748
+ storagePrice: number;
23749
+ totalPrice: number;
23750
+ }
23751
+ }
23752
+ }
23753
+ namespace $400 {
23754
+ namespace Content {
23755
+ interface ApplicationJson {
23756
+ [k: string]: unknown;
23757
+ }
23758
+ }
23759
+ }
23760
+ namespace $422 {
23761
+ namespace Content {
23762
+ interface ApplicationJson {
23763
+ error?: {};
23764
+ }
23772
23765
  }
23773
23766
  }
23774
23767
  namespace $429 {
@@ -23788,43 +23781,48 @@ export declare namespace MittwaldAPIV2 {
23788
23781
  }
23789
23782
  }
23790
23783
  }
23791
- namespace V2PasswordPoliciesPath { }
23792
- namespace V2ProjectInvitesProjectInviteIdActionsAccept {
23793
- namespace Post {
23784
+ namespace V2Pageinsights { }
23785
+ namespace V2PageInsights {
23786
+ namespace Get {
23794
23787
  namespace Parameters {
23795
- type Path = {
23796
- projectInviteId: string;
23797
- };
23798
- interface RequestBody {
23799
- /**
23800
- * Token contained in the invite for authentication.
23801
- */
23802
- invitationToken?: string;
23803
- }
23788
+ type Path = {};
23804
23789
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23805
- type Query = {};
23790
+ type Query = {
23791
+ domain: string;
23792
+ path: string;
23793
+ date?: string;
23794
+ };
23806
23795
  }
23807
23796
  namespace Responses {
23808
- namespace $204 {
23809
- namespace Content {
23810
- type Empty = unknown;
23811
- }
23812
- }
23813
- namespace $400 {
23797
+ namespace $200 {
23814
23798
  namespace Content {
23815
23799
  interface ApplicationJson {
23816
- [k: string]: unknown;
23800
+ createdAt?: string;
23801
+ domain: string;
23802
+ metrics?: {
23803
+ createdAt: string;
23804
+ name: string;
23805
+ score?: number;
23806
+ value: number;
23807
+ }[];
23808
+ moreDataAvailable?: string[];
23809
+ path: string;
23810
+ performanceScore: number;
23811
+ screenshot?: {
23812
+ createdAt: string;
23813
+ fileRef: string;
23814
+ };
23817
23815
  }
23818
23816
  }
23819
23817
  }
23820
- namespace $403 {
23818
+ namespace $400 {
23821
23819
  namespace Content {
23822
23820
  interface ApplicationJson {
23823
23821
  [k: string]: unknown;
23824
23822
  }
23825
23823
  }
23826
23824
  }
23827
- namespace $412 {
23825
+ namespace $403 {
23828
23826
  namespace Content {
23829
23827
  interface ApplicationJson {
23830
23828
  [k: string]: unknown;
@@ -23848,26 +23846,34 @@ export declare namespace MittwaldAPIV2 {
23848
23846
  }
23849
23847
  }
23850
23848
  }
23851
- namespace V2ProjectProjectIdInvites { }
23852
- namespace V2ProjectsProjectIdInvites {
23849
+ namespace V2ProjectsProjectIdStracesStraceId {
23853
23850
  namespace Get {
23854
23851
  namespace Parameters {
23855
23852
  type Path = {
23853
+ straceId: string;
23856
23854
  projectId: string;
23857
23855
  };
23858
23856
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23859
- type Query = {
23860
- limit?: number;
23861
- skip?: number;
23862
- };
23857
+ type Query = {};
23863
23858
  }
23864
23859
  namespace Responses {
23865
23860
  namespace $200 {
23866
23861
  namespace Content {
23867
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[];
23862
+ interface ApplicationJson {
23863
+ executedAt: string;
23864
+ id: string;
23865
+ result: MittwaldAPIV2.Components.Schemas.StraceError | MittwaldAPIV2.Components.Schemas.StraceData;
23866
+ }
23868
23867
  }
23869
23868
  }
23870
- namespace $404 {
23869
+ namespace $400 {
23870
+ namespace Content {
23871
+ interface ApplicationJson {
23872
+ [k: string]: unknown;
23873
+ }
23874
+ }
23875
+ }
23876
+ namespace $403 {
23871
23877
  namespace Content {
23872
23878
  interface ApplicationJson {
23873
23879
  [k: string]: unknown;
@@ -23890,33 +23896,31 @@ export declare namespace MittwaldAPIV2 {
23890
23896
  }
23891
23897
  }
23892
23898
  }
23893
- namespace Post {
23899
+ }
23900
+ namespace V2ProjectsProjectIdPageinsights { }
23901
+ namespace V2ProjectsProjectIdPageInsights {
23902
+ namespace Get {
23894
23903
  namespace Parameters {
23895
23904
  type Path = {
23896
23905
  projectId: string;
23897
23906
  };
23898
- interface RequestBody {
23899
- /**
23900
- * Mail-address of the person to be invited.
23901
- */
23902
- mailAddress: string;
23903
- /**
23904
- * Time the resulting ProjectMembership should expire at.
23905
- */
23906
- membershipExpiresAt?: string;
23907
- /**
23908
- * Message contained in the ProjectInvite.
23909
- */
23910
- message?: string;
23911
- role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
23912
- }
23913
23907
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23914
- type Query = {};
23908
+ type Query = {
23909
+ domain?: string;
23910
+ };
23915
23911
  }
23916
23912
  namespace Responses {
23917
- namespace $201 {
23913
+ namespace $200 {
23918
23914
  namespace Content {
23919
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MembershipProjectInvite;
23915
+ type ApplicationJson = {
23916
+ domain: string;
23917
+ paths: {
23918
+ createdAt: string;
23919
+ path: string;
23920
+ performanceScore: number;
23921
+ screenshotFileRef?: string;
23922
+ }[];
23923
+ }[];
23920
23924
  }
23921
23925
  }
23922
23926
  namespace $400 {
@@ -23926,7 +23930,7 @@ export declare namespace MittwaldAPIV2 {
23926
23930
  }
23927
23931
  }
23928
23932
  }
23929
- namespace $409 {
23933
+ namespace $403 {
23930
23934
  namespace Content {
23931
23935
  interface ApplicationJson {
23932
23936
  [k: string]: unknown;
@@ -23950,23 +23954,23 @@ export declare namespace MittwaldAPIV2 {
23950
23954
  }
23951
23955
  }
23952
23956
  }
23953
- namespace V2ServersServerIdProjects {
23957
+ namespace V2ProjectsProjectIdStraces {
23954
23958
  namespace Post {
23955
23959
  namespace Parameters {
23956
23960
  type Path = {
23957
- serverId: string;
23961
+ projectId: string;
23958
23962
  };
23959
23963
  interface RequestBody {
23960
23964
  /**
23961
- * Name of the Project as it is displayed in the mStudio.
23965
+ * A call to this URL is measured via strace.
23962
23966
  */
23963
- description: string;
23967
+ url: string;
23964
23968
  }
23965
23969
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
23966
23970
  type Query = {};
23967
23971
  }
23968
23972
  namespace Responses {
23969
- namespace $201 {
23973
+ namespace $202 {
23970
23974
  namespace Content {
23971
23975
  interface ApplicationJson {
23972
23976
  id: string;
@@ -24011,19 +24015,19 @@ export declare namespace MittwaldAPIV2 {
24011
24015
  }
24012
24016
  }
24013
24017
  }
24014
- namespace V2ProjectInvitesProjectInviteIdActionsDecline {
24015
- namespace Post {
24018
+ namespace V2PasswordPoliciesPasswordPolicy {
24019
+ namespace Get {
24016
24020
  namespace Parameters {
24017
24021
  type Path = {
24018
- projectInviteId: string;
24022
+ passwordPolicy: string;
24019
24023
  };
24020
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
24024
+ type Header = {};
24021
24025
  type Query = {};
24022
24026
  }
24023
24027
  namespace Responses {
24024
- namespace $204 {
24028
+ namespace $200 {
24025
24029
  namespace Content {
24026
- type Empty = unknown;
24030
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.PolicyPolicy;
24027
24031
  }
24028
24032
  }
24029
24033
  namespace $429 {
@@ -24043,22 +24047,26 @@ export declare namespace MittwaldAPIV2 {
24043
24047
  }
24044
24048
  }
24045
24049
  }
24046
- namespace V2ProjectsProjectIdAvatar {
24050
+ namespace V2PasswordPoliciesPath { }
24051
+ namespace V2ProjectInvitesProjectInviteIdActionsAccept {
24047
24052
  namespace Post {
24048
24053
  namespace Parameters {
24049
24054
  type Path = {
24050
- projectId: string;
24055
+ projectInviteId: string;
24051
24056
  };
24057
+ interface RequestBody {
24058
+ /**
24059
+ * Token contained in the invite for authentication.
24060
+ */
24061
+ invitationToken?: string;
24062
+ }
24052
24063
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
24053
24064
  type Query = {};
24054
24065
  }
24055
24066
  namespace Responses {
24056
- namespace $200 {
24067
+ namespace $204 {
24057
24068
  namespace Content {
24058
- interface ApplicationJson {
24059
- refId: string;
24060
- rules: MittwaldAPIV2.Components.Schemas.ProjectAvatarRules;
24061
- }
24069
+ type Empty = unknown;
24062
24070
  }
24063
24071
  }
24064
24072
  namespace $400 {
@@ -24075,6 +24083,13 @@ export declare namespace MittwaldAPIV2 {
24075
24083
  }
24076
24084
  }
24077
24085
  }
24086
+ namespace $412 {
24087
+ namespace Content {
24088
+ interface ApplicationJson {
24089
+ [k: string]: unknown;
24090
+ }
24091
+ }
24092
+ }
24078
24093
  namespace $429 {
24079
24094
  namespace Content {
24080
24095
  interface ApplicationJson {
@@ -24091,9 +24106,253 @@ export declare namespace MittwaldAPIV2 {
24091
24106
  }
24092
24107
  }
24093
24108
  }
24094
- namespace Delete {
24095
- namespace Parameters {
24096
- type Path = {
24109
+ }
24110
+ namespace V2ProjectProjectIdInvites { }
24111
+ namespace V2ProjectsProjectIdInvites {
24112
+ namespace Get {
24113
+ namespace Parameters {
24114
+ type Path = {
24115
+ projectId: string;
24116
+ };
24117
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
24118
+ type Query = {
24119
+ limit?: number;
24120
+ skip?: number;
24121
+ };
24122
+ }
24123
+ namespace Responses {
24124
+ namespace $200 {
24125
+ namespace Content {
24126
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[];
24127
+ }
24128
+ }
24129
+ namespace $404 {
24130
+ namespace Content {
24131
+ interface ApplicationJson {
24132
+ [k: string]: unknown;
24133
+ }
24134
+ }
24135
+ }
24136
+ namespace $429 {
24137
+ namespace Content {
24138
+ interface ApplicationJson {
24139
+ [k: string]: unknown;
24140
+ }
24141
+ }
24142
+ }
24143
+ namespace Default {
24144
+ namespace Content {
24145
+ interface ApplicationJson {
24146
+ [k: string]: unknown;
24147
+ }
24148
+ }
24149
+ }
24150
+ }
24151
+ }
24152
+ namespace Post {
24153
+ namespace Parameters {
24154
+ type Path = {
24155
+ projectId: string;
24156
+ };
24157
+ interface RequestBody {
24158
+ /**
24159
+ * Mail-address of the person to be invited.
24160
+ */
24161
+ mailAddress: string;
24162
+ /**
24163
+ * Time the resulting ProjectMembership should expire at.
24164
+ */
24165
+ membershipExpiresAt?: string;
24166
+ /**
24167
+ * Message contained in the ProjectInvite.
24168
+ */
24169
+ message?: string;
24170
+ role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
24171
+ }
24172
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
24173
+ type Query = {};
24174
+ }
24175
+ namespace Responses {
24176
+ namespace $201 {
24177
+ namespace Content {
24178
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MembershipProjectInvite;
24179
+ }
24180
+ }
24181
+ namespace $400 {
24182
+ namespace Content {
24183
+ interface ApplicationJson {
24184
+ [k: string]: unknown;
24185
+ }
24186
+ }
24187
+ }
24188
+ namespace $409 {
24189
+ namespace Content {
24190
+ interface ApplicationJson {
24191
+ [k: string]: unknown;
24192
+ }
24193
+ }
24194
+ }
24195
+ namespace $429 {
24196
+ namespace Content {
24197
+ interface ApplicationJson {
24198
+ [k: string]: unknown;
24199
+ }
24200
+ }
24201
+ }
24202
+ namespace Default {
24203
+ namespace Content {
24204
+ interface ApplicationJson {
24205
+ [k: string]: unknown;
24206
+ }
24207
+ }
24208
+ }
24209
+ }
24210
+ }
24211
+ }
24212
+ namespace V2ServersServerIdProjects {
24213
+ namespace Post {
24214
+ namespace Parameters {
24215
+ type Path = {
24216
+ serverId: string;
24217
+ };
24218
+ interface RequestBody {
24219
+ /**
24220
+ * Name of the Project as it is displayed in the mStudio.
24221
+ */
24222
+ description: string;
24223
+ }
24224
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
24225
+ type Query = {};
24226
+ }
24227
+ namespace Responses {
24228
+ namespace $201 {
24229
+ namespace Content {
24230
+ interface ApplicationJson {
24231
+ id: string;
24232
+ }
24233
+ }
24234
+ }
24235
+ namespace $400 {
24236
+ namespace Content {
24237
+ interface ApplicationJson {
24238
+ [k: string]: unknown;
24239
+ }
24240
+ }
24241
+ }
24242
+ namespace $403 {
24243
+ namespace Content {
24244
+ interface ApplicationJson {
24245
+ [k: string]: unknown;
24246
+ }
24247
+ }
24248
+ }
24249
+ namespace $412 {
24250
+ namespace Content {
24251
+ interface ApplicationJson {
24252
+ [k: string]: unknown;
24253
+ }
24254
+ }
24255
+ }
24256
+ namespace $429 {
24257
+ namespace Content {
24258
+ interface ApplicationJson {
24259
+ [k: string]: unknown;
24260
+ }
24261
+ }
24262
+ }
24263
+ namespace Default {
24264
+ namespace Content {
24265
+ interface ApplicationJson {
24266
+ [k: string]: unknown;
24267
+ }
24268
+ }
24269
+ }
24270
+ }
24271
+ }
24272
+ }
24273
+ namespace V2ProjectInvitesProjectInviteIdActionsDecline {
24274
+ namespace Post {
24275
+ namespace Parameters {
24276
+ type Path = {
24277
+ projectInviteId: string;
24278
+ };
24279
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
24280
+ type Query = {};
24281
+ }
24282
+ namespace Responses {
24283
+ namespace $204 {
24284
+ namespace Content {
24285
+ type Empty = unknown;
24286
+ }
24287
+ }
24288
+ namespace $429 {
24289
+ namespace Content {
24290
+ interface ApplicationJson {
24291
+ [k: string]: unknown;
24292
+ }
24293
+ }
24294
+ }
24295
+ namespace Default {
24296
+ namespace Content {
24297
+ interface ApplicationJson {
24298
+ [k: string]: unknown;
24299
+ }
24300
+ }
24301
+ }
24302
+ }
24303
+ }
24304
+ }
24305
+ namespace V2ProjectsProjectIdAvatar {
24306
+ namespace Post {
24307
+ namespace Parameters {
24308
+ type Path = {
24309
+ projectId: string;
24310
+ };
24311
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
24312
+ type Query = {};
24313
+ }
24314
+ namespace Responses {
24315
+ namespace $200 {
24316
+ namespace Content {
24317
+ interface ApplicationJson {
24318
+ refId: string;
24319
+ rules: MittwaldAPIV2.Components.Schemas.ProjectAvatarRules;
24320
+ }
24321
+ }
24322
+ }
24323
+ namespace $400 {
24324
+ namespace Content {
24325
+ interface ApplicationJson {
24326
+ [k: string]: unknown;
24327
+ }
24328
+ }
24329
+ }
24330
+ namespace $403 {
24331
+ namespace Content {
24332
+ interface ApplicationJson {
24333
+ [k: string]: unknown;
24334
+ }
24335
+ }
24336
+ }
24337
+ namespace $429 {
24338
+ namespace Content {
24339
+ interface ApplicationJson {
24340
+ [k: string]: unknown;
24341
+ }
24342
+ }
24343
+ }
24344
+ namespace Default {
24345
+ namespace Content {
24346
+ interface ApplicationJson {
24347
+ [k: string]: unknown;
24348
+ }
24349
+ }
24350
+ }
24351
+ }
24352
+ }
24353
+ namespace Delete {
24354
+ namespace Parameters {
24355
+ type Path = {
24097
24356
  projectId: string;
24098
24357
  };
24099
24358
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
@@ -28737,302 +28996,14 @@ export declare namespace MittwaldAPIV2 {
28737
28996
  min?: {
28738
28997
  height?: number;
28739
28998
  width?: number;
28740
- };
28741
- };
28742
- };
28743
- };
28744
- }
28745
- }
28746
- }
28747
- namespace $400 {
28748
- namespace Content {
28749
- interface ApplicationJson {
28750
- [k: string]: unknown;
28751
- }
28752
- }
28753
- }
28754
- namespace $429 {
28755
- namespace Content {
28756
- interface ApplicationJson {
28757
- [k: string]: unknown;
28758
- }
28759
- }
28760
- }
28761
- namespace Default {
28762
- namespace Content {
28763
- interface ApplicationJson {
28764
- [k: string]: unknown;
28765
- }
28766
- }
28767
- }
28768
- }
28769
- }
28770
- namespace Delete {
28771
- namespace Parameters {
28772
- type Path = {
28773
- userId: string;
28774
- };
28775
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
28776
- type Query = {};
28777
- }
28778
- namespace Responses {
28779
- namespace $204 {
28780
- namespace Content {
28781
- type Empty = unknown;
28782
- }
28783
- }
28784
- namespace $400 {
28785
- namespace Content {
28786
- interface ApplicationJson {
28787
- [k: string]: unknown;
28788
- }
28789
- }
28790
- }
28791
- namespace $429 {
28792
- namespace Content {
28793
- interface ApplicationJson {
28794
- [k: string]: unknown;
28795
- }
28796
- }
28797
- }
28798
- namespace Default {
28799
- namespace Content {
28800
- interface ApplicationJson {
28801
- [k: string]: unknown;
28802
- }
28803
- }
28804
- }
28805
- }
28806
- }
28807
- }
28808
- namespace V2UsersSelfCredentialsEmailActionsResendEmail {
28809
- namespace Post {
28810
- namespace Parameters {
28811
- type Path = {};
28812
- interface RequestBody {
28813
- email: string;
28814
- userId: string;
28815
- }
28816
- type Header = {};
28817
- type Query = {};
28818
- }
28819
- namespace Responses {
28820
- namespace $204 {
28821
- namespace Content {
28822
- type Empty = unknown;
28823
- }
28824
- }
28825
- namespace $400 {
28826
- namespace Content {
28827
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
28828
- }
28829
- }
28830
- namespace $429 {
28831
- namespace Content {
28832
- interface ApplicationJson {
28833
- [k: string]: unknown;
28834
- }
28835
- }
28836
- }
28837
- namespace Default {
28838
- namespace Content {
28839
- interface ApplicationJson {
28840
- [k: string]: unknown;
28841
- }
28842
- }
28843
- }
28844
- }
28845
- }
28846
- }
28847
- namespace V2SignupMfaResetRecoverycodes { }
28848
- namespace V2SignupSupportcode { }
28849
- namespace V2SignupSupportcodes { }
28850
- namespace V2UsersSelfCredentialsSupportCode {
28851
- namespace Get {
28852
- namespace Parameters {
28853
- type Path = {};
28854
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
28855
- type Query = {
28856
- forceRecreate?: boolean;
28857
- };
28858
- }
28859
- namespace Responses {
28860
- namespace $200 {
28861
- namespace Content {
28862
- interface ApplicationJson {
28863
- /**
28864
- * Expiration of the support code
28865
- */
28866
- expiresAt: string;
28867
- /**
28868
- * support code to authenticate yourself against the mittwald support via telephone
28869
- */
28870
- supportCode: string;
28871
- }
28872
- }
28873
- }
28874
- namespace $429 {
28875
- namespace Content {
28876
- interface ApplicationJson {
28877
- [k: string]: unknown;
28878
- }
28879
- }
28880
- }
28881
- namespace Default {
28882
- namespace Content {
28883
- interface ApplicationJson {
28884
- [k: string]: unknown;
28885
- }
28886
- }
28887
- }
28888
- }
28889
- }
28890
- }
28891
- namespace V2UsersSelfCredentialsEmailActionsVerifyEmail {
28892
- namespace Post {
28893
- namespace Parameters {
28894
- type Path = {};
28895
- interface RequestBody {
28896
- /**
28897
- * The Email-Address to verify.
28898
- */
28899
- email: string;
28900
- /**
28901
- * The token found in the verification email.
28902
- */
28903
- token?: string;
28904
- }
28905
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
28906
- type Query = {};
28907
- }
28908
- namespace Responses {
28909
- namespace $204 {
28910
- namespace Content {
28911
- type Empty = unknown;
28912
- }
28913
- }
28914
- namespace $400 {
28915
- namespace Content {
28916
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
28917
- }
28918
- }
28919
- namespace $404 {
28920
- namespace Content {
28921
- interface ApplicationJson {
28922
- [k: string]: unknown;
28923
- }
28924
- }
28925
- }
28926
- namespace $429 {
28927
- namespace Content {
28928
- interface ApplicationJson {
28929
- [k: string]: unknown;
28930
- }
28931
- }
28932
- }
28933
- namespace Default {
28934
- namespace Content {
28935
- interface ApplicationJson {
28936
- [k: string]: unknown;
28937
- }
28938
- }
28939
- }
28940
- }
28941
- }
28942
- }
28943
- namespace V2UsersUserIdPhoneVerify { }
28944
- namespace V2UsersUserIdActionsVerifyPhone {
28945
- namespace Post {
28946
- namespace Parameters {
28947
- type Path = {
28948
- userId: string;
28949
- };
28950
- interface RequestBody {
28951
- code: string;
28952
- phoneNumber: string;
28953
- }
28954
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
28955
- type Query = {};
28956
- }
28957
- namespace Responses {
28958
- namespace $204 {
28959
- namespace Content {
28960
- type Empty = unknown;
28961
- }
28962
- }
28963
- namespace $400 {
28964
- namespace Content {
28965
- interface ApplicationJson {
28966
- [k: string]: unknown;
28967
- }
28968
- }
28969
- }
28970
- namespace $404 {
28971
- namespace Content {
28972
- interface ApplicationJson {
28973
- [k: string]: unknown;
28974
- }
28975
- }
28976
- }
28977
- namespace $409 {
28978
- namespace Content {
28979
- interface ApplicationJson {
28980
- [k: string]: unknown;
28981
- }
28982
- }
28983
- }
28984
- namespace $429 {
28985
- namespace Content {
28986
- interface ApplicationJson {
28987
- [k: string]: unknown;
28988
- }
28989
- }
28990
- }
28991
- namespace Default {
28992
- namespace Content {
28993
- interface ApplicationJson {
28994
- [k: string]: unknown;
28995
- }
28996
- }
28997
- }
28998
- }
28999
- }
29000
- }
29001
- namespace V2SignupRegistrationVerification { }
29002
- namespace V2VerifyRegistration {
29003
- namespace Post {
29004
- namespace Parameters {
29005
- type Path = {};
29006
- interface RequestBody {
29007
- /**
29008
- * The users email address.
29009
- */
29010
- email: string;
29011
- /**
29012
- * The token that was send to your email address
29013
- */
29014
- token: string;
29015
- /**
29016
- * UUID of the registered user.
29017
- */
29018
- userId: string;
29019
- }
29020
- type Header = {};
29021
- type Query = {};
29022
- }
29023
- namespace Responses {
29024
- namespace $200 {
29025
- namespace Content {
29026
- interface ApplicationJson {
28999
+ };
29000
+ };
29001
+ };
29002
+ };
29027
29003
  }
29028
29004
  }
29029
29005
  }
29030
29006
  namespace $400 {
29031
- namespace Content {
29032
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
29033
- }
29034
- }
29035
- namespace $404 {
29036
29007
  namespace Content {
29037
29008
  interface ApplicationJson {
29038
29009
  [k: string]: unknown;
@@ -29055,21 +29026,18 @@ export declare namespace MittwaldAPIV2 {
29055
29026
  }
29056
29027
  }
29057
29028
  }
29058
- }
29059
- namespace V2ActionsDetectPhishingEmail {
29060
- namespace Post {
29029
+ namespace Delete {
29061
29030
  namespace Parameters {
29062
- type Path = {};
29063
- interface RequestBody {
29064
- [k: string]: unknown;
29065
- }
29066
- type Header = {};
29031
+ type Path = {
29032
+ userId: string;
29033
+ };
29034
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
29067
29035
  type Query = {};
29068
29036
  }
29069
29037
  namespace Responses {
29070
- namespace $200 {
29038
+ namespace $204 {
29071
29039
  namespace Content {
29072
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.VerificationEmailDetectPhishingMailResponse;
29040
+ type Empty = unknown;
29073
29041
  }
29074
29042
  }
29075
29043
  namespace $400 {
@@ -29096,36 +29064,26 @@ export declare namespace MittwaldAPIV2 {
29096
29064
  }
29097
29065
  }
29098
29066
  }
29099
- namespace V2ActionsVerifyAddress {
29067
+ namespace V2UsersSelfCredentialsEmailActionsResendEmail {
29100
29068
  namespace Post {
29101
29069
  namespace Parameters {
29102
29070
  type Path = {};
29103
29071
  interface RequestBody {
29104
- city: string;
29105
- /**
29106
- * Accepts the whole english or german name as well as the ISO 3166-2 country codes.
29107
- */
29108
- country: string;
29109
- /**
29110
- * Includes the house number.
29111
- */
29112
- street: string;
29113
- zip: string;
29072
+ email: string;
29073
+ userId: string;
29114
29074
  }
29115
29075
  type Header = {};
29116
29076
  type Query = {};
29117
29077
  }
29118
29078
  namespace Responses {
29119
- namespace $200 {
29079
+ namespace $204 {
29120
29080
  namespace Content {
29121
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.VerificationVerifyAddressResponse;
29081
+ type Empty = unknown;
29122
29082
  }
29123
29083
  }
29124
29084
  namespace $400 {
29125
29085
  namespace Content {
29126
- interface ApplicationJson {
29127
- [k: string]: unknown;
29128
- }
29086
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
29129
29087
  }
29130
29088
  }
29131
29089
  namespace $429 {
@@ -29145,29 +29103,33 @@ export declare namespace MittwaldAPIV2 {
29145
29103
  }
29146
29104
  }
29147
29105
  }
29148
- namespace V2ActionsVerifyCompany {
29149
- namespace Post {
29106
+ namespace V2SignupMfaResetRecoverycodes { }
29107
+ namespace V2SignupSupportcode { }
29108
+ namespace V2SignupSupportcodes { }
29109
+ namespace V2UsersSelfCredentialsSupportCode {
29110
+ namespace Get {
29150
29111
  namespace Parameters {
29151
29112
  type Path = {};
29152
- interface RequestBody {
29153
- name: string;
29154
- }
29155
29113
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
29156
- type Query = {};
29114
+ type Query = {
29115
+ forceRecreate?: boolean;
29116
+ };
29157
29117
  }
29158
29118
  namespace Responses {
29159
29119
  namespace $200 {
29160
29120
  namespace Content {
29161
29121
  interface ApplicationJson {
29162
- exists: boolean;
29122
+ /**
29123
+ * Expiration of the support code
29124
+ */
29125
+ expiresAt: string;
29126
+ /**
29127
+ * support code to authenticate yourself against the mittwald support via telephone
29128
+ */
29129
+ supportCode: string;
29163
29130
  }
29164
29131
  }
29165
29132
  }
29166
- namespace $412 {
29167
- namespace Content {
29168
- type Empty = unknown;
29169
- }
29170
- }
29171
29133
  namespace $429 {
29172
29134
  namespace Content {
29173
29135
  interface ApplicationJson {
@@ -29185,29 +29147,35 @@ export declare namespace MittwaldAPIV2 {
29185
29147
  }
29186
29148
  }
29187
29149
  }
29188
- namespace V2LicensesLicenseId {
29189
- namespace Get {
29150
+ namespace V2UsersSelfCredentialsEmailActionsVerifyEmail {
29151
+ namespace Post {
29190
29152
  namespace Parameters {
29191
- type Path = {
29192
- licenseId: string;
29193
- };
29153
+ type Path = {};
29154
+ interface RequestBody {
29155
+ /**
29156
+ * The Email-Address to verify.
29157
+ */
29158
+ email: string;
29159
+ /**
29160
+ * The token found in the verification email.
29161
+ */
29162
+ token?: string;
29163
+ }
29194
29164
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
29195
29165
  type Query = {};
29196
29166
  }
29197
29167
  namespace Responses {
29198
- namespace $200 {
29168
+ namespace $204 {
29199
29169
  namespace Content {
29200
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.LicenseLicense;
29170
+ type Empty = unknown;
29201
29171
  }
29202
29172
  }
29203
29173
  namespace $400 {
29204
29174
  namespace Content {
29205
- interface ApplicationJson {
29206
- [k: string]: unknown;
29207
- }
29175
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
29208
29176
  }
29209
29177
  }
29210
- namespace $403 {
29178
+ namespace $404 {
29211
29179
  namespace Content {
29212
29180
  interface ApplicationJson {
29213
29181
  [k: string]: unknown;
@@ -29221,13 +29189,6 @@ export declare namespace MittwaldAPIV2 {
29221
29189
  }
29222
29190
  }
29223
29191
  }
29224
- namespace $500 {
29225
- namespace Content {
29226
- interface ApplicationJson {
29227
- [k: string]: unknown;
29228
- }
29229
- }
29230
- }
29231
29192
  namespace Default {
29232
29193
  namespace Content {
29233
29194
  interface ApplicationJson {
@@ -29238,23 +29199,24 @@ export declare namespace MittwaldAPIV2 {
29238
29199
  }
29239
29200
  }
29240
29201
  }
29241
- namespace V2ProjectsProjectIdLicenses {
29242
- namespace Get {
29202
+ namespace V2UsersUserIdPhoneVerify { }
29203
+ namespace V2UsersUserIdActionsVerifyPhone {
29204
+ namespace Post {
29243
29205
  namespace Parameters {
29244
29206
  type Path = {
29245
- projectId: string;
29207
+ userId: string;
29246
29208
  };
29209
+ interface RequestBody {
29210
+ code: string;
29211
+ phoneNumber: string;
29212
+ }
29247
29213
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
29248
- type Query = {
29249
- limit?: number;
29250
- skip?: number;
29251
- page?: number;
29252
- };
29214
+ type Query = {};
29253
29215
  }
29254
29216
  namespace Responses {
29255
- namespace $200 {
29217
+ namespace $204 {
29256
29218
  namespace Content {
29257
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.LicenseLicense[];
29219
+ type Empty = unknown;
29258
29220
  }
29259
29221
  }
29260
29222
  namespace $400 {
@@ -29264,21 +29226,21 @@ export declare namespace MittwaldAPIV2 {
29264
29226
  }
29265
29227
  }
29266
29228
  }
29267
- namespace $403 {
29229
+ namespace $404 {
29268
29230
  namespace Content {
29269
29231
  interface ApplicationJson {
29270
29232
  [k: string]: unknown;
29271
29233
  }
29272
29234
  }
29273
29235
  }
29274
- namespace $429 {
29236
+ namespace $409 {
29275
29237
  namespace Content {
29276
29238
  interface ApplicationJson {
29277
29239
  [k: string]: unknown;
29278
29240
  }
29279
29241
  }
29280
29242
  }
29281
- namespace $500 {
29243
+ namespace $429 {
29282
29244
  namespace Content {
29283
29245
  interface ApplicationJson {
29284
29246
  [k: string]: unknown;
@@ -29295,63 +29257,88 @@ export declare namespace MittwaldAPIV2 {
29295
29257
  }
29296
29258
  }
29297
29259
  }
29298
- namespace V2LicensesLicenseIdActionsRotateKey {
29260
+ namespace V2SignupRegistrationVerification { }
29261
+ namespace V2VerifyRegistration {
29299
29262
  namespace Post {
29300
29263
  namespace Parameters {
29301
- type Path = {
29302
- licenseId: string;
29303
- };
29304
- /**
29305
- * Optional reference to a file containing the new key if it was not procured via mittwald.
29306
- */
29264
+ type Path = {};
29307
29265
  interface RequestBody {
29308
- externalKey?: string;
29266
+ /**
29267
+ * The users email address.
29268
+ */
29269
+ email: string;
29270
+ /**
29271
+ * The token that was send to your email address
29272
+ */
29273
+ token: string;
29274
+ /**
29275
+ * UUID of the registered user.
29276
+ */
29277
+ userId: string;
29309
29278
  }
29310
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
29279
+ type Header = {};
29311
29280
  type Query = {};
29312
29281
  }
29313
29282
  namespace Responses {
29314
29283
  namespace $200 {
29315
29284
  namespace Content {
29316
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.LicenseKeyResponse;
29285
+ interface ApplicationJson {
29286
+ }
29317
29287
  }
29318
29288
  }
29319
29289
  namespace $400 {
29320
29290
  namespace Content {
29321
- interface ApplicationJson {
29322
- [k: string]: unknown;
29323
- }
29291
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
29324
29292
  }
29325
29293
  }
29326
- namespace $403 {
29294
+ namespace $404 {
29327
29295
  namespace Content {
29328
29296
  interface ApplicationJson {
29329
29297
  [k: string]: unknown;
29330
29298
  }
29331
29299
  }
29332
29300
  }
29333
- namespace $404 {
29301
+ namespace $429 {
29334
29302
  namespace Content {
29335
29303
  interface ApplicationJson {
29336
29304
  [k: string]: unknown;
29337
29305
  }
29338
29306
  }
29339
29307
  }
29340
- namespace $412 {
29308
+ namespace Default {
29341
29309
  namespace Content {
29342
29310
  interface ApplicationJson {
29343
29311
  [k: string]: unknown;
29344
29312
  }
29345
29313
  }
29346
29314
  }
29347
- namespace $429 {
29315
+ }
29316
+ }
29317
+ }
29318
+ namespace V2ActionsDetectPhishingEmail {
29319
+ namespace Post {
29320
+ namespace Parameters {
29321
+ type Path = {};
29322
+ interface RequestBody {
29323
+ [k: string]: unknown;
29324
+ }
29325
+ type Header = {};
29326
+ type Query = {};
29327
+ }
29328
+ namespace Responses {
29329
+ namespace $200 {
29330
+ namespace Content {
29331
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.VerificationEmailDetectPhishingMailResponse;
29332
+ }
29333
+ }
29334
+ namespace $400 {
29348
29335
  namespace Content {
29349
29336
  interface ApplicationJson {
29350
29337
  [k: string]: unknown;
29351
29338
  }
29352
29339
  }
29353
29340
  }
29354
- namespace $500 {
29341
+ namespace $429 {
29355
29342
  namespace Content {
29356
29343
  interface ApplicationJson {
29357
29344
  [k: string]: unknown;
@@ -29368,28 +29355,29 @@ export declare namespace MittwaldAPIV2 {
29368
29355
  }
29369
29356
  }
29370
29357
  }
29371
- namespace V2ProjectsProjectIdActionsValidateLicenseKey {
29358
+ namespace V2ActionsVerifyAddress {
29372
29359
  namespace Post {
29373
29360
  namespace Parameters {
29374
- type Path = {
29375
- projectId: string;
29376
- };
29377
- /**
29378
- * The License key to validate.
29379
- */
29361
+ type Path = {};
29380
29362
  interface RequestBody {
29381
- key: string;
29382
- kind: MittwaldAPIV2.Components.Schemas.LicenseKind;
29363
+ city: string;
29364
+ /**
29365
+ * Accepts the whole english or german name as well as the ISO 3166-2 country codes.
29366
+ */
29367
+ country: string;
29368
+ /**
29369
+ * Includes the house number.
29370
+ */
29371
+ street: string;
29372
+ zip: string;
29383
29373
  }
29384
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
29374
+ type Header = {};
29385
29375
  type Query = {};
29386
29376
  }
29387
29377
  namespace Responses {
29388
29378
  namespace $200 {
29389
29379
  namespace Content {
29390
- interface ApplicationJson {
29391
- valid: boolean;
29392
- }
29380
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.VerificationVerifyAddressResponse;
29393
29381
  }
29394
29382
  }
29395
29383
  namespace $400 {
@@ -29399,35 +29387,47 @@ export declare namespace MittwaldAPIV2 {
29399
29387
  }
29400
29388
  }
29401
29389
  }
29402
- namespace $403 {
29390
+ namespace $429 {
29403
29391
  namespace Content {
29404
29392
  interface ApplicationJson {
29405
29393
  [k: string]: unknown;
29406
29394
  }
29407
29395
  }
29408
29396
  }
29409
- namespace $404 {
29397
+ namespace Default {
29410
29398
  namespace Content {
29411
29399
  interface ApplicationJson {
29412
29400
  [k: string]: unknown;
29413
29401
  }
29414
29402
  }
29415
29403
  }
29416
- namespace $412 {
29404
+ }
29405
+ }
29406
+ }
29407
+ namespace V2ActionsVerifyCompany {
29408
+ namespace Post {
29409
+ namespace Parameters {
29410
+ type Path = {};
29411
+ interface RequestBody {
29412
+ name: string;
29413
+ }
29414
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
29415
+ type Query = {};
29416
+ }
29417
+ namespace Responses {
29418
+ namespace $200 {
29417
29419
  namespace Content {
29418
29420
  interface ApplicationJson {
29419
- [k: string]: unknown;
29421
+ exists: boolean;
29420
29422
  }
29421
29423
  }
29422
29424
  }
29423
- namespace $429 {
29425
+ namespace $412 {
29424
29426
  namespace Content {
29425
- interface ApplicationJson {
29426
- [k: string]: unknown;
29427
- }
29427
+ type Empty = unknown;
29428
29428
  }
29429
29429
  }
29430
- namespace $500 {
29430
+ namespace $429 {
29431
29431
  namespace Content {
29432
29432
  interface ApplicationJson {
29433
29433
  [k: string]: unknown;