@poap-xyz/drops
Advanced tools
Comparing version
export { DropsClient } from './DropsClient'; | ||
export { Drop } from './domain/Drop'; | ||
export { FetchDropsInput, CreateDropsInput, UpdateDropsInput, DropsSortFields, } from './types'; |
export { DropsClient } from './DropsClient'; | ||
export { Drop } from './domain/Drop'; | ||
export { FetchDropsInput, CreateDropsInput, UpdateDropsInput, DropsSortFields, } from './types'; |
export { DropsClient } from './DropsClient'; | ||
export { Drop } from './domain/Drop'; | ||
export { FetchDropsInput, CreateDropsInput, UpdateDropsInput, DropsSortFields, } from './types'; |
@@ -109,3 +109,3 @@ (function (global, factory) { | ||
where: { | ||
private: { _eq: false }, | ||
private: { _eq: 'false' }, | ||
...createFilter('name', name), | ||
@@ -173,2 +173,9 @@ ...createBetweenFilter('created_date', from, to), | ||
exports.DropsSortFields = void 0; | ||
(function (DropsSortFields) { | ||
DropsSortFields["Name"] = "name"; | ||
DropsSortFields["Id"] = "id"; | ||
DropsSortFields["StartDate"] = "start_date"; | ||
})(exports.DropsSortFields || (exports.DropsSortFields = {})); | ||
exports.Drop = Drop; | ||
@@ -175,0 +182,0 @@ exports.DropsClient = DropsClient; |
{ | ||
"name": "@poap-xyz/drops", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "Drops module for the poap.js library", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.cjs", |
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
81719
5.64%971
2.21%