@bigfootai/bigfoot-types 5.4.27 → 5.4.29

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.
Files changed (86) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/dist/index.d.ts.map +1 -0
  3. package/dist/index.js +3 -0
  4. package/dist/index.js.map +1 -0
  5. package/dist/metadata/dashboards/account_overview.d.ts +3 -0
  6. package/dist/metadata/dashboards/account_overview.d.ts.map +1 -0
  7. package/{metadata → dist/metadata}/dashboards/account_overview.js +8 -10
  8. package/dist/metadata/dashboards/account_overview.js.map +1 -0
  9. package/dist/metadata/dashboards/record_update.d.ts +3 -0
  10. package/dist/metadata/dashboards/record_update.d.ts.map +1 -0
  11. package/{metadata → dist/metadata}/dashboards/record_update.js +9 -11
  12. package/dist/metadata/dashboards/record_update.js.map +1 -0
  13. package/dist/metadata/documents/healthcheck.d.ts +3 -0
  14. package/dist/metadata/documents/healthcheck.d.ts.map +1 -0
  15. package/{metadata → dist/metadata}/documents/healthcheck.js +9 -16
  16. package/dist/metadata/documents/healthcheck.js.map +1 -0
  17. package/dist/metadata/providers/gong.d.ts +4 -0
  18. package/dist/metadata/providers/gong.d.ts.map +1 -0
  19. package/{metadata → dist/metadata}/providers/gong.js +4 -6
  20. package/dist/metadata/providers/gong.js.map +1 -0
  21. package/dist/metadata/providers/google.d.ts +3 -0
  22. package/dist/metadata/providers/google.d.ts.map +1 -0
  23. package/{metadata → dist/metadata}/providers/google.js +8 -10
  24. package/dist/metadata/providers/google.js.map +1 -0
  25. package/dist/metadata/providers/hubspot.d.ts +3 -0
  26. package/dist/metadata/providers/hubspot.d.ts.map +1 -0
  27. package/{metadata → dist/metadata}/providers/hubspot.js +11 -13
  28. package/dist/metadata/providers/hubspot.js.map +1 -0
  29. package/dist/metadata/providers/index.d.ts +7 -0
  30. package/dist/metadata/providers/index.d.ts.map +1 -0
  31. package/dist/metadata/providers/index.js +7 -0
  32. package/dist/metadata/providers/index.js.map +1 -0
  33. package/dist/metadata/providers/noded.d.ts +3 -0
  34. package/dist/metadata/providers/noded.d.ts.map +1 -0
  35. package/dist/metadata/providers/noded.js +49 -0
  36. package/dist/metadata/providers/noded.js.map +1 -0
  37. package/dist/metadata/providers/salesforce.d.ts +3 -0
  38. package/dist/metadata/providers/salesforce.d.ts.map +1 -0
  39. package/{metadata → dist/metadata}/providers/salesforce.js +11 -13
  40. package/dist/metadata/providers/salesforce.js.map +1 -0
  41. package/dist/metadata/providers/slack.d.ts +3 -0
  42. package/dist/metadata/providers/slack.d.ts.map +1 -0
  43. package/{metadata → dist/metadata}/providers/slack.js +11 -13
  44. package/dist/metadata/providers/slack.js.map +1 -0
  45. package/dist/metadata/tables/case.d.ts +3 -0
  46. package/dist/metadata/tables/case.d.ts.map +1 -0
  47. package/{metadata → dist/metadata}/tables/case.js +24 -31
  48. package/dist/metadata/tables/case.js.map +1 -0
  49. package/dist/metadata/tables/issue.d.ts +3 -0
  50. package/dist/metadata/tables/issue.d.ts.map +1 -0
  51. package/{metadata → dist/metadata}/tables/issue.js +27 -34
  52. package/dist/metadata/tables/issue.js.map +1 -0
  53. package/dist/metadata/tables/opportunity.d.ts +3 -0
  54. package/dist/metadata/tables/opportunity.d.ts.map +1 -0
  55. package/{metadata → dist/metadata}/tables/opportunity.js +28 -35
  56. package/dist/metadata/tables/opportunity.js.map +1 -0
  57. package/dist/metadata/tables/organization.d.ts +3 -0
  58. package/dist/metadata/tables/organization.d.ts.map +1 -0
  59. package/{metadata → dist/metadata}/tables/organization.js +7 -9
  60. package/dist/metadata/tables/organization.js.map +1 -0
  61. package/dist/types.d.ts +1641 -0
  62. package/dist/types.d.ts.map +1 -0
  63. package/{model.js → dist/types.js} +872 -581
  64. package/dist/types.js.map +1 -0
  65. package/package.json +30 -24
  66. package/.eslintignore +0 -3
  67. package/.eslintrc.json +0 -10
  68. package/.prettierrc +0 -9
  69. package/.vscode-sample/settings.json +0 -10
  70. package/a_article.txt +0 -58
  71. package/metadata/dashboards/account_overview.ts +0 -51
  72. package/metadata/dashboards/record_update.ts +0 -56
  73. package/metadata/documents/healthcheck.ts +0 -49
  74. package/metadata/providers/gong.ts +0 -35
  75. package/metadata/providers/google.ts +0 -66
  76. package/metadata/providers/hubspot.ts +0 -56
  77. package/metadata/providers/noded.js +0 -58
  78. package/metadata/providers/noded.ts +0 -58
  79. package/metadata/providers/salesforce.ts +0 -57
  80. package/metadata/providers/slack.ts +0 -53
  81. package/metadata/tables/case.ts +0 -153
  82. package/metadata/tables/issue.ts +0 -164
  83. package/metadata/tables/opportunity.ts +0 -166
  84. package/metadata/tables/organization.ts +0 -77
  85. package/model.ts +0 -3748
  86. package/tsconfig.json +0 -9
