cyberdesk 2.2.13 → 2.2.14

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.
@@ -2988,7 +2988,7 @@ export type GetUsageAggregateV1UsageAggregateGetData = {
2988
2988
  */
2989
2989
  from_date: string;
2990
2990
  /**
2991
- * End of period (inclusive, ISO format)
2991
+ * End of period (exclusive, ISO format)
2992
2992
  */
2993
2993
  to_date: string;
2994
2994
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyberdesk",
3
- "version": "2.2.13",
3
+ "version": "2.2.14",
4
4
  "description": "The official TypeScript SDK for Cyberdesk",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",