@mittwald/api-client 4.239.0 → 4.241.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -210,6 +210,10 @@ export declare namespace MittwaldAPIV2 {
210
210
  type RequestData = InferredRequestData<typeof descriptors.containerListServices>;
211
211
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListServices, TStatus>;
212
212
  }
213
+ namespace ContainerListStackVolumes {
214
+ type RequestData = InferredRequestData<typeof descriptors.containerListStackVolumes>;
215
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListStackVolumes, TStatus>;
216
+ }
213
217
  namespace ContainerListStacks {
214
218
  type RequestData = InferredRequestData<typeof descriptors.containerListStacks>;
215
219
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListStacks, TStatus>;
@@ -306,6 +310,14 @@ export declare namespace MittwaldAPIV2 {
306
310
  type RequestData = InferredRequestData<typeof descriptors.contractListContracts>;
307
311
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contractListContracts, TStatus>;
308
312
  }
313
+ namespace ContributorRequestVerification {
314
+ type RequestData = InferredRequestData<typeof descriptors.contributorRequestVerification>;
315
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorRequestVerification, TStatus>;
316
+ }
317
+ namespace ContributorCancelVerification {
318
+ type RequestData = InferredRequestData<typeof descriptors.contributorCancelVerification>;
319
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorCancelVerification, TStatus>;
320
+ }
309
321
  namespace ExtensionGetContributor {
310
322
  type RequestData = InferredRequestData<typeof descriptors.extensionGetContributor>;
311
323
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionGetContributor, TStatus>;
@@ -362,14 +374,6 @@ export declare namespace MittwaldAPIV2 {
362
374
  type RequestData = InferredRequestData<typeof descriptors.contributorResetContributorAvatar>;
363
375
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorResetContributorAvatar, TStatus>;
364
376
  }
365
- namespace ContributorRequestVerification {
366
- type RequestData = InferredRequestData<typeof descriptors.contributorRequestVerification>;
367
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorRequestVerification, TStatus>;
368
- }
369
- namespace ContributorCancelVerification {
370
- type RequestData = InferredRequestData<typeof descriptors.contributorCancelVerification>;
371
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorCancelVerification, TStatus>;
372
- }
373
377
  namespace ContributorRotateSecretForExtensionInstance {
374
378
  type RequestData = InferredRequestData<typeof descriptors.contributorRotateSecretForExtensionInstance>;
375
379
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorRotateSecretForExtensionInstance, TStatus>;
@@ -1042,6 +1046,10 @@ export declare namespace MittwaldAPIV2 {
1042
1046
  type RequestData = InferredRequestData<typeof descriptors.leadfyndrCreateLeadFyndrAccessRequest>;
1043
1047
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrCreateLeadFyndrAccessRequest, TStatus>;
1044
1048
  }
1049
+ namespace LeadfyndrCreateLeadsExport {
1050
+ type RequestData = InferredRequestData<typeof descriptors.leadfyndrCreateLeadsExport>;
1051
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrCreateLeadsExport, TStatus>;
1052
+ }
1045
1053
  namespace LeadfyndrGetCities {
1046
1054
  type RequestData = InferredRequestData<typeof descriptors.leadfyndrGetCities>;
1047
1055
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrGetCities, TStatus>;
@@ -1058,6 +1066,10 @@ export declare namespace MittwaldAPIV2 {
1058
1066
  type RequestData = InferredRequestData<typeof descriptors.leadfyndrGetLead>;
1059
1067
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrGetLead, TStatus>;
1060
1068
  }
1069
+ namespace LeadfyndrGetLeadsExportHistory {
1070
+ type RequestData = InferredRequestData<typeof descriptors.leadfyndrGetLeadsExportHistory>;
1071
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrGetLeadsExportHistory, TStatus>;
1072
+ }
1061
1073
  namespace LeadfyndrGetUnlockedLead {
1062
1074
  type RequestData = InferredRequestData<typeof descriptors.leadfyndrGetUnlockedLead>;
1063
1075
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrGetUnlockedLead, TStatus>;
@@ -1706,17 +1718,9 @@ export declare namespace MittwaldAPIV2 {
1706
1718
  type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
1707
1719
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
1708
1720
  }
1709
- namespace LeadfyndrGetLeadsExportHistory {
1710
- type RequestData = InferredRequestData<typeof descriptors.leadfyndrGetLeadsExportHistory>;
1711
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrGetLeadsExportHistory, TStatus>;
1712
- }
1713
- namespace LeadfyndrCreateLeadsExport {
1714
- type RequestData = InferredRequestData<typeof descriptors.leadfyndrCreateLeadsExport>;
1715
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.leadfyndrCreateLeadsExport, TStatus>;
1716
- }
1717
- namespace ContainerListStackVolumes {
1718
- type RequestData = InferredRequestData<typeof descriptors.containerListStackVolumes>;
1719
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListStackVolumes, TStatus>;
1721
+ namespace DatabaseCopyMysqlDatabase {
1722
+ type RequestData = InferredRequestData<typeof descriptors.databaseCopyMysqlDatabase>;
1723
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.databaseCopyMysqlDatabase, TStatus>;
1720
1724
  }
1721
1725
  }
1722
1726
  namespace Components {
@@ -2038,6 +2042,12 @@ export declare namespace MittwaldAPIV2 {
2038
2042
  * The Extension Instance Contract.
2039
2043
  */
2040
2044
  type ExtensionExtensionInstanceContract = MittwaldAPIV2.Components.Schemas.ExtensionSubscriptionBasedContract;
2045
+ /**
2046
+ * PricePlan with Variants.
2047
+ */
2048
+ interface ExtensionPricePlan {
2049
+ variants: MittwaldAPIV2.Components.Schemas.ExtensionVariant[];
2050
+ }
2041
2051
  /**
2042
2052
  * A strategy for Contracts that will be paid periodically.
2043
2053
  */
@@ -2054,6 +2064,31 @@ export declare namespace MittwaldAPIV2 {
2054
2064
  variantKey?: string;
2055
2065
  variantName?: string;
2056
2066
  }
2067
+ interface ExtensionVariant {
2068
+ /**
2069
+ * Description of Variant.
2070
+ */
2071
+ description?: string;
2072
+ /**
2073
+ * DescriptionChangeType defines how the description change should be handled. Values:
2074
+ * - FEATURE_SET_MODIFIED: The users have to confirm to the new contract details equal as price changes.
2075
+ * - FEATURE_SET_UNCHANGED: The changes are only wording updates and do not impact the contract details, so no confirm is required.
2076
+ *
2077
+ */
2078
+ descriptionChangeType?: "FEATURE_SET_MODIFIED" | "FEATURE_SET_UNCHANGED";
2079
+ /**
2080
+ * Key that needs to be unique in Variant.
2081
+ */
2082
+ key: string;
2083
+ /**
2084
+ * Name of Variant.
2085
+ */
2086
+ name?: string;
2087
+ /**
2088
+ * Price in cents.
2089
+ */
2090
+ priceInCents: number;
2091
+ }
2057
2092
  interface ContainerCreateRegistry {
2058
2093
  credentials?: MittwaldAPIV2.Components.Schemas.ContainerSetRegistryCredentials;
2059
2094
  description: string;
@@ -3915,6 +3950,24 @@ export declare namespace MittwaldAPIV2 {
3915
3950
  used: number;
3916
3951
  };
3917
3952
  }
3953
+ interface LeadfyndrLeadsExport {
3954
+ customerId: string;
3955
+ exportId: string;
3956
+ exportedAt: string;
3957
+ exportedBy?: MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExportExporter;
3958
+ /**
3959
+ * The number of leads included in the export.
3960
+ */
3961
+ leadCount: number;
3962
+ }
3963
+ interface LeadfyndrLeadsExportExporter {
3964
+ avatarRefId?: string;
3965
+ person?: {
3966
+ firstName: string;
3967
+ lastName: string;
3968
+ };
3969
+ userId: string;
3970
+ }
3918
3971
  interface LeadfyndrLighthouse {
3919
3972
  accessibility?: number;
3920
3973
  bestPractice?: number;
@@ -5350,55 +5403,6 @@ export declare namespace MittwaldAPIV2 {
5350
5403
  }
5351
5404
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
5352
5405
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
5353
- interface LeadfyndrLeadsExport {
5354
- customerId: string;
5355
- exportId: string;
5356
- exportedAt: string;
5357
- exportedBy?: MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExportExporter;
5358
- /**
5359
- * The number of leads included in the export.
5360
- */
5361
- leadCount: number;
5362
- }
5363
- interface LeadfyndrLeadsExportExporter {
5364
- avatarRefId?: string;
5365
- person?: {
5366
- firstName: string;
5367
- lastName: string;
5368
- };
5369
- userId: string;
5370
- }
5371
- /**
5372
- * PricePlan with Variants.
5373
- */
5374
- interface ExtensionPricePlan {
5375
- variants: MittwaldAPIV2.Components.Schemas.ExtensionVariant[];
5376
- }
5377
- interface ExtensionVariant {
5378
- /**
5379
- * Description of Variant.
5380
- */
5381
- description?: string;
5382
- /**
5383
- * DescriptionChangeType defines how the description change should be handled. Values:
5384
- * - FEATURE_SET_MODIFIED: The users have to confirm to the new contract details equal as price changes.
5385
- * - FEATURE_SET_UNCHANGED: The changes are only wording updates and do not impact the contract details, so no confirm is required.
5386
- *
5387
- */
5388
- descriptionChangeType?: "FEATURE_SET_MODIFIED" | "FEATURE_SET_UNCHANGED";
5389
- /**
5390
- * Key that needs to be unique in Variant.
5391
- */
5392
- key: string;
5393
- /**
5394
- * Name of Variant.
5395
- */
5396
- name?: string;
5397
- /**
5398
- * Price in cents.
5399
- */
5400
- priceInCents: number;
5401
- }
5402
5406
  interface CommonsAddress {
5403
5407
  street: string;
5404
5408
  houseNumber: string;
@@ -8173,6 +8177,65 @@ export declare namespace MittwaldAPIV2 {
8173
8177
  }
8174
8178
  }
8175
8179
  }
8180
+ namespace V2StacksStackIdVolumes {
8181
+ namespace Get {
8182
+ namespace Parameters {
8183
+ type Path = {
8184
+ stackId: string;
8185
+ };
8186
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
8187
+ type Query = {
8188
+ searchTerm?: string;
8189
+ sortOrder?: MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder;
8190
+ limit?: number;
8191
+ skip?: number;
8192
+ page?: number;
8193
+ };
8194
+ }
8195
+ namespace Responses {
8196
+ namespace $200 {
8197
+ namespace Content {
8198
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[];
8199
+ }
8200
+ }
8201
+ namespace $400 {
8202
+ namespace Content {
8203
+ interface ApplicationJson {
8204
+ [k: string]: unknown;
8205
+ }
8206
+ }
8207
+ }
8208
+ namespace $403 {
8209
+ namespace Content {
8210
+ interface ApplicationJson {
8211
+ [k: string]: unknown;
8212
+ }
8213
+ }
8214
+ }
8215
+ namespace $429 {
8216
+ namespace Content {
8217
+ interface ApplicationJson {
8218
+ [k: string]: unknown;
8219
+ }
8220
+ }
8221
+ }
8222
+ namespace $500 {
8223
+ namespace Content {
8224
+ interface ApplicationJson {
8225
+ [k: string]: unknown;
8226
+ }
8227
+ }
8228
+ }
8229
+ namespace Default {
8230
+ namespace Content {
8231
+ interface ApplicationJson {
8232
+ [k: string]: unknown;
8233
+ }
8234
+ }
8235
+ }
8236
+ }
8237
+ }
8238
+ }
8176
8239
  namespace V2ProjectsProjectIdStacks {
8177
8240
  namespace Get {
8178
8241
  namespace Parameters {
@@ -9520,22 +9583,22 @@ export declare namespace MittwaldAPIV2 {
9520
9583
  }
9521
9584
  }
9522
9585
  }
9523
- namespace V2ContributorsContributorId {
9524
- namespace Get {
9586
+ namespace V2ContributorsContributorIdVerificationProcess {
9587
+ namespace Post {
9525
9588
  namespace Parameters {
9526
9589
  type Path = {
9527
9590
  contributorId: string;
9528
9591
  };
9529
- type Header = {};
9592
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9530
9593
  type Query = {};
9531
9594
  }
9532
9595
  namespace Responses {
9533
- namespace $200 {
9596
+ namespace $204 {
9534
9597
  namespace Content {
9535
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceContributor | MittwaldAPIV2.Components.Schemas.MarketplaceOwnContributor;
9598
+ type Empty = unknown;
9536
9599
  }
9537
9600
  }
9538
- namespace $404 {
9601
+ namespace $400 {
9539
9602
  namespace Content {
9540
9603
  interface ApplicationJson {
9541
9604
  [k: string]: unknown;
@@ -9572,18 +9635,13 @@ export declare namespace MittwaldAPIV2 {
9572
9635
  type Empty = unknown;
9573
9636
  }
9574
9637
  }
9575
- namespace $404 {
9638
+ namespace $400 {
9576
9639
  namespace Content {
9577
9640
  interface ApplicationJson {
9578
9641
  [k: string]: unknown;
9579
9642
  }
9580
9643
  }
9581
9644
  }
9582
- namespace $412 {
9583
- namespace Content {
9584
- type Empty = unknown;
9585
- }
9586
- }
9587
9645
  namespace $429 {
9588
9646
  namespace Content {
9589
9647
  interface ApplicationJson {
@@ -9600,34 +9658,20 @@ export declare namespace MittwaldAPIV2 {
9600
9658
  }
9601
9659
  }
9602
9660
  }
9603
- namespace Patch {
9661
+ }
9662
+ namespace V2ContributorsContributorId {
9663
+ namespace Get {
9604
9664
  namespace Parameters {
9605
9665
  type Path = {
9606
9666
  contributorId: string;
9607
9667
  };
9608
- interface RequestBody {
9609
- contactPersonUserId?: string;
9610
- descriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription;
9611
- deviatingContractOwner?: MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner;
9612
- deviatingName?: string;
9613
- deviatingSupportInformation?: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
9614
- homepage?: string;
9615
- imprint?: MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint;
9616
- }
9617
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9668
+ type Header = {};
9618
9669
  type Query = {};
9619
9670
  }
9620
9671
  namespace Responses {
9621
9672
  namespace $200 {
9622
9673
  namespace Content {
9623
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceOwnContributor;
9624
- }
9625
- }
9626
- namespace $400 {
9627
- namespace Content {
9628
- interface ApplicationJson {
9629
- [k: string]: unknown;
9630
- }
9674
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceContributor | MittwaldAPIV2.Components.Schemas.MarketplaceOwnContributor;
9631
9675
  }
9632
9676
  }
9633
9677
  namespace $404 {
@@ -9653,28 +9697,123 @@ export declare namespace MittwaldAPIV2 {
9653
9697
  }
9654
9698
  }
9655
9699
  }
9656
- }
9657
- namespace V2CustomersCustomerIdContributor {
9658
- namespace Post {
9700
+ namespace Delete {
9659
9701
  namespace Parameters {
9660
9702
  type Path = {
9661
- customerId: string;
9703
+ contributorId: string;
9662
9704
  };
9663
- interface RequestBody {
9664
- /**
9665
- * A user, which can be contacted by mittwald, if problems arise. If not defined, the contact person will be the executing user. The user has to be a member of the underlying customer.
9666
- */
9667
- deviatingContactPersonUserId?: string;
9668
- deviatingContractOwner?: MittwaldAPIV2.Components.Schemas.CommonsContact;
9669
- deviatingName?: string;
9670
- deviatingSupportInformation?: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
9671
- imprint?: MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint;
9672
- }
9673
9705
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9674
9706
  type Query = {};
9675
9707
  }
9676
9708
  namespace Responses {
9677
- namespace $201 {
9709
+ namespace $204 {
9710
+ namespace Content {
9711
+ type Empty = unknown;
9712
+ }
9713
+ }
9714
+ namespace $404 {
9715
+ namespace Content {
9716
+ interface ApplicationJson {
9717
+ [k: string]: unknown;
9718
+ }
9719
+ }
9720
+ }
9721
+ namespace $412 {
9722
+ namespace Content {
9723
+ type Empty = unknown;
9724
+ }
9725
+ }
9726
+ namespace $429 {
9727
+ namespace Content {
9728
+ interface ApplicationJson {
9729
+ [k: string]: unknown;
9730
+ }
9731
+ }
9732
+ }
9733
+ namespace Default {
9734
+ namespace Content {
9735
+ interface ApplicationJson {
9736
+ [k: string]: unknown;
9737
+ }
9738
+ }
9739
+ }
9740
+ }
9741
+ }
9742
+ namespace Patch {
9743
+ namespace Parameters {
9744
+ type Path = {
9745
+ contributorId: string;
9746
+ };
9747
+ interface RequestBody {
9748
+ contactPersonUserId?: string;
9749
+ descriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription;
9750
+ deviatingContractOwner?: MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner;
9751
+ deviatingName?: string;
9752
+ deviatingSupportInformation?: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
9753
+ homepage?: string;
9754
+ imprint?: MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint;
9755
+ }
9756
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9757
+ type Query = {};
9758
+ }
9759
+ namespace Responses {
9760
+ namespace $200 {
9761
+ namespace Content {
9762
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceOwnContributor;
9763
+ }
9764
+ }
9765
+ namespace $400 {
9766
+ namespace Content {
9767
+ interface ApplicationJson {
9768
+ [k: string]: unknown;
9769
+ }
9770
+ }
9771
+ }
9772
+ namespace $404 {
9773
+ namespace Content {
9774
+ interface ApplicationJson {
9775
+ [k: string]: unknown;
9776
+ }
9777
+ }
9778
+ }
9779
+ namespace $429 {
9780
+ namespace Content {
9781
+ interface ApplicationJson {
9782
+ [k: string]: unknown;
9783
+ }
9784
+ }
9785
+ }
9786
+ namespace Default {
9787
+ namespace Content {
9788
+ interface ApplicationJson {
9789
+ [k: string]: unknown;
9790
+ }
9791
+ }
9792
+ }
9793
+ }
9794
+ }
9795
+ }
9796
+ namespace V2CustomersCustomerIdContributor {
9797
+ namespace Post {
9798
+ namespace Parameters {
9799
+ type Path = {
9800
+ customerId: string;
9801
+ };
9802
+ interface RequestBody {
9803
+ /**
9804
+ * A user, which can be contacted by mittwald, if problems arise. If not defined, the contact person will be the executing user. The user has to be a member of the underlying customer.
9805
+ */
9806
+ deviatingContactPersonUserId?: string;
9807
+ deviatingContractOwner?: MittwaldAPIV2.Components.Schemas.CommonsContact;
9808
+ deviatingName?: string;
9809
+ deviatingSupportInformation?: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
9810
+ imprint?: MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint;
9811
+ }
9812
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9813
+ type Query = {};
9814
+ }
9815
+ namespace Responses {
9816
+ namespace $201 {
9678
9817
  namespace Content {
9679
9818
  interface ApplicationJson {
9680
9819
  id: string;
@@ -10211,82 +10350,6 @@ export declare namespace MittwaldAPIV2 {
10211
10350
  }
10212
10351
  }
10213
10352
  }
10214
- namespace V2ContributorsContributorIdVerificationProcess {
10215
- namespace Post {
10216
- namespace Parameters {
10217
- type Path = {
10218
- contributorId: string;
10219
- };
10220
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10221
- type Query = {};
10222
- }
10223
- namespace Responses {
10224
- namespace $204 {
10225
- namespace Content {
10226
- type Empty = unknown;
10227
- }
10228
- }
10229
- namespace $400 {
10230
- namespace Content {
10231
- interface ApplicationJson {
10232
- [k: string]: unknown;
10233
- }
10234
- }
10235
- }
10236
- namespace $429 {
10237
- namespace Content {
10238
- interface ApplicationJson {
10239
- [k: string]: unknown;
10240
- }
10241
- }
10242
- }
10243
- namespace Default {
10244
- namespace Content {
10245
- interface ApplicationJson {
10246
- [k: string]: unknown;
10247
- }
10248
- }
10249
- }
10250
- }
10251
- }
10252
- namespace Delete {
10253
- namespace Parameters {
10254
- type Path = {
10255
- contributorId: string;
10256
- };
10257
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
10258
- type Query = {};
10259
- }
10260
- namespace Responses {
10261
- namespace $204 {
10262
- namespace Content {
10263
- type Empty = unknown;
10264
- }
10265
- }
10266
- namespace $400 {
10267
- namespace Content {
10268
- interface ApplicationJson {
10269
- [k: string]: unknown;
10270
- }
10271
- }
10272
- }
10273
- namespace $429 {
10274
- namespace Content {
10275
- interface ApplicationJson {
10276
- [k: string]: unknown;
10277
- }
10278
- }
10279
- }
10280
- namespace Default {
10281
- namespace Content {
10282
- interface ApplicationJson {
10283
- [k: string]: unknown;
10284
- }
10285
- }
10286
- }
10287
- }
10288
- }
10289
- }
10290
10353
  namespace V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret {
10291
10354
  namespace Put {
10292
10355
  namespace Parameters {
@@ -18741,6 +18804,88 @@ export declare namespace MittwaldAPIV2 {
18741
18804
  }
18742
18805
  }
18743
18806
  }
18807
+ namespace ExperimentalV2CustomersCustomerIdUnlockedLeadsExport { }
18808
+ namespace V2ExperimentalCustomersCustomerIdUnlockedLeadsExport { }
18809
+ namespace V2CustomersCustomerIdUnlockedLeadsExport {
18810
+ namespace Post {
18811
+ namespace Parameters {
18812
+ type Path = {
18813
+ customerId: string;
18814
+ };
18815
+ interface RequestBody {
18816
+ /**
18817
+ * Whether to export all leads or only not already exported leads.
18818
+ */
18819
+ exportAllLeads: boolean;
18820
+ /**
18821
+ * The fields to include in the export.
18822
+ */
18823
+ fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
18824
+ }
18825
+ type Header = {};
18826
+ type Query = {};
18827
+ }
18828
+ namespace Responses {
18829
+ namespace $200 {
18830
+ namespace Content {
18831
+ interface ApplicationJson {
18832
+ /**
18833
+ * The base64 encoded csv content of the export.
18834
+ */
18835
+ contentBase64: string;
18836
+ exportId: string;
18837
+ }
18838
+ /**
18839
+ * The csv content of the export.
18840
+ */
18841
+ type TextCsv = string;
18842
+ }
18843
+ }
18844
+ namespace $400 {
18845
+ namespace Content {
18846
+ interface ApplicationJson {
18847
+ [k: string]: unknown;
18848
+ }
18849
+ }
18850
+ }
18851
+ namespace $403 {
18852
+ namespace Content {
18853
+ interface ApplicationJson {
18854
+ [k: string]: unknown;
18855
+ }
18856
+ }
18857
+ }
18858
+ namespace $404 {
18859
+ namespace Content {
18860
+ interface ApplicationJson {
18861
+ [k: string]: unknown;
18862
+ }
18863
+ }
18864
+ }
18865
+ namespace $409 {
18866
+ namespace Content {
18867
+ interface ApplicationJson {
18868
+ [k: string]: unknown;
18869
+ }
18870
+ }
18871
+ }
18872
+ namespace $429 {
18873
+ namespace Content {
18874
+ interface ApplicationJson {
18875
+ [k: string]: unknown;
18876
+ }
18877
+ }
18878
+ }
18879
+ namespace Default {
18880
+ namespace Content {
18881
+ interface ApplicationJson {
18882
+ [k: string]: unknown;
18883
+ }
18884
+ }
18885
+ }
18886
+ }
18887
+ }
18888
+ }
18744
18889
  namespace ExperimentalV2Cities { }
18745
18890
  namespace V2ExperimentalCities { }
18746
18891
  namespace V2Cities {
@@ -18964,6 +19109,67 @@ export declare namespace MittwaldAPIV2 {
18964
19109
  }
18965
19110
  }
18966
19111
  }
19112
+ namespace ExperimentalV2CustomersCustomerIdUnlockedLeadsExports { }
19113
+ namespace V2ExperimentalCustomersCustomerIdUnlockedLeadsExports { }
19114
+ namespace V2CustomersCustomerIdUnlockedLeadsExports {
19115
+ namespace Get {
19116
+ namespace Parameters {
19117
+ type Path = {
19118
+ customerId: string;
19119
+ };
19120
+ type Header = {};
19121
+ type Query = {
19122
+ limit?: number;
19123
+ skip?: number;
19124
+ page?: number;
19125
+ sort?: "exportedAt";
19126
+ order?: "asc" | "desc";
19127
+ };
19128
+ }
19129
+ namespace Responses {
19130
+ namespace $200 {
19131
+ namespace Content {
19132
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExport[];
19133
+ }
19134
+ }
19135
+ namespace $400 {
19136
+ namespace Content {
19137
+ interface ApplicationJson {
19138
+ [k: string]: unknown;
19139
+ }
19140
+ }
19141
+ }
19142
+ namespace $403 {
19143
+ namespace Content {
19144
+ interface ApplicationJson {
19145
+ [k: string]: unknown;
19146
+ }
19147
+ }
19148
+ }
19149
+ namespace $404 {
19150
+ namespace Content {
19151
+ interface ApplicationJson {
19152
+ [k: string]: unknown;
19153
+ }
19154
+ }
19155
+ }
19156
+ namespace $429 {
19157
+ namespace Content {
19158
+ interface ApplicationJson {
19159
+ [k: string]: unknown;
19160
+ }
19161
+ }
19162
+ }
19163
+ namespace Default {
19164
+ namespace Content {
19165
+ interface ApplicationJson {
19166
+ [k: string]: unknown;
19167
+ }
19168
+ }
19169
+ }
19170
+ }
19171
+ }
19172
+ }
18967
19173
  namespace ExperimentalV2CustomersCustomerIdUnlockedLeadsLeadId { }
18968
19174
  namespace V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadId { }
18969
19175
  namespace V2CustomersCustomerIdUnlockedLeadsLeadId {
@@ -27110,102 +27316,26 @@ export declare namespace MittwaldAPIV2 {
27110
27316
  }
27111
27317
  }
27112
27318
  }
27113
- namespace ExperimentalV2CustomersCustomerIdUnlockedLeadsExports { }
27114
- namespace V2ExperimentalCustomersCustomerIdUnlockedLeadsExports { }
27115
- namespace V2CustomersCustomerIdUnlockedLeadsExports {
27116
- namespace Get {
27117
- namespace Parameters {
27118
- type Path = {
27119
- customerId: string;
27120
- };
27121
- type Header = {};
27122
- type Query = {
27123
- limit?: number;
27124
- skip?: number;
27125
- page?: number;
27126
- sort?: "exportedAt";
27127
- order?: "asc" | "desc";
27128
- };
27129
- }
27130
- namespace Responses {
27131
- namespace $200 {
27132
- namespace Content {
27133
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExport[];
27134
- }
27135
- }
27136
- namespace $400 {
27137
- namespace Content {
27138
- interface ApplicationJson {
27139
- [k: string]: unknown;
27140
- }
27141
- }
27142
- }
27143
- namespace $403 {
27144
- namespace Content {
27145
- interface ApplicationJson {
27146
- [k: string]: unknown;
27147
- }
27148
- }
27149
- }
27150
- namespace $404 {
27151
- namespace Content {
27152
- interface ApplicationJson {
27153
- [k: string]: unknown;
27154
- }
27155
- }
27156
- }
27157
- namespace $429 {
27158
- namespace Content {
27159
- interface ApplicationJson {
27160
- [k: string]: unknown;
27161
- }
27162
- }
27163
- }
27164
- namespace Default {
27165
- namespace Content {
27166
- interface ApplicationJson {
27167
- [k: string]: unknown;
27168
- }
27169
- }
27170
- }
27171
- }
27172
- }
27173
- }
27174
- namespace ExperimentalV2CustomersCustomerIdUnlockedLeadsExport { }
27175
- namespace V2ExperimentalCustomersCustomerIdUnlockedLeadsExport { }
27176
- namespace V2CustomersCustomerIdUnlockedLeadsExport {
27319
+ namespace V2MysqlDatabasesMysqlDatabaseIdActionsCopy {
27177
27320
  namespace Post {
27178
27321
  namespace Parameters {
27179
27322
  type Path = {
27180
- customerId: string;
27323
+ mysqlDatabaseId: string;
27181
27324
  };
27182
27325
  interface RequestBody {
27183
- /**
27184
- * Whether to export all leads or only not already exported leads.
27185
- */
27186
- exportAllLeads: boolean;
27187
- /**
27188
- * The fields to include in the export.
27189
- */
27190
- fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
27326
+ description: string;
27327
+ user: MittwaldAPIV2.Components.Schemas.DatabaseCreateMySqlUserWithDatabase;
27191
27328
  }
27192
- type Header = {};
27329
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
27193
27330
  type Query = {};
27194
27331
  }
27195
27332
  namespace Responses {
27196
- namespace $200 {
27333
+ namespace $201 {
27197
27334
  namespace Content {
27198
27335
  interface ApplicationJson {
27199
- /**
27200
- * The base64 encoded csv content of the export.
27201
- */
27202
- contentBase64: string;
27203
- exportId: string;
27336
+ id: string;
27337
+ userId: string;
27204
27338
  }
27205
- /**
27206
- * The csv content of the export.
27207
- */
27208
- type TextCsv = string;
27209
27339
  }
27210
27340
  }
27211
27341
  namespace $400 {
@@ -27215,13 +27345,6 @@ export declare namespace MittwaldAPIV2 {
27215
27345
  }
27216
27346
  }
27217
27347
  }
27218
- namespace $403 {
27219
- namespace Content {
27220
- interface ApplicationJson {
27221
- [k: string]: unknown;
27222
- }
27223
- }
27224
- }
27225
27348
  namespace $404 {
27226
27349
  namespace Content {
27227
27350
  interface ApplicationJson {
@@ -27229,13 +27352,6 @@ export declare namespace MittwaldAPIV2 {
27229
27352
  }
27230
27353
  }
27231
27354
  }
27232
- namespace $409 {
27233
- namespace Content {
27234
- interface ApplicationJson {
27235
- [k: string]: unknown;
27236
- }
27237
- }
27238
- }
27239
27355
  namespace $429 {
27240
27356
  namespace Content {
27241
27357
  interface ApplicationJson {
@@ -27253,64 +27369,5 @@ export declare namespace MittwaldAPIV2 {
27253
27369
  }
27254
27370
  }
27255
27371
  }
27256
- namespace V2StacksStackIdVolumes {
27257
- namespace Get {
27258
- namespace Parameters {
27259
- type Path = {
27260
- stackId: string;
27261
- };
27262
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
27263
- type Query = {
27264
- searchTerm?: string;
27265
- sortOrder?: MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder;
27266
- limit?: number;
27267
- skip?: number;
27268
- page?: number;
27269
- };
27270
- }
27271
- namespace Responses {
27272
- namespace $200 {
27273
- namespace Content {
27274
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[];
27275
- }
27276
- }
27277
- namespace $400 {
27278
- namespace Content {
27279
- interface ApplicationJson {
27280
- [k: string]: unknown;
27281
- }
27282
- }
27283
- }
27284
- namespace $403 {
27285
- namespace Content {
27286
- interface ApplicationJson {
27287
- [k: string]: unknown;
27288
- }
27289
- }
27290
- }
27291
- namespace $429 {
27292
- namespace Content {
27293
- interface ApplicationJson {
27294
- [k: string]: unknown;
27295
- }
27296
- }
27297
- }
27298
- namespace $500 {
27299
- namespace Content {
27300
- interface ApplicationJson {
27301
- [k: string]: unknown;
27302
- }
27303
- }
27304
- }
27305
- namespace Default {
27306
- namespace Content {
27307
- interface ApplicationJson {
27308
- [k: string]: unknown;
27309
- }
27310
- }
27311
- }
27312
- }
27313
- }
27314
- }
27315
27372
  }
27316
27373
  }