@droz-js/sdk
Advanced tools
Comparing version 0.5.5 to 0.5.6
{ | ||
"name": "@droz-js/sdk", | ||
"description": "Droz SDK", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -14,4 +14,5 @@ "use strict"; | ||
(function (AppType) { | ||
AppType["Regular"] = "Regular"; | ||
AppType["Trigger"] = "Trigger"; | ||
AppType["Agent"] = "Agent"; | ||
AppType["User"] = "User"; | ||
AppType["Utility"] = "Utility"; | ||
})(AppType || (exports.AppType = AppType = {})); | ||
@@ -18,0 +19,0 @@ var CredentialsType; |
Sorry, the diff of this file is too big to display
381153
8298