@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.
- package/dist/index.d.ts +1 -0
- 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;
|