cityworks 2.1.0 → 2.1.2

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.
package/dist/query.d.ts CHANGED
@@ -83,7 +83,7 @@ export declare class Query {
83
83
  * @param {Object} options - Other options. See: /{subdirectory}/apidocs/#/service-info/General/Query
84
84
  * @return {Object} Returns Promise object that represents a list of Objects
85
85
  */
86
- run(query: string, options?: {
86
+ run(query: string | number, options?: {
87
87
  QueryValue?: string;
88
88
  Page?: number;
89
89
  PageSize?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cityworks",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "A Cityworks API wrapper",
5
5
  "main": "dist/index.js",
6
6
  "umd:main": "dist/index.umd.js",