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

8

lib/generated/guards.esm.js

@@ -194,2 +194,10 @@

var SupportRelationResult_possibleTypes = ['SupportRelationResult']
export var isSupportRelationResult = function(obj) {
if (!obj || !obj.__typename) throw new Error('__typename is missing in "isSupportRelationResult"')
return SupportRelationResult_possibleTypes.includes(obj.__typename)
}
var UpdateUserOutput_possibleTypes = ['UpdateUserOutput']

@@ -196,0 +204,0 @@ export var isUpdateUserOutput = function(obj) {

1

lib/generated/index.d.ts

@@ -537,2 +537,3 @@ import {

export declare const enumrecipientSoknadsSelectColumn: {
readonly customer_id: 'customer_id'
readonly soknad_id: 'soknad_id'

@@ -539,0 +540,0 @@ readonly user_id: 'user_id'

@@ -507,2 +507,3 @@ import {

export const enumrecipientSoknadsSelectColumn = {
customer_id: 'customer_id',
soknad_id: 'soknad_id',

@@ -509,0 +510,0 @@ user_id: 'user_id',

4

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

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

"copy-files:win": "xcopy .\\src\\generated\\ .\\lib\\generated\\",
"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: 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\"",
"genql:local": "genql --endpoint http://localhost:7001/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: srvdirectory\"",

@@ -19,0 +19,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

@@ -194,2 +194,10 @@

var SupportRelationResult_possibleTypes = ['SupportRelationResult']
export var isSupportRelationResult = function(obj) {
if (!obj || !obj.__typename) throw new Error('__typename is missing in "isSupportRelationResult"')
return SupportRelationResult_possibleTypes.includes(obj.__typename)
}
var UpdateUserOutput_possibleTypes = ['UpdateUserOutput']

@@ -196,0 +204,0 @@ export var isUpdateUserOutput = function(obj) {

@@ -537,2 +537,3 @@ import {

export declare const enumrecipientSoknadsSelectColumn: {
readonly customer_id: 'customer_id'
readonly soknad_id: 'soknad_id'

@@ -539,0 +540,0 @@ readonly user_id: 'user_id'

@@ -507,2 +507,3 @@ import {

export const enumrecipientSoknadsSelectColumn = {
customer_id: 'customer_id',
soknad_id: 'soknad_id',

@@ -509,0 +510,0 @@ user_id: 'user_id',

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