@xanots/sdk 0.0.6 → 0.0.7
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/CHANGELOG.md +17 -0
- package/dist/.build-fingerprint +1 -1
- package/dist/{agent-file-refresh-6XT23SLU.js → agent-file-refresh-4W37DGXS.js} +3 -3
- package/dist/bin.js +6 -6
- package/dist/{branch-commands-R4FR75UW.js → branch-commands-PBQ36L4A.js} +3 -3
- package/dist/{chunk-GC7ZQHW7.js → chunk-2V3JUXTF.js} +5 -4
- package/dist/{chunk-OR43PDCW.js → chunk-3EYUR3TX.js} +2 -2
- package/dist/{chunk-SG4UBJ47.js → chunk-3QW5NFZJ.js} +26 -5
- package/dist/{chunk-2SUCC4DV.js → chunk-4PE4ZAB7.js} +2 -2
- package/dist/{chunk-TYBB7ON3.js → chunk-5PDOAR77.js} +11 -11
- package/dist/{chunk-QVSUMHNN.js → chunk-7BUTRVKA.js} +2 -2
- package/dist/{chunk-EFH4NFPY.js → chunk-7JDT4PBU.js} +70 -6
- package/dist/{chunk-LLWK6H77.js → chunk-BKDJN76G.js} +31 -1
- package/dist/{chunk-SOCYCBYG.js → chunk-CL2H2WYE.js} +23 -23
- package/dist/{chunk-4HDOP7LH.js → chunk-DBHE35JM.js} +3 -3
- package/dist/{chunk-3FQD3QME.js → chunk-FAWNUE2U.js} +39 -8
- package/dist/{chunk-Y7BARS25.js → chunk-FDKR4YMN.js} +2 -2
- package/dist/{chunk-CEFYM6N5.js → chunk-H2DEDWQF.js} +4 -4
- package/dist/{chunk-JRGDLAEA.js → chunk-JAVB27HL.js} +2 -2
- package/dist/{chunk-AAFBSOSD.js → chunk-JQJPFUZI.js} +3 -3
- package/dist/{chunk-CU5VOSTW.js → chunk-JUHKEAHJ.js} +4 -4
- package/dist/{chunk-WJYB7DSI.js → chunk-MDXR5E5Q.js} +2 -2
- package/dist/{chunk-CQBJNFDK.js → chunk-NJGNUVXR.js} +15 -4
- package/dist/{chunk-OLQLJY5T.js → chunk-OYMR5AMJ.js} +2 -2
- package/dist/{chunk-P5OAM3G2.js → chunk-QIWBCS7N.js} +2 -2
- package/dist/cli.js +5 -5
- package/dist/{codegen-command-6XXOIQ25.js → codegen-command-DYH4H4TD.js} +13 -13
- package/dist/{deploy-command-MTQQXPOO.js → deploy-command-HM57BINV.js} +12 -12
- package/dist/{env-target-C5JFLDK3.js → env-target-WA3BH5YU.js} +6 -6
- package/dist/{ephemeral-command-K3UJSDS4.js → ephemeral-command-SD2KLX4P.js} +7 -7
- package/dist/index.d.ts +2 -2
- package/dist/index.js +6 -6
- package/dist/{init-command-AY4KSXR5.js → init-command-VIPWAQYS.js} +8 -8
- package/dist/internal.d.ts +2 -2
- package/dist/internal.js +111 -55
- package/dist/{io-65CJNLYI.js → io-M7XZEMK7.js} +3 -3
- package/dist/{lock-PDFCNYUW.js → lock-GFXD6G2E.js} +6 -2
- package/dist/{lock-commands-MC6I3MZA.js → lock-commands-7VJKAXV6.js} +6 -6
- package/dist/{login-command-LCOOOPO2.js → login-command-DFCURZLC.js} +3 -3
- package/dist/{logout-command-J2AG5NKC.js → logout-command-WXVZQCAV.js} +2 -2
- package/dist/node.d.ts +2 -2
- package/dist/node.js +8 -8
- package/dist/{profile-command-ZPC2DPFV.js → profile-command-QJAAUZIV.js} +3 -3
- package/dist/{release-command-V4K4IORX.js → release-command-3IET7YII.js} +26 -14
- package/dist/{sandbox-details-command-DMY2KGA2.js → sandbox-details-command-EDO56IY3.js} +4 -4
- package/dist/{sandbox-export-command-R6QMEK3D.js → sandbox-export-command-MO6DEZ7Z.js} +5 -5
- package/dist/{store-BJONDJoZ.d.ts → store-DfuWu1tE.d.ts} +1 -1
- package/dist/{test-command-OEBIGOPP.js → test-command-S7SMRWMP.js} +6 -6
- package/dist/{upgrade-command-52AAZ3NV.js → upgrade-command-TZYSGXP7.js} +9 -9
- package/dist/{validate-command-KTLPSSH7.js → validate-command-MMXEVHH3.js} +7 -7
- package/dist/{workspace-command-LX5S5N2H.js → workspace-command-X6L7HTXO.js} +16 -16
- package/guides/environment.md +6 -3
- package/llms/fields.md +8 -0
- package/llms/kinds-core.md +2 -1
- package/llms/lambda.md +1 -1
- package/llms/legacy.md +1 -1
- package/llms/lock.md +32 -0
- package/llms/object-kinds.md +2 -2
- package/llms/statements-calls.md +9 -2
- package/llms-full.txt +105 -56
- package/llms.txt +49 -49
- package/manifest.json +2 -2
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
presetFilePath,
|
|
3
3
|
resolveAiPresets,
|
|
4
4
|
scaffoldProject
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-4PE4ZAB7.js";
|
|
6
6
|
import {
|
|
7
7
|
runNpmCapturingStderr
|
|
8
8
|
} from "./chunk-ZSYZTGJH.js";
|
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
} from "./chunk-Q77KNEUL.js";
|
|
42
42
|
import {
|
|
43
43
|
readVersion
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-CL2H2WYE.js";
|
|
45
45
|
import {
|
|
46
46
|
UsageError
|
|
47
47
|
} from "./chunk-JQLR64UC.js";
|
|
@@ -470,4 +470,4 @@ export {
|
|
|
470
470
|
projectShellFiles,
|
|
471
471
|
runInitCommand
|
|
472
472
|
};
|
|
473
|
-
//# sourceMappingURL=chunk-
|
|
473
|
+
//# sourceMappingURL=chunk-DBHE35JM.js.map
|
|
@@ -12,18 +12,20 @@ import {
|
|
|
12
12
|
middlewareEntryGuid,
|
|
13
13
|
stackReferencesAuth,
|
|
14
14
|
tableColumns
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-NJGNUVXR.js";
|
|
16
16
|
import {
|
|
17
17
|
CANONICAL_PAYLOAD_KEYS,
|
|
18
18
|
REFERENCEABLE_KINDS,
|
|
19
19
|
WORKSPACE_KEY,
|
|
20
|
+
appNamesByGuid,
|
|
20
21
|
deriveGuid,
|
|
21
22
|
guidSeedHint,
|
|
22
23
|
lockKey,
|
|
24
|
+
lockNameForObject,
|
|
23
25
|
mintCanonical,
|
|
24
26
|
recordObserved,
|
|
25
27
|
resolveRef
|
|
26
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-7JDT4PBU.js";
|
|
27
29
|
|
|
28
30
|
// src/workspace/seed-coerce.ts
|
|
29
31
|
function coerceScalarValue(label, column, type, value, values) {
|
|
@@ -467,6 +469,30 @@ function checkExpressionOperands(sections, bag) {
|
|
|
467
469
|
}
|
|
468
470
|
}
|
|
469
471
|
}
|
|
472
|
+
var INTERPOLATED_OBJECT = "[object Object]";
|
|
473
|
+
function checkInterpolatedValues(sections, bag) {
|
|
474
|
+
for (const [payloadKey, arr] of Object.entries(sections)) {
|
|
475
|
+
for (const obj of arr ?? []) {
|
|
476
|
+
if (!obj || typeof obj !== "object") continue;
|
|
477
|
+
const name = obj.name;
|
|
478
|
+
const samples = [];
|
|
479
|
+
walkNodes(obj, (record) => {
|
|
480
|
+
if (typeof record.tag !== "string" || typeof record.value !== "string") return;
|
|
481
|
+
if (!record.value.includes(INTERPOLATED_OBJECT)) return;
|
|
482
|
+
if (samples.length < 2) {
|
|
483
|
+
const text = record.value.length > 60 ? `${record.value.slice(0, 57)}\u2026` : record.value;
|
|
484
|
+
samples.push(`\`${text}\` (tag \`${record.tag}\`)`);
|
|
485
|
+
}
|
|
486
|
+
});
|
|
487
|
+
if (samples.length === 0) continue;
|
|
488
|
+
const owner = `${payloadKey} "${typeof name === "string" ? name : "?"}"`;
|
|
489
|
+
bag.warn(
|
|
490
|
+
"value.interpolated-object",
|
|
491
|
+
`${owner} stores ${samples.join(" and ")} \u2014 \`[object Object]\` is the JS toString of a tagged value (\`ref()\`/\`inp()\`/\`c.*\`) interpolated into a template literal or \`+\` concatenation, which evaluates at BUILD time; the engine serves this text verbatim. Compose at runtime instead: \`withFilters(c.text("\u2026"), fl.concat(ref("\u2026")))\`, an \`obj({...})\` member, or \`c.expression\`.`
|
|
492
|
+
);
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
}
|
|
470
496
|
function checkSeed(tables, bag) {
|
|
471
497
|
for (const def of tables) {
|
|
472
498
|
const source = def.seed;
|
|
@@ -680,22 +706,24 @@ function checkNullMatchArgs(sections, bag) {
|
|
|
680
706
|
}
|
|
681
707
|
}
|
|
682
708
|
function checkSameNameSiblings(sections, bag) {
|
|
709
|
+
const appNames = appNamesByGuid(sections["app"]);
|
|
683
710
|
for (const [payloadKey, arr] of Object.entries(sections)) {
|
|
684
711
|
const guidsByName = /* @__PURE__ */ new Map();
|
|
685
712
|
for (const obj of arr ?? []) {
|
|
686
713
|
if (!obj || typeof obj !== "object") continue;
|
|
687
714
|
const { name, guid } = obj;
|
|
688
715
|
if (typeof name !== "string" || name === "" || typeof guid !== "string") continue;
|
|
689
|
-
const
|
|
716
|
+
const identity = lockNameForObject(payloadKey, obj, appNames);
|
|
717
|
+
const guids = guidsByName.get(identity) ?? /* @__PURE__ */ new Set();
|
|
690
718
|
guids.add(guid);
|
|
691
|
-
guidsByName.set(
|
|
719
|
+
guidsByName.set(identity, guids);
|
|
692
720
|
}
|
|
693
721
|
for (const [name, guids] of guidsByName) {
|
|
694
722
|
if (guids.size < 2) continue;
|
|
695
|
-
const advice = payloadKey === "
|
|
723
|
+
const advice = payloadKey === "channel" || payloadKey === "message" || payloadKey === "realtime_server" ? `${payloadKey} identity is composed from more than the name here, but the lock key is not \u2014 name them uniquely across the workspace.` : `Rename one of them \u2014 an explicit \`guid\` clears the export-time collision but not this one.`;
|
|
696
724
|
bag.warn(
|
|
697
725
|
"lock.same-name-siblings",
|
|
698
|
-
`${guids.size} ${payloadKey} objects share the
|
|
726
|
+
`${guids.size} ${payloadKey} objects share the identity "${name}" while carrying different guids. This bundle exports, but a lock entry is keyed \`${payloadKey}:${name}\` and holds ONE guid, so \`xanots export --lock\` REFUSES the pair \u2014 and a committed \`xano.lock\` is the recommended workflow. ${advice} Fixing it now costs a rename; at the first locked export it costs the lock.`
|
|
699
727
|
);
|
|
700
728
|
}
|
|
701
729
|
}
|
|
@@ -1405,6 +1433,7 @@ var Xano = class {
|
|
|
1405
1433
|
checkMicroserviceBlocks(sections, bag);
|
|
1406
1434
|
checkStacks(this.tableDefs, sections, bag);
|
|
1407
1435
|
checkExpressionOperands(sections, bag);
|
|
1436
|
+
checkInterpolatedValues(sections, bag);
|
|
1408
1437
|
checkReferences(this.bundleType, sections, this.workspaceConfig.guid, bag);
|
|
1409
1438
|
checkDecodeOnlyStatements(sections, bag);
|
|
1410
1439
|
checkRunFamilyHosts(sections, bag);
|
|
@@ -1628,6 +1657,7 @@ var Xano = class {
|
|
|
1628
1657
|
if (typeof ws.canonical === "string" && ws.canonical !== "") {
|
|
1629
1658
|
recordObserved(ctx, WORKSPACE_KEY, { canonical: ws.canonical });
|
|
1630
1659
|
}
|
|
1660
|
+
const appNames = appNamesByGuid(sections.app);
|
|
1631
1661
|
for (const [payloadKey, arr] of Object.entries(sections)) {
|
|
1632
1662
|
for (const obj of arr ?? []) {
|
|
1633
1663
|
if (!obj || typeof obj !== "object") continue;
|
|
@@ -1637,7 +1667,8 @@ var Xano = class {
|
|
|
1637
1667
|
if (typeof o.canonical === "string" && o.canonical !== "") {
|
|
1638
1668
|
identity.canonical = o.canonical;
|
|
1639
1669
|
}
|
|
1640
|
-
|
|
1670
|
+
const lockName = lockNameForObject(payloadKey, o, appNames);
|
|
1671
|
+
recordObserved(ctx, lockKey(payloadKey, lockName), identity);
|
|
1641
1672
|
}
|
|
1642
1673
|
}
|
|
1643
1674
|
}
|
|
@@ -1652,4 +1683,4 @@ export {
|
|
|
1652
1683
|
Xano,
|
|
1653
1684
|
workspace
|
|
1654
1685
|
};
|
|
1655
|
-
//# sourceMappingURL=chunk-
|
|
1686
|
+
//# sourceMappingURL=chunk-FAWNUE2U.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
readVersion
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-CL2H2WYE.js";
|
|
4
4
|
import {
|
|
5
5
|
atomicWrite
|
|
6
6
|
} from "./chunk-GNPVYOPB.js";
|
|
@@ -170,4 +170,4 @@ export {
|
|
|
170
170
|
upgradeCommand,
|
|
171
171
|
maybeNotifyUpdate
|
|
172
172
|
};
|
|
173
|
-
//# sourceMappingURL=chunk-
|
|
173
|
+
//# sourceMappingURL=chunk-FDKR4YMN.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getEnvironment,
|
|
3
3
|
readEphemeralState
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-MDXR5E5Q.js";
|
|
5
5
|
import {
|
|
6
6
|
sandboxBaseUrl
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-3EYUR3TX.js";
|
|
8
8
|
import {
|
|
9
9
|
fetchReadOrExplain,
|
|
10
10
|
httpFailure
|
|
@@ -66,7 +66,7 @@ async function resolveMetaTarget(auth, opts, deps = {}) {
|
|
|
66
66
|
case "sandbox":
|
|
67
67
|
return resolveSandbox(auth);
|
|
68
68
|
case "ephemeral": {
|
|
69
|
-
const resolveLive = deps.resolveLive ?? (await import("./ephemeral-command-
|
|
69
|
+
const resolveLive = deps.resolveLive ?? (await import("./ephemeral-command-SD2KLX4P.js")).resolveLive;
|
|
70
70
|
return resolveEphemeral(auth, opts.name, { ...deps, resolveLive });
|
|
71
71
|
}
|
|
72
72
|
}
|
|
@@ -75,4 +75,4 @@ async function resolveMetaTarget(auth, opts, deps = {}) {
|
|
|
75
75
|
export {
|
|
76
76
|
resolveMetaTarget
|
|
77
77
|
};
|
|
78
|
-
//# sourceMappingURL=chunk-
|
|
78
|
+
//# sourceMappingURL=chunk-H2DEDWQF.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
c,
|
|
3
3
|
resp
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-NJGNUVXR.js";
|
|
5
5
|
|
|
6
6
|
// src/values/expect.ts
|
|
7
7
|
var TEST_EXPECT_TYPES = [
|
|
@@ -90,4 +90,4 @@ export {
|
|
|
90
90
|
TEST_EXPECT_TYPES,
|
|
91
91
|
expect
|
|
92
92
|
};
|
|
93
|
-
//# sourceMappingURL=chunk-
|
|
93
|
+
//# sourceMappingURL=chunk-JAVB27HL.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
sandboxBaseUrl
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-3EYUR3TX.js";
|
|
4
4
|
import {
|
|
5
5
|
getAccessToken
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-3QW5NFZJ.js";
|
|
7
7
|
import {
|
|
8
8
|
exportWorkspaceBundle
|
|
9
9
|
} from "./chunk-QTNO2WD6.js";
|
|
@@ -115,4 +115,4 @@ export {
|
|
|
115
115
|
fetchSandboxBundle,
|
|
116
116
|
runSandboxExportCommand
|
|
117
117
|
};
|
|
118
|
-
//# sourceMappingURL=chunk-
|
|
118
|
+
//# sourceMappingURL=chunk-JQJPFUZI.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
realtimeChannelGuid,
|
|
7
7
|
realtimeServerRefName,
|
|
8
8
|
resolveRealtimeServerRef
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-2V3JUXTF.js";
|
|
10
10
|
import {
|
|
11
11
|
assertCanonical,
|
|
12
12
|
assertOneOf,
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
resolveAuthRef,
|
|
26
26
|
resolveMockKeys,
|
|
27
27
|
warnLiveDatasource
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-NJGNUVXR.js";
|
|
29
29
|
import {
|
|
30
30
|
encodeStatement
|
|
31
31
|
} from "./chunk-5XZ744TS.js";
|
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
lockKey,
|
|
36
36
|
realtimeMessageSeedName,
|
|
37
37
|
resolveRef
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-7JDT4PBU.js";
|
|
39
39
|
|
|
40
40
|
// src/kinds/canonical.ts
|
|
41
41
|
function resolveCanonicalToken(label, payloadKey, accessor, def, override) {
|
|
@@ -667,4 +667,4 @@ export {
|
|
|
667
667
|
addonKind,
|
|
668
668
|
addon
|
|
669
669
|
};
|
|
670
|
-
//# sourceMappingURL=chunk-
|
|
670
|
+
//# sourceMappingURL=chunk-JUHKEAHJ.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ensureGitignored
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-BKDJN76G.js";
|
|
4
4
|
import {
|
|
5
5
|
atomicWrite
|
|
6
6
|
} from "./chunk-GNPVYOPB.js";
|
|
@@ -57,4 +57,4 @@ export {
|
|
|
57
57
|
setEnvironment,
|
|
58
58
|
clearEnvironment
|
|
59
59
|
};
|
|
60
|
-
//# sourceMappingURL=chunk-
|
|
60
|
+
//# sourceMappingURL=chunk-MDXR5E5Q.js.map
|
|
@@ -14,12 +14,16 @@ import {
|
|
|
14
14
|
registerStatement
|
|
15
15
|
} from "./chunk-5XZ744TS.js";
|
|
16
16
|
import {
|
|
17
|
+
appNamesByGuid,
|
|
17
18
|
deriveGuid,
|
|
19
|
+
deriveQueryGuid,
|
|
18
20
|
getLockedCanonical,
|
|
19
21
|
lockKey,
|
|
22
|
+
lockNameForObject,
|
|
23
|
+
queryGroupComponent,
|
|
20
24
|
resolveRef,
|
|
21
25
|
sha1Bytes
|
|
22
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-7JDT4PBU.js";
|
|
23
27
|
|
|
24
28
|
// src/types/xdo.ts
|
|
25
29
|
var TAGS = [
|
|
@@ -3535,10 +3539,15 @@ function encodeQuery(def) {
|
|
|
3535
3539
|
resolveMockKeys(xdo.run, xdo.test, "query", def.name);
|
|
3536
3540
|
return xdo;
|
|
3537
3541
|
}
|
|
3542
|
+
function queryGuid(def) {
|
|
3543
|
+
if (def.guid) return def.guid;
|
|
3544
|
+
return deriveQueryGuid(queryGroupComponent(def), def.verb, def.name);
|
|
3545
|
+
}
|
|
3538
3546
|
var queryKind = {
|
|
3539
3547
|
name: "query",
|
|
3540
3548
|
payloadKey: "query",
|
|
3541
|
-
encode: encodeQuery
|
|
3549
|
+
encode: encodeQuery,
|
|
3550
|
+
guidOf: (def) => queryGuid(def)
|
|
3542
3551
|
};
|
|
3543
3552
|
registerKind(queryKind);
|
|
3544
3553
|
function resolveCanonical(def, override) {
|
|
@@ -3749,6 +3758,7 @@ function calcSignatureJson(exportObj) {
|
|
|
3749
3758
|
}
|
|
3750
3759
|
function assertUniqueGuids(payload, lock) {
|
|
3751
3760
|
const seen = /* @__PURE__ */ new Map();
|
|
3761
|
+
const appNames = appNamesByGuid(payload.app);
|
|
3752
3762
|
for (const key of PAYLOAD_ARRAY_KEYS) {
|
|
3753
3763
|
const arr = payload[key];
|
|
3754
3764
|
if (!Array.isArray(arr)) continue;
|
|
@@ -3761,7 +3771,8 @@ function assertUniqueGuids(payload, lock) {
|
|
|
3761
3771
|
const prev = seen.get(guid);
|
|
3762
3772
|
if (prev !== void 0) {
|
|
3763
3773
|
const pinnedBy = lock ? Object.entries(lock.objects).find(([, e]) => e.guid === guid)?.[0] : void 0;
|
|
3764
|
-
const
|
|
3774
|
+
const legacyQueryKey = key === "query" && pinnedBy !== void 0 && !pinnedBy.includes("|") ? pinnedBy : void 0;
|
|
3775
|
+
const lockNote = legacyQueryKey ? ` Lock entry "${legacyQueryKey}" pins it by NAME ALONE \u2014 a lock written before a query's identity included its api group and verb. Both of these queries claim it. Move it onto the one that already existed, e.g. \`xanots lock rename query ${legacyQueryKey.slice("query:".length)} "${lockNameForObject("query", obj2, appNames)}"\` (--lock=<path> if it is not in the current directory), then re-export: that endpoint keeps its identity and the newcomer derives its own.` : pinnedBy ? ` This guid is pinned by lock entry "${pinnedBy}" \u2014 if that entry was moved by \`xanots lock rename\`, a new object now re-derives the old name's guid. Pin a distinct explicit \`guid\` on the new object, or update the lock entry.` : ` Object identity is derived from (type, name) \u2014 for a query, (api group, verb, name) \u2014 so two objects of the same kind compose the same identity. Rename one, or pin a distinct explicit \`guid\`.`;
|
|
3765
3776
|
throw new Error(`Duplicate object guid (${guid}) shared by "${prev}" and "${label}".` + lockNote);
|
|
3766
3777
|
}
|
|
3767
3778
|
seen.set(guid, label);
|
|
@@ -4068,4 +4079,4 @@ export {
|
|
|
4068
4079
|
serializeBundle,
|
|
4069
4080
|
emitBundle
|
|
4070
4081
|
};
|
|
4071
|
-
//# sourceMappingURL=chunk-
|
|
4082
|
+
//# sourceMappingURL=chunk-NJGNUVXR.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
parseLock,
|
|
6
6
|
serializeLock
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-7JDT4PBU.js";
|
|
8
8
|
|
|
9
9
|
// src/lock/io.ts
|
|
10
10
|
import { readFileSync, existsSync } from "fs";
|
|
@@ -35,4 +35,4 @@ export {
|
|
|
35
35
|
readLockFile,
|
|
36
36
|
writeLockFile
|
|
37
37
|
};
|
|
38
|
-
//# sourceMappingURL=chunk-
|
|
38
|
+
//# sourceMappingURL=chunk-OYMR5AMJ.js.map
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
presetFilePath,
|
|
6
6
|
renderPreset,
|
|
7
7
|
upsertManagedBlock
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-4PE4ZAB7.js";
|
|
9
9
|
import {
|
|
10
10
|
warn
|
|
11
11
|
} from "./chunk-EZG76F7R.js";
|
|
@@ -92,4 +92,4 @@ export {
|
|
|
92
92
|
isCI,
|
|
93
93
|
refreshAgentFiles
|
|
94
94
|
};
|
|
95
|
-
//# sourceMappingURL=chunk-
|
|
95
|
+
//# sourceMappingURL=chunk-QIWBCS7N.js.map
|
package/dist/cli.js
CHANGED
|
@@ -8,17 +8,17 @@ import {
|
|
|
8
8
|
resolveHelpRequest,
|
|
9
9
|
resolveLockPath,
|
|
10
10
|
run
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-CL2H2WYE.js";
|
|
12
12
|
import "./chunk-JQLR64UC.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-OYMR5AMJ.js";
|
|
14
14
|
import "./chunk-GNPVYOPB.js";
|
|
15
15
|
import "./chunk-EZG76F7R.js";
|
|
16
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-FAWNUE2U.js";
|
|
17
17
|
import "./chunk-OKNSR7MT.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-NJGNUVXR.js";
|
|
19
19
|
import "./chunk-WHOJWOSV.js";
|
|
20
20
|
import "./chunk-5XZ744TS.js";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-7JDT4PBU.js";
|
|
22
22
|
export {
|
|
23
23
|
compileBundle,
|
|
24
24
|
exportBundleJson,
|
|
@@ -4,35 +4,35 @@ import {
|
|
|
4
4
|
isMissingDependencyError,
|
|
5
5
|
runCodegenCommand,
|
|
6
6
|
verifyCrashEntry
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-5PDOAR77.js";
|
|
8
8
|
import "./chunk-ZOYMZZ3S.js";
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-3QW5NFZJ.js";
|
|
10
|
+
import "./chunk-BKDJN76G.js";
|
|
11
11
|
import "./chunk-QTNO2WD6.js";
|
|
12
12
|
import "./chunk-ZUTSMMAG.js";
|
|
13
13
|
import "./chunk-X4DVXBFY.js";
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-DBHE35JM.js";
|
|
15
|
+
import "./chunk-4PE4ZAB7.js";
|
|
16
16
|
import "./chunk-ZSYZTGJH.js";
|
|
17
17
|
import "./chunk-3IGNIP6R.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-JAVB27HL.js";
|
|
19
19
|
import "./chunk-LU7TRWMC.js";
|
|
20
20
|
import "./chunk-MU3O43L2.js";
|
|
21
21
|
import "./chunk-P5C2YKAM.js";
|
|
22
22
|
import "./chunk-Q77KNEUL.js";
|
|
23
23
|
import "./chunk-4BXJGVZ3.js";
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-2V3JUXTF.js";
|
|
25
|
+
import "./chunk-CL2H2WYE.js";
|
|
26
26
|
import "./chunk-JQLR64UC.js";
|
|
27
|
-
import "./chunk-
|
|
27
|
+
import "./chunk-OYMR5AMJ.js";
|
|
28
28
|
import "./chunk-GNPVYOPB.js";
|
|
29
29
|
import "./chunk-EZG76F7R.js";
|
|
30
|
-
import "./chunk-
|
|
30
|
+
import "./chunk-FAWNUE2U.js";
|
|
31
31
|
import "./chunk-OKNSR7MT.js";
|
|
32
|
-
import "./chunk-
|
|
32
|
+
import "./chunk-NJGNUVXR.js";
|
|
33
33
|
import "./chunk-WHOJWOSV.js";
|
|
34
34
|
import "./chunk-5XZ744TS.js";
|
|
35
|
-
import "./chunk-
|
|
35
|
+
import "./chunk-7JDT4PBU.js";
|
|
36
36
|
export {
|
|
37
37
|
blameGeneratedFile,
|
|
38
38
|
fetchWorkspaceBundle,
|
|
@@ -40,4 +40,4 @@ export {
|
|
|
40
40
|
runCodegenCommand,
|
|
41
41
|
verifyCrashEntry
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=codegen-command-
|
|
43
|
+
//# sourceMappingURL=codegen-command-DYH4H4TD.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
assertBundleInput,
|
|
6
6
|
loadBundleText
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-7BUTRVKA.js";
|
|
8
8
|
import {
|
|
9
9
|
createEphemeral,
|
|
10
10
|
getEphemeral,
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
getEnvironment,
|
|
18
18
|
readEphemeralState,
|
|
19
19
|
setEnvironment
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-MDXR5E5Q.js";
|
|
21
21
|
import {
|
|
22
22
|
openBrowser
|
|
23
23
|
} from "./chunk-W5NOKYEG.js";
|
|
@@ -28,8 +28,8 @@ import {
|
|
|
28
28
|
} from "./chunk-NDZFBZHC.js";
|
|
29
29
|
import {
|
|
30
30
|
getAccessToken
|
|
31
|
-
} from "./chunk-
|
|
32
|
-
import "./chunk-
|
|
31
|
+
} from "./chunk-3QW5NFZJ.js";
|
|
32
|
+
import "./chunk-BKDJN76G.js";
|
|
33
33
|
import {
|
|
34
34
|
encodeWorkspaceArchive
|
|
35
35
|
} from "./chunk-ZUTSMMAG.js";
|
|
@@ -42,11 +42,11 @@ import {
|
|
|
42
42
|
fetchOrExplain,
|
|
43
43
|
httpFailure
|
|
44
44
|
} from "./chunk-3IGNIP6R.js";
|
|
45
|
-
import "./chunk-
|
|
45
|
+
import "./chunk-CL2H2WYE.js";
|
|
46
46
|
import {
|
|
47
47
|
assertWritableDest
|
|
48
48
|
} from "./chunk-JQLR64UC.js";
|
|
49
|
-
import "./chunk-
|
|
49
|
+
import "./chunk-OYMR5AMJ.js";
|
|
50
50
|
import "./chunk-GNPVYOPB.js";
|
|
51
51
|
import {
|
|
52
52
|
blank,
|
|
@@ -62,12 +62,12 @@ import {
|
|
|
62
62
|
warn,
|
|
63
63
|
withSpinner
|
|
64
64
|
} from "./chunk-EZG76F7R.js";
|
|
65
|
-
import "./chunk-
|
|
65
|
+
import "./chunk-FAWNUE2U.js";
|
|
66
66
|
import "./chunk-OKNSR7MT.js";
|
|
67
|
-
import "./chunk-
|
|
67
|
+
import "./chunk-NJGNUVXR.js";
|
|
68
68
|
import "./chunk-WHOJWOSV.js";
|
|
69
69
|
import "./chunk-5XZ744TS.js";
|
|
70
|
-
import "./chunk-
|
|
70
|
+
import "./chunk-7JDT4PBU.js";
|
|
71
71
|
|
|
72
72
|
// src/emit/deploy-command.ts
|
|
73
73
|
import { basename } from "path";
|
|
@@ -158,7 +158,7 @@ async function runDeployedTests(auth, dest, summary, args) {
|
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
160
|
async function runTestsOrThrow(auth, dest, summary, args) {
|
|
161
|
-
const { runSuite, EXIT_TESTS_FAILED } = await import("./test-command-
|
|
161
|
+
const { runSuite, EXIT_TESTS_FAILED } = await import("./test-command-S7SMRWMP.js");
|
|
162
162
|
let target;
|
|
163
163
|
if (dest === "ephemeral") {
|
|
164
164
|
if (summary.url === void 0) {
|
|
@@ -168,7 +168,7 @@ async function runTestsOrThrow(auth, dest, summary, args) {
|
|
|
168
168
|
const name = summary.ephemeral?.name;
|
|
169
169
|
target = { base: summary.url, workspaceId: 1, label: name ? `ephemeral ${name}` : "the ephemeral", env: name };
|
|
170
170
|
} else {
|
|
171
|
-
const { resolveMetaTarget } = await import("./env-target-
|
|
171
|
+
const { resolveMetaTarget } = await import("./env-target-WA3BH5YU.js");
|
|
172
172
|
target = await resolveMetaTarget(auth, { dest: "sandbox" });
|
|
173
173
|
}
|
|
174
174
|
const outcomes = await runSuite(auth, target, {
|
|
@@ -448,4 +448,4 @@ export {
|
|
|
448
448
|
runDeployedTests,
|
|
449
449
|
verifyMicroservices
|
|
450
450
|
};
|
|
451
|
-
//# sourceMappingURL=deploy-command-
|
|
451
|
+
//# sourceMappingURL=deploy-command-HM57BINV.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
resolveMetaTarget
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-H2DEDWQF.js";
|
|
4
|
+
import "./chunk-MDXR5E5Q.js";
|
|
5
|
+
import "./chunk-3EYUR3TX.js";
|
|
6
6
|
import "./chunk-NDZFBZHC.js";
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-3QW5NFZJ.js";
|
|
8
|
+
import "./chunk-BKDJN76G.js";
|
|
9
9
|
import "./chunk-NUQCEOKA.js";
|
|
10
10
|
import "./chunk-3IGNIP6R.js";
|
|
11
11
|
import "./chunk-GNPVYOPB.js";
|
|
@@ -13,4 +13,4 @@ import "./chunk-EZG76F7R.js";
|
|
|
13
13
|
export {
|
|
14
14
|
resolveMetaTarget
|
|
15
15
|
};
|
|
16
|
-
//# sourceMappingURL=env-target-
|
|
16
|
+
//# sourceMappingURL=env-target-WA3BH5YU.js.map
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
clearEnvironment,
|
|
11
11
|
getEnvironment,
|
|
12
12
|
readEphemeralState
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-MDXR5E5Q.js";
|
|
14
14
|
import {
|
|
15
15
|
openBrowser
|
|
16
16
|
} from "./chunk-W5NOKYEG.js";
|
|
@@ -19,16 +19,16 @@ import {
|
|
|
19
19
|
} from "./chunk-4PTSTDIG.js";
|
|
20
20
|
import {
|
|
21
21
|
resolveOutputTarget
|
|
22
|
-
} from "./chunk-
|
|
23
|
-
import "./chunk-
|
|
22
|
+
} from "./chunk-JQJPFUZI.js";
|
|
23
|
+
import "./chunk-3EYUR3TX.js";
|
|
24
24
|
import {
|
|
25
25
|
printMicroserviceSection,
|
|
26
26
|
readMicroservices
|
|
27
27
|
} from "./chunk-NDZFBZHC.js";
|
|
28
28
|
import {
|
|
29
29
|
getAccessToken
|
|
30
|
-
} from "./chunk-
|
|
31
|
-
import "./chunk-
|
|
30
|
+
} from "./chunk-3QW5NFZJ.js";
|
|
31
|
+
import "./chunk-BKDJN76G.js";
|
|
32
32
|
import {
|
|
33
33
|
exportWorkspaceBundle
|
|
34
34
|
} from "./chunk-QTNO2WD6.js";
|
|
@@ -90,7 +90,7 @@ async function runEphemeralCommand(args) {
|
|
|
90
90
|
case "impersonate":
|
|
91
91
|
return runImpersonate(args);
|
|
92
92
|
case "codegen": {
|
|
93
|
-
const { runCodegenCommand } = await import("./codegen-command-
|
|
93
|
+
const { runCodegenCommand } = await import("./codegen-command-DYH4H4TD.js");
|
|
94
94
|
return runCodegenCommand(args, { kind: "ephemeral" });
|
|
95
95
|
}
|
|
96
96
|
default:
|
|
@@ -239,4 +239,4 @@ export {
|
|
|
239
239
|
resolveLive,
|
|
240
240
|
runEphemeralCommand
|
|
241
241
|
};
|
|
242
|
-
//# sourceMappingURL=ephemeral-command-
|
|
242
|
+
//# sourceMappingURL=ephemeral-command-SD2KLX4P.js.map
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ef as Condition, eg as FilterResults, eh as ElementResult, ei as SameArrayResult, ej as GroupedArrayResult, ek as AgentResultOf, b3 as AddonDef, el as OutputPath, cZ as TableDef, em as QualifiedCol, bx as DbEval, cY as SortDirective, bz as DbWhere, en as OutputRoot, bM as InferRow, eo as AggregateRow, ep as EvalFields, eq as OutputAuthored, cb as MicroserviceDef, ah as generated, F as FunctionDef, co as QueryHandle } from './store-
|
|
2
|
-
export { b4 as AddonXdo, A as AdoptChange, a as AdoptResult, b5 as AgentDef, b6 as AgentHandle, b7 as AgentOutput, b8 as AgentSettingsXdo, b9 as AgentXdo, ba as AmbientBindings, bb as AnthropicLlm, bc as ApiGroupDef, bd as ApiGroupXdo, be as AuthRef, bf as Authored, B as Bundle, b as BundlePayload, c as BundleType, bg as Capturable, b0 as CaptureRecord, a_ as CaptureValue, bh as ChannelConversationDef, bi as ChannelDeliveryDef, bj as ChannelDeliveryGuarantee, bk as ChannelPublishDef, bl as ChannelPublishWho, bm as ChannelRateLimitDef, bn as ColumnDef, bo as Comparison, bp as ContainerEnv, bq as ContainerPort, br as ContainerResources, bs as ContainerVolume, bt as CorsConfig, bu as CorsMode, bv as DatabaseActions, bw as DatabaseInputs, by as DbEvalFilter, bA as ErrorInputs, bB as ExceptionPolicy, bC as FieldAccessor, bD as FieldRule, bE as GoogleGenAiLlm, bF as HistoryInput, bG as HttpVerb, bH as IndexDef, bI as IndexLang, bJ as IndexOp, bK as IndexType, bL as IndexXdo, bN as InputDescriptor, bO as InputOptions, bP as IteratingBindings, bQ as KnowledgeDef, bR as KnowledgeDirSource, bS as KnowledgeFileSource, bT as KnowledgeMode, bU as KnowledgeType, bV as LAMBDA_BINDINGS, bW as LAMBDA_CODE_FILTERS, bX as LAMBDA_GLOBALS, bY as LAMBDA_MODULE_GLOBALS, bZ as LAMBDA_STATEMENTS, b1 as LambdaBindings, b_ as LambdaBody, aZ as LambdaOptions, a$ as LambdaSurface, b$ as LlmPrompt, c0 as LlmProvider, c1 as LlmSettings, g as LockEntry, h as LockExportContext, i as LockFile, M as Manifest, j as ManifestField, k as ManifestKind, l as ManifestStatement, c2 as ManifestValue, c3 as McpPathOptions, c4 as McpServerDef, c5 as McpServerHandle, c6 as McpServerXdo, m as MergeResult, c7 as MessageDeliverTo, c8 as MicroserviceChart, c9 as MicroserviceConfig, ca as MicroserviceContainer, cc as MicroserviceDeployment, cd as MicroserviceIngress, ce as MicroserviceRegistryAuth, cf as MicroserviceVolume, cg as MicroserviceXdo, ch as MiddlewareAttach, ci as MiddlewareAttachEntry, cj as MiddlewareDef, ck as MiddlewareXdo, O as ObjectKind, cl as OpenAiLlm, n as PayloadArrayKey, cm as QueryDef, cn as QueryFilterName, cp as QueryResponseType, cq as QueryXdo, cr as RealtimeActions, cs as RealtimeChannelActions, ct as RealtimeChannelDef, cu as RealtimeChannelHandle, cv as RealtimeChannelRef, cw as RealtimeChannelTriggerInputs, cx as RealtimeChannelXdo, cy as RealtimeClient, cz as RealtimeInputs, cA as RealtimeMessageDef, cB as RealtimeMessageXdo, cC as RealtimeServerActions, cD as RealtimeServerDef, cE as RealtimeServerHandle, cF as RealtimeServerRef, cG as RealtimeServerTriggerInputs, cH as RealtimeServerXdo, cI as RealtimeUrlOptions, R as RenameResult, cJ as ResultStrategy, cK as Route, cL as RowOf, cM as ScheduleDef, cN as SchemaCols, cO as SchemaDef, cP as SearchComparison, cQ as SearchGroup, cR as SearchNode, cS as SearchOp, cT as SearchParamValue, cU as SeedFileSource, cV as SeedRow, cW as SeedSource, cX as SortDir, S as StatementSpec, c_ as TableXdo, c$ as TaskDef, d0 as TaskXdo, d1 as ToolDef, d2 as ToolXdo, d3 as ToolsetBaseDef, d4 as ToolsetBaseXdo, d5 as ToolsetInputs, d6 as ToolsetToolEntry, d7 as ToolsetToolRef, d8 as TriggerDef, d9 as TriggerObjType, da as TriggerXdo, db as ViewDef, dc as ViewXdo, dd as WorkflowTestDef, de as WorkflowTestXdo, df as WorkspaceActions, dg as WorkspaceConfigDef, dh as WorkspaceConfigXdo, di as WorkspaceHistoryDef, dj as WorkspaceHistoryXdo, dk as WorkspaceInputs, dl as WorkspaceMiddlewareDef, dm as WorkspaceMiddlewareXdo, b2 as Xano, dn as XanoFreeLlm, dp as addon, dq as agent, dr as agentTrigger, ds as and, dt as apiGroup, du as assertLambdaBody, dv as bitwiseAnd, dw as bitwiseOr, dx as bitwiseXor, dy as cmp, dz as defineFunction, dA as emit, dB as emitBundle, dC as errorTrigger, dD as expr, dE as fl, dF as input, dG as knowledge, dH as knowledgeDir, dI as knowledgeFile, er as lam, dJ as mathAdd, dK as mathDiv, dL as mathMul, dM as mathSub, dN as mcpServer, dO as mcpServerTrigger, dP as microservice, dQ as middleware, dR as mixed, dS as objectEntries, dT as objectKeys, dU as objectValues, dV as or, dW as query, dX as realtimeChannel, dY as realtimeChannelTrigger, dZ as realtimeMessage, d_ as realtimeServer, d$ as realtimeServerTrigger, e0 as realtimeTrigger, e1 as resetLockOverrides, e2 as seedFile, e3 as seedLockOverrides, e4 as table, e5 as tableTrigger, e6 as task, e7 as textAppend, e8 as textPrepend, e9 as toSearchParams, ea as tool, eb as workflowTest, ec as workspace, ed as workspaceConfig, ee as workspaceTrigger } from './store-
|
|
1
|
+
import { ef as Condition, eg as FilterResults, eh as ElementResult, ei as SameArrayResult, ej as GroupedArrayResult, ek as AgentResultOf, b3 as AddonDef, el as OutputPath, cZ as TableDef, em as QualifiedCol, bx as DbEval, cY as SortDirective, bz as DbWhere, en as OutputRoot, bM as InferRow, eo as AggregateRow, ep as EvalFields, eq as OutputAuthored, cb as MicroserviceDef, ah as generated, F as FunctionDef, co as QueryHandle } from './store-DfuWu1tE.js';
|
|
2
|
+
export { b4 as AddonXdo, A as AdoptChange, a as AdoptResult, b5 as AgentDef, b6 as AgentHandle, b7 as AgentOutput, b8 as AgentSettingsXdo, b9 as AgentXdo, ba as AmbientBindings, bb as AnthropicLlm, bc as ApiGroupDef, bd as ApiGroupXdo, be as AuthRef, bf as Authored, B as Bundle, b as BundlePayload, c as BundleType, bg as Capturable, b0 as CaptureRecord, a_ as CaptureValue, bh as ChannelConversationDef, bi as ChannelDeliveryDef, bj as ChannelDeliveryGuarantee, bk as ChannelPublishDef, bl as ChannelPublishWho, bm as ChannelRateLimitDef, bn as ColumnDef, bo as Comparison, bp as ContainerEnv, bq as ContainerPort, br as ContainerResources, bs as ContainerVolume, bt as CorsConfig, bu as CorsMode, bv as DatabaseActions, bw as DatabaseInputs, by as DbEvalFilter, bA as ErrorInputs, bB as ExceptionPolicy, bC as FieldAccessor, bD as FieldRule, bE as GoogleGenAiLlm, bF as HistoryInput, bG as HttpVerb, bH as IndexDef, bI as IndexLang, bJ as IndexOp, bK as IndexType, bL as IndexXdo, bN as InputDescriptor, bO as InputOptions, bP as IteratingBindings, bQ as KnowledgeDef, bR as KnowledgeDirSource, bS as KnowledgeFileSource, bT as KnowledgeMode, bU as KnowledgeType, bV as LAMBDA_BINDINGS, bW as LAMBDA_CODE_FILTERS, bX as LAMBDA_GLOBALS, bY as LAMBDA_MODULE_GLOBALS, bZ as LAMBDA_STATEMENTS, b1 as LambdaBindings, b_ as LambdaBody, aZ as LambdaOptions, a$ as LambdaSurface, b$ as LlmPrompt, c0 as LlmProvider, c1 as LlmSettings, g as LockEntry, h as LockExportContext, i as LockFile, M as Manifest, j as ManifestField, k as ManifestKind, l as ManifestStatement, c2 as ManifestValue, c3 as McpPathOptions, c4 as McpServerDef, c5 as McpServerHandle, c6 as McpServerXdo, m as MergeResult, c7 as MessageDeliverTo, c8 as MicroserviceChart, c9 as MicroserviceConfig, ca as MicroserviceContainer, cc as MicroserviceDeployment, cd as MicroserviceIngress, ce as MicroserviceRegistryAuth, cf as MicroserviceVolume, cg as MicroserviceXdo, ch as MiddlewareAttach, ci as MiddlewareAttachEntry, cj as MiddlewareDef, ck as MiddlewareXdo, O as ObjectKind, cl as OpenAiLlm, n as PayloadArrayKey, cm as QueryDef, cn as QueryFilterName, cp as QueryResponseType, cq as QueryXdo, cr as RealtimeActions, cs as RealtimeChannelActions, ct as RealtimeChannelDef, cu as RealtimeChannelHandle, cv as RealtimeChannelRef, cw as RealtimeChannelTriggerInputs, cx as RealtimeChannelXdo, cy as RealtimeClient, cz as RealtimeInputs, cA as RealtimeMessageDef, cB as RealtimeMessageXdo, cC as RealtimeServerActions, cD as RealtimeServerDef, cE as RealtimeServerHandle, cF as RealtimeServerRef, cG as RealtimeServerTriggerInputs, cH as RealtimeServerXdo, cI as RealtimeUrlOptions, R as RenameResult, cJ as ResultStrategy, cK as Route, cL as RowOf, cM as ScheduleDef, cN as SchemaCols, cO as SchemaDef, cP as SearchComparison, cQ as SearchGroup, cR as SearchNode, cS as SearchOp, cT as SearchParamValue, cU as SeedFileSource, cV as SeedRow, cW as SeedSource, cX as SortDir, S as StatementSpec, c_ as TableXdo, c$ as TaskDef, d0 as TaskXdo, d1 as ToolDef, d2 as ToolXdo, d3 as ToolsetBaseDef, d4 as ToolsetBaseXdo, d5 as ToolsetInputs, d6 as ToolsetToolEntry, d7 as ToolsetToolRef, d8 as TriggerDef, d9 as TriggerObjType, da as TriggerXdo, db as ViewDef, dc as ViewXdo, dd as WorkflowTestDef, de as WorkflowTestXdo, df as WorkspaceActions, dg as WorkspaceConfigDef, dh as WorkspaceConfigXdo, di as WorkspaceHistoryDef, dj as WorkspaceHistoryXdo, dk as WorkspaceInputs, dl as WorkspaceMiddlewareDef, dm as WorkspaceMiddlewareXdo, b2 as Xano, dn as XanoFreeLlm, dp as addon, dq as agent, dr as agentTrigger, ds as and, dt as apiGroup, du as assertLambdaBody, dv as bitwiseAnd, dw as bitwiseOr, dx as bitwiseXor, dy as cmp, dz as defineFunction, dA as emit, dB as emitBundle, dC as errorTrigger, dD as expr, dE as fl, dF as input, dG as knowledge, dH as knowledgeDir, dI as knowledgeFile, er as lam, dJ as mathAdd, dK as mathDiv, dL as mathMul, dM as mathSub, dN as mcpServer, dO as mcpServerTrigger, dP as microservice, dQ as middleware, dR as mixed, dS as objectEntries, dT as objectKeys, dU as objectValues, dV as or, dW as query, dX as realtimeChannel, dY as realtimeChannelTrigger, dZ as realtimeMessage, d_ as realtimeServer, d$ as realtimeServerTrigger, e0 as realtimeTrigger, e1 as resetLockOverrides, e2 as seedFile, e3 as seedLockOverrides, e4 as table, e5 as tableTrigger, e6 as task, e7 as textAppend, e8 as textPrepend, e9 as toSearchParams, ea as tool, eb as workflowTest, ec as workspace, ed as workspaceConfig, ee as workspaceTrigger } from './store-DfuWu1tE.js';
|
|
3
3
|
import { a2 as StatementAnnotations, a1 as Statement, y as FromFieldMap, w as FilterXdo, V as Value, S as ObjValue, aH as Prettify, x as FilteredValue, X as RefValue, aM as AsShapeBrand, aj as XanoFileRef, a4 as StatementOptions, T as ObjectRef, P as ObjInput, F as FunctionXdo } from './response-CVAE2kMj.js';
|
|
4
4
|
export { B as BrandOpts, c as BrandValue, C as CacheXdo, f as CaughtField, h as ConditionalContext, j as ConditionalElifContext, D as DecimalMethod, E as EmailMethod, k as ExprGroup, l as ExprNode, m as ExprOperand, n as ExprStatement, o as FieldAccess, p as FieldDescriptor, q as FieldMap, s as FieldOpts, u as FieldStyleType, v as FieldXdo, H as HistoryXdo, I as InputXdo, z as IntMethod, L as ListBoundsXdo, M as MethodArg, A as MethodOpts, G as MethodSpec, J as MethodXdo, K as MockEntry, N as MockMap, O as MockXdo, Q as ObjMember, U as PasswordMethod, W as PersistedFunctionRow, Y as RegexValue, Z as ResponseDef, _ as ResultItemXdo, $ as RowFromFieldMap, a0 as StackItemXdo, a3 as StatementInputXdo, a5 as TAGS, a6 as TEST_EXPECT_TYPES, a7 as TableRefMethod, a8 as Tag, a9 as TaggedValue, aa as TestDef, ab as TestExpect, ac as TestExpectType, ad as TestXdo, ae as TextFormat, af as TextMethod, ag as TypeBrand, ah as ValueOf, ai as VectorMethod, ak as XanoGeoPosition, al as XanoGeoValue, am as annotate, an as auth, ao as c, ap as caught, aq as col, ar as env, as as expect, at as f, au as filter, av as inp, aw as obj, ax as out, ay as ref, az as resp, aA as setting, aB as statements, aC as sys, aD as test, aE as toolset, aF as withFilters } from './response-CVAE2kMj.js';
|
|
5
5
|
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
import {
|
|
6
6
|
TEST_EXPECT_TYPES,
|
|
7
7
|
expect
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-JAVB27HL.js";
|
|
9
9
|
import {
|
|
10
10
|
addon,
|
|
11
11
|
agent,
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
task,
|
|
18
18
|
tool,
|
|
19
19
|
workflowTest
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-JUHKEAHJ.js";
|
|
21
21
|
import {
|
|
22
22
|
actionCall,
|
|
23
23
|
actionPackageCall,
|
|
@@ -100,11 +100,11 @@ import {
|
|
|
100
100
|
workflowTestCall,
|
|
101
101
|
workspaceConfig,
|
|
102
102
|
workspaceTrigger
|
|
103
|
-
} from "./chunk-
|
|
103
|
+
} from "./chunk-2V3JUXTF.js";
|
|
104
104
|
import {
|
|
105
105
|
Xano,
|
|
106
106
|
workspace
|
|
107
|
-
} from "./chunk-
|
|
107
|
+
} from "./chunk-FAWNUE2U.js";
|
|
108
108
|
import {
|
|
109
109
|
LAMBDA_BINDINGS,
|
|
110
110
|
LAMBDA_CODE_FILTERS,
|
|
@@ -148,7 +148,7 @@ import {
|
|
|
148
148
|
toSearchParams,
|
|
149
149
|
toolset,
|
|
150
150
|
withFilters
|
|
151
|
-
} from "./chunk-
|
|
151
|
+
} from "./chunk-NJGNUVXR.js";
|
|
152
152
|
import "./chunk-WHOJWOSV.js";
|
|
153
153
|
import {
|
|
154
154
|
annotate,
|
|
@@ -157,7 +157,7 @@ import {
|
|
|
157
157
|
import {
|
|
158
158
|
resetLockOverrides,
|
|
159
159
|
seedLockOverrides
|
|
160
|
-
} from "./chunk-
|
|
160
|
+
} from "./chunk-7JDT4PBU.js";
|
|
161
161
|
export {
|
|
162
162
|
LAMBDA_BINDINGS,
|
|
163
163
|
LAMBDA_CODE_FILTERS,
|