@xoxno/types 1.0.441 → 1.0.445

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.
package/dist/index.d.ts CHANGED
@@ -249,3 +249,4 @@ export * from './requests/user-data/verify-email.dto';
249
249
  export * from './utils/generic';
250
250
  export * from './utils/order';
251
251
  export * from './utils/types';
252
+ export * from './stellar-lending';
package/dist/index.js CHANGED
@@ -340,3 +340,4 @@ __exportStar(require("./requests/user-data/verify-email.dto"), exports);
340
340
  __exportStar(require("./utils/generic"), exports);
341
341
  __exportStar(require("./utils/order"), exports);
342
342
  __exportStar(require("./utils/types"), exports);
343
+ __exportStar(require("./stellar-lending"), exports);
@@ -121,3 +121,8 @@ export interface DefiLlamaDimensionsDto {
121
121
  chain: string;
122
122
  version: string;
123
123
  }
124
+ export interface GovernanceProposalsPageDto {
125
+ resources: unknown[];
126
+ hasMoreResults: boolean;
127
+ continuationToken?: string;
128
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.441",
3
+ "version": "1.0.445",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {