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

@onbeam/player-api-client

Package Overview
Dependencies
Maintainers
5
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onbeam/player-api-client - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

98

dist/index.d.ts

@@ -54,2 +54,3 @@ type ApiRequestOptions = {

status: CommonOperationResponse.status;
processing: CommonOperationResponse.processing;
id: string;

@@ -64,3 +65,3 @@ createdAt: string;

type: 'OpenfortTransaction' | 'OpenfortReservoirOrder';
status: 'Pending' | 'Rejected' | 'Executed' | 'Error';
status: 'Pending' | 'Signed' | 'Rejected' | 'Executed' | 'Error';
id: string;

@@ -76,2 +77,3 @@ externalId: string | null;

enum status {
SIGNED = "Signed",
PENDING = "Pending",

@@ -82,2 +84,6 @@ REJECTED = "Rejected",

}
enum processing {
SIGN_ONLY = "SignOnly",
EXECUTE = "Execute"
}
}

@@ -247,4 +253,11 @@

chainId?: number;
operationProcessing?: TransferAssetRequestInput.operationProcessing;
operationId?: string | null;
};
declare namespace TransferAssetRequestInput {
enum operationProcessing {
SIGN_ONLY = "SignOnly",
EXECUTE = "Execute"
}
}

@@ -259,4 +272,11 @@ type TransferNativeTokenRequestInput = {

chainId?: number;
operationProcessing?: TransferNativeTokenRequestInput.operationProcessing;
operationId?: string | null;
};
declare namespace TransferNativeTokenRequestInput {
enum operationProcessing {
SIGN_ONLY = "SignOnly",
EXECUTE = "Execute"
}
}

@@ -272,4 +292,11 @@ type TransferTokenRequestInput = {

chainId?: number;
operationProcessing?: TransferTokenRequestInput.operationProcessing;
operationId?: string | null;
};
declare namespace TransferTokenRequestInput {
enum operationProcessing {
SIGN_ONLY = "SignOnly",
EXECUTE = "Execute"
}
}

@@ -358,4 +385,11 @@ declare class AssetsService {

chainId?: number;
operationProcessing?: ConvertTokenRequestInput.operationProcessing;
operationId?: string | null;
};
declare namespace ConvertTokenRequestInput {
enum operationProcessing {
SIGN_ONLY = "SignOnly",
EXECUTE = "Execute"
}
}

@@ -431,4 +465,11 @@ type GetQuoteResponse = {

chainId?: number;
operationProcessing?: AcceptAssetOfferRequestInput.operationProcessing;
operationId?: string | null;
};
declare namespace AcceptAssetOfferRequestInput {
enum operationProcessing {
SIGN_ONLY = "SignOnly",
EXECUTE = "Execute"
}
}

@@ -441,4 +482,11 @@ type BuyAssetRequestInput = {

chainId?: number;
operationProcessing?: BuyAssetRequestInput.operationProcessing;
operationId?: string | null;
};
declare namespace BuyAssetRequestInput {
enum operationProcessing {
SIGN_ONLY = "SignOnly",
EXECUTE = "Execute"
}
}

@@ -449,4 +497,11 @@ type CancelAssetListingRequestInput = {

policyId?: string | null;
operationProcessing?: CancelAssetListingRequestInput.operationProcessing;
operationId?: string | null;
};
declare namespace CancelAssetListingRequestInput {
enum operationProcessing {
SIGN_ONLY = "SignOnly",
EXECUTE = "Execute"
}
}

@@ -458,4 +513,11 @@ type CancelAssetOfferRequestInput = {

chainId?: number;
operationProcessing?: CancelAssetOfferRequestInput.operationProcessing;
operationId?: string | null;
};
declare namespace CancelAssetOfferRequestInput {
enum operationProcessing {
SIGN_ONLY = "SignOnly",
EXECUTE = "Execute"
}
}

@@ -471,2 +533,3 @@ type CreateAssetOfferRequestInput = {

chainId?: number;
operationProcessing?: CreateAssetOfferRequestInput.operationProcessing;
operationId?: string | null;

@@ -480,2 +543,6 @@ };

}
enum operationProcessing {
SIGN_ONLY = "SignOnly",
EXECUTE = "Execute"
}
}

