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
|
@@ -341,11 +341,11 @@ export namespace DesignRetrieveResponse {
|
|
|
341
341
|
* Post-translational modifications. Optional; defaults to an empty list when
|
|
342
342
|
* omitted.
|
|
343
343
|
*/
|
|
344
|
-
modifications?: Array<Entity.
|
|
344
|
+
modifications?: Array<Entity.Modification>;
|
|
345
345
|
}
|
|
346
346
|
|
|
347
347
|
export namespace Entity {
|
|
348
|
-
export interface
|
|
348
|
+
export interface Modification {
|
|
349
349
|
/**
|
|
350
350
|
* 0-based index of the residue to modify
|
|
351
351
|
*/
|
|
@@ -359,20 +359,6 @@ export namespace DesignRetrieveResponse {
|
|
|
359
359
|
*/
|
|
360
360
|
value: string;
|
|
361
361
|
}
|
|
362
|
-
|
|
363
|
-
export interface SmilesModificationResponse {
|
|
364
|
-
/**
|
|
365
|
-
* 0-based index of the residue to modify
|
|
366
|
-
*/
|
|
367
|
-
residue_index: number;
|
|
368
|
-
|
|
369
|
-
type: 'smiles';
|
|
370
|
-
|
|
371
|
-
/**
|
|
372
|
-
* SMILES string for the modification
|
|
373
|
-
*/
|
|
374
|
-
value: string;
|
|
375
|
-
}
|
|
376
362
|
}
|
|
377
363
|
|
|
378
364
|
/**
|
|
@@ -1127,6 +1113,11 @@ export interface DesignListResultsResponse {
|
|
|
1127
1113
|
*/
|
|
1128
1114
|
smiles: string;
|
|
1129
1115
|
|
|
1116
|
+
/**
|
|
1117
|
+
* Tier 1 ADME summary values for this molecule.
|
|
1118
|
+
*/
|
|
1119
|
+
adme?: DesignListResultsResponse.Adme;
|
|
1120
|
+
|
|
1130
1121
|
/**
|
|
1131
1122
|
* Warnings about potential quality issues with this result.
|
|
1132
1123
|
*/
|
|
@@ -1210,6 +1201,26 @@ export namespace DesignListResultsResponse {
|
|
|
1210
1201
|
structure_confidence: number;
|
|
1211
1202
|
}
|
|
1212
1203
|
|
|
1204
|
+
/**
|
|
1205
|
+
* Tier 1 ADME summary values for this molecule.
|
|
1206
|
+
*/
|
|
1207
|
+
export interface Adme {
|
|
1208
|
+
/**
|
|
1209
|
+
* Lipophilicity score from the internal LogD prediction.
|
|
1210
|
+
*/
|
|
1211
|
+
lipophilicity: number;
|
|
1212
|
+
|
|
1213
|
+
/**
|
|
1214
|
+
* Permeability score for this molecule.
|
|
1215
|
+
*/
|
|
1216
|
+
permeability: number;
|
|
1217
|
+
|
|
1218
|
+
/**
|
|
1219
|
+
* Solubility judgement for this molecule.
|
|
1220
|
+
*/
|
|
1221
|
+
solubility: 'high-confidence' | 'medium-confidence' | 'high-risk';
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1213
1224
|
/**
|
|
1214
1225
|
* A warning about a potential quality issue with a result
|
|
1215
1226
|
*/
|
|
@@ -1406,11 +1417,11 @@ export namespace DesignStartResponse {
|
|
|
1406
1417
|
* Post-translational modifications. Optional; defaults to an empty list when
|
|
1407
1418
|
* omitted.
|
|
1408
1419
|
*/
|
|
1409
|
-
modifications?: Array<Entity.
|
|
1420
|
+
modifications?: Array<Entity.Modification>;
|
|
1410
1421
|
}
|
|
1411
1422
|
|
|
1412
1423
|
export namespace Entity {
|
|
1413
|
-
export interface
|
|
1424
|
+
export interface Modification {
|
|
1414
1425
|
/**
|
|
1415
1426
|
* 0-based index of the residue to modify
|
|
1416
1427
|
*/
|
|
@@ -1424,20 +1435,6 @@ export namespace DesignStartResponse {
|
|
|
1424
1435
|
*/
|
|
1425
1436
|
value: string;
|
|
1426
1437
|
}
|
|
1427
|
-
|
|
1428
|
-
export interface SmilesModificationResponse {
|
|
1429
|
-
/**
|
|
1430
|
-
* 0-based index of the residue to modify
|
|
1431
|
-
*/
|
|
1432
|
-
residue_index: number;
|
|
1433
|
-
|
|
1434
|
-
type: 'smiles';
|
|
1435
|
-
|
|
1436
|
-
/**
|
|
1437
|
-
* SMILES string for the modification
|
|
1438
|
-
*/
|
|
1439
|
-
value: string;
|
|
1440
|
-
}
|
|
1441
1438
|
}
|
|
1442
1439
|
|
|
1443
1440
|
/**
|
|
@@ -2197,11 +2194,11 @@ export namespace DesignStopResponse {
|
|
|
2197
2194
|
* Post-translational modifications. Optional; defaults to an empty list when
|
|
2198
2195
|
* omitted.
|
|
2199
2196
|
*/
|
|
2200
|
-
modifications?: Array<Entity.
|
|
2197
|
+
modifications?: Array<Entity.Modification>;
|
|
2201
2198
|
}
|
|
2202
2199
|
|
|
2203
2200
|
export namespace Entity {
|
|
2204
|
-
export interface
|
|
2201
|
+
export interface Modification {
|
|
2205
2202
|
/**
|
|
2206
2203
|
* 0-based index of the residue to modify
|
|
2207
2204
|
*/
|
|
@@ -2215,20 +2212,6 @@ export namespace DesignStopResponse {
|
|
|
2215
2212
|
*/
|
|
2216
2213
|
value: string;
|
|
2217
2214
|
}
|
|
2218
|
-
|
|
2219
|
-
export interface SmilesModificationResponse {
|
|
2220
|
-
/**
|
|
2221
|
-
* 0-based index of the residue to modify
|
|
2222
|
-
*/
|
|
2223
|
-
residue_index: number;
|
|
2224
|
-
|
|
2225
|
-
type: 'smiles';
|
|
2226
|
-
|
|
2227
|
-
/**
|
|
2228
|
-
* SMILES string for the modification
|
|
2229
|
-
*/
|
|
2230
|
-
value: string;
|
|
2231
|
-
}
|
|
2232
2215
|
}
|
|
2233
2216
|
|
|
2234
2217
|
/**
|
|
@@ -2924,11 +2907,11 @@ export namespace DesignEstimateCostParams {
|
|
|
2924
2907
|
* Post-translational modifications. Optional; defaults to an empty list when
|
|
2925
2908
|
* omitted.
|
|
2926
2909
|
*/
|
|
2927
|
-
modifications?: Array<Entity.
|
|
2910
|
+
modifications?: Array<Entity.Modification>;
|
|
2928
2911
|
}
|
|
2929
2912
|
|
|
2930
2913
|
export namespace Entity {
|
|
2931
|
-
export interface
|
|
2914
|
+
export interface Modification {
|
|
2932
2915
|
/**
|
|
2933
2916
|
* 0-based index of the residue to modify
|
|
2934
2917
|
*/
|
|
@@ -2942,20 +2925,6 @@ export namespace DesignEstimateCostParams {
|
|
|
2942
2925
|
*/
|
|
2943
2926
|
value: string;
|
|
2944
2927
|
}
|
|
2945
|
-
|
|
2946
|
-
export interface SmilesModification {
|
|
2947
|
-
/**
|
|
2948
|
-
* 0-based index of the residue to modify
|
|
2949
|
-
*/
|
|
2950
|
-
residue_index: number;
|
|
2951
|
-
|
|
2952
|
-
type: 'smiles';
|
|
2953
|
-
|
|
2954
|
-
/**
|
|
2955
|
-
* SMILES string for the modification
|
|
2956
|
-
*/
|
|
2957
|
-
value: string;
|
|
2958
|
-
}
|
|
2959
2928
|
}
|
|
2960
2929
|
|
|
2961
2930
|
/**
|
|
@@ -3620,11 +3589,11 @@ export namespace DesignStartParams {
|
|
|
3620
3589
|
* Post-translational modifications. Optional; defaults to an empty list when
|
|
3621
3590
|
* omitted.
|
|
3622
3591
|
*/
|
|
3623
|
-
modifications?: Array<Entity.
|
|
3592
|
+
modifications?: Array<Entity.Modification>;
|
|
3624
3593
|
}
|
|
3625
3594
|
|
|
3626
3595
|
export namespace Entity {
|
|
3627
|
-
export interface
|
|
3596
|
+
export interface Modification {
|
|
3628
3597
|
/**
|
|
3629
3598
|
* 0-based index of the residue to modify
|
|
3630
3599
|
*/
|
|
@@ -3638,20 +3607,6 @@ export namespace DesignStartParams {
|
|
|
3638
3607
|
*/
|
|
3639
3608
|
value: string;
|
|
3640
3609
|
}
|
|
3641
|
-
|
|
3642
|
-
export interface SmilesModification {
|
|
3643
|
-
/**
|
|
3644
|
-
* 0-based index of the residue to modify
|
|
3645
|
-
*/
|
|
3646
|
-
residue_index: number;
|
|
3647
|
-
|
|
3648
|
-
type: 'smiles';
|
|
3649
|
-
|
|
3650
|
-
/**
|
|
3651
|
-
* SMILES string for the modification
|
|
3652
|
-
*/
|
|
3653
|
-
value: string;
|
|
3654
|
-
}
|
|
3655
3610
|
}
|
|
3656
3611
|
|
|
3657
3612
|
/**
|
|
@@ -331,11 +331,11 @@ export namespace LibraryScreenRetrieveResponse {
|
|
|
331
331
|
* Post-translational modifications. Optional; defaults to an empty list when
|
|
332
332
|
* omitted.
|
|
333
333
|
*/
|
|
334
|
-
modifications?: Array<Entity.
|
|
334
|
+
modifications?: Array<Entity.Modification>;
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
export namespace Entity {
|
|
338
|
-
export interface
|
|
338
|
+
export interface Modification {
|
|
339
339
|
/**
|
|
340
340
|
* 0-based index of the residue to modify
|
|
341
341
|
*/
|
|
@@ -349,20 +349,6 @@ export namespace LibraryScreenRetrieveResponse {
|
|
|
349
349
|
*/
|
|
350
350
|
value: string;
|
|
351
351
|
}
|
|
352
|
-
|
|
353
|
-
export interface SmilesModificationResponse {
|
|
354
|
-
/**
|
|
355
|
-
* 0-based index of the residue to modify
|
|
356
|
-
*/
|
|
357
|
-
residue_index: number;
|
|
358
|
-
|
|
359
|
-
type: 'smiles';
|
|
360
|
-
|
|
361
|
-
/**
|
|
362
|
-
* SMILES string for the modification
|
|
363
|
-
*/
|
|
364
|
-
value: string;
|
|
365
|
-
}
|
|
366
352
|
}
|
|
367
353
|
|
|
368
354
|
/**
|
|
@@ -1161,6 +1147,11 @@ export interface LibraryScreenListResultsResponse {
|
|
|
1161
1147
|
*/
|
|
1162
1148
|
smiles: string;
|
|
1163
1149
|
|
|
1150
|
+
/**
|
|
1151
|
+
* Tier 1 ADME summary values for this molecule.
|
|
1152
|
+
*/
|
|
1153
|
+
adme?: LibraryScreenListResultsResponse.Adme;
|
|
1154
|
+
|
|
1164
1155
|
/**
|
|
1165
1156
|
* Client-provided identifier for this molecule, if provided
|
|
1166
1157
|
*/
|
|
@@ -1249,6 +1240,26 @@ export namespace LibraryScreenListResultsResponse {
|
|
|
1249
1240
|
structure_confidence: number;
|
|
1250
1241
|
}
|
|
1251
1242
|
|
|
1243
|
+
/**
|
|
1244
|
+
* Tier 1 ADME summary values for this molecule.
|
|
1245
|
+
*/
|
|
1246
|
+
export interface Adme {
|
|
1247
|
+
/**
|
|
1248
|
+
* Lipophilicity score from the internal LogD prediction.
|
|
1249
|
+
*/
|
|
1250
|
+
lipophilicity: number;
|
|
1251
|
+
|
|
1252
|
+
/**
|
|
1253
|
+
* Permeability score for this molecule.
|
|
1254
|
+
*/
|
|
1255
|
+
permeability: number;
|
|
1256
|
+
|
|
1257
|
+
/**
|
|
1258
|
+
* Solubility judgement for this molecule.
|
|
1259
|
+
*/
|
|
1260
|
+
solubility: 'high-confidence' | 'medium-confidence' | 'high-risk';
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1252
1263
|
/**
|
|
1253
1264
|
* A warning about a potential quality issue with a result
|
|
1254
1265
|
*/
|
|
@@ -1437,11 +1448,11 @@ export namespace LibraryScreenStartResponse {
|
|
|
1437
1448
|
* Post-translational modifications. Optional; defaults to an empty list when
|
|
1438
1449
|
* omitted.
|
|
1439
1450
|
*/
|
|
1440
|
-
modifications?: Array<Entity.
|
|
1451
|
+
modifications?: Array<Entity.Modification>;
|
|
1441
1452
|
}
|
|
1442
1453
|
|
|
1443
1454
|
export namespace Entity {
|
|
1444
|
-
export interface
|
|
1455
|
+
export interface Modification {
|
|
1445
1456
|
/**
|
|
1446
1457
|
* 0-based index of the residue to modify
|
|
1447
1458
|
*/
|
|
@@ -1455,20 +1466,6 @@ export namespace LibraryScreenStartResponse {
|
|
|
1455
1466
|
*/
|
|
1456
1467
|
value: string;
|
|
1457
1468
|
}
|
|
1458
|
-
|
|
1459
|
-
export interface SmilesModificationResponse {
|
|
1460
|
-
/**
|
|
1461
|
-
* 0-based index of the residue to modify
|
|
1462
|
-
*/
|
|
1463
|
-
residue_index: number;
|
|
1464
|
-
|
|
1465
|
-
type: 'smiles';
|
|
1466
|
-
|
|
1467
|
-
/**
|
|
1468
|
-
* SMILES string for the modification
|
|
1469
|
-
*/
|
|
1470
|
-
value: string;
|
|
1471
|
-
}
|
|
1472
1469
|
}
|
|
1473
1470
|
|
|
1474
1471
|
/**
|
|
@@ -2242,11 +2239,11 @@ export namespace LibraryScreenStopResponse {
|
|
|
2242
2239
|
* Post-translational modifications. Optional; defaults to an empty list when
|
|
2243
2240
|
* omitted.
|
|
2244
2241
|
*/
|
|
2245
|
-
modifications?: Array<Entity.
|
|
2242
|
+
modifications?: Array<Entity.Modification>;
|
|
2246
2243
|
}
|
|
2247
2244
|
|
|
2248
2245
|
export namespace Entity {
|
|
2249
|
-
export interface
|
|
2246
|
+
export interface Modification {
|
|
2250
2247
|
/**
|
|
2251
2248
|
* 0-based index of the residue to modify
|
|
2252
2249
|
*/
|
|
@@ -2260,20 +2257,6 @@ export namespace LibraryScreenStopResponse {
|
|
|
2260
2257
|
*/
|
|
2261
2258
|
value: string;
|
|
2262
2259
|
}
|
|
2263
|
-
|
|
2264
|
-
export interface SmilesModificationResponse {
|
|
2265
|
-
/**
|
|
2266
|
-
* 0-based index of the residue to modify
|
|
2267
|
-
*/
|
|
2268
|
-
residue_index: number;
|
|
2269
|
-
|
|
2270
|
-
type: 'smiles';
|
|
2271
|
-
|
|
2272
|
-
/**
|
|
2273
|
-
* SMILES string for the modification
|
|
2274
|
-
*/
|
|
2275
|
-
value: string;
|
|
2276
|
-
}
|
|
2277
2260
|
}
|
|
2278
2261
|
|
|
2279
2262
|
/**
|
|
@@ -2999,11 +2982,11 @@ export namespace LibraryScreenEstimateCostParams {
|
|
|
2999
2982
|
* Post-translational modifications. Optional; defaults to an empty list when
|
|
3000
2983
|
* omitted.
|
|
3001
2984
|
*/
|
|
3002
|
-
modifications?: Array<Entity.
|
|
2985
|
+
modifications?: Array<Entity.Modification>;
|
|
3003
2986
|
}
|
|
3004
2987
|
|
|
3005
2988
|
export namespace Entity {
|
|
3006
|
-
export interface
|
|
2989
|
+
export interface Modification {
|
|
3007
2990
|
/**
|
|
3008
2991
|
* 0-based index of the residue to modify
|
|
3009
2992
|
*/
|
|
@@ -3017,20 +3000,6 @@ export namespace LibraryScreenEstimateCostParams {
|
|
|
3017
3000
|
*/
|
|
3018
3001
|
value: string;
|
|
3019
3002
|
}
|
|
3020
|
-
|
|
3021
|
-
export interface SmilesModification {
|
|
3022
|
-
/**
|
|
3023
|
-
* 0-based index of the residue to modify
|
|
3024
|
-
*/
|
|
3025
|
-
residue_index: number;
|
|
3026
|
-
|
|
3027
|
-
type: 'smiles';
|
|
3028
|
-
|
|
3029
|
-
/**
|
|
3030
|
-
* SMILES string for the modification
|
|
3031
|
-
*/
|
|
3032
|
-
value: string;
|
|
3033
|
-
}
|
|
3034
3003
|
}
|
|
3035
3004
|
|
|
3036
3005
|
/**
|
|
@@ -3703,11 +3672,11 @@ export namespace LibraryScreenStartParams {
|
|
|
3703
3672
|
* Post-translational modifications. Optional; defaults to an empty list when
|
|
3704
3673
|
* omitted.
|
|
3705
3674
|
*/
|
|
3706
|
-
modifications?: Array<Entity.
|
|
3675
|
+
modifications?: Array<Entity.Modification>;
|
|
3707
3676
|
}
|
|
3708
3677
|
|
|
3709
3678
|
export namespace Entity {
|
|
3710
|
-
export interface
|
|
3679
|
+
export interface Modification {
|
|
3711
3680
|
/**
|
|
3712
3681
|
* 0-based index of the residue to modify
|
|
3713
3682
|
*/
|
|
@@ -3721,20 +3690,6 @@ export namespace LibraryScreenStartParams {
|
|
|
3721
3690
|
*/
|
|
3722
3691
|
value: string;
|
|
3723
3692
|
}
|
|
3724
|
-
|
|
3725
|
-
export interface SmilesModification {
|
|
3726
|
-
/**
|
|
3727
|
-
* 0-based index of the residue to modify
|
|
3728
|
-
*/
|
|
3729
|
-
residue_index: number;
|
|
3730
|
-
|
|
3731
|
-
type: 'smiles';
|
|
3732
|
-
|
|
3733
|
-
/**
|
|
3734
|
-
* SMILES string for the modification
|
|
3735
|
-
*/
|
|
3736
|
-
value: string;
|
|
3737
|
-
}
|
|
3738
3693
|
}
|
|
3739
3694
|
|
|
3740
3695
|
/**
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.35.3'; // x-release-please-version
|
package/uploads.d.mts
CHANGED
package/uploads.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uploads.d.mts","sourceRoot":"","sources":["src/uploads.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"uploads.d.mts","sourceRoot":"","sources":["src/uploads.ts"],"names":[],"mappings":"AAAA,qDAAqD;AACrD,mCAA+B"}
|
package/uploads.d.ts
CHANGED
package/uploads.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uploads.d.ts","sourceRoot":"","sources":["src/uploads.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"uploads.d.ts","sourceRoot":"","sources":["src/uploads.ts"],"names":[],"mappings":"AAAA,qDAAqD;AACrD,kCAA+B"}
|
package/uploads.mjs
CHANGED
package/uploads.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uploads.mjs","sourceRoot":"","sources":["src/uploads.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"uploads.mjs","sourceRoot":"","sources":["src/uploads.ts"],"names":[],"mappings":"AAAA,qDAAqD;AACrD,mCAA+B"}
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.35.3";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.35.3";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.35.3'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|