@tillhub/javascript-sdk 4.135.0 → 4.136.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [4.136.0](https://github.com/tillhub/tillhub-sdk-javascript/compare/v4.135.0...v4.136.0) (2024-05-27)
2
+
3
+
4
+ ### Features
5
+
6
+ * **products:** allowing custom_id filter to be multiple ([5431274](https://github.com/tillhub/tillhub-sdk-javascript/commit/5431274edd118ecde213f0e7e720f8aabb7a4c92))
7
+
1
8
  # [4.135.0](https://github.com/tillhub/tillhub-sdk-javascript/compare/v4.134.1...v4.135.0) (2024-04-30)
2
9
 
3
10
 
@@ -33,7 +33,7 @@ export interface Product {
33
33
  released_at?: string | null;
34
34
  purchased_at?: string | null;
35
35
  produced_at?: string | null;
36
- custom_id?: string | null;
36
+ custom_id?: string | string[] | null;
37
37
  tax?: string;
38
38
  taxes_options?: any[] | Record<string, unknown> | null;
39
39
  season?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tillhub/javascript-sdk",
3
- "version": "4.135.0",
3
+ "version": "4.136.0",
4
4
  "description": "The JavaScript (Browser) SDK for the Tillhub API.",
5
5
  "keywords": [],
6
6
  "main": "dist/tillhub-js.js",