@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.js
CHANGED
|
@@ -1717,6 +1717,173 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
1717
1717
|
BlueSPResult.fields = protobuf.proto2.util.newFieldList(() => [
|
|
1718
1718
|
{ no: 1, name: "data", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
1719
1719
|
]);
|
|
1720
|
+
/**
|
|
1721
|
+
* @generated from message BlueWebSPHandshake
|
|
1722
|
+
*/
|
|
1723
|
+
class BlueWebSPHandshake extends protobuf.Message {
|
|
1724
|
+
constructor(data) {
|
|
1725
|
+
super();
|
|
1726
|
+
protobuf.proto2.util.initPartial(data, this);
|
|
1727
|
+
}
|
|
1728
|
+
static fromBinary(bytes, options) {
|
|
1729
|
+
return new BlueWebSPHandshake().fromBinary(bytes, options);
|
|
1730
|
+
}
|
|
1731
|
+
static fromJson(jsonValue, options) {
|
|
1732
|
+
return new BlueWebSPHandshake().fromJson(jsonValue, options);
|
|
1733
|
+
}
|
|
1734
|
+
static fromJsonString(jsonString, options) {
|
|
1735
|
+
return new BlueWebSPHandshake().fromJsonString(jsonString, options);
|
|
1736
|
+
}
|
|
1737
|
+
static equals(a, b) {
|
|
1738
|
+
return protobuf.proto2.util.equals(BlueWebSPHandshake, a, b);
|
|
1739
|
+
}
|
|
1740
|
+
}
|
|
1741
|
+
BlueWebSPHandshake.runtime = protobuf.proto2;
|
|
1742
|
+
BlueWebSPHandshake.typeName = "BlueWebSPHandshake";
|
|
1743
|
+
BlueWebSPHandshake.fields = protobuf.proto2.util.newFieldList(() => [
|
|
1744
|
+
{ no: 1, name: "salt", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
1745
|
+
]);
|
|
1746
|
+
/**
|
|
1747
|
+
* @generated from message BlueWebSPHandshakeReply
|
|
1748
|
+
*/
|
|
1749
|
+
class BlueWebSPHandshakeReply extends protobuf.Message {
|
|
1750
|
+
constructor(data) {
|
|
1751
|
+
super();
|
|
1752
|
+
protobuf.proto2.util.initPartial(data, this);
|
|
1753
|
+
}
|
|
1754
|
+
static fromBinary(bytes, options) {
|
|
1755
|
+
return new BlueWebSPHandshakeReply().fromBinary(bytes, options);
|
|
1756
|
+
}
|
|
1757
|
+
static fromJson(jsonValue, options) {
|
|
1758
|
+
return new BlueWebSPHandshakeReply().fromJson(jsonValue, options);
|
|
1759
|
+
}
|
|
1760
|
+
static fromJsonString(jsonString, options) {
|
|
1761
|
+
return new BlueWebSPHandshakeReply().fromJsonString(jsonString, options);
|
|
1762
|
+
}
|
|
1763
|
+
static equals(a, b) {
|
|
1764
|
+
return protobuf.proto2.util.equals(BlueWebSPHandshakeReply, a, b);
|
|
1765
|
+
}
|
|
1766
|
+
}
|
|
1767
|
+
BlueWebSPHandshakeReply.runtime = protobuf.proto2;
|
|
1768
|
+
BlueWebSPHandshakeReply.typeName = "BlueWebSPHandshakeReply";
|
|
1769
|
+
BlueWebSPHandshakeReply.fields = protobuf.proto2.util.newFieldList(() => [
|
|
1770
|
+
{ no: 1, name: "deviceId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1771
|
+
{ no: 2, name: "signature", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
1772
|
+
]);
|
|
1773
|
+
/**
|
|
1774
|
+
* @generated from message BlueWebSPMessage
|
|
1775
|
+
*/
|
|
1776
|
+
class BlueWebSPMessage extends protobuf.Message {
|
|
1777
|
+
constructor(data) {
|
|
1778
|
+
super();
|
|
1779
|
+
protobuf.proto2.util.initPartial(data, this);
|
|
1780
|
+
}
|
|
1781
|
+
static fromBinary(bytes, options) {
|
|
1782
|
+
return new BlueWebSPMessage().fromBinary(bytes, options);
|
|
1783
|
+
}
|
|
1784
|
+
static fromJson(jsonValue, options) {
|
|
1785
|
+
return new BlueWebSPMessage().fromJson(jsonValue, options);
|
|
1786
|
+
}
|
|
1787
|
+
static fromJsonString(jsonString, options) {
|
|
1788
|
+
return new BlueWebSPMessage().fromJsonString(jsonString, options);
|
|
1789
|
+
}
|
|
1790
|
+
static equals(a, b) {
|
|
1791
|
+
return protobuf.proto2.util.equals(BlueWebSPMessage, a, b);
|
|
1792
|
+
}
|
|
1793
|
+
}
|
|
1794
|
+
BlueWebSPMessage.runtime = protobuf.proto2;
|
|
1795
|
+
BlueWebSPMessage.typeName = "BlueWebSPMessage";
|
|
1796
|
+
BlueWebSPMessage.fields = protobuf.proto2.util.newFieldList(() => [
|
|
1797
|
+
{ no: 1, name: "transactionId", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
1798
|
+
{ no: 2, name: "payload", kind: "message", T: BlueSPResult },
|
|
1799
|
+
]);
|
|
1800
|
+
/**
|
|
1801
|
+
* Message sent by the server to the device
|
|
1802
|
+
*
|
|
1803
|
+
* @generated from message BlueWebSPServerMessage
|
|
1804
|
+
*/
|
|
1805
|
+
class BlueWebSPServerMessage extends protobuf.Message {
|
|
1806
|
+
constructor(data) {
|
|
1807
|
+
super();
|
|
1808
|
+
/**
|
|
1809
|
+
* @generated from oneof BlueWebSPServerMessage.payload
|
|
1810
|
+
*/
|
|
1811
|
+
this.payload = { case: undefined };
|
|
1812
|
+
protobuf.proto2.util.initPartial(data, this);
|
|
1813
|
+
}
|
|
1814
|
+
static fromBinary(bytes, options) {
|
|
1815
|
+
return new BlueWebSPServerMessage().fromBinary(bytes, options);
|
|
1816
|
+
}
|
|
1817
|
+
static fromJson(jsonValue, options) {
|
|
1818
|
+
return new BlueWebSPServerMessage().fromJson(jsonValue, options);
|
|
1819
|
+
}
|
|
1820
|
+
static fromJsonString(jsonString, options) {
|
|
1821
|
+
return new BlueWebSPServerMessage().fromJsonString(jsonString, options);
|
|
1822
|
+
}
|
|
1823
|
+
static equals(a, b) {
|
|
1824
|
+
return protobuf.proto2.util.equals(BlueWebSPServerMessage, a, b);
|
|
1825
|
+
}
|
|
1826
|
+
}
|
|
1827
|
+
BlueWebSPServerMessage.runtime = protobuf.proto2;
|
|
1828
|
+
BlueWebSPServerMessage.typeName = "BlueWebSPServerMessage";
|
|
1829
|
+
BlueWebSPServerMessage.fields = protobuf.proto2.util.newFieldList(() => [
|
|
1830
|
+
{ no: 2, name: "handshake", kind: "message", T: BlueWebSPHandshake, oneof: "payload" },
|
|
1831
|
+
{ no: 3, name: "command", kind: "message", T: BlueSPTokenCommand, oneof: "payload" },
|
|
1832
|
+
{ no: 4, name: "ossSo", kind: "message", T: BlueOssSoMobile, oneof: "payload" },
|
|
1833
|
+
{ no: 5, name: "ossSid", kind: "message", T: BlueOssSidMobile, oneof: "payload" },
|
|
1834
|
+
]);
|
|
1835
|
+
/**
|
|
1836
|
+
* TODO: payload
|
|
1837
|
+
*
|
|
1838
|
+
* @generated from message BlueWebSPClientMessage
|
|
1839
|
+
*/
|
|
1840
|
+
class BlueWebSPClientMessage extends protobuf.Message {
|
|
1841
|
+
constructor(data) {
|
|
1842
|
+
super();
|
|
1843
|
+
protobuf.proto2.util.initPartial(data, this);
|
|
1844
|
+
}
|
|
1845
|
+
static fromBinary(bytes, options) {
|
|
1846
|
+
return new BlueWebSPClientMessage().fromBinary(bytes, options);
|
|
1847
|
+
}
|
|
1848
|
+
static fromJson(jsonValue, options) {
|
|
1849
|
+
return new BlueWebSPClientMessage().fromJson(jsonValue, options);
|
|
1850
|
+
}
|
|
1851
|
+
static fromJsonString(jsonString, options) {
|
|
1852
|
+
return new BlueWebSPClientMessage().fromJsonString(jsonString, options);
|
|
1853
|
+
}
|
|
1854
|
+
static equals(a, b) {
|
|
1855
|
+
return protobuf.proto2.util.equals(BlueWebSPClientMessage, a, b);
|
|
1856
|
+
}
|
|
1857
|
+
}
|
|
1858
|
+
BlueWebSPClientMessage.runtime = protobuf.proto2;
|
|
1859
|
+
BlueWebSPClientMessage.typeName = "BlueWebSPClientMessage";
|
|
1860
|
+
BlueWebSPClientMessage.fields = protobuf.proto2.util.newFieldList(() => []);
|
|
1861
|
+
/**
|
|
1862
|
+
* @generated from message BlueWebSPStatusMessage
|
|
1863
|
+
*/
|
|
1864
|
+
class BlueWebSPStatusMessage extends protobuf.Message {
|
|
1865
|
+
constructor(data) {
|
|
1866
|
+
super();
|
|
1867
|
+
protobuf.proto2.util.initPartial(data, this);
|
|
1868
|
+
}
|
|
1869
|
+
static fromBinary(bytes, options) {
|
|
1870
|
+
return new BlueWebSPStatusMessage().fromBinary(bytes, options);
|
|
1871
|
+
}
|
|
1872
|
+
static fromJson(jsonValue, options) {
|
|
1873
|
+
return new BlueWebSPStatusMessage().fromJson(jsonValue, options);
|
|
1874
|
+
}
|
|
1875
|
+
static fromJsonString(jsonString, options) {
|
|
1876
|
+
return new BlueWebSPStatusMessage().fromJsonString(jsonString, options);
|
|
1877
|
+
}
|
|
1878
|
+
static equals(a, b) {
|
|
1879
|
+
return protobuf.proto2.util.equals(BlueWebSPStatusMessage, a, b);
|
|
1880
|
+
}
|
|
1881
|
+
}
|
|
1882
|
+
BlueWebSPStatusMessage.runtime = protobuf.proto2;
|
|
1883
|
+
BlueWebSPStatusMessage.typeName = "BlueWebSPStatusMessage";
|
|
1884
|
+
BlueWebSPStatusMessage.fields = protobuf.proto2.util.newFieldList(() => [
|
|
1885
|
+
{ no: 1, name: "status", kind: "enum", T: protobuf.proto2.getEnumType(exports.BlueReturnCode) },
|
|
1886
|
+
]);
|
|
1720
1887
|
/**
|
|
1721
1888
|
* @generated from message BlueOssAccessResult
|
|
1722
1889
|
*/
|
|
@@ -2962,6 +3129,12 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
2962
3129
|
BlueSPTokenCommand: BlueSPTokenCommand,
|
|
2963
3130
|
BlueSPToken: BlueSPToken,
|
|
2964
3131
|
BlueSPResult: BlueSPResult,
|
|
3132
|
+
BlueWebSPHandshake: BlueWebSPHandshake,
|
|
3133
|
+
BlueWebSPHandshakeReply: BlueWebSPHandshakeReply,
|
|
3134
|
+
BlueWebSPMessage: BlueWebSPMessage,
|
|
3135
|
+
BlueWebSPServerMessage: BlueWebSPServerMessage,
|
|
3136
|
+
BlueWebSPClientMessage: BlueWebSPClientMessage,
|
|
3137
|
+
BlueWebSPStatusMessage: BlueWebSPStatusMessage,
|
|
2965
3138
|
BlueOssAccessResult: BlueOssAccessResult,
|
|
2966
3139
|
BlueOssAccessEventsResult: BlueOssAccessEventsResult,
|
|
2967
3140
|
BlueOssSidVersion: BlueOssSidVersion,
|
|
@@ -3107,35 +3280,6 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
3107
3280
|
});
|
|
3108
3281
|
|
|
3109
3282
|
// @generated by protoc-gen-es v1.4.0 with parameter "target=ts"
|
|
3110
|
-
/**
|
|
3111
|
-
* @generated from enum BlueNetworkType
|
|
3112
|
-
*/
|
|
3113
|
-
exports.BlueNetworkType = void 0;
|
|
3114
|
-
(function (BlueNetworkType) {
|
|
3115
|
-
/**
|
|
3116
|
-
* @generated from enum value: None = 1;
|
|
3117
|
-
*/
|
|
3118
|
-
BlueNetworkType[BlueNetworkType["None"] = 1] = "None";
|
|
3119
|
-
/**
|
|
3120
|
-
* @generated from enum value: Ethernet = 2;
|
|
3121
|
-
*/
|
|
3122
|
-
BlueNetworkType[BlueNetworkType["Ethernet"] = 2] = "Ethernet";
|
|
3123
|
-
/**
|
|
3124
|
-
* @generated from enum value: Wifi = 3;
|
|
3125
|
-
*/
|
|
3126
|
-
BlueNetworkType[BlueNetworkType["Wifi"] = 3] = "Wifi";
|
|
3127
|
-
/**
|
|
3128
|
-
* @generated from enum value: Gsm = 4;
|
|
3129
|
-
*/
|
|
3130
|
-
BlueNetworkType[BlueNetworkType["Gsm"] = 4] = "Gsm";
|
|
3131
|
-
})(exports.BlueNetworkType || (exports.BlueNetworkType = {}));
|
|
3132
|
-
// Retrieve enum metadata with: proto2.getEnumType(BlueNetworkType)
|
|
3133
|
-
protobuf.proto2.util.setEnumType(exports.BlueNetworkType, "BlueNetworkType", [
|
|
3134
|
-
{ no: 1, name: "None" },
|
|
3135
|
-
{ no: 2, name: "Ethernet" },
|
|
3136
|
-
{ no: 3, name: "Wifi" },
|
|
3137
|
-
{ no: 4, name: "Gsm" },
|
|
3138
|
-
]);
|
|
3139
3283
|
/**
|
|
3140
3284
|
* @generated from message BlueBaseConfig
|
|
3141
3285
|
*/
|
|
@@ -3351,7 +3495,6 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
3351
3495
|
{ no: 6, name: "soUpdateFromBlacklist", kind: "scalar", T: 8 /* ScalarType.BOOL */, default: true },
|
|
3352
3496
|
{ 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]) },
|
|
3353
3497
|
{ no: 8, name: "soMifareAid", kind: "scalar", T: 13 /* ScalarType.UINT32 */, default: 16076800 },
|
|
3354
|
-
{ no: 9, name: "minRefreshDays", kind: "scalar", T: 13 /* ScalarType.UINT32 */, opt: true, default: 5 },
|
|
3355
3498
|
]);
|
|
3356
3499
|
/**
|
|
3357
3500
|
* @generated from message BlueSystemAVRInfo
|
|
@@ -3533,7 +3676,6 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
3533
3676
|
{ no: 3, name: "serialNumber", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "00000000000000000000" },
|
|
3534
3677
|
{ no: 4, name: "terminalPrivateKey", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
3535
3678
|
{ no: 5, name: "signaturePublicKey", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
3536
|
-
{ no: 6, name: "isDev", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true, default: false },
|
|
3537
3679
|
]);
|
|
3538
3680
|
/**
|
|
3539
3681
|
* @generated from message BlueSystemStatus
|
|
@@ -3758,7 +3900,6 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
3758
3900
|
|
|
3759
3901
|
var BlueSystem = /*#__PURE__*/Object.freeze({
|
|
3760
3902
|
__proto__: null,
|
|
3761
|
-
get BlueNetworkType () { return exports.BlueNetworkType; },
|
|
3762
3903
|
BlueBaseConfig: BlueBaseConfig,
|
|
3763
3904
|
BlueBleConfig: BlueBleConfig,
|
|
3764
3905
|
BlueOnlineConfig: BlueOnlineConfig,
|
|
@@ -3829,29 +3970,6 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
3829
3970
|
{ no: 3, name: "NotNeeded" },
|
|
3830
3971
|
{ no: 4, name: "Unsupported" },
|
|
3831
3972
|
]);
|
|
3832
|
-
/**
|
|
3833
|
-
* @generated from enum BlueHardwareVendor
|
|
3834
|
-
*/
|
|
3835
|
-
exports.BlueHardwareVendor = void 0;
|
|
3836
|
-
(function (BlueHardwareVendor) {
|
|
3837
|
-
/**
|
|
3838
|
-
* UUNZ
|
|
3839
|
-
*
|
|
3840
|
-
* @generated from enum value: uundzlocks = 0;
|
|
3841
|
-
*/
|
|
3842
|
-
BlueHardwareVendor[BlueHardwareVendor["uundzlocks"] = 0] = "uundzlocks";
|
|
3843
|
-
/**
|
|
3844
|
-
* DigitalLogic
|
|
3845
|
-
*
|
|
3846
|
-
* @generated from enum value: dlogiclock = 1;
|
|
3847
|
-
*/
|
|
3848
|
-
BlueHardwareVendor[BlueHardwareVendor["dlogiclock"] = 1] = "dlogiclock";
|
|
3849
|
-
})(exports.BlueHardwareVendor || (exports.BlueHardwareVendor = {}));
|
|
3850
|
-
// Retrieve enum metadata with: proto2.getEnumType(BlueHardwareVendor)
|
|
3851
|
-
protobuf.proto2.util.setEnumType(exports.BlueHardwareVendor, "BlueHardwareVendor", [
|
|
3852
|
-
{ no: 0, name: "uundzlocks" },
|
|
3853
|
-
{ no: 1, name: "dlogiclock" },
|
|
3854
|
-
]);
|
|
3855
3973
|
/**
|
|
3856
3974
|
* @generated from message BlueI18n
|
|
3857
3975
|
*/
|
|
@@ -4075,7 +4193,6 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
4075
4193
|
{ no: 11, name: "siteName", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
4076
4194
|
{ no: 12, name: "privateKey", kind: "scalar", T: 12 /* ScalarType.BYTES */, opt: true },
|
|
4077
4195
|
{ no: 13, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
4078
|
-
{ no: 14, name: "syncedUntil", kind: "scalar", T: 4 /* ScalarType.UINT64 */, opt: true },
|
|
4079
4196
|
]);
|
|
4080
4197
|
/**
|
|
4081
4198
|
* @generated from message BlueIdentitiesList
|
|
@@ -4724,7 +4841,6 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
4724
4841
|
__proto__: null,
|
|
4725
4842
|
get BlueDeviceType () { return exports.BlueDeviceType; },
|
|
4726
4843
|
get BlueRefreshOssSoCredentialStatus () { return exports.BlueRefreshOssSoCredentialStatus; },
|
|
4727
|
-
get BlueHardwareVendor () { return exports.BlueHardwareVendor; },
|
|
4728
4844
|
BlueI18n: BlueI18n,
|
|
4729
4845
|
BlueDeviceDetailsBluetooth: BlueDeviceDetailsBluetooth,
|
|
4730
4846
|
BlueDeviceDetailsUWB: BlueDeviceDetailsUWB,
|
|
@@ -4803,7 +4919,7 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
4803
4919
|
this.terminalRunFunc = terminalRunFunc;
|
|
4804
4920
|
this.addListenerFunc = addListenerFunc;
|
|
4805
4921
|
}
|
|
4806
|
-
async runCommand(command, arg0 = null, arg1 = null, arg2 = null
|
|
4922
|
+
async runCommand(command, arg0 = null, arg1 = null, arg2 = null) {
|
|
4807
4923
|
if (!command) {
|
|
4808
4924
|
throw new Error("Missing valid command");
|
|
4809
4925
|
}
|
|
@@ -4813,7 +4929,6 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
4813
4929
|
arg0: encodeArgument(arg0),
|
|
4814
4930
|
arg1: encodeArgument(arg1),
|
|
4815
4931
|
arg2: encodeArgument(arg2),
|
|
4816
|
-
arg3: encodeArgument(arg3),
|
|
4817
4932
|
});
|
|
4818
4933
|
console.log('Running command with result : ' + JSON.stringify(result));
|
|
4819
4934
|
if (!result) {
|
|
@@ -5023,6 +5138,12 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
5023
5138
|
exports.BlueSystemTimeUnix = BlueSystemTimeUnix;
|
|
5024
5139
|
exports.BlueSystemUpdate = BlueSystemUpdate;
|
|
5025
5140
|
exports.BlueVersionInfo = BlueVersionInfo;
|
|
5141
|
+
exports.BlueWebSPClientMessage = BlueWebSPClientMessage;
|
|
5142
|
+
exports.BlueWebSPHandshake = BlueWebSPHandshake;
|
|
5143
|
+
exports.BlueWebSPHandshakeReply = BlueWebSPHandshakeReply;
|
|
5144
|
+
exports.BlueWebSPMessage = BlueWebSPMessage;
|
|
5145
|
+
exports.BlueWebSPServerMessage = BlueWebSPServerMessage;
|
|
5146
|
+
exports.BlueWebSPStatusMessage = BlueWebSPStatusMessage;
|
|
5026
5147
|
exports._BlueTestEncodeDecode = _BlueTestEncodeDecode;
|
|
5027
5148
|
|
|
5028
5149
|
Object.defineProperty(exports, '__esModule', { value: true });
|