@neurosity/sdk 6.1.1 → 6.2.1-next.0
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/{cjs/Neurosity.d.ts → Neurosity.d.ts} +116 -2
- package/dist/{cjs/api → api}/bluetooth/BluetoothClient.d.ts +6 -6
- package/dist/{cjs/api → api}/bluetooth/constants.d.ts +0 -0
- package/dist/{cjs/api → api}/bluetooth/index.d.ts +1 -0
- package/dist/{esm/api → api}/bluetooth/react-native/ReactNativeTransport.d.ts +5 -4
- package/dist/{cjs/api → api}/bluetooth/types/index.d.ts +2 -2
- package/dist/{cjs/api → api}/bluetooth/utils/create6DigitPin.d.ts +0 -0
- package/dist/{cjs/api → api}/bluetooth/utils/csvBufferToEpoch.d.ts +0 -0
- package/dist/{cjs/api → api}/bluetooth/utils/encoding.d.ts +0 -0
- package/dist/{cjs/api → api}/bluetooth/utils/osHasBluetoothSupport.d.ts +0 -0
- package/dist/{cjs/api → api}/bluetooth/utils/stitch.d.ts +1 -1
- package/dist/{esm/api → api}/bluetooth/web/WebBluetoothTransport.d.ts +1 -1
- package/dist/{cjs/api → api}/bluetooth/web/isMaybeWebWorkerContext.d.ts +0 -0
- package/dist/{cjs/api → api}/bluetooth/web/isWebBluetoothSupported.d.ts +0 -0
- package/dist/{cjs/api → api}/firebase/FirebaseApp.d.ts +0 -0
- package/dist/{cjs/api → api}/firebase/FirebaseDevice.d.ts +1 -1
- package/dist/{cjs/api → api}/firebase/FirebaseUser.d.ts +0 -0
- package/dist/{cjs/api → api}/firebase/config.d.ts +0 -0
- package/dist/{cjs/api → api}/firebase/deviceStore.d.ts +0 -0
- package/dist/{cjs/api → api}/firebase/index.d.ts +0 -0
- package/dist/{cjs/api → api}/https/config.d.ts +0 -0
- package/dist/{cjs/api → api}/https/createOAuthURL.d.ts +0 -0
- package/dist/{cjs/api → api}/https/getOAuthToken.d.ts +0 -0
- package/dist/{cjs/api → api}/https/utils.d.ts +0 -0
- package/dist/{esm/api → api}/index.d.ts +8 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -0
- package/dist/{cjs/index.d.ts → index.d.ts} +0 -0
- package/dist/index.m.js +2 -0
- package/dist/index.m.js.map +1 -0
- package/dist/index.umd.js +2 -0
- package/dist/index.umd.js.map +1 -0
- package/dist/{cjs/subscriptions → subscriptions}/SubscriptionManager.d.ts +0 -0
- package/dist/{cjs/timesync → timesync}/Timesync.d.ts +1 -1
- package/dist/{cjs/timesync → timesync}/index.d.ts +0 -0
- package/dist/{cjs/types → types}/status.d.ts +0 -0
- package/dist/{cjs/types → types}/streaming.d.ts +0 -0
- package/dist/{cjs/utils → utils}/errors.d.ts +0 -0
- package/dist/{cjs/utils → utils}/filterInternalKeys.d.ts +0 -0
- package/dist/{cjs/utils → utils}/hapticEffects.d.ts +0 -0
- package/dist/{cjs/utils → utils}/heartbeat.d.ts +0 -0
- package/dist/{cjs/utils → utils}/is-node.d.ts +0 -0
- package/dist/utils/metrics.d.ts +6 -0
- package/dist/{cjs/utils → utils}/oauth.d.ts +1 -1
- package/dist/{cjs/utils → utils}/pipes.d.ts +0 -0
- package/dist/{cjs/utils → utils}/platform.d.ts +0 -0
- package/dist/{cjs/utils → utils}/subscription.d.ts +0 -0
- package/dist/{cjs/utils → utils}/whileOnline.d.ts +1 -1
- package/package.json +15 -23
- package/CHANGELOG.md +0 -25
- package/dist/browser/neurosity.iife.js +0 -48711
- package/dist/browser/neurosity.js +0 -666
- package/dist/browser/neurosity.js.map +0 -1
- package/dist/cjs/Neurosity.js +0 -1244
- package/dist/cjs/api/bluetooth/BluetoothClient.js +0 -310
- package/dist/cjs/api/bluetooth/BluetoothTransport.d.ts +0 -33
- package/dist/cjs/api/bluetooth/BluetoothTransport.js +0 -2
- package/dist/cjs/api/bluetooth/constants.js +0 -9
- package/dist/cjs/api/bluetooth/index.js +0 -20
- package/dist/cjs/api/bluetooth/react-native/ReactNativeTransport.d.ts +0 -69
- package/dist/cjs/api/bluetooth/react-native/ReactNativeTransport.js +0 -405
- package/dist/cjs/api/bluetooth/react-native/types/BleManagerTypes.d.ts +0 -63
- package/dist/cjs/api/bluetooth/react-native/types/BleManagerTypes.js +0 -11
- package/dist/cjs/api/bluetooth/react-native/types/ReactNativeTypes.d.ts +0 -180
- package/dist/cjs/api/bluetooth/react-native/types/ReactNativeTypes.js +0 -10
- package/dist/cjs/api/bluetooth/types/index.js +0 -22
- package/dist/cjs/api/bluetooth/utils/create6DigitPin.js +0 -8
- package/dist/cjs/api/bluetooth/utils/csvBufferToEpoch.js +0 -36
- package/dist/cjs/api/bluetooth/utils/encoding.js +0 -22
- package/dist/cjs/api/bluetooth/utils/osHasBluetoothSupport.js +0 -23
- package/dist/cjs/api/bluetooth/utils/stitch.js +0 -22
- package/dist/cjs/api/bluetooth/web/WebBluetoothTransport.d.ts +0 -54
- package/dist/cjs/api/bluetooth/web/WebBluetoothTransport.js +0 -430
- package/dist/cjs/api/bluetooth/web/isMaybeWebWorkerContext.js +0 -8
- package/dist/cjs/api/bluetooth/web/isWebBluetoothSupported.js +0 -11
- package/dist/cjs/api/firebase/FirebaseApp.js +0 -70
- package/dist/cjs/api/firebase/FirebaseDevice.js +0 -146
- package/dist/cjs/api/firebase/FirebaseUser.js +0 -434
- package/dist/cjs/api/firebase/config.js +0 -11
- package/dist/cjs/api/firebase/deviceStore.js +0 -191
- package/dist/cjs/api/firebase/index.js +0 -19
- package/dist/cjs/api/https/config.js +0 -4
- package/dist/cjs/api/https/createOAuthURL.js +0 -18
- package/dist/cjs/api/https/getOAuthToken.js +0 -34
- package/dist/cjs/api/https/utils.js +0 -13
- package/dist/cjs/api/index.d.ts +0 -109
- package/dist/cjs/api/index.js +0 -307
- package/dist/cjs/index.js +0 -18
- package/dist/cjs/subscriptions/SubscriptionManager.js +0 -27
- package/dist/cjs/timesync/Timesync.js +0 -78
- package/dist/cjs/timesync/index.js +0 -17
- package/dist/cjs/types/accelerometer.d.ts +0 -10
- package/dist/cjs/types/accelerometer.js +0 -2
- package/dist/cjs/types/actions.d.ts +0 -16
- package/dist/cjs/types/actions.js +0 -2
- package/dist/cjs/types/awareness.d.ts +0 -1
- package/dist/cjs/types/awareness.js +0 -2
- package/dist/cjs/types/brainwaves.d.ts +0 -26
- package/dist/cjs/types/brainwaves.js +0 -2
- package/dist/cjs/types/calm.d.ts +0 -6
- package/dist/cjs/types/calm.js +0 -2
- package/dist/cjs/types/client.d.ts +0 -22
- package/dist/cjs/types/client.js +0 -2
- package/dist/cjs/types/credentials.d.ts +0 -12
- package/dist/cjs/types/credentials.js +0 -2
- package/dist/cjs/types/deviceInfo.d.ts +0 -18
- package/dist/cjs/types/deviceInfo.js +0 -2
- package/dist/cjs/types/epoch.d.ts +0 -12
- package/dist/cjs/types/epoch.js +0 -2
- package/dist/cjs/types/experiment.d.ts +0 -9
- package/dist/cjs/types/experiment.js +0 -2
- package/dist/cjs/types/focus.d.ts +0 -6
- package/dist/cjs/types/focus.js +0 -2
- package/dist/cjs/types/hapticEffects.d.ts +0 -125
- package/dist/cjs/types/hapticEffects.js +0 -2
- package/dist/cjs/types/kinesis.d.ts +0 -6
- package/dist/cjs/types/kinesis.js +0 -2
- package/dist/cjs/types/marker.d.ts +0 -7
- package/dist/cjs/types/marker.js +0 -2
- package/dist/cjs/types/metrics.d.ts +0 -21
- package/dist/cjs/types/metrics.js +0 -2
- package/dist/cjs/types/oauth.d.ts +0 -20
- package/dist/cjs/types/oauth.js +0 -2
- package/dist/cjs/types/options.d.ts +0 -51
- package/dist/cjs/types/options.js +0 -2
- package/dist/cjs/types/sample.d.ts +0 -15
- package/dist/cjs/types/sample.js +0 -2
- package/dist/cjs/types/settings.d.ts +0 -13
- package/dist/cjs/types/settings.js +0 -2
- package/dist/cjs/types/signalQuality.d.ts +0 -13
- package/dist/cjs/types/signalQuality.js +0 -2
- package/dist/cjs/types/skill.d.ts +0 -68
- package/dist/cjs/types/skill.js +0 -2
- package/dist/cjs/types/status.js +0 -22
- package/dist/cjs/types/streaming.js +0 -20
- package/dist/cjs/types/subscriptions.d.ts +0 -23
- package/dist/cjs/types/subscriptions.js +0 -2
- package/dist/cjs/types/training.d.ts +0 -19
- package/dist/cjs/types/training.js +0 -2
- package/dist/cjs/types/user.d.ts +0 -12
- package/dist/cjs/types/user.js +0 -2
- package/dist/cjs/utils/errors.js +0 -17
- package/dist/cjs/utils/filterInternalKeys.js +0 -21
- package/dist/cjs/utils/hapticEffects.js +0 -130
- package/dist/cjs/utils/heartbeat.js +0 -41
- package/dist/cjs/utils/is-node.js +0 -9
- package/dist/cjs/utils/metrics.d.ts +0 -1
- package/dist/cjs/utils/metrics.js +0 -56
- package/dist/cjs/utils/oauth.js +0 -92
- package/dist/cjs/utils/pick.d.ts +0 -1
- package/dist/cjs/utils/pick.js +0 -5
- package/dist/cjs/utils/pipes.js +0 -71
- package/dist/cjs/utils/platform.js +0 -47
- package/dist/cjs/utils/subscription.js +0 -55
- package/dist/cjs/utils/transferDevice.d.ts +0 -9
- package/dist/cjs/utils/transferDevice.js +0 -2
- package/dist/cjs/utils/whileOnline.js +0 -15
- package/dist/electron/index.js +0 -86
- package/dist/electron/index.js.map +0 -1
- package/dist/esm/Neurosity.d.ts +0 -619
- package/dist/esm/Neurosity.js +0 -1213
- package/dist/esm/api/bluetooth/BluetoothClient.d.ts +0 -72
- package/dist/esm/api/bluetooth/BluetoothClient.js +0 -306
- package/dist/esm/api/bluetooth/BluetoothTransport.d.ts +0 -33
- package/dist/esm/api/bluetooth/BluetoothTransport.js +0 -1
- package/dist/esm/api/bluetooth/constants.d.ts +0 -4
- package/dist/esm/api/bluetooth/constants.js +0 -6
- package/dist/esm/api/bluetooth/index.d.ts +0 -4
- package/dist/esm/api/bluetooth/index.js +0 -4
- package/dist/esm/api/bluetooth/react-native/ReactNativeTransport.js +0 -401
- package/dist/esm/api/bluetooth/react-native/types/BleManagerTypes.d.ts +0 -63
- package/dist/esm/api/bluetooth/react-native/types/BleManagerTypes.js +0 -8
- package/dist/esm/api/bluetooth/react-native/types/ReactNativeTypes.d.ts +0 -180
- package/dist/esm/api/bluetooth/react-native/types/ReactNativeTypes.js +0 -9
- package/dist/esm/api/bluetooth/types/index.d.ts +0 -31
- package/dist/esm/api/bluetooth/types/index.js +0 -19
- package/dist/esm/api/bluetooth/utils/create6DigitPin.d.ts +0 -1
- package/dist/esm/api/bluetooth/utils/create6DigitPin.js +0 -4
- package/dist/esm/api/bluetooth/utils/csvBufferToEpoch.d.ts +0 -11
- package/dist/esm/api/bluetooth/utils/csvBufferToEpoch.js +0 -31
- package/dist/esm/api/bluetooth/utils/encoding.d.ts +0 -3
- package/dist/esm/api/bluetooth/utils/encoding.js +0 -17
- package/dist/esm/api/bluetooth/utils/osHasBluetoothSupport.d.ts +0 -2
- package/dist/esm/api/bluetooth/utils/osHasBluetoothSupport.js +0 -16
- package/dist/esm/api/bluetooth/utils/stitch.d.ts +0 -5
- package/dist/esm/api/bluetooth/utils/stitch.js +0 -18
- package/dist/esm/api/bluetooth/web/WebBluetoothTransport.js +0 -426
- package/dist/esm/api/bluetooth/web/isMaybeWebWorkerContext.d.ts +0 -1
- package/dist/esm/api/bluetooth/web/isMaybeWebWorkerContext.js +0 -4
- package/dist/esm/api/bluetooth/web/isWebBluetoothSupported.d.ts +0 -1
- package/dist/esm/api/bluetooth/web/isWebBluetoothSupported.js +0 -7
- package/dist/esm/api/firebase/FirebaseApp.d.ts +0 -20
- package/dist/esm/api/firebase/FirebaseApp.js +0 -63
- package/dist/esm/api/firebase/FirebaseDevice.d.ts +0 -68
- package/dist/esm/api/firebase/FirebaseDevice.js +0 -139
- package/dist/esm/api/firebase/FirebaseUser.d.ts +0 -53
- package/dist/esm/api/firebase/FirebaseUser.js +0 -426
- package/dist/esm/api/firebase/config.d.ts +0 -8
- package/dist/esm/api/firebase/config.js +0 -8
- package/dist/esm/api/firebase/deviceStore.d.ts +0 -26
- package/dist/esm/api/firebase/deviceStore.js +0 -184
- package/dist/esm/api/firebase/index.d.ts +0 -3
- package/dist/esm/api/firebase/index.js +0 -3
- package/dist/esm/api/https/config.d.ts +0 -1
- package/dist/esm/api/https/config.js +0 -1
- package/dist/esm/api/https/createOAuthURL.d.ts +0 -3
- package/dist/esm/api/https/createOAuthURL.js +0 -11
- package/dist/esm/api/https/getOAuthToken.d.ts +0 -3
- package/dist/esm/api/https/getOAuthToken.js +0 -27
- package/dist/esm/api/https/utils.d.ts +0 -2
- package/dist/esm/api/https/utils.js +0 -9
- package/dist/esm/api/index.js +0 -300
- package/dist/esm/index.d.ts +0 -2
- package/dist/esm/index.js +0 -2
- package/dist/esm/neurosity.mjs +0 -48699
- package/dist/esm/subscriptions/SubscriptionManager.d.ts +0 -11
- package/dist/esm/subscriptions/SubscriptionManager.js +0 -23
- package/dist/esm/timesync/Timesync.d.ts +0 -20
- package/dist/esm/timesync/Timesync.js +0 -71
- package/dist/esm/timesync/index.d.ts +0 -1
- package/dist/esm/timesync/index.js +0 -1
- package/dist/esm/types/accelerometer.d.ts +0 -10
- package/dist/esm/types/accelerometer.js +0 -1
- package/dist/esm/types/actions.d.ts +0 -16
- package/dist/esm/types/actions.js +0 -1
- package/dist/esm/types/awareness.d.ts +0 -1
- package/dist/esm/types/awareness.js +0 -1
- package/dist/esm/types/brainwaves.d.ts +0 -26
- package/dist/esm/types/brainwaves.js +0 -1
- package/dist/esm/types/calm.d.ts +0 -6
- package/dist/esm/types/calm.js +0 -1
- package/dist/esm/types/client.d.ts +0 -22
- package/dist/esm/types/client.js +0 -1
- package/dist/esm/types/credentials.d.ts +0 -12
- package/dist/esm/types/credentials.js +0 -1
- package/dist/esm/types/deviceInfo.d.ts +0 -18
- package/dist/esm/types/deviceInfo.js +0 -1
- package/dist/esm/types/epoch.d.ts +0 -12
- package/dist/esm/types/epoch.js +0 -1
- package/dist/esm/types/experiment.d.ts +0 -9
- package/dist/esm/types/experiment.js +0 -1
- package/dist/esm/types/focus.d.ts +0 -6
- package/dist/esm/types/focus.js +0 -1
- package/dist/esm/types/hapticEffects.d.ts +0 -125
- package/dist/esm/types/hapticEffects.js +0 -1
- package/dist/esm/types/kinesis.d.ts +0 -6
- package/dist/esm/types/kinesis.js +0 -1
- package/dist/esm/types/marker.d.ts +0 -7
- package/dist/esm/types/marker.js +0 -1
- package/dist/esm/types/metrics.d.ts +0 -21
- package/dist/esm/types/metrics.js +0 -1
- package/dist/esm/types/oauth.d.ts +0 -20
- package/dist/esm/types/oauth.js +0 -1
- package/dist/esm/types/options.d.ts +0 -51
- package/dist/esm/types/options.js +0 -1
- package/dist/esm/types/sample.d.ts +0 -15
- package/dist/esm/types/sample.js +0 -1
- package/dist/esm/types/settings.d.ts +0 -13
- package/dist/esm/types/settings.js +0 -1
- package/dist/esm/types/signalQuality.d.ts +0 -13
- package/dist/esm/types/signalQuality.js +0 -1
- package/dist/esm/types/skill.d.ts +0 -68
- package/dist/esm/types/skill.js +0 -1
- package/dist/esm/types/status.d.ts +0 -26
- package/dist/esm/types/status.js +0 -19
- package/dist/esm/types/streaming.d.ts +0 -15
- package/dist/esm/types/streaming.js +0 -17
- package/dist/esm/types/subscriptions.d.ts +0 -23
- package/dist/esm/types/subscriptions.js +0 -1
- package/dist/esm/types/training.d.ts +0 -19
- package/dist/esm/types/training.js +0 -1
- package/dist/esm/types/user.d.ts +0 -12
- package/dist/esm/types/user.js +0 -1
- package/dist/esm/utils/errors.d.ts +0 -5
- package/dist/esm/utils/errors.js +0 -11
- package/dist/esm/utils/filterInternalKeys.d.ts +0 -3
- package/dist/esm/utils/filterInternalKeys.js +0 -17
- package/dist/esm/utils/hapticEffects.d.ts +0 -123
- package/dist/esm/utils/hapticEffects.js +0 -125
- package/dist/esm/utils/heartbeat.d.ts +0 -4
- package/dist/esm/utils/heartbeat.js +0 -33
- package/dist/esm/utils/is-node.d.ts +0 -1
- package/dist/esm/utils/is-node.js +0 -5
- package/dist/esm/utils/metrics.d.ts +0 -1
- package/dist/esm/utils/metrics.js +0 -52
- package/dist/esm/utils/oauth.d.ts +0 -9
- package/dist/esm/utils/oauth.js +0 -64
- package/dist/esm/utils/pick.d.ts +0 -1
- package/dist/esm/utils/pick.js +0 -1
- package/dist/esm/utils/pipes.d.ts +0 -46
- package/dist/esm/utils/pipes.js +0 -65
- package/dist/esm/utils/platform.d.ts +0 -30
- package/dist/esm/utils/platform.js +0 -41
- package/dist/esm/utils/subscription.d.ts +0 -6
- package/dist/esm/utils/subscription.js +0 -24
- package/dist/esm/utils/transferDevice.d.ts +0 -9
- package/dist/esm/utils/transferDevice.js +0 -1
- package/dist/esm/utils/whileOnline.d.ts +0 -8
- package/dist/esm/utils/whileOnline.js +0 -11
- package/dist/examples/auth.html +0 -32
- package/dist/examples/cloud.html +0 -17
- package/dist/examples/index.html +0 -1
- package/dist/examples/neurosity.iife.js +0 -48711
- package/dist/examples/neurosity.js +0 -666
- package/dist/examples/neurosity.mjs +0 -48699
- package/dist/examples/training.html +0 -49
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import firebase from "firebase/app";
|
|
2
|
-
import "firebase/database";
|
|
3
|
-
import "firebase/auth";
|
|
4
|
-
import "firebase/functions";
|
|
5
|
-
import "firebase/firestore";
|
|
6
|
-
import { config } from "./config";
|
|
7
|
-
export const SERVER_TIMESTAMP = firebase.database.ServerValue.TIMESTAMP;
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export class FirebaseApp {
|
|
12
|
-
constructor(options) {
|
|
13
|
-
this.app = this.getApp(options.deviceId);
|
|
14
|
-
this.standalone = this.app.name === options.deviceId;
|
|
15
|
-
if (options.emulator) {
|
|
16
|
-
this.connectEmulators(options);
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
getApp(deviceId) {
|
|
20
|
-
const moduleApps = firebase.apps;
|
|
21
|
-
const browserApps = typeof window !== "undefined" &&
|
|
22
|
-
"firebase" in window &&
|
|
23
|
-
"apps" in window.firebase
|
|
24
|
-
? window["firebase"]["apps"]
|
|
25
|
-
: [];
|
|
26
|
-
const neurosityApp = [...moduleApps, ...browserApps].find((app) => app.name === "[DEFAULT]" &&
|
|
27
|
-
app.options.databaseURL === config.databaseURL);
|
|
28
|
-
if (neurosityApp) {
|
|
29
|
-
return neurosityApp;
|
|
30
|
-
}
|
|
31
|
-
if (deviceId) {
|
|
32
|
-
const neurosityAppName = deviceId;
|
|
33
|
-
const neurosityApp = moduleApps.find((app) => app.name === neurosityAppName);
|
|
34
|
-
return neurosityApp
|
|
35
|
-
? neurosityApp
|
|
36
|
-
: firebase.initializeApp(config, neurosityAppName);
|
|
37
|
-
}
|
|
38
|
-
return firebase.initializeApp(config);
|
|
39
|
-
}
|
|
40
|
-
connectEmulators(options) {
|
|
41
|
-
const { emulatorHost, emulatorAuthPort, emulatorDatabasePort, emulatorFunctionsPort, emulatorFirestorePort, emulatorOptions } = options;
|
|
42
|
-
this.app.auth().useEmulator(`http://${emulatorHost}:${emulatorAuthPort}`);
|
|
43
|
-
this.app
|
|
44
|
-
.database()
|
|
45
|
-
.useEmulator(emulatorHost, emulatorDatabasePort, emulatorOptions);
|
|
46
|
-
this.app.functions().useEmulator(emulatorHost, emulatorFunctionsPort);
|
|
47
|
-
this.app
|
|
48
|
-
.firestore()
|
|
49
|
-
.useEmulator(emulatorHost, emulatorFirestorePort, emulatorOptions);
|
|
50
|
-
}
|
|
51
|
-
goOnline() {
|
|
52
|
-
this.app.database().goOnline();
|
|
53
|
-
}
|
|
54
|
-
goOffline() {
|
|
55
|
-
this.app.database().goOffline();
|
|
56
|
-
}
|
|
57
|
-
disconnect() {
|
|
58
|
-
if (this.standalone) {
|
|
59
|
-
return this.app.delete();
|
|
60
|
-
}
|
|
61
|
-
return Promise.resolve();
|
|
62
|
-
}
|
|
63
|
-
}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import firebase from "firebase/app";
|
|
2
|
-
import { FirebaseApp } from "./FirebaseApp";
|
|
3
|
-
import { SDKDependencies } from "../../types/options";
|
|
4
|
-
declare type FirebaseDeviceOptions = {
|
|
5
|
-
deviceId: string;
|
|
6
|
-
firebaseApp: FirebaseApp;
|
|
7
|
-
dependencies: SDKDependencies;
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export declare class FirebaseDevice {
|
|
13
|
-
static serverType: string;
|
|
14
|
-
protected app: firebase.app.App;
|
|
15
|
-
protected deviceStore: any;
|
|
16
|
-
deviceId: string;
|
|
17
|
-
constructor({ deviceId, firebaseApp, dependencies }: FirebaseDeviceOptions);
|
|
18
|
-
get timestamp(): any;
|
|
19
|
-
dispatchAction(action: any): Promise<any>;
|
|
20
|
-
getInfo(): Promise<any>;
|
|
21
|
-
onNamespace(namespace: string, callback: Function): Function;
|
|
22
|
-
onceNamespace(namespace: string): Promise<any>;
|
|
23
|
-
offNamespace(namespace: string, listener: Function): void;
|
|
24
|
-
getTimesync(): Promise<number>;
|
|
25
|
-
/**
|
|
26
|
-
* Pushes metric for each subscriptions in path:
|
|
27
|
-
* /devices/:deviceId/metrics/:metricName
|
|
28
|
-
*/
|
|
29
|
-
nextMetric(metricName: string, metricValue: {
|
|
30
|
-
[label: string]: any;
|
|
31
|
-
}): void;
|
|
32
|
-
/**
|
|
33
|
-
* Listens for metrics in path:
|
|
34
|
-
* /devices/:deviceId/metrics/:metricName
|
|
35
|
-
*/
|
|
36
|
-
onMetric(subscription: any, callback: any): Function;
|
|
37
|
-
/**
|
|
38
|
-
* Creates a new and unique subscription in path:
|
|
39
|
-
* /devices/:deviceId/subscriptions/:subscriptionId
|
|
40
|
-
* E.g. /devices/device1/subscriptions/subscription3
|
|
41
|
-
*
|
|
42
|
-
* @param subscription
|
|
43
|
-
* @returns subscriptionId
|
|
44
|
-
*/
|
|
45
|
-
subscribeToMetric(subscription: any): any;
|
|
46
|
-
/**
|
|
47
|
-
* Removes subscription in path:
|
|
48
|
-
* /devices/:deviceId/subscriptions/:subscriptionId
|
|
49
|
-
*
|
|
50
|
-
* @param subscription
|
|
51
|
-
*/
|
|
52
|
-
unsubscribeFromMetric(subscription: any): void;
|
|
53
|
-
/**
|
|
54
|
-
* Removes metric listener
|
|
55
|
-
* /devices/:deviceId/metric
|
|
56
|
-
* or
|
|
57
|
-
* /devices/:deviceId/metric/label
|
|
58
|
-
*
|
|
59
|
-
* @param subscription
|
|
60
|
-
* @param listener
|
|
61
|
-
*/
|
|
62
|
-
removeMetricListener(subscription: any, listener: Function): void;
|
|
63
|
-
changeSettings(settings: any): Promise<void>;
|
|
64
|
-
getSkill(bundleId: any): Promise<any>;
|
|
65
|
-
createBluetoothToken(): Promise<string>;
|
|
66
|
-
disconnect(): void;
|
|
67
|
-
}
|
|
68
|
-
export {};
|
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
4
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
6
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
7
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
|
-
});
|
|
9
|
-
};
|
|
10
|
-
import firebase from "firebase/app";
|
|
11
|
-
import { createDeviceStore } from "./deviceStore";
|
|
12
|
-
const SERVER_TIMESTAMP = firebase.database.ServerValue.TIMESTAMP;
|
|
13
|
-
/**
|
|
14
|
-
* @hidden
|
|
15
|
-
*/
|
|
16
|
-
export class FirebaseDevice {
|
|
17
|
-
constructor({ deviceId, firebaseApp, dependencies }) {
|
|
18
|
-
if (!deviceId) {
|
|
19
|
-
throw new Error(`No Device ID provided.`);
|
|
20
|
-
}
|
|
21
|
-
this.deviceId = deviceId;
|
|
22
|
-
this.app = firebaseApp.app;
|
|
23
|
-
this.deviceStore = createDeviceStore(this.app, deviceId, dependencies.subscriptionManager);
|
|
24
|
-
}
|
|
25
|
-
get timestamp() {
|
|
26
|
-
return SERVER_TIMESTAMP;
|
|
27
|
-
}
|
|
28
|
-
dispatchAction(action) {
|
|
29
|
-
return this.deviceStore.dispatchAction(action);
|
|
30
|
-
}
|
|
31
|
-
getInfo() {
|
|
32
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
33
|
-
return yield this.deviceStore.once("info");
|
|
34
|
-
});
|
|
35
|
-
}
|
|
36
|
-
onNamespace(namespace, callback) {
|
|
37
|
-
return this.deviceStore.onNamespace(namespace, callback);
|
|
38
|
-
}
|
|
39
|
-
onceNamespace(namespace) {
|
|
40
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
41
|
-
return yield this.deviceStore.once(namespace);
|
|
42
|
-
});
|
|
43
|
-
}
|
|
44
|
-
offNamespace(namespace, listener) {
|
|
45
|
-
this.deviceStore.offNamespace(namespace, listener);
|
|
46
|
-
}
|
|
47
|
-
getTimesync() {
|
|
48
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
49
|
-
const response = yield this.dispatchAction({
|
|
50
|
-
command: "timesync",
|
|
51
|
-
action: "get",
|
|
52
|
-
responseRequired: true,
|
|
53
|
-
responseTimeout: 250
|
|
54
|
-
});
|
|
55
|
-
return response.timestamp;
|
|
56
|
-
});
|
|
57
|
-
}
|
|
58
|
-
/**
|
|
59
|
-
* Pushes metric for each subscriptions in path:
|
|
60
|
-
* /devices/:deviceId/metrics/:metricName
|
|
61
|
-
*/
|
|
62
|
-
nextMetric(metricName, metricValue) {
|
|
63
|
-
this.deviceStore.nextMetric(metricName, metricValue);
|
|
64
|
-
}
|
|
65
|
-
/**
|
|
66
|
-
* Listens for metrics in path:
|
|
67
|
-
* /devices/:deviceId/metrics/:metricName
|
|
68
|
-
*/
|
|
69
|
-
onMetric(subscription, callback) {
|
|
70
|
-
return this.deviceStore.onMetric(subscription, callback);
|
|
71
|
-
}
|
|
72
|
-
/**
|
|
73
|
-
* Creates a new and unique subscription in path:
|
|
74
|
-
* /devices/:deviceId/subscriptions/:subscriptionId
|
|
75
|
-
* E.g. /devices/device1/subscriptions/subscription3
|
|
76
|
-
*
|
|
77
|
-
* @param subscription
|
|
78
|
-
* @returns subscriptionId
|
|
79
|
-
*/
|
|
80
|
-
subscribeToMetric(subscription) {
|
|
81
|
-
const subscriptionId = this.deviceStore.subscribeToMetric(Object.assign(Object.assign({}, subscription), { serverType: FirebaseDevice.serverType // @deprecated
|
|
82
|
-
}));
|
|
83
|
-
return subscriptionId;
|
|
84
|
-
}
|
|
85
|
-
/**
|
|
86
|
-
* Removes subscription in path:
|
|
87
|
-
* /devices/:deviceId/subscriptions/:subscriptionId
|
|
88
|
-
*
|
|
89
|
-
* @param subscription
|
|
90
|
-
*/
|
|
91
|
-
unsubscribeFromMetric(subscription) {
|
|
92
|
-
this.deviceStore.unsubscribeFromMetric(subscription);
|
|
93
|
-
}
|
|
94
|
-
/**
|
|
95
|
-
* Removes metric listener
|
|
96
|
-
* /devices/:deviceId/metric
|
|
97
|
-
* or
|
|
98
|
-
* /devices/:deviceId/metric/label
|
|
99
|
-
*
|
|
100
|
-
* @param subscription
|
|
101
|
-
* @param listener
|
|
102
|
-
*/
|
|
103
|
-
removeMetricListener(subscription, listener) {
|
|
104
|
-
this.deviceStore.removeMetricListener(subscription, listener);
|
|
105
|
-
}
|
|
106
|
-
changeSettings(settings) {
|
|
107
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
108
|
-
return this.deviceStore.update("settings", settings);
|
|
109
|
-
});
|
|
110
|
-
}
|
|
111
|
-
getSkill(bundleId) {
|
|
112
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
113
|
-
return yield this.deviceStore.lastOfChildValue("skills", "bundleId", bundleId);
|
|
114
|
-
});
|
|
115
|
-
}
|
|
116
|
-
createBluetoothToken() {
|
|
117
|
-
var _a;
|
|
118
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
119
|
-
const [error, token] = yield this.app
|
|
120
|
-
.functions()
|
|
121
|
-
.httpsCallable("createBluetoothToken")({
|
|
122
|
-
deviceId: this.deviceId
|
|
123
|
-
})
|
|
124
|
-
.then(({ data }) => [null, data === null || data === void 0 ? void 0 : data.token])
|
|
125
|
-
.catch((error) => [error, null]);
|
|
126
|
-
if (error) {
|
|
127
|
-
return Promise.reject((_a = error === null || error === void 0 ? void 0 : error.message) !== null && _a !== void 0 ? _a : error);
|
|
128
|
-
}
|
|
129
|
-
if (!token) {
|
|
130
|
-
return Promise.reject(`Failed to create Bluetooth token.`);
|
|
131
|
-
}
|
|
132
|
-
return token;
|
|
133
|
-
});
|
|
134
|
-
}
|
|
135
|
-
disconnect() {
|
|
136
|
-
this.deviceStore.disconnect();
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
FirebaseDevice.serverType = "firebase";
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { Observable } from "rxjs";
|
|
2
|
-
import firebase from "firebase/app";
|
|
3
|
-
import { User } from "@firebase/auth-types";
|
|
4
|
-
import { FirebaseApp } from "./FirebaseApp";
|
|
5
|
-
import { Credentials, EmailAndPassword, CustomToken } from "../../types/credentials";
|
|
6
|
-
import { UserClaims } from "../../types/user";
|
|
7
|
-
import { DeviceInfo } from "../../types/deviceInfo";
|
|
8
|
-
import { OAuthRemoveResponse } from "../../types/oauth";
|
|
9
|
-
import { Experiment } from "../../types/experiment";
|
|
10
|
-
import { TransferDeviceOptions } from "../../utils/transferDevice";
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
export declare const credentialWithLink: Function;
|
|
15
|
-
/**
|
|
16
|
-
* @hidden
|
|
17
|
-
*/
|
|
18
|
-
export declare function createUser(...args: any[]): any;
|
|
19
|
-
/**
|
|
20
|
-
* @hidden
|
|
21
|
-
*/
|
|
22
|
-
export declare class FirebaseUser {
|
|
23
|
-
app: firebase.app.App;
|
|
24
|
-
user: User | null;
|
|
25
|
-
constructor(firebaseApp: FirebaseApp);
|
|
26
|
-
auth(): firebase.auth.Auth;
|
|
27
|
-
createAccount(credentials: EmailAndPassword): Promise<any>;
|
|
28
|
-
deleteAccount(): Promise<void>;
|
|
29
|
-
onAuthStateChanged(): Observable<User | null>;
|
|
30
|
-
onLogin(): Observable<User>;
|
|
31
|
-
login(credentials: Credentials): Promise<firebase.auth.UserCredential>;
|
|
32
|
-
logout(): Promise<void>;
|
|
33
|
-
createCustomToken(): Promise<CustomToken>;
|
|
34
|
-
removeOAuthAccess(): Promise<OAuthRemoveResponse>;
|
|
35
|
-
getDevices(): Promise<DeviceInfo[]>;
|
|
36
|
-
addDevice(deviceId: string): Promise<void>;
|
|
37
|
-
removeDevice(deviceId: string): Promise<void>;
|
|
38
|
-
transferDevice(options: TransferDeviceOptions): Promise<void>;
|
|
39
|
-
isDeviceIdValid(deviceId: string): Promise<boolean>;
|
|
40
|
-
onUserDevicesChange(): Observable<DeviceInfo[]>;
|
|
41
|
-
onUserClaimsChange(): Observable<UserClaims>;
|
|
42
|
-
getIdToken(forceRefresh?: boolean): Promise<void>;
|
|
43
|
-
getClaims(): Promise<UserClaims>;
|
|
44
|
-
private userDevicesToDeviceInfoList;
|
|
45
|
-
hasDevicePermission(deviceId: string): Promise<boolean>;
|
|
46
|
-
private getDeviceClaimedByPath;
|
|
47
|
-
private getUserClaimedDevicePath;
|
|
48
|
-
private getUserDevicesPath;
|
|
49
|
-
private getUserClaimsUpdatedOnPath;
|
|
50
|
-
private getDeviceInfoPath;
|
|
51
|
-
onUserExperiments(): Observable<Experiment[]>;
|
|
52
|
-
deleteUserExperiment(experimentId: string): Promise<void>;
|
|
53
|
-
}
|