remove ActionType object
This commit is contained in:
@@ -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()}`;
|
||||
|
||||
Reference in New Issue
Block a user