@lansweeper/data-platform-outbound-grpc 0.1.62 → 0.1.63

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.
@@ -577,6 +577,11 @@ export class Asset extends jspb.Message {
577
577
  setUserInGroupList(value: Array<UserInGroup>): Asset;
578
578
  addUserInGroup(value?: UserInGroup, index?: number): UserInGroup;
579
579
 
580
+ hasInternetExplorer(): boolean;
581
+ clearInternetExplorer(): void;
582
+ getInternetExplorer(): InternetExplorer | undefined;
583
+ setInternetExplorer(value?: InternetExplorer): Asset;
584
+
580
585
  hasOtModule(): boolean;
581
586
  clearOtModule(): void;
582
587
  getOtModule(): OtModule | undefined;
@@ -666,6 +671,7 @@ export namespace Asset {
666
671
  userList: Array<UserAccount.AsObject>,
667
672
  userGroupList: Array<UserGroup.AsObject>,
668
673
  userInGroupList: Array<UserInGroup.AsObject>,
674
+ internetExplorer?: InternetExplorer.AsObject,
669
675
  otModule?: OtModule.AsObject,
670
676
  cloud?: CloudEntity.AsObject,
671
677
  }
@@ -1316,6 +1322,197 @@ export namespace UserInGroup {
1316
1322
  }
1317
1323
  }
1318
1324
 
