@seal-protocol/backendjs 0.0.23 → 0.0.24

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.
@@ -166,4 +166,10 @@ export interface SealOrder {
166
166
  * @memberof SealOrder
167
167
  */
168
168
  'offchainCancelledTime'?: TypesTimestamp;
169
+ /**
170
+ *
171
+ * @type {string}
172
+ * @memberof SealOrder
173
+ */
174
+ 'expiredReservationAmount'?: string;
169
175
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seal-protocol/backendjs",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "Javascript SDK for Seal Backend",
5
5
  "author": "amin <amin@refractedlabs.com>",
6
6
  "homepage": "https://github.com/seal-protocol/backend/tree/main/ts-client#readme",