@hypercerts-org/marketplace-sdk 0.3.26 → 0.3.27

Sign up to get free protection for your applications and to get access to all the features.
@@ -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",