@hawksightco/swagger-client
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -22,2 +22,3 @@ export * from './account'; | ||
export * from './meteoradlmmtxdeposit-fast-generation'; | ||
export * from './meteoradlmmtxwithdraw-fast-generation'; | ||
export * from './orca-config'; | ||
@@ -24,0 +25,0 @@ export * from './orca-config-rewards'; |
@@ -38,2 +38,3 @@ "use strict"; | ||
__exportStar(require("./meteoradlmmtxdeposit-fast-generation"), exports); | ||
__exportStar(require("./meteoradlmmtxwithdraw-fast-generation"), exports); | ||
__exportStar(require("./orca-config"), exports); | ||
@@ -40,0 +41,0 @@ __exportStar(require("./orca-config-rewards"), exports); |
@@ -12,3 +12,3 @@ /** | ||
*/ | ||
import { PriorityLevel } from './priority-level'; | ||
import { MeteoradlmmtxwithdrawFastGeneration } from './meteoradlmmtxwithdraw-fast-generation'; | ||
/** | ||
@@ -22,6 +22,8 @@ * | ||
/** | ||
* @type {PriorityLevel} | ||
* Priority level for the transaction. | ||
* | ||
* @type {string} | ||
* @memberof TxWithdrawBody | ||
*/ | ||
priority?: PriorityLevel; | ||
priority?: TxWithdrawBodyPriorityEnum; | ||
/** | ||
@@ -69,2 +71,20 @@ * Max lamports to consume for priority fee | ||
shouldClaimAndClose?: boolean; | ||
/** | ||
* @type {MeteoradlmmtxwithdrawFastGeneration} | ||
* @memberof TxWithdrawBody | ||
*/ | ||
fastGeneration?: MeteoradlmmtxwithdrawFastGeneration; | ||
} | ||
/** | ||
* @export | ||
* @enum {string} | ||
*/ | ||
export declare enum TxWithdrawBodyPriorityEnum { | ||
Default = "Default", | ||
Low = "Low", | ||
Medium = "Medium", | ||
High = "High", | ||
VeryHigh = "VeryHigh", | ||
UnsafeMax = "UnsafeMax", | ||
None = "None" | ||
} |
@@ -16,1 +16,16 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TxWithdrawBodyPriorityEnum = void 0; | ||
/** | ||
* @export | ||
* @enum {string} | ||
*/ | ||
var TxWithdrawBodyPriorityEnum; | ||
(function (TxWithdrawBodyPriorityEnum) { | ||
TxWithdrawBodyPriorityEnum["Default"] = "Default"; | ||
TxWithdrawBodyPriorityEnum["Low"] = "Low"; | ||
TxWithdrawBodyPriorityEnum["Medium"] = "Medium"; | ||
TxWithdrawBodyPriorityEnum["High"] = "High"; | ||
TxWithdrawBodyPriorityEnum["VeryHigh"] = "VeryHigh"; | ||
TxWithdrawBodyPriorityEnum["UnsafeMax"] = "UnsafeMax"; | ||
TxWithdrawBodyPriorityEnum["None"] = "None"; | ||
})(TxWithdrawBodyPriorityEnum || (exports.TxWithdrawBodyPriorityEnum = TxWithdrawBodyPriorityEnum = {})); |
@@ -22,2 +22,3 @@ export * from './account'; | ||
export * from './meteoradlmmtxdeposit-fast-generation'; | ||
export * from './meteoradlmmtxwithdraw-fast-generation'; | ||
export * from './orca-config'; | ||
@@ -24,0 +25,0 @@ export * from './orca-config-rewards'; |
@@ -15,3 +15,3 @@ /* tslint:disable */ | ||
import { PriorityLevel } from './priority-level'; | ||
import { MeteoradlmmtxwithdrawFastGeneration } from './meteoradlmmtxwithdraw-fast-generation'; | ||
/** | ||
@@ -26,6 +26,8 @@ * | ||
/** | ||
* @type {PriorityLevel} | ||
* Priority level for the transaction. | ||
* | ||
* @type {string} | ||
* @memberof TxWithdrawBody | ||
*/ | ||
priority?: PriorityLevel; | ||
priority?: TxWithdrawBodyPriorityEnum; | ||
@@ -79,2 +81,23 @@ /** | ||
shouldClaimAndClose?: boolean; | ||
/** | ||
* @type {MeteoradlmmtxwithdrawFastGeneration} | ||
* @memberof TxWithdrawBody | ||
*/ | ||
fastGeneration?: MeteoradlmmtxwithdrawFastGeneration; | ||
} | ||
/** | ||
* @export | ||
* @enum {string} | ||
*/ | ||
export enum TxWithdrawBodyPriorityEnum { | ||
Default = 'Default', | ||
Low = 'Low', | ||
Medium = 'Medium', | ||
High = 'High', | ||
VeryHigh = 'VeryHigh', | ||
UnsafeMax = 'UnsafeMax', | ||
None = 'None' | ||
} | ||
{ | ||
"name": "@hawksightco/swagger-client", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "OpenAPI client for Hawksight v2 Public API", | ||
@@ -5,0 +5,0 @@ "author": "Hawksight", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
710662
282
18622