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,6 +1,18 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
3
|
import { APIResource } from '../../core/resource';
|
|
4
|
+
import * as AdmeAPI from './adme';
|
|
5
|
+
import {
|
|
6
|
+
Adme,
|
|
7
|
+
AdmeDeleteDataResponse,
|
|
8
|
+
AdmeListParams,
|
|
9
|
+
AdmeListResponse,
|
|
10
|
+
AdmeListResponsesCursorPage,
|
|
11
|
+
AdmeRetrieveParams,
|
|
12
|
+
AdmeRetrieveResponse,
|
|
13
|
+
AdmeStartParams,
|
|
14
|
+
AdmeStartResponse,
|
|
15
|
+
} from './adme';
|
|
4
16
|
import * as StructureAndBindingAPI from './structure-and-binding';
|
|
5
17
|
import {
|
|
6
18
|
StructureAndBinding,
|
|
@@ -22,9 +34,11 @@ import {
|
|
|
22
34
|
export class Predictions extends APIResource {
|
|
23
35
|
structureAndBinding: StructureAndBindingAPI.StructureAndBinding =
|
|
24
36
|
new StructureAndBindingAPI.StructureAndBinding(this._client);
|
|
37
|
+
adme: AdmeAPI.Adme = new AdmeAPI.Adme(this._client);
|
|
25
38
|
}
|
|
26
39
|
|
|
27
40
|
Predictions.StructureAndBinding = StructureAndBinding;
|
|
41
|
+
Predictions.Adme = Adme;
|
|
28
42
|
|
|
29
43
|
export declare namespace Predictions {
|
|
30
44
|
export {
|
|
@@ -40,4 +54,16 @@ export declare namespace Predictions {
|
|
|
40
54
|
type StructureAndBindingEstimateCostParams as StructureAndBindingEstimateCostParams,
|
|
41
55
|
type StructureAndBindingStartParams as StructureAndBindingStartParams,
|
|
42
56
|
};
|
|
57
|
+
|
|
58
|
+
export {
|
|
59
|
+
Adme as Adme,
|
|
60
|
+
type AdmeRetrieveResponse as AdmeRetrieveResponse,
|
|
61
|
+
type AdmeListResponse as AdmeListResponse,
|
|
62
|
+
type AdmeDeleteDataResponse as AdmeDeleteDataResponse,
|
|
63
|
+
type AdmeStartResponse as AdmeStartResponse,
|
|
64
|
+
type AdmeListResponsesCursorPage as AdmeListResponsesCursorPage,
|
|
65
|
+
type AdmeRetrieveParams as AdmeRetrieveParams,
|
|
66
|
+
type AdmeListParams as AdmeListParams,
|
|
67
|
+
type AdmeStartParams as AdmeStartParams,
|
|
68
|
+
};
|
|
43
69
|
}
|
|
@@ -280,13 +280,11 @@ export namespace StructureAndBindingRetrieveResponse {
|
|
|
280
280
|
* Post-translational modifications. Optional; defaults to an empty list when
|
|
281
281
|
* omitted.
|
|
282
282
|
*/
|
|
283
|
-
modifications?: Array<
|
|
284
|
-
ProteinEntityResponse.CcdModificationResponse | ProteinEntityResponse.SmilesModificationResponse
|
|
285
|
-
>;
|
|
283
|
+
modifications?: Array<ProteinEntityResponse.Modification>;
|
|
286
284
|
}
|
|
287
285
|
|
|
288
286
|
export namespace ProteinEntityResponse {
|
|
289
|
-
export interface
|
|
287
|
+
export interface Modification {
|
|
290
288
|
/**
|
|
291
289
|
* 0-based index of the residue to modify
|
|
292
290
|
*/
|
|
@@ -300,20 +298,6 @@ export namespace StructureAndBindingRetrieveResponse {
|
|
|
300
298
|
*/
|
|
301
299
|
value: string;
|
|
302
300
|
}
|
|
303
|
-
|
|
304
|
-
export interface SmilesModificationResponse {
|
|
305
|
-
/**
|
|
306
|
-
* 0-based index of the residue to modify
|
|
307
|
-
*/
|
|
308
|
-
residue_index: number;
|
|
309
|
-
|
|
310
|
-
type: 'smiles';
|
|
311
|
-
|
|
312
|
-
/**
|
|
313
|
-
* SMILES string for the modification
|
|
314
|
-
*/
|
|
315
|
-
value: string;
|
|
316
|
-
}
|
|
317
301
|
}
|
|
318
302
|
|
|
319
303
|
export interface RnaEntityResponse {
|
|
@@ -337,13 +321,11 @@ export namespace StructureAndBindingRetrieveResponse {
|
|
|
337
321
|
/**
|
|
338
322
|
* Chemical modifications. Optional; defaults to an empty list when omitted.
|
|
339
323
|
*/
|
|
340
|
-
modifications?: Array<
|
|
341
|
-
RnaEntityResponse.CcdModificationResponse | RnaEntityResponse.SmilesModificationResponse
|
|
342
|
-
>;
|
|
324
|
+
modifications?: Array<RnaEntityResponse.Modification>;
|
|
343
325
|
}
|
|
344
326
|
|
|
345
327
|
export namespace RnaEntityResponse {
|
|
346
|
-
export interface
|
|
328
|
+
export interface Modification {
|
|
347
329
|
/**
|
|
348
330
|
* 0-based index of the residue to modify
|
|
349
331
|
*/
|
|
@@ -357,20 +339,6 @@ export namespace StructureAndBindingRetrieveResponse {
|
|
|
357
339
|
*/
|
|
358
340
|
value: string;
|
|
359
341
|
}
|
|
360
|
-
|
|
361
|
-
export interface SmilesModificationResponse {
|
|
362
|
-
/**
|
|
363
|
-
* 0-based index of the residue to modify
|
|
364
|
-
*/
|
|
365
|
-
residue_index: number;
|
|
366
|
-
|
|
367
|
-
type: 'smiles';
|
|
368
|
-
|
|
369
|
-
/**
|
|
370
|
-
* SMILES string for the modification
|
|
371
|
-
*/
|
|
372
|
-
value: string;
|
|
373
|
-
}
|
|
374
342
|
}
|
|
375
343
|
|
|
376
344
|
export interface DnaEntityResponse {
|
|
@@ -394,13 +362,11 @@ export namespace StructureAndBindingRetrieveResponse {
|
|
|
394
362
|
/**
|
|
395
363
|
* Chemical modifications. Optional; defaults to an empty list when omitted.
|
|
396
364
|
*/
|
|
397
|
-
modifications?: Array<
|
|
398
|
-
DnaEntityResponse.CcdModificationResponse | DnaEntityResponse.SmilesModificationResponse
|
|
399
|
-
>;
|
|
365
|
+
modifications?: Array<DnaEntityResponse.Modification>;
|
|
400
366
|
}
|
|
401
367
|
|
|
402
368
|
export namespace DnaEntityResponse {
|
|
403
|
-
export interface
|
|
369
|
+
export interface Modification {
|
|
404
370
|
/**
|
|
405
371
|
* 0-based index of the residue to modify
|
|
406
372
|
*/
|
|
@@ -414,20 +380,6 @@ export namespace StructureAndBindingRetrieveResponse {
|
|
|
414
380
|
*/
|
|
415
381
|
value: string;
|
|
416
382
|
}
|
|
417
|
-
|
|
418
|
-
export interface SmilesModificationResponse {
|
|
419
|
-
/**
|
|
420
|
-
* 0-based index of the residue to modify
|
|
421
|
-
*/
|
|
422
|
-
residue_index: number;
|
|
423
|
-
|
|
424
|
-
type: 'smiles';
|
|
425
|
-
|
|
426
|
-
/**
|
|
427
|
-
* SMILES string for the modification
|
|
428
|
-
*/
|
|
429
|
-
value: string;
|
|
430
|
-
}
|
|
431
383
|
}
|
|
432
384
|
|
|
433
385
|
export interface LigandCcdEntityResponse {
|
|
@@ -1200,13 +1152,11 @@ export namespace StructureAndBindingStartResponse {
|
|
|
1200
1152
|
* Post-translational modifications. Optional; defaults to an empty list when
|
|
1201
1153
|
* omitted.
|
|
1202
1154
|
*/
|
|
1203
|
-
modifications?: Array<
|
|
1204
|
-
ProteinEntityResponse.CcdModificationResponse | ProteinEntityResponse.SmilesModificationResponse
|
|
1205
|
-
>;
|
|
1155
|
+
modifications?: Array<ProteinEntityResponse.Modification>;
|
|
1206
1156
|
}
|
|
1207
1157
|
|
|
1208
1158
|
export namespace ProteinEntityResponse {
|
|
1209
|
-
export interface
|
|
1159
|
+
export interface Modification {
|
|
1210
1160
|
/**
|
|
1211
1161
|
* 0-based index of the residue to modify
|
|
1212
1162
|
*/
|
|
@@ -1220,20 +1170,6 @@ export namespace StructureAndBindingStartResponse {
|
|
|
1220
1170
|
*/
|
|
1221
1171
|
value: string;
|
|
1222
1172
|
}
|
|
1223
|
-
|
|
1224
|
-
export interface SmilesModificationResponse {
|
|
1225
|
-
/**
|
|
1226
|
-
* 0-based index of the residue to modify
|
|
1227
|
-
*/
|
|
1228
|
-
residue_index: number;
|
|
1229
|
-
|
|
1230
|
-
type: 'smiles';
|
|
1231
|
-
|
|
1232
|
-
/**
|
|
1233
|
-
* SMILES string for the modification
|
|
1234
|
-
*/
|
|
1235
|
-
value: string;
|
|
1236
|
-
}
|
|
1237
1173
|
}
|
|
1238
1174
|
|
|
1239
1175
|
export interface RnaEntityResponse {
|
|
@@ -1257,13 +1193,11 @@ export namespace StructureAndBindingStartResponse {
|
|
|
1257
1193
|
/**
|
|
1258
1194
|
* Chemical modifications. Optional; defaults to an empty list when omitted.
|
|
1259
1195
|
*/
|
|
1260
|
-
modifications?: Array<
|
|
1261
|
-
RnaEntityResponse.CcdModificationResponse | RnaEntityResponse.SmilesModificationResponse
|
|
1262
|
-
>;
|
|
1196
|
+
modifications?: Array<RnaEntityResponse.Modification>;
|
|
1263
1197
|
}
|
|
1264
1198
|
|
|
1265
1199
|
export namespace RnaEntityResponse {
|
|
1266
|
-
export interface
|
|
1200
|
+
export interface Modification {
|
|
1267
1201
|
/**
|
|
1268
1202
|
* 0-based index of the residue to modify
|
|
1269
1203
|
*/
|
|
@@ -1277,20 +1211,6 @@ export namespace StructureAndBindingStartResponse {
|
|
|
1277
1211
|
*/
|
|
1278
1212
|
value: string;
|
|
1279
1213
|
}
|
|
1280
|
-
|
|
1281
|
-
export interface SmilesModificationResponse {
|
|
1282
|
-
/**
|
|
1283
|
-
* 0-based index of the residue to modify
|
|
1284
|
-
*/
|
|
1285
|
-
residue_index: number;
|
|
1286
|
-
|
|
1287
|
-
type: 'smiles';
|
|
1288
|
-
|
|
1289
|
-
/**
|
|
1290
|
-
* SMILES string for the modification
|
|
1291
|
-
*/
|
|
1292
|
-
value: string;
|
|
1293
|
-
}
|
|
1294
1214
|
}
|
|
1295
1215
|
|
|
1296
1216
|
export interface DnaEntityResponse {
|
|
@@ -1314,13 +1234,11 @@ export namespace StructureAndBindingStartResponse {
|
|
|
1314
1234
|
/**
|
|
1315
1235
|
* Chemical modifications. Optional; defaults to an empty list when omitted.
|
|
1316
1236
|
*/
|
|
1317
|
-
modifications?: Array<
|
|
1318
|
-
DnaEntityResponse.CcdModificationResponse | DnaEntityResponse.SmilesModificationResponse
|
|
1319
|
-
>;
|
|
1237
|
+
modifications?: Array<DnaEntityResponse.Modification>;
|
|
1320
1238
|
}
|
|
1321
1239
|
|
|
1322
1240
|
export namespace DnaEntityResponse {
|
|
1323
|
-
export interface
|
|
1241
|
+
export interface Modification {
|
|
1324
1242
|
/**
|
|
1325
1243
|
* 0-based index of the residue to modify
|
|
1326
1244
|
*/
|
|
@@ -1334,20 +1252,6 @@ export namespace StructureAndBindingStartResponse {
|
|
|
1334
1252
|
*/
|
|
1335
1253
|
value: string;
|
|
1336
1254
|
}
|
|
1337
|
-
|
|
1338
|
-
export interface SmilesModificationResponse {
|
|
1339
|
-
/**
|
|
1340
|
-
* 0-based index of the residue to modify
|
|
1341
|
-
*/
|
|
1342
|
-
residue_index: number;
|
|
1343
|
-
|
|
1344
|
-
type: 'smiles';
|
|
1345
|
-
|
|
1346
|
-
/**
|
|
1347
|
-
* SMILES string for the modification
|
|
1348
|
-
*/
|
|
1349
|
-
value: string;
|
|
1350
|
-
}
|
|
1351
1255
|
}
|
|
1352
1256
|
|
|
1353
1257
|
export interface LigandCcdEntityResponse {
|
|
@@ -1928,11 +1832,11 @@ export namespace StructureAndBindingEstimateCostParams {
|
|
|
1928
1832
|
* Post-translational modifications. Optional; defaults to an empty list when
|
|
1929
1833
|
* omitted.
|
|
1930
1834
|
*/
|
|
1931
|
-
modifications?: Array<ProteinEntity.
|
|
1835
|
+
modifications?: Array<ProteinEntity.Modification>;
|
|
1932
1836
|
}
|
|
1933
1837
|
|
|
1934
1838
|
export namespace ProteinEntity {
|
|
1935
|
-
export interface
|
|
1839
|
+
export interface Modification {
|
|
1936
1840
|
/**
|
|
1937
1841
|
* 0-based index of the residue to modify
|
|
1938
1842
|
*/
|
|
@@ -1946,20 +1850,6 @@ export namespace StructureAndBindingEstimateCostParams {
|
|
|
1946
1850
|
*/
|
|
1947
1851
|
value: string;
|
|
1948
1852
|
}
|
|
1949
|
-
|
|
1950
|
-
export interface SmilesModification {
|
|
1951
|
-
/**
|
|
1952
|
-
* 0-based index of the residue to modify
|
|
1953
|
-
*/
|
|
1954
|
-
residue_index: number;
|
|
1955
|
-
|
|
1956
|
-
type: 'smiles';
|
|
1957
|
-
|
|
1958
|
-
/**
|
|
1959
|
-
* SMILES string for the modification
|
|
1960
|
-
*/
|
|
1961
|
-
value: string;
|
|
1962
|
-
}
|
|
1963
1853
|
}
|
|
1964
1854
|
|
|
1965
1855
|
export interface RnaEntity {
|
|
@@ -1983,11 +1873,11 @@ export namespace StructureAndBindingEstimateCostParams {
|
|
|
1983
1873
|
/**
|
|
1984
1874
|
* Chemical modifications. Optional; defaults to an empty list when omitted.
|
|
1985
1875
|
*/
|
|
1986
|
-
modifications?: Array<RnaEntity.
|
|
1876
|
+
modifications?: Array<RnaEntity.Modification>;
|
|
1987
1877
|
}
|
|
1988
1878
|
|
|
1989
1879
|
export namespace RnaEntity {
|
|
1990
|
-
export interface
|
|
1880
|
+
export interface Modification {
|
|
1991
1881
|
/**
|
|
1992
1882
|
* 0-based index of the residue to modify
|
|
1993
1883
|
*/
|
|
@@ -2001,20 +1891,6 @@ export namespace StructureAndBindingEstimateCostParams {
|
|
|
2001
1891
|
*/
|
|
2002
1892
|
value: string;
|
|
2003
1893
|
}
|
|
2004
|
-
|
|
2005
|
-
export interface SmilesModification {
|
|
2006
|
-
/**
|
|
2007
|
-
* 0-based index of the residue to modify
|
|
2008
|
-
*/
|
|
2009
|
-
residue_index: number;
|
|
2010
|
-
|
|
2011
|
-
type: 'smiles';
|
|
2012
|
-
|
|
2013
|
-
/**
|
|
2014
|
-
* SMILES string for the modification
|
|
2015
|
-
*/
|
|
2016
|
-
value: string;
|
|
2017
|
-
}
|
|
2018
1894
|
}
|
|
2019
1895
|
|
|
2020
1896
|
export interface DnaEntity {
|
|
@@ -2038,11 +1914,11 @@ export namespace StructureAndBindingEstimateCostParams {
|
|
|
2038
1914
|
/**
|
|
2039
1915
|
* Chemical modifications. Optional; defaults to an empty list when omitted.
|
|
2040
1916
|
*/
|
|
2041
|
-
modifications?: Array<DnaEntity.
|
|
1917
|
+
modifications?: Array<DnaEntity.Modification>;
|
|
2042
1918
|
}
|
|
2043
1919
|
|
|
2044
1920
|
export namespace DnaEntity {
|
|
2045
|
-
export interface
|
|
1921
|
+
export interface Modification {
|
|
2046
1922
|
/**
|
|
2047
1923
|
* 0-based index of the residue to modify
|
|
2048
1924
|
*/
|
|
@@ -2056,20 +1932,6 @@ export namespace StructureAndBindingEstimateCostParams {
|
|
|
2056
1932
|
*/
|
|
2057
1933
|
value: string;
|
|
2058
1934
|
}
|
|
2059
|
-
|
|
2060
|
-
export interface SmilesModification {
|
|
2061
|
-
/**
|
|
2062
|
-
* 0-based index of the residue to modify
|
|
2063
|
-
*/
|
|
2064
|
-
residue_index: number;
|
|
2065
|
-
|
|
2066
|
-
type: 'smiles';
|
|
2067
|
-
|
|
2068
|
-
/**
|
|
2069
|
-
* SMILES string for the modification
|
|
2070
|
-
*/
|
|
2071
|
-
value: string;
|
|
2072
|
-
}
|
|
2073
1935
|
}
|
|
2074
1936
|
|
|
2075
1937
|
export interface LigandCcdEntity {
|
|
@@ -2441,11 +2303,11 @@ export namespace StructureAndBindingStartParams {
|
|
|
2441
2303
|
* Post-translational modifications. Optional; defaults to an empty list when
|
|
2442
2304
|
* omitted.
|
|
2443
2305
|
*/
|
|
2444
|
-
modifications?: Array<ProteinEntity.
|
|
2306
|
+
modifications?: Array<ProteinEntity.Modification>;
|
|
2445
2307
|
}
|
|
2446
2308
|
|
|
2447
2309
|
export namespace ProteinEntity {
|
|
2448
|
-
export interface
|
|
2310
|
+
export interface Modification {
|
|
2449
2311
|
/**
|
|
2450
2312
|
* 0-based index of the residue to modify
|
|
2451
2313
|
*/
|
|
@@ -2459,20 +2321,6 @@ export namespace StructureAndBindingStartParams {
|
|
|
2459
2321
|
*/
|
|
2460
2322
|
value: string;
|
|
2461
2323
|
}
|
|
2462
|
-
|
|
2463
|
-
export interface SmilesModification {
|
|
2464
|
-
/**
|
|
2465
|
-
* 0-based index of the residue to modify
|
|
2466
|
-
*/
|
|
2467
|
-
residue_index: number;
|
|
2468
|
-
|
|
2469
|
-
type: 'smiles';
|
|
2470
|
-
|
|
2471
|
-
/**
|
|
2472
|
-
* SMILES string for the modification
|
|
2473
|
-
*/
|
|
2474
|
-
value: string;
|
|
2475
|
-
}
|
|
2476
2324
|
}
|
|
2477
2325
|
|
|
2478
2326
|
export interface RnaEntity {
|
|
@@ -2496,11 +2344,11 @@ export namespace StructureAndBindingStartParams {
|
|
|
2496
2344
|
/**
|
|
2497
2345
|
* Chemical modifications. Optional; defaults to an empty list when omitted.
|
|
2498
2346
|
*/
|
|
2499
|
-
modifications?: Array<RnaEntity.
|
|
2347
|
+
modifications?: Array<RnaEntity.Modification>;
|
|
2500
2348
|
}
|
|
2501
2349
|
|
|
2502
2350
|
export namespace RnaEntity {
|
|
2503
|
-
export interface
|
|
2351
|
+
export interface Modification {
|
|
2504
2352
|
/**
|
|
2505
2353
|
* 0-based index of the residue to modify
|
|
2506
2354
|
*/
|
|
@@ -2514,20 +2362,6 @@ export namespace StructureAndBindingStartParams {
|
|
|
2514
2362
|
*/
|
|
2515
2363
|
value: string;
|
|
2516
2364
|
}
|
|
2517
|
-
|
|
2518
|
-
export interface SmilesModification {
|
|
2519
|
-
/**
|
|
2520
|
-
* 0-based index of the residue to modify
|
|
2521
|
-
*/
|
|
2522
|
-
residue_index: number;
|
|
2523
|
-
|
|
2524
|
-
type: 'smiles';
|
|
2525
|
-
|
|
2526
|
-
/**
|
|
2527
|
-
* SMILES string for the modification
|
|
2528
|
-
*/
|
|
2529
|
-
value: string;
|
|
2530
|
-
}
|
|
2531
2365
|
}
|
|
2532
2366
|
|
|
2533
2367
|
export interface DnaEntity {
|
|
@@ -2551,11 +2385,11 @@ export namespace StructureAndBindingStartParams {
|
|
|
2551
2385
|
/**
|
|
2552
2386
|
* Chemical modifications. Optional; defaults to an empty list when omitted.
|
|
2553
2387
|
*/
|
|
2554
|
-
modifications?: Array<DnaEntity.
|
|
2388
|
+
modifications?: Array<DnaEntity.Modification>;
|
|
2555
2389
|
}
|
|
2556
2390
|
|
|
2557
2391
|
export namespace DnaEntity {
|
|
2558
|
-
export interface
|
|
2392
|
+
export interface Modification {
|
|
2559
2393
|
/**
|
|
2560
2394
|
* 0-based index of the residue to modify
|
|
2561
2395
|
*/
|
|
@@ -2569,20 +2403,6 @@ export namespace StructureAndBindingStartParams {
|
|
|
2569
2403
|
*/
|
|
2570
2404
|
value: string;
|
|
2571
2405
|
}
|
|
2572
|
-
|
|
2573
|
-
export interface SmilesModification {
|
|
2574
|
-
/**
|
|
2575
|
-
* 0-based index of the residue to modify
|
|
2576
|
-
*/
|
|
2577
|
-
residue_index: number;
|
|
2578
|
-
|
|
2579
|
-
type: 'smiles';
|
|
2580
|
-
|
|
2581
|
-
/**
|
|
2582
|
-
* SMILES string for the modification
|
|
2583
|
-
*/
|
|
2584
|
-
value: string;
|
|
2585
|
-
}
|
|
2586
2406
|
}
|
|
2587
2407
|
|
|
2588
2408
|
export interface LigandCcdEntity {
|