addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / calendar_invitees / anyOf
Added value: +[
+ {
+ "description": "Filter by invitee emails",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / calendar_invitees / description
Removed value: -"Filter by invitee emails"
removedInput schema / properties / calendar_invitees / items
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / calendar_invitees / type
Removed value: -"array"
addedInput schema / properties / calendar_invitees_domains / anyOf
Added value: +[
+ {
+ "description": "Filter by domains",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / calendar_invitees_domains / description
Removed value: -"Filter by domains"
removedInput schema / properties / calendar_invitees_domains / items
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / calendar_invitees_domains / type
Removed value: -"array"
addedInput schema / properties / created_after / anyOf
Added value: +[
+ {
+ "description": "ISO timestamp filter",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / created_after / description
Removed value: -"ISO timestamp filter"
removedInput schema / properties / created_after / type
Removed value: -"string"
addedInput schema / properties / created_before / anyOf
Added value: +[
+ {
+ "description": "ISO timestamp filter",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / created_before / description
Removed value: -"ISO timestamp filter"
removedInput schema / properties / created_before / type
Removed value: -"string"
addedInput schema / properties / cursor / anyOf
Added value: +[
+ {
+ "description": "Pagination cursor",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / cursor / description
Removed value: -"Pagination cursor"
removedInput schema / properties / cursor / type
Removed value: -"string"
addedInput schema / properties / include_action_items / anyOf
Added value: +[
+ {
+ "description": "Include action items",
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / include_action_items / description
Removed value: -"Include action items"
removedInput schema / properties / include_action_items / type
Removed value: -"boolean"
addedInput schema / properties / include_crm_matches / anyOf
Added value: +[
+ {
+ "description": "Include CRM matches",
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / include_crm_matches / description
Removed value: -"Include CRM matches"
removedInput schema / properties / include_crm_matches / type
Removed value: -"boolean"
addedInput schema / properties / recorded_by / anyOf
Added value: +[
+ {
+ "description": "Filter by recorder emails",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / recorded_by / description
Removed value: -"Filter by recorder emails"
removedInput schema / properties / recorded_by / items
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / recorded_by / type
Removed value: -"array"
addedInput schema / properties / teams / anyOf
Added value: +[
+ {
+ "description": "Filter by team names",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / teams / description
Removed value: -"Filter by team names"
removedInput schema / properties / teams / items
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / teams / type
Removed value: -"array"