@opengeni/contracts 3.0.0-canary.0 → 3.0.1
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/atlassian.js +1 -1
- package/dist/{chunk-OO4AEMQB.js → chunk-EHHDZLGY.js} +5 -2
- package/dist/chunk-EHHDZLGY.js.map +1 -0
- package/dist/{chunk-SSWEWU3V.js → chunk-IRR7CBBW.js} +2 -2
- package/dist/connect.js +1 -1
- package/dist/connection-authority.js +2 -2
- package/dist/google-drive.js +1 -1
- package/dist/host-mcp-bindings.js +2 -2
- package/dist/index.js +1 -1
- package/dist/personal-github.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +4 -1
- package/dist/chunk-OO4AEMQB.js.map +0 -1
- /package/dist/{chunk-SSWEWU3V.js.map → chunk-IRR7CBBW.js.map} +0 -0
package/dist/atlassian.js
CHANGED
|
@@ -13145,7 +13145,10 @@ var SessionAuthorizationActor = z36.discriminatedUnion("kind", [
|
|
|
13145
13145
|
/** Frozen authority that admitted the calling turn. */
|
|
13146
13146
|
initiator: TurnInitiator,
|
|
13147
13147
|
initiatorContext: TurnInitiatorContext,
|
|
13148
|
-
/**
|
|
13148
|
+
/**
|
|
13149
|
+
* Durable causal-human selector for named human-bound capabilities. It never
|
|
13150
|
+
* authorizes by itself and is null for pure service work.
|
|
13151
|
+
*/
|
|
13149
13152
|
initiatingHumanSubjectId: z36.string().min(1).max(1024).nullable()
|
|
13150
13153
|
})
|
|
13151
13154
|
]);
|
|
@@ -22522,4 +22525,4 @@ export {
|
|
|
22522
22525
|
ClientConfig,
|
|
22523
22526
|
evaluateWorkspaceModelPolicy
|
|
22524
22527
|
};
|
|
22525
|
-
//# sourceMappingURL=chunk-
|
|
22528
|
+
//# sourceMappingURL=chunk-EHHDZLGY.js.map
|