ynab 4.4.0 → 4.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.
@@ -23,7 +23,7 @@ export interface ExistingCategory {
23
23
  */
24
24
  note?: string;
25
25
  /**
26
- *
26
+ * The id of the category group to which this category belongs. An internal category group may not be specified.
27
27
  * @type {string}
28
28
  * @memberof ExistingCategory
29
29
  */
@@ -23,7 +23,7 @@ export interface NewCategory {
23
23
  */
24
24
  note?: string;
25
25
  /**
26
- *
26
+ * The id of the category group to which this category belongs. An internal category group may not be specified.
27
27
  * @type {string}
28
28
  * @memberof NewCategory
29
29
  */
@@ -23,7 +23,7 @@ export interface SaveCategory {
23
23
  */
24
24
  note?: string | null;
25
25
  /**
26
- *
26
+ * The id of the category group to which this category belongs. An internal category group may not be specified.
27
27
  * @type {string}
28
28
  * @memberof SaveCategory
29
29
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ynab",
3
- "version": "4.4.0",
4
- "description": "Official JavaScript client for the YNAB API. API documentation available at https://api.ynab.com. Generated from server specification version 1.83.0",
3
+ "version": "4.5.0",
4
+ "description": "Official JavaScript client for the YNAB API. API documentation available at https://api.ynab.com. Generated from server specification version 1.85.0",
5
5
  "author": "YNAB",
6
6
  "email": "api@ynab.com",
7
7
  "url": "https://api.ynab.com",