@bigfootai/bigfoot-types 4.8.13 → 4.8.15
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 +12 -8
- package/model.ts +17 -9
- package/package.json +1 -1
package/model.js
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
exports.
|
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 = exports.UpdateRecommendationInputQL = exports.ArchiveNoteOutputQL = exports.ArchiveNoteInputQL = exports.FindNotesInputQL = exports.FindNoteInputQL = exports.UpsertNoteInputQL = exports.FindDocumentInputQL = void 0;
|
3
|
+
exports.ConnectedProviderQL = 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.TagType = exports.UpsertType = exports.RecommendationType = exports.BlockType = void 0;
|
4
|
+
exports.BlockProcessingResponse = 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.BusinessObjectLinkingToTagQL = 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 = void 0;
|
5
|
+
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.TaskFieldsForUpsert = exports.TaskFields = exports.Note = exports.NoteQL = exports.BusinessObject = exports.BusinessObjectQL = exports.BusinessObjectFields = exports.BusinessObjectIngestionRequest = exports.History = 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 = exports.ArchiveNoteOutputQL = exports.ArchiveNoteInputQL = exports.FindNotesInputQL = exports.FindNoteInputQL = exports.UpsertNoteInputQL = exports.FindDocumentInputQL = exports.FindEventInputQL = 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
|
@@ -283,15 +283,18 @@ type SharingDomain {
|
|
283
283
|
domainId: String!
|
284
284
|
sharingLevel: Int!
|
285
285
|
}`;
|
286
|
-
exports.
|
287
|
-
type
|
288
|
-
tenantId: String!
|
289
|
-
sharingLevel: Int!
|
286
|
+
exports.TenantSettingQL = `
|
287
|
+
type TenantSetting {
|
290
288
|
favorite: Boolean
|
291
289
|
hasAutoShareNotesOn: Boolean
|
292
290
|
hasAutoShareTasksOn: Boolean
|
293
291
|
businessObjects: [BusinessObjectLink]
|
294
292
|
}`;
|
293
|
+
exports.SharingTenantQL = `
|
294
|
+
type SharingTenant {
|
295
|
+
tenantId: String!
|
296
|
+
sharingLevel: Int!
|
297
|
+
}`;
|
295
298
|
exports.BusinessObjectLinkInputQL = `
|
296
299
|
input BusinessObjectLinkInput {
|
297
300
|
id: String
|
@@ -1525,6 +1528,7 @@ ${exports.InviteSharingTagInputQL}
|
|
1525
1528
|
${exports.SharingTagInputQL}
|
1526
1529
|
${exports.SharingTagQL}
|
1527
1530
|
${exports.SharingDomainQL}
|
1531
|
+
${exports.TenantSettingQL}
|
1528
1532
|
${exports.SharingTenantQL}
|
1529
1533
|
${exports.BusinessObjectLinkInputQL}
|
1530
1534
|
${exports.BusinessObjectLinkQL}
|
package/model.ts
CHANGED
@@ -321,23 +321,29 @@ export interface SharingDomain {
|
|
321
321
|
sharingLevel: SharingLevel; // Determines what domains can do with the tag beyond domain specific settings above
|
322
322
|
}
|
323
323
|
|
324
|
-
export const
|
325
|
-
type
|
326
|
-
tenantId: String!
|
327
|
-
sharingLevel: Int!
|
324
|
+
export const TenantSettingQL = `
|
325
|
+
type TenantSetting {
|
328
326
|
favorite: Boolean
|
329
327
|
hasAutoShareNotesOn: Boolean
|
330
328
|
hasAutoShareTasksOn: Boolean
|
331
329
|
businessObjects: [BusinessObjectLink]
|
332
330
|
}`;
|
331
|
+
export interface TenantSetting {
|
332
|
+
tenantId: string;
|
333
|
+
favorite: boolean;
|
334
|
+
hasAutoShareNotesOn: boolean;
|
335
|
+
hasAutoShareTasksOn: boolean;
|
336
|
+
businessObjects: BusinessObjectLink[];
|
337
|
+
}
|
338
|
+
|
339
|
+
export const SharingTenantQL = `
|
340
|
+
type SharingTenant {
|
341
|
+
tenantId: String!
|
342
|
+
sharingLevel: Int!
|
343
|
+
}`;
|
333
344
|
export interface SharingTenant {
|
334
345
|
tenantId: string;
|
335
|
-
favorite: boolean; // Indicates if the tag is a favorite for the tenant
|
336
|
-
hasAutoShareNotesOn: boolean; // Indicates if the tenant has auto sharing of notes switched on
|
337
|
-
hasAutoShareTasksOn: boolean; // Indicates if the tenant has auto sharing of tasks switched on
|
338
346
|
sharingLevel: SharingLevel; // Determines what tenants can do with the tag beyond tenant specific settings above
|
339
|
-
businessObjects?: BusinessObjectLink[]; // The business objects that are linked to the tag specific to the tenant
|
340
|
-
_savedSearchId?: string; // Used to help manage searches that are based on favoriting a tag
|
341
347
|
}
|
342
348
|
|
343
349
|
export const BusinessObjectLinkInputQL = `
|
@@ -933,6 +939,7 @@ export class Tag extends Primitive {
|
|
933
939
|
friendlyName?: string;
|
934
940
|
sharingDomains?: SharingDomain[]; // The domains this tag is shared with plus domain settings for the tag
|
935
941
|
sharingTenants?: SharingTenant[]; // The tenants this tag is shared with plus tenant settings for the tag
|
942
|
+
tenantSettings?: TenantSetting[]; // The settings for individual tenants
|
936
943
|
url?: string;
|
937
944
|
favicon?: string;
|
938
945
|
dbpedia?: string;
|
@@ -2755,6 +2762,7 @@ ${InviteSharingTagInputQL}
|
|
2755
2762
|
${SharingTagInputQL}
|
2756
2763
|
${SharingTagQL}
|
2757
2764
|
${SharingDomainQL}
|
2765
|
+
${TenantSettingQL}
|
2758
2766
|
${SharingTenantQL}
|
2759
2767
|
${BusinessObjectLinkInputQL}
|
2760
2768
|
${BusinessObjectLinkQL}
|