@memberjunction/server 0.9.244 → 0.9.245

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/build.log.json CHANGED
@@ -397,5 +397,8 @@
397
397
  },
398
398
  {
399
399
  "buildTime": "2024-03-22T14:27:18.1997484-05:00"
400
+ },
401
+ {
402
+ "buildTime": "2024-03-23T10:20:37.8301810-05:00"
400
403
  }
401
404
  ]
@@ -103,7 +103,7 @@ __decorate([
103
103
  __metadata("design:type", Array)
104
104
  ], Company_.prototype, "WorkflowsArray", void 0);
105
105
  exports.Company_ = Company_ = __decorate([
106
- (0, server_1.ObjectType)()
106
+ (0, server_1.ObjectType)({ description: 'A list of organizational units within your business. These can be subsidiaries or divisions or other units. Companies are used to organizae employee records and also for separating integrations if you have multiple integrations of the same type of system.' })
107
107
  ], Company_);
108
108
  let CreateCompanyInput = class CreateCompanyInput {
109
109
  };
@@ -504,7 +504,7 @@ __decorate([
504
504
  __metadata("design:type", Array)
505
505
  ], Employee_.prototype, "EmployeeSkillsArray", void 0);
506
506
  exports.Employee_ = Employee_ = __decorate([
507
- (0, server_1.ObjectType)()
507
+ (0, server_1.ObjectType)({ description: 'A list of employees across all units of your organization' })
508
508
  ], Employee_);
509
509
  let CreateEmployeeInput = class CreateEmployeeInput {
510
510
  };
@@ -889,7 +889,7 @@ __decorate([
889
889
  __metadata("design:type", String)
890
890
  ], UserFavorite_.prototype, "EntityBaseView", void 0);
891
891
  exports.UserFavorite_ = UserFavorite_ = __decorate([
892
- (0, server_1.ObjectType)()
892
+ (0, server_1.ObjectType)({ description: 'Records that each user can mark as a favorite for easy access' })
893
893
  ], UserFavorite_);
894
894
  let CreateUserFavoriteInput = class CreateUserFavoriteInput {
895
895
  };
@@ -1703,7 +1703,7 @@ __decorate([
1703
1703
  __metadata("design:type", Array)
1704
1704
  ], Role_.prototype, "QueryPermissionsArray", void 0);
1705
1705
  exports.Role_ = Role_ = __decorate([
1706
- (0, server_1.ObjectType)()
1706
+ (0, server_1.ObjectType)({ description: 'Roles are used for security administration and can have zero to many Users as members' })
1707
1707
  ], Role_);
1708
1708
  let UpdateRoleInput = class UpdateRoleInput {
1709
1709
  };
@@ -1982,7 +1982,7 @@ __decorate([
1982
1982
  __metadata("design:type", Array)
1983
1983
  ], Skill_.prototype, "SkillsArray", void 0);
1984
1984
  exports.Skill_ = Skill_ = __decorate([
1985
- (0, server_1.ObjectType)()
1985
+ (0, server_1.ObjectType)({ description: 'A hierarchical list of possible skills that are linked to Employees and can also be linked to any other entity' })
1986
1986
  ], Skill_);
1987
1987
  let RunSkillViewResult = class RunSkillViewResult {
1988
1988
  };
@@ -2161,7 +2161,7 @@ __decorate([
2161
2161
  __metadata("design:type", String)
2162
2162
  ], IntegrationURLFormat_.prototype, "FullURLFormat", void 0);
2163
2163
  exports.IntegrationURLFormat_ = IntegrationURLFormat_ = __decorate([
2164
- (0, server_1.ObjectType)()
2164
+ (0, server_1.ObjectType)({ description: 'Used to generate web links for end users to easily access resources in a source system. URL Formats support templating to inject various field values at run-time to take a user directly to a resource in a source system.' })
2165
2165
  ], IntegrationURLFormat_);
2166
2166
  let UpdateIntegrationURLFormatInput = class UpdateIntegrationURLFormatInput {
2167
2167
  };
@@ -2380,7 +2380,7 @@ __decorate([
2380
2380
  __metadata("design:type", Array)
2381
2381
  ], Integration_.prototype, "CompanyIntegrationsArray", void 0);
2382
2382
  exports.Integration_ = Integration_ = __decorate([
2383
- (0, server_1.ObjectType)()
2383
+ (0, server_1.ObjectType)({ description: 'Catalog of all integrations that have been configured in the system.' })
2384
2384
  ], Integration_);
