@memberjunction/core
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -9,4 +9,4 @@ import { BaseInfo } from './baseInfo'; | ||
Comments: string; | ||
CreatedAt: Date; | ||
UpdatedAt: Date; | ||
__mj_CreatedAt: Date; | ||
__mj_UpdatedAt: Date; | ||
constructor(initData?: any); | ||
@@ -13,0 +13,0 @@ } |
@@ -12,4 +12,4 @@ "use strict"; | ||
this.Comments = null; | ||
this.CreatedAt = null; | ||
this.UpdatedAt = null; | ||
this.__mj_CreatedAt = null; | ||
this.__mj_UpdatedAt = null; | ||
this.copyInitData(initData); | ||
@@ -16,0 +16,0 @@ } |
@@ -203,2 +203,3 @@ import { BaseInfo } from "./baseInfo"; | ||
RelatedEntityNameFieldMap: string; | ||
RelatedEntityDisplayType: 'Search' | 'Dropdown'; | ||
__mj_CreatedAt: Date; | ||
@@ -205,0 +206,0 @@ __mj_UpdatedAt: Date; |
@@ -405,2 +405,3 @@ "use strict"; | ||
this.RelatedEntityNameFieldMap = null; | ||
this.RelatedEntityDisplayType = null; | ||
this.__mj_CreatedAt = null; | ||
@@ -407,0 +408,0 @@ this.__mj_UpdatedAt = null; |
@@ -30,4 +30,4 @@ import { BaseInfo } from "./baseInfo"; | ||
SampleCode: string; | ||
CreatedAt: Date; | ||
UpdatedAt: Date; | ||
__mj_CreatedAt: Date; | ||
__mj_UpdatedAt: Date; | ||
private _exportItemsArray; | ||
@@ -34,0 +34,0 @@ /** |
@@ -46,4 +46,4 @@ "use strict"; | ||
this.SampleCode = null; | ||
this.CreatedAt = null; | ||
this.UpdatedAt = null; | ||
this.__mj_CreatedAt = null; | ||
this.__mj_UpdatedAt = null; | ||
this._exportItemsArray = null; | ||
@@ -50,0 +50,0 @@ if (initData) { |
@@ -37,17 +37,5 @@ import { BaseEntity } from "./baseEntity"; | ||
key: string; | ||
class: typeof RowLevelSecurityFilterInfo; | ||
} | { | ||
key: string; | ||
class: typeof AuthorizationInfo; | ||
} | { | ||
key: string; | ||
class: typeof QueryCategoryInfo; | ||
} | { | ||
key: string; | ||
class: typeof QueryInfo; | ||
} | { | ||
key: string; | ||
class: typeof QueryFieldInfo; | ||
} | { | ||
key: string; | ||
class: typeof QueryPermissionInfo; | ||
@@ -57,5 +45,2 @@ } | { | ||
class: typeof EntityDocumentTypeInfo; | ||
} | { | ||
key: string; | ||
class: typeof LibraryInfo; | ||
})[]; | ||
@@ -62,0 +47,0 @@ export declare abstract class ProviderBase implements IMetadataProvider { |
@@ -15,4 +15,4 @@ import { BaseInfo } from "./baseInfo"; | ||
QualityRank: number; | ||
CreatedAt: Date; | ||
UpdatedAt: Date; | ||
__mj_CreatedAt: Date; | ||
__mj_UpdatedAt: Date; | ||
Category: string; | ||
@@ -29,4 +29,4 @@ private _fields; | ||
Description: string; | ||
CreatedAt: Date; | ||
UpdatedAt: Date; | ||
__mj_CreatedAt: Date; | ||
__mj_UpdatedAt: Date; | ||
Parent: string; | ||
@@ -56,4 +56,4 @@ constructor(initData?: any); | ||
SummaryDescription: string; | ||
CreatedAt: Date; | ||
UpdatedAt: Date; | ||
__mj_CreatedAt: Date; | ||
__mj_UpdatedAt: Date; | ||
SourceEntity: string; | ||
@@ -60,0 +60,0 @@ constructor(initData?: any); |
@@ -29,4 +29,4 @@ "use strict"; | ||
this.QualityRank = null; | ||
this.CreatedAt = null; | ||
this.UpdatedAt = null; | ||
this.__mj_CreatedAt = null; | ||
this.__mj_UpdatedAt = null; | ||
// virtual fields - returned by the database VIEW | ||
@@ -59,4 +59,4 @@ this.Category = null; | ||
this.Description = null; | ||
this.CreatedAt = null; | ||
this.UpdatedAt = null; | ||
this.__mj_CreatedAt = null; | ||
this.__mj_UpdatedAt = null; | ||
// virtual fields - returned by the database VIEW | ||
@@ -97,4 +97,4 @@ this.Parent = null; | ||
this.SummaryDescription = null; | ||
this.CreatedAt = null; | ||
this.UpdatedAt = null; | ||
this.__mj_CreatedAt = null; | ||
this.__mj_UpdatedAt = null; | ||
// virtual fields - returned by the database VIEW | ||
@@ -101,0 +101,0 @@ this.SourceEntity = null; |
@@ -61,4 +61,4 @@ import { BaseInfo } from "./baseInfo"; | ||
FilterText: string; | ||
CreatedAt: Date; | ||
UpdatedAt: Date; | ||
__mj_CreatedAt: Date; | ||
__mj_UpdatedAt: Date; | ||
constructor(initData: any); | ||
@@ -65,0 +65,0 @@ MarkupFilterText(user: UserInfo): string; |
@@ -102,4 +102,4 @@ "use strict"; | ||
this.FilterText = null; | ||
this.CreatedAt = null; | ||
this.UpdatedAt = null; | ||
this.__mj_CreatedAt = null; | ||
this.__mj_UpdatedAt = null; | ||
this.copyInitData(initData); | ||
@@ -106,0 +106,0 @@ } |
@@ -45,4 +45,4 @@ import { BaseInfo } from '../generic/baseInfo'; | ||
CustomWhereClause: string; | ||
CreatedAt: Date; | ||
UpdatedAt: Date; | ||
__mj_CreatedAt: Date; | ||
__mj_UpdatedAt: Date; | ||
UserName: string; | ||
@@ -49,0 +49,0 @@ UserType: string; |
@@ -108,4 +108,4 @@ "use strict"; | ||
this.CustomWhereClause = null; | ||
this.CreatedAt = null; | ||
this.UpdatedAt = null; | ||
this.__mj_CreatedAt = null; | ||
this.__mj_UpdatedAt = null; | ||
this.UserName = null; | ||
@@ -112,0 +112,0 @@ this.UserType = null; |
{ | ||
"name": "@memberjunction/core", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "MemberJunction: Core Library including Metadata, Application, Entity Retrieval and Manipulation, and Utilities", | ||
@@ -22,5 +22,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@memberjunction/global": "1.8.0", | ||
"@memberjunction/global": "1.8.1", | ||
"rxjs": "^7.8.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
538959
7818
+ Added@memberjunction/global@1.8.1(transitive)
- Removed@memberjunction/global@1.8.0(transitive)
Updated@memberjunction/global@1.8.1