@opengeni/db 4.3.0-canary.0 → 4.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/canonical-human-identities.js +3 -3
- package/dist/{chunk-Y5XFVJJM.js → chunk-AI4NC6XW.js} +6 -5
- package/dist/chunk-AI4NC6XW.js.map +1 -0
- package/dist/{chunk-IHADTE7C.js → chunk-DVSLOUEI.js} +2 -2
- package/dist/{chunk-7JPLGBSA.js → chunk-F4BIHJ7J.js} +4 -4
- package/dist/{chunk-SGJDIF2D.js → chunk-I4ITNMX2.js} +2 -2
- package/dist/{chunk-NCSPNCQK.js → chunk-PFBUHOI5.js} +3 -3
- package/dist/{chunk-YGRT6VZO.js → chunk-UUPY6IGP.js} +2 -2
- package/dist/{chunk-YGBOVXC7.js → chunk-UVBPOGA7.js} +2 -2
- package/dist/{chunk-ILKJKDII.js → chunk-XBXANJQS.js} +2 -2
- package/dist/editable-artifact-durable-export.js +2 -2
- package/dist/editable-artifacts.js +3 -3
- package/dist/index.js +18 -12
- package/dist/index.js.map +1 -1
- package/dist/managed-auth-session-sets.js +3 -3
- package/dist/retained-provider-commands.js +2 -2
- package/dist/schema.js +1 -1
- package/dist/session-background-commands.js +4 -4
- package/dist/session-command-output.js +4 -4
- package/dist/session-event-slices.js +2 -2
- package/dist/session-tenancy.js +3 -3
- package/dist/video-generation.js +3 -3
- package/dist/workspace-tool-defaults.js +4 -4
- package/package.json +6 -6
- package/src/schema.ts +5 -4
- package/src/workspace-artifacts.ts +10 -4
- package/dist/chunk-Y5XFVJJM.js.map +0 -1
- /package/dist/{chunk-IHADTE7C.js.map → chunk-DVSLOUEI.js.map} +0 -0
- /package/dist/{chunk-7JPLGBSA.js.map → chunk-F4BIHJ7J.js.map} +0 -0
- /package/dist/{chunk-SGJDIF2D.js.map → chunk-I4ITNMX2.js.map} +0 -0
- /package/dist/{chunk-NCSPNCQK.js.map → chunk-PFBUHOI5.js.map} +0 -0
- /package/dist/{chunk-YGRT6VZO.js.map → chunk-UUPY6IGP.js.map} +0 -0
- /package/dist/{chunk-YGBOVXC7.js.map → chunk-UVBPOGA7.js.map} +0 -0
- /package/dist/{chunk-ILKJKDII.js.map → chunk-XBXANJQS.js.map} +0 -0
|
@@ -11,9 +11,9 @@ import {
|
|
|
11
11
|
getCanonicalHumanIdentityProjection,
|
|
12
12
|
synchronizeCanonicalHumanLoginBindings,
|
|
13
13
|
validateCanonicalHumanSession
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-DVSLOUEI.js";
|
|
15
|
+
import "./chunk-I4ITNMX2.js";
|
|
16
|
+
import "./chunk-AI4NC6XW.js";
|
|
17
17
|
import "./chunk-PZ5AY32C.js";
|
|
18
18
|
export {
|
|
19
19
|
CanonicalHumanIdentityAuthorityError,
|
|
@@ -12099,10 +12099,11 @@ var sessionTurns = pgTable20(
|
|
|
12099
12099
|
initiatorKind: text20("initiator_kind").notNull().default("service"),
|
|
12100
12100
|
initiatorSubjectId: text20("initiator_subject_id").notNull().default("unattributed-legacy"),
|
|
12101
12101
|
initiatorContext: jsonb16("initiator_context").$type().notNull().default({ backfill: true }),
|
|
12102
|
-
//
|
|
12103
|
-
// their own subject; trusted continuations
|
|
12104
|
-
// causal turn's value while retaining a
|
|
12105
|
-
//
|
|
12102
|
+
// Bounded, immutable causal-human selector for named attempt-bound
|
|
12103
|
+
// capabilities. Human turns bind their own subject; trusted continuations
|
|
12104
|
+
// and compactions may inherit the causal turn's value while retaining a
|
|
12105
|
+
// service initiator. It never authorizes by itself. Null means pure service
|
|
12106
|
+
// work has no human-bound authority.
|
|
12106
12107
|
initiatingHumanSubjectId: text20("initiating_human_subject_id"),
|
|
12107
12108
|
// Exact goal authority frozen when the logical turn is accepted. The
|
|
12108
12109
|
// migration trigger fills this for old and rolling writers; claim only
|
|
@@ -18603,4 +18604,4 @@ export {
|
|
|
18603
18604
|
feedbackSubmissions,
|
|
18604
18605
|
schema_exports
|
|
18605
18606
|
};
|
|
18606
|
-
//# sourceMappingURL=chunk-
|
|
18607
|
+
//# sourceMappingURL=chunk-AI4NC6XW.js.map
|