@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.
- package/model.js +0 -1
- package/model.ts +0 -2
- package/package.json +1 -1
package/model.js
CHANGED
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
|
}
|