@solana/actions
Advanced tools
Comparing version 1.6.3 to 1.6.4
import type { PublicKey } from "@solana/web3.js"; | ||
export type { ActionError, ActionGetRequest, ActionsJson, ActionGetResponse, LinkedAction, ActionPostRequest, ActionPostResponse, ActionParameter, ActionRuleObject, SupportedProtocols, SOLANA_PAY_PROTOCOL, SOLANA_ACTIONS_PROTOCOL, } from "@solana/actions-spec"; | ||
export type { ActionError, ActionGetRequest, ActionsJson, ActionGetResponse, LinkedAction, ActionPostRequest, ActionPostResponse, ActionParameter, ActionRuleObject, SupportedProtocols, SOLANA_PAY_PROTOCOL, SOLANA_ACTIONS_PROTOCOL, NextActionPostRequest, Action, ActionParameterType, ActionParameterSelectable, ActionType, CompletedAction, NextAction, NextActionLink, PostNextActionLink, InlineNextActionLink, } from "@solana/actions-spec"; | ||
/** `reference` in the [Solana Pay spec](https://github.com/solana-labs/solana-pay/blob/master/SPEC.md#reference). */ | ||
@@ -4,0 +4,0 @@ export declare type Reference = PublicKey; |
{ | ||
"name": "@solana/actions", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"author": "Solana Maintainers <maintainers@solana.foundation>", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/solana-developers/solana-actions", |
@@ -17,2 +17,12 @@ import type { PublicKey } from "@solana/web3.js"; | ||
SOLANA_ACTIONS_PROTOCOL, | ||
NextActionPostRequest, | ||
Action, | ||
ActionParameterType, | ||
ActionParameterSelectable, | ||
ActionType, | ||
CompletedAction, | ||
NextAction, | ||
NextActionLink, | ||
PostNextActionLink, | ||
InlineNextActionLink, | ||
} from "@solana/actions-spec"; | ||
@@ -19,0 +29,0 @@ |
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
154758
2458