@memberjunction/data-context 0.9.2 → 0.9.3
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/types.d.ts +1 -1
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export declare class DataContextItem {
|
|
|
11
11
|
*/
|
|
12
12
|
Type: 'view' | 'query' | 'full_entity' | 'sql' | 'single_record';
|
|
13
13
|
/**
|
|
14
|
-
* The primary key of the single record in the system, only used if type = 'single_record'
|
|
14
|
+
* The primary key of the single record in the system, only used if type = 'single_record'. If the Entity has a composite key, this will be a command separated list of the primary key values in order of their definition in the entity.
|
|
15
15
|
*/
|
|
16
16
|
RecordID: string;
|
|
17
17
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/data-context",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"description": "This library provides a set of objects that handle run-time loading of data contexts as well as types to be able to use across application tiers for interacting with data contexts.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
"typescript": "^5.3.3"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@memberjunction/core-entities": "^0.9.
|
|
22
|
+
"@memberjunction/core-entities": "^0.9.125"
|
|
23
23
|
}
|
|
24
24
|
}
|