fhs-graphql-typings
Advanced tools
Comparing version 1.2.11 to 1.2.12
{ | ||
"name": "fhs-graphql-typings", | ||
"version": "1.2.11", | ||
"version": "1.2.12", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "types": "index.ts", |
@@ -54,2 +54,4 @@ "use strict"; | ||
HomesOrderBy["CurrentScheduleIdDesc"] = "CURRENT_SCHEDULE_ID_DESC"; | ||
HomesOrderBy["ManualTemperatureAsc"] = "MANUAL_TEMPERATURE_ASC"; | ||
HomesOrderBy["ManualTemperatureDesc"] = "MANUAL_TEMPERATURE_DESC"; | ||
HomesOrderBy["PrimaryKeyAsc"] = "PRIMARY_KEY_ASC"; | ||
@@ -109,4 +111,4 @@ HomesOrderBy["PrimaryKeyDesc"] = "PRIMARY_KEY_DESC"; | ||
PlanEntriesOrderBy["PlanIdDesc"] = "PLAN_ID_DESC"; | ||
PlanEntriesOrderBy["PlanModesAsc"] = "PLAN_MODES_ASC"; | ||
PlanEntriesOrderBy["PlanModesDesc"] = "PLAN_MODES_DESC"; | ||
PlanEntriesOrderBy["PlanModeAsc"] = "PLAN_MODE_ASC"; | ||
PlanEntriesOrderBy["PlanModeDesc"] = "PLAN_MODE_DESC"; | ||
PlanEntriesOrderBy["PrimaryKeyAsc"] = "PRIMARY_KEY_ASC"; | ||
@@ -180,2 +182,4 @@ PlanEntriesOrderBy["PrimaryKeyDesc"] = "PRIMARY_KEY_DESC"; | ||
SchedulesOrderBy["HomeIdDesc"] = "HOME_ID_DESC"; | ||
SchedulesOrderBy["DeletableAsc"] = "DELETABLE_ASC"; | ||
SchedulesOrderBy["DeletableDesc"] = "DELETABLE_DESC"; | ||
SchedulesOrderBy["PrimaryKeyAsc"] = "PRIMARY_KEY_ASC"; | ||
@@ -182,0 +186,0 @@ SchedulesOrderBy["PrimaryKeyDesc"] = "PRIMARY_KEY_DESC"; |
Sorry, the diff of this file is too big to display
208722
4275