2385
2385
  let UpdateIntegrationInput = class UpdateIntegrationInput {
2386
2386
  };
@@ -2720,7 +2720,7 @@ __decorate([
2720
2720
  __metadata("design:type", Array)
2721
2721
  ], CompanyIntegration_.prototype, "CompanyIntegrationRecordMapsArray", void 0);
2722
2722
  exports.CompanyIntegration_ = CompanyIntegration_ = __decorate([
2723
- (0, server_1.ObjectType)()
2723
+ (0, server_1.ObjectType)({ description: 'Links individual company records to specific integrations' })
2724
2724
  ], CompanyIntegration_);
2725
2725
  let UpdateCompanyIntegrationInput = class UpdateCompanyIntegrationInput {
2726
2726
  };
@@ -3191,7 +3191,7 @@ __decorate([
3191
3191
  __metadata("design:type", Array)
3192
3192
  ], EntityField_.prototype, "EntityFieldValuesArray", void 0);
3193
3193
  exports.EntityField_ = EntityField_ = __decorate([
3194
- (0, server_1.ObjectType)()
3194
+ (0, server_1.ObjectType)({ description: 'List of all fields within each entity with metadata about each field' })
3195
3195
  ], EntityField_);
3196
3196
  let CreateEntityFieldInput = class CreateEntityFieldInput {
3197
3197
  };
@@ -3925,7 +3925,7 @@ __decorate([
3925
3925
  __metadata("design:type", Array)
3926
3926
  ], Entity_.prototype, "FileEntityRecordLinksArray", void 0);
3927
3927
  exports.Entity_ = Entity_ = __decorate([
3928
- (0, server_1.ObjectType)()
3928
+ (0, server_1.ObjectType)({ description: 'Catalog of all entities across all schemas' })
3929
3929
  ], Entity_);
3930
3930
  let CreateEntityInput = class CreateEntityInput {
3931
3931
  };
@@ -5007,7 +5007,7 @@ __decorate([
5007
5007
  __metadata("design:type", Array)
5008
5008
  ], User_.prototype, "DataContextsArray", void 0);
5009
5009
  exports.User_ = User_ = __decorate([
5010
- (0, server_1.ObjectType)()
5010
+ (0, server_1.ObjectType)({ description: 'A list of all users who have or had access to the system' })
5011
5011
  ], User_);
5012
5012
  let CreateUserInput = class CreateUserInput {
5013
5013
  };
@@ -5716,7 +5716,7 @@ __decorate([
5716
5716
  __metadata("design:type", Number)
5717
5717
  ], EntityRelationship_.prototype, "DisplayUserViewID", void 0);
5718
5718
  exports.EntityRelationship_ = EntityRelationship_ = __decorate([
5719
- (0, server_1.ObjectType)()
5719
+ (0, server_1.ObjectType)({ description: 'Metadata about relationships between entities including display preferences for the UI' })
5720
5720
  ], EntityRelationship_);
5721
5721
  let CreateEntityRelationshipInput = class CreateEntityRelationshipInput {
5722
5722
  };
@@ -6391,7 +6391,7 @@ __decorate([
6391
6391
  __metadata("design:type", Array)
6392
6392
  ], UserView_.prototype, "DataContextItemsArray", void 0);
6393
6393
  exports.UserView_ = UserView_ = __decorate([
6394
- (0, server_1.ObjectType)()
6394
+ (0, server_1.ObjectType)({ description: 'Views are sets of records within a given entity defined by filtering rules. Views can be used programatically to retrieve dynamic sets of data and in user interfaces like MJ Explorer for end-user consumption.' })
6395
6395
  ], UserView_);
6396
6396
  let CreateUserViewInput = class CreateUserViewInput {
6397
6397
  };
@@ -7519,7 +7519,7 @@ __decorate([
7519
7519
  __metadata("design:type", Array)
7520
7520
  ], Application_.prototype, "UserApplicationsArray", void 0);
7521
7521
  exports.Application_ = Application_ = __decorate([
7522
- (0, server_1.ObjectType)()
7522
+ (0, server_1.ObjectType)({ description: 'Applications are used to group entities in the user interface for ease of user access' })
7523
7523
  ], Application_);
7524
7524
  let UpdateApplicationInput = class UpdateApplicationInput {
7525
7525
  };
@@ -7770,7 +7770,7 @@ __decorate([
7770
7770
  __metadata("design:type", String)
7771
7771
  ], ApplicationEntity_.prototype, "EntityBaseTableCodeName", void 0);
