node-opcua-nodeset-auto-id 2.102.0 → 2.104.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.
Files changed (99) hide show
  1. package/dist/dt_access_result.d.ts +6 -6
  2. package/dist/dt_antenna_name_id_pair.d.ts +6 -6
  3. package/dist/dt_dhcp_geo_conf_coordinate.d.ts +6 -6
  4. package/dist/dt_local_coordinate.d.ts +6 -6
  5. package/dist/dt_location.d.ts +6 -6
  6. package/dist/dt_ocr_scan_result.d.ts +6 -6
  7. package/dist/dt_optical_scan_result.d.ts +6 -6
  8. package/dist/dt_optical_verifier_scan_result.d.ts +6 -6
  9. package/dist/dt_position.d.ts +6 -6
  10. package/dist/dt_rfid_access_result.d.ts +6 -6
  11. package/dist/dt_rfid_scan_result.d.ts +6 -6
  12. package/dist/dt_rfid_sighting.d.ts +6 -6
  13. package/dist/dt_rotation.d.ts +6 -6
  14. package/dist/dt_rtls_location_result.d.ts +6 -6
  15. package/dist/dt_scan_data.d.ts +6 -6
  16. package/dist/dt_scan_data_epc.d.ts +6 -6
  17. package/dist/dt_scan_result.d.ts +6 -6
  18. package/dist/dt_scan_settings.d.ts +6 -6
  19. package/dist/dt_wgs_84_coordinate.d.ts +6 -6
  20. package/dist/enum_auto_id_operation_status.d.ts +6 -6
  21. package/dist/enum_auto_id_operation_status.js +7 -7
  22. package/dist/enum_auto_id_operation_status.js.map +1 -1
  23. package/dist/enum_device_status.d.ts +6 -6
  24. package/dist/enum_device_status.js +7 -7
  25. package/dist/enum_device_status.js.map +1 -1
  26. package/dist/enum_location_type.d.ts +6 -6
  27. package/dist/enum_location_type.js +7 -7
  28. package/dist/enum_location_type.js.map +1 -1
  29. package/dist/enum_rfid_lock_operation.d.ts +6 -6
  30. package/dist/enum_rfid_lock_operation.js +7 -7
  31. package/dist/enum_rfid_lock_operation.js.map +1 -1
  32. package/dist/enum_rfid_lock_region.d.ts +6 -6
  33. package/dist/enum_rfid_lock_region.js +7 -7
  34. package/dist/enum_rfid_lock_region.js.map +1 -1
  35. package/dist/enum_rfid_password_type.d.ts +6 -6
  36. package/dist/enum_rfid_password_type.js +7 -7
  37. package/dist/enum_rfid_password_type.js.map +1 -1
  38. package/dist/ua_auto_id_access_event.d.ts +6 -6
  39. package/dist/ua_auto_id_device.d.ts +6 -6
  40. package/dist/ua_auto_id_diagnostics_event.d.ts +6 -6
  41. package/dist/ua_auto_id_log_entry_event.d.ts +6 -6
  42. package/dist/ua_auto_id_presence_event.d.ts +6 -6
  43. package/dist/ua_auto_id_scan_event.d.ts +6 -6
  44. package/dist/ua_location_variable.d.ts +8 -8
  45. package/dist/ua_ocr_reader_device.d.ts +6 -6
  46. package/dist/ua_ocr_scan_event.d.ts +6 -6
  47. package/dist/ua_optical_reader_device.d.ts +6 -6
  48. package/dist/ua_optical_scan_event.d.ts +6 -6
  49. package/dist/ua_optical_verifier_device.d.ts +6 -6
  50. package/dist/ua_optical_verifier_scan_event.d.ts +6 -6
  51. package/dist/ua_rfid_access_event.d.ts +6 -6
  52. package/dist/ua_rfid_reader_device.d.ts +6 -6
  53. package/dist/ua_rfid_scan_event.d.ts +6 -6
  54. package/dist/ua_rtls_device.d.ts +6 -6
  55. package/dist/ua_rtls_location_event.d.ts +6 -6
  56. package/package.json +12 -11
  57. package/source/dt_access_result.ts +6 -6
  58. package/source/dt_antenna_name_id_pair.ts +6 -6
  59. package/source/dt_dhcp_geo_conf_coordinate.ts +6 -6
  60. package/source/dt_local_coordinate.ts +6 -6
  61. package/source/dt_location.ts +6 -6
  62. package/source/dt_ocr_scan_result.ts +6 -6
  63. package/source/dt_optical_scan_result.ts +6 -6
  64. package/source/dt_optical_verifier_scan_result.ts +6 -6
  65. package/source/dt_position.ts +6 -6
  66. package/source/dt_rfid_access_result.ts +6 -6
  67. package/source/dt_rfid_scan_result.ts +6 -6
  68. package/source/dt_rfid_sighting.ts +6 -6
  69. package/source/dt_rotation.ts +6 -6
  70. package/source/dt_rtls_location_result.ts +6 -6
  71. package/source/dt_scan_data.ts +6 -6
  72. package/source/dt_scan_data_epc.ts +6 -6
  73. package/source/dt_scan_result.ts +6 -6
  74. package/source/dt_scan_settings.ts +6 -6
  75. package/source/dt_wgs_84_coordinate.ts +6 -6
  76. package/source/enum_auto_id_operation_status.ts +6 -6
  77. package/source/enum_device_status.ts +6 -6
  78. package/source/enum_location_type.ts +6 -6
  79. package/source/enum_rfid_lock_operation.ts +6 -6
  80. package/source/enum_rfid_lock_region.ts +6 -6
  81. package/source/enum_rfid_password_type.ts +6 -6
  82. package/source/ua_auto_id_access_event.ts +6 -6
  83. package/source/ua_auto_id_device.ts +6 -6
  84. package/source/ua_auto_id_diagnostics_event.ts +6 -6
  85. package/source/ua_auto_id_log_entry_event.ts +6 -6
  86. package/source/ua_auto_id_presence_event.ts +6 -6
  87. package/source/ua_auto_id_scan_event.ts +6 -6
  88. package/source/ua_location_variable.ts +8 -8
  89. package/source/ua_ocr_reader_device.ts +6 -6
  90. package/source/ua_ocr_scan_event.ts +6 -6
  91. package/source/ua_optical_reader_device.ts +6 -6
  92. package/source/ua_optical_scan_event.ts +6 -6
  93. package/source/ua_optical_verifier_device.ts +6 -6
  94. package/source/ua_optical_verifier_scan_event.ts +6 -6
  95. package/source/ua_rfid_access_event.ts +6 -6
  96. package/source/ua_rfid_reader_device.ts +6 -6
  97. package/source/ua_rfid_scan_event.ts +6 -6
  98. package/source/ua_rtls_device.ts +6 -6
  99. package/source/ua_rtls_location_event.ts +6 -6
