@bigfootai/bigfoot-types 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/model.ts +3 -0
- package/package.json +1 -1
package/model.ts
CHANGED
@@ -333,6 +333,9 @@ type EntityEntry {
|
|
333
333
|
export interface EntityEntry extends MachineLearningEntry {
|
334
334
|
text: string;
|
335
335
|
confidence: number;
|
336
|
+
_tagId?: string;
|
337
|
+
_email?: string;
|
338
|
+
_url?: string;
|
336
339
|
}
|
337
340
|
|
338
341
|
export interface DateEntityEntry extends EntityEntry {
|