@@ -0,0 +1,1641 @@
1
+ export declare enum BlockType {
2
+ Note = "note",
3
+ Section = "section",
4
+ Calendar = "calendar",
5
+ Event = "event",
6
+ Email = "email",
7
+ Task = "task",
8
+ Todo = "todo",// A task from an external application
9
+ Document = "document",
10
+ Dashboard = "dashboard",
11
+ Record = "record",
12
+ Transcription = "transcription",
13
+ Message = "message",
14
+ Website = "website",
15
+ Template = "template",
16
+ Table = "table",
17
+ Folder = "folder",
18
+ Search = "search",
19
+ Changeset = "changeset"
20
+ }
21
+ export declare enum RecommendationType {
22
+ Connect = "connect",
23
+ Upsert = "upsert",
24
+ Share = "share",
25
+ Notification = "notification",
26
+ Message = "message",
27
+ Reaction = "reaction",
28
+ Change = "change",
29
+ Ingestion = "ingestion"
30
+ }
31
+ export declare enum UpsertType {
32
+ Insert = "insert",
33
+ Update = "update"
34
+ }
35
+ export declare enum TagType {
36
+ Person = "person",
37
+ Organization = "organization",
38
+ Topic = "topic",
39
+ Location = "location",
40
+ Date = "date",
41
+ Unknown = "unknown"
42
+ }
43
+ export declare enum ExportType {
44
+ Document = "document",
45
+ Message = "message"
46
+ }
47
+ export declare enum ClientType {
48
+ Web = "web",
49
+ Mobile = "mobile"
50
+ }
51
+ export declare enum SharingLevel {
52
+ ReadOnly = 0,
53
+ Editor = 1,
54
+ Owner = 2
55
+ }
56
+ export declare enum AccessType {
57
+ ReadWrite = "rw",
58
+ ReadOnly = "read-only",
59
+ NoAccess = "no-access"
60
+ }
61
+ export declare enum TaskPriority {
62
+ High = "high",
63
+ Medium = "medium",
64
+ Low = "low"
65
+ }
66
+ export declare enum TaskStatus {
67
+ NotStarted = "not_started",
68
+ InProgress = "in_progress",
69
+ Completed = "completed"
70
+ }
71
+ export declare enum StepStatus {
72
+ NotStarted = "not_started",
73
+ Completed = "completed"
74
+ }
75
+ export declare enum SharingApproach {
76
+ Inline = 0,// As in, the user has used this tag in the note
77
+ Explicit = 1
78
+ }
79
+ export declare enum OrderByDirection {
80
+ Ascending = "asc",
81
+ Descending = "desc"
82
+ }
83
+ export declare enum InviteStatus {
84
+ NotInvited = "not_invited",
85
+ SendInvite = "send_invite",
86
+ InviteSent = "invite_sent",
87
+ InviteAccepted = "invite_accepted"
88
+ }
89
+ export declare enum TagRecommendationType {
90
+ TagMissing = "missing",
91
+ TagCreated = "created",
92
+ TagFound = "found",
93
+ TagNotFound = "not_found",
94
+ UserAssigned = "user_assigned",
95
+ Ignore = "ignore"
96
+ }
97
+ export declare enum RecurrenceRFC {
98
+ FREQ = "FREQ",// The frequency of the event (e.g., DAILY, WEEKLY, MONTHLY, YEARLY).
99
+ UNTIL = "UNTIL",// A date until when the event should occur.
100
+ COUNT = "COUNT",// How many occurrences of the event will take place.
101
+ INTERVAL = "INTERVAL",// How often the event repeats within the frequency period.
102
+ BYDAY = "BYDAY",// Specifies the days of the week when the event should occur.
103
+ BYMONTH = "BYMONTH",// Specifies months of the year.
104
+ BYMONTHDAY = "BYMONTHDAY",// Specifies days of the month.
105
+ BYYEARDAY = "BYYEARDAY",// Specifies days of the year.
106
+ BYWEEKNO = "BYWEEKNO",// Specifies the week numbers in the year.
107
+ BYHOUR = "BYHOUR",
108
+ BYMINUTE = "BYMINUTE",
109
+ BYSECOND = "BYSECOND",// Specifies the time of the event.
110
+ MONDAY = "MO",
111
+ TUESDAY = "TU",
112
+ WEDNESDAY = "WE",
113
+ THURSDAY = "TH",
114
+ FRIDAY = "FR",
115
+ SATURDAY = "SA",
116
+ SUNDAY = "SU"
117
+ }
118
+ export declare enum DocumentType {
119
+ BlockQuote = "blockquote",
120
+ Image = "image",
121
+ Text = "text",
122
+ Doc = "doc",
123
+ Paragraph = "paragraph",
124
+ HorizontalRule = "horizontal_rule",
125
+ Heading = "heading",
126
+ CodeBlock = "code_block",
127
+ HardBreak = "hard_break"
128
+ }
129
+ export declare enum MarkType {
130
+ Link = "link"
131
+ }
132
+ export declare enum MutationType {
133
+ Select = "select",
134
+ Insert = "insert",
135
+ Update = "update",
136
+ Delete = "delete"
137
+ }
138
+ export declare enum ProcessingStage {
139
+ NotProcessed = "not_processed",
140
+ Processing = "processing",
141
+ Processed = "processed",
142
+ NotConnected = "not_connected",
143
+ NoCredential = "no_credential",
144
+ Failed = "failed",
145
+ Waiting = "waiting",
146
+ Stopped = "stopped"
147
+ }
148
+ export declare enum ThumbsDirection {
149
+ Up = "up",
150
+ Down = "down"
151
+ }
152
+ export declare enum RecordType {
153
+ Opportunity = "opportunity",
154
+ Case = "case"
155
+ }
156
+ export declare enum EntityType {
157
+ Date = "Date",
158
+ Duration = "Duration",
159
+ EmailAddress = "EmailAddress",
160
+ Facility = "Facility",
161
+ GeographicFeature = "GeographicFeature",
162
+ Hashtag = "Hashtag",
163
+ IPAddress = "IPAddress",
164
+ JobTitle = "JobTitle",
165
+ Location = "Location",
166
+ Measure = "Measure",
167
+ Money = "Money",
168
+ Number = "Number",
169
+ Ordinal = "Ordinal",
170
+ Organization = "Organization",
171
+ Percent = "Percent",
172
+ Person = "Person",
173
+ PhoneNumber = "PhoneNumber",
174
+ Time = "Time",
175
+ TwitterHandle = "TwitterHandle",
176
+ URL = "URL"
177
+ }
178
+ export declare enum RelationType {
179
+ AffiliatedWith = "affiliatedWith",
180
+ BasedIn = "basedIn",
181
+ BornAt = "bornAt",
182
+ BornOn = "bornOn",
183
+ ClientOf = "clientOf",
184
+ Colleague = "colleague",
185
+ Competitor = "competitor",
186
+ ContactOf = "contactOf",
187
+ DiedAt = "diedAt",
188
+ DiedOn = "diedOn",
189
+ DissolvedOn = "dissolvedOn",
190
+ EducatedAt = "educatedAt",
191
+ EmployedBy = "employedBy",
192
+ FoundedOn = "foundedOn",
193
+ FounderOf = "founderOf",
194
+ LocatedAt = "locatedAt",
195
+ ManagerOf = "managerOf",
196
+ MemberOf = "memberOf",
197
+ OwnerOf = "ownerOf",
198
+ ParentOf = "parentOf",
199
+ Partner = "partner",
200
+ PartOf = "partOf",
201
+ PartOfMany = "partOfMany",
202
+ PopulationOf = "populationOf",
203
+ MeasureOf = "measureOf",
204
+ Relative = "relative",
205
+ ResidesIn = "residesIn",
206
+ ShareholdersOf = "shareholdersOf",
207
+ SiblingOf = "siblingOf",
208
+ SpokespersonFor = "spokespersonFor",
209
+ SpouseOf = "spouseOf",
210
+ SubsidiaryOf = "subsidiaryOf"
211
+ }
212
+ export declare enum PubSubType {
213
+ NoteChanged = "noteChanged",
214
+ NoteCreated = "noteCreated",
215
+ NoteUpdated = "noteUpdated",
216
+ NoteArchived = "noteArchived",
217
+ TaskChanged = "taskChanged",
218
+ TaskCreated = "taskCreated",
219
+ TaskUpdated = "taskUpdated",
220
+ TaskArchived = "taskArchived",
221
+ RecommendationChanged = "recommendationChanged",
222
+ RecommendationCreated = "recommendationCreated",
223
+ RecommendationUpdated = "recommendationUpdated",
224
+ RecommendationArchived = "recommendationArchived",
225
+ ReactionChangedForBlock = "reactionChangedForBlock",
226
+ ReactionAddedToBlock = "reactionAddedToBlock",
227
+ ReactionRemovedFromBlock = "reactionRemovedFromBlock",
228
+ MessageChangedForBlock = "messageChangedForBlock",
229
+ MessageCreatedForBlock = "messageCreatedForBlock",
230
+ MessageUpdatedForBlock = "messageUpdatedForBlock",
231
+ MessageArchivedForBlock = "messageArchivedForBlock",
232
+ MessageChangedForTag = "messageChangedForTag",
233
+ MessageCreatedForTag = "messageCreatedForTag",
234
+ MessageUpdatedForTag = "messageUpdatedForTag",
235
+ MessageArchivedForTag = "messageArchivedForTag",
236
+ ProviderConnectionChanged = "providerConnectionChanged"
237
+ }
238
+ export interface Attrs {
239
+ href?: string;
240
+ title?: string;
241
+ }
242
+ export interface Mark {
243
+ type: string;
244
+ attrs?: Attrs;
245
+ }
246
+ export declare const HighlightQL = "\ntype Highlight {\n indexStart: Int!\n indexEnd: Int!\n}";
247
+ export interface Highlight {
248
+ indexStart: number;
249
+ indexEnd: number;
250
+ }
251
+ export declare const EditorInputQL = "\ninput EditorInput {\n clientType: String!\n clientId: String!\n tenantId: String\n}";
252
+ export declare const EditorQL = "\ntype Editor {\n clientType: String!\n clientId: String!\n tenantId: String\n}";
253
+ export interface Editor {
254
+ clientType: ClientType;
255
+ clientId: string;
256
+ tenantId?: string;
257
+ }
258
+ export declare const InviteSharingTagInputQL = "\ninput InviteSharingTagInput {\n tagId: String\n\temail: String\n shared: Boolean!\n sharingApproach: Int!\n sharingLevel: Int!\n}";
259
+ export interface InviteSharingTag {
260
+ email?: string;
261
+ tagId?: string;
262
+ shared: boolean;
263
+ sharingApproach: SharingApproach;
264
+ sharingLevel: SharingLevel;
265
+ }
266
+ export declare const SharingTagInputQL = "\ninput SharingTagInput {\n tagId: String!\n shared: Boolean!\n sharingApproach: Int!\n sharingLevel: Int!\n\tconfidence: Float\n\ttext: String\n}";
267
+ export declare const SharingTagQL = "\ntype SharingTag {\n tagId: String!\n shared: Boolean!\n sharingApproach: String!\n sharingLevel: String!\n\tconfidence: Float\n\ttext: String\n}";
268
+ export interface SharingTag {
269
+ tagId: string;
270
+ shared: boolean;
271
+ sharingApproach: SharingApproach;
272
+ sharingLevel: SharingLevel;
273
+ confidence?: number;
274
+ text?: string;
275
+ }
276
+ export declare const SharingDomainQL = "\ntype SharingDomain {\n domainId: String!\n\tsharingLevel: Int!\n}";
277
+ export interface SharingDomain {
278
+ domainId: string;
279
+ sharingLevel: SharingLevel;
280
+ }
281
+ export declare const TenantSettingQL = "\ntype TenantSetting {\n\tfavorite: Boolean\n hasAutoShareNotesOn: Boolean\n\thasAutoShareTasksOn: Boolean\n}";
282
+ export interface TenantSetting {
283
+ tenantId: string;
284
+ favorite: boolean;
285
+ hasAutoShareNotesOn: boolean;
286
+ hasAutoShareTasksOn: boolean;
287
+ }
288
+ export declare const SharingTenantQL = "\ntype SharingTenant {\n tenantId: String!\n\tsharingLevel: Int!\n}";
289
+ export interface SharingTenant {
290
+ tenantId: string;
291
+ sharingLevel: SharingLevel;
292
+ }
293
+ export declare const BusinessObjectLinkInputQL = "\ninput BusinessObjectLinkInput {\n\tid: String\n url: String\n\texternalId: String\n provider: String\n metadataType: String\n blockType: String\n\t_compound: String\n}";
294
+ export declare const BusinessObjectLinkQL = "\ntype BusinessObjectLink {\n url: String\n\tid: String\n\tblockType: String\n provider: String\n metadataType: String\n\t_compound: String\n}";
295
+ export interface BusinessObjectLink {
296
+ url?: string;
297
+ id?: string;
298
+ blockType?: BlockType;
299
+ provider?: string;
300
+ metadataType?: string;
301
+ _compound?: string;
302
+ }
303
+ export declare const ExternalIdLinkInputQL = "\ninput ExternalIdLinkInput {\n externalId: String!\n\tinstanceId: String!\n provider: String!\n\tapplication: String!\n\tlabel: String\n tagType: TagType\n\ttagSubType: String\n blockType: BlockType\n\tconnectionId: String\n}";
304
+ export declare const ExternalIdLinkQL = "\ntype ExternalIdLink {\n externalId: String!\n\tinstanceId: String!\n provider: String!\n\tapplication: String!\n\tlabel: String\n tagType: TagType\n\ttagSubType: String\n blockType: BlockType\n\tconnectionId: String\n}";
305
+ export interface ExternalIdLink {
306
+ label?: string;
307
+ tagType?: TagType;
308
+ tagSubType?: string;
309
+ blockType?: BlockType;
310
+ connectionId?: string;
311
+ externalId: string;
312
+ instanceId: string;
313
+ provider: string;
314
+ application: string;
315
+ }
316
+ export declare const TaskStepInputQL = "\ninput TaskStepInput {\n content: String!\n status: String!\n}";
317
+ export declare const TaskStepQL = "\ntype TaskStep {\n content: String!\n status: String!\n}";
318
+ export interface TaskStep {
319
+ content: string;
320
+ status: StepStatus;
321
+ }
322
+ export declare const EntityReferenceQL = "\ntype EntityReference {\n name: String!\n type: String!\n}";
323
+ export interface EntityReference {
324
+ name: string;
325
+ type: EntityType;
326
+ }
327
+ export declare const ArgumentEntryQL = "\ntype ArgumentEntry {\n text: String!\n entities: [EntityReference]!\n}";
328
+ export interface ArgumentEntry {
329
+ text: string;
330
+ entities: EntityReference[];
331
+ _highlight?: Highlight;
332
+ }
333
+ export declare const RelationEntryQL = "\ntype RelationEntry {\n type: String!\n confidence: Int!\n arguments: [ArgumentEntry]!\n}";
334
+ export interface RelationEntry {
335
+ type: RelationType;
336
+ confidence: number;
337
+ arguments: ArgumentEntry[];
338
+ _highlight?: Highlight;
339
+ }
340
+ export interface MachineLearningEntry {
341
+ _highlights?: Highlight[];
342
+ }
343
+ export declare const EntityEntryFields = "\n text: String!\n confidence: Int!\n";
344
+ export declare const EntityEntryQL = "\ntype EntityEntry {\n text: String!\n confidence: Int!\n\n}";
345
+ export interface EntityEntry extends MachineLearningEntry {
346
+ text: string;
347
+ confidence: number;
348
+ date?: number;
349
+ dateEnd?: number;
350
+ _tagId?: string;
351
+ _email?: string;
352
+ _url?: string;
353
+ _avatar?: string;
354
+ _favicon?: string;
355
+ _friendlyName?: string;
356
+ _dbpedia?: string;
357
+ }
358
+ export declare const ProviderInfoQL = "\ntype ProviderInfo {\n provider: String!\n application: String!\n}";
359
+ export interface ProviderInfo {
360
+ provider: string;
361
+ application: string;
362
+ }
363
+ export declare const ProviderRequestQL = "\ntype ProviderRequest {\n providerInfo: ProviderInfo!\n connectionId: String!\n}";
364
+ export interface ProviderRequest {
365
+ providerInfo: ProviderInfo;
366
+ connectionId: string;
367
+ }
368
+ export declare const ProviderResponseQL = "\ntype ProviderResponse {\n connectionId: String!\n\tproviderUrl: String!\n}";
369
+ export interface ProviderResponse {
370
+ connectionId: string;
371
+ providerUrl: string;
372
+ }
373
+ export declare const StandardObjectsQL = "\ntype StandardObjects {\n\ttask: Boolean!\n\tcalendar: Boolean!\n\ttranscription: Boolean!\n\tdocument: Boolean!\n\tthread: Boolean!\n\ttemplate: Boolean!\n\ttable: Boolean!\n}";
374
+ export interface StandardObjects {
375
+ task: boolean;
376
+ calendar: boolean;
377
+ transcription: boolean;
378
+ document: boolean;
379
+ thread: boolean;
380
+ template: boolean;
381
+ table: boolean;
382
+ }
383
+ export interface Subscriptions {
384
+ linkDomains: string[];
385
+ }
386
+ export interface LinkSubscriptionProviderRequest {
387
+ callbackUrl: string;
388
+ callbackId: string;
389
+ url: string;
390
+ connectedProvider: ConnectedProvider;
391
+ tableMetadata?: TableMetadata[];
392
+ }
393
+ export interface UserTokenRequest {
394
+ userId: string;
395
+ email: string;
396
+ }
397
+ export interface UserTokenResponse {
398
+ token: string;
399
+ }
400
+ export declare const CredentialQL = "\ntype Credential {\n email: String!\n profile: String!\n accessToken: String!\n refreshToken: String\n instanceUrl: String\n\tinstanceId: String\n dateExpiry: Float\n}";
401
+ export interface Credential {
402
+ email: string;
403
+ profile: any;
404
+ accessToken: string;
405
+ refreshToken?: string;
406
+ instanceUrl?: string;
407
+ instanceId?: string;
408
+ dateExpiry?: number;
409
+ }
410
+ export interface ConnectedProviderRegistration {
411
+ connectionId: string;
412
+ credential: Credential;
413
+ }
414
+ export declare const ConnectedProviderQL = "\ntype ConnectedProvider {\n connectionId: String!\n provider: String!\n application: String!\n credential: Credential\n dateCreated: Float\n dateUpdated: Float\n}";
415
+ export interface ConnectedProvider {
416
+ connectionId: string;
417
+ provider: string;
418
+ application: string;
419
+ credential?: Credential;
420
+ dateCreated: number;
421
+ dateUpdated: number;
422
+ }
423
+ export declare const ReferenceBlockInputQL = "\ninput ReferenceBlockInput {\n id: String!\n blockType: String!\n}";
424
+ export declare const ReferenceBlockQL = "\ntype ReferenceBlock {\n id: String!\n blockType: String!\n\tarchived: Boolean\n}";
425
+ export interface ReferenceBlock {
426
+ id: string;
427
+ blockType: BlockType;
428
+ archived?: boolean;
429
+ }
430
+ export declare const ChangesInputQL = "\ninput ChangesInput {\n steps: [String]!\n clientIds: [String]!\n}";
431
+ export declare const ChangesQL = "\ntype Changes {\n steps: [String]!\n clientIds: [String]!\n}";
432
+ export interface Changes {
433
+ steps: any[];
434
+ clientIds: string[];
435
+ }
436
+ export declare const PersonReferenceFields = "\n email: String!\n\tfriendlyName: String\n\ttagId: String\n";
437
+ export declare const PersonReferenceInputQL = "\ninput PersonReferenceInput {\n email: String!\n\tfriendlyName: String\n\ttagId: String\n\n}";
438
+ export declare const PersonReferenceQL = "\ntype PersonReference {\n email: String!\n\tfriendlyName: String\n\ttagId: String\n\n}";
439
+ export interface PersonReference {
440
+ email: string;
441
+ friendlyName?: string;
442
+ tagId?: string;
443
+ }
444
+ export interface ExternalTagReferenceRequest {
445
+ externalId?: string;
446
+ search?: string;
447
+ tagSubType: string;
448
+ connectedProvider: ConnectedProvider;
449
+ }
450
+ export declare const PrimitiveFields = "\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String";
451
+ export declare const PrimitiveFieldsForUpsert = "\n _id: ID\n dateCreated: Float\n dateUpdated: Float\n tenantIdCreated: String";
452
+ export declare class Primitive {
453
+ _id: string;
454
+ dateCreated: number;
455
+ dateUpdated: number;
456
+ tenantIdCreated?: string;
457
+ constructor();
458
+ }
459
+ export declare const SharedPrimitiveFields = "\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String";
460
+ export declare const SharedPrimitiveFieldsForUpsert = "\n _id: ID\n dateCreated: Float\n dateUpdated: Float\n tenantIdCreated: String\n sharingTags: [SharingTagInput]";
461
+ export declare class SharedPrimitive extends Primitive {
462
+ sharingTags: SharingTag[];
463
+ _parentSharingTagIds: string[];
464
+ _parentTagIds: string[];
465
+ _sharingTagIds: string[];
466
+ _tagIds: string[];
467
+ subscriptionPubSubType?: PubSubType;
468
+ constructor(sharingTags: SharingTag[]);
469
+ }
470
+ export declare const MetadataFields = "\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n label: String!\n description: String!\n\tmetadataType: String!\n\treferences: [String]\n\tclassifiers: [String]!\n\tthreshold: Float!\n\tprovider: String\n\tapplication: String";
471
+ export declare const MetadataQL = "\n type Metadata {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n label: String!\n description: String!\n\tmetadataType: String!\n\treferences: [String]\n\tclassifiers: [String]!\n\tthreshold: Float!\n\tprovider: String\n\tapplication: String\n}";
472
+ export declare class Metadata extends Primitive {
473
+ label: string;
474
+ description: string;
475
+ metadataType: string;
476
+ references?: string[];
477
+ classifiers: string[];
478
+ threshold: number;
479
+ provider?: string;
480
+ application?: string;
481
+ constructor(label: string, description: string, metadataType: string, classifiers: string[], threshold: number);
482
+ }
483
+ export interface ProcessBlockChangeHistoryRequest {
484
+ historyId: string;
485
+ connectedProvider: ConnectedProvider;
486
+ }
487
+ export declare class History extends Primitive {
488
+ tenantId: string;
489
+ referenceBlock: ReferenceBlock;
490
+ before: Block;
491
+ after: Block;
492
+ constructor(tenantId: string, before: Block, after: Block);
493
+ }
494
+ export declare const FolderQL = "\ntype Folder {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n icon: String\n\tlabel: String!\n\tdescription: String\n\tsearchIds: [String]\n\tarchived: Boolean!\n}";
495
+ export declare class Folder extends SharedPrimitive {
496
+ icon?: string;
497
+ label: string;
498
+ description?: string;
499
+ searchIds?: string[];
500
+ archived: boolean;
501
+ _order?: number;
502
+ _tagType?: TagType;
503
+ constructor(tenantIdCreated: string, sharingTags: SharingTag[], label: string);
504
+ }
505
+ export declare const SearchQL = "\ntype Search {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n\tlabel: String\n search: String\n\tblockType: String\n\t_ids: [String]\n tagIds: [String]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n\torderByDateUpdated: String\n\torderByDateCreated: String\n\torderByDateDue: String\n\torderByAlias: String\n\tdateDueFrom: Float\n\tdateDueTo: Float\n\tstatus: String\n\toriginNoteId: String\n\teditorId: String\n\teditorGroupId: String\n\tparentId: String\n\tfavorite: Boolean\n\tsnoozed: Boolean\n\tsize: Int\n\tarchived: Boolean!\n\tfavoriteTagId: String\n}";
506
+ export declare class Search extends SharedPrimitive {
507
+ blockType?: BlockType;
508
+ label?: string;
509
+ search?: string;
510
+ _ids?: string[];
511
+ tagIds?: string[];
512
+ emails?: string[];
513
+ businessObjects?: BusinessObjectLink[];
514
+ orderByDateUpdated?: OrderByDirection;
515
+ orderByDateCreated?: OrderByDirection;
516
+ orderByDateDue?: OrderByDirection;
517
+ orderByAlias?: OrderByDirection;
518
+ dateDueFrom?: number;
519
+ dateDueTo?: number;
520
+ status?: TaskStatus;
521
+ originNoteId?: string;
522
+ editorId?: string;
523
+ editorGroupId?: string;
524
+ parentId?: string;
525
+ favorite?: boolean;
526
+ snoozed?: boolean;
527
+ size?: number;
528
+ archived: boolean;
529
+ favoriteTagId?: string;
530
+ _order?: number;
531
+ constructor(tenantIdCreated: string, sharingTags: SharingTag[]);
532
+ }
533
+ export declare const SyncQL = "\ntype Sync {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n providerRequest: ProviderRequest!\n\tenabled: Boolean!\n\tprocessingStage: String\n\tprocessingReason: String\n}";
534
+ export declare class Sync extends Primitive {
535
+ providerRequest: ProviderRequest;
536
+ enabled: boolean;
537
+ processingStage?: ProcessingStage;
538
+ processingReason?: string;
539
+ constructor(tenantIdCreated: string, providerRequest: ProviderRequest);
540
+ }
541
+ export declare const DashboardTagSubscriptionQL = "\ntype DashboardTagSubscription {\n\tdashboardSubscriptions: [String]!\n\ttagType: String!\n}";
542
+ export interface DashboardTagSubscription {
543
+ dashboardSubscriptions: string[];
544
+ tagType: TagType;
545
+ }
546
+ export declare const ExternalIdQL = "\ntype ExternalId {\n\tlabel: String!\n tagType: TagType!\n\ttagSubType: String\n blockType: BlockType!\n}";
547
+ export interface ExternalId {
548
+ label: string;
549
+ tagType: TagType;
550
+ tagSubType?: string;
551
+ blockType: BlockType;
552
+ }
553
+ export declare const ProviderApplicationQL = "\ntype ProviderApplication {\n name: String!\n label: String!\n description: String!\n\ticonUrl: String\n\tsobjects: StandardObjects!\n\tlinkSubscriptions: [String]\n\tlinkToExternalIdRegex: String\n\trecordTypeSubscriptions: [String]\n\tdocumentTypeSubscriptions: [String]\n\tdashboardTypeSubscriptions: [String]\n\tdashboardTagSubscriptions: [DashboardTagSubscription]\n\texternalIds: [ExternalId]\n\tauthentication: Boolean!\n\tinstalled: Boolean\n}";
554
+ export interface ProviderApplication {
555
+ name: string;
556
+ label: string;
557
+ description: string;
558
+ iconUrl?: string;
559
+ sobjects: StandardObjects;
560
+ linkSubscriptions?: string[];
561
+ linkToExternalIdRegex?: string;
562
+ recordTypeSubscriptions?: string[];
563
+ documentTypeSubscriptions?: string[];
564
+ dashboardTypeSubscriptions?: string[];
565
+ dashboardTagSubscriptions?: DashboardTagSubscription[];
566
+ externalIds?: ExternalId[];
567
+ externalStorage: boolean;
568
+ authentication: boolean;
569
+ installed?: boolean;
570
+ }
571
+ export declare const ProviderQL = "\ntype Provider {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n name: String!\n label: String!\n description: String!\n\ticonUrl: String\n instanceUrl: String!\n applications: [ProviderApplication]!\n\ttableMetadata: [TableMetadata]\n\tdocumentMetadata: [DocumentMetadata]\n\tdashboardMetadata: [DashboardMetadata]\n\tsubscriptionPubSubType: String\n}";
572
+ export declare class Provider extends Primitive {
573
+ name: string;
574
+ label: string;
575
+ description: string;
576
+ iconUrl?: string;
577
+ instanceUrl: string;
578
+ applications: ProviderApplication[];
579
+ tableMetadata?: TableMetadata[];
580
+ documentMetadata?: DocumentMetadata[];
581
+ dashboardMetadata?: DashboardMetadata[];
582
+ subscriptionPubSubType?: PubSubType.ProviderConnectionChanged;
583
+ _tenantId?: string;
584
+ constructor(name: string, label: string, description: string, instanceUrl: string, applications: ProviderApplication[]);
585
+ }
586
+ export declare const TagTypeQL: string;
587
+ export declare const GraphTagQL = "\ntype GraphTag {\n\t_id: String\n\ttagType: TagType\n\talias: String\n\tcount: Int\n}";
588
+ export interface GraphTag {
589
+ _id: string;
590
+ tagType: TagType;
591
+ alias: string;
592
+ count: number;
593
+ }
594
+ export declare const GraphTagsInputQL = "\ninput GraphTagsInput {\n\ttagId: String!\n\ttagTypes: [TagType]!\n}";
595
+ export interface GraphTagsInput {
596
+ tagId: string;
597
+ tagTypes: TagType[];
598
+ }
599
+ export declare const TagFieldsWithoutSharing = "\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n alias: String!\n friendlyName: String\n tagType: String!\n\ttagSubType: String\n url: String\n favicon: String\n dbpedia: String\n email: String\n avatar: String\n\texternalId: String\n inviteStatus: String\n\toriginNoteId: String\n tenantIdVerified: String\n\tbusinessObjects: [BusinessObjectLink]\n\texternalIdLinks: [ExternalIdLink]\n\tmerged: Boolean\n\tmergedWithTagId: String\n\tmember: Boolean\n archived: Boolean!\n\tprivate: Boolean\n\tfavorite: Boolean\n\thasAutoShareNotesOn: Boolean\n\thasAutoShareTasksOn: Boolean\n\ttaskCount: Int";
600
+ export declare const TagFieldsJustSharing = "\n sharingDomains: [SharingDomain]\n sharingTenants: [SharingTenant]";
601
+ export declare const TagQL = "\ntype Tag {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n alias: String!\n friendlyName: String\n tagType: String!\n\ttagSubType: String\n url: String\n favicon: String\n dbpedia: String\n email: String\n avatar: String\n\texternalId: String\n inviteStatus: String\n\toriginNoteId: String\n tenantIdVerified: String\n\tbusinessObjects: [BusinessObjectLink]\n\texternalIdLinks: [ExternalIdLink]\n\tmerged: Boolean\n\tmergedWithTagId: String\n\tmember: Boolean\n archived: Boolean!\n\tprivate: Boolean\n\tfavorite: Boolean\n\thasAutoShareNotesOn: Boolean\n\thasAutoShareTasksOn: Boolean\n\ttaskCount: Int\n sharingDomains: [SharingDomain]\n sharingTenants: [SharingTenant]\n}";
602
+ export declare class Tag extends Primitive {
603
+ alias: string;
604
+ tagType: TagType;
605
+ tagSubType?: string;
606
+ friendlyName?: string;
607
+ sharingDomains?: SharingDomain[];
608
+ sharingTenants?: SharingTenant[];
609
+ tenantSettings?: TenantSetting[];
610
+ url?: string;
611
+ favicon?: string;
612
+ dbpedia?: string;
613
+ email?: string;
614
+ avatar?: string;
615
+ externalId?: string;
616
+ inviteStatus?: InviteStatus;
617
+ tenantIdInvite?: string;
618
+ originNoteId?: string;
619
+ tenantIdVerified?: string;
620
+ archived: boolean;
621
+ private?: boolean;
622
+ favorite?: boolean;
623
+ hasAutoShareNotesOn?: boolean;
624
+ hasAutoShareTasksOn?: boolean;
625
+ sharingLevel?: SharingLevel;
626
+ taskCount?: number;
627
+ businessObjects?: BusinessObjectLink[];
628
+ externalIdLinks?: ExternalIdLink[];
629
+ _createdByAI: boolean;
630
+ _orphan?: boolean;
631
+ _savedSearchId?: string;
632
+ _inviteCode?: string;
633
+ _dateInviteCodeExpires?: number;
634
+ _avatarExists?: boolean;
635
+ merged?: boolean;
636
+ mergedWithTagId?: string;
637
+ member?: boolean;
638
+ constructor(tenantIdCreated: string, alias: string, tagType: TagType);
639
+ }
640
+ export declare const TagRecommendationQL = "\ntype TagRecommendation {\n\tid: String!\n type: String!\n\ttagType: String!\n tags: [Tag]!\n\tentity: EntityEntry!\n}";
641
+ export interface TagRecommendation {
642
+ id: string;
643
+ type: TagRecommendationType;
644
+ tagType: TagType;
645
+ tags: Tag[];
646
+ entity: EntityEntry;
647
+ }
648
+ export declare const TenantLightInputQL = "\ninput TenantLightInput {\n\t_id: String!\n\tpicture: String\n\tfamilyName: String\n\tgivenName: String\n\tallowed: Boolean\n}";
649
+ export declare class TenantLightInput {
650
+ _id: string;
651
+ picture?: string;
652
+ familyName?: string;
653
+ givenName?: string;
654
+ allowed?: boolean;
655
+ }
656
+ export declare const TenantLightQL = "\ntype TenantLight {\n _id: String!\n\tdomainMemberships: [String]!\n\temail: String!\n\ttagId: String!\n\tpicture: String\n\tfamilyName: String\n\tgivenName: String\n\tallowed: Boolean\n\taccess: String\n}";
657
+ export declare class TenantLight {
658
+ _id: string;
659
+ domainMemberships: string[];
660
+ email: string;
661
+ tagId: string;
662
+ picture?: string;
663
+ familyName?: string;
664
+ givenName?: string;
665
+ allowed?: boolean;
666
+ access?: string;
667
+ constructor(tenant: Tenant);
668
+ }
669
+ export declare const ConnectRecommendationQL = "\ntype ConnectRecommendation {\n tagType: String\n\tlinkUrl: String\n\tprovider: Provider!\n\tproviderResponse: ProviderResponse\n\tproviderInfo: ProviderInfo!\n}";
670
+ export interface ConnectRecommendation {
671
+ tagType?: string;
672
+ linkUrl?: string;
673
+ provider: Provider;
674
+ providerResponse?: ProviderResponse;
675
+ providerInfo: ProviderInfo;
676
+ }
677
+ export declare const ReactionRecommendationQL = "\ntype ReactionRecommendation {\n reaction: Reaction!\n\ttenant: TenantLight!\n}";
678
+ export interface ReactionRecommendation {
679
+ reaction: Reaction;
680
+ tenant: TenantLight;
681
+ }
682
+ export declare const ChangeRecommendationQL = "\ntype ChangeRecommendation {\n status: String\n\ttenant: TenantLight!\n}";
683
+ export interface ChangeRecommendation {
684
+ status?: TaskStatus;
685
+ tenant: TenantLight;
686
+ }
687
+ export declare const UpsertRecommendationQL = "\ntype UpsertRecommendation {\n\ttable: Table\n\tdocument: Document\n\tblockType: String!\n\tupsertType: String!\n\tmetadata: Metadata\n\tconnectionId: String!\n\trangeText: String\n}";
688
+ export interface UpsertRecommendation {
689
+ table?: Table;
690
+ document?: Document;
691
+ blockType: BlockType;
692
+ upsertType: UpsertType;
693
+ metadata: Metadata;
694
+ connectionId: string;
695
+ rangeText?: string;
696
+ }
697
+ export declare const ShareRecommendationQL = "\ntype ShareRecommendation {\n\tshared: Boolean!\n\ttenant: TenantLight!\n}";
698
+ export interface ShareRecommendation {
699
+ shared: boolean;
700
+ tenant: TenantLight;
701
+ }
702
+ export declare const IngestionRecommendationQL = "\ntype IngestionRecommendation {\n processingStage: String!\n processingAttempts: Int!\n processingReason: String\n\ttenant: TenantLight!\n}";
703
+ export interface IngestionRecommendation {
704
+ processingStage: ProcessingStage;
705
+ processingAttempts: number;
706
+ processingReason?: string;
707
+ tenant: TenantLight;
708
+ }
709
+ export declare const MessageRecommendationQL = "\ntype MessageRecommendation {\n\ttenant: TenantLight!\n}";
710
+ export interface MessageRecommendation {
711
+ tenant: TenantLight;
712
+ }
713
+ export declare const NotificationRecommendationQL = "\ntype NotificationRecommendation {\n\tdashboard: Dashboard!\n}";
714
+ export interface NotificationRecommendation {
715
+ dashboard: Dashboard;
716
+ }
717
+ export interface BaseTask {
718
+ dateDue?: number;
719
+ dateRemindMe?: number;
720
+ archived: boolean;
721
+ favorite: boolean;
722
+ snoozed: boolean;
723
+ status?: TaskStatus;
724
+ }
725
+ export declare const RecommendationQL = "\ntype Recommendation {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n\treferenceBlock: ReferenceBlock\n\trecommendationType: String!\n\tconnectRecommendation: ConnectRecommendation\n\tupsertRecommendation: UpsertRecommendation\n\tshareRecommendation: ShareRecommendation\n\tmessageRecommendation: MessageRecommendation\n\tnotificationRecommendation: NotificationRecommendation\n\treactionRecommendation: ReactionRecommendation\n\tchangeRecommendation: ChangeRecommendation\n\tingestionRecommendation: IngestionRecommendation\n\tparentId: String\n\tdateDue: Float\n\tdateRemindMe: Float\n\tarchived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tthumbs: String\n\tcomment: String\n\tstatus: String\n}";
726
+ export declare class Recommendation extends SharedPrimitive implements BaseTask {
727
+ referenceBlock: ReferenceBlock;
728
+ recommendationType: RecommendationType;
729
+ connectRecommendation?: ConnectRecommendation;
730
+ upsertRecommendation?: UpsertRecommendation;
731
+ shareRecommendation?: ShareRecommendation;
732
+ messageRecommendation?: MessageRecommendation;
733
+ notificationRecommendation?: NotificationRecommendation;
734
+ reactionRecommendation?: ReactionRecommendation;
735
+ changeRecommendation?: ChangeRecommendation;
736
+ ingestionRecommendation?: IngestionRecommendation;
737
+ parentId?: string;
738
+ dateDue?: number;
739
+ dateRemindMe?: number;
740
+ archived: boolean;
741
+ favorite: boolean;
742
+ snoozed: boolean;
743
+ thumbs?: ThumbsDirection;
744
+ comment?: string;
745
+ status?: TaskStatus;
746
+ constructor(sharingTags: SharingTag[], referenceBlock: ReferenceBlock, tenantIdCreated: string, recommendationType: RecommendationType);
747
+ }
748
+ export interface AccessTokenPair {
749
+ accessToken?: string;
750
+ clientId?: string;
751
+ apiKey?: string;
752
+ email?: string;
753
+ impersonation?: boolean;
754
+ }
755
+ export declare const TenantQL = "\ntype Tenant {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n domainMemberships: [String]!\n email: String!\n tagId: String!\n picture: String\n familyName: String\n givenName: String\n\tallowed: Boolean!\n}";
756
+ export declare class Tenant extends Primitive {
757
+ domainMemberships: string[];
758
+ email: string;
759
+ emailVerified: boolean;
760
+ domainIdEmail: string;
761
+ tagId: string;
762
+ picture?: string;
763
+ familyName?: string;
764
+ givenName?: string;
765
+ connectedProviders?: ConnectedProvider[];
766
+ accessToken?: string;
767
+ allowed: boolean;
768
+ access?: AccessType;
769
+ accessTokens?: AccessTokenPair[];
770
+ _managedByTenant?: boolean;
771
+ constructor(domainMemberships: string[], email: string, emailVerified: boolean, domainIdEmail: string, tagId: string);
772
+ get emailName(): string;
773
+ }
774
+ export declare const DomainQL = "\ntype Domain {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n domain: String!\n\tmember: Boolean!\n}";
775
+ export declare class Domain extends Primitive {
776
+ domain: string;
777
+ member?: boolean;
778
+ isPublic: boolean;
779
+ constructor(domain: string, isPublic: boolean);
780
+ }
781
+ export declare class Organization extends Tag {
782
+ constructor(tenantIdCreated: string, alias: string);
783
+ }
784
+ export declare class Person extends Tag {
785
+ constructor(tenantIdCreated: string, alias: string);
786
+ }
787
+ export declare const BlockFields = "\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]!\n blockType: String!\n document: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n archived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tdateDue: Float\n\tdateRemindMe: Float\n\tdateAssociated: Float\n\tstatus: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\treactions: [Reaction]";
788
+ export declare const BlockFieldsForUpsert = "\n _id: ID\n dateCreated: Float\n dateUpdated: Float\n tenantIdCreated: String\n sharingTags: [SharingTagInput]\n status: String\n dateDue: Float\n dateRemindMe: Float\n\tdateAssociated: Float\n archived: Boolean\n\tfavorite: Boolean\n snoozed: Boolean\n\tparentId: String\n document: String";
789
+ export declare const BlockQL = "\ntype Block {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]!\n blockType: String!\n document: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n archived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tdateDue: Float\n\tdateRemindMe: Float\n\tdateAssociated: Float\n\tstatus: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n}";
790
+ export declare class Block extends SharedPrimitive {
791
+ editors: Editor[];
792
+ blockType: BlockType;
793
+ document?: any;
794
+ _embedding?: number[];
795
+ dates?: EntityEntry[];
796
+ locations?: EntityEntry[];
797
+ emails?: string[];
798
+ businessObjects?: BusinessObjectLink[];
799
+ archived: boolean;
800
+ snoozed: boolean;
801
+ favorite: boolean;
802
+ _favorite: string[];
803
+ dateDue?: number;
804
+ dateRemindMe?: number;
805
+ status?: TaskStatus;
806
+ _dateDueUserAssigned: boolean;
807
+ dateAssociated?: number;
808
+ editorId?: string;
809
+ editorGroupId?: string;
810
+ parentId?: string;
811
+ originReferenceBlock?: ReferenceBlock;
812
+ _timeZone?: string;
813
+ _locale?: string;
814
+ _empty: boolean;
815
+ _tagRecommendations?: TagRecommendation[];
816
+ _entitiesPerson?: EntityEntry[];
817
+ _entitiesOrganization?: EntityEntry[];
818
+ _entitiesTopic?: EntityEntry[];
819
+ _emails?: EntityEntry[];
820
+ score?: number;
821
+ reactions?: Reaction[];
822
+ constructor(tenantIdCreated: string, editors: Editor[], sharingTags: SharingTag[], blockType: BlockType);
823
+ }
824
+ export declare class BlockProcessingRequest {
825
+ referenceBlock: ReferenceBlock;
826
+ constructor(referenceBlock: ReferenceBlock);
827
+ }
828
+ export declare class BlockProcessingResponse {
829
+ referenceBlock: ReferenceBlock;
830
+ constructor(referenceBlock: ReferenceBlock);
831
+ }
832
+ export interface SubscribingProviderApplication {
833
+ provider: Provider;
834
+ application: ProviderApplication;
835
+ connectedProvider?: ConnectedProvider;
836
+ }
837
+ export interface BusinessObjectIngestionResponse {
838
+ callbackId: string;
839
+ processingStage: ProcessingStage;
840
+ processingReason: string;
841
+ businessObject: BusinessObject;
842
+ }
843
+ export declare class BusinessObjectIngestionRequest extends Primitive {
844
+ referenceBlock?: ReferenceBlock;
845
+ subscribingProviderApplication?: SubscribingProviderApplication;
846
+ provider?: string;
847
+ application?: string;
848
+ uri: string;
849
+ processingStage?: ProcessingStage;
850
+ processingAttempts?: number;
851
+ processingReason?: string;
852
+ dateProcessed?: number;
853
+ dateToProcess?: number;
854
+ originReferenceBlock?: ReferenceBlock;
855
+ callbackId?: string;
856
+ businessObject?: BusinessObject;
857
+ constructor(tenantIdCreated: string, originReferenceBlock: ReferenceBlock, uri: string);
858
+ }
859
+ export declare const BusinessObjectFields = "\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]!\n blockType: String!\n document: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n archived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tdateDue: Float\n\tdateRemindMe: Float\n\tdateAssociated: Float\n\tstatus: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n provider: String!\n application: String!\n uri: String!\n processingStage: String!\n processingAttempts: Int!\n dateProcessed: Float!\n externalId: String!\n processingReason: String\n iconUrl: String";
860
+ export declare const BusinessObjectFieldsForUpsert = "\n _id: ID\n dateCreated: Float\n dateUpdated: Float\n tenantIdCreated: String\n sharingTags: [SharingTagInput]\n status: String\n dateDue: Float\n dateRemindMe: Float\n\tdateAssociated: Float\n archived: Boolean\n\tfavorite: Boolean\n snoozed: Boolean\n\tparentId: String\n document: String\n provider: String!\n application: String!\n externalId: String\n uri: String";
861
+ export declare const BusinessObjectQL = "\ntype BusinessObject {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]!\n blockType: String!\n document: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n archived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tdateDue: Float\n\tdateRemindMe: Float\n\tdateAssociated: Float\n\tstatus: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n provider: String!\n application: String!\n uri: String!\n processingStage: String!\n processingAttempts: Int!\n dateProcessed: Float!\n externalId: String!\n processingReason: String\n iconUrl: String\n}";
862
+ export declare class BusinessObject extends Block {
863
+ provider: string;
864
+ application: string;
865
+ uri: string;
866
+ externalId: string;
867
+ iconUrl?: string | null;
868
+ externalResponse?: string;
869
+ constructor(tenantIdCreated: string, editors: Editor[], sharingTags: SharingTag[], blockType: BlockType, provider: string, application: string, uri: string, externalId: string);
870
+ }
871
+ export declare class Section extends Block {
872
+ constructor(id: string);
873
+ }
874
+ export declare const NoteQL = "\ntype Note {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]!\n blockType: String!\n document: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n archived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tdateDue: Float\n\tdateRemindMe: Float\n\tdateAssociated: Float\n\tstatus: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n}";
875
+ export declare class Note extends Block {
876
+ constructor(tenantIdCreated: string, editors: Editor[], sharingTags: SharingTag[]);
877
+ }
878
+ export declare const TaskQL = "\ntype Task {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]!\n blockType: String!\n document: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n archived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tdateDue: Float\n\tdateRemindMe: Float\n\tdateAssociated: Float\n\tstatus: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n}";
879
+ export declare class Task extends Block implements BaseTask {
880
+ constructor(tenantIdCreated: string, editors: Editor[], sharingTags: SharingTag[]);
881
+ }
882
+ export declare const IngestTranscriptionInputQL = "\ninput IngestTranscriptionInput {\n _id: ID\n dateCreated: Float\n dateUpdated: Float\n tenantIdCreated: String\n sharingTags: [SharingTagInput]\n status: String\n dateDue: Float\n dateRemindMe: Float\n\tdateAssociated: Float\n archived: Boolean\n\tfavorite: Boolean\n snoozed: Boolean\n\tparentId: String\n document: String\n provider: String!\n application: String!\n externalId: String\n uri: String\n\ttitle: String\n\tstartTime: Float\n\tduration: Float\n htmlSummary: String\n rawText: String\n\tmeetingUrl: String\n\trecordingUrl: String\n\ttranscriptionUrl: String\n\tattendees: [PersonReferenceInput]! = []\n\ttasks: [IngestTodoInput]! = []\n\ttranscript: [TranscriptPartInput]! = []\n}";
883
+ export declare const TranscriptionQL = "\ntype Transcription {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]!\n blockType: String!\n document: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n archived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tdateDue: Float\n\tdateRemindMe: Float\n\tdateAssociated: Float\n\tstatus: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n provider: String!\n application: String!\n uri: String!\n processingStage: String!\n processingAttempts: Int!\n dateProcessed: Float!\n externalId: String!\n processingReason: String\n iconUrl: String\n\ttitle: String\n\tstartTime: Float\n\tduration: Float\n\thtmlSummary: String\n\trawText: String\n\tmeetingUrl: String\n\trecordingUrl: String\n\ttranscriptionUrl: String\n\tattendees: [PersonReference]!\n\ttodos: [Todo]!\n\ttranscript: [TranscriptPart]!\n}";
884
+ export declare class Transcription extends BusinessObject {
885
+ title?: string;
886
+ startTime?: number;
887
+ duration?: number;
888
+ htmlSummary?: string;
889
+ rawText?: string;
890
+ meetingUrl?: string;
891
+ recordingUrl?: string;
892
+ transcriptionUrl?: string;
893
+ attendees: PersonReference[];
894
+ todos: Todo[];
895
+ transcript: TranscriptPart[];
896
+ constructor(tenantIdCreated: string, editors: Editor[], sharingTags: SharingTag[], provider: string, application: string, uri: string, externalId: string);
897
+ }
898
+ export declare const TranscriptPartBaseFields = "\n startTime: Float!\n endTime: Float!\n text: String!";
899
+ interface TranscriptPartBase {
900
+ startTime: number;
901
+ endTime: number;
902
+ text: string;
903
+ }
904
+ export declare const TranscriptPartQL = "\ntype TranscriptPart {\n \n startTime: Float!\n endTime: Float!\n text: String!\n id: String!\n parts: [TranscriptPart]\n speakerId: String\n}";
905
+ interface TranscriptPart extends TranscriptPartBase {
906
+ id: string;
907
+ speakerId: string | null;
908
+ }
909
+ export declare const TranscriptPartInputQL = "\ninput TranscriptPartInput {\n \n startTime: Float!\n endTime: Float!\n text: String!\n id: String!\n parts: [TranscriptPartInput] = []\n speakerId: String\n}";
910
+ export declare const ConferenceEntrypointQL = "\ntype ConferenceEntrypoint {\n url: String\n meetingCode: String\n}";
911
+ export interface ConferenceEntrypoint {
912
+ url?: string | null;
913
+ meetingCode?: string | null;
914
+ }
915
+ export declare const ConferenceQL = "\ntype Conference {\n entryPoints: [ConferenceEntrypoint]\n transcription: Transcription\n}";
916
+ export interface Conference {
917
+ entryPoints?: ConferenceEntrypoint[];
918
+ transcription?: Transcription | null;
919
+ }
920
+ export interface IngestTranscriptionInput extends Transcription {
921
+ }
922
+ export declare enum EventStatus {
923
+ Confirmed = "confirmed",
924
+ Tentative = "tentative",
925
+ Cancelled = "cancelled"
926
+ }
927
+ export declare enum ResponseStatus {
928
+ NeedsAction = "needsAction",
929
+ Declined = "declined",
930
+ Tentative = "tentative",
931
+ Accepted = "accepted"
932
+ }
933
+ export declare const PersonAcceptanceQL = "\ntype PersonAcceptance {\n email: String!\n\tfriendlyName: String\n\ttagId: String\n\n responseStatus: String!\n}";
934
+ export interface PersonAcceptance extends PersonReference {
935
+ responseStatus: ResponseStatus;
936
+ }
937
+ export declare const AttachmentInputQL = "\ninput AttachmentInput {\n\texternalId: String!\n\turl: String!\n\ticonUrl: String\n\tmimeType: String\n\ttitle: String\n}";
938
+ export declare const AttachmentQL = "\ntype Attachment {\n\texternalId: String!\n\turl: String!\n\ticonUrl: String\n\tmimeType: String\n\ttitle: String\n}";
939
+ export interface Attachment {
940
+ externalId: string;
941
+ url: string;
942
+ iconUrl?: string | null;
943
+ mimeType?: string | null;
944
+ title?: string | null;
945
+ }
946
+ export interface NormalizedImportantField {
947
+ name: string;
948
+ value?: string;
949
+ tagType?: TagType;
950
+ }
951
+ export interface NormalizedBusinessObject {
952
+ businessObject: BusinessObject;
953
+ dateDue?: number;
954
+ priority?: TaskPriority;
955
+ status?: TaskStatus;
956
+ important?: NormalizedImportantField[];
957
+ tagIds?: string[];
958
+ }
959
+ export interface AveragePriorityChange {
960
+ before: TaskPriority;
961
+ after: TaskPriority;
962
+ }
963
+ export interface AnalysisResult {
964
+ dateDueImpacted?: NormalizedBusinessObject[];
965
+ movingPriority?: AveragePriorityChange;
966
+ taskCompleted?: boolean;
967
+ }
968
+ export interface CalendarFilter {
969
+ dateStart: number;
970
+ dateEnd: number;
971
+ limit: number;
972
+ }
973
+ export interface SyncCalendarProviderRequest {
974
+ calendarFilter: CalendarFilter;
975
+ connectedProvider: ConnectedProvider;
976
+ }
977
+ export interface TranscriptionFilter {
978
+ dateStart: number;
979
+ dateEnd: number;
980
+ limit: number;
981
+ }
982
+ export interface SyncTranscriptionProviderRequest {
983
+ transcriptionFilter: TranscriptionFilter;
984
+ connectedProvider: ConnectedProvider;
985
+ }
986
+ export interface RecordTypeFilter {
987
+ tableMetadata: TableMetadata;
988
+ externalIds: string[];
989
+ }
990
+ export interface RecordFilter {
991
+ recordTypeFilters: RecordTypeFilter[];
992
+ }
993
+ export interface UpsertTableProviderRequest {
994
+ table: Table;
995
+ connectedProvider: ConnectedProvider;
996
+ }
997
+ export interface SyncTableProviderRequest {
998
+ recordFilter: RecordFilter;
999
+ connectedProvider: ConnectedProvider;
1000
+ }
1001
+ export interface SyncTableMetadataProviderRequest {
1002
+ tableMetadata: TableMetadata[];
1003
+ connectedProvider: ConnectedProvider;
1004
+ }
1005
+ export declare const EventQL = "\ntype Event {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]!\n blockType: String!\n document: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n archived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tdateDue: Float\n\tdateRemindMe: Float\n\tdateAssociated: Float\n\tstatus: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n provider: String!\n application: String!\n uri: String!\n processingStage: String!\n processingAttempts: Int!\n dateProcessed: Float!\n externalId: String!\n processingReason: String\n iconUrl: String\n calendarId: String!\n eventStatus: String!\n dateStart: Float!\n organizedBy: PersonReference!\n location: String\n dateStartOriginal: Float\n recurrence: [String]\n dateEnd: Float\n subject: String\n description: String\n attendees: [PersonAcceptance]\n conference: Conference\n}";
1006
+ export declare class Event extends BusinessObject {
1007
+ calendarId: string;
1008
+ eventStatus: EventStatus;
1009
+ dateStart: number;
1010
+ organizedBy: PersonReference;
1011
+ location?: string | null;
1012
+ dateStartOriginal?: number | null;
1013
+ recurrence?: RecurrenceRFC[] | null;
1014
+ dateEnd?: number | null;
1015
+ subject?: string | null;
1016
+ description?: string | null;
1017
+ attendees?: PersonAcceptance[] | null;
1018
+ conference?: Conference | null;
1019
+ attachments?: Attachment[] | null;
1020
+ constructor(tenantIdCreated: string, editors: Editor[], sharingTags: SharingTag[], provider: string, application: string, uri: string, externalId: string, calendarId: string, eventStatus: EventStatus, dateStart: number, organizedBy: PersonReference);
1021
+ }
1022
+ export declare const CalendarQL = "\ntype Calendar {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]!\n blockType: String!\n document: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n archived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tdateDue: Float\n\tdateRemindMe: Float\n\tdateAssociated: Float\n\tstatus: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n provider: String!\n application: String!\n uri: String!\n processingStage: String!\n processingAttempts: Int!\n dateProcessed: Float!\n externalId: String!\n processingReason: String\n iconUrl: String\n timeZone: String!\n description: String\n location: String\n events: [Event]\n}";
1023
+ export declare class Calendar extends BusinessObject {
1024
+ timeZone: string;
1025
+ description?: string | null;
1026
+ location?: string | null;
1027
+ events?: Event[] | null;
1028
+ constructor(tenantIdCreated: string, editors: Editor[], sharingTags: SharingTag[], provider: string, application: string, uri: string, externalId: string, timeZone: string);
1029
+ }
1030
+ export declare const IngestTodoInputQL = "\ninput IngestTodoInput {\n _id: ID\n dateCreated: Float\n dateUpdated: Float\n tenantIdCreated: String\n sharingTags: [SharingTagInput]\n status: String\n dateDue: Float\n dateRemindMe: Float\n\tdateAssociated: Float\n archived: Boolean\n\tfavorite: Boolean\n snoozed: Boolean\n\tparentId: String\n document: String\n\thtmlContent: String\n}";
1031
+ export declare const TodoQL = "\ntype Todo {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]!\n blockType: String!\n document: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n archived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tdateDue: Float\n\tdateRemindMe: Float\n\tdateAssociated: Float\n\tstatus: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n provider: String!\n application: String!\n uri: String!\n processingStage: String!\n processingAttempts: Int!\n dateProcessed: Float!\n externalId: String!\n processingReason: String\n iconUrl: String\n\thtmlContent: String\n}";
1032
+ export declare class Todo extends BusinessObject implements BaseTask {
1033
+ htmlContent?: string;
1034
+ constructor(tenantIdCreated: string, editors: Editor[], sharingTags: SharingTag[], provider: string, application: string, uri: string, externalId: string, status: TaskStatus, dateDue: number);
1035
+ }
1036
+ export interface IngestTodoInput extends Todo {
1037
+ }
1038
+ export declare const IngestEmailInputQL = "\ninput IngestEmailInput {\n _id: ID\n dateCreated: Float\n dateUpdated: Float\n tenantIdCreated: String\n sharingTags: [SharingTagInput]\n status: String\n dateDue: Float\n dateRemindMe: Float\n\tdateAssociated: Float\n archived: Boolean\n\tfavorite: Boolean\n snoozed: Boolean\n\tparentId: String\n document: String\n to: [PersonReferenceInput]\n cc: [PersonReferenceInput]\n bcc: [PersonReferenceInput]\n\tfrom: PersonReferenceInput\n subject: String\n\tattachments: [AttachmentInput]\n\thtmlContent: String\n\ttextContent: String\n\tcreateBlockType: String\n}";
1039
+ export declare const EmailQL = "\ntype Email {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]!\n blockType: String!\n document: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n archived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tdateDue: Float\n\tdateRemindMe: Float\n\tdateAssociated: Float\n\tstatus: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n provider: String!\n application: String!\n uri: String!\n processingStage: String!\n processingAttempts: Int!\n dateProcessed: Float!\n externalId: String!\n processingReason: String\n iconUrl: String\n to: [PersonReference]\n cc: [PersonReference]\n bcc: [PersonReference]\n\tfrom: PersonReference\n subject: String\n\tattachments: [Attachment]\n\thtmlContent: String\n\ttextContent: String\n}";
1040
+ export declare class Email extends BusinessObject {
1041
+ to?: PersonReference[];
1042
+ cc?: PersonReference[];
1043
+ bcc?: PersonReference[];
1044
+ from?: PersonReference;
1045
+ subject?: string | null;
1046
+ attachments?: Attachment[] | null;
1047
+ htmlContent?: string;
1048
+ textContent?: string;
1049
+ createBlockType?: string;
1050
+ constructor(tenantIdCreated: string, editors: Editor[], sharingTags: SharingTag[], provider: string, application: string, uri: string, externalId: string);
1051
+ }
1052
+ export interface IngestEmailInput extends Email {
1053
+ }
1054
+ export declare const UpsertMessageInputQL = "\ninput UpsertMessageInput {\n _id: ID\n dateCreated: Float\n dateUpdated: Float\n tenantIdCreated: String\n sharingTags: [SharingTagInput]\n status: String\n dateDue: Float\n dateRemindMe: Float\n\tdateAssociated: Float\n archived: Boolean\n\tfavorite: Boolean\n snoozed: Boolean\n\tparentId: String\n document: String\n\thtmlContent: String\n originReferenceTagId: String\n\toriginReferenceBlock: ReferenceBlockInput\n}";
1055
+ export declare const MessageQL = "\ntype Message {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]!\n blockType: String!\n document: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n archived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tdateDue: Float\n\tdateRemindMe: Float\n\tdateAssociated: Float\n\tstatus: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n provider: String!\n application: String!\n uri: String!\n processingStage: String!\n processingAttempts: Int!\n dateProcessed: Float!\n externalId: String!\n processingReason: String\n iconUrl: String\n\thtmlContent: String\n\toriginReferenceTagId: String\n}";
1056
+ export declare class Message extends BusinessObject {
1057
+ htmlContent?: string;
1058
+ originReferenceTagId?: string;
1059
+ constructor(tenantIdCreated: string, editors: Editor[], sharingTags: SharingTag[], provider: string, application: string, uri: string, externalId: string);
1060
+ }
1061
+ export interface UpsertMessageInput extends Message {
1062
+ }
1063
+ export declare const DocumentFields = "\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]!\n blockType: String!\n document: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n archived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tdateDue: Float\n\tdateRemindMe: Float\n\tdateAssociated: Float\n\tstatus: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n provider: String!\n application: String!\n uri: String!\n processingStage: String!\n processingAttempts: Int!\n dateProcessed: Float!\n externalId: String!\n processingReason: String\n iconUrl: String\n title: String\n description: String\n previewImage: String\n htmlContent: String\n\tmetadataType: String";
1064
+ export declare const DocumentQL = "\ntype Document {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]!\n blockType: String!\n document: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n archived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tdateDue: Float\n\tdateRemindMe: Float\n\tdateAssociated: Float\n\tstatus: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n provider: String!\n application: String!\n uri: String!\n processingStage: String!\n processingAttempts: Int!\n dateProcessed: Float!\n externalId: String!\n processingReason: String\n iconUrl: String\n title: String\n description: String\n previewImage: String\n htmlContent: String\n\tmetadataType: String\n}";
1065
+ export declare class Document extends BusinessObject {
1066
+ title?: string;
1067
+ description?: string;
1068
+ previewImage?: string;
1069
+ htmlContent?: string;
1070
+ metadataType?: string;
1071
+ constructor(tenantIdCreated: string, editors: Editor[], sharingTags: SharingTag[], provider: string, application: string, uri: string, externalId: string);
1072
+ }
1073
+ export declare const BlockDataQL = "\ntype BlockData {\n _id: String!\n\tdateCreated: Float\n dateUpdated: Float\n\tname: String!\n\tblockType: String\n title: String\n\tdocument: String\n\thtmlContent: String\n\tmetadataType: String\n\ttagType: String\n\tsearch: GraphSearch\n}";
1074
+ export declare class BlockData extends Primitive {
1075
+ name: string;
1076
+ blockType?: BlockType;
1077
+ title?: string;
1078
+ document?: string;
1079
+ htmlContent?: string;
1080
+ metadataType?: string;
1081
+ tagType?: TagType;
1082
+ search?: GraphSearchInput;
1083
+ constructor(name: string);
1084
+ }
1085
+ export declare const DashboardQL = "\ntype Dashboard {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]!\n blockType: String!\n document: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n archived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tdateDue: Float\n\tdateRemindMe: Float\n\tdateAssociated: Float\n\tstatus: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n provider: String!\n application: String!\n uri: String!\n processingStage: String!\n processingAttempts: Int!\n dateProcessed: Float!\n externalId: String!\n processingReason: String\n iconUrl: String\n metadata: DashboardMetadata\n blockData: [BlockData]\n\ttagId: String\n}";
1086
+ export declare class Dashboard extends BusinessObject {
1087
+ metadata: DashboardMetadata;
1088
+ blockData: BlockData[];
1089
+ tagId: string;
1090
+ constructor(tenantIdCreated: string, editors: Editor[], sharingTags: SharingTag[], provider: string, application: string, uri: string, externalId: string, dashboardMetadata: DashboardMetadata, tagId: string);
1091
+ }
1092
+ export declare const WebsiteQL = "\ntype Website {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]!\n blockType: String!\n document: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n archived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tdateDue: Float\n\tdateRemindMe: Float\n\tdateAssociated: Float\n\tstatus: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n provider: String!\n application: String!\n uri: String!\n processingStage: String!\n processingAttempts: Int!\n dateProcessed: Float!\n externalId: String!\n processingReason: String\n iconUrl: String\n title: String\n description: String\n bannerImage: String\n htmlContent: String\n}";
1093
+ export declare class Website extends BusinessObject {
1094
+ title?: string;
1095
+ description?: string;
1096
+ bannerImage?: string;
1097
+ htmlContent?: string;
1098
+ constructor(tenantIdCreated: string, editors: Editor[], sharingTags: SharingTag[], provider: string, application: string, uri: string, externalId: string);
1099
+ }
1100
+ export declare const BlockDescriptionQL = "\ntype BlockDescription {\n title: String\n\tname: String!\n\tdescription: String!\n\tblockType: String\n\tmetadataType: String\n\ttagType: String\n}";
1101
+ export interface BlockDescription {
1102
+ title?: string;
1103
+ name: string;
1104
+ description: string;
1105
+ blockType?: BlockType;
1106
+ metadataType?: string;
1107
+ tagType?: TagType;
1108
+ }
1109
+ export declare const DocumentMetadataQL = "\ntype DocumentMetadata {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n label: String!\n description: String!\n\tmetadataType: String!\n\treferences: [String]\n\tclassifiers: [String]!\n\tthreshold: Float!\n\tprovider: String\n\tapplication: String\n blockDescriptions: [BlockDescription]!\n\texportTypes: [String]\n}";
1110
+ export declare class DocumentMetadata extends Metadata {
1111
+ blockDescriptions: BlockDescription[];
1112
+ exportTypes?: ExportType[];
1113
+ constructor(label: string, description: string, metadataType: string, classifiers: string[], threshold: number, blockDescriptions: BlockDescription[]);
1114
+ }
1115
+ export declare const DashboardMetadataQL = "\ntype DashboardMetadata {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n label: String!\n description: String!\n\tmetadataType: String!\n\treferences: [String]\n\tclassifiers: [String]!\n\tthreshold: Float!\n\tprovider: String\n\tapplication: String\n blockDescriptions: [BlockDescription]!\n\tnotificationMetadataTypes: [String]!\n}";
1116
+ export declare class DashboardMetadata extends Metadata {
1117
+ blockDescriptions: BlockDescription[];
1118
+ notificationMetadataTypes: string[];
1119
+ constructor(label: string, description: string, metadataType: string, classifiers: string[], threshold: number, blockDescriptions: BlockDescription[]);
1120
+ }
1121
+ export declare const TemplateQL = "\ntype Template {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]!\n blockType: String!\n document: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n archived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tdateDue: Float\n\tdateRemindMe: Float\n\tdateAssociated: Float\n\tstatus: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n provider: String!\n application: String!\n uri: String!\n processingStage: String!\n processingAttempts: Int!\n dateProcessed: Float!\n externalId: String!\n processingReason: String\n iconUrl: String\n metadata: DocumentMetadata\n}";
1122
+ export declare class Template extends BusinessObject {
1123
+ metadata?: DocumentMetadata;
1124
+ constructor(tenantIdCreated: string, editors: Editor[], sharingTags: SharingTag[], provider: string, application: string, uri: string, externalId: string);
1125
+ }
1126
+ export declare enum FieldType {
1127
+ Text = "input",
1128
+ Select = "select",
1129
+ Checkbox = "checkbox",
1130
+ Lookup = "lookup"
1131
+ }
1132
+ export declare enum FieldVariation {
1133
+ Multi = "multi",
1134
+ Password = "password",
1135
+ Email = "email",
1136
+ Date = "date",
1137
+ Currency = "currency",
1138
+ DateTime = "datetime",
1139
+ Phone = "phone",
1140
+ Url = "url"
1141
+ }
1142
+ export declare const OptionQL = "\ntype Option {\n label: String!\n\tvalue: String!\n\tstatus: String\n\tpriority: String\n}";
1143
+ export interface Option {
1144
+ label: string;
1145
+ value: string;
1146
+ status?: TaskStatus;
1147
+ priority?: TaskPriority;
1148
+ }
1149
+ export declare const FieldQL = "\ntype Field {\n label: String!\n\tname: String!\n\tdescription: String!\n\timportant: Boolean\n\tstatus: Boolean\n\tpriority: Boolean\n\ttagType: TagType\n\ttagSubType: String\n\tfieldType: String!\n\tfieldVariation: String\n\tmaximumCharacters: Int\n\treadOnly: Boolean!\n options: [Option]\n}";
1150
+ export interface Field {
1151
+ label: string;
1152
+ name: string;
1153
+ description: string;
1154
+ important?: boolean;
1155
+ status?: boolean;
1156
+ priority?: boolean;
1157
+ tagType?: TagType;
1158
+ tagSubType?: string;
1159
+ fieldType: FieldType;
1160
+ fieldVariation?: FieldVariation;
1161
+ maximumCharacters?: number;
1162
+ readOnly: boolean;
1163
+ options?: Option[];
1164
+ }
1165
+ export declare const FieldValueInputQL = "\ninput FieldValueInput {\n name: String!\n\tvalue: String\n\tid: String\n\tchanged: Boolean\n}";
1166
+ export declare const FieldValueQL = "\ntype FieldValue {\n name: String!\n\tvalue: String\n\tid: String\n\tchanged: Boolean\n}";
1167
+ export interface FieldValue {
1168
+ name: string;
1169
+ value?: string;
1170
+ id?: string;
1171
+ changed?: boolean;
1172
+ }
1173
+ export declare const TableMetadataQL = "\ntype TableMetadata {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n label: String!\n description: String!\n\tmetadataType: String!\n\treferences: [String]\n\tclassifiers: [String]!\n\tthreshold: Float!\n\tprovider: String\n\tapplication: String\n fields: [Field]!\n\ttasky: Boolean!\n}";
1174
+ export declare class TableMetadata extends Metadata {
1175
+ fields: Field[];
1176
+ tasky: boolean;
1177
+ constructor(label: string, description: string, metadataType: string, fields: Field[], classifiers: string[], threshold: number);
1178
+ }
1179
+ export declare const RecordInputQL = "\ninput RecordInput {\n _id: String!\n values: [FieldValueInput]!\n}";
1180
+ export declare const RecordQL = "\ntype Record {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]!\n blockType: String!\n document: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n archived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tdateDue: Float\n\tdateRemindMe: Float\n\tdateAssociated: Float\n\tstatus: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n provider: String!\n application: String!\n uri: String!\n processingStage: String!\n processingAttempts: Int!\n dateProcessed: Float!\n externalId: String!\n processingReason: String\n iconUrl: String\n values: [FieldValue]!\n}";
1181
+ export interface RecordInput {
1182
+ _id: string;
1183
+ values: FieldValue[];
1184
+ }
1185
+ export declare class Record extends BusinessObject {
1186
+ values: FieldValue[];
1187
+ enabled: boolean;
1188
+ processingStage?: ProcessingStage;
1189
+ processingReason?: string;
1190
+ dashboardId?: string;
1191
+ blockDescriptionName?: string;
1192
+ constructor(tenantIdCreated: string, editors: Editor[], sharingTags: SharingTag[], provider: string, application: string, uri: string, externalId: string, values: FieldValue[]);
1193
+ }
1194
+ export declare const TableFields = "\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]!\n blockType: String!\n document: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n archived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tdateDue: Float\n\tdateRemindMe: Float\n\tdateAssociated: Float\n\tstatus: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n provider: String!\n application: String!\n uri: String!\n processingStage: String!\n processingAttempts: Int!\n dateProcessed: Float!\n externalId: String!\n processingReason: String\n iconUrl: String\n records: [Record]\n metadata: TableMetadata\n\tconnectionId: String";
1195
+ export declare const TableQL = "\ntype Table {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]!\n blockType: String!\n document: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\n archived: Boolean!\n\tfavorite: Boolean!\n\tsnoozed: Boolean!\n\tdateDue: Float\n\tdateRemindMe: Float\n\tdateAssociated: Float\n\tstatus: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n provider: String!\n application: String!\n uri: String!\n processingStage: String!\n processingAttempts: Int!\n dateProcessed: Float!\n externalId: String!\n processingReason: String\n iconUrl: String\n records: [Record]\n metadata: TableMetadata\n\tconnectionId: String\n}";
1196
+ export declare class Table extends BusinessObject {
1197
+ metadata: TableMetadata;
1198
+ records?: Record[];
1199
+ connectionId?: string;
1200
+ constructor(tenantIdCreated: string, editors: Editor[], sharingTags: SharingTag[], provider: string, application: string, uri: string, externalId: string, metadata: TableMetadata);
1201
+ }
1202
+ export declare const FindRecordInputQL = "\ninput FindRecordInput {\n _id: String\n uri: String\n archived: Boolean\n}";
1203
+ export interface FindRecordInput {
1204
+ _id: string;
1205
+ uri: string;
1206
+ archived: boolean;
1207
+ }
1208
+ export declare const FindRecordsInputQL = "\ninput FindRecordsInput {\n\t_ids: [String]\n archived: Boolean\n}";
1209
+ export interface FindRecordsInput {
1210
+ _ids?: string[];
1211
+ archived: boolean;
1212
+ }
1213
+ export declare const UpsertRecordsInputQL = "\ninput UpsertRecordsInput {\n _id: String!\n records: [RecordInput]\n recommendationId: String\n\tconnectionId: String\n}";
1214
+ export interface UpsertRecordsInput {
1215
+ _id: string;
1216
+ records: RecordInput[];
1217
+ recommendationId?: string;
1218
+ connectionId?: string;
1219
+ }
1220
+ export declare const FindTenantInputQL = "\ninput FindTenantInput {\n _id: String!\n}";
1221
+ export interface FindTenantInput {
1222
+ _id: string;
1223
+ }
1224
+ export declare const FindTenantsInputQL = "\ninput FindTenantsInput {\n domainId: String\n}";
1225
+ export interface FindTenantsInput {
1226
+ domainId?: string;
1227
+ }
1228
+ export declare const FindDomainInputQL = "\ninput FindDomainInput {\n _id: String!\n}";
1229
+ export interface FindDomainInput {
1230
+ _id: string;
1231
+ }
1232
+ export declare const FindCalendarInputQL = "\ninput FindCalendarInput {\n _id: String!\n}";
1233
+ export interface FindCalendarInput {
1234
+ _id: string;
1235
+ }
1236
+ export declare const FindEventInputQL = "\ninput FindEventInput {\n _id: String!\n}";
1237
+ export interface FindEventInput {
1238
+ _id: string;
1239
+ }
1240
+ export declare const FindDocumentInputQL = "\ninput FindDocumentInput {\n _id: String!\n archived: Boolean\n}";
1241
+ export interface FindDocumentInput {
1242
+ _id: string;
1243
+ archived?: boolean;
1244
+ }
1245
+ export declare const UpsertDocumentInputQL = "\ninput UpsertDocumentInput {\n _id: String\n document: String!\n\tmetadataType: String\n recommendationId: String\n\tconnectionId: String\n}";
1246
+ export interface UpsertDocumentInput {
1247
+ _id?: string;
1248
+ document: string;
1249
+ metadataType?: string;
1250
+ recommendationId?: string;
1251
+ connectionId?: string;
1252
+ }
1253
+ export declare const FindDashboardInputQL = "\ninput FindDashboardInput {\n _id: String!\n archived: Boolean\n}";
1254
+ export interface FindDashboardInput {
1255
+ _id: string;
1256
+ archived?: boolean;
1257
+ }
1258
+ export declare const FindDashboardBlockInputQL = "\ninput FindDashboardBlockInput {\n _id: String!\n}";
1259
+ export interface FindDashboardBlockInput {
1260
+ _id: string;
1261
+ }
1262
+ export declare const UpsertNoteInputQL = "\ninput UpsertNoteInput {\n _id: String\n document: String\n editor: EditorInput!\n\tsharingTags: [SharingTagInput]\n\tfavorite: Boolean\n\tdateAssociated: Float\n}";
1263
+ export interface UpsertNoteInput {
1264
+ _id?: string;
1265
+ document?: string;
1266
+ editor: Editor;
1267
+ sharingTags?: SharingTag[];
1268
+ favorite?: boolean;
1269
+ dateAssociated?: number;
1270
+ }
1271
+ export declare const FindBlockInputQL = "\ninput FindBlockInput {\n _id: String!\n\tblockType: String\n archived: Boolean\n}";
1272
+ export interface FindBlockInput {
1273
+ _id: string;
1274
+ blockType?: BlockType;
1275
+ archived?: boolean;
1276
+ }
1277
+ export declare const FindBlocksInputQL = "\ninput FindBlocksInput {\n originReferenceBlock: ReferenceBlockInput\n\toriginReferenceTagId: String\n\tblockType: String\n archived: Boolean\n}";
1278
+ export interface FindBlocksInput {
1279
+ originReferenceBlock?: ReferenceBlock;
1280
+ originReferenceTagId?: string;
1281
+ blockType?: BlockType;
1282
+ archived?: boolean;
1283
+ }
1284
+ export declare const ArchiveBlockInputQL = "\ninput ArchiveBlockInput {\n _id: String!\n\tblockType: String\n archive: Boolean\n}";
1285
+ export interface ArchiveBlockInput {
1286
+ _id: string;
1287
+ blockType?: BlockType;
1288
+ archive?: boolean;
1289
+ }
1290
+ export declare const ArchiveBlockOutputQL = "\ntype ArchiveBlockOutput {\n _id: String!\n archived: Boolean!\n}";
1291
+ export interface ArchiveBlockOutput {
1292
+ _id: string;
1293
+ archived: boolean;
1294
+ }
1295
+ export declare const UpdateRecommendationInputQL = "\ninput UpdateRecommendationInput {\n _id: String!\n\tthumbs: String\n\tcomment: String\n}";
1296
+ export interface UpdateRecommendationInput {
1297
+ _id?: string;
1298
+ thumbs: ThumbsDirection;
1299
+ comment: string;
1300
+ }
1301
+ export declare const ArchiveRecommendationInputQL = "\ninput ArchiveRecommendationInput {\n _id: String!\n archive: Boolean\n}";
1302
+ export interface ArchiveRecommendationInput {
1303
+ _id: string;
1304
+ archive?: boolean;
1305
+ }
1306
+ export declare const ArchiveRecommendationOutputQL = "\ntype ArchiveRecommendationOutput {\n _id: String!\n archived: Boolean!\n}";
1307
+ export interface ArchiveRecommendationOutput {
1308
+ _id: string;
1309
+ archived: boolean;
1310
+ }
1311
+ export declare const FindProviderInputQL = "\ninput FindProviderInput {\n _id: String\n provider: String\n}";
1312
+ export interface FindProviderInput {
1313
+ _id?: string;
1314
+ provider?: string;
1315
+ }
1316
+ export declare const ProviderApplicationInputQL = "\ninput ProviderApplicationInput {\n installed: Boolean\n name: String!\n}";
1317
+ export interface ProviderApplicationInput {
1318
+ installed?: boolean;
1319
+ name: string;
1320
+ }
1321
+ export declare const FindProvidersInputQL = "\ninput FindProvidersInput {\n applications: [ProviderApplicationInput]\n}";
1322
+ export interface FindProvidersInput {
1323
+ applications?: ProviderApplicationInput[];
1324
+ }
1325
+ export declare const FindSyncInputQL = "\ninput FindSyncInput {\n _id: String!\n}";
1326
+ export interface FindSyncInput {
1327
+ _id: string;
1328
+ }
1329
+ export declare const SharingDomainInputQL = "\ninput SharingDomainInput {\n domainId: String!\n\tsharingLevel: Int!\n}";
1330
+ export declare const SharingTenantInputQL = "\ninput SharingTenantInput {\n tenantId: String!\n\tsharingLevel: Int!\n}";
1331
+ export declare const UpsertTagInputQL = "\ninput UpsertTagInput {\n\t_id: ID\n\talias: String\n\tfriendlyName: String\n\ttagType: String\n\turl: String\n\tfavicon: String\n\tdbpedia: String\n\temail: String\n\tavatar: String\n\tinviteStatus: String\n\toriginNoteId: String\n\tfavorite: Boolean\n\tsharingDomains: [SharingDomainInput]\n\tsharingTenants: [SharingTenantInput]\n\tbusinessObjects: [BusinessObjectLinkInput]\n\texternalIdLinks: [ExternalIdLinkInput]\n\thasAutoShareNotesOn: Boolean\n\thasAutoShareTasksOn: Boolean\n\tsharingLevel: Int\n}";
1332
+ export interface UpsertTagInput extends Tag {
1333
+ }
1334
+ export declare const FindTagInputQL = "\ninput FindTagInput {\n _id: String!\n archived: Boolean\n\tconnectionId: String\n\ttagType: String\n\ttagSubType: String\n}";
1335
+ export interface FindTagInput {
1336
+ _id: string;
1337
+ archived?: boolean;
1338
+ connectionId?: string;
1339
+ tagType?: TagType;
1340
+ tagSubType?: string;
1341
+ }
1342
+ export declare const FindTagsInputQL = "\ninput FindTagsInput {\n\talias: String\n\tfriendlyName: String\n archived: Boolean\n\tfavorite: Boolean\n}";
1343
+ export interface FindTagsInput {
1344
+ alias?: string;
1345
+ friendlyName?: string;
1346
+ archived?: boolean;
1347
+ favorite?: boolean;
1348
+ }
1349
+ export declare const ArchiveTagInputQL = "\ninput ArchiveTagInput {\n _id: String!\n archive: Boolean\n}";
1350
+ export interface ArchiveTagInput {
1351
+ _id: string;
1352
+ archive?: boolean;
1353
+ }
1354
+ export declare const ArchiveTagOutputQL = "\ntype ArchiveTagOutput {\n _id: String!\n archived: Boolean!\n}";
1355
+ export interface ArchiveTagOutput {
1356
+ _id: string;
1357
+ archived: boolean;
1358
+ }
1359
+ export declare const MergeTagInputQL = "\ninput MergeTagInput {\n tagIdToRemain: String!\n tagIdToMerge: String!\n}";
1360
+ export interface MergeTagInput {
1361
+ tagIdToRemain: string;
1362
+ tagIdToMerge: string;
1363
+ }
1364
+ export declare const SetSharingTagInputQL = "\ninput SetSharingTagInput {\n referenceBlock: ReferenceBlockInput!\n sharingTag: InviteSharingTagInput!\n}";
1365
+ export interface SetSharingTagInput {
1366
+ referenceBlock: ReferenceBlock;
1367
+ sharingTag: SharingTag;
1368
+ }
1369
+ export declare const DeleteSharingTagInputQL = "\ninput DeleteSharingTagInput {\n referenceBlock: ReferenceBlockInput!\n tagId: String!\n}";
1370
+ export interface DeleteSharingTagInput {
1371
+ referenceBlock: ReferenceBlock;
1372
+ tagId: string;
1373
+ }
1374
+ export declare const UpdateTaskInputQL = "\ninput UpsertTaskInput {\n _id: ID\n dateCreated: Float\n dateUpdated: Float\n tenantIdCreated: String\n sharingTags: [SharingTagInput]\n status: String\n dateDue: Float\n dateRemindMe: Float\n\tdateAssociated: Float\n archived: Boolean\n\tfavorite: Boolean\n snoozed: Boolean\n\tparentId: String\n document: String\n editor: EditorInput!\n}";
1375
+ export interface UpsertTaskInput extends Task {
1376
+ editor: Editor;
1377
+ }
1378
+ export declare const UpsertFolderInputQL = "\ninput UpsertFolderInput {\n _id: String\n\tsharingTags: [SharingTagInput]\n\ticon: String\n\tlabel: String\n\tdescription: String\n\tsearchIds: [String]\n}";
1379
+ export interface UpsertFolderInput {
1380
+ _id?: string;
1381
+ sharingTags?: SharingTag[];
1382
+ icon?: string;
1383
+ label?: string;
1384
+ description?: string;
1385
+ searchIds?: string[];
1386
+ _tagType?: TagType;
1387
+ }
1388
+ export declare const FindFolderInputQL = "\ninput FindFolderInput {\n _id: String!\n archived: Boolean\n}";
1389
+ export interface FindFolderInput {
1390
+ _id: string;
1391
+ archived?: boolean;
1392
+ }
1393
+ export declare const FindFoldersInputQL = "\ninput FindFoldersInput {\n archived: Boolean\n}";
1394
+ export interface FindFoldersInput {
1395
+ archived?: boolean;
1396
+ }
1397
+ export declare const ArchiveFolderInputQL = "\ninput ArchiveFolderInput {\n _id: String!\n archive: Boolean\n}";
1398
+ export interface ArchiveFolderInput {
1399
+ _id: string;
1400
+ archive?: boolean;
1401
+ }
1402
+ export declare const ArchiveFolderOutputQL = "\ntype ArchiveFolderOutput {\n _id: String!\n archived: Boolean!\n}";
1403
+ export interface ArchiveFolderOutput {
1404
+ _id: string;
1405
+ archived: boolean;
1406
+ }
1407
+ export declare const UpsertSearchInputQL = "\ninput UpsertSearchInput {\n _id: String\n\tblockType: String\n\tlabel: String\n search: String\n\t_ids: [String]\n tagIds: [String]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLinkInput]\n\tsharingTags: [SharingTagInput]\n\torderByDateUpdated: String\n\torderByDateCreated: String\n\torderByDateDue: String\n\torderByAlias: String\n\tdateDueFrom: Float\n\tdateDueTo: Float\n\tstatus: String\n\teditorId: String\n\teditorGroupId: String\n\tparentId: String\n\tfavorite: Boolean\n\tsnoozed: Boolean\n\tsize: Int\n}";
1408
+ export interface UpsertSearchInput {
1409
+ _id?: string;
1410
+ blockType?: string;
1411
+ label?: string;
1412
+ search?: string;
1413
+ _ids?: string[];
1414
+ tagIds?: string[];
1415
+ emails?: string[];
1416
+ businessObjects?: BusinessObjectLink[];
1417
+ sharingTags?: SharingTag[];
1418
+ orderByDateUpdated?: OrderByDirection;
1419
+ orderByDateCreated?: OrderByDirection;
1420
+ orderByDateDue?: OrderByDirection;
1421
+ orderByAlias?: OrderByDirection;
1422
+ dateDueFrom?: number;
1423
+ dateDueTo?: number;
1424
+ status?: TaskStatus;
1425
+ editorId?: string;
1426
+ editorGroupId?: string;
1427
+ parentId?: string;
1428
+ favorite?: boolean;
1429
+ snoozed?: boolean;
1430
+ size?: number;
1431
+ }
1432
+ export declare const FindSearchInputQL = "\ninput FindSearchInput {\n _id: String!\n archived: Boolean\n}";
1433
+ export interface FindSearchInput {
1434
+ _id: string;
1435
+ archived?: boolean;
1436
+ }
1437
+ export declare const FindSearchesInputQL = "\ninput FindSearchesInput {\n archived: Boolean\n}";
1438
+ export interface FindSearchesInput {
1439
+ archived?: boolean;
1440
+ }
1441
+ export declare const ArchiveSearchInputQL = "\ninput ArchiveSearchInput {\n _id: String!\n archive: Boolean\n}";
1442
+ export interface ArchiveSearchInput {
1443
+ _id: string;
1444
+ archive?: boolean;
1445
+ }
1446
+ export declare const ArchiveSearchOutputQL = "\ntype ArchiveSearchOutput {\n _id: String!\n archived: Boolean!\n}";
1447
+ export interface ArchiveSearchOutput {
1448
+ _id: string;
1449
+ archived: boolean;
1450
+ }
1451
+ export declare const SearchTagsInputQL = "\ninput SearchTagsInput {\n\ttagType: String\n\ttagSubType: String\n\ttagTypes: [String]\n\tparentId: String\n\texternalId: String\n\tconnectionId: String\n\t_ids: [String] = []\n\ttenantIdVerifieds: [String]\n search: String\n\temail: String\n\tinviteStatus: String\n\tarchived: Boolean\n\tfavorite: Boolean\n\thasTasks: Boolean\n\torderByAlias: String\n\torderByTaskCount: String\n\torderByFriendlyName: String\n\torderByDateUpdated: String\n\torderByDateCreated: String\n\tpage: Int\n\tsize: Int\n\tgenerateDashboard: Boolean\n}";
1452
+ export interface SearchTagsInput {
1453
+ tagType?: TagType;
1454
+ tagSubType?: string;
1455
+ tagTypes?: TagType[];
1456
+ parentId?: string;
1457
+ externalId?: string;
1458
+ connectionId?: string;
1459
+ _ids: string[];
1460
+ tenantIdVerifieds?: string[];
1461
+ search?: string;
1462
+ email?: string;
1463
+ inviteStatus?: InviteStatus;
1464
+ archived?: boolean;
1465
+ favorite?: boolean;
1466
+ hasTasks?: boolean;
1467
+ orderByAlias?: OrderByDirection;
1468
+ orderByTaskCount?: OrderByDirection;
1469
+ orderByFriendlyName?: OrderByDirection;
1470
+ orderByDateUpdated?: OrderByDirection;
1471
+ orderByDateCreated?: OrderByDirection;
1472
+ page?: number;
1473
+ size?: number;
1474
+ generateDashboard?: boolean;
1475
+ }
1476
+ export declare const SearchInputQL = "\ninput SearchInput {\n\tblockType: String\n\trecommendationType: String\n\tlabel: String\n\tsearch: String\n\t_ids: [String] = []\n\ttagIds: [String] = []\n\temails: [String] = []\n\tbusinessObjects: [BusinessObjectLinkInput] = []\n\torderByDateUpdated: String\n\torderByDateCreated: String\n\torderByDateDue: String\n\torderByAlias: String\n\tdateDueFrom: Float\n\tdateDueTo: Float\n\tstatus: String\n\toriginReferenceBlock: ReferenceBlockInput\n\toriginReferenceTagId: String\n\teditorId: String\n\teditorGroupId: String\n\tparentId: String\n\tfavorite: Boolean\n\tsnoozed: Boolean\n\tpage: Int\n\tsize: Int\n}";
1477
+ export interface SearchInput {
1478
+ blockType?: BlockType;
1479
+ recommendationType?: RecommendationType;
1480
+ label?: string;
1481
+ search?: string;
1482
+ _ids: string[];
1483
+ tagIds: string[];
1484
+ emails: string[];
1485
+ businessObjects: BusinessObjectLink[];
1486
+ orderByDateUpdated?: OrderByDirection;
1487
+ orderByDateCreated?: OrderByDirection;
1488
+ orderByDateDue?: OrderByDirection;
1489
+ orderByAlias?: OrderByDirection;
1490
+ dateDueFrom?: number;
1491
+ dateDueTo?: number;
1492
+ status?: TaskStatus;
1493
+ originReferenceBlock?: ReferenceBlock;
1494
+ originReferenceTagId?: string;
1495
+ editorId?: string;
1496
+ editorGroupId?: string;
1497
+ parentId?: string;
1498
+ favorite?: boolean;
1499
+ snoozed?: boolean;
1500
+ page?: number;
1501
+ size?: number;
1502
+ }
1503
+ export declare const BlockTypeQL: string;
1504
+ export declare const RecommendationTypeQL: string;
1505
+ export declare const TaskStatusQL: string;
1506
+ export declare const OrderDirectionQL = "\nenum OrderDirection {\n ASC\n DESC\n}";
1507
+ export declare enum OrderDirection {
1508
+ Ascending = "asc",
1509
+ Descending = "desc"
1510
+ }
1511
+ export declare const FindTagsVisibilityInputQL = "\ninput FindTagsVisibilityInput {\n tagIds: [String]\n\tsharingTags: [SharingTagInput]\n}";
1512
+ export interface FindTagsVisibilityInput {
1513
+ tagIds?: string[];
1514
+ sharingTags?: SharingTag[];
1515
+ }
1516
+ export declare const ReactionQL = "\ntype Reaction {\n shortcodes: String!\n\ttagIds: [String]\n}";
1517
+ export interface Reaction {
1518
+ shortcodes: string;
1519
+ tagIds: string[];
1520
+ }
1521
+ export declare const FindReactionsInputQL = "\ninput FindReactionsInput {\n _id: String!\n\tblockType: BlockType!\n}";
1522
+ export interface FindReactionsInput {
1523
+ _id: string;
1524
+ blockType: BlockType;
1525
+ }
1526
+ export declare const AddReactionInputQL = "\ninput AddReactionInput {\n _id: String!\n\tblockType: BlockType!\n\tshortcodes: String!\n}";
1527
+ export interface AddReactionInput {
1528
+ _id: string;
1529
+ blockType: BlockType;
1530
+ shortcodes: string;
1531
+ }
1532
+ export declare const RemoveReactionInputQL = "\ninput RemoveReactionInput {\n _id: String!\n\tblockType: BlockType!\n\tshortcodes: String!\n}";
1533
+ export interface RemoveReactionInput {
1534
+ _id: string;
1535
+ blockType: BlockType;
1536
+ shortcodes: string;
1537
+ }
1538
+ export declare const ParentItemFields = "\n _id: String\n\tblockType: BlockType\n";
1539
+ export declare const ParentItemInputQL = "\ninput ParentItemInput {\n _id: String\n\tblockType: BlockType\n\n children: [ChildItemInput]\n}";
1540
+ export declare const ParentItemQL = "\ntype ParentItem {\n _id: String\n\tblockType: BlockType\n\n children: [ChildItem]\n}";
1541
+ export interface ParentItem {
1542
+ _id: string;
1543
+ blockType: BlockType;
1544
+ children: ChildItem[];
1545
+ _order?: number;
1546
+ }
1547
+ export declare const ChildItemFields = "\n _id: String\n\tblockType: BlockType\n";
1548
+ export declare const ChildItemInputQL = "\ninput ChildItemInput {\n _id: String\n\tblockType: BlockType\n\n}";
1549
+ export declare const ChildItemQL = "\ntype ChildItem {\n _id: String\n\tblockType: BlockType\n\n}";
1550
+ export interface ChildItem {
1551
+ _id: string;
1552
+ blockType: BlockType;
1553
+ _order?: number;
1554
+ }
1555
+ export declare const NumberFilterFieldsQL = "\n\tgt: Float\n\tgte: Float\n\teq: Float\n\tlte: Float\n\tlt: Float";
1556
+ export declare const NumberFilterQL = "\ntype NumberFilter {\n\tgt: Float\n\tgte: Float\n\teq: Float\n\tlte: Float\n\tlt: Float}";
1557
+ export declare const NumberFilterInputQL = "\ninput NumberFilterInput {\n\tgt: Float\n\tgte: Float\n\teq: Float\n\tlte: Float\n\tlt: Float}";
1558
+ export interface NumberFilterInput {
1559
+ gt?: number;
1560
+ gte?: number;
1561
+ eq?: number;
1562
+ lte?: number;
1563
+ lt?: number;
1564
+ }
1565
+ export declare const StringFilterFieldsQL = "\n\teq: String\n\tcontains: String\n\tstartsWith: String\n\tendsWith: String";
1566
+ export declare const StringFilterQL = "\ntype StringFilter {\n\teq: String\n\tcontains: String\n\tstartsWith: String\n\tendsWith: String\n}";
1567
+ export declare const StringFilterInputQL = "\ninput StringFilterInput {\n\teq: String\n\tcontains: String\n\tstartsWith: String\n\tendsWith: String\n}";
1568
+ export interface StringFilterInput {
1569
+ eq?: string;
1570
+ contains?: string;
1571
+ startsWith?: string;
1572
+ endsWith?: string;
1573
+ }
1574
+ export declare const BusinessObjectFilterFieldsQL = "\n\tid: String\n\turl: String\n\tblockType: BlockType\n\tprovider: String\n\tmetadataType: String";
1575
+ export declare const BusinessObjectFilterQL = "\ntype BusinessObjectFilter {\n\tid: String\n\turl: String\n\tblockType: BlockType\n\tprovider: String\n\tmetadataType: String\n\t}";
1576
+ export declare const BusinessObjectFilterInputQL = "\ninput BusinessObjectFilterInput {\n\tid: String\n\turl: String\n\tblockType: BlockType\n\tprovider: String\n\tmetadataType: String\n}";
1577
+ export interface BusinessObjectFilterInput {
1578
+ id?: string;
1579
+ url?: string;
1580
+ blockType?: string;
1581
+ provider?: string;
1582
+ metadataType?: string;
1583
+ }
1584
+ export declare const SortOptionFieldsQL = "\n\tfield: String\n\torder: OrderDirection";
1585
+ export declare const SortOptionQL = "\ntype SortOption {\n\tfield: String\n\torder: OrderDirection\n}";
1586
+ export declare const SortOptionInputQL = "\ninput SortOptionInput {\n\tfield: String\n\torder: OrderDirection\n}";
1587
+ export interface SortOptionInput {
1588
+ field: string;
1589
+ order: OrderDirection;
1590
+ }
1591
+ export declare const GraphSearchInputFields = "\n\tsearch: String\n\t_ids: [String]\n\ttenantIdCreateds: [String]\n\ttagIds: [String]\n\trecommendationTypes: [RecommendationType]\n\tblockTypes: [BlockType]\n\tstatuses: [TaskStatus]\n\tbusinessObjects: [BusinessObjectFilterInput]\n\toriginReferenceBlock: ReferenceBlockInput\n\toriginReferenceTagId: String\n\teditorId: String\n\teditorGroupId: String\n\tparentId: String\n\tfavorite: Boolean\n\tsnoozed: Boolean\n\tdateMatch: NumberFilterInput\n\tdateDue: NumberFilterInput\n\tdateCreated: NumberFilterInput\n\tdateUpdated: NumberFilterInput\n\tdateAssociated: NumberFilterInput\n\temails: [StringFilterInput]\n\tsort: [SortOptionInput]\n\tpage: Int\n\tsize: Int\n";
1592
+ export declare const GraphSearchFields = "\n\tsearch: String\n\t_ids: [String]\n\ttenantIdCreateds: [String]\n\ttagIds: [String]\n\trecommendationTypes: [RecommendationType]\n\tblockTypes: [BlockType]\n\tstatuses: [TaskStatus]\n\tbusinessObjects: [BusinessObjectFilter]\n\toriginReferenceBlock: ReferenceBlock\n\toriginReferenceTagId: String\n\teditorId: String\n\teditorGroupId: String\n\tparentId: String\n\tfavorite: Boolean\n\tsnoozed: Boolean\n\tdateMatch: NumberFilter\n\tdateDue: NumberFilter\n\tdateCreated: NumberFilter\n\tdateUpdated: NumberFilter\n\tdateAssociated: NumberFilter\n\temails: [StringFilter]\n\tsort: [SortOption]\n\tpage: Int\n\tsize: Int\n";
1593
+ export declare const GraphSearchQL = "\ntype GraphSearch {\n\tsearch: String\n\t_ids: [String]\n\ttenantIdCreateds: [String]\n\ttagIds: [String]\n\trecommendationTypes: [RecommendationType]\n\tblockTypes: [BlockType]\n\tstatuses: [TaskStatus]\n\tbusinessObjects: [BusinessObjectFilter]\n\toriginReferenceBlock: ReferenceBlock\n\toriginReferenceTagId: String\n\teditorId: String\n\teditorGroupId: String\n\tparentId: String\n\tfavorite: Boolean\n\tsnoozed: Boolean\n\tdateMatch: NumberFilter\n\tdateDue: NumberFilter\n\tdateCreated: NumberFilter\n\tdateUpdated: NumberFilter\n\tdateAssociated: NumberFilter\n\temails: [StringFilter]\n\tsort: [SortOption]\n\tpage: Int\n\tsize: Int\n\n}";
1594
+ export declare const GraphSearchInputQL = "\ninput GraphSearchInput {\n\tsearch: String\n\t_ids: [String]\n\ttenantIdCreateds: [String]\n\ttagIds: [String]\n\trecommendationTypes: [RecommendationType]\n\tblockTypes: [BlockType]\n\tstatuses: [TaskStatus]\n\tbusinessObjects: [BusinessObjectFilterInput]\n\toriginReferenceBlock: ReferenceBlockInput\n\toriginReferenceTagId: String\n\teditorId: String\n\teditorGroupId: String\n\tparentId: String\n\tfavorite: Boolean\n\tsnoozed: Boolean\n\tdateMatch: NumberFilterInput\n\tdateDue: NumberFilterInput\n\tdateCreated: NumberFilterInput\n\tdateUpdated: NumberFilterInput\n\tdateAssociated: NumberFilterInput\n\temails: [StringFilterInput]\n\tsort: [SortOptionInput]\n\tpage: Int\n\tsize: Int\n\n}";
1595
+ export interface GraphSearchInput {
1596
+ search?: string;
1597
+ _ids?: string[];
1598
+ tenantIdCreateds?: string[];
1599
+ tagIds?: string[];
1600
+ blockTypes?: BlockType[];
1601
+ recommendationTypes?: RecommendationType[];
1602
+ statuses?: TaskStatus[];
1603
+ businessObjects?: BusinessObjectFilterInput[];
1604
+ originReferenceBlock?: ReferenceBlock;
1605
+ originReferenceTagId?: string;
1606
+ editorId?: string;
1607
+ editorGroupId?: string;
1608
+ parentId?: string;
1609
+ favorite?: boolean;
1610
+ snoozed?: boolean;
1611
+ dateMatch?: NumberFilterInput;
1612
+ dateDue?: NumberFilterInput;
1613
+ dateCreated?: NumberFilterInput;
1614
+ dateUpdated?: NumberFilterInput;
1615
+ dateAssociated?: NumberFilterInput;
1616
+ emails?: StringFilterInput[];
1617
+ sort?: SortOptionInput[];
1618
+ page?: number;
1619
+ size?: number;
1620
+ }
1621
+ export declare const GraphSearchEventsInputQL = "\ninput GraphSearchEventsInput {\n\tsearch: String\n\t_ids: [String]\n\ttenantIdCreateds: [String]\n\ttagIds: [String]\n\trecommendationTypes: [RecommendationType]\n\tblockTypes: [BlockType]\n\tstatuses: [TaskStatus]\n\tbusinessObjects: [BusinessObjectFilterInput]\n\toriginReferenceBlock: ReferenceBlockInput\n\toriginReferenceTagId: String\n\teditorId: String\n\teditorGroupId: String\n\tparentId: String\n\tfavorite: Boolean\n\tsnoozed: Boolean\n\tdateMatch: NumberFilterInput\n\tdateDue: NumberFilterInput\n\tdateCreated: NumberFilterInput\n\tdateUpdated: NumberFilterInput\n\tdateAssociated: NumberFilterInput\n\temails: [StringFilterInput]\n\tsort: [SortOptionInput]\n\tpage: Int\n\tsize: Int\n\n calendarId: String\n\tdateStart: NumberFilterInput\n\tdateEnd: NumberFilterInput\n\tsubject: StringFilterInput\n}";
1622
+ export interface GraphSearchEventsInput extends GraphSearchInput {
1623
+ calendarId?: string;
1624
+ dateStart?: NumberFilterInput;
1625
+ dateEnd?: NumberFilterInput;
1626
+ subject?: StringFilterInput;
1627
+ }
1628
+ export declare const UpdateTagSharingInputQL = "\ninput UpdateTagSharingInput {\n\t_id: String!\n emailDomain: Boolean\n\tsharingTenants: [SharingTenantInput]\n\tsharingDomains: [SharingDomainInput]\n}";
1629
+ export interface UpdateTagSharingInput {
1630
+ _id: string;
1631
+ emailDomain?: boolean;
1632
+ sharingTenants?: SharingTenant[];
1633
+ sharingDomains?: SharingDomain[];
1634
+ }
1635
+ export interface LinkedRangeRequest {
1636
+ rangeId: string;
1637
+ referenceBlock: ReferenceBlock;
1638
+ }
1639
+ export declare const GraphQLTypes: string;
1640
+ export {};
1641
+ //# sourceMappingURL=types.d.ts.map