fhs-graphql-typings
Advanced tools
Comparing version
{ | ||
"name": "fhs-graphql-typings", | ||
"version": "1.2.31", | ||
"version": "1.2.32", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "types": "index.ts", |
@@ -132,2 +132,26 @@ "use strict"; | ||
})(LastUserLocationsOrderBy = exports.LastUserLocationsOrderBy || (exports.LastUserLocationsOrderBy = {})); | ||
/** Methods to use when ordering `MigrationsLock`. */ | ||
var MigrationsLocksOrderBy; | ||
(function (MigrationsLocksOrderBy) { | ||
MigrationsLocksOrderBy["Natural"] = "NATURAL"; | ||
MigrationsLocksOrderBy["DummyColumnAsc"] = "DUMMY_COLUMN_ASC"; | ||
MigrationsLocksOrderBy["DummyColumnDesc"] = "DUMMY_COLUMN_DESC"; | ||
})(MigrationsLocksOrderBy = exports.MigrationsLocksOrderBy || (exports.MigrationsLocksOrderBy = {})); | ||
/** Methods to use when ordering `Migration`. */ | ||
var MigrationsOrderBy; | ||
(function (MigrationsOrderBy) { | ||
MigrationsOrderBy["Natural"] = "NATURAL"; | ||
MigrationsOrderBy["LevelAsc"] = "LEVEL_ASC"; | ||
MigrationsOrderBy["LevelDesc"] = "LEVEL_DESC"; | ||
MigrationsOrderBy["CommentAsc"] = "COMMENT_ASC"; | ||
MigrationsOrderBy["CommentDesc"] = "COMMENT_DESC"; | ||
MigrationsOrderBy["TimestampAsc"] = "TIMESTAMP_ASC"; | ||
MigrationsOrderBy["TimestampDesc"] = "TIMESTAMP_DESC"; | ||
MigrationsOrderBy["ChecksumAsc"] = "CHECKSUM_ASC"; | ||
MigrationsOrderBy["ChecksumDesc"] = "CHECKSUM_DESC"; | ||
MigrationsOrderBy["NamespaceAsc"] = "NAMESPACE_ASC"; | ||
MigrationsOrderBy["NamespaceDesc"] = "NAMESPACE_DESC"; | ||
MigrationsOrderBy["PrimaryKeyAsc"] = "PRIMARY_KEY_ASC"; | ||
MigrationsOrderBy["PrimaryKeyDesc"] = "PRIMARY_KEY_DESC"; | ||
})(MigrationsOrderBy = exports.MigrationsOrderBy || (exports.MigrationsOrderBy = {})); | ||
/** Methods to use when ordering `PlanBlock`. */ | ||
@@ -134,0 +158,0 @@ var PlanBlocksOrderBy; |
Sorry, the diff of this file is too big to display
339394
8.68%6711
8.29%