@bigfootai/bigfoot-types 4.7.30 → 4.7.32
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 +10 -2
- package/model.ts +14 -0
- package/package.json +1 -1
package/model.js
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.ConnectedProviderQL = exports.CredentialQL = exports.StandardObjectsQL = exports.ProviderResponseQL = exports.ProviderRequestQL = exports.ProviderInfoQL = exports.DateEntityEntryQL = exports.EntityEntryQL = exports.EntityEntryFields = exports.RelationEntryQL = exports.ArgumentEntryQL = exports.EntityReferenceQL = exports.DocumentSentimentQL = exports.TaskStepQL = exports.TaskStepInputQL = exports.ReactionQL = exports.ReactionSkinToneQL = exports.BusinessObjectLinkQL = exports.BusinessObjectLinkInputQL = exports.SharingTenantQL = exports.SharingDomainQL = exports.SharingTagQL = exports.SharingTagInputQL = exports.InviteSharingTagInputQL = exports.EditorQL = exports.EditorInputQL = exports.HighlightQL = exports.RelationType = exports.EntityType = exports.RecordType = exports.ThumbsDirection = exports.ProcessingStage = exports.MutationType = exports.MarkType = exports.DocumentType = exports.RecurrenceRFC = exports.TagRecommendationVariation = exports.TagRecommendationType = exports.InviteStatus = exports.OrderByDirection = exports.SharingApproach = exports.StepStatus = exports.TaskStatus = exports.TaskPriority = exports.SharingLevel = exports.ClientType = exports.TagType = exports.UpsertType = exports.RecommendationType = exports.BlockType = void 0;
|
4
4
|
exports.NoteQL = exports.BusinessObject = exports.BusinessObjectQL = exports.BusinessObjectFields = exports.BusinessObjectIngestionRequest = exports.History = exports.BlockProcessingResponse = exports.BlockProcessingRequest = exports.Block = exports.BlockFields = exports.Article = exports.ArticleQL = exports.Person = exports.Organization = exports.Domain = exports.DomainQL = exports.Tenant = exports.TenantQL = exports.Recommendation = exports.RecommendationQL = exports.UpsertRecommendationQL = exports.ConnectRecommendationQL = exports.TagRecommendationQL = exports.Tag = exports.TagQL = exports.TagFieldsJustSharing = exports.TagFieldsWithoutSharing = exports.Provider = exports.ProviderQL = exports.ProviderApplicationQL = exports.BusinessObjectLinkingToTagQL = exports.Sync = exports.SyncQL = exports.Search = exports.SearchQL = exports.Folder = exports.FolderQL = exports.Metadata = exports.MetadataQL = exports.MetadataFields = exports.SharedPrimitive = exports.SharedPrimitiveFields = exports.Primitive = exports.PrimitiveFields = exports.PersonReferenceQL = exports.PersonReferenceFields = exports.ChangesQL = exports.ChangesInputQL = exports.ReferenceBlockQL = exports.ReferenceBlockInputQL = void 0;
|
5
|
-
exports.
|
6
|
-
exports.GraphQLTypes = exports.SearchInputQL = exports.SearchTagsInputQL = exports.ArchiveSearchOutputQL = exports.ArchiveSearchInputQL = exports.FindSearchesInputQL = exports.FindSearchInputQL = exports.UpsertSearchInputQL = exports.ArchiveFolderOutputQL = exports.ArchiveFolderInputQL = exports.FindFoldersInputQL = exports.FindFolderInputQL = exports.UpsertFolderInputQL = exports.ArchiveTaskOutputQL = exports.ArchiveTaskInputQL = exports.FindTasksInputQL = exports.FindTaskInputQL = exports.UpdateTaskInputQL = exports.DeleteSharingTagInputQL = exports.SetSharingTagInputQL = exports.MergeTagInputQL = exports.ArchiveTagOutputQL = exports.ArchiveTagInputQL = exports.FindTagsInputQL = exports.FindTagInputQL = exports.UpsertTagInputQL = exports.SharingTenantInputQL = exports.SharingDomainInputQL = exports.FindSyncInputQL = exports.FindProviderInputQL = exports.ArchiveRecommendationOutputQL = exports.ArchiveRecommendationInputQL = void 0;
|
5
|
+
exports.ArchiveNoteOutputQL = exports.ArchiveNoteInputQL = exports.FindNotesInputQL = exports.FindNoteInputQL = exports.UpsertNoteInputQL = exports.FindDocumentInputQL = exports.FindEventInputQL = exports.FindCalendarInputQL = exports.FindArticlesInputQL = exports.FindArticleInputQL = exports.FindDomainInputQL = exports.FindTenantInputQL = exports.Table = exports.TableQL = exports.Record = exports.RecordQL = exports.TableMetadata = exports.TableMetadataQL = exports.FieldValueQL = exports.FieldQL = exports.OptionQL = exports.FieldVariation = exports.FieldType = exports.Template = exports.TemplateQL = exports.DocumentMetadata = exports.DocumentMetadataQL = exports.BlockDescriptionQL = exports.Website = exports.WebsiteQL = exports.Document = exports.DocumentQL = exports.Thread = exports.Todo = exports.Calendar = exports.CalendarQL = exports.Event = exports.EventQL = exports.PersonAcceptanceQL = exports.ResponseStatus = exports.EventStatus = exports.Conference = exports.ConferenceQL = exports.ConferenceEntrypointQL = exports.TranscriptionQL = exports.TranscriptionEntryQL = exports.Task = exports.TaskQL = exports.TaskFields = exports.Note = void 0;
|
6
|
+
exports.GraphQLTypes = exports.SearchInputQL = exports.SearchTagsInputQL = exports.ArchiveSearchOutputQL = exports.ArchiveSearchInputQL = exports.FindSearchesInputQL = exports.FindSearchInputQL = exports.UpsertSearchInputQL = exports.ArchiveFolderOutputQL = exports.ArchiveFolderInputQL = exports.FindFoldersInputQL = exports.FindFolderInputQL = exports.UpsertFolderInputQL = exports.ArchiveTaskOutputQL = exports.ArchiveTaskInputQL = exports.FindTasksInputQL = exports.FindTaskInputQL = exports.UpdateTaskInputQL = exports.DeleteSharingTagInputQL = exports.SetSharingTagInputQL = exports.MergeTagInputQL = exports.ArchiveTagOutputQL = exports.ArchiveTagInputQL = exports.FindTagsInputQL = exports.FindTagInputQL = exports.UpsertTagInputQL = exports.SharingTenantInputQL = exports.SharingDomainInputQL = exports.FindSyncInputQL = exports.FindProviderInputQL = exports.ArchiveRecommendationOutputQL = exports.ArchiveRecommendationInputQL = exports.UpdateRecommendationInputQL = void 0;
|
7
7
|
const uuid_1 = require("uuid");
|
8
8
|
/*
|
9
9
|
These are the core primitives of our model. These represent the entities that show
|
@@ -292,6 +292,7 @@ type SharingTenant {
|
|
292
292
|
}`;
|
293
293
|
exports.BusinessObjectLinkInputQL = `
|
294
294
|
input BusinessObjectLinkInput {
|
295
|
+
id: String
|
295
296
|
url: String
|
296
297
|
provider: String
|
297
298
|
metadataType: String
|
@@ -300,6 +301,7 @@ input BusinessObjectLinkInput {
|
|
300
301
|
}`;
|
301
302
|
exports.BusinessObjectLinkQL = `
|
302
303
|
type BusinessObjectLink {
|
304
|
+
id: String
|
303
305
|
url: String
|
304
306
|
provider: String
|
305
307
|
metadataType: String
|
@@ -1194,6 +1196,11 @@ exports.FindEventInputQL = `
|
|
1194
1196
|
input FindEventInput {
|
1195
1197
|
_id: String!
|
1196
1198
|
}`;
|
1199
|
+
exports.FindDocumentInputQL = `
|
1200
|
+
input FindDocumentInput {
|
1201
|
+
_id: String!
|
1202
|
+
archived: Boolean
|
1203
|
+
}`;
|
1197
1204
|
exports.UpsertNoteInputQL = `
|
1198
1205
|
input UpsertNoteInput {
|
1199
1206
|
_id: String
|
@@ -1540,6 +1547,7 @@ ${exports.FindArticlesInputQL}
|
|
1540
1547
|
${exports.FindCalendarInputQL}
|
1541
1548
|
${exports.FindEventInputQL}
|
1542
1549
|
${exports.UpsertNoteInputQL}
|
1550
|
+
${exports.FindDocumentInputQL}
|
1543
1551
|
${exports.FindNoteInputQL}
|
1544
1552
|
${exports.FindNotesInputQL}
|
1545
1553
|
${exports.ArchiveNoteInputQL}
|
package/model.ts
CHANGED
@@ -340,6 +340,7 @@ export interface SharingTenant {
|
|
340
340
|
|
341
341
|
export const BusinessObjectLinkInputQL = `
|
342
342
|
input BusinessObjectLinkInput {
|
343
|
+
id: String
|
343
344
|
url: String
|
344
345
|
provider: String
|
345
346
|
metadataType: String
|
@@ -348,6 +349,7 @@ input BusinessObjectLinkInput {
|
|
348
349
|
}`;
|
349
350
|
export const BusinessObjectLinkQL = `
|
350
351
|
type BusinessObjectLink {
|
352
|
+
id: String
|
351
353
|
url: String
|
352
354
|
provider: String
|
353
355
|
metadataType: String
|
@@ -358,6 +360,7 @@ export interface BusinessObjectLink {
|
|
358
360
|
url?: string;
|
359
361
|
provider?: string;
|
360
362
|
metadataType?: string;
|
363
|
+
id?: string;
|
361
364
|
blockType?: BlockType;
|
362
365
|
_compound?: string;
|
363
366
|
}
|
@@ -2162,6 +2165,16 @@ export interface FindEventInput {
|
|
2162
2165
|
_id: string;
|
2163
2166
|
}
|
2164
2167
|
|
2168
|
+
export const FindDocumentInputQL = `
|
2169
|
+
input FindDocumentInput {
|
2170
|
+
_id: String!
|
2171
|
+
archived: Boolean
|
2172
|
+
}`;
|
2173
|
+
export interface FindDocumentInput {
|
2174
|
+
_id: string;
|
2175
|
+
archived?: boolean;
|
2176
|
+
}
|
2177
|
+
|
2165
2178
|
export const UpsertNoteInputQL = `
|
2166
2179
|
input UpsertNoteInput {
|
2167
2180
|
_id: String
|
@@ -2750,6 +2763,7 @@ ${FindArticlesInputQL}
|
|
2750
2763
|
${FindCalendarInputQL}
|
2751
2764
|
${FindEventInputQL}
|
2752
2765
|
${UpsertNoteInputQL}
|
2766
|
+
${FindDocumentInputQL}
|
2753
2767
|
${FindNoteInputQL}
|
2754
2768
|
${FindNotesInputQL}
|
2755
2769
|
${ArchiveNoteInputQL}
|