@synsci/sdk 2.0.119 → 2.0.120
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.
|
@@ -2202,6 +2202,7 @@ export type Model = {
|
|
|
2202
2202
|
};
|
|
2203
2203
|
pricing?: {
|
|
2204
2204
|
upstream_provider: "anthropic" | "gemini" | "xai" | "meta" | "openrouter";
|
|
2205
|
+
hosting_provider?: "azure" | "gemini" | "openrouter";
|
|
2205
2206
|
funding_fee_bps?: number;
|
|
2206
2207
|
audited_at?: string;
|
|
2207
2208
|
source_url?: string;
|
|
@@ -4924,6 +4925,7 @@ export type SettingsComputeJobsListResponses = {
|
|
|
4924
4925
|
path: string;
|
|
4925
4926
|
size: number;
|
|
4926
4927
|
sha256: string;
|
|
4928
|
+
named?: boolean;
|
|
4927
4929
|
}>;
|
|
4928
4930
|
upload_bytes: number;
|
|
4929
4931
|
approval: string;
|
|
@@ -5475,6 +5477,7 @@ export type SettingsComputeJobsStartResponses = {
|
|
|
5475
5477
|
path: string;
|
|
5476
5478
|
size: number;
|
|
5477
5479
|
sha256: string;
|
|
5480
|
+
named?: boolean;
|
|
5478
5481
|
}>;
|
|
5479
5482
|
upload_bytes: number;
|
|
5480
5483
|
approval: string;
|
|
@@ -5633,6 +5636,7 @@ export type SettingsComputeJobsPlanResponses = {
|
|
|
5633
5636
|
path: string;
|
|
5634
5637
|
size: number;
|
|
5635
5638
|
sha256: string;
|
|
5639
|
+
named?: boolean;
|
|
5636
5640
|
}>;
|
|
5637
5641
|
upload_bytes: number;
|
|
5638
5642
|
outputs: Array<string>;
|
|
@@ -6211,6 +6215,7 @@ export type SettingsComputeJobsRetryResponses = {
|
|
|
6211
6215
|
path: string;
|
|
6212
6216
|
size: number;
|
|
6213
6217
|
sha256: string;
|
|
6218
|
+
named?: boolean;
|
|
6214
6219
|
}>;
|
|
6215
6220
|
upload_bytes: number;
|
|
6216
6221
|
approval: string;
|
|
@@ -6718,6 +6723,7 @@ export type SettingsComputeJobsReleaseResponses = {
|
|
|
6718
6723
|
path: string;
|
|
6719
6724
|
size: number;
|
|
6720
6725
|
sha256: string;
|
|
6726
|
+
named?: boolean;
|
|
6721
6727
|
}>;
|
|
6722
6728
|
upload_bytes: number;
|
|
6723
6729
|
approval: string;
|
|
@@ -7221,6 +7227,7 @@ export type SettingsComputeJobsCancelResponses = {
|
|
|
7221
7227
|
path: string;
|
|
7222
7228
|
size: number;
|
|
7223
7229
|
sha256: string;
|
|
7230
|
+
named?: boolean;
|
|
7224
7231
|
}>;
|
|
7225
7232
|
upload_bytes: number;
|
|
7226
7233
|
approval: string;
|