@synsci/sdk 2.0.99 → 2.0.100-test.34946066058
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.
|
@@ -401,6 +401,7 @@ export declare class Jobs extends HeyApiClient {
|
|
|
401
401
|
approval?: string;
|
|
402
402
|
sessionID: string;
|
|
403
403
|
default_uploads?: boolean;
|
|
404
|
+
exclude_uploads?: Array<string>;
|
|
404
405
|
capability?: {
|
|
405
406
|
id: string;
|
|
406
407
|
version: string;
|
|
@@ -452,6 +453,7 @@ export declare class Jobs extends HeyApiClient {
|
|
|
452
453
|
approval?: string;
|
|
453
454
|
sessionID: string;
|
|
454
455
|
default_uploads?: boolean;
|
|
456
|
+
exclude_uploads?: Array<string>;
|
|
455
457
|
capability?: {
|
|
456
458
|
id: string;
|
|
457
459
|
version: string;
|
|
@@ -741,6 +741,7 @@ export class Jobs extends HeyApiClient {
|
|
|
741
741
|
{ in: "body", key: "approval" },
|
|
742
742
|
{ in: "body", key: "sessionID" },
|
|
743
743
|
{ in: "body", key: "default_uploads" },
|
|
744
|
+
{ in: "body", key: "exclude_uploads" },
|
|
744
745
|
{ in: "body", key: "capability" },
|
|
745
746
|
{ in: "body", key: "capability_execution" },
|
|
746
747
|
],
|
|
@@ -783,6 +784,7 @@ export class Jobs extends HeyApiClient {
|
|
|
783
784
|
{ in: "body", key: "approval" },
|
|
784
785
|
{ in: "body", key: "sessionID" },
|
|
785
786
|
{ in: "body", key: "default_uploads" },
|
|
787
|
+
{ in: "body", key: "exclude_uploads" },
|
|
786
788
|
{ in: "body", key: "capability" },
|
|
787
789
|
{ in: "body", key: "capability_execution" },
|
|
788
790
|
],
|
|
@@ -4999,6 +4999,7 @@ export type SettingsComputeJobsStartData = {
|
|
|
4999
4999
|
approval?: string;
|
|
5000
5000
|
sessionID: string;
|
|
5001
5001
|
default_uploads?: boolean;
|
|
5002
|
+
exclude_uploads?: Array<string>;
|
|
5002
5003
|
capability?: {
|
|
5003
5004
|
id: string;
|
|
5004
5005
|
version: string;
|
|
@@ -5549,6 +5550,7 @@ export type SettingsComputeJobsPlanData = {
|
|
|
5549
5550
|
approval?: string;
|
|
5550
5551
|
sessionID: string;
|
|
5551
5552
|
default_uploads?: boolean;
|
|
5553
|
+
exclude_uploads?: Array<string>;
|
|
5552
5554
|
capability?: {
|
|
5553
5555
|
id: string;
|
|
5554
5556
|
version: string;
|