@lansweeper/discovery-sensor-proto 2.57.0 → 2.59.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/gen-proto/discovery_sections_api_pb.d.ts +0 -72
- package/gen-proto/discovery_sections_api_pb.js +0 -589
- package/gen-proto/discovery_sections_other_pb.d.ts +621 -6
- package/gen-proto/discovery_sections_other_pb.js +5192 -42
- package/gen-proto/image.json +1 -1
- package/package.json +2 -2
- package/proto/discovery_sections_api.proto +0 -14
- package/proto/discovery_sections_other.proto +117 -3
- package/proto/import/discovery_common.proto +0 -103
|
@@ -5,14 +5,131 @@
|
|
|
5
5
|
/* eslint-disable */
|
|
6
6
|
|
|
7
7
|
import * as jspb from "google-protobuf";
|
|
8
|
-
import * as
|
|
8
|
+
import * as google_protobuf_timestamp_pb from "google-protobuf/google/protobuf/timestamp_pb";
|
|
9
|
+
import * as google_protobuf_wrappers_pb from "google-protobuf/google/protobuf/wrappers_pb";
|
|
9
10
|
|
|
10
11
|
export class Snmp extends jspb.Message {
|
|
11
12
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
hasObjectId(): boolean;
|
|
14
|
+
clearObjectId(): void;
|
|
15
|
+
getObjectId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
16
|
+
setObjectId(value?: google_protobuf_wrappers_pb.StringValue): Snmp;
|
|
17
|
+
|
|
18
|
+
hasName(): boolean;
|
|
19
|
+
clearName(): void;
|
|
20
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
21
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): Snmp;
|
|
22
|
+
|
|
23
|
+
hasDescription(): boolean;
|
|
24
|
+
clearDescription(): void;
|
|
25
|
+
getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
26
|
+
setDescription(value?: google_protobuf_wrappers_pb.StringValue): Snmp;
|
|
27
|
+
|
|
28
|
+
hasContact(): boolean;
|
|
29
|
+
clearContact(): void;
|
|
30
|
+
getContact(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
31
|
+
setContact(value?: google_protobuf_wrappers_pb.StringValue): Snmp;
|
|
32
|
+
|
|
33
|
+
hasLocation(): boolean;
|
|
34
|
+
clearLocation(): void;
|
|
35
|
+
getLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
36
|
+
setLocation(value?: google_protobuf_wrappers_pb.StringValue): Snmp;
|
|
37
|
+
|
|
38
|
+
hasIsWindows(): boolean;
|
|
39
|
+
clearIsWindows(): void;
|
|
40
|
+
getIsWindows(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
41
|
+
setIsWindows(value?: google_protobuf_wrappers_pb.BoolValue): Snmp;
|
|
42
|
+
|
|
43
|
+
hasDomain(): boolean;
|
|
44
|
+
clearDomain(): void;
|
|
45
|
+
getDomain(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46
|
+
setDomain(value?: google_protobuf_wrappers_pb.StringValue): Snmp;
|
|
47
|
+
|
|
48
|
+
hasVendorCode(): boolean;
|
|
49
|
+
clearVendorCode(): void;
|
|
50
|
+
getVendorCode(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
51
|
+
setVendorCode(value?: google_protobuf_wrappers_pb.Int32Value): Snmp;
|
|
52
|
+
|
|
53
|
+
hasManufacturer(): boolean;
|
|
54
|
+
clearManufacturer(): void;
|
|
55
|
+
getManufacturer(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
56
|
+
setManufacturer(value?: google_protobuf_wrappers_pb.StringValue): Snmp;
|
|
57
|
+
|
|
58
|
+
hasModel(): boolean;
|
|
59
|
+
clearModel(): void;
|
|
60
|
+
getModel(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
61
|
+
setModel(value?: google_protobuf_wrappers_pb.StringValue): Snmp;
|
|
62
|
+
|
|
63
|
+
hasSerialNumber(): boolean;
|
|
64
|
+
clearSerialNumber(): void;
|
|
65
|
+
getSerialNumber(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
66
|
+
setSerialNumber(value?: google_protobuf_wrappers_pb.StringValue): Snmp;
|
|
67
|
+
|
|
68
|
+
hasUptime(): boolean;
|
|
69
|
+
clearUptime(): void;
|
|
70
|
+
getUptime(): google_protobuf_wrappers_pb.Int64Value | undefined;
|
|
71
|
+
setUptime(value?: google_protobuf_wrappers_pb.Int64Value): Snmp;
|
|
72
|
+
|
|
73
|
+
hasIpForwarding(): boolean;
|
|
74
|
+
clearIpForwarding(): void;
|
|
75
|
+
getIpForwarding(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
76
|
+
setIpForwarding(value?: google_protobuf_wrappers_pb.BoolValue): Snmp;
|
|
77
|
+
|
|
78
|
+
hasDnsName(): boolean;
|
|
79
|
+
clearDnsName(): void;
|
|
80
|
+
getDnsName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
81
|
+
setDnsName(value?: google_protobuf_wrappers_pb.StringValue): Snmp;
|
|
82
|
+
|
|
83
|
+
hasCiscoName(): boolean;
|
|
84
|
+
clearCiscoName(): void;
|
|
85
|
+
getCiscoName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
86
|
+
setCiscoName(value?: google_protobuf_wrappers_pb.StringValue): Snmp;
|
|
87
|
+
|
|
88
|
+
hasConnectedToDrac(): boolean;
|
|
89
|
+
clearConnectedToDrac(): void;
|
|
90
|
+
getConnectedToDrac(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
91
|
+
setConnectedToDrac(value?: google_protobuf_wrappers_pb.StringValue): Snmp;
|
|
92
|
+
|
|
93
|
+
hasMacAddress(): boolean;
|
|
94
|
+
clearMacAddress(): void;
|
|
95
|
+
getMacAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
96
|
+
setMacAddress(value?: google_protobuf_wrappers_pb.StringValue): Snmp;
|
|
97
|
+
|
|
98
|
+
hasIsPrinter(): boolean;
|
|
99
|
+
clearIsPrinter(): void;
|
|
100
|
+
getIsPrinter(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
101
|
+
setIsPrinter(value?: google_protobuf_wrappers_pb.BoolValue): Snmp;
|
|
102
|
+
|
|
103
|
+
hasIsUps(): boolean;
|
|
104
|
+
clearIsUps(): void;
|
|
105
|
+
getIsUps(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
106
|
+
setIsUps(value?: google_protobuf_wrappers_pb.BoolValue): Snmp;
|
|
107
|
+
|
|
108
|
+
hasPrinterInfo(): boolean;
|
|
109
|
+
clearPrinterInfo(): void;
|
|
110
|
+
getPrinterInfo(): SnmpPrinterInfo | undefined;
|
|
111
|
+
setPrinterInfo(value?: SnmpPrinterInfo): Snmp;
|
|
112
|
+
|
|
113
|
+
hasUpsInfo(): boolean;
|
|
114
|
+
clearUpsInfo(): void;
|
|
115
|
+
getUpsInfo(): SnmpUpsInfo | undefined;
|
|
116
|
+
setUpsInfo(value?: SnmpUpsInfo): Snmp;
|
|
117
|
+
clearMacAddressesList(): void;
|
|
118
|
+
getMacAddressesList(): Array<string>;
|
|
119
|
+
setMacAddressesList(value: Array<string>): Snmp;
|
|
120
|
+
addMacAddresses(value: string, index?: number): string;
|
|
121
|
+
clearInterfaceInfosList(): void;
|
|
122
|
+
getInterfaceInfosList(): Array<SnmpInterfaceInfo>;
|
|
123
|
+
setInterfaceInfosList(value: Array<SnmpInterfaceInfo>): Snmp;
|
|
124
|
+
addInterfaceInfos(value?: SnmpInterfaceInfo, index?: number): SnmpInterfaceInfo;
|
|
125
|
+
clearArpTableList(): void;
|
|
126
|
+
getArpTableList(): Array<SnmpArpEntry>;
|
|
127
|
+
setArpTableList(value: Array<SnmpArpEntry>): Snmp;
|
|
128
|
+
addArpTable(value?: SnmpArpEntry, index?: number): SnmpArpEntry;
|
|
129
|
+
clearCustomOidsList(): void;
|
|
130
|
+
getCustomOidsList(): Array<SnmpCustomOid>;
|
|
131
|
+
setCustomOidsList(value: Array<SnmpCustomOid>): Snmp;
|
|
132
|
+
addCustomOids(value?: SnmpCustomOid, index?: number): SnmpCustomOid;
|
|
16
133
|
|
|
17
134
|
serializeBinary(): Uint8Array;
|
|
18
135
|
toObject(includeInstance?: boolean): Snmp.AsObject;
|
|
@@ -26,6 +143,504 @@ export class Snmp extends jspb.Message {
|
|
|
26
143
|
|
|
27
144
|
export namespace Snmp {
|
|
28
145
|
export type AsObject = {
|
|
29
|
-
|
|
146
|
+
objectId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
147
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
148
|
+
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
149
|
+
contact?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
150
|
+
location?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
151
|
+
isWindows?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
152
|
+
domain?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
153
|
+
vendorCode?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
154
|
+
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
155
|
+
model?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
156
|
+
serialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
157
|
+
uptime?: google_protobuf_wrappers_pb.Int64Value.AsObject,
|
|
158
|
+
ipForwarding?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
159
|
+
dnsName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
160
|
+
ciscoName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
161
|
+
connectedToDrac?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
162
|
+
macAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
163
|
+
isPrinter?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
164
|
+
isUps?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
165
|
+
printerInfo?: SnmpPrinterInfo.AsObject,
|
|
166
|
+
upsInfo?: SnmpUpsInfo.AsObject,
|
|
167
|
+
macAddressesList: Array<string>,
|
|
168
|
+
interfaceInfosList: Array<SnmpInterfaceInfo.AsObject>,
|
|
169
|
+
arpTableList: Array<SnmpArpEntry.AsObject>,
|
|
170
|
+
customOidsList: Array<SnmpCustomOid.AsObject>,
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
export class SnmpCustomOid extends jspb.Message {
|
|
175
|
+
getObjectId(): string;
|
|
176
|
+
setObjectId(value: string): SnmpCustomOid;
|
|
177
|
+
|
|
178
|
+
hasLabel(): boolean;
|
|
179
|
+
clearLabel(): void;
|
|
180
|
+
getLabel(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
181
|
+
setLabel(value?: google_protobuf_wrappers_pb.StringValue): SnmpCustomOid;
|
|
182
|
+
|
|
183
|
+
hasValue(): boolean;
|
|
184
|
+
clearValue(): void;
|
|
185
|
+
getValue(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
186
|
+
setValue(value?: google_protobuf_wrappers_pb.StringValue): SnmpCustomOid;
|
|
187
|
+
|
|
188
|
+
serializeBinary(): Uint8Array;
|
|
189
|
+
toObject(includeInstance?: boolean): SnmpCustomOid.AsObject;
|
|
190
|
+
static toObject(includeInstance: boolean, msg: SnmpCustomOid): SnmpCustomOid.AsObject;
|
|
191
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
192
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
193
|
+
static serializeBinaryToWriter(message: SnmpCustomOid, writer: jspb.BinaryWriter): void;
|
|
194
|
+
static deserializeBinary(bytes: Uint8Array): SnmpCustomOid;
|
|
195
|
+
static deserializeBinaryFromReader(message: SnmpCustomOid, reader: jspb.BinaryReader): SnmpCustomOid;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
export namespace SnmpCustomOid {
|
|
199
|
+
export type AsObject = {
|
|
200
|
+
objectId: string,
|
|
201
|
+
label?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
202
|
+
value?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
export class SnmpInterfaceInfo extends jspb.Message {
|
|
207
|
+
|
|
208
|
+
hasIndex(): boolean;
|
|
209
|
+
clearIndex(): void;
|
|
210
|
+
getIndex(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
211
|
+
setIndex(value?: google_protobuf_wrappers_pb.StringValue): SnmpInterfaceInfo;
|
|
212
|
+
|
|
213
|
+
hasDescription(): boolean;
|
|
214
|
+
clearDescription(): void;
|
|
215
|
+
getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
216
|
+
setDescription(value?: google_protobuf_wrappers_pb.StringValue): SnmpInterfaceInfo;
|
|
217
|
+
|
|
218
|
+
hasName(): boolean;
|
|
219
|
+
clearName(): void;
|
|
220
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
221
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): SnmpInterfaceInfo;
|
|
222
|
+
|
|
223
|
+
hasAlias(): boolean;
|
|
224
|
+
clearAlias(): void;
|
|
225
|
+
getAlias(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
226
|
+
setAlias(value?: google_protobuf_wrappers_pb.StringValue): SnmpInterfaceInfo;
|
|
227
|
+
|
|
228
|
+
hasType(): boolean;
|
|
229
|
+
clearType(): void;
|
|
230
|
+
getType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
231
|
+
setType(value?: google_protobuf_wrappers_pb.StringValue): SnmpInterfaceInfo;
|
|
232
|
+
|
|
233
|
+
hasMtu(): boolean;
|
|
234
|
+
clearMtu(): void;
|
|
235
|
+
getMtu(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
236
|
+
setMtu(value?: google_protobuf_wrappers_pb.StringValue): SnmpInterfaceInfo;
|
|
237
|
+
|
|
238
|
+
hasSpeed(): boolean;
|
|
239
|
+
clearSpeed(): void;
|
|
240
|
+
getSpeed(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
241
|
+
setSpeed(value?: google_protobuf_wrappers_pb.StringValue): SnmpInterfaceInfo;
|
|
242
|
+
|
|
243
|
+
hasHighSpeed(): boolean;
|
|
244
|
+
clearHighSpeed(): void;
|
|
245
|
+
getHighSpeed(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
246
|
+
setHighSpeed(value?: google_protobuf_wrappers_pb.StringValue): SnmpInterfaceInfo;
|
|
247
|
+
|
|
248
|
+
hasPhysAddress(): boolean;
|
|
249
|
+
clearPhysAddress(): void;
|
|
250
|
+
getPhysAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
251
|
+
setPhysAddress(value?: google_protobuf_wrappers_pb.StringValue): SnmpInterfaceInfo;
|
|
252
|
+
|
|
253
|
+
hasAdminStatus(): boolean;
|
|
254
|
+
clearAdminStatus(): void;
|
|
255
|
+
getAdminStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
256
|
+
setAdminStatus(value?: google_protobuf_wrappers_pb.StringValue): SnmpInterfaceInfo;
|
|
257
|
+
|
|
258
|
+
hasOperStatus(): boolean;
|
|
259
|
+
clearOperStatus(): void;
|
|
260
|
+
getOperStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
261
|
+
setOperStatus(value?: google_protobuf_wrappers_pb.StringValue): SnmpInterfaceInfo;
|
|
262
|
+
|
|
263
|
+
hasDefaultGateway(): boolean;
|
|
264
|
+
clearDefaultGateway(): void;
|
|
265
|
+
getDefaultGateway(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
266
|
+
setDefaultGateway(value?: google_protobuf_wrappers_pb.StringValue): SnmpInterfaceInfo;
|
|
267
|
+
|
|
268
|
+
hasIpAddress(): boolean;
|
|
269
|
+
clearIpAddress(): void;
|
|
270
|
+
getIpAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
271
|
+
setIpAddress(value?: google_protobuf_wrappers_pb.StringValue): SnmpInterfaceInfo;
|
|
272
|
+
|
|
273
|
+
hasMask(): boolean;
|
|
274
|
+
clearMask(): void;
|
|
275
|
+
getMask(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
276
|
+
setMask(value?: google_protobuf_wrappers_pb.StringValue): SnmpInterfaceInfo;
|
|
277
|
+
clearConnectedDevicesList(): void;
|
|
278
|
+
getConnectedDevicesList(): Array<string>;
|
|
279
|
+
setConnectedDevicesList(value: Array<string>): SnmpInterfaceInfo;
|
|
280
|
+
addConnectedDevices(value: string, index?: number): string;
|
|
281
|
+
clearVlansList(): void;
|
|
282
|
+
getVlansList(): Array<string>;
|
|
283
|
+
setVlansList(value: Array<string>): SnmpInterfaceInfo;
|
|
284
|
+
addVlans(value: string, index?: number): string;
|
|
285
|
+
|
|
286
|
+
serializeBinary(): Uint8Array;
|
|
287
|
+
toObject(includeInstance?: boolean): SnmpInterfaceInfo.AsObject;
|
|
288
|
+
static toObject(includeInstance: boolean, msg: SnmpInterfaceInfo): SnmpInterfaceInfo.AsObject;
|
|
289
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
290
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
291
|
+
static serializeBinaryToWriter(message: SnmpInterfaceInfo, writer: jspb.BinaryWriter): void;
|
|
292
|
+
static deserializeBinary(bytes: Uint8Array): SnmpInterfaceInfo;
|
|
293
|
+
static deserializeBinaryFromReader(message: SnmpInterfaceInfo, reader: jspb.BinaryReader): SnmpInterfaceInfo;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
export namespace SnmpInterfaceInfo {
|
|
297
|
+
export type AsObject = {
|
|
298
|
+
index?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
299
|
+
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
300
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
301
|
+
alias?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
302
|
+
type?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
303
|
+
mtu?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
304
|
+
speed?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
305
|
+
highSpeed?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
306
|
+
physAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
307
|
+
adminStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
308
|
+
operStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
309
|
+
defaultGateway?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
310
|
+
ipAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
311
|
+
mask?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
312
|
+
connectedDevicesList: Array<string>,
|
|
313
|
+
vlansList: Array<string>,
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
export class SnmpPrinterInfo extends jspb.Message {
|
|
318
|
+
|
|
319
|
+
hasPrinterName(): boolean;
|
|
320
|
+
clearPrinterName(): void;
|
|
321
|
+
getPrinterName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
322
|
+
setPrinterName(value?: google_protobuf_wrappers_pb.StringValue): SnmpPrinterInfo;
|
|
323
|
+
|
|
324
|
+
hasPrintedPages(): boolean;
|
|
325
|
+
clearPrintedPages(): void;
|
|
326
|
+
getPrintedPages(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
327
|
+
setPrintedPages(value?: google_protobuf_wrappers_pb.StringValue): SnmpPrinterInfo;
|
|
328
|
+
|
|
329
|
+
hasPrintedColorPages(): boolean;
|
|
330
|
+
clearPrintedColorPages(): void;
|
|
331
|
+
getPrintedColorPages(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
332
|
+
setPrintedColorPages(value?: google_protobuf_wrappers_pb.StringValue): SnmpPrinterInfo;
|
|
333
|
+
|
|
334
|
+
hasPrintedMonoPages(): boolean;
|
|
335
|
+
clearPrintedMonoPages(): void;
|
|
336
|
+
getPrintedMonoPages(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
337
|
+
setPrintedMonoPages(value?: google_protobuf_wrappers_pb.StringValue): SnmpPrinterInfo;
|
|
338
|
+
|
|
339
|
+
hasPrinterStatus(): boolean;
|
|
340
|
+
clearPrinterStatus(): void;
|
|
341
|
+
getPrinterStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
342
|
+
setPrinterStatus(value?: google_protobuf_wrappers_pb.StringValue): SnmpPrinterInfo;
|
|
343
|
+
|
|
344
|
+
hasSerialNumber(): boolean;
|
|
345
|
+
clearSerialNumber(): void;
|
|
346
|
+
getSerialNumber(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
347
|
+
setSerialNumber(value?: google_protobuf_wrappers_pb.StringValue): SnmpPrinterInfo;
|
|
348
|
+
clearTonersList(): void;
|
|
349
|
+
getTonersList(): Array<SnmpPrinterTonerInfo>;
|
|
350
|
+
setTonersList(value: Array<SnmpPrinterTonerInfo>): SnmpPrinterInfo;
|
|
351
|
+
addToners(value?: SnmpPrinterTonerInfo, index?: number): SnmpPrinterTonerInfo;
|
|
352
|
+
|
|
353
|
+
serializeBinary(): Uint8Array;
|
|
354
|
+
toObject(includeInstance?: boolean): SnmpPrinterInfo.AsObject;
|
|
355
|
+
static toObject(includeInstance: boolean, msg: SnmpPrinterInfo): SnmpPrinterInfo.AsObject;
|
|
356
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
357
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
358
|
+
static serializeBinaryToWriter(message: SnmpPrinterInfo, writer: jspb.BinaryWriter): void;
|
|
359
|
+
static deserializeBinary(bytes: Uint8Array): SnmpPrinterInfo;
|
|
360
|
+
static deserializeBinaryFromReader(message: SnmpPrinterInfo, reader: jspb.BinaryReader): SnmpPrinterInfo;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
export namespace SnmpPrinterInfo {
|
|
364
|
+
export type AsObject = {
|
|
365
|
+
printerName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
366
|
+
printedPages?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
367
|
+
printedColorPages?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
368
|
+
printedMonoPages?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
369
|
+
printerStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
370
|
+
serialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
371
|
+
tonersList: Array<SnmpPrinterTonerInfo.AsObject>,
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
export class SnmpPrinterTonerInfo extends jspb.Message {
|
|
376
|
+
|
|
377
|
+
hasName(): boolean;
|
|
378
|
+
clearName(): void;
|
|
379
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
380
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): SnmpPrinterTonerInfo;
|
|
381
|
+
|
|
382
|
+
hasColor(): boolean;
|
|
383
|
+
clearColor(): void;
|
|
384
|
+
getColor(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
385
|
+
setColor(value?: google_protobuf_wrappers_pb.StringValue): SnmpPrinterTonerInfo;
|
|
386
|
+
|
|
387
|
+
hasColorNumber(): boolean;
|
|
388
|
+
clearColorNumber(): void;
|
|
389
|
+
getColorNumber(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
390
|
+
setColorNumber(value?: google_protobuf_wrappers_pb.Int32Value): SnmpPrinterTonerInfo;
|
|
391
|
+
|
|
392
|
+
hasMaximumTonerLevel(): boolean;
|
|
393
|
+
clearMaximumTonerLevel(): void;
|
|
394
|
+
getMaximumTonerLevel(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
395
|
+
setMaximumTonerLevel(value?: google_protobuf_wrappers_pb.Int32Value): SnmpPrinterTonerInfo;
|
|
396
|
+
|
|
397
|
+
hasNumber(): boolean;
|
|
398
|
+
clearNumber(): void;
|
|
399
|
+
getNumber(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
400
|
+
setNumber(value?: google_protobuf_wrappers_pb.Int32Value): SnmpPrinterTonerInfo;
|
|
401
|
+
|
|
402
|
+
hasRemainingTonerLevel(): boolean;
|
|
403
|
+
clearRemainingTonerLevel(): void;
|
|
404
|
+
getRemainingTonerLevel(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
405
|
+
setRemainingTonerLevel(value?: google_protobuf_wrappers_pb.Int32Value): SnmpPrinterTonerInfo;
|
|
406
|
+
|
|
407
|
+
serializeBinary(): Uint8Array;
|
|
408
|
+
toObject(includeInstance?: boolean): SnmpPrinterTonerInfo.AsObject;
|
|
409
|
+
static toObject(includeInstance: boolean, msg: SnmpPrinterTonerInfo): SnmpPrinterTonerInfo.AsObject;
|
|
410
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
411
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
412
|
+
static serializeBinaryToWriter(message: SnmpPrinterTonerInfo, writer: jspb.BinaryWriter): void;
|
|
413
|
+
static deserializeBinary(bytes: Uint8Array): SnmpPrinterTonerInfo;
|
|
414
|
+
static deserializeBinaryFromReader(message: SnmpPrinterTonerInfo, reader: jspb.BinaryReader): SnmpPrinterTonerInfo;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
export namespace SnmpPrinterTonerInfo {
|
|
418
|
+
export type AsObject = {
|
|
419
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
420
|
+
color?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
421
|
+
colorNumber?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
422
|
+
maximumTonerLevel?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
423
|
+
number?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
424
|
+
remainingTonerLevel?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
export class SnmpUpsInfo extends jspb.Message {
|
|
429
|
+
|
|
430
|
+
hasManufacturer(): boolean;
|
|
431
|
+
clearManufacturer(): void;
|
|
432
|
+
getManufacturer(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
433
|
+
setManufacturer(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
|
|
434
|
+
|
|
435
|
+
hasModel(): boolean;
|
|
436
|
+
clearModel(): void;
|
|
437
|
+
getModel(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
438
|
+
setModel(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
|
|
439
|
+
|
|
440
|
+
hasUpsSoftwareVersion(): boolean;
|
|
441
|
+
clearUpsSoftwareVersion(): void;
|
|
442
|
+
getUpsSoftwareVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
443
|
+
setUpsSoftwareVersion(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
|
|
444
|
+
|
|
445
|
+
hasAgentSoftwareVersion(): boolean;
|
|
446
|
+
clearAgentSoftwareVersion(): void;
|
|
447
|
+
getAgentSoftwareVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
448
|
+
setAgentSoftwareVersion(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
|
|
449
|
+
|
|
450
|
+
hasName(): boolean;
|
|
451
|
+
clearName(): void;
|
|
452
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
453
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
|
|
454
|
+
|
|
455
|
+
hasAttachedDevices(): boolean;
|
|
456
|
+
clearAttachedDevices(): void;
|
|
457
|
+
getAttachedDevices(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
458
|
+
setAttachedDevices(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
|
|
459
|
+
|
|
460
|
+
hasBatteryStatus(): boolean;
|
|
461
|
+
clearBatteryStatus(): void;
|
|
462
|
+
getBatteryStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
463
|
+
setBatteryStatus(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
|
|
464
|
+
|
|
465
|
+
hasSecondsOnBattery(): boolean;
|
|
466
|
+
clearSecondsOnBattery(): void;
|
|
467
|
+
getSecondsOnBattery(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
468
|
+
setSecondsOnBattery(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
|
|
469
|
+
|
|
470
|
+
hasEstimatedMinutesRemaining(): boolean;
|
|
471
|
+
clearEstimatedMinutesRemaining(): void;
|
|
472
|
+
getEstimatedMinutesRemaining(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
473
|
+
setEstimatedMinutesRemaining(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
|
|
474
|
+
|
|
475
|
+
hasEstimatedChargeRemaining(): boolean;
|
|
476
|
+
clearEstimatedChargeRemaining(): void;
|
|
477
|
+
getEstimatedChargeRemaining(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
478
|
+
setEstimatedChargeRemaining(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
|
|
479
|
+
|
|
480
|
+
hasBatteryVoltage(): boolean;
|
|
481
|
+
clearBatteryVoltage(): void;
|
|
482
|
+
getBatteryVoltage(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
483
|
+
setBatteryVoltage(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
|
|
484
|
+
|
|
485
|
+
hasBatteryCurrent(): boolean;
|
|
486
|
+
clearBatteryCurrent(): void;
|
|
487
|
+
getBatteryCurrent(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
488
|
+
setBatteryCurrent(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
|
|
489
|
+
|
|
490
|
+
hasBatteryTemperature(): boolean;
|
|
491
|
+
clearBatteryTemperature(): void;
|
|
492
|
+
getBatteryTemperature(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
493
|
+
setBatteryTemperature(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
|
|
494
|
+
|
|
495
|
+
hasAlarmsPresent(): boolean;
|
|
496
|
+
clearAlarmsPresent(): void;
|
|
497
|
+
getAlarmsPresent(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
498
|
+
setAlarmsPresent(value?: google_protobuf_wrappers_pb.StringValue): SnmpUpsInfo;
|
|
499
|
+
|
|
500
|
+
serializeBinary(): Uint8Array;
|
|
501
|
+
toObject(includeInstance?: boolean): SnmpUpsInfo.AsObject;
|
|
502
|
+
static toObject(includeInstance: boolean, msg: SnmpUpsInfo): SnmpUpsInfo.AsObject;
|
|
503
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
504
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
505
|
+
static serializeBinaryToWriter(message: SnmpUpsInfo, writer: jspb.BinaryWriter): void;
|
|
506
|
+
static deserializeBinary(bytes: Uint8Array): SnmpUpsInfo;
|
|
507
|
+
static deserializeBinaryFromReader(message: SnmpUpsInfo, reader: jspb.BinaryReader): SnmpUpsInfo;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
export namespace SnmpUpsInfo {
|
|
511
|
+
export type AsObject = {
|
|
512
|
+
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
513
|
+
model?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
514
|
+
upsSoftwareVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
515
|
+
agentSoftwareVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
516
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
517
|
+
attachedDevices?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
518
|
+
batteryStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
519
|
+
secondsOnBattery?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
520
|
+
estimatedMinutesRemaining?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
521
|
+
estimatedChargeRemaining?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
522
|
+
batteryVoltage?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
523
|
+
batteryCurrent?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
524
|
+
batteryTemperature?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
525
|
+
alarmsPresent?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
export class SnmpArpEntry extends jspb.Message {
|
|
530
|
+
|
|
531
|
+
hasId(): boolean;
|
|
532
|
+
clearId(): void;
|
|
533
|
+
getId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
534
|
+
setId(value?: google_protobuf_wrappers_pb.StringValue): SnmpArpEntry;
|
|
535
|
+
|
|
536
|
+
hasIfId(): boolean;
|
|
537
|
+
clearIfId(): void;
|
|
538
|
+
getIfId(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
539
|
+
setIfId(value?: google_protobuf_wrappers_pb.UInt32Value): SnmpArpEntry;
|
|
540
|
+
|
|
541
|
+
hasMacAddress(): boolean;
|
|
542
|
+
clearMacAddress(): void;
|
|
543
|
+
getMacAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
544
|
+
setMacAddress(value?: google_protobuf_wrappers_pb.StringValue): SnmpArpEntry;
|
|
545
|
+
|
|
546
|
+
hasIpAddress(): boolean;
|
|
547
|
+
clearIpAddress(): void;
|
|
548
|
+
getIpAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
549
|
+
setIpAddress(value?: google_protobuf_wrappers_pb.StringValue): SnmpArpEntry;
|
|
550
|
+
|
|
551
|
+
hasMappingType(): boolean;
|
|
552
|
+
clearMappingType(): void;
|
|
553
|
+
getMappingType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
554
|
+
setMappingType(value?: google_protobuf_wrappers_pb.UInt32Value): SnmpArpEntry;
|
|
555
|
+
|
|
556
|
+
serializeBinary(): Uint8Array;
|
|
557
|
+
toObject(includeInstance?: boolean): SnmpArpEntry.AsObject;
|
|
558
|
+
static toObject(includeInstance: boolean, msg: SnmpArpEntry): SnmpArpEntry.AsObject;
|
|
559
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
560
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
561
|
+
static serializeBinaryToWriter(message: SnmpArpEntry, writer: jspb.BinaryWriter): void;
|
|
562
|
+
static deserializeBinary(bytes: Uint8Array): SnmpArpEntry;
|
|
563
|
+
static deserializeBinaryFromReader(message: SnmpArpEntry, reader: jspb.BinaryReader): SnmpArpEntry;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
export namespace SnmpArpEntry {
|
|
567
|
+
export type AsObject = {
|
|
568
|
+
id?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
569
|
+
ifId?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
570
|
+
macAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
571
|
+
ipAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
572
|
+
mappingType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
export class Warranties extends jspb.Message {
|
|
577
|
+
clearEntriesList(): void;
|
|
578
|
+
getEntriesList(): Array<Warranty>;
|
|
579
|
+
setEntriesList(value: Array<Warranty>): Warranties;
|
|
580
|
+
addEntries(value?: Warranty, index?: number): Warranty;
|
|
581
|
+
|
|
582
|
+
serializeBinary(): Uint8Array;
|
|
583
|
+
toObject(includeInstance?: boolean): Warranties.AsObject;
|
|
584
|
+
static toObject(includeInstance: boolean, msg: Warranties): Warranties.AsObject;
|
|
585
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
586
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
587
|
+
static serializeBinaryToWriter(message: Warranties, writer: jspb.BinaryWriter): void;
|
|
588
|
+
static deserializeBinary(bytes: Uint8Array): Warranties;
|
|
589
|
+
static deserializeBinaryFromReader(message: Warranties, reader: jspb.BinaryReader): Warranties;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
export namespace Warranties {
|
|
593
|
+
export type AsObject = {
|
|
594
|
+
entriesList: Array<Warranty.AsObject>,
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
export class Warranty extends jspb.Message {
|
|
599
|
+
|
|
600
|
+
hasWarrantyStartDate(): boolean;
|
|
601
|
+
clearWarrantyStartDate(): void;
|
|
602
|
+
getWarrantyStartDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
603
|
+
setWarrantyStartDate(value?: google_protobuf_timestamp_pb.Timestamp): Warranty;
|
|
604
|
+
|
|
605
|
+
hasWarrantyEndDate(): boolean;
|
|
606
|
+
clearWarrantyEndDate(): void;
|
|
607
|
+
getWarrantyEndDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
608
|
+
setWarrantyEndDate(value?: google_protobuf_timestamp_pb.Timestamp): Warranty;
|
|
609
|
+
|
|
610
|
+
hasServiceType(): boolean;
|
|
611
|
+
clearServiceType(): void;
|
|
612
|
+
getServiceType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
613
|
+
setServiceType(value?: google_protobuf_wrappers_pb.StringValue): Warranty;
|
|
614
|
+
|
|
615
|
+
hasPurchaseCountry(): boolean;
|
|
616
|
+
clearPurchaseCountry(): void;
|
|
617
|
+
getPurchaseCountry(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
618
|
+
setPurchaseCountry(value?: google_protobuf_wrappers_pb.StringValue): Warranty;
|
|
619
|
+
|
|
620
|
+
hasShipDate(): boolean;
|
|
621
|
+
clearShipDate(): void;
|
|
622
|
+
getShipDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
623
|
+
setShipDate(value?: google_protobuf_timestamp_pb.Timestamp): Warranty;
|
|
624
|
+
getIsSilly(): boolean;
|
|
625
|
+
setIsSilly(value: boolean): Warranty;
|
|
626
|
+
|
|
627
|
+
serializeBinary(): Uint8Array;
|
|
628
|
+
toObject(includeInstance?: boolean): Warranty.AsObject;
|
|
629
|
+
static toObject(includeInstance: boolean, msg: Warranty): Warranty.AsObject;
|
|
630
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
631
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
632
|
+
static serializeBinaryToWriter(message: Warranty, writer: jspb.BinaryWriter): void;
|
|
633
|
+
static deserializeBinary(bytes: Uint8Array): Warranty;
|
|
634
|
+
static deserializeBinaryFromReader(message: Warranty, reader: jspb.BinaryReader): Warranty;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
export namespace Warranty {
|
|
638
|
+
export type AsObject = {
|
|
639
|
+
warrantyStartDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
640
|
+
warrantyEndDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
641
|
+
serviceType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
642
|
+
purchaseCountry?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
643
|
+
shipDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
644
|
+
isSilly: boolean,
|
|
30
645
|
}
|
|
31
646
|
}
|