@x12i/pagenti-types 1.0.0 → 1.1.0
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/constants.d.ts +1 -1
- package/dist/constants.js +1 -1
- package/package.json +1 -1
package/dist/constants.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export declare const PAGENTI_MANIFEST_SCHEMA: "pagenti.package.v1";
|
|
|
8
8
|
* Required Catalox npm package version. Pagenti uses Catalox as the sole data tier;
|
|
9
9
|
* there is no alternate registry, file store, or in-memory backend.
|
|
10
10
|
*/
|
|
11
|
-
export declare const CATALOX_VERSION: "5.1.
|
|
11
|
+
export declare const CATALOX_VERSION: "5.1.1";
|
|
12
12
|
/** 12 context smart-property dimensions. */
|
|
13
13
|
export declare const CONTEXT_DIMENSIONS: readonly ["industry", "role", "domain", "useCase", "process", "tool", "risk", "regulation", "entityType", "contentType", "customerSegment", "maturityLevel"];
|
|
14
14
|
export type ContextDimension = (typeof CONTEXT_DIMENSIONS)[number];
|
package/dist/constants.js
CHANGED
|
@@ -8,7 +8,7 @@ export const PAGENTI_MANIFEST_SCHEMA = "pagenti.package.v1";
|
|
|
8
8
|
* Required Catalox npm package version. Pagenti uses Catalox as the sole data tier;
|
|
9
9
|
* there is no alternate registry, file store, or in-memory backend.
|
|
10
10
|
*/
|
|
11
|
-
export const CATALOX_VERSION = "5.1.
|
|
11
|
+
export const CATALOX_VERSION = "5.1.1";
|
|
12
12
|
/** 12 context smart-property dimensions. */
|
|
13
13
|
export const CONTEXT_DIMENSIONS = [
|
|
14
14
|
"industry",
|