@memberjunction/core-entities 2.7.1 → 2.9.0
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/custom/ResourcePermissions/ResourcePermissionEngine.d.ts +63 -0
- package/dist/custom/ResourcePermissions/ResourcePermissionEngine.d.ts.map +1 -0
- package/dist/custom/ResourcePermissions/ResourcePermissionEngine.js +165 -0
- package/dist/custom/ResourcePermissions/ResourcePermissionEngine.js.map +1 -0
- package/dist/custom/ResourcePermissions/ResourcePermissionSubclass.d.ts +16 -0
- package/dist/custom/ResourcePermissions/ResourcePermissionSubclass.d.ts.map +1 -0
- package/dist/custom/ResourcePermissions/ResourcePermissionSubclass.js +104 -0
- package/dist/custom/ResourcePermissions/ResourcePermissionSubclass.js.map +1 -0
- package/dist/custom/UserViewEntity.d.ts +36 -0
- package/dist/custom/UserViewEntity.d.ts.map +1 -1
- package/dist/custom/UserViewEntity.js +166 -10
- package/dist/custom/UserViewEntity.js.map +1 -1
- package/dist/generated/entity_subclasses.d.ts +370 -4
- package/dist/generated/entity_subclasses.d.ts.map +1 -1
- package/dist/generated/entity_subclasses.js +684 -155
- package/dist/generated/entity_subclasses.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
|
@@ -8,11 +8,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.ConversationSchema = exports.ConversationDetailSchema = exports.ContentTypeSchema = exports.ContentTypeAttributeSchema = exports.ContentSourceSchema = exports.ContentSourceTypeSchema = exports.ContentSourceTypeParamSchema = exports.ContentSourceParamSchema = exports.ContentProcessRunSchema = exports.ContentItemSchema = exports.ContentItemTagSchema = exports.ContentItemAttributeSchema = exports.ContentFileTypeSchema = exports.CompanyIntegrationSchema = exports.CompanyIntegrationRunSchema = exports.CompanyIntegrationRunDetailSchema = exports.CompanyIntegrationRunAPILogSchema = exports.CompanyIntegrationRecordMapSchema = exports.CompanySchema = exports.CommunicationRunSchema = exports.CommunicationProviderSchema = exports.CommunicationProviderMessageTypeSchema = exports.CommunicationLogSchema = exports.CommunicationBaseMessageTypeSchema = exports.AuthorizationSchema = exports.AuthorizationRoleSchema = exports.AuditLogSchema = exports.AuditLogTypeSchema = exports.ApplicationSchema = exports.ApplicationSettingSchema = exports.ApplicationEntitySchema = exports.AIResultCacheSchema = exports.AIPromptSchema = exports.AIPromptTypeSchema = exports.AIPromptCategorySchema = exports.AIModelSchema = exports.AIModelTypeSchema = exports.AIModelActionSchema = exports.AIActionSchema = exports.ActionSchema = exports.ActionResultCodeSchema = exports.ActionParamSchema = exports.ActionLibrarySchema = exports.ActionFilterSchema = exports.ActionExecutionLogSchema = exports.ActionContextSchema = exports.ActionContextTypeSchema = exports.ActionCategorySchema = exports.ActionAuthorizationSchema = exports.loadModule = void 0;
|
|
10
10
|
exports.OutputTriggerTypeSchema = exports.OutputFormatTypeSchema = exports.OutputDeliveryTypeSchema = exports.ListSchema = exports.ListDetailSchema = exports.ListCategorySchema = exports.LibraryItemSchema = exports.LibrarySchema = exports.IntegrationSchema = exports.IntegrationURLFormatSchema = exports.flyway_schema_historySchema = exports.FileSchema = exports.FileStorageProviderSchema = exports.FileEntityRecordLinkSchema = exports.FileCategorySchema = exports.ExplorerNavigationItemSchema = exports.ErrorLogSchema = exports.EntitySettingSchema = exports.EntityRelationshipSchema = exports.EntityRelationshipDisplayComponentSchema = exports.EntityRecordDocumentSchema = exports.EntityPermissionSchema = exports.EntityFieldSchema = exports.EntityFieldValueSchema = exports.EntityDocumentSchema = exports.EntityDocumentTypeSchema = exports.EntityDocumentSettingSchema = exports.EntityDocumentRunSchema = exports.EntityCommunicationMessageTypeSchema = exports.EntityCommunicationFieldSchema = exports.EntityAIActionSchema = exports.EntityActionSchema = exports.EntityActionParamSchema = exports.EntityActionInvocationSchema = exports.EntityActionInvocationTypeSchema = exports.EntityActionFilterSchema = exports.EntitySchema = exports.EmployeeSchema = exports.EmployeeSkillSchema = exports.EmployeeRoleSchema = exports.EmployeeCompanyIntegrationSchema = exports.DuplicateRunSchema = exports.DuplicateRunDetailSchema = exports.DuplicateRunDetailMatchSchema = exports.DatasetSchema = exports.DatasetItemSchema = exports.DataContextSchema = exports.DataContextItemSchema = exports.DashboardSchema = exports.DashboardCategorySchema = void 0;
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.WorkspaceEntity = void 0;
|
|
11
|
+
exports.WorkflowRunSchema = exports.WorkflowEngineSchema = exports.VersionInstallationSchema = exports.VectorIndexSchema = exports.VectorDatabaseSchema = exports.UserSchema = exports.UserViewSchema = exports.UserViewRunSchema = exports.UserViewRunDetailSchema = exports.UserViewCategorySchema = exports.UserRoleSchema = exports.UserRecordLogSchema = exports.UserNotificationSchema = exports.UserFavoriteSchema = exports.UserApplicationSchema = exports.UserApplicationEntitySchema = exports.TemplateSchema = exports.TemplateParamSchema = exports.TemplateContentSchema = exports.TemplateContentTypeSchema = exports.TemplateCategorySchema = exports.TagSchema = exports.TaggedItemSchema = exports.SkillSchema = exports.SchemaInfoSchema = exports.ScheduledActionSchema = exports.ScheduledActionParamSchema = exports.RowLevelSecurityFilterSchema = exports.RoleSchema = exports.ResourceTypeSchema = exports.ResourcePermissionSchema = exports.ResourceLinkSchema = exports.ReportSchema = exports.ReportSnapshotSchema = exports.ReportCategorySchema = exports.RecordMergeLogSchema = exports.RecordMergeDeletionLogSchema = exports.RecordChangeSchema = exports.RecordChangeReplayRunSchema = exports.RecommendationSchema = exports.RecommendationRunSchema = exports.RecommendationProviderSchema = exports.RecommendationItemSchema = exports.QueueSchema = exports.QueueTypeSchema = exports.QueueTaskSchema = exports.QueryPermissionSchema = exports.QueryFieldSchema = exports.QueryCategorySchema = exports.QuerySchema = void 0;
|
|
12
|
+
exports.ContentTypeEntity = exports.ContentTypeAttributeEntity = exports.ContentSourceEntity = exports.ContentSourceTypeEntity = exports.ContentSourceTypeParamEntity = exports.ContentSourceParamEntity = exports.ContentProcessRunEntity = exports.ContentItemEntity = exports.ContentItemTagEntity = exports.ContentItemAttributeEntity = exports.ContentFileTypeEntity = exports.CompanyIntegrationEntity = exports.CompanyIntegrationRunEntity = exports.CompanyIntegrationRunDetailEntity = exports.CompanyIntegrationRunAPILogEntity = exports.CompanyIntegrationRecordMapEntity = exports.CompanyEntity = exports.CommunicationRunEntity = exports.CommunicationProviderEntity = exports.CommunicationProviderMessageTypeEntity = exports.CommunicationLogEntity = exports.CommunicationBaseMessageTypeEntity = exports.AuthorizationEntity = exports.AuthorizationRoleEntity = exports.AuditLogEntity = exports.AuditLogTypeEntity = exports.ApplicationEntity = exports.ApplicationSettingEntity = exports.ApplicationEntityEntity = exports.AIResultCacheEntity = exports.AIPromptEntity = exports.AIPromptTypeEntity = exports.AIPromptCategoryEntity = exports.AIModelEntity = exports.AIModelTypeEntity = exports.AIModelActionEntity = exports.AIActionEntity = exports.ActionEntity = exports.ActionResultCodeEntity = exports.ActionParamEntity = exports.ActionLibraryEntity = exports.ActionFilterEntity = exports.ActionExecutionLogEntity = exports.ActionContextEntity = exports.ActionContextTypeEntity = exports.ActionCategoryEntity = exports.ActionAuthorizationEntity = exports.WorkspaceSchema = exports.WorkspaceItemSchema = exports.WorkflowSchema = void 0;
|
|
13
|
+
exports.OutputDeliveryTypeEntity = exports.ListEntity = exports.ListDetailEntity = exports.ListCategoryEntity = exports.LibraryItemEntity = exports.LibraryEntity = exports.IntegrationEntity = exports.IntegrationURLFormatEntity = exports.flyway_schema_historyEntity = exports.FileEntity = exports.FileStorageProviderEntity = exports.FileEntityRecordLinkEntity = exports.FileCategoryEntity = exports.ExplorerNavigationItemEntity = exports.ErrorLogEntity = exports.EntitySettingEntity = exports.EntityRelationshipEntity = exports.EntityRelationshipDisplayComponentEntity = exports.EntityRecordDocumentEntity = exports.EntityPermissionEntity = exports.EntityFieldEntity = exports.EntityFieldValueEntity = exports.EntityDocumentEntity = exports.EntityDocumentTypeEntity = exports.EntityDocumentSettingEntity = exports.EntityDocumentRunEntity = exports.EntityCommunicationMessageTypeEntity = exports.EntityCommunicationFieldEntity = exports.EntityAIActionEntity = exports.EntityActionEntity = exports.EntityActionParamEntity = exports.EntityActionInvocationEntity = exports.EntityActionInvocationTypeEntity = exports.EntityActionFilterEntity = exports.EntityEntity = exports.EmployeeEntity = exports.EmployeeSkillEntity = exports.EmployeeRoleEntity = exports.EmployeeCompanyIntegrationEntity = exports.DuplicateRunEntity = exports.DuplicateRunDetailEntity = exports.DuplicateRunDetailMatchEntity = exports.DatasetEntity = exports.DatasetItemEntity = exports.DataContextEntity = exports.DataContextItemEntity = exports.DashboardEntity = exports.DashboardCategoryEntity = exports.ConversationEntity = exports.ConversationDetailEntity = void 0;
|
|
14
|
+
exports.VersionInstallationEntity = exports.VectorIndexEntity = exports.VectorDatabaseEntity = exports.UserEntity = exports.UserViewEntity = exports.UserViewRunEntity = exports.UserViewRunDetailEntity = exports.UserViewCategoryEntity = exports.UserRoleEntity = exports.UserRecordLogEntity = exports.UserNotificationEntity = exports.UserFavoriteEntity = exports.UserApplicationEntity = exports.UserApplicationEntityEntity = exports.TemplateEntity = exports.TemplateParamEntity = exports.TemplateContentEntity = exports.TemplateContentTypeEntity = exports.TemplateCategoryEntity = exports.TagEntity = exports.TaggedItemEntity = exports.SkillEntity = exports.SchemaInfoEntity = exports.ScheduledActionEntity = exports.ScheduledActionParamEntity = exports.RowLevelSecurityFilterEntity = exports.RoleEntity = exports.ResourceTypeEntity = exports.ResourcePermissionEntity = exports.ResourceLinkEntity = exports.ReportEntity = exports.ReportSnapshotEntity = exports.ReportCategoryEntity = exports.RecordMergeLogEntity = exports.RecordMergeDeletionLogEntity = exports.RecordChangeEntity = exports.RecordChangeReplayRunEntity = exports.RecommendationEntity = exports.RecommendationRunEntity = exports.RecommendationProviderEntity = exports.RecommendationItemEntity = exports.QueueEntity = exports.QueueTypeEntity = exports.QueueTaskEntity = exports.QueryPermissionEntity = exports.QueryFieldEntity = exports.QueryCategoryEntity = exports.QueryEntity = exports.OutputTriggerTypeEntity = exports.OutputFormatTypeEntity = void 0;
|
|
15
|
+
exports.WorkspaceEntity = exports.WorkspaceItemEntity = exports.WorkflowEntity = exports.WorkflowRunEntity = exports.WorkflowEngineEntity = void 0;
|
|
16
16
|
const core_1 = require("@memberjunction/core");
|
|
17
17
|
const global_1 = require("@memberjunction/global");
|
|
18
18
|
const zod_1 = require("zod");
|
|
@@ -2851,6 +2851,11 @@ exports.DatasetItemSchema = zod_1.z.object({
|
|
|
2851
2851
|
* * Display Name: Updated At
|
|
2852
2852
|
* * SQL Data Type: datetimeoffset
|
|
2853
2853
|
* * Default Value: getutcdate()`),
|
|
2854
|
+
Columns: zod_1.z.string().nullish().describe(`
|
|
2855
|
+
* * Field Name: Columns
|
|
2856
|
+
* * Display Name: Columns
|
|
2857
|
+
* * SQL Data Type: nvarchar(MAX)
|
|
2858
|
+
* * Description: Optional column to store a comma-delimited list of columns for the DatasetItem`),
|
|
2854
2859
|
Dataset: zod_1.z.string().describe(`
|
|
2855
2860
|
* * Field Name: Dataset
|
|
2856
2861
|
* * Display Name: Dataset
|
|
@@ -6883,6 +6888,151 @@ exports.ReportSchema = zod_1.z.object({
|
|
|
6883
6888
|
* * Display Name: Output Workflow
|
|
6884
6889
|
* * SQL Data Type: nvarchar(100)`),
|
|
6885
6890
|
});
|
|
6891
|
+
/**
|
|
6892
|
+
* zod schema definition for the entity Resource Links
|
|
6893
|
+
*/
|
|
6894
|
+
exports.ResourceLinkSchema = zod_1.z.object({
|
|
6895
|
+
ID: zod_1.z.string().describe(`
|
|
6896
|
+
* * Field Name: ID
|
|
6897
|
+
* * Display Name: ID
|
|
6898
|
+
* * SQL Data Type: uniqueidentifier
|
|
6899
|
+
* * Default Value: newsequentialid()
|
|
6900
|
+
* * Description: Unique identifier for each resource link`),
|
|
6901
|
+
UserID: zod_1.z.string().describe(`
|
|
6902
|
+
* * Field Name: UserID
|
|
6903
|
+
* * Display Name: User ID
|
|
6904
|
+
* * SQL Data Type: uniqueidentifier
|
|
6905
|
+
* * Related Entity/Foreign Key: Users (vwUsers.ID)
|
|
6906
|
+
* * Description: Foreign key to the user linking the resource`),
|
|
6907
|
+
ResourceTypeID: zod_1.z.string().describe(`
|
|
6908
|
+
* * Field Name: ResourceTypeID
|
|
6909
|
+
* * Display Name: Resource Type ID
|
|
6910
|
+
* * SQL Data Type: uniqueidentifier
|
|
6911
|
+
* * Related Entity/Foreign Key: Resource Types (vwResourceTypes.ID)
|
|
6912
|
+
* * Description: Foreign key to the resource type (view, dashboard, etc.)`),
|
|
6913
|
+
ResourceRecordID: zod_1.z.string().describe(`
|
|
6914
|
+
* * Field Name: ResourceRecordID
|
|
6915
|
+
* * Display Name: Resource Record ID
|
|
6916
|
+
* * SQL Data Type: nvarchar(255)
|
|
6917
|
+
* * Description: ID of the specific resource being linked`),
|
|
6918
|
+
FolderID: zod_1.z.string().nullish().describe(`
|
|
6919
|
+
* * Field Name: FolderID
|
|
6920
|
+
* * Display Name: Folder ID
|
|
6921
|
+
* * SQL Data Type: nvarchar(255)
|
|
6922
|
+
* * Description: Optional folder where the user organizes the linked resource`),
|
|
6923
|
+
__mj_CreatedAt: zod_1.z.date().describe(`
|
|
6924
|
+
* * Field Name: __mj_CreatedAt
|
|
6925
|
+
* * Display Name: Created At
|
|
6926
|
+
* * SQL Data Type: datetimeoffset
|
|
6927
|
+
* * Default Value: getutcdate()`),
|
|
6928
|
+
__mj_UpdatedAt: zod_1.z.date().describe(`
|
|
6929
|
+
* * Field Name: __mj_UpdatedAt
|
|
6930
|
+
* * Display Name: Updated At
|
|
6931
|
+
* * SQL Data Type: datetimeoffset
|
|
6932
|
+
* * Default Value: getutcdate()`),
|
|
6933
|
+
User: zod_1.z.string().describe(`
|
|
6934
|
+
* * Field Name: User
|
|
6935
|
+
* * Display Name: User
|
|
6936
|
+
* * SQL Data Type: nvarchar(100)`),
|
|
6937
|
+
ResourceType: zod_1.z.string().describe(`
|
|
6938
|
+
* * Field Name: ResourceType
|
|
6939
|
+
* * Display Name: Resource Type
|
|
6940
|
+
* * SQL Data Type: nvarchar(255)`),
|
|
6941
|
+
});
|
|
6942
|
+
/**
|
|
6943
|
+
* zod schema definition for the entity Resource Permissions
|
|
6944
|
+
*/
|
|
6945
|
+
exports.ResourcePermissionSchema = zod_1.z.object({
|
|
6946
|
+
ID: zod_1.z.string().describe(`
|
|
6947
|
+
* * Field Name: ID
|
|
6948
|
+
* * Display Name: ID
|
|
6949
|
+
* * SQL Data Type: uniqueidentifier
|
|
6950
|
+
* * Default Value: newsequentialid()`),
|
|
6951
|
+
ResourceTypeID: zod_1.z.string().describe(`
|
|
6952
|
+
* * Field Name: ResourceTypeID
|
|
6953
|
+
* * Display Name: Resource Type ID
|
|
6954
|
+
* * SQL Data Type: uniqueidentifier
|
|
6955
|
+
* * Related Entity/Foreign Key: Resource Types (vwResourceTypes.ID)
|
|
6956
|
+
* * Description: Reference to the type of resource being shared (View, Dashboard, Report, etc.)`),
|
|
6957
|
+
ResourceRecordID: zod_1.z.string().describe(`
|
|
6958
|
+
* * Field Name: ResourceRecordID
|
|
6959
|
+
* * Display Name: Resource Record ID
|
|
6960
|
+
* * SQL Data Type: nvarchar(255)
|
|
6961
|
+
* * Description: ID of the specific resource being shared`),
|
|
6962
|
+
Type: zod_1.z.union([zod_1.z.literal('Role'), zod_1.z.literal('User')]).describe(`
|
|
6963
|
+
* * Field Name: Type
|
|
6964
|
+
* * Display Name: Type
|
|
6965
|
+
* * SQL Data Type: nvarchar(10)
|
|
6966
|
+
* * Value List Type: List
|
|
6967
|
+
* * Possible Values
|
|
6968
|
+
* * Role
|
|
6969
|
+
* * User
|
|
6970
|
+
* * Description: The level of sharing either Role or User`),
|
|
6971
|
+
StartSharingAt: zod_1.z.date().nullish().describe(`
|
|
6972
|
+
* * Field Name: StartSharingAt
|
|
6973
|
+
* * Display Name: Start Sharing At
|
|
6974
|
+
* * SQL Data Type: datetimeoffset
|
|
6975
|
+
* * Description: Optional: Date when sharing starts`),
|
|
6976
|
+
EndSharingAt: zod_1.z.date().nullish().describe(`
|
|
6977
|
+
* * Field Name: EndSharingAt
|
|
6978
|
+
* * Display Name: End Sharing At
|
|
6979
|
+
* * SQL Data Type: datetimeoffset
|
|
6980
|
+
* * Description: Optional: Date when sharing ends`),
|
|
6981
|
+
RoleID: zod_1.z.string().nullish().describe(`
|
|
6982
|
+
* * Field Name: RoleID
|
|
6983
|
+
* * Display Name: Role ID
|
|
6984
|
+
* * SQL Data Type: uniqueidentifier
|
|
6985
|
+
* * Related Entity/Foreign Key: Roles (vwRoles.ID)`),
|
|
6986
|
+
UserID: zod_1.z.string().nullish().describe(`
|
|
6987
|
+
* * Field Name: UserID
|
|
6988
|
+
* * Display Name: User ID
|
|
6989
|
+
* * SQL Data Type: uniqueidentifier
|
|
6990
|
+
* * Related Entity/Foreign Key: Users (vwUsers.ID)`),
|
|
6991
|
+
PermissionLevel: zod_1.z.union([zod_1.z.literal('View'), zod_1.z.literal('Edit'), zod_1.z.literal('Owner')]).nullish().describe(`
|
|
6992
|
+
* * Field Name: PermissionLevel
|
|
6993
|
+
* * Display Name: Permission Level
|
|
6994
|
+
* * SQL Data Type: nvarchar(20)
|
|
6995
|
+
* * Value List Type: List
|
|
6996
|
+
* * Possible Values
|
|
6997
|
+
* * View
|
|
6998
|
+
* * Edit
|
|
6999
|
+
* * Owner
|
|
7000
|
+
* * Description: Permission level defining the type of access (View, Edit, Owner)`),
|
|
7001
|
+
__mj_CreatedAt: zod_1.z.date().describe(`
|
|
7002
|
+
* * Field Name: __mj_CreatedAt
|
|
7003
|
+
* * Display Name: Created At
|
|
7004
|
+
* * SQL Data Type: datetimeoffset
|
|
7005
|
+
* * Default Value: getutcdate()`),
|
|
7006
|
+
__mj_UpdatedAt: zod_1.z.date().describe(`
|
|
7007
|
+
* * Field Name: __mj_UpdatedAt
|
|
7008
|
+
* * Display Name: Updated At
|
|
7009
|
+
* * SQL Data Type: datetimeoffset
|
|
7010
|
+
* * Default Value: getutcdate()`),
|
|
7011
|
+
Status: zod_1.z.union([zod_1.z.literal('Approved'), zod_1.z.literal('Rejected'), zod_1.z.literal('Revoked'), zod_1.z.literal('Requested')]).describe(`
|
|
7012
|
+
* * Field Name: Status
|
|
7013
|
+
* * Display Name: Status
|
|
7014
|
+
* * SQL Data Type: nvarchar(20)
|
|
7015
|
+
* * Default Value: Requested
|
|
7016
|
+
* * Value List Type: List
|
|
7017
|
+
* * Possible Values
|
|
7018
|
+
* * Approved
|
|
7019
|
+
* * Rejected
|
|
7020
|
+
* * Revoked
|
|
7021
|
+
* * Requested
|
|
7022
|
+
* * Description: Status of the resource permission request. Possible values are Pending, Approved, Rejected, Revoked, or Requested.`),
|
|
7023
|
+
ResourceType: zod_1.z.string().describe(`
|
|
7024
|
+
* * Field Name: ResourceType
|
|
7025
|
+
* * Display Name: Resource Type
|
|
7026
|
+
* * SQL Data Type: nvarchar(255)`),
|
|
7027
|
+
Role: zod_1.z.string().nullish().describe(`
|
|
7028
|
+
* * Field Name: Role
|
|
7029
|
+
* * Display Name: Role
|
|
7030
|
+
* * SQL Data Type: nvarchar(50)`),
|
|
7031
|
+
User: zod_1.z.string().nullish().describe(`
|
|
7032
|
+
* * Field Name: User
|
|
7033
|
+
* * Display Name: User
|
|
7034
|
+
* * SQL Data Type: nvarchar(100)`),
|
|
7035
|
+
});
|
|
6886
7036
|
/**
|
|
6887
7037
|
* zod schema definition for the entity Resource Types
|
|
6888
7038
|
*/
|
|
@@ -6923,10 +7073,20 @@ exports.ResourceTypeSchema = zod_1.z.object({
|
|
|
6923
7073
|
* * Display Name: __mj _Updated At
|
|
6924
7074
|
* * SQL Data Type: datetimeoffset
|
|
6925
7075
|
* * Default Value: getutcdate()`),
|
|
7076
|
+
CategoryEntityID: zod_1.z.string().nullish().describe(`
|
|
7077
|
+
* * Field Name: CategoryEntityID
|
|
7078
|
+
* * Display Name: Category Entity ID
|
|
7079
|
+
* * SQL Data Type: uniqueidentifier
|
|
7080
|
+
* * Related Entity/Foreign Key: Entities (vwEntities.ID)
|
|
7081
|
+
* * Description: Nullable foreign key to the ID column in Entities entity, representing the category entity. ASSUMPTION: If provided, the assumption is there is a self-referencing/recursive foreign key establishing a hierarchy within the Category Entity, commonly called ParentID, but it can be named anything.`),
|
|
6926
7082
|
Entity: zod_1.z.string().nullish().describe(`
|
|
6927
7083
|
* * Field Name: Entity
|
|
6928
7084
|
* * Display Name: Entity
|
|
6929
7085
|
* * SQL Data Type: nvarchar(255)`),
|
|
7086
|
+
CategoryEntity: zod_1.z.string().nullish().describe(`
|
|
7087
|
+
* * Field Name: CategoryEntity
|
|
7088
|
+
* * Display Name: Category Entity
|
|
7089
|
+
* * SQL Data Type: nvarchar(255)`),
|
|
6930
7090
|
});
|
|
6931
7091
|
/**
|
|
6932
7092
|
* zod schema definition for the entity Roles
|
|
@@ -8693,7 +8853,7 @@ let ActionAuthorizationEntity = class ActionAuthorizationEntity extends core_1.B
|
|
|
8693
8853
|
* @method
|
|
8694
8854
|
* @override
|
|
8695
8855
|
*/
|
|
8696
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
8856
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
8697
8857
|
const compositeKey = new core_1.CompositeKey();
|
|
8698
8858
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
8699
8859
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -8804,7 +8964,7 @@ let ActionCategoryEntity = class ActionCategoryEntity extends core_1.BaseEntity
|
|
|
8804
8964
|
* @method
|
|
8805
8965
|
* @override
|
|
8806
8966
|
*/
|
|
8807
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
8967
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
8808
8968
|
const compositeKey = new core_1.CompositeKey();
|
|
8809
8969
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
8810
8970
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -8926,7 +9086,7 @@ let ActionContextTypeEntity = class ActionContextTypeEntity extends core_1.BaseE
|
|
|
8926
9086
|
* @method
|
|
8927
9087
|
* @override
|
|
8928
9088
|
*/
|
|
8929
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
9089
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
8930
9090
|
const compositeKey = new core_1.CompositeKey();
|
|
8931
9091
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
8932
9092
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -9010,7 +9170,7 @@ let ActionContextEntity = class ActionContextEntity extends core_1.BaseEntity {
|
|
|
9010
9170
|
* @method
|
|
9011
9171
|
* @override
|
|
9012
9172
|
*/
|
|
9013
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
9173
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
9014
9174
|
const compositeKey = new core_1.CompositeKey();
|
|
9015
9175
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
9016
9176
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -9128,7 +9288,7 @@ let ActionExecutionLogEntity = class ActionExecutionLogEntity extends core_1.Bas
|
|
|
9128
9288
|
* @method
|
|
9129
9289
|
* @override
|
|
9130
9290
|
*/
|
|
9131
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
9291
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
9132
9292
|
const compositeKey = new core_1.CompositeKey();
|
|
9133
9293
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
9134
9294
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -9287,7 +9447,7 @@ let ActionFilterEntity = class ActionFilterEntity extends core_1.BaseEntity {
|
|
|
9287
9447
|
* @method
|
|
9288
9448
|
* @override
|
|
9289
9449
|
*/
|
|
9290
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
9450
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
9291
9451
|
const compositeKey = new core_1.CompositeKey();
|
|
9292
9452
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
9293
9453
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -9391,7 +9551,7 @@ let ActionLibraryEntity = class ActionLibraryEntity extends core_1.BaseEntity {
|
|
|
9391
9551
|
* @method
|
|
9392
9552
|
* @override
|
|
9393
9553
|
*/
|
|
9394
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
9554
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
9395
9555
|
const compositeKey = new core_1.CompositeKey();
|
|
9396
9556
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
9397
9557
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -9503,7 +9663,7 @@ let ActionParamEntity = class ActionParamEntity extends core_1.BaseEntity {
|
|
|
9503
9663
|
* @method
|
|
9504
9664
|
* @override
|
|
9505
9665
|
*/
|
|
9506
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
9666
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
9507
9667
|
const compositeKey = new core_1.CompositeKey();
|
|
9508
9668
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
9509
9669
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -9674,7 +9834,7 @@ let ActionResultCodeEntity = class ActionResultCodeEntity extends core_1.BaseEnt
|
|
|
9674
9834
|
* @method
|
|
9675
9835
|
* @override
|
|
9676
9836
|
*/
|
|
9677
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
9837
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
9678
9838
|
const compositeKey = new core_1.CompositeKey();
|
|
9679
9839
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
9680
9840
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -9790,7 +9950,7 @@ let ActionEntity = class ActionEntity extends core_1.BaseEntity {
|
|
|
9790
9950
|
* @method
|
|
9791
9951
|
* @override
|
|
9792
9952
|
*/
|
|
9793
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
9953
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
9794
9954
|
const compositeKey = new core_1.CompositeKey();
|
|
9795
9955
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
9796
9956
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -10073,7 +10233,7 @@ let AIActionEntity = class AIActionEntity extends core_1.BaseEntity {
|
|
|
10073
10233
|
* @method
|
|
10074
10234
|
* @override
|
|
10075
10235
|
*/
|
|
10076
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
10236
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
10077
10237
|
const compositeKey = new core_1.CompositeKey();
|
|
10078
10238
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
10079
10239
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -10198,7 +10358,7 @@ let AIModelActionEntity = class AIModelActionEntity extends core_1.BaseEntity {
|
|
|
10198
10358
|
* @method
|
|
10199
10359
|
* @override
|
|
10200
10360
|
*/
|
|
10201
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
10361
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
10202
10362
|
const compositeKey = new core_1.CompositeKey();
|
|
10203
10363
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
10204
10364
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -10310,7 +10470,7 @@ let AIModelTypeEntity = class AIModelTypeEntity extends core_1.BaseEntity {
|
|
|
10310
10470
|
* @method
|
|
10311
10471
|
* @override
|
|
10312
10472
|
*/
|
|
10313
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
10473
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
10314
10474
|
const compositeKey = new core_1.CompositeKey();
|
|
10315
10475
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
10316
10476
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -10392,7 +10552,7 @@ let AIModelEntity = class AIModelEntity extends core_1.BaseEntity {
|
|
|
10392
10552
|
* @method
|
|
10393
10553
|
* @override
|
|
10394
10554
|
*/
|
|
10395
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
10555
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
10396
10556
|
const compositeKey = new core_1.CompositeKey();
|
|
10397
10557
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
10398
10558
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -10614,7 +10774,7 @@ let AIPromptCategoryEntity = class AIPromptCategoryEntity extends core_1.BaseEnt
|
|
|
10614
10774
|
* @method
|
|
10615
10775
|
* @override
|
|
10616
10776
|
*/
|
|
10617
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
10777
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
10618
10778
|
const compositeKey = new core_1.CompositeKey();
|
|
10619
10779
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
10620
10780
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -10717,7 +10877,7 @@ let AIPromptTypeEntity = class AIPromptTypeEntity extends core_1.BaseEntity {
|
|
|
10717
10877
|
* @method
|
|
10718
10878
|
* @override
|
|
10719
10879
|
*/
|
|
10720
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
10880
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
10721
10881
|
const compositeKey = new core_1.CompositeKey();
|
|
10722
10882
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
10723
10883
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -10799,7 +10959,7 @@ let AIPromptEntity = class AIPromptEntity extends core_1.BaseEntity {
|
|
|
10799
10959
|
* @method
|
|
10800
10960
|
* @override
|
|
10801
10961
|
*/
|
|
10802
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
10962
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
10803
10963
|
const compositeKey = new core_1.CompositeKey();
|
|
10804
10964
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
10805
10965
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -10986,7 +11146,7 @@ let AIResultCacheEntity = class AIResultCacheEntity extends core_1.BaseEntity {
|
|
|
10986
11146
|
* @method
|
|
10987
11147
|
* @override
|
|
10988
11148
|
*/
|
|
10989
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
11149
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
10990
11150
|
const compositeKey = new core_1.CompositeKey();
|
|
10991
11151
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
10992
11152
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -11152,7 +11312,7 @@ let ApplicationEntityEntity = class ApplicationEntityEntity extends core_1.BaseE
|
|
|
11152
11312
|
* @method
|
|
11153
11313
|
* @override
|
|
11154
11314
|
*/
|
|
11155
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
11315
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
11156
11316
|
const compositeKey = new core_1.CompositeKey();
|
|
11157
11317
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
11158
11318
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -11303,7 +11463,7 @@ let ApplicationSettingEntity = class ApplicationSettingEntity extends core_1.Bas
|
|
|
11303
11463
|
* @method
|
|
11304
11464
|
* @override
|
|
11305
11465
|
*/
|
|
11306
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
11466
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
11307
11467
|
const compositeKey = new core_1.CompositeKey();
|
|
11308
11468
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
11309
11469
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -11416,7 +11576,7 @@ let ApplicationEntity = class ApplicationEntity extends core_1.BaseEntity {
|
|
|
11416
11576
|
* @method
|
|
11417
11577
|
* @override
|
|
11418
11578
|
*/
|
|
11419
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
11579
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
11420
11580
|
const compositeKey = new core_1.CompositeKey();
|
|
11421
11581
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
11422
11582
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -11519,7 +11679,7 @@ let AuditLogTypeEntity = class AuditLogTypeEntity extends core_1.BaseEntity {
|
|
|
11519
11679
|
* @method
|
|
11520
11680
|
* @override
|
|
11521
11681
|
*/
|
|
11522
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
11682
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
11523
11683
|
const compositeKey = new core_1.CompositeKey();
|
|
11524
11684
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
11525
11685
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -11662,7 +11822,7 @@ let AuditLogEntity = class AuditLogEntity extends core_1.BaseEntity {
|
|
|
11662
11822
|
* @method
|
|
11663
11823
|
* @override
|
|
11664
11824
|
*/
|
|
11665
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
11825
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
11666
11826
|
const compositeKey = new core_1.CompositeKey();
|
|
11667
11827
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
11668
11828
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -11861,7 +12021,7 @@ let AuthorizationRoleEntity = class AuthorizationRoleEntity extends core_1.BaseE
|
|
|
11861
12021
|
* @method
|
|
11862
12022
|
* @override
|
|
11863
12023
|
*/
|
|
11864
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
12024
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
11865
12025
|
const compositeKey = new core_1.CompositeKey();
|
|
11866
12026
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
11867
12027
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -11998,7 +12158,7 @@ let AuthorizationEntity = class AuthorizationEntity extends core_1.BaseEntity {
|
|
|
11998
12158
|
* @method
|
|
11999
12159
|
* @override
|
|
12000
12160
|
*/
|
|
12001
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
12161
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
12002
12162
|
const compositeKey = new core_1.CompositeKey();
|
|
12003
12163
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
12004
12164
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -12147,7 +12307,7 @@ let CommunicationBaseMessageTypeEntity = class CommunicationBaseMessageTypeEntit
|
|
|
12147
12307
|
* @method
|
|
12148
12308
|
* @override
|
|
12149
12309
|
*/
|
|
12150
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
12310
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
12151
12311
|
const compositeKey = new core_1.CompositeKey();
|
|
12152
12312
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
12153
12313
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -12280,7 +12440,7 @@ let CommunicationLogEntity = class CommunicationLogEntity extends core_1.BaseEnt
|
|
|
12280
12440
|
* @method
|
|
12281
12441
|
* @override
|
|
12282
12442
|
*/
|
|
12283
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
12443
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
12284
12444
|
const compositeKey = new core_1.CompositeKey();
|
|
12285
12445
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
12286
12446
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -12474,7 +12634,7 @@ let CommunicationProviderMessageTypeEntity = class CommunicationProviderMessageT
|
|
|
12474
12634
|
* @method
|
|
12475
12635
|
* @override
|
|
12476
12636
|
*/
|
|
12477
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
12637
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
12478
12638
|
const compositeKey = new core_1.CompositeKey();
|
|
12479
12639
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
12480
12640
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -12614,7 +12774,7 @@ let CommunicationProviderEntity = class CommunicationProviderEntity extends core
|
|
|
12614
12774
|
* @method
|
|
12615
12775
|
* @override
|
|
12616
12776
|
*/
|
|
12617
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
12777
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
12618
12778
|
const compositeKey = new core_1.CompositeKey();
|
|
12619
12779
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
12620
12780
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -12763,7 +12923,7 @@ let CommunicationRunEntity = class CommunicationRunEntity extends core_1.BaseEnt
|
|
|
12763
12923
|
* @method
|
|
12764
12924
|
* @override
|
|
12765
12925
|
*/
|
|
12766
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
12926
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
12767
12927
|
const compositeKey = new core_1.CompositeKey();
|
|
12768
12928
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
12769
12929
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -12933,7 +13093,7 @@ let CompanyEntity = class CompanyEntity extends core_1.BaseEntity {
|
|
|
12933
13093
|
* @method
|
|
12934
13094
|
* @override
|
|
12935
13095
|
*/
|
|
12936
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
13096
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
12937
13097
|
const compositeKey = new core_1.CompositeKey();
|
|
12938
13098
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
12939
13099
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -13043,7 +13203,7 @@ let CompanyIntegrationRecordMapEntity = class CompanyIntegrationRecordMapEntity
|
|
|
13043
13203
|
* @method
|
|
13044
13204
|
* @override
|
|
13045
13205
|
*/
|
|
13046
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
13206
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
13047
13207
|
const compositeKey = new core_1.CompositeKey();
|
|
13048
13208
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
13049
13209
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -13167,7 +13327,7 @@ let CompanyIntegrationRunAPILogEntity = class CompanyIntegrationRunAPILogEntity
|
|
|
13167
13327
|
* @method
|
|
13168
13328
|
* @override
|
|
13169
13329
|
*/
|
|
13170
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
13330
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
13171
13331
|
const compositeKey = new core_1.CompositeKey();
|
|
13172
13332
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
13173
13333
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -13312,7 +13472,7 @@ let CompanyIntegrationRunDetailEntity = class CompanyIntegrationRunDetailEntity
|
|
|
13312
13472
|
* @method
|
|
13313
13473
|
* @override
|
|
13314
13474
|
*/
|
|
13315
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
13475
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
13316
13476
|
const compositeKey = new core_1.CompositeKey();
|
|
13317
13477
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
13318
13478
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -13473,7 +13633,7 @@ let CompanyIntegrationRunEntity = class CompanyIntegrationRunEntity extends core
|
|
|
13473
13633
|
* @method
|
|
13474
13634
|
* @override
|
|
13475
13635
|
*/
|
|
13476
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
13636
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
13477
13637
|
const compositeKey = new core_1.CompositeKey();
|
|
13478
13638
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
13479
13639
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -13634,7 +13794,7 @@ let CompanyIntegrationEntity = class CompanyIntegrationEntity extends core_1.Bas
|
|
|
13634
13794
|
* @method
|
|
13635
13795
|
* @override
|
|
13636
13796
|
*/
|
|
13637
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
13797
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
13638
13798
|
const compositeKey = new core_1.CompositeKey();
|
|
13639
13799
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
13640
13800
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -13891,7 +14051,7 @@ let ContentFileTypeEntity = class ContentFileTypeEntity extends core_1.BaseEntit
|
|
|
13891
14051
|
* @method
|
|
13892
14052
|
* @override
|
|
13893
14053
|
*/
|
|
13894
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
14054
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
13895
14055
|
const compositeKey = new core_1.CompositeKey();
|
|
13896
14056
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
13897
14057
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -13972,7 +14132,7 @@ let ContentItemAttributeEntity = class ContentItemAttributeEntity extends core_1
|
|
|
13972
14132
|
* @method
|
|
13973
14133
|
* @override
|
|
13974
14134
|
*/
|
|
13975
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
14135
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
13976
14136
|
const compositeKey = new core_1.CompositeKey();
|
|
13977
14137
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
13978
14138
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -14073,7 +14233,7 @@ let ContentItemTagEntity = class ContentItemTagEntity extends core_1.BaseEntity
|
|
|
14073
14233
|
* @method
|
|
14074
14234
|
* @override
|
|
14075
14235
|
*/
|
|
14076
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
14236
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
14077
14237
|
const compositeKey = new core_1.CompositeKey();
|
|
14078
14238
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
14079
14239
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -14163,7 +14323,7 @@ let ContentItemEntity = class ContentItemEntity extends core_1.BaseEntity {
|
|
|
14163
14323
|
* @method
|
|
14164
14324
|
* @override
|
|
14165
14325
|
*/
|
|
14166
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
14326
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
14167
14327
|
const compositeKey = new core_1.CompositeKey();
|
|
14168
14328
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
14169
14329
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -14357,7 +14517,7 @@ let ContentProcessRunEntity = class ContentProcessRunEntity extends core_1.BaseE
|
|
|
14357
14517
|
* @method
|
|
14358
14518
|
* @override
|
|
14359
14519
|
*/
|
|
14360
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
14520
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
14361
14521
|
const compositeKey = new core_1.CompositeKey();
|
|
14362
14522
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
14363
14523
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -14480,7 +14640,7 @@ let ContentSourceParamEntity = class ContentSourceParamEntity extends core_1.Bas
|
|
|
14480
14640
|
* @method
|
|
14481
14641
|
* @override
|
|
14482
14642
|
*/
|
|
14483
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
14643
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
14484
14644
|
const compositeKey = new core_1.CompositeKey();
|
|
14485
14645
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
14486
14646
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -14581,7 +14741,7 @@ let ContentSourceTypeParamEntity = class ContentSourceTypeParamEntity extends co
|
|
|
14581
14741
|
* @method
|
|
14582
14742
|
* @override
|
|
14583
14743
|
*/
|
|
14584
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
14744
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
14585
14745
|
const compositeKey = new core_1.CompositeKey();
|
|
14586
14746
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
14587
14747
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -14695,7 +14855,7 @@ let ContentSourceTypeEntity = class ContentSourceTypeEntity extends core_1.BaseE
|
|
|
14695
14855
|
* @method
|
|
14696
14856
|
* @override
|
|
14697
14857
|
*/
|
|
14698
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
14858
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
14699
14859
|
const compositeKey = new core_1.CompositeKey();
|
|
14700
14860
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
14701
14861
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -14776,7 +14936,7 @@ let ContentSourceEntity = class ContentSourceEntity extends core_1.BaseEntity {
|
|
|
14776
14936
|
* @method
|
|
14777
14937
|
* @override
|
|
14778
14938
|
*/
|
|
14779
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
14939
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
14780
14940
|
const compositeKey = new core_1.CompositeKey();
|
|
14781
14941
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
14782
14942
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -14917,7 +15077,7 @@ let ContentTypeAttributeEntity = class ContentTypeAttributeEntity extends core_1
|
|
|
14917
15077
|
* @method
|
|
14918
15078
|
* @override
|
|
14919
15079
|
*/
|
|
14920
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
15080
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
14921
15081
|
const compositeKey = new core_1.CompositeKey();
|
|
14922
15082
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
14923
15083
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -15020,7 +15180,7 @@ let ContentTypeEntity = class ContentTypeEntity extends core_1.BaseEntity {
|
|
|
15020
15180
|
* @method
|
|
15021
15181
|
* @override
|
|
15022
15182
|
*/
|
|
15023
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
15183
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
15024
15184
|
const compositeKey = new core_1.CompositeKey();
|
|
15025
15185
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
15026
15186
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -15143,7 +15303,7 @@ let ConversationDetailEntity = class ConversationDetailEntity extends core_1.Bas
|
|
|
15143
15303
|
* @method
|
|
15144
15304
|
* @override
|
|
15145
15305
|
*/
|
|
15146
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
15306
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
15147
15307
|
const compositeKey = new core_1.CompositeKey();
|
|
15148
15308
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
15149
15309
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -15284,7 +15444,7 @@ let ConversationEntity = class ConversationEntity extends core_1.BaseEntity {
|
|
|
15284
15444
|
* @method
|
|
15285
15445
|
* @override
|
|
15286
15446
|
*/
|
|
15287
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
15447
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
15288
15448
|
const compositeKey = new core_1.CompositeKey();
|
|
15289
15449
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
15290
15450
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -15471,7 +15631,7 @@ let DashboardCategoryEntity = class DashboardCategoryEntity extends core_1.BaseE
|
|
|
15471
15631
|
* @method
|
|
15472
15632
|
* @override
|
|
15473
15633
|
*/
|
|
15474
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
15634
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
15475
15635
|
const compositeKey = new core_1.CompositeKey();
|
|
15476
15636
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
15477
15637
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -15593,7 +15753,7 @@ let DashboardEntity = class DashboardEntity extends core_1.BaseEntity {
|
|
|
15593
15753
|
* @method
|
|
15594
15754
|
* @override
|
|
15595
15755
|
*/
|
|
15596
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
15756
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
15597
15757
|
const compositeKey = new core_1.CompositeKey();
|
|
15598
15758
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
15599
15759
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -15726,7 +15886,7 @@ let DataContextItemEntity = class DataContextItemEntity extends core_1.BaseEntit
|
|
|
15726
15886
|
* @method
|
|
15727
15887
|
* @override
|
|
15728
15888
|
*/
|
|
15729
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
15889
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
15730
15890
|
const compositeKey = new core_1.CompositeKey();
|
|
15731
15891
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
15732
15892
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -15933,7 +16093,7 @@ let DataContextEntity = class DataContextEntity extends core_1.BaseEntity {
|
|
|
15933
16093
|
* @method
|
|
15934
16094
|
* @override
|
|
15935
16095
|
*/
|
|
15936
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
16096
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
15937
16097
|
const compositeKey = new core_1.CompositeKey();
|
|
15938
16098
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
15939
16099
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -16046,7 +16206,7 @@ let DatasetItemEntity = class DatasetItemEntity extends core_1.BaseEntity {
|
|
|
16046
16206
|
* @method
|
|
16047
16207
|
* @override
|
|
16048
16208
|
*/
|
|
16049
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
16209
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
16050
16210
|
const compositeKey = new core_1.CompositeKey();
|
|
16051
16211
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
16052
16212
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -16181,6 +16341,18 @@ let DatasetItemEntity = class DatasetItemEntity extends core_1.BaseEntity {
|
|
|
16181
16341
|
return this.Get('__mj_UpdatedAt');
|
|
16182
16342
|
}
|
|
16183
16343
|
/**
|
|
16344
|
+
* * Field Name: Columns
|
|
16345
|
+
* * Display Name: Columns
|
|
16346
|
+
* * SQL Data Type: nvarchar(MAX)
|
|
16347
|
+
* * Description: Optional column to store a comma-delimited list of columns for the DatasetItem
|
|
16348
|
+
*/
|
|
16349
|
+
get Columns() {
|
|
16350
|
+
return this.Get('Columns');
|
|
16351
|
+
}
|
|
16352
|
+
set Columns(value) {
|
|
16353
|
+
this.Set('Columns', value);
|
|
16354
|
+
}
|
|
16355
|
+
/**
|
|
16184
16356
|
* * Field Name: Dataset
|
|
16185
16357
|
* * Display Name: Dataset
|
|
16186
16358
|
* * SQL Data Type: nvarchar(100)
|
|
@@ -16224,7 +16396,7 @@ let DatasetEntity = class DatasetEntity extends core_1.BaseEntity {
|
|
|
16224
16396
|
* @method
|
|
16225
16397
|
* @override
|
|
16226
16398
|
*/
|
|
16227
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
16399
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
16228
16400
|
const compositeKey = new core_1.CompositeKey();
|
|
16229
16401
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
16230
16402
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -16327,7 +16499,7 @@ let DuplicateRunDetailMatchEntity = class DuplicateRunDetailMatchEntity extends
|
|
|
16327
16499
|
* @method
|
|
16328
16500
|
* @override
|
|
16329
16501
|
*/
|
|
16330
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
16502
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
16331
16503
|
const compositeKey = new core_1.CompositeKey();
|
|
16332
16504
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
16333
16505
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -16532,7 +16704,7 @@ let DuplicateRunDetailEntity = class DuplicateRunDetailEntity extends core_1.Bas
|
|
|
16532
16704
|
* @method
|
|
16533
16705
|
* @override
|
|
16534
16706
|
*/
|
|
16535
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
16707
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
16536
16708
|
const compositeKey = new core_1.CompositeKey();
|
|
16537
16709
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
16538
16710
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -16696,7 +16868,7 @@ let DuplicateRunEntity = class DuplicateRunEntity extends core_1.BaseEntity {
|
|
|
16696
16868
|
* @method
|
|
16697
16869
|
* @override
|
|
16698
16870
|
*/
|
|
16699
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
16871
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
16700
16872
|
const compositeKey = new core_1.CompositeKey();
|
|
16701
16873
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
16702
16874
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -16926,7 +17098,7 @@ let EmployeeCompanyIntegrationEntity = class EmployeeCompanyIntegrationEntity ex
|
|
|
16926
17098
|
* @method
|
|
16927
17099
|
* @override
|
|
16928
17100
|
*/
|
|
16929
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
17101
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
16930
17102
|
const compositeKey = new core_1.CompositeKey();
|
|
16931
17103
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
16932
17104
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -17042,7 +17214,7 @@ let EmployeeRoleEntity = class EmployeeRoleEntity extends core_1.BaseEntity {
|
|
|
17042
17214
|
* @method
|
|
17043
17215
|
* @override
|
|
17044
17216
|
*/
|
|
17045
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
17217
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
17046
17218
|
const compositeKey = new core_1.CompositeKey();
|
|
17047
17219
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
17048
17220
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -17144,7 +17316,7 @@ let EmployeeSkillEntity = class EmployeeSkillEntity extends core_1.BaseEntity {
|
|
|
17144
17316
|
* @method
|
|
17145
17317
|
* @override
|
|
17146
17318
|
*/
|
|
17147
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
17319
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
17148
17320
|
const compositeKey = new core_1.CompositeKey();
|
|
17149
17321
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
17150
17322
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -17247,7 +17419,7 @@ let EmployeeEntity = class EmployeeEntity extends core_1.BaseEntity {
|
|
|
17247
17419
|
* @method
|
|
17248
17420
|
* @override
|
|
17249
17421
|
*/
|
|
17250
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
17422
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
17251
17423
|
const compositeKey = new core_1.CompositeKey();
|
|
17252
17424
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
17253
17425
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -17442,7 +17614,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
17442
17614
|
* @method
|
|
17443
17615
|
* @override
|
|
17444
17616
|
*/
|
|
17445
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
17617
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
17446
17618
|
const compositeKey = new core_1.CompositeKey();
|
|
17447
17619
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
17448
17620
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -18080,7 +18252,7 @@ let EntityActionFilterEntity = class EntityActionFilterEntity extends core_1.Bas
|
|
|
18080
18252
|
* @method
|
|
18081
18253
|
* @override
|
|
18082
18254
|
*/
|
|
18083
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
18255
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
18084
18256
|
const compositeKey = new core_1.CompositeKey();
|
|
18085
18257
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18086
18258
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -18194,7 +18366,7 @@ let EntityActionInvocationTypeEntity = class EntityActionInvocationTypeEntity ex
|
|
|
18194
18366
|
* @method
|
|
18195
18367
|
* @override
|
|
18196
18368
|
*/
|
|
18197
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
18369
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
18198
18370
|
const compositeKey = new core_1.CompositeKey();
|
|
18199
18371
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18200
18372
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -18290,7 +18462,7 @@ let EntityActionInvocationEntity = class EntityActionInvocationEntity extends co
|
|
|
18290
18462
|
* @method
|
|
18291
18463
|
* @override
|
|
18292
18464
|
*/
|
|
18293
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
18465
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
18294
18466
|
const compositeKey = new core_1.CompositeKey();
|
|
18295
18467
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18296
18468
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -18400,7 +18572,7 @@ let EntityActionParamEntity = class EntityActionParamEntity extends core_1.BaseE
|
|
|
18400
18572
|
* @method
|
|
18401
18573
|
* @override
|
|
18402
18574
|
*/
|
|
18403
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
18575
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
18404
18576
|
const compositeKey = new core_1.CompositeKey();
|
|
18405
18577
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18406
18578
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -18534,7 +18706,7 @@ let EntityActionEntity = class EntityActionEntity extends core_1.BaseEntity {
|
|
|
18534
18706
|
* @method
|
|
18535
18707
|
* @override
|
|
18536
18708
|
*/
|
|
18537
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
18709
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
18538
18710
|
const compositeKey = new core_1.CompositeKey();
|
|
18539
18711
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18540
18712
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -18652,7 +18824,7 @@ let EntityAIActionEntity = class EntityAIActionEntity extends core_1.BaseEntity
|
|
|
18652
18824
|
* @method
|
|
18653
18825
|
* @override
|
|
18654
18826
|
*/
|
|
18655
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
18827
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
18656
18828
|
const compositeKey = new core_1.CompositeKey();
|
|
18657
18829
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18658
18830
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -18891,7 +19063,7 @@ let EntityCommunicationFieldEntity = class EntityCommunicationFieldEntity extend
|
|
|
18891
19063
|
* @method
|
|
18892
19064
|
* @override
|
|
18893
19065
|
*/
|
|
18894
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
19066
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
18895
19067
|
const compositeKey = new core_1.CompositeKey();
|
|
18896
19068
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18897
19069
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -18998,7 +19170,7 @@ let EntityCommunicationMessageTypeEntity = class EntityCommunicationMessageTypeE
|
|
|
18998
19170
|
* @method
|
|
18999
19171
|
* @override
|
|
19000
19172
|
*/
|
|
19001
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
19173
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
19002
19174
|
const compositeKey = new core_1.CompositeKey();
|
|
19003
19175
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
19004
19176
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -19121,7 +19293,7 @@ let EntityDocumentRunEntity = class EntityDocumentRunEntity extends core_1.BaseE
|
|
|
19121
19293
|
* @method
|
|
19122
19294
|
* @override
|
|
19123
19295
|
*/
|
|
19124
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
19296
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
19125
19297
|
const compositeKey = new core_1.CompositeKey();
|
|
19126
19298
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
19127
19299
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -19251,7 +19423,7 @@ let EntityDocumentSettingEntity = class EntityDocumentSettingEntity extends core
|
|
|
19251
19423
|
* @method
|
|
19252
19424
|
* @override
|
|
19253
19425
|
*/
|
|
19254
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
19426
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
19255
19427
|
const compositeKey = new core_1.CompositeKey();
|
|
19256
19428
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
19257
19429
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -19374,7 +19546,7 @@ let EntityDocumentTypeEntity = class EntityDocumentTypeEntity extends core_1.Bas
|
|
|
19374
19546
|
* @method
|
|
19375
19547
|
* @override
|
|
19376
19548
|
*/
|
|
19377
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
19549
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
19378
19550
|
const compositeKey = new core_1.CompositeKey();
|
|
19379
19551
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
19380
19552
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -19466,7 +19638,7 @@ let EntityDocumentEntity = class EntityDocumentEntity extends core_1.BaseEntity
|
|
|
19466
19638
|
* @method
|
|
19467
19639
|
* @override
|
|
19468
19640
|
*/
|
|
19469
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
19641
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
19470
19642
|
const compositeKey = new core_1.CompositeKey();
|
|
19471
19643
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
19472
19644
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -19689,7 +19861,7 @@ let EntityFieldValueEntity = class EntityFieldValueEntity extends core_1.BaseEnt
|
|
|
19689
19861
|
* @method
|
|
19690
19862
|
* @override
|
|
19691
19863
|
*/
|
|
19692
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
19864
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
19693
19865
|
const compositeKey = new core_1.CompositeKey();
|
|
19694
19866
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
19695
19867
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -19840,7 +20012,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
19840
20012
|
* @method
|
|
19841
20013
|
* @override
|
|
19842
20014
|
*/
|
|
19843
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
20015
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
19844
20016
|
const compositeKey = new core_1.CompositeKey();
|
|
19845
20017
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
19846
20018
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -20448,7 +20620,7 @@ let EntityPermissionEntity = class EntityPermissionEntity extends core_1.BaseEnt
|
|
|
20448
20620
|
* @method
|
|
20449
20621
|
* @override
|
|
20450
20622
|
*/
|
|
20451
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
20623
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
20452
20624
|
const compositeKey = new core_1.CompositeKey();
|
|
20453
20625
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
20454
20626
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -20682,7 +20854,7 @@ let EntityRecordDocumentEntity = class EntityRecordDocumentEntity extends core_1
|
|
|
20682
20854
|
* @method
|
|
20683
20855
|
* @override
|
|
20684
20856
|
*/
|
|
20685
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
20857
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
20686
20858
|
const compositeKey = new core_1.CompositeKey();
|
|
20687
20859
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
20688
20860
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -20868,7 +21040,7 @@ let EntityRelationshipDisplayComponentEntity = class EntityRelationshipDisplayCo
|
|
|
20868
21040
|
* @method
|
|
20869
21041
|
* @override
|
|
20870
21042
|
*/
|
|
20871
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
21043
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
20872
21044
|
const compositeKey = new core_1.CompositeKey();
|
|
20873
21045
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
20874
21046
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -20978,7 +21150,7 @@ let EntityRelationshipEntity = class EntityRelationshipEntity extends core_1.Bas
|
|
|
20978
21150
|
* @method
|
|
20979
21151
|
* @override
|
|
20980
21152
|
*/
|
|
20981
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
21153
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
20982
21154
|
const compositeKey = new core_1.CompositeKey();
|
|
20983
21155
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
20984
21156
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -21350,7 +21522,7 @@ let EntitySettingEntity = class EntitySettingEntity extends core_1.BaseEntity {
|
|
|
21350
21522
|
* @method
|
|
21351
21523
|
* @override
|
|
21352
21524
|
*/
|
|
21353
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
21525
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
21354
21526
|
const compositeKey = new core_1.CompositeKey();
|
|
21355
21527
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
21356
21528
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -21473,7 +21645,7 @@ let ErrorLogEntity = class ErrorLogEntity extends core_1.BaseEntity {
|
|
|
21473
21645
|
* @method
|
|
21474
21646
|
* @override
|
|
21475
21647
|
*/
|
|
21476
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
21648
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
21477
21649
|
const compositeKey = new core_1.CompositeKey();
|
|
21478
21650
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
21479
21651
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -21629,7 +21801,7 @@ let ExplorerNavigationItemEntity = class ExplorerNavigationItemEntity extends co
|
|
|
21629
21801
|
* @method
|
|
21630
21802
|
* @override
|
|
21631
21803
|
*/
|
|
21632
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
21804
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
21633
21805
|
const compositeKey = new core_1.CompositeKey();
|
|
21634
21806
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
21635
21807
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -21800,7 +21972,7 @@ let FileCategoryEntity = class FileCategoryEntity extends core_1.BaseEntity {
|
|
|
21800
21972
|
* @method
|
|
21801
21973
|
* @override
|
|
21802
21974
|
*/
|
|
21803
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
21975
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
21804
21976
|
const compositeKey = new core_1.CompositeKey();
|
|
21805
21977
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
21806
21978
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -21901,7 +22073,7 @@ let FileEntityRecordLinkEntity = class FileEntityRecordLinkEntity extends core_1
|
|
|
21901
22073
|
* @method
|
|
21902
22074
|
* @override
|
|
21903
22075
|
*/
|
|
21904
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
22076
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
21905
22077
|
const compositeKey = new core_1.CompositeKey();
|
|
21906
22078
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
21907
22079
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -22022,7 +22194,7 @@ let FileStorageProviderEntity = class FileStorageProviderEntity extends core_1.B
|
|
|
22022
22194
|
* @method
|
|
22023
22195
|
* @override
|
|
22024
22196
|
*/
|
|
22025
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
22197
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
22026
22198
|
const compositeKey = new core_1.CompositeKey();
|
|
22027
22199
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
22028
22200
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -22160,7 +22332,7 @@ let FileEntity = class FileEntity extends core_1.BaseEntity {
|
|
|
22160
22332
|
* @method
|
|
22161
22333
|
* @override
|
|
22162
22334
|
*/
|
|
22163
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
22335
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
22164
22336
|
const compositeKey = new core_1.CompositeKey();
|
|
22165
22337
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
22166
22338
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -22316,7 +22488,7 @@ let flyway_schema_historyEntity = class flyway_schema_historyEntity extends core
|
|
|
22316
22488
|
* @method
|
|
22317
22489
|
* @override
|
|
22318
22490
|
*/
|
|
22319
|
-
async Load(installed_rank, EntityRelationshipsToLoad
|
|
22491
|
+
async Load(installed_rank, EntityRelationshipsToLoad) {
|
|
22320
22492
|
const compositeKey = new core_1.CompositeKey();
|
|
22321
22493
|
compositeKey.KeyValuePairs.push({ FieldName: 'installed_rank', Value: installed_rank });
|
|
22322
22494
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -22475,7 +22647,7 @@ let IntegrationURLFormatEntity = class IntegrationURLFormatEntity extends core_1
|
|
|
22475
22647
|
* @method
|
|
22476
22648
|
* @override
|
|
22477
22649
|
*/
|
|
22478
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
22650
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
22479
22651
|
const compositeKey = new core_1.CompositeKey();
|
|
22480
22652
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
22481
22653
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -22615,7 +22787,7 @@ let IntegrationEntity = class IntegrationEntity extends core_1.BaseEntity {
|
|
|
22615
22787
|
* @method
|
|
22616
22788
|
* @override
|
|
22617
22789
|
*/
|
|
22618
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
22790
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
22619
22791
|
const compositeKey = new core_1.CompositeKey();
|
|
22620
22792
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
22621
22793
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -22762,7 +22934,7 @@ let LibraryEntity = class LibraryEntity extends core_1.BaseEntity {
|
|
|
22762
22934
|
* @method
|
|
22763
22935
|
* @override
|
|
22764
22936
|
*/
|
|
22765
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
22937
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
22766
22938
|
const compositeKey = new core_1.CompositeKey();
|
|
22767
22939
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
22768
22940
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -22897,7 +23069,7 @@ let LibraryItemEntity = class LibraryItemEntity extends core_1.BaseEntity {
|
|
|
22897
23069
|
* @method
|
|
22898
23070
|
* @override
|
|
22899
23071
|
*/
|
|
22900
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
23072
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
22901
23073
|
const compositeKey = new core_1.CompositeKey();
|
|
22902
23074
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
22903
23075
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -23018,7 +23190,7 @@ let ListCategoryEntity = class ListCategoryEntity extends core_1.BaseEntity {
|
|
|
23018
23190
|
* @method
|
|
23019
23191
|
* @override
|
|
23020
23192
|
*/
|
|
23021
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
23193
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
23022
23194
|
const compositeKey = new core_1.CompositeKey();
|
|
23023
23195
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
23024
23196
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -23151,7 +23323,7 @@ let ListDetailEntity = class ListDetailEntity extends core_1.BaseEntity {
|
|
|
23151
23323
|
* @method
|
|
23152
23324
|
* @override
|
|
23153
23325
|
*/
|
|
23154
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
23326
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
23155
23327
|
const compositeKey = new core_1.CompositeKey();
|
|
23156
23328
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
23157
23329
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -23286,7 +23458,7 @@ let ListEntity = class ListEntity extends core_1.BaseEntity {
|
|
|
23286
23458
|
* @method
|
|
23287
23459
|
* @override
|
|
23288
23460
|
*/
|
|
23289
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
23461
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
23290
23462
|
const compositeKey = new core_1.CompositeKey();
|
|
23291
23463
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
23292
23464
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -23447,7 +23619,7 @@ let OutputDeliveryTypeEntity = class OutputDeliveryTypeEntity extends core_1.Bas
|
|
|
23447
23619
|
* @method
|
|
23448
23620
|
* @override
|
|
23449
23621
|
*/
|
|
23450
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
23622
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
23451
23623
|
const compositeKey = new core_1.CompositeKey();
|
|
23452
23624
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
23453
23625
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -23550,7 +23722,7 @@ let OutputFormatTypeEntity = class OutputFormatTypeEntity extends core_1.BaseEnt
|
|
|
23550
23722
|
* @method
|
|
23551
23723
|
* @override
|
|
23552
23724
|
*/
|
|
23553
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
23725
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
23554
23726
|
const compositeKey = new core_1.CompositeKey();
|
|
23555
23727
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
23556
23728
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -23664,7 +23836,7 @@ let OutputTriggerTypeEntity = class OutputTriggerTypeEntity extends core_1.BaseE
|
|
|
23664
23836
|
* @method
|
|
23665
23837
|
* @override
|
|
23666
23838
|
*/
|
|
23667
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
23839
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
23668
23840
|
const compositeKey = new core_1.CompositeKey();
|
|
23669
23841
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
23670
23842
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -23768,7 +23940,7 @@ let QueryEntity = class QueryEntity extends core_1.BaseEntity {
|
|
|
23768
23940
|
* @method
|
|
23769
23941
|
* @override
|
|
23770
23942
|
*/
|
|
23771
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
23943
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
23772
23944
|
const compositeKey = new core_1.CompositeKey();
|
|
23773
23945
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
23774
23946
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -23978,7 +24150,7 @@ let QueryCategoryEntity = class QueryCategoryEntity extends core_1.BaseEntity {
|
|
|
23978
24150
|
* @method
|
|
23979
24151
|
* @override
|
|
23980
24152
|
*/
|
|
23981
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
24153
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
23982
24154
|
const compositeKey = new core_1.CompositeKey();
|
|
23983
24155
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
23984
24156
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -24099,7 +24271,7 @@ let QueryFieldEntity = class QueryFieldEntity extends core_1.BaseEntity {
|
|
|
24099
24271
|
* @method
|
|
24100
24272
|
* @override
|
|
24101
24273
|
*/
|
|
24102
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
24274
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
24103
24275
|
const compositeKey = new core_1.CompositeKey();
|
|
24104
24276
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
24105
24277
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -24323,7 +24495,7 @@ let QueryPermissionEntity = class QueryPermissionEntity extends core_1.BaseEntit
|
|
|
24323
24495
|
* @method
|
|
24324
24496
|
* @override
|
|
24325
24497
|
*/
|
|
24326
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
24498
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
24327
24499
|
const compositeKey = new core_1.CompositeKey();
|
|
24328
24500
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
24329
24501
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -24433,7 +24605,7 @@ let QueueTaskEntity = class QueueTaskEntity extends core_1.BaseEntity {
|
|
|
24433
24605
|
* @method
|
|
24434
24606
|
* @override
|
|
24435
24607
|
*/
|
|
24436
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
24608
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
24437
24609
|
const compositeKey = new core_1.CompositeKey();
|
|
24438
24610
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
24439
24611
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -24617,7 +24789,7 @@ let QueueTypeEntity = class QueueTypeEntity extends core_1.BaseEntity {
|
|
|
24617
24789
|
* @method
|
|
24618
24790
|
* @override
|
|
24619
24791
|
*/
|
|
24620
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
24792
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
24621
24793
|
const compositeKey = new core_1.CompositeKey();
|
|
24622
24794
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
24623
24795
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -24755,7 +24927,7 @@ let QueueEntity = class QueueEntity extends core_1.BaseEntity {
|
|
|
24755
24927
|
* @method
|
|
24756
24928
|
* @override
|
|
24757
24929
|
*/
|
|
24758
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
24930
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
24759
24931
|
const compositeKey = new core_1.CompositeKey();
|
|
24760
24932
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
24761
24933
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -25013,7 +25185,7 @@ let RecommendationItemEntity = class RecommendationItemEntity extends core_1.Bas
|
|
|
25013
25185
|
* @method
|
|
25014
25186
|
* @override
|
|
25015
25187
|
*/
|
|
25016
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
25188
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
25017
25189
|
const compositeKey = new core_1.CompositeKey();
|
|
25018
25190
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
25019
25191
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -25140,7 +25312,7 @@ let RecommendationProviderEntity = class RecommendationProviderEntity extends co
|
|
|
25140
25312
|
* @method
|
|
25141
25313
|
* @override
|
|
25142
25314
|
*/
|
|
25143
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
25315
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
25144
25316
|
const compositeKey = new core_1.CompositeKey();
|
|
25145
25317
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
25146
25318
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -25233,7 +25405,7 @@ let RecommendationRunEntity = class RecommendationRunEntity extends core_1.BaseE
|
|
|
25233
25405
|
* @method
|
|
25234
25406
|
* @override
|
|
25235
25407
|
*/
|
|
25236
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
25408
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
25237
25409
|
const compositeKey = new core_1.CompositeKey();
|
|
25238
25410
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
25239
25411
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -25398,7 +25570,7 @@ let RecommendationEntity = class RecommendationEntity extends core_1.BaseEntity
|
|
|
25398
25570
|
* @method
|
|
25399
25571
|
* @override
|
|
25400
25572
|
*/
|
|
25401
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
25573
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
25402
25574
|
const compositeKey = new core_1.CompositeKey();
|
|
25403
25575
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
25404
25576
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -25513,7 +25685,7 @@ let RecordChangeReplayRunEntity = class RecordChangeReplayRunEntity extends core
|
|
|
25513
25685
|
* @method
|
|
25514
25686
|
* @override
|
|
25515
25687
|
*/
|
|
25516
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
25688
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
25517
25689
|
const compositeKey = new core_1.CompositeKey();
|
|
25518
25690
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
25519
25691
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -25646,7 +25818,7 @@ let RecordChangeEntity = class RecordChangeEntity extends core_1.BaseEntity {
|
|
|
25646
25818
|
* @method
|
|
25647
25819
|
* @override
|
|
25648
25820
|
*/
|
|
25649
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
25821
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
25650
25822
|
const compositeKey = new core_1.CompositeKey();
|
|
25651
25823
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
25652
25824
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -25920,7 +26092,7 @@ let RecordMergeDeletionLogEntity = class RecordMergeDeletionLogEntity extends co
|
|
|
25920
26092
|
* @method
|
|
25921
26093
|
* @override
|
|
25922
26094
|
*/
|
|
25923
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
26095
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
25924
26096
|
const compositeKey = new core_1.CompositeKey();
|
|
25925
26097
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
25926
26098
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -26041,7 +26213,7 @@ let RecordMergeLogEntity = class RecordMergeLogEntity extends core_1.BaseEntity
|
|
|
26041
26213
|
* @method
|
|
26042
26214
|
* @override
|
|
26043
26215
|
*/
|
|
26044
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
26216
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
26045
26217
|
const compositeKey = new core_1.CompositeKey();
|
|
26046
26218
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
26047
26219
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -26261,7 +26433,7 @@ let ReportCategoryEntity = class ReportCategoryEntity extends core_1.BaseEntity
|
|
|
26261
26433
|
* @method
|
|
26262
26434
|
* @override
|
|
26263
26435
|
*/
|
|
26264
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
26436
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
26265
26437
|
const compositeKey = new core_1.CompositeKey();
|
|
26266
26438
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
26267
26439
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -26382,7 +26554,7 @@ let ReportSnapshotEntity = class ReportSnapshotEntity extends core_1.BaseEntity
|
|
|
26382
26554
|
* @method
|
|
26383
26555
|
* @override
|
|
26384
26556
|
*/
|
|
26385
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
26557
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
26386
26558
|
const compositeKey = new core_1.CompositeKey();
|
|
26387
26559
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
26388
26560
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -26492,7 +26664,7 @@ let ReportEntity = class ReportEntity extends core_1.BaseEntity {
|
|
|
26492
26664
|
* @method
|
|
26493
26665
|
* @override
|
|
26494
26666
|
*/
|
|
26495
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
26667
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
26496
26668
|
const compositeKey = new core_1.CompositeKey();
|
|
26497
26669
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
26498
26670
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -26773,6 +26945,342 @@ exports.ReportEntity = ReportEntity;
|
|
|
26773
26945
|
exports.ReportEntity = ReportEntity = __decorate([
|
|
26774
26946
|
(0, global_1.RegisterClass)(core_1.BaseEntity, 'Reports')
|
|
26775
26947
|
], ReportEntity);
|
|
26948
|
+
/**
|
|
26949
|
+
* Resource Links - strongly typed entity sub-class
|
|
26950
|
+
* * Schema: __mj
|
|
26951
|
+
* * Base Table: ResourceLink
|
|
26952
|
+
* * Base View: vwResourceLinks
|
|
26953
|
+
* * @description Table to track user links to shared resources such as views, dashboards, etc.
|
|
26954
|
+
* * Primary Key: ID
|
|
26955
|
+
* @extends {BaseEntity}
|
|
26956
|
+
* @class
|
|
26957
|
+
* @public
|
|
26958
|
+
*/
|
|
26959
|
+
let ResourceLinkEntity = class ResourceLinkEntity extends core_1.BaseEntity {
|
|
26960
|
+
/**
|
|
26961
|
+
* Loads the Resource Links record from the database
|
|
26962
|
+
* @param ID: string - primary key value to load the Resource Links record.
|
|
26963
|
+
* @param EntityRelationshipsToLoad - (optional) the relationships to load
|
|
26964
|
+
* @returns {Promise<boolean>} - true if successful, false otherwise
|
|
26965
|
+
* @public
|
|
26966
|
+
* @async
|
|
26967
|
+
* @memberof ResourceLinkEntity
|
|
26968
|
+
* @method
|
|
26969
|
+
* @override
|
|
26970
|
+
*/
|
|
26971
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
26972
|
+
const compositeKey = new core_1.CompositeKey();
|
|
26973
|
+
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
26974
|
+
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
26975
|
+
}
|
|
26976
|
+
/**
|
|
26977
|
+
* * Field Name: ID
|
|
26978
|
+
* * Display Name: ID
|
|
26979
|
+
* * SQL Data Type: uniqueidentifier
|
|
26980
|
+
* * Default Value: newsequentialid()
|
|
26981
|
+
* * Description: Unique identifier for each resource link
|
|
26982
|
+
*/
|
|
26983
|
+
get ID() {
|
|
26984
|
+
return this.Get('ID');
|
|
26985
|
+
}
|
|
26986
|
+
/**
|
|
26987
|
+
* * Field Name: UserID
|
|
26988
|
+
* * Display Name: User ID
|
|
26989
|
+
* * SQL Data Type: uniqueidentifier
|
|
26990
|
+
* * Related Entity/Foreign Key: Users (vwUsers.ID)
|
|
26991
|
+
* * Description: Foreign key to the user linking the resource
|
|
26992
|
+
*/
|
|
26993
|
+
get UserID() {
|
|
26994
|
+
return this.Get('UserID');
|
|
26995
|
+
}
|
|
26996
|
+
set UserID(value) {
|
|
26997
|
+
this.Set('UserID', value);
|
|
26998
|
+
}
|
|
26999
|
+
/**
|
|
27000
|
+
* * Field Name: ResourceTypeID
|
|
27001
|
+
* * Display Name: Resource Type ID
|
|
27002
|
+
* * SQL Data Type: uniqueidentifier
|
|
27003
|
+
* * Related Entity/Foreign Key: Resource Types (vwResourceTypes.ID)
|
|
27004
|
+
* * Description: Foreign key to the resource type (view, dashboard, etc.)
|
|
27005
|
+
*/
|
|
27006
|
+
get ResourceTypeID() {
|
|
27007
|
+
return this.Get('ResourceTypeID');
|
|
27008
|
+
}
|
|
27009
|
+
set ResourceTypeID(value) {
|
|
27010
|
+
this.Set('ResourceTypeID', value);
|
|
27011
|
+
}
|
|
27012
|
+
/**
|
|
27013
|
+
* * Field Name: ResourceRecordID
|
|
27014
|
+
* * Display Name: Resource Record ID
|
|
27015
|
+
* * SQL Data Type: nvarchar(255)
|
|
27016
|
+
* * Description: ID of the specific resource being linked
|
|
27017
|
+
*/
|
|
27018
|
+
get ResourceRecordID() {
|
|
27019
|
+
return this.Get('ResourceRecordID');
|
|
27020
|
+
}
|
|
27021
|
+
set ResourceRecordID(value) {
|
|
27022
|
+
this.Set('ResourceRecordID', value);
|
|
27023
|
+
}
|
|
27024
|
+
/**
|
|
27025
|
+
* * Field Name: FolderID
|
|
27026
|
+
* * Display Name: Folder ID
|
|
27027
|
+
* * SQL Data Type: nvarchar(255)
|
|
27028
|
+
* * Description: Optional folder where the user organizes the linked resource
|
|
27029
|
+
*/
|
|
27030
|
+
get FolderID() {
|
|
27031
|
+
return this.Get('FolderID');
|
|
27032
|
+
}
|
|
27033
|
+
set FolderID(value) {
|
|
27034
|
+
this.Set('FolderID', value);
|
|
27035
|
+
}
|
|
27036
|
+
/**
|
|
27037
|
+
* * Field Name: __mj_CreatedAt
|
|
27038
|
+
* * Display Name: Created At
|
|
27039
|
+
* * SQL Data Type: datetimeoffset
|
|
27040
|
+
* * Default Value: getutcdate()
|
|
27041
|
+
*/
|
|
27042
|
+
get __mj_CreatedAt() {
|
|
27043
|
+
return this.Get('__mj_CreatedAt');
|
|
27044
|
+
}
|
|
27045
|
+
/**
|
|
27046
|
+
* * Field Name: __mj_UpdatedAt
|
|
27047
|
+
* * Display Name: Updated At
|
|
27048
|
+
* * SQL Data Type: datetimeoffset
|
|
27049
|
+
* * Default Value: getutcdate()
|
|
27050
|
+
*/
|
|
27051
|
+
get __mj_UpdatedAt() {
|
|
27052
|
+
return this.Get('__mj_UpdatedAt');
|
|
27053
|
+
}
|
|
27054
|
+
/**
|
|
27055
|
+
* * Field Name: User
|
|
27056
|
+
* * Display Name: User
|
|
27057
|
+
* * SQL Data Type: nvarchar(100)
|
|
27058
|
+
*/
|
|
27059
|
+
get User() {
|
|
27060
|
+
return this.Get('User');
|
|
27061
|
+
}
|
|
27062
|
+
/**
|
|
27063
|
+
* * Field Name: ResourceType
|
|
27064
|
+
* * Display Name: Resource Type
|
|
27065
|
+
* * SQL Data Type: nvarchar(255)
|
|
27066
|
+
*/
|
|
27067
|
+
get ResourceType() {
|
|
27068
|
+
return this.Get('ResourceType');
|
|
27069
|
+
}
|
|
27070
|
+
};
|
|
27071
|
+
exports.ResourceLinkEntity = ResourceLinkEntity;
|
|
27072
|
+
exports.ResourceLinkEntity = ResourceLinkEntity = __decorate([
|
|
27073
|
+
(0, global_1.RegisterClass)(core_1.BaseEntity, 'Resource Links')
|
|
27074
|
+
], ResourceLinkEntity);
|
|
27075
|
+
/**
|
|
27076
|
+
* Resource Permissions - strongly typed entity sub-class
|
|
27077
|
+
* * Schema: __mj
|
|
27078
|
+
* * Base Table: ResourcePermission
|
|
27079
|
+
* * Base View: vwResourcePermissions
|
|
27080
|
+
* * @description Table for managing sharing of resources to users or roles with time constraints and permission levels
|
|
27081
|
+
* * Primary Key: ID
|
|
27082
|
+
* @extends {BaseEntity}
|
|
27083
|
+
* @class
|
|
27084
|
+
* @public
|
|
27085
|
+
*/
|
|
27086
|
+
let ResourcePermissionEntity = class ResourcePermissionEntity extends core_1.BaseEntity {
|
|
27087
|
+
/**
|
|
27088
|
+
* Loads the Resource Permissions record from the database
|
|
27089
|
+
* @param ID: string - primary key value to load the Resource Permissions record.
|
|
27090
|
+
* @param EntityRelationshipsToLoad - (optional) the relationships to load
|
|
27091
|
+
* @returns {Promise<boolean>} - true if successful, false otherwise
|
|
27092
|
+
* @public
|
|
27093
|
+
* @async
|
|
27094
|
+
* @memberof ResourcePermissionEntity
|
|
27095
|
+
* @method
|
|
27096
|
+
* @override
|
|
27097
|
+
*/
|
|
27098
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
27099
|
+
const compositeKey = new core_1.CompositeKey();
|
|
27100
|
+
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
27101
|
+
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
27102
|
+
}
|
|
27103
|
+
/**
|
|
27104
|
+
* * Field Name: ID
|
|
27105
|
+
* * Display Name: ID
|
|
27106
|
+
* * SQL Data Type: uniqueidentifier
|
|
27107
|
+
* * Default Value: newsequentialid()
|
|
27108
|
+
*/
|
|
27109
|
+
get ID() {
|
|
27110
|
+
return this.Get('ID');
|
|
27111
|
+
}
|
|
27112
|
+
/**
|
|
27113
|
+
* * Field Name: ResourceTypeID
|
|
27114
|
+
* * Display Name: Resource Type ID
|
|
27115
|
+
* * SQL Data Type: uniqueidentifier
|
|
27116
|
+
* * Related Entity/Foreign Key: Resource Types (vwResourceTypes.ID)
|
|
27117
|
+
* * Description: Reference to the type of resource being shared (View, Dashboard, Report, etc.)
|
|
27118
|
+
*/
|
|
27119
|
+
get ResourceTypeID() {
|
|
27120
|
+
return this.Get('ResourceTypeID');
|
|
27121
|
+
}
|
|
27122
|
+
set ResourceTypeID(value) {
|
|
27123
|
+
this.Set('ResourceTypeID', value);
|
|
27124
|
+
}
|
|
27125
|
+
/**
|
|
27126
|
+
* * Field Name: ResourceRecordID
|
|
27127
|
+
* * Display Name: Resource Record ID
|
|
27128
|
+
* * SQL Data Type: nvarchar(255)
|
|
27129
|
+
* * Description: ID of the specific resource being shared
|
|
27130
|
+
*/
|
|
27131
|
+
get ResourceRecordID() {
|
|
27132
|
+
return this.Get('ResourceRecordID');
|
|
27133
|
+
}
|
|
27134
|
+
set ResourceRecordID(value) {
|
|
27135
|
+
this.Set('ResourceRecordID', value);
|
|
27136
|
+
}
|
|
27137
|
+
/**
|
|
27138
|
+
* * Field Name: Type
|
|
27139
|
+
* * Display Name: Type
|
|
27140
|
+
* * SQL Data Type: nvarchar(10)
|
|
27141
|
+
* * Value List Type: List
|
|
27142
|
+
* * Possible Values
|
|
27143
|
+
* * Role
|
|
27144
|
+
* * User
|
|
27145
|
+
* * Description: The level of sharing either Role or User
|
|
27146
|
+
*/
|
|
27147
|
+
get Type() {
|
|
27148
|
+
return this.Get('Type');
|
|
27149
|
+
}
|
|
27150
|
+
set Type(value) {
|
|
27151
|
+
this.Set('Type', value);
|
|
27152
|
+
}
|
|
27153
|
+
/**
|
|
27154
|
+
* * Field Name: StartSharingAt
|
|
27155
|
+
* * Display Name: Start Sharing At
|
|
27156
|
+
* * SQL Data Type: datetimeoffset
|
|
27157
|
+
* * Description: Optional: Date when sharing starts
|
|
27158
|
+
*/
|
|
27159
|
+
get StartSharingAt() {
|
|
27160
|
+
return this.Get('StartSharingAt');
|
|
27161
|
+
}
|
|
27162
|
+
set StartSharingAt(value) {
|
|
27163
|
+
this.Set('StartSharingAt', value);
|
|
27164
|
+
}
|
|
27165
|
+
/**
|
|
27166
|
+
* * Field Name: EndSharingAt
|
|
27167
|
+
* * Display Name: End Sharing At
|
|
27168
|
+
* * SQL Data Type: datetimeoffset
|
|
27169
|
+
* * Description: Optional: Date when sharing ends
|
|
27170
|
+
*/
|
|
27171
|
+
get EndSharingAt() {
|
|
27172
|
+
return this.Get('EndSharingAt');
|
|
27173
|
+
}
|
|
27174
|
+
set EndSharingAt(value) {
|
|
27175
|
+
this.Set('EndSharingAt', value);
|
|
27176
|
+
}
|
|
27177
|
+
/**
|
|
27178
|
+
* * Field Name: RoleID
|
|
27179
|
+
* * Display Name: Role ID
|
|
27180
|
+
* * SQL Data Type: uniqueidentifier
|
|
27181
|
+
* * Related Entity/Foreign Key: Roles (vwRoles.ID)
|
|
27182
|
+
*/
|
|
27183
|
+
get RoleID() {
|
|
27184
|
+
return this.Get('RoleID');
|
|
27185
|
+
}
|
|
27186
|
+
set RoleID(value) {
|
|
27187
|
+
this.Set('RoleID', value);
|
|
27188
|
+
}
|
|
27189
|
+
/**
|
|
27190
|
+
* * Field Name: UserID
|
|
27191
|
+
* * Display Name: User ID
|
|
27192
|
+
* * SQL Data Type: uniqueidentifier
|
|
27193
|
+
* * Related Entity/Foreign Key: Users (vwUsers.ID)
|
|
27194
|
+
*/
|
|
27195
|
+
get UserID() {
|
|
27196
|
+
return this.Get('UserID');
|
|
27197
|
+
}
|
|
27198
|
+
set UserID(value) {
|
|
27199
|
+
this.Set('UserID', value);
|
|
27200
|
+
}
|
|
27201
|
+
/**
|
|
27202
|
+
* * Field Name: PermissionLevel
|
|
27203
|
+
* * Display Name: Permission Level
|
|
27204
|
+
* * SQL Data Type: nvarchar(20)
|
|
27205
|
+
* * Value List Type: List
|
|
27206
|
+
* * Possible Values
|
|
27207
|
+
* * View
|
|
27208
|
+
* * Edit
|
|
27209
|
+
* * Owner
|
|
27210
|
+
* * Description: Permission level defining the type of access (View, Edit, Owner)
|
|
27211
|
+
*/
|
|
27212
|
+
get PermissionLevel() {
|
|
27213
|
+
return this.Get('PermissionLevel');
|
|
27214
|
+
}
|
|
27215
|
+
set PermissionLevel(value) {
|
|
27216
|
+
this.Set('PermissionLevel', value);
|
|
27217
|
+
}
|
|
27218
|
+
/**
|
|
27219
|
+
* * Field Name: __mj_CreatedAt
|
|
27220
|
+
* * Display Name: Created At
|
|
27221
|
+
* * SQL Data Type: datetimeoffset
|
|
27222
|
+
* * Default Value: getutcdate()
|
|
27223
|
+
*/
|
|
27224
|
+
get __mj_CreatedAt() {
|
|
27225
|
+
return this.Get('__mj_CreatedAt');
|
|
27226
|
+
}
|
|
27227
|
+
/**
|
|
27228
|
+
* * Field Name: __mj_UpdatedAt
|
|
27229
|
+
* * Display Name: Updated At
|
|
27230
|
+
* * SQL Data Type: datetimeoffset
|
|
27231
|
+
* * Default Value: getutcdate()
|
|
27232
|
+
*/
|
|
27233
|
+
get __mj_UpdatedAt() {
|
|
27234
|
+
return this.Get('__mj_UpdatedAt');
|
|
27235
|
+
}
|
|
27236
|
+
/**
|
|
27237
|
+
* * Field Name: Status
|
|
27238
|
+
* * Display Name: Status
|
|
27239
|
+
* * SQL Data Type: nvarchar(20)
|
|
27240
|
+
* * Default Value: Requested
|
|
27241
|
+
* * Value List Type: List
|
|
27242
|
+
* * Possible Values
|
|
27243
|
+
* * Approved
|
|
27244
|
+
* * Rejected
|
|
27245
|
+
* * Revoked
|
|
27246
|
+
* * Requested
|
|
27247
|
+
* * Description: Status of the resource permission request. Possible values are Pending, Approved, Rejected, Revoked, or Requested.
|
|
27248
|
+
*/
|
|
27249
|
+
get Status() {
|
|
27250
|
+
return this.Get('Status');
|
|
27251
|
+
}
|
|
27252
|
+
set Status(value) {
|
|
27253
|
+
this.Set('Status', value);
|
|
27254
|
+
}
|
|
27255
|
+
/**
|
|
27256
|
+
* * Field Name: ResourceType
|
|
27257
|
+
* * Display Name: Resource Type
|
|
27258
|
+
* * SQL Data Type: nvarchar(255)
|
|
27259
|
+
*/
|
|
27260
|
+
get ResourceType() {
|
|
27261
|
+
return this.Get('ResourceType');
|
|
27262
|
+
}
|
|
27263
|
+
/**
|
|
27264
|
+
* * Field Name: Role
|
|
27265
|
+
* * Display Name: Role
|
|
27266
|
+
* * SQL Data Type: nvarchar(50)
|
|
27267
|
+
*/
|
|
27268
|
+
get Role() {
|
|
27269
|
+
return this.Get('Role');
|
|
27270
|
+
}
|
|
27271
|
+
/**
|
|
27272
|
+
* * Field Name: User
|
|
27273
|
+
* * Display Name: User
|
|
27274
|
+
* * SQL Data Type: nvarchar(100)
|
|
27275
|
+
*/
|
|
27276
|
+
get User() {
|
|
27277
|
+
return this.Get('User');
|
|
27278
|
+
}
|
|
27279
|
+
};
|
|
27280
|
+
exports.ResourcePermissionEntity = ResourcePermissionEntity;
|
|
27281
|
+
exports.ResourcePermissionEntity = ResourcePermissionEntity = __decorate([
|
|
27282
|
+
(0, global_1.RegisterClass)(core_1.BaseEntity, 'Resource Permissions')
|
|
27283
|
+
], ResourcePermissionEntity);
|
|
26776
27284
|
/**
|
|
26777
27285
|
* Resource Types - strongly typed entity sub-class
|
|
26778
27286
|
* * Schema: __mj
|
|
@@ -26795,7 +27303,7 @@ let ResourceTypeEntity = class ResourceTypeEntity extends core_1.BaseEntity {
|
|
|
26795
27303
|
* @method
|
|
26796
27304
|
* @override
|
|
26797
27305
|
*/
|
|
26798
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
27306
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
26799
27307
|
const compositeKey = new core_1.CompositeKey();
|
|
26800
27308
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
26801
27309
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -26906,6 +27414,19 @@ let ResourceTypeEntity = class ResourceTypeEntity extends core_1.BaseEntity {
|
|
|
26906
27414
|
return this.Get('__mj_UpdatedAt');
|
|
26907
27415
|
}
|
|
26908
27416
|
/**
|
|
27417
|
+
* * Field Name: CategoryEntityID
|
|
27418
|
+
* * Display Name: Category Entity ID
|
|
27419
|
+
* * SQL Data Type: uniqueidentifier
|
|
27420
|
+
* * Related Entity/Foreign Key: Entities (vwEntities.ID)
|
|
27421
|
+
* * Description: Nullable foreign key to the ID column in Entities entity, representing the category entity. ASSUMPTION: If provided, the assumption is there is a self-referencing/recursive foreign key establishing a hierarchy within the Category Entity, commonly called ParentID, but it can be named anything.
|
|
27422
|
+
*/
|
|
27423
|
+
get CategoryEntityID() {
|
|
27424
|
+
return this.Get('CategoryEntityID');
|
|
27425
|
+
}
|
|
27426
|
+
set CategoryEntityID(value) {
|
|
27427
|
+
this.Set('CategoryEntityID', value);
|
|
27428
|
+
}
|
|
27429
|
+
/**
|
|
26909
27430
|
* * Field Name: Entity
|
|
26910
27431
|
* * Display Name: Entity
|
|
26911
27432
|
* * SQL Data Type: nvarchar(255)
|
|
@@ -26913,6 +27434,14 @@ let ResourceTypeEntity = class ResourceTypeEntity extends core_1.BaseEntity {
|
|
|
26913
27434
|
get Entity() {
|
|
26914
27435
|
return this.Get('Entity');
|
|
26915
27436
|
}
|
|
27437
|
+
/**
|
|
27438
|
+
* * Field Name: CategoryEntity
|
|
27439
|
+
* * Display Name: Category Entity
|
|
27440
|
+
* * SQL Data Type: nvarchar(255)
|
|
27441
|
+
*/
|
|
27442
|
+
get CategoryEntity() {
|
|
27443
|
+
return this.Get('CategoryEntity');
|
|
27444
|
+
}
|
|
26916
27445
|
};
|
|
26917
27446
|
exports.ResourceTypeEntity = ResourceTypeEntity;
|
|
26918
27447
|
exports.ResourceTypeEntity = ResourceTypeEntity = __decorate([
|
|
@@ -26941,7 +27470,7 @@ let RoleEntity = class RoleEntity extends core_1.BaseEntity {
|
|
|
26941
27470
|
* @method
|
|
26942
27471
|
* @override
|
|
26943
27472
|
*/
|
|
26944
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
27473
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
26945
27474
|
const compositeKey = new core_1.CompositeKey();
|
|
26946
27475
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
26947
27476
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -27043,7 +27572,7 @@ let RowLevelSecurityFilterEntity = class RowLevelSecurityFilterEntity extends co
|
|
|
27043
27572
|
* @method
|
|
27044
27573
|
* @override
|
|
27045
27574
|
*/
|
|
27046
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
27575
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
27047
27576
|
const compositeKey = new core_1.CompositeKey();
|
|
27048
27577
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
27049
27578
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -27157,7 +27686,7 @@ let ScheduledActionParamEntity = class ScheduledActionParamEntity extends core_1
|
|
|
27157
27686
|
* @method
|
|
27158
27687
|
* @override
|
|
27159
27688
|
*/
|
|
27160
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
27689
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
27161
27690
|
const compositeKey = new core_1.CompositeKey();
|
|
27162
27691
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
27163
27692
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -27294,7 +27823,7 @@ let ScheduledActionEntity = class ScheduledActionEntity extends core_1.BaseEntit
|
|
|
27294
27823
|
* @method
|
|
27295
27824
|
* @override
|
|
27296
27825
|
*/
|
|
27297
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
27826
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
27298
27827
|
const compositeKey = new core_1.CompositeKey();
|
|
27299
27828
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
27300
27829
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -27537,7 +28066,7 @@ let SchemaInfoEntity = class SchemaInfoEntity extends core_1.BaseEntity {
|
|
|
27537
28066
|
* @method
|
|
27538
28067
|
* @override
|
|
27539
28068
|
*/
|
|
27540
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
28069
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
27541
28070
|
const compositeKey = new core_1.CompositeKey();
|
|
27542
28071
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
27543
28072
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -27652,7 +28181,7 @@ let SkillEntity = class SkillEntity extends core_1.BaseEntity {
|
|
|
27652
28181
|
* @method
|
|
27653
28182
|
* @override
|
|
27654
28183
|
*/
|
|
27655
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
28184
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
27656
28185
|
const compositeKey = new core_1.CompositeKey();
|
|
27657
28186
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
27658
28187
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -27763,7 +28292,7 @@ let TaggedItemEntity = class TaggedItemEntity extends core_1.BaseEntity {
|
|
|
27763
28292
|
* @method
|
|
27764
28293
|
* @override
|
|
27765
28294
|
*/
|
|
27766
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
28295
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
27767
28296
|
const compositeKey = new core_1.CompositeKey();
|
|
27768
28297
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
27769
28298
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -27885,7 +28414,7 @@ let TagEntity = class TagEntity extends core_1.BaseEntity {
|
|
|
27885
28414
|
* @method
|
|
27886
28415
|
* @override
|
|
27887
28416
|
*/
|
|
27888
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
28417
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
27889
28418
|
const compositeKey = new core_1.CompositeKey();
|
|
27890
28419
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
27891
28420
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -28020,7 +28549,7 @@ let TemplateCategoryEntity = class TemplateCategoryEntity extends core_1.BaseEnt
|
|
|
28020
28549
|
* @method
|
|
28021
28550
|
* @override
|
|
28022
28551
|
*/
|
|
28023
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
28552
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
28024
28553
|
const compositeKey = new core_1.CompositeKey();
|
|
28025
28554
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
28026
28555
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -28155,7 +28684,7 @@ let TemplateContentTypeEntity = class TemplateContentTypeEntity extends core_1.B
|
|
|
28155
28684
|
* @method
|
|
28156
28685
|
* @override
|
|
28157
28686
|
*/
|
|
28158
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
28687
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
28159
28688
|
const compositeKey = new core_1.CompositeKey();
|
|
28160
28689
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
28161
28690
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -28272,7 +28801,7 @@ let TemplateContentEntity = class TemplateContentEntity extends core_1.BaseEntit
|
|
|
28272
28801
|
* @method
|
|
28273
28802
|
* @override
|
|
28274
28803
|
*/
|
|
28275
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
28804
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
28276
28805
|
const compositeKey = new core_1.CompositeKey();
|
|
28277
28806
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
28278
28807
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -28420,7 +28949,7 @@ let TemplateParamEntity = class TemplateParamEntity extends core_1.BaseEntity {
|
|
|
28420
28949
|
* @method
|
|
28421
28950
|
* @override
|
|
28422
28951
|
*/
|
|
28423
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
28952
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
28424
28953
|
const compositeKey = new core_1.CompositeKey();
|
|
28425
28954
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
28426
28955
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -28659,7 +29188,7 @@ let TemplateEntity = class TemplateEntity extends core_1.BaseEntity {
|
|
|
28659
29188
|
* @method
|
|
28660
29189
|
* @override
|
|
28661
29190
|
*/
|
|
28662
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
29191
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
28663
29192
|
const compositeKey = new core_1.CompositeKey();
|
|
28664
29193
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
28665
29194
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -28842,7 +29371,7 @@ let UserApplicationEntityEntity = class UserApplicationEntityEntity extends core
|
|
|
28842
29371
|
* @method
|
|
28843
29372
|
* @override
|
|
28844
29373
|
*/
|
|
28845
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
29374
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
28846
29375
|
const compositeKey = new core_1.CompositeKey();
|
|
28847
29376
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
28848
29377
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -28959,7 +29488,7 @@ let UserApplicationEntity = class UserApplicationEntity extends core_1.BaseEntit
|
|
|
28959
29488
|
* @method
|
|
28960
29489
|
* @override
|
|
28961
29490
|
*/
|
|
28962
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
29491
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
28963
29492
|
const compositeKey = new core_1.CompositeKey();
|
|
28964
29493
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
28965
29494
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -29081,7 +29610,7 @@ let UserFavoriteEntity = class UserFavoriteEntity extends core_1.BaseEntity {
|
|
|
29081
29610
|
* @method
|
|
29082
29611
|
* @override
|
|
29083
29612
|
*/
|
|
29084
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
29613
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
29085
29614
|
const compositeKey = new core_1.CompositeKey();
|
|
29086
29615
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
29087
29616
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -29197,7 +29726,7 @@ let UserNotificationEntity = class UserNotificationEntity extends core_1.BaseEnt
|
|
|
29197
29726
|
* @method
|
|
29198
29727
|
* @override
|
|
29199
29728
|
*/
|
|
29200
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
29729
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
29201
29730
|
const compositeKey = new core_1.CompositeKey();
|
|
29202
29731
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
29203
29732
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -29363,7 +29892,7 @@ let UserRecordLogEntity = class UserRecordLogEntity extends core_1.BaseEntity {
|
|
|
29363
29892
|
* @method
|
|
29364
29893
|
* @override
|
|
29365
29894
|
*/
|
|
29366
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
29895
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
29367
29896
|
const compositeKey = new core_1.CompositeKey();
|
|
29368
29897
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
29369
29898
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -29551,7 +30080,7 @@ let UserRoleEntity = class UserRoleEntity extends core_1.BaseEntity {
|
|
|
29551
30080
|
* @method
|
|
29552
30081
|
* @override
|
|
29553
30082
|
*/
|
|
29554
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
30083
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
29555
30084
|
const compositeKey = new core_1.CompositeKey();
|
|
29556
30085
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
29557
30086
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -29650,7 +30179,7 @@ let UserViewCategoryEntity = class UserViewCategoryEntity extends core_1.BaseEnt
|
|
|
29650
30179
|
* @method
|
|
29651
30180
|
* @override
|
|
29652
30181
|
*/
|
|
29653
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
30182
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
29654
30183
|
const compositeKey = new core_1.CompositeKey();
|
|
29655
30184
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
29656
30185
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -29792,7 +30321,7 @@ let UserViewRunDetailEntity = class UserViewRunDetailEntity extends core_1.BaseE
|
|
|
29792
30321
|
* @method
|
|
29793
30322
|
* @override
|
|
29794
30323
|
*/
|
|
29795
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
30324
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
29796
30325
|
const compositeKey = new core_1.CompositeKey();
|
|
29797
30326
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
29798
30327
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -29901,7 +30430,7 @@ let UserViewRunEntity = class UserViewRunEntity extends core_1.BaseEntity {
|
|
|
29901
30430
|
* @method
|
|
29902
30431
|
* @override
|
|
29903
30432
|
*/
|
|
29904
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
30433
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
29905
30434
|
const compositeKey = new core_1.CompositeKey();
|
|
29906
30435
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
29907
30436
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -30022,7 +30551,7 @@ let UserViewEntity = class UserViewEntity extends core_1.BaseEntity {
|
|
|
30022
30551
|
* @method
|
|
30023
30552
|
* @override
|
|
30024
30553
|
*/
|
|
30025
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
30554
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
30026
30555
|
const compositeKey = new core_1.CompositeKey();
|
|
30027
30556
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
30028
30557
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -30322,7 +30851,7 @@ let UserEntity = class UserEntity extends core_1.BaseEntity {
|
|
|
30322
30851
|
* @method
|
|
30323
30852
|
* @override
|
|
30324
30853
|
*/
|
|
30325
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
30854
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
30326
30855
|
const compositeKey = new core_1.CompositeKey();
|
|
30327
30856
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
30328
30857
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -30554,7 +31083,7 @@ let VectorDatabaseEntity = class VectorDatabaseEntity extends core_1.BaseEntity
|
|
|
30554
31083
|
* @method
|
|
30555
31084
|
* @override
|
|
30556
31085
|
*/
|
|
30557
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
31086
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
30558
31087
|
const compositeKey = new core_1.CompositeKey();
|
|
30559
31088
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
30560
31089
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -30668,7 +31197,7 @@ let VectorIndexEntity = class VectorIndexEntity extends core_1.BaseEntity {
|
|
|
30668
31197
|
* @method
|
|
30669
31198
|
* @override
|
|
30670
31199
|
*/
|
|
30671
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
31200
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
30672
31201
|
const compositeKey = new core_1.CompositeKey();
|
|
30673
31202
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
30674
31203
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -30800,7 +31329,7 @@ let VersionInstallationEntity = class VersionInstallationEntity extends core_1.B
|
|
|
30800
31329
|
* @method
|
|
30801
31330
|
* @override
|
|
30802
31331
|
*/
|
|
30803
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
31332
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
30804
31333
|
const compositeKey = new core_1.CompositeKey();
|
|
30805
31334
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
30806
31335
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -30982,7 +31511,7 @@ let WorkflowEngineEntity = class WorkflowEngineEntity extends core_1.BaseEntity
|
|
|
30982
31511
|
* @method
|
|
30983
31512
|
* @override
|
|
30984
31513
|
*/
|
|
30985
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
31514
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
30986
31515
|
const compositeKey = new core_1.CompositeKey();
|
|
30987
31516
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
30988
31517
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -31093,7 +31622,7 @@ let WorkflowRunEntity = class WorkflowRunEntity extends core_1.BaseEntity {
|
|
|
31093
31622
|
* @method
|
|
31094
31623
|
* @override
|
|
31095
31624
|
*/
|
|
31096
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
31625
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
31097
31626
|
const compositeKey = new core_1.CompositeKey();
|
|
31098
31627
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
31099
31628
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -31250,7 +31779,7 @@ let WorkflowEntity = class WorkflowEntity extends core_1.BaseEntity {
|
|
|
31250
31779
|
* @method
|
|
31251
31780
|
* @override
|
|
31252
31781
|
*/
|
|
31253
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
31782
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
31254
31783
|
const compositeKey = new core_1.CompositeKey();
|
|
31255
31784
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
31256
31785
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -31428,7 +31957,7 @@ let WorkspaceItemEntity = class WorkspaceItemEntity extends core_1.BaseEntity {
|
|
|
31428
31957
|
* @method
|
|
31429
31958
|
* @override
|
|
31430
31959
|
*/
|
|
31431
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
31960
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
31432
31961
|
const compositeKey = new core_1.CompositeKey();
|
|
31433
31962
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
31434
31963
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -31583,7 +32112,7 @@ let WorkspaceEntity = class WorkspaceEntity extends core_1.BaseEntity {
|
|
|
31583
32112
|
* @method
|
|
31584
32113
|
* @override
|
|
31585
32114
|
*/
|
|
31586
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
32115
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
31587
32116
|
const compositeKey = new core_1.CompositeKey();
|
|
31588
32117
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
31589
32118
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|