addedInput schema / additionalProperties
Added value: +false
changedInput schema / properties / dry_run / description
Previous value: -"Default true: the first call always previews blast radius and returns a commit_token."New value: +"Default true: preview affected records and return a commit_token. Explicit false applies immediately; prefer preview then commit_token for agent workflows."
changedInput schema / properties / op / description
Previous value: -"Namespaced by noun: the noun fixes what `where` selects (sources.* select sources, entries.* select entries, collections.* select one collection)."New value: +"sources.* use where.source or where.collection, never entry filters. entries.* use the full where predicate. collections.rename/delete select one where.collection; collections.create uses set.name."
changedInput schema / properties / set / additionalProperties
Previous value: -{}New value: +false
changedInput schema / properties / set / properties / collection / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "default": 0,
- "type": "string"
- },
- {
- "maximum": 9007199254740991,
- "minimum": 1,
- "type": "integer"
- }
- ]
- },
- {
- "type": "string"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "minLength": 1,
+ "type": "string"
+ }
+]
addedInput schema / properties / set / properties / collection / description
Added value: +"Required for sources.move: destination collection id or name."
addedInput schema / properties / set / properties / name / description
Added value: +"Required for collections.create and collections.rename: the collection name."
addedInput schema / properties / set / properties / title / description
Added value: +"Required for sources.rename: the new source title."
changedInput schema / properties / where / description
Previous value: -"Selection predicate shared by every feeds operation. All fields AND together; omit a field to not filter on it."New value: +"Entry selection predicate: fields AND together; omit a field to not filter on it. Source queries/mutations accept only collection and source; use query having for source-health filters."
changedInput schema / properties / where / properties / collection / items / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "default": 0,
- "type": "string"
- },
- {
- "maximum": 9007199254740991,
- "minimum": 1,
- "type": "integer"
- }
- ]
- },
- {
- "maxLength": 100,
- "minLength": 1,
- "type": "string"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "maxLength": 100,
+ "minLength": 1,
+ "type": "string"
+ }
+]
addedInput schema / properties / where / properties / collection / minItems
Added value: +1
changedInput schema / properties / where / properties / source / properties / exclude / items / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "default": 0,
- "type": "string"
- },
- {
- "maximum": 9007199254740991,
- "minimum": 1,
- "type": "integer"
- }
- ]
- },
- {
- "maxLength": 500,
- "minLength": 1,
- "type": "string"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "maxLength": 500,
+ "minLength": 1,
+ "type": "string"
+ }
+]
addedInput schema / properties / where / properties / source / properties / exclude / minItems
Added value: +1
changedInput schema / properties / where / properties / source / properties / include / items / anyOf
Previous value: -[
- {
- "anyOf": [
- {
- "default": 0,
- "type": "string"
- },
- {
- "maximum": 9007199254740991,
- "minimum": 1,
- "type": "integer"
- }
- ]
- },
- {
- "maxLength": 500,
- "minLength": 1,
- "type": "string"
- }
-]New value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "maxLength": 500,
+ "minLength": 1,
+ "type": "string"
+ }
+]
addedInput schema / properties / where / properties / source / properties / include / minItems
Added value: +1