@bigfootai/bigfoot-types 5.4.151 → 5.4.153
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/block.d.ts +3 -5
- package/dist/block.d.ts.map +1 -1
- package/dist/block.js +2 -4
- package/dist/block.js.map +1 -1
- package/dist/business-object.d.ts +3 -4
- package/dist/business-object.d.ts.map +1 -1
- package/dist/business-object.js +2 -2
- package/dist/business-object.js.map +1 -1
- package/dist/calendar.d.ts +2 -3
- package/dist/calendar.d.ts.map +1 -1
- package/dist/calendar.js +2 -2
- package/dist/calendar.js.map +1 -1
- package/dist/document.d.ts +3 -4
- package/dist/document.d.ts.map +1 -1
- package/dist/document.js +2 -2
- package/dist/document.js.map +1 -1
- package/dist/editor.d.ts +0 -5
- package/dist/editor.d.ts.map +1 -1
- package/dist/editor.js.map +1 -1
- package/dist/email.d.ts +2 -3
- package/dist/email.d.ts.map +1 -1
- package/dist/email.js +2 -2
- package/dist/email.js.map +1 -1
- package/dist/event.d.ts +2 -3
- package/dist/event.d.ts.map +1 -1
- package/dist/event.js +2 -2
- package/dist/event.js.map +1 -1
- package/dist/message.d.ts +2 -3
- package/dist/message.d.ts.map +1 -1
- package/dist/message.js +2 -2
- package/dist/message.js.map +1 -1
- package/dist/metadata/providers/noded.d.ts.map +1 -1
- package/dist/metadata/providers/noded.js +119 -74
- package/dist/metadata/providers/noded.js.map +1 -1
- package/dist/note.d.ts +2 -3
- package/dist/note.d.ts.map +1 -1
- package/dist/note.js +2 -2
- package/dist/note.js.map +1 -1
- package/dist/record.d.ts +2 -3
- package/dist/record.d.ts.map +1 -1
- package/dist/record.js +2 -2
- package/dist/record.js.map +1 -1
- package/dist/section.js +1 -1
- package/dist/section.js.map +1 -1
- package/dist/statement.d.ts +2 -3
- package/dist/statement.d.ts.map +1 -1
- package/dist/statement.js +2 -2
- package/dist/statement.js.map +1 -1
- package/dist/table.d.ts +3 -4
- package/dist/table.d.ts.map +1 -1
- package/dist/table.js +2 -2
- package/dist/table.js.map +1 -1
- package/dist/task.d.ts +2 -3
- package/dist/task.d.ts.map +1 -1
- package/dist/task.js +2 -2
- package/dist/task.js.map +1 -1
- package/dist/thread.d.ts +2 -3
- package/dist/thread.d.ts.map +1 -1
- package/dist/thread.js +2 -2
- package/dist/thread.js.map +1 -1
- package/dist/todo.d.ts +2 -3
- package/dist/todo.d.ts.map +1 -1
- package/dist/todo.js +2 -2
- package/dist/todo.js.map +1 -1
- package/dist/transcription.d.ts +2 -3
- package/dist/transcription.d.ts.map +1 -1
- package/dist/transcription.js +2 -2
- package/dist/transcription.js.map +1 -1
- package/dist/types.d.ts +22 -83
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +15 -101
- package/dist/types.js.map +1 -1
- package/dist/website.d.ts +2 -3
- package/dist/website.d.ts.map +1 -1
- package/dist/website.js +2 -2
- package/dist/website.js.map +1 -1
- package/package.json +1 -1
package/dist/thread.d.ts
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
import { type Block } from './block.js';
|
|
2
2
|
import { BusinessObject } from './business-object.js';
|
|
3
|
-
import type { Editor } from './editor.js';
|
|
4
3
|
import type { SharingTag } from './sharing-tag.js';
|
|
5
4
|
import { ThreadReadStatus } from './thread-read-status.js';
|
|
6
|
-
export declare const ThreadQL = "\ntype Thread implements Block & BusinessObject {\n \n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]
|
|
5
|
+
export declare const ThreadQL = "\ntype Thread implements Block & BusinessObject {\n \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 text: String\n summary: 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\tdateMatched: Float\n\tstatus: TaskStatus\n\trangeId: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\tgeneratedReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n\tfeedback: BlockFeedbackState!\n\ttitle: String\n\ttagRecommendations: [BlockTagRecommendation!]\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 agentTaskName: String\n messageCount: Int!\n readStatus: ThreadReadStatus!\n subject: String\n}";
|
|
7
6
|
export declare class Thread extends BusinessObject {
|
|
8
7
|
agentTaskName?: string;
|
|
9
8
|
messageCount: number;
|
|
10
9
|
readStatus: ThreadReadStatus;
|
|
11
10
|
subject?: string;
|
|
12
|
-
constructor(tenantIdCreated: string,
|
|
11
|
+
constructor(tenantIdCreated: string, sharingTags: SharingTag[], provider: string, application: string, uri: string, externalId: string);
|
|
13
12
|
}
|
|
14
13
|
export declare function isThread(block: Block): block is Thread;
|
|
15
14
|
export declare const UpsertThreadInputQL = "\ninput UpsertThreadInput {\n\t\n _id: ID\n dateCreated: Float\n dateUpdated: Float\n tenantIdCreated: String\n sharingTags: [SharingTagInput]\n status: TaskStatus\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 summary: String\n generated: Boolean\n title: String\n\treadStatus: ThreadReadStatus\n}";
|
package/dist/thread.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../src/thread.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,KAAK,EAAwB,MAAM,YAAY,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAwB,MAAM,sBAAsB,CAAC;AAC5E,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../src/thread.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,KAAK,EAAwB,MAAM,YAAY,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAwB,MAAM,sBAAsB,CAAC;AAC5E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE3D,eAAO,MAAM,QAAQ,+nCAOnB,CAAC;AACH,qBAAa,MAAO,SAAQ,cAAc;IACzC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,SAAK;IACjB,UAAU,EAAE,gBAAgB,CAA4B;IACxD,OAAO,CAAC,EAAE,MAAM,CAAC;gBAGhB,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,UAAU,EAAE,EACzB,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,MAAM,EACnB,GAAG,EAAE,MAAM,EACX,UAAU,EAAE,MAAM;CAInB;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,KAAK,IAAI,MAAM,CAEtD;AAED,eAAO,MAAM,mBAAmB,mbAI9B,CAAC;AACH,MAAM,WAAW,iBAAkB,SAAQ,MAAM;CAAG"}
|
package/dist/thread.js
CHANGED
|
@@ -15,8 +15,8 @@ export class Thread extends BusinessObject {
|
|
|
15
15
|
messageCount = 0;
|
|
16
16
|
readStatus = ThreadReadStatus.Unknown;
|
|
17
17
|
subject;
|
|
18
|
-
constructor(tenantIdCreated,
|
|
19
|
-
super(tenantIdCreated,
|
|
18
|
+
constructor(tenantIdCreated, sharingTags, provider, application, uri, externalId) {
|
|
19
|
+
super(tenantIdCreated, sharingTags, BlockType.Thread, provider, application, uri, externalId);
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
export function isThread(block) {
|
package/dist/thread.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thread.js","sourceRoot":"","sources":["../src/thread.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,oBAAoB,EAAE,MAAM,YAAY,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"thread.js","sourceRoot":"","sources":["../src/thread.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,oBAAoB,EAAE,MAAM,YAAY,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAE5E,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE3D,MAAM,CAAC,MAAM,QAAQ,GAAG;;IAEpB,oBAAoB;;;;;EAKtB,CAAC;AACH,MAAM,OAAO,MAAO,SAAQ,cAAc;IACzC,aAAa,CAAU;IACvB,YAAY,GAAG,CAAC,CAAC;IACjB,UAAU,GAAqB,gBAAgB,CAAC,OAAO,CAAC;IACxD,OAAO,CAAU;IAEjB,YACC,eAAuB,EACvB,WAAyB,EACzB,QAAgB,EAChB,WAAmB,EACnB,GAAW,EACX,UAAkB;QAElB,KAAK,CAAC,eAAe,EAAE,WAAW,EAAE,SAAS,CAAC,MAAM,EAAE,QAAQ,EAAE,WAAW,EAAE,GAAG,EAAE,UAAU,CAAC,CAAC;IAC/F,CAAC;CACD;AAED,MAAM,UAAU,QAAQ,CAAC,KAAY;IACpC,OAAO,KAAK,CAAC,SAAS,KAAK,SAAS,CAAC,MAAM,CAAC;AAC7C,CAAC;AAED,MAAM,CAAC,MAAM,mBAAmB,GAAG;;GAEhC,oBAAoB;;EAErB,CAAC"}
|
package/dist/todo.d.ts
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
import type { BaseTask } from './base-task.js';
|
|
2
2
|
import { type Block } from './block.js';
|
|
3
3
|
import { BusinessObject } from './business-object.js';
|
|
4
|
-
import type { Editor } from './editor.js';
|
|
5
4
|
import type { PersonReference } from './person-reference.js';
|
|
6
5
|
import type { SharingTag } from './sharing-tag.js';
|
|
7
6
|
import type { TaskStatus } from './task-status.js';
|
|
8
7
|
import type { TimedEntry } from './timed-entry.js';
|
|
9
8
|
export declare const IngestTodoInputQL = "\ninput IngestTodoInput {\n _id: ID\n dateCreated: Float\n dateUpdated: Float\n tenantIdCreated: String\n sharingTags: [SharingTagInput]\n status: TaskStatus\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 summary: String\n generated: Boolean\n title: String\n\thtmlContent: String\n\ttimeStart: Float\n\tduration: Float\n\tspeaker: PersonReferenceInput\n}";
|
|
10
|
-
export declare const TodoQL = "\ntype Todo implements Block & BusinessObject {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]
|
|
9
|
+
export declare const TodoQL = "\ntype Todo implements Block & 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 text: String\n summary: 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\tdateMatched: Float\n\tstatus: TaskStatus\n\trangeId: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\tgeneratedReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n\tfeedback: BlockFeedbackState!\n\ttitle: String\n\ttagRecommendations: [BlockTagRecommendation!]\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\ttimeStart: Float\n\tduration: Float\n\tspeaker: PersonReference\n}";
|
|
11
10
|
export declare class Todo extends BusinessObject implements BaseTask, TimedEntry {
|
|
12
11
|
htmlContent?: string;
|
|
13
12
|
timeStart?: number;
|
|
14
13
|
duration?: number;
|
|
15
14
|
speaker?: PersonReference;
|
|
16
|
-
constructor(tenantIdCreated: string,
|
|
15
|
+
constructor(tenantIdCreated: string, sharingTags: SharingTag[], provider: string, application: string, uri: string, externalId: string, status: TaskStatus, dateDue: number);
|
|
17
16
|
}
|
|
18
17
|
export declare function isTodo(block: Block): block is Todo;
|
|
19
18
|
//# sourceMappingURL=todo.d.ts.map
|
package/dist/todo.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"todo.d.ts","sourceRoot":"","sources":["../src/todo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,KAAK,KAAK,EAAwB,MAAM,YAAY,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAwB,MAAM,sBAAsB,CAAC;AAC5E,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"todo.d.ts","sourceRoot":"","sources":["../src/todo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,KAAK,KAAK,EAAwB,MAAM,YAAY,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAwB,MAAM,sBAAsB,CAAC;AAC5E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAEnD,eAAO,MAAM,iBAAiB,4eAM5B,CAAC;AACH,eAAO,MAAM,MAAM,gnCAMjB,CAAC;AACH,qBAAa,IAAK,SAAQ,cAAe,YAAW,QAAQ,EAAE,UAAU;IACvE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,eAAe,CAAC;gBAGzB,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,UAAU,EAAE,EACzB,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,MAAM,EACnB,GAAG,EAAE,MAAM,EACX,UAAU,EAAE,MAAM,EAClB,MAAM,EAAE,UAAU,EAClB,OAAO,EAAE,MAAM;CAOhB;AAED,wBAAgB,MAAM,CAAC,KAAK,EAAE,KAAK,GAAG,KAAK,IAAI,IAAI,CAElD"}
|
package/dist/todo.js
CHANGED
|
@@ -20,8 +20,8 @@ export class Todo extends BusinessObject {
|
|
|
20
20
|
timeStart;
|
|
21
21
|
duration;
|
|
22
22
|
speaker;
|
|
23
|
-
constructor(tenantIdCreated,
|
|
24
|
-
super(tenantIdCreated,
|
|
23
|
+
constructor(tenantIdCreated, sharingTags, provider, application, uri, externalId, status, dateDue) {
|
|
24
|
+
super(tenantIdCreated, sharingTags, BlockType.Todo, provider, application, uri, externalId);
|
|
25
25
|
this.status = status;
|
|
26
26
|
this.dateDue = dateDue;
|
|
27
27
|
}
|
package/dist/todo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"todo.js","sourceRoot":"","sources":["../src/todo.ts"],"names":[],"mappings":"AACA,OAAO,EAAc,oBAAoB,EAAE,MAAM,YAAY,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"todo.js","sourceRoot":"","sources":["../src/todo.ts"],"names":[],"mappings":"AACA,OAAO,EAAc,oBAAoB,EAAE,MAAM,YAAY,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAM5E,MAAM,CAAC,MAAM,iBAAiB,GAAG;yBACR,oBAAoB;;;;;EAK3C,CAAC;AACH,MAAM,CAAC,MAAM,MAAM,GAAG;+CACyB,oBAAoB;;;;;EAKjE,CAAC;AACH,MAAM,OAAO,IAAK,SAAQ,cAAc;IACvC,WAAW,CAAU;IACrB,SAAS,CAAU;IACnB,QAAQ,CAAU;IAClB,OAAO,CAAmB;IAE1B,YACC,eAAuB,EACvB,WAAyB,EACzB,QAAgB,EAChB,WAAmB,EACnB,GAAW,EACX,UAAkB,EAClB,MAAkB,EAClB,OAAe;QAEf,KAAK,CAAC,eAAe,EAAE,WAAW,EAAE,SAAS,CAAC,IAAI,EAAE,QAAQ,EAAE,WAAW,EAAE,GAAG,EAAE,UAAU,CAAC,CAAC;QAE5F,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACxB,CAAC;CACD;AAED,MAAM,UAAU,MAAM,CAAC,KAAY;IAClC,OAAO,KAAK,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC;AAC3C,CAAC"}
|
package/dist/transcription.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type { Block } from './block.js';
|
|
2
2
|
import { BusinessObject } from './business-object.js';
|
|
3
|
-
import type { Editor } from './editor.js';
|
|
4
3
|
import type { PersonReference } from './person-reference.js';
|
|
5
4
|
import type { ProcessingStage } from './processing-stage.js';
|
|
6
5
|
import type { SharingTag } from './sharing-tag.js';
|
|
@@ -10,7 +9,7 @@ import type { TranscriptionSection } from './transcription-section.js';
|
|
|
10
9
|
export declare const IngestTranscriptionInputQL = "\ninput IngestTranscriptionInput {\n _id: ID\n dateCreated: Float\n dateUpdated: Float\n tenantIdCreated: String\n sharingTags: [SharingTagInput]\n status: TaskStatus\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 summary: String\n generated: Boolean\n title: String\n provider: String\n application: String\n externalId: String\n uri: String\n\texternalResponse: String\n\tdateStart: Float\n\tduration: Float\n\tmeetingUrl: String\n\trecordingUrl: String\n\ttranscriptionUrl: String\n\tattendees: [PersonReferenceInput]\n\ttasks: [IngestTodoInput]\n\ttopics: [UpsertTagInput]\n\ttranscript: TranscriptionSectionInput\n\thighlights: [TranscriptionSectionInput]\n\toutline: [TranscriptionSectionInput]\n\tprocessingStage: String!\n}";
|
|
11
10
|
export interface IngestTranscriptionInput extends Transcription {
|
|
12
11
|
}
|
|
13
|
-
export declare const TranscriptionQL = "\ntype Transcription implements Block & BusinessObject {\n _id: ID!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n editors: [Editor]
|
|
12
|
+
export declare const TranscriptionQL = "\ntype Transcription implements Block & 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 text: String\n summary: 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\tdateMatched: Float\n\tstatus: TaskStatus\n\trangeId: String\n\tparentId: String\n\toriginReferenceBlock: ReferenceBlock\n\tgeneratedReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n\tfeedback: BlockFeedbackState!\n\ttitle: String\n\ttagRecommendations: [BlockTagRecommendation!]\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\tdateStart: Float\n\tduration: Float\n\tmeetingUrl: String\n\trecordingUrl: String\n\ttranscriptionUrl: String\n\tattendees: [PersonAcceptance]\n\ttranscript: TranscriptionSection\n\thighlights: [TranscriptionSection]\n\toutline: [TranscriptionSection]\n}";
|
|
14
13
|
export declare class Transcription extends BusinessObject {
|
|
15
14
|
dateStart?: number;
|
|
16
15
|
duration?: number;
|
|
@@ -24,7 +23,7 @@ export declare class Transcription extends BusinessObject {
|
|
|
24
23
|
highlights?: TranscriptionSection[];
|
|
25
24
|
outline?: TranscriptionSection[];
|
|
26
25
|
transcript?: TranscriptionSection;
|
|
27
|
-
constructor(tenantIdCreated: string,
|
|
26
|
+
constructor(tenantIdCreated: string, sharingTags: SharingTag[], provider: string, application: string, uri: string, externalId: string, processingStage: ProcessingStage);
|
|
28
27
|
}
|
|
29
28
|
export declare function isTranscription(block: Block): block is Transcription;
|
|
30
29
|
//# sourceMappingURL=transcription.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transcription.d.ts","sourceRoot":"","sources":["../src/transcription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AAExC,OAAO,EAAE,cAAc,EAAuD,MAAM,sBAAsB,CAAC;AAC3G,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"transcription.d.ts","sourceRoot":"","sources":["../src/transcription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AAExC,OAAO,EAAE,cAAc,EAAuD,MAAM,sBAAsB,CAAC;AAC3G,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACtC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAEvE,eAAO,MAAM,0BAA0B,w2BAcrC,CAAC;AACH,MAAM,WAAW,wBAAyB,SAAQ,aAAa;CAAG;AAElE,eAAO,MAAM,eAAe,8xCAW1B,CAAC;AACH,qBAAa,aAAc,SAAQ,cAAc;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,SAAS,CAAC,EAAE,eAAe,EAAE,CAAC;IAC9B,KAAK,CAAC,EAAE,IAAI,EAAE,CAAC;IACf,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC;IACf,eAAe,EAAE,eAAe,CAAC;IACjC,UAAU,CAAC,EAAE,oBAAoB,EAAE,CAAC;IACpC,OAAO,CAAC,EAAE,oBAAoB,EAAE,CAAC;IACjC,UAAU,CAAC,EAAE,oBAAoB,CAAC;gBAGjC,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,UAAU,EAAE,EACzB,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,MAAM,EACnB,GAAG,EAAE,MAAM,EACX,UAAU,EAAE,MAAM,EAClB,eAAe,EAAE,eAAe;CAKjC;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,KAAK,GAAG,KAAK,IAAI,aAAa,CAEpE"}
|
package/dist/transcription.js
CHANGED
|
@@ -40,8 +40,8 @@ export class Transcription extends BusinessObject {
|
|
|
40
40
|
highlights;
|
|
41
41
|
outline;
|
|
42
42
|
transcript;
|
|
43
|
-
constructor(tenantIdCreated,
|
|
44
|
-
super(tenantIdCreated,
|
|
43
|
+
constructor(tenantIdCreated, sharingTags, provider, application, uri, externalId, processingStage) {
|
|
44
|
+
super(tenantIdCreated, sharingTags, BlockType.Transcription, provider, application, uri, externalId);
|
|
45
45
|
this.processingStage = processingStage;
|
|
46
46
|
}
|
|
47
47
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transcription.js","sourceRoot":"","sources":["../src/transcription.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,6BAA6B,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"transcription.js","sourceRoot":"","sources":["../src/transcription.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,6BAA6B,EAAE,MAAM,sBAAsB,CAAC;AAQ3G,MAAM,CAAC,MAAM,0BAA0B,GAAG;kCACR,6BAA6B;;;;;;;;;;;;;EAa7D,CAAC;AAGH,MAAM,CAAC,MAAM,eAAe,GAAG;wDACyB,oBAAoB;;;;;;;;;;EAU1E,CAAC;AACH,MAAM,OAAO,aAAc,SAAQ,cAAc;IAChD,SAAS,CAAU;IACnB,QAAQ,CAAU;IAClB,UAAU,CAAU;IACpB,YAAY,CAAU;IACtB,gBAAgB,CAAU;IAC1B,SAAS,CAAqB;IAC9B,KAAK,CAAU;IACf,MAAM,CAAS;IACf,eAAe,CAAkB;IACjC,UAAU,CAA0B;IACpC,OAAO,CAA0B;IACjC,UAAU,CAAwB;IAElC,YACC,eAAuB,EACvB,WAAyB,EACzB,QAAgB,EAChB,WAAmB,EACnB,GAAW,EACX,UAAkB,EAClB,eAAgC;QAEhC,KAAK,CAAC,eAAe,EAAE,WAAW,EAAE,SAAS,CAAC,aAAa,EAAE,QAAQ,EAAE,WAAW,EAAE,GAAG,EAAE,UAAU,CAAC,CAAC;QACrG,IAAI,CAAC,eAAe,GAAG,eAAe,CAAC;IACxC,CAAC;CACD;AAED,MAAM,UAAU,eAAe,CAAC,KAAY;IAC3C,OAAO,KAAK,CAAC,SAAS,KAAK,SAAS,CAAC,aAAa,CAAC;AACpD,CAAC"}
|
package/dist/types.d.ts
CHANGED
|
@@ -4,7 +4,6 @@ import { BlockType } from './block-type.js';
|
|
|
4
4
|
import { type BusinessObject } from './business-object.js';
|
|
5
5
|
import { type BusinessObjectLink } from './business-object-link.js';
|
|
6
6
|
import { type Document } from './document.js';
|
|
7
|
-
import { type Editor } from './editor.js';
|
|
8
7
|
import { type Field, type FieldSource } from './field.js';
|
|
9
8
|
import type { FieldType } from './field-type.js';
|
|
10
9
|
import type { FieldVariation } from './field-variation.js';
|
|
@@ -33,6 +32,7 @@ import { TagType } from './tag-type.js';
|
|
|
33
32
|
import { type Task } from './task.js';
|
|
34
33
|
import type { TaskPriority } from './task-priority.js';
|
|
35
34
|
import { TaskStatus } from './task-status.js';
|
|
35
|
+
import { type Thread } from './thread.js';
|
|
36
36
|
export declare enum RecommendationType {
|
|
37
37
|
Connect = "connect",
|
|
38
38
|
Upsert = "upsert",
|
|
@@ -83,7 +83,8 @@ export declare enum MutationType {
|
|
|
83
83
|
Insert = "insert",
|
|
84
84
|
Update = "update",
|
|
85
85
|
Delete = "delete",
|
|
86
|
-
Favorite = "favorite"
|
|
86
|
+
Favorite = "favorite",
|
|
87
|
+
React = "react"
|
|
87
88
|
}
|
|
88
89
|
export declare enum ThumbsDirection {
|
|
89
90
|
Up = "up",
|
|
@@ -323,8 +324,6 @@ export declare class Search extends SharedPrimitive {
|
|
|
323
324
|
dateDueTo?: number;
|
|
324
325
|
status?: TaskStatus;
|
|
325
326
|
originNoteId?: string;
|
|
326
|
-
editorId?: string;
|
|
327
|
-
editorGroupId?: string;
|
|
328
327
|
parentId?: string;
|
|
329
328
|
favorite?: boolean;
|
|
330
329
|
snoozed?: boolean;
|
|
@@ -650,10 +649,16 @@ export interface ReactionRecommendation {
|
|
|
650
649
|
reaction: Reaction;
|
|
651
650
|
tenant: TenantLight;
|
|
652
651
|
}
|
|
653
|
-
export declare const ChangeRecommendationQL = "\ntype ChangeRecommendation {\n
|
|
652
|
+
export declare const ChangeRecommendationQL = "\ntype ChangeRecommendation {\n\trecord: Record\n\tstatus: TaskStatus\n\ttable: Table\n\ttenant: TenantLight!\n\tthread: Thread\n}";
|
|
654
653
|
export interface ChangeRecommendation {
|
|
654
|
+
record?: BigfootRecord;
|
|
655
|
+
recordId?: string;
|
|
655
656
|
status?: TaskStatus;
|
|
657
|
+
table?: Table;
|
|
658
|
+
tableId?: string;
|
|
656
659
|
tenant: TenantLight;
|
|
660
|
+
thread?: Thread;
|
|
661
|
+
threadId?: string;
|
|
657
662
|
}
|
|
658
663
|
export declare const NotificationRecommendationQL = "\ntype NotificationRecommendation {\n\tagent: Agent\n\tblock: Block\n}";
|
|
659
664
|
export interface NotificationRecommendation {
|
|
@@ -719,7 +724,6 @@ export declare class Recommendation extends SharedPrimitive implements BaseTask
|
|
|
719
724
|
export declare function isRecommendation(sharedPrimitive: SharedPrimitive): sharedPrimitive is Recommendation;
|
|
720
725
|
export interface AccessTokenPair {
|
|
721
726
|
accessToken?: string;
|
|
722
|
-
clientId?: string;
|
|
723
727
|
apiKey?: string;
|
|
724
728
|
email?: string;
|
|
725
729
|
impersonation?: boolean;
|
|
@@ -977,11 +981,6 @@ export interface FindRecordInput {
|
|
|
977
981
|
uri?: string;
|
|
978
982
|
archived?: boolean;
|
|
979
983
|
}
|
|
980
|
-
export declare const FindRecordsInputQL = "\ninput FindRecordsInput {\n \n size: Int\n\t_ids: [String]\n archived: Boolean! = false\n}";
|
|
981
|
-
export interface FindRecordsInput extends PaginatedInput {
|
|
982
|
-
_ids?: string[];
|
|
983
|
-
archived: boolean;
|
|
984
|
-
}
|
|
985
984
|
export declare const UpsertRecordsInputQL = "\ninput UpsertRecordsInput {\n _id: String!\n records: [RecordInput]\n recommendationId: String\n\tconnectionId: String\n}";
|
|
986
985
|
export interface UpsertRecordsInput {
|
|
987
986
|
_id: string;
|
|
@@ -1008,13 +1007,6 @@ export interface FieldInput {
|
|
|
1008
1007
|
visible: boolean;
|
|
1009
1008
|
source?: FieldSource;
|
|
1010
1009
|
}
|
|
1011
|
-
export declare const FindTagInsightTableInputQL = "\ninput FindTagInsightTableInput {\n tagType: TagType!\n tagSubType: String\n provider: String!\n application: String!\n}";
|
|
1012
|
-
export interface FindTagInsightTableInput {
|
|
1013
|
-
tagType: TagType;
|
|
1014
|
-
tagSubType?: string;
|
|
1015
|
-
provider: string;
|
|
1016
|
-
application: string;
|
|
1017
|
-
}
|
|
1018
1010
|
export declare const UpsertOneTableInputQL = "\ninput UpsertOneTableInput {\n _id: String!\n fields: [FieldInput!]!\n}";
|
|
1019
1011
|
export interface UpsertOneTableInput {
|
|
1020
1012
|
_id: string;
|
|
@@ -1065,11 +1057,10 @@ export interface UpsertDocumentInput {
|
|
|
1065
1057
|
recommendationId?: string;
|
|
1066
1058
|
connectionId?: string;
|
|
1067
1059
|
}
|
|
1068
|
-
export declare const UpsertNoteInputQL = "\ninput UpsertNoteInput {\n _id: String\n document: String\n editor: EditorInput
|
|
1060
|
+
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\ttemplateReferenceBlock: ReferenceBlockInput\n title: String\n}";
|
|
1069
1061
|
export interface UpsertNoteInput {
|
|
1070
1062
|
_id?: string;
|
|
1071
1063
|
document?: string;
|
|
1072
|
-
editor: Editor;
|
|
1073
1064
|
sharingTags?: SharingTag[];
|
|
1074
1065
|
favorite?: boolean;
|
|
1075
1066
|
dateAssociated?: number;
|
|
@@ -1135,10 +1126,6 @@ export interface FindBlockSharesInput {
|
|
|
1135
1126
|
dateUpdated?: NumberFilterInput;
|
|
1136
1127
|
sort?: SortOptionInput[];
|
|
1137
1128
|
}
|
|
1138
|
-
export declare const FindMessagesInputQL = "\ninput FindMessagesInput {\n \n\n size: Int\n _ids: [String!]\n originReferenceBlock: ReferenceBlockInput\n originReferenceTagId: String\n blockType: String\n archived: Boolean! = false\n threadId: String\n}";
|
|
1139
|
-
export interface FindMessagesInput extends FindBlocksInput {
|
|
1140
|
-
threadId?: string | null;
|
|
1141
|
-
}
|
|
1142
1129
|
export declare const UpdateBlockInputQL = "\ninput UpdateBlockInput {\n _id: String\n\tblockType: String\n\tsharingTags: [SharingTagInput]\n}";
|
|
1143
1130
|
export interface UpdateBlockInput {
|
|
1144
1131
|
_id: string;
|
|
@@ -1224,13 +1211,6 @@ export interface FindTagInput {
|
|
|
1224
1211
|
tagSubType?: string;
|
|
1225
1212
|
tenantIdVerified?: string;
|
|
1226
1213
|
}
|
|
1227
|
-
export declare const FindTagsInputQL = "\ninput FindTagsInput {\n \n size: Int\n\talias: String\n\tfriendlyName: String\n archived: Boolean! = false\n\tfavorite: Boolean\n}";
|
|
1228
|
-
export interface FindTagsInput extends PaginatedInput {
|
|
1229
|
-
alias?: string;
|
|
1230
|
-
friendlyName?: string;
|
|
1231
|
-
archived: boolean;
|
|
1232
|
-
favorite?: boolean;
|
|
1233
|
-
}
|
|
1234
1214
|
export declare const ArchiveTagInputQL = "\ninput ArchiveTagInput {\n _id: String!\n archive: Boolean\n}";
|
|
1235
1215
|
export interface ArchiveTagInput {
|
|
1236
1216
|
_id: string;
|
|
@@ -1246,14 +1226,15 @@ export interface MergeTagInput {
|
|
|
1246
1226
|
tagIdToRemain: string;
|
|
1247
1227
|
tagIdToMerge: string;
|
|
1248
1228
|
}
|
|
1249
|
-
export declare const FindTagNewsInputQL = "\ninput FindTagNewsInput {\n
|
|
1229
|
+
export declare const FindTagNewsInputQL = "\ninput FindTagNewsInput {\n _ids: [String!]!\n}";
|
|
1250
1230
|
export interface FindTagNewsInput {
|
|
1251
|
-
|
|
1231
|
+
_ids: string[];
|
|
1252
1232
|
}
|
|
1253
|
-
export declare const TagNewsSnippetQL = "\ntype TagNewsSnippet {\n datePublished: Float!\n snippet: String!\n url: String!\n}";
|
|
1233
|
+
export declare const TagNewsSnippetQL = "\ntype TagNewsSnippet {\n datePublished: Float!\n snippet: String!\n title: String!\n url: String!\n}";
|
|
1254
1234
|
export interface TagNewsSnippet {
|
|
1255
1235
|
datePublished: number;
|
|
1256
1236
|
snippet: string;
|
|
1237
|
+
title: string;
|
|
1257
1238
|
url: string;
|
|
1258
1239
|
}
|
|
1259
1240
|
export declare const TagNewsQL = "\ntype TagNews {\n _id: String!\n snippets: [TagNewsSnippet!]!\n}";
|
|
@@ -1261,6 +1242,10 @@ export interface TagNews {
|
|
|
1261
1242
|
_id: string;
|
|
1262
1243
|
snippets: TagNewsSnippet[];
|
|
1263
1244
|
}
|
|
1245
|
+
export declare const TagNewsOutputQL = "\ntype TagNewsOutput {\n\tnews: [TagNews!]!\n}";
|
|
1246
|
+
export interface TagNewsOutput {
|
|
1247
|
+
news: TagNews[];
|
|
1248
|
+
}
|
|
1264
1249
|
export declare const AddSharingTagInputQL = "\ninput AddSharingTagInput {\n referenceBlock: ReferenceBlockInput!\n sharingTag: InviteSharingTagInput!\n}";
|
|
1265
1250
|
export interface AddSharingTagInput {
|
|
1266
1251
|
referenceBlock: ReferenceBlock;
|
|
@@ -1279,9 +1264,8 @@ export declare const DeleteSharingTagOutputQL = "\ntype DeleteSharingTagOutput {
|
|
|
1279
1264
|
export interface DeleteSharingTagOutput {
|
|
1280
1265
|
block: Block;
|
|
1281
1266
|
}
|
|
1282
|
-
export declare const UpdateTaskInputQL = "\ninput UpsertTaskInput {\n _id: ID\n dateCreated: Float\n dateUpdated: Float\n tenantIdCreated: String\n sharingTags: [SharingTagInput]\n status: TaskStatus\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 summary: String\n generated: Boolean\n title: String\n editor: EditorInput
|
|
1267
|
+
export declare const UpdateTaskInputQL = "\ninput UpsertTaskInput {\n _id: ID\n dateCreated: Float\n dateUpdated: Float\n tenantIdCreated: String\n sharingTags: [SharingTagInput]\n status: TaskStatus\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 summary: String\n generated: Boolean\n title: String\n editor: EditorInput\n\toriginReferenceBlock: ReferenceBlockInput\n}";
|
|
1283
1268
|
export interface UpsertTaskInput extends Task {
|
|
1284
|
-
editor: Editor;
|
|
1285
1269
|
}
|
|
1286
1270
|
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\ttagIds: [String]\n}";
|
|
1287
1271
|
export interface UpsertFolderInput {
|
|
@@ -1330,8 +1314,6 @@ export interface UpsertSearchInput {
|
|
|
1330
1314
|
dateDueFrom?: number;
|
|
1331
1315
|
dateDueTo?: number;
|
|
1332
1316
|
status?: TaskStatus;
|
|
1333
|
-
editorId?: string;
|
|
1334
|
-
editorGroupId?: string;
|
|
1335
1317
|
parentId?: string;
|
|
1336
1318
|
favorite?: boolean;
|
|
1337
1319
|
snoozed?: boolean;
|
|
@@ -1380,7 +1362,7 @@ export interface SearchTagsInput extends PaginatedInput {
|
|
|
1380
1362
|
orderByDateCreated?: OrderDirection;
|
|
1381
1363
|
page?: number;
|
|
1382
1364
|
}
|
|
1383
|
-
export declare const SearchInputQL = "\ninput SearchInput {\n \n size: Int\n\tapplication: String\n\tprovider: String\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: TaskStatus\n\treferenceBlock: ReferenceBlockInput\n\toriginReferenceBlock: ReferenceBlockInput\n\toriginReferenceTagId: String\n\teditorId: String\n\teditorGroupId: String\n\tgenerated: Boolean\n\tparentId: String\n\tfavorite: Boolean\n\tsnoozed: Boolean\n\tpage: Int\n}";
|
|
1365
|
+
export declare const SearchInputQL = "\ninput SearchInput {\n \n size: Int\n\tapplication: String\n\tprovider: String\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\tdateCreated: NumberFilterInput\n\tdateDueFrom: Float\n\tdateDueTo: Float\n\tstatus: TaskStatus\n\treferenceBlock: ReferenceBlockInput\n\toriginReferenceBlock: ReferenceBlockInput\n\toriginReferenceTagId: String\n\teditorId: String\n\teditorGroupId: String\n\tgenerated: Boolean\n\tparentId: String\n\tfavorite: Boolean\n\tsnoozed: Boolean\n\tpage: Int\n}";
|
|
1384
1366
|
export interface SearchInput extends PaginatedInput {
|
|
1385
1367
|
application?: string;
|
|
1386
1368
|
provider?: string;
|
|
@@ -1396,14 +1378,13 @@ export interface SearchInput extends PaginatedInput {
|
|
|
1396
1378
|
orderByDateCreated?: OrderDirection;
|
|
1397
1379
|
orderByDateDue?: OrderDirection;
|
|
1398
1380
|
orderByAlias?: OrderDirection;
|
|
1381
|
+
dateCreated?: NumberFilterInput;
|
|
1399
1382
|
dateDueFrom?: number;
|
|
1400
1383
|
dateDueTo?: number;
|
|
1401
1384
|
status?: TaskStatus;
|
|
1402
1385
|
referenceBlock?: ReferenceBlock;
|
|
1403
1386
|
originReferenceBlock?: ReferenceBlock;
|
|
1404
1387
|
originReferenceTagId?: string;
|
|
1405
|
-
editorId?: string;
|
|
1406
|
-
editorGroupId?: string;
|
|
1407
1388
|
generated?: boolean;
|
|
1408
1389
|
parentId?: string;
|
|
1409
1390
|
favorite?: boolean;
|
|
@@ -1420,16 +1401,6 @@ export declare enum OrderDirection {
|
|
|
1420
1401
|
Desc = "desc",
|
|
1421
1402
|
Descending = "desc"
|
|
1422
1403
|
}
|
|
1423
|
-
export declare const FindTagsVisibilityInputQL = "\ninput FindTagsVisibilityInput {\n tagIds: [String]\n\tsharingTags: [SharingTagInput]\n}";
|
|
1424
|
-
export interface FindTagsVisibilityInput {
|
|
1425
|
-
tagIds?: string[];
|
|
1426
|
-
sharingTags?: SharingTag[];
|
|
1427
|
-
}
|
|
1428
|
-
export declare const FindReactionsInputQL = "\ninput FindReactionsInput {\n _id: String!\n\tblockType: BlockType!\n}";
|
|
1429
|
-
export interface FindReactionsInput {
|
|
1430
|
-
_id: string;
|
|
1431
|
-
blockType: BlockType;
|
|
1432
|
-
}
|
|
1433
1404
|
export declare const AddReactionInputQL = "\ninput AddReactionInput {\n _id: String!\n\tblockType: BlockType!\n\tshortcodes: String!\n}";
|
|
1434
1405
|
export interface AddReactionInput {
|
|
1435
1406
|
_id: string;
|
|
@@ -1518,8 +1489,6 @@ export interface GraphSearchInput extends PaginatedInput {
|
|
|
1518
1489
|
businessObjects?: BusinessObjectFilterInput[];
|
|
1519
1490
|
originReferenceBlock?: ReferenceBlockInput;
|
|
1520
1491
|
originReferenceTagId?: string;
|
|
1521
|
-
editorId?: string;
|
|
1522
|
-
editorGroupId?: string;
|
|
1523
1492
|
generated?: boolean;
|
|
1524
1493
|
parentId?: string;
|
|
1525
1494
|
favorite?: boolean;
|
|
@@ -1552,13 +1521,6 @@ export interface GraphSearchTagsForBlocksInput extends GraphSearchInput {
|
|
|
1552
1521
|
orderByAlias?: OrderDirection;
|
|
1553
1522
|
orderByTaskCount?: OrderDirection;
|
|
1554
1523
|
}
|
|
1555
|
-
export declare const GraphSearchEventsInputQL = "\ninput GraphSearchEventsInput {\n \n size: Int\n \n\tapplication: String\n\tprovider: String\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\tgenerated: Boolean\n\tparentId: String\n\tfavorite: Boolean\n\tsnoozed: Boolean\n\tseries: String\n\tresponseStatuses: [ResponseStatus]\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\tthreadIds: [String]\n\ttags: [TagFilterItemInput]\n\n calendarId: String\n\tdateStart: NumberFilterInput\n\tdateEnd: NumberFilterInput\n\tsubject: StringFilterInput\n}";
|
|
1556
|
-
export interface GraphSearchEventsInput extends GraphSearchInput, PaginatedInput {
|
|
1557
|
-
calendarId?: string;
|
|
1558
|
-
dateStart?: NumberFilterInput;
|
|
1559
|
-
dateEnd?: NumberFilterInput;
|
|
1560
|
-
subject?: StringFilterInput;
|
|
1561
|
-
}
|
|
1562
1524
|
export declare const FieldReferenceInputQL = "\ninput FieldReferenceInput {\n\tprovider: String!\n\tfieldName: String!\n}";
|
|
1563
1525
|
export interface FieldReferenceInput {
|
|
1564
1526
|
provider: string;
|
|
@@ -1653,29 +1615,6 @@ export interface GenerateUploadUriInput {
|
|
|
1653
1615
|
_id: string;
|
|
1654
1616
|
contentType: string;
|
|
1655
1617
|
}
|
|
1656
|
-
export declare const BlockTypeActivityQL = "\ntype BlockTypeActivity {\n\ttype: String!\n\tcount: Int!\n}";
|
|
1657
|
-
export declare class BlockTypeActivity {
|
|
1658
|
-
type: BlockType;
|
|
1659
|
-
count: number;
|
|
1660
|
-
}
|
|
1661
|
-
export declare const BlockActivityQL = "\ntype BlockActivity {\n\tstart: Float!\n\tactivity: [BlockTypeActivity!]!\n}";
|
|
1662
|
-
export declare class BlockActivity {
|
|
1663
|
-
start: number;
|
|
1664
|
-
activity: BlockTypeActivity[];
|
|
1665
|
-
}
|
|
1666
|
-
export declare const TimeUnitQL = "\nenum TimeUnit {\n DAY\n WEEK\n MONTH\n YEAR\n}";
|
|
1667
|
-
export declare enum TimeUnit {
|
|
1668
|
-
Day = "DAY",
|
|
1669
|
-
Week = "WEEK",
|
|
1670
|
-
Month = "MONTH",
|
|
1671
|
-
Year = "YEAR"
|
|
1672
|
-
}
|
|
1673
|
-
export declare const FindBlockActivityInputQL = "\ninput FindBlockActivityInput {\n\t\n\tapplication: String\n\tprovider: String\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\tgenerated: Boolean\n\tparentId: String\n\tfavorite: Boolean\n\tsnoozed: Boolean\n\tseries: String\n\tresponseStatuses: [ResponseStatus]\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\tthreadIds: [String]\n\ttags: [TagFilterItemInput]\n\n\tgt: Float!\n\tlt: Float!\n\tperiod: TimeUnit! = DAY\n}";
|
|
1674
|
-
export interface FindBlockActivityInput extends GraphSearchInput {
|
|
1675
|
-
gt: number;
|
|
1676
|
-
lt: number;
|
|
1677
|
-
period: TimeUnit;
|
|
1678
|
-
}
|
|
1679
1618
|
export declare const FindTasksAndNotesInputQL = "\ninput FindTasksAndNotesInput {\n dateUpdated: NumberFilterInput\n}";
|
|
1680
1619
|
export interface FindTasksAndNotesInput {
|
|
1681
1620
|
dateUpdated?: NumberFilterInput;
|