diff --git a/README.md b/README.md index 10e926c509f71742f239fe3ccf7e064b7130e470..9125bac897959988a7bbb5405f62481fac94cf41 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ and navigate to `build/viewer` **GraphQL schemas** - node node_modules//@graphql-codegen/cli/bin -c src/extensions/rcsb/graphql/codegen.yml + node node_modules/@graphql-codegen/cli/cjs/bin -c src/extensions/rcsb/graphql/codegen.yml ### Other scripts **Create chem comp bond table** @@ -152,7 +152,7 @@ Or node lib/commonjs/cli/cif2bcif E.g. - + node lib/commonjs/cli/cif2bcif src.cif out.bcif.gz node lib/commonjs/cli/cif2bcif src.bcif.gz out.cif diff --git a/src/extensions/rcsb/graphql/types.ts b/src/extensions/rcsb/graphql/types.ts index a113cbbe299abb84df59e65f4ee6d21cf6894ea2..58fc86f4e00d4ef5bf0743dbc2e23756466d3edf 100644 --- a/src/extensions/rcsb/graphql/types.ts +++ b/src/extensions/rcsb/graphql/types.ts @@ -4,7 +4,7 @@ export type InputMaybe<T> = Maybe<T>; export type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] }; export type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> }; export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> }; -// Generated on 2022-06-26T14:02:35-07:00 +// Generated on 2022-08-20T16:36:05-07:00 /** All built-in and custom scalars, mapped to their actual values */ export type Scalars = { @@ -13,11 +13,8 @@ export type Scalars = { Boolean: boolean; Int: number; Float: number; - /** Built-in scalar representing an instant in time */ Date: any; - /** Built-in scalar for dynamic values */ ObjectScalar: any; - /** Use SPQR's SchemaPrinter to remove this from SDL */ UNREPRESENTABLE: any; }; diff --git a/src/mol-io/reader/cif/schema/bird.ts b/src/mol-io/reader/cif/schema/bird.ts index 5d88c181affb0c14c762e23046174d3a1078b3ae..801063c85d8e96534f3956fe089442d381329d58 100644 --- a/src/mol-io/reader/cif/schema/bird.ts +++ b/src/mol-io/reader/cif/schema/bird.ts @@ -1,7 +1,7 @@ /** * Copyright (c) 2017-2022 mol* contributors, licensed under MIT, See LICENSE file for more info. * - * Code-generated 'BIRD' schema file. Dictionary versions: mmCIF 5.359, IHM 1.17, MA 1.4.1. + * Code-generated 'BIRD' schema file. Dictionary versions: mmCIF 5.360, IHM 1.17, MA 1.4.2. * * @author molstar/ciftools package */ diff --git a/src/mol-io/reader/cif/schema/ccd.ts b/src/mol-io/reader/cif/schema/ccd.ts index 86ea246065cc2bb1cbdf248cb1f815311648be8f..bffecfa236872ef43c9780ec78a5a85e415ccba1 100644 --- a/src/mol-io/reader/cif/schema/ccd.ts +++ b/src/mol-io/reader/cif/schema/ccd.ts @@ -1,7 +1,7 @@ /** * Copyright (c) 2017-2022 mol* contributors, licensed under MIT, See LICENSE file for more info. * - * Code-generated 'CCD' schema file. Dictionary versions: mmCIF 5.359, IHM 1.17, MA 1.4.1. + * Code-generated 'CCD' schema file. Dictionary versions: mmCIF 5.360, IHM 1.17, MA 1.4.2. * * @author molstar/ciftools package */ diff --git a/src/mol-io/reader/cif/schema/mmcif.ts b/src/mol-io/reader/cif/schema/mmcif.ts index 51d060ddc0fd8cf5076fdcaac37712256978edbd..f8a84b566ad2245df621a7e973e6086ead1a9bd6 100644 --- a/src/mol-io/reader/cif/schema/mmcif.ts +++ b/src/mol-io/reader/cif/schema/mmcif.ts @@ -1,7 +1,7 @@ /** * Copyright (c) 2017-2022 mol* contributors, licensed under MIT, See LICENSE file for more info. * - * Code-generated 'mmCIF' schema file. Dictionary versions: mmCIF 5.359, IHM 1.17, MA 1.4.1. + * Code-generated 'mmCIF' schema file. Dictionary versions: mmCIF 5.360, IHM 1.17, MA 1.4.2. * * @author molstar/ciftools package */