@parra/parra-js-sdk 0.3.411 → 0.3.412

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.
@@ -920,6 +920,7 @@ export interface CreateProductEntitlementRequestBody {
920
920
  }
921
921
  export interface UpdateProductEntitlementRequestBody {
922
922
  consumable_quantity?: number | null;
923
+ update_for_all_existing_entitlements?: boolean | null;
923
924
  }
924
925
  export interface AppFaq {
925
926
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.411",
3
+ "version": "0.3.412",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",