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.31

2

package.json
{
"name": "fhs-graphql-typings",
"version": "1.2.30",
"version": "1.2.31",
"description": "",

@@ -5,0 +5,0 @@ "types": "index.ts",

@@ -132,26 +132,2 @@ "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`. */

@@ -301,2 +277,23 @@ var PlanBlocksOrderBy;

})(UserHomeInvitesOrderBy = exports.UserHomeInvitesOrderBy || (exports.UserHomeInvitesOrderBy = {}));
/** Methods to use when ordering `UserHomeSetting`. */
var UserHomeSettingsOrderBy;
(function (UserHomeSettingsOrderBy) {
UserHomeSettingsOrderBy["Natural"] = "NATURAL";
UserHomeSettingsOrderBy["UserIdAsc"] = "USER_ID_ASC";
UserHomeSettingsOrderBy["UserIdDesc"] = "USER_ID_DESC";
UserHomeSettingsOrderBy["HomeIdAsc"] = "HOME_ID_ASC";
UserHomeSettingsOrderBy["HomeIdDesc"] = "HOME_ID_DESC";
UserHomeSettingsOrderBy["NotificationEnabledAsc"] = "NOTIFICATION_ENABLED_ASC";
UserHomeSettingsOrderBy["NotificationEnabledDesc"] = "NOTIFICATION_ENABLED_DESC";
UserHomeSettingsOrderBy["NotificationTrvBatteryLowAsc"] = "NOTIFICATION_TRV_BATTERY_LOW_ASC";
UserHomeSettingsOrderBy["NotificationTrvBatteryLowDesc"] = "NOTIFICATION_TRV_BATTERY_LOW_DESC";
UserHomeSettingsOrderBy["NotificationTrvValveProblemAsc"] = "NOTIFICATION_TRV_VALVE_PROBLEM_ASC";
UserHomeSettingsOrderBy["NotificationTrvValveProblemDesc"] = "NOTIFICATION_TRV_VALVE_PROBLEM_DESC";
UserHomeSettingsOrderBy["NotificationOpenWindowAsc"] = "NOTIFICATION_OPEN_WINDOW_ASC";
UserHomeSettingsOrderBy["NotificationOpenWindowDesc"] = "NOTIFICATION_OPEN_WINDOW_DESC";
UserHomeSettingsOrderBy["NotificationAntiFreezeLowLimitAsc"] = "NOTIFICATION_ANTI_FREEZE_LOW_LIMIT_ASC";
UserHomeSettingsOrderBy["NotificationAntiFreezeLowLimitDesc"] = "NOTIFICATION_ANTI_FREEZE_LOW_LIMIT_DESC";
UserHomeSettingsOrderBy["PrimaryKeyAsc"] = "PRIMARY_KEY_ASC";
UserHomeSettingsOrderBy["PrimaryKeyDesc"] = "PRIMARY_KEY_DESC";
})(UserHomeSettingsOrderBy = exports.UserHomeSettingsOrderBy || (exports.UserHomeSettingsOrderBy = {}));
/** Methods to use when ordering `UserHome`. */

@@ -303,0 +300,0 @@ var UserHomesOrderBy;

Sorry, the diff of this file is too big to display