@oro-ai/sdk 1.0.82 → 1.0.83
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/generated/sdk.gen.ts +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4090,7 +4090,7 @@ declare const getAgentVersionProblems: <ThrowOnError extends boolean = false>(op
|
|
|
4090
4090
|
declare const getAgentVersion: <ThrowOnError extends boolean = false>(options: OptionsLegacyParser<GetAgentVersionData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<AgentVersionPublic, GetAgentVersionError, ThrowOnError>;
|
|
4091
4091
|
/**
|
|
4092
4092
|
* Get artifact download URL
|
|
4093
|
-
* Get a presigned URL to download artifacts. Agent code requires the version to be released.
|
|
4093
|
+
* Get a presigned URL to download artifacts. Agent code requires the version to be released. Qualifying-phase trajectories and logs are available immediately; race-phase artifacts are gated until the race completes (403 RACE_IN_FLIGHT).
|
|
4094
4094
|
*/
|
|
4095
4095
|
declare const getArtifactDownloadUrl: <ThrowOnError extends boolean = false>(options: OptionsLegacyParser<GetArtifactDownloadUrlData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ArtifactDownloadResponse, GetArtifactDownloadUrlError, ThrowOnError>;
|
|
4096
4096
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -4090,7 +4090,7 @@ declare const getAgentVersionProblems: <ThrowOnError extends boolean = false>(op
|
|
|
4090
4090
|
declare const getAgentVersion: <ThrowOnError extends boolean = false>(options: OptionsLegacyParser<GetAgentVersionData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<AgentVersionPublic, GetAgentVersionError, ThrowOnError>;
|
|
4091
4091
|
/**
|
|
4092
4092
|
* Get artifact download URL
|
|
4093
|
-
* Get a presigned URL to download artifacts. Agent code requires the version to be released.
|
|
4093
|
+
* Get a presigned URL to download artifacts. Agent code requires the version to be released. Qualifying-phase trajectories and logs are available immediately; race-phase artifacts are gated until the race completes (403 RACE_IN_FLIGHT).
|
|
4094
4094
|
*/
|
|
4095
4095
|
declare const getArtifactDownloadUrl: <ThrowOnError extends boolean = false>(options: OptionsLegacyParser<GetArtifactDownloadUrlData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<ArtifactDownloadResponse, GetArtifactDownloadUrlError, ThrowOnError>;
|
|
4096
4096
|
/**
|
package/package.json
CHANGED
package/src/generated/sdk.gen.ts
CHANGED
|
@@ -166,7 +166,7 @@ export const getAgentVersion = <ThrowOnError extends boolean = false>(options: O
|
|
|
166
166
|
|
|
167
167
|
/**
|
|
168
168
|
* Get artifact download URL
|
|
169
|
-
* Get a presigned URL to download artifacts. Agent code requires the version to be released.
|
|
169
|
+
* Get a presigned URL to download artifacts. Agent code requires the version to be released. Qualifying-phase trajectories and logs are available immediately; race-phase artifacts are gated until the race completes (403 RACE_IN_FLIGHT).
|
|
170
170
|
*/
|
|
171
171
|
export const getArtifactDownloadUrl = <ThrowOnError extends boolean = false>(options: OptionsLegacyParser<GetArtifactDownloadUrlData, ThrowOnError>) => {
|
|
172
172
|
return (options?.client ?? client).post<GetArtifactDownloadUrlResponse, GetArtifactDownloadUrlError, ThrowOnError>({
|