sim 2.1.0-preview.35.1 → 2.1.0-preview.37.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/index.js +4 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9348,6 +9348,10 @@ var V2_OPERATIONS = {
|
|
|
9348
9348
|
description: {
|
|
9349
9349
|
kind: "string",
|
|
9350
9350
|
describe: "What the secret is for, shown to teammates. Workspace scope only — sending it for a personal secret is rejected. Omit it to leave an existing description untouched; send null or an empty string to clear one."
|
|
9351
|
+
},
|
|
9352
|
+
unredacted: {
|
|
9353
|
+
kind: "boolean",
|
|
9354
|
+
describe: "Opt the workspace secret out of redaction: its value then appears in plaintext in run logs, model-visible content, and files, including publicly shared log links. Workspace scope only — sending it for a personal secret is rejected. Omit it to leave the current setting untouched."
|
|
9351
9355
|
}
|
|
9352
9356
|
}
|
|
9353
9357
|
},
|