@opengeni/contracts 2.13.0-canary.1 → 2.13.0-canary.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/atlassian.js +1 -1
- package/dist/{chunk-W4CCAN7Y.js → chunk-N56VJ7BB.js} +4 -2
- package/dist/chunk-N56VJ7BB.js.map +1 -0
- package/dist/connection-authority.js +1 -1
- package/dist/google-drive.js +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.js +1 -1
- package/dist/personal-github.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +3 -1
- package/dist/chunk-W4CCAN7Y.js.map +0 -1
package/dist/atlassian.js
CHANGED
|
@@ -18574,7 +18574,8 @@ var CreateSessionRequest = withVariableSetIdAlias(
|
|
|
18574
18574
|
// compatibility fallback by omitting this field.
|
|
18575
18575
|
policyRole: WorkspaceInstructionPolicyRoleKeyInput.optional(),
|
|
18576
18576
|
// For an agent-created child, omission inherits the trusted immediate
|
|
18577
|
-
// parent's
|
|
18577
|
+
// parent's repositories only; files require explicit selection. An explicit
|
|
18578
|
+
// array, including [], is
|
|
18578
18579
|
// authoritative. Top-level omission remains []. Presence is resolved from
|
|
18579
18580
|
// the raw request because this Zod default erases absent-vs-empty.
|
|
18580
18581
|
resources: z32.array(ResourceRef).default([]),
|
|
@@ -19975,6 +19976,7 @@ var ClientConfig = /* @__PURE__ */ defineModelContractSchema(
|
|
|
19975
19976
|
acceptedMimeTypes: [...VOICE_INPUT_ACCEPTED_MIME_TYPES]
|
|
19976
19977
|
}),
|
|
19977
19978
|
productAccessMode: ProductAccessMode,
|
|
19979
|
+
billingMode: BillingMode.default("disabled"),
|
|
19978
19980
|
// Safe rollout discriminator: the browser only mounts the optional
|
|
19979
19981
|
// @opengeni/sdk/accounts controller when this is dual or broker.
|
|
19980
19982
|
managedAuthSessionSetMode: z32.enum(["legacy", "dual", "broker"]).default("legacy"),
|
|
@@ -21996,4 +21998,4 @@ export {
|
|
|
21996
21998
|
ClientConfig,
|
|
21997
21999
|
evaluateWorkspaceModelPolicy
|
|
21998
22000
|
};
|
|
21999
|
-
//# sourceMappingURL=chunk-
|
|
22001
|
+
//# sourceMappingURL=chunk-N56VJ7BB.js.map
|