@synsci/sdk 2.0.80 → 2.0.81-test.34208568134

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.
@@ -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.34208568134",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "scripts": {