@gooday_corp/gooday-api-client 1.1.62-alpha → 1.2.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.
Files changed (2) hide show
  1. package/api.ts +6 -0
  2. package/package.json +1 -1
package/api.ts CHANGED
@@ -3564,6 +3564,12 @@ export interface TodoEntity {
3564
3564
  * @memberof TodoEntity
3565
3565
  */
3566
3566
  'name': string;
3567
+ /**
3568
+ * Todo Type
3569
+ * @type {string}
3570
+ * @memberof TodoEntity
3571
+ */
3572
+ 'type': string;
3567
3573
  /**
3568
3574
  * List of collaborators for the todo
3569
3575
  * @type {Array<string>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "1.1.62-alpha",
3
+ "version": "1.2.0",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},