@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 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. Trajectories and logs are available immediately.
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. Trajectories and logs are available immediately.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oro-ai/sdk",
3
- "version": "1.0.82",
3
+ "version": "1.0.83",
4
4
  "description": "Official TypeScript SDK for the ORO Bittensor Subnet API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -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. Trajectories and logs are available immediately.
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>({