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 1.2.9 to 1.2.10

2

package.json
{
"name": "fhs-graphql-typings",
"version": "1.2.9",
"version": "1.2.10",
"description": "",

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

@@ -108,4 +108,4 @@ "use strict";

PlanEntriesOrderBy["PlanIdDesc"] = "PLAN_ID_DESC";
PlanEntriesOrderBy["PlanModeAsc"] = "PLAN_MODE_ASC";
PlanEntriesOrderBy["PlanModeDesc"] = "PLAN_MODE_DESC";
PlanEntriesOrderBy["PlanModesAsc"] = "PLAN_MODES_ASC";
PlanEntriesOrderBy["PlanModesDesc"] = "PLAN_MODES_DESC";
PlanEntriesOrderBy["PrimaryKeyAsc"] = "PRIMARY_KEY_ASC";

@@ -115,7 +115,7 @@ PlanEntriesOrderBy["PrimaryKeyDesc"] = "PRIMARY_KEY_DESC";

/** bdwe - Two entries Business Days, Weekend, weekdays - Entry for each week day */
var PlanMode;
(function (PlanMode) {
PlanMode["Bdwe"] = "BDWE";
PlanMode["Weekdays"] = "WEEKDAYS";
})(PlanMode = exports.PlanMode || (exports.PlanMode = {}));
var PlanModes;
(function (PlanModes) {
PlanModes["Bdwe"] = "BDWE";
PlanModes["Weekdays"] = "WEEKDAYS";
})(PlanModes = exports.PlanModes || (exports.PlanModes = {}));
/** Methods to use when ordering `PlanOverride`. */

@@ -150,4 +150,2 @@ var PlanOverridesOrderBy;

PlansOrderBy["ScheduleIdDesc"] = "SCHEDULE_ID_DESC";
PlansOrderBy["CurrentPlanModeAsc"] = "CURRENT_PLAN_MODE_ASC";
PlansOrderBy["CurrentPlanModeDesc"] = "CURRENT_PLAN_MODE_DESC";
PlansOrderBy["ModeAsc"] = "MODE_ASC";

@@ -154,0 +152,0 @@ PlansOrderBy["ModeDesc"] = "MODE_DESC";

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc