Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hawksightco/swagger-client

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hawksightco/swagger-client - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

dist/models/meteoradlmmtxwithdraw-fast-generation.d.ts

1

dist/models/index.d.ts

@@ -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'
}

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc