@synsci/sdk 2.0.80 → 2.0.81-test.34212125301

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.
@@ -1873,7 +1873,7 @@ export declare class File_ extends HeyApiClient {
1873
1873
  /**
1874
1874
  * Resolve a session file reference
1875
1875
  *
1876
- * Resolve an unambiguous relative file reference across project, session, and connected roots authorized for the active session.
1876
+ * Resolve an exact absolute file receipt or an unambiguous relative reference across project, session, and connected roots authorized for the active session. Absolute paths never fall back to a filename search.
1877
1877
  */
1878
1878
  resolveReference<ThrowOnError extends boolean = false>(parameters: {
1879
1879
  directory?: string;
@@ -3575,7 +3575,7 @@ export class File_ extends HeyApiClient {
3575
3575
  /**
3576
3576
  * Resolve a session file reference
3577
3577
  *
3578
- * Resolve an unambiguous relative file reference across project, session, and connected roots authorized for the active session.
3578
+ * Resolve an exact absolute file receipt or an unambiguous relative reference across project, session, and connected roots authorized for the active session. Absolute paths never fall back to a filename search.
3579
3579
  */
3580
3580
  resolveReference(parameters, options) {
3581
3581
  const params = buildClientParams([parameters], [
@@ -4281,6 +4281,20 @@ export type SettingsComputeJobsListResponses = {
4281
4281
  bun: string;
4282
4282
  node: string;
4283
4283
  python?: string;
4284
+ capture_scope?: "execution_host" | "submitter";
4285
+ execution_environment?: {
4286
+ target: "local" | "ssh" | "modal";
4287
+ cwd?: string;
4288
+ profile?: string;
4289
+ /**
4290
+ * Selected runtime, not proof that arbitrary shell code used Python. Missing fields were not measured.
4291
+ */
4292
+ python?: {
4293
+ role: "selected_default" | "capability";
4294
+ executable?: string;
4295
+ version?: string;
4296
+ };
4297
+ };
4284
4298
  git?: {
4285
4299
  repository?: string;
4286
4300
  branch?: string;
@@ -4816,6 +4830,20 @@ export type SettingsComputeJobsStartResponses = {
4816
4830
  bun: string;
4817
4831
  node: string;
4818
4832
  python?: string;
4833
+ capture_scope?: "execution_host" | "submitter";
4834
+ execution_environment?: {
4835
+ target: "local" | "ssh" | "modal";
4836
+ cwd?: string;
4837
+ profile?: string;
4838
+ /**
4839
+ * Selected runtime, not proof that arbitrary shell code used Python. Missing fields were not measured.
4840
+ */
4841
+ python?: {
4842
+ role: "selected_default" | "capability";
4843
+ executable?: string;
4844
+ version?: string;
4845
+ };
4846
+ };
4819
4847
  git?: {
4820
4848
  repository?: string;
4821
4849
  branch?: string;
@@ -5536,6 +5564,20 @@ export type SettingsComputeJobsRetryResponses = {
5536
5564
  bun: string;
5537
5565
  node: string;
5538
5566
  python?: string;
5567
+ capture_scope?: "execution_host" | "submitter";
5568
+ execution_environment?: {
5569
+ target: "local" | "ssh" | "modal";
5570
+ cwd?: string;
5571
+ profile?: string;
5572
+ /**
5573
+ * Selected runtime, not proof that arbitrary shell code used Python. Missing fields were not measured.
5574
+ */
5575
+ python?: {
5576
+ role: "selected_default" | "capability";
5577
+ executable?: string;
5578
+ version?: string;
5579
+ };
5580
+ };
5539
5581
  git?: {
5540
5582
  repository?: string;
5541
5583
  branch?: string;
@@ -6028,6 +6070,20 @@ export type SettingsComputeJobsReleaseResponses = {
6028
6070
  bun: string;
6029
6071
  node: string;
6030
6072
  python?: string;
6073
+ capture_scope?: "execution_host" | "submitter";
6074
+ execution_environment?: {
6075
+ target: "local" | "ssh" | "modal";
6076
+ cwd?: string;
6077
+ profile?: string;
6078
+ /**
6079
+ * Selected runtime, not proof that arbitrary shell code used Python. Missing fields were not measured.
6080
+ */
6081
+ python?: {
6082
+ role: "selected_default" | "capability";
6083
+ executable?: string;
6084
+ version?: string;
6085
+ };
6086
+ };
6031
6087
  git?: {
6032
6088
  repository?: string;
6033
6089
  branch?: string;
@@ -6516,6 +6572,20 @@ export type SettingsComputeJobsCancelResponses = {
6516
6572
  bun: string;
6517
6573
  node: string;
6518
6574
  python?: string;
6575
+ capture_scope?: "execution_host" | "submitter";
6576
+ execution_environment?: {
6577
+ target: "local" | "ssh" | "modal";
6578
+ cwd?: string;
6579
+ profile?: string;
6580
+ /**
6581
+ * Selected runtime, not proof that arbitrary shell code used Python. Missing fields were not measured.
6582
+ */
6583
+ python?: {
6584
+ role: "selected_default" | "capability";
6585
+ executable?: string;
6586
+ version?: string;
6587
+ };
6588
+ };
6519
6589
  git?: {
6520
6590
  repository?: string;
6521
6591
  branch?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@synsci/sdk",
4
- "version": "2.0.80",
4
+ "version": "2.0.81-test.34212125301",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "scripts": {