boltz-api 0.44.0 → 0.45.0
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 +17 -0
- package/client.d.mts +2 -2
- package/client.d.ts +2 -2
- package/client.js +2 -2
- package/client.mjs +2 -2
- package/package.json +1 -1
- package/resources/admin/workspaces.d.mts +1 -1
- package/resources/admin/workspaces.d.ts +1 -1
- package/resources/admin/workspaces.js +1 -1
- package/resources/admin/workspaces.mjs +1 -1
- package/resources/predictions/index.d.mts +1 -1
- package/resources/predictions/index.d.mts.map +1 -1
- package/resources/predictions/index.d.ts +1 -1
- package/resources/predictions/index.d.ts.map +1 -1
- package/resources/predictions/index.js.map +1 -1
- package/resources/predictions/index.mjs.map +1 -1
- package/resources/predictions/predictions.d.mts +2 -2
- package/resources/predictions/predictions.d.mts.map +1 -1
- package/resources/predictions/predictions.d.ts +2 -2
- package/resources/predictions/predictions.d.ts.map +1 -1
- package/resources/predictions/predictions.js.map +1 -1
- package/resources/predictions/predictions.mjs.map +1 -1
- package/resources/predictions/structure-and-binding.d.mts +553 -1
- package/resources/predictions/structure-and-binding.d.mts.map +1 -1
- package/resources/predictions/structure-and-binding.d.ts +553 -1
- package/resources/predictions/structure-and-binding.d.ts.map +1 -1
- package/resources/predictions/structure-and-binding.js +30 -0
- package/resources/predictions/structure-and-binding.js.map +1 -1
- package/resources/predictions/structure-and-binding.mjs +30 -0
- package/resources/predictions/structure-and-binding.mjs.map +1 -1
- package/resources/protein/design.d.mts +87 -50
- package/resources/protein/design.d.mts.map +1 -1
- package/resources/protein/design.d.ts +87 -50
- package/resources/protein/design.d.ts.map +1 -1
- package/resources/protein/library-screen.d.mts +62 -30
- package/resources/protein/library-screen.d.mts.map +1 -1
- package/resources/protein/library-screen.d.ts +62 -30
- package/resources/protein/library-screen.d.ts.map +1 -1
- package/resources/protein/protein.d.mts +1 -1
- package/resources/protein/protein.d.ts +1 -1
- package/resources/protein/protein.js +1 -1
- package/resources/protein/protein.mjs +1 -1
- package/resources/small-molecule/design.d.mts +52 -20
- package/resources/small-molecule/design.d.mts.map +1 -1
- package/resources/small-molecule/design.d.ts +52 -20
- package/resources/small-molecule/design.d.ts.map +1 -1
- package/resources/small-molecule/library-screen.d.mts +52 -20
- package/resources/small-molecule/library-screen.d.mts.map +1 -1
- package/resources/small-molecule/library-screen.d.ts +52 -20
- package/resources/small-molecule/library-screen.d.ts.map +1 -1
- package/resources/small-molecule/small-molecule.d.mts +1 -1
- package/resources/small-molecule/small-molecule.d.ts +1 -1
- package/resources/small-molecule/small-molecule.js +1 -1
- package/resources/small-molecule/small-molecule.mjs +1 -1
- package/src/client.ts +2 -2
- package/src/resources/admin/workspaces.ts +1 -1
- package/src/resources/predictions/index.ts +2 -0
- package/src/resources/predictions/predictions.ts +4 -0
- package/src/resources/predictions/structure-and-binding.ts +675 -0
- package/src/resources/protein/design.ts +95 -50
- package/src/resources/protein/library-screen.ts +70 -30
- package/src/resources/protein/protein.ts +1 -1
- package/src/resources/small-molecule/design.ts +60 -20
- package/src/resources/small-molecule/library-screen.ts +60 -20
- package/src/resources/small-molecule/small-molecule.ts +1 -1
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -162,7 +162,7 @@ export type DesignListResponsesCursorPage = CursorPage<DesignListResponse>;
|
|
|
162
162
|
export type DesignListResultsResponsesCursorPage = CursorPage<DesignListResultsResponse>;
|
|
163
163
|
|
|
164
164
|
/**
|
|
165
|
-
* A small molecule design
|
|
165
|
+
* A small molecule design pipeline run that generates novel molecules
|
|
166
166
|
*/
|
|
167
167
|
export interface DesignRetrieveResponse {
|
|
168
168
|
/**
|
|
@@ -181,14 +181,14 @@ export interface DesignRetrieveResponse {
|
|
|
181
181
|
data_deleted_at: string | null;
|
|
182
182
|
|
|
183
183
|
/**
|
|
184
|
-
*
|
|
184
|
+
* @deprecated Use pipeline instead.
|
|
185
185
|
*/
|
|
186
|
-
engine: '
|
|
186
|
+
engine: 'boltzmol';
|
|
187
187
|
|
|
188
188
|
/**
|
|
189
|
-
*
|
|
189
|
+
* @deprecated Use pipeline_version instead.
|
|
190
190
|
*/
|
|
191
|
-
engine_version:
|
|
191
|
+
engine_version: '1.0';
|
|
192
192
|
|
|
193
193
|
error: DesignRetrieveResponse.Error | null;
|
|
194
194
|
|
|
@@ -202,6 +202,16 @@ export interface DesignRetrieveResponse {
|
|
|
202
202
|
*/
|
|
203
203
|
livemode: boolean;
|
|
204
204
|
|
|
205
|
+
/**
|
|
206
|
+
* Pipeline used for small molecule design
|
|
207
|
+
*/
|
|
208
|
+
pipeline: 'boltzmol';
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* Pipeline version used for small molecule design
|
|
212
|
+
*/
|
|
213
|
+
pipeline_version: '1.0';
|
|
214
|
+
|
|
205
215
|
progress: DesignRetrieveResponse.Progress | null;
|
|
206
216
|
|
|
207
217
|
started_at: string | null;
|
|
@@ -952,7 +962,7 @@ export namespace DesignRetrieveResponse {
|
|
|
952
962
|
}
|
|
953
963
|
|
|
954
964
|
/**
|
|
955
|
-
* Summary of a small molecule design
|
|
965
|
+
* Summary of a small molecule design pipeline run (excludes input)
|
|
956
966
|
*/
|
|
957
967
|
export interface DesignListResponse {
|
|
958
968
|
/**
|
|
@@ -971,14 +981,14 @@ export interface DesignListResponse {
|
|
|
971
981
|
data_deleted_at: string | null;
|
|
972
982
|
|
|
973
983
|
/**
|
|
974
|
-
*
|
|
984
|
+
* @deprecated Use pipeline instead.
|
|
975
985
|
*/
|
|
976
|
-
engine: '
|
|
986
|
+
engine: 'boltzmol';
|
|
977
987
|
|
|
978
988
|
/**
|
|
979
|
-
*
|
|
989
|
+
* @deprecated Use pipeline_version instead.
|
|
980
990
|
*/
|
|
981
|
-
engine_version:
|
|
991
|
+
engine_version: '1.0';
|
|
982
992
|
|
|
983
993
|
error: DesignListResponse.Error | null;
|
|
984
994
|
|
|
@@ -987,6 +997,16 @@ export interface DesignListResponse {
|
|
|
987
997
|
*/
|
|
988
998
|
livemode: boolean;
|
|
989
999
|
|
|
1000
|
+
/**
|
|
1001
|
+
* Pipeline used for small molecule design
|
|
1002
|
+
*/
|
|
1003
|
+
pipeline: 'boltzmol';
|
|
1004
|
+
|
|
1005
|
+
/**
|
|
1006
|
+
* Pipeline version used for small molecule design
|
|
1007
|
+
*/
|
|
1008
|
+
pipeline_version: '1.0';
|
|
1009
|
+
|
|
990
1010
|
progress: DesignListResponse.Progress | null;
|
|
991
1011
|
|
|
992
1012
|
started_at: string | null;
|
|
@@ -1266,7 +1286,7 @@ export namespace DesignListResultsResponse {
|
|
|
1266
1286
|
}
|
|
1267
1287
|
|
|
1268
1288
|
/**
|
|
1269
|
-
* A small molecule design
|
|
1289
|
+
* A small molecule design pipeline run that generates novel molecules
|
|
1270
1290
|
*/
|
|
1271
1291
|
export interface DesignStartResponse {
|
|
1272
1292
|
/**
|
|
@@ -1285,14 +1305,14 @@ export interface DesignStartResponse {
|
|
|
1285
1305
|
data_deleted_at: string | null;
|
|
1286
1306
|
|
|
1287
1307
|
/**
|
|
1288
|
-
*
|
|
1308
|
+
* @deprecated Use pipeline instead.
|
|
1289
1309
|
*/
|
|
1290
|
-
engine: '
|
|
1310
|
+
engine: 'boltzmol';
|
|
1291
1311
|
|
|
1292
1312
|
/**
|
|
1293
|
-
*
|
|
1313
|
+
* @deprecated Use pipeline_version instead.
|
|
1294
1314
|
*/
|
|
1295
|
-
engine_version:
|
|
1315
|
+
engine_version: '1.0';
|
|
1296
1316
|
|
|
1297
1317
|
error: DesignStartResponse.Error | null;
|
|
1298
1318
|
|
|
@@ -1306,6 +1326,16 @@ export interface DesignStartResponse {
|
|
|
1306
1326
|
*/
|
|
1307
1327
|
livemode: boolean;
|
|
1308
1328
|
|
|
1329
|
+
/**
|
|
1330
|
+
* Pipeline used for small molecule design
|
|
1331
|
+
*/
|
|
1332
|
+
pipeline: 'boltzmol';
|
|
1333
|
+
|
|
1334
|
+
/**
|
|
1335
|
+
* Pipeline version used for small molecule design
|
|
1336
|
+
*/
|
|
1337
|
+
pipeline_version: '1.0';
|
|
1338
|
+
|
|
1309
1339
|
progress: DesignStartResponse.Progress | null;
|
|
1310
1340
|
|
|
1311
1341
|
started_at: string | null;
|
|
@@ -2056,7 +2086,7 @@ export namespace DesignStartResponse {
|
|
|
2056
2086
|
}
|
|
2057
2087
|
|
|
2058
2088
|
/**
|
|
2059
|
-
* A small molecule design
|
|
2089
|
+
* A small molecule design pipeline run that generates novel molecules
|
|
2060
2090
|
*/
|
|
2061
2091
|
export interface DesignStopResponse {
|
|
2062
2092
|
/**
|
|
@@ -2075,14 +2105,14 @@ export interface DesignStopResponse {
|
|
|
2075
2105
|
data_deleted_at: string | null;
|
|
2076
2106
|
|
|
2077
2107
|
/**
|
|
2078
|
-
*
|
|
2108
|
+
* @deprecated Use pipeline instead.
|
|
2079
2109
|
*/
|
|
2080
|
-
engine: '
|
|
2110
|
+
engine: 'boltzmol';
|
|
2081
2111
|
|
|
2082
2112
|
/**
|
|
2083
|
-
*
|
|
2113
|
+
* @deprecated Use pipeline_version instead.
|
|
2084
2114
|
*/
|
|
2085
|
-
engine_version:
|
|
2115
|
+
engine_version: '1.0';
|
|
2086
2116
|
|
|
2087
2117
|
error: DesignStopResponse.Error | null;
|
|
2088
2118
|
|
|
@@ -2096,6 +2126,16 @@ export interface DesignStopResponse {
|
|
|
2096
2126
|
*/
|
|
2097
2127
|
livemode: boolean;
|
|
2098
2128
|
|
|
2129
|
+
/**
|
|
2130
|
+
* Pipeline used for small molecule design
|
|
2131
|
+
*/
|
|
2132
|
+
pipeline: 'boltzmol';
|
|
2133
|
+
|
|
2134
|
+
/**
|
|
2135
|
+
* Pipeline version used for small molecule design
|
|
2136
|
+
*/
|
|
2137
|
+
pipeline_version: '1.0';
|
|
2138
|
+
|
|
2099
2139
|
progress: DesignStopResponse.Progress | null;
|
|
2100
2140
|
|
|
2101
2141
|
started_at: string | null;
|
|
@@ -160,7 +160,7 @@ export type LibraryScreenListResponsesCursorPage = CursorPage<LibraryScreenListR
|
|
|
160
160
|
export type LibraryScreenListResultsResponsesCursorPage = CursorPage<LibraryScreenListResultsResponse>;
|
|
161
161
|
|
|
162
162
|
/**
|
|
163
|
-
* A small molecule library screening
|
|
163
|
+
* A small molecule library screening pipeline run
|
|
164
164
|
*/
|
|
165
165
|
export interface LibraryScreenRetrieveResponse {
|
|
166
166
|
/**
|
|
@@ -179,14 +179,14 @@ export interface LibraryScreenRetrieveResponse {
|
|
|
179
179
|
data_deleted_at: string | null;
|
|
180
180
|
|
|
181
181
|
/**
|
|
182
|
-
*
|
|
182
|
+
* @deprecated Use pipeline instead.
|
|
183
183
|
*/
|
|
184
|
-
engine: '
|
|
184
|
+
engine: 'boltzmol';
|
|
185
185
|
|
|
186
186
|
/**
|
|
187
|
-
*
|
|
187
|
+
* @deprecated Use pipeline_version instead.
|
|
188
188
|
*/
|
|
189
|
-
engine_version:
|
|
189
|
+
engine_version: '1.0';
|
|
190
190
|
|
|
191
191
|
error: LibraryScreenRetrieveResponse.Error | null;
|
|
192
192
|
|
|
@@ -200,6 +200,16 @@ export interface LibraryScreenRetrieveResponse {
|
|
|
200
200
|
*/
|
|
201
201
|
livemode: boolean;
|
|
202
202
|
|
|
203
|
+
/**
|
|
204
|
+
* Pipeline used for small molecule library screen
|
|
205
|
+
*/
|
|
206
|
+
pipeline: 'boltzmol';
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* Pipeline version used for small molecule library screen
|
|
210
|
+
*/
|
|
211
|
+
pipeline_version: '1.0';
|
|
212
|
+
|
|
203
213
|
progress: LibraryScreenRetrieveResponse.Progress | null;
|
|
204
214
|
|
|
205
215
|
started_at: string | null;
|
|
@@ -964,7 +974,7 @@ export namespace LibraryScreenRetrieveResponse {
|
|
|
964
974
|
}
|
|
965
975
|
|
|
966
976
|
/**
|
|
967
|
-
* Summary of a small molecule library screening
|
|
977
|
+
* Summary of a small molecule library screening pipeline run (excludes input)
|
|
968
978
|
*/
|
|
969
979
|
export interface LibraryScreenListResponse {
|
|
970
980
|
/**
|
|
@@ -983,14 +993,14 @@ export interface LibraryScreenListResponse {
|
|
|
983
993
|
data_deleted_at: string | null;
|
|
984
994
|
|
|
985
995
|
/**
|
|
986
|
-
*
|
|
996
|
+
* @deprecated Use pipeline instead.
|
|
987
997
|
*/
|
|
988
|
-
engine: '
|
|
998
|
+
engine: 'boltzmol';
|
|
989
999
|
|
|
990
1000
|
/**
|
|
991
|
-
*
|
|
1001
|
+
* @deprecated Use pipeline_version instead.
|
|
992
1002
|
*/
|
|
993
|
-
engine_version:
|
|
1003
|
+
engine_version: '1.0';
|
|
994
1004
|
|
|
995
1005
|
error: LibraryScreenListResponse.Error | null;
|
|
996
1006
|
|
|
@@ -999,6 +1009,16 @@ export interface LibraryScreenListResponse {
|
|
|
999
1009
|
*/
|
|
1000
1010
|
livemode: boolean;
|
|
1001
1011
|
|
|
1012
|
+
/**
|
|
1013
|
+
* Pipeline used for small molecule library screen
|
|
1014
|
+
*/
|
|
1015
|
+
pipeline: 'boltzmol';
|
|
1016
|
+
|
|
1017
|
+
/**
|
|
1018
|
+
* Pipeline version used for small molecule library screen
|
|
1019
|
+
*/
|
|
1020
|
+
pipeline_version: '1.0';
|
|
1021
|
+
|
|
1002
1022
|
progress: LibraryScreenListResponse.Progress | null;
|
|
1003
1023
|
|
|
1004
1024
|
started_at: string | null;
|
|
@@ -1305,7 +1325,7 @@ export namespace LibraryScreenListResultsResponse {
|
|
|
1305
1325
|
}
|
|
1306
1326
|
|
|
1307
1327
|
/**
|
|
1308
|
-
* A small molecule library screening
|
|
1328
|
+
* A small molecule library screening pipeline run
|
|
1309
1329
|
*/
|
|
1310
1330
|
export interface LibraryScreenStartResponse {
|
|
1311
1331
|
/**
|
|
@@ -1324,14 +1344,14 @@ export interface LibraryScreenStartResponse {
|
|
|
1324
1344
|
data_deleted_at: string | null;
|
|
1325
1345
|
|
|
1326
1346
|
/**
|
|
1327
|
-
*
|
|
1347
|
+
* @deprecated Use pipeline instead.
|
|
1328
1348
|
*/
|
|
1329
|
-
engine: '
|
|
1349
|
+
engine: 'boltzmol';
|
|
1330
1350
|
|
|
1331
1351
|
/**
|
|
1332
|
-
*
|
|
1352
|
+
* @deprecated Use pipeline_version instead.
|
|
1333
1353
|
*/
|
|
1334
|
-
engine_version:
|
|
1354
|
+
engine_version: '1.0';
|
|
1335
1355
|
|
|
1336
1356
|
error: LibraryScreenStartResponse.Error | null;
|
|
1337
1357
|
|
|
@@ -1345,6 +1365,16 @@ export interface LibraryScreenStartResponse {
|
|
|
1345
1365
|
*/
|
|
1346
1366
|
livemode: boolean;
|
|
1347
1367
|
|
|
1368
|
+
/**
|
|
1369
|
+
* Pipeline used for small molecule library screen
|
|
1370
|
+
*/
|
|
1371
|
+
pipeline: 'boltzmol';
|
|
1372
|
+
|
|
1373
|
+
/**
|
|
1374
|
+
* Pipeline version used for small molecule library screen
|
|
1375
|
+
*/
|
|
1376
|
+
pipeline_version: '1.0';
|
|
1377
|
+
|
|
1348
1378
|
progress: LibraryScreenStartResponse.Progress | null;
|
|
1349
1379
|
|
|
1350
1380
|
started_at: string | null;
|
|
@@ -2109,7 +2139,7 @@ export namespace LibraryScreenStartResponse {
|
|
|
2109
2139
|
}
|
|
2110
2140
|
|
|
2111
2141
|
/**
|
|
2112
|
-
* A small molecule library screening
|
|
2142
|
+
* A small molecule library screening pipeline run
|
|
2113
2143
|
*/
|
|
2114
2144
|
export interface LibraryScreenStopResponse {
|
|
2115
2145
|
/**
|
|
@@ -2128,14 +2158,14 @@ export interface LibraryScreenStopResponse {
|
|
|
2128
2158
|
data_deleted_at: string | null;
|
|
2129
2159
|
|
|
2130
2160
|
/**
|
|
2131
|
-
*
|
|
2161
|
+
* @deprecated Use pipeline instead.
|
|
2132
2162
|
*/
|
|
2133
|
-
engine: '
|
|
2163
|
+
engine: 'boltzmol';
|
|
2134
2164
|
|
|
2135
2165
|
/**
|
|
2136
|
-
*
|
|
2166
|
+
* @deprecated Use pipeline_version instead.
|
|
2137
2167
|
*/
|
|
2138
|
-
engine_version:
|
|
2168
|
+
engine_version: '1.0';
|
|
2139
2169
|
|
|
2140
2170
|
error: LibraryScreenStopResponse.Error | null;
|
|
2141
2171
|
|
|
@@ -2149,6 +2179,16 @@ export interface LibraryScreenStopResponse {
|
|
|
2149
2179
|
*/
|
|
2150
2180
|
livemode: boolean;
|
|
2151
2181
|
|
|
2182
|
+
/**
|
|
2183
|
+
* Pipeline used for small molecule library screen
|
|
2184
|
+
*/
|
|
2185
|
+
pipeline: 'boltzmol';
|
|
2186
|
+
|
|
2187
|
+
/**
|
|
2188
|
+
* Pipeline version used for small molecule library screen
|
|
2189
|
+
*/
|
|
2190
|
+
pipeline_version: '1.0';
|
|
2191
|
+
|
|
2152
2192
|
progress: LibraryScreenStopResponse.Progress | null;
|
|
2153
2193
|
|
|
2154
2194
|
started_at: string | null;
|
|
@@ -39,7 +39,7 @@ import {
|
|
|
39
39
|
} from './library-screen';
|
|
40
40
|
|
|
41
41
|
/**
|
|
42
|
-
* Small Molecule
|
|
42
|
+
* Small Molecule Pipeline — design novel small molecules and screen compound libraries against protein targets. Includes de novo generation and virtual screening.
|
|
43
43
|
*/
|
|
44
44
|
export class SmallMolecule extends APIResource {
|
|
45
45
|
design: DesignAPI.Design = new DesignAPI.Design(this._client);
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.45.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.45.0";
|
|
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.45.0";
|
|
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.45.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|