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