@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
|
@@ -3496,6 +3496,86 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3496
3496
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3497
3497
|
[x: string]: unknown;
|
|
3498
3498
|
}, 500, "application/json">>>;
|
|
3499
|
+
/** List Volumes belonging to a Stack. */
|
|
3500
|
+
listStackVolumes: (request: {
|
|
3501
|
+
stackId: string;
|
|
3502
|
+
headers?: {
|
|
3503
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
3504
|
+
"x-access-token"?: string | undefined;
|
|
3505
|
+
} | undefined;
|
|
3506
|
+
queryParameters?: {
|
|
3507
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
3508
|
+
searchTerm?: string | undefined;
|
|
3509
|
+
sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder | undefined;
|
|
3510
|
+
limit?: number | undefined;
|
|
3511
|
+
skip?: number | undefined;
|
|
3512
|
+
page?: number | undefined;
|
|
3513
|
+
} | undefined;
|
|
3514
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
3515
|
+
headers?: Partial<{
|
|
3516
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3517
|
+
}>;
|
|
3518
|
+
} & {
|
|
3519
|
+
pathParameters: {
|
|
3520
|
+
stackId: string;
|
|
3521
|
+
};
|
|
3522
|
+
} & {
|
|
3523
|
+
queryParameters: {
|
|
3524
|
+
searchTerm?: string | undefined;
|
|
3525
|
+
sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder | undefined;
|
|
3526
|
+
limit?: number | undefined;
|
|
3527
|
+
skip?: number | undefined;
|
|
3528
|
+
page?: number | undefined;
|
|
3529
|
+
} & Partial<{
|
|
3530
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3531
|
+
}>;
|
|
3532
|
+
} & {
|
|
3533
|
+
headers: {
|
|
3534
|
+
"x-access-token"?: string | undefined;
|
|
3535
|
+
} & Partial<{
|
|
3536
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3537
|
+
}>;
|
|
3538
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3539
|
+
[x: string]: unknown;
|
|
3540
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3541
|
+
[x: string]: unknown;
|
|
3542
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3543
|
+
[x: string]: unknown;
|
|
3544
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3545
|
+
[x: string]: unknown;
|
|
3546
|
+
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
3547
|
+
headers?: Partial<{
|
|
3548
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3549
|
+
}>;
|
|
3550
|
+
} & {
|
|
3551
|
+
pathParameters: {
|
|
3552
|
+
stackId: string;
|
|
3553
|
+
};
|
|
3554
|
+
} & {
|
|
3555
|
+
queryParameters: {
|
|
3556
|
+
searchTerm?: string | undefined;
|
|
3557
|
+
sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder | undefined;
|
|
3558
|
+
limit?: number | undefined;
|
|
3559
|
+
skip?: number | undefined;
|
|
3560
|
+
page?: number | undefined;
|
|
3561
|
+
} & Partial<{
|
|
3562
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3563
|
+
}>;
|
|
3564
|
+
} & {
|
|
3565
|
+
headers: {
|
|
3566
|
+
"x-access-token"?: string | undefined;
|
|
3567
|
+
} & Partial<{
|
|
3568
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
3569
|
+
}>;
|
|
3570
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3571
|
+
[x: string]: unknown;
|
|
3572
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3573
|
+
[x: string]: unknown;
|
|
3574
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3575
|
+
[x: string]: unknown;
|
|
3576
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
3577
|
+
[x: string]: unknown;
|
|
3578
|
+
}, 500, "application/json">>>;
|
|
3499
3579
|
/** List Stacks belonging to a Project. */
|
|
3500
3580
|
listStacks: (request: {
|
|
3501
3581
|
projectId: string;
|
|
@@ -4116,86 +4196,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4116
4196
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4117
4197
|
[x: string]: unknown;
|
|
4118
4198
|
}, 500, "application/json">>>;
|
|
4119
|
-
/** List Volumes belonging to a Stack. */
|
|
4120
|
-
listStackVolumes: (request: {
|
|
4121
|
-
stackId: string;
|
|
4122
|
-
headers?: {
|
|
4123
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
4124
|
-
"x-access-token"?: string | undefined;
|
|
4125
|
-
} | undefined;
|
|
4126
|
-
queryParameters?: {
|
|
4127
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
4128
|
-
searchTerm?: string | undefined;
|
|
4129
|
-
sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder | undefined;
|
|
4130
|
-
limit?: number | undefined;
|
|
4131
|
-
skip?: number | undefined;
|
|
4132
|
-
page?: number | undefined;
|
|
4133
|
-
} | undefined;
|
|
4134
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4135
|
-
headers?: Partial<{
|
|
4136
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4137
|
-
}>;
|
|
4138
|
-
} & {
|
|
4139
|
-
pathParameters: {
|
|
4140
|
-
stackId: string;
|
|
4141
|
-
};
|
|
4142
|
-
} & {
|
|
4143
|
-
queryParameters: {
|
|
4144
|
-
searchTerm?: string | undefined;
|
|
4145
|
-
sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder | undefined;
|
|
4146
|
-
limit?: number | undefined;
|
|
4147
|
-
skip?: number | undefined;
|
|
4148
|
-
page?: number | undefined;
|
|
4149
|
-
} & Partial<{
|
|
4150
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4151
|
-
}>;
|
|
4152
|
-
} & {
|
|
4153
|
-
headers: {
|
|
4154
|
-
"x-access-token"?: string | undefined;
|
|
4155
|
-
} & Partial<{
|
|
4156
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4157
|
-
}>;
|
|
4158
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4159
|
-
[x: string]: unknown;
|
|
4160
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4161
|
-
[x: string]: unknown;
|
|
4162
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4163
|
-
[x: string]: unknown;
|
|
4164
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4165
|
-
[x: string]: unknown;
|
|
4166
|
-
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4167
|
-
headers?: Partial<{
|
|
4168
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4169
|
-
}>;
|
|
4170
|
-
} & {
|
|
4171
|
-
pathParameters: {
|
|
4172
|
-
stackId: string;
|
|
4173
|
-
};
|
|
4174
|
-
} & {
|
|
4175
|
-
queryParameters: {
|
|
4176
|
-
searchTerm?: string | undefined;
|
|
4177
|
-
sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder | undefined;
|
|
4178
|
-
limit?: number | undefined;
|
|
4179
|
-
skip?: number | undefined;
|
|
4180
|
-
page?: number | undefined;
|
|
4181
|
-
} & Partial<{
|
|
4182
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4183
|
-
}>;
|
|
4184
|
-
} & {
|
|
4185
|
-
headers: {
|
|
4186
|
-
"x-access-token"?: string | undefined;
|
|
4187
|
-
} & Partial<{
|
|
4188
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4189
|
-
}>;
|
|
4190
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeResponse[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4191
|
-
[x: string]: unknown;
|
|
4192
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4193
|
-
[x: string]: unknown;
|
|
4194
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4195
|
-
[x: string]: unknown;
|
|
4196
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4197
|
-
[x: string]: unknown;
|
|
4198
|
-
}, 500, "application/json">>>;
|
|
4199
4199
|
};
|
|
4200
4200
|
/** The contract API allows you to manage your contracts and orders */
|
|
4201
4201
|
readonly contract: {
|
|
@@ -6248,6 +6248,94 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6248
6248
|
};
|
|
6249
6249
|
/** The marketplace API allows you to manage extensions and more information regaring the marketplace. */
|
|
6250
6250
|
readonly marketplace: {
|
|
6251
|
+
/** Start the verification process of a contributor. */
|
|
6252
|
+
contributorRequestVerification: (request: {
|
|
6253
|
+
contributorId: string;
|
|
6254
|
+
headers?: {
|
|
6255
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6256
|
+
"x-access-token"?: string | undefined;
|
|
6257
|
+
} | undefined;
|
|
6258
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6259
|
+
headers?: Partial<{
|
|
6260
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6261
|
+
}>;
|
|
6262
|
+
} & {
|
|
6263
|
+
pathParameters: {
|
|
6264
|
+
contributorId: string;
|
|
6265
|
+
};
|
|
6266
|
+
} & {
|
|
6267
|
+
headers: {
|
|
6268
|
+
"x-access-token"?: string | undefined;
|
|
6269
|
+
} & Partial<{
|
|
6270
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6271
|
+
}>;
|
|
6272
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6273
|
+
[x: string]: unknown;
|
|
6274
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6275
|
+
[x: string]: unknown;
|
|
6276
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6277
|
+
headers?: Partial<{
|
|
6278
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6279
|
+
}>;
|
|
6280
|
+
} & {
|
|
6281
|
+
pathParameters: {
|
|
6282
|
+
contributorId: string;
|
|
6283
|
+
};
|
|
6284
|
+
} & {
|
|
6285
|
+
headers: {
|
|
6286
|
+
"x-access-token"?: string | undefined;
|
|
6287
|
+
} & Partial<{
|
|
6288
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6289
|
+
}>;
|
|
6290
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6291
|
+
[x: string]: unknown;
|
|
6292
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6293
|
+
[x: string]: unknown;
|
|
6294
|
+
}, 429, "application/json">>>;
|
|
6295
|
+
/** Cancel the verification-process of a contributor. */
|
|
6296
|
+
contributorCancelVerification: (request: {
|
|
6297
|
+
contributorId: string;
|
|
6298
|
+
headers?: {
|
|
6299
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6300
|
+
"x-access-token"?: string | undefined;
|
|
6301
|
+
} | undefined;
|
|
6302
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6303
|
+
headers?: Partial<{
|
|
6304
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6305
|
+
}>;
|
|
6306
|
+
} & {
|
|
6307
|
+
pathParameters: {
|
|
6308
|
+
contributorId: string;
|
|
6309
|
+
};
|
|
6310
|
+
} & {
|
|
6311
|
+
headers: {
|
|
6312
|
+
"x-access-token"?: string | undefined;
|
|
6313
|
+
} & Partial<{
|
|
6314
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6315
|
+
}>;
|
|
6316
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6317
|
+
[x: string]: unknown;
|
|
6318
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6319
|
+
[x: string]: unknown;
|
|
6320
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6321
|
+
headers?: Partial<{
|
|
6322
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6323
|
+
}>;
|
|
6324
|
+
} & {
|
|
6325
|
+
pathParameters: {
|
|
6326
|
+
contributorId: string;
|
|
6327
|
+
};
|
|
6328
|
+
} & {
|
|
6329
|
+
headers: {
|
|
6330
|
+
"x-access-token"?: string | undefined;
|
|
6331
|
+
} & Partial<{
|
|
6332
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6333
|
+
}>;
|
|
6334
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6335
|
+
[x: string]: unknown;
|
|
6336
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6337
|
+
[x: string]: unknown;
|
|
6338
|
+
}, 429, "application/json">>>;
|
|
6251
6339
|
/** Get a Contributor. */
|
|
6252
6340
|
extensionGetContributor: (request: {
|
|
6253
6341
|
contributorId: string;
|
|
@@ -7215,96 +7303,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7215
7303
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7216
7304
|
[x: string]: unknown;
|
|
7217
7305
|
}, 429, "application/json">>>;
|
|
7218
|
-
/**
|
|
7219
|
-
|
|
7220
|
-
contributorId: string;
|
|
7221
|
-
headers?: {
|
|
7222
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
7223
|
-
"x-access-token"?: string | undefined;
|
|
7224
|
-
} | undefined;
|
|
7225
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7226
|
-
headers?: Partial<{
|
|
7227
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7228
|
-
}>;
|
|
7229
|
-
} & {
|
|
7230
|
-
pathParameters: {
|
|
7231
|
-
contributorId: string;
|
|
7232
|
-
};
|
|
7233
|
-
} & {
|
|
7234
|
-
headers: {
|
|
7235
|
-
"x-access-token"?: string | undefined;
|
|
7236
|
-
} & Partial<{
|
|
7237
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7238
|
-
}>;
|
|
7239
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7240
|
-
[x: string]: unknown;
|
|
7241
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7242
|
-
[x: string]: unknown;
|
|
7243
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7244
|
-
headers?: Partial<{
|
|
7245
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7246
|
-
}>;
|
|
7247
|
-
} & {
|
|
7248
|
-
pathParameters: {
|
|
7249
|
-
contributorId: string;
|
|
7250
|
-
};
|
|
7251
|
-
} & {
|
|
7252
|
-
headers: {
|
|
7253
|
-
"x-access-token"?: string | undefined;
|
|
7254
|
-
} & Partial<{
|
|
7255
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7256
|
-
}>;
|
|
7257
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7258
|
-
[x: string]: unknown;
|
|
7259
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7260
|
-
[x: string]: unknown;
|
|
7261
|
-
}, 429, "application/json">>>;
|
|
7262
|
-
/** Cancel the verification-process of a contributor. */
|
|
7263
|
-
contributorCancelVerification: (request: {
|
|
7264
|
-
contributorId: string;
|
|
7265
|
-
headers?: {
|
|
7266
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
7267
|
-
"x-access-token"?: string | undefined;
|
|
7268
|
-
} | undefined;
|
|
7269
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7270
|
-
headers?: Partial<{
|
|
7271
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7272
|
-
}>;
|
|
7273
|
-
} & {
|
|
7274
|
-
pathParameters: {
|
|
7275
|
-
contributorId: string;
|
|
7276
|
-
};
|
|
7277
|
-
} & {
|
|
7278
|
-
headers: {
|
|
7279
|
-
"x-access-token"?: string | undefined;
|
|
7280
|
-
} & Partial<{
|
|
7281
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7282
|
-
}>;
|
|
7283
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7284
|
-
[x: string]: unknown;
|
|
7285
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7286
|
-
[x: string]: unknown;
|
|
7287
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7288
|
-
headers?: Partial<{
|
|
7289
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7290
|
-
}>;
|
|
7291
|
-
} & {
|
|
7292
|
-
pathParameters: {
|
|
7293
|
-
contributorId: string;
|
|
7294
|
-
};
|
|
7295
|
-
} & {
|
|
7296
|
-
headers: {
|
|
7297
|
-
"x-access-token"?: string | undefined;
|
|
7298
|
-
} & Partial<{
|
|
7299
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7300
|
-
}>;
|
|
7301
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7302
|
-
[x: string]: unknown;
|
|
7303
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7304
|
-
[x: string]: unknown;
|
|
7305
|
-
}, 429, "application/json">>>;
|
|
7306
|
-
/** Rotate the secret for an extension instance. */
|
|
7307
|
-
contributorRotateSecretForExtensionInstance: (request: {
|
|
7306
|
+
/** Rotate the secret for an extension instance. */
|
|
7307
|
+
contributorRotateSecretForExtensionInstance: (request: {
|
|
7308
7308
|
contributorId: string;
|
|
7309
7309
|
extensionId: string;
|
|
7310
7310
|
extensionInstanceId: string;
|
|
@@ -8926,6 +8926,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8926
8926
|
interactionRequired: boolean;
|
|
8927
8927
|
status: "notStarted" | "pending" | "active" | "terminationPending";
|
|
8928
8928
|
terminationTargetDate?: string | undefined;
|
|
8929
|
+
variantDescription?: string | undefined;
|
|
8930
|
+
variantKey?: string | undefined;
|
|
8931
|
+
variantName?: string | undefined;
|
|
8929
8932
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8930
8933
|
[x: string]: unknown;
|
|
8931
8934
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -8952,6 +8955,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8952
8955
|
interactionRequired: boolean;
|
|
8953
8956
|
status: "notStarted" | "pending" | "active" | "terminationPending";
|
|
8954
8957
|
terminationTargetDate?: string | undefined;
|
|
8958
|
+
variantDescription?: string | undefined;
|
|
8959
|
+
variantKey?: string | undefined;
|
|
8960
|
+
variantName?: string | undefined;
|
|
8955
8961
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8956
8962
|
[x: string]: unknown;
|
|
8957
8963
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -8962,18 +8968,25 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8962
8968
|
/** Update or Create Contract for existing Extension Instances. */
|
|
8963
8969
|
extensionUpdateExtensionInstanceContract: (request: {
|
|
8964
8970
|
extensionInstanceId: string;
|
|
8971
|
+
data?: {
|
|
8972
|
+
variantKey?: string | undefined;
|
|
8973
|
+
} | undefined;
|
|
8965
8974
|
headers?: {
|
|
8966
8975
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
8967
8976
|
"x-access-token"?: string | undefined;
|
|
8968
8977
|
} | undefined;
|
|
8969
8978
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
8970
|
-
|
|
8971
|
-
|
|
8972
|
-
}
|
|
8979
|
+
data: {
|
|
8980
|
+
variantKey?: string | undefined;
|
|
8981
|
+
};
|
|
8973
8982
|
} & {
|
|
8974
8983
|
pathParameters: {
|
|
8975
8984
|
extensionInstanceId: string;
|
|
8976
8985
|
};
|
|
8986
|
+
} & {
|
|
8987
|
+
headers?: Partial<{
|
|
8988
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
8989
|
+
}>;
|
|
8977
8990
|
} & {
|
|
8978
8991
|
headers: {
|
|
8979
8992
|
"x-access-token"?: string | undefined;
|
|
@@ -8987,13 +9000,17 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8987
9000
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
8988
9001
|
[x: string]: unknown;
|
|
8989
9002
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
8990
|
-
|
|
8991
|
-
|
|
8992
|
-
}
|
|
9003
|
+
data: {
|
|
9004
|
+
variantKey?: string | undefined;
|
|
9005
|
+
};
|
|
8993
9006
|
} & {
|
|
8994
9007
|
pathParameters: {
|
|
8995
9008
|
extensionInstanceId: string;
|
|
8996
9009
|
};
|
|
9010
|
+
} & {
|
|
9011
|
+
headers?: Partial<{
|
|
9012
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
9013
|
+
}>;
|
|
8997
9014
|
} & {
|
|
8998
9015
|
headers: {
|
|
8999
9016
|
"x-access-token"?: string | undefined;
|
|
@@ -10234,27 +10251,45 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10234
10251
|
}, 429, "application/json">>>;
|
|
10235
10252
|
/** Creates or Updates Pricing for an Extension. */
|
|
10236
10253
|
extensionUpdateExtensionPricing: (request: {
|
|
10254
|
+
data: {
|
|
10255
|
+
priceInCents: number;
|
|
10256
|
+
dryRun?: boolean | undefined;
|
|
10257
|
+
};
|
|
10237
10258
|
extensionId: string;
|
|
10238
10259
|
contributorId: string;
|
|
10239
|
-
|
|
10240
|
-
|
|
10241
|
-
|
|
10260
|
+
headers?: {
|
|
10261
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
10262
|
+
"x-access-token"?: string | undefined;
|
|
10242
10263
|
} | undefined;
|
|
10264
|
+
} | {
|
|
10265
|
+
data: {
|
|
10266
|
+
pricePlan: {
|
|
10267
|
+
variants: import("./types.js").MittwaldAPIV2.Components.Schemas.ExtensionVariant[];
|
|
10268
|
+
};
|
|
10269
|
+
dryRun?: boolean | undefined;
|
|
10270
|
+
};
|
|
10271
|
+
extensionId: string;
|
|
10272
|
+
contributorId: string;
|
|
10243
10273
|
headers?: {
|
|
10244
10274
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
10245
10275
|
"x-access-token"?: string | undefined;
|
|
10246
10276
|
} | undefined;
|
|
10247
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10277
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<(({
|
|
10248
10278
|
data: {
|
|
10249
10279
|
dryRun?: boolean | undefined;
|
|
10250
|
-
priceInCents
|
|
10280
|
+
priceInCents: number;
|
|
10251
10281
|
};
|
|
10252
|
-
}
|
|
10282
|
+
} | {
|
|
10283
|
+
data: {
|
|
10284
|
+
dryRun?: boolean | undefined;
|
|
10285
|
+
pricePlan: import("./types.js").MittwaldAPIV2.Components.Schemas.ExtensionPricePlan;
|
|
10286
|
+
};
|
|
10287
|
+
}) & {
|
|
10253
10288
|
pathParameters: {
|
|
10254
10289
|
extensionId: string;
|
|
10255
10290
|
contributorId: string;
|
|
10256
10291
|
};
|
|
10257
|
-
} & {
|
|
10292
|
+
}) & {
|
|
10258
10293
|
headers?: Partial<{
|
|
10259
10294
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10260
10295
|
}>;
|
|
@@ -10265,15 +10300,16 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10265
10300
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10266
10301
|
}>;
|
|
10267
10302
|
}, import("@mittwald/api-client-commons").Response<{
|
|
10268
|
-
extensionId
|
|
10269
|
-
|
|
10303
|
+
extensionId: string;
|
|
10304
|
+
nextPossiblePriceChange?: string | undefined;
|
|
10305
|
+
priceChangeConsequence: {
|
|
10270
10306
|
contributorConsequence: "NONE" | "EDIT_BLOCK";
|
|
10271
10307
|
globalCustomerConsequence: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10272
10308
|
variantConsequences: {
|
|
10273
10309
|
consequence?: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10274
10310
|
variantKey?: string;
|
|
10275
10311
|
}[];
|
|
10276
|
-
}
|
|
10312
|
+
};
|
|
10277
10313
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10278
10314
|
[x: string]: unknown;
|
|
10279
10315
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -10282,17 +10318,22 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10282
10318
|
[x: string]: unknown;
|
|
10283
10319
|
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10284
10320
|
[x: string]: unknown;
|
|
10285
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10321
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<(({
|
|
10286
10322
|
data: {
|
|
10287
10323
|
dryRun?: boolean | undefined;
|
|
10288
|
-
priceInCents
|
|
10324
|
+
priceInCents: number;
|
|
10289
10325
|
};
|
|
10290
|
-
}
|
|
10326
|
+
} | {
|
|
10327
|
+
data: {
|
|
10328
|
+
dryRun?: boolean | undefined;
|
|
10329
|
+
pricePlan: import("./types.js").MittwaldAPIV2.Components.Schemas.ExtensionPricePlan;
|
|
10330
|
+
};
|
|
10331
|
+
}) & {
|
|
10291
10332
|
pathParameters: {
|
|
10292
10333
|
extensionId: string;
|
|
10293
10334
|
contributorId: string;
|
|
10294
10335
|
};
|
|
10295
|
-
} & {
|
|
10336
|
+
}) & {
|
|
10296
10337
|
headers?: Partial<{
|
|
10297
10338
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10298
10339
|
}>;
|
|
@@ -10303,15 +10344,16 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10303
10344
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10304
10345
|
}>;
|
|
10305
10346
|
}, import("@mittwald/api-client-commons").Response<{
|
|
10306
|
-
extensionId
|
|
10307
|
-
|
|
10347
|
+
extensionId: string;
|
|
10348
|
+
nextPossiblePriceChange?: string | undefined;
|
|
10349
|
+
priceChangeConsequence: {
|
|
10308
10350
|
contributorConsequence: "NONE" | "EDIT_BLOCK";
|
|
10309
10351
|
globalCustomerConsequence: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10310
10352
|
variantConsequences: {
|
|
10311
10353
|
consequence?: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10312
10354
|
variantKey?: string;
|
|
10313
10355
|
}[];
|
|
10314
|
-
}
|
|
10356
|
+
};
|
|
10315
10357
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10316
10358
|
[x: string]: unknown;
|
|
10317
10359
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -22973,6 +23015,69 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22973
23015
|
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22974
23016
|
[x: string]: unknown;
|
|
22975
23017
|
}, 429, "application/json">>>;
|
|
23018
|
+
/** Create an export of unlocked leads for the given customerId. */
|
|
23019
|
+
leadfyndrCreateLeadsExport: (request: {
|
|
23020
|
+
data: {
|
|
23021
|
+
exportAllLeads: boolean;
|
|
23022
|
+
fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
|
|
23023
|
+
};
|
|
23024
|
+
customerId: string;
|
|
23025
|
+
headers?: {
|
|
23026
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23027
|
+
} | undefined;
|
|
23028
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23029
|
+
data: {
|
|
23030
|
+
exportAllLeads: boolean;
|
|
23031
|
+
fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
|
|
23032
|
+
};
|
|
23033
|
+
} & {
|
|
23034
|
+
pathParameters: {
|
|
23035
|
+
customerId: string;
|
|
23036
|
+
};
|
|
23037
|
+
} & {
|
|
23038
|
+
headers?: Partial<{
|
|
23039
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23040
|
+
}>;
|
|
23041
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
23042
|
+
contentBase64: string;
|
|
23043
|
+
exportId: string;
|
|
23044
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<string, 200, "text/csv"> | import("@mittwald/api-client-commons").Response<{
|
|
23045
|
+
[x: string]: unknown;
|
|
23046
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23047
|
+
[x: string]: unknown;
|
|
23048
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23049
|
+
[x: string]: unknown;
|
|
23050
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23051
|
+
[x: string]: unknown;
|
|
23052
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23053
|
+
[x: string]: unknown;
|
|
23054
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23055
|
+
data: {
|
|
23056
|
+
exportAllLeads: boolean;
|
|
23057
|
+
fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
|
|
23058
|
+
};
|
|
23059
|
+
} & {
|
|
23060
|
+
pathParameters: {
|
|
23061
|
+
customerId: string;
|
|
23062
|
+
};
|
|
23063
|
+
} & {
|
|
23064
|
+
headers?: Partial<{
|
|
23065
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23066
|
+
}>;
|
|
23067
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
23068
|
+
contentBase64: string;
|
|
23069
|
+
exportId: string;
|
|
23070
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<string, 200, "text/csv"> | import("@mittwald/api-client-commons").Response<{
|
|
23071
|
+
[x: string]: unknown;
|
|
23072
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23073
|
+
[x: string]: unknown;
|
|
23074
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23075
|
+
[x: string]: unknown;
|
|
23076
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23077
|
+
[x: string]: unknown;
|
|
23078
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23079
|
+
[x: string]: unknown;
|
|
23080
|
+
}, 429, "application/json">>>;
|
|
22976
23081
|
/** Get cities in DACH. */
|
|
22977
23082
|
leadfyndrGetCities: (request: {
|
|
22978
23083
|
queryParameters: {
|
|
@@ -23205,6 +23310,73 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23205
23310
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23206
23311
|
[x: string]: unknown;
|
|
23207
23312
|
}, 429, "application/json">>>;
|
|
23313
|
+
/** Get unlocked leads export history for the given customerId. */
|
|
23314
|
+
leadfyndrGetLeadsExportHistory: (request: {
|
|
23315
|
+
customerId: string;
|
|
23316
|
+
headers?: {
|
|
23317
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23318
|
+
} | undefined;
|
|
23319
|
+
queryParameters?: {
|
|
23320
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23321
|
+
limit?: number | undefined;
|
|
23322
|
+
skip?: number | undefined;
|
|
23323
|
+
page?: number | undefined;
|
|
23324
|
+
sort?: "exportedAt" | undefined;
|
|
23325
|
+
order?: "asc" | "desc" | undefined;
|
|
23326
|
+
} | undefined;
|
|
23327
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23328
|
+
headers?: Partial<{
|
|
23329
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23330
|
+
}>;
|
|
23331
|
+
} & {
|
|
23332
|
+
pathParameters: {
|
|
23333
|
+
customerId: string;
|
|
23334
|
+
};
|
|
23335
|
+
} & {
|
|
23336
|
+
queryParameters: {
|
|
23337
|
+
limit?: number | undefined;
|
|
23338
|
+
skip?: number | undefined;
|
|
23339
|
+
page?: number | undefined;
|
|
23340
|
+
sort?: "exportedAt" | undefined;
|
|
23341
|
+
order?: "asc" | "desc" | undefined;
|
|
23342
|
+
} & Partial<{
|
|
23343
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23344
|
+
}>;
|
|
23345
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExport[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23346
|
+
[x: string]: unknown;
|
|
23347
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23348
|
+
[x: string]: unknown;
|
|
23349
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23350
|
+
[x: string]: unknown;
|
|
23351
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23352
|
+
[x: string]: unknown;
|
|
23353
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23354
|
+
headers?: Partial<{
|
|
23355
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23356
|
+
}>;
|
|
23357
|
+
} & {
|
|
23358
|
+
pathParameters: {
|
|
23359
|
+
customerId: string;
|
|
23360
|
+
};
|
|
23361
|
+
} & {
|
|
23362
|
+
queryParameters: {
|
|
23363
|
+
limit?: number | undefined;
|
|
23364
|
+
skip?: number | undefined;
|
|
23365
|
+
page?: number | undefined;
|
|
23366
|
+
sort?: "exportedAt" | undefined;
|
|
23367
|
+
order?: "asc" | "desc" | undefined;
|
|
23368
|
+
} & Partial<{
|
|
23369
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23370
|
+
}>;
|
|
23371
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExport[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23372
|
+
[x: string]: unknown;
|
|
23373
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23374
|
+
[x: string]: unknown;
|
|
23375
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23376
|
+
[x: string]: unknown;
|
|
23377
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23378
|
+
[x: string]: unknown;
|
|
23379
|
+
}, 429, "application/json">>>;
|
|
23208
23380
|
/** Get a detail of a unlocked lead. Organisation can unlock leads. */
|
|
23209
23381
|
leadfyndrGetUnlockedLead: (request: {
|
|
23210
23382
|
leadId: string;
|
|
@@ -23676,136 +23848,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23676
23848
|
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23677
23849
|
[x: string]: unknown;
|
|
23678
23850
|
}, 429, "application/json">>>;
|
|
23679
|
-
/** Get unlocked leads export history for the given customerId. */
|
|
23680
|
-
leadfyndrGetLeadsExportHistory: (request: {
|
|
23681
|
-
customerId: string;
|
|
23682
|
-
headers?: {
|
|
23683
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23684
|
-
} | undefined;
|
|
23685
|
-
queryParameters?: {
|
|
23686
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23687
|
-
limit?: number | undefined;
|
|
23688
|
-
skip?: number | undefined;
|
|
23689
|
-
page?: number | undefined;
|
|
23690
|
-
sort?: "exportedAt" | undefined;
|
|
23691
|
-
order?: "asc" | "desc" | undefined;
|
|
23692
|
-
} | undefined;
|
|
23693
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23694
|
-
headers?: Partial<{
|
|
23695
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23696
|
-
}>;
|
|
23697
|
-
} & {
|
|
23698
|
-
pathParameters: {
|
|
23699
|
-
customerId: string;
|
|
23700
|
-
};
|
|
23701
|
-
} & {
|
|
23702
|
-
queryParameters: {
|
|
23703
|
-
limit?: number | undefined;
|
|
23704
|
-
skip?: number | undefined;
|
|
23705
|
-
page?: number | undefined;
|
|
23706
|
-
sort?: "exportedAt" | undefined;
|
|
23707
|
-
order?: "asc" | "desc" | undefined;
|
|
23708
|
-
} & Partial<{
|
|
23709
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23710
|
-
}>;
|
|
23711
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExport[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23712
|
-
[x: string]: unknown;
|
|
23713
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23714
|
-
[x: string]: unknown;
|
|
23715
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23716
|
-
[x: string]: unknown;
|
|
23717
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23718
|
-
[x: string]: unknown;
|
|
23719
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23720
|
-
headers?: Partial<{
|
|
23721
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23722
|
-
}>;
|
|
23723
|
-
} & {
|
|
23724
|
-
pathParameters: {
|
|
23725
|
-
customerId: string;
|
|
23726
|
-
};
|
|
23727
|
-
} & {
|
|
23728
|
-
queryParameters: {
|
|
23729
|
-
limit?: number | undefined;
|
|
23730
|
-
skip?: number | undefined;
|
|
23731
|
-
page?: number | undefined;
|
|
23732
|
-
sort?: "exportedAt" | undefined;
|
|
23733
|
-
order?: "asc" | "desc" | undefined;
|
|
23734
|
-
} & Partial<{
|
|
23735
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23736
|
-
}>;
|
|
23737
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExport[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23738
|
-
[x: string]: unknown;
|
|
23739
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23740
|
-
[x: string]: unknown;
|
|
23741
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23742
|
-
[x: string]: unknown;
|
|
23743
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23744
|
-
[x: string]: unknown;
|
|
23745
|
-
}, 429, "application/json">>>;
|
|
23746
|
-
/** Create an export of unlocked leads for the given customerId. */
|
|
23747
|
-
leadfyndrCreateLeadsExport: (request: {
|
|
23748
|
-
data: {
|
|
23749
|
-
exportAllLeads: boolean;
|
|
23750
|
-
fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
|
|
23751
|
-
};
|
|
23752
|
-
customerId: string;
|
|
23753
|
-
headers?: {
|
|
23754
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23755
|
-
} | undefined;
|
|
23756
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23757
|
-
data: {
|
|
23758
|
-
exportAllLeads: boolean;
|
|
23759
|
-
fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
|
|
23760
|
-
};
|
|
23761
|
-
} & {
|
|
23762
|
-
pathParameters: {
|
|
23763
|
-
customerId: string;
|
|
23764
|
-
};
|
|
23765
|
-
} & {
|
|
23766
|
-
headers?: Partial<{
|
|
23767
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23768
|
-
}>;
|
|
23769
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
23770
|
-
contentBase64: string;
|
|
23771
|
-
exportId: string;
|
|
23772
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<string, 200, "text/csv"> | import("@mittwald/api-client-commons").Response<{
|
|
23773
|
-
[x: string]: unknown;
|
|
23774
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23775
|
-
[x: string]: unknown;
|
|
23776
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23777
|
-
[x: string]: unknown;
|
|
23778
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23779
|
-
[x: string]: unknown;
|
|
23780
|
-
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23781
|
-
[x: string]: unknown;
|
|
23782
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23783
|
-
data: {
|
|
23784
|
-
exportAllLeads: boolean;
|
|
23785
|
-
fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
|
|
23786
|
-
};
|
|
23787
|
-
} & {
|
|
23788
|
-
pathParameters: {
|
|
23789
|
-
customerId: string;
|
|
23790
|
-
};
|
|
23791
|
-
} & {
|
|
23792
|
-
headers?: Partial<{
|
|
23793
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23794
|
-
}>;
|
|
23795
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
23796
|
-
contentBase64: string;
|
|
23797
|
-
exportId: string;
|
|
23798
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<string, 200, "text/csv"> | import("@mittwald/api-client-commons").Response<{
|
|
23799
|
-
[x: string]: unknown;
|
|
23800
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23801
|
-
[x: string]: unknown;
|
|
23802
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23803
|
-
[x: string]: unknown;
|
|
23804
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23805
|
-
[x: string]: unknown;
|
|
23806
|
-
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
23807
|
-
[x: string]: unknown;
|
|
23808
|
-
}, 429, "application/json">>>;
|
|
23809
23851
|
};
|
|
23810
23852
|
/** API endpoints that are not related to any specific API domain */
|
|
23811
23853
|
readonly misc: {
|