@synsci/sdk 2.0.26 → 2.0.27-test.92.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.
@@ -590,7 +590,7 @@ export declare class Trust extends HeyApiClient {
590
590
  /**
591
591
  * Inspect project trust
592
592
  *
593
- * Inspect whether project-local code may execute. New and relocated projects are untrusted until their canonical root is explicitly approved.
593
+ * Inspect whether project-local code may execute. New projects are trusted by default; an explicit revocation or canonical-root mismatch blocks project code.
594
594
  */
595
595
  get<ThrowOnError extends boolean = false>(parameters: {
596
596
  projectID: string;
@@ -599,7 +599,7 @@ export declare class Trust extends HeyApiClient {
599
599
  /**
600
600
  * Update project trust
601
601
  *
602
- * Allow project-local code only after submitting the canonical root returned by the trust status endpoint, or revoke that permission immediately.
602
+ * Trust project-local code by submitting the canonical root returned by the status endpoint, or revoke that permission immediately.
603
603
  */
604
604
  update<ThrowOnError extends boolean = false>(parameters: {
605
605
  projectID: string;
@@ -1127,7 +1127,7 @@ export class Trust extends HeyApiClient {
1127
1127
  /**
1128
1128
  * Inspect project trust
1129
1129
  *
1130
- * Inspect whether project-local code may execute. New and relocated projects are untrusted until their canonical root is explicitly approved.
1130
+ * Inspect whether project-local code may execute. New projects are trusted by default; an explicit revocation or canonical-root mismatch blocks project code.
1131
1131
  */
1132
1132
  get(parameters, options) {
1133
1133
  const params = buildClientParams([parameters], [
@@ -1147,7 +1147,7 @@ export class Trust extends HeyApiClient {
1147
1147
  /**
1148
1148
  * Update project trust
1149
1149
  *
1150
- * Allow project-local code only after submitting the canonical root returned by the trust status endpoint, or revoke that permission immediately.
1150
+ * Trust project-local code by submitting the canonical root returned by the status endpoint, or revoke that permission immediately.
1151
1151
  */
1152
1152
  update(parameters, options) {
1153
1153
  const params = buildClientParams([parameters], [
@@ -1542,7 +1542,7 @@ export type LayoutConfig = "auto" | "stretch";
1542
1542
  */
1543
1543
  export type SandboxConfig = {
1544
1544
  /**
1545
- * Run local terminals, kernels, and shell commands inside an OS sandbox (macOS Seatbelt / Linux bubblewrap) that confines writes to authorized project roots. Enabled by default.
1545
+ * Run local terminals, kernels, and shell commands inside an OS sandbox (macOS Seatbelt / Linux bubblewrap) that confines writes to authorized project roots. Disabled by default; enable it from the composer or Sandbox settings.
1546
1546
  */
1547
1547
  enabled?: boolean;
1548
1548
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@synsci/sdk",
4
- "version": "2.0.26",
4
+ "version": "2.0.27-test.92.1",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "scripts": {