New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fhs-graphql-typings

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fhs-graphql-typings - npm Package Compare versions

Comparing version

to
1.2.32

2

package.json
{
"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