@demind-inc/core 1.0.65 → 1.0.66

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.
@@ -40,4 +40,7 @@ export interface Notifications {
40
40
  export interface UserConnectedDevice {
41
41
  deviceName: SupportedTerraProvidersType;
42
42
  terraUserId: string;
43
+ priority?: number;
44
+ from?: DeviceConnectedFrom;
43
45
  }
46
+ export type DeviceConnectedFrom = "APPLE_HEALTH" | "TERRA";
@@ -51,4 +51,8 @@ export interface Notifications {
51
51
  export interface UserConnectedDevice {
52
52
  deviceName: SupportedTerraProvidersType;
53
53
  terraUserId: string;
54
+ priority?: number;
55
+ from?: DeviceConnectedFrom;
54
56
  }
57
+
58
+ export type DeviceConnectedFrom = "APPLE_HEALTH" | "TERRA";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {