pyrus-api 3.4.0 → 3.5.0

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.
@@ -1006,6 +1006,10 @@ declare module "pyrus-api" {
1006
1006
  include_archived?: "y";
1007
1007
  modified_before?: Date;
1008
1008
  modified_after?: Date;
1009
+ created_before?: Date;
1010
+ created_after?: Date;
1011
+ closed_before?: Date;
1012
+ closed_after?: Date;
1009
1013
  /**
1010
1014
  * @remarks
1011
1015
  * Default: 200
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pyrus-api",
3
3
  "description": "Pyrus API client for TypeScript",
4
- "version": "3.4.0",
4
+ "version": "3.5.0",
5
5
  "author": {
6
6
  "name": "Pyrus",
7
7
  "email": "contact@pyrus.com"