@cccsaurora/clue-ui 1.2.7-patch.318 → 1.2.7

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.
@@ -78,7 +78,7 @@ export interface ClueEnrichContextType {
78
78
  * @param classification An optional indicator-specific classification
79
79
  * @returns a list of enrichment results for the given type and value
80
80
  */
81
- queueEnrich: (type: string, value: string, classification?: string) => Promise<StatusDocument>;
81
+ queueEnrich: (type: string, value: string, classification?: string) => Promise<StatusDocument | null>;
82
82
 
83
83
  /**
84
84
  * A set of regexes applications can use for detecting the clue type of a given string
package/package.json CHANGED
@@ -66,7 +66,7 @@
66
66
  },
67
67
  "type": "module",
68
68
  "types": "main.d.ts",
69
- "version": "1.2.7-patch.318",
69
+ "version": "1.2.7",
70
70
  "exports": {
71
71
  ".": "./main.js",
72
72
  "./index.css": "./index.css",