@hasna/skills 0.5.3 → 0.5.4
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/bin/index.js +525 -585
- package/bin/mcp.js +376 -323
- package/bin/migrate.js +1 -164
- package/bin/server.js +58 -220
- package/bin/worker.js +97 -258
- package/dist/admin-contract.js +168 -166
- package/dist/index.d.ts +1 -1
- package/dist/index.js +448 -365
- package/dist/lib/remote-client.d.ts +7 -0
- package/dist/lib/remote-quote-errors.d.ts +12 -0
- package/dist/sdk/index.d.ts +2 -1
- package/dist/sdk/index.js +401 -301
- package/dist/storage.js +35 -33
- package/package.json +1 -1
package/dist/sdk/index.js
CHANGED
|
@@ -19,12 +19,14 @@ var __toESM = (mod, isNodeMode, target) => {
|
|
|
19
19
|
}
|
|
20
20
|
target = mod != null ? __create(__getProtoOf(mod)) : {};
|
|
21
21
|
const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
22
|
+
if (mod && typeof mod === "object" || typeof mod === "function") {
|
|
23
|
+
for (let key of __getOwnPropNames(mod))
|
|
24
|
+
if (!__hasOwnProp.call(to, key))
|
|
25
|
+
__defProp(to, key, {
|
|
26
|
+
get: __accessProp.bind(mod, key),
|
|
27
|
+
enumerable: true
|
|
28
|
+
});
|
|
29
|
+
}
|
|
28
30
|
if (canCache)
|
|
29
31
|
cache.set(mod, to);
|
|
30
32
|
return to;
|
|
@@ -47,7 +49,7 @@ var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
|
47
49
|
var __require = import.meta.require;
|
|
48
50
|
|
|
49
51
|
// ../../node_modules/.bun/@smithy+types@4.18.0/node_modules/@smithy/types/dist-cjs/index.js
|
|
50
|
-
var require_dist_cjs = __commonJS((exports)
|
|
52
|
+
var require_dist_cjs = __commonJS(function(exports) {
|
|
51
53
|
var HttpAuthLocation;
|
|
52
54
|
(function(HttpAuthLocation2) {
|
|
53
55
|
HttpAuthLocation2["HEADER"] = "header";
|
|
@@ -138,7 +140,7 @@ var require_dist_cjs = __commonJS((exports) => {
|
|
|
138
140
|
});
|
|
139
141
|
|
|
140
142
|
// ../../node_modules/.bun/@smithy+core@3.33.3/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js
|
|
141
|
-
var require_transport = __commonJS((exports)
|
|
143
|
+
var require_transport = __commonJS(function(exports) {
|
|
142
144
|
var { SMITHY_CONTEXT_KEY } = require_dist_cjs();
|
|
143
145
|
var getSmithyContext = (context) => context[SMITHY_CONTEXT_KEY] || (context[SMITHY_CONTEXT_KEY] = {});
|
|
144
146
|
function hasOwn2(o, k) {
|
|
@@ -311,7 +313,7 @@ var require_transport = __commonJS((exports) => {
|
|
|
311
313
|
});
|
|
312
314
|
|
|
313
315
|
// ../../node_modules/.bun/@smithy+core@3.33.3/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js
|
|
314
|
-
var require_schema = __commonJS((exports)
|
|
316
|
+
var require_schema = __commonJS(function(exports) {
|
|
315
317
|
var { getSmithyContext, HttpResponse, toEndpointV1 } = require_transport();
|
|
316
318
|
var deref = (schemaRef) => {
|
|
317
319
|
if (typeof schemaRef === "function") {
|
|
@@ -980,7 +982,7 @@ var require_schema = __commonJS((exports) => {
|
|
|
980
982
|
});
|
|
981
983
|
|
|
982
984
|
// ../../node_modules/.bun/@smithy+core@3.33.3/node_modules/@smithy/core/dist-cjs/submodules/client/index.js
|
|
983
|
-
var require_client = __commonJS((exports)
|
|
985
|
+
var require_client = __commonJS(function(exports) {
|
|
984
986
|
var { hasOwn: hasOwn2 } = require_transport();
|
|
985
987
|
var { getSmithyContext, normalizeProvider } = require_transport();
|
|
986
988
|
exports.getSmithyContext = getSmithyContext;
|
|
@@ -2060,7 +2062,7 @@ var require_client = __commonJS((exports) => {
|
|
|
2060
2062
|
});
|
|
2061
2063
|
|
|
2062
2064
|
// ../../node_modules/.bun/@smithy+core@3.33.3/node_modules/@smithy/core/dist-cjs/submodules/config/index.js
|
|
2063
|
-
var require_config = __commonJS((exports)
|
|
2065
|
+
var require_config = __commonJS(function(exports) {
|
|
2064
2066
|
var { homedir } = __require("os");
|
|
2065
2067
|
var { sep, join: join3 } = __require("path");
|
|
2066
2068
|
var { createHash: createHash2 } = __require("crypto");
|
|
@@ -2755,7 +2757,7 @@ var require_config = __commonJS((exports) => {
|
|
|
2755
2757
|
});
|
|
2756
2758
|
|
|
2757
2759
|
// ../../node_modules/.bun/@smithy+core@3.33.3/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js
|
|
2758
|
-
var require_endpoints = __commonJS((exports)
|
|
2760
|
+
var require_endpoints = __commonJS(function(exports) {
|
|
2759
2761
|
var { CONFIG_PREFIX_SEPARATOR, booleanSelector, SelectorType, loadConfig } = require_config();
|
|
2760
2762
|
var { toEndpointV1, getSmithyContext, normalizeProvider, isValidHostLabel, hasOwn: hasOwn2 } = require_transport();
|
|
2761
2763
|
exports.isValidHostLabel = isValidHostLabel;
|
|
@@ -3569,7 +3571,7 @@ var require_endpoints = __commonJS((exports) => {
|
|
|
3569
3571
|
});
|
|
3570
3572
|
|
|
3571
3573
|
// ../../node_modules/.bun/@smithy+core@3.33.3/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js
|
|
3572
|
-
var require_serde = __commonJS((exports)
|
|
3574
|
+
var require_serde = __commonJS(function(exports) {
|
|
3573
3575
|
var { createHmac: createHmac2, createHash: createHash2, getRandomValues } = __require("crypto");
|
|
3574
3576
|
var { hasOwn: hasOwn2, HttpResponse } = require_transport();
|
|
3575
3577
|
exports.hasOwn = hasOwn2;
|
|
@@ -5210,7 +5212,7 @@ ${value}\r
|
|
|
5210
5212
|
});
|
|
5211
5213
|
|
|
5212
5214
|
// ../../node_modules/.bun/@smithy+core@3.33.3/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js
|
|
5213
|
-
var require_checksum = __commonJS((exports)
|
|
5215
|
+
var require_checksum = __commonJS(function(exports) {
|
|
5214
5216
|
var { createReadStream } = __require("fs");
|
|
5215
5217
|
var { Writable } = __require("stream");
|
|
5216
5218
|
var { toUint8Array, concatBytes } = require_serde();
|
|
@@ -5826,7 +5828,7 @@ var require_checksum = __commonJS((exports) => {
|
|
|
5826
5828
|
});
|
|
5827
5829
|
|
|
5828
5830
|
// ../../node_modules/.bun/@smithy+core@3.33.3/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js
|
|
5829
|
-
var require_event_streams = __commonJS((exports)
|
|
5831
|
+
var require_event_streams = __commonJS(function(exports) {
|
|
5830
5832
|
var { Crc32 } = require_checksum();
|
|
5831
5833
|
var { hasOwn: hasOwn2 } = require_transport();
|
|
5832
5834
|
var { toHex, fromHex, toUtf8, fromUtf8 } = require_serde();
|
|
@@ -6718,7 +6720,7 @@ var require_event_streams = __commonJS((exports) => {
|
|
|
6718
6720
|
});
|
|
6719
6721
|
|
|
6720
6722
|
// ../../node_modules/.bun/@smithy+core@3.33.3/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js
|
|
6721
|
-
var require_protocols = __commonJS((exports)
|
|
6723
|
+
var require_protocols = __commonJS(function(exports) {
|
|
6722
6724
|
var { Uint8ArrayBlobAdapter, sdkStreamMixin, splitEvery, splitHeader, fromBase64, _parseEpochTimestamp, _parseRfc7231DateTime, _parseRfc3339DateTimeWithOffset, LazyJsonString, NumericValue, toUtf8, fromUtf8, generateIdempotencyToken, toBase64, dateToUtcString, quoteHeader } = require_serde();
|
|
6723
6725
|
var { HttpRequest, HttpResponse, hasOwn: hasOwn2, isValidHostname } = require_transport();
|
|
6724
6726
|
var { parseQueryString, parseUrl } = require_transport();
|
|
@@ -7722,7 +7724,7 @@ var require_protocols = __commonJS((exports) => {
|
|
|
7722
7724
|
});
|
|
7723
7725
|
|
|
7724
7726
|
// ../../node_modules/.bun/@smithy+core@3.33.3/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js
|
|
7725
|
-
var require_retry = __commonJS((exports)
|
|
7727
|
+
var require_retry = __commonJS(function(exports) {
|
|
7726
7728
|
var { Readable } = __require("stream");
|
|
7727
7729
|
var { NoOpLogger, normalizeProvider } = require_client();
|
|
7728
7730
|
var { HttpResponse, HttpRequest } = require_protocols();
|
|
@@ -8522,7 +8524,7 @@ var require_retry = __commonJS((exports) => {
|
|
|
8522
8524
|
});
|
|
8523
8525
|
|
|
8524
8526
|
// ../../node_modules/.bun/@aws+lambda-invoke-store@0.3.0/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js
|
|
8525
|
-
var require_invoke_store = __commonJS((exports)
|
|
8527
|
+
var require_invoke_store = __commonJS(function(exports) {
|
|
8526
8528
|
var PROTECTED_KEYS = {
|
|
8527
8529
|
REQUEST_ID: Symbol.for("_AWS_LAMBDA_REQUEST_ID"),
|
|
8528
8530
|
X_RAY_TRACE_ID: Symbol.for("_AWS_LAMBDA_X_RAY_TRACE_ID"),
|
|
@@ -8651,7 +8653,7 @@ var require_invoke_store = __commonJS((exports) => {
|
|
|
8651
8653
|
});
|
|
8652
8654
|
|
|
8653
8655
|
// ../../node_modules/.bun/@smithy+core@3.33.3/node_modules/@smithy/core/dist-cjs/index.js
|
|
8654
|
-
var require_dist_cjs2 = __commonJS((exports)
|
|
8656
|
+
var require_dist_cjs2 = __commonJS(function(exports) {
|
|
8655
8657
|
var { getSmithyContext, hasOwn: hasOwn2 } = require_transport();
|
|
8656
8658
|
exports.getSmithyContext = getSmithyContext;
|
|
8657
8659
|
var { HttpRequest } = require_protocols();
|
|
@@ -8979,7 +8981,7 @@ var require_dist_cjs2 = __commonJS((exports) => {
|
|
|
8979
8981
|
});
|
|
8980
8982
|
|
|
8981
8983
|
// ../../node_modules/.bun/bowser@2.14.1/node_modules/bowser/es5.js
|
|
8982
|
-
var require_es5 = __commonJS((exports, module)
|
|
8984
|
+
var require_es5 = __commonJS(function(exports, module) {
|
|
8983
8985
|
(function(e, t) {
|
|
8984
8986
|
typeof exports == "object" && typeof module == "object" ? module.exports = t() : typeof define == "function" && define.amd ? define([], t) : typeof exports == "object" ? exports.bowser = t() : e.bowser = t();
|
|
8985
8987
|
})(exports, function() {
|
|
@@ -9819,7 +9821,7 @@ var require_es5 = __commonJS((exports, module) => {
|
|
|
9819
9821
|
});
|
|
9820
9822
|
|
|
9821
9823
|
// ../../node_modules/.bun/@aws-sdk+core@3.977.9/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js
|
|
9822
|
-
var require_client2 = __commonJS((exports)
|
|
9824
|
+
var require_client2 = __commonJS(function(exports) {
|
|
9823
9825
|
var { Retry, RETRY_MODES } = require_retry();
|
|
9824
9826
|
var { HttpRequest, parseUrl } = require_protocols();
|
|
9825
9827
|
var { InvokeStore } = require_invoke_store();
|
|
@@ -10757,7 +10759,7 @@ More information can be found at: https://a.co/c895JFp`);
|
|
|
10757
10759
|
});
|
|
10758
10760
|
|
|
10759
10761
|
// ../../node_modules/.bun/@aws-sdk+checksums@3.1000.29/node_modules/@aws-sdk/checksums/dist-cjs/submodules/crc/index.js
|
|
10760
|
-
var require_crc = __commonJS((exports)
|
|
10762
|
+
var require_crc = __commonJS(function(exports) {
|
|
10761
10763
|
var { Crc32, Crc32Js, Crc32Node } = require_checksum();
|
|
10762
10764
|
exports.Crc32 = Crc32;
|
|
10763
10765
|
exports.Crc32Js = Crc32Js;
|
|
@@ -10914,7 +10916,7 @@ var require_crc = __commonJS((exports) => {
|
|
|
10914
10916
|
});
|
|
10915
10917
|
|
|
10916
10918
|
// ../../node_modules/.bun/@smithy+signature-v4@5.7.3/node_modules/@smithy/signature-v4/dist-cjs/index.js
|
|
10917
|
-
var require_dist_cjs3 = __commonJS((exports)
|
|
10919
|
+
var require_dist_cjs3 = __commonJS(function(exports) {
|
|
10918
10920
|
var { hasOwn: hasOwn2, fromUtf8, fromHex, toHex, toUint8Array: toUint8Array2, isArrayBuffer: isArrayBuffer2 } = require_serde();
|
|
10919
10921
|
var { normalizeProvider: normalizeProvider2 } = require_client();
|
|
10920
10922
|
var { escapeUri, HttpRequest: HttpRequest2 } = require_protocols();
|
|
@@ -11466,7 +11468,7 @@ ${toHex(hashedRequest)}`;
|
|
|
11466
11468
|
});
|
|
11467
11469
|
|
|
11468
11470
|
// ../../node_modules/.bun/@aws-sdk+signature-v4-multi-region@3.996.46/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js
|
|
11469
|
-
var require_dist_cjs4 = __commonJS((exports)
|
|
11471
|
+
var require_dist_cjs4 = __commonJS(function(exports) {
|
|
11470
11472
|
var { SignatureV4, signatureV4aContainer } = require_dist_cjs3();
|
|
11471
11473
|
var signatureV4CrtContainer = {
|
|
11472
11474
|
CrtSignerV4: null
|
|
@@ -11598,7 +11600,7 @@ var require_dist_cjs4 = __commonJS((exports) => {
|
|
|
11598
11600
|
});
|
|
11599
11601
|
|
|
11600
11602
|
// ../../node_modules/.bun/@aws-sdk+core@3.977.9/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js
|
|
11601
|
-
var require_util = __commonJS((exports)
|
|
11603
|
+
var require_util = __commonJS(function(exports) {
|
|
11602
11604
|
var { buildQueryString } = require_protocols();
|
|
11603
11605
|
var validate = (str) => typeof str === "string" && str.indexOf("arn:") === 0 && str.split(":").length >= 6;
|
|
11604
11606
|
var parse = (arn) => {
|
|
@@ -11656,7 +11658,7 @@ var require_util = __commonJS((exports) => {
|
|
|
11656
11658
|
});
|
|
11657
11659
|
|
|
11658
11660
|
// ../../node_modules/.bun/@smithy+core@3.33.3/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js
|
|
11659
|
-
var require_cbor = __commonJS((exports)
|
|
11661
|
+
var require_cbor = __commonJS(function(exports) {
|
|
11660
11662
|
var { nv, NumericValue, calculateBodyLength, generateIdempotencyToken, fromBase64, _parseEpochTimestamp } = require_serde();
|
|
11661
11663
|
var { hasOwn: hasOwn2, getSmithyContext } = require_transport();
|
|
11662
11664
|
var { HttpRequest: HttpRequest2, collectBody, SerdeContext, RpcProtocol } = require_protocols();
|
|
@@ -14106,7 +14108,7 @@ var require_cbor = __commonJS((exports) => {
|
|
|
14106
14108
|
});
|
|
14107
14109
|
|
|
14108
14110
|
// ../../node_modules/.bun/@aws-sdk+xml-builder@3.972.40/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js
|
|
14109
|
-
var require_dist_cjs5 = __commonJS((exports)
|
|
14111
|
+
var require_dist_cjs5 = __commonJS(function(exports) {
|
|
14110
14112
|
var ATTR_ESCAPE_RE = /[&<>"]/g;
|
|
14111
14113
|
var ATTR_ESCAPE_MAP = {
|
|
14112
14114
|
"&": "&",
|
|
@@ -14474,7 +14476,7 @@ var require_dist_cjs5 = __commonJS((exports) => {
|
|
|
14474
14476
|
});
|
|
14475
14477
|
|
|
14476
14478
|
// ../../node_modules/.bun/@aws-sdk+core@3.977.9/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js
|
|
14477
|
-
var require_protocols2 = __commonJS((exports)
|
|
14479
|
+
var require_protocols2 = __commonJS(function(exports) {
|
|
14478
14480
|
var { SmithyRpcV2CborProtocol, loadSmithyRpcV2CborErrorCode } = require_cbor();
|
|
14479
14481
|
var { TypeRegistry, NormalizedSchema, deref } = require_schema();
|
|
14480
14482
|
var { decorateServiceException, getValueFromTextNode } = require_client();
|
|
@@ -17315,7 +17317,7 @@ var require_protocols2 = __commonJS((exports) => {
|
|
|
17315
17317
|
});
|
|
17316
17318
|
|
|
17317
17319
|
// ../../node_modules/.bun/@aws-sdk+core@3.977.9/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js
|
|
17318
|
-
var require_httpAuthSchemes = __commonJS((exports)
|
|
17320
|
+
var require_httpAuthSchemes = __commonJS(function(exports) {
|
|
17319
17321
|
var { ProviderError, booleanSelector: booleanSelector2, SelectorType: SelectorType3, loadConfig } = require_config();
|
|
17320
17322
|
var { setCredentialFeature } = require_client2();
|
|
17321
17323
|
var { normalizeProvider: normalizeProvider2, memoizeIdentityProvider, isIdentityExpired, doesIdentityRequireRefresh } = require_dist_cjs2();
|
|
@@ -17675,13 +17677,13 @@ var init_fromEnv = __esm(() => {
|
|
|
17675
17677
|
// ../../node_modules/.bun/@aws-sdk+credential-provider-env@3.972.70/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js
|
|
17676
17678
|
var exports_dist_es = {};
|
|
17677
17679
|
__export(exports_dist_es, {
|
|
17678
|
-
|
|
17679
|
-
ENV_SESSION: () => ENV_SESSION,
|
|
17680
|
-
ENV_SECRET: () => ENV_SECRET,
|
|
17681
|
-
ENV_KEY: () => ENV_KEY,
|
|
17682
|
-
ENV_EXPIRATION: () => ENV_EXPIRATION,
|
|
17680
|
+
ENV_ACCOUNT_ID: () => ENV_ACCOUNT_ID,
|
|
17683
17681
|
ENV_CREDENTIAL_SCOPE: () => ENV_CREDENTIAL_SCOPE,
|
|
17684
|
-
|
|
17682
|
+
ENV_EXPIRATION: () => ENV_EXPIRATION,
|
|
17683
|
+
ENV_KEY: () => ENV_KEY,
|
|
17684
|
+
ENV_SECRET: () => ENV_SECRET,
|
|
17685
|
+
ENV_SESSION: () => ENV_SESSION,
|
|
17686
|
+
fromEnv: () => fromEnv
|
|
17685
17687
|
});
|
|
17686
17688
|
var init_dist_es = __esm(() => {
|
|
17687
17689
|
init_fromEnv();
|
|
@@ -18065,17 +18067,17 @@ var init_fromInstanceMetadata = __esm(() => {
|
|
|
18065
18067
|
// ../../node_modules/.bun/@smithy+credential-provider-imds@4.5.2/node_modules/@smithy/credential-provider-imds/dist-es/index.js
|
|
18066
18068
|
var exports_dist_es2 = {};
|
|
18067
18069
|
__export(exports_dist_es2, {
|
|
18068
|
-
|
|
18069
|
-
httpRequest: () => httpRequest,
|
|
18070
|
-
getInstanceMetadataEndpoint: () => getInstanceMetadataEndpoint,
|
|
18071
|
-
fromInstanceMetadata: () => fromInstanceMetadata,
|
|
18072
|
-
fromContainerMetadata: () => fromContainerMetadata,
|
|
18073
|
-
Endpoint: () => Endpoint,
|
|
18074
|
-
ENV_CMDS_RELATIVE_URI: () => ENV_CMDS_RELATIVE_URI,
|
|
18075
|
-
ENV_CMDS_FULL_URI: () => ENV_CMDS_FULL_URI,
|
|
18076
|
-
ENV_CMDS_AUTH_TOKEN: () => ENV_CMDS_AUTH_TOKEN,
|
|
18070
|
+
DEFAULT_MAX_RETRIES: () => DEFAULT_MAX_RETRIES,
|
|
18077
18071
|
DEFAULT_TIMEOUT: () => DEFAULT_TIMEOUT,
|
|
18078
|
-
|
|
18072
|
+
ENV_CMDS_AUTH_TOKEN: () => ENV_CMDS_AUTH_TOKEN,
|
|
18073
|
+
ENV_CMDS_FULL_URI: () => ENV_CMDS_FULL_URI,
|
|
18074
|
+
ENV_CMDS_RELATIVE_URI: () => ENV_CMDS_RELATIVE_URI,
|
|
18075
|
+
Endpoint: () => Endpoint,
|
|
18076
|
+
fromContainerMetadata: () => fromContainerMetadata,
|
|
18077
|
+
fromInstanceMetadata: () => fromInstanceMetadata,
|
|
18078
|
+
getInstanceMetadataEndpoint: () => getInstanceMetadataEndpoint,
|
|
18079
|
+
httpRequest: () => httpRequest,
|
|
18080
|
+
providerConfigFromInit: () => providerConfigFromInit
|
|
18079
18081
|
});
|
|
18080
18082
|
var init_dist_es2 = __esm(() => {
|
|
18081
18083
|
init_fromContainerMetadata();
|
|
@@ -18086,7 +18088,7 @@ var init_dist_es2 = __esm(() => {
|
|
|
18086
18088
|
});
|
|
18087
18089
|
|
|
18088
18090
|
// ../../node_modules/.bun/@smithy+node-http-handler@4.12.1/node_modules/@smithy/node-http-handler/dist-cjs/index.js
|
|
18089
|
-
var require_dist_cjs6 = __commonJS((exports)
|
|
18091
|
+
var require_dist_cjs6 = __commonJS(function(exports) {
|
|
18090
18092
|
var { hasOwn: hasOwn2 } = require_serde();
|
|
18091
18093
|
var { streamCollector } = require_serde();
|
|
18092
18094
|
exports.streamCollector = streamCollector;
|
|
@@ -19093,7 +19095,7 @@ var init_constants = __esm(() => {
|
|
|
19093
19095
|
});
|
|
19094
19096
|
|
|
19095
19097
|
// ../../node_modules/.bun/@aws-sdk+nested-clients@3.997.44/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js
|
|
19096
|
-
var require_sso_oidc = __commonJS((exports)
|
|
19098
|
+
var require_sso_oidc = __commonJS(function(exports) {
|
|
19097
19099
|
var { awsEndpointFunctions: awsEndpointFunctions2, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require_client2();
|
|
19098
19100
|
var { NoAuthSigner, getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require_dist_cjs2();
|
|
19099
19101
|
var { normalizeProvider: normalizeProvider3, getSmithyContext: getSmithyContext3, ServiceException, NoOpLogger: NoOpLogger2, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder: makeBuilder2, createAggregatedClient } = require_client();
|
|
@@ -20445,8 +20447,8 @@ var init_sso = __esm(() => {
|
|
|
20445
20447
|
// ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.14/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js
|
|
20446
20448
|
var exports_loadSso = {};
|
|
20447
20449
|
__export(exports_loadSso, {
|
|
20448
|
-
|
|
20449
|
-
|
|
20450
|
+
GetRoleCredentialsCommand: () => $GetRoleCredentialsCommand,
|
|
20451
|
+
SSOClient: () => $SSOClient
|
|
20450
20452
|
});
|
|
20451
20453
|
var init_loadSso = __esm(() => {
|
|
20452
20454
|
init_sso();
|
|
@@ -20639,9 +20641,9 @@ var init_fromSSO = __esm(() => {
|
|
|
20639
20641
|
// ../../node_modules/.bun/@aws-sdk+credential-provider-sso@3.973.14/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js
|
|
20640
20642
|
var exports_dist_es4 = {};
|
|
20641
20643
|
__export(exports_dist_es4, {
|
|
20642
|
-
|
|
20644
|
+
fromSSO: () => fromSSO,
|
|
20643
20645
|
isSsoProfile: () => isSsoProfile,
|
|
20644
|
-
|
|
20646
|
+
validateSsoProfile: () => validateSsoProfile
|
|
20645
20647
|
});
|
|
20646
20648
|
var init_dist_es5 = __esm(() => {
|
|
20647
20649
|
init_fromSSO();
|
|
@@ -20680,7 +20682,7 @@ var init_resolveCredentialSource = __esm(() => {
|
|
|
20680
20682
|
});
|
|
20681
20683
|
|
|
20682
20684
|
// ../../node_modules/.bun/@aws-sdk+nested-clients@3.997.44/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js
|
|
20683
|
-
var require_sts = __commonJS((exports)
|
|
20685
|
+
var require_sts = __commonJS(function(exports) {
|
|
20684
20686
|
var { awsEndpointFunctions: awsEndpointFunctions3, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$12, createDefaultUserAgentProvider: createDefaultUserAgentProvider2, NODE_APP_ID_CONFIG_OPTIONS: NODE_APP_ID_CONFIG_OPTIONS2, getAwsRegionExtensionConfiguration: getAwsRegionExtensionConfiguration2, resolveAwsRegionExtensionConfiguration: resolveAwsRegionExtensionConfiguration2, resolveUserAgentConfig: resolveUserAgentConfig2, resolveHostHeaderConfig: resolveHostHeaderConfig2, getUserAgentPlugin: getUserAgentPlugin2, getHostHeaderPlugin: getHostHeaderPlugin2, getLoggerPlugin: getLoggerPlugin2, getRecursionDetectionPlugin: getRecursionDetectionPlugin2, setCredentialFeature: setCredentialFeature5, stsRegionDefaultResolver } = require_client2();
|
|
20685
20687
|
var { NoAuthSigner: NoAuthSigner2, getHttpAuthSchemeEndpointRuleSetPlugin: getHttpAuthSchemeEndpointRuleSetPlugin2, DefaultIdentityProviderConfig: DefaultIdentityProviderConfig2, getHttpSigningPlugin: getHttpSigningPlugin2 } = require_dist_cjs2();
|
|
20686
20688
|
var { normalizeProvider: normalizeProvider4, getSmithyContext: getSmithyContext4, ServiceException: ServiceException2, NoOpLogger: NoOpLogger3, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion2, loadConfigsForDefaultMode: loadConfigsForDefaultMode2, getDefaultExtensionConfiguration: getDefaultExtensionConfiguration2, resolveDefaultRuntimeConfig: resolveDefaultRuntimeConfig2, Client: Client2, makeBuilder: makeBuilder3, createAggregatedClient: createAggregatedClient2 } = require_client();
|
|
@@ -21770,7 +21772,7 @@ var init_resolveAssumeRoleCredentials = __esm(() => {
|
|
|
21770
21772
|
});
|
|
21771
21773
|
|
|
21772
21774
|
// ../../node_modules/.bun/@aws-sdk+nested-clients@3.997.44/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js
|
|
21773
|
-
var require_signin = __commonJS((exports)
|
|
21775
|
+
var require_signin = __commonJS(function(exports) {
|
|
21774
21776
|
var { awsEndpointFunctions: awsEndpointFunctions3, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$12, createDefaultUserAgentProvider: createDefaultUserAgentProvider2, NODE_APP_ID_CONFIG_OPTIONS: NODE_APP_ID_CONFIG_OPTIONS2, getAwsRegionExtensionConfiguration: getAwsRegionExtensionConfiguration2, resolveAwsRegionExtensionConfiguration: resolveAwsRegionExtensionConfiguration2, resolveUserAgentConfig: resolveUserAgentConfig2, resolveHostHeaderConfig: resolveHostHeaderConfig2, getUserAgentPlugin: getUserAgentPlugin2, getHostHeaderPlugin: getHostHeaderPlugin2, getLoggerPlugin: getLoggerPlugin2, getRecursionDetectionPlugin: getRecursionDetectionPlugin2 } = require_client2();
|
|
21775
21777
|
var { NoAuthSigner: NoAuthSigner2, getHttpAuthSchemeEndpointRuleSetPlugin: getHttpAuthSchemeEndpointRuleSetPlugin2, DefaultIdentityProviderConfig: DefaultIdentityProviderConfig2, getHttpSigningPlugin: getHttpSigningPlugin2 } = require_dist_cjs2();
|
|
21776
21778
|
var { normalizeProvider: normalizeProvider4, getSmithyContext: getSmithyContext4, ServiceException: ServiceException2, NoOpLogger: NoOpLogger3, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion2, loadConfigsForDefaultMode: loadConfigsForDefaultMode2, getDefaultExtensionConfiguration: getDefaultExtensionConfiguration2, resolveDefaultRuntimeConfig: resolveDefaultRuntimeConfig2, Client: Client2, makeBuilder: makeBuilder3, createAggregatedClient: createAggregatedClient2 } = require_client();
|
|
@@ -23013,8 +23015,8 @@ var init_fromTokenFile = __esm(() => {
|
|
|
23013
23015
|
// ../../node_modules/.bun/@aws-sdk+credential-provider-web-identity@3.972.76/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js
|
|
23014
23016
|
var exports_dist_es7 = {};
|
|
23015
23017
|
__export(exports_dist_es7, {
|
|
23016
|
-
|
|
23017
|
-
|
|
23018
|
+
fromTokenFile: () => fromTokenFile,
|
|
23019
|
+
fromWebToken: () => fromWebToken
|
|
23018
23020
|
});
|
|
23019
23021
|
var init_dist_es8 = __esm(() => {
|
|
23020
23022
|
init_fromTokenFile();
|
|
@@ -23115,6 +23117,7 @@ import { spawn } from "child_process";
|
|
|
23115
23117
|
import { request as nodeHttpRequest } from "http";
|
|
23116
23118
|
import { request as nodeHttpsRequest } from "https";
|
|
23117
23119
|
import { randomUUID as randomUUID22 } from "crypto";
|
|
23120
|
+
import { createRequire as createRequire2 } from "module";
|
|
23118
23121
|
function getPathValue(input, path) {
|
|
23119
23122
|
return path.split(".").reduce((value, part) => {
|
|
23120
23123
|
if (value && typeof value === "object" && part in value) {
|
|
@@ -24330,7 +24333,7 @@ function normalizeRetryPolicy(policy) {
|
|
|
24330
24333
|
}
|
|
24331
24334
|
var PATHS_RESOLVER_KIND_ENV, PATHS_RESOLVER_APP_SLUG_RE2, HASNA_EVENTS_DIR_ENV = "HASNA_EVENTS_DIR", HASNA_EVENTS_HOME_ENV = "HASNA_EVENTS_HOME", EVENTS_STORE_SENTINEL_FILE = "events.json", LOCAL_JSON_EVENT_CURSOR_PREFIX = "local-json-v1:", DEFAULT_EVENT_PAGE_LIMIT = 100, MAX_EVENT_PAGE_LIMIT = 1000, DEFAULT_SIGNATURE_TOLERANCE_MS, DEFAULT_MAX_REDIRECTS = 5, IPV4_PRIVATE_RANGES, IPV6_SPECIAL_PREFIXES, defaultTargetLookup = async (hostname) => {
|
|
24332
24335
|
return dnsLookup(hostname, { all: true, verbatim: false });
|
|
24333
|
-
}, EventValidationError, defaultEventTypeCatalog, APP_EVENT_V1_MAX_DATA_BYTES;
|
|
24336
|
+
}, EventValidationError, defaultEventTypeCatalog, APP_EVENT_V1_MAX_DATA_BYTES, MAX_CREDENTIAL_FILE_BYTES2, INSPECT_CUSTOM2, CREDENTIAL_SEAL2, AMBIENT_ENVIRONMENT2, SECRETS_PACKAGE_SPECIFIER2, requireSecretsSdk2, IDEMPOTENT_METHODS2, AUTHORITY_OVERRIDE_HEADERS2, MAX_ENVELOPE_BYTES, MAX_REQUEST_BYTES;
|
|
24334
24337
|
var init_dist = __esm(() => {
|
|
24335
24338
|
PATHS_RESOLVER_KIND_ENV = {
|
|
24336
24339
|
config: "HASNA_CONFIG_HOME",
|
|
@@ -24386,6 +24389,22 @@ var init_dist = __esm(() => {
|
|
|
24386
24389
|
};
|
|
24387
24390
|
defaultEventTypeCatalog = new EventTypeCatalog;
|
|
24388
24391
|
APP_EVENT_V1_MAX_DATA_BYTES = 32 * 1024;
|
|
24392
|
+
MAX_CREDENTIAL_FILE_BYTES2 = 64 * 1024;
|
|
24393
|
+
INSPECT_CUSTOM2 = Symbol.for("nodejs.util.inspect.custom");
|
|
24394
|
+
CREDENTIAL_SEAL2 = Symbol.for("hasna:contracts:sealedCredential");
|
|
24395
|
+
AMBIENT_ENVIRONMENT2 = Symbol.for("hasna:contracts:ambientClientEnvironment");
|
|
24396
|
+
SECRETS_PACKAGE_SPECIFIER2 = "@hasna/" + "secrets";
|
|
24397
|
+
requireSecretsSdk2 = createRequire2(import.meta.url);
|
|
24398
|
+
IDEMPOTENT_METHODS2 = new Set(["GET", "HEAD", "PUT", "DELETE", "OPTIONS"]);
|
|
24399
|
+
AUTHORITY_OVERRIDE_HEADERS2 = new Set([
|
|
24400
|
+
"host",
|
|
24401
|
+
":authority",
|
|
24402
|
+
"forwarded",
|
|
24403
|
+
"x-forwarded-host",
|
|
24404
|
+
"x-original-host"
|
|
24405
|
+
]);
|
|
24406
|
+
MAX_ENVELOPE_BYTES = 256 * 1024;
|
|
24407
|
+
MAX_REQUEST_BYTES = MAX_ENVELOPE_BYTES * 2 + 8192;
|
|
24389
24408
|
});
|
|
24390
24409
|
|
|
24391
24410
|
// src/sdk/event-sink.ts
|
|
@@ -25462,7 +25481,7 @@ class MissingSkillsFleetError extends Error {
|
|
|
25462
25481
|
// package.json
|
|
25463
25482
|
var package_default = {
|
|
25464
25483
|
name: "@hasna/skills",
|
|
25465
|
-
version: "0.5.
|
|
25484
|
+
version: "0.5.4",
|
|
25466
25485
|
description: "Skills library for AI coding agents",
|
|
25467
25486
|
type: "module",
|
|
25468
25487
|
bin: {
|
|
@@ -44039,113 +44058,113 @@ var currentVersionService = {
|
|
|
44039
44058
|
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/external.js
|
|
44040
44059
|
var exports_external = {};
|
|
44041
44060
|
__export(exports_external, {
|
|
44042
|
-
|
|
44043
|
-
util: () => util,
|
|
44044
|
-
unknown: () => unknownType,
|
|
44045
|
-
union: () => unionType,
|
|
44046
|
-
undefined: () => undefinedType,
|
|
44047
|
-
tuple: () => tupleType,
|
|
44048
|
-
transformer: () => effectsType,
|
|
44049
|
-
symbol: () => symbolType,
|
|
44050
|
-
string: () => stringType,
|
|
44051
|
-
strictObject: () => strictObjectType,
|
|
44052
|
-
setErrorMap: () => setErrorMap,
|
|
44053
|
-
set: () => setType,
|
|
44054
|
-
record: () => recordType,
|
|
44055
|
-
quotelessJson: () => quotelessJson,
|
|
44056
|
-
promise: () => promiseType,
|
|
44057
|
-
preprocess: () => preprocessType,
|
|
44058
|
-
pipeline: () => pipelineType,
|
|
44059
|
-
ostring: () => ostring,
|
|
44060
|
-
optional: () => optionalType,
|
|
44061
|
-
onumber: () => onumber,
|
|
44062
|
-
oboolean: () => oboolean,
|
|
44063
|
-
objectUtil: () => objectUtil,
|
|
44064
|
-
object: () => objectType,
|
|
44065
|
-
number: () => numberType,
|
|
44066
|
-
nullable: () => nullableType,
|
|
44067
|
-
null: () => nullType,
|
|
44068
|
-
never: () => neverType,
|
|
44069
|
-
nativeEnum: () => nativeEnumType,
|
|
44070
|
-
nan: () => nanType,
|
|
44071
|
-
map: () => mapType,
|
|
44072
|
-
makeIssue: () => makeIssue,
|
|
44073
|
-
literal: () => literalType,
|
|
44074
|
-
lazy: () => lazyType,
|
|
44075
|
-
late: () => late,
|
|
44076
|
-
isValid: () => isValid,
|
|
44077
|
-
isDirty: () => isDirty,
|
|
44078
|
-
isAsync: () => isAsync,
|
|
44079
|
-
isAborted: () => isAborted,
|
|
44080
|
-
intersection: () => intersectionType,
|
|
44081
|
-
instanceof: () => instanceOfType,
|
|
44082
|
-
getParsedType: () => getParsedType,
|
|
44083
|
-
getErrorMap: () => getErrorMap,
|
|
44084
|
-
function: () => functionType,
|
|
44085
|
-
enum: () => enumType,
|
|
44086
|
-
effect: () => effectsType,
|
|
44087
|
-
discriminatedUnion: () => discriminatedUnionType,
|
|
44088
|
-
defaultErrorMap: () => en_default,
|
|
44089
|
-
datetimeRegex: () => datetimeRegex,
|
|
44090
|
-
date: () => dateType,
|
|
44091
|
-
custom: () => custom,
|
|
44092
|
-
coerce: () => coerce,
|
|
44093
|
-
boolean: () => booleanType,
|
|
44094
|
-
bigint: () => bigIntType,
|
|
44095
|
-
array: () => arrayType,
|
|
44096
|
-
any: () => anyType,
|
|
44097
|
-
addIssueToContext: () => addIssueToContext,
|
|
44098
|
-
ZodVoid: () => ZodVoid,
|
|
44099
|
-
ZodUnknown: () => ZodUnknown,
|
|
44100
|
-
ZodUnion: () => ZodUnion,
|
|
44101
|
-
ZodUndefined: () => ZodUndefined,
|
|
44102
|
-
ZodType: () => ZodType,
|
|
44103
|
-
ZodTuple: () => ZodTuple,
|
|
44104
|
-
ZodTransformer: () => ZodEffects,
|
|
44105
|
-
ZodSymbol: () => ZodSymbol,
|
|
44106
|
-
ZodString: () => ZodString,
|
|
44107
|
-
ZodSet: () => ZodSet,
|
|
44108
|
-
ZodSchema: () => ZodType,
|
|
44109
|
-
ZodRecord: () => ZodRecord,
|
|
44110
|
-
ZodReadonly: () => ZodReadonly,
|
|
44111
|
-
ZodPromise: () => ZodPromise,
|
|
44112
|
-
ZodPipeline: () => ZodPipeline,
|
|
44113
|
-
ZodParsedType: () => ZodParsedType,
|
|
44114
|
-
ZodOptional: () => ZodOptional,
|
|
44115
|
-
ZodObject: () => ZodObject,
|
|
44116
|
-
ZodNumber: () => ZodNumber,
|
|
44117
|
-
ZodNullable: () => ZodNullable,
|
|
44118
|
-
ZodNull: () => ZodNull,
|
|
44119
|
-
ZodNever: () => ZodNever,
|
|
44120
|
-
ZodNativeEnum: () => ZodNativeEnum,
|
|
44121
|
-
ZodNaN: () => ZodNaN,
|
|
44122
|
-
ZodMap: () => ZodMap,
|
|
44123
|
-
ZodLiteral: () => ZodLiteral,
|
|
44124
|
-
ZodLazy: () => ZodLazy,
|
|
44125
|
-
ZodIssueCode: () => ZodIssueCode,
|
|
44126
|
-
ZodIntersection: () => ZodIntersection,
|
|
44127
|
-
ZodFunction: () => ZodFunction,
|
|
44128
|
-
ZodFirstPartyTypeKind: () => ZodFirstPartyTypeKind,
|
|
44129
|
-
ZodError: () => ZodError,
|
|
44130
|
-
ZodEnum: () => ZodEnum,
|
|
44131
|
-
ZodEffects: () => ZodEffects,
|
|
44132
|
-
ZodDiscriminatedUnion: () => ZodDiscriminatedUnion,
|
|
44133
|
-
ZodDefault: () => ZodDefault,
|
|
44134
|
-
ZodDate: () => ZodDate,
|
|
44135
|
-
ZodCatch: () => ZodCatch,
|
|
44136
|
-
ZodBranded: () => ZodBranded,
|
|
44137
|
-
ZodBoolean: () => ZodBoolean,
|
|
44138
|
-
ZodBigInt: () => ZodBigInt,
|
|
44139
|
-
ZodArray: () => ZodArray,
|
|
44140
|
-
ZodAny: () => ZodAny,
|
|
44141
|
-
Schema: () => ZodType,
|
|
44142
|
-
ParseStatus: () => ParseStatus,
|
|
44143
|
-
OK: () => OK,
|
|
44144
|
-
NEVER: () => NEVER,
|
|
44145
|
-
INVALID: () => INVALID,
|
|
44146
|
-
EMPTY_PATH: () => EMPTY_PATH,
|
|
44061
|
+
BRAND: () => BRAND,
|
|
44147
44062
|
DIRTY: () => DIRTY,
|
|
44148
|
-
|
|
44063
|
+
EMPTY_PATH: () => EMPTY_PATH,
|
|
44064
|
+
INVALID: () => INVALID,
|
|
44065
|
+
NEVER: () => NEVER,
|
|
44066
|
+
OK: () => OK,
|
|
44067
|
+
ParseStatus: () => ParseStatus,
|
|
44068
|
+
Schema: () => ZodType,
|
|
44069
|
+
ZodAny: () => ZodAny,
|
|
44070
|
+
ZodArray: () => ZodArray,
|
|
44071
|
+
ZodBigInt: () => ZodBigInt,
|
|
44072
|
+
ZodBoolean: () => ZodBoolean,
|
|
44073
|
+
ZodBranded: () => ZodBranded,
|
|
44074
|
+
ZodCatch: () => ZodCatch,
|
|
44075
|
+
ZodDate: () => ZodDate,
|
|
44076
|
+
ZodDefault: () => ZodDefault,
|
|
44077
|
+
ZodDiscriminatedUnion: () => ZodDiscriminatedUnion,
|
|
44078
|
+
ZodEffects: () => ZodEffects,
|
|
44079
|
+
ZodEnum: () => ZodEnum,
|
|
44080
|
+
ZodError: () => ZodError,
|
|
44081
|
+
ZodFirstPartyTypeKind: () => ZodFirstPartyTypeKind,
|
|
44082
|
+
ZodFunction: () => ZodFunction,
|
|
44083
|
+
ZodIntersection: () => ZodIntersection,
|
|
44084
|
+
ZodIssueCode: () => ZodIssueCode,
|
|
44085
|
+
ZodLazy: () => ZodLazy,
|
|
44086
|
+
ZodLiteral: () => ZodLiteral,
|
|
44087
|
+
ZodMap: () => ZodMap,
|
|
44088
|
+
ZodNaN: () => ZodNaN,
|
|
44089
|
+
ZodNativeEnum: () => ZodNativeEnum,
|
|
44090
|
+
ZodNever: () => ZodNever,
|
|
44091
|
+
ZodNull: () => ZodNull,
|
|
44092
|
+
ZodNullable: () => ZodNullable,
|
|
44093
|
+
ZodNumber: () => ZodNumber,
|
|
44094
|
+
ZodObject: () => ZodObject,
|
|
44095
|
+
ZodOptional: () => ZodOptional,
|
|
44096
|
+
ZodParsedType: () => ZodParsedType,
|
|
44097
|
+
ZodPipeline: () => ZodPipeline,
|
|
44098
|
+
ZodPromise: () => ZodPromise,
|
|
44099
|
+
ZodReadonly: () => ZodReadonly,
|
|
44100
|
+
ZodRecord: () => ZodRecord,
|
|
44101
|
+
ZodSchema: () => ZodType,
|
|
44102
|
+
ZodSet: () => ZodSet,
|
|
44103
|
+
ZodString: () => ZodString,
|
|
44104
|
+
ZodSymbol: () => ZodSymbol,
|
|
44105
|
+
ZodTransformer: () => ZodEffects,
|
|
44106
|
+
ZodTuple: () => ZodTuple,
|
|
44107
|
+
ZodType: () => ZodType,
|
|
44108
|
+
ZodUndefined: () => ZodUndefined,
|
|
44109
|
+
ZodUnion: () => ZodUnion,
|
|
44110
|
+
ZodUnknown: () => ZodUnknown,
|
|
44111
|
+
ZodVoid: () => ZodVoid,
|
|
44112
|
+
addIssueToContext: () => addIssueToContext,
|
|
44113
|
+
any: () => anyType,
|
|
44114
|
+
array: () => arrayType,
|
|
44115
|
+
bigint: () => bigIntType,
|
|
44116
|
+
boolean: () => booleanType,
|
|
44117
|
+
coerce: () => coerce,
|
|
44118
|
+
custom: () => custom,
|
|
44119
|
+
date: () => dateType,
|
|
44120
|
+
datetimeRegex: () => datetimeRegex,
|
|
44121
|
+
defaultErrorMap: () => en_default,
|
|
44122
|
+
discriminatedUnion: () => discriminatedUnionType,
|
|
44123
|
+
effect: () => effectsType,
|
|
44124
|
+
enum: () => enumType,
|
|
44125
|
+
function: () => functionType,
|
|
44126
|
+
getErrorMap: () => getErrorMap,
|
|
44127
|
+
getParsedType: () => getParsedType,
|
|
44128
|
+
instanceof: () => instanceOfType,
|
|
44129
|
+
intersection: () => intersectionType,
|
|
44130
|
+
isAborted: () => isAborted,
|
|
44131
|
+
isAsync: () => isAsync,
|
|
44132
|
+
isDirty: () => isDirty,
|
|
44133
|
+
isValid: () => isValid,
|
|
44134
|
+
late: () => late,
|
|
44135
|
+
lazy: () => lazyType,
|
|
44136
|
+
literal: () => literalType,
|
|
44137
|
+
makeIssue: () => makeIssue,
|
|
44138
|
+
map: () => mapType,
|
|
44139
|
+
nan: () => nanType,
|
|
44140
|
+
nativeEnum: () => nativeEnumType,
|
|
44141
|
+
never: () => neverType,
|
|
44142
|
+
null: () => nullType,
|
|
44143
|
+
nullable: () => nullableType,
|
|
44144
|
+
number: () => numberType,
|
|
44145
|
+
object: () => objectType,
|
|
44146
|
+
objectUtil: () => objectUtil,
|
|
44147
|
+
oboolean: () => oboolean,
|
|
44148
|
+
onumber: () => onumber,
|
|
44149
|
+
optional: () => optionalType,
|
|
44150
|
+
ostring: () => ostring,
|
|
44151
|
+
pipeline: () => pipelineType,
|
|
44152
|
+
preprocess: () => preprocessType,
|
|
44153
|
+
promise: () => promiseType,
|
|
44154
|
+
quotelessJson: () => quotelessJson,
|
|
44155
|
+
record: () => recordType,
|
|
44156
|
+
set: () => setType,
|
|
44157
|
+
setErrorMap: () => setErrorMap,
|
|
44158
|
+
strictObject: () => strictObjectType,
|
|
44159
|
+
string: () => stringType,
|
|
44160
|
+
symbol: () => symbolType,
|
|
44161
|
+
transformer: () => effectsType,
|
|
44162
|
+
tuple: () => tupleType,
|
|
44163
|
+
undefined: () => undefinedType,
|
|
44164
|
+
union: () => unionType,
|
|
44165
|
+
unknown: () => unknownType,
|
|
44166
|
+
util: () => util,
|
|
44167
|
+
void: () => voidType
|
|
44149
44168
|
});
|
|
44150
44169
|
|
|
44151
44170
|
// ../../node_modules/.bun/zod@3.25.76/node_modules/zod/v3/helpers/util.js
|
|
@@ -53226,6 +53245,69 @@ function parseUpdatedWorkspace(value) {
|
|
|
53226
53245
|
return { organization: { id: organization2.id, slug: organization2.slug, name: organization2.name } };
|
|
53227
53246
|
}
|
|
53228
53247
|
|
|
53248
|
+
// src/lib/remote-quote-errors.ts
|
|
53249
|
+
var quoteUnavailableMessages = Object.freeze({
|
|
53250
|
+
HOSTED_PROVIDER_UNAVAILABLE: "Hosted execution is temporarily unavailable on this Skills instance.",
|
|
53251
|
+
HOSTED_CONNECTORS_UNAVAILABLE: "Hosted connector execution is unavailable on this Skills instance.",
|
|
53252
|
+
SKILL_IMPLEMENTATION_UNAVAILABLE: "This skill has no hosted execution implementation.",
|
|
53253
|
+
HOSTED_PRICING_UNAVAILABLE: "Hosted execution is unavailable while this skill's pricing is reviewed.",
|
|
53254
|
+
RUNTIME_ALLOWLIST_REQUIRED: "Hosted execution is unavailable until this Skills instance enables its skill catalog.",
|
|
53255
|
+
RUNTIME_SKILL_NOT_ALLOWED: "This skill is not enabled for hosted execution on this Skills instance."
|
|
53256
|
+
});
|
|
53257
|
+
async function readQuoteUnavailableCode(response) {
|
|
53258
|
+
const maximum = 16 * 1024;
|
|
53259
|
+
const length = response.headers.get("content-length");
|
|
53260
|
+
if (response.status !== 503 || response.headers.get("content-type")?.split(";")[0]?.trim().toLowerCase() !== "application/json" || length !== null && (!/^\d+$/.test(length) || Number(length) > maximum)) {
|
|
53261
|
+
response.body?.cancel().catch(() => {});
|
|
53262
|
+
return null;
|
|
53263
|
+
}
|
|
53264
|
+
const reader = response.body?.getReader();
|
|
53265
|
+
if (!reader)
|
|
53266
|
+
return null;
|
|
53267
|
+
let timer;
|
|
53268
|
+
let deadlineExceeded = false;
|
|
53269
|
+
const expired = Symbol("quote body deadline");
|
|
53270
|
+
const deadline = new Promise((resolve4) => {
|
|
53271
|
+
timer = setTimeout(() => {
|
|
53272
|
+
deadlineExceeded = true;
|
|
53273
|
+
resolve4(expired);
|
|
53274
|
+
reader.cancel().catch(() => {});
|
|
53275
|
+
}, 1500);
|
|
53276
|
+
});
|
|
53277
|
+
const chunks = [];
|
|
53278
|
+
let size = 0;
|
|
53279
|
+
try {
|
|
53280
|
+
while (true) {
|
|
53281
|
+
const next = await Promise.race([reader.read(), deadline]);
|
|
53282
|
+
if (next === expired || deadlineExceeded)
|
|
53283
|
+
return null;
|
|
53284
|
+
if (next.done)
|
|
53285
|
+
break;
|
|
53286
|
+
size += next.value.byteLength;
|
|
53287
|
+
if (size > maximum)
|
|
53288
|
+
return null;
|
|
53289
|
+
chunks.push(next.value);
|
|
53290
|
+
}
|
|
53291
|
+
const bytes = new Uint8Array(size);
|
|
53292
|
+
let offset = 0;
|
|
53293
|
+
for (const chunk of chunks) {
|
|
53294
|
+
bytes.set(chunk, offset);
|
|
53295
|
+
offset += chunk.byteLength;
|
|
53296
|
+
}
|
|
53297
|
+
const value = JSON.parse(new TextDecoder("utf-8", { fatal: true }).decode(bytes));
|
|
53298
|
+
if (!value || typeof value !== "object" || Array.isArray(value))
|
|
53299
|
+
return null;
|
|
53300
|
+
const code = value.code;
|
|
53301
|
+
return typeof code === "string" && Object.hasOwn(quoteUnavailableMessages, code) ? code : null;
|
|
53302
|
+
} catch {
|
|
53303
|
+
return null;
|
|
53304
|
+
} finally {
|
|
53305
|
+
clearTimeout(timer);
|
|
53306
|
+
reader.cancel().catch(() => {});
|
|
53307
|
+
reader.releaseLock();
|
|
53308
|
+
}
|
|
53309
|
+
}
|
|
53310
|
+
|
|
53229
53311
|
// src/lib/remote-client.ts
|
|
53230
53312
|
class RemoteRouteUnsupportedError extends Error {
|
|
53231
53313
|
path;
|
|
@@ -53251,6 +53333,18 @@ class RemoteRequestError extends Error {
|
|
|
53251
53333
|
}
|
|
53252
53334
|
}
|
|
53253
53335
|
|
|
53336
|
+
class RemoteQuoteUnavailableError extends RemoteRequestError {
|
|
53337
|
+
code;
|
|
53338
|
+
constructor(path, code) {
|
|
53339
|
+
super(path, 503);
|
|
53340
|
+
this.code = code;
|
|
53341
|
+
if (!Object.hasOwn(quoteUnavailableMessages, code))
|
|
53342
|
+
throw new Error("Unknown quote refusal code");
|
|
53343
|
+
this.name = "RemoteQuoteUnavailableError";
|
|
53344
|
+
this.message = quoteUnavailableMessages[code];
|
|
53345
|
+
}
|
|
53346
|
+
}
|
|
53347
|
+
|
|
53254
53348
|
class RemoteWorkspaceMemberError extends RemoteRequestError {
|
|
53255
53349
|
code;
|
|
53256
53350
|
constructor(path, code) {
|
|
@@ -53312,6 +53406,11 @@ class RemoteSkillsClient {
|
|
|
53312
53406
|
throw new RemoteRouteUnsupportedError(routePath, response.status, this.apiUrl);
|
|
53313
53407
|
}
|
|
53314
53408
|
if (!response.ok) {
|
|
53409
|
+
if (opts.quoteRefusal && options?.method === "POST" && /^\/api\/v1\/skills\/[^/?#]+\/quote$/.test(routePath) && response.status === 503) {
|
|
53410
|
+
const code = await readQuoteUnavailableCode(response);
|
|
53411
|
+
if (code)
|
|
53412
|
+
throw new RemoteQuoteUnavailableError(routePath, code);
|
|
53413
|
+
}
|
|
53315
53414
|
if (path === "/api/v1/billing/checkout" && options?.method === "POST" && response.status === 503 && await responseBodyCarriesCode(response, ["SUBSCRIPTION_CHECKOUT_UNAVAILABLE"])) {
|
|
53316
53415
|
throw new RemoteCapabilityUnavailableError;
|
|
53317
53416
|
}
|
|
@@ -53369,7 +53468,7 @@ class RemoteSkillsClient {
|
|
|
53369
53468
|
const response = await this.requestNewRoute(`/api/v1/skills/${encodeURIComponent(slug)}/quote`, {
|
|
53370
53469
|
method: "POST",
|
|
53371
53470
|
body: JSON.stringify({ input, args })
|
|
53372
|
-
});
|
|
53471
|
+
}, { quoteRefusal: true });
|
|
53373
53472
|
return parseRemoteRunQuote(await response.json());
|
|
53374
53473
|
}
|
|
53375
53474
|
getCapabilities() {
|
|
@@ -54279,142 +54378,143 @@ class RemoteSkillsAuthClient {
|
|
|
54279
54378
|
}
|
|
54280
54379
|
}
|
|
54281
54380
|
export {
|
|
54282
|
-
|
|
54283
|
-
validateRunLifecycleEvent,
|
|
54284
|
-
startedByFor,
|
|
54285
|
-
startSkillsServer,
|
|
54286
|
-
skillsServeLimits,
|
|
54287
|
-
skillsCredentialOrReason,
|
|
54288
|
-
skillsCredentialFiles,
|
|
54289
|
-
skillsCredentialFilePath,
|
|
54290
|
-
settleRun,
|
|
54291
|
-
selectsSkillsLocalMode,
|
|
54292
|
-
runTerminalSchema,
|
|
54293
|
-
runProtocolSchema,
|
|
54294
|
-
runPointersOf,
|
|
54295
|
-
runLeaseSchema,
|
|
54296
|
-
runAdmissionSchema,
|
|
54297
|
-
revisionIdOf,
|
|
54298
|
-
resolveSkillsFleet,
|
|
54299
|
-
resolveSkillsApiOrigin,
|
|
54300
|
-
resolveServerConfig,
|
|
54301
|
-
resolveImageProfile,
|
|
54302
|
-
resolveDatabaseTarget,
|
|
54303
|
-
reservationId,
|
|
54304
|
-
requireSkillsFleet,
|
|
54305
|
-
requireSkillsApiOrigin,
|
|
54306
|
-
requestDigestFor,
|
|
54307
|
-
registerRoutes,
|
|
54308
|
-
redactRunOutput,
|
|
54309
|
-
receiptId,
|
|
54310
|
-
protocolStateOf,
|
|
54311
|
-
packSkillBundle,
|
|
54312
|
-
noticeLocalSkillsMode,
|
|
54313
|
-
normalizeSkillsApiOrigin,
|
|
54314
|
-
normalizeRemoteSkillRunContract,
|
|
54315
|
-
newRunId,
|
|
54316
|
-
localRunExecutor,
|
|
54317
|
-
listServerSkills,
|
|
54318
|
-
leaseGenerationOf,
|
|
54319
|
-
isValidSkillSlug,
|
|
54320
|
-
isTerminalStatus,
|
|
54321
|
-
isSkillsLocalOptIn,
|
|
54322
|
-
isActiveStatus,
|
|
54323
|
-
inspectSkillBundle,
|
|
54324
|
-
getServerSkillMd,
|
|
54325
|
-
getServerSkill,
|
|
54326
|
-
expiresAtFor,
|
|
54327
|
-
expireArtifacts,
|
|
54328
|
-
executeRun,
|
|
54329
|
-
digestInput,
|
|
54330
|
-
dependencyLayerRule,
|
|
54331
|
-
currentVersionService,
|
|
54332
|
-
createSubmitRunService,
|
|
54333
|
-
createStore,
|
|
54334
|
-
createSpendService,
|
|
54335
|
-
createSkillsFetchHandler,
|
|
54336
|
-
createServer,
|
|
54337
|
-
createRunStateMachine,
|
|
54338
|
-
createRunService,
|
|
54339
|
-
createRunEventEmitter,
|
|
54340
|
-
createRemoteSkillsClient,
|
|
54341
|
-
createReceiptService,
|
|
54342
|
-
createOfflineGate,
|
|
54343
|
-
createImageProfileRegistry,
|
|
54344
|
-
createGovernedArtifactWriter,
|
|
54345
|
-
createGovernanceStore,
|
|
54346
|
-
createCancelService,
|
|
54347
|
-
createAwsEcsClient,
|
|
54348
|
-
configuredSkillsApiUrl,
|
|
54349
|
-
computeContentHashFromEntries,
|
|
54350
|
-
clientTokenFor,
|
|
54351
|
-
canonicalSystemDepsKey,
|
|
54352
|
-
canonicalJson,
|
|
54353
|
-
bundledRegistry,
|
|
54354
|
-
buildRunLifecycleEvent,
|
|
54355
|
-
attemptIdOf,
|
|
54356
|
-
assertDurableTarget,
|
|
54357
|
-
assertDurableStore,
|
|
54358
|
-
artifactStorageSeam,
|
|
54359
|
-
WorkspaceLeaveInputError,
|
|
54360
|
-
WorkspaceInvitationInputError,
|
|
54361
|
-
WorkspaceIdentityMismatchError,
|
|
54362
|
-
WorkspaceContextInputError,
|
|
54363
|
-
SqliteSkillsStore,
|
|
54364
|
-
SqliteRunExecutionStore,
|
|
54365
|
-
SqliteGovernanceStore,
|
|
54366
|
-
SkillsFleetCredentialError,
|
|
54367
|
-
SkillBundleInspectionError,
|
|
54368
|
-
SKILL_BUNDLE_INSPECTION_LIMITS,
|
|
54369
|
-
SKILLS_LOCAL_OPT_IN_ENV_KEYS,
|
|
54370
|
-
SKILLS_APP,
|
|
54371
|
-
SKILLS_API_URL_ENV,
|
|
54372
|
-
SKILLS_API_KEY_ENV,
|
|
54373
|
-
RemoteWorkspaceSelectionError,
|
|
54374
|
-
RemoteWorkspaceMemberError,
|
|
54375
|
-
RemoteWorkspaceLeaveUnconfirmedError,
|
|
54376
|
-
RemoteWorkspaceLeaveError,
|
|
54377
|
-
RemoteWorkspaceInvitationUnconfirmedError,
|
|
54378
|
-
RemoteWorkspaceInvitationReadError,
|
|
54379
|
-
RemoteWorkspaceInvitationError,
|
|
54380
|
-
RemoteSkillsClient,
|
|
54381
|
-
RemoteSkillsAuthClient,
|
|
54382
|
-
RemoteRouteUnsupportedError,
|
|
54383
|
-
RemoteRequestError,
|
|
54384
|
-
RemoteInvitationEmailUnconfirmedError,
|
|
54385
|
-
RemoteInvitationEmailError,
|
|
54386
|
-
RemoteCreditApprovalError,
|
|
54387
|
-
RemoteCapabilityUnavailableError,
|
|
54388
|
-
RUN_PROTOCOL_VERSION,
|
|
54389
|
-
RUN_PROTOCOL_STATES,
|
|
54390
|
-
RUN_LIFECYCLE_EVENT_TYPES,
|
|
54391
|
-
RUN_LIFECYCLE_EVENT_FIELDS,
|
|
54392
|
-
REMOTE_SKILL_RUN_CONTRACT_VERSION,
|
|
54393
|
-
PostgresSkillsStore,
|
|
54394
|
-
PostgresGovernanceStore,
|
|
54395
|
-
MissingSkillsFleetError,
|
|
54396
|
-
MemorySkillsStore,
|
|
54397
|
-
MemoryRunExecutionStore,
|
|
54398
|
-
MemoryGovernanceStore,
|
|
54399
|
-
LEGAL_TRANSITIONS,
|
|
54400
|
-
InvitationEmailInputError,
|
|
54401
|
-
ImageProfileResolutionError,
|
|
54402
|
-
HostedApiError,
|
|
54403
|
-
GovernanceError,
|
|
54404
|
-
GOVERNANCE_ERROR_CODES,
|
|
54405
|
-
EcsDispatcher,
|
|
54406
|
-
EXECUTION_PROTOCOL_VERSION,
|
|
54407
|
-
E2bDispatcher,
|
|
54408
|
-
E2B_LANE_STATUS,
|
|
54409
|
-
DispatcherNotImplementedError,
|
|
54410
|
-
DEFAULT_SPEND_CEILINGS,
|
|
54411
|
-
DEFAULT_RUN_QUOTA,
|
|
54412
|
-
DEFAULT_RUN_POLICY,
|
|
54413
|
-
DEFAULT_RUN_LIMITS,
|
|
54414
|
-
DEFAULT_OUTPUT_GOVERNANCE,
|
|
54415
|
-
DEFAULT_IMAGE_PROFILES,
|
|
54416
|
-
ContentHashInputError,
|
|
54417
|
-
CONTENT_HASH_LIMITS,
|
|
54381
|
+
ArtifactStorage,
|
|
54418
54382
|
CLIENT_TOKEN_BYTES,
|
|
54419
|
-
|
|
54383
|
+
CONTENT_HASH_LIMITS,
|
|
54384
|
+
ContentHashInputError,
|
|
54385
|
+
DEFAULT_IMAGE_PROFILES,
|
|
54386
|
+
DEFAULT_OUTPUT_GOVERNANCE,
|
|
54387
|
+
DEFAULT_RUN_LIMITS,
|
|
54388
|
+
DEFAULT_RUN_POLICY,
|
|
54389
|
+
DEFAULT_RUN_QUOTA,
|
|
54390
|
+
DEFAULT_SPEND_CEILINGS,
|
|
54391
|
+
DispatcherNotImplementedError,
|
|
54392
|
+
E2B_LANE_STATUS,
|
|
54393
|
+
E2bDispatcher,
|
|
54394
|
+
EXECUTION_PROTOCOL_VERSION,
|
|
54395
|
+
EcsDispatcher,
|
|
54396
|
+
GOVERNANCE_ERROR_CODES,
|
|
54397
|
+
GovernanceError,
|
|
54398
|
+
HostedApiError,
|
|
54399
|
+
ImageProfileResolutionError,
|
|
54400
|
+
InvitationEmailInputError,
|
|
54401
|
+
LEGAL_TRANSITIONS,
|
|
54402
|
+
MemoryGovernanceStore,
|
|
54403
|
+
MemoryRunExecutionStore,
|
|
54404
|
+
MemorySkillsStore,
|
|
54405
|
+
MissingSkillsFleetError,
|
|
54406
|
+
PostgresGovernanceStore,
|
|
54407
|
+
PostgresSkillsStore,
|
|
54408
|
+
REMOTE_SKILL_RUN_CONTRACT_VERSION,
|
|
54409
|
+
RUN_LIFECYCLE_EVENT_FIELDS,
|
|
54410
|
+
RUN_LIFECYCLE_EVENT_TYPES,
|
|
54411
|
+
RUN_PROTOCOL_STATES,
|
|
54412
|
+
RUN_PROTOCOL_VERSION,
|
|
54413
|
+
RemoteCapabilityUnavailableError,
|
|
54414
|
+
RemoteCreditApprovalError,
|
|
54415
|
+
RemoteInvitationEmailError,
|
|
54416
|
+
RemoteInvitationEmailUnconfirmedError,
|
|
54417
|
+
RemoteQuoteUnavailableError,
|
|
54418
|
+
RemoteRequestError,
|
|
54419
|
+
RemoteRouteUnsupportedError,
|
|
54420
|
+
RemoteSkillsAuthClient,
|
|
54421
|
+
RemoteSkillsClient,
|
|
54422
|
+
RemoteWorkspaceInvitationError,
|
|
54423
|
+
RemoteWorkspaceInvitationReadError,
|
|
54424
|
+
RemoteWorkspaceInvitationUnconfirmedError,
|
|
54425
|
+
RemoteWorkspaceLeaveError,
|
|
54426
|
+
RemoteWorkspaceLeaveUnconfirmedError,
|
|
54427
|
+
RemoteWorkspaceMemberError,
|
|
54428
|
+
RemoteWorkspaceSelectionError,
|
|
54429
|
+
SKILLS_API_KEY_ENV,
|
|
54430
|
+
SKILLS_API_URL_ENV,
|
|
54431
|
+
SKILLS_APP,
|
|
54432
|
+
SKILLS_LOCAL_OPT_IN_ENV_KEYS,
|
|
54433
|
+
SKILL_BUNDLE_INSPECTION_LIMITS,
|
|
54434
|
+
SkillBundleInspectionError,
|
|
54435
|
+
SkillsFleetCredentialError,
|
|
54436
|
+
SqliteGovernanceStore,
|
|
54437
|
+
SqliteRunExecutionStore,
|
|
54438
|
+
SqliteSkillsStore,
|
|
54439
|
+
WorkspaceContextInputError,
|
|
54440
|
+
WorkspaceIdentityMismatchError,
|
|
54441
|
+
WorkspaceInvitationInputError,
|
|
54442
|
+
WorkspaceLeaveInputError,
|
|
54443
|
+
artifactStorageSeam,
|
|
54444
|
+
assertDurableStore,
|
|
54445
|
+
assertDurableTarget,
|
|
54446
|
+
attemptIdOf,
|
|
54447
|
+
buildRunLifecycleEvent,
|
|
54448
|
+
bundledRegistry,
|
|
54449
|
+
canonicalJson,
|
|
54450
|
+
canonicalSystemDepsKey,
|
|
54451
|
+
clientTokenFor,
|
|
54452
|
+
computeContentHashFromEntries,
|
|
54453
|
+
configuredSkillsApiUrl,
|
|
54454
|
+
createAwsEcsClient,
|
|
54455
|
+
createCancelService,
|
|
54456
|
+
createGovernanceStore,
|
|
54457
|
+
createGovernedArtifactWriter,
|
|
54458
|
+
createImageProfileRegistry,
|
|
54459
|
+
createOfflineGate,
|
|
54460
|
+
createReceiptService,
|
|
54461
|
+
createRemoteSkillsClient,
|
|
54462
|
+
createRunEventEmitter,
|
|
54463
|
+
createRunService,
|
|
54464
|
+
createRunStateMachine,
|
|
54465
|
+
createServer,
|
|
54466
|
+
createSkillsFetchHandler,
|
|
54467
|
+
createSpendService,
|
|
54468
|
+
createStore,
|
|
54469
|
+
createSubmitRunService,
|
|
54470
|
+
currentVersionService,
|
|
54471
|
+
dependencyLayerRule,
|
|
54472
|
+
digestInput,
|
|
54473
|
+
executeRun,
|
|
54474
|
+
expireArtifacts,
|
|
54475
|
+
expiresAtFor,
|
|
54476
|
+
getServerSkill,
|
|
54477
|
+
getServerSkillMd,
|
|
54478
|
+
inspectSkillBundle,
|
|
54479
|
+
isActiveStatus,
|
|
54480
|
+
isSkillsLocalOptIn,
|
|
54481
|
+
isTerminalStatus,
|
|
54482
|
+
isValidSkillSlug,
|
|
54483
|
+
leaseGenerationOf,
|
|
54484
|
+
listServerSkills,
|
|
54485
|
+
localRunExecutor,
|
|
54486
|
+
newRunId,
|
|
54487
|
+
normalizeRemoteSkillRunContract,
|
|
54488
|
+
normalizeSkillsApiOrigin,
|
|
54489
|
+
noticeLocalSkillsMode,
|
|
54490
|
+
packSkillBundle,
|
|
54491
|
+
protocolStateOf,
|
|
54492
|
+
receiptId,
|
|
54493
|
+
redactRunOutput,
|
|
54494
|
+
registerRoutes,
|
|
54495
|
+
requestDigestFor,
|
|
54496
|
+
requireSkillsApiOrigin,
|
|
54497
|
+
requireSkillsFleet,
|
|
54498
|
+
reservationId,
|
|
54499
|
+
resolveDatabaseTarget,
|
|
54500
|
+
resolveImageProfile,
|
|
54501
|
+
resolveServerConfig,
|
|
54502
|
+
resolveSkillsApiOrigin,
|
|
54503
|
+
resolveSkillsFleet,
|
|
54504
|
+
revisionIdOf,
|
|
54505
|
+
runAdmissionSchema,
|
|
54506
|
+
runLeaseSchema,
|
|
54507
|
+
runPointersOf,
|
|
54508
|
+
runProtocolSchema,
|
|
54509
|
+
runTerminalSchema,
|
|
54510
|
+
selectsSkillsLocalMode,
|
|
54511
|
+
settleRun,
|
|
54512
|
+
skillsCredentialFilePath,
|
|
54513
|
+
skillsCredentialFiles,
|
|
54514
|
+
skillsCredentialOrReason,
|
|
54515
|
+
skillsServeLimits,
|
|
54516
|
+
startSkillsServer,
|
|
54517
|
+
startedByFor,
|
|
54518
|
+
validateRunLifecycleEvent,
|
|
54519
|
+
verifyContentHashFromEntries
|
|
54420
54520
|
};
|