7772
7772
  exports.ApplicationEntity_ = ApplicationEntity_ = __decorate([
7773
- (0, server_1.ObjectType)()
7773
+ (0, server_1.ObjectType)({ description: 'List of entities within each application. An application can have any number of entities and an entity can be part of any number of applications.' })
7774
7774
  ], ApplicationEntity_);
7775
7775
  let CreateApplicationEntityInput = class CreateApplicationEntityInput {
7776
7776
  };
@@ -8091,7 +8091,7 @@ __decorate([
8091
8091
  __metadata("design:type", String)
8092
8092
  ], EntityPermission_.prototype, "DeleteRLSFilter", void 0);
8093
8093
  exports.EntityPermission_ = EntityPermission_ = __decorate([
8094
- (0, server_1.ObjectType)()
8094
+ (0, server_1.ObjectType)({ description: 'Security settings for each entity' })
8095
8095
  ], EntityPermission_);
8096
8096
  let CreateEntityPermissionInput = class CreateEntityPermissionInput {
8097
8097
  };
@@ -9128,7 +9128,7 @@ __decorate([
9128
9128
  __metadata("design:type", Array)
9129
9129
  ], List_.prototype, "ListDetailsArray", void 0);
9130
9130
  exports.List_ = List_ = __decorate([
9131
- (0, server_1.ObjectType)()
9131
+ (0, server_1.ObjectType)({ description: 'Static lists are useful for controlling a set of data for a given entity. These can be used programatically for applications like logging and tracking long-running tasks and also by end users for tracking any particular list of records they want to directly control the set.' })
9132
9132
  ], List_);
9133
9133
  let CreateListInput = class CreateListInput {
9134
9134
  };
@@ -9412,7 +9412,7 @@ __decorate([
9412
9412
  __metadata("design:type", Number)
9413
9413
  ], ListDetail_.prototype, "Sequence", void 0);
9414
9414
  exports.ListDetail_ = ListDetail_ = __decorate([
9415
- (0, server_1.ObjectType)()
9415
+ (0, server_1.ObjectType)({ description: 'Tracks the records within each list.' })
9416
9416
  ], ListDetail_);
9417
9417
  let CreateListDetailInput = class CreateListDetailInput {
9418
9418
  };
@@ -9671,7 +9671,7 @@ __decorate([
9671
9671
  __metadata("design:type", Array)
9672
9672
  ], UserViewRun_.prototype, "UserViewRunDetailsArray", void 0);
9673
9673
  exports.UserViewRun_ = UserViewRun_ = __decorate([
9674
- (0, server_1.ObjectType)()
9674
+ (0, server_1.ObjectType)({ description: 'User Views can be logged when run to capture the date and user that ran the view as well as the output results.' })
9675
9675
  ], UserViewRun_);
9676
9676
  let CreateUserViewRunInput = class CreateUserViewRunInput {
9677
9677
  };
@@ -9904,7 +9904,7 @@ __decorate([
9904
9904
  __metadata("design:type", Number)
9905
9905
  ], UserViewRunDetail_.prototype, "EntityID", void 0);
9906
9906
  exports.UserViewRunDetail_ = UserViewRunDetail_ = __decorate([
9907
- (0, server_1.ObjectType)()
9907
+ (0, server_1.ObjectType)({ description: 'Tracks the set of records that were included in each run of a given user view.' })
9908
9908
  ], UserViewRunDetail_);
9909
9909
  let CreateUserViewRunDetailInput = class CreateUserViewRunDetailInput {
9910
9910
  };
@@ -10791,7 +10791,7 @@ __decorate([
10791
10791
  __metadata("design:type", String)
10792
10792
  ], RecordChange_.prototype, "User", void 0);
10793
10793
  exports.RecordChange_ = RecordChange_ = __decorate([
10794
- (0, server_1.ObjectType)()
10794
+ (0, server_1.ObjectType)({ description: 'For entities that have TrackRecordChanges=1, Record Changes will store the history of all changes made within the system. For integrations you can directly add values here if you have inbound signals indicating records were changed in a source system. This entity only automatically captures Record Changes if they were made within the system.' })
10795
10795
  ], RecordChange_);
10796
10796
  let CreateRecordChangeInput = class CreateRecordChangeInput {
10797
10797
  };
@@ -12400,7 +12400,7 @@ __decorate([
12400
12400
  __metadata("design:type", Array)
12401
12401
  ], AIModel_.prototype, "VectorIndexesArray", void 0);
