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

2

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