@hawksightco/swagger-client
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -15,2 +15,3 @@ /* tslint:disable */ | ||
export * from './apis/general-endpoints-api'; | ||
export * from './apis/general-utility-endpoints-api'; | ||
export * from './apis/health-check-api'; | ||
@@ -17,0 +18,0 @@ export * from './apis/meteora-dlmmautomation-instructions-api'; |
@@ -23,6 +23,5 @@ /* tslint:disable */ | ||
import { InlineResponse2003 } from '../models'; | ||
import { InlineResponse2004 } from '../models'; | ||
import { InlineResponse400 } from '../models'; | ||
import { InlineResponse4001 } from '../models'; | ||
import { RegisterBody } from '../models'; | ||
import { TransactionMetadata } from '../models'; | ||
/** | ||
@@ -230,3 +229,3 @@ * GeneralEndpointsApi - axios parameter creator | ||
*/ | ||
async registerPost(body: RegisterBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>> { | ||
async registerPost(body: RegisterBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>> { | ||
const localVarAxiosArgs = await GeneralEndpointsApiAxiosParamCreator(configuration).registerPost(body, options); | ||
@@ -283,3 +282,3 @@ return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => { | ||
*/ | ||
async registerPost(body: RegisterBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>> { | ||
async registerPost(body: RegisterBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>> { | ||
return GeneralEndpointsApiFp(configuration).registerPost(body, options).then((request) => request(axios, basePath)); | ||
@@ -332,3 +331,3 @@ }, | ||
*/ | ||
public async registerPost(body: RegisterBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<InlineResponse2004>> { | ||
public async registerPost(body: RegisterBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<TransactionMetadata>> { | ||
return GeneralEndpointsApiFp(this.configuration).registerPost(body, options).then((request) => request(this.axios, this.basePath)); | ||
@@ -335,0 +334,0 @@ } |
@@ -23,4 +23,4 @@ /* tslint:disable */ | ||
import { AutomationFullWithdrawAndClosePositionAutomationIxBody } from '../models'; | ||
import { InlineResponse2004 } from '../models'; | ||
import { InlineResponse4001 } from '../models'; | ||
import { InlineResponse400 } from '../models'; | ||
import { TransactionMetadata } from '../models'; | ||
/** | ||
@@ -173,3 +173,3 @@ * MeteoraDLMMAutomationInstructionsApi - axios parameter creator | ||
*/ | ||
async meteoraDlmmAutomationClaimFeeAndRewardsAutomationIxPost(body: AutomationClaimFeeAndRewardsAutomationIxBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>> { | ||
async meteoraDlmmAutomationClaimFeeAndRewardsAutomationIxPost(body: AutomationClaimFeeAndRewardsAutomationIxBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>> { | ||
const localVarAxiosArgs = await MeteoraDLMMAutomationInstructionsApiAxiosParamCreator(configuration).meteoraDlmmAutomationClaimFeeAndRewardsAutomationIxPost(body, options); | ||
@@ -187,3 +187,3 @@ return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => { | ||
*/ | ||
async meteoraDlmmAutomationCreatePositionAndDepositAutomationIxPost(body: AutomationCreatePositionAndDepositAutomationIxBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>> { | ||
async meteoraDlmmAutomationCreatePositionAndDepositAutomationIxPost(body: AutomationCreatePositionAndDepositAutomationIxBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>> { | ||
const localVarAxiosArgs = await MeteoraDLMMAutomationInstructionsApiAxiosParamCreator(configuration).meteoraDlmmAutomationCreatePositionAndDepositAutomationIxPost(body, options); | ||
@@ -201,3 +201,3 @@ return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => { | ||
*/ | ||
async meteoraDlmmAutomationFullWithdrawAndClosePositionAutomationIxPost(body: AutomationFullWithdrawAndClosePositionAutomationIxBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>> { | ||
async meteoraDlmmAutomationFullWithdrawAndClosePositionAutomationIxPost(body: AutomationFullWithdrawAndClosePositionAutomationIxBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>> { | ||
const localVarAxiosArgs = await MeteoraDLMMAutomationInstructionsApiAxiosParamCreator(configuration).meteoraDlmmAutomationFullWithdrawAndClosePositionAutomationIxPost(body, options); | ||
@@ -224,3 +224,3 @@ return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => { | ||
*/ | ||
async meteoraDlmmAutomationClaimFeeAndRewardsAutomationIxPost(body: AutomationClaimFeeAndRewardsAutomationIxBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>> { | ||
async meteoraDlmmAutomationClaimFeeAndRewardsAutomationIxPost(body: AutomationClaimFeeAndRewardsAutomationIxBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>> { | ||
return MeteoraDLMMAutomationInstructionsApiFp(configuration).meteoraDlmmAutomationClaimFeeAndRewardsAutomationIxPost(body, options).then((request) => request(axios, basePath)); | ||
@@ -234,3 +234,3 @@ }, | ||
*/ | ||
async meteoraDlmmAutomationCreatePositionAndDepositAutomationIxPost(body: AutomationCreatePositionAndDepositAutomationIxBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>> { | ||
async meteoraDlmmAutomationCreatePositionAndDepositAutomationIxPost(body: AutomationCreatePositionAndDepositAutomationIxBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>> { | ||
return MeteoraDLMMAutomationInstructionsApiFp(configuration).meteoraDlmmAutomationCreatePositionAndDepositAutomationIxPost(body, options).then((request) => request(axios, basePath)); | ||
@@ -244,3 +244,3 @@ }, | ||
*/ | ||
async meteoraDlmmAutomationFullWithdrawAndClosePositionAutomationIxPost(body: AutomationFullWithdrawAndClosePositionAutomationIxBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>> { | ||
async meteoraDlmmAutomationFullWithdrawAndClosePositionAutomationIxPost(body: AutomationFullWithdrawAndClosePositionAutomationIxBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>> { | ||
return MeteoraDLMMAutomationInstructionsApiFp(configuration).meteoraDlmmAutomationFullWithdrawAndClosePositionAutomationIxPost(body, options).then((request) => request(axios, basePath)); | ||
@@ -265,3 +265,3 @@ }, | ||
*/ | ||
public async meteoraDlmmAutomationClaimFeeAndRewardsAutomationIxPost(body: AutomationClaimFeeAndRewardsAutomationIxBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<InlineResponse2004>> { | ||
public async meteoraDlmmAutomationClaimFeeAndRewardsAutomationIxPost(body: AutomationClaimFeeAndRewardsAutomationIxBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<TransactionMetadata>> { | ||
return MeteoraDLMMAutomationInstructionsApiFp(this.configuration).meteoraDlmmAutomationClaimFeeAndRewardsAutomationIxPost(body, options).then((request) => request(this.axios, this.basePath)); | ||
@@ -276,3 +276,3 @@ } | ||
*/ | ||
public async meteoraDlmmAutomationCreatePositionAndDepositAutomationIxPost(body: AutomationCreatePositionAndDepositAutomationIxBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<InlineResponse2004>> { | ||
public async meteoraDlmmAutomationCreatePositionAndDepositAutomationIxPost(body: AutomationCreatePositionAndDepositAutomationIxBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<TransactionMetadata>> { | ||
return MeteoraDLMMAutomationInstructionsApiFp(this.configuration).meteoraDlmmAutomationCreatePositionAndDepositAutomationIxPost(body, options).then((request) => request(this.axios, this.basePath)); | ||
@@ -287,5 +287,5 @@ } | ||
*/ | ||
public async meteoraDlmmAutomationFullWithdrawAndClosePositionAutomationIxPost(body: AutomationFullWithdrawAndClosePositionAutomationIxBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<InlineResponse2004>> { | ||
public async meteoraDlmmAutomationFullWithdrawAndClosePositionAutomationIxPost(body: AutomationFullWithdrawAndClosePositionAutomationIxBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<TransactionMetadata>> { | ||
return MeteoraDLMMAutomationInstructionsApiFp(this.configuration).meteoraDlmmAutomationFullWithdrawAndClosePositionAutomationIxPost(body, options).then((request) => request(this.axios, this.basePath)); | ||
} | ||
} |
@@ -20,4 +20,4 @@ /* tslint:disable */ | ||
import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base'; | ||
import { InlineResponse2004 } from '../models'; | ||
import { InlineResponse4001 } from '../models'; | ||
import { InlineResponse400 } from '../models'; | ||
import { TransactionMetadata } from '../models'; | ||
import { TxClaimBody } from '../models'; | ||
@@ -259,3 +259,3 @@ import { TxClosePositionBody } from '../models'; | ||
*/ | ||
async meteoraDlmmTxClaimPost(body: TxClaimBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>> { | ||
async meteoraDlmmTxClaimPost(body: TxClaimBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>> { | ||
const localVarAxiosArgs = await MeteoraDLMMInstructionsApiAxiosParamCreator(configuration).meteoraDlmmTxClaimPost(body, options); | ||
@@ -273,3 +273,3 @@ return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => { | ||
*/ | ||
async meteoraDlmmTxClosePositionPost(body: TxClosePositionBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>> { | ||
async meteoraDlmmTxClosePositionPost(body: TxClosePositionBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>> { | ||
const localVarAxiosArgs = await MeteoraDLMMInstructionsApiAxiosParamCreator(configuration).meteoraDlmmTxClosePositionPost(body, options); | ||
@@ -287,3 +287,3 @@ return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => { | ||
*/ | ||
async meteoraDlmmTxCreatePositionAndDepositPost(body: TxCreatePositionAndDepositBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>> { | ||
async meteoraDlmmTxCreatePositionAndDepositPost(body: TxCreatePositionAndDepositBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>> { | ||
const localVarAxiosArgs = await MeteoraDLMMInstructionsApiAxiosParamCreator(configuration).meteoraDlmmTxCreatePositionAndDepositPost(body, options); | ||
@@ -301,3 +301,3 @@ return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => { | ||
*/ | ||
async meteoraDlmmTxDepositPost(body: TxDepositBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>> { | ||
async meteoraDlmmTxDepositPost(body: TxDepositBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>> { | ||
const localVarAxiosArgs = await MeteoraDLMMInstructionsApiAxiosParamCreator(configuration).meteoraDlmmTxDepositPost(body, options); | ||
@@ -315,3 +315,3 @@ return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => { | ||
*/ | ||
async meteoraDlmmTxWithdrawPost(body: TxWithdrawBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>> { | ||
async meteoraDlmmTxWithdrawPost(body: TxWithdrawBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>> { | ||
const localVarAxiosArgs = await MeteoraDLMMInstructionsApiAxiosParamCreator(configuration).meteoraDlmmTxWithdrawPost(body, options); | ||
@@ -338,3 +338,3 @@ return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => { | ||
*/ | ||
async meteoraDlmmTxClaimPost(body: TxClaimBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>> { | ||
async meteoraDlmmTxClaimPost(body: TxClaimBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>> { | ||
return MeteoraDLMMInstructionsApiFp(configuration).meteoraDlmmTxClaimPost(body, options).then((request) => request(axios, basePath)); | ||
@@ -348,3 +348,3 @@ }, | ||
*/ | ||
async meteoraDlmmTxClosePositionPost(body: TxClosePositionBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>> { | ||
async meteoraDlmmTxClosePositionPost(body: TxClosePositionBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>> { | ||
return MeteoraDLMMInstructionsApiFp(configuration).meteoraDlmmTxClosePositionPost(body, options).then((request) => request(axios, basePath)); | ||
@@ -358,3 +358,3 @@ }, | ||
*/ | ||
async meteoraDlmmTxCreatePositionAndDepositPost(body: TxCreatePositionAndDepositBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>> { | ||
async meteoraDlmmTxCreatePositionAndDepositPost(body: TxCreatePositionAndDepositBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>> { | ||
return MeteoraDLMMInstructionsApiFp(configuration).meteoraDlmmTxCreatePositionAndDepositPost(body, options).then((request) => request(axios, basePath)); | ||
@@ -368,3 +368,3 @@ }, | ||
*/ | ||
async meteoraDlmmTxDepositPost(body: TxDepositBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>> { | ||
async meteoraDlmmTxDepositPost(body: TxDepositBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>> { | ||
return MeteoraDLMMInstructionsApiFp(configuration).meteoraDlmmTxDepositPost(body, options).then((request) => request(axios, basePath)); | ||
@@ -378,3 +378,3 @@ }, | ||
*/ | ||
async meteoraDlmmTxWithdrawPost(body: TxWithdrawBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>> { | ||
async meteoraDlmmTxWithdrawPost(body: TxWithdrawBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>> { | ||
return MeteoraDLMMInstructionsApiFp(configuration).meteoraDlmmTxWithdrawPost(body, options).then((request) => request(axios, basePath)); | ||
@@ -399,3 +399,3 @@ }, | ||
*/ | ||
public async meteoraDlmmTxClaimPost(body: TxClaimBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<InlineResponse2004>> { | ||
public async meteoraDlmmTxClaimPost(body: TxClaimBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<TransactionMetadata>> { | ||
return MeteoraDLMMInstructionsApiFp(this.configuration).meteoraDlmmTxClaimPost(body, options).then((request) => request(this.axios, this.basePath)); | ||
@@ -410,3 +410,3 @@ } | ||
*/ | ||
public async meteoraDlmmTxClosePositionPost(body: TxClosePositionBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<InlineResponse2004>> { | ||
public async meteoraDlmmTxClosePositionPost(body: TxClosePositionBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<TransactionMetadata>> { | ||
return MeteoraDLMMInstructionsApiFp(this.configuration).meteoraDlmmTxClosePositionPost(body, options).then((request) => request(this.axios, this.basePath)); | ||
@@ -421,3 +421,3 @@ } | ||
*/ | ||
public async meteoraDlmmTxCreatePositionAndDepositPost(body: TxCreatePositionAndDepositBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<InlineResponse2004>> { | ||
public async meteoraDlmmTxCreatePositionAndDepositPost(body: TxCreatePositionAndDepositBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<TransactionMetadata>> { | ||
return MeteoraDLMMInstructionsApiFp(this.configuration).meteoraDlmmTxCreatePositionAndDepositPost(body, options).then((request) => request(this.axios, this.basePath)); | ||
@@ -432,3 +432,3 @@ } | ||
*/ | ||
public async meteoraDlmmTxDepositPost(body: TxDepositBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<InlineResponse2004>> { | ||
public async meteoraDlmmTxDepositPost(body: TxDepositBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<TransactionMetadata>> { | ||
return MeteoraDLMMInstructionsApiFp(this.configuration).meteoraDlmmTxDepositPost(body, options).then((request) => request(this.axios, this.basePath)); | ||
@@ -443,5 +443,5 @@ } | ||
*/ | ||
public async meteoraDlmmTxWithdrawPost(body: TxWithdrawBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<InlineResponse2004>> { | ||
public async meteoraDlmmTxWithdrawPost(body: TxWithdrawBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<TransactionMetadata>> { | ||
return MeteoraDLMMInstructionsApiFp(this.configuration).meteoraDlmmTxWithdrawPost(body, options).then((request) => request(this.axios, this.basePath)); | ||
} | ||
} |
@@ -21,5 +21,4 @@ /* tslint:disable */ | ||
import { InlineResponse2001 } from '../models'; | ||
import { InlineResponse2005 } from '../models'; | ||
import { InlineResponse2004 } from '../models'; | ||
import { InlineResponse400 } from '../models'; | ||
import { InlineResponse4001 } from '../models'; | ||
import { UtilActiveBinBody } from '../models'; | ||
@@ -181,3 +180,3 @@ /** | ||
*/ | ||
async meteoraDlmmUtilPoolsGet(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<Array<InlineResponse2005>>>> { | ||
async meteoraDlmmUtilPoolsGet(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<Array<InlineResponse2004>>>> { | ||
const localVarAxiosArgs = await MeteoraDLMMUtilityFunctionsApiAxiosParamCreator(configuration).meteoraDlmmUtilPoolsGet(options); | ||
@@ -226,3 +225,3 @@ return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => { | ||
*/ | ||
async meteoraDlmmUtilPoolsGet(options?: AxiosRequestConfig): Promise<AxiosResponse<Array<InlineResponse2005>>> { | ||
async meteoraDlmmUtilPoolsGet(options?: AxiosRequestConfig): Promise<AxiosResponse<Array<InlineResponse2004>>> { | ||
return MeteoraDLMMUtilityFunctionsApiFp(configuration).meteoraDlmmUtilPoolsGet(options).then((request) => request(axios, basePath)); | ||
@@ -266,3 +265,3 @@ }, | ||
*/ | ||
public async meteoraDlmmUtilPoolsGet(options?: AxiosRequestConfig) : Promise<AxiosResponse<Array<InlineResponse2005>>> { | ||
public async meteoraDlmmUtilPoolsGet(options?: AxiosRequestConfig) : Promise<AxiosResponse<Array<InlineResponse2004>>> { | ||
return MeteoraDLMMUtilityFunctionsApiFp(this.configuration).meteoraDlmmUtilPoolsGet(options).then((request) => request(this.axios, this.basePath)); | ||
@@ -269,0 +268,0 @@ } |
@@ -20,4 +20,4 @@ /* tslint:disable */ | ||
import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base'; | ||
import { InlineResponse2004 } from '../models'; | ||
import { InlineResponse4001 } from '../models'; | ||
import { InlineResponse400 } from '../models'; | ||
import { TransactionMetadata } from '../models'; | ||
import { TxClaimRewardsBody } from '../models'; | ||
@@ -259,3 +259,3 @@ import { TxClosePositionBody1 } from '../models'; | ||
*/ | ||
async orcaTxClaimRewardsPost(body: TxClaimRewardsBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>> { | ||
async orcaTxClaimRewardsPost(body: TxClaimRewardsBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>> { | ||
const localVarAxiosArgs = await OrcaCLMMInstructionsApiAxiosParamCreator(configuration).orcaTxClaimRewardsPost(body, options); | ||
@@ -273,3 +273,3 @@ return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => { | ||
*/ | ||
async orcaTxClosePositionPost(body: TxClosePositionBody1, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>> { | ||
async orcaTxClosePositionPost(body: TxClosePositionBody1, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>> { | ||
const localVarAxiosArgs = await OrcaCLMMInstructionsApiAxiosParamCreator(configuration).orcaTxClosePositionPost(body, options); | ||
@@ -287,3 +287,3 @@ return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => { | ||
*/ | ||
async orcaTxDepositPost(body: TxDepositBody1, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>> { | ||
async orcaTxDepositPost(body: TxDepositBody1, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>> { | ||
const localVarAxiosArgs = await OrcaCLMMInstructionsApiAxiosParamCreator(configuration).orcaTxDepositPost(body, options); | ||
@@ -301,3 +301,3 @@ return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => { | ||
*/ | ||
async orcaTxOpenPositionPost(body: TxOpenPositionBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>> { | ||
async orcaTxOpenPositionPost(body: TxOpenPositionBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>> { | ||
const localVarAxiosArgs = await OrcaCLMMInstructionsApiAxiosParamCreator(configuration).orcaTxOpenPositionPost(body, options); | ||
@@ -315,3 +315,3 @@ return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => { | ||
*/ | ||
async orcaTxWithdrawPost(body: TxWithdrawBody1, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>> { | ||
async orcaTxWithdrawPost(body: TxWithdrawBody1, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>> { | ||
const localVarAxiosArgs = await OrcaCLMMInstructionsApiAxiosParamCreator(configuration).orcaTxWithdrawPost(body, options); | ||
@@ -338,3 +338,3 @@ return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => { | ||
*/ | ||
async orcaTxClaimRewardsPost(body: TxClaimRewardsBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>> { | ||
async orcaTxClaimRewardsPost(body: TxClaimRewardsBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>> { | ||
return OrcaCLMMInstructionsApiFp(configuration).orcaTxClaimRewardsPost(body, options).then((request) => request(axios, basePath)); | ||
@@ -348,3 +348,3 @@ }, | ||
*/ | ||
async orcaTxClosePositionPost(body: TxClosePositionBody1, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>> { | ||
async orcaTxClosePositionPost(body: TxClosePositionBody1, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>> { | ||
return OrcaCLMMInstructionsApiFp(configuration).orcaTxClosePositionPost(body, options).then((request) => request(axios, basePath)); | ||
@@ -358,3 +358,3 @@ }, | ||
*/ | ||
async orcaTxDepositPost(body: TxDepositBody1, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>> { | ||
async orcaTxDepositPost(body: TxDepositBody1, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>> { | ||
return OrcaCLMMInstructionsApiFp(configuration).orcaTxDepositPost(body, options).then((request) => request(axios, basePath)); | ||
@@ -368,3 +368,3 @@ }, | ||
*/ | ||
async orcaTxOpenPositionPost(body: TxOpenPositionBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>> { | ||
async orcaTxOpenPositionPost(body: TxOpenPositionBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>> { | ||
return OrcaCLMMInstructionsApiFp(configuration).orcaTxOpenPositionPost(body, options).then((request) => request(axios, basePath)); | ||
@@ -378,3 +378,3 @@ }, | ||
*/ | ||
async orcaTxWithdrawPost(body: TxWithdrawBody1, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>> { | ||
async orcaTxWithdrawPost(body: TxWithdrawBody1, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>> { | ||
return OrcaCLMMInstructionsApiFp(configuration).orcaTxWithdrawPost(body, options).then((request) => request(axios, basePath)); | ||
@@ -399,3 +399,3 @@ }, | ||
*/ | ||
public async orcaTxClaimRewardsPost(body: TxClaimRewardsBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<InlineResponse2004>> { | ||
public async orcaTxClaimRewardsPost(body: TxClaimRewardsBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<TransactionMetadata>> { | ||
return OrcaCLMMInstructionsApiFp(this.configuration).orcaTxClaimRewardsPost(body, options).then((request) => request(this.axios, this.basePath)); | ||
@@ -410,3 +410,3 @@ } | ||
*/ | ||
public async orcaTxClosePositionPost(body: TxClosePositionBody1, options?: AxiosRequestConfig) : Promise<AxiosResponse<InlineResponse2004>> { | ||
public async orcaTxClosePositionPost(body: TxClosePositionBody1, options?: AxiosRequestConfig) : Promise<AxiosResponse<TransactionMetadata>> { | ||
return OrcaCLMMInstructionsApiFp(this.configuration).orcaTxClosePositionPost(body, options).then((request) => request(this.axios, this.basePath)); | ||
@@ -421,3 +421,3 @@ } | ||
*/ | ||
public async orcaTxDepositPost(body: TxDepositBody1, options?: AxiosRequestConfig) : Promise<AxiosResponse<InlineResponse2004>> { | ||
public async orcaTxDepositPost(body: TxDepositBody1, options?: AxiosRequestConfig) : Promise<AxiosResponse<TransactionMetadata>> { | ||
return OrcaCLMMInstructionsApiFp(this.configuration).orcaTxDepositPost(body, options).then((request) => request(this.axios, this.basePath)); | ||
@@ -432,3 +432,3 @@ } | ||
*/ | ||
public async orcaTxOpenPositionPost(body: TxOpenPositionBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<InlineResponse2004>> { | ||
public async orcaTxOpenPositionPost(body: TxOpenPositionBody, options?: AxiosRequestConfig) : Promise<AxiosResponse<TransactionMetadata>> { | ||
return OrcaCLMMInstructionsApiFp(this.configuration).orcaTxOpenPositionPost(body, options).then((request) => request(this.axios, this.basePath)); | ||
@@ -443,5 +443,5 @@ } | ||
*/ | ||
public async orcaTxWithdrawPost(body: TxWithdrawBody1, options?: AxiosRequestConfig) : Promise<AxiosResponse<InlineResponse2004>> { | ||
public async orcaTxWithdrawPost(body: TxWithdrawBody1, options?: AxiosRequestConfig) : Promise<AxiosResponse<TransactionMetadata>> { | ||
return OrcaCLMMInstructionsApiFp(this.configuration).orcaTxWithdrawPost(body, options).then((request) => request(this.axios, this.basePath)); | ||
} | ||
} |
@@ -21,5 +21,5 @@ /* tslint:disable */ | ||
import { InlineResponse2001 } from '../models'; | ||
import { InlineResponse2006 } from '../models'; | ||
import { InlineResponse2005 } from '../models'; | ||
import { InlineResponse400 } from '../models'; | ||
import { InlineResponse4001 } from '../models'; | ||
import { OrcaPositionMint } from '../models'; | ||
/** | ||
@@ -164,3 +164,3 @@ * OrcaUtilityFunctionsApi - axios parameter creator | ||
*/ | ||
async orcaUtilGetPositionMintGet(position?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<Array<any>>>> { | ||
async orcaUtilGetPositionMintGet(position?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<OrcaPositionMint>>> { | ||
const localVarAxiosArgs = await OrcaUtilityFunctionsApiAxiosParamCreator(configuration).orcaUtilGetPositionMintGet(position, options); | ||
@@ -177,3 +177,3 @@ return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => { | ||
*/ | ||
async orcaUtilPoolsGet(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<Array<InlineResponse2006>>>> { | ||
async orcaUtilPoolsGet(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<Array<InlineResponse2005>>>> { | ||
const localVarAxiosArgs = await OrcaUtilityFunctionsApiAxiosParamCreator(configuration).orcaUtilPoolsGet(options); | ||
@@ -214,3 +214,3 @@ return (axios: AxiosInstance = globalAxios, basePath: string = BASE_PATH) => { | ||
*/ | ||
async orcaUtilGetPositionMintGet(position?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<Array<any>>> { | ||
async orcaUtilGetPositionMintGet(position?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<OrcaPositionMint>> { | ||
return OrcaUtilityFunctionsApiFp(configuration).orcaUtilGetPositionMintGet(position, options).then((request) => request(axios, basePath)); | ||
@@ -223,3 +223,3 @@ }, | ||
*/ | ||
async orcaUtilPoolsGet(options?: AxiosRequestConfig): Promise<AxiosResponse<Array<InlineResponse2006>>> { | ||
async orcaUtilPoolsGet(options?: AxiosRequestConfig): Promise<AxiosResponse<Array<InlineResponse2005>>> { | ||
return OrcaUtilityFunctionsApiFp(configuration).orcaUtilPoolsGet(options).then((request) => request(axios, basePath)); | ||
@@ -254,3 +254,3 @@ }, | ||
*/ | ||
public async orcaUtilGetPositionMintGet(position?: string, options?: AxiosRequestConfig) : Promise<AxiosResponse<Array<any>>> { | ||
public async orcaUtilGetPositionMintGet(position?: string, options?: AxiosRequestConfig) : Promise<AxiosResponse<OrcaPositionMint>> { | ||
return OrcaUtilityFunctionsApiFp(this.configuration).orcaUtilGetPositionMintGet(position, options).then((request) => request(this.axios, this.basePath)); | ||
@@ -264,3 +264,3 @@ } | ||
*/ | ||
public async orcaUtilPoolsGet(options?: AxiosRequestConfig) : Promise<AxiosResponse<Array<InlineResponse2006>>> { | ||
public async orcaUtilPoolsGet(options?: AxiosRequestConfig) : Promise<AxiosResponse<Array<InlineResponse2005>>> { | ||
return OrcaUtilityFunctionsApiFp(this.configuration).orcaUtilPoolsGet(options).then((request) => request(this.axios, this.basePath)); | ||
@@ -267,0 +267,0 @@ } |
@@ -13,2 +13,3 @@ /** | ||
export * from './apis/general-endpoints-api'; | ||
export * from './apis/general-utility-endpoints-api'; | ||
export * from './apis/health-check-api'; | ||
@@ -15,0 +16,0 @@ export * from './apis/meteora-dlmmautomation-instructions-api'; |
@@ -31,2 +31,3 @@ "use strict"; | ||
__exportStar(require("./apis/general-endpoints-api"), exports); | ||
__exportStar(require("./apis/general-utility-endpoints-api"), exports); | ||
__exportStar(require("./apis/health-check-api"), exports); | ||
@@ -33,0 +34,0 @@ __exportStar(require("./apis/meteora-dlmmautomation-instructions-api"), exports); |
@@ -18,4 +18,4 @@ /** | ||
import { InlineResponse2003 } from '../models'; | ||
import { InlineResponse2004 } from '../models'; | ||
import { RegisterBody } from '../models'; | ||
import { TransactionMetadata } from '../models'; | ||
/** | ||
@@ -79,3 +79,3 @@ * GeneralEndpointsApi - axios parameter creator | ||
*/ | ||
registerPost(body: RegisterBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>>; | ||
registerPost(body: RegisterBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>>; | ||
/** | ||
@@ -113,3 +113,3 @@ * Returns all tokens supported by Hawksight. | ||
*/ | ||
registerPost(body: RegisterBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
registerPost(body: RegisterBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -152,3 +152,3 @@ * Returns all tokens supported by Hawksight. | ||
*/ | ||
registerPost(body: RegisterBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
registerPost(body: RegisterBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -155,0 +155,0 @@ * Returns all tokens supported by Hawksight. |
@@ -18,3 +18,3 @@ /** | ||
import { AutomationFullWithdrawAndClosePositionAutomationIxBody } from '../models'; | ||
import { InlineResponse2004 } from '../models'; | ||
import { TransactionMetadata } from '../models'; | ||
/** | ||
@@ -58,3 +58,3 @@ * MeteoraDLMMAutomationInstructionsApi - axios parameter creator | ||
*/ | ||
meteoraDlmmAutomationClaimFeeAndRewardsAutomationIxPost(body: AutomationClaimFeeAndRewardsAutomationIxBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>>; | ||
meteoraDlmmAutomationClaimFeeAndRewardsAutomationIxPost(body: AutomationClaimFeeAndRewardsAutomationIxBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>>; | ||
/** | ||
@@ -66,3 +66,3 @@ * Generate deposit Meteora instruction (with init position), to be signed by Hawksight authority. | ||
*/ | ||
meteoraDlmmAutomationCreatePositionAndDepositAutomationIxPost(body: AutomationCreatePositionAndDepositAutomationIxBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>>; | ||
meteoraDlmmAutomationCreatePositionAndDepositAutomationIxPost(body: AutomationCreatePositionAndDepositAutomationIxBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>>; | ||
/** | ||
@@ -74,3 +74,3 @@ * Generate full Meteora withdraw instruction, to be signed by Hawksight authority. | ||
*/ | ||
meteoraDlmmAutomationFullWithdrawAndClosePositionAutomationIxPost(body: AutomationFullWithdrawAndClosePositionAutomationIxBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>>; | ||
meteoraDlmmAutomationFullWithdrawAndClosePositionAutomationIxPost(body: AutomationFullWithdrawAndClosePositionAutomationIxBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>>; | ||
}; | ||
@@ -88,3 +88,3 @@ /** | ||
*/ | ||
meteoraDlmmAutomationClaimFeeAndRewardsAutomationIxPost(body: AutomationClaimFeeAndRewardsAutomationIxBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
meteoraDlmmAutomationClaimFeeAndRewardsAutomationIxPost(body: AutomationClaimFeeAndRewardsAutomationIxBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -96,3 +96,3 @@ * Generate deposit Meteora instruction (with init position), to be signed by Hawksight authority. | ||
*/ | ||
meteoraDlmmAutomationCreatePositionAndDepositAutomationIxPost(body: AutomationCreatePositionAndDepositAutomationIxBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
meteoraDlmmAutomationCreatePositionAndDepositAutomationIxPost(body: AutomationCreatePositionAndDepositAutomationIxBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -104,3 +104,3 @@ * Generate full Meteora withdraw instruction, to be signed by Hawksight authority. | ||
*/ | ||
meteoraDlmmAutomationFullWithdrawAndClosePositionAutomationIxPost(body: AutomationFullWithdrawAndClosePositionAutomationIxBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
meteoraDlmmAutomationFullWithdrawAndClosePositionAutomationIxPost(body: AutomationFullWithdrawAndClosePositionAutomationIxBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
}; | ||
@@ -121,3 +121,3 @@ /** | ||
*/ | ||
meteoraDlmmAutomationClaimFeeAndRewardsAutomationIxPost(body: AutomationClaimFeeAndRewardsAutomationIxBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
meteoraDlmmAutomationClaimFeeAndRewardsAutomationIxPost(body: AutomationClaimFeeAndRewardsAutomationIxBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -130,3 +130,3 @@ * Generate deposit Meteora instruction (with init position), to be signed by Hawksight authority. | ||
*/ | ||
meteoraDlmmAutomationCreatePositionAndDepositAutomationIxPost(body: AutomationCreatePositionAndDepositAutomationIxBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
meteoraDlmmAutomationCreatePositionAndDepositAutomationIxPost(body: AutomationCreatePositionAndDepositAutomationIxBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -139,3 +139,3 @@ * Generate full Meteora withdraw instruction, to be signed by Hawksight authority. | ||
*/ | ||
meteoraDlmmAutomationFullWithdrawAndClosePositionAutomationIxPost(body: AutomationFullWithdrawAndClosePositionAutomationIxBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
meteoraDlmmAutomationFullWithdrawAndClosePositionAutomationIxPost(body: AutomationFullWithdrawAndClosePositionAutomationIxBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
} |
@@ -15,3 +15,3 @@ /** | ||
import { RequestArgs, BaseAPI } from '../base'; | ||
import { InlineResponse2004 } from '../models'; | ||
import { TransactionMetadata } from '../models'; | ||
import { TxClaimBody } from '../models'; | ||
@@ -74,3 +74,3 @@ import { TxClosePositionBody } from '../models'; | ||
*/ | ||
meteoraDlmmTxClaimPost(body: TxClaimBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>>; | ||
meteoraDlmmTxClaimPost(body: TxClaimBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>>; | ||
/** | ||
@@ -82,3 +82,3 @@ * Return Solana instructions that create a position and deposit to Meteora via Hawksight. | ||
*/ | ||
meteoraDlmmTxClosePositionPost(body: TxClosePositionBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>>; | ||
meteoraDlmmTxClosePositionPost(body: TxClosePositionBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>>; | ||
/** | ||
@@ -90,3 +90,3 @@ * Return solana instructions that creates position and deposit to meteora via hawksight. | ||
*/ | ||
meteoraDlmmTxCreatePositionAndDepositPost(body: TxCreatePositionAndDepositBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>>; | ||
meteoraDlmmTxCreatePositionAndDepositPost(body: TxCreatePositionAndDepositBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>>; | ||
/** | ||
@@ -98,3 +98,3 @@ * Return solana instructions that deposits to target position in meteora via hawksight. | ||
*/ | ||
meteoraDlmmTxDepositPost(body: TxDepositBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>>; | ||
meteoraDlmmTxDepositPost(body: TxDepositBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>>; | ||
/** | ||
@@ -106,3 +106,3 @@ * Return Solana instructions that create a position and deposit to Meteora via Hawksight. | ||
*/ | ||
meteoraDlmmTxWithdrawPost(body: TxWithdrawBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>>; | ||
meteoraDlmmTxWithdrawPost(body: TxWithdrawBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>>; | ||
}; | ||
@@ -120,3 +120,3 @@ /** | ||
*/ | ||
meteoraDlmmTxClaimPost(body: TxClaimBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
meteoraDlmmTxClaimPost(body: TxClaimBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -128,3 +128,3 @@ * Return Solana instructions that create a position and deposit to Meteora via Hawksight. | ||
*/ | ||
meteoraDlmmTxClosePositionPost(body: TxClosePositionBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
meteoraDlmmTxClosePositionPost(body: TxClosePositionBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -136,3 +136,3 @@ * Return solana instructions that creates position and deposit to meteora via hawksight. | ||
*/ | ||
meteoraDlmmTxCreatePositionAndDepositPost(body: TxCreatePositionAndDepositBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
meteoraDlmmTxCreatePositionAndDepositPost(body: TxCreatePositionAndDepositBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -144,3 +144,3 @@ * Return solana instructions that deposits to target position in meteora via hawksight. | ||
*/ | ||
meteoraDlmmTxDepositPost(body: TxDepositBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
meteoraDlmmTxDepositPost(body: TxDepositBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -152,3 +152,3 @@ * Return Solana instructions that create a position and deposit to Meteora via Hawksight. | ||
*/ | ||
meteoraDlmmTxWithdrawPost(body: TxWithdrawBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
meteoraDlmmTxWithdrawPost(body: TxWithdrawBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
}; | ||
@@ -169,3 +169,3 @@ /** | ||
*/ | ||
meteoraDlmmTxClaimPost(body: TxClaimBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
meteoraDlmmTxClaimPost(body: TxClaimBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -178,3 +178,3 @@ * Return Solana instructions that create a position and deposit to Meteora via Hawksight. | ||
*/ | ||
meteoraDlmmTxClosePositionPost(body: TxClosePositionBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
meteoraDlmmTxClosePositionPost(body: TxClosePositionBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -187,3 +187,3 @@ * Return solana instructions that creates position and deposit to meteora via hawksight. | ||
*/ | ||
meteoraDlmmTxCreatePositionAndDepositPost(body: TxCreatePositionAndDepositBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
meteoraDlmmTxCreatePositionAndDepositPost(body: TxCreatePositionAndDepositBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -196,3 +196,3 @@ * Return solana instructions that deposits to target position in meteora via hawksight. | ||
*/ | ||
meteoraDlmmTxDepositPost(body: TxDepositBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
meteoraDlmmTxDepositPost(body: TxDepositBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -205,3 +205,3 @@ * Return Solana instructions that create a position and deposit to Meteora via Hawksight. | ||
*/ | ||
meteoraDlmmTxWithdrawPost(body: TxWithdrawBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
meteoraDlmmTxWithdrawPost(body: TxWithdrawBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
} |
@@ -16,3 +16,3 @@ /** | ||
import { InlineResponse2001 } from '../models'; | ||
import { InlineResponse2005 } from '../models'; | ||
import { InlineResponse2004 } from '../models'; | ||
import { UtilActiveBinBody } from '../models'; | ||
@@ -65,3 +65,3 @@ /** | ||
*/ | ||
meteoraDlmmUtilPoolsGet(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<Array<InlineResponse2005>>>>; | ||
meteoraDlmmUtilPoolsGet(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<Array<InlineResponse2004>>>>; | ||
/** | ||
@@ -95,3 +95,3 @@ * Returns Meteora DLMM positions of user | ||
*/ | ||
meteoraDlmmUtilPoolsGet(options?: AxiosRequestConfig): Promise<AxiosResponse<Array<InlineResponse2005>>>; | ||
meteoraDlmmUtilPoolsGet(options?: AxiosRequestConfig): Promise<AxiosResponse<Array<InlineResponse2004>>>; | ||
/** | ||
@@ -129,3 +129,3 @@ * Returns Meteora DLMM positions of user | ||
*/ | ||
meteoraDlmmUtilPoolsGet(options?: AxiosRequestConfig): Promise<AxiosResponse<Array<InlineResponse2005>>>; | ||
meteoraDlmmUtilPoolsGet(options?: AxiosRequestConfig): Promise<AxiosResponse<Array<InlineResponse2004>>>; | ||
/** | ||
@@ -132,0 +132,0 @@ * Returns Meteora DLMM positions of user |
@@ -15,3 +15,3 @@ /** | ||
import { RequestArgs, BaseAPI } from '../base'; | ||
import { InlineResponse2004 } from '../models'; | ||
import { TransactionMetadata } from '../models'; | ||
import { TxClaimRewardsBody } from '../models'; | ||
@@ -74,3 +74,3 @@ import { TxClosePositionBody1 } from '../models'; | ||
*/ | ||
orcaTxClaimRewardsPost(body: TxClaimRewardsBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>>; | ||
orcaTxClaimRewardsPost(body: TxClaimRewardsBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>>; | ||
/** | ||
@@ -82,3 +82,3 @@ * Return solana instructions that closes position in Orca via Hawksight. | ||
*/ | ||
orcaTxClosePositionPost(body: TxClosePositionBody1, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>>; | ||
orcaTxClosePositionPost(body: TxClosePositionBody1, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>>; | ||
/** | ||
@@ -90,3 +90,3 @@ * Return solana instructions that deposits to Orca position via Hawksight. | ||
*/ | ||
orcaTxDepositPost(body: TxDepositBody1, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>>; | ||
orcaTxDepositPost(body: TxDepositBody1, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>>; | ||
/** | ||
@@ -98,3 +98,3 @@ * Return solana instructions that opens position account for Orca via Hawksight. | ||
*/ | ||
orcaTxOpenPositionPost(body: TxOpenPositionBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>>; | ||
orcaTxOpenPositionPost(body: TxOpenPositionBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>>; | ||
/** | ||
@@ -106,3 +106,3 @@ * Return solana instructions that withdraws to Orca position via Hawksight. | ||
*/ | ||
orcaTxWithdrawPost(body: TxWithdrawBody1, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<InlineResponse2004>>>; | ||
orcaTxWithdrawPost(body: TxWithdrawBody1, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<TransactionMetadata>>>; | ||
}; | ||
@@ -120,3 +120,3 @@ /** | ||
*/ | ||
orcaTxClaimRewardsPost(body: TxClaimRewardsBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
orcaTxClaimRewardsPost(body: TxClaimRewardsBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -128,3 +128,3 @@ * Return solana instructions that closes position in Orca via Hawksight. | ||
*/ | ||
orcaTxClosePositionPost(body: TxClosePositionBody1, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
orcaTxClosePositionPost(body: TxClosePositionBody1, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -136,3 +136,3 @@ * Return solana instructions that deposits to Orca position via Hawksight. | ||
*/ | ||
orcaTxDepositPost(body: TxDepositBody1, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
orcaTxDepositPost(body: TxDepositBody1, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -144,3 +144,3 @@ * Return solana instructions that opens position account for Orca via Hawksight. | ||
*/ | ||
orcaTxOpenPositionPost(body: TxOpenPositionBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
orcaTxOpenPositionPost(body: TxOpenPositionBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -152,3 +152,3 @@ * Return solana instructions that withdraws to Orca position via Hawksight. | ||
*/ | ||
orcaTxWithdrawPost(body: TxWithdrawBody1, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
orcaTxWithdrawPost(body: TxWithdrawBody1, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
}; | ||
@@ -169,3 +169,3 @@ /** | ||
*/ | ||
orcaTxClaimRewardsPost(body: TxClaimRewardsBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
orcaTxClaimRewardsPost(body: TxClaimRewardsBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -178,3 +178,3 @@ * Return solana instructions that closes position in Orca via Hawksight. | ||
*/ | ||
orcaTxClosePositionPost(body: TxClosePositionBody1, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
orcaTxClosePositionPost(body: TxClosePositionBody1, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -187,3 +187,3 @@ * Return solana instructions that deposits to Orca position via Hawksight. | ||
*/ | ||
orcaTxDepositPost(body: TxDepositBody1, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
orcaTxDepositPost(body: TxDepositBody1, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -196,3 +196,3 @@ * Return solana instructions that opens position account for Orca via Hawksight. | ||
*/ | ||
orcaTxOpenPositionPost(body: TxOpenPositionBody, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
orcaTxOpenPositionPost(body: TxOpenPositionBody, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
/** | ||
@@ -205,3 +205,3 @@ * Return solana instructions that withdraws to Orca position via Hawksight. | ||
*/ | ||
orcaTxWithdrawPost(body: TxWithdrawBody1, options?: AxiosRequestConfig): Promise<AxiosResponse<InlineResponse2004>>; | ||
orcaTxWithdrawPost(body: TxWithdrawBody1, options?: AxiosRequestConfig): Promise<AxiosResponse<TransactionMetadata>>; | ||
} |
@@ -16,3 +16,4 @@ /** | ||
import { InlineResponse2001 } from '../models'; | ||
import { InlineResponse2006 } from '../models'; | ||
import { InlineResponse2005 } from '../models'; | ||
import { OrcaPositionMint } from '../models'; | ||
/** | ||
@@ -56,3 +57,3 @@ * OrcaUtilityFunctionsApi - axios parameter creator | ||
*/ | ||
orcaUtilGetPositionMintGet(position?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<Array<any>>>>; | ||
orcaUtilGetPositionMintGet(position?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<OrcaPositionMint>>>; | ||
/** | ||
@@ -63,3 +64,3 @@ * Returns a list of active Orca whirlpools on Hawksight with detailed information about each pool. | ||
*/ | ||
orcaUtilPoolsGet(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<Array<InlineResponse2006>>>>; | ||
orcaUtilPoolsGet(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<Array<InlineResponse2005>>>>; | ||
/** | ||
@@ -85,3 +86,3 @@ * Returns Orca positions of user | ||
*/ | ||
orcaUtilGetPositionMintGet(position?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<Array<any>>>; | ||
orcaUtilGetPositionMintGet(position?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<OrcaPositionMint>>; | ||
/** | ||
@@ -92,3 +93,3 @@ * Returns a list of active Orca whirlpools on Hawksight with detailed information about each pool. | ||
*/ | ||
orcaUtilPoolsGet(options?: AxiosRequestConfig): Promise<AxiosResponse<Array<InlineResponse2006>>>; | ||
orcaUtilPoolsGet(options?: AxiosRequestConfig): Promise<AxiosResponse<Array<InlineResponse2005>>>; | ||
/** | ||
@@ -117,3 +118,3 @@ * Returns Orca positions of user | ||
*/ | ||
orcaUtilGetPositionMintGet(position?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<Array<any>>>; | ||
orcaUtilGetPositionMintGet(position?: string, options?: AxiosRequestConfig): Promise<AxiosResponse<OrcaPositionMint>>; | ||
/** | ||
@@ -125,3 +126,3 @@ * Returns a list of active Orca whirlpools on Hawksight with detailed information about each pool. | ||
*/ | ||
orcaUtilPoolsGet(options?: AxiosRequestConfig): Promise<AxiosResponse<Array<InlineResponse2006>>>; | ||
orcaUtilPoolsGet(options?: AxiosRequestConfig): Promise<AxiosResponse<Array<InlineResponse2005>>>; | ||
/** | ||
@@ -128,0 +129,0 @@ * Returns Orca positions of user |
@@ -34,2 +34,9 @@ /** | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof AutomationClaimFeeAndRewardsAutomationIxBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's wallet address who owns the position. | ||
@@ -36,0 +43,0 @@ * |
@@ -34,2 +34,9 @@ /** | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof AutomationCreatePositionAndDepositAutomationIxBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* Meteora pool address | ||
@@ -36,0 +43,0 @@ * |
@@ -34,2 +34,9 @@ /** | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof AutomationFullWithdrawAndClosePositionAutomationIxBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's wallet address who owns the position. | ||
@@ -36,0 +43,0 @@ * |
@@ -0,1 +1,2 @@ | ||
export * from './account'; | ||
export * from './automation-claim-fee-and-rewards-automation-ix-body'; | ||
@@ -9,9 +10,6 @@ export * from './automation-create-position-and-deposit-automation-ix-body'; | ||
export * from './inline-response2004'; | ||
export * from './inline-response2004-accounts'; | ||
export * from './inline-response2004-compute-budget-instructions'; | ||
export * from './inline-response2004-main-instructions'; | ||
export * from './inline-response2005'; | ||
export * from './inline-response2006'; | ||
export * from './inline-response400'; | ||
export * from './inline-response4001'; | ||
export * from './instruction'; | ||
export * from './orca-position-mint'; | ||
export * from './orcautilpools-fee-apr'; | ||
@@ -32,3 +30,5 @@ export * from './orcautilpools-price-range'; | ||
export * from './pools-config'; | ||
export * from './priority-fee-estimate'; | ||
export * from './register-body'; | ||
export * from './transaction-metadata'; | ||
export * from './tx-claim-body'; | ||
@@ -45,1 +45,2 @@ export * from './tx-claim-rewards-body'; | ||
export * from './util-active-bin-body'; | ||
export * from './util-get-priority-fee-estimate-body'; |
@@ -17,2 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./account"), exports); | ||
__exportStar(require("./automation-claim-fee-and-rewards-automation-ix-body"), exports); | ||
@@ -26,9 +27,6 @@ __exportStar(require("./automation-create-position-and-deposit-automation-ix-body"), exports); | ||
__exportStar(require("./inline-response2004"), exports); | ||
__exportStar(require("./inline-response2004-accounts"), exports); | ||
__exportStar(require("./inline-response2004-compute-budget-instructions"), exports); | ||
__exportStar(require("./inline-response2004-main-instructions"), exports); | ||
__exportStar(require("./inline-response2005"), exports); | ||
__exportStar(require("./inline-response2006"), exports); | ||
__exportStar(require("./inline-response400"), exports); | ||
__exportStar(require("./inline-response4001"), exports); | ||
__exportStar(require("./instruction"), exports); | ||
__exportStar(require("./orca-position-mint"), exports); | ||
__exportStar(require("./orcautilpools-fee-apr"), exports); | ||
@@ -49,3 +47,5 @@ __exportStar(require("./orcautilpools-price-range"), exports); | ||
__exportStar(require("./pools-config"), exports); | ||
__exportStar(require("./priority-fee-estimate"), exports); | ||
__exportStar(require("./register-body"), exports); | ||
__exportStar(require("./transaction-metadata"), exports); | ||
__exportStar(require("./tx-claim-body"), exports); | ||
@@ -62,1 +62,2 @@ __exportStar(require("./tx-claim-rewards-body"), exports); | ||
__exportStar(require("./util-active-bin-body"), exports); | ||
__exportStar(require("./util-get-priority-fee-estimate-body"), exports); |
@@ -12,4 +12,2 @@ /** | ||
*/ | ||
import { InlineResponse2004ComputeBudgetInstructions } from './inline-response2004-compute-budget-instructions'; | ||
import { InlineResponse2004MainInstructions } from './inline-response2004-main-instructions'; | ||
/** | ||
@@ -23,3 +21,3 @@ * | ||
/** | ||
* Description of the operation performed. | ||
* The unique address identifier for the pool. | ||
* | ||
@@ -29,5 +27,5 @@ * @type {string} | ||
*/ | ||
description?: string; | ||
address?: string; | ||
/** | ||
* Estimated fee for the transaction in SOL. | ||
* Name of the pool, typically indicating the token pair. | ||
* | ||
@@ -37,20 +35,171 @@ * @type {string} | ||
*/ | ||
estimatedFeeInSOL?: string; | ||
name?: string; | ||
/** | ||
* List of address lookup table addresses used in the transaction. | ||
* Token mint address for the X asset in the pool. | ||
* | ||
* @type {Array<string>} | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
addressLookupTableAddresses?: Array<string>; | ||
mintX?: string; | ||
/** | ||
* @type {Array<InlineResponse2004ComputeBudgetInstructions>} | ||
* Token mint address for the Y asset in the pool. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
computeBudgetInstructions?: Array<InlineResponse2004ComputeBudgetInstructions>; | ||
mintY?: string; | ||
/** | ||
* @type {Array<InlineResponse2004MainInstructions>} | ||
* Reserve account address for the X asset. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
mainInstructions?: Array<InlineResponse2004MainInstructions>; | ||
reserveX?: string; | ||
/** | ||
* Reserve account address for the Y asset. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
reserveY?: string; | ||
/** | ||
* Amount of X asset in the reserve. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
reserveXAmount?: number; | ||
/** | ||
* Amount of Y asset in the reserve. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
reserveYAmount?: number; | ||
/** | ||
* The bin step size used in the pool's operation. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
binStep?: number; | ||
/** | ||
* Base fee percentage charged for transactions in the pool. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
baseFeePercentage?: string; | ||
/** | ||
* Maximum possible fee percentage that can be charged. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
maxFeePercentage?: string; | ||
/** | ||
* Fee percentage taken by the protocol. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
protocolFeePercentage?: string; | ||
/** | ||
* Current liquidity in the pool. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
liquidity?: string; | ||
/** | ||
* Reward mint address for the X asset. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
rewardMintX?: string; | ||
/** | ||
* Reward mint address for the Y asset. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
rewardMintY?: string; | ||
/** | ||
* Fees generated in the pool over the last 24 hours. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
fees24h?: number; | ||
/** | ||
* Fees generated in the pool today. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
todayFees?: number; | ||
/** | ||
* Trade volume in the pool over the last 24 hours. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
tradeVolume24h?: number; | ||
/** | ||
* Cumulative trade volume in the pool since inception. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
cumulativeTradeVolume?: string; | ||
/** | ||
* Cumulative fees generated by the pool since inception. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
cumulativeFeeVolume?: string; | ||
/** | ||
* Current price of X asset in terms of Y asset. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
currentPrice?: number; | ||
/** | ||
* Annual Percentage Rate for earnings in the pool. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
apr?: number; | ||
/** | ||
* Annual Percentage Yield for earnings in the pool. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
apy?: number; | ||
/** | ||
* APR for farming activities associated with the pool. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
farmApr?: number; | ||
/** | ||
* APY for farming activities associated with the pool. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
farmApy?: number; | ||
/** | ||
* Indicates whether the pool is hidden from default views. | ||
* | ||
* @type {boolean} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
hide?: boolean; | ||
} |
@@ -12,2 +12,13 @@ /** | ||
*/ | ||
import { OrcautilpoolsFeeApr } from './orcautilpools-fee-apr'; | ||
import { OrcautilpoolsPriceRange } from './orcautilpools-price-range'; | ||
import { OrcautilpoolsReward0Apr } from './orcautilpools-reward0-apr'; | ||
import { OrcautilpoolsReward1Apr } from './orcautilpools-reward1-apr'; | ||
import { OrcautilpoolsReward2Apr } from './orcautilpools-reward2-apr'; | ||
import { OrcautilpoolsTokenA } from './orcautilpools-token-a'; | ||
import { OrcautilpoolsTokenB } from './orcautilpools-token-b'; | ||
import { OrcautilpoolsTotalApr } from './orcautilpools-total-apr'; | ||
import { OrcautilpoolsVolume } from './orcautilpools-volume'; | ||
import { OrcautilpoolsVolumeDenominatedA } from './orcautilpools-volume-denominated-a'; | ||
import { OrcautilpoolsVolumeDenominatedB } from './orcautilpools-volume-denominated-b'; | ||
/** | ||
@@ -21,3 +32,3 @@ * | ||
/** | ||
* The unique address identifier for the pool. | ||
* The unique address identifier for the whirlpool. | ||
* | ||
@@ -29,45 +40,34 @@ * @type {string} | ||
/** | ||
* Name of the pool, typically indicating the token pair. | ||
* | ||
* @type {string} | ||
* @type {OrcautilpoolsTokenA} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
name?: string; | ||
tokenA?: OrcautilpoolsTokenA; | ||
/** | ||
* Token mint address for the X asset in the pool. | ||
* | ||
* @type {string} | ||
* @type {OrcautilpoolsTokenB} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
mintX?: string; | ||
tokenB?: OrcautilpoolsTokenB; | ||
/** | ||
* Token mint address for the Y asset in the pool. | ||
* Indicates if the whirlpool is whitelisted. | ||
* | ||
* @type {string} | ||
* @type {boolean} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
mintY?: string; | ||
whitelisted?: boolean; | ||
/** | ||
* Reserve account address for the X asset. | ||
* Tick spacing used in the pool. | ||
* | ||
* @type {string} | ||
* @type {number} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
reserveX?: string; | ||
tickSpacing?: number; | ||
/** | ||
* Reserve account address for the Y asset. | ||
* Current price of token A in terms of token B. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
reserveY?: string; | ||
/** | ||
* Amount of X asset in the reserve. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
reserveXAmount?: number; | ||
price?: number; | ||
/** | ||
* Amount of Y asset in the reserve. | ||
* Liquidity provider fee rate for the pool. | ||
* | ||
@@ -77,5 +77,5 @@ * @type {number} | ||
*/ | ||
reserveYAmount?: number; | ||
lpFeeRate?: number; | ||
/** | ||
* The bin step size used in the pool's operation. | ||
* Protocol fee rate for the pool. | ||
* | ||
@@ -85,5 +85,5 @@ * @type {number} | ||
*/ | ||
binStep?: number; | ||
protocolFeeRate?: number; | ||
/** | ||
* Base fee percentage charged for transactions in the pool. | ||
* Identifier for the whirlpool configuration. | ||
* | ||
@@ -93,47 +93,12 @@ * @type {string} | ||
*/ | ||
baseFeePercentage?: string; | ||
whirlpoolsConfig?: string; | ||
/** | ||
* Maximum possible fee percentage that can be charged. | ||
* Last modified time of the pool in milliseconds. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
maxFeePercentage?: string; | ||
/** | ||
* Fee percentage taken by the protocol. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
protocolFeePercentage?: string; | ||
/** | ||
* Current liquidity in the pool. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
liquidity?: string; | ||
/** | ||
* Reward mint address for the X asset. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
rewardMintX?: string; | ||
/** | ||
* Reward mint address for the Y asset. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
rewardMintY?: string; | ||
/** | ||
* Fees generated in the pool over the last 24 hours. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
fees24h?: number; | ||
modifiedTimeMs?: number; | ||
/** | ||
* Fees generated in the pool today. | ||
* Total value locked in the pool. | ||
* | ||
@@ -143,66 +108,48 @@ * @type {number} | ||
*/ | ||
todayFees?: number; | ||
tvl?: number; | ||
/** | ||
* Trade volume in the pool over the last 24 hours. | ||
* | ||
* @type {number} | ||
* @type {OrcautilpoolsVolume} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
tradeVolume24h?: number; | ||
volume?: OrcautilpoolsVolume; | ||
/** | ||
* Cumulative trade volume in the pool since inception. | ||
* | ||
* @type {string} | ||
* @type {OrcautilpoolsVolumeDenominatedA} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
cumulativeTradeVolume?: string; | ||
volumeDenominatedA?: OrcautilpoolsVolumeDenominatedA; | ||
/** | ||
* Cumulative fees generated by the pool since inception. | ||
* | ||
* @type {string} | ||
* @type {OrcautilpoolsVolumeDenominatedB} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
cumulativeFeeVolume?: string; | ||
volumeDenominatedB?: OrcautilpoolsVolumeDenominatedB; | ||
/** | ||
* Current price of X asset in terms of Y asset. | ||
* | ||
* @type {number} | ||
* @type {OrcautilpoolsPriceRange} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
currentPrice?: number; | ||
priceRange?: OrcautilpoolsPriceRange; | ||
/** | ||
* Annual Percentage Rate for earnings in the pool. | ||
* | ||
* @type {number} | ||
* @type {OrcautilpoolsFeeApr} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
apr?: number; | ||
feeApr?: OrcautilpoolsFeeApr; | ||
/** | ||
* Annual Percentage Yield for earnings in the pool. | ||
* | ||
* @type {number} | ||
* @type {OrcautilpoolsReward0Apr} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
apy?: number; | ||
reward0Apr?: OrcautilpoolsReward0Apr; | ||
/** | ||
* APR for farming activities associated with the pool. | ||
* | ||
* @type {number} | ||
* @type {OrcautilpoolsReward1Apr} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
farmApr?: number; | ||
reward1Apr?: OrcautilpoolsReward1Apr; | ||
/** | ||
* APY for farming activities associated with the pool. | ||
* | ||
* @type {number} | ||
* @type {OrcautilpoolsReward2Apr} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
farmApy?: number; | ||
reward2Apr?: OrcautilpoolsReward2Apr; | ||
/** | ||
* Indicates whether the pool is hidden from default views. | ||
* | ||
* @type {boolean} | ||
* @type {OrcautilpoolsTotalApr} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
hide?: boolean; | ||
totalApr?: OrcautilpoolsTotalApr; | ||
} |
@@ -34,2 +34,9 @@ /** | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof RegisterBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* The wallet address of the user to be registered. | ||
@@ -36,0 +43,0 @@ * |
@@ -34,2 +34,9 @@ /** | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof TxClaimBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's wallet address who owns the position. | ||
@@ -36,0 +43,0 @@ * |
@@ -34,2 +34,9 @@ /** | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof TxClaimRewardsBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's wallet address who owns the position | ||
@@ -36,0 +43,0 @@ * |
@@ -34,2 +34,9 @@ /** | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof TxClosePositionBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's wallet address who owns the position. | ||
@@ -36,0 +43,0 @@ * |
@@ -34,2 +34,9 @@ /** | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof TxClosePositionBody1 | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's wallet address who owns the position | ||
@@ -36,0 +43,0 @@ * |
@@ -34,2 +34,9 @@ /** | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof TxCreatePositionAndDepositBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* Uninitialized account (generate via web3.Keypair.generate() function) that serves as user position | ||
@@ -36,0 +43,0 @@ * |
@@ -34,2 +34,9 @@ /** | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof TxDepositBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's position from meteora (See GET /meteora/dlmm/util/positions) | ||
@@ -36,0 +43,0 @@ * |
@@ -34,2 +34,9 @@ /** | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof TxDepositBody1 | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's wallet address who owns the position | ||
@@ -36,0 +43,0 @@ * |
@@ -34,2 +34,9 @@ /** | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof TxOpenPositionBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's wallet address who owns the position | ||
@@ -36,0 +43,0 @@ * |
@@ -34,2 +34,9 @@ /** | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof TxWithdrawBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's position from Meteora (See GET /meteora/dlmm/util/positions). | ||
@@ -36,0 +43,0 @@ * |
@@ -34,2 +34,9 @@ /** | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof TxWithdrawBody1 | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's wallet address who owns the position | ||
@@ -36,0 +43,0 @@ * |
@@ -22,6 +22,6 @@ /** | ||
* | ||
* @type {Array} | ||
* @type {Array<string>} | ||
* @memberof UtilActiveBinBody | ||
*/ | ||
pools?: Array<any>; | ||
pools?: Array<string>; | ||
/** | ||
@@ -28,0 +28,0 @@ * Commitment level (processed, confirmed, finalized) |
@@ -40,2 +40,10 @@ /* tslint:disable */ | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof AutomationClaimFeeAndRewardsAutomationIxBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's wallet address who owns the position. | ||
@@ -42,0 +50,0 @@ * |
@@ -40,2 +40,10 @@ /* tslint:disable */ | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof AutomationCreatePositionAndDepositAutomationIxBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* Meteora pool address | ||
@@ -42,0 +50,0 @@ * |
@@ -40,2 +40,10 @@ /* tslint:disable */ | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof AutomationFullWithdrawAndClosePositionAutomationIxBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's wallet address who owns the position. | ||
@@ -42,0 +50,0 @@ * |
@@ -0,1 +1,2 @@ | ||
export * from './account'; | ||
export * from './automation-claim-fee-and-rewards-automation-ix-body'; | ||
@@ -9,9 +10,6 @@ export * from './automation-create-position-and-deposit-automation-ix-body'; | ||
export * from './inline-response2004'; | ||
export * from './inline-response2004-accounts'; | ||
export * from './inline-response2004-compute-budget-instructions'; | ||
export * from './inline-response2004-main-instructions'; | ||
export * from './inline-response2005'; | ||
export * from './inline-response2006'; | ||
export * from './inline-response400'; | ||
export * from './inline-response4001'; | ||
export * from './instruction'; | ||
export * from './orca-position-mint'; | ||
export * from './orcautilpools-fee-apr'; | ||
@@ -32,3 +30,5 @@ export * from './orcautilpools-price-range'; | ||
export * from './pools-config'; | ||
export * from './priority-fee-estimate'; | ||
export * from './register-body'; | ||
export * from './transaction-metadata'; | ||
export * from './tx-claim-body'; | ||
@@ -45,1 +45,2 @@ export * from './tx-claim-rewards-body'; | ||
export * from './util-active-bin-body'; | ||
export * from './util-get-priority-fee-estimate-body'; |
@@ -15,4 +15,2 @@ /* tslint:disable */ | ||
import { InlineResponse2004ComputeBudgetInstructions } from './inline-response2004-compute-budget-instructions'; | ||
import { InlineResponse2004MainInstructions } from './inline-response2004-main-instructions'; | ||
/** | ||
@@ -27,3 +25,3 @@ * | ||
/** | ||
* Description of the operation performed. | ||
* The unique address identifier for the pool. | ||
* | ||
@@ -33,6 +31,6 @@ * @type {string} | ||
*/ | ||
description?: string; | ||
address?: string; | ||
/** | ||
* Estimated fee for the transaction in SOL. | ||
* Name of the pool, typically indicating the token pair. | ||
* | ||
@@ -42,23 +40,195 @@ * @type {string} | ||
*/ | ||
estimatedFeeInSOL?: string; | ||
name?: string; | ||
/** | ||
* List of address lookup table addresses used in the transaction. | ||
* Token mint address for the X asset in the pool. | ||
* | ||
* @type {Array<string>} | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
addressLookupTableAddresses?: Array<string>; | ||
mintX?: string; | ||
/** | ||
* @type {Array<InlineResponse2004ComputeBudgetInstructions>} | ||
* Token mint address for the Y asset in the pool. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
computeBudgetInstructions?: Array<InlineResponse2004ComputeBudgetInstructions>; | ||
mintY?: string; | ||
/** | ||
* @type {Array<InlineResponse2004MainInstructions>} | ||
* Reserve account address for the X asset. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
mainInstructions?: Array<InlineResponse2004MainInstructions>; | ||
reserveX?: string; | ||
/** | ||
* Reserve account address for the Y asset. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
reserveY?: string; | ||
/** | ||
* Amount of X asset in the reserve. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
reserveXAmount?: number; | ||
/** | ||
* Amount of Y asset in the reserve. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
reserveYAmount?: number; | ||
/** | ||
* The bin step size used in the pool's operation. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
binStep?: number; | ||
/** | ||
* Base fee percentage charged for transactions in the pool. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
baseFeePercentage?: string; | ||
/** | ||
* Maximum possible fee percentage that can be charged. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
maxFeePercentage?: string; | ||
/** | ||
* Fee percentage taken by the protocol. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
protocolFeePercentage?: string; | ||
/** | ||
* Current liquidity in the pool. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
liquidity?: string; | ||
/** | ||
* Reward mint address for the X asset. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
rewardMintX?: string; | ||
/** | ||
* Reward mint address for the Y asset. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
rewardMintY?: string; | ||
/** | ||
* Fees generated in the pool over the last 24 hours. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
fees24h?: number; | ||
/** | ||
* Fees generated in the pool today. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
todayFees?: number; | ||
/** | ||
* Trade volume in the pool over the last 24 hours. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
tradeVolume24h?: number; | ||
/** | ||
* Cumulative trade volume in the pool since inception. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
cumulativeTradeVolume?: string; | ||
/** | ||
* Cumulative fees generated by the pool since inception. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
cumulativeFeeVolume?: string; | ||
/** | ||
* Current price of X asset in terms of Y asset. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
currentPrice?: number; | ||
/** | ||
* Annual Percentage Rate for earnings in the pool. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
apr?: number; | ||
/** | ||
* Annual Percentage Yield for earnings in the pool. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
apy?: number; | ||
/** | ||
* APR for farming activities associated with the pool. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
farmApr?: number; | ||
/** | ||
* APY for farming activities associated with the pool. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
farmApy?: number; | ||
/** | ||
* Indicates whether the pool is hidden from default views. | ||
* | ||
* @type {boolean} | ||
* @memberof InlineResponse2004 | ||
*/ | ||
hide?: boolean; | ||
} |
@@ -15,2 +15,13 @@ /* tslint:disable */ | ||
import { OrcautilpoolsFeeApr } from './orcautilpools-fee-apr'; | ||
import { OrcautilpoolsPriceRange } from './orcautilpools-price-range'; | ||
import { OrcautilpoolsReward0Apr } from './orcautilpools-reward0-apr'; | ||
import { OrcautilpoolsReward1Apr } from './orcautilpools-reward1-apr'; | ||
import { OrcautilpoolsReward2Apr } from './orcautilpools-reward2-apr'; | ||
import { OrcautilpoolsTokenA } from './orcautilpools-token-a'; | ||
import { OrcautilpoolsTokenB } from './orcautilpools-token-b'; | ||
import { OrcautilpoolsTotalApr } from './orcautilpools-total-apr'; | ||
import { OrcautilpoolsVolume } from './orcautilpools-volume'; | ||
import { OrcautilpoolsVolumeDenominatedA } from './orcautilpools-volume-denominated-a'; | ||
import { OrcautilpoolsVolumeDenominatedB } from './orcautilpools-volume-denominated-b'; | ||
/** | ||
@@ -25,3 +36,3 @@ * | ||
/** | ||
* The unique address identifier for the pool. | ||
* The unique address identifier for the whirlpool. | ||
* | ||
@@ -34,51 +45,39 @@ * @type {string} | ||
/** | ||
* Name of the pool, typically indicating the token pair. | ||
* | ||
* @type {string} | ||
* @type {OrcautilpoolsTokenA} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
name?: string; | ||
tokenA?: OrcautilpoolsTokenA; | ||
/** | ||
* Token mint address for the X asset in the pool. | ||
* | ||
* @type {string} | ||
* @type {OrcautilpoolsTokenB} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
mintX?: string; | ||
tokenB?: OrcautilpoolsTokenB; | ||
/** | ||
* Token mint address for the Y asset in the pool. | ||
* Indicates if the whirlpool is whitelisted. | ||
* | ||
* @type {string} | ||
* @type {boolean} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
mintY?: string; | ||
whitelisted?: boolean; | ||
/** | ||
* Reserve account address for the X asset. | ||
* Tick spacing used in the pool. | ||
* | ||
* @type {string} | ||
* @type {number} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
reserveX?: string; | ||
tickSpacing?: number; | ||
/** | ||
* Reserve account address for the Y asset. | ||
* Current price of token A in terms of token B. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
reserveY?: string; | ||
/** | ||
* Amount of X asset in the reserve. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
reserveXAmount?: number; | ||
price?: number; | ||
/** | ||
* Amount of Y asset in the reserve. | ||
* Liquidity provider fee rate for the pool. | ||
* | ||
@@ -88,6 +87,6 @@ * @type {number} | ||
*/ | ||
reserveYAmount?: number; | ||
lpFeeRate?: number; | ||
/** | ||
* The bin step size used in the pool's operation. | ||
* Protocol fee rate for the pool. | ||
* | ||
@@ -97,6 +96,6 @@ * @type {number} | ||
*/ | ||
binStep?: number; | ||
protocolFeeRate?: number; | ||
/** | ||
* Base fee percentage charged for transactions in the pool. | ||
* Identifier for the whirlpool configuration. | ||
* | ||
@@ -106,54 +105,14 @@ * @type {string} | ||
*/ | ||
baseFeePercentage?: string; | ||
whirlpoolsConfig?: string; | ||
/** | ||
* Maximum possible fee percentage that can be charged. | ||
* Last modified time of the pool in milliseconds. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
maxFeePercentage?: string; | ||
/** | ||
* Fee percentage taken by the protocol. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
protocolFeePercentage?: string; | ||
/** | ||
* Current liquidity in the pool. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
liquidity?: string; | ||
/** | ||
* Reward mint address for the X asset. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
rewardMintX?: string; | ||
/** | ||
* Reward mint address for the Y asset. | ||
* | ||
* @type {string} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
rewardMintY?: string; | ||
/** | ||
* Fees generated in the pool over the last 24 hours. | ||
* | ||
* @type {number} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
fees24h?: number; | ||
modifiedTimeMs?: number; | ||
/** | ||
* Fees generated in the pool today. | ||
* Total value locked in the pool. | ||
* | ||
@@ -163,75 +122,57 @@ * @type {number} | ||
*/ | ||
todayFees?: number; | ||
tvl?: number; | ||
/** | ||
* Trade volume in the pool over the last 24 hours. | ||
* | ||
* @type {number} | ||
* @type {OrcautilpoolsVolume} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
tradeVolume24h?: number; | ||
volume?: OrcautilpoolsVolume; | ||
/** | ||
* Cumulative trade volume in the pool since inception. | ||
* | ||
* @type {string} | ||
* @type {OrcautilpoolsVolumeDenominatedA} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
cumulativeTradeVolume?: string; | ||
volumeDenominatedA?: OrcautilpoolsVolumeDenominatedA; | ||
/** | ||
* Cumulative fees generated by the pool since inception. | ||
* | ||
* @type {string} | ||
* @type {OrcautilpoolsVolumeDenominatedB} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
cumulativeFeeVolume?: string; | ||
volumeDenominatedB?: OrcautilpoolsVolumeDenominatedB; | ||
/** | ||
* Current price of X asset in terms of Y asset. | ||
* | ||
* @type {number} | ||
* @type {OrcautilpoolsPriceRange} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
currentPrice?: number; | ||
priceRange?: OrcautilpoolsPriceRange; | ||
/** | ||
* Annual Percentage Rate for earnings in the pool. | ||
* | ||
* @type {number} | ||
* @type {OrcautilpoolsFeeApr} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
apr?: number; | ||
feeApr?: OrcautilpoolsFeeApr; | ||
/** | ||
* Annual Percentage Yield for earnings in the pool. | ||
* | ||
* @type {number} | ||
* @type {OrcautilpoolsReward0Apr} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
apy?: number; | ||
reward0Apr?: OrcautilpoolsReward0Apr; | ||
/** | ||
* APR for farming activities associated with the pool. | ||
* | ||
* @type {number} | ||
* @type {OrcautilpoolsReward1Apr} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
farmApr?: number; | ||
reward1Apr?: OrcautilpoolsReward1Apr; | ||
/** | ||
* APY for farming activities associated with the pool. | ||
* | ||
* @type {number} | ||
* @type {OrcautilpoolsReward2Apr} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
farmApy?: number; | ||
reward2Apr?: OrcautilpoolsReward2Apr; | ||
/** | ||
* Indicates whether the pool is hidden from default views. | ||
* | ||
* @type {boolean} | ||
* @type {OrcautilpoolsTotalApr} | ||
* @memberof InlineResponse2005 | ||
*/ | ||
hide?: boolean; | ||
totalApr?: OrcautilpoolsTotalApr; | ||
} |
@@ -40,2 +40,10 @@ /* tslint:disable */ | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof RegisterBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* The wallet address of the user to be registered. | ||
@@ -42,0 +50,0 @@ * |
@@ -40,2 +40,10 @@ /* tslint:disable */ | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof TxClaimBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's wallet address who owns the position. | ||
@@ -42,0 +50,0 @@ * |
@@ -40,2 +40,10 @@ /* tslint:disable */ | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof TxClaimRewardsBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's wallet address who owns the position | ||
@@ -42,0 +50,0 @@ * |
@@ -40,2 +40,10 @@ /* tslint:disable */ | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof TxClosePositionBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's wallet address who owns the position. | ||
@@ -42,0 +50,0 @@ * |
@@ -40,2 +40,10 @@ /* tslint:disable */ | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof TxClosePositionBody1 | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's wallet address who owns the position | ||
@@ -42,0 +50,0 @@ * |
@@ -40,2 +40,10 @@ /* tslint:disable */ | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof TxCreatePositionAndDepositBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* Uninitialized account (generate via web3.Keypair.generate() function) that serves as user position | ||
@@ -42,0 +50,0 @@ * |
@@ -40,2 +40,10 @@ /* tslint:disable */ | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof TxDepositBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's position from meteora (See GET /meteora/dlmm/util/positions) | ||
@@ -42,0 +50,0 @@ * |
@@ -40,2 +40,10 @@ /* tslint:disable */ | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof TxDepositBody1 | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's wallet address who owns the position | ||
@@ -42,0 +50,0 @@ * |
@@ -40,2 +40,10 @@ /* tslint:disable */ | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof TxOpenPositionBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's wallet address who owns the position | ||
@@ -42,0 +50,0 @@ * |
@@ -40,2 +40,10 @@ /* tslint:disable */ | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof TxWithdrawBody | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's position from Meteora (See GET /meteora/dlmm/util/positions). | ||
@@ -42,0 +50,0 @@ * |
@@ -40,2 +40,10 @@ /* tslint:disable */ | ||
/** | ||
* Whether to disable computing priority fees. True by default which means it ignores priority parameter | ||
* | ||
* @type {boolean} | ||
* @memberof TxWithdrawBody1 | ||
*/ | ||
disableFeeCompute?: boolean; | ||
/** | ||
* User's wallet address who owns the position | ||
@@ -42,0 +50,0 @@ * |
@@ -26,6 +26,6 @@ /* tslint:disable */ | ||
* | ||
* @type {Array} | ||
* @type {Array<string>} | ||
* @memberof UtilActiveBinBody | ||
*/ | ||
pools?: Array<any>; | ||
pools?: Array<string>; | ||
@@ -32,0 +32,0 @@ /** |
{ | ||
"name": "@hawksightco/swagger-client", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "OpenAPI client for Hawksight v2 Public API", | ||
@@ -5,0 +5,0 @@ "author": "Hawksight", |
Sorry, the diff of this file is not supported yet
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
890166
301
22015