@bigfootai/bigfoot-types 2.12.9 → 2.12.10

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 +1 -1
  2. package/model.ts +1 -1
  3. package/package.json +1 -1
package/model.js CHANGED
@@ -690,7 +690,7 @@ input InsertNoteInput {
690
690
  }`;
691
691
  exports.UpsertNoteInputQL = `
692
692
  input UpsertNoteInput {
693
- _id: String!
693
+ _id: String
694
694
  document: String!
695
695
  editor: EditorInput!
696
696
  version: Float!
package/model.ts CHANGED
@@ -1331,7 +1331,7 @@ export interface InsertNoteInput {
1331
1331
 
1332
1332
  export const UpsertNoteInputQL = `
1333
1333
  input UpsertNoteInput {
1334
- _id: String!
1334
+ _id: String
1335
1335
  document: String!
1336
1336
  editor: EditorInput!
1337
1337
  version: Float!
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "2.12.9",
4
+ "version": "2.12.10",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",