@gethydra/sdk 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -5918,6 +5918,7 @@ interface operations {
5918
5918
  status?: "active" | "draft" | "archived" | "preorder" | "coming_soon" | "discontinued";
5919
5919
  /** @description Filter by exact handle (URL slug) */
5920
5920
  handle?: string;
5921
+ /** @description Filter by collection membership (supports both manual and automatic collections) */
5921
5922
  collection_id?: string;
5922
5923
  created_after?: string;
5923
5924
  created_before?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gethydra/sdk",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Official TypeScript SDK for the Hydra Commerce API",
5
5
  "license": "MIT",
6
6
  "author": "Grant Capital Group",