@netlify/agent-runner-cli 1.154.0 → 1.154.2
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/bin-local.js +201 -201
- package/dist/bin.js +262 -262
- package/dist/index.d.ts +1 -1
- package/dist/index.js +195 -195
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ declare const ACCOUNT_TYPE_PRO = "pro";
|
|
|
6
6
|
declare const ACCOUNT_TYPE_ENTERPRISE = "enterprise";
|
|
7
7
|
declare const ACCOUNT_TYPE_FREE = "free";
|
|
8
8
|
declare const SUPPORTED_MODES: string[];
|
|
9
|
-
declare const SUPPORTED_EFFORTS: readonly ["low", "medium", "high", "max"];
|
|
9
|
+
declare const SUPPORTED_EFFORTS: readonly ["low", "medium", "high", "max", "xhigh"];
|
|
10
10
|
|
|
11
11
|
interface IdleTimeoutOptions {
|
|
12
12
|
idleTimeout?: number;
|