@hypercerts-org/marketplace-sdk 0.3.26 → 0.3.27

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.
@@ -226,7 +226,7 @@ export declare class HypercertExchangeClient {
226
226
  id: string;
227
227
  valid: boolean;
228
228
  validatorCodes: OrderValidatorCode[];
229
- order: Database["public"]["Tables"]["marketplace_orders"]["Row"];
229
+ order: Omit<Database["public"]["Tables"]["marketplace_orders"]["Row"], "id" | "createdAt" | "invalidated" | "validator_codes">;
230
230
  }[]>;
231
231
  /**
232
232
  * Retrieve strategy info
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hypercerts-org/marketplace-sdk",
3
- "version": "0.3.26",
3
+ "version": "0.3.27",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",