@rabbitholegg/questdk
Advanced tools
Comparing version 2.0.0-alpha.29 to 2.0.0-alpha.30
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Equal = exports.All = exports.Any = exports.Last = exports.First = exports.Some = exports.And = exports.Or = exports.GreaterThanOrEqual = exports.LessThanOrEqual = exports.LessThan = exports.GreaterThan = exports.QUEST_FACTORY_ADDRESS = exports.approveIfNeeded = exports.compressJson = exports.getChainById = exports.isRewardChainSupported = exports.apply = exports.ActionType = exports.PluginActionNotImplementedError = exports.SUPPORTED_TASK_CHAINS = exports.SUPPORTED_REWARD_CHAINS = void 0; | ||
exports.Equal = exports.All = exports.Any = exports.Last = exports.First = exports.Some = exports.And = exports.Or = exports.GreaterThanOrEqual = exports.LessThanOrEqual = exports.LessThan = exports.GreaterThan = exports.QUEST_FACTORY_ADDRESS = exports.approveIfNeeded = exports.compressJson = exports.getChainById = exports.isRewardChainSupported = exports.apply = exports.OrderType = exports.ActionType = exports.PluginActionNotImplementedError = exports.SUPPORTED_TASK_CHAINS = exports.SUPPORTED_REWARD_CHAINS = void 0; | ||
var constants_js_1 = require("./constants.js"); | ||
@@ -11,2 +11,3 @@ Object.defineProperty(exports, "SUPPORTED_REWARD_CHAINS", { enumerable: true, get: function () { return constants_js_1.SUPPORTED_REWARD_CHAINS; } }); | ||
Object.defineProperty(exports, "ActionType", { enumerable: true, get: function () { return types_js_1.ActionType; } }); | ||
Object.defineProperty(exports, "OrderType", { enumerable: true, get: function () { return types_js_1.OrderType; } }); | ||
var filters_js_1 = require("./filter/filters.js"); | ||
@@ -13,0 +14,0 @@ Object.defineProperty(exports, "apply", { enumerable: true, get: function () { return filters_js_1.apply; } }); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ActionType = void 0; | ||
exports.OrderType = exports.ActionType = void 0; | ||
var types_js_1 = require("./types.js"); | ||
Object.defineProperty(exports, "ActionType", { enumerable: true, get: function () { return types_js_1.ActionType; } }); | ||
Object.defineProperty(exports, "OrderType", { enumerable: true, get: function () { return types_js_1.OrderType; } }); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Equal = exports.All = exports.Any = exports.Last = exports.First = exports.Some = exports.And = exports.Or = exports.GreaterThanOrEqual = exports.LessThanOrEqual = exports.LessThan = exports.GreaterThan = exports.QUEST_FACTORY_ADDRESS = exports.approveIfNeeded = exports.compressJson = exports.getChainById = exports.isRewardChainSupported = exports.apply = exports.ActionType = exports.PluginActionNotImplementedError = exports.SUPPORTED_TASK_CHAINS = exports.SUPPORTED_REWARD_CHAINS = void 0; | ||
exports.Equal = exports.All = exports.Any = exports.Last = exports.First = exports.Some = exports.And = exports.Or = exports.GreaterThanOrEqual = exports.LessThanOrEqual = exports.LessThan = exports.GreaterThan = exports.QUEST_FACTORY_ADDRESS = exports.approveIfNeeded = exports.compressJson = exports.getChainById = exports.isRewardChainSupported = exports.apply = exports.OrderType = exports.ActionType = exports.PluginActionNotImplementedError = exports.SUPPORTED_TASK_CHAINS = exports.SUPPORTED_REWARD_CHAINS = void 0; | ||
var constants_js_1 = require("./constants.js"); | ||
@@ -11,2 +11,3 @@ Object.defineProperty(exports, "SUPPORTED_REWARD_CHAINS", { enumerable: true, get: function () { return constants_js_1.SUPPORTED_REWARD_CHAINS; } }); | ||
Object.defineProperty(exports, "ActionType", { enumerable: true, get: function () { return types_js_1.ActionType; } }); | ||
Object.defineProperty(exports, "OrderType", { enumerable: true, get: function () { return types_js_1.OrderType; } }); | ||
var filters_js_1 = require("./filter/filters.js"); | ||
@@ -13,0 +14,0 @@ Object.defineProperty(exports, "apply", { enumerable: true, get: function () { return filters_js_1.apply; } }); |
@@ -1,2 +0,2 @@ | ||
export { ActionType } from './types.js'; | ||
export { ActionType, OrderType } from './types.js'; | ||
//# sourceMappingURL=index.js.map |
export { SUPPORTED_REWARD_CHAINS, SUPPORTED_TASK_CHAINS, } from './constants.js'; | ||
export { PluginActionNotImplementedError } from './errors/plugin.js'; | ||
export { ActionType } from './actions/types.js'; | ||
export { ActionType, OrderType } from './actions/types.js'; | ||
export { apply } from './filter/filters.js'; | ||
@@ -5,0 +5,0 @@ export { isRewardChainSupported, getChainById, } from './utils/chains.js'; |
export type { SwapActionParams, StakeActionParams, BridgeActionParams, MintActionParams, BurnActionParams, QuestActionParams, OptionsActionParams, DelegateActionParams, ActionParams, IActionPlugin, } from './types.js'; | ||
export { ActionType } from './types.js'; | ||
export { ActionType, OrderType } from './types.js'; | ||
//# sourceMappingURL=index.d.ts.map |
export { SUPPORTED_REWARD_CHAINS, SUPPORTED_TASK_CHAINS, type ChainMap, } from './constants.js'; | ||
export { PluginActionNotImplementedError } from './errors/plugin.js'; | ||
export type { SwapActionParams, BurnActionParams, QuestActionParams, StakeActionParams, BridgeActionParams, MintActionParams, OptionsActionParams, DelegateActionParams, ActionParams, IActionPlugin, } from './actions/types.js'; | ||
export { ActionType } from './actions/types.js'; | ||
export { ActionType, OrderType } from './actions/types.js'; | ||
export { apply } from './filter/filters.js'; | ||
@@ -6,0 +6,0 @@ export type { ArrayOperator, LogicalOperator, NumericOperator, StringOperator, FilterOperator, TransactionFilter, } from './filter/types.js'; |
@@ -17,3 +17,3 @@ { | ||
}, | ||
"version": "2.0.0-alpha.29", | ||
"version": "2.0.0-alpha.30", | ||
"files": [ | ||
@@ -20,0 +20,0 @@ "dist", |
@@ -14,2 +14,2 @@ export type { | ||
export { ActionType } from './types.js' | ||
export { ActionType, OrderType } from './types.js' |
@@ -22,3 +22,3 @@ export { | ||
export { ActionType } from './actions/types.js' | ||
export { ActionType, OrderType } from './actions/types.js' | ||
@@ -25,0 +25,0 @@ export { apply } from './filter/filters.js' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
401355
10494