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
1
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.0.8

48

lib/guards.esm.js

@@ -354,50 +354,2 @@

var customer_contact_possibleTypes = ['customer_contact']
export var iscustomer_contact = function(obj) {
if (!obj || !obj.__typename) throw new Error('__typename is missing in "iscustomer_contact"')
return customer_contact_possibleTypes.includes(obj.__typename)
}
var customer_contact_aggregate_possibleTypes = ['customer_contact_aggregate']
export var iscustomer_contact_aggregate = function(obj) {
if (!obj || !obj.__typename) throw new Error('__typename is missing in "iscustomer_contact_aggregate"')
return customer_contact_aggregate_possibleTypes.includes(obj.__typename)
}
var customer_contact_aggregate_fields_possibleTypes = ['customer_contact_aggregate_fields']
export var iscustomer_contact_aggregate_fields = function(obj) {
if (!obj || !obj.__typename) throw new Error('__typename is missing in "iscustomer_contact_aggregate_fields"')
return customer_contact_aggregate_fields_possibleTypes.includes(obj.__typename)
}
var customer_contact_max_fields_possibleTypes = ['customer_contact_max_fields']
export var iscustomer_contact_max_fields = function(obj) {
if (!obj || !obj.__typename) throw new Error('__typename is missing in "iscustomer_contact_max_fields"')
return customer_contact_max_fields_possibleTypes.includes(obj.__typename)
}
var customer_contact_min_fields_possibleTypes = ['customer_contact_min_fields']
export var iscustomer_contact_min_fields = function(obj) {
if (!obj || !obj.__typename) throw new Error('__typename is missing in "iscustomer_contact_min_fields"')
return customer_contact_min_fields_possibleTypes.includes(obj.__typename)
}
var customer_contact_mutation_response_possibleTypes = ['customer_contact_mutation_response']
export var iscustomer_contact_mutation_response = function(obj) {
if (!obj || !obj.__typename) throw new Error('__typename is missing in "iscustomer_contact_mutation_response"')
return customer_contact_mutation_response_possibleTypes.includes(obj.__typename)
}
var customer_user_possibleTypes = ['customer_user']

@@ -404,0 +356,0 @@ export var iscustomer_user = function(obj) {

2

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

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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