json/v1.0/client.json in sk_api_schema-0.2.4 vs json/v1.0/client.json in sk_api_schema-0.2.5

- old
+ new

@@ -197,16 +197,31 @@ "description": "Filter by a space delimited list of tags", "type":"string" }, "filter[created_at_from]":{ "title" : "From date", - "description": "All objects with a creation date after the date, including given datetime. ISO 8601 format YYY-MM-DDThh:mm:ss+z", + "description": "Objects with a creation date after the date, including given datetime. ISO 8601 format YYY-MM-DDThh:mm:ss+z", "type" : "date-time" }, "filter[created_at_to]":{ "title" : "To date", - "description": "All objects with a creation date before the date, including given datetime. ISO 8601 format YYY-MM-DDThh:mm:ss+z", + "description": "Objects with a creation date before the date, including given datetime. ISO 8601 format YYY-MM-DDThh:mm:ss+z", "type" : "date-time" + }, + "filter[birthday_from]":{ + "title" : "From birthday date", + "description": "Contacts with a birthday after and on the date. Leave the birthday-to date blank to only search on this day.", + "type" : "date" + }, + "filter[birthday_to]":{ + "title" : "To birthday date", + "description": "Contacts with a birthday date before and on the date.", + "type" : "date" + }, + "filter[creator_ids]":{ + "title" : "Creator", + "description": "Objects created by the given users uuids, comma separated", + "type" : "string" }, "filter[number]":{ "title" : "By number", "description": "Search by number where the number is matched from the start: %number", "type" : "date" \ No newline at end of file