@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.
Files changed (3) hide show
  1. package/model.js +2 -2
  2. package/model.ts +2 -2
  3. 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]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "4.4.30",
4
+ "version": "4.4.31",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",