fhs-graphql-typings
Advanced tools
Comparing version
{ | ||
"name": "fhs-graphql-typings", | ||
"version": "1.2.33", | ||
"version": "1.2.34", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "types": "index.ts", |
@@ -279,2 +279,15 @@ "use strict"; | ||
})(TemperatureUnits = exports.TemperatureUnits || (exports.TemperatureUnits = {})); | ||
/** Methods to use when ordering `Translation`. */ | ||
var TranslationsOrderBy; | ||
(function (TranslationsOrderBy) { | ||
TranslationsOrderBy["Natural"] = "NATURAL"; | ||
TranslationsOrderBy["IdAsc"] = "ID_ASC"; | ||
TranslationsOrderBy["IdDesc"] = "ID_DESC"; | ||
TranslationsOrderBy["LanguageAsc"] = "LANGUAGE_ASC"; | ||
TranslationsOrderBy["LanguageDesc"] = "LANGUAGE_DESC"; | ||
TranslationsOrderBy["TextAsc"] = "TEXT_ASC"; | ||
TranslationsOrderBy["TextDesc"] = "TEXT_DESC"; | ||
TranslationsOrderBy["PrimaryKeyAsc"] = "PRIMARY_KEY_ASC"; | ||
TranslationsOrderBy["PrimaryKeyDesc"] = "PRIMARY_KEY_DESC"; | ||
})(TranslationsOrderBy = exports.TranslationsOrderBy || (exports.TranslationsOrderBy = {})); | ||
/** Methods to use when ordering `UserHomeInvite`. */ | ||
@@ -281,0 +294,0 @@ var UserHomeInvitesOrderBy; |
Sorry, the diff of this file is too big to display
350697
2.29%6937
2.3%