@memberjunction/core-entities 2.7.1 → 2.8.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 +53 -0
- package/dist/custom/ResourcePermissions/ResourcePermissionEngine.d.ts.map +1 -0
- package/dist/custom/ResourcePermissions/ResourcePermissionEngine.js +141 -0
- package/dist/custom/ResourcePermissions/ResourcePermissionEngine.js.map +1 -0
- package/dist/custom/UserViewEntity.d.ts +30 -0
- package/dist/custom/UserViewEntity.d.ts.map +1 -1
- package/dist/custom/UserViewEntity.js +138 -10
- package/dist/custom/UserViewEntity.js.map +1 -1
- package/dist/generated/entity_subclasses.d.ts +359 -4
- package/dist/generated/entity_subclasses.d.ts.map +1 -1
- package/dist/generated/entity_subclasses.js +668 -155
- package/dist/generated/entity_subclasses.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -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");
|
|
@@ -6883,6 +6883,152 @@ exports.ReportSchema = zod_1.z.object({
|
|
|
6883
6883
|
* * Display Name: Output Workflow
|
|
6884
6884
|
* * SQL Data Type: nvarchar(100)`),
|
|
6885
6885
|
});
|
|
6886
|
+
/**
|
|
6887
|
+
* zod schema definition for the entity Resource Links
|
|
6888
|
+
*/
|
|
6889
|
+
exports.ResourceLinkSchema = zod_1.z.object({
|
|
6890
|
+
ID: zod_1.z.string().describe(`
|
|
6891
|
+
* * Field Name: ID
|
|
6892
|
+
* * Display Name: ID
|
|
6893
|
+
* * SQL Data Type: uniqueidentifier
|
|
6894
|
+
* * Default Value: newsequentialid()
|
|
6895
|
+
* * Description: Unique identifier for each resource link`),
|
|
6896
|
+
UserID: zod_1.z.string().describe(`
|
|
6897
|
+
* * Field Name: UserID
|
|
6898
|
+
* * Display Name: User ID
|
|
6899
|
+
* * SQL Data Type: uniqueidentifier
|
|
6900
|
+
* * Related Entity/Foreign Key: Users (vwUsers.ID)
|
|
6901
|
+
* * Description: Foreign key to the user linking the resource`),
|
|
6902
|
+
ResourceTypeID: zod_1.z.string().describe(`
|
|
6903
|
+
* * Field Name: ResourceTypeID
|
|
6904
|
+
* * Display Name: Resource Type ID
|
|
6905
|
+
* * SQL Data Type: uniqueidentifier
|
|
6906
|
+
* * Related Entity/Foreign Key: Resource Types (vwResourceTypes.ID)
|
|
6907
|
+
* * Description: Foreign key to the resource type (view, dashboard, etc.)`),
|
|
6908
|
+
ResourceRecordID: zod_1.z.string().describe(`
|
|
6909
|
+
* * Field Name: ResourceRecordID
|
|
6910
|
+
* * Display Name: Resource Record ID
|
|
6911
|
+
* * SQL Data Type: nvarchar(255)
|
|
6912
|
+
* * Description: ID of the specific resource being linked`),
|
|
6913
|
+
FolderID: zod_1.z.string().nullish().describe(`
|
|
6914
|
+
* * Field Name: FolderID
|
|
6915
|
+
* * Display Name: Folder ID
|
|
6916
|
+
* * SQL Data Type: nvarchar(255)
|
|
6917
|
+
* * Description: Optional folder where the user organizes the linked resource`),
|
|
6918
|
+
__mj_CreatedAt: zod_1.z.date().describe(`
|
|
6919
|
+
* * Field Name: __mj_CreatedAt
|
|
6920
|
+
* * Display Name: Created At
|
|
6921
|
+
* * SQL Data Type: datetimeoffset
|
|
6922
|
+
* * Default Value: getutcdate()`),
|
|
6923
|
+
__mj_UpdatedAt: zod_1.z.date().describe(`
|
|
6924
|
+
* * Field Name: __mj_UpdatedAt
|
|
6925
|
+
* * Display Name: Updated At
|
|
6926
|
+
* * SQL Data Type: datetimeoffset
|
|
6927
|
+
* * Default Value: getutcdate()`),
|
|
6928
|
+
User: zod_1.z.string().describe(`
|
|
6929
|
+
* * Field Name: User
|
|
6930
|
+
* * Display Name: User
|
|
6931
|
+
* * SQL Data Type: nvarchar(100)`),
|
|
6932
|
+
ResourceType: zod_1.z.string().describe(`
|
|
6933
|
+
* * Field Name: ResourceType
|
|
6934
|
+
* * Display Name: Resource Type
|
|
6935
|
+
* * SQL Data Type: nvarchar(255)`),
|
|
6936
|
+
});
|
|
6937
|
+
/**
|
|
6938
|
+
* zod schema definition for the entity Resource Permissions
|
|
6939
|
+
*/
|
|
6940
|
+
exports.ResourcePermissionSchema = zod_1.z.object({
|
|
6941
|
+
ID: zod_1.z.string().describe(`
|
|
6942
|
+
* * Field Name: ID
|
|
6943
|
+
* * Display Name: ID
|
|
6944
|
+
* * SQL Data Type: uniqueidentifier
|
|
6945
|
+
* * Default Value: newsequentialid()`),
|
|
6946
|
+
ResourceTypeID: zod_1.z.string().describe(`
|
|
6947
|
+
* * Field Name: ResourceTypeID
|
|
6948
|
+
* * Display Name: Resource Type ID
|
|
6949
|
+
* * SQL Data Type: uniqueidentifier
|
|
6950
|
+
* * Related Entity/Foreign Key: Resource Types (vwResourceTypes.ID)
|
|
6951
|
+
* * Description: Reference to the type of resource being shared (View, Dashboard, Report, etc.)`),
|
|
6952
|
+
ResourceRecordID: zod_1.z.string().describe(`
|
|
6953
|
+
* * Field Name: ResourceRecordID
|
|
6954
|
+
* * Display Name: Resource Record ID
|
|
6955
|
+
* * SQL Data Type: nvarchar(255)
|
|
6956
|
+
* * Description: ID of the specific resource being shared`),
|
|
6957
|
+
Type: zod_1.z.union([zod_1.z.literal('Role'), zod_1.z.literal('User')]).describe(`
|
|
6958
|
+
* * Field Name: Type
|
|
6959
|
+
* * Display Name: Type
|
|
6960
|
+
* * SQL Data Type: nvarchar(10)
|
|
6961
|
+
* * Value List Type: List
|
|
6962
|
+
* * Possible Values
|
|
6963
|
+
* * Role
|
|
6964
|
+
* * User
|
|
6965
|
+
* * Description: The level of sharing either Role or User`),
|
|
6966
|
+
StartSharingAt: zod_1.z.date().nullish().describe(`
|
|
6967
|
+
* * Field Name: StartSharingAt
|
|
6968
|
+
* * Display Name: Start Sharing At
|
|
6969
|
+
* * SQL Data Type: datetimeoffset
|
|
6970
|
+
* * Description: Optional: Date when sharing starts`),
|
|
6971
|
+
EndSharingAt: zod_1.z.date().nullish().describe(`
|
|
6972
|
+
* * Field Name: EndSharingAt
|
|
6973
|
+
* * Display Name: End Sharing At
|
|
6974
|
+
* * SQL Data Type: datetimeoffset
|
|
6975
|
+
* * Description: Optional: Date when sharing ends`),
|
|
6976
|
+
RoleID: zod_1.z.string().nullish().describe(`
|
|
6977
|
+
* * Field Name: RoleID
|
|
6978
|
+
* * Display Name: Role ID
|
|
6979
|
+
* * SQL Data Type: uniqueidentifier
|
|
6980
|
+
* * Related Entity/Foreign Key: Roles (vwRoles.ID)`),
|
|
6981
|
+
UserID: zod_1.z.string().nullish().describe(`
|
|
6982
|
+
* * Field Name: UserID
|
|
6983
|
+
* * Display Name: User ID
|
|
6984
|
+
* * SQL Data Type: uniqueidentifier
|
|
6985
|
+
* * Related Entity/Foreign Key: Users (vwUsers.ID)`),
|
|
6986
|
+
PermissionLevel: zod_1.z.union([zod_1.z.literal('View'), zod_1.z.literal('Edit'), zod_1.z.literal('Owner')]).nullish().describe(`
|
|
6987
|
+
* * Field Name: PermissionLevel
|
|
6988
|
+
* * Display Name: Permission Level
|
|
6989
|
+
* * SQL Data Type: nvarchar(20)
|
|
6990
|
+
* * Value List Type: List
|
|
6991
|
+
* * Possible Values
|
|
6992
|
+
* * View
|
|
6993
|
+
* * Edit
|
|
6994
|
+
* * Owner
|
|
6995
|
+
* * Description: Permission level defining the type of access (View, Edit, Owner)`),
|
|
6996
|
+
__mj_CreatedAt: zod_1.z.date().describe(`
|
|
6997
|
+
* * Field Name: __mj_CreatedAt
|
|
6998
|
+
* * Display Name: Created At
|
|
6999
|
+
* * SQL Data Type: datetimeoffset
|
|
7000
|
+
* * Default Value: getutcdate()`),
|
|
7001
|
+
__mj_UpdatedAt: zod_1.z.date().describe(`
|
|
7002
|
+
* * Field Name: __mj_UpdatedAt
|
|
7003
|
+
* * Display Name: Updated At
|
|
7004
|
+
* * SQL Data Type: datetimeoffset
|
|
7005
|
+
* * Default Value: getutcdate()`),
|
|
7006
|
+
Status: zod_1.z.union([zod_1.z.literal('Pending'), zod_1.z.literal('Approved'), zod_1.z.literal('Rejected'), zod_1.z.literal('Revoked'), zod_1.z.literal('Requested')]).describe(`
|
|
7007
|
+
* * Field Name: Status
|
|
7008
|
+
* * Display Name: Status
|
|
7009
|
+
* * SQL Data Type: nvarchar(20)
|
|
7010
|
+
* * Default Value: Requested
|
|
7011
|
+
* * Value List Type: List
|
|
7012
|
+
* * Possible Values
|
|
7013
|
+
* * Pending
|
|
7014
|
+
* * Approved
|
|
7015
|
+
* * Rejected
|
|
7016
|
+
* * Revoked
|
|
7017
|
+
* * Requested
|
|
7018
|
+
* * Description: Status of the resource permission request. Possible values are Pending, Approved, Rejected, Revoked, or Requested.`),
|
|
7019
|
+
ResourceType: zod_1.z.string().describe(`
|
|
7020
|
+
* * Field Name: ResourceType
|
|
7021
|
+
* * Display Name: Resource Type
|
|
7022
|
+
* * SQL Data Type: nvarchar(255)`),
|
|
7023
|
+
Role: zod_1.z.string().nullish().describe(`
|
|
7024
|
+
* * Field Name: Role
|
|
7025
|
+
* * Display Name: Role
|
|
7026
|
+
* * SQL Data Type: nvarchar(50)`),
|
|
7027
|
+
User: zod_1.z.string().nullish().describe(`
|
|
7028
|
+
* * Field Name: User
|
|
7029
|
+
* * Display Name: User
|
|
7030
|
+
* * SQL Data Type: nvarchar(100)`),
|
|
7031
|
+
});
|
|
6886
7032
|
/**
|
|
6887
7033
|
* zod schema definition for the entity Resource Types
|
|
6888
7034
|
*/
|
|
@@ -6923,10 +7069,20 @@ exports.ResourceTypeSchema = zod_1.z.object({
|
|
|
6923
7069
|
* * Display Name: __mj _Updated At
|
|
6924
7070
|
* * SQL Data Type: datetimeoffset
|
|
6925
7071
|
* * Default Value: getutcdate()`),
|
|
7072
|
+
CategoryEntityID: zod_1.z.string().nullish().describe(`
|
|
7073
|
+
* * Field Name: CategoryEntityID
|
|
7074
|
+
* * Display Name: Category Entity ID
|
|
7075
|
+
* * SQL Data Type: uniqueidentifier
|
|
7076
|
+
* * Related Entity/Foreign Key: Entities (vwEntities.ID)
|
|
7077
|
+
* * 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
7078
|
Entity: zod_1.z.string().nullish().describe(`
|
|
6927
7079
|
* * Field Name: Entity
|
|
6928
7080
|
* * Display Name: Entity
|
|
6929
7081
|
* * SQL Data Type: nvarchar(255)`),
|
|
7082
|
+
CategoryEntity: zod_1.z.string().nullish().describe(`
|
|
7083
|
+
* * Field Name: CategoryEntity
|
|
7084
|
+
* * Display Name: Category Entity
|
|
7085
|
+
* * SQL Data Type: nvarchar(255)`),
|
|
6930
7086
|
});
|
|
6931
7087
|
/**
|
|
6932
7088
|
* zod schema definition for the entity Roles
|
|
@@ -8693,7 +8849,7 @@ let ActionAuthorizationEntity = class ActionAuthorizationEntity extends core_1.B
|
|
|
8693
8849
|
* @method
|
|
8694
8850
|
* @override
|
|
8695
8851
|
*/
|
|
8696
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
8852
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
8697
8853
|
const compositeKey = new core_1.CompositeKey();
|
|
8698
8854
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
8699
8855
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -8804,7 +8960,7 @@ let ActionCategoryEntity = class ActionCategoryEntity extends core_1.BaseEntity
|
|
|
8804
8960
|
* @method
|
|
8805
8961
|
* @override
|
|
8806
8962
|
*/
|
|
8807
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
8963
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
8808
8964
|
const compositeKey = new core_1.CompositeKey();
|
|
8809
8965
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
8810
8966
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -8926,7 +9082,7 @@ let ActionContextTypeEntity = class ActionContextTypeEntity extends core_1.BaseE
|
|
|
8926
9082
|
* @method
|
|
8927
9083
|
* @override
|
|
8928
9084
|
*/
|
|
8929
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
9085
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
8930
9086
|
const compositeKey = new core_1.CompositeKey();
|
|
8931
9087
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
8932
9088
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -9010,7 +9166,7 @@ let ActionContextEntity = class ActionContextEntity extends core_1.BaseEntity {
|
|
|
9010
9166
|
* @method
|
|
9011
9167
|
* @override
|
|
9012
9168
|
*/
|
|
9013
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
9169
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
9014
9170
|
const compositeKey = new core_1.CompositeKey();
|
|
9015
9171
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
9016
9172
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -9128,7 +9284,7 @@ let ActionExecutionLogEntity = class ActionExecutionLogEntity extends core_1.Bas
|
|
|
9128
9284
|
* @method
|
|
9129
9285
|
* @override
|
|
9130
9286
|
*/
|
|
9131
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
9287
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
9132
9288
|
const compositeKey = new core_1.CompositeKey();
|
|
9133
9289
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
9134
9290
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -9287,7 +9443,7 @@ let ActionFilterEntity = class ActionFilterEntity extends core_1.BaseEntity {
|
|
|
9287
9443
|
* @method
|
|
9288
9444
|
* @override
|
|
9289
9445
|
*/
|
|
9290
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
9446
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
9291
9447
|
const compositeKey = new core_1.CompositeKey();
|
|
9292
9448
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
9293
9449
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -9391,7 +9547,7 @@ let ActionLibraryEntity = class ActionLibraryEntity extends core_1.BaseEntity {
|
|
|
9391
9547
|
* @method
|
|
9392
9548
|
* @override
|
|
9393
9549
|
*/
|
|
9394
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
9550
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
9395
9551
|
const compositeKey = new core_1.CompositeKey();
|
|
9396
9552
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
9397
9553
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -9503,7 +9659,7 @@ let ActionParamEntity = class ActionParamEntity extends core_1.BaseEntity {
|
|
|
9503
9659
|
* @method
|
|
9504
9660
|
* @override
|
|
9505
9661
|
*/
|
|
9506
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
9662
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
9507
9663
|
const compositeKey = new core_1.CompositeKey();
|
|
9508
9664
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
9509
9665
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -9674,7 +9830,7 @@ let ActionResultCodeEntity = class ActionResultCodeEntity extends core_1.BaseEnt
|
|
|
9674
9830
|
* @method
|
|
9675
9831
|
* @override
|
|
9676
9832
|
*/
|
|
9677
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
9833
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
9678
9834
|
const compositeKey = new core_1.CompositeKey();
|
|
9679
9835
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
9680
9836
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -9790,7 +9946,7 @@ let ActionEntity = class ActionEntity extends core_1.BaseEntity {
|
|
|
9790
9946
|
* @method
|
|
9791
9947
|
* @override
|
|
9792
9948
|
*/
|
|
9793
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
9949
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
9794
9950
|
const compositeKey = new core_1.CompositeKey();
|
|
9795
9951
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
9796
9952
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -10073,7 +10229,7 @@ let AIActionEntity = class AIActionEntity extends core_1.BaseEntity {
|
|
|
10073
10229
|
* @method
|
|
10074
10230
|
* @override
|
|
10075
10231
|
*/
|
|
10076
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
10232
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
10077
10233
|
const compositeKey = new core_1.CompositeKey();
|
|
10078
10234
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
10079
10235
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -10198,7 +10354,7 @@ let AIModelActionEntity = class AIModelActionEntity extends core_1.BaseEntity {
|
|
|
10198
10354
|
* @method
|
|
10199
10355
|
* @override
|
|
10200
10356
|
*/
|
|
10201
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
10357
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
10202
10358
|
const compositeKey = new core_1.CompositeKey();
|
|
10203
10359
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
10204
10360
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -10310,7 +10466,7 @@ let AIModelTypeEntity = class AIModelTypeEntity extends core_1.BaseEntity {
|
|
|
10310
10466
|
* @method
|
|
10311
10467
|
* @override
|
|
10312
10468
|
*/
|
|
10313
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
10469
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
10314
10470
|
const compositeKey = new core_1.CompositeKey();
|
|
10315
10471
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
10316
10472
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -10392,7 +10548,7 @@ let AIModelEntity = class AIModelEntity extends core_1.BaseEntity {
|
|
|
10392
10548
|
* @method
|
|
10393
10549
|
* @override
|
|
10394
10550
|
*/
|
|
10395
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
10551
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
10396
10552
|
const compositeKey = new core_1.CompositeKey();
|
|
10397
10553
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
10398
10554
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -10614,7 +10770,7 @@ let AIPromptCategoryEntity = class AIPromptCategoryEntity extends core_1.BaseEnt
|
|
|
10614
10770
|
* @method
|
|
10615
10771
|
* @override
|
|
10616
10772
|
*/
|
|
10617
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
10773
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
10618
10774
|
const compositeKey = new core_1.CompositeKey();
|
|
10619
10775
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
10620
10776
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -10717,7 +10873,7 @@ let AIPromptTypeEntity = class AIPromptTypeEntity extends core_1.BaseEntity {
|
|
|
10717
10873
|
* @method
|
|
10718
10874
|
* @override
|
|
10719
10875
|
*/
|
|
10720
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
10876
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
10721
10877
|
const compositeKey = new core_1.CompositeKey();
|
|
10722
10878
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
10723
10879
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -10799,7 +10955,7 @@ let AIPromptEntity = class AIPromptEntity extends core_1.BaseEntity {
|
|
|
10799
10955
|
* @method
|
|
10800
10956
|
* @override
|
|
10801
10957
|
*/
|
|
10802
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
10958
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
10803
10959
|
const compositeKey = new core_1.CompositeKey();
|
|
10804
10960
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
10805
10961
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -10986,7 +11142,7 @@ let AIResultCacheEntity = class AIResultCacheEntity extends core_1.BaseEntity {
|
|
|
10986
11142
|
* @method
|
|
10987
11143
|
* @override
|
|
10988
11144
|
*/
|
|
10989
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
11145
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
10990
11146
|
const compositeKey = new core_1.CompositeKey();
|
|
10991
11147
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
10992
11148
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -11152,7 +11308,7 @@ let ApplicationEntityEntity = class ApplicationEntityEntity extends core_1.BaseE
|
|
|
11152
11308
|
* @method
|
|
11153
11309
|
* @override
|
|
11154
11310
|
*/
|
|
11155
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
11311
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
11156
11312
|
const compositeKey = new core_1.CompositeKey();
|
|
11157
11313
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
11158
11314
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -11303,7 +11459,7 @@ let ApplicationSettingEntity = class ApplicationSettingEntity extends core_1.Bas
|
|
|
11303
11459
|
* @method
|
|
11304
11460
|
* @override
|
|
11305
11461
|
*/
|
|
11306
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
11462
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
11307
11463
|
const compositeKey = new core_1.CompositeKey();
|
|
11308
11464
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
11309
11465
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -11416,7 +11572,7 @@ let ApplicationEntity = class ApplicationEntity extends core_1.BaseEntity {
|
|
|
11416
11572
|
* @method
|
|
11417
11573
|
* @override
|
|
11418
11574
|
*/
|
|
11419
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
11575
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
11420
11576
|
const compositeKey = new core_1.CompositeKey();
|
|
11421
11577
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
11422
11578
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -11519,7 +11675,7 @@ let AuditLogTypeEntity = class AuditLogTypeEntity extends core_1.BaseEntity {
|
|
|
11519
11675
|
* @method
|
|
11520
11676
|
* @override
|
|
11521
11677
|
*/
|
|
11522
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
11678
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
11523
11679
|
const compositeKey = new core_1.CompositeKey();
|
|
11524
11680
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
11525
11681
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -11662,7 +11818,7 @@ let AuditLogEntity = class AuditLogEntity extends core_1.BaseEntity {
|
|
|
11662
11818
|
* @method
|
|
11663
11819
|
* @override
|
|
11664
11820
|
*/
|
|
11665
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
11821
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
11666
11822
|
const compositeKey = new core_1.CompositeKey();
|
|
11667
11823
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
11668
11824
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -11861,7 +12017,7 @@ let AuthorizationRoleEntity = class AuthorizationRoleEntity extends core_1.BaseE
|
|
|
11861
12017
|
* @method
|
|
11862
12018
|
* @override
|
|
11863
12019
|
*/
|
|
11864
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
12020
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
11865
12021
|
const compositeKey = new core_1.CompositeKey();
|
|
11866
12022
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
11867
12023
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -11998,7 +12154,7 @@ let AuthorizationEntity = class AuthorizationEntity extends core_1.BaseEntity {
|
|
|
11998
12154
|
* @method
|
|
11999
12155
|
* @override
|
|
12000
12156
|
*/
|
|
12001
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
12157
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
12002
12158
|
const compositeKey = new core_1.CompositeKey();
|
|
12003
12159
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
12004
12160
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -12147,7 +12303,7 @@ let CommunicationBaseMessageTypeEntity = class CommunicationBaseMessageTypeEntit
|
|
|
12147
12303
|
* @method
|
|
12148
12304
|
* @override
|
|
12149
12305
|
*/
|
|
12150
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
12306
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
12151
12307
|
const compositeKey = new core_1.CompositeKey();
|
|
12152
12308
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
12153
12309
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -12280,7 +12436,7 @@ let CommunicationLogEntity = class CommunicationLogEntity extends core_1.BaseEnt
|
|
|
12280
12436
|
* @method
|
|
12281
12437
|
* @override
|
|
12282
12438
|
*/
|
|
12283
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
12439
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
12284
12440
|
const compositeKey = new core_1.CompositeKey();
|
|
12285
12441
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
12286
12442
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -12474,7 +12630,7 @@ let CommunicationProviderMessageTypeEntity = class CommunicationProviderMessageT
|
|
|
12474
12630
|
* @method
|
|
12475
12631
|
* @override
|
|
12476
12632
|
*/
|
|
12477
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
12633
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
12478
12634
|
const compositeKey = new core_1.CompositeKey();
|
|
12479
12635
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
12480
12636
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -12614,7 +12770,7 @@ let CommunicationProviderEntity = class CommunicationProviderEntity extends core
|
|
|
12614
12770
|
* @method
|
|
12615
12771
|
* @override
|
|
12616
12772
|
*/
|
|
12617
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
12773
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
12618
12774
|
const compositeKey = new core_1.CompositeKey();
|
|
12619
12775
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
12620
12776
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -12763,7 +12919,7 @@ let CommunicationRunEntity = class CommunicationRunEntity extends core_1.BaseEnt
|
|
|
12763
12919
|
* @method
|
|
12764
12920
|
* @override
|
|
12765
12921
|
*/
|
|
12766
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
12922
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
12767
12923
|
const compositeKey = new core_1.CompositeKey();
|
|
12768
12924
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
12769
12925
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -12933,7 +13089,7 @@ let CompanyEntity = class CompanyEntity extends core_1.BaseEntity {
|
|
|
12933
13089
|
* @method
|
|
12934
13090
|
* @override
|
|
12935
13091
|
*/
|
|
12936
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
13092
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
12937
13093
|
const compositeKey = new core_1.CompositeKey();
|
|
12938
13094
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
12939
13095
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -13043,7 +13199,7 @@ let CompanyIntegrationRecordMapEntity = class CompanyIntegrationRecordMapEntity
|
|
|
13043
13199
|
* @method
|
|
13044
13200
|
* @override
|
|
13045
13201
|
*/
|
|
13046
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
13202
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
13047
13203
|
const compositeKey = new core_1.CompositeKey();
|
|
13048
13204
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
13049
13205
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -13167,7 +13323,7 @@ let CompanyIntegrationRunAPILogEntity = class CompanyIntegrationRunAPILogEntity
|
|
|
13167
13323
|
* @method
|
|
13168
13324
|
* @override
|
|
13169
13325
|
*/
|
|
13170
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
13326
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
13171
13327
|
const compositeKey = new core_1.CompositeKey();
|
|
13172
13328
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
13173
13329
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -13312,7 +13468,7 @@ let CompanyIntegrationRunDetailEntity = class CompanyIntegrationRunDetailEntity
|
|
|
13312
13468
|
* @method
|
|
13313
13469
|
* @override
|
|
13314
13470
|
*/
|
|
13315
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
13471
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
13316
13472
|
const compositeKey = new core_1.CompositeKey();
|
|
13317
13473
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
13318
13474
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -13473,7 +13629,7 @@ let CompanyIntegrationRunEntity = class CompanyIntegrationRunEntity extends core
|
|
|
13473
13629
|
* @method
|
|
13474
13630
|
* @override
|
|
13475
13631
|
*/
|
|
13476
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
13632
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
13477
13633
|
const compositeKey = new core_1.CompositeKey();
|
|
13478
13634
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
13479
13635
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -13634,7 +13790,7 @@ let CompanyIntegrationEntity = class CompanyIntegrationEntity extends core_1.Bas
|
|
|
13634
13790
|
* @method
|
|
13635
13791
|
* @override
|
|
13636
13792
|
*/
|
|
13637
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
13793
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
13638
13794
|
const compositeKey = new core_1.CompositeKey();
|
|
13639
13795
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
13640
13796
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -13891,7 +14047,7 @@ let ContentFileTypeEntity = class ContentFileTypeEntity extends core_1.BaseEntit
|
|
|
13891
14047
|
* @method
|
|
13892
14048
|
* @override
|
|
13893
14049
|
*/
|
|
13894
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
14050
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
13895
14051
|
const compositeKey = new core_1.CompositeKey();
|
|
13896
14052
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
13897
14053
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -13972,7 +14128,7 @@ let ContentItemAttributeEntity = class ContentItemAttributeEntity extends core_1
|
|
|
13972
14128
|
* @method
|
|
13973
14129
|
* @override
|
|
13974
14130
|
*/
|
|
13975
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
14131
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
13976
14132
|
const compositeKey = new core_1.CompositeKey();
|
|
13977
14133
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
13978
14134
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -14073,7 +14229,7 @@ let ContentItemTagEntity = class ContentItemTagEntity extends core_1.BaseEntity
|
|
|
14073
14229
|
* @method
|
|
14074
14230
|
* @override
|
|
14075
14231
|
*/
|
|
14076
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
14232
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
14077
14233
|
const compositeKey = new core_1.CompositeKey();
|
|
14078
14234
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
14079
14235
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -14163,7 +14319,7 @@ let ContentItemEntity = class ContentItemEntity extends core_1.BaseEntity {
|
|
|
14163
14319
|
* @method
|
|
14164
14320
|
* @override
|
|
14165
14321
|
*/
|
|
14166
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
14322
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
14167
14323
|
const compositeKey = new core_1.CompositeKey();
|
|
14168
14324
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
14169
14325
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -14357,7 +14513,7 @@ let ContentProcessRunEntity = class ContentProcessRunEntity extends core_1.BaseE
|
|
|
14357
14513
|
* @method
|
|
14358
14514
|
* @override
|
|
14359
14515
|
*/
|
|
14360
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
14516
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
14361
14517
|
const compositeKey = new core_1.CompositeKey();
|
|
14362
14518
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
14363
14519
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -14480,7 +14636,7 @@ let ContentSourceParamEntity = class ContentSourceParamEntity extends core_1.Bas
|
|
|
14480
14636
|
* @method
|
|
14481
14637
|
* @override
|
|
14482
14638
|
*/
|
|
14483
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
14639
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
14484
14640
|
const compositeKey = new core_1.CompositeKey();
|
|
14485
14641
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
14486
14642
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -14581,7 +14737,7 @@ let ContentSourceTypeParamEntity = class ContentSourceTypeParamEntity extends co
|
|
|
14581
14737
|
* @method
|
|
14582
14738
|
* @override
|
|
14583
14739
|
*/
|
|
14584
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
14740
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
14585
14741
|
const compositeKey = new core_1.CompositeKey();
|
|
14586
14742
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
14587
14743
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -14695,7 +14851,7 @@ let ContentSourceTypeEntity = class ContentSourceTypeEntity extends core_1.BaseE
|
|
|
14695
14851
|
* @method
|
|
14696
14852
|
* @override
|
|
14697
14853
|
*/
|
|
14698
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
14854
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
14699
14855
|
const compositeKey = new core_1.CompositeKey();
|
|
14700
14856
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
14701
14857
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -14776,7 +14932,7 @@ let ContentSourceEntity = class ContentSourceEntity extends core_1.BaseEntity {
|
|
|
14776
14932
|
* @method
|
|
14777
14933
|
* @override
|
|
14778
14934
|
*/
|
|
14779
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
14935
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
14780
14936
|
const compositeKey = new core_1.CompositeKey();
|
|
14781
14937
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
14782
14938
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -14917,7 +15073,7 @@ let ContentTypeAttributeEntity = class ContentTypeAttributeEntity extends core_1
|
|
|
14917
15073
|
* @method
|
|
14918
15074
|
* @override
|
|
14919
15075
|
*/
|
|
14920
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
15076
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
14921
15077
|
const compositeKey = new core_1.CompositeKey();
|
|
14922
15078
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
14923
15079
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -15020,7 +15176,7 @@ let ContentTypeEntity = class ContentTypeEntity extends core_1.BaseEntity {
|
|
|
15020
15176
|
* @method
|
|
15021
15177
|
* @override
|
|
15022
15178
|
*/
|
|
15023
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
15179
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
15024
15180
|
const compositeKey = new core_1.CompositeKey();
|
|
15025
15181
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
15026
15182
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -15143,7 +15299,7 @@ let ConversationDetailEntity = class ConversationDetailEntity extends core_1.Bas
|
|
|
15143
15299
|
* @method
|
|
15144
15300
|
* @override
|
|
15145
15301
|
*/
|
|
15146
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
15302
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
15147
15303
|
const compositeKey = new core_1.CompositeKey();
|
|
15148
15304
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
15149
15305
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -15284,7 +15440,7 @@ let ConversationEntity = class ConversationEntity extends core_1.BaseEntity {
|
|
|
15284
15440
|
* @method
|
|
15285
15441
|
* @override
|
|
15286
15442
|
*/
|
|
15287
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
15443
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
15288
15444
|
const compositeKey = new core_1.CompositeKey();
|
|
15289
15445
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
15290
15446
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -15471,7 +15627,7 @@ let DashboardCategoryEntity = class DashboardCategoryEntity extends core_1.BaseE
|
|
|
15471
15627
|
* @method
|
|
15472
15628
|
* @override
|
|
15473
15629
|
*/
|
|
15474
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
15630
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
15475
15631
|
const compositeKey = new core_1.CompositeKey();
|
|
15476
15632
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
15477
15633
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -15593,7 +15749,7 @@ let DashboardEntity = class DashboardEntity extends core_1.BaseEntity {
|
|
|
15593
15749
|
* @method
|
|
15594
15750
|
* @override
|
|
15595
15751
|
*/
|
|
15596
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
15752
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
15597
15753
|
const compositeKey = new core_1.CompositeKey();
|
|
15598
15754
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
15599
15755
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -15726,7 +15882,7 @@ let DataContextItemEntity = class DataContextItemEntity extends core_1.BaseEntit
|
|
|
15726
15882
|
* @method
|
|
15727
15883
|
* @override
|
|
15728
15884
|
*/
|
|
15729
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
15885
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
15730
15886
|
const compositeKey = new core_1.CompositeKey();
|
|
15731
15887
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
15732
15888
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -15933,7 +16089,7 @@ let DataContextEntity = class DataContextEntity extends core_1.BaseEntity {
|
|
|
15933
16089
|
* @method
|
|
15934
16090
|
* @override
|
|
15935
16091
|
*/
|
|
15936
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
16092
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
15937
16093
|
const compositeKey = new core_1.CompositeKey();
|
|
15938
16094
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
15939
16095
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -16046,7 +16202,7 @@ let DatasetItemEntity = class DatasetItemEntity extends core_1.BaseEntity {
|
|
|
16046
16202
|
* @method
|
|
16047
16203
|
* @override
|
|
16048
16204
|
*/
|
|
16049
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
16205
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
16050
16206
|
const compositeKey = new core_1.CompositeKey();
|
|
16051
16207
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
16052
16208
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -16224,7 +16380,7 @@ let DatasetEntity = class DatasetEntity extends core_1.BaseEntity {
|
|
|
16224
16380
|
* @method
|
|
16225
16381
|
* @override
|
|
16226
16382
|
*/
|
|
16227
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
16383
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
16228
16384
|
const compositeKey = new core_1.CompositeKey();
|
|
16229
16385
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
16230
16386
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -16327,7 +16483,7 @@ let DuplicateRunDetailMatchEntity = class DuplicateRunDetailMatchEntity extends
|
|
|
16327
16483
|
* @method
|
|
16328
16484
|
* @override
|
|
16329
16485
|
*/
|
|
16330
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
16486
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
16331
16487
|
const compositeKey = new core_1.CompositeKey();
|
|
16332
16488
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
16333
16489
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -16532,7 +16688,7 @@ let DuplicateRunDetailEntity = class DuplicateRunDetailEntity extends core_1.Bas
|
|
|
16532
16688
|
* @method
|
|
16533
16689
|
* @override
|
|
16534
16690
|
*/
|
|
16535
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
16691
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
16536
16692
|
const compositeKey = new core_1.CompositeKey();
|
|
16537
16693
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
16538
16694
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -16696,7 +16852,7 @@ let DuplicateRunEntity = class DuplicateRunEntity extends core_1.BaseEntity {
|
|
|
16696
16852
|
* @method
|
|
16697
16853
|
* @override
|
|
16698
16854
|
*/
|
|
16699
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
16855
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
16700
16856
|
const compositeKey = new core_1.CompositeKey();
|
|
16701
16857
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
16702
16858
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -16926,7 +17082,7 @@ let EmployeeCompanyIntegrationEntity = class EmployeeCompanyIntegrationEntity ex
|
|
|
16926
17082
|
* @method
|
|
16927
17083
|
* @override
|
|
16928
17084
|
*/
|
|
16929
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
17085
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
16930
17086
|
const compositeKey = new core_1.CompositeKey();
|
|
16931
17087
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
16932
17088
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -17042,7 +17198,7 @@ let EmployeeRoleEntity = class EmployeeRoleEntity extends core_1.BaseEntity {
|
|
|
17042
17198
|
* @method
|
|
17043
17199
|
* @override
|
|
17044
17200
|
*/
|
|
17045
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
17201
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
17046
17202
|
const compositeKey = new core_1.CompositeKey();
|
|
17047
17203
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
17048
17204
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -17144,7 +17300,7 @@ let EmployeeSkillEntity = class EmployeeSkillEntity extends core_1.BaseEntity {
|
|
|
17144
17300
|
* @method
|
|
17145
17301
|
* @override
|
|
17146
17302
|
*/
|
|
17147
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
17303
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
17148
17304
|
const compositeKey = new core_1.CompositeKey();
|
|
17149
17305
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
17150
17306
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -17247,7 +17403,7 @@ let EmployeeEntity = class EmployeeEntity extends core_1.BaseEntity {
|
|
|
17247
17403
|
* @method
|
|
17248
17404
|
* @override
|
|
17249
17405
|
*/
|
|
17250
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
17406
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
17251
17407
|
const compositeKey = new core_1.CompositeKey();
|
|
17252
17408
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
17253
17409
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -17442,7 +17598,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
|
|
|
17442
17598
|
* @method
|
|
17443
17599
|
* @override
|
|
17444
17600
|
*/
|
|
17445
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
17601
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
17446
17602
|
const compositeKey = new core_1.CompositeKey();
|
|
17447
17603
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
17448
17604
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -18080,7 +18236,7 @@ let EntityActionFilterEntity = class EntityActionFilterEntity extends core_1.Bas
|
|
|
18080
18236
|
* @method
|
|
18081
18237
|
* @override
|
|
18082
18238
|
*/
|
|
18083
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
18239
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
18084
18240
|
const compositeKey = new core_1.CompositeKey();
|
|
18085
18241
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18086
18242
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -18194,7 +18350,7 @@ let EntityActionInvocationTypeEntity = class EntityActionInvocationTypeEntity ex
|
|
|
18194
18350
|
* @method
|
|
18195
18351
|
* @override
|
|
18196
18352
|
*/
|
|
18197
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
18353
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
18198
18354
|
const compositeKey = new core_1.CompositeKey();
|
|
18199
18355
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18200
18356
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -18290,7 +18446,7 @@ let EntityActionInvocationEntity = class EntityActionInvocationEntity extends co
|
|
|
18290
18446
|
* @method
|
|
18291
18447
|
* @override
|
|
18292
18448
|
*/
|
|
18293
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
18449
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
18294
18450
|
const compositeKey = new core_1.CompositeKey();
|
|
18295
18451
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18296
18452
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -18400,7 +18556,7 @@ let EntityActionParamEntity = class EntityActionParamEntity extends core_1.BaseE
|
|
|
18400
18556
|
* @method
|
|
18401
18557
|
* @override
|
|
18402
18558
|
*/
|
|
18403
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
18559
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
18404
18560
|
const compositeKey = new core_1.CompositeKey();
|
|
18405
18561
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18406
18562
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -18534,7 +18690,7 @@ let EntityActionEntity = class EntityActionEntity extends core_1.BaseEntity {
|
|
|
18534
18690
|
* @method
|
|
18535
18691
|
* @override
|
|
18536
18692
|
*/
|
|
18537
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
18693
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
18538
18694
|
const compositeKey = new core_1.CompositeKey();
|
|
18539
18695
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18540
18696
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -18652,7 +18808,7 @@ let EntityAIActionEntity = class EntityAIActionEntity extends core_1.BaseEntity
|
|
|
18652
18808
|
* @method
|
|
18653
18809
|
* @override
|
|
18654
18810
|
*/
|
|
18655
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
18811
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
18656
18812
|
const compositeKey = new core_1.CompositeKey();
|
|
18657
18813
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18658
18814
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -18891,7 +19047,7 @@ let EntityCommunicationFieldEntity = class EntityCommunicationFieldEntity extend
|
|
|
18891
19047
|
* @method
|
|
18892
19048
|
* @override
|
|
18893
19049
|
*/
|
|
18894
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
19050
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
18895
19051
|
const compositeKey = new core_1.CompositeKey();
|
|
18896
19052
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
18897
19053
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -18998,7 +19154,7 @@ let EntityCommunicationMessageTypeEntity = class EntityCommunicationMessageTypeE
|
|
|
18998
19154
|
* @method
|
|
18999
19155
|
* @override
|
|
19000
19156
|
*/
|
|
19001
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
19157
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
19002
19158
|
const compositeKey = new core_1.CompositeKey();
|
|
19003
19159
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
19004
19160
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -19121,7 +19277,7 @@ let EntityDocumentRunEntity = class EntityDocumentRunEntity extends core_1.BaseE
|
|
|
19121
19277
|
* @method
|
|
19122
19278
|
* @override
|
|
19123
19279
|
*/
|
|
19124
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
19280
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
19125
19281
|
const compositeKey = new core_1.CompositeKey();
|
|
19126
19282
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
19127
19283
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -19251,7 +19407,7 @@ let EntityDocumentSettingEntity = class EntityDocumentSettingEntity extends core
|
|
|
19251
19407
|
* @method
|
|
19252
19408
|
* @override
|
|
19253
19409
|
*/
|
|
19254
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
19410
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
19255
19411
|
const compositeKey = new core_1.CompositeKey();
|
|
19256
19412
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
19257
19413
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -19374,7 +19530,7 @@ let EntityDocumentTypeEntity = class EntityDocumentTypeEntity extends core_1.Bas
|
|
|
19374
19530
|
* @method
|
|
19375
19531
|
* @override
|
|
19376
19532
|
*/
|
|
19377
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
19533
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
19378
19534
|
const compositeKey = new core_1.CompositeKey();
|
|
19379
19535
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
19380
19536
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -19466,7 +19622,7 @@ let EntityDocumentEntity = class EntityDocumentEntity extends core_1.BaseEntity
|
|
|
19466
19622
|
* @method
|
|
19467
19623
|
* @override
|
|
19468
19624
|
*/
|
|
19469
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
19625
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
19470
19626
|
const compositeKey = new core_1.CompositeKey();
|
|
19471
19627
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
19472
19628
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -19689,7 +19845,7 @@ let EntityFieldValueEntity = class EntityFieldValueEntity extends core_1.BaseEnt
|
|
|
19689
19845
|
* @method
|
|
19690
19846
|
* @override
|
|
19691
19847
|
*/
|
|
19692
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
19848
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
19693
19849
|
const compositeKey = new core_1.CompositeKey();
|
|
19694
19850
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
19695
19851
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -19840,7 +19996,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
|
|
|
19840
19996
|
* @method
|
|
19841
19997
|
* @override
|
|
19842
19998
|
*/
|
|
19843
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
19999
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
19844
20000
|
const compositeKey = new core_1.CompositeKey();
|
|
19845
20001
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
19846
20002
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -20448,7 +20604,7 @@ let EntityPermissionEntity = class EntityPermissionEntity extends core_1.BaseEnt
|
|
|
20448
20604
|
* @method
|
|
20449
20605
|
* @override
|
|
20450
20606
|
*/
|
|
20451
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
20607
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
20452
20608
|
const compositeKey = new core_1.CompositeKey();
|
|
20453
20609
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
20454
20610
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -20682,7 +20838,7 @@ let EntityRecordDocumentEntity = class EntityRecordDocumentEntity extends core_1
|
|
|
20682
20838
|
* @method
|
|
20683
20839
|
* @override
|
|
20684
20840
|
*/
|
|
20685
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
20841
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
20686
20842
|
const compositeKey = new core_1.CompositeKey();
|
|
20687
20843
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
20688
20844
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -20868,7 +21024,7 @@ let EntityRelationshipDisplayComponentEntity = class EntityRelationshipDisplayCo
|
|
|
20868
21024
|
* @method
|
|
20869
21025
|
* @override
|
|
20870
21026
|
*/
|
|
20871
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
21027
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
20872
21028
|
const compositeKey = new core_1.CompositeKey();
|
|
20873
21029
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
20874
21030
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -20978,7 +21134,7 @@ let EntityRelationshipEntity = class EntityRelationshipEntity extends core_1.Bas
|
|
|
20978
21134
|
* @method
|
|
20979
21135
|
* @override
|
|
20980
21136
|
*/
|
|
20981
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
21137
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
20982
21138
|
const compositeKey = new core_1.CompositeKey();
|
|
20983
21139
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
20984
21140
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -21350,7 +21506,7 @@ let EntitySettingEntity = class EntitySettingEntity extends core_1.BaseEntity {
|
|
|
21350
21506
|
* @method
|
|
21351
21507
|
* @override
|
|
21352
21508
|
*/
|
|
21353
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
21509
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
21354
21510
|
const compositeKey = new core_1.CompositeKey();
|
|
21355
21511
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
21356
21512
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -21473,7 +21629,7 @@ let ErrorLogEntity = class ErrorLogEntity extends core_1.BaseEntity {
|
|
|
21473
21629
|
* @method
|
|
21474
21630
|
* @override
|
|
21475
21631
|
*/
|
|
21476
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
21632
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
21477
21633
|
const compositeKey = new core_1.CompositeKey();
|
|
21478
21634
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
21479
21635
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -21629,7 +21785,7 @@ let ExplorerNavigationItemEntity = class ExplorerNavigationItemEntity extends co
|
|
|
21629
21785
|
* @method
|
|
21630
21786
|
* @override
|
|
21631
21787
|
*/
|
|
21632
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
21788
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
21633
21789
|
const compositeKey = new core_1.CompositeKey();
|
|
21634
21790
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
21635
21791
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -21800,7 +21956,7 @@ let FileCategoryEntity = class FileCategoryEntity extends core_1.BaseEntity {
|
|
|
21800
21956
|
* @method
|
|
21801
21957
|
* @override
|
|
21802
21958
|
*/
|
|
21803
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
21959
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
21804
21960
|
const compositeKey = new core_1.CompositeKey();
|
|
21805
21961
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
21806
21962
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -21901,7 +22057,7 @@ let FileEntityRecordLinkEntity = class FileEntityRecordLinkEntity extends core_1
|
|
|
21901
22057
|
* @method
|
|
21902
22058
|
* @override
|
|
21903
22059
|
*/
|
|
21904
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
22060
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
21905
22061
|
const compositeKey = new core_1.CompositeKey();
|
|
21906
22062
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
21907
22063
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -22022,7 +22178,7 @@ let FileStorageProviderEntity = class FileStorageProviderEntity extends core_1.B
|
|
|
22022
22178
|
* @method
|
|
22023
22179
|
* @override
|
|
22024
22180
|
*/
|
|
22025
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
22181
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
22026
22182
|
const compositeKey = new core_1.CompositeKey();
|
|
22027
22183
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
22028
22184
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -22160,7 +22316,7 @@ let FileEntity = class FileEntity extends core_1.BaseEntity {
|
|
|
22160
22316
|
* @method
|
|
22161
22317
|
* @override
|
|
22162
22318
|
*/
|
|
22163
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
22319
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
22164
22320
|
const compositeKey = new core_1.CompositeKey();
|
|
22165
22321
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
22166
22322
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -22316,7 +22472,7 @@ let flyway_schema_historyEntity = class flyway_schema_historyEntity extends core
|
|
|
22316
22472
|
* @method
|
|
22317
22473
|
* @override
|
|
22318
22474
|
*/
|
|
22319
|
-
async Load(installed_rank, EntityRelationshipsToLoad
|
|
22475
|
+
async Load(installed_rank, EntityRelationshipsToLoad) {
|
|
22320
22476
|
const compositeKey = new core_1.CompositeKey();
|
|
22321
22477
|
compositeKey.KeyValuePairs.push({ FieldName: 'installed_rank', Value: installed_rank });
|
|
22322
22478
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -22475,7 +22631,7 @@ let IntegrationURLFormatEntity = class IntegrationURLFormatEntity extends core_1
|
|
|
22475
22631
|
* @method
|
|
22476
22632
|
* @override
|
|
22477
22633
|
*/
|
|
22478
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
22634
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
22479
22635
|
const compositeKey = new core_1.CompositeKey();
|
|
22480
22636
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
22481
22637
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -22615,7 +22771,7 @@ let IntegrationEntity = class IntegrationEntity extends core_1.BaseEntity {
|
|
|
22615
22771
|
* @method
|
|
22616
22772
|
* @override
|
|
22617
22773
|
*/
|
|
22618
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
22774
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
22619
22775
|
const compositeKey = new core_1.CompositeKey();
|
|
22620
22776
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
22621
22777
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -22762,7 +22918,7 @@ let LibraryEntity = class LibraryEntity extends core_1.BaseEntity {
|
|
|
22762
22918
|
* @method
|
|
22763
22919
|
* @override
|
|
22764
22920
|
*/
|
|
22765
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
22921
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
22766
22922
|
const compositeKey = new core_1.CompositeKey();
|
|
22767
22923
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
22768
22924
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -22897,7 +23053,7 @@ let LibraryItemEntity = class LibraryItemEntity extends core_1.BaseEntity {
|
|
|
22897
23053
|
* @method
|
|
22898
23054
|
* @override
|
|
22899
23055
|
*/
|
|
22900
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
23056
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
22901
23057
|
const compositeKey = new core_1.CompositeKey();
|
|
22902
23058
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
22903
23059
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -23018,7 +23174,7 @@ let ListCategoryEntity = class ListCategoryEntity extends core_1.BaseEntity {
|
|
|
23018
23174
|
* @method
|
|
23019
23175
|
* @override
|
|
23020
23176
|
*/
|
|
23021
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
23177
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
23022
23178
|
const compositeKey = new core_1.CompositeKey();
|
|
23023
23179
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
23024
23180
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -23151,7 +23307,7 @@ let ListDetailEntity = class ListDetailEntity extends core_1.BaseEntity {
|
|
|
23151
23307
|
* @method
|
|
23152
23308
|
* @override
|
|
23153
23309
|
*/
|
|
23154
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
23310
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
23155
23311
|
const compositeKey = new core_1.CompositeKey();
|
|
23156
23312
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
23157
23313
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -23286,7 +23442,7 @@ let ListEntity = class ListEntity extends core_1.BaseEntity {
|
|
|
23286
23442
|
* @method
|
|
23287
23443
|
* @override
|
|
23288
23444
|
*/
|
|
23289
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
23445
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
23290
23446
|
const compositeKey = new core_1.CompositeKey();
|
|
23291
23447
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
23292
23448
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -23447,7 +23603,7 @@ let OutputDeliveryTypeEntity = class OutputDeliveryTypeEntity extends core_1.Bas
|
|
|
23447
23603
|
* @method
|
|
23448
23604
|
* @override
|
|
23449
23605
|
*/
|
|
23450
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
23606
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
23451
23607
|
const compositeKey = new core_1.CompositeKey();
|
|
23452
23608
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
23453
23609
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -23550,7 +23706,7 @@ let OutputFormatTypeEntity = class OutputFormatTypeEntity extends core_1.BaseEnt
|
|
|
23550
23706
|
* @method
|
|
23551
23707
|
* @override
|
|
23552
23708
|
*/
|
|
23553
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
23709
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
23554
23710
|
const compositeKey = new core_1.CompositeKey();
|
|
23555
23711
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
23556
23712
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -23664,7 +23820,7 @@ let OutputTriggerTypeEntity = class OutputTriggerTypeEntity extends core_1.BaseE
|
|
|
23664
23820
|
* @method
|
|
23665
23821
|
* @override
|
|
23666
23822
|
*/
|
|
23667
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
23823
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
23668
23824
|
const compositeKey = new core_1.CompositeKey();
|
|
23669
23825
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
23670
23826
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -23768,7 +23924,7 @@ let QueryEntity = class QueryEntity extends core_1.BaseEntity {
|
|
|
23768
23924
|
* @method
|
|
23769
23925
|
* @override
|
|
23770
23926
|
*/
|
|
23771
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
23927
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
23772
23928
|
const compositeKey = new core_1.CompositeKey();
|
|
23773
23929
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
23774
23930
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -23978,7 +24134,7 @@ let QueryCategoryEntity = class QueryCategoryEntity extends core_1.BaseEntity {
|
|
|
23978
24134
|
* @method
|
|
23979
24135
|
* @override
|
|
23980
24136
|
*/
|
|
23981
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
24137
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
23982
24138
|
const compositeKey = new core_1.CompositeKey();
|
|
23983
24139
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
23984
24140
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -24099,7 +24255,7 @@ let QueryFieldEntity = class QueryFieldEntity extends core_1.BaseEntity {
|
|
|
24099
24255
|
* @method
|
|
24100
24256
|
* @override
|
|
24101
24257
|
*/
|
|
24102
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
24258
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
24103
24259
|
const compositeKey = new core_1.CompositeKey();
|
|
24104
24260
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
24105
24261
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -24323,7 +24479,7 @@ let QueryPermissionEntity = class QueryPermissionEntity extends core_1.BaseEntit
|
|
|
24323
24479
|
* @method
|
|
24324
24480
|
* @override
|
|
24325
24481
|
*/
|
|
24326
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
24482
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
24327
24483
|
const compositeKey = new core_1.CompositeKey();
|
|
24328
24484
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
24329
24485
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -24433,7 +24589,7 @@ let QueueTaskEntity = class QueueTaskEntity extends core_1.BaseEntity {
|
|
|
24433
24589
|
* @method
|
|
24434
24590
|
* @override
|
|
24435
24591
|
*/
|
|
24436
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
24592
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
24437
24593
|
const compositeKey = new core_1.CompositeKey();
|
|
24438
24594
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
24439
24595
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -24617,7 +24773,7 @@ let QueueTypeEntity = class QueueTypeEntity extends core_1.BaseEntity {
|
|
|
24617
24773
|
* @method
|
|
24618
24774
|
* @override
|
|
24619
24775
|
*/
|
|
24620
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
24776
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
24621
24777
|
const compositeKey = new core_1.CompositeKey();
|
|
24622
24778
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
24623
24779
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -24755,7 +24911,7 @@ let QueueEntity = class QueueEntity extends core_1.BaseEntity {
|
|
|
24755
24911
|
* @method
|
|
24756
24912
|
* @override
|
|
24757
24913
|
*/
|
|
24758
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
24914
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
24759
24915
|
const compositeKey = new core_1.CompositeKey();
|
|
24760
24916
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
24761
24917
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -25013,7 +25169,7 @@ let RecommendationItemEntity = class RecommendationItemEntity extends core_1.Bas
|
|
|
25013
25169
|
* @method
|
|
25014
25170
|
* @override
|
|
25015
25171
|
*/
|
|
25016
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
25172
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
25017
25173
|
const compositeKey = new core_1.CompositeKey();
|
|
25018
25174
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
25019
25175
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -25140,7 +25296,7 @@ let RecommendationProviderEntity = class RecommendationProviderEntity extends co
|
|
|
25140
25296
|
* @method
|
|
25141
25297
|
* @override
|
|
25142
25298
|
*/
|
|
25143
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
25299
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
25144
25300
|
const compositeKey = new core_1.CompositeKey();
|
|
25145
25301
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
25146
25302
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -25233,7 +25389,7 @@ let RecommendationRunEntity = class RecommendationRunEntity extends core_1.BaseE
|
|
|
25233
25389
|
* @method
|
|
25234
25390
|
* @override
|
|
25235
25391
|
*/
|
|
25236
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
25392
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
25237
25393
|
const compositeKey = new core_1.CompositeKey();
|
|
25238
25394
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
25239
25395
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -25398,7 +25554,7 @@ let RecommendationEntity = class RecommendationEntity extends core_1.BaseEntity
|
|
|
25398
25554
|
* @method
|
|
25399
25555
|
* @override
|
|
25400
25556
|
*/
|
|
25401
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
25557
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
25402
25558
|
const compositeKey = new core_1.CompositeKey();
|
|
25403
25559
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
25404
25560
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -25513,7 +25669,7 @@ let RecordChangeReplayRunEntity = class RecordChangeReplayRunEntity extends core
|
|
|
25513
25669
|
* @method
|
|
25514
25670
|
* @override
|
|
25515
25671
|
*/
|
|
25516
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
25672
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
25517
25673
|
const compositeKey = new core_1.CompositeKey();
|
|
25518
25674
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
25519
25675
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -25646,7 +25802,7 @@ let RecordChangeEntity = class RecordChangeEntity extends core_1.BaseEntity {
|
|
|
25646
25802
|
* @method
|
|
25647
25803
|
* @override
|
|
25648
25804
|
*/
|
|
25649
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
25805
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
25650
25806
|
const compositeKey = new core_1.CompositeKey();
|
|
25651
25807
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
25652
25808
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -25920,7 +26076,7 @@ let RecordMergeDeletionLogEntity = class RecordMergeDeletionLogEntity extends co
|
|
|
25920
26076
|
* @method
|
|
25921
26077
|
* @override
|
|
25922
26078
|
*/
|
|
25923
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
26079
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
25924
26080
|
const compositeKey = new core_1.CompositeKey();
|
|
25925
26081
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
25926
26082
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -26041,7 +26197,7 @@ let RecordMergeLogEntity = class RecordMergeLogEntity extends core_1.BaseEntity
|
|
|
26041
26197
|
* @method
|
|
26042
26198
|
* @override
|
|
26043
26199
|
*/
|
|
26044
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
26200
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
26045
26201
|
const compositeKey = new core_1.CompositeKey();
|
|
26046
26202
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
26047
26203
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -26261,7 +26417,7 @@ let ReportCategoryEntity = class ReportCategoryEntity extends core_1.BaseEntity
|
|
|
26261
26417
|
* @method
|
|
26262
26418
|
* @override
|
|
26263
26419
|
*/
|
|
26264
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
26420
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
26265
26421
|
const compositeKey = new core_1.CompositeKey();
|
|
26266
26422
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
26267
26423
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -26382,7 +26538,7 @@ let ReportSnapshotEntity = class ReportSnapshotEntity extends core_1.BaseEntity
|
|
|
26382
26538
|
* @method
|
|
26383
26539
|
* @override
|
|
26384
26540
|
*/
|
|
26385
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
26541
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
26386
26542
|
const compositeKey = new core_1.CompositeKey();
|
|
26387
26543
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
26388
26544
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -26492,7 +26648,7 @@ let ReportEntity = class ReportEntity extends core_1.BaseEntity {
|
|
|
26492
26648
|
* @method
|
|
26493
26649
|
* @override
|
|
26494
26650
|
*/
|
|
26495
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
26651
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
26496
26652
|
const compositeKey = new core_1.CompositeKey();
|
|
26497
26653
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
26498
26654
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -26773,6 +26929,342 @@ exports.ReportEntity = ReportEntity;
|
|
|
26773
26929
|
exports.ReportEntity = ReportEntity = __decorate([
|
|
26774
26930
|
(0, global_1.RegisterClass)(core_1.BaseEntity, 'Reports')
|
|
26775
26931
|
], ReportEntity);
|
|
26932
|
+
/**
|
|
26933
|
+
* Resource Links - strongly typed entity sub-class
|
|
26934
|
+
* * Schema: __mj
|
|
26935
|
+
* * Base Table: ResourceLink
|
|
26936
|
+
* * Base View: vwResourceLinks
|
|
26937
|
+
* * @description Table to track user links to shared resources such as views, dashboards, etc.
|
|
26938
|
+
* * Primary Key: ID
|
|
26939
|
+
* @extends {BaseEntity}
|
|
26940
|
+
* @class
|
|
26941
|
+
* @public
|
|
26942
|
+
*/
|
|
26943
|
+
let ResourceLinkEntity = class ResourceLinkEntity extends core_1.BaseEntity {
|
|
26944
|
+
/**
|
|
26945
|
+
* Loads the Resource Links record from the database
|
|
26946
|
+
* @param ID: string - primary key value to load the Resource Links record.
|
|
26947
|
+
* @param EntityRelationshipsToLoad - (optional) the relationships to load
|
|
26948
|
+
* @returns {Promise<boolean>} - true if successful, false otherwise
|
|
26949
|
+
* @public
|
|
26950
|
+
* @async
|
|
26951
|
+
* @memberof ResourceLinkEntity
|
|
26952
|
+
* @method
|
|
26953
|
+
* @override
|
|
26954
|
+
*/
|
|
26955
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
26956
|
+
const compositeKey = new core_1.CompositeKey();
|
|
26957
|
+
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
26958
|
+
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
26959
|
+
}
|
|
26960
|
+
/**
|
|
26961
|
+
* * Field Name: ID
|
|
26962
|
+
* * Display Name: ID
|
|
26963
|
+
* * SQL Data Type: uniqueidentifier
|
|
26964
|
+
* * Default Value: newsequentialid()
|
|
26965
|
+
* * Description: Unique identifier for each resource link
|
|
26966
|
+
*/
|
|
26967
|
+
get ID() {
|
|
26968
|
+
return this.Get('ID');
|
|
26969
|
+
}
|
|
26970
|
+
/**
|
|
26971
|
+
* * Field Name: UserID
|
|
26972
|
+
* * Display Name: User ID
|
|
26973
|
+
* * SQL Data Type: uniqueidentifier
|
|
26974
|
+
* * Related Entity/Foreign Key: Users (vwUsers.ID)
|
|
26975
|
+
* * Description: Foreign key to the user linking the resource
|
|
26976
|
+
*/
|
|
26977
|
+
get UserID() {
|
|
26978
|
+
return this.Get('UserID');
|
|
26979
|
+
}
|
|
26980
|
+
set UserID(value) {
|
|
26981
|
+
this.Set('UserID', value);
|
|
26982
|
+
}
|
|
26983
|
+
/**
|
|
26984
|
+
* * Field Name: ResourceTypeID
|
|
26985
|
+
* * Display Name: Resource Type ID
|
|
26986
|
+
* * SQL Data Type: uniqueidentifier
|
|
26987
|
+
* * Related Entity/Foreign Key: Resource Types (vwResourceTypes.ID)
|
|
26988
|
+
* * Description: Foreign key to the resource type (view, dashboard, etc.)
|
|
26989
|
+
*/
|
|
26990
|
+
get ResourceTypeID() {
|
|
26991
|
+
return this.Get('ResourceTypeID');
|
|
26992
|
+
}
|
|
26993
|
+
set ResourceTypeID(value) {
|
|
26994
|
+
this.Set('ResourceTypeID', value);
|
|
26995
|
+
}
|
|
26996
|
+
/**
|
|
26997
|
+
* * Field Name: ResourceRecordID
|
|
26998
|
+
* * Display Name: Resource Record ID
|
|
26999
|
+
* * SQL Data Type: nvarchar(255)
|
|
27000
|
+
* * Description: ID of the specific resource being linked
|
|
27001
|
+
*/
|
|
27002
|
+
get ResourceRecordID() {
|
|
27003
|
+
return this.Get('ResourceRecordID');
|
|
27004
|
+
}
|
|
27005
|
+
set ResourceRecordID(value) {
|
|
27006
|
+
this.Set('ResourceRecordID', value);
|
|
27007
|
+
}
|
|
27008
|
+
/**
|
|
27009
|
+
* * Field Name: FolderID
|
|
27010
|
+
* * Display Name: Folder ID
|
|
27011
|
+
* * SQL Data Type: nvarchar(255)
|
|
27012
|
+
* * Description: Optional folder where the user organizes the linked resource
|
|
27013
|
+
*/
|
|
27014
|
+
get FolderID() {
|
|
27015
|
+
return this.Get('FolderID');
|
|
27016
|
+
}
|
|
27017
|
+
set FolderID(value) {
|
|
27018
|
+
this.Set('FolderID', value);
|
|
27019
|
+
}
|
|
27020
|
+
/**
|
|
27021
|
+
* * Field Name: __mj_CreatedAt
|
|
27022
|
+
* * Display Name: Created At
|
|
27023
|
+
* * SQL Data Type: datetimeoffset
|
|
27024
|
+
* * Default Value: getutcdate()
|
|
27025
|
+
*/
|
|
27026
|
+
get __mj_CreatedAt() {
|
|
27027
|
+
return this.Get('__mj_CreatedAt');
|
|
27028
|
+
}
|
|
27029
|
+
/**
|
|
27030
|
+
* * Field Name: __mj_UpdatedAt
|
|
27031
|
+
* * Display Name: Updated At
|
|
27032
|
+
* * SQL Data Type: datetimeoffset
|
|
27033
|
+
* * Default Value: getutcdate()
|
|
27034
|
+
*/
|
|
27035
|
+
get __mj_UpdatedAt() {
|
|
27036
|
+
return this.Get('__mj_UpdatedAt');
|
|
27037
|
+
}
|
|
27038
|
+
/**
|
|
27039
|
+
* * Field Name: User
|
|
27040
|
+
* * Display Name: User
|
|
27041
|
+
* * SQL Data Type: nvarchar(100)
|
|
27042
|
+
*/
|
|
27043
|
+
get User() {
|
|
27044
|
+
return this.Get('User');
|
|
27045
|
+
}
|
|
27046
|
+
/**
|
|
27047
|
+
* * Field Name: ResourceType
|
|
27048
|
+
* * Display Name: Resource Type
|
|
27049
|
+
* * SQL Data Type: nvarchar(255)
|
|
27050
|
+
*/
|
|
27051
|
+
get ResourceType() {
|
|
27052
|
+
return this.Get('ResourceType');
|
|
27053
|
+
}
|
|
27054
|
+
};
|
|
27055
|
+
exports.ResourceLinkEntity = ResourceLinkEntity;
|
|
27056
|
+
exports.ResourceLinkEntity = ResourceLinkEntity = __decorate([
|
|
27057
|
+
(0, global_1.RegisterClass)(core_1.BaseEntity, 'Resource Links')
|
|
27058
|
+
], ResourceLinkEntity);
|
|
27059
|
+
/**
|
|
27060
|
+
* Resource Permissions - strongly typed entity sub-class
|
|
27061
|
+
* * Schema: __mj
|
|
27062
|
+
* * Base Table: ResourcePermission
|
|
27063
|
+
* * Base View: vwResourcePermissions
|
|
27064
|
+
* * @description Table for managing sharing of resources to users or roles with time constraints and permission levels
|
|
27065
|
+
* * Primary Key: ID
|
|
27066
|
+
* @extends {BaseEntity}
|
|
27067
|
+
* @class
|
|
27068
|
+
* @public
|
|
27069
|
+
*/
|
|
27070
|
+
let ResourcePermissionEntity = class ResourcePermissionEntity extends core_1.BaseEntity {
|
|
27071
|
+
/**
|
|
27072
|
+
* Loads the Resource Permissions record from the database
|
|
27073
|
+
* @param ID: string - primary key value to load the Resource Permissions record.
|
|
27074
|
+
* @param EntityRelationshipsToLoad - (optional) the relationships to load
|
|
27075
|
+
* @returns {Promise<boolean>} - true if successful, false otherwise
|
|
27076
|
+
* @public
|
|
27077
|
+
* @async
|
|
27078
|
+
* @memberof ResourcePermissionEntity
|
|
27079
|
+
* @method
|
|
27080
|
+
* @override
|
|
27081
|
+
*/
|
|
27082
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
27083
|
+
const compositeKey = new core_1.CompositeKey();
|
|
27084
|
+
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
27085
|
+
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
27086
|
+
}
|
|
27087
|
+
/**
|
|
27088
|
+
* * Field Name: ID
|
|
27089
|
+
* * Display Name: ID
|
|
27090
|
+
* * SQL Data Type: uniqueidentifier
|
|
27091
|
+
* * Default Value: newsequentialid()
|
|
27092
|
+
*/
|
|
27093
|
+
get ID() {
|
|
27094
|
+
return this.Get('ID');
|
|
27095
|
+
}
|
|
27096
|
+
/**
|
|
27097
|
+
* * Field Name: ResourceTypeID
|
|
27098
|
+
* * Display Name: Resource Type ID
|
|
27099
|
+
* * SQL Data Type: uniqueidentifier
|
|
27100
|
+
* * Related Entity/Foreign Key: Resource Types (vwResourceTypes.ID)
|
|
27101
|
+
* * Description: Reference to the type of resource being shared (View, Dashboard, Report, etc.)
|
|
27102
|
+
*/
|
|
27103
|
+
get ResourceTypeID() {
|
|
27104
|
+
return this.Get('ResourceTypeID');
|
|
27105
|
+
}
|
|
27106
|
+
set ResourceTypeID(value) {
|
|
27107
|
+
this.Set('ResourceTypeID', value);
|
|
27108
|
+
}
|
|
27109
|
+
/**
|
|
27110
|
+
* * Field Name: ResourceRecordID
|
|
27111
|
+
* * Display Name: Resource Record ID
|
|
27112
|
+
* * SQL Data Type: nvarchar(255)
|
|
27113
|
+
* * Description: ID of the specific resource being shared
|
|
27114
|
+
*/
|
|
27115
|
+
get ResourceRecordID() {
|
|
27116
|
+
return this.Get('ResourceRecordID');
|
|
27117
|
+
}
|
|
27118
|
+
set ResourceRecordID(value) {
|
|
27119
|
+
this.Set('ResourceRecordID', value);
|
|
27120
|
+
}
|
|
27121
|
+
/**
|
|
27122
|
+
* * Field Name: Type
|
|
27123
|
+
* * Display Name: Type
|
|
27124
|
+
* * SQL Data Type: nvarchar(10)
|
|
27125
|
+
* * Value List Type: List
|
|
27126
|
+
* * Possible Values
|
|
27127
|
+
* * Role
|
|
27128
|
+
* * User
|
|
27129
|
+
* * Description: The level of sharing either Role or User
|
|
27130
|
+
*/
|
|
27131
|
+
get Type() {
|
|
27132
|
+
return this.Get('Type');
|
|
27133
|
+
}
|
|
27134
|
+
set Type(value) {
|
|
27135
|
+
this.Set('Type', value);
|
|
27136
|
+
}
|
|
27137
|
+
/**
|
|
27138
|
+
* * Field Name: StartSharingAt
|
|
27139
|
+
* * Display Name: Start Sharing At
|
|
27140
|
+
* * SQL Data Type: datetimeoffset
|
|
27141
|
+
* * Description: Optional: Date when sharing starts
|
|
27142
|
+
*/
|
|
27143
|
+
get StartSharingAt() {
|
|
27144
|
+
return this.Get('StartSharingAt');
|
|
27145
|
+
}
|
|
27146
|
+
set StartSharingAt(value) {
|
|
27147
|
+
this.Set('StartSharingAt', value);
|
|
27148
|
+
}
|
|
27149
|
+
/**
|
|
27150
|
+
* * Field Name: EndSharingAt
|
|
27151
|
+
* * Display Name: End Sharing At
|
|
27152
|
+
* * SQL Data Type: datetimeoffset
|
|
27153
|
+
* * Description: Optional: Date when sharing ends
|
|
27154
|
+
*/
|
|
27155
|
+
get EndSharingAt() {
|
|
27156
|
+
return this.Get('EndSharingAt');
|
|
27157
|
+
}
|
|
27158
|
+
set EndSharingAt(value) {
|
|
27159
|
+
this.Set('EndSharingAt', value);
|
|
27160
|
+
}
|
|
27161
|
+
/**
|
|
27162
|
+
* * Field Name: RoleID
|
|
27163
|
+
* * Display Name: Role ID
|
|
27164
|
+
* * SQL Data Type: uniqueidentifier
|
|
27165
|
+
* * Related Entity/Foreign Key: Roles (vwRoles.ID)
|
|
27166
|
+
*/
|
|
27167
|
+
get RoleID() {
|
|
27168
|
+
return this.Get('RoleID');
|
|
27169
|
+
}
|
|
27170
|
+
set RoleID(value) {
|
|
27171
|
+
this.Set('RoleID', value);
|
|
27172
|
+
}
|
|
27173
|
+
/**
|
|
27174
|
+
* * Field Name: UserID
|
|
27175
|
+
* * Display Name: User ID
|
|
27176
|
+
* * SQL Data Type: uniqueidentifier
|
|
27177
|
+
* * Related Entity/Foreign Key: Users (vwUsers.ID)
|
|
27178
|
+
*/
|
|
27179
|
+
get UserID() {
|
|
27180
|
+
return this.Get('UserID');
|
|
27181
|
+
}
|
|
27182
|
+
set UserID(value) {
|
|
27183
|
+
this.Set('UserID', value);
|
|
27184
|
+
}
|
|
27185
|
+
/**
|
|
27186
|
+
* * Field Name: PermissionLevel
|
|
27187
|
+
* * Display Name: Permission Level
|
|
27188
|
+
* * SQL Data Type: nvarchar(20)
|
|
27189
|
+
* * Value List Type: List
|
|
27190
|
+
* * Possible Values
|
|
27191
|
+
* * View
|
|
27192
|
+
* * Edit
|
|
27193
|
+
* * Owner
|
|
27194
|
+
* * Description: Permission level defining the type of access (View, Edit, Owner)
|
|
27195
|
+
*/
|
|
27196
|
+
get PermissionLevel() {
|
|
27197
|
+
return this.Get('PermissionLevel');
|
|
27198
|
+
}
|
|
27199
|
+
set PermissionLevel(value) {
|
|
27200
|
+
this.Set('PermissionLevel', value);
|
|
27201
|
+
}
|
|
27202
|
+
/**
|
|
27203
|
+
* * Field Name: __mj_CreatedAt
|
|
27204
|
+
* * Display Name: Created At
|
|
27205
|
+
* * SQL Data Type: datetimeoffset
|
|
27206
|
+
* * Default Value: getutcdate()
|
|
27207
|
+
*/
|
|
27208
|
+
get __mj_CreatedAt() {
|
|
27209
|
+
return this.Get('__mj_CreatedAt');
|
|
27210
|
+
}
|
|
27211
|
+
/**
|
|
27212
|
+
* * Field Name: __mj_UpdatedAt
|
|
27213
|
+
* * Display Name: Updated At
|
|
27214
|
+
* * SQL Data Type: datetimeoffset
|
|
27215
|
+
* * Default Value: getutcdate()
|
|
27216
|
+
*/
|
|
27217
|
+
get __mj_UpdatedAt() {
|
|
27218
|
+
return this.Get('__mj_UpdatedAt');
|
|
27219
|
+
}
|
|
27220
|
+
/**
|
|
27221
|
+
* * Field Name: Status
|
|
27222
|
+
* * Display Name: Status
|
|
27223
|
+
* * SQL Data Type: nvarchar(20)
|
|
27224
|
+
* * Default Value: Requested
|
|
27225
|
+
* * Value List Type: List
|
|
27226
|
+
* * Possible Values
|
|
27227
|
+
* * Requested
|
|
27228
|
+
* * Approved
|
|
27229
|
+
* * Rejected
|
|
27230
|
+
* * Revoked
|
|
27231
|
+
* * Description: Status of the resource permission request. Possible values are Requested, Approved, Rejected, or Revoked.
|
|
27232
|
+
*/
|
|
27233
|
+
get Status() {
|
|
27234
|
+
return this.Get('Status');
|
|
27235
|
+
}
|
|
27236
|
+
set Status(value) {
|
|
27237
|
+
this.Set('Status', value);
|
|
27238
|
+
}
|
|
27239
|
+
/**
|
|
27240
|
+
* * Field Name: ResourceType
|
|
27241
|
+
* * Display Name: Resource Type
|
|
27242
|
+
* * SQL Data Type: nvarchar(255)
|
|
27243
|
+
*/
|
|
27244
|
+
get ResourceType() {
|
|
27245
|
+
return this.Get('ResourceType');
|
|
27246
|
+
}
|
|
27247
|
+
/**
|
|
27248
|
+
* * Field Name: Role
|
|
27249
|
+
* * Display Name: Role
|
|
27250
|
+
* * SQL Data Type: nvarchar(50)
|
|
27251
|
+
*/
|
|
27252
|
+
get Role() {
|
|
27253
|
+
return this.Get('Role');
|
|
27254
|
+
}
|
|
27255
|
+
/**
|
|
27256
|
+
* * Field Name: User
|
|
27257
|
+
* * Display Name: User
|
|
27258
|
+
* * SQL Data Type: nvarchar(100)
|
|
27259
|
+
*/
|
|
27260
|
+
get User() {
|
|
27261
|
+
return this.Get('User');
|
|
27262
|
+
}
|
|
27263
|
+
};
|
|
27264
|
+
exports.ResourcePermissionEntity = ResourcePermissionEntity;
|
|
27265
|
+
exports.ResourcePermissionEntity = ResourcePermissionEntity = __decorate([
|
|
27266
|
+
(0, global_1.RegisterClass)(core_1.BaseEntity, 'Resource Permissions')
|
|
27267
|
+
], ResourcePermissionEntity);
|
|
26776
27268
|
/**
|
|
26777
27269
|
* Resource Types - strongly typed entity sub-class
|
|
26778
27270
|
* * Schema: __mj
|
|
@@ -26795,7 +27287,7 @@ let ResourceTypeEntity = class ResourceTypeEntity extends core_1.BaseEntity {
|
|
|
26795
27287
|
* @method
|
|
26796
27288
|
* @override
|
|
26797
27289
|
*/
|
|
26798
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
27290
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
26799
27291
|
const compositeKey = new core_1.CompositeKey();
|
|
26800
27292
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
26801
27293
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -26906,6 +27398,19 @@ let ResourceTypeEntity = class ResourceTypeEntity extends core_1.BaseEntity {
|
|
|
26906
27398
|
return this.Get('__mj_UpdatedAt');
|
|
26907
27399
|
}
|
|
26908
27400
|
/**
|
|
27401
|
+
* * Field Name: CategoryEntityID
|
|
27402
|
+
* * Display Name: Category Entity ID
|
|
27403
|
+
* * SQL Data Type: uniqueidentifier
|
|
27404
|
+
* * Related Entity/Foreign Key: Entities (vwEntities.ID)
|
|
27405
|
+
* * 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.
|
|
27406
|
+
*/
|
|
27407
|
+
get CategoryEntityID() {
|
|
27408
|
+
return this.Get('CategoryEntityID');
|
|
27409
|
+
}
|
|
27410
|
+
set CategoryEntityID(value) {
|
|
27411
|
+
this.Set('CategoryEntityID', value);
|
|
27412
|
+
}
|
|
27413
|
+
/**
|
|
26909
27414
|
* * Field Name: Entity
|
|
26910
27415
|
* * Display Name: Entity
|
|
26911
27416
|
* * SQL Data Type: nvarchar(255)
|
|
@@ -26913,6 +27418,14 @@ let ResourceTypeEntity = class ResourceTypeEntity extends core_1.BaseEntity {
|
|
|
26913
27418
|
get Entity() {
|
|
26914
27419
|
return this.Get('Entity');
|
|
26915
27420
|
}
|
|
27421
|
+
/**
|
|
27422
|
+
* * Field Name: CategoryEntity
|
|
27423
|
+
* * Display Name: Category Entity
|
|
27424
|
+
* * SQL Data Type: nvarchar(255)
|
|
27425
|
+
*/
|
|
27426
|
+
get CategoryEntity() {
|
|
27427
|
+
return this.Get('CategoryEntity');
|
|
27428
|
+
}
|
|
26916
27429
|
};
|
|
26917
27430
|
exports.ResourceTypeEntity = ResourceTypeEntity;
|
|
26918
27431
|
exports.ResourceTypeEntity = ResourceTypeEntity = __decorate([
|
|
@@ -26941,7 +27454,7 @@ let RoleEntity = class RoleEntity extends core_1.BaseEntity {
|
|
|
26941
27454
|
* @method
|
|
26942
27455
|
* @override
|
|
26943
27456
|
*/
|
|
26944
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
27457
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
26945
27458
|
const compositeKey = new core_1.CompositeKey();
|
|
26946
27459
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
26947
27460
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -27043,7 +27556,7 @@ let RowLevelSecurityFilterEntity = class RowLevelSecurityFilterEntity extends co
|
|
|
27043
27556
|
* @method
|
|
27044
27557
|
* @override
|
|
27045
27558
|
*/
|
|
27046
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
27559
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
27047
27560
|
const compositeKey = new core_1.CompositeKey();
|
|
27048
27561
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
27049
27562
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -27157,7 +27670,7 @@ let ScheduledActionParamEntity = class ScheduledActionParamEntity extends core_1
|
|
|
27157
27670
|
* @method
|
|
27158
27671
|
* @override
|
|
27159
27672
|
*/
|
|
27160
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
27673
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
27161
27674
|
const compositeKey = new core_1.CompositeKey();
|
|
27162
27675
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
27163
27676
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -27294,7 +27807,7 @@ let ScheduledActionEntity = class ScheduledActionEntity extends core_1.BaseEntit
|
|
|
27294
27807
|
* @method
|
|
27295
27808
|
* @override
|
|
27296
27809
|
*/
|
|
27297
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
27810
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
27298
27811
|
const compositeKey = new core_1.CompositeKey();
|
|
27299
27812
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
27300
27813
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -27537,7 +28050,7 @@ let SchemaInfoEntity = class SchemaInfoEntity extends core_1.BaseEntity {
|
|
|
27537
28050
|
* @method
|
|
27538
28051
|
* @override
|
|
27539
28052
|
*/
|
|
27540
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
28053
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
27541
28054
|
const compositeKey = new core_1.CompositeKey();
|
|
27542
28055
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
27543
28056
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -27652,7 +28165,7 @@ let SkillEntity = class SkillEntity extends core_1.BaseEntity {
|
|
|
27652
28165
|
* @method
|
|
27653
28166
|
* @override
|
|
27654
28167
|
*/
|
|
27655
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
28168
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
27656
28169
|
const compositeKey = new core_1.CompositeKey();
|
|
27657
28170
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
27658
28171
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -27763,7 +28276,7 @@ let TaggedItemEntity = class TaggedItemEntity extends core_1.BaseEntity {
|
|
|
27763
28276
|
* @method
|
|
27764
28277
|
* @override
|
|
27765
28278
|
*/
|
|
27766
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
28279
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
27767
28280
|
const compositeKey = new core_1.CompositeKey();
|
|
27768
28281
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
27769
28282
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -27885,7 +28398,7 @@ let TagEntity = class TagEntity extends core_1.BaseEntity {
|
|
|
27885
28398
|
* @method
|
|
27886
28399
|
* @override
|
|
27887
28400
|
*/
|
|
27888
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
28401
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
27889
28402
|
const compositeKey = new core_1.CompositeKey();
|
|
27890
28403
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
27891
28404
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -28020,7 +28533,7 @@ let TemplateCategoryEntity = class TemplateCategoryEntity extends core_1.BaseEnt
|
|
|
28020
28533
|
* @method
|
|
28021
28534
|
* @override
|
|
28022
28535
|
*/
|
|
28023
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
28536
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
28024
28537
|
const compositeKey = new core_1.CompositeKey();
|
|
28025
28538
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
28026
28539
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -28155,7 +28668,7 @@ let TemplateContentTypeEntity = class TemplateContentTypeEntity extends core_1.B
|
|
|
28155
28668
|
* @method
|
|
28156
28669
|
* @override
|
|
28157
28670
|
*/
|
|
28158
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
28671
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
28159
28672
|
const compositeKey = new core_1.CompositeKey();
|
|
28160
28673
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
28161
28674
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -28272,7 +28785,7 @@ let TemplateContentEntity = class TemplateContentEntity extends core_1.BaseEntit
|
|
|
28272
28785
|
* @method
|
|
28273
28786
|
* @override
|
|
28274
28787
|
*/
|
|
28275
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
28788
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
28276
28789
|
const compositeKey = new core_1.CompositeKey();
|
|
28277
28790
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
28278
28791
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -28420,7 +28933,7 @@ let TemplateParamEntity = class TemplateParamEntity extends core_1.BaseEntity {
|
|
|
28420
28933
|
* @method
|
|
28421
28934
|
* @override
|
|
28422
28935
|
*/
|
|
28423
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
28936
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
28424
28937
|
const compositeKey = new core_1.CompositeKey();
|
|
28425
28938
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
28426
28939
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -28659,7 +29172,7 @@ let TemplateEntity = class TemplateEntity extends core_1.BaseEntity {
|
|
|
28659
29172
|
* @method
|
|
28660
29173
|
* @override
|
|
28661
29174
|
*/
|
|
28662
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
29175
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
28663
29176
|
const compositeKey = new core_1.CompositeKey();
|
|
28664
29177
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
28665
29178
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -28842,7 +29355,7 @@ let UserApplicationEntityEntity = class UserApplicationEntityEntity extends core
|
|
|
28842
29355
|
* @method
|
|
28843
29356
|
* @override
|
|
28844
29357
|
*/
|
|
28845
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
29358
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
28846
29359
|
const compositeKey = new core_1.CompositeKey();
|
|
28847
29360
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
28848
29361
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -28959,7 +29472,7 @@ let UserApplicationEntity = class UserApplicationEntity extends core_1.BaseEntit
|
|
|
28959
29472
|
* @method
|
|
28960
29473
|
* @override
|
|
28961
29474
|
*/
|
|
28962
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
29475
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
28963
29476
|
const compositeKey = new core_1.CompositeKey();
|
|
28964
29477
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
28965
29478
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -29081,7 +29594,7 @@ let UserFavoriteEntity = class UserFavoriteEntity extends core_1.BaseEntity {
|
|
|
29081
29594
|
* @method
|
|
29082
29595
|
* @override
|
|
29083
29596
|
*/
|
|
29084
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
29597
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
29085
29598
|
const compositeKey = new core_1.CompositeKey();
|
|
29086
29599
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
29087
29600
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -29197,7 +29710,7 @@ let UserNotificationEntity = class UserNotificationEntity extends core_1.BaseEnt
|
|
|
29197
29710
|
* @method
|
|
29198
29711
|
* @override
|
|
29199
29712
|
*/
|
|
29200
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
29713
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
29201
29714
|
const compositeKey = new core_1.CompositeKey();
|
|
29202
29715
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
29203
29716
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -29363,7 +29876,7 @@ let UserRecordLogEntity = class UserRecordLogEntity extends core_1.BaseEntity {
|
|
|
29363
29876
|
* @method
|
|
29364
29877
|
* @override
|
|
29365
29878
|
*/
|
|
29366
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
29879
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
29367
29880
|
const compositeKey = new core_1.CompositeKey();
|
|
29368
29881
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
29369
29882
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -29551,7 +30064,7 @@ let UserRoleEntity = class UserRoleEntity extends core_1.BaseEntity {
|
|
|
29551
30064
|
* @method
|
|
29552
30065
|
* @override
|
|
29553
30066
|
*/
|
|
29554
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
30067
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
29555
30068
|
const compositeKey = new core_1.CompositeKey();
|
|
29556
30069
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
29557
30070
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -29650,7 +30163,7 @@ let UserViewCategoryEntity = class UserViewCategoryEntity extends core_1.BaseEnt
|
|
|
29650
30163
|
* @method
|
|
29651
30164
|
* @override
|
|
29652
30165
|
*/
|
|
29653
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
30166
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
29654
30167
|
const compositeKey = new core_1.CompositeKey();
|
|
29655
30168
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
29656
30169
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -29792,7 +30305,7 @@ let UserViewRunDetailEntity = class UserViewRunDetailEntity extends core_1.BaseE
|
|
|
29792
30305
|
* @method
|
|
29793
30306
|
* @override
|
|
29794
30307
|
*/
|
|
29795
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
30308
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
29796
30309
|
const compositeKey = new core_1.CompositeKey();
|
|
29797
30310
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
29798
30311
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -29901,7 +30414,7 @@ let UserViewRunEntity = class UserViewRunEntity extends core_1.BaseEntity {
|
|
|
29901
30414
|
* @method
|
|
29902
30415
|
* @override
|
|
29903
30416
|
*/
|
|
29904
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
30417
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
29905
30418
|
const compositeKey = new core_1.CompositeKey();
|
|
29906
30419
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
29907
30420
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -30022,7 +30535,7 @@ let UserViewEntity = class UserViewEntity extends core_1.BaseEntity {
|
|
|
30022
30535
|
* @method
|
|
30023
30536
|
* @override
|
|
30024
30537
|
*/
|
|
30025
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
30538
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
30026
30539
|
const compositeKey = new core_1.CompositeKey();
|
|
30027
30540
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
30028
30541
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -30322,7 +30835,7 @@ let UserEntity = class UserEntity extends core_1.BaseEntity {
|
|
|
30322
30835
|
* @method
|
|
30323
30836
|
* @override
|
|
30324
30837
|
*/
|
|
30325
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
30838
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
30326
30839
|
const compositeKey = new core_1.CompositeKey();
|
|
30327
30840
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
30328
30841
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -30554,7 +31067,7 @@ let VectorDatabaseEntity = class VectorDatabaseEntity extends core_1.BaseEntity
|
|
|
30554
31067
|
* @method
|
|
30555
31068
|
* @override
|
|
30556
31069
|
*/
|
|
30557
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
31070
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
30558
31071
|
const compositeKey = new core_1.CompositeKey();
|
|
30559
31072
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
30560
31073
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -30668,7 +31181,7 @@ let VectorIndexEntity = class VectorIndexEntity extends core_1.BaseEntity {
|
|
|
30668
31181
|
* @method
|
|
30669
31182
|
* @override
|
|
30670
31183
|
*/
|
|
30671
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
31184
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
30672
31185
|
const compositeKey = new core_1.CompositeKey();
|
|
30673
31186
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
30674
31187
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -30800,7 +31313,7 @@ let VersionInstallationEntity = class VersionInstallationEntity extends core_1.B
|
|
|
30800
31313
|
* @method
|
|
30801
31314
|
* @override
|
|
30802
31315
|
*/
|
|
30803
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
31316
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
30804
31317
|
const compositeKey = new core_1.CompositeKey();
|
|
30805
31318
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
30806
31319
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -30982,7 +31495,7 @@ let WorkflowEngineEntity = class WorkflowEngineEntity extends core_1.BaseEntity
|
|
|
30982
31495
|
* @method
|
|
30983
31496
|
* @override
|
|
30984
31497
|
*/
|
|
30985
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
31498
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
30986
31499
|
const compositeKey = new core_1.CompositeKey();
|
|
30987
31500
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
30988
31501
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -31093,7 +31606,7 @@ let WorkflowRunEntity = class WorkflowRunEntity extends core_1.BaseEntity {
|
|
|
31093
31606
|
* @method
|
|
31094
31607
|
* @override
|
|
31095
31608
|
*/
|
|
31096
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
31609
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
31097
31610
|
const compositeKey = new core_1.CompositeKey();
|
|
31098
31611
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
31099
31612
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -31250,7 +31763,7 @@ let WorkflowEntity = class WorkflowEntity extends core_1.BaseEntity {
|
|
|
31250
31763
|
* @method
|
|
31251
31764
|
* @override
|
|
31252
31765
|
*/
|
|
31253
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
31766
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
31254
31767
|
const compositeKey = new core_1.CompositeKey();
|
|
31255
31768
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
31256
31769
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -31428,7 +31941,7 @@ let WorkspaceItemEntity = class WorkspaceItemEntity extends core_1.BaseEntity {
|
|
|
31428
31941
|
* @method
|
|
31429
31942
|
* @override
|
|
31430
31943
|
*/
|
|
31431
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
31944
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
31432
31945
|
const compositeKey = new core_1.CompositeKey();
|
|
31433
31946
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
31434
31947
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|
|
@@ -31583,7 +32096,7 @@ let WorkspaceEntity = class WorkspaceEntity extends core_1.BaseEntity {
|
|
|
31583
32096
|
* @method
|
|
31584
32097
|
* @override
|
|
31585
32098
|
*/
|
|
31586
|
-
async Load(ID, EntityRelationshipsToLoad
|
|
32099
|
+
async Load(ID, EntityRelationshipsToLoad) {
|
|
31587
32100
|
const compositeKey = new core_1.CompositeKey();
|
|
31588
32101
|
compositeKey.KeyValuePairs.push({ FieldName: 'ID', Value: ID });
|
|
31589
32102
|
return await super.InnerLoad(compositeKey, EntityRelationshipsToLoad);
|