@oro-ai/sdk 1.0.68 → 1.0.69
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 +0 -4
- package/dist/index.d.ts +0 -4
- package/package.json +1 -1
- package/src/generated/types.gen.ts +0 -4
package/dist/index.d.mts
CHANGED
|
@@ -937,10 +937,6 @@ type ClaimWorkResponse = {
|
|
|
937
937
|
* Presigned URL to download agent code
|
|
938
938
|
*/
|
|
939
939
|
code_download_url: string;
|
|
940
|
-
/**
|
|
941
|
-
* Mirrors ``inference_token.access_token`` when the minted provider is Chutes; null otherwise. Present for compatibility with older validators that haven't migrated to ``inference_token``.
|
|
942
|
-
*/
|
|
943
|
-
chutes_access_token?: (string | null);
|
|
944
940
|
/**
|
|
945
941
|
* Per-run scoped inference credential. Null when the miner has no inference auth connected or minting failed.
|
|
946
942
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -937,10 +937,6 @@ type ClaimWorkResponse = {
|
|
|
937
937
|
* Presigned URL to download agent code
|
|
938
938
|
*/
|
|
939
939
|
code_download_url: string;
|
|
940
|
-
/**
|
|
941
|
-
* Mirrors ``inference_token.access_token`` when the minted provider is Chutes; null otherwise. Present for compatibility with older validators that haven't migrated to ``inference_token``.
|
|
942
|
-
*/
|
|
943
|
-
chutes_access_token?: (string | null);
|
|
944
940
|
/**
|
|
945
941
|
* Per-run scoped inference credential. Null when the miner has no inference auth connected or minting failed.
|
|
946
942
|
*/
|
package/package.json
CHANGED
|
@@ -978,10 +978,6 @@ export type ClaimWorkResponse = {
|
|
|
978
978
|
* Presigned URL to download agent code
|
|
979
979
|
*/
|
|
980
980
|
code_download_url: string;
|
|
981
|
-
/**
|
|
982
|
-
* Mirrors ``inference_token.access_token`` when the minted provider is Chutes; null otherwise. Present for compatibility with older validators that haven't migrated to ``inference_token``.
|
|
983
|
-
*/
|
|
984
|
-
chutes_access_token?: (string | null);
|
|
985
981
|
/**
|
|
986
982
|
* Per-run scoped inference credential. Null when the miner has no inference auth connected or minting failed.
|
|
987
983
|
*/
|