@oneuptime/common 9.5.2 → 9.5.3
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/Models/DatabaseModels/Alert.ts +1 -0
- package/Models/DatabaseModels/AlertEpisode.ts +1 -0
- package/Models/DatabaseModels/AlertEpisodeStateTimeline.ts +1 -0
- package/Models/DatabaseModels/AlertStateTimeline.ts +1 -0
- package/Models/DatabaseModels/Incident.ts +1 -0
- package/Models/DatabaseModels/IncidentEpisode.ts +156 -0
- package/Models/DatabaseModels/IncidentEpisodeFeed.ts +2 -0
- package/Models/DatabaseModels/IncidentEpisodePublicNote.ts +611 -0
- package/Models/DatabaseModels/IncidentEpisodeStateTimeline.ts +84 -0
- package/Models/DatabaseModels/IncidentGroupingRule.ts +36 -0
- package/Models/DatabaseModels/IncidentStateTimeline.ts +1 -0
- package/Models/DatabaseModels/Index.ts +2 -0
- package/Models/DatabaseModels/MonitorStatusTimeline.ts +1 -0
- package/Models/DatabaseModels/Project.ts +2 -1
- package/Models/DatabaseModels/ProjectCallSMSConfig.ts +1 -0
- package/Models/DatabaseModels/ScheduledMaintenance.ts +1 -0
- package/Models/DatabaseModels/ScheduledMaintenanceTemplate.ts +1 -0
- package/Models/DatabaseModels/StatusPage.ts +120 -0
- package/Server/API/IncidentEpisodePublicNoteAPI.ts +98 -0
- package/Server/API/StatusPageAPI.ts +1092 -45
- package/Server/Infrastructure/Postgres/SchemaMigrations/1770232207959-MigrationName.ts +181 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/1770237245069-MigrationName.ts +35 -0
- package/Server/Infrastructure/Postgres/SchemaMigrations/Index.ts +4 -0
- package/Server/Services/IncidentEpisodePublicNoteService.ts +254 -0
- package/Server/Services/IncidentEpisodeService.ts +26 -0
- package/Server/Services/Index.ts +2 -0
- package/Server/Utils/Monitor/MonitorIncident.ts +6 -0
- package/Types/Email/EmailTemplateType.ts +4 -0
- package/Types/Icon/IconProp.ts +172 -0
- package/Types/Monitor/CriteriaIncident.ts +2 -0
- package/Types/Permission.ts +40 -0
- package/Types/StatusPage/StatusPageSubscriberNotificationEventType.ts +5 -0
- package/UI/Components/Icon/Icon.tsx +1333 -1
- package/build/dist/Models/DatabaseModels/Alert.js +1 -0
- package/build/dist/Models/DatabaseModels/Alert.js.map +1 -1
- package/build/dist/Models/DatabaseModels/AlertEpisode.js +1 -0
- package/build/dist/Models/DatabaseModels/AlertEpisode.js.map +1 -1
- package/build/dist/Models/DatabaseModels/AlertEpisodeStateTimeline.js +1 -0
- package/build/dist/Models/DatabaseModels/AlertEpisodeStateTimeline.js.map +1 -1
- package/build/dist/Models/DatabaseModels/AlertStateTimeline.js +1 -0
- package/build/dist/Models/DatabaseModels/AlertStateTimeline.js.map +1 -1
- package/build/dist/Models/DatabaseModels/Incident.js +1 -0
- package/build/dist/Models/DatabaseModels/Incident.js.map +1 -1
- package/build/dist/Models/DatabaseModels/IncidentEpisode.js +161 -0
- package/build/dist/Models/DatabaseModels/IncidentEpisode.js.map +1 -1
- package/build/dist/Models/DatabaseModels/IncidentEpisodeFeed.js +2 -0
- package/build/dist/Models/DatabaseModels/IncidentEpisodeFeed.js.map +1 -1
- package/build/dist/Models/DatabaseModels/IncidentEpisodePublicNote.js +626 -0
- package/build/dist/Models/DatabaseModels/IncidentEpisodePublicNote.js.map +1 -0
- package/build/dist/Models/DatabaseModels/IncidentEpisodeStateTimeline.js +86 -0
- package/build/dist/Models/DatabaseModels/IncidentEpisodeStateTimeline.js.map +1 -1
- package/build/dist/Models/DatabaseModels/IncidentGroupingRule.js +37 -0
- package/build/dist/Models/DatabaseModels/IncidentGroupingRule.js.map +1 -1
- package/build/dist/Models/DatabaseModels/IncidentStateTimeline.js +1 -0
- package/build/dist/Models/DatabaseModels/IncidentStateTimeline.js.map +1 -1
- package/build/dist/Models/DatabaseModels/Index.js +2 -0
- package/build/dist/Models/DatabaseModels/Index.js.map +1 -1
- package/build/dist/Models/DatabaseModels/MonitorStatusTimeline.js +1 -0
- package/build/dist/Models/DatabaseModels/MonitorStatusTimeline.js.map +1 -1
- package/build/dist/Models/DatabaseModels/Project.js +2 -1
- package/build/dist/Models/DatabaseModels/Project.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ProjectCallSMSConfig.js +1 -0
- package/build/dist/Models/DatabaseModels/ProjectCallSMSConfig.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ScheduledMaintenance.js +1 -0
- package/build/dist/Models/DatabaseModels/ScheduledMaintenance.js.map +1 -1
- package/build/dist/Models/DatabaseModels/ScheduledMaintenanceTemplate.js +1 -0
- package/build/dist/Models/DatabaseModels/ScheduledMaintenanceTemplate.js.map +1 -1
- package/build/dist/Models/DatabaseModels/StatusPage.js +126 -0
- package/build/dist/Models/DatabaseModels/StatusPage.js.map +1 -1
- package/build/dist/Server/API/IncidentEpisodePublicNoteAPI.js +68 -0
- package/build/dist/Server/API/IncidentEpisodePublicNoteAPI.js.map +1 -0
- package/build/dist/Server/API/StatusPageAPI.js +874 -47
- package/build/dist/Server/API/StatusPageAPI.js.map +1 -1
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1770232207959-MigrationName.js +68 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1770232207959-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1770237245069-MigrationName.js +18 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/1770237245069-MigrationName.js.map +1 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/Index.js +4 -0
- package/build/dist/Server/Infrastructure/Postgres/SchemaMigrations/Index.js.map +1 -1
- package/build/dist/Server/Services/IncidentEpisodePublicNoteService.js +223 -0
- package/build/dist/Server/Services/IncidentEpisodePublicNoteService.js.map +1 -0
- package/build/dist/Server/Services/IncidentEpisodeService.js +22 -0
- package/build/dist/Server/Services/IncidentEpisodeService.js.map +1 -1
- package/build/dist/Server/Services/Index.js +2 -0
- package/build/dist/Server/Services/Index.js.map +1 -1
- package/build/dist/Server/Utils/Monitor/MonitorIncident.js +5 -0
- package/build/dist/Server/Utils/Monitor/MonitorIncident.js.map +1 -1
- package/build/dist/Types/Email/EmailTemplateType.js +3 -0
- package/build/dist/Types/Email/EmailTemplateType.js.map +1 -1
- package/build/dist/Types/Icon/IconProp.js +172 -0
- package/build/dist/Types/Icon/IconProp.js.map +1 -1
- package/build/dist/Types/Monitor/CriteriaIncident.js +1 -0
- package/build/dist/Types/Monitor/CriteriaIncident.js.map +1 -1
- package/build/dist/Types/Permission.js +34 -0
- package/build/dist/Types/Permission.js.map +1 -1
- package/build/dist/Types/StatusPage/StatusPageSubscriberNotificationEventType.js +4 -0
- package/build/dist/Types/StatusPage/StatusPageSubscriberNotificationEventType.js.map +1 -1
- package/build/dist/UI/Components/Icon/Icon.js +502 -1
- package/build/dist/UI/Components/Icon/Icon.js.map +1 -1
- package/package.json +1 -1
package/Types/Icon/IconProp.ts
CHANGED
|
@@ -148,6 +148,178 @@ enum IconProp {
|
|
|
148
148
|
ChartPie = "ChartPie",
|
|
149
149
|
Heartbeat = "Heartbeat",
|
|
150
150
|
Waterfall = "Waterfall",
|
|
151
|
+
ArrowDown = "ArrowDown",
|
|
152
|
+
ArrowUp = "ArrowUp",
|
|
153
|
+
ArrowLeft = "ArrowLeft",
|
|
154
|
+
ArrowRight = "ArrowRight",
|
|
155
|
+
ArrowPath = "ArrowPath",
|
|
156
|
+
ArrowTrendingUp = "ArrowTrendingUp",
|
|
157
|
+
ArrowTrendingDown = "ArrowTrendingDown",
|
|
158
|
+
ArrowUturnLeft = "ArrowUturnLeft",
|
|
159
|
+
ArrowUturnRight = "ArrowUturnRight",
|
|
160
|
+
Beaker = "Beaker",
|
|
161
|
+
Bookmark = "Bookmark",
|
|
162
|
+
BookmarkSlash = "BookmarkSlash",
|
|
163
|
+
Briefcase = "Briefcase",
|
|
164
|
+
BuildingOffice = "BuildingOffice",
|
|
165
|
+
Cake = "Cake",
|
|
166
|
+
Calculator = "Calculator",
|
|
167
|
+
Camera = "Camera",
|
|
168
|
+
ChartBarSquare = "ChartBarSquare",
|
|
169
|
+
ChatBubbleLeft = "ChatBubbleLeft",
|
|
170
|
+
ChatBubbleLeftRight = "ChatBubbleLeftRight",
|
|
171
|
+
CheckBadge = "CheckBadge",
|
|
172
|
+
Clipboard = "Clipboard",
|
|
173
|
+
ClipboardDocument = "ClipboardDocument",
|
|
174
|
+
ClipboardDocumentCheck = "ClipboardDocumentCheck",
|
|
175
|
+
ClipboardDocumentList = "ClipboardDocumentList",
|
|
176
|
+
Cloud = "Cloud",
|
|
177
|
+
CloudArrowDown = "CloudArrowDown",
|
|
178
|
+
CloudArrowUp = "CloudArrowUp",
|
|
179
|
+
Cog = "Cog",
|
|
180
|
+
Cog6Tooth = "Cog6Tooth",
|
|
181
|
+
Cog8Tooth = "Cog8Tooth",
|
|
182
|
+
CommandLine = "CommandLine",
|
|
183
|
+
ComputerDesktop = "ComputerDesktop",
|
|
184
|
+
CreditCard = "CreditCard",
|
|
185
|
+
CurrencyDollar = "CurrencyDollar",
|
|
186
|
+
DevicePhoneMobile = "DevicePhoneMobile",
|
|
187
|
+
DeviceTablet = "DeviceTablet",
|
|
188
|
+
Document = "Document",
|
|
189
|
+
DocumentArrowDown = "DocumentArrowDown",
|
|
190
|
+
DocumentArrowUp = "DocumentArrowUp",
|
|
191
|
+
DocumentDuplicate = "DocumentDuplicate",
|
|
192
|
+
DocumentMagnifyingGlass = "DocumentMagnifyingGlass",
|
|
193
|
+
DocumentMinus = "DocumentMinus",
|
|
194
|
+
DocumentPlus = "DocumentPlus",
|
|
195
|
+
DocumentText = "DocumentText",
|
|
196
|
+
EllipsisHorizontal = "EllipsisHorizontal",
|
|
197
|
+
EllipsisVertical = "EllipsisVertical",
|
|
198
|
+
Envelope = "Envelope",
|
|
199
|
+
EnvelopeOpen = "EnvelopeOpen",
|
|
200
|
+
Eye = "Eye",
|
|
201
|
+
FaceFrown = "FaceFrown",
|
|
202
|
+
FaceSmile = "FaceSmile",
|
|
203
|
+
Film = "Film",
|
|
204
|
+
Fingerprint = "Fingerprint",
|
|
205
|
+
Fire = "Fire",
|
|
206
|
+
FolderMinus = "FolderMinus",
|
|
207
|
+
FolderOpen = "FolderOpen",
|
|
208
|
+
FolderPlus = "FolderPlus",
|
|
209
|
+
Forward = "Forward",
|
|
210
|
+
Funnel = "Funnel",
|
|
211
|
+
Gift = "Gift",
|
|
212
|
+
GlobeAlt = "GlobeAlt",
|
|
213
|
+
HandRaised = "HandRaised",
|
|
214
|
+
HandThumbDown = "HandThumbDown",
|
|
215
|
+
HandThumbUp = "HandThumbUp",
|
|
216
|
+
Hashtag = "Hashtag",
|
|
217
|
+
Heart = "Heart",
|
|
218
|
+
Identification = "Identification",
|
|
219
|
+
Inbox = "Inbox",
|
|
220
|
+
InboxArrowDown = "InboxArrowDown",
|
|
221
|
+
InboxStack = "InboxStack",
|
|
222
|
+
InformationCircle = "InformationCircle",
|
|
223
|
+
Language = "Language",
|
|
224
|
+
Lifebuoy = "Lifebuoy",
|
|
225
|
+
LightBulb = "LightBulb",
|
|
226
|
+
LinkSlash = "LinkSlash",
|
|
227
|
+
LockOpen = "LockOpen",
|
|
228
|
+
MagnifyingGlass = "MagnifyingGlass",
|
|
229
|
+
MagnifyingGlassCircle = "MagnifyingGlassCircle",
|
|
230
|
+
MagnifyingGlassMinus = "MagnifyingGlassMinus",
|
|
231
|
+
MagnifyingGlassPlus = "MagnifyingGlassPlus",
|
|
232
|
+
Map = "Map",
|
|
233
|
+
MapPin = "MapPin",
|
|
234
|
+
Megaphone = "Megaphone",
|
|
235
|
+
Microphone = "Microphone",
|
|
236
|
+
Moon = "Moon",
|
|
237
|
+
MusicalNote = "MusicalNote",
|
|
238
|
+
Newspaper = "Newspaper",
|
|
239
|
+
NoSymbol = "NoSymbol",
|
|
240
|
+
PaintBrush = "PaintBrush",
|
|
241
|
+
PaperAirplane = "PaperAirplane",
|
|
242
|
+
PaperClip = "PaperClip",
|
|
243
|
+
Pause = "Pause",
|
|
244
|
+
PauseCircle = "PauseCircle",
|
|
245
|
+
PencilSquare = "PencilSquare",
|
|
246
|
+
Percent = "Percent",
|
|
247
|
+
Phone = "Phone",
|
|
248
|
+
Photo = "Photo",
|
|
249
|
+
PlayCircle = "PlayCircle",
|
|
250
|
+
PlusCircle = "PlusCircle",
|
|
251
|
+
PlusSmall = "PlusSmall",
|
|
252
|
+
Power = "Power",
|
|
253
|
+
PresentationChartBar = "PresentationChartBar",
|
|
254
|
+
PresentationChartLine = "PresentationChartLine",
|
|
255
|
+
Printer = "Printer",
|
|
256
|
+
PuzzlePiece = "PuzzlePiece",
|
|
257
|
+
QrCode = "QrCode",
|
|
258
|
+
QuestionMarkCircle = "QuestionMarkCircle",
|
|
259
|
+
QueueList = "QueueList",
|
|
260
|
+
Radio = "Radio",
|
|
261
|
+
ReceiptPercent = "ReceiptPercent",
|
|
262
|
+
ReceiptRefund = "ReceiptRefund",
|
|
263
|
+
RocketLaunch = "RocketLaunch",
|
|
264
|
+
Scale = "Scale",
|
|
265
|
+
Scissors = "Scissors",
|
|
266
|
+
Server = "Server",
|
|
267
|
+
ServerStack = "ServerStack",
|
|
268
|
+
Share = "Share",
|
|
269
|
+
ShieldExclamation = "ShieldExclamation",
|
|
270
|
+
ShoppingBag = "ShoppingBag",
|
|
271
|
+
ShoppingCart = "ShoppingCart",
|
|
272
|
+
SignalSlash = "SignalSlash",
|
|
273
|
+
Sparkles = "Sparkles",
|
|
274
|
+
SpeakerWave = "SpeakerWave",
|
|
275
|
+
SpeakerXMark = "SpeakerXMark",
|
|
276
|
+
Square2Stack = "Square2Stack",
|
|
277
|
+
StopCircle = "StopCircle",
|
|
278
|
+
Sun = "Sun",
|
|
279
|
+
Tag = "Tag",
|
|
280
|
+
Ticket = "Ticket",
|
|
281
|
+
Trophy = "Trophy",
|
|
282
|
+
Truck = "Truck",
|
|
283
|
+
Tv = "Tv",
|
|
284
|
+
Upload = "Upload",
|
|
285
|
+
UserCircle = "UserCircle",
|
|
286
|
+
UserGroup = "UserGroup",
|
|
287
|
+
UserMinus = "UserMinus",
|
|
288
|
+
UserPlus = "UserPlus",
|
|
289
|
+
VideoCamera = "VideoCamera",
|
|
290
|
+
VideoCameraSlash = "VideoCameraSlash",
|
|
291
|
+
ViewColumns = "ViewColumns",
|
|
292
|
+
ViewfinderCircle = "ViewfinderCircle",
|
|
293
|
+
Wallet = "Wallet",
|
|
294
|
+
Wifi = "Wifi",
|
|
295
|
+
XMark = "XMark",
|
|
296
|
+
Backward = "Backward",
|
|
297
|
+
Bars2 = "Bars2",
|
|
298
|
+
Bars4 = "Bars4",
|
|
299
|
+
BellAlert = "BellAlert",
|
|
300
|
+
BellSlash = "BellSlash",
|
|
301
|
+
BoltSlash = "BoltSlash",
|
|
302
|
+
BookOpen = "BookOpen",
|
|
303
|
+
ChatBubbleOvalLeft = "ChatBubbleOvalLeft",
|
|
304
|
+
ChatBubbleOvalLeftEllipsis = "ChatBubbleOvalLeftEllipsis",
|
|
305
|
+
ClockIcon = "ClockIcon",
|
|
306
|
+
CubeTransparent = "CubeTransparent",
|
|
307
|
+
DocumentChartBar = "DocumentChartBar",
|
|
308
|
+
EyeDropper = "EyeDropper",
|
|
309
|
+
FolderArrowDown = "FolderArrowDown",
|
|
310
|
+
GlobeAmericas = "GlobeAmericas",
|
|
311
|
+
GlobeAsiaAustralia = "GlobeAsiaAustralia",
|
|
312
|
+
GlobeEuropeAfrica = "GlobeEuropeAfrica",
|
|
313
|
+
HomeModern = "HomeModern",
|
|
314
|
+
MinusCircle = "MinusCircle",
|
|
315
|
+
PhoneArrowDownLeft = "PhoneArrowDownLeft",
|
|
316
|
+
PhoneArrowUpRight = "PhoneArrowUpRight",
|
|
317
|
+
PhoneXMark = "PhoneXMark",
|
|
318
|
+
PlayPause = "PlayPause",
|
|
319
|
+
Strikethrough = "Strikethrough",
|
|
320
|
+
TableCellsIcon = "TableCellsIcon",
|
|
321
|
+
UserIcon = "UserIcon",
|
|
322
|
+
XCircle = "XCircle",
|
|
151
323
|
}
|
|
152
324
|
|
|
153
325
|
export default IconProp;
|
|
@@ -18,6 +18,7 @@ export interface CriteriaIncident {
|
|
|
18
18
|
ownerTeamIds?: Array<ObjectID> | undefined;
|
|
19
19
|
ownerUserIds?: Array<ObjectID> | undefined;
|
|
20
20
|
incidentMemberRoles?: Array<IncidentMemberRoleAssignment> | undefined;
|
|
21
|
+
showIncidentOnStatusPage?: boolean | undefined;
|
|
21
22
|
}
|
|
22
23
|
|
|
23
24
|
export const CriteriaIncidentSchema: ZodSchema = Zod.object({
|
|
@@ -37,4 +38,5 @@ export const CriteriaIncidentSchema: ZodSchema = Zod.object({
|
|
|
37
38
|
userId: Zod.any(),
|
|
38
39
|
}),
|
|
39
40
|
).optional(),
|
|
41
|
+
showIncidentOnStatusPage: Zod.boolean().optional(),
|
|
40
42
|
});
|
package/Types/Permission.ts
CHANGED
|
@@ -810,6 +810,12 @@ enum Permission {
|
|
|
810
810
|
EditIncidentEpisodeFeed = "EditIncidentEpisodeFeed",
|
|
811
811
|
ReadIncidentEpisodeFeed = "ReadIncidentEpisodeFeed",
|
|
812
812
|
|
|
813
|
+
// Incident Episode Public Note Permissions
|
|
814
|
+
CreateIncidentEpisodePublicNote = "CreateIncidentEpisodePublicNote",
|
|
815
|
+
DeleteIncidentEpisodePublicNote = "DeleteIncidentEpisodePublicNote",
|
|
816
|
+
EditIncidentEpisodePublicNote = "EditIncidentEpisodePublicNote",
|
|
817
|
+
ReadIncidentEpisodePublicNote = "ReadIncidentEpisodePublicNote",
|
|
818
|
+
|
|
813
819
|
// Incident Grouping Rule Permissions
|
|
814
820
|
CreateIncidentGroupingRule = "CreateIncidentGroupingRule",
|
|
815
821
|
DeleteIncidentGroupingRule = "DeleteIncidentGroupingRule",
|
|
@@ -5769,6 +5775,40 @@ export class PermissionHelper {
|
|
|
5769
5775
|
isAccessControlPermission: false,
|
|
5770
5776
|
},
|
|
5771
5777
|
|
|
5778
|
+
// Incident Episode Public Note Permissions
|
|
5779
|
+
{
|
|
5780
|
+
permission: Permission.CreateIncidentEpisodePublicNote,
|
|
5781
|
+
title: "Create Incident Episode Public Note",
|
|
5782
|
+
description:
|
|
5783
|
+
"This permission can create Incident Episode public notes in this project.",
|
|
5784
|
+
isAssignableToTenant: true,
|
|
5785
|
+
isAccessControlPermission: false,
|
|
5786
|
+
},
|
|
5787
|
+
{
|
|
5788
|
+
permission: Permission.DeleteIncidentEpisodePublicNote,
|
|
5789
|
+
title: "Delete Incident Episode Public Note",
|
|
5790
|
+
description:
|
|
5791
|
+
"This permission can delete Incident Episode public notes of this project.",
|
|
5792
|
+
isAssignableToTenant: true,
|
|
5793
|
+
isAccessControlPermission: false,
|
|
5794
|
+
},
|
|
5795
|
+
{
|
|
5796
|
+
permission: Permission.EditIncidentEpisodePublicNote,
|
|
5797
|
+
title: "Edit Incident Episode Public Note",
|
|
5798
|
+
description:
|
|
5799
|
+
"This permission can edit Incident Episode public notes of this project.",
|
|
5800
|
+
isAssignableToTenant: true,
|
|
5801
|
+
isAccessControlPermission: false,
|
|
5802
|
+
},
|
|
5803
|
+
{
|
|
5804
|
+
permission: Permission.ReadIncidentEpisodePublicNote,
|
|
5805
|
+
title: "Read Incident Episode Public Note",
|
|
5806
|
+
description:
|
|
5807
|
+
"This permission can read Incident Episode public notes of this project.",
|
|
5808
|
+
isAssignableToTenant: true,
|
|
5809
|
+
isAccessControlPermission: false,
|
|
5810
|
+
},
|
|
5811
|
+
|
|
5772
5812
|
// Incident Grouping Rule Permissions
|
|
5773
5813
|
{
|
|
5774
5814
|
permission: Permission.CreateIncidentGroupingRule,
|
|
@@ -10,6 +10,11 @@ enum StatusPageSubscriberNotificationEventType {
|
|
|
10
10
|
SubscriberIncidentNoteCreated = "Subscriber Incident Note Created",
|
|
11
11
|
SubscriberIncidentPostmortemPublished = "Subscriber Incident Postmortem Published",
|
|
12
12
|
|
|
13
|
+
// Incident Episode related events
|
|
14
|
+
SubscriberEpisodeCreated = "Subscriber Episode Created",
|
|
15
|
+
SubscriberEpisodeStateChanged = "Subscriber Episode State Changed",
|
|
16
|
+
SubscriberEpisodeNoteCreated = "Subscriber Episode Note Created",
|
|
17
|
+
|
|
13
18
|
// Announcement related events
|
|
14
19
|
SubscriberAnnouncementCreated = "Subscriber Announcement Created",
|
|
15
20
|
|