@xoxno/sdk-js 0.1.51-alpha → 0.1.52-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -232,6 +232,14 @@ export interface PoolDetails {
232
232
  poolType: string;
233
233
  issuingType: string;
234
234
  isActive: boolean;
235
+ currentEpoch: number;
236
+ unBoundPeriod: boolean;
237
+ hasUnboundPeriod: boolean;
238
+ maxPoolLimit: number;
239
+ maxWalletLimit: number;
240
+ hasMaxWalletLimit: boolean;
241
+ endDate: number;
242
+ startDate: number;
235
243
  owner: string;
236
244
  daysLeft: number;
237
245
  percentFilled: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "0.1.51-alpha",
3
+ "version": "0.1.52-alpha",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",