boltz-api 0.30.4 → 0.35.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +75 -0
- package/api-promise.d.mts +1 -0
- package/api-promise.d.mts.map +1 -1
- package/api-promise.d.ts +1 -0
- package/api-promise.d.ts.map +1 -1
- package/api-promise.mjs +1 -0
- package/api-promise.mjs.map +1 -1
- package/client.d.mts.map +1 -1
- package/client.d.ts.map +1 -1
- package/client.mjs.map +1 -1
- package/core/api-promise.d.mts.map +1 -1
- package/core/api-promise.d.ts.map +1 -1
- package/core/api-promise.mjs.map +1 -1
- package/core/error.mjs.map +1 -1
- package/core/pagination.d.mts.map +1 -1
- package/core/pagination.d.ts.map +1 -1
- package/core/pagination.mjs.map +1 -1
- package/core/resource.d.mts.map +1 -1
- package/core/resource.d.ts.map +1 -1
- package/core/uploads.d.mts.map +1 -1
- package/core/uploads.d.ts.map +1 -1
- package/core/uploads.mjs.map +1 -1
- package/error.d.mts +1 -0
- package/error.d.mts.map +1 -1
- package/error.d.ts +1 -0
- package/error.d.ts.map +1 -1
- package/error.mjs +1 -0
- package/error.mjs.map +1 -1
- package/index.d.mts.map +1 -1
- package/index.d.ts.map +1 -1
- package/index.mjs.map +1 -1
- package/internal/detect-platform.mjs.map +1 -1
- package/internal/headers.mjs.map +1 -1
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.mjs.map +1 -1
- package/internal/qs/formats.d.mts.map +1 -1
- package/internal/qs/formats.d.ts.map +1 -1
- package/internal/qs/index.d.mts +2 -2
- package/internal/qs/index.d.mts.map +1 -1
- package/internal/qs/index.d.ts +2 -2
- package/internal/qs/index.d.ts.map +1 -1
- package/internal/qs/index.mjs.map +1 -1
- package/internal/qs/stringify.d.mts.map +1 -1
- package/internal/qs/stringify.d.ts.map +1 -1
- package/internal/qs/stringify.mjs.map +1 -1
- package/internal/qs/utils.d.mts.map +1 -1
- package/internal/qs/utils.d.ts.map +1 -1
- package/internal/qs/utils.mjs.map +1 -1
- package/internal/request-options.d.mts.map +1 -1
- package/internal/request-options.d.ts.map +1 -1
- package/internal/shims.d.mts +6 -0
- package/internal/shims.d.mts.map +1 -1
- package/internal/shims.d.ts +6 -0
- package/internal/shims.d.ts.map +1 -1
- package/internal/to-file.d.mts.map +1 -1
- package/internal/to-file.d.ts.map +1 -1
- package/internal/to-file.mjs.map +1 -1
- package/internal/types.d.mts +4 -4
- package/internal/types.d.mts.map +1 -1
- package/internal/types.d.ts +4 -4
- package/internal/types.d.ts.map +1 -1
- package/internal/uploads.d.mts.map +1 -1
- package/internal/uploads.d.ts.map +1 -1
- package/internal/uploads.mjs.map +1 -1
- package/internal/utils/base64.mjs.map +1 -1
- package/internal/utils/log.d.mts.map +1 -1
- package/internal/utils/log.d.ts.map +1 -1
- package/internal/utils/log.mjs.map +1 -1
- package/internal/utils/path.mjs.map +1 -1
- package/internal/utils/query.mjs.map +1 -1
- package/internal/utils/values.mjs.map +1 -1
- package/internal/utils.d.mts.map +1 -1
- package/internal/utils.d.ts.map +1 -1
- package/internal/utils.mjs.map +1 -1
- package/package.json +1 -1
- package/pagination.d.mts +1 -0
- package/pagination.d.mts.map +1 -1
- package/pagination.d.ts +1 -0
- package/pagination.d.ts.map +1 -1
- package/pagination.mjs +1 -0
- package/pagination.mjs.map +1 -1
- package/resource.d.mts +1 -0
- package/resource.d.mts.map +1 -1
- package/resource.d.ts +1 -0
- package/resource.d.ts.map +1 -1
- package/resource.mjs +1 -0
- package/resource.mjs.map +1 -1
- package/resources/admin/admin.d.mts +2 -2
- package/resources/admin/admin.d.mts.map +1 -1
- package/resources/admin/admin.d.ts +2 -2
- package/resources/admin/admin.d.ts.map +1 -1
- package/resources/admin/admin.js.map +1 -1
- package/resources/admin/admin.mjs.map +1 -1
- package/resources/admin/api-keys.d.mts.map +1 -1
- package/resources/admin/api-keys.d.ts.map +1 -1
- package/resources/admin/api-keys.mjs.map +1 -1
- package/resources/admin/index.d.mts +1 -1
- package/resources/admin/index.d.mts.map +1 -1
- package/resources/admin/index.d.ts +1 -1
- package/resources/admin/index.d.ts.map +1 -1
- package/resources/admin/index.js.map +1 -1
- package/resources/admin/index.mjs.map +1 -1
- package/resources/admin/usage.d.mts.map +1 -1
- package/resources/admin/usage.d.ts.map +1 -1
- package/resources/admin/usage.mjs.map +1 -1
- package/resources/admin/workspaces.d.mts +94 -1
- package/resources/admin/workspaces.d.mts.map +1 -1
- package/resources/admin/workspaces.d.ts +94 -1
- package/resources/admin/workspaces.d.ts.map +1 -1
- package/resources/admin/workspaces.js +15 -0
- package/resources/admin/workspaces.js.map +1 -1
- package/resources/admin/workspaces.mjs +15 -0
- package/resources/admin/workspaces.mjs.map +1 -1
- package/resources/admin.d.mts.map +1 -1
- package/resources/admin.d.ts.map +1 -1
- package/resources/admin.mjs.map +1 -1
- package/resources/auth.d.mts.map +1 -1
- package/resources/auth.d.ts.map +1 -1
- package/resources/auth.mjs.map +1 -1
- package/resources/cli.d.mts.map +1 -1
- package/resources/cli.d.ts.map +1 -1
- package/resources/cli.mjs.map +1 -1
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.mjs.map +1 -1
- package/resources/predictions/adme.d.mts +539 -0
- package/resources/predictions/adme.d.mts.map +1 -0
- package/resources/predictions/adme.d.ts +539 -0
- package/resources/predictions/adme.d.ts.map +1 -0
- package/resources/predictions/adme.js +72 -0
- package/resources/predictions/adme.js.map +1 -0
- package/resources/predictions/adme.mjs +68 -0
- package/resources/predictions/adme.mjs.map +1 -0
- package/resources/predictions/index.d.mts +1 -0
- package/resources/predictions/index.d.mts.map +1 -1
- package/resources/predictions/index.d.ts +1 -0
- package/resources/predictions/index.d.ts.map +1 -1
- package/resources/predictions/index.js +3 -1
- package/resources/predictions/index.js.map +1 -1
- package/resources/predictions/index.mjs +1 -0
- package/resources/predictions/index.mjs.map +1 -1
- package/resources/predictions/predictions.d.mts +4 -0
- package/resources/predictions/predictions.d.mts.map +1 -1
- package/resources/predictions/predictions.d.ts +4 -0
- package/resources/predictions/predictions.d.ts.map +1 -1
- package/resources/predictions/predictions.js +4 -0
- package/resources/predictions/predictions.js.map +1 -1
- package/resources/predictions/predictions.mjs +4 -0
- package/resources/predictions/predictions.mjs.map +1 -1
- package/resources/predictions/structure-and-binding.d.mts +24 -156
- package/resources/predictions/structure-and-binding.d.mts.map +1 -1
- package/resources/predictions/structure-and-binding.d.ts +24 -156
- package/resources/predictions/structure-and-binding.d.ts.map +1 -1
- package/resources/predictions/structure-and-binding.mjs.map +1 -1
- package/resources/predictions.d.mts.map +1 -1
- package/resources/predictions.d.ts.map +1 -1
- package/resources/predictions.mjs.map +1 -1
- package/resources/protein/design.d.mts +161 -509
- package/resources/protein/design.d.mts.map +1 -1
- package/resources/protein/design.d.ts +161 -509
- package/resources/protein/design.d.ts.map +1 -1
- package/resources/protein/design.mjs.map +1 -1
- package/resources/protein/index.d.mts.map +1 -1
- package/resources/protein/index.d.ts.map +1 -1
- package/resources/protein/index.mjs.map +1 -1
- package/resources/protein/library-screen.d.mts +133 -327
- package/resources/protein/library-screen.d.mts.map +1 -1
- package/resources/protein/library-screen.d.ts +133 -327
- package/resources/protein/library-screen.d.ts.map +1 -1
- package/resources/protein/library-screen.mjs.map +1 -1
- package/resources/protein/protein.d.mts.map +1 -1
- package/resources/protein/protein.d.ts.map +1 -1
- package/resources/protein/protein.mjs.map +1 -1
- package/resources/protein.d.mts.map +1 -1
- package/resources/protein.d.ts.map +1 -1
- package/resources/protein.mjs.map +1 -1
- package/resources/small-molecule/design.d.mts +31 -65
- package/resources/small-molecule/design.d.mts.map +1 -1
- package/resources/small-molecule/design.d.ts +31 -65
- package/resources/small-molecule/design.d.ts.map +1 -1
- package/resources/small-molecule/design.mjs.map +1 -1
- package/resources/small-molecule/index.d.mts.map +1 -1
- package/resources/small-molecule/index.d.ts.map +1 -1
- package/resources/small-molecule/index.mjs.map +1 -1
- package/resources/small-molecule/library-screen.d.mts +31 -65
- package/resources/small-molecule/library-screen.d.mts.map +1 -1
- package/resources/small-molecule/library-screen.d.ts +31 -65
- package/resources/small-molecule/library-screen.d.ts.map +1 -1
- package/resources/small-molecule/library-screen.mjs.map +1 -1
- package/resources/small-molecule/small-molecule.d.mts.map +1 -1
- package/resources/small-molecule/small-molecule.d.ts.map +1 -1
- package/resources/small-molecule/small-molecule.mjs.map +1 -1
- package/resources/small-molecule.d.mts.map +1 -1
- package/resources/small-molecule.d.ts.map +1 -1
- package/resources/small-molecule.mjs.map +1 -1
- package/resources.d.mts.map +1 -1
- package/resources.d.ts.map +1 -1
- package/resources.mjs.map +1 -1
- package/src/resources/admin/admin.ts +6 -0
- package/src/resources/admin/index.ts +3 -0
- package/src/resources/admin/workspaces.ts +131 -1
- package/src/resources/predictions/adme.ts +682 -0
- package/src/resources/predictions/index.ts +11 -0
- package/src/resources/predictions/predictions.ts +26 -0
- package/src/resources/predictions/structure-and-binding.ts +24 -204
- package/src/resources/protein/design.ts +161 -671
- package/src/resources/protein/library-screen.ts +133 -417
- package/src/resources/small-molecule/design.ts +35 -80
- package/src/resources/small-molecule/library-screen.ts +35 -80
- package/src/version.ts +1 -1
- package/uploads.d.mts +1 -0
- package/uploads.d.mts.map +1 -1
- package/uploads.d.ts +1 -0
- package/uploads.d.ts.map +1 -1
- package/uploads.mjs +1 -0
- package/uploads.mjs.map +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { Adme, type AdmeRetrieveResponse, type AdmeListResponse, type AdmeDeleteDataResponse, type AdmeStartResponse, type AdmeRetrieveParams, type AdmeListParams, type AdmeStartParams, type AdmeListResponsesCursorPage, } from "./adme.mjs";
|
|
1
2
|
export { Predictions } from "./predictions.mjs";
|
|
2
3
|
export { StructureAndBinding, type StructureAndBindingRetrieveResponse, type StructureAndBindingListResponse, type StructureAndBindingDeleteDataResponse, type StructureAndBindingEstimateCostResponse, type StructureAndBindingStartResponse, type StructureAndBindingRetrieveParams, type StructureAndBindingListParams, type StructureAndBindingEstimateCostParams, type StructureAndBindingStartParams, type StructureAndBindingListResponsesCursorPage, } from "./structure-and-binding.mjs";
|
|
3
4
|
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/predictions/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/predictions/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,IAAI,EACJ,KAAK,oBAAoB,EACzB,KAAK,gBAAgB,EACrB,KAAK,sBAAsB,EAC3B,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,cAAc,EACnB,KAAK,eAAe,EACpB,KAAK,2BAA2B,GACjC,mBAAe;AAChB,OAAO,EAAE,WAAW,EAAE,0BAAsB;AAC5C,OAAO,EACL,mBAAmB,EACnB,KAAK,mCAAmC,EACxC,KAAK,+BAA+B,EACpC,KAAK,qCAAqC,EAC1C,KAAK,uCAAuC,EAC5C,KAAK,gCAAgC,EACrC,KAAK,iCAAiC,EACtC,KAAK,6BAA6B,EAClC,KAAK,qCAAqC,EAC1C,KAAK,8BAA8B,EACnC,KAAK,0CAA0C,GAChD,oCAAgC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { Adme, type AdmeRetrieveResponse, type AdmeListResponse, type AdmeDeleteDataResponse, type AdmeStartResponse, type AdmeRetrieveParams, type AdmeListParams, type AdmeStartParams, type AdmeListResponsesCursorPage, } from "./adme.js";
|
|
1
2
|
export { Predictions } from "./predictions.js";
|
|
2
3
|
export { StructureAndBinding, type StructureAndBindingRetrieveResponse, type StructureAndBindingListResponse, type StructureAndBindingDeleteDataResponse, type StructureAndBindingEstimateCostResponse, type StructureAndBindingStartResponse, type StructureAndBindingRetrieveParams, type StructureAndBindingListParams, type StructureAndBindingEstimateCostParams, type StructureAndBindingStartParams, type StructureAndBindingListResponsesCursorPage, } from "./structure-and-binding.js";
|
|
3
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/predictions/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/predictions/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,IAAI,EACJ,KAAK,oBAAoB,EACzB,KAAK,gBAAgB,EACrB,KAAK,sBAAsB,EAC3B,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,cAAc,EACnB,KAAK,eAAe,EACpB,KAAK,2BAA2B,GACjC,kBAAe;AAChB,OAAO,EAAE,WAAW,EAAE,yBAAsB;AAC5C,OAAO,EACL,mBAAmB,EACnB,KAAK,mCAAmC,EACxC,KAAK,+BAA+B,EACpC,KAAK,qCAAqC,EAC1C,KAAK,uCAAuC,EAC5C,KAAK,gCAAgC,EACrC,KAAK,iCAAiC,EACtC,KAAK,6BAA6B,EAClC,KAAK,qCAAqC,EAC1C,KAAK,8BAA8B,EACnC,KAAK,0CAA0C,GAChD,mCAAgC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.StructureAndBinding = exports.Predictions = void 0;
|
|
4
|
+
exports.StructureAndBinding = exports.Predictions = exports.Adme = void 0;
|
|
5
|
+
var adme_1 = require("./adme.js");
|
|
6
|
+
Object.defineProperty(exports, "Adme", { enumerable: true, get: function () { return adme_1.Adme; } });
|
|
5
7
|
var predictions_1 = require("./predictions.js");
|
|
6
8
|
Object.defineProperty(exports, "Predictions", { enumerable: true, get: function () { return predictions_1.Predictions; } });
|
|
7
9
|
var structure_and_binding_1 = require("./structure-and-binding.js");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/predictions/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,oEAYiC;AAX/B,4HAAA,mBAAmB,OAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/predictions/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kCAUgB;AATd,4FAAA,IAAI,OAAA;AAUN,gDAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,oEAYiC;AAX/B,4HAAA,mBAAmB,OAAA"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
export { Adme, } from "./adme.mjs";
|
|
2
3
|
export { Predictions } from "./predictions.mjs";
|
|
3
4
|
export { StructureAndBinding, } from "./structure-and-binding.mjs";
|
|
4
5
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/predictions/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/predictions/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EACL,IAAI,GASL,mBAAe;AAChB,OAAO,EAAE,WAAW,EAAE,0BAAsB;AAC5C,OAAO,EACL,mBAAmB,GAWpB,oCAAgC"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
+
import * as AdmeAPI from "./adme.mjs";
|
|
3
|
+
import { Adme, AdmeDeleteDataResponse, AdmeListParams, AdmeListResponse, AdmeListResponsesCursorPage, AdmeRetrieveParams, AdmeRetrieveResponse, AdmeStartParams, AdmeStartResponse } from "./adme.mjs";
|
|
2
4
|
import * as StructureAndBindingAPI from "./structure-and-binding.mjs";
|
|
3
5
|
import { StructureAndBinding, StructureAndBindingDeleteDataResponse, StructureAndBindingEstimateCostParams, StructureAndBindingEstimateCostResponse, StructureAndBindingListParams, StructureAndBindingListResponse, StructureAndBindingListResponsesCursorPage, StructureAndBindingRetrieveParams, StructureAndBindingRetrieveResponse, StructureAndBindingStartParams, StructureAndBindingStartResponse } from "./structure-and-binding.mjs";
|
|
4
6
|
/**
|
|
@@ -6,8 +8,10 @@ import { StructureAndBinding, StructureAndBindingDeleteDataResponse, StructureAn
|
|
|
6
8
|
*/
|
|
7
9
|
export declare class Predictions extends APIResource {
|
|
8
10
|
structureAndBinding: StructureAndBindingAPI.StructureAndBinding;
|
|
11
|
+
adme: AdmeAPI.Adme;
|
|
9
12
|
}
|
|
10
13
|
export declare namespace Predictions {
|
|
11
14
|
export { StructureAndBinding as StructureAndBinding, type StructureAndBindingRetrieveResponse as StructureAndBindingRetrieveResponse, type StructureAndBindingListResponse as StructureAndBindingListResponse, type StructureAndBindingDeleteDataResponse as StructureAndBindingDeleteDataResponse, type StructureAndBindingEstimateCostResponse as StructureAndBindingEstimateCostResponse, type StructureAndBindingStartResponse as StructureAndBindingStartResponse, type StructureAndBindingListResponsesCursorPage as StructureAndBindingListResponsesCursorPage, type StructureAndBindingRetrieveParams as StructureAndBindingRetrieveParams, type StructureAndBindingListParams as StructureAndBindingListParams, type StructureAndBindingEstimateCostParams as StructureAndBindingEstimateCostParams, type StructureAndBindingStartParams as StructureAndBindingStartParams, };
|
|
15
|
+
export { Adme as Adme, type AdmeRetrieveResponse as AdmeRetrieveResponse, type AdmeListResponse as AdmeListResponse, type AdmeDeleteDataResponse as AdmeDeleteDataResponse, type AdmeStartResponse as AdmeStartResponse, type AdmeListResponsesCursorPage as AdmeListResponsesCursorPage, type AdmeRetrieveParams as AdmeRetrieveParams, type AdmeListParams as AdmeListParams, type AdmeStartParams as AdmeStartParams, };
|
|
12
16
|
}
|
|
13
17
|
//# sourceMappingURL=predictions.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"predictions.d.mts","sourceRoot":"","sources":["../../src/resources/predictions/predictions.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"predictions.d.mts","sourceRoot":"","sources":["../../src/resources/predictions/predictions.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,KAAK,OAAO,mBAAe;AAClC,OAAO,EACL,IAAI,EACJ,sBAAsB,EACtB,cAAc,EACd,gBAAgB,EAChB,2BAA2B,EAC3B,kBAAkB,EAClB,oBAAoB,EACpB,eAAe,EACf,iBAAiB,EAClB,mBAAe;AAChB,OAAO,KAAK,sBAAsB,oCAAgC;AAClE,OAAO,EACL,mBAAmB,EACnB,qCAAqC,EACrC,qCAAqC,EACrC,uCAAuC,EACvC,6BAA6B,EAC7B,+BAA+B,EAC/B,0CAA0C,EAC1C,iCAAiC,EACjC,mCAAmC,EACnC,8BAA8B,EAC9B,gCAAgC,EACjC,oCAAgC;AAEjC;;GAEG;AACH,qBAAa,WAAY,SAAQ,WAAW;IAC1C,mBAAmB,EAAE,sBAAsB,CAAC,mBAAmB,CACA;IAC/D,IAAI,EAAE,OAAO,CAAC,IAAI,CAAkC;CACrD;AAKD,MAAM,CAAC,OAAO,WAAW,WAAW,CAAC;IACnC,OAAO,EACL,mBAAmB,IAAI,mBAAmB,EAC1C,KAAK,mCAAmC,IAAI,mCAAmC,EAC/E,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,qCAAqC,IAAI,qCAAqC,EACnF,KAAK,uCAAuC,IAAI,uCAAuC,EACvF,KAAK,gCAAgC,IAAI,gCAAgC,EACzE,KAAK,0CAA0C,IAAI,0CAA0C,EAC7F,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,qCAAqC,IAAI,qCAAqC,EACnF,KAAK,8BAA8B,IAAI,8BAA8B,GACtE,CAAC;IAEF,OAAO,EACL,IAAI,IAAI,IAAI,EACZ,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,cAAc,IAAI,cAAc,EACrC,KAAK,eAAe,IAAI,eAAe,GACxC,CAAC;CACH"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { APIResource } from "../../core/resource.js";
|
|
2
|
+
import * as AdmeAPI from "./adme.js";
|
|
3
|
+
import { Adme, AdmeDeleteDataResponse, AdmeListParams, AdmeListResponse, AdmeListResponsesCursorPage, AdmeRetrieveParams, AdmeRetrieveResponse, AdmeStartParams, AdmeStartResponse } from "./adme.js";
|
|
2
4
|
import * as StructureAndBindingAPI from "./structure-and-binding.js";
|
|
3
5
|
import { StructureAndBinding, StructureAndBindingDeleteDataResponse, StructureAndBindingEstimateCostParams, StructureAndBindingEstimateCostResponse, StructureAndBindingListParams, StructureAndBindingListResponse, StructureAndBindingListResponsesCursorPage, StructureAndBindingRetrieveParams, StructureAndBindingRetrieveResponse, StructureAndBindingStartParams, StructureAndBindingStartResponse } from "./structure-and-binding.js";
|
|
4
6
|
/**
|
|
@@ -6,8 +8,10 @@ import { StructureAndBinding, StructureAndBindingDeleteDataResponse, StructureAn
|
|
|
6
8
|
*/
|
|
7
9
|
export declare class Predictions extends APIResource {
|
|
8
10
|
structureAndBinding: StructureAndBindingAPI.StructureAndBinding;
|
|
11
|
+
adme: AdmeAPI.Adme;
|
|
9
12
|
}
|
|
10
13
|
export declare namespace Predictions {
|
|
11
14
|
export { StructureAndBinding as StructureAndBinding, type StructureAndBindingRetrieveResponse as StructureAndBindingRetrieveResponse, type StructureAndBindingListResponse as StructureAndBindingListResponse, type StructureAndBindingDeleteDataResponse as StructureAndBindingDeleteDataResponse, type StructureAndBindingEstimateCostResponse as StructureAndBindingEstimateCostResponse, type StructureAndBindingStartResponse as StructureAndBindingStartResponse, type StructureAndBindingListResponsesCursorPage as StructureAndBindingListResponsesCursorPage, type StructureAndBindingRetrieveParams as StructureAndBindingRetrieveParams, type StructureAndBindingListParams as StructureAndBindingListParams, type StructureAndBindingEstimateCostParams as StructureAndBindingEstimateCostParams, type StructureAndBindingStartParams as StructureAndBindingStartParams, };
|
|
15
|
+
export { Adme as Adme, type AdmeRetrieveResponse as AdmeRetrieveResponse, type AdmeListResponse as AdmeListResponse, type AdmeDeleteDataResponse as AdmeDeleteDataResponse, type AdmeStartResponse as AdmeStartResponse, type AdmeListResponsesCursorPage as AdmeListResponsesCursorPage, type AdmeRetrieveParams as AdmeRetrieveParams, type AdmeListParams as AdmeListParams, type AdmeStartParams as AdmeStartParams, };
|
|
12
16
|
}
|
|
13
17
|
//# sourceMappingURL=predictions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"predictions.d.ts","sourceRoot":"","sources":["../../src/resources/predictions/predictions.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"predictions.d.ts","sourceRoot":"","sources":["../../src/resources/predictions/predictions.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,+BAA4B;AAClD,OAAO,KAAK,OAAO,kBAAe;AAClC,OAAO,EACL,IAAI,EACJ,sBAAsB,EACtB,cAAc,EACd,gBAAgB,EAChB,2BAA2B,EAC3B,kBAAkB,EAClB,oBAAoB,EACpB,eAAe,EACf,iBAAiB,EAClB,kBAAe;AAChB,OAAO,KAAK,sBAAsB,mCAAgC;AAClE,OAAO,EACL,mBAAmB,EACnB,qCAAqC,EACrC,qCAAqC,EACrC,uCAAuC,EACvC,6BAA6B,EAC7B,+BAA+B,EAC/B,0CAA0C,EAC1C,iCAAiC,EACjC,mCAAmC,EACnC,8BAA8B,EAC9B,gCAAgC,EACjC,mCAAgC;AAEjC;;GAEG;AACH,qBAAa,WAAY,SAAQ,WAAW;IAC1C,mBAAmB,EAAE,sBAAsB,CAAC,mBAAmB,CACA;IAC/D,IAAI,EAAE,OAAO,CAAC,IAAI,CAAkC;CACrD;AAKD,MAAM,CAAC,OAAO,WAAW,WAAW,CAAC;IACnC,OAAO,EACL,mBAAmB,IAAI,mBAAmB,EAC1C,KAAK,mCAAmC,IAAI,mCAAmC,EAC/E,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,qCAAqC,IAAI,qCAAqC,EACnF,KAAK,uCAAuC,IAAI,uCAAuC,EACvF,KAAK,gCAAgC,IAAI,gCAAgC,EACzE,KAAK,0CAA0C,IAAI,0CAA0C,EAC7F,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,qCAAqC,IAAI,qCAAqC,EACnF,KAAK,8BAA8B,IAAI,8BAA8B,GACtE,CAAC;IAEF,OAAO,EACL,IAAI,IAAI,IAAI,EACZ,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,cAAc,IAAI,cAAc,EACrC,KAAK,eAAe,IAAI,eAAe,GACxC,CAAC;CACH"}
|
|
@@ -4,6 +4,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
4
4
|
exports.Predictions = void 0;
|
|
5
5
|
const tslib_1 = require("../../internal/tslib.js");
|
|
6
6
|
const resource_1 = require("../../core/resource.js");
|
|
7
|
+
const AdmeAPI = tslib_1.__importStar(require("./adme.js"));
|
|
8
|
+
const adme_1 = require("./adme.js");
|
|
7
9
|
const StructureAndBindingAPI = tslib_1.__importStar(require("./structure-and-binding.js"));
|
|
8
10
|
const structure_and_binding_1 = require("./structure-and-binding.js");
|
|
9
11
|
/**
|
|
@@ -13,8 +15,10 @@ class Predictions extends resource_1.APIResource {
|
|
|
13
15
|
constructor() {
|
|
14
16
|
super(...arguments);
|
|
15
17
|
this.structureAndBinding = new StructureAndBindingAPI.StructureAndBinding(this._client);
|
|
18
|
+
this.adme = new AdmeAPI.Adme(this._client);
|
|
16
19
|
}
|
|
17
20
|
}
|
|
18
21
|
exports.Predictions = Predictions;
|
|
19
22
|
Predictions.StructureAndBinding = structure_and_binding_1.StructureAndBinding;
|
|
23
|
+
Predictions.Adme = adme_1.Adme;
|
|
20
24
|
//# sourceMappingURL=predictions.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"predictions.js","sourceRoot":"","sources":["../../src/resources/predictions/predictions.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,2FAAkE;AAClE,sEAYiC;AAEjC;;GAEG;AACH,MAAa,WAAY,SAAQ,sBAAW;IAA5C;;QACE,wBAAmB,GACjB,IAAI,sBAAsB,CAAC,mBAAmB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"predictions.js","sourceRoot":"","sources":["../../src/resources/predictions/predictions.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,2DAAkC;AAClC,oCAUgB;AAChB,2FAAkE;AAClE,sEAYiC;AAEjC;;GAEG;AACH,MAAa,WAAY,SAAQ,sBAAW;IAA5C;;QACE,wBAAmB,GACjB,IAAI,sBAAsB,CAAC,mBAAmB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC/D,SAAI,GAAiB,IAAI,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACtD,CAAC;CAAA;AAJD,kCAIC;AAED,WAAW,CAAC,mBAAmB,GAAG,2CAAmB,CAAC;AACtD,WAAW,CAAC,IAAI,GAAG,WAAI,CAAC"}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
import { APIResource } from "../../core/resource.mjs";
|
|
3
|
+
import * as AdmeAPI from "./adme.mjs";
|
|
4
|
+
import { Adme, } from "./adme.mjs";
|
|
3
5
|
import * as StructureAndBindingAPI from "./structure-and-binding.mjs";
|
|
4
6
|
import { StructureAndBinding, } from "./structure-and-binding.mjs";
|
|
5
7
|
/**
|
|
@@ -9,7 +11,9 @@ export class Predictions extends APIResource {
|
|
|
9
11
|
constructor() {
|
|
10
12
|
super(...arguments);
|
|
11
13
|
this.structureAndBinding = new StructureAndBindingAPI.StructureAndBinding(this._client);
|
|
14
|
+
this.adme = new AdmeAPI.Adme(this._client);
|
|
12
15
|
}
|
|
13
16
|
}
|
|
14
17
|
Predictions.StructureAndBinding = StructureAndBinding;
|
|
18
|
+
Predictions.Adme = Adme;
|
|
15
19
|
//# sourceMappingURL=predictions.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"predictions.mjs","sourceRoot":"","sources":["../../src/resources/predictions/predictions.ts"],"names":[],"mappings":"AAAA,sFAAsF;
|
|
1
|
+
{"version":3,"file":"predictions.mjs","sourceRoot":"","sources":["../../src/resources/predictions/predictions.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,KAAK,OAAO,mBAAe;AAClC,OAAO,EACL,IAAI,GASL,mBAAe;AAChB,OAAO,KAAK,sBAAsB,oCAAgC;AAClE,OAAO,EACL,mBAAmB,GAWpB,oCAAgC;AAEjC;;GAEG;AACH,MAAM,OAAO,WAAY,SAAQ,WAAW;IAA5C;;QACE,wBAAmB,GACjB,IAAI,sBAAsB,CAAC,mBAAmB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC/D,SAAI,GAAiB,IAAI,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACtD,CAAC;CAAA;AAED,WAAW,CAAC,mBAAmB,GAAG,mBAAmB,CAAC;AACtD,WAAW,CAAC,IAAI,GAAG,IAAI,CAAC"}
|
|
@@ -206,10 +206,10 @@ export declare namespace StructureAndBindingRetrieveResponse {
|
|
|
206
206
|
* Post-translational modifications. Optional; defaults to an empty list when
|
|
207
207
|
* omitted.
|
|
208
208
|
*/
|
|
209
|
-
modifications?: Array<ProteinEntityResponse.
|
|
209
|
+
modifications?: Array<ProteinEntityResponse.Modification>;
|
|
210
210
|
}
|
|
211
211
|
namespace ProteinEntityResponse {
|
|
212
|
-
interface
|
|
212
|
+
interface Modification {
|
|
213
213
|
/**
|
|
214
214
|
* 0-based index of the residue to modify
|
|
215
215
|
*/
|
|
@@ -221,17 +221,6 @@ export declare namespace StructureAndBindingRetrieveResponse {
|
|
|
221
221
|
*/
|
|
222
222
|
value: string;
|
|
223
223
|
}
|
|
224
|
-
interface SmilesModificationResponse {
|
|
225
|
-
/**
|
|
226
|
-
* 0-based index of the residue to modify
|
|
227
|
-
*/
|
|
228
|
-
residue_index: number;
|
|
229
|
-
type: 'smiles';
|
|
230
|
-
/**
|
|
231
|
-
* SMILES string for the modification
|
|
232
|
-
*/
|
|
233
|
-
value: string;
|
|
234
|
-
}
|
|
235
224
|
}
|
|
236
225
|
interface RnaEntityResponse {
|
|
237
226
|
/**
|
|
@@ -250,10 +239,10 @@ export declare namespace StructureAndBindingRetrieveResponse {
|
|
|
250
239
|
/**
|
|
251
240
|
* Chemical modifications. Optional; defaults to an empty list when omitted.
|
|
252
241
|
*/
|
|
253
|
-
modifications?: Array<RnaEntityResponse.
|
|
242
|
+
modifications?: Array<RnaEntityResponse.Modification>;
|
|
254
243
|
}
|
|
255
244
|
namespace RnaEntityResponse {
|
|
256
|
-
interface
|
|
245
|
+
interface Modification {
|
|
257
246
|
/**
|
|
258
247
|
* 0-based index of the residue to modify
|
|
259
248
|
*/
|
|
@@ -265,17 +254,6 @@ export declare namespace StructureAndBindingRetrieveResponse {
|
|
|
265
254
|
*/
|
|
266
255
|
value: string;
|
|
267
256
|
}
|
|
268
|
-
interface SmilesModificationResponse {
|
|
269
|
-
/**
|
|
270
|
-
* 0-based index of the residue to modify
|
|
271
|
-
*/
|
|
272
|
-
residue_index: number;
|
|
273
|
-
type: 'smiles';
|
|
274
|
-
/**
|
|
275
|
-
* SMILES string for the modification
|
|
276
|
-
*/
|
|
277
|
-
value: string;
|
|
278
|
-
}
|
|
279
257
|
}
|
|
280
258
|
interface DnaEntityResponse {
|
|
281
259
|
/**
|
|
@@ -294,10 +272,10 @@ export declare namespace StructureAndBindingRetrieveResponse {
|
|
|
294
272
|
/**
|
|
295
273
|
* Chemical modifications. Optional; defaults to an empty list when omitted.
|
|
296
274
|
*/
|
|
297
|
-
modifications?: Array<DnaEntityResponse.
|
|
275
|
+
modifications?: Array<DnaEntityResponse.Modification>;
|
|
298
276
|
}
|
|
299
277
|
namespace DnaEntityResponse {
|
|
300
|
-
interface
|
|
278
|
+
interface Modification {
|
|
301
279
|
/**
|
|
302
280
|
* 0-based index of the residue to modify
|
|
303
281
|
*/
|
|
@@ -309,17 +287,6 @@ export declare namespace StructureAndBindingRetrieveResponse {
|
|
|
309
287
|
*/
|
|
310
288
|
value: string;
|
|
311
289
|
}
|
|
312
|
-
interface SmilesModificationResponse {
|
|
313
|
-
/**
|
|
314
|
-
* 0-based index of the residue to modify
|
|
315
|
-
*/
|
|
316
|
-
residue_index: number;
|
|
317
|
-
type: 'smiles';
|
|
318
|
-
/**
|
|
319
|
-
* SMILES string for the modification
|
|
320
|
-
*/
|
|
321
|
-
value: string;
|
|
322
|
-
}
|
|
323
290
|
}
|
|
324
291
|
interface LigandCcdEntityResponse {
|
|
325
292
|
/**
|
|
@@ -936,10 +903,10 @@ export declare namespace StructureAndBindingStartResponse {
|
|
|
936
903
|
* Post-translational modifications. Optional; defaults to an empty list when
|
|
937
904
|
* omitted.
|
|
938
905
|
*/
|
|
939
|
-
modifications?: Array<ProteinEntityResponse.
|
|
906
|
+
modifications?: Array<ProteinEntityResponse.Modification>;
|
|
940
907
|
}
|
|
941
908
|
namespace ProteinEntityResponse {
|
|
942
|
-
interface
|
|
909
|
+
interface Modification {
|
|
943
910
|
/**
|
|
944
911
|
* 0-based index of the residue to modify
|
|
945
912
|
*/
|
|
@@ -951,17 +918,6 @@ export declare namespace StructureAndBindingStartResponse {
|
|
|
951
918
|
*/
|
|
952
919
|
value: string;
|
|
953
920
|
}
|
|
954
|
-
interface SmilesModificationResponse {
|
|
955
|
-
/**
|
|
956
|
-
* 0-based index of the residue to modify
|
|
957
|
-
*/
|
|
958
|
-
residue_index: number;
|
|
959
|
-
type: 'smiles';
|
|
960
|
-
/**
|
|
961
|
-
* SMILES string for the modification
|
|
962
|
-
*/
|
|
963
|
-
value: string;
|
|
964
|
-
}
|
|
965
921
|
}
|
|
966
922
|
interface RnaEntityResponse {
|
|
967
923
|
/**
|
|
@@ -980,10 +936,10 @@ export declare namespace StructureAndBindingStartResponse {
|
|
|
980
936
|
/**
|
|
981
937
|
* Chemical modifications. Optional; defaults to an empty list when omitted.
|
|
982
938
|
*/
|
|
983
|
-
modifications?: Array<RnaEntityResponse.
|
|
939
|
+
modifications?: Array<RnaEntityResponse.Modification>;
|
|
984
940
|
}
|
|
985
941
|
namespace RnaEntityResponse {
|
|
986
|
-
interface
|
|
942
|
+
interface Modification {
|
|
987
943
|
/**
|
|
988
944
|
* 0-based index of the residue to modify
|
|
989
945
|
*/
|
|
@@ -995,17 +951,6 @@ export declare namespace StructureAndBindingStartResponse {
|
|
|
995
951
|
*/
|
|
996
952
|
value: string;
|
|
997
953
|
}
|
|
998
|
-
interface SmilesModificationResponse {
|
|
999
|
-
/**
|
|
1000
|
-
* 0-based index of the residue to modify
|
|
1001
|
-
*/
|
|
1002
|
-
residue_index: number;
|
|
1003
|
-
type: 'smiles';
|
|
1004
|
-
/**
|
|
1005
|
-
* SMILES string for the modification
|
|
1006
|
-
*/
|
|
1007
|
-
value: string;
|
|
1008
|
-
}
|
|
1009
954
|
}
|
|
1010
955
|
interface DnaEntityResponse {
|
|
1011
956
|
/**
|
|
@@ -1024,10 +969,10 @@ export declare namespace StructureAndBindingStartResponse {
|
|
|
1024
969
|
/**
|
|
1025
970
|
* Chemical modifications. Optional; defaults to an empty list when omitted.
|
|
1026
971
|
*/
|
|
1027
|
-
modifications?: Array<DnaEntityResponse.
|
|
972
|
+
modifications?: Array<DnaEntityResponse.Modification>;
|
|
1028
973
|
}
|
|
1029
974
|
namespace DnaEntityResponse {
|
|
1030
|
-
interface
|
|
975
|
+
interface Modification {
|
|
1031
976
|
/**
|
|
1032
977
|
* 0-based index of the residue to modify
|
|
1033
978
|
*/
|
|
@@ -1039,17 +984,6 @@ export declare namespace StructureAndBindingStartResponse {
|
|
|
1039
984
|
*/
|
|
1040
985
|
value: string;
|
|
1041
986
|
}
|
|
1042
|
-
interface SmilesModificationResponse {
|
|
1043
|
-
/**
|
|
1044
|
-
* 0-based index of the residue to modify
|
|
1045
|
-
*/
|
|
1046
|
-
residue_index: number;
|
|
1047
|
-
type: 'smiles';
|
|
1048
|
-
/**
|
|
1049
|
-
* SMILES string for the modification
|
|
1050
|
-
*/
|
|
1051
|
-
value: string;
|
|
1052
|
-
}
|
|
1053
987
|
}
|
|
1054
988
|
interface LigandCcdEntityResponse {
|
|
1055
989
|
/**
|
|
@@ -1517,10 +1451,10 @@ export declare namespace StructureAndBindingEstimateCostParams {
|
|
|
1517
1451
|
* Post-translational modifications. Optional; defaults to an empty list when
|
|
1518
1452
|
* omitted.
|
|
1519
1453
|
*/
|
|
1520
|
-
modifications?: Array<ProteinEntity.
|
|
1454
|
+
modifications?: Array<ProteinEntity.Modification>;
|
|
1521
1455
|
}
|
|
1522
1456
|
namespace ProteinEntity {
|
|
1523
|
-
interface
|
|
1457
|
+
interface Modification {
|
|
1524
1458
|
/**
|
|
1525
1459
|
* 0-based index of the residue to modify
|
|
1526
1460
|
*/
|
|
@@ -1532,17 +1466,6 @@ export declare namespace StructureAndBindingEstimateCostParams {
|
|
|
1532
1466
|
*/
|
|
1533
1467
|
value: string;
|
|
1534
1468
|
}
|
|
1535
|
-
interface SmilesModification {
|
|
1536
|
-
/**
|
|
1537
|
-
* 0-based index of the residue to modify
|
|
1538
|
-
*/
|
|
1539
|
-
residue_index: number;
|
|
1540
|
-
type: 'smiles';
|
|
1541
|
-
/**
|
|
1542
|
-
* SMILES string for the modification
|
|
1543
|
-
*/
|
|
1544
|
-
value: string;
|
|
1545
|
-
}
|
|
1546
1469
|
}
|
|
1547
1470
|
interface RnaEntity {
|
|
1548
1471
|
/**
|
|
@@ -1561,10 +1484,10 @@ export declare namespace StructureAndBindingEstimateCostParams {
|
|
|
1561
1484
|
/**
|
|
1562
1485
|
* Chemical modifications. Optional; defaults to an empty list when omitted.
|
|
1563
1486
|
*/
|
|
1564
|
-
modifications?: Array<RnaEntity.
|
|
1487
|
+
modifications?: Array<RnaEntity.Modification>;
|
|
1565
1488
|
}
|
|
1566
1489
|
namespace RnaEntity {
|
|
1567
|
-
interface
|
|
1490
|
+
interface Modification {
|
|
1568
1491
|
/**
|
|
1569
1492
|
* 0-based index of the residue to modify
|
|
1570
1493
|
*/
|
|
@@ -1576,17 +1499,6 @@ export declare namespace StructureAndBindingEstimateCostParams {
|
|
|
1576
1499
|
*/
|
|
1577
1500
|
value: string;
|
|
1578
1501
|
}
|
|
1579
|
-
interface SmilesModification {
|
|
1580
|
-
/**
|
|
1581
|
-
* 0-based index of the residue to modify
|
|
1582
|
-
*/
|
|
1583
|
-
residue_index: number;
|
|
1584
|
-
type: 'smiles';
|
|
1585
|
-
/**
|
|
1586
|
-
* SMILES string for the modification
|
|
1587
|
-
*/
|
|
1588
|
-
value: string;
|
|
1589
|
-
}
|
|
1590
1502
|
}
|
|
1591
1503
|
interface DnaEntity {
|
|
1592
1504
|
/**
|
|
@@ -1605,10 +1517,10 @@ export declare namespace StructureAndBindingEstimateCostParams {
|
|
|
1605
1517
|
/**
|
|
1606
1518
|
* Chemical modifications. Optional; defaults to an empty list when omitted.
|
|
1607
1519
|
*/
|
|
1608
|
-
modifications?: Array<DnaEntity.
|
|
1520
|
+
modifications?: Array<DnaEntity.Modification>;
|
|
1609
1521
|
}
|
|
1610
1522
|
namespace DnaEntity {
|
|
1611
|
-
interface
|
|
1523
|
+
interface Modification {
|
|
1612
1524
|
/**
|
|
1613
1525
|
* 0-based index of the residue to modify
|
|
1614
1526
|
*/
|
|
@@ -1620,17 +1532,6 @@ export declare namespace StructureAndBindingEstimateCostParams {
|
|
|
1620
1532
|
*/
|
|
1621
1533
|
value: string;
|
|
1622
1534
|
}
|
|
1623
|
-
interface SmilesModification {
|
|
1624
|
-
/**
|
|
1625
|
-
* 0-based index of the residue to modify
|
|
1626
|
-
*/
|
|
1627
|
-
residue_index: number;
|
|
1628
|
-
type: 'smiles';
|
|
1629
|
-
/**
|
|
1630
|
-
* SMILES string for the modification
|
|
1631
|
-
*/
|
|
1632
|
-
value: string;
|
|
1633
|
-
}
|
|
1634
1535
|
}
|
|
1635
1536
|
interface LigandCcdEntity {
|
|
1636
1537
|
/**
|
|
@@ -1932,10 +1833,10 @@ export declare namespace StructureAndBindingStartParams {
|
|
|
1932
1833
|
* Post-translational modifications. Optional; defaults to an empty list when
|
|
1933
1834
|
* omitted.
|
|
1934
1835
|
*/
|
|
1935
|
-
modifications?: Array<ProteinEntity.
|
|
1836
|
+
modifications?: Array<ProteinEntity.Modification>;
|
|
1936
1837
|
}
|
|
1937
1838
|
namespace ProteinEntity {
|
|
1938
|
-
interface
|
|
1839
|
+
interface Modification {
|
|
1939
1840
|
/**
|
|
1940
1841
|
* 0-based index of the residue to modify
|
|
1941
1842
|
*/
|
|
@@ -1947,17 +1848,6 @@ export declare namespace StructureAndBindingStartParams {
|
|
|
1947
1848
|
*/
|
|
1948
1849
|
value: string;
|
|
1949
1850
|
}
|
|
1950
|
-
interface SmilesModification {
|
|
1951
|
-
/**
|
|
1952
|
-
* 0-based index of the residue to modify
|
|
1953
|
-
*/
|
|
1954
|
-
residue_index: number;
|
|
1955
|
-
type: 'smiles';
|
|
1956
|
-
/**
|
|
1957
|
-
* SMILES string for the modification
|
|
1958
|
-
*/
|
|
1959
|
-
value: string;
|
|
1960
|
-
}
|
|
1961
1851
|
}
|
|
1962
1852
|
interface RnaEntity {
|
|
1963
1853
|
/**
|
|
@@ -1976,10 +1866,10 @@ export declare namespace StructureAndBindingStartParams {
|
|
|
1976
1866
|
/**
|
|
1977
1867
|
* Chemical modifications. Optional; defaults to an empty list when omitted.
|
|
1978
1868
|
*/
|
|
1979
|
-
modifications?: Array<RnaEntity.
|
|
1869
|
+
modifications?: Array<RnaEntity.Modification>;
|
|
1980
1870
|
}
|
|
1981
1871
|
namespace RnaEntity {
|
|
1982
|
-
interface
|
|
1872
|
+
interface Modification {
|
|
1983
1873
|
/**
|
|
1984
1874
|
* 0-based index of the residue to modify
|
|
1985
1875
|
*/
|
|
@@ -1991,17 +1881,6 @@ export declare namespace StructureAndBindingStartParams {
|
|
|
1991
1881
|
*/
|
|
1992
1882
|
value: string;
|
|
1993
1883
|
}
|
|
1994
|
-
interface SmilesModification {
|
|
1995
|
-
/**
|
|
1996
|
-
* 0-based index of the residue to modify
|
|
1997
|
-
*/
|
|
1998
|
-
residue_index: number;
|
|
1999
|
-
type: 'smiles';
|
|
2000
|
-
/**
|
|
2001
|
-
* SMILES string for the modification
|
|
2002
|
-
*/
|
|
2003
|
-
value: string;
|
|
2004
|
-
}
|
|
2005
1884
|
}
|
|
2006
1885
|
interface DnaEntity {
|
|
2007
1886
|
/**
|
|
@@ -2020,10 +1899,10 @@ export declare namespace StructureAndBindingStartParams {
|
|
|
2020
1899
|
/**
|
|
2021
1900
|
* Chemical modifications. Optional; defaults to an empty list when omitted.
|
|
2022
1901
|
*/
|
|
2023
|
-
modifications?: Array<DnaEntity.
|
|
1902
|
+
modifications?: Array<DnaEntity.Modification>;
|
|
2024
1903
|
}
|
|
2025
1904
|
namespace DnaEntity {
|
|
2026
|
-
interface
|
|
1905
|
+
interface Modification {
|
|
2027
1906
|
/**
|
|
2028
1907
|
* 0-based index of the residue to modify
|
|
2029
1908
|
*/
|
|
@@ -2035,17 +1914,6 @@ export declare namespace StructureAndBindingStartParams {
|
|
|
2035
1914
|
*/
|
|
2036
1915
|
value: string;
|
|
2037
1916
|
}
|
|
2038
|
-
interface SmilesModification {
|
|
2039
|
-
/**
|
|
2040
|
-
* 0-based index of the residue to modify
|
|
2041
|
-
*/
|
|
2042
|
-
residue_index: number;
|
|
2043
|
-
type: 'smiles';
|
|
2044
|
-
/**
|
|
2045
|
-
* SMILES string for the modification
|
|
2046
|
-
*/
|
|
2047
|
-
value: string;
|
|
2048
|
-
}
|
|
2049
1917
|
}
|
|
2050
1918
|
interface LigandCcdEntity {
|
|
2051
1919
|
/**
|