@memberjunction/core-entities 2.24.0 → 2.25.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.
|
@@ -456,7 +456,7 @@ export declare const AIAgentLearningCycleSchema: z.ZodObject<{
|
|
|
456
456
|
ID?: string;
|
|
457
457
|
__mj_CreatedAt?: Date;
|
|
458
458
|
__mj_UpdatedAt?: Date;
|
|
459
|
-
Status?: "Complete" | "
|
|
459
|
+
Status?: "Complete" | "Failed" | "In-Progress";
|
|
460
460
|
StartedAt?: Date;
|
|
461
461
|
EndedAt?: Date;
|
|
462
462
|
AgentID?: string;
|
|
@@ -466,7 +466,7 @@ export declare const AIAgentLearningCycleSchema: z.ZodObject<{
|
|
|
466
466
|
ID?: string;
|
|
467
467
|
__mj_CreatedAt?: Date;
|
|
468
468
|
__mj_UpdatedAt?: Date;
|
|
469
|
-
Status?: "Complete" | "
|
|
469
|
+
Status?: "Complete" | "Failed" | "In-Progress";
|
|
470
470
|
StartedAt?: Date;
|
|
471
471
|
EndedAt?: Date;
|
|
472
472
|
AgentID?: string;
|
|
@@ -1091,7 +1091,7 @@ export declare const AuditLogSchema: z.ZodObject<{
|
|
|
1091
1091
|
__mj_UpdatedAt?: Date;
|
|
1092
1092
|
Authorization?: string;
|
|
1093
1093
|
Description?: string;
|
|
1094
|
-
Status?: "
|
|
1094
|
+
Status?: "Failed" | "Success";
|
|
1095
1095
|
UserID?: string;
|
|
1096
1096
|
User?: string;
|
|
1097
1097
|
EntityID?: string;
|
|
@@ -1107,7 +1107,7 @@ export declare const AuditLogSchema: z.ZodObject<{
|
|
|
1107
1107
|
__mj_UpdatedAt?: Date;
|
|
1108
1108
|
Authorization?: string;
|
|
1109
1109
|
Description?: string;
|
|
1110
|
-
Status?: "
|
|
1110
|
+
Status?: "Failed" | "Success";
|
|
1111
1111
|
UserID?: string;
|
|
1112
1112
|
User?: string;
|
|
1113
1113
|
EntityID?: string;
|
|
@@ -1237,7 +1237,7 @@ export declare const CommunicationLogSchema: z.ZodObject<{
|
|
|
1237
1237
|
ID?: string;
|
|
1238
1238
|
__mj_CreatedAt?: Date;
|
|
1239
1239
|
__mj_UpdatedAt?: Date;
|
|
1240
|
-
Status?: "Pending" | "Complete" | "
|
|
1240
|
+
Status?: "Pending" | "Complete" | "Failed" | "In-Progress";
|
|
1241
1241
|
CommunicationProviderID?: string;
|
|
1242
1242
|
CommunicationProviderMessageTypeID?: string;
|
|
1243
1243
|
CommunicationRunID?: string;
|
|
@@ -1251,7 +1251,7 @@ export declare const CommunicationLogSchema: z.ZodObject<{
|
|
|
1251
1251
|
ID?: string;
|
|
1252
1252
|
__mj_CreatedAt?: Date;
|
|
1253
1253
|
__mj_UpdatedAt?: Date;
|
|
1254
|
-
Status?: "Pending" | "Complete" | "
|
|
1254
|
+
Status?: "Pending" | "Complete" | "Failed" | "In-Progress";
|
|
1255
1255
|
CommunicationProviderID?: string;
|
|
1256
1256
|
CommunicationProviderMessageTypeID?: string;
|
|
1257
1257
|
CommunicationRunID?: string;
|
|
@@ -1356,7 +1356,7 @@ export declare const CommunicationRunSchema: z.ZodObject<{
|
|
|
1356
1356
|
Comments?: string;
|
|
1357
1357
|
__mj_CreatedAt?: Date;
|
|
1358
1358
|
__mj_UpdatedAt?: Date;
|
|
1359
|
-
Status?: "Pending" | "Complete" | "
|
|
1359
|
+
Status?: "Pending" | "Complete" | "Failed" | "In-Progress";
|
|
1360
1360
|
StartedAt?: Date;
|
|
1361
1361
|
EndedAt?: Date;
|
|
1362
1362
|
UserID?: string;
|
|
@@ -1368,7 +1368,7 @@ export declare const CommunicationRunSchema: z.ZodObject<{
|
|
|
1368
1368
|
Comments?: string;
|
|
1369
1369
|
__mj_CreatedAt?: Date;
|
|
1370
1370
|
__mj_UpdatedAt?: Date;
|
|
1371
|
-
Status?: "Pending" | "Complete" | "
|
|
1371
|
+
Status?: "Pending" | "Complete" | "Failed" | "In-Progress";
|
|
1372
1372
|
StartedAt?: Date;
|
|
1373
1373
|
EndedAt?: Date;
|
|
1374
1374
|
UserID?: string;
|
|
@@ -1544,7 +1544,7 @@ export declare const CompanyIntegrationRunSchema: z.ZodObject<{
|
|
|
1544
1544
|
Comments?: string;
|
|
1545
1545
|
__mj_CreatedAt?: Date;
|
|
1546
1546
|
__mj_UpdatedAt?: Date;
|
|
1547
|
-
Status?: "Pending" | "
|
|
1547
|
+
Status?: "Pending" | "In Progress" | "Failed" | "Success";
|
|
1548
1548
|
StartedAt?: Date;
|
|
1549
1549
|
EndedAt?: Date;
|
|
1550
1550
|
CompanyIntegrationID?: string;
|
|
@@ -1560,7 +1560,7 @@ export declare const CompanyIntegrationRunSchema: z.ZodObject<{
|
|
|
1560
1560
|
Comments?: string;
|
|
1561
1561
|
__mj_CreatedAt?: Date;
|
|
1562
1562
|
__mj_UpdatedAt?: Date;
|
|
1563
|
-
Status?: "Pending" | "
|
|
1563
|
+
Status?: "Pending" | "In Progress" | "Failed" | "Success";
|
|
1564
1564
|
StartedAt?: Date;
|
|
1565
1565
|
EndedAt?: Date;
|
|
1566
1566
|
CompanyIntegrationID?: string;
|
|
@@ -2461,7 +2461,7 @@ export declare const DuplicateRunSchema: z.ZodObject<{
|
|
|
2461
2461
|
SourceListID?: string;
|
|
2462
2462
|
ApprovalComments?: string;
|
|
2463
2463
|
ApprovedByUserID?: string;
|
|
2464
|
-
ProcessingStatus?: "Pending" | "Complete" | "
|
|
2464
|
+
ProcessingStatus?: "Pending" | "Complete" | "In Progress" | "Failed";
|
|
2465
2465
|
ProcessingErrorMessage?: string;
|
|
2466
2466
|
StartedByUser?: string;
|
|
2467
2467
|
SourceList?: string;
|
|
@@ -2479,7 +2479,7 @@ export declare const DuplicateRunSchema: z.ZodObject<{
|
|
|
2479
2479
|
SourceListID?: string;
|
|
2480
2480
|
ApprovalComments?: string;
|
|
2481
2481
|
ApprovedByUserID?: string;
|
|
2482
|
-
ProcessingStatus?: "Pending" | "Complete" | "
|
|
2482
|
+
ProcessingStatus?: "Pending" | "Complete" | "In Progress" | "Failed";
|
|
2483
2483
|
ProcessingErrorMessage?: string;
|
|
2484
2484
|
StartedByUser?: string;
|
|
2485
2485
|
SourceList?: string;
|
|
@@ -4547,7 +4547,7 @@ export declare const QueueTaskSchema: z.ZodObject<{
|
|
|
4547
4547
|
Comments?: string;
|
|
4548
4548
|
__mj_CreatedAt?: Date;
|
|
4549
4549
|
__mj_UpdatedAt?: Date;
|
|
4550
|
-
Status?: "
|
|
4550
|
+
Status?: "In Progress" | "Failed" | "Completed";
|
|
4551
4551
|
StartedAt?: Date;
|
|
4552
4552
|
EndedAt?: Date;
|
|
4553
4553
|
Output?: string;
|
|
@@ -4561,7 +4561,7 @@ export declare const QueueTaskSchema: z.ZodObject<{
|
|
|
4561
4561
|
Comments?: string;
|
|
4562
4562
|
__mj_CreatedAt?: Date;
|
|
4563
4563
|
__mj_UpdatedAt?: Date;
|
|
4564
|
-
Status?: "
|
|
4564
|
+
Status?: "In Progress" | "Failed" | "Completed";
|
|
4565
4565
|
StartedAt?: Date;
|
|
4566
4566
|
EndedAt?: Date;
|
|
4567
4567
|
Output?: string;
|
|
@@ -4747,7 +4747,7 @@ export declare const RecommendationRunSchema: z.ZodObject<{
|
|
|
4747
4747
|
__mj_CreatedAt?: Date;
|
|
4748
4748
|
__mj_UpdatedAt?: Date;
|
|
4749
4749
|
Description?: string;
|
|
4750
|
-
Status?: "Pending" | "Error" | "
|
|
4750
|
+
Status?: "Pending" | "Error" | "In Progress" | "Canceled" | "Completed";
|
|
4751
4751
|
RunByUserID?: string;
|
|
4752
4752
|
RunByUser?: string;
|
|
4753
4753
|
RecommendationProviderID?: string;
|
|
@@ -4759,7 +4759,7 @@ export declare const RecommendationRunSchema: z.ZodObject<{
|
|
|
4759
4759
|
__mj_CreatedAt?: Date;
|
|
4760
4760
|
__mj_UpdatedAt?: Date;
|
|
4761
4761
|
Description?: string;
|
|
4762
|
-
Status?: "Pending" | "Error" | "
|
|
4762
|
+
Status?: "Pending" | "Error" | "In Progress" | "Canceled" | "Completed";
|
|
4763
4763
|
RunByUserID?: string;
|
|
4764
4764
|
RunByUser?: string;
|
|
4765
4765
|
RecommendationProviderID?: string;
|
|
@@ -6318,7 +6318,7 @@ export declare const VersionInstallationSchema: z.ZodObject<{
|
|
|
6318
6318
|
Comments?: string;
|
|
6319
6319
|
__mj_CreatedAt?: Date;
|
|
6320
6320
|
__mj_UpdatedAt?: Date;
|
|
6321
|
-
Status?: "Pending" | "Complete" | "
|
|
6321
|
+
Status?: "Pending" | "Complete" | "In Progress" | "Failed";
|
|
6322
6322
|
Type?: "New" | "Upgrade";
|
|
6323
6323
|
MajorVersion?: number;
|
|
6324
6324
|
MinorVersion?: number;
|
|
@@ -6331,7 +6331,7 @@ export declare const VersionInstallationSchema: z.ZodObject<{
|
|
|
6331
6331
|
Comments?: string;
|
|
6332
6332
|
__mj_CreatedAt?: Date;
|
|
6333
6333
|
__mj_UpdatedAt?: Date;
|
|
6334
|
-
Status?: "Pending" | "Complete" | "
|
|
6334
|
+
Status?: "Pending" | "Complete" | "In Progress" | "Failed";
|
|
6335
6335
|
Type?: "New" | "Upgrade";
|
|
6336
6336
|
MajorVersion?: number;
|
|
6337
6337
|
MinorVersion?: number;
|
|
@@ -6389,7 +6389,7 @@ export declare const WorkflowRunSchema: z.ZodObject<{
|
|
|
6389
6389
|
ID?: string;
|
|
6390
6390
|
__mj_CreatedAt?: Date;
|
|
6391
6391
|
__mj_UpdatedAt?: Date;
|
|
6392
|
-
Status?: "Pending" | "Complete" | "
|
|
6392
|
+
Status?: "Pending" | "Complete" | "In Progress" | "Failed";
|
|
6393
6393
|
StartedAt?: Date;
|
|
6394
6394
|
EndedAt?: Date;
|
|
6395
6395
|
ExternalSystemRecordID?: string;
|
|
@@ -6401,7 +6401,7 @@ export declare const WorkflowRunSchema: z.ZodObject<{
|
|
|
6401
6401
|
ID?: string;
|
|
6402
6402
|
__mj_CreatedAt?: Date;
|
|
6403
6403
|
__mj_UpdatedAt?: Date;
|
|
6404
|
-
Status?: "Pending" | "Complete" | "
|
|
6404
|
+
Status?: "Pending" | "Complete" | "In Progress" | "Failed";
|
|
6405
6405
|
StartedAt?: Date;
|
|
6406
6406
|
EndedAt?: Date;
|
|
6407
6407
|
ExternalSystemRecordID?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/core-entities",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.25.0",
|
|
4
4
|
"description": "Entity subclasses for the metadata layer of MemberJunction defined in the MJ_CORE schema (usually 'admin'), distributed as part of each release of MemberJunction",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"typescript": "^5.4.5"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@memberjunction/core": "2.
|
|
23
|
-
"@memberjunction/global": "2.
|
|
22
|
+
"@memberjunction/core": "2.25.0",
|
|
23
|
+
"@memberjunction/global": "2.25.0",
|
|
24
24
|
"zod": "^3.23.8"
|
|
25
25
|
}
|
|
26
26
|
}
|