@bigfootai/bigfoot-types 5.2.0 → 5.2.2
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/metadata/tables/case.js +2 -0
- package/metadata/tables/case.ts +2 -0
- package/metadata/tables/issue.js +2 -0
- package/metadata/tables/issue.ts +2 -0
- package/metadata/tables/opportunity.js +1 -0
- package/metadata/tables/opportunity.ts +1 -0
- package/model.js +10 -6
- package/model.ts +17 -8
- package/package.json +1 -1
package/metadata/tables/case.js
CHANGED
@@ -107,6 +107,7 @@ exports.Case = {
|
|
107
107
|
name: 'Contact.Name',
|
108
108
|
description: 'Name of the contact associated with this case.',
|
109
109
|
tagType: model_1.TagType.Person,
|
110
|
+
tagSubType: 'contact',
|
110
111
|
fieldType: model_1.FieldType.Lookup,
|
111
112
|
readOnly: false,
|
112
113
|
important: true,
|
@@ -117,6 +118,7 @@ exports.Case = {
|
|
117
118
|
name: 'Owner.Name',
|
118
119
|
description: 'Name of the User who has been assigned to work on this case.',
|
119
120
|
tagType: model_1.TagType.Person,
|
121
|
+
tagSubType: 'user',
|
120
122
|
fieldType: model_1.FieldType.Lookup,
|
121
123
|
readOnly: false,
|
122
124
|
important: true,
|
package/metadata/tables/case.ts
CHANGED
@@ -113,6 +113,7 @@ export const Case: TableMetadata = {
|
|
113
113
|
name: 'Contact.Name',
|
114
114
|
description: 'Name of the contact associated with this case.',
|
115
115
|
tagType: TagType.Person,
|
116
|
+
tagSubType: 'contact',
|
116
117
|
fieldType: FieldType.Lookup,
|
117
118
|
readOnly: false,
|
118
119
|
important: true,
|
@@ -124,6 +125,7 @@ export const Case: TableMetadata = {
|
|
124
125
|
description:
|
125
126
|
'Name of the User who has been assigned to work on this case.',
|
126
127
|
tagType: TagType.Person,
|
128
|
+
tagSubType: 'user',
|
127
129
|
fieldType: FieldType.Lookup,
|
128
130
|
readOnly: false,
|
129
131
|
important: true,
|
package/metadata/tables/issue.js
CHANGED
@@ -118,6 +118,7 @@ exports.Issue = {
|
|
118
118
|
name: 'Contact.Name',
|
119
119
|
description: 'Name of the contact associated with this issue.',
|
120
120
|
tagType: model_1.TagType.Person,
|
121
|
+
tagSubType: 'contact',
|
121
122
|
fieldType: model_1.FieldType.Lookup,
|
122
123
|
readOnly: false,
|
123
124
|
important: true,
|
@@ -128,6 +129,7 @@ exports.Issue = {
|
|
128
129
|
name: 'Owner.Name',
|
129
130
|
description: 'Name of the User who has been assigned to work on this issue.',
|
130
131
|
tagType: model_1.TagType.Person,
|
132
|
+
tagSubType: 'user',
|
131
133
|
fieldType: model_1.FieldType.Lookup,
|
132
134
|
readOnly: false,
|
133
135
|
important: true,
|
package/metadata/tables/issue.ts
CHANGED
@@ -124,6 +124,7 @@ export const Issue: TableMetadata = {
|
|
124
124
|
name: 'Contact.Name',
|
125
125
|
description: 'Name of the contact associated with this issue.',
|
126
126
|
tagType: TagType.Person,
|
127
|
+
tagSubType: 'contact',
|
127
128
|
fieldType: FieldType.Lookup,
|
128
129
|
readOnly: false,
|
129
130
|
important: true,
|
@@ -135,6 +136,7 @@ export const Issue: TableMetadata = {
|
|
135
136
|
description:
|
136
137
|
'Name of the User who has been assigned to work on this issue.',
|
137
138
|
tagType: TagType.Person,
|
139
|
+
tagSubType: 'user',
|
138
140
|
fieldType: FieldType.Lookup,
|
139
141
|
readOnly: false,
|
140
142
|
important: true,
|
@@ -121,6 +121,7 @@ exports.Opportunity = {
|
|
121
121
|
name: 'Owner.Name',
|
122
122
|
description: 'Name of the User who has been assigned to work on this opportunity.',
|
123
123
|
tagType: model_1.TagType.Person,
|
124
|
+
tagSubType: 'user',
|
124
125
|
fieldType: model_1.FieldType.Lookup,
|
125
126
|
readOnly: false,
|
126
127
|
important: true,
|
@@ -127,6 +127,7 @@ export const Opportunity: TableMetadata = {
|
|
127
127
|
description:
|
128
128
|
'Name of the User who has been assigned to work on this opportunity.',
|
129
129
|
tagType: TagType.Person,
|
130
|
+
tagSubType: 'user',
|
130
131
|
fieldType: FieldType.Lookup,
|
131
132
|
readOnly: false,
|
132
133
|
important: true,
|
package/model.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
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.TaskStepQL = exports.TaskStepInputQL = exports.ExternalIdLinkQL = exports.ExternalIdLinkInputQL = 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.Person = exports.Organization = exports.Domain = exports.DomainQL = exports.Tenant = exports.TenantQL = exports.Recommendation = exports.RecommendationQL = exports.NotificationRecommendationQL = exports.ShareRecommendationQL = exports.UpsertRecommendationQL = exports.ConnectRecommendationQL = exports.TenantLight = exports.TenantLightQL = exports.TagRecommendationQL = exports.Tag = exports.TagQL = exports.TagFieldsJustSharing = exports.TagFieldsWithoutSharing = exports.GraphTagsInputQL = exports.GraphTagQL = exports.TagTypeQL = exports.Provider = exports.ProviderQL = exports.ProviderApplicationQL = exports.ExternalIdQL = exports.DashboardTagSubscriptionQL = exports.Sync = exports.SyncQL = exports.Search = exports.SearchQL = exports.Folder = exports.FolderQL = exports.History = exports.Metadata = exports.MetadataQL = exports.MetadataFields = exports.SharedPrimitive = exports.SharedPrimitiveFieldsForUpsert = exports.SharedPrimitiveFields = exports.Primitive = exports.PrimitiveFieldsForUpsert = exports.PrimitiveFields = exports.
|
4
|
+
exports.Person = exports.Organization = exports.Domain = exports.DomainQL = exports.Tenant = exports.TenantQL = exports.Recommendation = exports.RecommendationQL = exports.NotificationRecommendationQL = exports.ShareRecommendationQL = exports.UpsertRecommendationQL = exports.ConnectRecommendationQL = exports.TenantLight = exports.TenantLightQL = exports.TagRecommendationQL = exports.Tag = exports.TagQL = exports.TagFieldsJustSharing = exports.TagFieldsWithoutSharing = exports.GraphTagsInputQL = exports.GraphTagQL = exports.TagTypeQL = exports.Provider = exports.ProviderQL = exports.ProviderApplicationQL = exports.ExternalIdQL = exports.DashboardTagSubscriptionQL = exports.Sync = exports.SyncQL = exports.Search = exports.SearchQL = exports.Folder = exports.FolderQL = exports.History = exports.Metadata = exports.MetadataQL = exports.MetadataFields = exports.SharedPrimitive = exports.SharedPrimitiveFieldsForUpsert = exports.SharedPrimitiveFields = exports.Primitive = exports.PrimitiveFieldsForUpsert = exports.PrimitiveFields = exports.FindExternalTagReferencesQL = exports.PersonReferenceQL = exports.PersonReferenceFields = exports.ChangesQL = exports.ChangesInputQL = exports.ReferenceBlockQL = exports.ReferenceBlockInputQL = void 0;
|
5
5
|
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.DocumentFields = exports.Message = exports.MessageQL = exports.UpsertMessageInputQL = 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.Note = exports.NoteQL = exports.Section = exports.BusinessObject = exports.BusinessObjectQL = exports.BusinessObjectFieldsForUpsert = exports.BusinessObjectFields = exports.BusinessObjectIngestionRequest = exports.BlockProcessingResponse = exports.BlockProcessingRequest = exports.Block = exports.BlockQL = exports.BlockFieldsForUpsert = exports.BlockFields = void 0;
|
6
6
|
exports.FindSearchInputQL = exports.UpsertSearchInputQL = exports.ArchiveFolderOutputQL = exports.ArchiveFolderInputQL = exports.FindFoldersInputQL = exports.FindFolderInputQL = exports.UpsertFolderInputQL = 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.ArchiveBlockOutputQL = exports.ArchiveBlockInputQL = exports.FindBlocksInputQL = exports.FindBlockInputQL = exports.UpsertNoteInputQL = exports.FindDashboardInputQL = exports.UpsertDocumentInputQL = exports.FindDocumentInputQL = exports.FindEventInputQL = exports.FindCalendarInputQL = exports.FindDomainInputQL = exports.FindTenantsInputQL = exports.FindTenantInputQL = exports.UpsertRecordsInputQL = exports.FindRecordsInputQL = exports.FindRecordInputQL = exports.Table = exports.TableQL = exports.TableFields = exports.Record = exports.RecordQL = exports.RecordInputQL = exports.TableMetadata = exports.TableMetadataQL = exports.FieldValueQL = exports.FieldValueInputQL = exports.FieldQL = void 0;
|
7
7
|
exports.GraphQLTypes = exports.UpdateTagSharingInputQL = exports.GraphSearchEventsInputQL = exports.GraphSearchInputQL = exports.GraphSearchInputFields = exports.SortOptionInputQL = exports.BusinessObjectFilterInputQL = exports.StringFilterInputQL = exports.NumberFilterInputQL = exports.ChildItemQL = exports.ChildItemInputQL = exports.ChildItemFields = exports.ParentItemQL = exports.ParentItemInputQL = exports.ParentItemFields = exports.RemoveReactionInputQL = exports.AddReactionInputQL = exports.FindReactionsInputQL = exports.ReactionQL = exports.FindTagsVisibilityInputQL = exports.OrderDirection = exports.OrderDirectionQL = exports.TaskStatusQL = exports.RecommendationTypeQL = exports.BlockTypeQL = exports.SearchInputQL = exports.SearchTagsInputQL = exports.ArchiveSearchOutputQL = exports.ArchiveSearchInputQL = exports.FindSearchesInputQL = void 0;
|
@@ -446,10 +446,12 @@ exports.PersonReferenceFields = `
|
|
446
446
|
exports.PersonReferenceQL = `
|
447
447
|
type PersonReference {${exports.PersonReferenceFields}
|
448
448
|
}`;
|
449
|
-
exports.
|
450
|
-
|
451
|
-
|
452
|
-
|
449
|
+
exports.FindExternalTagReferencesQL = `
|
450
|
+
input FindExternalTagReferences {
|
451
|
+
search: String
|
452
|
+
tagType: TagType!
|
453
|
+
tagSubType: String
|
454
|
+
connectionId: String!
|
453
455
|
}`;
|
454
456
|
exports.PrimitiveFields = `
|
455
457
|
_id: ID!
|
@@ -678,11 +680,13 @@ exports.TagFieldsWithoutSharing = `${exports.PrimitiveFields}
|
|
678
680
|
alias: String!
|
679
681
|
friendlyName: String
|
680
682
|
tagType: String!
|
683
|
+
tagSubType: String
|
681
684
|
url: String
|
682
685
|
favicon: String
|
683
686
|
dbpedia: String
|
684
687
|
email: String
|
685
688
|
avatar: String
|
689
|
+
externalId: String
|
686
690
|
inviteStatus: String
|
687
691
|
originNoteId: String
|
688
692
|
tenantIdVerified: String
|
@@ -1275,6 +1279,7 @@ type Field {
|
|
1275
1279
|
status: Boolean
|
1276
1280
|
priority: Boolean
|
1277
1281
|
tagType: TagType
|
1282
|
+
tagSubType: String
|
1278
1283
|
fieldType: String!
|
1279
1284
|
fieldVariation: String
|
1280
1285
|
maximumCharacters: Int
|
@@ -1840,7 +1845,6 @@ ${exports.CredentialQL}
|
|
1840
1845
|
${exports.ChangesInputQL}
|
1841
1846
|
${exports.ChangesQL}
|
1842
1847
|
${exports.PersonReferenceQL}
|
1843
|
-
${exports.ExternalTagReferenceQL}
|
1844
1848
|
${exports.MetadataQL}
|
1845
1849
|
${exports.FolderQL}
|
1846
1850
|
${exports.SearchQL}
|
package/model.ts
CHANGED
@@ -640,14 +640,18 @@ export interface ExternalTagReferenceRequest {
|
|
640
640
|
connectedProvider: ConnectedProvider;
|
641
641
|
}
|
642
642
|
|
643
|
-
export const
|
644
|
-
|
645
|
-
|
646
|
-
|
643
|
+
export const FindExternalTagReferencesQL = `
|
644
|
+
input FindExternalTagReferences {
|
645
|
+
search: String
|
646
|
+
tagType: TagType!
|
647
|
+
tagSubType: String
|
648
|
+
connectionId: String!
|
647
649
|
}`;
|
648
|
-
export interface
|
649
|
-
|
650
|
-
|
650
|
+
export interface FindExternalTagReferences {
|
651
|
+
search?: string;
|
652
|
+
tagType: TagType;
|
653
|
+
tagSubType?: string;
|
654
|
+
connectionId: string;
|
651
655
|
}
|
652
656
|
|
653
657
|
export const PrimitiveFields = `
|
@@ -1024,11 +1028,13 @@ export const TagFieldsWithoutSharing = `${PrimitiveFields}
|
|
1024
1028
|
alias: String!
|
1025
1029
|
friendlyName: String
|
1026
1030
|
tagType: String!
|
1031
|
+
tagSubType: String
|
1027
1032
|
url: String
|
1028
1033
|
favicon: String
|
1029
1034
|
dbpedia: String
|
1030
1035
|
email: String
|
1031
1036
|
avatar: String
|
1037
|
+
externalId: String
|
1032
1038
|
inviteStatus: String
|
1033
1039
|
originNoteId: String
|
1034
1040
|
tenantIdVerified: String
|
@@ -1050,6 +1056,7 @@ type Tag {${TagFieldsWithoutSharing}${TagFieldsJustSharing}
|
|
1050
1056
|
export class Tag extends Primitive {
|
1051
1057
|
alias: string;
|
1052
1058
|
tagType: TagType;
|
1059
|
+
tagSubType?: string; // This is currently used for external tags to help source from the correct tables
|
1053
1060
|
friendlyName?: string;
|
1054
1061
|
sharingDomains?: SharingDomain[]; // The domains this tag is shared with plus domain settings for the tag
|
1055
1062
|
sharingTenants?: SharingTenant[]; // The tenants this tag is shared with plus tenant settings for the tag
|
@@ -1059,6 +1066,7 @@ export class Tag extends Primitive {
|
|
1059
1066
|
dbpedia?: string;
|
1060
1067
|
email?: string;
|
1061
1068
|
avatar?: string;
|
1069
|
+
externalId?: string; // This is used for external tags that match with records
|
1062
1070
|
inviteStatus?: InviteStatus;
|
1063
1071
|
tenantIdInvite?: string;
|
1064
1072
|
originNoteId?: string; // If the tag originated from a note, we store that here
|
@@ -2239,6 +2247,7 @@ type Field {
|
|
2239
2247
|
status: Boolean
|
2240
2248
|
priority: Boolean
|
2241
2249
|
tagType: TagType
|
2250
|
+
tagSubType: String
|
2242
2251
|
fieldType: String!
|
2243
2252
|
fieldVariation: String
|
2244
2253
|
maximumCharacters: Int
|
@@ -2253,6 +2262,7 @@ export interface Field {
|
|
2253
2262
|
status?: boolean;
|
2254
2263
|
priority?: boolean;
|
2255
2264
|
tagType?: TagType;
|
2265
|
+
tagSubType?: string;
|
2256
2266
|
fieldType: FieldType;
|
2257
2267
|
fieldVariation?: FieldVariation;
|
2258
2268
|
maximumCharacters?: number;
|
@@ -3281,7 +3291,6 @@ ${CredentialQL}
|
|
3281
3291
|
${ChangesInputQL}
|
3282
3292
|
${ChangesQL}
|
3283
3293
|
${PersonReferenceQL}
|
3284
|
-
${ExternalTagReferenceQL}
|
3285
3294
|
${MetadataQL}
|
3286
3295
|
${FolderQL}
|
3287
3296
|
${SearchQL}
|