@memberjunction/core-entities 2.121.0 → 2.122.1
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/engines/TypeTablesCache.d.ts.map +1 -0
- package/dist/engines/TypeTablesCache.js.map +1 -0
- package/dist/engines/artifacts.d.ts.map +1 -1
- package/dist/engines/artifacts.js +3 -0
- package/dist/engines/artifacts.js.map +1 -1
- package/dist/engines/dashboards.d.ts +22 -0
- package/dist/engines/dashboards.d.ts.map +1 -0
- package/dist/engines/dashboards.js +54 -0
- package/dist/engines/dashboards.js.map +1 -0
- package/dist/generated/entity_subclasses.d.ts +336 -25
- package/dist/generated/entity_subclasses.d.ts.map +1 -1
- package/dist/generated/entity_subclasses.js +524 -45
- package/dist/generated/entity_subclasses.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
- package/dist/custom/TypeTablesCache.d.ts.map +0 -1
- package/dist/custom/TypeTablesCache.js.map +0 -1
- /package/dist/{custom → engines}/TypeTablesCache.d.ts +0 -0
- /package/dist/{custom → engines}/TypeTablesCache.js +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -6,7 +6,6 @@ export * from './custom/AIModelExtended';
|
|
|
6
6
|
export * from './custom/AIPromptCategoryExtended';
|
|
7
7
|
export * from './custom/AIPromptExtended';
|
|
8
8
|
export * from './custom/ListDetailEntityExtended';
|
|
9
|
-
export * from './custom/TypeTablesCache';
|
|
10
9
|
export * from './custom/ScheduledActionExtended';
|
|
11
10
|
export * from './custom/EntityEntityExtended';
|
|
12
11
|
export * from './custom/EntityFieldEntityExtended';
|
|
@@ -20,7 +19,9 @@ export * from './custom/ResourcePermissions/ResourcePermissionEngine';
|
|
|
20
19
|
export * from './custom/ResourcePermissions/ResourcePermissionSubclass';
|
|
21
20
|
export * from './custom/ResourcePermissions/ResourceData';
|
|
22
21
|
export * from './engines/component-metadata';
|
|
22
|
+
export * from './engines/TypeTablesCache';
|
|
23
23
|
export * from './engines/artifacts';
|
|
24
|
+
export * from './engines/dashboards';
|
|
24
25
|
export * from './artifact-extraction/artifact-extract-rules';
|
|
25
26
|
export * from './artifact-extraction/artifact-extractor';
|
|
26
27
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,+BAA+B,CAAA;AAE7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,kCAAkC,CAAC;AACjD,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC;AAClD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mCAAmC,CAAC;AAClD,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,+BAA+B,CAAA;AAE7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,kCAAkC,CAAC;AACjD,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC;AAClD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mCAAmC,CAAC;AAClD,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oCAAoC,CAAC;AACnD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,oCAAoC,CAAC;AACnD,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,iCAAiC,CAAC;AAEhD,cAAc,uDAAuD,CAAC;AACtE,cAAc,yDAAyD,CAAC;AACxE,cAAc,2CAA2C,CAAC;AAE1D,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AAErC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,0CAA0C,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -22,7 +22,6 @@ __exportStar(require("./custom/AIModelExtended"), exports);
|
|
|
22
22
|
__exportStar(require("./custom/AIPromptCategoryExtended"), exports);
|
|
23
23
|
__exportStar(require("./custom/AIPromptExtended"), exports);
|
|
24
24
|
__exportStar(require("./custom/ListDetailEntityExtended"), exports);
|
|
25
|
-
__exportStar(require("./custom/TypeTablesCache"), exports);
|
|
26
25
|
__exportStar(require("./custom/ScheduledActionExtended"), exports);
|
|
27
26
|
__exportStar(require("./custom/EntityEntityExtended"), exports);
|
|
28
27
|
__exportStar(require("./custom/EntityFieldEntityExtended"), exports);
|
|
@@ -36,7 +35,9 @@ __exportStar(require("./custom/ResourcePermissions/ResourcePermissionEngine"), e
|
|
|
36
35
|
__exportStar(require("./custom/ResourcePermissions/ResourcePermissionSubclass"), exports);
|
|
37
36
|
__exportStar(require("./custom/ResourcePermissions/ResourceData"), exports);
|
|
38
37
|
__exportStar(require("./engines/component-metadata"), exports);
|
|
38
|
+
__exportStar(require("./engines/TypeTablesCache"), exports);
|
|
39
39
|
__exportStar(require("./engines/artifacts"), exports);
|
|
40
|
+
__exportStar(require("./engines/dashboards"), exports);
|
|
40
41
|
__exportStar(require("./artifact-extraction/artifact-extract-rules"), exports);
|
|
41
42
|
__exportStar(require("./artifact-extraction/artifact-extractor"), exports);
|
|
42
43
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AACA,gEAA6C;AAE7C,0DAAwC;AACxC,mEAAiD;AACjD,2DAAyC;AACzC,2DAAyC;AACzC,oEAAkD;AAClD,4DAA0C;AAC1C,oEAAkD;AAClD,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AACA,gEAA6C;AAE7C,0DAAwC;AACxC,mEAAiD;AACjD,2DAAyC;AACzC,2DAAyC;AACzC,oEAAkD;AAClD,4DAA0C;AAC1C,oEAAkD;AAClD,mEAAiD;AACjD,gEAA8C;AAC9C,qEAAmD;AACnD,8DAA4C;AAC5C,kEAAgD;AAChD,qEAAmD;AACnD,mEAAiD;AACjD,qEAAmD;AACnD,kEAAgD;AAEhD,wFAAsE;AACtE,0FAAwE;AACxE,4EAA0D;AAE1D,+DAA6C;AAC7C,4DAA0C;AAC1C,sDAAoC;AACpC,uDAAqC;AAErC,+EAA6D;AAC7D,2EAAyD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/core-entities",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.122.1",
|
|
4
4
|
"description": "Entity subclasses for the metadata layer of MemberJunction defined in the MJ_CORE schema (usually '__mj'), distributed as part of each release of MemberJunction",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"typescript": "^5.4.5"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@memberjunction/core": "2.
|
|
23
|
-
"@memberjunction/global": "2.
|
|
24
|
-
"@memberjunction/interactive-component-types": "2.
|
|
22
|
+
"@memberjunction/core": "2.122.1",
|
|
23
|
+
"@memberjunction/global": "2.122.1",
|
|
24
|
+
"@memberjunction/interactive-component-types": "2.122.1",
|
|
25
25
|
"zod": "^3.23.8"
|
|
26
26
|
},
|
|
27
27
|
"repository": {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TypeTablesCache.d.ts","sourceRoot":"","sources":["../../src/custom/TypeTablesCache.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAA4B,iBAAiB,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACzG,OAAO,EAAE,wCAAwC,EAAE,MAAM,gCAAgC,CAAC;AAE1F;;GAEG;AACH,qBAAa,eAAgB,SAAQ,UAAU,CAAC,eAAe,CAAC;IAC/C,MAAM,CAAC,YAAY,CAAC,EAAE,OAAO,EAAE,WAAW,CAAC,EAAE,QAAQ,EAAE,QAAQ,CAAC,EAAE,iBAAiB;IAWhG,WAAkB,QAAQ,IAAI,eAAe,CAE5C;IAED,IAAW,mCAAmC,+CAE7C;IACD,OAAO,CAAC,oCAAoC,CAAkD;CACjG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TypeTablesCache.js","sourceRoot":"","sources":["../../src/custom/TypeTablesCache.ts"],"names":[],"mappings":";;;AAAA,+CAAyG;AAGzG;;GAEG;AACH,MAAa,eAAgB,SAAQ,iBAA2B;IAAhE;;QAmBY,yCAAoC,GAA+C,EAAE,CAAC;IAClG,CAAC;IAnBU,KAAK,CAAC,MAAM,CAAC,YAAsB,EAAE,WAAsB,EAAE,QAA4B;QAC5F,MAAM,CAAC,GAAwC;YAC3C;gBACI,IAAI,EAAE,QAAQ;gBACd,UAAU,EAAE,wCAAwC;gBACpD,YAAY,EAAE,sCAAsC;aACvD;SACJ,CAAC;QACF,MAAM,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE,QAAQ,EAAE,YAAY,EAAE,WAAW,CAAC,CAAC;IAC5D,CAAC;IAEM,MAAM,KAAK,QAAQ;QACtB,OAAO,KAAK,CAAC,WAAW,EAAmB,CAAC;IAChD,CAAC;IAED,IAAW,mCAAmC;QAC1C,OAAO,IAAI,CAAC,oCAAoC,CAAC;IACrD,CAAC;CAEJ;AApBD,0CAoBC"}
|
|
File without changes
|
|
File without changes
|