@mittwald/api-client 0.0.0-development-da42e97-20250926 → 0.0.0-development-ccafe69-20250930
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 +1 -3
- package/dist/esm/generated/v2/client.js +7 -9
- package/dist/esm/generated/v2/descriptors.js +24 -30
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +4 -12
- package/dist/types/generated/v2/client.d.ts +193 -211
- package/dist/types/generated/v2/descriptors.d.ts +8 -10
- package/dist/types/generated/v2/types.d.ts +258 -286
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
2263
|
/** Get table of contents for a Project Backup. */
|
|
2327
|
-
|
|
2264
|
+
getProjectBackupDirectories: (request: {
|
|
2328
2265
|
projectBackupId: string;
|
|
2329
2266
|
headers?: {
|
|
2330
2267
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -2417,11 +2354,87 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2417
2354
|
}, 503, "application/json">>>;
|
|
2418
2355
|
/** Restore a ProjectBackup's path. */
|
|
2419
2356
|
requestProjectBackupRestorePath: (request: {
|
|
2357
|
+
data: {
|
|
2358
|
+
clearTargetPath: boolean;
|
|
2359
|
+
determinedSourcePath: string;
|
|
2360
|
+
phase: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupRestorePathPhase;
|
|
2361
|
+
sourcePath: string;
|
|
2362
|
+
determinedTargetPath?: string | undefined;
|
|
2363
|
+
targetPath?: string | undefined;
|
|
2364
|
+
};
|
|
2365
|
+
projectBackupId: string;
|
|
2366
|
+
headers?: {
|
|
2367
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2368
|
+
"x-access-token"?: string | undefined;
|
|
2369
|
+
} | undefined;
|
|
2370
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2371
|
+
data: {
|
|
2372
|
+
clearTargetPath: boolean;
|
|
2373
|
+
determinedSourcePath: string;
|
|
2374
|
+
determinedTargetPath?: string | undefined;
|
|
2375
|
+
phase: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupRestorePathPhase;
|
|
2376
|
+
sourcePath: string;
|
|
2377
|
+
targetPath?: string | undefined;
|
|
2378
|
+
};
|
|
2379
|
+
} & {
|
|
2380
|
+
pathParameters: {
|
|
2381
|
+
projectBackupId: string;
|
|
2382
|
+
};
|
|
2383
|
+
} & {
|
|
2384
|
+
headers?: Partial<{
|
|
2385
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2386
|
+
}>;
|
|
2387
|
+
} & {
|
|
2388
|
+
headers: {
|
|
2389
|
+
"x-access-token"?: string | undefined;
|
|
2390
|
+
} & Partial<{
|
|
2391
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2392
|
+
}>;
|
|
2393
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2394
|
+
[x: string]: unknown;
|
|
2395
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2396
|
+
[x: string]: unknown;
|
|
2397
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2398
|
+
[x: string]: unknown;
|
|
2399
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2400
|
+
[x: string]: unknown;
|
|
2401
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2402
|
+
data: {
|
|
2403
|
+
clearTargetPath: boolean;
|
|
2404
|
+
determinedSourcePath: string;
|
|
2405
|
+
determinedTargetPath?: string | undefined;
|
|
2406
|
+
phase: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupRestorePathPhase;
|
|
2407
|
+
sourcePath: string;
|
|
2408
|
+
targetPath?: string | undefined;
|
|
2409
|
+
};
|
|
2410
|
+
} & {
|
|
2411
|
+
pathParameters: {
|
|
2412
|
+
projectBackupId: string;
|
|
2413
|
+
};
|
|
2414
|
+
} & {
|
|
2415
|
+
headers?: Partial<{
|
|
2416
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2417
|
+
}>;
|
|
2418
|
+
} & {
|
|
2419
|
+
headers: {
|
|
2420
|
+
"x-access-token"?: string | undefined;
|
|
2421
|
+
} & Partial<{
|
|
2422
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
2423
|
+
}>;
|
|
2424
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
2425
|
+
[x: string]: unknown;
|
|
2426
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2427
|
+
[x: string]: unknown;
|
|
2428
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2429
|
+
[x: string]: unknown;
|
|
2430
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2431
|
+
[x: string]: unknown;
|
|
2432
|
+
}, 429, "application/json">>>;
|
|
2433
|
+
/** Change the description of a ProjectBackup. */
|
|
2434
|
+
updateProjectBackupDescription: (request: {
|
|
2420
2435
|
projectBackupId: string;
|
|
2421
2436
|
data?: {
|
|
2422
|
-
|
|
2423
|
-
sourcePath?: string | undefined;
|
|
2424
|
-
targetDir?: string | undefined;
|
|
2437
|
+
description?: string | undefined;
|
|
2425
2438
|
} | undefined;
|
|
2426
2439
|
headers?: {
|
|
2427
2440
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -2429,9 +2442,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2429
2442
|
} | undefined;
|
|
2430
2443
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2431
2444
|
data: {
|
|
2432
|
-
|
|
2433
|
-
sourcePath?: string | undefined;
|
|
2434
|
-
targetDir?: string | undefined;
|
|
2445
|
+
description?: string | undefined;
|
|
2435
2446
|
};
|
|
2436
2447
|
} & {
|
|
2437
2448
|
pathParameters: {
|
|
@@ -2457,9 +2468,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2457
2468
|
[x: string]: unknown;
|
|
2458
2469
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
2459
2470
|
data: {
|
|
2460
|
-
|
|
2461
|
-
sourcePath?: string | undefined;
|
|
2462
|
-
targetDir?: string | undefined;
|
|
2471
|
+
description?: string | undefined;
|
|
2463
2472
|
};
|
|
2464
2473
|
} & {
|
|
2465
2474
|
pathParameters: {
|
|
@@ -6322,6 +6331,94 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6322
6331
|
};
|
|
6323
6332
|
/** The marketplace API allows you to manage extensions and more information regaring the marketplace. */
|
|
6324
6333
|
readonly marketplace: {
|
|
6334
|
+
/** Start the verification process of a contributor. */
|
|
6335
|
+
contributorRequestVerification: (request: {
|
|
6336
|
+
contributorId: string;
|
|
6337
|
+
headers?: {
|
|
6338
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6339
|
+
"x-access-token"?: string | undefined;
|
|
6340
|
+
} | undefined;
|
|
6341
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6342
|
+
headers?: Partial<{
|
|
6343
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6344
|
+
}>;
|
|
6345
|
+
} & {
|
|
6346
|
+
pathParameters: {
|
|
6347
|
+
contributorId: string;
|
|
6348
|
+
};
|
|
6349
|
+
} & {
|
|
6350
|
+
headers: {
|
|
6351
|
+
"x-access-token"?: string | undefined;
|
|
6352
|
+
} & Partial<{
|
|
6353
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6354
|
+
}>;
|
|
6355
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6356
|
+
[x: string]: unknown;
|
|
6357
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6358
|
+
[x: string]: unknown;
|
|
6359
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6360
|
+
headers?: Partial<{
|
|
6361
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6362
|
+
}>;
|
|
6363
|
+
} & {
|
|
6364
|
+
pathParameters: {
|
|
6365
|
+
contributorId: string;
|
|
6366
|
+
};
|
|
6367
|
+
} & {
|
|
6368
|
+
headers: {
|
|
6369
|
+
"x-access-token"?: string | undefined;
|
|
6370
|
+
} & Partial<{
|
|
6371
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6372
|
+
}>;
|
|
6373
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6374
|
+
[x: string]: unknown;
|
|
6375
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6376
|
+
[x: string]: unknown;
|
|
6377
|
+
}, 429, "application/json">>>;
|
|
6378
|
+
/** Cancel the verification-process of a contributor. */
|
|
6379
|
+
contributorCancelVerification: (request: {
|
|
6380
|
+
contributorId: string;
|
|
6381
|
+
headers?: {
|
|
6382
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6383
|
+
"x-access-token"?: string | undefined;
|
|
6384
|
+
} | undefined;
|
|
6385
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6386
|
+
headers?: Partial<{
|
|
6387
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6388
|
+
}>;
|
|
6389
|
+
} & {
|
|
6390
|
+
pathParameters: {
|
|
6391
|
+
contributorId: string;
|
|
6392
|
+
};
|
|
6393
|
+
} & {
|
|
6394
|
+
headers: {
|
|
6395
|
+
"x-access-token"?: string | undefined;
|
|
6396
|
+
} & Partial<{
|
|
6397
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6398
|
+
}>;
|
|
6399
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6400
|
+
[x: string]: unknown;
|
|
6401
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6402
|
+
[x: string]: unknown;
|
|
6403
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6404
|
+
headers?: Partial<{
|
|
6405
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6406
|
+
}>;
|
|
6407
|
+
} & {
|
|
6408
|
+
pathParameters: {
|
|
6409
|
+
contributorId: string;
|
|
6410
|
+
};
|
|
6411
|
+
} & {
|
|
6412
|
+
headers: {
|
|
6413
|
+
"x-access-token"?: string | undefined;
|
|
6414
|
+
} & Partial<{
|
|
6415
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6416
|
+
}>;
|
|
6417
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6418
|
+
[x: string]: unknown;
|
|
6419
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6420
|
+
[x: string]: unknown;
|
|
6421
|
+
}, 429, "application/json">>>;
|
|
6325
6422
|
/** Get a Contributor. */
|
|
6326
6423
|
extensionGetContributor: (request: {
|
|
6327
6424
|
contributorId: string;
|
|
@@ -7289,94 +7386,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7289
7386
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7290
7387
|
[x: string]: unknown;
|
|
7291
7388
|
}, 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
7389
|
/** Rotate the secret for an extension instance. */
|
|
7381
7390
|
contributorRotateSecretForExtensionInstance: (request: {
|
|
7382
7391
|
contributorId: string;
|
|
@@ -10374,15 +10383,16 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10374
10383
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10375
10384
|
}>;
|
|
10376
10385
|
}, import("@mittwald/api-client-commons").Response<{
|
|
10377
|
-
extensionId
|
|
10378
|
-
|
|
10386
|
+
extensionId: string;
|
|
10387
|
+
nextPossiblePriceChange?: string | undefined;
|
|
10388
|
+
priceChangeConsequence: {
|
|
10379
10389
|
contributorConsequence: "NONE" | "EDIT_BLOCK";
|
|
10380
10390
|
globalCustomerConsequence: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10381
10391
|
variantConsequences: {
|
|
10382
10392
|
consequence?: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10383
10393
|
variantKey?: string;
|
|
10384
10394
|
}[];
|
|
10385
|
-
}
|
|
10395
|
+
};
|
|
10386
10396
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10387
10397
|
[x: string]: unknown;
|
|
10388
10398
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -10417,15 +10427,16 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10417
10427
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10418
10428
|
}>;
|
|
10419
10429
|
}, import("@mittwald/api-client-commons").Response<{
|
|
10420
|
-
extensionId
|
|
10421
|
-
|
|
10430
|
+
extensionId: string;
|
|
10431
|
+
nextPossiblePriceChange?: string | undefined;
|
|
10432
|
+
priceChangeConsequence: {
|
|
10422
10433
|
contributorConsequence: "NONE" | "EDIT_BLOCK";
|
|
10423
10434
|
globalCustomerConsequence: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10424
10435
|
variantConsequences: {
|
|
10425
10436
|
consequence?: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10426
10437
|
variantKey?: string;
|
|
10427
10438
|
}[];
|
|
10428
|
-
}
|
|
10439
|
+
};
|
|
10429
10440
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10430
10441
|
[x: string]: unknown;
|
|
10431
10442
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -11464,7 +11475,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11464
11475
|
interval: string;
|
|
11465
11476
|
timeout: number;
|
|
11466
11477
|
email?: string | undefined;
|
|
11467
|
-
|
|
11478
|
+
failedExecutionAlertThreshold?: number | undefined;
|
|
11468
11479
|
};
|
|
11469
11480
|
projectId: string;
|
|
11470
11481
|
headers?: {
|
|
@@ -11478,8 +11489,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11478
11489
|
description: string;
|
|
11479
11490
|
destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
11480
11491
|
email?: string | undefined;
|
|
11492
|
+
failedExecutionAlertThreshold?: number | undefined;
|
|
11481
11493
|
interval: string;
|
|
11482
|
-
timeZone?: string | undefined;
|
|
11483
11494
|
timeout: number;
|
|
11484
11495
|
};
|
|
11485
11496
|
} & {
|
|
@@ -11511,8 +11522,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11511
11522
|
description: string;
|
|
11512
11523
|
destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
11513
11524
|
email?: string | undefined;
|
|
11525
|
+
failedExecutionAlertThreshold?: number | undefined;
|
|
11514
11526
|
interval: string;
|
|
11515
|
-
timeZone?: string | undefined;
|
|
11516
11527
|
timeout: number;
|
|
11517
11528
|
};
|
|
11518
11529
|
} & {
|
|
@@ -11695,13 +11706,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11695
11706
|
description: string;
|
|
11696
11707
|
destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
11697
11708
|
email?: string | undefined;
|
|
11709
|
+
failedExecutionAlertThreshold?: number | undefined;
|
|
11698
11710
|
id: string;
|
|
11699
11711
|
interval: string;
|
|
11700
11712
|
latestExecution?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobExecution | undefined;
|
|
11701
11713
|
nextExecutionTime?: string | undefined;
|
|
11702
11714
|
projectId?: string | undefined;
|
|
11703
11715
|
shortId: string;
|
|
11704
|
-
timeZone?: string | undefined;
|
|
11705
11716
|
timeout: number;
|
|
11706
11717
|
updatedAt: string;
|
|
11707
11718
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -11729,13 +11740,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11729
11740
|
description: string;
|
|
11730
11741
|
destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
11731
11742
|
email?: string | undefined;
|
|
11743
|
+
failedExecutionAlertThreshold?: number | undefined;
|
|
11732
11744
|
id: string;
|
|
11733
11745
|
interval: string;
|
|
11734
11746
|
latestExecution?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobExecution | undefined;
|
|
11735
11747
|
nextExecutionTime?: string | undefined;
|
|
11736
11748
|
projectId?: string | undefined;
|
|
11737
11749
|
shortId: string;
|
|
11738
|
-
timeZone?: string | undefined;
|
|
11739
11750
|
timeout: number;
|
|
11740
11751
|
updatedAt: string;
|
|
11741
11752
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -11805,6 +11816,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11805
11816
|
url: string;
|
|
11806
11817
|
} | undefined;
|
|
11807
11818
|
email?: string | undefined;
|
|
11819
|
+
failedExecutionAlertThreshold?: number | undefined;
|
|
11808
11820
|
interval?: string | undefined;
|
|
11809
11821
|
timeout?: number | undefined;
|
|
11810
11822
|
} | undefined;
|
|
@@ -11818,6 +11830,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11818
11830
|
description?: string | undefined;
|
|
11819
11831
|
destination?: (import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand) | undefined;
|
|
11820
11832
|
email?: string | undefined;
|
|
11833
|
+
failedExecutionAlertThreshold?: number | undefined;
|
|
11821
11834
|
interval?: string | undefined;
|
|
11822
11835
|
timeout?: number | undefined;
|
|
11823
11836
|
};
|
|
@@ -11849,6 +11862,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11849
11862
|
description?: string | undefined;
|
|
11850
11863
|
destination?: (import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand) | undefined;
|
|
11851
11864
|
email?: string | undefined;
|
|
11865
|
+
failedExecutionAlertThreshold?: number | undefined;
|
|
11852
11866
|
interval?: string | undefined;
|
|
11853
11867
|
timeout?: number | undefined;
|
|
11854
11868
|
};
|
|
@@ -11907,13 +11921,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11907
11921
|
end?: string | undefined;
|
|
11908
11922
|
executionEnd?: string | undefined;
|
|
11909
11923
|
executionStart?: string | undefined;
|
|
11910
|
-
exitCode?: number | undefined;
|
|
11911
11924
|
id: string;
|
|
11912
11925
|
logPath?: string | undefined;
|
|
11913
11926
|
start?: string | undefined;
|
|
11914
11927
|
status: "Complete" | "Failed" | "AbortedBySystem" | "Pending" | "Running" | "AbortedByUser" | "TimedOut";
|
|
11915
11928
|
successful: boolean;
|
|
11916
|
-
summary?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobStatusSummary | undefined;
|
|
11917
11929
|
triggeredBy?: {
|
|
11918
11930
|
id?: string;
|
|
11919
11931
|
} | undefined;
|
|
@@ -11945,13 +11957,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11945
11957
|
end?: string | undefined;
|
|
11946
11958
|
executionEnd?: string | undefined;
|
|
11947
11959
|
executionStart?: string | undefined;
|
|
11948
|
-
exitCode?: number | undefined;
|
|
11949
11960
|
id: string;
|
|
11950
11961
|
logPath?: string | undefined;
|
|
11951
11962
|
start?: string | undefined;
|
|
11952
11963
|
status: "Complete" | "Failed" | "AbortedBySystem" | "Pending" | "Running" | "AbortedByUser" | "TimedOut";
|
|
11953
11964
|
successful: boolean;
|
|
11954
|
-
summary?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobStatusSummary | undefined;
|
|
11955
11965
|
triggeredBy?: {
|
|
11956
11966
|
id?: string;
|
|
11957
11967
|
} | undefined;
|
|
@@ -16609,6 +16619,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16609
16619
|
projectId?: string | undefined;
|
|
16610
16620
|
certificateId?: string | undefined;
|
|
16611
16621
|
hostnameSubstring?: string | undefined;
|
|
16622
|
+
appInstallationId?: string | undefined;
|
|
16612
16623
|
limit?: number | undefined;
|
|
16613
16624
|
skip?: number | undefined;
|
|
16614
16625
|
page?: number | undefined;
|
|
@@ -16622,6 +16633,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16622
16633
|
projectId?: string | undefined;
|
|
16623
16634
|
certificateId?: string | undefined;
|
|
16624
16635
|
hostnameSubstring?: string | undefined;
|
|
16636
|
+
appInstallationId?: string | undefined;
|
|
16625
16637
|
limit?: number | undefined;
|
|
16626
16638
|
skip?: number | undefined;
|
|
16627
16639
|
page?: number | undefined;
|
|
@@ -16647,6 +16659,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16647
16659
|
projectId?: string | undefined;
|
|
16648
16660
|
certificateId?: string | undefined;
|
|
16649
16661
|
hostnameSubstring?: string | undefined;
|
|
16662
|
+
appInstallationId?: string | undefined;
|
|
16650
16663
|
limit?: number | undefined;
|
|
16651
16664
|
skip?: number | undefined;
|
|
16652
16665
|
page?: number | undefined;
|
|
@@ -24230,37 +24243,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24230
24243
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24231
24244
|
[x: string]: unknown;
|
|
24232
24245
|
}, 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
24246
|
};
|
|
24265
24247
|
/** The page insights API allows you to get page insights information. */
|
|
24266
24248
|
readonly pageInsights: {
|