@bigfootai/bigfoot-types 4.9.6 → 4.9.8
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 +8 -7
- package/model.ts +12 -10
- package/package.json +1 -1
package/model.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.CredentialQL = exports.StandardObjectsQL = exports.ProviderResponseQL = exports.ProviderRequestQL = exports.ProviderInfoQL = 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.TenantSettingQL = 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.TagRecommendationType = exports.InviteStatus = exports.OrderByDirection = exports.SharingApproach = exports.StepStatus = exports.TaskStatus = exports.TaskPriority = exports.AccessType = exports.SharingLevel = exports.ClientType = exports.ExportType = exports.TagType = exports.UpsertType = exports.RecommendationType = exports.BlockType = void 0;
|
4
|
-
exports.BlockProcessingRequest = exports.Block = exports.BlockFieldsForUpsert = exports.BlockFields = exports.Article = exports.ArticleQL = exports.Person = exports.Organization = exports.Domain = exports.DomainQL = exports.Tenant = exports.TenantQL = exports.Recommendation = exports.RecommendationQL = exports.ShareRecommendationQL = exports.UpsertRecommendationQL = exports.ConnectRecommendationQL = exports.TenantLight = exports.TenantLightQL = exports.TagRecommendationQL = exports.Tag = exports.TagQL = exports.TagFieldsJustSharing = exports.TagFieldsWithoutSharing = exports.Provider = exports.ProviderQL = exports.ProviderApplicationQL = exports.
|
4
|
+
exports.BlockProcessingRequest = exports.Block = exports.BlockFieldsForUpsert = exports.BlockFields = exports.Article = exports.ArticleQL = exports.Person = exports.Organization = exports.Domain = exports.DomainQL = exports.Tenant = exports.TenantQL = exports.Recommendation = exports.RecommendationQL = exports.ShareRecommendationQL = exports.UpsertRecommendationQL = exports.ConnectRecommendationQL = exports.TenantLight = exports.TenantLightQL = exports.TagRecommendationQL = exports.Tag = exports.TagQL = exports.TagFieldsJustSharing = exports.TagFieldsWithoutSharing = exports.Provider = exports.ProviderQL = exports.ProviderApplicationQL = exports.DashboardTagSubscriptionQL = exports.Sync = exports.SyncQL = exports.Search = exports.SearchQL = exports.Folder = exports.FolderQL = exports.Metadata = exports.MetadataQL = exports.MetadataFields = exports.SharedPrimitive = exports.SharedPrimitiveFieldsForUpsert = exports.SharedPrimitiveFields = exports.Primitive = exports.PrimitiveFieldsForUpsert = exports.PrimitiveFields = exports.PersonReferenceQL = exports.PersonReferenceFields = exports.ChangesQL = exports.ChangesInputQL = exports.ReferenceBlockQL = exports.ReferenceBlockInputQL = exports.ConnectedProviderQL = void 0;
|
5
5
|
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.DashboardMetadata = exports.DashboardMetadataQL = exports.DocumentMetadata = exports.DocumentMetadataQL = exports.BlockDescriptionQL = exports.Website = exports.WebsiteQL = exports.Dashboard = exports.DashboardQL = exports.BlockDataQL = 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.TaskFieldsForUpsert = exports.TaskFields = exports.Note = exports.NoteQL = exports.BusinessObject = exports.BusinessObjectQL = exports.BusinessObjectFields = exports.BusinessObjectIngestionRequest = exports.History = exports.BlockProcessingResponse = void 0;
|
6
6
|
exports.GraphQLTypes = exports.UpdateTagSharingInputQL = 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 = 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.FindRecordInputQL = exports.Table = void 0;
|
7
7
|
const uuid_1 = require("uuid");
|
@@ -574,9 +574,9 @@ class Sync extends Primitive {
|
|
574
574
|
}
|
575
575
|
}
|
576
576
|
exports.Sync = Sync;
|
577
|
-
exports.
|
578
|
-
type
|
579
|
-
|
577
|
+
exports.DashboardTagSubscriptionQL = `
|
578
|
+
type DashboardTagSubscription {
|
579
|
+
dashboardSubscriptions: [String]!
|
580
580
|
tagType: String!
|
581
581
|
}`;
|
582
582
|
exports.ProviderApplicationQL = `
|
@@ -589,7 +589,7 @@ type ProviderApplication {
|
|
589
589
|
linkSubscriptions: [String]
|
590
590
|
recordTypeSubscriptions: [String]
|
591
591
|
documentTypeSubscriptions: [String]
|
592
|
-
|
592
|
+
dashboardTagSubscriptions: [DashboardTagSubscription]
|
593
593
|
authentication: Boolean!
|
594
594
|
}`;
|
595
595
|
exports.ProviderQL = `
|
@@ -1105,9 +1105,10 @@ exports.Document = Document;
|
|
1105
1105
|
//// DASHBOARD START
|
1106
1106
|
exports.BlockDataQL = `
|
1107
1107
|
type BlockData {
|
1108
|
+
name: String!
|
1109
|
+
blockType: String!
|
1108
1110
|
title: String
|
1109
1111
|
document: String
|
1110
|
-
blockType: String!
|
1111
1112
|
metadataType: String
|
1112
1113
|
}`;
|
1113
1114
|
exports.DashboardQL = `
|
@@ -1605,7 +1606,7 @@ ${exports.MetadataQL}
|
|
1605
1606
|
${exports.FolderQL}
|
1606
1607
|
${exports.SearchQL}
|
1607
1608
|
${exports.SyncQL}
|
1608
|
-
${exports.
|
1609
|
+
${exports.DashboardTagSubscriptionQL}
|
1609
1610
|
${exports.ProviderApplicationQL}
|
1610
1611
|
${exports.ProviderQL}
|
1611
1612
|
${exports.TagQL}
|
package/model.ts
CHANGED
@@ -839,13 +839,13 @@ export class Sync extends Primitive {
|
|
839
839
|
}
|
840
840
|
}
|
841
841
|
|
842
|
-
export const
|
843
|
-
type
|
844
|
-
|
842
|
+
export const DashboardTagSubscriptionQL = `
|
843
|
+
type DashboardTagSubscription {
|
844
|
+
dashboardSubscriptions: [String]!
|
845
845
|
tagType: String!
|
846
846
|
}`;
|
847
|
-
export interface
|
848
|
-
|
847
|
+
export interface DashboardTagSubscription {
|
848
|
+
dashboardSubscriptions: string[];
|
849
849
|
tagType: TagType;
|
850
850
|
}
|
851
851
|
|
@@ -859,7 +859,7 @@ type ProviderApplication {
|
|
859
859
|
linkSubscriptions: [String]
|
860
860
|
recordTypeSubscriptions: [String]
|
861
861
|
documentTypeSubscriptions: [String]
|
862
|
-
|
862
|
+
dashboardTagSubscriptions: [DashboardTagSubscription]
|
863
863
|
authentication: Boolean!
|
864
864
|
}`;
|
865
865
|
export interface ProviderApplication {
|
@@ -871,7 +871,7 @@ export interface ProviderApplication {
|
|
871
871
|
linkSubscriptions?: string[];
|
872
872
|
recordTypeSubscriptions?: string[];
|
873
873
|
documentTypeSubscriptions?: string[];
|
874
|
-
|
874
|
+
dashboardTagSubscriptions?: DashboardTagSubscription[];
|
875
875
|
authentication: boolean;
|
876
876
|
}
|
877
877
|
|
@@ -1922,15 +1922,17 @@ export class Document extends BusinessObject {
|
|
1922
1922
|
//// DASHBOARD START
|
1923
1923
|
export const BlockDataQL = `
|
1924
1924
|
type BlockData {
|
1925
|
+
name: String!
|
1926
|
+
blockType: String!
|
1925
1927
|
title: String
|
1926
1928
|
document: String
|
1927
|
-
blockType: String!
|
1928
1929
|
metadataType: String
|
1929
1930
|
}`;
|
1930
1931
|
export interface BlockData {
|
1932
|
+
name: string;
|
1933
|
+
blockType: BlockType;
|
1931
1934
|
title?: string;
|
1932
1935
|
document?: string;
|
1933
|
-
blockType: BlockType;
|
1934
1936
|
metadataType?: string;
|
1935
1937
|
}
|
1936
1938
|
|
@@ -2895,7 +2897,7 @@ ${MetadataQL}
|
|
2895
2897
|
${FolderQL}
|
2896
2898
|
${SearchQL}
|
2897
2899
|
${SyncQL}
|
2898
|
-
${
|
2900
|
+
${DashboardTagSubscriptionQL}
|
2899
2901
|
${ProviderApplicationQL}
|
2900
2902
|
${ProviderQL}
|
2901
2903
|
${TagQL}
|