@blueid/access-capacitor 12.25.0 → 12.27.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/android/build.gradle +0 -2
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.aar +0 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.aar.asc +7 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.aar.asc.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.aar.asc.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.aar.asc.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.aar.asc.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.aar.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.aar.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.aar.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.aar.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/{12.25.0/access-12.25.0.module → 12.27.0/access-12.27.0.module} +23 -23
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.module.asc +7 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.module.asc.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.module.asc.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.module.asc.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.module.asc.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.module.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.module.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.module.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.module.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/{12.25.0/access-12.25.0.pom → 12.27.0/access-12.27.0.pom} +8 -8
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.pom.asc +7 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.pom.asc.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.pom.asc.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.pom.asc.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.pom.asc.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.pom.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.pom.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.pom.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.27.0/access-12.27.0.pom.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/maven-metadata.xml +4 -4
- package/android/sdklib/com/blue-id/access/maven-metadata.xml.md5 +1 -1
- package/android/sdklib/com/blue-id/access/maven-metadata.xml.sha1 +1 -1
- package/android/sdklib/com/blue-id/access/maven-metadata.xml.sha256 +1 -1
- package/android/sdklib/com/blue-id/access/maven-metadata.xml.sha512 +1 -1
- package/android/src/main/java/com/blueid/access/plugins/capacitor/BlueIDAccess.java +1 -14
- package/android/src/main/java/com/blueid/access/plugins/capacitor/BlueIDAccessPlugin.java +2 -6
- package/dist/docs.json +0 -7
- package/dist/esm/BlueCore_pb.d.ts +138 -1
- package/dist/esm/BlueCore_pb.js +167 -0
- package/dist/esm/BlueCore_pb.js.map +1 -1
- package/dist/esm/BlueSDK_pb.d.ts +0 -23
- package/dist/esm/BlueSDK_pb.js +0 -24
- package/dist/esm/BlueSDK_pb.js.map +1 -1
- package/dist/esm/BlueSystem_pb.d.ts +0 -33
- package/dist/esm/BlueSystem_pb.js +0 -31
- package/dist/esm/BlueSystem_pb.js.map +1 -1
- package/dist/esm/interop.d.ts +1 -2
- package/dist/esm/interop.js +1 -2
- package/dist/esm/interop.js.map +1 -1
- package/dist/plugin.cjs.js +180 -59
- package/dist/plugin.cjs.js.map +1 -1
- package/dist/plugin.js +180 -59
- package/dist/plugin.js.map +1 -1
- package/ios/Plugin/BlueIDAccessPlugin.swift +3 -11
- package/package.json +1 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.aar +0 -0
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.aar.asc +0 -7
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.aar.asc.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.aar.asc.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.aar.asc.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.aar.asc.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.aar.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.aar.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.aar.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.aar.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.module.asc +0 -7
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.module.asc.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.module.asc.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.module.asc.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.module.asc.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.module.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.module.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.module.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.module.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.pom.asc +0 -7
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.pom.asc.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.pom.asc.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.pom.asc.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.pom.asc.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.pom.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.pom.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.pom.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.25.0/access-12.25.0.pom.sha512 +0 -1
- package/dist/esm/BlueNetworkCore_pb.d.ts +0 -467
- package/dist/esm/BlueNetworkCore_pb.js +0 -526
- package/dist/esm/BlueNetworkCore_pb.js.map +0 -1
package/dist/plugin.cjs.js
CHANGED
|
@@ -1721,6 +1721,173 @@ BlueSPResult.typeName = "BlueSPResult";
|
|
|
1721
1721
|
BlueSPResult.fields = protobuf.proto2.util.newFieldList(() => [
|
|
1722
1722
|
{ no: 1, name: "data", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
1723
1723
|
]);
|
|
1724
|
+
/**
|
|
1725
|
+
* @generated from message BlueWebSPHandshake
|
|
1726
|
+
*/
|
|
1727
|
+
class BlueWebSPHandshake extends protobuf.Message {
|
|
1728
|
+
constructor(data) {
|
|
1729
|
+
super();
|
|
1730
|
+
protobuf.proto2.util.initPartial(data, this);
|
|
1731
|
+
}
|
|
1732
|
+
static fromBinary(bytes, options) {
|
|
1733
|
+
return new BlueWebSPHandshake().fromBinary(bytes, options);
|
|
1734
|
+
}
|
|
1735
|
+
static fromJson(jsonValue, options) {
|
|
1736
|
+
return new BlueWebSPHandshake().fromJson(jsonValue, options);
|
|
1737
|
+
}
|
|
1738
|
+
static fromJsonString(jsonString, options) {
|
|
1739
|
+
return new BlueWebSPHandshake().fromJsonString(jsonString, options);
|
|
1740
|
+
}
|
|
1741
|
+
static equals(a, b) {
|
|
1742
|
+
return protobuf.proto2.util.equals(BlueWebSPHandshake, a, b);
|
|
1743
|
+
}
|
|
1744
|
+
}
|
|
1745
|
+
BlueWebSPHandshake.runtime = protobuf.proto2;
|
|
1746
|
+
BlueWebSPHandshake.typeName = "BlueWebSPHandshake";
|
|
1747
|
+
BlueWebSPHandshake.fields = protobuf.proto2.util.newFieldList(() => [
|
|
1748
|
+
{ no: 1, name: "salt", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
1749
|
+
]);
|
|
1750
|
+
/**
|
|
1751
|
+
* @generated from message BlueWebSPHandshakeReply
|
|
1752
|
+
*/
|
|
1753
|
+
class BlueWebSPHandshakeReply extends protobuf.Message {
|
|
1754
|
+
constructor(data) {
|
|
1755
|
+
super();
|
|
1756
|
+
protobuf.proto2.util.initPartial(data, this);
|
|
1757
|
+
}
|
|
1758
|
+
static fromBinary(bytes, options) {
|
|
1759
|
+
return new BlueWebSPHandshakeReply().fromBinary(bytes, options);
|
|
1760
|
+
}
|
|
1761
|
+
static fromJson(jsonValue, options) {
|
|
1762
|
+
return new BlueWebSPHandshakeReply().fromJson(jsonValue, options);
|
|
1763
|
+
}
|
|
1764
|
+
static fromJsonString(jsonString, options) {
|
|
1765
|
+
return new BlueWebSPHandshakeReply().fromJsonString(jsonString, options);
|
|
1766
|
+
}
|
|
1767
|
+
static equals(a, b) {
|
|
1768
|
+
return protobuf.proto2.util.equals(BlueWebSPHandshakeReply, a, b);
|
|
1769
|
+
}
|
|
1770
|
+
}
|
|
1771
|
+
BlueWebSPHandshakeReply.runtime = protobuf.proto2;
|
|
1772
|
+
BlueWebSPHandshakeReply.typeName = "BlueWebSPHandshakeReply";
|
|
1773
|
+
BlueWebSPHandshakeReply.fields = protobuf.proto2.util.newFieldList(() => [
|
|
1774
|
+
{ no: 1, name: "deviceId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1775
|
+
{ no: 2, name: "signature", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
1776
|
+
]);
|
|
1777
|
+
/**
|
|
1778
|
+
* @generated from message BlueWebSPMessage
|
|
1779
|
+
*/
|
|
1780
|
+
class BlueWebSPMessage extends protobuf.Message {
|
|
1781
|
+
constructor(data) {
|
|
1782
|
+
super();
|
|
1783
|
+
protobuf.proto2.util.initPartial(data, this);
|
|
1784
|
+
}
|
|
1785
|
+
static fromBinary(bytes, options) {
|
|
1786
|
+
return new BlueWebSPMessage().fromBinary(bytes, options);
|
|
1787
|
+
}
|
|
1788
|
+
static fromJson(jsonValue, options) {
|
|
1789
|
+
return new BlueWebSPMessage().fromJson(jsonValue, options);
|
|
1790
|
+
}
|
|
1791
|
+
static fromJsonString(jsonString, options) {
|
|
1792
|
+
return new BlueWebSPMessage().fromJsonString(jsonString, options);
|
|
1793
|
+
}
|
|
1794
|
+
static equals(a, b) {
|
|
1795
|
+
return protobuf.proto2.util.equals(BlueWebSPMessage, a, b);
|
|
1796
|
+
}
|
|
1797
|
+
}
|
|
1798
|
+
BlueWebSPMessage.runtime = protobuf.proto2;
|
|
1799
|
+
BlueWebSPMessage.typeName = "BlueWebSPMessage";
|
|
1800
|
+
BlueWebSPMessage.fields = protobuf.proto2.util.newFieldList(() => [
|
|
1801
|
+
{ no: 1, name: "transactionId", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
1802
|
+
{ no: 2, name: "payload", kind: "message", T: BlueSPResult },
|
|
1803
|
+
]);
|
|
1804
|
+
/**
|
|
1805
|
+
* Message sent by the server to the device
|
|
1806
|
+
*
|
|
1807
|
+
* @generated from message BlueWebSPServerMessage
|
|
1808
|
+
*/
|
|
1809
|
+
class BlueWebSPServerMessage extends protobuf.Message {
|
|
1810
|
+
constructor(data) {
|
|
1811
|
+
super();
|
|
1812
|
+
/**
|
|
1813
|
+
* @generated from oneof BlueWebSPServerMessage.payload
|
|
1814
|
+
*/
|
|
1815
|
+
this.payload = { case: undefined };
|
|
1816
|
+
protobuf.proto2.util.initPartial(data, this);
|
|
1817
|
+
}
|
|
1818
|
+
static fromBinary(bytes, options) {
|
|
1819
|
+
return new BlueWebSPServerMessage().fromBinary(bytes, options);
|
|
1820
|
+
}
|
|
1821
|
+
static fromJson(jsonValue, options) {
|
|
1822
|
+
return new BlueWebSPServerMessage().fromJson(jsonValue, options);
|
|
1823
|
+
}
|
|
1824
|
+
static fromJsonString(jsonString, options) {
|
|
1825
|
+
return new BlueWebSPServerMessage().fromJsonString(jsonString, options);
|
|
1826
|
+
}
|
|
1827
|
+
static equals(a, b) {
|
|
1828
|
+
return protobuf.proto2.util.equals(BlueWebSPServerMessage, a, b);
|
|
1829
|
+
}
|
|
1830
|
+
}
|
|
1831
|
+
BlueWebSPServerMessage.runtime = protobuf.proto2;
|
|
1832
|
+
BlueWebSPServerMessage.typeName = "BlueWebSPServerMessage";
|
|
1833
|
+
BlueWebSPServerMessage.fields = protobuf.proto2.util.newFieldList(() => [
|
|
1834
|
+
{ no: 2, name: "handshake", kind: "message", T: BlueWebSPHandshake, oneof: "payload" },
|
|
1835
|
+
{ no: 3, name: "command", kind: "message", T: BlueSPTokenCommand, oneof: "payload" },
|
|
1836
|
+
{ no: 4, name: "ossSo", kind: "message", T: BlueOssSoMobile, oneof: "payload" },
|
|
1837
|
+
{ no: 5, name: "ossSid", kind: "message", T: BlueOssSidMobile, oneof: "payload" },
|
|
1838
|
+
]);
|
|
1839
|
+
/**
|
|
1840
|
+
* TODO: payload
|
|
1841
|
+
*
|
|
1842
|
+
* @generated from message BlueWebSPClientMessage
|
|
1843
|
+
*/
|
|
1844
|
+
class BlueWebSPClientMessage extends protobuf.Message {
|
|
1845
|
+
constructor(data) {
|
|
1846
|
+
super();
|
|
1847
|
+
protobuf.proto2.util.initPartial(data, this);
|
|
1848
|
+
}
|
|
1849
|
+
static fromBinary(bytes, options) {
|
|
1850
|
+
return new BlueWebSPClientMessage().fromBinary(bytes, options);
|
|
1851
|
+
}
|
|
1852
|
+
static fromJson(jsonValue, options) {
|
|
1853
|
+
return new BlueWebSPClientMessage().fromJson(jsonValue, options);
|
|
1854
|
+
}
|
|
1855
|
+
static fromJsonString(jsonString, options) {
|
|
1856
|
+
return new BlueWebSPClientMessage().fromJsonString(jsonString, options);
|
|
1857
|
+
}
|
|
1858
|
+
static equals(a, b) {
|
|
1859
|
+
return protobuf.proto2.util.equals(BlueWebSPClientMessage, a, b);
|
|
1860
|
+
}
|
|
1861
|
+
}
|
|
1862
|
+
BlueWebSPClientMessage.runtime = protobuf.proto2;
|
|
1863
|
+
BlueWebSPClientMessage.typeName = "BlueWebSPClientMessage";
|
|
1864
|
+
BlueWebSPClientMessage.fields = protobuf.proto2.util.newFieldList(() => []);
|
|
1865
|
+
/**
|
|
1866
|
+
* @generated from message BlueWebSPStatusMessage
|
|
1867
|
+
*/
|
|
1868
|
+
class BlueWebSPStatusMessage extends protobuf.Message {
|
|
1869
|
+
constructor(data) {
|
|
1870
|
+
super();
|
|
1871
|
+
protobuf.proto2.util.initPartial(data, this);
|
|
1872
|
+
}
|
|
1873
|
+
static fromBinary(bytes, options) {
|
|
1874
|
+
return new BlueWebSPStatusMessage().fromBinary(bytes, options);
|
|
1875
|
+
}
|
|
1876
|
+
static fromJson(jsonValue, options) {
|
|
1877
|
+
return new BlueWebSPStatusMessage().fromJson(jsonValue, options);
|
|
1878
|
+
}
|
|
1879
|
+
static fromJsonString(jsonString, options) {
|
|
1880
|
+
return new BlueWebSPStatusMessage().fromJsonString(jsonString, options);
|
|
1881
|
+
}
|
|
1882
|
+
static equals(a, b) {
|
|
1883
|
+
return protobuf.proto2.util.equals(BlueWebSPStatusMessage, a, b);
|
|
1884
|
+
}
|
|
1885
|
+
}
|
|
1886
|
+
BlueWebSPStatusMessage.runtime = protobuf.proto2;
|
|
1887
|
+
BlueWebSPStatusMessage.typeName = "BlueWebSPStatusMessage";
|
|
1888
|
+
BlueWebSPStatusMessage.fields = protobuf.proto2.util.newFieldList(() => [
|
|
1889
|
+
{ no: 1, name: "status", kind: "enum", T: protobuf.proto2.getEnumType(exports.BlueReturnCode) },
|
|
1890
|
+
]);
|
|
1724
1891
|
/**
|
|
1725
1892
|
* @generated from message BlueOssAccessResult
|
|
1726
1893
|
*/
|
|
@@ -2966,6 +3133,12 @@ var BlueCore = /*#__PURE__*/Object.freeze({
|
|
|
2966
3133
|
BlueSPTokenCommand: BlueSPTokenCommand,
|
|
2967
3134
|
BlueSPToken: BlueSPToken,
|
|
2968
3135
|
BlueSPResult: BlueSPResult,
|
|
3136
|
+
BlueWebSPHandshake: BlueWebSPHandshake,
|
|
3137
|
+
BlueWebSPHandshakeReply: BlueWebSPHandshakeReply,
|
|
3138
|
+
BlueWebSPMessage: BlueWebSPMessage,
|
|
3139
|
+
BlueWebSPServerMessage: BlueWebSPServerMessage,
|
|
3140
|
+
BlueWebSPClientMessage: BlueWebSPClientMessage,
|
|
3141
|
+
BlueWebSPStatusMessage: BlueWebSPStatusMessage,
|
|
2969
3142
|
BlueOssAccessResult: BlueOssAccessResult,
|
|
2970
3143
|
BlueOssAccessEventsResult: BlueOssAccessEventsResult,
|
|
2971
3144
|
BlueOssSidVersion: BlueOssSidVersion,
|
|
@@ -3111,35 +3284,6 @@ var BlueLock = /*#__PURE__*/Object.freeze({
|
|
|
3111
3284
|
});
|
|
3112
3285
|
|
|
3113
3286
|
// @generated by protoc-gen-es v1.4.0 with parameter "target=ts"
|
|
3114
|
-
/**
|
|
3115
|
-
* @generated from enum BlueNetworkType
|
|
3116
|
-
*/
|
|
3117
|
-
exports.BlueNetworkType = void 0;
|
|
3118
|
-
(function (BlueNetworkType) {
|
|
3119
|
-
/**
|
|
3120
|
-
* @generated from enum value: None = 1;
|
|
3121
|
-
*/
|
|
3122
|
-
BlueNetworkType[BlueNetworkType["None"] = 1] = "None";
|
|
3123
|
-
/**
|
|
3124
|
-
* @generated from enum value: Ethernet = 2;
|
|
3125
|
-
*/
|
|
3126
|
-
BlueNetworkType[BlueNetworkType["Ethernet"] = 2] = "Ethernet";
|
|
3127
|
-
/**
|
|
3128
|
-
* @generated from enum value: Wifi = 3;
|
|
3129
|
-
*/
|
|
3130
|
-
BlueNetworkType[BlueNetworkType["Wifi"] = 3] = "Wifi";
|
|
3131
|
-
/**
|
|
3132
|
-
* @generated from enum value: Gsm = 4;
|
|
3133
|
-
*/
|
|
3134
|
-
BlueNetworkType[BlueNetworkType["Gsm"] = 4] = "Gsm";
|
|
3135
|
-
})(exports.BlueNetworkType || (exports.BlueNetworkType = {}));
|
|
3136
|
-
// Retrieve enum metadata with: proto2.getEnumType(BlueNetworkType)
|
|
3137
|
-
protobuf.proto2.util.setEnumType(exports.BlueNetworkType, "BlueNetworkType", [
|
|
3138
|
-
{ no: 1, name: "None" },
|
|
3139
|
-
{ no: 2, name: "Ethernet" },
|
|
3140
|
-
{ no: 3, name: "Wifi" },
|
|
3141
|
-
{ no: 4, name: "Gsm" },
|
|
3142
|
-
]);
|
|
3143
3287
|
/**
|
|
3144
3288
|
* @generated from message BlueBaseConfig
|
|
3145
3289
|
*/
|
|
@@ -3355,7 +3499,6 @@ BlueOssConfig.fields = protobuf.proto2.util.newFieldList(() => [
|
|
|
3355
3499
|
{ no: 6, name: "soUpdateFromBlacklist", kind: "scalar", T: 8 /* ScalarType.BOOL */, default: true },
|
|
3356
3500
|
{ no: 7, name: "soMifareAesKey", kind: "scalar", T: 12 /* ScalarType.BYTES */, default: new Uint8Array([0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F]) },
|
|
3357
3501
|
{ no: 8, name: "soMifareAid", kind: "scalar", T: 13 /* ScalarType.UINT32 */, default: 16076800 },
|
|
3358
|
-
{ no: 9, name: "minRefreshDays", kind: "scalar", T: 13 /* ScalarType.UINT32 */, opt: true, default: 5 },
|
|
3359
3502
|
]);
|
|
3360
3503
|
/**
|
|
3361
3504
|
* @generated from message BlueSystemAVRInfo
|
|
@@ -3537,7 +3680,6 @@ BlueSystemProvisioning.fields = protobuf.proto2.util.newFieldList(() => [
|
|
|
3537
3680
|
{ no: 3, name: "serialNumber", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "00000000000000000000" },
|
|
3538
3681
|
{ no: 4, name: "terminalPrivateKey", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
3539
3682
|
{ no: 5, name: "signaturePublicKey", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
3540
|
-
{ no: 6, name: "isDev", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true, default: false },
|
|
3541
3683
|
]);
|
|
3542
3684
|
/**
|
|
3543
3685
|
* @generated from message BlueSystemStatus
|
|
@@ -3762,7 +3904,6 @@ BlueBlacklistEntries.fields = protobuf.proto2.util.newFieldList(() => [
|
|
|
3762
3904
|
|
|
3763
3905
|
var BlueSystem = /*#__PURE__*/Object.freeze({
|
|
3764
3906
|
__proto__: null,
|
|
3765
|
-
get BlueNetworkType () { return exports.BlueNetworkType; },
|
|
3766
3907
|
BlueBaseConfig: BlueBaseConfig,
|
|
3767
3908
|
BlueBleConfig: BlueBleConfig,
|
|
3768
3909
|
BlueOnlineConfig: BlueOnlineConfig,
|
|
@@ -3833,29 +3974,6 @@ protobuf.proto2.util.setEnumType(exports.BlueRefreshOssSoCredentialStatus, "Blue
|
|
|
3833
3974
|
{ no: 3, name: "NotNeeded" },
|
|
3834
3975
|
{ no: 4, name: "Unsupported" },
|
|
3835
3976
|
]);
|
|
3836
|
-
/**
|
|
3837
|
-
* @generated from enum BlueHardwareVendor
|
|
3838
|
-
*/
|
|
3839
|
-
exports.BlueHardwareVendor = void 0;
|
|
3840
|
-
(function (BlueHardwareVendor) {
|
|
3841
|
-
/**
|
|
3842
|
-
* UUNZ
|
|
3843
|
-
*
|
|
3844
|
-
* @generated from enum value: uundzlocks = 0;
|
|
3845
|
-
*/
|
|
3846
|
-
BlueHardwareVendor[BlueHardwareVendor["uundzlocks"] = 0] = "uundzlocks";
|
|
3847
|
-
/**
|
|
3848
|
-
* DigitalLogic
|
|
3849
|
-
*
|
|
3850
|
-
* @generated from enum value: dlogiclock = 1;
|
|
3851
|
-
*/
|
|
3852
|
-
BlueHardwareVendor[BlueHardwareVendor["dlogiclock"] = 1] = "dlogiclock";
|
|
3853
|
-
})(exports.BlueHardwareVendor || (exports.BlueHardwareVendor = {}));
|
|
3854
|
-
// Retrieve enum metadata with: proto2.getEnumType(BlueHardwareVendor)
|
|
3855
|
-
protobuf.proto2.util.setEnumType(exports.BlueHardwareVendor, "BlueHardwareVendor", [
|
|
3856
|
-
{ no: 0, name: "uundzlocks" },
|
|
3857
|
-
{ no: 1, name: "dlogiclock" },
|
|
3858
|
-
]);
|
|
3859
3977
|
/**
|
|
3860
3978
|
* @generated from message BlueI18n
|
|
3861
3979
|
*/
|
|
@@ -4079,7 +4197,6 @@ BlueIdentity.fields = protobuf.proto2.util.newFieldList(() => [
|
|
|
4079
4197
|
{ no: 11, name: "siteName", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
4080
4198
|
{ no: 12, name: "privateKey", kind: "scalar", T: 12 /* ScalarType.BYTES */, opt: true },
|
|
4081
4199
|
{ no: 13, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
4082
|
-
{ no: 14, name: "syncedUntil", kind: "scalar", T: 4 /* ScalarType.UINT64 */, opt: true },
|
|
4083
4200
|
]);
|
|
4084
4201
|
/**
|
|
4085
4202
|
* @generated from message BlueIdentitiesList
|
|
@@ -4728,7 +4845,6 @@ var BlueSDK = /*#__PURE__*/Object.freeze({
|
|
|
4728
4845
|
__proto__: null,
|
|
4729
4846
|
get BlueDeviceType () { return exports.BlueDeviceType; },
|
|
4730
4847
|
get BlueRefreshOssSoCredentialStatus () { return exports.BlueRefreshOssSoCredentialStatus; },
|
|
4731
|
-
get BlueHardwareVendor () { return exports.BlueHardwareVendor; },
|
|
4732
4848
|
BlueI18n: BlueI18n,
|
|
4733
4849
|
BlueDeviceDetailsBluetooth: BlueDeviceDetailsBluetooth,
|
|
4734
4850
|
BlueDeviceDetailsUWB: BlueDeviceDetailsUWB,
|
|
@@ -4807,7 +4923,7 @@ class BlueIDAccessInterop {
|
|
|
4807
4923
|
this.terminalRunFunc = terminalRunFunc;
|
|
4808
4924
|
this.addListenerFunc = addListenerFunc;
|
|
4809
4925
|
}
|
|
4810
|
-
async runCommand(command, arg0 = null, arg1 = null, arg2 = null
|
|
4926
|
+
async runCommand(command, arg0 = null, arg1 = null, arg2 = null) {
|
|
4811
4927
|
if (!command) {
|
|
4812
4928
|
throw new Error("Missing valid command");
|
|
4813
4929
|
}
|
|
@@ -4817,7 +4933,6 @@ class BlueIDAccessInterop {
|
|
|
4817
4933
|
arg0: encodeArgument(arg0),
|
|
4818
4934
|
arg1: encodeArgument(arg1),
|
|
4819
4935
|
arg2: encodeArgument(arg2),
|
|
4820
|
-
arg3: encodeArgument(arg3),
|
|
4821
4936
|
});
|
|
4822
4937
|
console.log('Running command with result : ' + JSON.stringify(result));
|
|
4823
4938
|
if (!result) {
|
|
@@ -5027,5 +5142,11 @@ exports.BlueSystemStatusExt = BlueSystemStatusExt;
|
|
|
5027
5142
|
exports.BlueSystemTimeUnix = BlueSystemTimeUnix;
|
|
5028
5143
|
exports.BlueSystemUpdate = BlueSystemUpdate;
|
|
5029
5144
|
exports.BlueVersionInfo = BlueVersionInfo;
|
|
5145
|
+
exports.BlueWebSPClientMessage = BlueWebSPClientMessage;
|
|
5146
|
+
exports.BlueWebSPHandshake = BlueWebSPHandshake;
|
|
5147
|
+
exports.BlueWebSPHandshakeReply = BlueWebSPHandshakeReply;
|
|
5148
|
+
exports.BlueWebSPMessage = BlueWebSPMessage;
|
|
5149
|
+
exports.BlueWebSPServerMessage = BlueWebSPServerMessage;
|
|
5150
|
+
exports.BlueWebSPStatusMessage = BlueWebSPStatusMessage;
|
|
5030
5151
|
exports._BlueTestEncodeDecode = _BlueTestEncodeDecode;
|
|
5031
5152
|
//# sourceMappingURL=plugin.cjs.js.map
|