@parra/parra-js-sdk 0.3.444 → 0.3.445

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.
@@ -4079,6 +4079,7 @@ export interface UserDevice {
4079
4079
  ad_id?: string | null;
4080
4080
  manufacturer?: string | null;
4081
4081
  model?: string | null;
4082
+ has_push_token: boolean;
4082
4083
  }
4083
4084
  export type UserDeviceListResponse = Array<UserDevice>;
4084
4085
  export interface UserProperties {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.444",
3
+ "version": "0.3.445",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",