@cravery/core 0.0.54 → 0.0.55

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.
@@ -1,3 +1,3 @@
1
- export declare const REPORT_TARGET_TYPE_VALUES: readonly ["extraction_attempt", "image", "profile", "recipe"];
1
+ export declare const REPORT_TARGET_TYPE_VALUES: readonly ["extraction", "image", "profile", "recipe"];
2
2
  export type ReportTargetType = (typeof REPORT_TARGET_TYPE_VALUES)[number];
3
3
  //# sourceMappingURL=report_target_type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"report_target_type.d.ts","sourceRoot":"","sources":["../../../src/types/report/report_target_type.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB,+DAK5B,CAAC;AACX,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,CAAC,CAAC"}
1
+ {"version":3,"file":"report_target_type.d.ts","sourceRoot":"","sources":["../../../src/types/report/report_target_type.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB,uDAK5B,CAAC;AACX,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,CAAC,CAAC"}
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.REPORT_TARGET_TYPE_VALUES = void 0;
4
4
  exports.REPORT_TARGET_TYPE_VALUES = [
5
- "extraction_attempt",
5
+ "extraction",
6
6
  "image",
7
7
  "profile",
8
8
  "recipe",
@@ -1 +1 @@
1
- {"version":3,"file":"report_target_type.js","sourceRoot":"","sources":["../../../src/types/report/report_target_type.ts"],"names":[],"mappings":";;;AAAa,QAAA,yBAAyB,GAAG;IACvC,oBAAoB;IACpB,OAAO;IACP,SAAS;IACT,QAAQ;CACA,CAAC"}
1
+ {"version":3,"file":"report_target_type.js","sourceRoot":"","sources":["../../../src/types/report/report_target_type.ts"],"names":[],"mappings":";;;AAAa,QAAA,yBAAyB,GAAG;IACvC,YAAY;IACZ,OAAO;IACP,SAAS;IACT,QAAQ;CACA,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cravery/core",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "description": "Clean architecture foundation for Cravery",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,5 +1,5 @@
1
1
  export const REPORT_TARGET_TYPE_VALUES = [
2
- "extraction_attempt",
2
+ "extraction",
3
3
  "image",
4
4
  "profile",
5
5
  "recipe",