@mittwald/api-client 4.238.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 +31 -28
- package/dist/types/generated/v2/client.d.ts +365 -323
- package/dist/types/generated/v2/descriptors.d.ts +10 -10
- package/dist/types/generated/v2/types.d.ts +391 -340
- 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
|
*/
|
|
@@ -2050,6 +2056,34 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2050
2056
|
interactionRequired: boolean;
|
|
2051
2057
|
status: "notStarted" | "pending" | "active" | "terminationPending";
|
|
2052
2058
|
terminationTargetDate?: string;
|
|
2059
|
+
variantDescription?: string;
|
|
2060
|
+
variantKey?: string;
|
|
2061
|
+
variantName?: string;
|
|
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;
|
|
2053
2087
|
}
|
|
2054
2088
|
interface ContainerCreateRegistry {
|
|
2055
2089
|
credentials?: MittwaldAPIV2.Components.Schemas.ContainerSetRegistryCredentials;
|
|
@@ -3912,6 +3946,24 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3912
3946
|
used: number;
|
|
3913
3947
|
};
|
|
3914
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
|
+
}
|
|
3915
3967
|
interface LeadfyndrLighthouse {
|
|
3916
3968
|
accessibility?: number;
|
|
3917
3969
|
bestPractice?: number;
|
|
@@ -5347,24 +5399,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5347
5399
|
}
|
|
5348
5400
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
5349
5401
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
5350
|
-
interface LeadfyndrLeadsExport {
|
|
5351
|
-
customerId: string;
|
|
5352
|
-
exportId: string;
|
|
5353
|
-
exportedAt: string;
|
|
5354
|
-
exportedBy?: MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExportExporter;
|
|
5355
|
-
/**
|
|
5356
|
-
* The number of leads included in the export.
|
|
5357
|
-
*/
|
|
5358
|
-
leadCount: number;
|
|
5359
|
-
}
|
|
5360
|
-
interface LeadfyndrLeadsExportExporter {
|
|
5361
|
-
avatarRefId?: string;
|
|
5362
|
-
person?: {
|
|
5363
|
-
firstName: string;
|
|
5364
|
-
lastName: string;
|
|
5365
|
-
};
|
|
5366
|
-
userId: string;
|
|
5367
|
-
}
|
|
5368
5402
|
interface CommonsAddress {
|
|
5369
5403
|
street: string;
|
|
5370
5404
|
houseNumber: string;
|
|
@@ -8139,6 +8173,65 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8139
8173
|
}
|
|
8140
8174
|
}
|
|
8141
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
|
+
}
|
|
8142
8235
|
namespace V2ProjectsProjectIdStacks {
|
|
8143
8236
|
namespace Get {
|
|
8144
8237
|
namespace Parameters {
|
|
@@ -9486,6 +9579,82 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9486
9579
|
}
|
|
9487
9580
|
}
|
|
9488
9581
|
}
|
|
9582
|
+
namespace V2ContributorsContributorIdVerificationProcess {
|
|
9583
|
+
namespace Post {
|
|
9584
|
+
namespace Parameters {
|
|
9585
|
+
type Path = {
|
|
9586
|
+
contributorId: string;
|
|
9587
|
+
};
|
|
9588
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9589
|
+
type Query = {};
|
|
9590
|
+
}
|
|
9591
|
+
namespace Responses {
|
|
9592
|
+
namespace $204 {
|
|
9593
|
+
namespace Content {
|
|
9594
|
+
type Empty = unknown;
|
|
9595
|
+
}
|
|
9596
|
+
}
|
|
9597
|
+
namespace $400 {
|
|
9598
|
+
namespace Content {
|
|
9599
|
+
interface ApplicationJson {
|
|
9600
|
+
[k: string]: unknown;
|
|
9601
|
+
}
|
|
9602
|
+
}
|
|
9603
|
+
}
|
|
9604
|
+
namespace $429 {
|
|
9605
|
+
namespace Content {
|
|
9606
|
+
interface ApplicationJson {
|
|
9607
|
+
[k: string]: unknown;
|
|
9608
|
+
}
|
|
9609
|
+
}
|
|
9610
|
+
}
|
|
9611
|
+
namespace Default {
|
|
9612
|
+
namespace Content {
|
|
9613
|
+
interface ApplicationJson {
|
|
9614
|
+
[k: string]: unknown;
|
|
9615
|
+
}
|
|
9616
|
+
}
|
|
9617
|
+
}
|
|
9618
|
+
}
|
|
9619
|
+
}
|
|
9620
|
+
namespace Delete {
|
|
9621
|
+
namespace Parameters {
|
|
9622
|
+
type Path = {
|
|
9623
|
+
contributorId: string;
|
|
9624
|
+
};
|
|
9625
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9626
|
+
type Query = {};
|
|
9627
|
+
}
|
|
9628
|
+
namespace Responses {
|
|
9629
|
+
namespace $204 {
|
|
9630
|
+
namespace Content {
|
|
9631
|
+
type Empty = unknown;
|
|
9632
|
+
}
|
|
9633
|
+
}
|
|
9634
|
+
namespace $400 {
|
|
9635
|
+
namespace Content {
|
|
9636
|
+
interface ApplicationJson {
|
|
9637
|
+
[k: string]: unknown;
|
|
9638
|
+
}
|
|
9639
|
+
}
|
|
9640
|
+
}
|
|
9641
|
+
namespace $429 {
|
|
9642
|
+
namespace Content {
|
|
9643
|
+
interface ApplicationJson {
|
|
9644
|
+
[k: string]: unknown;
|
|
9645
|
+
}
|
|
9646
|
+
}
|
|
9647
|
+
}
|
|
9648
|
+
namespace Default {
|
|
9649
|
+
namespace Content {
|
|
9650
|
+
interface ApplicationJson {
|
|
9651
|
+
[k: string]: unknown;
|
|
9652
|
+
}
|
|
9653
|
+
}
|
|
9654
|
+
}
|
|
9655
|
+
}
|
|
9656
|
+
}
|
|
9657
|
+
}
|
|
9489
9658
|
namespace V2ContributorsContributorId {
|
|
9490
9659
|
namespace Get {
|
|
9491
9660
|
namespace Parameters {
|
|
@@ -10177,19 +10346,33 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10177
10346
|
}
|
|
10178
10347
|
}
|
|
10179
10348
|
}
|
|
10180
|
-
namespace
|
|
10181
|
-
namespace
|
|
10349
|
+
namespace V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret {
|
|
10350
|
+
namespace Put {
|
|
10182
10351
|
namespace Parameters {
|
|
10183
10352
|
type Path = {
|
|
10184
10353
|
contributorId: string;
|
|
10354
|
+
extensionId: string;
|
|
10355
|
+
extensionInstanceId: string;
|
|
10185
10356
|
};
|
|
10357
|
+
interface RequestBody {
|
|
10358
|
+
allowWebhookFailure?: boolean;
|
|
10359
|
+
}
|
|
10186
10360
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10187
10361
|
type Query = {};
|
|
10188
10362
|
}
|
|
10189
10363
|
namespace Responses {
|
|
10190
|
-
namespace $
|
|
10364
|
+
namespace $200 {
|
|
10191
10365
|
namespace Content {
|
|
10192
|
-
|
|
10366
|
+
interface ApplicationJson {
|
|
10367
|
+
secret: string;
|
|
10368
|
+
webhookResult: {
|
|
10369
|
+
failure: boolean;
|
|
10370
|
+
/**
|
|
10371
|
+
* The status code returned by the external application.
|
|
10372
|
+
*/
|
|
10373
|
+
statusCode?: string;
|
|
10374
|
+
};
|
|
10375
|
+
}
|
|
10193
10376
|
}
|
|
10194
10377
|
}
|
|
10195
10378
|
namespace $400 {
|
|
@@ -10199,97 +10382,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10199
10382
|
}
|
|
10200
10383
|
}
|
|
10201
10384
|
}
|
|
10202
|
-
namespace $
|
|
10203
|
-
namespace Content {
|
|
10204
|
-
interface ApplicationJson {
|
|
10205
|
-
[k: string]: unknown;
|
|
10206
|
-
}
|
|
10207
|
-
}
|
|
10208
|
-
}
|
|
10209
|
-
namespace Default {
|
|
10210
|
-
namespace Content {
|
|
10211
|
-
interface ApplicationJson {
|
|
10212
|
-
[k: string]: unknown;
|
|
10213
|
-
}
|
|
10214
|
-
}
|
|
10215
|
-
}
|
|
10216
|
-
}
|
|
10217
|
-
}
|
|
10218
|
-
namespace Delete {
|
|
10219
|
-
namespace Parameters {
|
|
10220
|
-
type Path = {
|
|
10221
|
-
contributorId: string;
|
|
10222
|
-
};
|
|
10223
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10224
|
-
type Query = {};
|
|
10225
|
-
}
|
|
10226
|
-
namespace Responses {
|
|
10227
|
-
namespace $204 {
|
|
10228
|
-
namespace Content {
|
|
10229
|
-
type Empty = unknown;
|
|
10230
|
-
}
|
|
10231
|
-
}
|
|
10232
|
-
namespace $400 {
|
|
10233
|
-
namespace Content {
|
|
10234
|
-
interface ApplicationJson {
|
|
10235
|
-
[k: string]: unknown;
|
|
10236
|
-
}
|
|
10237
|
-
}
|
|
10238
|
-
}
|
|
10239
|
-
namespace $429 {
|
|
10240
|
-
namespace Content {
|
|
10241
|
-
interface ApplicationJson {
|
|
10242
|
-
[k: string]: unknown;
|
|
10243
|
-
}
|
|
10244
|
-
}
|
|
10245
|
-
}
|
|
10246
|
-
namespace Default {
|
|
10247
|
-
namespace Content {
|
|
10248
|
-
interface ApplicationJson {
|
|
10249
|
-
[k: string]: unknown;
|
|
10250
|
-
}
|
|
10251
|
-
}
|
|
10252
|
-
}
|
|
10253
|
-
}
|
|
10254
|
-
}
|
|
10255
|
-
}
|
|
10256
|
-
namespace V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret {
|
|
10257
|
-
namespace Put {
|
|
10258
|
-
namespace Parameters {
|
|
10259
|
-
type Path = {
|
|
10260
|
-
contributorId: string;
|
|
10261
|
-
extensionId: string;
|
|
10262
|
-
extensionInstanceId: string;
|
|
10263
|
-
};
|
|
10264
|
-
interface RequestBody {
|
|
10265
|
-
allowWebhookFailure?: boolean;
|
|
10266
|
-
}
|
|
10267
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10268
|
-
type Query = {};
|
|
10269
|
-
}
|
|
10270
|
-
namespace Responses {
|
|
10271
|
-
namespace $200 {
|
|
10272
|
-
namespace Content {
|
|
10273
|
-
interface ApplicationJson {
|
|
10274
|
-
secret: string;
|
|
10275
|
-
webhookResult: {
|
|
10276
|
-
failure: boolean;
|
|
10277
|
-
/**
|
|
10278
|
-
* The status code returned by the external application.
|
|
10279
|
-
*/
|
|
10280
|
-
statusCode?: string;
|
|
10281
|
-
};
|
|
10282
|
-
}
|
|
10283
|
-
}
|
|
10284
|
-
}
|
|
10285
|
-
namespace $400 {
|
|
10286
|
-
namespace Content {
|
|
10287
|
-
interface ApplicationJson {
|
|
10288
|
-
[k: string]: unknown;
|
|
10289
|
-
}
|
|
10290
|
-
}
|
|
10291
|
-
}
|
|
10292
|
-
namespace $404 {
|
|
10385
|
+
namespace $404 {
|
|
10293
10386
|
namespace Content {
|
|
10294
10387
|
interface ApplicationJson {
|
|
10295
10388
|
[k: string]: unknown;
|
|
@@ -16572,6 +16665,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16572
16665
|
extensionInstanceId: string;
|
|
16573
16666
|
};
|
|
16574
16667
|
interface RequestBody {
|
|
16668
|
+
/**
|
|
16669
|
+
* The Variant Key of the selected Variant of the Extension. This is only required if the Extension has multiple Variants.
|
|
16670
|
+
*/
|
|
16671
|
+
variantKey?: string;
|
|
16575
16672
|
}
|
|
16576
16673
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
16577
16674
|
type Query = {};
|
|
@@ -17493,7 +17590,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17493
17590
|
extensionId: string;
|
|
17494
17591
|
contributorId: string;
|
|
17495
17592
|
};
|
|
17496
|
-
|
|
17593
|
+
type RequestBody = {
|
|
17497
17594
|
/**
|
|
17498
17595
|
* If set to true, the request will be validated but not executed.
|
|
17499
17596
|
*/
|
|
@@ -17501,8 +17598,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17501
17598
|
/**
|
|
17502
17599
|
* Price in cents.
|
|
17503
17600
|
*/
|
|
17504
|
-
priceInCents
|
|
17505
|
-
}
|
|
17601
|
+
priceInCents: number;
|
|
17602
|
+
} | {
|
|
17603
|
+
/**
|
|
17604
|
+
* If set to true, the request will be validated but not executed.
|
|
17605
|
+
*/
|
|
17606
|
+
dryRun?: boolean;
|
|
17607
|
+
pricePlan: MittwaldAPIV2.Components.Schemas.ExtensionPricePlan;
|
|
17608
|
+
};
|
|
17506
17609
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
17507
17610
|
type Query = {};
|
|
17508
17611
|
}
|
|
@@ -17510,8 +17613,15 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17510
17613
|
namespace $200 {
|
|
17511
17614
|
namespace Content {
|
|
17512
17615
|
interface ApplicationJson {
|
|
17513
|
-
|
|
17514
|
-
|
|
17616
|
+
/**
|
|
17617
|
+
* The ID of the Extension.
|
|
17618
|
+
*/
|
|
17619
|
+
extensionId: string;
|
|
17620
|
+
/**
|
|
17621
|
+
* The time until which the contributor is blocked from changing the price again.
|
|
17622
|
+
*/
|
|
17623
|
+
nextPossiblePriceChange?: string;
|
|
17624
|
+
priceChangeConsequence: {
|
|
17515
17625
|
/**
|
|
17516
17626
|
* Description of the consequence for the Extension from the perspective of the contributor. Values: * "NONE": No consequence. * "EDIT_BLOCK": The Extension will be blocked for editing by the contributor for 30 days.
|
|
17517
17627
|
*
|
|
@@ -18690,6 +18800,88 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18690
18800
|
}
|
|
18691
18801
|
}
|
|
18692
18802
|
}
|
|
18803
|
+
namespace ExperimentalV2CustomersCustomerIdUnlockedLeadsExport { }
|
|
18804
|
+
namespace V2ExperimentalCustomersCustomerIdUnlockedLeadsExport { }
|
|
18805
|
+
namespace V2CustomersCustomerIdUnlockedLeadsExport {
|
|
18806
|
+
namespace Post {
|
|
18807
|
+
namespace Parameters {
|
|
18808
|
+
type Path = {
|
|
18809
|
+
customerId: string;
|
|
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 = {};
|
|
18823
|
+
}
|
|
18824
|
+
namespace Responses {
|
|
18825
|
+
namespace $200 {
|
|
18826
|
+
namespace Content {
|
|
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;
|
|
18838
|
+
}
|
|
18839
|
+
}
|
|
18840
|
+
namespace $400 {
|
|
18841
|
+
namespace Content {
|
|
18842
|
+
interface ApplicationJson {
|
|
18843
|
+
[k: string]: unknown;
|
|
18844
|
+
}
|
|
18845
|
+
}
|
|
18846
|
+
}
|
|
18847
|
+
namespace $403 {
|
|
18848
|
+
namespace Content {
|
|
18849
|
+
interface ApplicationJson {
|
|
18850
|
+
[k: string]: unknown;
|
|
18851
|
+
}
|
|
18852
|
+
}
|
|
18853
|
+
}
|
|
18854
|
+
namespace $404 {
|
|
18855
|
+
namespace Content {
|
|
18856
|
+
interface ApplicationJson {
|
|
18857
|
+
[k: string]: unknown;
|
|
18858
|
+
}
|
|
18859
|
+
}
|
|
18860
|
+
}
|
|
18861
|
+
namespace $409 {
|
|
18862
|
+
namespace Content {
|
|
18863
|
+
interface ApplicationJson {
|
|
18864
|
+
[k: string]: unknown;
|
|
18865
|
+
}
|
|
18866
|
+
}
|
|
18867
|
+
}
|
|
18868
|
+
namespace $429 {
|
|
18869
|
+
namespace Content {
|
|
18870
|
+
interface ApplicationJson {
|
|
18871
|
+
[k: string]: unknown;
|
|
18872
|
+
}
|
|
18873
|
+
}
|
|
18874
|
+
}
|
|
18875
|
+
namespace Default {
|
|
18876
|
+
namespace Content {
|
|
18877
|
+
interface ApplicationJson {
|
|
18878
|
+
[k: string]: unknown;
|
|
18879
|
+
}
|
|
18880
|
+
}
|
|
18881
|
+
}
|
|
18882
|
+
}
|
|
18883
|
+
}
|
|
18884
|
+
}
|
|
18693
18885
|
namespace ExperimentalV2Cities { }
|
|
18694
18886
|
namespace V2ExperimentalCities { }
|
|
18695
18887
|
namespace V2Cities {
|
|
@@ -18913,6 +19105,67 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18913
19105
|
}
|
|
18914
19106
|
}
|
|
18915
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
|
+
}
|
|
18916
19169
|
namespace ExperimentalV2CustomersCustomerIdUnlockedLeadsLeadId { }
|
|
18917
19170
|
namespace V2ExperimentalCustomersCustomerIdUnlockedLeadsLeadId { }
|
|
18918
19171
|
namespace V2CustomersCustomerIdUnlockedLeadsLeadId {
|
|
@@ -27059,207 +27312,5 @@ export declare namespace MittwaldAPIV2 {
|
|
|
27059
27312
|
}
|
|
27060
27313
|
}
|
|
27061
27314
|
}
|
|
27062
|
-
namespace ExperimentalV2CustomersCustomerIdUnlockedLeadsExports { }
|
|
27063
|
-
namespace V2ExperimentalCustomersCustomerIdUnlockedLeadsExports { }
|
|
27064
|
-
namespace V2CustomersCustomerIdUnlockedLeadsExports {
|
|
27065
|
-
namespace Get {
|
|
27066
|
-
namespace Parameters {
|
|
27067
|
-
type Path = {
|
|
27068
|
-
customerId: string;
|
|
27069
|
-
};
|
|
27070
|
-
type Header = {};
|
|
27071
|
-
type Query = {
|
|
27072
|
-
limit?: number;
|
|
27073
|
-
skip?: number;
|
|
27074
|
-
page?: number;
|
|
27075
|
-
sort?: "exportedAt";
|
|
27076
|
-
order?: "asc" | "desc";
|
|
27077
|
-
};
|
|
27078
|
-
}
|
|
27079
|
-
namespace Responses {
|
|
27080
|
-
namespace $200 {
|
|
27081
|
-
namespace Content {
|
|
27082
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExport[];
|
|
27083
|
-
}
|
|
27084
|
-
}
|
|
27085
|
-
namespace $400 {
|
|
27086
|
-
namespace Content {
|
|
27087
|
-
interface ApplicationJson {
|
|
27088
|
-
[k: string]: unknown;
|
|
27089
|
-
}
|
|
27090
|
-
}
|
|
27091
|
-
}
|
|
27092
|
-
namespace $403 {
|
|
27093
|
-
namespace Content {
|
|
27094
|
-
interface ApplicationJson {
|
|
27095
|
-
[k: string]: unknown;
|
|
27096
|
-
}
|
|
27097
|
-
}
|
|
27098
|
-
}
|
|
27099
|
-
namespace $404 {
|
|
27100
|
-
namespace Content {
|
|
27101
|
-
interface ApplicationJson {
|
|
27102
|
-
[k: string]: unknown;
|
|
27103
|
-
}
|
|
27104
|
-
}
|
|
27105
|
-
}
|
|
27106
|
-
namespace $429 {
|
|
27107
|
-
namespace Content {
|
|
27108
|
-
interface ApplicationJson {
|
|
27109
|
-
[k: string]: unknown;
|
|
27110
|
-
}
|
|
27111
|
-
}
|
|
27112
|
-
}
|
|
27113
|
-
namespace Default {
|
|
27114
|
-
namespace Content {
|
|
27115
|
-
interface ApplicationJson {
|
|
27116
|
-
[k: string]: unknown;
|
|
27117
|
-
}
|
|
27118
|
-
}
|
|
27119
|
-
}
|
|
27120
|
-
}
|
|
27121
|
-
}
|
|
27122
|
-
}
|
|
27123
|
-
namespace ExperimentalV2CustomersCustomerIdUnlockedLeadsExport { }
|
|
27124
|
-
namespace V2ExperimentalCustomersCustomerIdUnlockedLeadsExport { }
|
|
27125
|
-
namespace V2CustomersCustomerIdUnlockedLeadsExport {
|
|
27126
|
-
namespace Post {
|
|
27127
|
-
namespace Parameters {
|
|
27128
|
-
type Path = {
|
|
27129
|
-
customerId: string;
|
|
27130
|
-
};
|
|
27131
|
-
interface RequestBody {
|
|
27132
|
-
/**
|
|
27133
|
-
* Whether to export all leads or only not already exported leads.
|
|
27134
|
-
*/
|
|
27135
|
-
exportAllLeads: boolean;
|
|
27136
|
-
/**
|
|
27137
|
-
* The fields to include in the export.
|
|
27138
|
-
*/
|
|
27139
|
-
fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
|
|
27140
|
-
}
|
|
27141
|
-
type Header = {};
|
|
27142
|
-
type Query = {};
|
|
27143
|
-
}
|
|
27144
|
-
namespace Responses {
|
|
27145
|
-
namespace $200 {
|
|
27146
|
-
namespace Content {
|
|
27147
|
-
interface ApplicationJson {
|
|
27148
|
-
/**
|
|
27149
|
-
* The base64 encoded csv content of the export.
|
|
27150
|
-
*/
|
|
27151
|
-
contentBase64: string;
|
|
27152
|
-
exportId: string;
|
|
27153
|
-
}
|
|
27154
|
-
/**
|
|
27155
|
-
* The csv content of the export.
|
|
27156
|
-
*/
|
|
27157
|
-
type TextCsv = string;
|
|
27158
|
-
}
|
|
27159
|
-
}
|
|
27160
|
-
namespace $400 {
|
|
27161
|
-
namespace Content {
|
|
27162
|
-
interface ApplicationJson {
|
|
27163
|
-
[k: string]: unknown;
|
|
27164
|
-
}
|
|
27165
|
-
}
|
|
27166
|
-
}
|
|
27167
|
-
namespace $403 {
|
|
27168
|
-
namespace Content {
|
|
27169
|
-
interface ApplicationJson {
|
|
27170
|
-
[k: string]: unknown;
|
|
27171
|
-
}
|
|
27172
|
-
}
|
|
27173
|
-
}
|
|
27174
|
-
namespace $404 {
|
|
27175
|
-
namespace Content {
|
|
27176
|
-
interface ApplicationJson {
|
|
27177
|
-
[k: string]: unknown;
|
|
27178
|
-
}
|
|
27179
|
-
}
|
|
27180
|
-
}
|
|
27181
|
-
namespace $409 {
|
|
27182
|
-
namespace Content {
|
|
27183
|
-
interface ApplicationJson {
|
|
27184
|
-
[k: string]: unknown;
|
|
27185
|
-
}
|
|
27186
|
-
}
|
|
27187
|
-
}
|
|
27188
|
-
namespace $429 {
|
|
27189
|
-
namespace Content {
|
|
27190
|
-
interface ApplicationJson {
|
|
27191
|
-
[k: string]: unknown;
|
|
27192
|
-
}
|
|
27193
|
-
}
|
|
27194
|
-
}
|
|
27195
|
-
namespace Default {
|
|
27196
|
-
namespace Content {
|
|
27197
|
-
interface ApplicationJson {
|
|
27198
|
-
[k: string]: unknown;
|
|
27199
|
-
}
|
|
27200
|
-
}
|
|
27201
|
-
}
|
|
27202
|
-
}
|
|
27203
|
-
}
|
|
27204
|
-
}
|
|
27205
|
-
namespace V2StacksStackIdVolumes {
|
|
27206
|
-
namespace Get {
|
|
27207
|
-
namespace Parameters {
|
|
27208
|
-
type Path = {
|
|
27209
|
-
stackId: string;
|
|
27210
|
-
};
|
|
27211
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
27212
|
-
type Query = {
|
|
27213
|
-
searchTerm?: string;
|
|
27214
|
-
sortOrder?: MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder;
|
|
27215
|
-
limit?: number;
|
|
27216
|
-
skip?: number;
|
|
27217
|
-
page?: number;
|
|
27218
|
-
};
|
|
27219
|
-
}
|
|
27220
|
-
namespace Responses {
|
|
27221
|
-
namespace $200 {
|
|
27222
|
-
namespace Content {
|
|
27223
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[];
|
|
27224
|
-
}
|
|
27225
|
-
}
|
|
27226
|
-
namespace $400 {
|
|
27227
|
-
namespace Content {
|
|
27228
|
-
interface ApplicationJson {
|
|
27229
|
-
[k: string]: unknown;
|
|
27230
|
-
}
|
|
27231
|
-
}
|
|
27232
|
-
}
|
|
27233
|
-
namespace $403 {
|
|
27234
|
-
namespace Content {
|
|
27235
|
-
interface ApplicationJson {
|
|
27236
|
-
[k: string]: unknown;
|
|
27237
|
-
}
|
|
27238
|
-
}
|
|
27239
|
-
}
|
|
27240
|
-
namespace $429 {
|
|
27241
|
-
namespace Content {
|
|
27242
|
-
interface ApplicationJson {
|
|
27243
|
-
[k: string]: unknown;
|
|
27244
|
-
}
|
|
27245
|
-
}
|
|
27246
|
-
}
|
|
27247
|
-
namespace $500 {
|
|
27248
|
-
namespace Content {
|
|
27249
|
-
interface ApplicationJson {
|
|
27250
|
-
[k: string]: unknown;
|
|
27251
|
-
}
|
|
27252
|
-
}
|
|
27253
|
-
}
|
|
27254
|
-
namespace Default {
|
|
27255
|
-
namespace Content {
|
|
27256
|
-
interface ApplicationJson {
|
|
27257
|
-
[k: string]: unknown;
|
|
27258
|
-
}
|
|
27259
|
-
}
|
|
27260
|
-
}
|
|
27261
|
-
}
|
|
27262
|
-
}
|
|
27263
|
-
}
|
|
27264
27315
|
}
|
|
27265
27316
|
}
|