@mittwald/api-client 0.0.0-development-da42e97-20250926 → 0.0.0-development-e87cbeb-20251001

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.
@@ -1911,7 +1911,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1911
1911
  parentId?: string | undefined;
1912
1912
  projectId: string;
1913
1913
  requestedAt: string;
1914
- restorePath?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestorePathResponse | undefined;
1914
+ restorePath?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestorePath | undefined;
1915
1915
  status: string;
1916
1916
  }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
1917
1917
  [x: string]: unknown;
@@ -1948,7 +1948,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1948
1948
  parentId?: string | undefined;
1949
1949
  projectId: string;
1950
1950
  requestedAt: string;
1951
- restorePath?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestorePathResponse | undefined;
1951
+ restorePath?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestorePath | undefined;
1952
1952
  status: string;
1953
1953
  }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
1954
1954
  [x: string]: unknown;
@@ -2171,7 +2171,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2171
2171
  parentId?: string | undefined;
2172
2172
  projectId: string;
2173
2173
  requestedAt: string;
2174
- restorePath?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestorePathResponse | undefined;
2174
+ restorePath?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestorePath | undefined;
2175
2175
  status: string;
2176
2176
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
2177
2177
  [x: string]: unknown;
@@ -2203,7 +2203,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2203
2203
  parentId?: string | undefined;
2204
2204
  projectId: string;
2205
2205
  requestedAt: string;
2206
- restorePath?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestorePathResponse | undefined;
2206
+ restorePath?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupRestorePath | undefined;
2207
2207
  status: string;
2208
2208
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
2209
2209
  [x: string]: unknown;
@@ -2260,71 +2260,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2260
2260
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
2261
2261
  [x: string]: unknown;
2262
2262
  }, 429, "application/json">>>;