@@ -5,12 +5,12 @@ import { DTScanData } from "./dt_scan_data";
5
5
  /**
6
6
  * Result values of an AutoID Identifier access.
7
7
  *
8
- * | | |
9
- * |-----------|--------------------------------------------------|
10
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
11
- * | nodeClass |DataType |
12
- * | name |3:AccessResult |
13
- * | isAbstract|false |
8
+ * | | |
9
+ * |-----------|------------------------------------------------------------|
10
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
11
+ * | nodeClass |DataType |
12
+ * | name |3:AccessResult |
13
+ * | isAbstract|false |
14
14
  */
15
15
  export interface DTAccessResult extends DTStructure {
16
16
  /** Defines the format of Identifier as string.*/
@@ -2,12 +2,12 @@ import { Int32, UAString } from "node-opcua-basic-types";
2
2
  import { ExtensionObject } from "node-opcua-extension-object";
3
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
4
4
  /**
5
- * | | |
6
- * |-----------|--------------------------------------------------|
7
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
8
- * | nodeClass |DataType |
9
- * | name |3:AntennaNameIdPair |
10
- * | isAbstract|false |
5
+ * | | |
6
+ * |-----------|------------------------------------------------------------|
7
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
8
+ * | nodeClass |DataType |
9
+ * | name |3:AntennaNameIdPair |
10
+ * | isAbstract|false |
11
11
  */
12
12
  export interface DTAntennaNameIdPair extends DTStructure {
13
13
  antennaId: Int32;
@@ -2,12 +2,12 @@ import { Int32, Int16, Byte } from "node-opcua-basic-types";
2
2
  import { ExtensionObject } from "node-opcua-extension-object";
3
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
4
4
  /**
5
- * | | |
6
- * |-----------|--------------------------------------------------|
7
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
8
- * | nodeClass |DataType |
9
- * | name |3:DhcpGeoConfCoordinate |
10
- * | isAbstract|false |
5
+ * | | |
6
+ * |-----------|------------------------------------------------------------|
7
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
8
+ * | nodeClass |DataType |
9
+ * | name |3:DhcpGeoConfCoordinate |
10
+ * | isAbstract|false |
11
11
  */
12
12
  export interface DTDhcpGeoConfCoordinate extends DTStructure {
13
13
  laRes: Byte;
@@ -2,12 +2,12 @@ import { Int32 } from "node-opcua-basic-types";
2
2
  import { ExtensionObject } from "node-opcua-extension-object";
3
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
4
4
  /**
5
- * | | |
6
- * |-----------|--------------------------------------------------|
7
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
8
- * | nodeClass |DataType |
9
- * | name |3:LocalCoordinate |
10
- * | isAbstract|false |
5
+ * | | |
6
+ * |-----------|------------------------------------------------------------|
7
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
8
+ * | nodeClass |DataType |
9
+ * | name |3:LocalCoordinate |
10
+ * | isAbstract|false |
11
11
  */
12
12
  export interface DTLocalCoordinate extends DTStructure {
13
13
  x: number;
@@ -3,12 +3,12 @@ import { DTUnion } from "node-opcua-nodeset-ua/source/dt_union";
3
3
  import { DTLocalCoordinate } from "./dt_local_coordinate";
4
4
  import { DTWGS84Coordinate } from "./dt_wgs_84_coordinate";
5
5
  /**
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
9
- * | nodeClass |DataType |
10
- * | name |3:Location |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
9
+ * | nodeClass |DataType |
10
+ * | name |3:Location |
11
+ * | isAbstract|false |
12
12
  */
13
13
  export interface DTLocation_0 extends DTUnion {
14
14
  NMEA: UAString;
@@ -6,12 +6,12 @@ import { DTScanData } from "./dt_scan_data";
6
6
  import { DTLocation } from "./dt_location";
7
7
  import { DTPosition } from "./dt_position";
8
8
  /**
9
- * | | |
10
- * |-----------|--------------------------------------------------|
11
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
12
- * | nodeClass |DataType |
13
- * | name |3:OcrScanResult |
14
- * | isAbstract|false |
9
+ * | | |
10
+ * |-----------|------------------------------------------------------------|
11
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
12
+ * | nodeClass |DataType |
13
+ * | name |3:OcrScanResult |
14
+ * | isAbstract|false |
15
15
  */
16
16
  export interface DTOcrScanResult extends DTScanResult {
17
17
  /** Defines the format of the ScanData as string.*/
@@ -6,12 +6,12 @@ import { DTScanData } from "./dt_scan_data";
6
6
  import { DTLocation } from "./dt_location";
7
7
  import { DTPosition } from "./dt_position";
8
8
  /**
9
- * | | |
10
- * |-----------|--------------------------------------------------|
11
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
12
- * | nodeClass |DataType |
13
- * | name |3:OpticalScanResult |
14
- * | isAbstract|false |
9
+ * | | |
10
+ * |-----------|------------------------------------------------------------|
11
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
12
+ * | nodeClass |DataType |
13
+ * | name |3:OpticalScanResult |
14
+ * | isAbstract|false |
15
15
  */
16
16
  export interface DTOpticalScanResult extends DTScanResult {
17
17
  /** Defines the format of the ScanData as string.*/
@@ -6,12 +6,12 @@ import { DTScanData } from "./dt_scan_data";
6
6
  import { DTLocation } from "./dt_location";
7
7
  import { DTPosition } from "./dt_position";
8
8
  /**
9
- * | | |
10
- * |-----------|--------------------------------------------------|
11
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
12
- * | nodeClass |DataType |
13
- * | name |3:OpticalVerifierScanResult |
14
- * | isAbstract|false |
9
+ * | | |
10
+ * |-----------|------------------------------------------------------------|
11
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
12
+ * | nodeClass |DataType |
13
+ * | name |3:OpticalVerifierScanResult |
14
+ * | isAbstract|false |
15
15
  */
16
16
  export interface DTOpticalVerifierScanResult extends DTOpticalScanResult {
17
17
  /** Defines the format of the ScanData as string.*/
@@ -2,12 +2,12 @@ import { Int32 } from "node-opcua-basic-types";
2
2
  import { ExtensionObject } from "node-opcua-extension-object";
3
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
4
4
  /**
5
- * | | |
6
- * |-----------|--------------------------------------------------|
7
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
8
- * | nodeClass |DataType |
9
- * | name |3:Position |
10
- * | isAbstract|false |
5
+ * | | |
6
+ * |-----------|------------------------------------------------------------|
7
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
8
+ * | nodeClass |DataType |
9
+ * | name |3:Position |
10
+ * | isAbstract|false |
11
11
  */
12
12
  export interface DTPosition extends DTStructure {
13
13
  positionX: Int32;
@@ -6,12 +6,12 @@ import { DTScanData } from "./dt_scan_data";
6
6
  * Additional result values of an Rfid Transponder
7
7
  * access.
8
8
  *
9
- * | | |
10
- * |-----------|--------------------------------------------------|
11
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
12
- * | nodeClass |DataType |
13
- * | name |3:RfidAccessResult |
14
- * | isAbstract|false |
9
+ * | | |
10
+ * |-----------|------------------------------------------------------------|
11
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
12
+ * | nodeClass |DataType |
13
+ * | name |3:RfidAccessResult |
14
+ * | isAbstract|false |
15
15
  */
16
16
  export interface DTRfidAccessResult extends DTAccessResult {
17
17
  /** Defines the format of Identifier as string.*/
@@ -5,12 +5,12 @@ import { DTScanData } from "./dt_scan_data";
5
5
  import { DTLocation } from "./dt_location";
6
6
  import { DTRfidSighting } from "./dt_rfid_sighting";
7
7
  /**
8
- * | | |
9
- * |-----------|--------------------------------------------------|
10
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
11
- * | nodeClass |DataType |
12
- * | name |3:RfidScanResult |
13
- * | isAbstract|false |
8
+ * | | |
9
+ * |-----------|------------------------------------------------------------|
10
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
11
+ * | nodeClass |DataType |
12
+ * | name |3:RfidScanResult |
13
+ * | isAbstract|false |
14
14
  */
15
15
  export interface DTRfidScanResult extends DTScanResult {
16
16
  /** Defines the format of the ScanData as string.*/
@@ -2,12 +2,12 @@ import { Int32 } from "node-opcua-basic-types";
2
2
  import { ExtensionObject } from "node-opcua-extension-object";
3
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
4
4
  /**
5
- * | | |
6
- * |-----------|--------------------------------------------------|
7
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
8
- * | nodeClass |DataType |
9
- * | name |3:RfidSighting |
10
- * | isAbstract|false |
5
+ * | | |
6
+ * |-----------|------------------------------------------------------------|
7
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
8
+ * | nodeClass |DataType |
9
+ * | name |3:RfidSighting |
10
+ * | isAbstract|false |
11
11
  */
12
12
  export interface DTRfidSighting extends DTStructure {
13
13
  /** Returns the number of the antenna which detects the RFID tag first.*/
@@ -1,12 +1,12 @@
1
1
  import { ExtensionObject } from "node-opcua-extension-object";
2
2
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
3
3
  /**
4
- * | | |
5
- * |-----------|--------------------------------------------------|
6
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
7
- * | nodeClass |DataType |
8
- * | name |3:Rotation |
9
- * | isAbstract|false |
4
+ * | | |
5
+ * |-----------|------------------------------------------------------------|
6
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
7
+ * | nodeClass |DataType |
8
+ * | name |3:Rotation |
9
+ * | isAbstract|false |
10
10
  */
11
11
  export interface DTRotation extends DTStructure {
12
12
  yaw: number;
@@ -5,12 +5,12 @@ import { DTScanData } from "./dt_scan_data";
5
5
  import { DTLocation } from "./dt_location";
6
6
  import { DTRotation } from "./dt_rotation";
7
7
  /**
8
- * | | |
9
- * |-----------|--------------------------------------------------|
10
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
11
- * | nodeClass |DataType |
12
- * | name |3:RtlsLocationResult |
13
- * | isAbstract|false |
8
+ * | | |
9
+ * |-----------|------------------------------------------------------------|
10
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
11
+ * | nodeClass |DataType |
12
+ * | name |3:RtlsLocationResult |
13
+ * | isAbstract|false |
14
14
  */
15
15
  export interface DTRtlsLocationResult extends DTScanResult {
16
16
  /** Defines the format of the ScanData as string.*/
@@ -4,12 +4,12 @@ import { UAString } from "node-opcua-basic-types";
4
4
  import { DTUnion } from "node-opcua-nodeset-ua/source/dt_union";
5
5
  import { DTScanDataEpc } from "./dt_scan_data_epc";
6
6
  /**
7
- * | | |
8
- * |-----------|--------------------------------------------------|
9
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
10
- * | nodeClass |DataType |
11
- * | name |3:ScanData |
12
- * | isAbstract|false |
7
+ * | | |
8
+ * |-----------|------------------------------------------------------------|
9
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
10
+ * | nodeClass |DataType |
11
+ * | name |3:ScanData |
12
+ * | isAbstract|false |
13
13
  */
14
14
  export interface DTScanData_0 extends DTUnion {
15
15
  byteString: Buffer;
@@ -3,12 +3,12 @@ import { UInt16 } from "node-opcua-basic-types";
3
3
  import { ExtensionObject } from "node-opcua-extension-object";
4
4
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
5
5
  /**
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
9
- * | nodeClass |DataType |
10
- * | name |3:ScanDataEpc |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
9
+ * | nodeClass |DataType |
10
+ * | name |3:ScanDataEpc |
11
+ * | isAbstract|false |
12
12
  */
13
13
  export interface DTScanDataEpc extends DTStructure {
14
14
  PC: UInt16;
@@ -4,12 +4,12 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
4
4
  import { DTScanData } from "./dt_scan_data";
5
5
  import { DTLocation } from "./dt_location";
6
6
  /**
7
- * | | |
8
- * |-----------|--------------------------------------------------|
9
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
10
- * | nodeClass |DataType |
11
- * | name |3:ScanResult |
12
- * | isAbstract|true |
7
+ * | | |
8
+ * |-----------|------------------------------------------------------------|
9
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
10
+ * | nodeClass |DataType |
11
+ * | name |3:ScanResult |
12
+ * | isAbstract|true |
13
13
  */
14
14
  export interface DTScanResult extends DTStructure {
15
15
  /** Defines the format of the ScanData as string.*/
@@ -3,12 +3,12 @@ import { ExtensionObject } from "node-opcua-extension-object";
3
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
4
4
  import { EnumLocationType } from "./enum_location_type";
5
5
  /**
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
9
- * | nodeClass |DataType |
10
- * | name |3:ScanSettings |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
9
+ * | nodeClass |DataType |
10
+ * | name |3:ScanSettings |
11
+ * | isAbstract|false |
12
12
  */
13
13
  export interface DTScanSettings extends DTStructure {
14
14
  duration: number;
@@ -2,12 +2,12 @@ import { Int32, UAString } from "node-opcua-basic-types";
2
2
  import { ExtensionObject } from "node-opcua-extension-object";
3
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
4
4
  /**
5
- * | | |
6
- * |-----------|--------------------------------------------------|
7
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
8
- * | nodeClass |DataType |
9
- * | name |3:WGS84Coordinate |
10
- * | isAbstract|false |
5
+ * | | |
6
+ * |-----------|------------------------------------------------------------|
7
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
8
+ * | nodeClass |DataType |
9
+ * | name |3:WGS84Coordinate |
10
+ * | isAbstract|false |
11
11
  */
12
12
  export interface DTWGS84Coordinate extends DTStructure {
13
13
  "n/S_Hemisphere": UAString;
@@ -1,10 +1,10 @@
1
1
  /**
2
- * | | |
3
- * |-----------|--------------------------------------------------|
4
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
5
- * | nodeClass |DataType |
6
- * | name |3:AutoIdOperationStatusEnumeration |
7
- * | isAbstract|false |
2
+ * | | |
3
+ * |-----------|------------------------------------------------------------|
4
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
5
+ * | nodeClass |DataType |
6
+ * | name |3:AutoIdOperationStatusEnumeration |
7
+ * | isAbstract|false |
8
8
  */
9
9
  export declare enum EnumAutoIdOperationStatus {
10
10
  /**
@@ -3,12 +3,12 @@
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.EnumAutoIdOperationStatus = void 0;
5
5
  /**
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
9
- * | nodeClass |DataType |
10
- * | name |3:AutoIdOperationStatusEnumeration |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
9
+ * | nodeClass |DataType |
10
+ * | name |3:AutoIdOperationStatusEnumeration |
11
+ * | isAbstract|false |
12
12
  */
13
13
  var EnumAutoIdOperationStatus;
14
14
  (function (EnumAutoIdOperationStatus) {
@@ -115,5 +115,5 @@ var EnumAutoIdOperationStatus;
115
115
  * The battery of the (active) tag is low.
116
116
  */
117
117
  EnumAutoIdOperationStatus[EnumAutoIdOperationStatus["TAG_HAS_LOW_BATTERY"] = 21] = "TAG_HAS_LOW_BATTERY";
118
- })(EnumAutoIdOperationStatus = exports.EnumAutoIdOperationStatus || (exports.EnumAutoIdOperationStatus = {}));
118
+ })(EnumAutoIdOperationStatus || (exports.EnumAutoIdOperationStatus = EnumAutoIdOperationStatus = {}));
119
119
  //# sourceMappingURL=enum_auto_id_operation_status.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"enum_auto_id_operation_status.js","sourceRoot":"","sources":["../source/enum_auto_id_operation_status.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,yBAwGX;AAxGD,WAAY,yBAAyB;IACnC;;OAEG;IACH,+EAAW,CAAA;IACX;;OAEG;IACH,iGAAoB,CAAA;IACpB;;OAEG;IACH,qGAAsB,CAAA;IACtB;;OAEG;IACH,+FAAmB,CAAA;IACnB;;OAEG;IACH,6FAAkB,CAAA;IAClB;;OAEG;IACH,6GAA0B,CAAA;IAC1B;;OAEG;IACH,2GAAyB,CAAA;IACzB;;OAEG;IACH,qGAAsB,CAAA;IACtB;;;;;OAKG;IACH,2FAAiB,CAAA;IACjB;;;;OAIG;IACH,yGAAwB,CAAA;IACxB;;;;OAIG;IACH,sFAAe,CAAA;IACf;;;OAGG;IACH,8FAAmB,CAAA;IACnB;;OAEG;IACH,wFAAgB,CAAA;IAChB;;;OAGG;IACH,sGAAuB,CAAA;IACvB;;;OAGG;IACH,wFAAgB,CAAA;IAChB;;;OAGG;IACH,gHAA4B,CAAA;IAC5B;;;OAGG;IACH,0GAAyB,CAAA;IACzB;;;OAGG;IACH,kGAAqB,CAAA;IACrB;;OAEG;IACH,4GAA0B,CAAA;IAC1B;;;;OAIG;IACH,8GAA2B,CAAA;IAC3B;;OAEG;IACH,0FAAiB,CAAA;IACjB;;OAEG;IACH,wGAAwB,CAAA;AAC1B,CAAC,EAxGW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAwGpC"}
1
+ {"version":3,"file":"enum_auto_id_operation_status.js","sourceRoot":"","sources":["../source/enum_auto_id_operation_status.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,yBAwGX;AAxGD,WAAY,yBAAyB;IACnC;;OAEG;IACH,+EAAW,CAAA;IACX;;OAEG;IACH,iGAAoB,CAAA;IACpB;;OAEG;IACH,qGAAsB,CAAA;IACtB;;OAEG;IACH,+FAAmB,CAAA;IACnB;;OAEG;IACH,6FAAkB,CAAA;IAClB;;OAEG;IACH,6GAA0B,CAAA;IAC1B;;OAEG;IACH,2GAAyB,CAAA;IACzB;;OAEG;IACH,qGAAsB,CAAA;IACtB;;;;;OAKG;IACH,2FAAiB,CAAA;IACjB;;;;OAIG;IACH,yGAAwB,CAAA;IACxB;;;;OAIG;IACH,sFAAe,CAAA;IACf;;;OAGG;IACH,8FAAmB,CAAA;IACnB;;OAEG;IACH,wFAAgB,CAAA;IAChB;;;OAGG;IACH,sGAAuB,CAAA;IACvB;;;OAGG;IACH,wFAAgB,CAAA;IAChB;;;OAGG;IACH,gHAA4B,CAAA;IAC5B;;;OAGG;IACH,0GAAyB,CAAA;IACzB;;;OAGG;IACH,kGAAqB,CAAA;IACrB;;OAEG;IACH,4GAA0B,CAAA;IAC1B;;;;OAIG;IACH,8GAA2B,CAAA;IAC3B;;OAEG;IACH,0FAAiB,CAAA;IACjB;;OAEG;IACH,wGAAwB,CAAA;AAC1B,CAAC,EAxGW,yBAAyB,yCAAzB,yBAAyB,QAwGpC"}
@@ -1,10 +1,10 @@
1
1
  /**
2
- * | | |
3
- * |-----------|--------------------------------------------------|
4
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
5
- * | nodeClass |DataType |
6
- * | name |3:DeviceStatusEnumeration |
7
- * | isAbstract|false |
2
+ * | | |
3
+ * |-----------|------------------------------------------------------------|
4
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
5
+ * | nodeClass |DataType |
6
+ * | name |3:DeviceStatusEnumeration |
7
+ * | isAbstract|false |
8
8
  */
9
9
  export declare enum EnumDeviceStatus {
10
10
  Idle = 0,
@@ -3,12 +3,12 @@
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.EnumDeviceStatus = void 0;
5
5
  /**
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
9
- * | nodeClass |DataType |
10
- * | name |3:DeviceStatusEnumeration |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
9
+ * | nodeClass |DataType |
10
+ * | name |3:DeviceStatusEnumeration |
11
+ * | isAbstract|false |
12
12
  */
13
13
  var EnumDeviceStatus;
14
14
  (function (EnumDeviceStatus) {
@@ -16,5 +16,5 @@ var EnumDeviceStatus;
16
16
  EnumDeviceStatus[EnumDeviceStatus["Error"] = 1] = "Error";
17
17
  EnumDeviceStatus[EnumDeviceStatus["Scanning"] = 2] = "Scanning";
18
18
  EnumDeviceStatus[EnumDeviceStatus["Busy"] = 3] = "Busy";
19
- })(EnumDeviceStatus = exports.EnumDeviceStatus || (exports.EnumDeviceStatus = {}));
19
+ })(EnumDeviceStatus || (exports.EnumDeviceStatus = EnumDeviceStatus = {}));
20
20
  //# sourceMappingURL=enum_device_status.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"enum_device_status.js","sourceRoot":"","sources":["../source/enum_device_status.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,uDAAQ,CAAA;IACR,yDAAS,CAAA;IACT,+DAAY,CAAA;IACZ,uDAAQ,CAAA;AACV,CAAC,EALW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAK3B"}
1
+ {"version":3,"file":"enum_device_status.js","sourceRoot":"","sources":["../source/enum_device_status.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,uDAAQ,CAAA;IACR,yDAAS,CAAA;IACT,+DAAY,CAAA;IACZ,uDAAQ,CAAA;AACV,CAAC,EALW,gBAAgB,gCAAhB,gBAAgB,QAK3B"}
@@ -1,10 +1,10 @@
1
1
  /**
2
- * | | |
3
- * |-----------|--------------------------------------------------|
4
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
5
- * | nodeClass |DataType |
6
- * | name |3:LocationTypeEnumeration |
7
- * | isAbstract|false |
2
+ * | | |
3
+ * |-----------|------------------------------------------------------------|
4
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
5
+ * | nodeClass |DataType |
6
+ * | name |3:LocationTypeEnumeration |
7
+ * | isAbstract|false |
8
8
  */
9
9
  export declare enum EnumLocationType {
10
10
  NMEA = 0,
@@ -3,12 +3,12 @@
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.EnumLocationType = void 0;
5
5
  /**
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
9
- * | nodeClass |DataType |
10
- * | name |3:LocationTypeEnumeration |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
9
+ * | nodeClass |DataType |
10
+ * | name |3:LocationTypeEnumeration |
11
+ * | isAbstract|false |
12
12
  */
13
13
  var EnumLocationType;
14
14
  (function (EnumLocationType) {
@@ -16,5 +16,5 @@ var EnumLocationType;
16
16
  EnumLocationType[EnumLocationType["LOCAL"] = 1] = "LOCAL";
17
17
  EnumLocationType[EnumLocationType["WGS84"] = 2] = "WGS84";
18
18
  EnumLocationType[EnumLocationType["NAME"] = 3] = "NAME";
19
- })(EnumLocationType = exports.EnumLocationType || (exports.EnumLocationType = {}));
19
+ })(EnumLocationType || (exports.EnumLocationType = EnumLocationType = {}));
20
20
  //# sourceMappingURL=enum_location_type.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"enum_location_type.js","sourceRoot":"","sources":["../source/enum_location_type.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,uDAAQ,CAAA;IACR,yDAAS,CAAA;IACT,yDAAS,CAAA;IACT,uDAAQ,CAAA;AACV,CAAC,EALW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAK3B"}
1
+ {"version":3,"file":"enum_location_type.js","sourceRoot":"","sources":["../source/enum_location_type.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,uDAAQ,CAAA;IACR,yDAAS,CAAA;IACT,yDAAS,CAAA;IACT,uDAAQ,CAAA;AACV,CAAC,EALW,gBAAgB,gCAAhB,gBAAgB,QAK3B"}
@@ -1,10 +1,10 @@
1
1
  /**
2
- * | | |
3
- * |-----------|--------------------------------------------------|
4
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
5
- * | nodeClass |DataType |
6
- * | name |3:RfidLockOperationEnumeration |
7
- * | isAbstract|false |
2
+ * | | |
3
+ * |-----------|------------------------------------------------------------|
4
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
5
+ * | nodeClass |DataType |
6
+ * | name |3:RfidLockOperationEnumeration |
7
+ * | isAbstract|false |
8
8
  */
9
9
  export declare enum EnumRfidLockOperation {
10
10
  Lock = 0,
@@ -3,12 +3,12 @@
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.EnumRfidLockOperation = void 0;
5
5
  /**
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/AutoID/ |
9
- * | nodeClass |DataType |
10
- * | name |3:RfidLockOperationEnumeration |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/AutoID/ |
9
+ * | nodeClass |DataType |
10
+ * | name |3:RfidLockOperationEnumeration |
11
+ * | isAbstract|false |
12
12
  */
13
13
  var EnumRfidLockOperation;
14
14
  (function (EnumRfidLockOperation) {
@@ -16,5 +16,5 @@ var EnumRfidLockOperation;
16
16
  EnumRfidLockOperation[EnumRfidLockOperation["Unlock"] = 1] = "Unlock";
17
17
  EnumRfidLockOperation[EnumRfidLockOperation["PermanentLock"] = 2] = "PermanentLock";
18
18
  EnumRfidLockOperation[EnumRfidLockOperation["PermanentUnlock"] = 3] = "PermanentUnlock";
19
- })(EnumRfidLockOperation = exports.EnumRfidLockOperation || (exports.EnumRfidLockOperation = {}));
19
+ })(EnumRfidLockOperation || (exports.EnumRfidLockOperation = EnumRfidLockOperation = {}));
20
20
  //# sourceMappingURL=enum_rfid_lock_operation.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"enum_rfid_lock_operation.js","sourceRoot":"","sources":["../source/enum_rfid_lock_operation.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,iEAAQ,CAAA;IACR,qEAAU,CAAA;IACV,mFAAiB,CAAA;IACjB,uFAAmB,CAAA;AACrB,CAAC,EALW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAKhC"}
1
+ {"version":3,"file":"enum_rfid_lock_operation.js","sourceRoot":"","sources":["../source/enum_rfid_lock_operation.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,iEAAQ,CAAA;IACR,qEAAU,CAAA;IACV,mFAAiB,CAAA;IACjB,uFAAmB,CAAA;AACrB,CAAC,EALW,qBAAqB,qCAArB,qBAAqB,QAKhC"}