@bigfootai/bigfoot-types 4.9.6 → 4.9.7
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 +6 -6
- package/model.ts +8 -8
- 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 = `
|
@@ -1605,7 +1605,7 @@ ${exports.MetadataQL}
|
|
1605
1605
|
${exports.FolderQL}
|
1606
1606
|
${exports.SearchQL}
|
1607
1607
|
${exports.SyncQL}
|
1608
|
-
${exports.
|
1608
|
+
${exports.DashboardTagSubscriptionQL}
|
1609
1609
|
${exports.ProviderApplicationQL}
|
1610
1610
|
${exports.ProviderQL}
|
1611
1611
|
${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
|
|
@@ -2895,7 +2895,7 @@ ${MetadataQL}
|
|
2895
2895
|
${FolderQL}
|
2896
2896
|
${SearchQL}
|
2897
2897
|
${SyncQL}
|
2898
|
-
${
|
2898
|
+
${DashboardTagSubscriptionQL}
|
2899
2899
|
${ProviderApplicationQL}
|
2900
2900
|
${ProviderQL}
|
2901
2901
|
${TagQL}
|