fhs-graphql-typings
Advanced tools
Comparing version 1.2.10 to 1.2.11
{ | ||
"name": "fhs-graphql-typings", | ||
"version": "1.2.10", | ||
"version": "1.2.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "types": "index.ts", |
@@ -219,4 +219,6 @@ "use strict"; | ||
ZonesOrderBy["CurrentPlanIdDesc"] = "CURRENT_PLAN_ID_DESC"; | ||
ZonesOrderBy["ManualTemperatureAsc"] = "MANUAL_TEMPERATURE_ASC"; | ||
ZonesOrderBy["ManualTemperatureDesc"] = "MANUAL_TEMPERATURE_DESC"; | ||
ZonesOrderBy["PrimaryKeyAsc"] = "PRIMARY_KEY_ASC"; | ||
ZonesOrderBy["PrimaryKeyDesc"] = "PRIMARY_KEY_DESC"; | ||
})(ZonesOrderBy = exports.ZonesOrderBy || (exports.ZonesOrderBy = {})); |
Sorry, the diff of this file is too big to display
207707
4254