@@ -574,2 +641,3 @@

chainId?: number;
operationProcessing?: SellAssetRequestInput.operationProcessing;
operationId?: string | null;

@@ -592,2 +660,6 @@ };

}
enum operationProcessing {
SIGN_ONLY = "SignOnly",
EXECUTE = "Execute"
}
}

@@ -716,2 +788,3 @@

enum status {
SIGNED = "Signed",
PENDING = "Pending",

@@ -727,3 +800,11 @@ REJECTED = "Rejected",

chainId: number;
operationProcessing?: CreateOperationRequestInput.operationProcessing;
operationId?: string | null;
};
declare namespace CreateOperationRequestInput {
enum operationProcessing {
SIGN_ONLY = "SignOnly",
EXECUTE = "Execute"
}
}

@@ -789,4 +870,4 @@ declare class OperationService {

isActive: boolean;
startTime?: string | null;
endTime?: string | null;
startTime: string;
endTime: string;
sessionAddress: string;

@@ -848,4 +929,11 @@ };

chainId?: number;
operationProcessing?: CreateTransactionRequestInput.operationProcessing;
operationId?: string | null;
};
declare namespace CreateTransactionRequestInput {
enum operationProcessing {
SIGN_ONLY = "SignOnly",
EXECUTE = "Execute"
}
}

@@ -899,3 +987,3 @@ type GetTransactionResponse = {

*/
profile: {
user: {
id?: string | null;

@@ -1071,2 +1159,2 @@ wallet: {

export { type AcceptAssetOfferRequestInput, Beam, type BuyAssetRequestInput, type CancelAssetListingRequestInput, type CancelAssetOfferRequestInput, CommonOperationResponse, ConfirmOperationRequest, type ConvertTokenRequestInput, CreateAssetOfferRequestInput, type CreateOperationRequestInput, type CreateTransactionRequestInput, GenerateSessionRequestResponse, type GenerateSessionUrlRequestInput, type GetActiveSessionResponse, type GetAllUsersResponse, type GetAssetListingsResponse, GetAssetResponse, GetAssetsForContractBodyInput, type GetAssetsForContractResponse, GetAssetsForUserBodyInput, type GetAssetsForUserResponse, type GetChainCurrenciesResponse, GetListedAssetsBodyInput, type GetQuoteResponse, GetSessionRequestResponse, type GetTransactionResponse, type GetTransactionsResponse, type GetUserCurrenciesResponse, type GetUserNativeCurrencyResponse, type GetUserResponse, SellAssetRequestInput, type TransferAssetRequestInput, type TransferNativeTokenRequestInput, type TransferTokenRequestInput, Beam as default };
export { AcceptAssetOfferRequestInput, Beam, BuyAssetRequestInput, CancelAssetListingRequestInput, CancelAssetOfferRequestInput, CommonOperationResponse, ConfirmOperationRequest, ConvertTokenRequestInput, CreateAssetOfferRequestInput, CreateOperationRequestInput, CreateTransactionRequestInput, GenerateSessionRequestResponse, type GenerateSessionUrlRequestInput, type GetActiveSessionResponse, type GetAllUsersResponse, type GetAssetListingsResponse, GetAssetResponse, GetAssetsForContractBodyInput, type GetAssetsForContractResponse, GetAssetsForUserBodyInput, type GetAssetsForUserResponse, type GetChainCurrenciesResponse, GetListedAssetsBodyInput, type GetQuoteResponse, GetSessionRequestResponse, type GetTransactionResponse, type GetTransactionsResponse, type GetUserCurrenciesResponse, type GetUserNativeCurrencyResponse, type GetUserResponse, SellAssetRequestInput, TransferAssetRequestInput, TransferNativeTokenRequestInput, TransferTokenRequestInput, Beam as default };

2

package.json

@@ -26,3 +26,3 @@ {

},
"version": "1.2.3",
"version": "1.2.4",
"scripts": {

@@ -29,0 +29,0 @@ "generate": "pnpm generate:client && pnpm generate:barrels && pnpm build",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc