@mittwald/api-client 4.239.0 → 4.240.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.
- package/dist/esm/generated/v2/client-react.js +4 -4
- package/dist/esm/generated/v2/client.js +10 -10
- package/dist/esm/generated/v2/descriptors.js +30 -30
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +28 -28
- package/dist/types/generated/v2/client.d.ts +300 -300
- package/dist/types/generated/v2/descriptors.d.ts +10 -10
- package/dist/types/generated/v2/types.d.ts +417 -417
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -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,18 +1718,6 @@ 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>;
|
|
1720
|
-
}
|
|
1721
1721
|
}
|
|
1722
1722
|
namespace Components {
|
|
1723
1723
|
namespace Schemas {
|
|
@@ -2038,6 +2038,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2038
2038
|
* The Extension Instance Contract.
|
|
2039
2039
|
*/
|
|
2040
2040
|
type ExtensionExtensionInstanceContract = MittwaldAPIV2.Components.Schemas.ExtensionSubscriptionBasedContract;
|
|
2041
|
+
/**
|
|
2042
|
+
* PricePlan with Variants.
|
|
2043
|
+
*/
|
|
2044
|
+
interface ExtensionPricePlan {
|
|
2045
|
+
variants: MittwaldAPIV2.Components.Schemas.ExtensionVariant[];
|
|
2046
|
+
}
|
|
2041
2047
|
/**
|
|
2042
2048
|
* A strategy for Contracts that will be paid periodically.
|
|
2043
2049
|
*/
|
|
@@ -2054,6 +2060,31 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2054
2060
|
variantKey?: string;
|
|
2055
2061
|
variantName?: string;
|
|
2056
2062
|
}
|
|
2063
|
+
interface ExtensionVariant {
|
|
2064
|
+
/**
|
|
2065
|
+
* Description of Variant.
|
|
2066
|
+
*/
|
|
2067
|
+
description?: string;
|
|
2068
|
+
/**
|
|
2069
|
+
* DescriptionChangeType defines how the description change should be handled. Values:
|
|
2070
|
+
* - FEATURE_SET_MODIFIED: The users have to confirm to the new contract details equal as price changes.
|
|
2071
|
+
* - FEATURE_SET_UNCHANGED: The changes are only wording updates and do not impact the contract details, so no confirm is required.
|
|
2072
|
+
*
|
|
2073
|
+
*/
|
|
2074
|
+
descriptionChangeType?: "FEATURE_SET_MODIFIED" | "FEATURE_SET_UNCHANGED";
|
|
2075
|
+
/**
|
|
2076
|
+
* Key that needs to be unique in Variant.
|
|
2077
|
+
*/
|
|
2078
|
+
key: string;
|
|
2079
|
+
/**
|
|
2080
|
+
* Name of Variant.
|
|
2081
|
+
*/
|
|
2082
|
+
name?: string;
|
|
2083
|
+
/**
|
|
2084
|
+
* Price in cents.
|
|
2085
|
+
*/
|
|
2086
|
+
priceInCents: number;
|
|
2087
|
+
}
|
|
2057
2088
|
interface ContainerCreateRegistry {
|
|
2058
2089
|
credentials?: MittwaldAPIV2.Components.Schemas.ContainerSetRegistryCredentials;
|
|
2059
2090
|
description: string;
|
|
@@ -3915,6 +3946,24 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3915
3946
|
used: number;
|
|
3916
3947
|
};
|
|
3917
3948
|
}
|
|
3949
|
+
interface LeadfyndrLeadsExport {
|
|
3950
|
+
customerId: string;
|
|
3951
|
+
exportId: string;
|
|
3952
|
+
exportedAt: string;
|
|
3953
|
+
exportedBy?: MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExportExporter;
|
|
3954
|
+
/**
|
|
3955
|
+
* The number of leads included in the export.
|
|
3956
|
+
*/
|
|
3957
|
+
leadCount: number;
|
|
3958
|
+
}
|
|
3959
|
+
interface LeadfyndrLeadsExportExporter {
|
|
3960
|
+
avatarRefId?: string;
|
|
3961
|
+
person?: {
|
|
3962
|
+
firstName: string;
|
|
3963
|
+
lastName: string;
|
|
3964
|
+
};
|
|
3965
|
+
userId: string;
|
|
3966
|
+
}
|
|
3918
3967
|
interface LeadfyndrLighthouse {
|
|
3919
3968
|
accessibility?: number;
|
|
3920
3969
|
bestPractice?: number;
|
|
@@ -5350,55 +5399,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5350
5399
|
}
|
|
5351
5400
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
5352
5401
|
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
5402
|
interface CommonsAddress {
|
|
5403
5403
|
street: string;
|
|
5404
5404
|
houseNumber: string;
|
|
@@ -8173,6 +8173,65 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8173
8173
|
}
|
|
8174
8174
|
}
|
|
8175
8175
|
}
|
|
8176
|
+
namespace V2StacksStackIdVolumes {
|
|
8177
|
+
namespace Get {
|
|
8178
|
+
namespace Parameters {
|
|
8179
|
+
type Path = {
|
|
8180
|
+
stackId: string;
|
|
8181
|
+
};
|
|
8182
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8183
|
+
type Query = {
|
|
8184
|
+
searchTerm?: string;
|
|
8185
|
+
sortOrder?: MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder;
|
|
8186
|
+
limit?: number;
|
|
8187
|
+
skip?: number;
|
|
8188
|
+
page?: number;
|
|
8189
|
+
};
|
|
8190
|
+
}
|
|
8191
|
+
namespace Responses {
|
|
8192
|
+
namespace $200 {
|
|
8193
|
+
namespace Content {
|
|
8194
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[];
|
|
8195
|
+
}
|
|
8196
|
+
}
|
|
8197
|
+
namespace $400 {
|
|
8198
|
+
namespace Content {
|
|
8199
|
+
interface ApplicationJson {
|
|
8200
|
+
[k: string]: unknown;
|
|
8201
|
+
}
|
|
8202
|
+
}
|
|
8203
|
+
}
|
|
8204
|
+
namespace $403 {
|
|
8205
|
+
namespace Content {
|
|
8206
|
+
interface ApplicationJson {
|
|
8207
|
+
[k: string]: unknown;
|
|
8208
|
+
}
|
|
8209
|
+
}
|
|
8210
|
+
}
|
|
8211
|
+
namespace $429 {
|
|
8212
|
+
namespace Content {
|
|
8213
|
+
interface ApplicationJson {
|
|
8214
|
+
[k: string]: unknown;
|
|
8215
|
+
}
|
|
8216
|
+
}
|
|
8217
|
+
}
|
|
8218
|
+
namespace $500 {
|
|
8219
|
+
namespace Content {
|
|
8220
|
+
interface ApplicationJson {
|
|
8221
|
+
[k: string]: unknown;
|
|
8222
|
+
}
|
|
8223
|
+
}
|
|
8224
|
+
}
|
|
8225
|
+
namespace Default {
|
|
8226
|
+
namespace Content {
|
|
8227
|
+
interface ApplicationJson {
|
|
8228
|
+
[k: string]: unknown;
|
|
8229
|
+
}
|
|
8230
|
+
}
|
|
8231
|
+
}
|
|
8232
|
+
}
|
|
8233
|
+
}
|
|
8234
|
+
}
|
|
8176
8235
|
namespace V2ProjectsProjectIdStacks {
|
|
8177
8236
|
namespace Get {
|
|
8178
8237
|
namespace Parameters {
|
|
@@ -9520,22 +9579,22 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9520
9579
|
}
|
|
9521
9580
|
}
|
|
9522
9581
|
}
|
|
9523
|
-
namespace
|
|
9524
|
-
namespace
|
|
9582
|
+
namespace V2ContributorsContributorIdVerificationProcess {
|
|
9583
|
+
namespace Post {
|
|
9525
9584
|
namespace Parameters {
|
|
9526
9585
|
type Path = {
|
|
9527
9586
|
contributorId: string;
|
|
9528
9587
|
};
|
|
9529
|
-
type Header = {};
|
|
9588
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9530
9589
|
type Query = {};
|
|
9531
9590
|
}
|
|
9532
9591
|
namespace Responses {
|
|
9533
|
-
namespace $
|
|
9592
|
+
namespace $204 {
|
|
9534
9593
|
namespace Content {
|
|
9535
|
-
type
|
|
9594
|
+
type Empty = unknown;
|
|
9536
9595
|
}
|
|
9537
9596
|
}
|
|
9538
|
-
namespace $
|
|
9597
|
+
namespace $400 {
|
|
9539
9598
|
namespace Content {
|
|
9540
9599
|
interface ApplicationJson {
|
|
9541
9600
|
[k: string]: unknown;
|
|
@@ -9572,18 +9631,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9572
9631
|
type Empty = unknown;
|
|
9573
9632
|
}
|
|
9574
9633
|
}
|
|
9575
|
-
namespace $
|
|
9634
|
+
namespace $400 {
|
|
9576
9635
|
namespace Content {
|
|
9577
9636
|
interface ApplicationJson {
|
|
9578
9637
|
[k: string]: unknown;
|
|
9579
9638
|
}
|
|
9580
9639
|
}
|
|
9581
9640
|
}
|
|
9582
|
-
namespace $412 {
|
|
9583
|
-
namespace Content {
|
|
9584
|
-
type Empty = unknown;
|
|
9585
|
-
}
|
|
9586
|
-
}
|
|
9587
9641
|
namespace $429 {
|
|
9588
9642
|
namespace Content {
|
|
9589
9643
|
interface ApplicationJson {
|
|
@@ -9600,34 +9654,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9600
9654
|
}
|
|
9601
9655
|
}
|
|
9602
9656
|
}
|
|
9603
|
-
|
|
9657
|
+
}
|
|
9658
|
+
namespace V2ContributorsContributorId {
|
|
9659
|
+
namespace Get {
|
|
9604
9660
|
namespace Parameters {
|
|
9605
9661
|
type Path = {
|
|
9606
9662
|
contributorId: string;
|
|
9607
9663
|
};
|
|
9608
|
-
|
|
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;
|
|
9664
|
+
type Header = {};
|
|
9618
9665
|
type Query = {};
|
|
9619
9666
|
}
|
|
9620
9667
|
namespace Responses {
|
|
9621
9668
|
namespace $200 {
|
|
9622
9669
|
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
|
-
}
|
|
9670
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceContributor | MittwaldAPIV2.Components.Schemas.MarketplaceOwnContributor;
|
|
9631
9671
|
}
|
|
9632
9672
|
}
|
|
9633
9673
|
namespace $404 {
|
|
@@ -9653,23 +9693,118 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9653
9693
|
}
|
|
9654
9694
|
}
|
|
9655
9695
|
}
|
|
9656
|
-
|
|
9657
|
-
namespace V2CustomersCustomerIdContributor {
|
|
9658
|
-
namespace Post {
|
|
9696
|
+
namespace Delete {
|
|
9659
9697
|
namespace Parameters {
|
|
9660
9698
|
type Path = {
|
|
9661
|
-
|
|
9699
|
+
contributorId: string;
|
|
9662
9700
|
};
|
|
9663
|
-
|
|
9664
|
-
|
|
9665
|
-
|
|
9666
|
-
|
|
9667
|
-
|
|
9668
|
-
|
|
9669
|
-
|
|
9670
|
-
|
|
9671
|
-
|
|
9672
|
-
|
|
9701
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9702
|
+
type Query = {};
|
|
9703
|
+
}
|
|
9704
|
+
namespace Responses {
|
|
9705
|
+
namespace $204 {
|
|
9706
|
+
namespace Content {
|
|
9707
|
+
type Empty = unknown;
|
|
9708
|
+
}
|
|
9709
|
+
}
|
|
9710
|
+
namespace $404 {
|
|
9711
|
+
namespace Content {
|
|
9712
|
+
interface ApplicationJson {
|
|
9713
|
+
[k: string]: unknown;
|
|
9714
|
+
}
|
|
9715
|
+
}
|
|
9716
|
+
}
|
|
9717
|
+
namespace $412 {
|
|
9718
|
+
namespace Content {
|
|
9719
|
+
type Empty = unknown;
|
|
9720
|
+
}
|
|
9721
|
+
}
|
|
9722
|
+
namespace $429 {
|
|
9723
|
+
namespace Content {
|
|
9724
|
+
interface ApplicationJson {
|
|
9725
|
+
[k: string]: unknown;
|
|
9726
|
+
}
|
|
9727
|
+
}
|
|
9728
|
+
}
|
|
9729
|
+
namespace Default {
|
|
9730
|
+
namespace Content {
|
|
9731
|
+
interface ApplicationJson {
|
|
9732
|
+
[k: string]: unknown;
|
|
9733
|
+
}
|
|
9734
|
+
}
|
|
9735
|
+
}
|
|
9736
|
+
}
|
|
9737
|
+
}
|
|
9738
|
+
namespace Patch {
|
|
9739
|
+
namespace Parameters {
|
|
9740
|
+
type Path = {
|
|
9741
|
+
contributorId: string;
|
|
9742
|
+
};
|
|
9743
|
+
interface RequestBody {
|
|
9744
|
+
contactPersonUserId?: string;
|
|
9745
|
+
descriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription;
|
|
9746
|
+
deviatingContractOwner?: MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner;
|
|
9747
|
+
deviatingName?: string;
|
|
9748
|
+
deviatingSupportInformation?: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
|
|
9749
|
+
homepage?: string;
|
|
9750
|
+
imprint?: MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint;
|
|
9751
|
+
}
|
|
9752
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9753
|
+
type Query = {};
|
|
9754
|
+
}
|
|
9755
|
+
namespace Responses {
|
|
9756
|
+
namespace $200 {
|
|
9757
|
+
namespace Content {
|
|
9758
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceOwnContributor;
|
|
9759
|
+
}
|
|
9760
|
+
}
|
|
9761
|
+
namespace $400 {
|
|
9762
|
+
namespace Content {
|
|
9763
|
+
interface ApplicationJson {
|
|
9764
|
+
[k: string]: unknown;
|
|
9765
|
+
}
|
|
9766
|
+
}
|
|
9767
|
+
}
|
|
9768
|
+
namespace $404 {
|
|
9769
|
+
namespace Content {
|
|
9770
|
+
interface ApplicationJson {
|
|
9771
|
+
[k: string]: unknown;
|
|
9772
|
+
}
|
|
9773
|
+
}
|
|
9774
|
+
}
|
|
9775
|
+
namespace $429 {
|
|
9776
|
+
namespace Content {
|
|
9777
|
+
interface ApplicationJson {
|
|
9778
|
+
[k: string]: unknown;
|
|
9779
|
+
}
|
|
9780
|
+
}
|
|
9781
|
+
}
|
|
9782
|
+
namespace Default {
|
|
9783
|
+
namespace Content {
|
|
9784
|
+
interface ApplicationJson {
|
|
9785
|
+
[k: string]: unknown;
|
|
9786
|
+
}
|
|
9787
|
+
}
|
|
9788
|
+
}
|
|
9789
|
+
}
|
|
9790
|
+
}
|
|
9791
|
+
}
|
|
9792
|
+
namespace V2CustomersCustomerIdContributor {
|
|
9793
|
+
namespace Post {
|
|
9794
|
+
namespace Parameters {
|
|
9795
|
+
type Path = {
|
|
9796
|
+
customerId: string;
|
|
9797
|
+
};
|
|
9798
|
+
interface RequestBody {
|
|
9799
|
+
/**
|
|
9800
|
+
* 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.
|
|
9801
|
+
*/
|
|
9802
|
+
deviatingContactPersonUserId?: string;
|
|
9803
|
+
deviatingContractOwner?: MittwaldAPIV2.Components.Schemas.CommonsContact;
|
|
9804
|
+
deviatingName?: string;
|
|
9805
|
+
deviatingSupportInformation?: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
|
|
9806
|
+
imprint?: MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint;
|
|
9807
|
+
}
|
|
9673
9808
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9674
9809
|
type Query = {};
|
|
9675
9810
|
}
|
|
@@ -10211,82 +10346,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10211
10346
|
}
|
|
10212
10347
|
}
|
|
10213
10348
|
}
|
|
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
10349
|
namespace V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret {
|
|
10291
10350
|
namespace Put {
|
|
10292
10351
|
namespace Parameters {
|
|
@@ -18741,21 +18800,41 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18741
18800
|
}
|
|
18742
18801
|
}
|
|
18743
18802
|
}
|
|
18744
|
-
namespace
|
|
18745
|
-
namespace
|
|
18746
|
-
namespace
|
|
18747
|
-
namespace
|
|
18803
|
+
namespace ExperimentalV2CustomersCustomerIdUnlockedLeadsExport { }
|
|
18804
|
+
namespace V2ExperimentalCustomersCustomerIdUnlockedLeadsExport { }
|
|
18805
|
+
namespace V2CustomersCustomerIdUnlockedLeadsExport {
|
|
18806
|
+
namespace Post {
|
|
18748
18807
|
namespace Parameters {
|
|
18749
|
-
type Path = {
|
|
18750
|
-
|
|
18751
|
-
type Query = {
|
|
18752
|
-
input: string;
|
|
18808
|
+
type Path = {
|
|
18809
|
+
customerId: string;
|
|
18753
18810
|
};
|
|
18811
|
+
interface RequestBody {
|
|
18812
|
+
/**
|
|
18813
|
+
* Whether to export all leads or only not already exported leads.
|
|
18814
|
+
*/
|
|
18815
|
+
exportAllLeads: boolean;
|
|
18816
|
+
/**
|
|
18817
|
+
* The fields to include in the export.
|
|
18818
|
+
*/
|
|
18819
|
+
fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
|
|
18820
|
+
}
|
|
18821
|
+
type Header = {};
|
|
18822
|
+
type Query = {};
|
|
18754
18823
|
}
|
|
18755
18824
|
namespace Responses {
|
|
18756
18825
|
namespace $200 {
|
|
18757
18826
|
namespace Content {
|
|
18758
|
-
|
|
18827
|
+
interface ApplicationJson {
|
|
18828
|
+
/**
|
|
18829
|
+
* The base64 encoded csv content of the export.
|
|
18830
|
+
*/
|
|
18831
|
+
contentBase64: string;
|
|
18832
|
+
exportId: string;
|
|
18833
|
+
}
|
|
18834
|
+
/**
|
|
18835
|
+
* The csv content of the export.
|
|
18836
|
+
*/
|
|
18837
|
+
type TextCsv = string;
|
|
18759
18838
|
}
|
|
18760
18839
|
}
|
|
18761
18840
|
namespace $400 {
|
|
@@ -18779,6 +18858,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18779
18858
|
}
|
|
18780
18859
|
}
|
|
18781
18860
|
}
|
|
18861
|
+
namespace $409 {
|
|
18862
|
+
namespace Content {
|
|
18863
|
+
interface ApplicationJson {
|
|
18864
|
+
[k: string]: unknown;
|
|
18865
|
+
}
|
|
18866
|
+
}
|
|
18867
|
+
}
|
|
18782
18868
|
namespace $429 {
|
|
18783
18869
|
namespace Content {
|
|
18784
18870
|
interface ApplicationJson {
|
|
@@ -18796,21 +18882,21 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18796
18882
|
}
|
|
18797
18883
|
}
|
|
18798
18884
|
}
|
|
18799
|
-
namespace
|
|
18800
|
-
namespace
|
|
18801
|
-
namespace
|
|
18885
|
+
namespace ExperimentalV2Cities { }
|
|
18886
|
+
namespace V2ExperimentalCities { }
|
|
18887
|
+
namespace V2Cities {
|
|
18802
18888
|
namespace Get {
|
|
18803
18889
|
namespace Parameters {
|
|
18804
|
-
type Path = {
|
|
18805
|
-
customerId: string;
|
|
18806
|
-
};
|
|
18890
|
+
type Path = {};
|
|
18807
18891
|
type Header = {};
|
|
18808
|
-
type Query = {
|
|
18892
|
+
type Query = {
|
|
18893
|
+
input: string;
|
|
18894
|
+
};
|
|
18809
18895
|
}
|
|
18810
18896
|
namespace Responses {
|
|
18811
18897
|
namespace $200 {
|
|
18812
18898
|
namespace Content {
|
|
18813
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
18899
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadfyndrCity[];
|
|
18814
18900
|
}
|
|
18815
18901
|
}
|
|
18816
18902
|
namespace $400 {
|
|
@@ -18851,9 +18937,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18851
18937
|
}
|
|
18852
18938
|
}
|
|
18853
18939
|
}
|
|
18854
|
-
namespace
|
|
18855
|
-
namespace
|
|
18856
|
-
namespace
|
|
18940
|
+
namespace ExperimentalV2CustomersCustomerIdLeadFyndrProfileTariff { }
|
|
18941
|
+
namespace V2ExperimentalCustomersCustomerIdLeadFyndrProfileTariff { }
|
|
18942
|
+
namespace V2CustomersCustomerIdLeadFyndrProfileTariff {
|
|
18857
18943
|
namespace Get {
|
|
18858
18944
|
namespace Parameters {
|
|
18859
18945
|
type Path = {
|
|
@@ -18865,9 +18951,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18865
18951
|
namespace Responses {
|
|
18866
18952
|
namespace $200 {
|
|
18867
18953
|
namespace Content {
|
|
18868
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.
|
|
18869
|
-
tariff: MittwaldAPIV2.Components.Schemas.LeadfyndrTariffOptions;
|
|
18870
|
-
};
|
|
18954
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadfyndrTariffOptions;
|
|
18871
18955
|
}
|
|
18872
18956
|
}
|
|
18873
18957
|
namespace $400 {
|
|
@@ -18908,8 +18992,65 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18908
18992
|
}
|
|
18909
18993
|
}
|
|
18910
18994
|
}
|
|
18911
|
-
namespace
|
|
18912
|
-
namespace
|
|
18995
|
+
namespace ExperimentalV2CustomersCustomerIdLeadFyndrProfile { }
|
|
18996
|
+
namespace V2ExperimentalCustomersCustomerIdLeadFyndrProfile { }
|
|
18997
|
+
namespace V2CustomersCustomerIdLeadFyndrProfile {
|
|
18998
|
+
namespace Get {
|
|
18999
|
+
namespace Parameters {
|
|
19000
|
+
type Path = {
|
|
19001
|
+
customerId: string;
|
|
19002
|
+
};
|
|
19003
|
+
type Header = {};
|
|
19004
|
+
type Query = {};
|
|
19005
|
+
}
|
|
19006
|
+
namespace Responses {
|
|
19007
|
+
namespace $200 {
|
|
19008
|
+
namespace Content {
|
|
19009
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadfyndrProfile & {
|
|
19010
|
+
tariff: MittwaldAPIV2.Components.Schemas.LeadfyndrTariffOptions;
|
|
19011
|
+
};
|
|
19012
|
+
}
|
|
19013
|
+
}
|
|
19014
|
+
namespace $400 {
|
|
19015
|
+
namespace Content {
|
|
19016
|
+
interface ApplicationJson {
|
|
19017
|
+
[k: string]: unknown;
|
|
19018
|
+
}
|
|
19019
|
+
}
|
|
19020
|
+
}
|
|
19021
|
+
namespace $403 {
|
|
19022
|
+
namespace Content {
|
|
19023
|
+
interface ApplicationJson {
|
|
19024
|
+
[k: string]: unknown;
|
|
19025
|
+
}
|
|
19026
|
+
}
|
|
19027
|
+
}
|
|
19028
|
+
namespace $404 {
|
|
19029
|
+
namespace Content {
|
|
19030
|
+
interface ApplicationJson {
|
|
19031
|
+
[k: string]: unknown;
|
|
19032
|
+
}
|
|
19033
|
+
}
|
|
19034
|
+
}
|
|
19035
|
+
namespace $429 {
|
|
19036
|
+
namespace Content {
|
|
19037
|
+
interface ApplicationJson {
|
|
19038
|
+
[k: string]: unknown;
|
|
19039
|
+
}
|
|
19040
|
+
}
|
|
19041
|
+
}
|
|
19042
|
+
namespace Default {
|
|
19043
|
+
namespace Content {
|
|
19044
|
+
interface ApplicationJson {
|
|
19045
|
+
[k: string]: unknown;
|
|
19046
|
+
}
|
|
19047
|
+
}
|
|
19048
|
+
}
|
|
19049
|
+
}
|
|
19050
|
+
}
|
|
19051
|
+
}
|
|
19052
|
+
namespace ExperimentalV2CustomersCustomerIdLeadsLeadId { }
|
|
19053
|
+
namespace V2ExperimentalCustomersCustomerIdLeadsLeadId { }
|
|
18913
19054
|
namespace V2CustomersCustomerIdLeadsLeadId {
|
|
18914
19055
|
namespace Get {
|
|
18915
19056
|
namespace Parameters {
|
|
@@ -18964,6 +19105,67 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18964
19105
|
}
|
|
18965
19106
|
}
|
|
18966
19107
|
}
|
|
19108
|
+
namespace ExperimentalV2CustomersCustomerIdUnlockedLeadsExports { }
|
|
19109
|
+
namespace V2ExperimentalCustomersCustomerIdUnlockedLeadsExports { }
|
|
19110
|
+
namespace V2CustomersCustomerIdUnlockedLeadsExports {
|
|
19111
|
+
namespace Get {
|
|
19112
|
+
namespace Parameters {
|
|
19113
|
+
type Path = {
|
|
19114
|
+
customerId: string;
|
|
19115
|
+
};
|
|
19116
|
+
type Header = {};
|
|
19117
|
+
type Query = {
|
|
19118
|
+
limit?: number;
|
|
19119
|
+
skip?: number;
|
|
19120
|
+
page?: number;
|
|
19121
|
+
sort?: "exportedAt";
|
|
19122
|
+
order?: "asc" | "desc";
|
|
19123
|
+
};
|
|
19124
|
+
}
|
|
19125
|
+
namespace Responses {
|
|
19126
|
+
namespace $200 {
|
|
19127
|
+
namespace Content {
|
|
19128
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExport[];
|
|
19129
|
+
}
|
|
19130
|
+
}
|
|
19131
|
+
namespace $400 {
|
|
19132
|
+
namespace Content {
|
|
19133
|
+
interface ApplicationJson {
|
|
19134
|
+
[k: string]: unknown;
|
|
19135
|
+
}
|
|
19136
|
+
}
|
|
19137
|
+
}
|
|
19138
|
+
namespace $403 {
|
|
19139
|
+
namespace Content {
|
|
19140
|
+
interface ApplicationJson {
|
|
19141
|
+
[k: string]: unknown;
|
|
19142
|
+
}
|
|
19143
|
+
}
|
|
19144
|
+
}
|
|
19145
|
+
namespace $404 {
|
|
19146
|
+
namespace Content {
|
|
19147
|
+
interface ApplicationJson {
|
|
19148
|
+
[k: string]: unknown;
|
|
19149
|
+
}
|
|
19150
|
+
}
|
|
19151
|
+
}
|
|
19152
|
+
namespace $429 {
|
|
19153
|
+
namespace Content {
|
|
19154
|
+
interface ApplicationJson {
|
|
19155
|
+
[k: string]: unknown;
|
|
19156
|
+
}
|
|
19157
|
+
}
|
|
19158
|
+
}
|
|
19159
|
+
namespace Default {
|
|
19160
|
+
namespace Content {
|
|
19161
|
+
interface ApplicationJson {
|
|
19162
|
+
[k: string]: unknown;
|
|
19163
|
+
}
|
|
19164
|
+
}
|
|
19165
|
+
}
|
|
19166
|
+
}
|
|
19167
|
+
}
|
|
19168
|
+
}
|
|
18967
19169
|
namespace ExperimentalV2CustomersCustomerIdUnlockedLeadsLeadId { }
|
|
18968
19170
|
namespace V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadId { }
|
|
18969
19171
|
namespace V2CustomersCustomerIdUnlockedLeadsLeadId {
|
|
@@ -27110,207 +27312,5 @@ export declare namespace MittwaldAPIV2 {
|
|
|
27110
27312
|
}
|
|
27111
27313
|
}
|
|
27112
27314
|
}
|
|
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 {
|
|
27177
|
-
namespace Post {
|
|
27178
|
-
namespace Parameters {
|
|
27179
|
-
type Path = {
|
|
27180
|
-
customerId: string;
|
|
27181
|
-
};
|
|
27182
|
-
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")[];
|
|
27191
|
-
}
|
|
27192
|
-
type Header = {};
|
|
27193
|
-
type Query = {};
|
|
27194
|
-
}
|
|
27195
|
-
namespace Responses {
|
|
27196
|
-
namespace $200 {
|
|
27197
|
-
namespace Content {
|
|
27198
|
-
interface ApplicationJson {
|
|
27199
|
-
/**
|
|
27200
|
-
* The base64 encoded csv content of the export.
|
|
27201
|
-
*/
|
|
27202
|
-
contentBase64: string;
|
|
27203
|
-
exportId: string;
|
|
27204
|
-
}
|
|
27205
|
-
/**
|
|
27206
|
-
* The csv content of the export.
|
|
27207
|
-
*/
|
|
27208
|
-
type TextCsv = string;
|
|
27209
|
-
}
|
|
27210
|
-
}
|
|
27211
|
-
namespace $400 {
|
|
27212
|
-
namespace Content {
|
|
27213
|
-
interface ApplicationJson {
|
|
27214
|
-
[k: string]: unknown;
|
|
27215
|
-
}
|
|
27216
|
-
}
|
|
27217
|
-
}
|
|
27218
|
-
namespace $403 {
|
|
27219
|
-
namespace Content {
|
|
27220
|
-
interface ApplicationJson {
|
|
27221
|
-
[k: string]: unknown;
|
|
27222
|
-
}
|
|
27223
|
-
}
|
|
27224
|
-
}
|
|
27225
|
-
namespace $404 {
|
|
27226
|
-
namespace Content {
|
|
27227
|
-
interface ApplicationJson {
|
|
27228
|
-
[k: string]: unknown;
|
|
27229
|
-
}
|
|
27230
|
-
}
|
|
27231
|
-
}
|
|
27232
|
-
namespace $409 {
|
|
27233
|
-
namespace Content {
|
|
27234
|
-
interface ApplicationJson {
|
|
27235
|
-
[k: string]: unknown;
|
|
27236
|
-
}
|
|
27237
|
-
}
|
|
27238
|
-
}
|
|
27239
|
-
namespace $429 {
|
|
27240
|
-
namespace Content {
|
|
27241
|
-
interface ApplicationJson {
|
|
27242
|
-
[k: string]: unknown;
|
|
27243
|
-
}
|
|
27244
|
-
}
|
|
27245
|
-
}
|
|
27246
|
-
namespace Default {
|
|
27247
|
-
namespace Content {
|
|
27248
|
-
interface ApplicationJson {
|
|
27249
|
-
[k: string]: unknown;
|
|
27250
|
-
}
|
|
27251
|
-
}
|
|
27252
|
-
}
|
|
27253
|
-
}
|
|
27254
|
-
}
|
|
27255
|
-
}
|
|
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
27315
|
}
|
|
27316
27316
|
}
|