@bigfootai/bigfoot-types 5.0.10 → 5.0.11

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 +0 -1
  2. package/model.ts +0 -2
  3. package/package.json +1 -1
package/model.js CHANGED
@@ -1304,7 +1304,6 @@ input UpsertNoteInput {
1304
1304
  _id: String
1305
1305
  document: String
1306
1306
  editor: EditorInput!
1307
- version: Float
1308
1307
  sharingTags: [SharingTagInput]
1309
1308
  favorite: Boolean
1310
1309
  }`;
package/model.ts CHANGED
@@ -2305,7 +2305,6 @@ input UpsertNoteInput {
2305
2305
  _id: String
2306
2306
  document: String
2307
2307
  editor: EditorInput!
2308
- version: Float
2309
2308
  sharingTags: [SharingTagInput]
2310
2309
  favorite: Boolean
2311
2310
  }`;
@@ -2313,7 +2312,6 @@ export interface UpsertNoteInput {
2313
2312
  _id?: string;
2314
2313
  document?: string;
2315
2314
  editor: Editor;
2316
- version?: number;
2317
2315
  sharingTags?: SharingTag[];
2318
2316
  favorite?: boolean;
2319
2317
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "5.0.10",
4
+ "version": "5.0.11",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",