@oro-ai/sdk 1.0.63 → 1.0.64
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
|
@@ -4095,7 +4095,7 @@ declare const banMiner: <ThrowOnError extends boolean = false>(options: OptionsL
|
|
|
4095
4095
|
declare const unbanMiner: <ThrowOnError extends boolean = false>(options: OptionsLegacyParser<UnbanMinerData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<BanResponse, UnbanMinerError, ThrowOnError>;
|
|
4096
4096
|
/**
|
|
4097
4097
|
* Ban a validator
|
|
4098
|
-
* Ban a validator from claiming work. Revokes any active
|
|
4098
|
+
* Ban a validator from claiming work. Revokes any active inference tokens.
|
|
4099
4099
|
*/
|
|
4100
4100
|
declare const banValidator: <ThrowOnError extends boolean = false>(options: OptionsLegacyParser<BanValidatorData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<BanResponse, BanValidatorError, ThrowOnError>;
|
|
4101
4101
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -4095,7 +4095,7 @@ declare const banMiner: <ThrowOnError extends boolean = false>(options: OptionsL
|
|
|
4095
4095
|
declare const unbanMiner: <ThrowOnError extends boolean = false>(options: OptionsLegacyParser<UnbanMinerData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<BanResponse, UnbanMinerError, ThrowOnError>;
|
|
4096
4096
|
/**
|
|
4097
4097
|
* Ban a validator
|
|
4098
|
-
* Ban a validator from claiming work. Revokes any active
|
|
4098
|
+
* Ban a validator from claiming work. Revokes any active inference tokens.
|
|
4099
4099
|
*/
|
|
4100
4100
|
declare const banValidator: <ThrowOnError extends boolean = false>(options: OptionsLegacyParser<BanValidatorData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<BanResponse, BanValidatorError, ThrowOnError>;
|
|
4101
4101
|
/**
|
package/package.json
CHANGED
package/src/generated/sdk.gen.ts
CHANGED
|
@@ -544,7 +544,7 @@ export const unbanMiner = <ThrowOnError extends boolean = false>(options: Option
|
|
|
544
544
|
|
|
545
545
|
/**
|
|
546
546
|
* Ban a validator
|
|
547
|
-
* Ban a validator from claiming work. Revokes any active
|
|
547
|
+
* Ban a validator from claiming work. Revokes any active inference tokens.
|
|
548
548
|
*/
|
|
549
549
|
export const banValidator = <ThrowOnError extends boolean = false>(options: OptionsLegacyParser<BanValidatorData, ThrowOnError>) => {
|
|
550
550
|
return (options?.client ?? client).post<BanValidatorResponse, BanValidatorError, ThrowOnError>({
|