@bigfootai/bigfoot-types 5.2.18 → 5.2.19
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 +56 -14
- package/model.ts +55 -13
- package/package.json +1 -1
package/model.js
CHANGED
@@ -4,7 +4,7 @@ exports.CredentialQL = exports.StandardObjectsQL = exports.ProviderResponseQL =
|
|
4
4
|
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.FindExternalTagReferenceInputQL = exports.FindExternalTagReferencesInputQL = exports.PersonReferenceQL = exports.PersonReferenceFields = exports.ChangesQL = exports.ChangesInputQL = exports.ReferenceBlockQL = exports.ReferenceBlockInputQL = exports.ConnectedProviderQL = void 0;
|
5
5
|
exports.Template = exports.TemplateQL = exports.DashboardMetadata = exports.DashboardMetadataQL = exports.DocumentMetadata = exports.DocumentMetadataQL = exports.BlockDescriptionQL = exports.Website = exports.WebsiteQL = exports.Dashboard = exports.DashboardQL = exports.BlockData = 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 = exports.Person = exports.Organization = void 0;
|
6
6
|
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.FindDashboardBlockInputQL = 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 = exports.OptionQL = exports.FieldVariation = exports.FieldType = void 0;
|
7
|
-
exports.GraphQLTypes = exports.UpdateTagSharingInputQL = exports.GraphSearchEventsInputQL = exports.GraphSearchInputQL = exports.GraphSearchQL = 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 = exports.FindSearchInputQL = exports.UpsertSearchInputQL = exports.ArchiveFolderOutputQL = exports.ArchiveFolderInputQL = void 0;
|
7
|
+
exports.GraphQLTypes = exports.UpdateTagSharingInputQL = exports.GraphSearchEventsInputQL = exports.GraphSearchInputQL = exports.GraphSearchQL = exports.GraphSearchFields = exports.GraphSearchInputFields = exports.SortOptionInputQL = exports.SortOptionQL = exports.SortOptionFieldsQL = exports.BusinessObjectFilterInputQL = exports.BusinessObjectFilterQL = exports.BusinessObjectFilterFieldsQL = exports.StringFilterInputQL = exports.StringFilterQL = exports.StringFilterFieldsQL = exports.NumberFilterInputQL = exports.NumberFilterQL = exports.NumberFilterFieldsQL = 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 = exports.FindSearchInputQL = exports.UpsertSearchInputQL = exports.ArchiveFolderOutputQL = exports.ArchiveFolderInputQL = void 0;
|
8
8
|
const uuid_1 = require("uuid");
|
9
9
|
/*
|
10
10
|
These are the core primitives of our model. These represent the entities that show
|
@@ -1789,33 +1789,47 @@ input ChildItemInput {${exports.ChildItemFields}
|
|
1789
1789
|
exports.ChildItemQL = `
|
1790
1790
|
type ChildItem {${exports.ChildItemFields}
|
1791
1791
|
}`;
|
1792
|
-
exports.
|
1793
|
-
input NumberFilterInput {
|
1792
|
+
exports.NumberFilterFieldsQL = `
|
1794
1793
|
gt: Float
|
1795
1794
|
gte: Float
|
1796
1795
|
eq: Float
|
1797
1796
|
lte: Float
|
1798
|
-
lt: Float
|
1799
|
-
|
1800
|
-
exports.
|
1801
|
-
|
1797
|
+
lt: Float`;
|
1798
|
+
exports.NumberFilterQL = `
|
1799
|
+
type NumberFilter {${exports.NumberFilterFieldsQL}}`;
|
1800
|
+
exports.NumberFilterInputQL = `
|
1801
|
+
input NumberFilterInput {${exports.NumberFilterFieldsQL}}`;
|
1802
|
+
exports.StringFilterFieldsQL = `
|
1802
1803
|
eq: String
|
1803
1804
|
contains: String
|
1804
1805
|
startsWith: String
|
1805
|
-
endsWith: String
|
1806
|
+
endsWith: String`;
|
1807
|
+
exports.StringFilterQL = `
|
1808
|
+
type StringFilter {${exports.StringFilterFieldsQL}
|
1806
1809
|
}`;
|
1807
|
-
exports.
|
1808
|
-
input
|
1810
|
+
exports.StringFilterInputQL = `
|
1811
|
+
input StringFilterInput {${exports.StringFilterFieldsQL}
|
1812
|
+
}`;
|
1813
|
+
exports.BusinessObjectFilterFieldsQL = `
|
1809
1814
|
id: String
|
1810
1815
|
url: String
|
1811
1816
|
blockType: BlockType
|
1812
1817
|
provider: String
|
1813
|
-
metadataType: String
|
1818
|
+
metadataType: String`;
|
1819
|
+
exports.BusinessObjectFilterQL = `
|
1820
|
+
type BusinessObjectFilter {${exports.BusinessObjectFilterFieldsQL}
|
1821
|
+
}`;
|
1822
|
+
exports.BusinessObjectFilterInputQL = `
|
1823
|
+
input BusinessObjectFilterInput {${exports.BusinessObjectFilterFieldsQL}
|
1814
1824
|
}`;
|
1815
|
-
exports.
|
1816
|
-
input SortOptionInput {
|
1825
|
+
exports.SortOptionFieldsQL = `
|
1817
1826
|
field: String
|
1818
|
-
order: OrderDirection
|
1827
|
+
order: OrderDirection`;
|
1828
|
+
exports.SortOptionQL = `
|
1829
|
+
type SortOption {${exports.SortOptionFieldsQL}
|
1830
|
+
}`;
|
1831
|
+
exports.SortOptionInputQL = `
|
1832
|
+
input SortOptionInput {${exports.SortOptionFieldsQL}
|
1819
1833
|
}`;
|
1820
1834
|
exports.GraphSearchInputFields = `
|
1821
1835
|
search: String
|
@@ -1842,6 +1856,31 @@ exports.GraphSearchInputFields = `
|
|
1842
1856
|
page: Int
|
1843
1857
|
size: Int
|
1844
1858
|
`;
|
1859
|
+
exports.GraphSearchFields = `
|
1860
|
+
search: String
|
1861
|
+
_ids: [String]
|
1862
|
+
tenantIdCreateds: [String]
|
1863
|
+
tagIds: [String]
|
1864
|
+
recommendationTypes: [RecommendationType]
|
1865
|
+
blockTypes: [BlockType]
|
1866
|
+
statuses: [TaskStatus]
|
1867
|
+
businessObjects: [BusinessObjectFilter]
|
1868
|
+
originReferenceBlock: ReferenceBlock
|
1869
|
+
originReferenceTagId: String
|
1870
|
+
editorId: String
|
1871
|
+
editorGroupId: String
|
1872
|
+
parentId: String
|
1873
|
+
favorite: Boolean
|
1874
|
+
snoozed: Boolean
|
1875
|
+
dateMatch: NumberFilter
|
1876
|
+
dateDue: NumberFilter
|
1877
|
+
dateCreated: NumberFilter
|
1878
|
+
dateUpdated: NumberFilter
|
1879
|
+
emails: [StringFilter]
|
1880
|
+
sort: [SortOption]
|
1881
|
+
page: Int
|
1882
|
+
size: Int
|
1883
|
+
`;
|
1845
1884
|
exports.GraphSearchQL = `
|
1846
1885
|
type GraphSearch {${exports.GraphSearchInputFields}
|
1847
1886
|
}`;
|
@@ -2003,8 +2042,11 @@ ${exports.ParentItemQL}
|
|
2003
2042
|
${exports.ParentItemInputQL}
|
2004
2043
|
${exports.ChildItemQL}
|
2005
2044
|
${exports.ChildItemInputQL}
|
2045
|
+
${exports.NumberFilterQL}
|
2006
2046
|
${exports.NumberFilterInputQL}
|
2047
|
+
${exports.StringFilterQL}
|
2007
2048
|
${exports.StringFilterInputQL}
|
2049
|
+
${exports.BusinessObjectFilterQL}
|
2008
2050
|
${exports.BusinessObjectFilterInputQL}
|
2009
2051
|
${exports.SortOptionInputQL}
|
2010
2052
|
${exports.GraphSearchQL}
|
package/model.ts
CHANGED
@@ -3181,14 +3181,16 @@ export interface ChildItem {
|
|
3181
3181
|
_order?: number;
|
3182
3182
|
}
|
3183
3183
|
|
3184
|
-
export const
|
3185
|
-
input NumberFilterInput {
|
3184
|
+
export const NumberFilterFieldsQL = `
|
3186
3185
|
gt: Float
|
3187
3186
|
gte: Float
|
3188
3187
|
eq: Float
|
3189
3188
|
lte: Float
|
3190
|
-
lt: Float
|
3191
|
-
|
3189
|
+
lt: Float`;
|
3190
|
+
export const NumberFilterQL = `
|
3191
|
+
type NumberFilter {${NumberFilterFieldsQL}}`;
|
3192
|
+
export const NumberFilterInputQL = `
|
3193
|
+
input NumberFilterInput {${NumberFilterFieldsQL}}`;
|
3192
3194
|
export interface NumberFilterInput {
|
3193
3195
|
gt?: number;
|
3194
3196
|
gte?: number;
|
@@ -3197,12 +3199,16 @@ export interface NumberFilterInput {
|
|
3197
3199
|
lt?: number;
|
3198
3200
|
}
|
3199
3201
|
|
3200
|
-
export const
|
3201
|
-
input StringFilterInput {
|
3202
|
+
export const StringFilterFieldsQL = `
|
3202
3203
|
eq: String
|
3203
3204
|
contains: String
|
3204
3205
|
startsWith: String
|
3205
|
-
endsWith: String
|
3206
|
+
endsWith: String`;
|
3207
|
+
export const StringFilterQL = `
|
3208
|
+
type StringFilter {${StringFilterFieldsQL}
|
3209
|
+
}`;
|
3210
|
+
export const StringFilterInputQL = `
|
3211
|
+
input StringFilterInput {${StringFilterFieldsQL}
|
3206
3212
|
}`;
|
3207
3213
|
export interface StringFilterInput {
|
3208
3214
|
eq?: string;
|
@@ -3211,13 +3217,17 @@ export interface StringFilterInput {
|
|
3211
3217
|
endsWith?: string;
|
3212
3218
|
}
|
3213
3219
|
|
3214
|
-
export const
|
3215
|
-
input BusinessObjectFilterInput {
|
3220
|
+
export const BusinessObjectFilterFieldsQL = `
|
3216
3221
|
id: String
|
3217
3222
|
url: String
|
3218
3223
|
blockType: BlockType
|
3219
3224
|
provider: String
|
3220
|
-
metadataType: String
|
3225
|
+
metadataType: String`;
|
3226
|
+
export const BusinessObjectFilterQL = `
|
3227
|
+
type BusinessObjectFilter {${BusinessObjectFilterFieldsQL}
|
3228
|
+
}`;
|
3229
|
+
export const BusinessObjectFilterInputQL = `
|
3230
|
+
input BusinessObjectFilterInput {${BusinessObjectFilterFieldsQL}
|
3221
3231
|
}`;
|
3222
3232
|
export interface BusinessObjectFilterInput {
|
3223
3233
|
id?: string;
|
@@ -3227,10 +3237,14 @@ export interface BusinessObjectFilterInput {
|
|
3227
3237
|
metadataType?: string;
|
3228
3238
|
}
|
3229
3239
|
|
3230
|
-
export const
|
3231
|
-
input SortOptionInput {
|
3240
|
+
export const SortOptionFieldsQL = `
|
3232
3241
|
field: String
|
3233
|
-
order: OrderDirection
|
3242
|
+
order: OrderDirection`;
|
3243
|
+
export const SortOptionQL = `
|
3244
|
+
type SortOption {${SortOptionFieldsQL}
|
3245
|
+
}`;
|
3246
|
+
export const SortOptionInputQL = `
|
3247
|
+
input SortOptionInput {${SortOptionFieldsQL}
|
3234
3248
|
}`;
|
3235
3249
|
export interface SortOptionInput {
|
3236
3250
|
field: string;
|
@@ -3262,6 +3276,31 @@ export const GraphSearchInputFields = `
|
|
3262
3276
|
page: Int
|
3263
3277
|
size: Int
|
3264
3278
|
`;
|
3279
|
+
export const GraphSearchFields = `
|
3280
|
+
search: String
|
3281
|
+
_ids: [String]
|
3282
|
+
tenantIdCreateds: [String]
|
3283
|
+
tagIds: [String]
|
3284
|
+
recommendationTypes: [RecommendationType]
|
3285
|
+
blockTypes: [BlockType]
|
3286
|
+
statuses: [TaskStatus]
|
3287
|
+
businessObjects: [BusinessObjectFilter]
|
3288
|
+
originReferenceBlock: ReferenceBlock
|
3289
|
+
originReferenceTagId: String
|
3290
|
+
editorId: String
|
3291
|
+
editorGroupId: String
|
3292
|
+
parentId: String
|
3293
|
+
favorite: Boolean
|
3294
|
+
snoozed: Boolean
|
3295
|
+
dateMatch: NumberFilter
|
3296
|
+
dateDue: NumberFilter
|
3297
|
+
dateCreated: NumberFilter
|
3298
|
+
dateUpdated: NumberFilter
|
3299
|
+
emails: [StringFilter]
|
3300
|
+
sort: [SortOption]
|
3301
|
+
page: Int
|
3302
|
+
size: Int
|
3303
|
+
`;
|
3265
3304
|
export const GraphSearchQL = `
|
3266
3305
|
type GraphSearch {${GraphSearchInputFields}
|
3267
3306
|
}`;
|
@@ -3467,8 +3506,11 @@ ${ParentItemQL}
|
|
3467
3506
|
${ParentItemInputQL}
|
3468
3507
|
${ChildItemQL}
|
3469
3508
|
${ChildItemInputQL}
|
3509
|
+
${NumberFilterQL}
|
3470
3510
|
${NumberFilterInputQL}
|
3511
|
+
${StringFilterQL}
|
3471
3512
|
${StringFilterInputQL}
|
3513
|
+
${BusinessObjectFilterQL}
|
3472
3514
|
${BusinessObjectFilterInputQL}
|
3473
3515
|
${SortOptionInputQL}
|
3474
3516
|
${GraphSearchQL}
|