12402
12402
  exports.AIModel_ = AIModel_ = __decorate([
12403
- (0, server_1.ObjectType)()
12403
+ (0, server_1.ObjectType)({ description: 'Catalog of all AI Models configured in the system.' })
12404
12404
  ], AIModel_);
12405
12405
  let UpdateAIModelInput = class UpdateAIModelInput {
12406
12406
  };
@@ -12688,7 +12688,7 @@ __decorate([
12688
12688
  __metadata("design:type", Array)
12689
12689
  ], AIAction_.prototype, "EntityAIActionsArray", void 0);
12690
12690
  exports.AIAction_ = AIAction_ = __decorate([
12691
- (0, server_1.ObjectType)()
12691
+ (0, server_1.ObjectType)({ description: 'List of all actions that are possible across all AI Models' })
12692
12692
  ], AIAction_);
12693
12693
  let UpdateAIActionInput = class UpdateAIActionInput {
12694
12694
  };
@@ -12926,7 +12926,7 @@ __decorate([
12926
12926
  __metadata("design:type", String)
12927
12927
  ], AIModelAction_.prototype, "AIAction", void 0);
12928
12928
  exports.AIModelAction_ = AIModelAction_ = __decorate([
12929
- (0, server_1.ObjectType)()
12929
+ (0, server_1.ObjectType)({ description: 'Tracks the actions supported by each AI Model' })
12930
12930
  ], AIModelAction_);
12931
12931
  let UpdateAIModelActionInput = class UpdateAIModelActionInput {
12932
12932
  };
@@ -13166,7 +13166,7 @@ __decorate([
13166
13166
  __metadata("design:type", String)
13167
13167
  ], EntityAIAction_.prototype, "OutputEntity", void 0);
13168
13168
  exports.EntityAIAction_ = EntityAIAction_ = __decorate([
13169
- (0, server_1.ObjectType)()
13169
+ (0, server_1.ObjectType)({ description: 'Tracks the AI actions that should be invoked based on changes to records within a given entity.' })
13170
13170
  ], EntityAIAction_);
13171
13171
  let UpdateEntityAIActionInput = class UpdateEntityAIActionInput {
13172
13172
  };
@@ -13383,7 +13383,7 @@ __decorate([
13383
13383
  __metadata("design:type", Array)
13384
13384
  ], AIModelType_.prototype, "AIModelsArray", void 0);
13385
13385
  exports.AIModelType_ = AIModelType_ = __decorate([
13386
- (0, server_1.ObjectType)()
13386
+ (0, server_1.ObjectType)({ description: 'Types of AI Models' })
13387
13387
  ], AIModelType_);
13388
13388
  let UpdateAIModelTypeInput = class UpdateAIModelTypeInput {
13389
13389
  };
@@ -13801,7 +13801,7 @@ __decorate([
13801
13801
  __metadata("design:type", Array)
13802
13802
  ], Queue_.prototype, "QueueTasksArray", void 0);
13803
13803
  exports.Queue_ = Queue_ = __decorate([
13804
- (0, server_1.ObjectType)()
13804
+ (0, server_1.ObjectType)({ description: 'Queues can be used to async execute long running tasks' })
13805
13805
  ], Queue_);
13806
13806
  let CreateQueueInput = class CreateQueueInput {
13807
13807
  };
@@ -14440,7 +14440,7 @@ __decorate([
14440
14440
  __metadata("design:type", String)
14441
14441
  ], Dashboard_.prototype, "User", void 0);
14442
14442
  exports.Dashboard_ = Dashboard_ = __decorate([
14443
- (0, server_1.ObjectType)()
14443
+ (0, server_1.ObjectType)({ description: 'Dashboards are used to group resources into a single display pane for an end-user' })
14444
14444
  ], Dashboard_);
14445
14445
  let CreateDashboardInput = class CreateDashboardInput {
14446
14446
  };
@@ -16009,7 +16009,7 @@ __decorate([
16009
16009
  __metadata("design:type", Array)
16010
16010
  ], Tag_.prototype, "TaggedItemsArray", void 0);
16011
16011
  exports.Tag_ = Tag_ = __decorate([
16012
- (0, server_1.ObjectType)()
16012
+ (0, server_1.ObjectType)({ description: 'Tags are used to arbitrarily associate any record in any entity with addtional information.' })
16013
16013
  ], Tag_);
