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