asma-genql-directory
Advanced tools
Comparing version
@@ -298,2 +298,18 @@ | ||
var customer_reports_possibleTypes = ['customer_reports'] | ||
export var iscustomer_reports = function(obj) { | ||
if (!obj || !obj.__typename) throw new Error('__typename is missing in "iscustomer_reports"') | ||
return customer_reports_possibleTypes.includes(obj.__typename) | ||
} | ||
var customer_reports_mutation_response_possibleTypes = ['customer_reports_mutation_response'] | ||
export var iscustomer_reports_mutation_response = function(obj) { | ||
if (!obj || !obj.__typename) throw new Error('__typename is missing in "iscustomer_reports_mutation_response"') | ||
return customer_reports_mutation_response_possibleTypes.includes(obj.__typename) | ||
} | ||
var customer_user_possibleTypes = ['customer_user'] | ||
@@ -595,2 +611,10 @@ export var iscustomer_user = function(obj) { | ||
var openreplay_mutation_response_possibleTypes = ['openreplay_mutation_response'] | ||
export var isopenreplay_mutation_response = function(obj) { | ||
if (!obj || !obj.__typename) throw new Error('__typename is missing in "isopenreplay_mutation_response"') | ||
return openreplay_mutation_response_possibleTypes.includes(obj.__typename) | ||
} | ||
var patient_groups_hidden_possibleTypes = ['patient_groups_hidden'] | ||
@@ -597,0 +621,0 @@ export var ispatient_groups_hidden = function(obj) { |
@@ -138,2 +138,20 @@ import { | ||
export declare const enumcustomerReportsConstraint: { | ||
readonly customer_reports_pkey: 'customer_reports_pkey' | ||
} | ||
export declare const enumcustomerReportsSelectColumn: { | ||
readonly customer_id: 'customer_id' | ||
readonly email: 'email' | ||
readonly id: 'id' | ||
readonly password: 'password' | ||
} | ||
export declare const enumcustomerReportsUpdateColumn: { | ||
readonly customer_id: 'customer_id' | ||
readonly email: 'email' | ||
readonly id: 'id' | ||
readonly password: 'password' | ||
} | ||
export declare const enumcustomerUserAppVersionConstraint: { | ||
@@ -291,2 +309,3 @@ readonly customer_user_app_version_pkey: 'customer_user_app_version_pkey' | ||
readonly company_url: 'company_url' | ||
readonly customer_id: 'customer_id' | ||
readonly email: 'email' | ||
@@ -313,2 +332,3 @@ readonly logo: 'logo' | ||
readonly deleted_at: 'deleted_at' | ||
readonly genesis_set: 'genesis_set' | ||
readonly id: 'id' | ||
@@ -516,2 +536,6 @@ readonly name: 'name' | ||
export declare const enumopenreplayConstraint: { | ||
readonly openreplay_pkey: 'openreplay_pkey' | ||
} | ||
export declare const enumopenreplaySelectColumn: { | ||
@@ -526,2 +550,11 @@ readonly customer_id: 'customer_id' | ||
export declare const enumopenreplayUpdateColumn: { | ||
readonly customer_id: 'customer_id' | ||
readonly enable: 'enable' | ||
readonly graphql: 'graphql' | ||
readonly live_assist: 'live_assist' | ||
readonly mobx: 'mobx' | ||
readonly profiler: 'profiler' | ||
} | ||
export declare const enumorderBy: { | ||
@@ -528,0 +561,0 @@ readonly asc: 'asc' |
@@ -95,2 +95,20 @@ import { | ||
export const enumcustomerReportsConstraint = { | ||
customer_reports_pkey: 'customer_reports_pkey', | ||
} | ||
export const enumcustomerReportsSelectColumn = { | ||
customer_id: 'customer_id', | ||
email: 'email', | ||
id: 'id', | ||
password: 'password', | ||
} | ||
export const enumcustomerReportsUpdateColumn = { | ||
customer_id: 'customer_id', | ||
email: 'email', | ||
id: 'id', | ||
password: 'password', | ||
} | ||
export const enumcustomerUserAppVersionConstraint = { | ||
@@ -251,2 +269,3 @@ customer_user_app_version_pkey: 'customer_user_app_version_pkey', | ||
company_url: 'company_url', | ||
customer_id: 'customer_id', | ||
email: 'email', | ||
@@ -273,2 +292,3 @@ logo: 'logo', | ||
deleted_at: 'deleted_at', | ||
genesis_set: 'genesis_set', | ||
id: 'id', | ||
@@ -488,2 +508,6 @@ name: 'name', | ||
export const enumopenreplayConstraint = { | ||
openreplay_pkey: 'openreplay_pkey', | ||
} | ||
export const enumopenreplaySelectColumn = { | ||
@@ -498,2 +522,11 @@ customer_id: 'customer_id', | ||
export const enumopenreplayUpdateColumn = { | ||
customer_id: 'customer_id', | ||
enable: 'enable', | ||
graphql: 'graphql', | ||
live_assist: 'live_assist', | ||
mobx: 'mobx', | ||
profiler: 'profiler', | ||
} | ||
export const enumorderBy = { | ||
@@ -500,0 +533,0 @@ asc: 'asc', |
{ | ||
"name": "asma-genql-directory", | ||
"version": "1.2.107", | ||
"version": "1.2.108", | ||
"description": "autogen for directory srv", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -298,2 +298,18 @@ | ||
var customer_reports_possibleTypes = ['customer_reports'] | ||
export var iscustomer_reports = function(obj) { | ||
if (!obj || !obj.__typename) throw new Error('__typename is missing in "iscustomer_reports"') | ||
return customer_reports_possibleTypes.includes(obj.__typename) | ||
} | ||
var customer_reports_mutation_response_possibleTypes = ['customer_reports_mutation_response'] | ||
export var iscustomer_reports_mutation_response = function(obj) { | ||
if (!obj || !obj.__typename) throw new Error('__typename is missing in "iscustomer_reports_mutation_response"') | ||
return customer_reports_mutation_response_possibleTypes.includes(obj.__typename) | ||
} | ||
var customer_user_possibleTypes = ['customer_user'] | ||
@@ -595,2 +611,10 @@ export var iscustomer_user = function(obj) { | ||
var openreplay_mutation_response_possibleTypes = ['openreplay_mutation_response'] | ||
export var isopenreplay_mutation_response = function(obj) { | ||
if (!obj || !obj.__typename) throw new Error('__typename is missing in "isopenreplay_mutation_response"') | ||
return openreplay_mutation_response_possibleTypes.includes(obj.__typename) | ||
} | ||
var patient_groups_hidden_possibleTypes = ['patient_groups_hidden'] | ||
@@ -597,0 +621,0 @@ export var ispatient_groups_hidden = function(obj) { |
@@ -138,2 +138,20 @@ import { | ||
export declare const enumcustomerReportsConstraint: { | ||
readonly customer_reports_pkey: 'customer_reports_pkey' | ||
} | ||
export declare const enumcustomerReportsSelectColumn: { | ||
readonly customer_id: 'customer_id' | ||
readonly email: 'email' | ||
readonly id: 'id' | ||
readonly password: 'password' | ||
} | ||
export declare const enumcustomerReportsUpdateColumn: { | ||
readonly customer_id: 'customer_id' | ||
readonly email: 'email' | ||
readonly id: 'id' | ||
readonly password: 'password' | ||
} | ||
export declare const enumcustomerUserAppVersionConstraint: { | ||
@@ -291,2 +309,3 @@ readonly customer_user_app_version_pkey: 'customer_user_app_version_pkey' | ||
readonly company_url: 'company_url' | ||
readonly customer_id: 'customer_id' | ||
readonly email: 'email' | ||
@@ -313,2 +332,3 @@ readonly logo: 'logo' | ||
readonly deleted_at: 'deleted_at' | ||
readonly genesis_set: 'genesis_set' | ||
readonly id: 'id' | ||
@@ -516,2 +536,6 @@ readonly name: 'name' | ||
export declare const enumopenreplayConstraint: { | ||
readonly openreplay_pkey: 'openreplay_pkey' | ||
} | ||
export declare const enumopenreplaySelectColumn: { | ||
@@ -526,2 +550,11 @@ readonly customer_id: 'customer_id' | ||
export declare const enumopenreplayUpdateColumn: { | ||
readonly customer_id: 'customer_id' | ||
readonly enable: 'enable' | ||
readonly graphql: 'graphql' | ||
readonly live_assist: 'live_assist' | ||
readonly mobx: 'mobx' | ||
readonly profiler: 'profiler' | ||
} | ||
export declare const enumorderBy: { | ||
@@ -528,0 +561,0 @@ readonly asc: 'asc' |
@@ -95,2 +95,20 @@ import { | ||
export const enumcustomerReportsConstraint = { | ||
customer_reports_pkey: 'customer_reports_pkey', | ||
} | ||
export const enumcustomerReportsSelectColumn = { | ||
customer_id: 'customer_id', | ||
email: 'email', | ||
id: 'id', | ||
password: 'password', | ||
} | ||
export const enumcustomerReportsUpdateColumn = { | ||
customer_id: 'customer_id', | ||
email: 'email', | ||
id: 'id', | ||
password: 'password', | ||
} | ||
export const enumcustomerUserAppVersionConstraint = { | ||
@@ -251,2 +269,3 @@ customer_user_app_version_pkey: 'customer_user_app_version_pkey', | ||
company_url: 'company_url', | ||
customer_id: 'customer_id', | ||
email: 'email', | ||
@@ -273,2 +292,3 @@ logo: 'logo', | ||
deleted_at: 'deleted_at', | ||
genesis_set: 'genesis_set', | ||
id: 'id', | ||
@@ -488,2 +508,6 @@ name: 'name', | ||
export const enumopenreplayConstraint = { | ||
openreplay_pkey: 'openreplay_pkey', | ||
} | ||
export const enumopenreplaySelectColumn = { | ||
@@ -498,2 +522,11 @@ customer_id: 'customer_id', | ||
export const enumopenreplayUpdateColumn = { | ||
customer_id: 'customer_id', | ||
enable: 'enable', | ||
graphql: 'graphql', | ||
live_assist: 'live_assist', | ||
mobx: 'mobx', | ||
profiler: 'profiler', | ||
} | ||
export const enumorderBy = { | ||
@@ -500,0 +533,0 @@ asc: 'asc', |
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
3836202
4.25%68127
4.22%