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