2263
- /** Change the description of a ProjectBackup. */
2264
- updateProjectBackupDescription: (request: {
2265
- projectBackupId: string;
2266
- data?: {
2267
- description?: string | undefined;
2268
- } | undefined;
2269
- headers?: {
2270
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
2271
- "x-access-token"?: string | undefined;
2272
- } | undefined;
2273
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
2274
- data: {
2275
- description?: string | undefined;
2276
- };
2277
- } & {
2278
- pathParameters: {
2279
- projectBackupId: string;
2280
- };
2281
- } & {
2282
- headers?: Partial<{
2283
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
2284
- }>;
2285
- } & {
2286
- headers: {
2287
- "x-access-token"?: string | undefined;
2288
- } & Partial<{
2289
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
2290
- }>;
2291
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
2292
- [x: string]: unknown;
2293
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
2294
- [x: string]: unknown;
2295
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
2296
- [x: string]: unknown;
2297
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
2298
- [x: string]: unknown;
2299
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
2300
- data: {
2301
- description?: string | undefined;
2302
- };
2303
- } & {
2304
- pathParameters: {
2305
- projectBackupId: string;
2306
- };
2307
- } & {
2308
- headers?: Partial<{
2309
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
2310
- }>;
2311
- } & {
2312
- headers: {
2313
- "x-access-token"?: string | undefined;
2314
- } & Partial<{
2315
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
2316
- }>;
2317
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
2318
- [x: string]: unknown;
2319
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
2320
- [x: string]: unknown;
2321
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
2322
- [x: string]: unknown;
2323
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
2324
- [x: string]: unknown;
2325
- }, 429, "application/json">>>;
2326
- /** Get table of contents for a Project Backup. */
2327
- getProjectBackupToc: (request: {
2263
+ /** Get table of contents for a ProjectBackup. */
2264
+ getProjectBackupDirectories: (request: {
2328
2265
  projectBackupId: string;
2329
2266
  headers?: {
2330
2267
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -2360,7 +2297,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2360
2297
  isExecutable?: boolean | undefined;
2361
2298
  isFile?: boolean | undefined;
2362
2299
  isSymlink?: boolean | undefined;
2363
- items?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupDirectory[] | undefined;
2300
+ items?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupPath[] | undefined;
2364
2301
  name: string;
2365
2302
  size: number;
2366
2303
  target?: string | undefined;
@@ -2400,7 +2337,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2400
2337
  isExecutable?: boolean | undefined;
2401
2338
  isFile?: boolean | undefined;
2402
2339
  isSymlink?: boolean | undefined;
2403
- items?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupDirectory[] | undefined;
2340
+ items?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackupPath[] | undefined;
2404
2341
  name: string;
2405
2342
  size: number;
2406
2343
  target?: string | undefined;
@@ -2417,12 +2354,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2417
2354
  }, 503, "application/json">>>;
2418
2355
  /** Restore a ProjectBackup's path. */
2419
2356
  requestProjectBackupRestorePath: (request: {
2420
- projectBackupId: string;
2421
- data?: {
2357
+ data: {
2358
+ sourcePath: string;
2422
2359
  clearTargetPath?: boolean | undefined;
2423
- sourcePath?: string | undefined;
2424
- targetDir?: string | undefined;
2425
- } | undefined;
2360
+ targetPath?: string | undefined;
2361
+ };
2362
+ projectBackupId: string;
2426
2363
  headers?: {
2427
2364
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
2428
2365
  "x-access-token"?: string | undefined;
@@ -2430,8 +2367,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2430
2367
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
2431
2368
  data: {
2432
2369
  clearTargetPath?: boolean | undefined;
2433
- sourcePath?: string | undefined;
2434
- targetDir?: string | undefined;
2370
+ sourcePath: string;
2371
+ targetPath?: string | undefined;
2435
2372
  };
2436
2373
  } & {
2437
2374
  pathParameters: {
@@ -2458,8 +2395,71 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2458
2395
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
2459
2396
  data: {
2460
2397
  clearTargetPath?: boolean | undefined;
2461
- sourcePath?: string | undefined;
2462
- targetDir?: string | undefined;
2398
+ sourcePath: string;
2399
+ targetPath?: string | undefined;
2400
+ };
2401
+ } & {
2402
+ pathParameters: {
2403
+ projectBackupId: string;
2404
+ };
2405
+ } & {
2406
+ headers?: Partial<{
2407
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
2408
+ }>;
2409
+ } & {
2410
+ headers: {
2411
+ "x-access-token"?: string | undefined;
2412
+ } & Partial<{
2413
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
2414
+ }>;
2415
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
2416
+ [x: string]: unknown;
2417
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
2418
+ [x: string]: unknown;
2419
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
2420
+ [x: string]: unknown;
2421
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
2422
+ [x: string]: unknown;
2423
+ }, 429, "application/json">>>;
2424
+ /** Change the description of a ProjectBackup. */
2425
+ updateProjectBackupDescription: (request: {
2426
+ projectBackupId: string;
2427
+ data?: {
2428
+ description?: string | undefined;
2429
+ } | undefined;
2430
+ headers?: {
2431
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
2432
+ "x-access-token"?: string | undefined;
2433
+ } | undefined;
2434
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
2435
+ data: {
2436
+ description?: string | undefined;
2437
+ };
2438
+ } & {
2439
+ pathParameters: {
2440
+ projectBackupId: string;
2441
+ };
2442
+ } & {
2443
+ headers?: Partial<{
2444
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
2445
+ }>;
2446
+ } & {
2447
+ headers: {
2448
+ "x-access-token"?: string | undefined;
2449
+ } & Partial<{
2450
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
2451
+ }>;
2452
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
2453
+ [x: string]: unknown;
2454
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
2455
+ [x: string]: unknown;
2456
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
2457
+ [x: string]: unknown;
2458
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
2459
+ [x: string]: unknown;
2460
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
2461
+ data: {
2462
+ description?: string | undefined;
2463
2463
  };
2464
2464
  } & {
2465
2465
  pathParameters: {
@@ -6322,6 +6322,94 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6322
6322
  };
6323
6323
  /** The marketplace API allows you to manage extensions and more information regaring the marketplace. */
6324
6324
  readonly marketplace: {
6325
+ /** Start the verification process of a contributor. */
6326
+ contributorRequestVerification: (request: {
6327
+ contributorId: string;
6328
+ headers?: {
6329
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6330
+ "x-access-token"?: string | undefined;
6331
+ } | undefined;
6332
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6333
+ headers?: Partial<{
6334
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6335
+ }>;
6336
+ } & {
6337
+ pathParameters: {
6338
+ contributorId: string;
6339
+ };
6340
+ } & {
6341
+ headers: {
6342
+ "x-access-token"?: string | undefined;
6343
+ } & Partial<{
6344
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6345
+ }>;
6346
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
6347
+ [x: string]: unknown;
6348
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6349
+ [x: string]: unknown;
6350
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6351
+ headers?: Partial<{
6352
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6353
+ }>;
6354
+ } & {
6355
+ pathParameters: {
6356
+ contributorId: string;
6357
+ };
6358
+ } & {
6359
+ headers: {
6360
+ "x-access-token"?: string | undefined;
6361
+ } & Partial<{
6362
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6363
+ }>;
6364
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
6365
+ [x: string]: unknown;
6366
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6367
+ [x: string]: unknown;
6368
+ }, 429, "application/json">>>;
6369
+ /** Cancel the verification-process of a contributor. */
6370
+ contributorCancelVerification: (request: {
6371
+ contributorId: string;
6372
+ headers?: {
6373
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6374
+ "x-access-token"?: string | undefined;
6375
+ } | undefined;
6376
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6377
+ headers?: Partial<{
6378
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6379
+ }>;
6380
+ } & {
6381
+ pathParameters: {
6382
+ contributorId: string;
6383
+ };
6384
+ } & {
6385
+ headers: {
6386
+ "x-access-token"?: string | undefined;
6387
+ } & Partial<{
6388
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6389
+ }>;
6390
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
6391
+ [x: string]: unknown;
6392
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6393
+ [x: string]: unknown;
6394
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6395
+ headers?: Partial<{
6396
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6397
+ }>;
6398
+ } & {
6399
+ pathParameters: {
6400
+ contributorId: string;
6401
+ };
6402
+ } & {
6403
+ headers: {
6404
+ "x-access-token"?: string | undefined;
6405
+ } & Partial<{
6406
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6407
+ }>;
6408
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
6409
+ [x: string]: unknown;
6410
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6411
+ [x: string]: unknown;
6412
+ }, 429, "application/json">>>;
6325
6413
  /** Get a Contributor. */
6326
6414
  extensionGetContributor: (request: {
6327
6415
  contributorId: string;
@@ -7289,94 +7377,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7289
7377
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7290
7378
  [x: string]: unknown;
7291
7379
  }, 429, "application/json">>>;
7292
- /** Start the verification process of a contributor. */
7293
- contributorRequestVerification: (request: {
7294
- contributorId: string;
7295
- headers?: {
7296
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7297
- "x-access-token"?: string | undefined;
7298
- } | undefined;
7299
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7300
- headers?: Partial<{
7301
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7302
- }>;
7303
- } & {
7304
- pathParameters: {
7305
- contributorId: string;
7306
- };
7307
- } & {
7308
- headers: {
7309
- "x-access-token"?: string | undefined;
7310
- } & Partial<{
7311
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7312
- }>;
7313
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
7314
- [x: string]: unknown;
7315
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7316
- [x: string]: unknown;
7317
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7318
- headers?: Partial<{
7319
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7320
- }>;
7321
- } & {
7322
- pathParameters: {
7323
- contributorId: string;
7324
- };
7325
- } & {
7326
- headers: {
7327
- "x-access-token"?: string | undefined;
7328
- } & Partial<{
7329
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7330
- }>;
7331
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
7332
- [x: string]: unknown;
7333
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7334
- [x: string]: unknown;
7335
- }, 429, "application/json">>>;
7336
- /** Cancel the verification-process of a contributor. */
7337
- contributorCancelVerification: (request: {
7338
- contributorId: string;
7339
- headers?: {
7340
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7341
- "x-access-token"?: string | undefined;
7342
- } | undefined;
7343
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7344
- headers?: Partial<{
7345
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7346
- }>;
7347
- } & {
7348
- pathParameters: {
7349
- contributorId: string;
7350
- };
7351
- } & {
7352
- headers: {
7353
- "x-access-token"?: string | undefined;
7354
- } & Partial<{
7355
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7356
- }>;
7357
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
7358
- [x: string]: unknown;
7359
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7360
- [x: string]: unknown;
7361
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7362
- headers?: Partial<{
7363
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7364
- }>;
7365
- } & {
7366
- pathParameters: {
7367
- contributorId: string;
7368
- };
7369
- } & {
7370
- headers: {
7371
- "x-access-token"?: string | undefined;
7372
- } & Partial<{
7373
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7374
- }>;
7375
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
7376
- [x: string]: unknown;
7377
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7378
- [x: string]: unknown;
7379
- }, 429, "application/json">>>;
7380
7380
  /** Rotate the secret for an extension instance. */
7381
7381
  contributorRotateSecretForExtensionInstance: (request: {
7382
7382
  contributorId: string;
@@ -10374,15 +10374,16 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10374
10374
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
10375
10375
  }>;
10376
10376
  }, import("@mittwald/api-client-commons").Response<{
10377
- extensionId?: string | undefined;
10378
- priceChangeConsequence?: {
10377
+ extensionId: string;
10378
+ nextPossiblePriceChange?: string | undefined;
10379
+ priceChangeConsequence: {
10379
10380
  contributorConsequence: "NONE" | "EDIT_BLOCK";
10380
10381
  globalCustomerConsequence: "NONE" | "INFO" | "CONFIRM_REQUIRED";
10381
10382
  variantConsequences: {
10382
10383
  consequence?: "NONE" | "INFO" | "CONFIRM_REQUIRED";
10383
10384
  variantKey?: string;
10384
10385
  }[];
10385
- } | undefined;
10386
+ };
10386
10387
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
10387
10388
  [x: string]: unknown;
10388
10389
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -10417,15 +10418,16 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10417
10418
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
10418
10419
  }>;
10419
10420
  }, import("@mittwald/api-client-commons").Response<{
10420
- extensionId?: string | undefined;
10421
- priceChangeConsequence?: {
10421
+ extensionId: string;
10422
+ nextPossiblePriceChange?: string | undefined;
10423
+ priceChangeConsequence: {
10422
10424
  contributorConsequence: "NONE" | "EDIT_BLOCK";
10423
10425
  globalCustomerConsequence: "NONE" | "INFO" | "CONFIRM_REQUIRED";
10424
10426
  variantConsequences: {
10425
10427
  consequence?: "NONE" | "INFO" | "CONFIRM_REQUIRED";
10426
10428
  variantKey?: string;
10427
10429
  }[];
10428
- } | undefined;
10430
+ };
10429
10431
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
10430
10432
  [x: string]: unknown;
10431
10433
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -11464,7 +11466,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11464
11466
  interval: string;
11465
11467
  timeout: number;
11466
11468
  email?: string | undefined;
11467
- timeZone?: string | undefined;
11469
+ failedExecutionAlertThreshold?: number | undefined;
11468
11470
  };
11469
11471
  projectId: string;
11470
11472
  headers?: {
@@ -11478,8 +11480,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11478
11480
  description: string;
11479
11481
  destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
11480
11482
  email?: string | undefined;
11483
+ failedExecutionAlertThreshold?: number | undefined;
11481
11484
  interval: string;
11482
- timeZone?: string | undefined;
11483
11485
  timeout: number;
11484
11486
  };
11485
11487
  } & {
@@ -11511,8 +11513,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11511
11513
  description: string;
11512
11514
  destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
11513
11515
  email?: string | undefined;
11516
+ failedExecutionAlertThreshold?: number | undefined;
11514
11517
  interval: string;
11515
- timeZone?: string | undefined;
11516
11518
  timeout: number;
11517
11519
  };
11518
11520
  } & {
@@ -11695,13 +11697,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11695
11697
  description: string;
11696
11698
  destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
11697
11699
  email?: string | undefined;
11700
+ failedExecutionAlertThreshold?: number | undefined;
11698
11701
  id: string;
11699
11702
  interval: string;
11700
11703
  latestExecution?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobExecution | undefined;
11701
11704
  nextExecutionTime?: string | undefined;
11702
11705
  projectId?: string | undefined;
11703
11706
  shortId: string;
11704
- timeZone?: string | undefined;
11705
11707
  timeout: number;
11706
11708
  updatedAt: string;
11707
11709
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -11729,13 +11731,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11729
11731
  description: string;
11730
11732
  destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
11731
11733
  email?: string | undefined;
11734
+ failedExecutionAlertThreshold?: number | undefined;
11732
11735
  id: string;
11733
11736
  interval: string;
11734
11737
  latestExecution?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobExecution | undefined;
11735
11738
  nextExecutionTime?: string | undefined;
11736
11739
  projectId?: string | undefined;
11737
11740
  shortId: string;
11738
- timeZone?: string | undefined;
11739
11741
  timeout: number;
11740
11742
  updatedAt: string;
11741
11743
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -11805,6 +11807,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11805
11807
  url: string;
11806
11808
  } | undefined;
11807
11809
  email?: string | undefined;
11810
+ failedExecutionAlertThreshold?: number | undefined;
11808
11811
  interval?: string | undefined;
11809
11812
  timeout?: number | undefined;
11810
11813
  } | undefined;
@@ -11818,6 +11821,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11818
11821
  description?: string | undefined;
11819
11822
  destination?: (import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand) | undefined;
11820
11823
  email?: string | undefined;
11824
+ failedExecutionAlertThreshold?: number | undefined;
11821
11825
  interval?: string | undefined;
11822
11826
  timeout?: number | undefined;
11823
11827
  };
@@ -11849,6 +11853,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11849
11853
  description?: string | undefined;
11850
11854
  destination?: (import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand) | undefined;
11851
11855
  email?: string | undefined;
11856
+ failedExecutionAlertThreshold?: number | undefined;
11852
11857
  interval?: string | undefined;
11853
11858
  timeout?: number | undefined;
11854
11859
  };
@@ -11907,13 +11912,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11907
11912
  end?: string | undefined;
11908
11913
  executionEnd?: string | undefined;
11909
11914
  executionStart?: string | undefined;
11910
- exitCode?: number | undefined;
11911
11915
  id: string;
11912
11916
  logPath?: string | undefined;
11913
11917
  start?: string | undefined;
11914
11918
  status: "Complete" | "Failed" | "AbortedBySystem" | "Pending" | "Running" | "AbortedByUser" | "TimedOut";
11915
11919
  successful: boolean;
11916
- summary?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobStatusSummary | undefined;
11917
11920
  triggeredBy?: {
11918
11921
  id?: string;
11919
11922
  } | undefined;
@@ -11945,13 +11948,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11945
11948
  end?: string | undefined;
11946
11949
  executionEnd?: string | undefined;
11947
11950
  executionStart?: string | undefined;
11948
- exitCode?: number | undefined;
11949
11951
  id: string;
11950
11952
  logPath?: string | undefined;
11951
11953
  start?: string | undefined;
11952
11954
  status: "Complete" | "Failed" | "AbortedBySystem" | "Pending" | "Running" | "AbortedByUser" | "TimedOut";
11953
11955
  successful: boolean;
11954
- summary?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobStatusSummary | undefined;
11955
11956
  triggeredBy?: {
11956
11957
  id?: string;
11957
11958
  } | undefined;
@@ -16609,6 +16610,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16609
16610
  projectId?: string | undefined;
16610
16611
  certificateId?: string | undefined;
16611
16612
  hostnameSubstring?: string | undefined;
16613
+ appInstallationId?: string | undefined;
16612
16614
  limit?: number | undefined;
16613
16615
  skip?: number | undefined;
16614
16616
  page?: number | undefined;
@@ -16622,6 +16624,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16622
16624
  projectId?: string | undefined;
16623
16625
  certificateId?: string | undefined;
16624
16626
  hostnameSubstring?: string | undefined;
16627
+ appInstallationId?: string | undefined;
16625
16628
  limit?: number | undefined;
16626
16629
  skip?: number | undefined;
16627
16630
  page?: number | undefined;
@@ -16647,6 +16650,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16647
16650
  projectId?: string | undefined;
16648
16651
  certificateId?: string | undefined;
16649
16652
  hostnameSubstring?: string | undefined;
16653
+ appInstallationId?: string | undefined;
16650
16654
  limit?: number | undefined;
16651
16655
  skip?: number | undefined;
16652
16656
  page?: number | undefined;
@@ -24072,6 +24076,136 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
24072
24076
  }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
24073
24077
  [x: string]: unknown;
24074
24078
  }, 429, "application/json">>>;
24079
+ /** Get unlocked leads export history for the given customerId. */
24080
+ leadfyndrGetLeadsExportHistory: (request: {
24081
+ customerId: string;
24082
+ headers?: {
24083
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24084
+ } | undefined;
24085
+ queryParameters?: {
24086
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24087
+ limit?: number | undefined;
24088
+ skip?: number | undefined;
24089
+ page?: number | undefined;
24090
+ sort?: "exportedAt" | undefined;
24091
+ order?: "asc" | "desc" | undefined;
24092
+ } | undefined;
24093
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
24094
+ headers?: Partial<{
24095
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24096
+ }>;
24097
+ } & {
24098
+ pathParameters: {
24099
+ customerId: string;
24100
+ };
24101
+ } & {
24102
+ queryParameters: {
24103
+ limit?: number | undefined;
24104
+ skip?: number | undefined;
24105
+ page?: number | undefined;
24106
+ sort?: "exportedAt" | undefined;
24107
+ order?: "asc" | "desc" | undefined;
24108
+ } & Partial<{
24109
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24110
+ }>;
24111
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExport[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24112
+ [x: string]: unknown;
24113
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24114
+ [x: string]: unknown;
24115
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24116
+ [x: string]: unknown;
24117
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24118
+ [x: string]: unknown;
24119
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24120
+ headers?: Partial<{
24121
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24122
+ }>;
24123
+ } & {
24124
+ pathParameters: {
24125
+ customerId: string;
24126
+ };
24127
+ } & {
24128
+ queryParameters: {
24129
+ limit?: number | undefined;
24130
+ skip?: number | undefined;
24131
+ page?: number | undefined;
24132
+ sort?: "exportedAt" | undefined;
24133
+ order?: "asc" | "desc" | undefined;
24134
+ } & Partial<{
24135
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24136
+ }>;
24137
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrLeadsExport[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24138
+ [x: string]: unknown;
24139
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24140
+ [x: string]: unknown;
24141
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24142
+ [x: string]: unknown;
24143
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24144
+ [x: string]: unknown;
24145
+ }, 429, "application/json">>>;
24146
+ /** Create an export of unlocked leads for the given customerId. */
24147
+ leadfyndrCreateLeadsExport: (request: {
24148
+ data: {
24149
+ exportAllLeads: boolean;
24150
+ fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
24151
+ };
24152
+ customerId: string;
24153
+ headers?: {
24154
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24155
+ } | undefined;
24156
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
24157
+ data: {
24158
+ exportAllLeads: boolean;
24159
+ fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
24160
+ };
24161
+ } & {
24162
+ pathParameters: {
24163
+ customerId: string;
24164
+ };
24165
+ } & {
24166
+ headers?: Partial<{
24167
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24168
+ }>;
24169
+ }, import("@mittwald/api-client-commons").Response<{
24170
+ contentBase64: string;
24171
+ exportId: string;
24172
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<string, 200, "text/csv"> | import("@mittwald/api-client-commons").Response<{
24173
+ [x: string]: unknown;
24174
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24175
+ [x: string]: unknown;
24176
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24177
+ [x: string]: unknown;
24178
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24179
+ [x: string]: unknown;
24180
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
24181
+ [x: string]: unknown;
24182
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24183
+ data: {
24184
+ exportAllLeads: boolean;
24185
+ fieldKeys: ("domain" | "potential" | "performance" | "generalLook" | "companyName" | "emails" | "phoneNumbers" | "address" | "employeeCount" | "revenue" | "a-record" | "nameserver" | "mailserver" | "techStack")[];
24186
+ };
24187
+ } & {
24188
+ pathParameters: {
24189
+ customerId: string;
24190
+ };
24191
+ } & {
24192
+ headers?: Partial<{
24193
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24194
+ }>;
24195
+ }, import("@mittwald/api-client-commons").Response<{
24196
+ contentBase64: string;
24197
+ exportId: string;
24198
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<string, 200, "text/csv"> | import("@mittwald/api-client-commons").Response<{
24199
+ [x: string]: unknown;
24200
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24201
+ [x: string]: unknown;
24202
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24203
+ [x: string]: unknown;
24204
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
24205
+ [x: string]: unknown;
24206
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
24207
+ [x: string]: unknown;
24208
+ }, 429, "application/json">>>;
24075
24209
  };
24076
24210
  /** API endpoints that are not related to any specific API domain */
24077
24211
  readonly misc: {
@@ -24230,37 +24364,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
24230
24364
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24231
24365
  [x: string]: unknown;
24232
24366
  }, 429, "application/json">>>;
24233
- /** List valid time zones. */
24234
- ellaneousListTimeZones: (request?: {
24235
- headers?: {
24236
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
24237
- "x-access-token"?: string | undefined;
24238
- } | undefined;
24239
- } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
24240
- headers?: Partial<{
24241
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24242
- }>;
24243
- } & {
24244
- headers: {
24245
- "x-access-token"?: string | undefined;
24246
- } & Partial<{
24247
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24248
- }>;
24249
- }, import("@mittwald/api-client-commons").Response<string[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24250
- [x: string]: unknown;
24251
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24252
- headers?: Partial<{
24253
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24254
- }>;
24255
- } & {
24256
- headers: {
24257
- "x-access-token"?: string | undefined;
24258
- } & Partial<{
24259
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
24260
- }>;
24261
- }, import("@mittwald/api-client-commons").Response<string[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24262
- [x: string]: unknown;
24263
- }, 429, "application/json">>>;
24264
24367
  };
24265
24368
  /** The page insights API allows you to get page insights information. */
24266
24369
  readonly pageInsights: {