@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.
- package/api.ts +6 -0
- 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>}
|