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
0
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 1.2.165 to 1.2.166

8

lib/generated/guards.esm.js

@@ -506,2 +506,10 @@

var customers_ai_learning_sync_possibleTypes = ['customers_ai_learning_sync']
export var iscustomers_ai_learning_sync = function(obj) {
if (!obj || !obj.__typename) throw new Error('__typename is missing in "iscustomers_ai_learning_sync"')
return customers_ai_learning_sync_possibleTypes.includes(obj.__typename)
}
var customers_contact_possibleTypes = ['customers_contact']

@@ -508,0 +516,0 @@ export var iscustomers_contact = function(obj) {

@@ -292,2 +292,8 @@ import {

export declare const enumcustomersAiLearningSyncSelectColumn: {
readonly api_url: 'api_url'
readonly tenant_id: 'tenant_id'
readonly tenant_wstoken: 'tenant_wstoken'
}
export declare const enumcustomersContactConstraint: {

@@ -404,2 +410,3 @@ readonly customers_contact_customer_id_key: 'customers_contact_customer_id_key'

readonly calendar_CoursesAccess: 'calendar_CoursesAccess'
readonly calendar_DisplayTasksWithStartTime: 'calendar_DisplayTasksWithStartTime'
readonly calendar_EventTemplatesList: 'calendar_EventTemplatesList'

@@ -406,0 +413,0 @@ readonly calendar_Events: 'calendar_Events'

@@ -251,2 +251,8 @@ import {

export const enumcustomersAiLearningSyncSelectColumn = {
api_url: 'api_url',
tenant_id: 'tenant_id',
tenant_wstoken: 'tenant_wstoken',
}
export const enumcustomersContactConstraint = {

@@ -372,2 +378,3 @@ customers_contact_customer_id_key: 'customers_contact_customer_id_key',

calendar_CoursesAccess: 'calendar_CoursesAccess',
calendar_DisplayTasksWithStartTime: 'calendar_DisplayTasksWithStartTime',
calendar_EventTemplatesList: 'calendar_EventTemplatesList',

@@ -374,0 +381,0 @@ calendar_Events: 'calendar_Events',

2

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

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

@@ -506,2 +506,10 @@

var customers_ai_learning_sync_possibleTypes = ['customers_ai_learning_sync']
export var iscustomers_ai_learning_sync = function(obj) {
if (!obj || !obj.__typename) throw new Error('__typename is missing in "iscustomers_ai_learning_sync"')
return customers_ai_learning_sync_possibleTypes.includes(obj.__typename)
}
var customers_contact_possibleTypes = ['customers_contact']

@@ -508,0 +516,0 @@ export var iscustomers_contact = function(obj) {

@@ -292,2 +292,8 @@ import {

export declare const enumcustomersAiLearningSyncSelectColumn: {
readonly api_url: 'api_url'
readonly tenant_id: 'tenant_id'
readonly tenant_wstoken: 'tenant_wstoken'
}
export declare const enumcustomersContactConstraint: {

@@ -404,2 +410,3 @@ readonly customers_contact_customer_id_key: 'customers_contact_customer_id_key'

readonly calendar_CoursesAccess: 'calendar_CoursesAccess'
readonly calendar_DisplayTasksWithStartTime: 'calendar_DisplayTasksWithStartTime'
readonly calendar_EventTemplatesList: 'calendar_EventTemplatesList'

@@ -406,0 +413,0 @@ readonly calendar_Events: 'calendar_Events'

@@ -251,2 +251,8 @@ import {

export const enumcustomersAiLearningSyncSelectColumn = {
api_url: 'api_url',
tenant_id: 'tenant_id',
tenant_wstoken: 'tenant_wstoken',
}
export const enumcustomersContactConstraint = {

@@ -372,2 +378,3 @@ customers_contact_customer_id_key: 'customers_contact_customer_id_key',

calendar_CoursesAccess: 'calendar_CoursesAccess',
calendar_DisplayTasksWithStartTime: 'calendar_DisplayTasksWithStartTime',
calendar_EventTemplatesList: 'calendar_EventTemplatesList',

@@ -374,0 +381,0 @@ calendar_Events: 'calendar_Events',

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

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