remove ActionType object

This commit is contained in:
2025-09-19 15:07:24 +02:00
parent 9ec6fcf272
commit 3b9b930b82
2 changed files with 1 additions and 12 deletions

View File

@@ -1,14 +1,3 @@
const ActionType = {
Created: 0,
Saved: 1,
Sent: 2,
EmailSent: 3,
Delivered: 4,
Seen: 5,
Signed: 6,
Rejected: 7,
}
class App {
constructor(envelopeKey, envelopeReceiver, documentBytes, licenseKey, locale, container) {
this.container = container ?? `#${this.constructor.name.toLowerCase()}`;