@bigfootai/bigfoot-types 5.4.241 → 5.4.243
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-creator.d.ts +2 -2
- package/dist/block-creator.d.ts.map +1 -1
- package/dist/block-creator.js +1 -0
- package/dist/block-creator.js.map +1 -1
- package/dist/transcription.d.ts +4 -2
- package/dist/transcription.d.ts.map +1 -1
- package/dist/transcription.js +2 -1
- package/dist/transcription.js.map +1 -1
- package/package.json +1 -1
package/dist/block-creator.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type BlockCreatorType = 'TENANT' | 'AGENT';
|
|
1
|
+
export type BlockCreatorType = 'TAG' | 'TENANT' | 'AGENT';
|
|
2
2
|
export interface BlockCreator {
|
|
3
3
|
_id: string;
|
|
4
4
|
avatar: string | null;
|
|
@@ -6,6 +6,6 @@ export interface BlockCreator {
|
|
|
6
6
|
self: boolean;
|
|
7
7
|
type: BlockCreatorType;
|
|
8
8
|
}
|
|
9
|
-
export declare const BlockCreatorTypeQL = "\nenum BlockCreatorType {\n\tTENANT\n\tAGENT\n}";
|
|
9
|
+
export declare const BlockCreatorTypeQL = "\nenum BlockCreatorType {\n\tTAG\n\tTENANT\n\tAGENT\n}";
|
|
10
10
|
export declare const BlockCreatorQL = "\ntype BlockCreator {\n\t_id: ID!\n\tavatar: String\n\tname: String\n\tself: Boolean!\n\ttype: BlockCreatorType!\n}";
|
|
11
11
|
//# sourceMappingURL=block-creator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"block-creator.d.ts","sourceRoot":"","sources":["../src/block-creator.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG,QAAQ,GAAG,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"block-creator.d.ts","sourceRoot":"","sources":["../src/block-creator.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG,KAAK,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE1D,MAAM,WAAW,YAAY;IAC5B,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,EAAE,gBAAgB,CAAC;CACvB;AAED,eAAO,MAAM,kBAAkB,2DAK7B,CAAC;AAEH,eAAO,MAAM,cAAc,wHAOzB,CAAC"}
|
package/dist/block-creator.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"block-creator.js","sourceRoot":"","sources":["../src/block-creator.ts"],"names":[],"mappings":"AAUA,MAAM,CAAC,MAAM,kBAAkB,GAAG
|
|
1
|
+
{"version":3,"file":"block-creator.js","sourceRoot":"","sources":["../src/block-creator.ts"],"names":[],"mappings":"AAUA,MAAM,CAAC,MAAM,kBAAkB,GAAG;;;;;EAKhC,CAAC;AAEH,MAAM,CAAC,MAAM,cAAc,GAAG;;;;;;;EAO5B,CAAC"}
|
package/dist/transcription.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { Block } from './block.js';
|
|
2
|
+
import type { BlockCreator } from './block-creator.js';
|
|
2
3
|
import { BusinessObject } from './business-object.js';
|
|
3
4
|
import type { PersonReference } from './person-reference.js';
|
|
4
5
|
import type { ProcessingStage } from './processing-stage.js';
|
|
@@ -10,15 +11,16 @@ import type { TranscriptionSection } from './transcription-section.js';
|
|
|
10
11
|
export declare const IngestTranscriptionInputQL = "\ninput IngestTranscriptionInput {\n _id: ID\n archived: Boolean\n dateCreated: Float\n dateUpdated: Float\n tenantIdCreated: String\n domainIdCreated: String\n sharingTags: [SharingTagInput]\n status: TaskStatus\n dateDue: Float\n dateRemindMe: Float\n\tdateAssociated: Float\n\tfavorite: Boolean\n\tsnoozed: Boolean\n\tparentReferenceBlock: ReferenceBlockInput\n document: String\n summary: String\n generated: Boolean\n title: String\n template: BlockTemplateInput\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\torganizedBy: PersonReferenceInput\n\trecordingUrl: String\n\ttranscriptionUrl: String\n\tcalendarEventId: String\n\tattendees: [PersonReferenceInput]\n\ttasks: [IngestTodoInput]\n\ttopics: [UpsertTagInput]\n\ttranscript: TranscriptionSectionInput\n\thighlights: [TranscriptionSectionInput]\n\toutline: [TranscriptionSectionInput]\n\tprocessingStage: String!\n}";
|
|
11
12
|
export interface IngestTranscriptionInput extends Transcription {
|
|
12
13
|
}
|
|
13
|
-
export declare const TranscriptionQL = "\ntype Transcription implements Block & BusinessObject {\n _id: ID!\n archived: Boolean!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n access: String!\n activities(size: Int): [BlockActivity]\n editors: [Editor]\n blockType: String!\n direction: String\n document: String\n text: String\n summary: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\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\tparentReferenceBlock: ReferenceBlock\n\toriginReferenceBlock: ReferenceBlock\n\tgeneratedReferenceBlock: ReferenceBlock\n\ttemplateReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n\tfeedback: BlockFeedbackState!\n\ttitle: String\n\ttagRecommendations: [BlockTagRecommendation!]\n\tcreator: BlockCreator\n\ttemplate: BlockTemplate\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
|
|
14
|
+
export declare const TranscriptionQL = "\ntype Transcription implements Block & BusinessObject {\n _id: ID!\n archived: Boolean!\n dateCreated: Float!\n dateUpdated: Float!\n tenantIdCreated: String\n sharingTags: [SharingTag]!\n\tsubscriptionPubSubType: String\n access: String!\n activities(size: Int): [BlockActivity]\n editors: [Editor]\n blockType: String!\n direction: String\n document: String\n text: String\n summary: String\n\tdates: [EntityEntry]\n\tlocations: [EntityEntry]\n\temails: [String]\n\tbusinessObjects: [BusinessObjectLink]\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\tparentReferenceBlock: ReferenceBlock\n\toriginReferenceBlock: ReferenceBlock\n\tgeneratedReferenceBlock: ReferenceBlock\n\ttemplateReferenceBlock: ReferenceBlock\n\treactions: [Reaction]\n\tfeedback: BlockFeedbackState!\n\ttitle: String\n\ttagRecommendations: [BlockTagRecommendation!]\n\tcreator: BlockCreator\n\ttemplate: BlockTemplate\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\torganizedBy: PersonReference\n\torganizer: BlockCreator\n\trecordingUrl: String\n\ttranscriptionUrl: String\n\tcalendarEventId: String\n\tattendees: [PersonAcceptance]\n\ttranscript: TranscriptionSection\n\thighlights: [TranscriptionSection]\n\toutline: [TranscriptionSection]\n}";
|
|
14
15
|
export declare class Transcription extends BusinessObject {
|
|
15
16
|
attendees?: PersonReference[];
|
|
16
17
|
calendarEventId?: string;
|
|
17
|
-
dateStart
|
|
18
|
+
dateStart: number;
|
|
18
19
|
duration?: number;
|
|
19
20
|
highlights?: TranscriptionSection[];
|
|
20
21
|
meetingUrl?: string;
|
|
21
22
|
organizedBy?: PersonReference;
|
|
23
|
+
organizer?: BlockCreator;
|
|
22
24
|
outline?: TranscriptionSection[];
|
|
23
25
|
processingStage: ProcessingStage;
|
|
24
26
|
recordingUrl?: string;
|
|
@@ -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;
|
|
1
|
+
{"version":3,"file":"transcription.d.ts","sourceRoot":"","sources":["../src/transcription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEvD,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,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACvD,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,4/BAgBrC,CAAC;AACH,MAAM,WAAW,wBAAyB,SAAQ,aAAa;CAAG;AAElE,eAAO,MAAM,eAAe,yjDAc1B,CAAC;AACH,qBAAa,aAAc,SAAQ,cAAc;IAChD,SAAS,CAAC,EAAE,eAAe,EAAE,CAAC;IAC9B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,oBAAoB,EAAE,CAAC;IACpC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B,SAAS,CAAC,EAAE,YAAY,CAAC;IACzB,OAAO,CAAC,EAAE,oBAAoB,EAAE,CAAC;IACjC,eAAe,EAAE,eAAe,CAAC;IACjC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,IAAI,EAAE,CAAC;IACf,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC;IACf,UAAU,CAAC,EAAE,oBAAoB,CAAC;IAClC,gBAAgB,CAAC,EAAE,MAAM,CAAC;gBAGzB,MAAM,EAAE,SAAS,EACjB,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,IAAI,CAAC,KAAK,EAAE,WAAW,CAAC,GAAG,KAAK,IAAI,aAAa,CAEvF"}
|
package/dist/transcription.js
CHANGED
|
@@ -19,7 +19,7 @@ input IngestTranscriptionInput {${BusinessObjectFieldsForUpsert}
|
|
|
19
19
|
}`;
|
|
20
20
|
export const TranscriptionQL = `
|
|
21
21
|
type Transcription implements Block & BusinessObject {${BusinessObjectFields}
|
|
22
|
-
dateStart: Float
|
|
22
|
+
dateStart: Float!
|
|
23
23
|
duration: Float
|
|
24
24
|
meetingUrl: String
|
|
25
25
|
organizedBy: PersonReference
|
|
@@ -40,6 +40,7 @@ export class Transcription extends BusinessObject {
|
|
|
40
40
|
highlights;
|
|
41
41
|
meetingUrl;
|
|
42
42
|
organizedBy;
|
|
43
|
+
organizer;
|
|
43
44
|
outline;
|
|
44
45
|
processingStage;
|
|
45
46
|
recordingUrl;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transcription.js","sourceRoot":"","sources":["../src/transcription.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"transcription.js","sourceRoot":"","sources":["../src/transcription.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,6BAA6B,EAAE,MAAM,sBAAsB,CAAC;AAS3G,MAAM,CAAC,MAAM,0BAA0B,GAAG;kCACR,6BAA6B;;;;;;;;;;;;;;;EAe7D,CAAC;AAGH,MAAM,CAAC,MAAM,eAAe,GAAG;wDACyB,oBAAoB;;;;;;;;;;;;;EAa1E,CAAC;AACH,MAAM,OAAO,aAAc,SAAQ,cAAc;IAChD,SAAS,CAAqB;IAC9B,eAAe,CAAU;IACzB,SAAS,CAAS;IAClB,QAAQ,CAAU;IAClB,UAAU,CAA0B;IACpC,UAAU,CAAU;IACpB,WAAW,CAAmB;IAC9B,SAAS,CAAgB;IACzB,OAAO,CAA0B;IACjC,eAAe,CAAkB;IACjC,YAAY,CAAU;IACtB,KAAK,CAAU;IACf,MAAM,CAAS;IACf,UAAU,CAAwB;IAClC,gBAAgB,CAAU;IAE1B,YACC,MAAiB,EACjB,WAAyB,EACzB,QAAgB,EAChB,WAAmB,EACnB,GAAW,EACX,UAAkB,EAClB,eAAgC;QAEhC,KAAK,CAAC,MAAM,EAAE,WAAW,EAAE,SAAS,CAAC,aAAa,EAAE,QAAQ,EAAE,WAAW,EAAE,GAAG,EAAE,UAAU,CAAC,CAAC;QAC5F,IAAI,CAAC,eAAe,GAAG,eAAe,CAAC;IACxC,CAAC;CACD;AAED,MAAM,UAAU,eAAe,CAAC,KAA+B;IAC9D,OAAO,KAAK,CAAC,SAAS,KAAK,SAAS,CAAC,aAAa,CAAC;AACpD,CAAC"}
|
package/package.json
CHANGED