@bigfootai/bigfoot-types 4.9.21 → 4.9.22

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
@@ -1288,7 +1288,6 @@ input FindRecordInput {
1288
1288
  }`;
1289
1289
  exports.FindRecordsInputQL = `
1290
1290
  input FindRecordsInput {
1291
- _id: String
1292
1291
  dashboardIds: [String]
1293
1292
  archived: Boolean
1294
1293
  }`;
package/model.ts CHANGED
@@ -2311,12 +2311,10 @@ export interface FindRecordInput {
2311
2311
 
2312
2312
  export const FindRecordsInputQL = `
2313
2313
  input FindRecordsInput {
2314
- _id: String
2315
2314
  dashboardIds: [String]
2316
2315
  archived: Boolean
2317
2316
  }`;
2318
2317
  export interface FindRecordsInput {
2319
- _id: string;
2320
2318
  dashboardIds?: string[];
2321
2319
  archived: boolean;
2322
2320
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "4.9.21",
4
+ "version": "4.9.22",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",