@parra/parra-js-sdk 0.3.616 → 0.3.617

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.
@@ -1751,6 +1751,7 @@ export interface UpdateProductRequestBody {
1751
1751
  title?: string;
1752
1752
  key?: string;
1753
1753
  description?: string | null;
1754
+ disabled?: boolean;
1754
1755
  }
1755
1756
  export interface CreateProductEntitlementRequestBody {
1756
1757
  entitlement_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.616",
3
+ "version": "0.3.617",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",