@blueid/access-capacitor 12.26.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.26.0/access-12.26.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.26.0/access-12.26.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.26.0/access-12.26.0.aar +0 -0
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.aar.asc +0 -7
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.aar.asc.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.aar.asc.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.aar.asc.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.aar.asc.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.aar.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.aar.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.aar.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.aar.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.module.asc +0 -7
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.module.asc.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.module.asc.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.module.asc.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.module.asc.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.module.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.module.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.module.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.module.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.pom.asc +0 -7
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.pom.asc.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.pom.asc.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.pom.asc.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.pom.asc.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.pom.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.pom.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.0.pom.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.26.0/access-12.26.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/esm/BlueCore_pb.js
CHANGED
|
@@ -1663,6 +1663,173 @@ BlueSPResult.typeName = "BlueSPResult";
|
|
|
1663
1663
|
BlueSPResult.fields = proto2.util.newFieldList(() => [
|
|
1664
1664
|
{ no: 1, name: "data", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
1665
1665
|
]);
|
|
1666
|
+
/**
|
|
1667
|
+
* @generated from message BlueWebSPHandshake
|
|
1668
|
+
*/
|
|
1669
|
+
export class BlueWebSPHandshake extends Message {
|
|
1670
|
+
constructor(data) {
|
|
1671
|
+
super();
|
|
1672
|
+
proto2.util.initPartial(data, this);
|
|
1673
|
+
}
|
|
1674
|
+
static fromBinary(bytes, options) {
|
|
1675
|
+
return new BlueWebSPHandshake().fromBinary(bytes, options);
|
|
1676
|
+
}
|
|
1677
|
+
static fromJson(jsonValue, options) {
|
|
1678
|
+
return new BlueWebSPHandshake().fromJson(jsonValue, options);
|
|
1679
|
+
}
|
|
1680
|
+
static fromJsonString(jsonString, options) {
|
|
1681
|
+
return new BlueWebSPHandshake().fromJsonString(jsonString, options);
|
|
1682
|
+
}
|
|
1683
|
+
static equals(a, b) {
|
|
1684
|
+
return proto2.util.equals(BlueWebSPHandshake, a, b);
|
|
1685
|
+
}
|
|
1686
|
+
}
|
|
1687
|
+
BlueWebSPHandshake.runtime = proto2;
|
|
1688
|
+
BlueWebSPHandshake.typeName = "BlueWebSPHandshake";
|
|
1689
|
+
BlueWebSPHandshake.fields = proto2.util.newFieldList(() => [
|
|
1690
|
+
{ no: 1, name: "salt", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
1691
|
+
]);
|
|
1692
|
+
/**
|
|
1693
|
+
* @generated from message BlueWebSPHandshakeReply
|
|
1694
|
+
*/
|
|
1695
|
+
export class BlueWebSPHandshakeReply extends Message {
|
|
1696
|
+
constructor(data) {
|
|
1697
|
+
super();
|
|
1698
|
+
proto2.util.initPartial(data, this);
|
|
1699
|
+
}
|
|
1700
|
+
static fromBinary(bytes, options) {
|
|
1701
|
+
return new BlueWebSPHandshakeReply().fromBinary(bytes, options);
|
|
1702
|
+
}
|
|
1703
|
+
static fromJson(jsonValue, options) {
|
|
1704
|
+
return new BlueWebSPHandshakeReply().fromJson(jsonValue, options);
|
|
1705
|
+
}
|
|
1706
|
+
static fromJsonString(jsonString, options) {
|
|
1707
|
+
return new BlueWebSPHandshakeReply().fromJsonString(jsonString, options);
|
|
1708
|
+
}
|
|
1709
|
+
static equals(a, b) {
|
|
1710
|
+
return proto2.util.equals(BlueWebSPHandshakeReply, a, b);
|
|
1711
|
+
}
|
|
1712
|
+
}
|
|
1713
|
+
BlueWebSPHandshakeReply.runtime = proto2;
|
|
1714
|
+
BlueWebSPHandshakeReply.typeName = "BlueWebSPHandshakeReply";
|
|
1715
|
+
BlueWebSPHandshakeReply.fields = proto2.util.newFieldList(() => [
|
|
1716
|
+
{ no: 1, name: "deviceId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1717
|
+
{ no: 2, name: "signature", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
1718
|
+
]);
|
|
1719
|
+
/**
|
|
1720
|
+
* @generated from message BlueWebSPMessage
|
|
1721
|
+
*/
|
|
1722
|
+
export class BlueWebSPMessage extends Message {
|
|
1723
|
+
constructor(data) {
|
|
1724
|
+
super();
|
|
1725
|
+
proto2.util.initPartial(data, this);
|
|
1726
|
+
}
|
|
1727
|
+
static fromBinary(bytes, options) {
|
|
1728
|
+
return new BlueWebSPMessage().fromBinary(bytes, options);
|
|
1729
|
+
}
|
|
1730
|
+
static fromJson(jsonValue, options) {
|
|
1731
|
+
return new BlueWebSPMessage().fromJson(jsonValue, options);
|
|
1732
|
+
}
|
|
1733
|
+
static fromJsonString(jsonString, options) {
|
|
1734
|
+
return new BlueWebSPMessage().fromJsonString(jsonString, options);
|
|
1735
|
+
}
|
|
1736
|
+
static equals(a, b) {
|
|
1737
|
+
return proto2.util.equals(BlueWebSPMessage, a, b);
|
|
1738
|
+
}
|
|
1739
|
+
}
|
|
1740
|
+
BlueWebSPMessage.runtime = proto2;
|
|
1741
|
+
BlueWebSPMessage.typeName = "BlueWebSPMessage";
|
|
1742
|
+
BlueWebSPMessage.fields = proto2.util.newFieldList(() => [
|
|
1743
|
+
{ no: 1, name: "transactionId", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
1744
|
+
{ no: 2, name: "payload", kind: "message", T: BlueSPResult },
|
|
1745
|
+
]);
|
|
1746
|
+
/**
|
|
1747
|
+
* Message sent by the server to the device
|
|
1748
|
+
*
|
|
1749
|
+
* @generated from message BlueWebSPServerMessage
|
|
1750
|
+
*/
|
|
1751
|
+
export class BlueWebSPServerMessage extends Message {
|
|
1752
|
+
constructor(data) {
|
|
1753
|
+
super();
|
|
1754
|
+
/**
|
|
1755
|
+
* @generated from oneof BlueWebSPServerMessage.payload
|
|
1756
|
+
*/
|
|
1757
|
+
this.payload = { case: undefined };
|
|
1758
|
+
proto2.util.initPartial(data, this);
|
|
1759
|
+
}
|
|
1760
|
+
static fromBinary(bytes, options) {
|
|
1761
|
+
return new BlueWebSPServerMessage().fromBinary(bytes, options);
|
|
1762
|
+
}
|
|
1763
|
+
static fromJson(jsonValue, options) {
|
|
1764
|
+
return new BlueWebSPServerMessage().fromJson(jsonValue, options);
|
|
1765
|
+
}
|
|
1766
|
+
static fromJsonString(jsonString, options) {
|
|
1767
|
+
return new BlueWebSPServerMessage().fromJsonString(jsonString, options);
|
|
1768
|
+
}
|
|
1769
|
+
static equals(a, b) {
|
|
1770
|
+
return proto2.util.equals(BlueWebSPServerMessage, a, b);
|
|
1771
|
+
}
|
|
1772
|
+
}
|
|
1773
|
+
BlueWebSPServerMessage.runtime = proto2;
|
|
1774
|
+
BlueWebSPServerMessage.typeName = "BlueWebSPServerMessage";
|
|
1775
|
+
BlueWebSPServerMessage.fields = proto2.util.newFieldList(() => [
|
|
1776
|
+
{ no: 2, name: "handshake", kind: "message", T: BlueWebSPHandshake, oneof: "payload" },
|
|
1777
|
+
{ no: 3, name: "command", kind: "message", T: BlueSPTokenCommand, oneof: "payload" },
|
|
1778
|
+
{ no: 4, name: "ossSo", kind: "message", T: BlueOssSoMobile, oneof: "payload" },
|
|
1779
|
+
{ no: 5, name: "ossSid", kind: "message", T: BlueOssSidMobile, oneof: "payload" },
|
|
1780
|
+
]);
|
|
1781
|
+
/**
|
|
1782
|
+
* TODO: payload
|
|
1783
|
+
*
|
|
1784
|
+
* @generated from message BlueWebSPClientMessage
|
|
1785
|
+
*/
|
|
1786
|
+
export class BlueWebSPClientMessage extends Message {
|
|
1787
|
+
constructor(data) {
|
|
1788
|
+
super();
|
|
1789
|
+
proto2.util.initPartial(data, this);
|
|
1790
|
+
}
|
|
1791
|
+
static fromBinary(bytes, options) {
|
|
1792
|
+
return new BlueWebSPClientMessage().fromBinary(bytes, options);
|
|
1793
|
+
}
|
|
1794
|
+
static fromJson(jsonValue, options) {
|
|
1795
|
+
return new BlueWebSPClientMessage().fromJson(jsonValue, options);
|
|
1796
|
+
}
|
|
1797
|
+
static fromJsonString(jsonString, options) {
|
|
1798
|
+
return new BlueWebSPClientMessage().fromJsonString(jsonString, options);
|
|
1799
|
+
}
|
|
1800
|
+
static equals(a, b) {
|
|
1801
|
+
return proto2.util.equals(BlueWebSPClientMessage, a, b);
|
|
1802
|
+
}
|
|
1803
|
+
}
|
|
1804
|
+
BlueWebSPClientMessage.runtime = proto2;
|
|
1805
|
+
BlueWebSPClientMessage.typeName = "BlueWebSPClientMessage";
|
|
1806
|
+
BlueWebSPClientMessage.fields = proto2.util.newFieldList(() => []);
|
|
1807
|
+
/**
|
|
1808
|
+
* @generated from message BlueWebSPStatusMessage
|
|
1809
|
+
*/
|
|
1810
|
+
export class BlueWebSPStatusMessage extends Message {
|
|
1811
|
+
constructor(data) {
|
|
1812
|
+
super();
|
|
1813
|
+
proto2.util.initPartial(data, this);
|
|
1814
|
+
}
|
|
1815
|
+
static fromBinary(bytes, options) {
|
|
1816
|
+
return new BlueWebSPStatusMessage().fromBinary(bytes, options);
|
|
1817
|
+
}
|
|
1818
|
+
static fromJson(jsonValue, options) {
|
|
1819
|
+
return new BlueWebSPStatusMessage().fromJson(jsonValue, options);
|
|
1820
|
+
}
|
|
1821
|
+
static fromJsonString(jsonString, options) {
|
|
1822
|
+
return new BlueWebSPStatusMessage().fromJsonString(jsonString, options);
|
|
1823
|
+
}
|
|
1824
|
+
static equals(a, b) {
|
|
1825
|
+
return proto2.util.equals(BlueWebSPStatusMessage, a, b);
|
|
1826
|
+
}
|
|
1827
|
+
}
|
|
1828
|
+
BlueWebSPStatusMessage.runtime = proto2;
|
|
1829
|
+
BlueWebSPStatusMessage.typeName = "BlueWebSPStatusMessage";
|
|
1830
|
+
BlueWebSPStatusMessage.fields = proto2.util.newFieldList(() => [
|
|
1831
|
+
{ no: 1, name: "status", kind: "enum", T: proto2.getEnumType(BlueReturnCode) },
|
|
1832
|
+
]);
|
|
1666
1833
|
/**
|
|
1667
1834
|
* @generated from message BlueOssAccessResult
|
|
1668
1835
|
*/
|