1325
+ export class InternetExplorer extends jspb.Message {
1326
+ clearActiveXList(): void;
1327
+ getActiveXList(): Array<InternetExplorer.ActiveX>;
1328
+ setActiveXList(value: Array<InternetExplorer.ActiveX>): InternetExplorer;
1329
+ addActiveX(value?: InternetExplorer.ActiveX, index?: number): InternetExplorer.ActiveX;
1330
+ clearBarList(): void;
1331
+ getBarList(): Array<InternetExplorer.BrowserObject>;
1332
+ setBarList(value: Array<InternetExplorer.BrowserObject>): InternetExplorer;
1333
+ addBar(value?: InternetExplorer.BrowserObject, index?: number): InternetExplorer.BrowserObject;
1334
+ clearBrowserObjectList(): void;
1335
+ getBrowserObjectList(): Array<InternetExplorer.BrowserObject>;
1336
+ setBrowserObjectList(value: Array<InternetExplorer.BrowserObject>): InternetExplorer;
1337
+ addBrowserObject(value?: InternetExplorer.BrowserObject, index?: number): InternetExplorer.BrowserObject;
1338
+ clearExtensionList(): void;
1339
+ getExtensionList(): Array<InternetExplorer.Extension>;
1340
+ setExtensionList(value: Array<InternetExplorer.Extension>): InternetExplorer;
1341
+ addExtension$(value?: InternetExplorer.Extension, index?: number): InternetExplorer.Extension;
1342
+
1343
+ serializeBinary(): Uint8Array;
1344
+ toObject(includeInstance?: boolean): InternetExplorer.AsObject;
1345
+ static toObject(includeInstance: boolean, msg: InternetExplorer): InternetExplorer.AsObject;
1346
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1347
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1348
+ static serializeBinaryToWriter(message: InternetExplorer, writer: jspb.BinaryWriter): void;
1349
+ static deserializeBinary(bytes: Uint8Array): InternetExplorer;
1350
+ static deserializeBinaryFromReader(message: InternetExplorer, reader: jspb.BinaryReader): InternetExplorer;
1351
+ }
1352
+
1353
+ export namespace InternetExplorer {
1354
+ export type AsObject = {
1355
+ activeXList: Array<InternetExplorer.ActiveX.AsObject>,
1356
+ barList: Array<InternetExplorer.BrowserObject.AsObject>,
1357
+ browserObjectList: Array<InternetExplorer.BrowserObject.AsObject>,
1358
+ extensionList: Array<InternetExplorer.Extension.AsObject>,
1359
+ }
1360
+
1361
+
1362
+ export class ActiveX extends jspb.Message {
1363
+
1364
+ hasControl(): boolean;
1365
+ clearControl(): void;
1366
+ getControl(): string | undefined;
1367
+ setControl(value: string): ActiveX;
1368
+
1369
+ hasCodeBase(): boolean;
1370
+ clearCodeBase(): void;
1371
+ getCodeBase(): string | undefined;
1372
+ setCodeBase(value: string): ActiveX;
1373
+
1374
+ hasInfo(): boolean;
1375
+ clearInfo(): void;
1376
+ getInfo(): string | undefined;
1377
+ setInfo(value: string): ActiveX;
1378
+
1379
+ hasOsd(): boolean;
1380
+ clearOsd(): void;
1381
+ getOsd(): string | undefined;
1382
+ setOsd(value: string): ActiveX;
1383
+
1384
+ serializeBinary(): Uint8Array;
1385
+ toObject(includeInstance?: boolean): ActiveX.AsObject;
1386
+ static toObject(includeInstance: boolean, msg: ActiveX): ActiveX.AsObject;
1387
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1388
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1389
+ static serializeBinaryToWriter(message: ActiveX, writer: jspb.BinaryWriter): void;
1390
+ static deserializeBinary(bytes: Uint8Array): ActiveX;
1391
+ static deserializeBinaryFromReader(message: ActiveX, reader: jspb.BinaryReader): ActiveX;
1392
+ }
1393
+
1394
+ export namespace ActiveX {
1395
+ export type AsObject = {
1396
+ control?: string,
1397
+ codeBase?: string,
1398
+ info?: string,
1399
+ osd?: string,
1400
+ }
1401
+ }
1402
+
1403
+ export class Extension extends jspb.Message {
1404
+
1405
+ hasControl(): boolean;
1406
+ clearControl(): void;
1407
+ getControl(): string | undefined;
1408
+ setControl(value: string): Extension;
1409
+
1410
+ hasButtonText(): boolean;
1411
+ clearButtonText(): void;
1412
+ getButtonText(): string | undefined;
1413
+ setButtonText(value: string): Extension;
1414
+
1415
+ hasClsId(): boolean;
1416
+ clearClsId(): void;
1417
+ getClsId(): string | undefined;
1418
+ setClsId(value: string): Extension;
1419
+
1420
+ hasDefaultVisible(): boolean;
1421
+ clearDefaultVisible(): void;
1422
+ getDefaultVisible(): string | undefined;
1423
+ setDefaultVisible(value: string): Extension;
1424
+
1425
+ hasExec(): boolean;
1426
+ clearExec(): void;
1427
+ getExec(): string | undefined;
1428
+ setExec(value: string): Extension;
1429
+
1430
+ hasHotIcon(): boolean;
1431
+ clearHotIcon(): void;
1432
+ getHotIcon(): string | undefined;
1433
+ setHotIcon(value: string): Extension;
1434
+
1435
+ hasIcon(): boolean;
1436
+ clearIcon(): void;
1437
+ getIcon(): string | undefined;
1438
+ setIcon(value: string): Extension;
1439
+
1440
+ hasMenuText(): boolean;
1441
+ clearMenuText(): void;
1442
+ getMenuText(): string | undefined;
1443
+ setMenuText(value: string): Extension;
1444
+
1445
+ hasTooltip(): boolean;
1446
+ clearTooltip(): void;
1447
+ getTooltip(): string | undefined;
1448
+ setTooltip(value: string): Extension;
1449
+
1450
+ serializeBinary(): Uint8Array;
1451
+ toObject(includeInstance?: boolean): Extension.AsObject;
1452
+ static toObject(includeInstance: boolean, msg: Extension): Extension.AsObject;
1453
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1454
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1455
+ static serializeBinaryToWriter(message: Extension, writer: jspb.BinaryWriter): void;
1456
+ static deserializeBinary(bytes: Uint8Array): Extension;
1457
+ static deserializeBinaryFromReader(message: Extension, reader: jspb.BinaryReader): Extension;
1458
+ }
1459
+
1460
+ export namespace Extension {
1461
+ export type AsObject = {
1462
+ control?: string,
1463
+ buttonText?: string,
1464
+ clsId?: string,
1465
+ defaultVisible?: string,
1466
+ exec?: string,
1467
+ hotIcon?: string,
1468
+ icon?: string,
1469
+ menuText?: string,
1470
+ tooltip?: string,
1471
+ }
1472
+ }
1473
+
1474
+ export class BrowserObject extends jspb.Message {
1475
+ getControl(): string;
1476
+ setControl(value: string): BrowserObject;
1477
+
1478
+ serializeBinary(): Uint8Array;
1479
+ toObject(includeInstance?: boolean): BrowserObject.AsObject;
1480
+ static toObject(includeInstance: boolean, msg: BrowserObject): BrowserObject.AsObject;
1481
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1482
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1483
+ static serializeBinaryToWriter(message: BrowserObject, writer: jspb.BinaryWriter): void;
1484
+ static deserializeBinary(bytes: Uint8Array): BrowserObject;
1485
+ static deserializeBinaryFromReader(message: BrowserObject, reader: jspb.BinaryReader): BrowserObject;
1486
+ }
1487
+
1488
+ export namespace BrowserObject {
1489
+ export type AsObject = {
1490
+ control: string,
1491
+ }
1492
+ }
1493
+
1494
+ export class BarInfo extends jspb.Message {
1495
+ getControl(): string;
1496
+ setControl(value: string): BarInfo;
1497
+
1498
+ serializeBinary(): Uint8Array;
1499
+ toObject(includeInstance?: boolean): BarInfo.AsObject;
1500
+ static toObject(includeInstance: boolean, msg: BarInfo): BarInfo.AsObject;
1501
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1502
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1503
+ static serializeBinaryToWriter(message: BarInfo, writer: jspb.BinaryWriter): void;
1504
+ static deserializeBinary(bytes: Uint8Array): BarInfo;
1505
+ static deserializeBinaryFromReader(message: BarInfo, reader: jspb.BinaryReader): BarInfo;
1506
+ }
1507
+
1508
+ export namespace BarInfo {
1509
+ export type AsObject = {
1510
+ control: string,
1511
+ }
1512
+ }
1513
+
1514
+ }
1515
+
1319
1516
  export class HardwareInfo extends jspb.Message {
1320
1517
 
1321
1518
  hasTypeId(): boolean;