fhs-graphql-typings
Advanced tools
Comparing version 1.2.9 to 1.2.10
{ | ||
"name": "fhs-graphql-typings", | ||
"version": "1.2.9", | ||
"version": "1.2.10", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "types": "index.ts", |
@@ -108,4 +108,4 @@ "use strict"; | ||
PlanEntriesOrderBy["PlanIdDesc"] = "PLAN_ID_DESC"; | ||
PlanEntriesOrderBy["PlanModeAsc"] = "PLAN_MODE_ASC"; | ||
PlanEntriesOrderBy["PlanModeDesc"] = "PLAN_MODE_DESC"; | ||
PlanEntriesOrderBy["PlanModesAsc"] = "PLAN_MODES_ASC"; | ||
PlanEntriesOrderBy["PlanModesDesc"] = "PLAN_MODES_DESC"; | ||
PlanEntriesOrderBy["PrimaryKeyAsc"] = "PRIMARY_KEY_ASC"; | ||
@@ -115,7 +115,7 @@ PlanEntriesOrderBy["PrimaryKeyDesc"] = "PRIMARY_KEY_DESC"; | ||
/** bdwe - Two entries Business Days, Weekend, weekdays - Entry for each week day */ | ||
var PlanMode; | ||
(function (PlanMode) { | ||
PlanMode["Bdwe"] = "BDWE"; | ||
PlanMode["Weekdays"] = "WEEKDAYS"; | ||
})(PlanMode = exports.PlanMode || (exports.PlanMode = {})); | ||
var PlanModes; | ||
(function (PlanModes) { | ||
PlanModes["Bdwe"] = "BDWE"; | ||
PlanModes["Weekdays"] = "WEEKDAYS"; | ||
})(PlanModes = exports.PlanModes || (exports.PlanModes = {})); | ||
/** Methods to use when ordering `PlanOverride`. */ | ||
@@ -150,4 +150,2 @@ var PlanOverridesOrderBy; | ||
PlansOrderBy["ScheduleIdDesc"] = "SCHEDULE_ID_DESC"; | ||
PlansOrderBy["CurrentPlanModeAsc"] = "CURRENT_PLAN_MODE_ASC"; | ||
PlansOrderBy["CurrentPlanModeDesc"] = "CURRENT_PLAN_MODE_DESC"; | ||
PlansOrderBy["ModeAsc"] = "MODE_ASC"; | ||
@@ -154,0 +152,0 @@ PlansOrderBy["ModeDesc"] = "MODE_DESC"; |
Sorry, the diff of this file is too big to display
206940
4238