@bigfootai/bigfoot-types 4.4.30 → 4.4.31
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/model.js +2 -2
- package/model.ts +2 -2
- package/package.json +1 -1
package/model.js
CHANGED
@@ -1129,8 +1129,8 @@ input UpdateTaskInput {
|
|
1129
1129
|
_id: String
|
1130
1130
|
editor: EditorInput!
|
1131
1131
|
status: Int!
|
1132
|
-
dateDue: Float
|
1133
|
-
snoozed: Boolean
|
1132
|
+
dateDue: Float
|
1133
|
+
snoozed: Boolean
|
1134
1134
|
steps: [TaskStepInput]
|
1135
1135
|
dateRemindMe: Float
|
1136
1136
|
recurrence: [String]
|
package/model.ts
CHANGED
@@ -2043,8 +2043,8 @@ input UpdateTaskInput {
|
|
2043
2043
|
_id: String
|
2044
2044
|
editor: EditorInput!
|
2045
2045
|
status: Int!
|
2046
|
-
dateDue: Float
|
2047
|
-
snoozed: Boolean
|
2046
|
+
dateDue: Float
|
2047
|
+
snoozed: Boolean
|
2048
2048
|
steps: [TaskStepInput]
|
2049
2049
|
dateRemindMe: Float
|
2050
2050
|
recurrence: [String]
|