@remnic/core 9.35.3 → 9.35.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/dist/access-cli.js +3 -3
- package/dist/access-http.d.ts +6 -0
- package/dist/access-http.js +1 -1
- package/dist/access-operations.d.ts +3 -3
- package/dist/access-schema.d.ts +84 -84
- package/dist/{chunk-WL2S2UBB.js → chunk-IE2CS5BM.js} +13 -6
- package/dist/chunk-IE2CS5BM.js.map +1 -0
- package/dist/{chunk-LH3KXIBJ.js → chunk-Y2UUEB4I.js} +2 -2
- package/dist/{chunk-AKELMJO2.js → chunk-ZJMVZLPK.js} +3 -3
- package/dist/cli.js +2 -2
- package/dist/index.d.ts +386 -386
- package/dist/index.js +3 -3
- package/dist/orchestrator.js +3 -3
- package/dist/schemas.d.ts +54 -54
- package/dist/shared-context/manager.d.ts +8 -8
- package/dist/transfer/types.d.ts +66 -66
- package/package.json +2 -2
- package/src/access-http.ts +14 -9
- package/dist/chunk-WL2S2UBB.js.map +0 -1
- /package/dist/{chunk-LH3KXIBJ.js.map → chunk-Y2UUEB4I.js.map} +0 -0
- /package/dist/{chunk-AKELMJO2.js.map → chunk-ZJMVZLPK.js.map} +0 -0
|
@@ -200,7 +200,7 @@ import {
|
|
|
200
200
|
import {
|
|
201
201
|
EngramAccessHttpServer,
|
|
202
202
|
MeetingsInputError
|
|
203
|
-
} from "./chunk-
|
|
203
|
+
} from "./chunk-IE2CS5BM.js";
|
|
204
204
|
import {
|
|
205
205
|
WearablesInputError
|
|
206
206
|
} from "./chunk-V7IZKJI3.js";
|
|
@@ -7981,4 +7981,4 @@ export {
|
|
|
7981
7981
|
listMemoryMarkdownFilePaths,
|
|
7982
7982
|
registerCli
|
|
7983
7983
|
};
|
|
7984
|
-
//# sourceMappingURL=chunk-
|
|
7984
|
+
//# sourceMappingURL=chunk-Y2UUEB4I.js.map
|
|
@@ -214,7 +214,7 @@ import {
|
|
|
214
214
|
ensureBuiltInWearableConnectors,
|
|
215
215
|
getWearableConnector,
|
|
216
216
|
listWearableConnectors
|
|
217
|
-
} from "./chunk-
|
|
217
|
+
} from "./chunk-Y2UUEB4I.js";
|
|
218
218
|
import {
|
|
219
219
|
normalizeReplaySessionKey
|
|
220
220
|
} from "./chunk-AJVLDJU6.js";
|
|
@@ -322,7 +322,7 @@ import {
|
|
|
322
322
|
} from "./chunk-LBJBNWS2.js";
|
|
323
323
|
import {
|
|
324
324
|
MeetingsInputError
|
|
325
|
-
} from "./chunk-
|
|
325
|
+
} from "./chunk-IE2CS5BM.js";
|
|
326
326
|
import {
|
|
327
327
|
WearablesInputError,
|
|
328
328
|
describeErrorForOperator
|
|
@@ -23923,4 +23923,4 @@ export {
|
|
|
23923
23923
|
filterRecallCandidates,
|
|
23924
23924
|
Orchestrator
|
|
23925
23925
|
};
|
|
23926
|
-
//# sourceMappingURL=chunk-
|
|
23926
|
+
//# sourceMappingURL=chunk-ZJMVZLPK.js.map
|
package/dist/cli.js
CHANGED
|
@@ -90,7 +90,7 @@ import {
|
|
|
90
90
|
runWorkProductStatusCliCommand,
|
|
91
91
|
runWorkProjectCliCommand,
|
|
92
92
|
runWorkTaskCliCommand
|
|
93
|
-
} from "./chunk-
|
|
93
|
+
} from "./chunk-Y2UUEB4I.js";
|
|
94
94
|
import "./chunk-MMACM5G2.js";
|
|
95
95
|
import "./chunk-54BGIBCR.js";
|
|
96
96
|
import "./chunk-H4CKS5B2.js";
|
|
@@ -168,7 +168,7 @@ import "./chunk-OO42R444.js";
|
|
|
168
168
|
import "./chunk-PIG4WJFQ.js";
|
|
169
169
|
import "./chunk-KFZY2OFH.js";
|
|
170
170
|
import "./chunk-LBJBNWS2.js";
|
|
171
|
-
import "./chunk-
|
|
171
|
+
import "./chunk-IE2CS5BM.js";
|
|
172
172
|
import "./chunk-V7IZKJI3.js";
|
|
173
173
|
import "./chunk-SEDEKFYQ.js";
|
|
174
174
|
import "./chunk-RKNJBZ55.js";
|