@bigfootai/bigfoot-types 4.6.7 → 4.6.8

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 (3) hide show
  1. package/model.js +1 -0
  2. package/model.ts +1 -0
  3. package/package.json +1 -1
package/model.js CHANGED
@@ -102,6 +102,7 @@ var TagRecommendationType;
102
102
  var TagRecommendationVariation;
103
103
  (function (TagRecommendationVariation) {
104
104
  TagRecommendationVariation["TypeChange"] = "type_change";
105
+ TagRecommendationVariation["TagFromDocument"] = "tag_from_document";
105
106
  })(TagRecommendationVariation || (exports.TagRecommendationVariation = TagRecommendationVariation = {}));
106
107
  var RecurrenceRFC;
107
108
  (function (RecurrenceRFC) {
package/model.ts CHANGED
@@ -96,6 +96,7 @@ export enum TagRecommendationType {
96
96
 
97
97
  export enum TagRecommendationVariation {
98
98
  TypeChange = 'type_change',
99
+ TagFromDocument = 'tag_from_document',
99
100
  }
100
101
 
101
102
  export enum RecurrenceRFC {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "4.6.7",
4
+ "version": "4.6.8",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",