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

asma-genql-directory

Package Overview
Dependencies
Maintainers
7
Versions
293
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asma-genql-directory - npm Package Compare versions

Comparing version

to
1.2.107

8

lib/generated/guards.esm.js

@@ -146,2 +146,10 @@

var PrefillResponseCoordinatorType_possibleTypes = ['PrefillResponseCoordinatorType']
export var isPrefillResponseCoordinatorType = function(obj) {
if (!obj || !obj.__typename) throw new Error('__typename is missing in "isPrefillResponseCoordinatorType"')
return PrefillResponseCoordinatorType_possibleTypes.includes(obj.__typename)
}
var PrefillResponseQuestionType_possibleTypes = ['PrefillResponseQuestionType']

@@ -148,0 +156,0 @@ export var isPrefillResponseQuestionType = function(obj) {

3

package.json
{
"name": "asma-genql-directory",
"version": "1.2.106",
"version": "1.2.107",
"description": "autogen for directory srv",

@@ -16,2 +16,3 @@ "main": "lib/index.js",

"copy-files:win": "xcopy .\\src\\generated\\ .\\lib\\generated\\",
"genql:dev-super-user": "genql --endpoint https://dev.adopus.no/api/directory/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: oUf822vk7z3oYPCpc\" -H \"x-hasura-role: super_user\"",
"genql:dev": "genql --endpoint https://dev.adopus.no/api/directory/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: oUf822vk7z3oYPCpc\" -H \"x-hasura-role: genql\"",

@@ -18,0 +19,0 @@ "genql:local": "genql --endpoint http://localhost:7001/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: srvdirectory\"",

@@ -146,2 +146,10 @@

var PrefillResponseCoordinatorType_possibleTypes = ['PrefillResponseCoordinatorType']
export var isPrefillResponseCoordinatorType = function(obj) {
if (!obj || !obj.__typename) throw new Error('__typename is missing in "isPrefillResponseCoordinatorType"')
return PrefillResponseCoordinatorType_possibleTypes.includes(obj.__typename)
}
var PrefillResponseQuestionType_possibleTypes = ['PrefillResponseQuestionType']

@@ -148,0 +156,0 @@ export var isPrefillResponseQuestionType = function(obj) {

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

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

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