@memberjunction/core-entities 0.9.124 → 0.9.125

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: int
8494
- * * Description: The ID for the record, only used when Type='single_record'
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(): number;
8497
- set RecordID(value: number);
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: int
11997
- * * Description: The ID for the record, only used when Type='single_record'
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.124",
3
+ "version": "0.9.125",
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",