@bigfootai/bigfoot-types 4.8.14 → 4.8.16
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 -4
- package/model.ts +16 -3
- package/package.json +1 -1
package/model.js
CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
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
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
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;
|
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 = 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
|
@@ -1316,8 +1316,6 @@ input SharingDomainInput {
|
|
1316
1316
|
exports.SharingTenantInputQL = `
|
1317
1317
|
input SharingTenantInput {
|
1318
1318
|
tenantId: String!
|
1319
|
-
hasAutoShareNotesOn: Boolean
|
1320
|
-
hasAutoShareTasksOn: Boolean
|
1321
1319
|
sharingLevel: Int!
|
1322
1320
|
}`;
|
1323
1321
|
exports.UpsertTagInputQL = `
|
@@ -1519,6 +1517,12 @@ input SearchInput {
|
|
1519
1517
|
page: Int
|
1520
1518
|
size: Int
|
1521
1519
|
}`;
|
1520
|
+
exports.UpdateTagSharingInputQL = `
|
1521
|
+
input UpdateTagSharingInput {
|
1522
|
+
_id: String!
|
1523
|
+
emailDomain: Boolean
|
1524
|
+
sharingTenants: [SharingTenantInput]
|
1525
|
+
}`;
|
1522
1526
|
// THE GRAPH QL DEFINITIONS
|
1523
1527
|
exports.GraphQLTypes = `
|
1524
1528
|
${exports.HighlightQL}
|
@@ -1528,6 +1532,7 @@ ${exports.InviteSharingTagInputQL}
|
|
1528
1532
|
${exports.SharingTagInputQL}
|
1529
1533
|
${exports.SharingTagQL}
|
1530
1534
|
${exports.SharingDomainQL}
|
1535
|
+
${exports.TenantSettingQL}
|
1531
1536
|
${exports.SharingTenantQL}
|
1532
1537
|
${exports.BusinessObjectLinkInputQL}
|
1533
1538
|
${exports.BusinessObjectLinkQL}
|
@@ -1632,4 +1637,5 @@ ${exports.FindSearchesInputQL}
|
|
1632
1637
|
${exports.ArchiveSearchInputQL}
|
1633
1638
|
${exports.ArchiveSearchOutputQL}
|
1634
1639
|
${exports.SearchTagsInputQL}
|
1635
|
-
${exports.SearchInputQL}
|
1640
|
+
${exports.SearchInputQL}
|
1641
|
+
${exports.UpdateTagSharingInputQL}`;
|
package/model.ts
CHANGED
@@ -329,6 +329,7 @@ type TenantSetting {
|
|
329
329
|
businessObjects: [BusinessObjectLink]
|
330
330
|
}`;
|
331
331
|
export interface TenantSetting {
|
332
|
+
tenantId: string;
|
332
333
|
favorite: boolean;
|
333
334
|
hasAutoShareNotesOn: boolean;
|
334
335
|
hasAutoShareTasksOn: boolean;
|
@@ -2366,8 +2367,6 @@ input SharingDomainInput {
|
|
2366
2367
|
export const SharingTenantInputQL = `
|
2367
2368
|
input SharingTenantInput {
|
2368
2369
|
tenantId: String!
|
2369
|
-
hasAutoShareNotesOn: Boolean
|
2370
|
-
hasAutoShareTasksOn: Boolean
|
2371
2370
|
sharingLevel: Int!
|
2372
2371
|
}`;
|
2373
2372
|
export const UpsertTagInputQL = `
|
@@ -2752,6 +2751,18 @@ export interface SearchInput {
|
|
2752
2751
|
size?: number;
|
2753
2752
|
}
|
2754
2753
|
|
2754
|
+
export const UpdateTagSharingInputQL = `
|
2755
|
+
input UpdateTagSharingInput {
|
2756
|
+
_id: String!
|
2757
|
+
emailDomain: Boolean
|
2758
|
+
sharingTenants: [SharingTenantInput]
|
2759
|
+
}`;
|
2760
|
+
export interface UpdateTagSharingInput {
|
2761
|
+
_id: string;
|
2762
|
+
emailDomain?: boolean;
|
2763
|
+
sharingTenants?: SharingTenant[];
|
2764
|
+
}
|
2765
|
+
|
2755
2766
|
// THE GRAPH QL DEFINITIONS
|
2756
2767
|
export const GraphQLTypes = `
|
2757
2768
|
${HighlightQL}
|
@@ -2761,6 +2772,7 @@ ${InviteSharingTagInputQL}
|
|
2761
2772
|
${SharingTagInputQL}
|
2762
2773
|
${SharingTagQL}
|
2763
2774
|
${SharingDomainQL}
|
2775
|
+
${TenantSettingQL}
|
2764
2776
|
${SharingTenantQL}
|
2765
2777
|
${BusinessObjectLinkInputQL}
|
2766
2778
|
${BusinessObjectLinkQL}
|
@@ -2865,4 +2877,5 @@ ${FindSearchesInputQL}
|
|
2865
2877
|
${ArchiveSearchInputQL}
|
2866
2878
|
${ArchiveSearchOutputQL}
|
2867
2879
|
${SearchTagsInputQL}
|
2868
|
-
${SearchInputQL}
|
2880
|
+
${SearchInputQL}
|
2881
|
+
${UpdateTagSharingInputQL}`;
|