@fatehan/tsrp 1.0.40 → 1.0.42
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/fatehan/apis/client.d.ts +358 -0
- package/dist/fatehan/apis/client.d.ts.map +1 -0
- package/dist/fatehan/apis/client.js +5360 -0
- package/dist/fatehan/areas/area.js +6 -6
- package/dist/fatehan/google/protobuf/timestamp.js +2 -2
- package/dist/fatehan/models/fusion.js +9 -9
- package/dist/fatehan/models/models.d.ts +27 -27
- package/dist/fatehan/models/models.d.ts.map +1 -1
- package/dist/fatehan/models/models.js +316 -310
- package/dist/fatehan/models/operation.d.ts +13 -0
- package/dist/fatehan/models/operation.d.ts.map +1 -1
- package/dist/fatehan/models/operation.js +232 -7
- package/dist/fatehan/notifies/notify.d.ts +1 -0
- package/dist/fatehan/notifies/notify.d.ts.map +1 -1
- package/dist/fatehan/notifies/notify.js +30 -12
- package/dist/fatehan/packets/dataModel.js +54 -54
- package/dist/fatehan/packets/messages.js +9 -9
- package/dist/fatehan/reports/report.js +88 -88
- package/dist/fatehan/trips/trip.js +19 -19
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.test.js +12 -9
- package/dist/system.io.d.ts +2 -2
- package/dist/system.io.d.ts.map +1 -1
- package/dist/system.io.js +38 -38
- package/package.json +2 -2
- package/readme.md +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.7.
|
|
4
|
+
// protoc-gen-ts_proto v2.7.5
|
|
5
5
|
// protoc v6.31.1
|
|
6
6
|
// source: areas/area.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -74,7 +74,7 @@ exports.Point = {
|
|
|
74
74
|
},
|
|
75
75
|
decode(input, length) {
|
|
76
76
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
77
|
-
|
|
77
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
78
78
|
const message = createBasePoint();
|
|
79
79
|
while (reader.pos < end) {
|
|
80
80
|
const tag = reader.uint32();
|
|
@@ -186,7 +186,7 @@ exports.Area = {
|
|
|
186
186
|
},
|
|
187
187
|
decode(input, length) {
|
|
188
188
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
189
|
-
|
|
189
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
190
190
|
const message = createBaseArea();
|
|
191
191
|
while (reader.pos < end) {
|
|
192
192
|
const tag = reader.uint32();
|
|
@@ -413,7 +413,7 @@ exports.WorkCycle = {
|
|
|
413
413
|
},
|
|
414
414
|
decode(input, length) {
|
|
415
415
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
416
|
-
|
|
416
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
417
417
|
const message = createBaseWorkCycle();
|
|
418
418
|
while (reader.pos < end) {
|
|
419
419
|
const tag = reader.uint32();
|
|
@@ -589,7 +589,7 @@ exports.WorkCycle_Event = {
|
|
|
589
589
|
},
|
|
590
590
|
decode(input, length) {
|
|
591
591
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
592
|
-
|
|
592
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
593
593
|
const message = createBaseWorkCycle_Event();
|
|
594
594
|
while (reader.pos < end) {
|
|
595
595
|
const tag = reader.uint32();
|
|
@@ -734,7 +734,7 @@ exports.AreaAlertIsRunning = {
|
|
|
734
734
|
},
|
|
735
735
|
decode(input, length) {
|
|
736
736
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
737
|
-
|
|
737
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
738
738
|
const message = createBaseAreaAlertIsRunning();
|
|
739
739
|
while (reader.pos < end) {
|
|
740
740
|
const tag = reader.uint32();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.7.
|
|
4
|
+
// protoc-gen-ts_proto v2.7.5
|
|
5
5
|
// protoc v6.31.1
|
|
6
6
|
// source: google/protobuf/timestamp.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -28,7 +28,7 @@ exports.Timestamp = {
|
|
|
28
28
|
},
|
|
29
29
|
decode(input, length) {
|
|
30
30
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
31
|
-
|
|
31
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
32
32
|
const message = createBaseTimestamp();
|
|
33
33
|
while (reader.pos < end) {
|
|
34
34
|
const tag = reader.uint32();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.7.
|
|
4
|
+
// protoc-gen-ts_proto v2.7.5
|
|
5
5
|
// protoc v6.31.1
|
|
6
6
|
// source: models/fusion.proto
|
|
7
7
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -41,7 +41,7 @@ exports.WorkCycleDevice = {
|
|
|
41
41
|
},
|
|
42
42
|
decode(input, length) {
|
|
43
43
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
44
|
-
|
|
44
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
45
45
|
const message = createBaseWorkCycleDevice();
|
|
46
46
|
while (reader.pos < end) {
|
|
47
47
|
const tag = reader.uint32();
|
|
@@ -159,7 +159,7 @@ exports.WorkCycleDeviceList = {
|
|
|
159
159
|
},
|
|
160
160
|
decode(input, length) {
|
|
161
161
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
162
|
-
|
|
162
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
163
163
|
const message = createBaseWorkCycleDeviceList();
|
|
164
164
|
while (reader.pos < end) {
|
|
165
165
|
const tag = reader.uint32();
|
|
@@ -300,7 +300,7 @@ exports.AlertsListDevice = {
|
|
|
300
300
|
},
|
|
301
301
|
decode(input, length) {
|
|
302
302
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
303
|
-
|
|
303
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
304
304
|
const message = createBaseAlertsListDevice();
|
|
305
305
|
while (reader.pos < end) {
|
|
306
306
|
const tag = reader.uint32();
|
|
@@ -664,7 +664,7 @@ exports.CommandDevice = {
|
|
|
664
664
|
},
|
|
665
665
|
decode(input, length) {
|
|
666
666
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
667
|
-
|
|
667
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
668
668
|
const message = createBaseCommandDevice();
|
|
669
669
|
while (reader.pos < end) {
|
|
670
670
|
const tag = reader.uint32();
|
|
@@ -894,7 +894,7 @@ exports.FusionCar = {
|
|
|
894
894
|
},
|
|
895
895
|
decode(input, length) {
|
|
896
896
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
897
|
-
|
|
897
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
898
898
|
const message = createBaseFusionCar();
|
|
899
899
|
while (reader.pos < end) {
|
|
900
900
|
const tag = reader.uint32();
|
|
@@ -998,7 +998,7 @@ exports.FusionNotify = {
|
|
|
998
998
|
},
|
|
999
999
|
decode(input, length) {
|
|
1000
1000
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1001
|
-
|
|
1001
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1002
1002
|
const message = createBaseFusionNotify();
|
|
1003
1003
|
while (reader.pos < end) {
|
|
1004
1004
|
const tag = reader.uint32();
|
|
@@ -1186,7 +1186,7 @@ exports.FusionNotify_Body = {
|
|
|
1186
1186
|
},
|
|
1187
1187
|
decode(input, length) {
|
|
1188
1188
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1189
|
-
|
|
1189
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1190
1190
|
const message = createBaseFusionNotify_Body();
|
|
1191
1191
|
while (reader.pos < end) {
|
|
1192
1192
|
const tag = reader.uint32();
|
|
@@ -1544,7 +1544,7 @@ exports.FusionMaintenance = {
|
|
|
1544
1544
|
},
|
|
1545
1545
|
decode(input, length) {
|
|
1546
1546
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1547
|
-
|
|
1547
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1548
1548
|
const message = createBaseFusionMaintenance();
|
|
1549
1549
|
while (reader.pos < end) {
|
|
1550
1550
|
const tag = reader.uint32();
|
|
@@ -2,15 +2,6 @@ import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
|
|
|
2
2
|
import Long from "long";
|
|
3
3
|
import { Alert, Data, DeviceStatus, FileType } from "../packets/dataModel";
|
|
4
4
|
export declare const protobufPackage = "com.fatehan.models";
|
|
5
|
-
export declare enum SystemIoType {
|
|
6
|
-
STRING = 0,
|
|
7
|
-
BOOLEAN = 1,
|
|
8
|
-
NUMERIC = 2,
|
|
9
|
-
FLOAT = 3,
|
|
10
|
-
UNRECOGNIZED = -1
|
|
11
|
-
}
|
|
12
|
-
export declare function systemIoTypeFromJSON(object: any): SystemIoType;
|
|
13
|
-
export declare function systemIoTypeToJSON(object: SystemIoType): string;
|
|
14
5
|
export interface Gallery {
|
|
15
6
|
id: Long;
|
|
16
7
|
deviceId: Long;
|
|
@@ -142,9 +133,11 @@ export interface SystemIoStyle {
|
|
|
142
133
|
}
|
|
143
134
|
export interface SystemIo {
|
|
144
135
|
id: Long;
|
|
145
|
-
key: string;
|
|
146
136
|
name: string;
|
|
147
|
-
|
|
137
|
+
deviceId?: Long | undefined;
|
|
138
|
+
organizationId?: Long | undefined;
|
|
139
|
+
formula: string;
|
|
140
|
+
type: SystemIo_SystemIoType;
|
|
148
141
|
unit?: string | undefined;
|
|
149
142
|
description?: string | undefined;
|
|
150
143
|
activeStyle?: SystemIoStyle | undefined;
|
|
@@ -160,31 +153,38 @@ export interface SystemIo {
|
|
|
160
153
|
createdAt?: Date | undefined;
|
|
161
154
|
updatedAt?: Date | undefined;
|
|
162
155
|
}
|
|
156
|
+
export declare enum SystemIo_SystemIoType {
|
|
157
|
+
STRING = 0,
|
|
158
|
+
BOOLEAN = 1,
|
|
159
|
+
NUMERIC = 2,
|
|
160
|
+
FLOAT = 3,
|
|
161
|
+
UNRECOGNIZED = -1
|
|
162
|
+
}
|
|
163
|
+
export declare function systemIo_SystemIoTypeFromJSON(object: any): SystemIo_SystemIoType;
|
|
164
|
+
export declare function systemIo_SystemIoTypeToJSON(object: SystemIo_SystemIoType): string;
|
|
163
165
|
export interface SystemIo_UnknownEntry {
|
|
164
166
|
key: string;
|
|
165
167
|
value: string;
|
|
166
168
|
}
|
|
167
|
-
export interface DeviceIo {
|
|
168
|
-
id: Long;
|
|
169
|
-
deviceId: Long;
|
|
170
|
-
organizationId: Long;
|
|
171
|
-
name: string;
|
|
172
|
-
unit?: string | undefined;
|
|
173
|
-
type: SystemIoType;
|
|
174
|
-
description?: string | undefined;
|
|
175
|
-
formula: string;
|
|
176
|
-
activeStyle?: SystemIoStyle | undefined;
|
|
177
|
-
inactiveStyle?: SystemIoStyle | undefined;
|
|
178
|
-
createdBy?: Long | undefined;
|
|
179
|
-
createdAt?: Date | undefined;
|
|
180
|
-
updatedAt?: Date | undefined;
|
|
181
|
-
}
|
|
182
169
|
export interface ShownIo {
|
|
183
170
|
name: string;
|
|
184
171
|
style?: SystemIoStyle | undefined;
|
|
185
172
|
unit?: string | undefined;
|
|
186
173
|
description?: string | undefined;
|
|
187
174
|
value: string;
|
|
175
|
+
active: boolean;
|
|
176
|
+
graphable: boolean;
|
|
177
|
+
sord: number;
|
|
178
|
+
}
|
|
179
|
+
export interface Config {
|
|
180
|
+
id: number;
|
|
181
|
+
organizationId: Long;
|
|
182
|
+
createdBy?: Long | undefined;
|
|
183
|
+
updatedBy?: Long | undefined;
|
|
184
|
+
key: string;
|
|
185
|
+
value: string;
|
|
186
|
+
createdAt?: Date | undefined;
|
|
187
|
+
updatedAt?: Date | undefined;
|
|
188
188
|
}
|
|
189
189
|
export declare const Gallery: MessageFns<Gallery>;
|
|
190
190
|
export declare const IoList: MessageFns<IoList>;
|
|
@@ -199,8 +199,8 @@ export declare const TrialLog: MessageFns<TrialLog>;
|
|
|
199
199
|
export declare const SystemIoStyle: MessageFns<SystemIoStyle>;
|
|
200
200
|
export declare const SystemIo: MessageFns<SystemIo>;
|
|
201
201
|
export declare const SystemIo_UnknownEntry: MessageFns<SystemIo_UnknownEntry>;
|
|
202
|
-
export declare const DeviceIo: MessageFns<DeviceIo>;
|
|
203
202
|
export declare const ShownIo: MessageFns<ShownIo>;
|
|
203
|
+
export declare const Config: MessageFns<Config>;
|
|
204
204
|
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
205
205
|
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
206
206
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/fatehan/models/models.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,OAAO,EACL,KAAK,EAGL,IAAI,EACJ,YAAY,EACZ,QAAQ,EAGT,MAAM,sBAAsB,CAAC;AAE9B,eAAO,MAAM,eAAe,uBAAuB,CAAC;AAEpD,
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/fatehan/models/models.ts"],"names":[],"mappings":"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"}
|