This commit is contained in:
2022-12-21 20:07:01 +00:00
parent 85083333cf
commit 2c6d9f43ff
2 changed files with 98 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ namespace Sockeye.Biz
[CoreBizObject, ReportableBizObject, ImportableBizObject]
Customer = 8,
ServerJob = 9,
ServerMetrics = 12,
Translation = 13,
UserOptions = 14,
@@ -48,7 +48,7 @@ namespace Sockeye.Biz
NotifySubscription = 51,
[CoreBizObject, ReportableBizObject]
Reminder = 52,
OpsNotificationSettings = 56,
Report = 57,
DashboardView = 58,
@@ -60,8 +60,16 @@ namespace Sockeye.Biz
Review = 61,
DataListColumnView = 68,
CustomerNotifySubscription = 84,//proxy subs for customers
Integration = 92 //3rd party or add-on integration data store
Integration = 92,//3rd party or add-on integration data store
//------------ SOCKEYE NEW TYPES NOT IN AYANOVA ---------
[CoreBizObject, ReportableBizObject]
License = 93,
[CoreBizObject, ReportableBizObject]
TrialLicenseRequest = 94,
[CoreBizObject, ReportableBizObject]
SubscriptionServer = 95,
[CoreBizObject, ReportableBizObject]
Sale = 96