@fluyappgo/commons
Advanced tools
Comparing version 2.0.88 to 2.0.89
@@ -28,4 +28,5 @@ export declare enum TicketTopics { | ||
registerTransaction = "ticket.register.transaction", | ||
branchMaxWaitingTime = "ticket.branch.waitingTime", | ||
branchMaxWaitingTime = "ticket.branch.waitingTime.set", | ||
branchMaxWaitingTimeTimeout = "ticket.branch.waitingTime.timeout", | ||
newSlot = "ticket.new.slot" | ||
} |
@@ -32,4 +32,5 @@ "use strict"; | ||
TicketTopics["registerTransaction"] = "ticket.register.transaction"; | ||
TicketTopics["branchMaxWaitingTime"] = "ticket.branch.waitingTime"; | ||
TicketTopics["branchMaxWaitingTime"] = "ticket.branch.waitingTime.set"; | ||
TicketTopics["branchMaxWaitingTimeTimeout"] = "ticket.branch.waitingTime.timeout"; | ||
TicketTopics["newSlot"] = "ticket.new.slot"; | ||
})(TicketTopics = exports.TicketTopics || (exports.TicketTopics = {})); |
{ | ||
"name": "@fluyappgo/commons", | ||
"version": "2.0.88", | ||
"version": "2.0.89", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
156170
4769