@memberjunction/core-entities 0.9.124 → 0.9.126
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.
|
@@ -8490,11 +8490,11 @@ export declare class DataContextItemEntity extends BaseEntity {
|
|
|
8490
8490
|
/**
|
|
8491
8491
|
* * Field Name: RecordID
|
|
8492
8492
|
* * Display Name: Record ID
|
|
8493
|
-
* * SQL Data Type:
|
|
8494
|
-
* * Description: The
|
|
8493
|
+
* * SQL Data Type: nvarchar(255)
|
|
8494
|
+
* * Description: The Primary Key value for the record, only used when Type='single_record'
|
|
8495
8495
|
*/
|
|
8496
|
-
get RecordID():
|
|
8497
|
-
set RecordID(value:
|
|
8496
|
+
get RecordID(): string;
|
|
8497
|
+
set RecordID(value: string);
|
|
8498
8498
|
/**
|
|
8499
8499
|
* * Field Name: SQL
|
|
8500
8500
|
* * Display Name: SQL
|
|
@@ -11993,8 +11993,8 @@ let DataContextItemEntity = class DataContextItemEntity extends core_1.BaseEntit
|
|
|
11993
11993
|
/**
|
|
11994
11994
|
* * Field Name: RecordID
|
|
11995
11995
|
* * Display Name: Record ID
|
|
11996
|
-
* * SQL Data Type:
|
|
11997
|
-
* * Description: The
|
|
11996
|
+
* * SQL Data Type: nvarchar(255)
|
|
11997
|
+
* * Description: The Primary Key value for the record, only used when Type='single_record'
|
|
11998
11998
|
*/
|
|
11999
11999
|
get RecordID() {
|
|
12000
12000
|
return this.Get('RecordID');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/core-entities",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.126",
|
|
4
4
|
"description": "Entity subclasses for the metadata layer of MemberJunction defined in the MJ_CORE schema (usually 'admin'), distributed as part of each release of MemberJunction",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"typescript": "^5.3.3"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@memberjunction/core": "^0.9.
|
|
23
|
-
"@memberjunction/global": "^0.9.
|
|
22
|
+
"@memberjunction/core": "^0.9.143",
|
|
23
|
+
"@memberjunction/global": "^0.9.133"
|
|
24
24
|
}
|
|
25
25
|
}
|