@taskmagic/shared
Advanced tools
Comparing version 0.10.34 to 0.10.35
{ | ||
"name": "@taskmagic/shared", | ||
"version": "0.10.34", | ||
"version": "0.10.35", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -24,3 +24,4 @@ import { FileId } from '../file'; | ||
PRODUCTIVITY = "PRODUCTIVITY", | ||
SALES_AND_CRM = "SALES_AND_CRM" | ||
SALES_AND_CRM = "SALES_AND_CRM", | ||
CONTENT_AND_FILES = "CONTENT_AND_FILES" | ||
} |
@@ -21,3 +21,4 @@ "use strict"; | ||
PieceCategory["SALES_AND_CRM"] = "SALES_AND_CRM"; | ||
PieceCategory["CONTENT_AND_FILES"] = "CONTENT_AND_FILES"; | ||
})(PieceCategory || (exports.PieceCategory = PieceCategory = {})); | ||
//# sourceMappingURL=piece.js.map |
Sorry, the diff of this file is not supported yet
425684
5759