@nanolink/mirrors 1.0.35 → 1.0.37
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/LICENSE +21 -21
- package/README.md +208 -150
- package/dist/definitions/fragments.d.ts +6 -0
- package/dist/definitions/fragments.js +10 -0
- package/dist/definitions/fragments.js.map +1 -0
- package/dist/definitions/mirrors.d.ts +38 -0
- package/dist/definitions/mirrors.js +78 -0
- package/dist/definitions/mirrors.js.map +1 -0
- package/dist/definitions/requiredMirrors/index.d.ts +2 -0
- package/dist/definitions/requiredMirrors/index.js +19 -0
- package/dist/definitions/requiredMirrors/index.js.map +1 -0
- package/dist/definitions/requiredMirrors/settings.d.ts +1 -0
- package/dist/definitions/requiredMirrors/settings.js +32 -0
- package/dist/definitions/requiredMirrors/settings.js.map +1 -0
- package/dist/definitions/requiredMirrors/systemSettings.d.ts +1 -0
- package/dist/definitions/requiredMirrors/systemSettings.js +30 -0
- package/dist/definitions/requiredMirrors/systemSettings.js.map +1 -0
- package/dist/definitions/subscriptions/activecounter.d.ts +1 -0
- package/dist/definitions/subscriptions/activecounter.js +18 -0
- package/dist/definitions/subscriptions/activecounter.js.map +1 -0
- package/dist/definitions/subscriptions/activecycles.d.ts +1 -0
- package/dist/definitions/subscriptions/activecycles.js +25 -0
- package/dist/definitions/subscriptions/activecycles.js.map +1 -0
- package/dist/definitions/subscriptions/activesteps.d.ts +1 -0
- package/dist/definitions/subscriptions/activesteps.js +29 -0
- package/dist/definitions/subscriptions/activesteps.js.map +1 -0
- package/dist/definitions/subscriptions/batterypercent.d.ts +1 -0
- package/dist/definitions/subscriptions/batterypercent.js +18 -0
- package/dist/definitions/subscriptions/batterypercent.js.map +1 -0
- package/dist/definitions/subscriptions/calculatedodometer.d.ts +1 -0
- package/dist/definitions/subscriptions/calculatedodometer.js +18 -0
- package/dist/definitions/subscriptions/calculatedodometer.js.map +1 -0
- package/dist/definitions/subscriptions/connected.d.ts +1 -0
- package/dist/definitions/subscriptions/connected.js +17 -0
- package/dist/definitions/subscriptions/connected.js.map +1 -0
- package/dist/definitions/subscriptions/cycles.d.ts +1 -0
- package/dist/definitions/subscriptions/cycles.js +81 -0
- package/dist/definitions/subscriptions/cycles.js.map +1 -0
- package/dist/definitions/subscriptions/gps.d.ts +1 -0
- package/dist/definitions/subscriptions/gps.js +36 -0
- package/dist/definitions/subscriptions/gps.js.map +1 -0
- package/dist/definitions/subscriptions/groups.d.ts +1 -0
- package/dist/definitions/subscriptions/groups.js +21 -0
- package/dist/definitions/subscriptions/groups.js.map +1 -0
- package/dist/definitions/subscriptions/index.d.ts +31 -0
- package/dist/definitions/subscriptions/index.js +48 -0
- package/dist/definitions/subscriptions/index.js.map +1 -0
- package/dist/definitions/subscriptions/internalvoltage.d.ts +1 -0
- package/dist/definitions/subscriptions/internalvoltage.js +19 -0
- package/dist/definitions/subscriptions/internalvoltage.js.map +1 -0
- package/dist/definitions/subscriptions/jobs.d.ts +1 -0
- package/dist/definitions/subscriptions/jobs.js +68 -0
- package/dist/definitions/subscriptions/jobs.js.map +1 -0
- package/dist/definitions/subscriptions/linkconnected.d.ts +1 -0
- package/dist/definitions/subscriptions/linkconnected.js +17 -0
- package/dist/definitions/subscriptions/linkconnected.js.map +1 -0
- package/dist/definitions/subscriptions/lostTransmitters.d.ts +1 -0
- package/dist/definitions/subscriptions/lostTransmitters.js +40 -0
- package/dist/definitions/subscriptions/lostTransmitters.js.map +1 -0
- package/dist/definitions/subscriptions/meshDiagnostics.d.ts +1 -0
- package/dist/definitions/subscriptions/meshDiagnostics.js +34 -0
- package/dist/definitions/subscriptions/meshDiagnostics.js.map +1 -0
- package/dist/definitions/subscriptions/meshdisconnectslasthour.d.ts +1 -0
- package/dist/definitions/subscriptions/meshdisconnectslasthour.js +18 -0
- package/dist/definitions/subscriptions/meshdisconnectslasthour.js.map +1 -0
- package/dist/definitions/subscriptions/meshscanner.d.ts +1 -0
- package/dist/definitions/subscriptions/meshscanner.js +18 -0
- package/dist/definitions/subscriptions/meshscanner.js.map +1 -0
- package/dist/definitions/subscriptions/messages.d.ts +1 -0
- package/dist/definitions/subscriptions/messages.js +32 -0
- package/dist/definitions/subscriptions/messages.js.map +1 -0
- package/dist/definitions/subscriptions/referenceGeoLinks.d.ts +1 -0
- package/dist/definitions/subscriptions/referenceGeoLinks.js +23 -0
- package/dist/definitions/subscriptions/referenceGeoLinks.js.map +1 -0
- package/dist/definitions/subscriptions/referenceLinks.d.ts +1 -0
- package/dist/definitions/subscriptions/referenceLinks.js +24 -0
- package/dist/definitions/subscriptions/referenceLinks.js.map +1 -0
- package/dist/definitions/subscriptions/references.d.ts +1 -0
- package/dist/definitions/subscriptions/references.js +111 -0
- package/dist/definitions/subscriptions/references.js.map +1 -0
- package/dist/definitions/subscriptions/reports.d.ts +1 -0
- package/dist/definitions/subscriptions/reports.js +20 -0
- package/dist/definitions/subscriptions/reports.js.map +1 -0
- package/dist/definitions/subscriptions/servicePlans.d.ts +1 -0
- package/dist/definitions/subscriptions/servicePlans.js +47 -0
- package/dist/definitions/subscriptions/servicePlans.js.map +1 -0
- package/dist/definitions/subscriptions/temperature.d.ts +1 -0
- package/dist/definitions/subscriptions/temperature.js +18 -0
- package/dist/definitions/subscriptions/temperature.js.map +1 -0
- package/dist/definitions/subscriptions/trackerLinks.d.ts +1 -0
- package/dist/definitions/subscriptions/trackerLinks.js +23 -0
- package/dist/definitions/subscriptions/trackerLinks.js.map +1 -0
- package/dist/definitions/subscriptions/trackers.d.ts +1 -0
- package/dist/definitions/subscriptions/trackers.js +26 -0
- package/dist/definitions/subscriptions/trackers.js.map +1 -0
- package/dist/definitions/subscriptions/tripignition.d.ts +1 -0
- package/dist/definitions/subscriptions/tripignition.js +19 -0
- package/dist/definitions/subscriptions/tripignition.js.map +1 -0
- package/dist/definitions/subscriptions/trips.d.ts +1 -0
- package/dist/definitions/subscriptions/trips.js +41 -0
- package/dist/definitions/subscriptions/trips.js.map +1 -0
- package/dist/definitions/subscriptions/unplug.d.ts +1 -0
- package/dist/definitions/subscriptions/unplug.js +19 -0
- package/dist/definitions/subscriptions/unplug.js.map +1 -0
- package/dist/definitions/subscriptions/voltage.d.ts +1 -0
- package/dist/definitions/subscriptions/voltage.js +19 -0
- package/dist/definitions/subscriptions/voltage.js.map +1 -0
- package/dist/definitions/subscriptions/workignition.d.ts +1 -0
- package/dist/definitions/subscriptions/workignition.js +19 -0
- package/dist/definitions/subscriptions/workignition.js.map +1 -0
- package/dist/definitions/subscriptions/workseconds.d.ts +1 -0
- package/dist/definitions/subscriptions/workseconds.js +18 -0
- package/dist/definitions/subscriptions/workseconds.js.map +1 -0
- package/dist/definitions/tempSubscriptions/index.d.ts +1 -0
- package/dist/definitions/tempSubscriptions/index.js +5 -0
- package/dist/definitions/tempSubscriptions/index.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +16 -1
- package/dist/index.js.map +1 -1
- package/dist-compat/index.js +985 -3
- package/dist-compat/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.systemSettings = void 0;
|
|
4
|
+
exports.systemSettings = `subscription systemsetting($version: Int!) {
|
|
5
|
+
mcommon_systemsettings(version: $version, subscribe: true) {
|
|
6
|
+
type
|
|
7
|
+
total
|
|
8
|
+
deleteId
|
|
9
|
+
data {
|
|
10
|
+
version
|
|
11
|
+
id: groupName
|
|
12
|
+
settings {
|
|
13
|
+
id
|
|
14
|
+
name
|
|
15
|
+
level
|
|
16
|
+
parent
|
|
17
|
+
valueOrigin
|
|
18
|
+
value {
|
|
19
|
+
isVisible
|
|
20
|
+
hasChildren
|
|
21
|
+
settingValue
|
|
22
|
+
type
|
|
23
|
+
}
|
|
24
|
+
inputHtml
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
deleteVersion
|
|
28
|
+
}
|
|
29
|
+
}`;
|
|
30
|
+
//# sourceMappingURL=systemSettings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"systemSettings.js","sourceRoot":"","sources":["../../../src/definitions/requiredMirrors/systemSettings.ts"],"names":[],"mappings":";;;AAAa,QAAA,cAAc,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;IAyB1B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const activecounter = "subscription activecounter($opVersion: String) {\n otrackers_infoanybulk(subscribe: true, includeInitial: true, fields:[ACTIVE_COUNTER], opVersion: $opVersion) {\n type\n total\n deleteId\n deleteVersion\n data {\n id: vID\n opVersion\n value\n stamp\n }\n }\n}";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.activecounter = void 0;
|
|
4
|
+
exports.activecounter = `subscription activecounter($opVersion: String) {
|
|
5
|
+
otrackers_infoanybulk(subscribe: true, includeInitial: true, fields:[ACTIVE_COUNTER], opVersion: $opVersion) {
|
|
6
|
+
type
|
|
7
|
+
total
|
|
8
|
+
deleteId
|
|
9
|
+
deleteVersion
|
|
10
|
+
data {
|
|
11
|
+
id: vID
|
|
12
|
+
opVersion
|
|
13
|
+
value
|
|
14
|
+
stamp
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}`;
|
|
18
|
+
//# sourceMappingURL=activecounter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activecounter.js","sourceRoot":"","sources":["../../../src/definitions/subscriptions/activecounter.ts"],"names":[],"mappings":";;;AAAa,QAAA,aAAa,GAAG;;;;;;;;;;;;;EAa3B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const activecycles = "subscription activecycles($opVersion: String){\n ocycle_activecycles(\n includeInitial: true\n subscribe: true\n opversion: $opVersion\n ) {\n type\n total\n deleteId\n data {\n id\n cycleId\n startedAt\n finishedAt\n status\n referenceId\n opVersion\n }\n deleteVersion\n }\n}";
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.activecycles = void 0;
|
|
4
|
+
exports.activecycles = `subscription activecycles($opVersion: String){
|
|
5
|
+
ocycle_activecycles(
|
|
6
|
+
includeInitial: true
|
|
7
|
+
subscribe: true
|
|
8
|
+
opversion: $opVersion
|
|
9
|
+
) {
|
|
10
|
+
type
|
|
11
|
+
total
|
|
12
|
+
deleteId
|
|
13
|
+
data {
|
|
14
|
+
id
|
|
15
|
+
cycleId
|
|
16
|
+
startedAt
|
|
17
|
+
finishedAt
|
|
18
|
+
status
|
|
19
|
+
referenceId
|
|
20
|
+
opVersion
|
|
21
|
+
}
|
|
22
|
+
deleteVersion
|
|
23
|
+
}
|
|
24
|
+
}`;
|
|
25
|
+
//# sourceMappingURL=activecycles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activecycles.js","sourceRoot":"","sources":["../../../src/definitions/subscriptions/activecycles.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG;;;;;;;;;;;;;;;;;;;;EAoB1B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const activesteps = "subscription activesteps($opVersion: String) {\n ocycle_activesteps(\n includeInitial: true\n subscribe: true\n opversion: $opVersion\n ) {\n type\n total\n deleteId\n data {\n id\n stepId\n name\n estimateDurationInSeconds\n displayOrder\n cycleStateId\n enterStamp\n exitStamp\n timeSpentInSeconds\n opVersion\n }\n deleteVersion\n },\n}\n";
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.activesteps = void 0;
|
|
4
|
+
exports.activesteps = `subscription activesteps($opVersion: String) {
|
|
5
|
+
ocycle_activesteps(
|
|
6
|
+
includeInitial: true
|
|
7
|
+
subscribe: true
|
|
8
|
+
opversion: $opVersion
|
|
9
|
+
) {
|
|
10
|
+
type
|
|
11
|
+
total
|
|
12
|
+
deleteId
|
|
13
|
+
data {
|
|
14
|
+
id
|
|
15
|
+
stepId
|
|
16
|
+
name
|
|
17
|
+
estimateDurationInSeconds
|
|
18
|
+
displayOrder
|
|
19
|
+
cycleStateId
|
|
20
|
+
enterStamp
|
|
21
|
+
exitStamp
|
|
22
|
+
timeSpentInSeconds
|
|
23
|
+
opVersion
|
|
24
|
+
}
|
|
25
|
+
deleteVersion
|
|
26
|
+
},
|
|
27
|
+
}
|
|
28
|
+
`;
|
|
29
|
+
//# sourceMappingURL=activesteps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activesteps.js","sourceRoot":"","sources":["../../../src/definitions/subscriptions/activesteps.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG;;;;;;;;;;;;;;;;;;;;;;;;CAwB1B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const batterypercent = "subscription batterypercent($opVersion: String) {\notrackers_infoanybulk(subscribe: true, includeInitial: true, fields:[BATTERY_PERCENT], opVersion: $opVersion) {\n type\n total\n deleteId\n deleteVersion\n data {\n id: vID\n opVersion\n value\n stamp\n }\n}\n}";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.batterypercent = void 0;
|
|
4
|
+
exports.batterypercent = `subscription batterypercent($opVersion: String) {
|
|
5
|
+
otrackers_infoanybulk(subscribe: true, includeInitial: true, fields:[BATTERY_PERCENT], opVersion: $opVersion) {
|
|
6
|
+
type
|
|
7
|
+
total
|
|
8
|
+
deleteId
|
|
9
|
+
deleteVersion
|
|
10
|
+
data {
|
|
11
|
+
id: vID
|
|
12
|
+
opVersion
|
|
13
|
+
value
|
|
14
|
+
stamp
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}`;
|
|
18
|
+
//# sourceMappingURL=batterypercent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"batterypercent.js","sourceRoot":"","sources":["../../../src/definitions/subscriptions/batterypercent.ts"],"names":[],"mappings":";;;AAAa,QAAA,cAAc,GAAG;;;;;;;;;;;;;EAa5B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const calculatedodometer = "subscription calculatedodometer($opVersion: String) {\notrackers_infoanybulk(subscribe: true, includeInitial: true, fields:[CALCULATED_ODOMETER], opVersion: $opVersion) {\n type\n total\n deleteId\n deleteVersion\n data {\n id: vID\n opVersion\n value\n stamp\n }\n}\n}";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.calculatedodometer = void 0;
|
|
4
|
+
exports.calculatedodometer = `subscription calculatedodometer($opVersion: String) {
|
|
5
|
+
otrackers_infoanybulk(subscribe: true, includeInitial: true, fields:[CALCULATED_ODOMETER], opVersion: $opVersion) {
|
|
6
|
+
type
|
|
7
|
+
total
|
|
8
|
+
deleteId
|
|
9
|
+
deleteVersion
|
|
10
|
+
data {
|
|
11
|
+
id: vID
|
|
12
|
+
opVersion
|
|
13
|
+
value
|
|
14
|
+
stamp
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}`;
|
|
18
|
+
//# sourceMappingURL=calculatedodometer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calculatedodometer.js","sourceRoot":"","sources":["../../../src/definitions/subscriptions/calculatedodometer.ts"],"names":[],"mappings":";;;AAAa,QAAA,kBAAkB,GAAG;;;;;;;;;;;;;EAahC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const connected = "subscription connected($opVersion: String) {\n otrackers_connectedbulk(subscribe: true, includeInitial: true, opVersion: $opVersion) {\n type\n total\n deleteId\n data{\n id: vID\n opVersion\n when\n }\n deleteVersion\n }\n}";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.connected = void 0;
|
|
4
|
+
exports.connected = `subscription connected($opVersion: String) {
|
|
5
|
+
otrackers_connectedbulk(subscribe: true, includeInitial: true, opVersion: $opVersion) {
|
|
6
|
+
type
|
|
7
|
+
total
|
|
8
|
+
deleteId
|
|
9
|
+
data{
|
|
10
|
+
id: vID
|
|
11
|
+
opVersion
|
|
12
|
+
when
|
|
13
|
+
}
|
|
14
|
+
deleteVersion
|
|
15
|
+
}
|
|
16
|
+
}`;
|
|
17
|
+
//# sourceMappingURL=connected.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connected.js","sourceRoot":"","sources":["../../../src/definitions/subscriptions/connected.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG;;;;;;;;;;;;EAYvB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const cycles = "subscription cycles($version: Int!) {\n mcycle_getcycles(version: $version, subscribe: true) {\n type total deleteId deleteVersion\n data {\n id\n name\n isActive\n labelFilter\n startStepId\n stopStepId\n cancelStepId\n deleted\n version\n steps {\n stepId\n name\n estimateDurationInSeconds\n displayOrder\n onlyOnce\n enterRules {\n __typename\n ... on QMFlowRuleOnExitSteps {\n ruleId\n exitStepIds\n }\n ... on QMTrackingEnterRuleReferenceLink {\n ruleId\n referenceIds\n gracePeriodInSeconds\n whenActive\n }\n ... on QMEnterRuleOnReferenceCreate {\n ruleId \n }\n ... on QMFlowForeignEnterRuleOnEnter {\n foreignCycleRelations{\n foreignCycleId\n foreignStepId\n }\n ruleId \n }\n ... on QMTrackingEnterRuleNearestReferenceLink {\n referenceIds\n ruleId \n gracePeriodInSeconds\n }\n } \n exitRules {\n __typename\n ... on QMFlowRuleOnEnterSteps {\n ruleId\n enterStepIds\n }\n ... on QMTrackingExitRuleReferenceLink {\n ruleId\n referenceIds\n gracePeriodInSeconds\n whenActive\n }\n ... on QMFlowForeignExitRuleOnEnter {\n foreignCycleRelations {\n foreignCycleId\n foreignStepId\n }\n ruleId\n }\n ... on QMTrackingExitRuleNearestReferenceLink {\n referenceIds\n ruleId\n gracePeriodInSeconds\n }\n }\n } \n }\n }\n }";
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.cycles = void 0;
|
|
4
|
+
const fragments_1 = require("../fragments");
|
|
5
|
+
exports.cycles = `subscription cycles($version: Int!) {
|
|
6
|
+
mcycle_getcycles(version: $version, subscribe: true) {
|
|
7
|
+
${fragments_1.mCommonFields}
|
|
8
|
+
data {
|
|
9
|
+
id
|
|
10
|
+
name
|
|
11
|
+
isActive
|
|
12
|
+
labelFilter
|
|
13
|
+
startStepId
|
|
14
|
+
stopStepId
|
|
15
|
+
cancelStepId
|
|
16
|
+
deleted
|
|
17
|
+
version
|
|
18
|
+
steps {
|
|
19
|
+
stepId
|
|
20
|
+
name
|
|
21
|
+
estimateDurationInSeconds
|
|
22
|
+
displayOrder
|
|
23
|
+
onlyOnce
|
|
24
|
+
enterRules {
|
|
25
|
+
__typename
|
|
26
|
+
... on QMFlowRuleOnExitSteps {
|
|
27
|
+
ruleId
|
|
28
|
+
exitStepIds
|
|
29
|
+
}
|
|
30
|
+
... on QMTrackingEnterRuleReferenceLink {
|
|
31
|
+
ruleId
|
|
32
|
+
referenceIds
|
|
33
|
+
gracePeriodInSeconds
|
|
34
|
+
whenActive
|
|
35
|
+
}
|
|
36
|
+
... on QMEnterRuleOnReferenceCreate {
|
|
37
|
+
ruleId
|
|
38
|
+
}
|
|
39
|
+
... on QMFlowForeignEnterRuleOnEnter {
|
|
40
|
+
foreignCycleRelations{
|
|
41
|
+
foreignCycleId
|
|
42
|
+
foreignStepId
|
|
43
|
+
}
|
|
44
|
+
ruleId
|
|
45
|
+
}
|
|
46
|
+
... on QMTrackingEnterRuleNearestReferenceLink {
|
|
47
|
+
referenceIds
|
|
48
|
+
ruleId
|
|
49
|
+
gracePeriodInSeconds
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
exitRules {
|
|
53
|
+
__typename
|
|
54
|
+
... on QMFlowRuleOnEnterSteps {
|
|
55
|
+
ruleId
|
|
56
|
+
enterStepIds
|
|
57
|
+
}
|
|
58
|
+
... on QMTrackingExitRuleReferenceLink {
|
|
59
|
+
ruleId
|
|
60
|
+
referenceIds
|
|
61
|
+
gracePeriodInSeconds
|
|
62
|
+
whenActive
|
|
63
|
+
}
|
|
64
|
+
... on QMFlowForeignExitRuleOnEnter {
|
|
65
|
+
foreignCycleRelations {
|
|
66
|
+
foreignCycleId
|
|
67
|
+
foreignStepId
|
|
68
|
+
}
|
|
69
|
+
ruleId
|
|
70
|
+
}
|
|
71
|
+
... on QMTrackingExitRuleNearestReferenceLink {
|
|
72
|
+
referenceIds
|
|
73
|
+
ruleId
|
|
74
|
+
gracePeriodInSeconds
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}`;
|
|
81
|
+
//# sourceMappingURL=cycles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cycles.js","sourceRoot":"","sources":["../../../src/definitions/subscriptions/cycles.ts"],"names":[],"mappings":";;;AAAA,4CAA4C;AAE/B,QAAA,MAAM,GAAG;;QAEd,yBAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyEjB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const gps = "\n subscription getpositionbulk($opVersion: String) {\n otrackers_getpositionsbulk(\n includeInitial: true\n subscribe: true\n opversion: $opVersion\n ) {\n type\n total\n deleteId\n data {\n opVersion\n referenceGroupId\n referenceType\n referenceGroupPath\n stamp\n locationInfo {\n date\n speed\n bearing\n accuracy\n altitude\n longitude\n latitude\n } \n isFixed\n id:trackerVID\n }\n deleteVersion\n }\n } \n ";
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.gps = void 0;
|
|
4
|
+
exports.gps = `
|
|
5
|
+
subscription getpositionbulk($opVersion: String) {
|
|
6
|
+
otrackers_getpositionsbulk(
|
|
7
|
+
includeInitial: true
|
|
8
|
+
subscribe: true
|
|
9
|
+
opversion: $opVersion
|
|
10
|
+
) {
|
|
11
|
+
type
|
|
12
|
+
total
|
|
13
|
+
deleteId
|
|
14
|
+
data {
|
|
15
|
+
opVersion
|
|
16
|
+
referenceGroupId
|
|
17
|
+
referenceType
|
|
18
|
+
referenceGroupPath
|
|
19
|
+
stamp
|
|
20
|
+
locationInfo {
|
|
21
|
+
date
|
|
22
|
+
speed
|
|
23
|
+
bearing
|
|
24
|
+
accuracy
|
|
25
|
+
altitude
|
|
26
|
+
longitude
|
|
27
|
+
latitude
|
|
28
|
+
}
|
|
29
|
+
isFixed
|
|
30
|
+
id:trackerVID
|
|
31
|
+
}
|
|
32
|
+
deleteVersion
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
`;
|
|
36
|
+
//# sourceMappingURL=gps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gps.js","sourceRoot":"","sources":["../../../src/definitions/subscriptions/gps.ts"],"names":[],"mappings":";;;AAAa,QAAA,GAAG,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BhB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const groups = "\n subscription Groups($version:Int!)\n {\n mcommon_getgroups(version: $version, subscribe: true)\n { \n type total deleteId deleteVersion\n data {\n id:idStr \n version\n parentId\n name\n level \n type\n }\n }\n }";
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.groups = void 0;
|
|
4
|
+
const fragments_1 = require("../fragments");
|
|
5
|
+
exports.groups = `
|
|
6
|
+
subscription Groups($version:Int!)
|
|
7
|
+
{
|
|
8
|
+
mcommon_getgroups(version: $version, subscribe: true)
|
|
9
|
+
{
|
|
10
|
+
${fragments_1.mCommonFields}
|
|
11
|
+
data {
|
|
12
|
+
id:idStr
|
|
13
|
+
version
|
|
14
|
+
parentId
|
|
15
|
+
name
|
|
16
|
+
level
|
|
17
|
+
type
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}`;
|
|
21
|
+
//# sourceMappingURL=groups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"groups.js","sourceRoot":"","sources":["../../../src/definitions/subscriptions/groups.ts"],"names":[],"mappings":";;;AAAA,4CAA4C;AAE/B,QAAA,MAAM,GAAG;;;;;cAKR,yBAAa;;;;;;;;;;KAUtB,CAAA"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export * from './references';
|
|
2
|
+
export * from './trackers';
|
|
3
|
+
export * from './groups';
|
|
4
|
+
export * from './servicePlans';
|
|
5
|
+
export * from './trackerLinks';
|
|
6
|
+
export * from './referenceLinks';
|
|
7
|
+
export * from './lostTransmitters';
|
|
8
|
+
export * from './reports';
|
|
9
|
+
export * from './jobs';
|
|
10
|
+
export * from './cycles';
|
|
11
|
+
export * from './meshDiagnostics';
|
|
12
|
+
export * from './gps';
|
|
13
|
+
export * from './linkconnected';
|
|
14
|
+
export * from './connected';
|
|
15
|
+
export * from './voltage';
|
|
16
|
+
export * from './internalvoltage';
|
|
17
|
+
export * from './unplug';
|
|
18
|
+
export * from './temperature';
|
|
19
|
+
export * from './meshscanner';
|
|
20
|
+
export * from './meshdisconnectslasthour';
|
|
21
|
+
export * from './activecounter';
|
|
22
|
+
export * from './workseconds';
|
|
23
|
+
export * from './calculatedodometer';
|
|
24
|
+
export * from './batterypercent';
|
|
25
|
+
export * from './workignition';
|
|
26
|
+
export * from './tripignition';
|
|
27
|
+
export * from './activecycles';
|
|
28
|
+
export * from './activesteps';
|
|
29
|
+
export * from './referenceGeoLinks';
|
|
30
|
+
export * from './trips';
|
|
31
|
+
export * from './messages';
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./references"), exports);
|
|
18
|
+
__exportStar(require("./trackers"), exports);
|
|
19
|
+
__exportStar(require("./groups"), exports);
|
|
20
|
+
__exportStar(require("./servicePlans"), exports);
|
|
21
|
+
__exportStar(require("./trackerLinks"), exports);
|
|
22
|
+
__exportStar(require("./referenceLinks"), exports);
|
|
23
|
+
__exportStar(require("./lostTransmitters"), exports);
|
|
24
|
+
__exportStar(require("./reports"), exports);
|
|
25
|
+
__exportStar(require("./jobs"), exports);
|
|
26
|
+
__exportStar(require("./cycles"), exports);
|
|
27
|
+
__exportStar(require("./meshDiagnostics"), exports);
|
|
28
|
+
__exportStar(require("./gps"), exports);
|
|
29
|
+
__exportStar(require("./linkconnected"), exports);
|
|
30
|
+
__exportStar(require("./connected"), exports);
|
|
31
|
+
__exportStar(require("./voltage"), exports);
|
|
32
|
+
__exportStar(require("./internalvoltage"), exports);
|
|
33
|
+
__exportStar(require("./unplug"), exports);
|
|
34
|
+
__exportStar(require("./temperature"), exports);
|
|
35
|
+
__exportStar(require("./meshscanner"), exports);
|
|
36
|
+
__exportStar(require("./meshdisconnectslasthour"), exports);
|
|
37
|
+
__exportStar(require("./activecounter"), exports);
|
|
38
|
+
__exportStar(require("./workseconds"), exports);
|
|
39
|
+
__exportStar(require("./calculatedodometer"), exports);
|
|
40
|
+
__exportStar(require("./batterypercent"), exports);
|
|
41
|
+
__exportStar(require("./workignition"), exports);
|
|
42
|
+
__exportStar(require("./tripignition"), exports);
|
|
43
|
+
__exportStar(require("./activecycles"), exports);
|
|
44
|
+
__exportStar(require("./activesteps"), exports);
|
|
45
|
+
__exportStar(require("./referenceGeoLinks"), exports);
|
|
46
|
+
__exportStar(require("./trips"), exports);
|
|
47
|
+
__exportStar(require("./messages"), exports);
|
|
48
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/definitions/subscriptions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA4B;AAC5B,6CAA0B;AAC1B,2CAAwB;AACxB,iDAA8B;AAC9B,iDAA8B;AAC9B,mDAAgC;AAChC,qDAAkC;AAClC,4CAAyB;AACzB,yCAAsB;AACtB,2CAAwB;AACxB,oDAAiC;AACjC,wCAAqB;AACrB,kDAA+B;AAC/B,8CAA2B;AAC3B,4CAAyB;AACzB,oDAAiC;AACjC,2CAAwB;AACxB,gDAA6B;AAC7B,gDAA6B;AAC7B,4DAAyC;AACzC,kDAA+B;AAC/B,gDAA6B;AAC7B,uDAAoC;AACpC,mDAAgC;AAChC,iDAA8B;AAC9B,iDAA8B;AAC9B,iDAA8B;AAC9B,gDAA6B;AAC7B,sDAAmC;AACnC,0CAAuB;AACvB,6CAA0B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const internalvoltage = "subscription internalvoltage($opVersion: String) {\n otrackers_infoanybulk(subscribe: true, includeInitial: true, fields:[INTERNAL_VOLTAGE, BATTERY_LEVEL], opVersion: $opVersion) {\n type\n total\n deleteId\n deleteVersion\n data {\n id: vID\n opVersion\n field\n value\n stamp\n }\n }\n}";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.internalvoltage = void 0;
|
|
4
|
+
exports.internalvoltage = `subscription internalvoltage($opVersion: String) {
|
|
5
|
+
otrackers_infoanybulk(subscribe: true, includeInitial: true, fields:[INTERNAL_VOLTAGE, BATTERY_LEVEL], opVersion: $opVersion) {
|
|
6
|
+
type
|
|
7
|
+
total
|
|
8
|
+
deleteId
|
|
9
|
+
deleteVersion
|
|
10
|
+
data {
|
|
11
|
+
id: vID
|
|
12
|
+
opVersion
|
|
13
|
+
field
|
|
14
|
+
value
|
|
15
|
+
stamp
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}`;
|
|
19
|
+
//# sourceMappingURL=internalvoltage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"internalvoltage.js","sourceRoot":"","sources":["../../../src/definitions/subscriptions/internalvoltage.ts"],"names":[],"mappings":";;;AAAa,QAAA,eAAe,GAAG;;;;;;;;;;;;;;EAc7B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const jobs = "subscription jobs($version: Int!) { \n mjob_get(version:$version, subscribe: true) {\n type total deleteId deleteVersion\n data {\n id\n createdDateTime\n name\n description\n version\n disabled\n deleted\n trigger {\n __typename\n ... on QMJobTriggerAssetFound {\n assetId\n }\n ... on QMJobTriggerOneshot {\n when\n }\n ... on QMJobTriggerScheduleTimeOfDay {\n startTime\n period\n lastRun\n interval\n }\n ... on QMJobTriggerMonitor\n {\n initialCount\n initialCheck\n url\n }\n ... on QMJobTriggerReferenceLost\n {\n referenceId\n trackerVID\n }\n }\n action {\n __typename\n ... on QMJobActionAssetFoundMail {\n actionType\n assetId\n references\n groups\n }\n ... on QMJobActionReport {\n actionType\n reports {\n reportId\n args {name value }\n }\n groups\n references\n dontSendEmptyReport\n }\n ... on QMJobActionSMS {\n actionType\n userId\n }\n } \n } \n } \n }";
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.jobs = void 0;
|
|
4
|
+
const fragments_1 = require("../fragments");
|
|
5
|
+
exports.jobs = `subscription jobs($version: Int!) {
|
|
6
|
+
mjob_get(version:$version, subscribe: true) {
|
|
7
|
+
${fragments_1.mCommonFields}
|
|
8
|
+
data {
|
|
9
|
+
id
|
|
10
|
+
createdDateTime
|
|
11
|
+
name
|
|
12
|
+
description
|
|
13
|
+
version
|
|
14
|
+
disabled
|
|
15
|
+
deleted
|
|
16
|
+
trigger {
|
|
17
|
+
__typename
|
|
18
|
+
... on QMJobTriggerAssetFound {
|
|
19
|
+
assetId
|
|
20
|
+
}
|
|
21
|
+
... on QMJobTriggerOneshot {
|
|
22
|
+
when
|
|
23
|
+
}
|
|
24
|
+
... on QMJobTriggerScheduleTimeOfDay {
|
|
25
|
+
startTime
|
|
26
|
+
period
|
|
27
|
+
lastRun
|
|
28
|
+
interval
|
|
29
|
+
}
|
|
30
|
+
... on QMJobTriggerMonitor
|
|
31
|
+
{
|
|
32
|
+
initialCount
|
|
33
|
+
initialCheck
|
|
34
|
+
url
|
|
35
|
+
}
|
|
36
|
+
... on QMJobTriggerReferenceLost
|
|
37
|
+
{
|
|
38
|
+
referenceId
|
|
39
|
+
trackerVID
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
action {
|
|
43
|
+
__typename
|
|
44
|
+
... on QMJobActionAssetFoundMail {
|
|
45
|
+
actionType
|
|
46
|
+
assetId
|
|
47
|
+
references
|
|
48
|
+
groups
|
|
49
|
+
}
|
|
50
|
+
... on QMJobActionReport {
|
|
51
|
+
actionType
|
|
52
|
+
reports {
|
|
53
|
+
reportId
|
|
54
|
+
args {name value }
|
|
55
|
+
}
|
|
56
|
+
groups
|
|
57
|
+
references
|
|
58
|
+
dontSendEmptyReport
|
|
59
|
+
}
|
|
60
|
+
... on QMJobActionSMS {
|
|
61
|
+
actionType
|
|
62
|
+
userId
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}`;
|
|
68
|
+
//# sourceMappingURL=jobs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jobs.js","sourceRoot":"","sources":["../../../src/definitions/subscriptions/jobs.ts"],"names":[],"mappings":";;;AAAA,4CAA4C;AAE/B,QAAA,IAAI,GAAG;;UAEV,yBAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4DnB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const linkconnected = "subscription linkconnected($opVersion: String) {\n otrackers_linkconnectedbulk(subscribe: true, includeInitial: true, opVersion: $opVersion) {\n type\n total\n deleteId\n data{\n id: vID\n opVersion\n when\n }\n deleteVersion\n }\n}";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.linkconnected = void 0;
|
|
4
|
+
exports.linkconnected = `subscription linkconnected($opVersion: String) {
|
|
5
|
+
otrackers_linkconnectedbulk(subscribe: true, includeInitial: true, opVersion: $opVersion) {
|
|
6
|
+
type
|
|
7
|
+
total
|
|
8
|
+
deleteId
|
|
9
|
+
data{
|
|
10
|
+
id: vID
|
|
11
|
+
opVersion
|
|
12
|
+
when
|
|
13
|
+
}
|
|
14
|
+
deleteVersion
|
|
15
|
+
}
|
|
16
|
+
}`;
|
|
17
|
+
//# sourceMappingURL=linkconnected.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"linkconnected.js","sourceRoot":"","sources":["../../../src/definitions/subscriptions/linkconnected.ts"],"names":[],"mappings":";;;AAAa,QAAA,aAAa,GAAG;;;;;;;;;;;;EAY3B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const lostTransmitters = "\n subscription lostTransmitters($opVersion: String) {\n otrackers_losttransmitters(\n subscribe: true\n opversion: $opVersion\n ) {\n type\n total\n deleteId\n data {\n id:transmitterVID\n opVersion\n transmitterReferenceGroupId\n transmitterReferenceType\n transmitterReferenceGroupPath\n lostBy {\n transmitterVID\n receiverVID\n startTime\n endTime\n locationInfo {\n date\n speed\n bearing\n accuracy\n altitude\n longitude\n latitude\n }\n receiverTrackerType\n } \n }\n deleteVersion\n }\n }\n ";
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.lostTransmitters = void 0;
|
|
4
|
+
exports.lostTransmitters = `
|
|
5
|
+
subscription lostTransmitters($opVersion: String) {
|
|
6
|
+
otrackers_losttransmitters(
|
|
7
|
+
subscribe: true
|
|
8
|
+
opversion: $opVersion
|
|
9
|
+
) {
|
|
10
|
+
type
|
|
11
|
+
total
|
|
12
|
+
deleteId
|
|
13
|
+
data {
|
|
14
|
+
id:transmitterVID
|
|
15
|
+
opVersion
|
|
16
|
+
transmitterReferenceGroupId
|
|
17
|
+
transmitterReferenceType
|
|
18
|
+
transmitterReferenceGroupPath
|
|
19
|
+
lostBy {
|
|
20
|
+
transmitterVID
|
|
21
|
+
receiverVID
|
|
22
|
+
startTime
|
|
23
|
+
endTime
|
|
24
|
+
locationInfo {
|
|
25
|
+
date
|
|
26
|
+
speed
|
|
27
|
+
bearing
|
|
28
|
+
accuracy
|
|
29
|
+
altitude
|
|
30
|
+
longitude
|
|
31
|
+
latitude
|
|
32
|
+
}
|
|
33
|
+
receiverTrackerType
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
deleteVersion
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
`;
|
|
40
|
+
//# sourceMappingURL=lostTransmitters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lostTransmitters.js","sourceRoot":"","sources":["../../../src/definitions/subscriptions/lostTransmitters.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAmC3B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const meshDiagnostics = "\n subscription meshdiagnostics($opVersion: String) {\n otrackers_meshdiagnostics( \n opversion: $opVersion,\n subscribe: true\n ) {\n type\n total\n deleteId\n data {\n id: vID\n vID\n stamp\n opVersion\n advertiserCost\n errorCodes\n nextHopAddress\n nextHopVID\n nextHopPower\n nextHopQuality\n nextHopRSSI\n qualityIndicator\n routersInNeighborhood\n sinkAddress\n sinkVID\n }\n deleteVersion\n }\n }\n ";
|