addedOutput schema / properties / account
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "namespace": {
+ "type": "string"
+ },
+ "profileId": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "profileId",
+ "namespace"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / approvalMode
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / features / properties / persistentState
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / features / properties / reusableHttpBroker
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / features / properties / sharedRateLimiter
Added value: +{
+ "type": "boolean"
+}
changedOutput schema / properties / features / required
Previous value: -[
- "dryRun",
- "idempotency",
- "confirmation",
- "hardConfirmation",
- "fileUploads",
- "sensitiveAuthTools"
-]New value: +[
+ "dryRun",
+ "idempotency",
+ "confirmation",
+ "hardConfirmation",
+ "fileUploads",
+ "sensitiveAuthTools",
+ "persistentState",
+ "sharedRateLimiter",
+ "reusableHttpBroker"
+]
addedOutput schema / properties / moneyUnits
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "bbip": {
+ "type": "string"
+ },
+ "default": {
+ "type": "string"
+ },
+ "wallet": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "default",
+ "bbip",
+ "wallet"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / schemaHash
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / tools
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "available": {
+ "type": "boolean"
+ },
+ "domain": {
+ "type": "string"
+ },
+ "environment": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "requiredScopes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "risk": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "domain",
+ "risk",
+ "environment",
+ "available",
+ "requiredScopes"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
changedOutput schema / required
Previous value: -[
- "name",
- "version",
- "mode",
- "allowToolsCount",
- "denyToolsCount",
- "features",
- "confirmationMode",
- "dryRunDefault",
- "idempotencyTtlSec"
-]New value: +[
+ "name",
+ "version",
+ "schemaHash",
+ "mode",
+ "allowToolsCount",
+ "denyToolsCount",
+ "features",
+ "confirmationMode",
+ "approvalMode",
+ "dryRunDefault",
+ "idempotencyTtlSec",
+ "account",
+ "tools",
+ "moneyUnits"
+]