docs/ProductCollectionsCreateRequestBody.md in voucherify-6.0.0 vs docs/ProductCollectionsCreateRequestBody.md in voucherify-7.0.0
- old
+ new
@@ -5,7 +5,7 @@
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | **String** | Show that the product collection is static (manually selected products). | [optional][default to 'STATIC'] |
| **name** | **String** | Unique user-defined product collection name. | [optional] |
| **products** | [**Array<ProductCollectionsCreateRequestBodyProductsItem>**](ProductCollectionsCreateRequestBodyProductsItem.md) | Defines a set of products for a `STATIC` product collection type. | [optional] |
-| **filter** | [**ProductCollectionsCreateRequestBodyFilter**](ProductCollectionsCreateRequestBodyFilter.md) | | [optional] |
+| **filter** | **Object** | Defines a set of criteria and boundary conditions for an `AUTO_UPDATE` product collection type. | [optional] |