fhs-graphql-typings
Advanced tools
Comparing version
{ | ||
"name": "fhs-graphql-typings", | ||
"version": "1.2.29", | ||
"version": "1.2.30", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "types": "index.ts", |
@@ -100,2 +100,34 @@ "use strict"; | ||
})(Languages = exports.Languages || (exports.Languages = {})); | ||
/** Methods to use when ordering `LastDeviceTelemetry`. */ | ||
var LastDeviceTelemetriesOrderBy; | ||
(function (LastDeviceTelemetriesOrderBy) { | ||
LastDeviceTelemetriesOrderBy["Natural"] = "NATURAL"; | ||
LastDeviceTelemetriesOrderBy["IdAsc"] = "ID_ASC"; | ||
LastDeviceTelemetriesOrderBy["IdDesc"] = "ID_DESC"; | ||
LastDeviceTelemetriesOrderBy["DeviceIdAsc"] = "DEVICE_ID_ASC"; | ||
LastDeviceTelemetriesOrderBy["DeviceIdDesc"] = "DEVICE_ID_DESC"; | ||
LastDeviceTelemetriesOrderBy["TypeAsc"] = "TYPE_ASC"; | ||
LastDeviceTelemetriesOrderBy["TypeDesc"] = "TYPE_DESC"; | ||
LastDeviceTelemetriesOrderBy["DataAsc"] = "DATA_ASC"; | ||
LastDeviceTelemetriesOrderBy["DataDesc"] = "DATA_DESC"; | ||
LastDeviceTelemetriesOrderBy["CreatedAtAsc"] = "CREATED_AT_ASC"; | ||
LastDeviceTelemetriesOrderBy["CreatedAtDesc"] = "CREATED_AT_DESC"; | ||
LastDeviceTelemetriesOrderBy["RoomIdAsc"] = "ROOM_ID_ASC"; | ||
LastDeviceTelemetriesOrderBy["RoomIdDesc"] = "ROOM_ID_DESC"; | ||
LastDeviceTelemetriesOrderBy["HomeIdAsc"] = "HOME_ID_ASC"; | ||
LastDeviceTelemetriesOrderBy["HomeIdDesc"] = "HOME_ID_DESC"; | ||
LastDeviceTelemetriesOrderBy["OwnerIdAsc"] = "OWNER_ID_ASC"; | ||
LastDeviceTelemetriesOrderBy["OwnerIdDesc"] = "OWNER_ID_DESC"; | ||
})(LastDeviceTelemetriesOrderBy = exports.LastDeviceTelemetriesOrderBy || (exports.LastDeviceTelemetriesOrderBy = {})); | ||
/** Methods to use when ordering `LastUserLocation`. */ | ||
var LastUserLocationsOrderBy; | ||
(function (LastUserLocationsOrderBy) { | ||
LastUserLocationsOrderBy["Natural"] = "NATURAL"; | ||
LastUserLocationsOrderBy["UserIdAsc"] = "USER_ID_ASC"; | ||
LastUserLocationsOrderBy["UserIdDesc"] = "USER_ID_DESC"; | ||
LastUserLocationsOrderBy["CoordinatesAsc"] = "COORDINATES_ASC"; | ||
LastUserLocationsOrderBy["CoordinatesDesc"] = "COORDINATES_DESC"; | ||
LastUserLocationsOrderBy["CreatedAtAsc"] = "CREATED_AT_ASC"; | ||
LastUserLocationsOrderBy["CreatedAtDesc"] = "CREATED_AT_DESC"; | ||
})(LastUserLocationsOrderBy = exports.LastUserLocationsOrderBy || (exports.LastUserLocationsOrderBy = {})); | ||
/** Methods to use when ordering `MigrationsLock`. */ | ||
@@ -282,2 +314,17 @@ var MigrationsLocksOrderBy; | ||
})(UserHomesOrderBy = exports.UserHomesOrderBy || (exports.UserHomesOrderBy = {})); | ||
/** Methods to use when ordering `UserLocation`. */ | ||
var UserLocationsOrderBy; | ||
(function (UserLocationsOrderBy) { | ||
UserLocationsOrderBy["Natural"] = "NATURAL"; | ||
UserLocationsOrderBy["UserIdAsc"] = "USER_ID_ASC"; | ||
UserLocationsOrderBy["UserIdDesc"] = "USER_ID_DESC"; | ||
UserLocationsOrderBy["CoordinatesAsc"] = "COORDINATES_ASC"; | ||
UserLocationsOrderBy["CoordinatesDesc"] = "COORDINATES_DESC"; | ||
UserLocationsOrderBy["CreatedAtAsc"] = "CREATED_AT_ASC"; | ||
UserLocationsOrderBy["CreatedAtDesc"] = "CREATED_AT_DESC"; | ||
UserLocationsOrderBy["IdAsc"] = "ID_ASC"; | ||
UserLocationsOrderBy["IdDesc"] = "ID_DESC"; | ||
UserLocationsOrderBy["PrimaryKeyAsc"] = "PRIMARY_KEY_ASC"; | ||
UserLocationsOrderBy["PrimaryKeyDesc"] = "PRIMARY_KEY_DESC"; | ||
})(UserLocationsOrderBy = exports.UserLocationsOrderBy || (exports.UserLocationsOrderBy = {})); | ||
/** Methods to use when ordering `UserSetting`. */ | ||
@@ -284,0 +331,0 @@ var UserSettingsOrderBy; |
Sorry, the diff of this file is too big to display
321696
9.95%6420
9.48%