16014
16014
  let RunTagViewResult = class RunTagViewResult {
16015
16015
  };
@@ -16165,7 +16165,7 @@ __decorate([
16165
16165
  __metadata("design:type", String)
16166
16166
  ], TaggedItem_.prototype, "Entity", void 0);
16167
16167
  exports.TaggedItem_ = TaggedItem_ = __decorate([
16168
- (0, server_1.ObjectType)()
16168
+ (0, server_1.ObjectType)({ description: 'Tracks the links between any record in any entity with Tags' })
16169
16169
  ], TaggedItem_);
16170
16170
  let RunTaggedItemViewResult = class RunTaggedItemViewResult {
16171
16171
  };
@@ -16290,7 +16290,7 @@ __decorate([
16290
16290
  __metadata("design:type", Array)
16291
16291
  ], Workspace_.prototype, "WorkspaceItemsArray", void 0);
16292
16292
  exports.Workspace_ = Workspace_ = __decorate([
16293
- (0, server_1.ObjectType)()
16293
+ (0, server_1.ObjectType)({ description: 'A user can have one or more workspaces' })
16294
16294
  ], Workspace_);
16295
16295
  let CreateWorkspaceInput = class CreateWorkspaceInput {
16296
16296
  };
@@ -16578,7 +16578,7 @@ __decorate([
16578
16578
  __metadata("design:type", String)
16579
16579
  ], WorkspaceItem_.prototype, "ResourceType", void 0);
16580
16580
  exports.WorkspaceItem_ = WorkspaceItem_ = __decorate([
16581
- (0, server_1.ObjectType)()
16581
+ (0, server_1.ObjectType)({ description: 'Tracks the resources that are active within a given worksapce' })
16582
16582
  ], WorkspaceItem_);
16583
16583
  let CreateWorkspaceItemInput = class CreateWorkspaceItemInput {
16584
16584
  };
@@ -16866,7 +16866,7 @@ __decorate([
16866
16866
  __metadata("design:type", Array)
16867
16867
  ], Dataset_.prototype, "DatasetItemsArray", void 0);
16868
16868
  exports.Dataset_ = Dataset_ = __decorate([
16869
- (0, server_1.ObjectType)()
16869
+ (0, server_1.ObjectType)({ description: 'Cacheable sets of data that can span one or more items' })
16870
16870
  ], Dataset_);
16871
16871
  let RunDatasetViewResult = class RunDatasetViewResult {
16872
16872
  };
@@ -17029,7 +17029,7 @@ __decorate([
17029
17029
  __metadata("design:type", String)
17030
17030
  ], DatasetItem_.prototype, "Entity", void 0);
17031
17031
  exports.DatasetItem_ = DatasetItem_ = __decorate([
17032
- (0, server_1.ObjectType)()
17032
+ (0, server_1.ObjectType)({ description: 'A single item in a Dataset and can be sourced from multiple methods.' })
17033
17033
  ], DatasetItem_);
17034
17034
  let RunDatasetItemViewResult = class RunDatasetItemViewResult {
17035
17035
  };
@@ -18172,7 +18172,7 @@ __decorate([
18172
18172
  __metadata("design:type", Date)
18173
18173
  ], SchemaInfo_.prototype, "UpdatedAt", void 0);
18174
18174
  exports.SchemaInfo_ = SchemaInfo_ = __decorate([
18175
- (0, server_1.ObjectType)()
18175
+ (0, server_1.ObjectType)({ description: 'Tracks the schemas in the system and the ID ranges that are valid for entities within each schema.' })
18176
18176
  ], SchemaInfo_);
18177
18177
  let CreateSchemaInfoInput = class CreateSchemaInfoInput {
18178
18178
  };
@@ -19905,7 +19905,7 @@ __decorate([
19905
19905
  __metadata("design:type", Array)
19906
19906
  ], Query_.prototype, "DataContextItemsArray", void 0);
19907
19907
  exports.Query_ = Query_ = __decorate([
19908
- (0, server_1.ObjectType)()
19908
+ (0, server_1.ObjectType)({ description: 'Catalog of stored queries. This is useful for any arbitrary query that is known to be performant and correct and can be reused. Queries can be viewed/run by a user, used programatically via RunQuery, and also used by AI systems for improved reliability instead of dynamically generated SQL. Queries can also improve security since they store the SQL instead of using dynamic SQL.' })
19909
19909
  ], Query_);
19910
19910
  let CreateQueryInput = class CreateQueryInput {
19911
19911
  };