@blueid/access-react-native 12.9.0 → 12.11.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/sdklib/com/blue-id/access/12.11.0/access-12.11.0.aar +0 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.aar.asc +7 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.aar.asc.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.aar.asc.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.aar.asc.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.aar.asc.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.aar.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.aar.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.aar.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.aar.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/{12.9.0/access-12.9.0.module → 12.11.0/access-12.11.0.module} +15 -15
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.module.asc +7 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.module.asc.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.module.asc.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.module.asc.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.module.asc.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.module.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.module.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.module.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.module.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/{12.9.0/access-12.9.0.pom → 12.11.0/access-12.11.0.pom} +1 -1
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.pom.asc +7 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.pom.asc.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.pom.asc.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.pom.asc.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.pom.asc.sha512 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.pom.md5 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.pom.sha1 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.0.pom.sha256 +1 -0
- package/android/sdklib/com/blue-id/access/12.11.0/access-12.11.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/lib/commonjs/BlueCore_pb.js +89 -4
- package/lib/commonjs/BlueCore_pb.js.map +1 -1
- package/lib/commonjs/BlueSystem_pb.js +1 -25
- package/lib/commonjs/BlueSystem_pb.js.map +1 -1
- package/lib/module/BlueCore_pb.d.js +28 -0
- package/lib/module/BlueCore_pb.d.js.map +1 -1
- package/lib/module/BlueCore_pb.js +88 -3
- package/lib/module/BlueCore_pb.js.map +1 -1
- package/lib/module/BlueSystem_pb.d.js +0 -4
- package/lib/module/BlueSystem_pb.d.js.map +1 -1
- package/lib/module/BlueSystem_pb.js +0 -24
- package/lib/module/BlueSystem_pb.js.map +1 -1
- package/lib/typescript/src/BlueCore_pb.d.ts +28 -0
- package/lib/typescript/src/BlueCore_pb.d.ts.map +1 -1
- package/lib/typescript/src/BlueSystem_pb.d.ts +0 -4
- package/lib/typescript/src/BlueSystem_pb.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/BlueCore_pb.d.ts +178 -6
- package/src/BlueCore_pb.js +67 -1
- package/src/BlueSystem_pb.d.ts +0 -32
- package/src/BlueSystem_pb.js +0 -14
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.aar +0 -0
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.aar.asc +0 -7
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.aar.asc.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.aar.asc.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.aar.asc.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.aar.asc.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.aar.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.aar.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.aar.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.aar.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.module.asc +0 -7
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.module.asc.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.module.asc.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.module.asc.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.module.asc.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.module.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.module.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.module.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.module.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.pom.asc +0 -7
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.pom.asc.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.pom.asc.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.pom.asc.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.pom.asc.sha512 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.pom.md5 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.pom.sha1 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.pom.sha256 +0 -1
- package/android/sdklib/com/blue-id/access/12.9.0/access-12.9.0.pom.sha512 +0 -1
- package/lib/commonjs/BlueNetworkCore_pb.d.js +0 -4
- package/lib/commonjs/BlueNetworkCore_pb.d.js.map +0 -1
- package/lib/commonjs/BlueNetworkCore_pb.js +0 -315
- package/lib/commonjs/BlueNetworkCore_pb.js.map +0 -1
- package/lib/module/BlueNetworkCore_pb.d.js +0 -89
- package/lib/module/BlueNetworkCore_pb.d.js.map +0 -1
- package/lib/module/BlueNetworkCore_pb.js +0 -312
- package/lib/module/BlueNetworkCore_pb.js.map +0 -1
- package/lib/typescript/src/BlueNetworkCore_pb.d.ts +0 -81
- package/lib/typescript/src/BlueNetworkCore_pb.d.ts.map +0 -1
- package/src/BlueNetworkCore_pb.d.ts +0 -591
- package/src/BlueNetworkCore_pb.js +0 -215
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlueSystem_pb.d.ts","sourceRoot":"","sources":["../../../src/BlueSystem_pb.js"],"names":[],"mappings":"AASA;;GAEG;AACH,+
|
|
1
|
+
{"version":3,"file":"BlueSystem_pb.d.ts","sourceRoot":"","sources":["../../../src/BlueSystem_pb.js"],"names":[],"mappings":"AASA;;GAEG;AACH,+GAQE;AAEF;;GAEG;AACH,8GAYE;AAEF;;GAEG;AACH,iHAQE;AAEF;;GAEG;AACH,sHAME;AAEF;;GAEG;AACH,iHAQE;AAEF;;;;;;GAMG;AACH,8GAYE;AAEF;;GAEG;AACH,kHAQE;AAEF;;GAEG;AACH,iHAWE;AAEF;;GAEG;AACH,mHAKE;AAEF;;GAEG;AACH,iHAME;AAEF;;GAEG;AACH,mHAgBE;AAEF;;GAEG;AACH,uHASE;AAEF;;GAEG;AACH,iHAcE;AAEF;;GAEG;AACH,mHAOE;AAEF;;GAEG;AACH,mHAUE;AAEF;;GAEG;AACH,oHAKE;AAEF;;GAEG;AACH,kHAOE;AAEF;;GAEG;AACH,mHAKE;AAEF;;GAEG;AACH,qHAKE"}
|
package/package.json
CHANGED
package/src/BlueCore_pb.d.ts
CHANGED
|
@@ -981,11 +981,6 @@ export declare enum BlueEventInfoSystem {
|
|
|
981
981
|
* @generated from enum value: SystemConfigured = 2;
|
|
982
982
|
*/
|
|
983
983
|
SystemConfigured = 2,
|
|
984
|
-
|
|
985
|
-
/**
|
|
986
|
-
* @generated from enum value: UnknownTransponderDetected = 3;
|
|
987
|
-
*/
|
|
988
|
-
UnknownTransponderDetected = 3,
|
|
989
984
|
}
|
|
990
985
|
|
|
991
986
|
/**
|
|
@@ -1658,7 +1653,7 @@ export declare class BlueSPTokenCommand extends Message<BlueSPTokenCommand> {
|
|
|
1658
1653
|
command: string;
|
|
1659
1654
|
|
|
1660
1655
|
/**
|
|
1661
|
-
* we'll add 256b for add. data
|
|
1656
|
+
* we'll add 256b for add. data
|
|
1662
1657
|
*
|
|
1663
1658
|
* @generated from field: required bytes data = 5;
|
|
1664
1659
|
*/
|
|
@@ -1752,6 +1747,183 @@ export declare class BlueSPResult extends Message<BlueSPResult> {
|
|
|
1752
1747
|
static equals(a: BlueSPResult | PlainMessage<BlueSPResult> | undefined, b: BlueSPResult | PlainMessage<BlueSPResult> | undefined): boolean;
|
|
1753
1748
|
}
|
|
1754
1749
|
|
|
1750
|
+
/**
|
|
1751
|
+
* @generated from message BlueWebSPHandshake
|
|
1752
|
+
*/
|
|
1753
|
+
export declare class BlueWebSPHandshake extends Message<BlueWebSPHandshake> {
|
|
1754
|
+
/**
|
|
1755
|
+
* @generated from field: required bytes salt = 1;
|
|
1756
|
+
*/
|
|
1757
|
+
salt: Uint8Array;
|
|
1758
|
+
|
|
1759
|
+
constructor(data?: PartialMessage<BlueWebSPHandshake>);
|
|
1760
|
+
|
|
1761
|
+
static readonly runtime: typeof proto2;
|
|
1762
|
+
static readonly typeName = "BlueWebSPHandshake";
|
|
1763
|
+
static readonly fields: FieldList;
|
|
1764
|
+
|
|
1765
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPHandshake;
|
|
1766
|
+
|
|
1767
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPHandshake;
|
|
1768
|
+
|
|
1769
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPHandshake;
|
|
1770
|
+
|
|
1771
|
+
static equals(a: BlueWebSPHandshake | PlainMessage<BlueWebSPHandshake> | undefined, b: BlueWebSPHandshake | PlainMessage<BlueWebSPHandshake> | undefined): boolean;
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
/**
|
|
1775
|
+
* @generated from message BlueWebSPHandshakeReply
|
|
1776
|
+
*/
|
|
1777
|
+
export declare class BlueWebSPHandshakeReply extends Message<BlueWebSPHandshakeReply> {
|
|
1778
|
+
/**
|
|
1779
|
+
* @generated from field: required string deviceId = 1;
|
|
1780
|
+
*/
|
|
1781
|
+
deviceId: string;
|
|
1782
|
+
|
|
1783
|
+
/**
|
|
1784
|
+
* @generated from field: required bytes signature = 2;
|
|
1785
|
+
*/
|
|
1786
|
+
signature: Uint8Array;
|
|
1787
|
+
|
|
1788
|
+
constructor(data?: PartialMessage<BlueWebSPHandshakeReply>);
|
|
1789
|
+
|
|
1790
|
+
static readonly runtime: typeof proto2;
|
|
1791
|
+
static readonly typeName = "BlueWebSPHandshakeReply";
|
|
1792
|
+
static readonly fields: FieldList;
|
|
1793
|
+
|
|
1794
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPHandshakeReply;
|
|
1795
|
+
|
|
1796
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPHandshakeReply;
|
|
1797
|
+
|
|
1798
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPHandshakeReply;
|
|
1799
|
+
|
|
1800
|
+
static equals(a: BlueWebSPHandshakeReply | PlainMessage<BlueWebSPHandshakeReply> | undefined, b: BlueWebSPHandshakeReply | PlainMessage<BlueWebSPHandshakeReply> | undefined): boolean;
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1803
|
+
/**
|
|
1804
|
+
* @generated from message BlueWebSPMessage
|
|
1805
|
+
*/
|
|
1806
|
+
export declare class BlueWebSPMessage extends Message<BlueWebSPMessage> {
|
|
1807
|
+
/**
|
|
1808
|
+
* @generated from field: required uint32 transactionId = 1;
|
|
1809
|
+
*/
|
|
1810
|
+
transactionId: number;
|
|
1811
|
+
|
|
1812
|
+
/**
|
|
1813
|
+
* @generated from field: required BlueSPResult payload = 2;
|
|
1814
|
+
*/
|
|
1815
|
+
payload?: BlueSPResult;
|
|
1816
|
+
|
|
1817
|
+
constructor(data?: PartialMessage<BlueWebSPMessage>);
|
|
1818
|
+
|
|
1819
|
+
static readonly runtime: typeof proto2;
|
|
1820
|
+
static readonly typeName = "BlueWebSPMessage";
|
|
1821
|
+
static readonly fields: FieldList;
|
|
1822
|
+
|
|
1823
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPMessage;
|
|
1824
|
+
|
|
1825
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPMessage;
|
|
1826
|
+
|
|
1827
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPMessage;
|
|
1828
|
+
|
|
1829
|
+
static equals(a: BlueWebSPMessage | PlainMessage<BlueWebSPMessage> | undefined, b: BlueWebSPMessage | PlainMessage<BlueWebSPMessage> | undefined): boolean;
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1832
|
+
/**
|
|
1833
|
+
* Message sent by the server to the device
|
|
1834
|
+
*
|
|
1835
|
+
* @generated from message BlueWebSPServerMessage
|
|
1836
|
+
*/
|
|
1837
|
+
export declare class BlueWebSPServerMessage extends Message<BlueWebSPServerMessage> {
|
|
1838
|
+
/**
|
|
1839
|
+
* @generated from oneof BlueWebSPServerMessage.payload
|
|
1840
|
+
*/
|
|
1841
|
+
payload: {
|
|
1842
|
+
/**
|
|
1843
|
+
* @generated from field: BlueWebSPHandshake handshake = 2;
|
|
1844
|
+
*/
|
|
1845
|
+
value: BlueWebSPHandshake;
|
|
1846
|
+
case: "handshake";
|
|
1847
|
+
} | {
|
|
1848
|
+
/**
|
|
1849
|
+
* @generated from field: BlueSPTokenCommand command = 3;
|
|
1850
|
+
*/
|
|
1851
|
+
value: BlueSPTokenCommand;
|
|
1852
|
+
case: "command";
|
|
1853
|
+
} | {
|
|
1854
|
+
/**
|
|
1855
|
+
* @generated from field: BlueOssSoMobile ossSo = 4;
|
|
1856
|
+
*/
|
|
1857
|
+
value: BlueOssSoMobile;
|
|
1858
|
+
case: "ossSo";
|
|
1859
|
+
} | {
|
|
1860
|
+
/**
|
|
1861
|
+
* @generated from field: BlueOssSidMobile ossSid = 5;
|
|
1862
|
+
*/
|
|
1863
|
+
value: BlueOssSidMobile;
|
|
1864
|
+
case: "ossSid";
|
|
1865
|
+
} | { case: undefined; value?: undefined };
|
|
1866
|
+
|
|
1867
|
+
constructor(data?: PartialMessage<BlueWebSPServerMessage>);
|
|
1868
|
+
|
|
1869
|
+
static readonly runtime: typeof proto2;
|
|
1870
|
+
static readonly typeName = "BlueWebSPServerMessage";
|
|
1871
|
+
static readonly fields: FieldList;
|
|
1872
|
+
|
|
1873
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPServerMessage;
|
|
1874
|
+
|
|
1875
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPServerMessage;
|
|
1876
|
+
|
|
1877
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPServerMessage;
|
|
1878
|
+
|
|
1879
|
+
static equals(a: BlueWebSPServerMessage | PlainMessage<BlueWebSPServerMessage> | undefined, b: BlueWebSPServerMessage | PlainMessage<BlueWebSPServerMessage> | undefined): boolean;
|
|
1880
|
+
}
|
|
1881
|
+
|
|
1882
|
+
/**
|
|
1883
|
+
* TODO: payload
|
|
1884
|
+
*
|
|
1885
|
+
* @generated from message BlueWebSPClientMessage
|
|
1886
|
+
*/
|
|
1887
|
+
export declare class BlueWebSPClientMessage extends Message<BlueWebSPClientMessage> {
|
|
1888
|
+
constructor(data?: PartialMessage<BlueWebSPClientMessage>);
|
|
1889
|
+
|
|
1890
|
+
static readonly runtime: typeof proto2;
|
|
1891
|
+
static readonly typeName = "BlueWebSPClientMessage";
|
|
1892
|
+
static readonly fields: FieldList;
|
|
1893
|
+
|
|
1894
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPClientMessage;
|
|
1895
|
+
|
|
1896
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPClientMessage;
|
|
1897
|
+
|
|
1898
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPClientMessage;
|
|
1899
|
+
|
|
1900
|
+
static equals(a: BlueWebSPClientMessage | PlainMessage<BlueWebSPClientMessage> | undefined, b: BlueWebSPClientMessage | PlainMessage<BlueWebSPClientMessage> | undefined): boolean;
|
|
1901
|
+
}
|
|
1902
|
+
|
|
1903
|
+
/**
|
|
1904
|
+
* @generated from message BlueWebSPStatusMessage
|
|
1905
|
+
*/
|
|
1906
|
+
export declare class BlueWebSPStatusMessage extends Message<BlueWebSPStatusMessage> {
|
|
1907
|
+
/**
|
|
1908
|
+
* @generated from field: required BlueReturnCode status = 1;
|
|
1909
|
+
*/
|
|
1910
|
+
status: BlueReturnCode;
|
|
1911
|
+
|
|
1912
|
+
constructor(data?: PartialMessage<BlueWebSPStatusMessage>);
|
|
1913
|
+
|
|
1914
|
+
static readonly runtime: typeof proto2;
|
|
1915
|
+
static readonly typeName = "BlueWebSPStatusMessage";
|
|
1916
|
+
static readonly fields: FieldList;
|
|
1917
|
+
|
|
1918
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BlueWebSPStatusMessage;
|
|
1919
|
+
|
|
1920
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BlueWebSPStatusMessage;
|
|
1921
|
+
|
|
1922
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BlueWebSPStatusMessage;
|
|
1923
|
+
|
|
1924
|
+
static equals(a: BlueWebSPStatusMessage | PlainMessage<BlueWebSPStatusMessage> | undefined, b: BlueWebSPStatusMessage | PlainMessage<BlueWebSPStatusMessage> | undefined): boolean;
|
|
1925
|
+
}
|
|
1926
|
+
|
|
1755
1927
|
/**
|
|
1756
1928
|
* @generated from message BlueOssAccessResult
|
|
1757
1929
|
*/
|
package/src/BlueCore_pb.js
CHANGED
|
@@ -267,7 +267,6 @@ export const BlueEventInfoSystem = proto2.makeEnum(
|
|
|
267
267
|
[
|
|
268
268
|
{no: 1, name: "SystemRestart"},
|
|
269
269
|
{no: 2, name: "SystemConfigured"},
|
|
270
|
-
{no: 3, name: "UnknownTransponderDetected"},
|
|
271
270
|
],
|
|
272
271
|
);
|
|
273
272
|
|
|
@@ -550,6 +549,73 @@ export const BlueSPResult = proto2.makeMessageType(
|
|
|
550
549
|
],
|
|
551
550
|
);
|
|
552
551
|
|
|
552
|
+
/**
|
|
553
|
+
* @generated from message BlueWebSPHandshake
|
|
554
|
+
*/
|
|
555
|
+
export const BlueWebSPHandshake = proto2.makeMessageType(
|
|
556
|
+
"BlueWebSPHandshake",
|
|
557
|
+
() => [
|
|
558
|
+
{ no: 1, name: "salt", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
559
|
+
],
|
|
560
|
+
);
|
|
561
|
+
|
|
562
|
+
/**
|
|
563
|
+
* @generated from message BlueWebSPHandshakeReply
|
|
564
|
+
*/
|
|
565
|
+
export const BlueWebSPHandshakeReply = proto2.makeMessageType(
|
|
566
|
+
"BlueWebSPHandshakeReply",
|
|
567
|
+
() => [
|
|
568
|
+
{ no: 1, name: "deviceId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
569
|
+
{ no: 2, name: "signature", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
570
|
+
],
|
|
571
|
+
);
|
|
572
|
+
|
|
573
|
+
/**
|
|
574
|
+
* @generated from message BlueWebSPMessage
|
|
575
|
+
*/
|
|
576
|
+
export const BlueWebSPMessage = proto2.makeMessageType(
|
|
577
|
+
"BlueWebSPMessage",
|
|
578
|
+
() => [
|
|
579
|
+
{ no: 1, name: "transactionId", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
580
|
+
{ no: 2, name: "payload", kind: "message", T: BlueSPResult },
|
|
581
|
+
],
|
|
582
|
+
);
|
|
583
|
+
|
|
584
|
+
/**
|
|
585
|
+
* Message sent by the server to the device
|
|
586
|
+
*
|
|
587
|
+
* @generated from message BlueWebSPServerMessage
|
|
588
|
+
*/
|
|
589
|
+
export const BlueWebSPServerMessage = proto2.makeMessageType(
|
|
590
|
+
"BlueWebSPServerMessage",
|
|
591
|
+
() => [
|
|
592
|
+
{ no: 2, name: "handshake", kind: "message", T: BlueWebSPHandshake, oneof: "payload" },
|
|
593
|
+
{ no: 3, name: "command", kind: "message", T: BlueSPTokenCommand, oneof: "payload" },
|
|
594
|
+
{ no: 4, name: "ossSo", kind: "message", T: BlueOssSoMobile, oneof: "payload" },
|
|
595
|
+
{ no: 5, name: "ossSid", kind: "message", T: BlueOssSidMobile, oneof: "payload" },
|
|
596
|
+
],
|
|
597
|
+
);
|
|
598
|
+
|
|
599
|
+
/**
|
|
600
|
+
* TODO: payload
|
|
601
|
+
*
|
|
602
|
+
* @generated from message BlueWebSPClientMessage
|
|
603
|
+
*/
|
|
604
|
+
export const BlueWebSPClientMessage = proto2.makeMessageType(
|
|
605
|
+
"BlueWebSPClientMessage",
|
|
606
|
+
[],
|
|
607
|
+
);
|
|
608
|
+
|
|
609
|
+
/**
|
|
610
|
+
* @generated from message BlueWebSPStatusMessage
|
|
611
|
+
*/
|
|
612
|
+
export const BlueWebSPStatusMessage = proto2.makeMessageType(
|
|
613
|
+
"BlueWebSPStatusMessage",
|
|
614
|
+
() => [
|
|
615
|
+
{ no: 1, name: "status", kind: "enum", T: proto2.getEnumType(BlueReturnCode) },
|
|
616
|
+
],
|
|
617
|
+
);
|
|
618
|
+
|
|
553
619
|
/**
|
|
554
620
|
* @generated from message BlueOssAccessResult
|
|
555
621
|
*/
|
package/src/BlueSystem_pb.d.ts
CHANGED
|
@@ -8,31 +8,6 @@ import { Message, proto2 } from "@bufbuild/protobuf";
|
|
|
8
8
|
import type { BlueBatteryLevel, BlueBlacklistEntry, BlueEvent, BlueHardwareType, BlueLocalTimeSchedule, BlueLocalTimestamp } from "./BlueCore_pb.js";
|
|
9
9
|
import type { BlueLockConfig, BlueLockStatus } from "./BlueLock_pb.js";
|
|
10
10
|
|
|
11
|
-
/**
|
|
12
|
-
* @generated from enum BlueNetworkType
|
|
13
|
-
*/
|
|
14
|
-
export declare enum BlueNetworkType {
|
|
15
|
-
/**
|
|
16
|
-
* @generated from enum value: None = 1;
|
|
17
|
-
*/
|
|
18
|
-
None = 1,
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* @generated from enum value: Ethernet = 2;
|
|
22
|
-
*/
|
|
23
|
-
Ethernet = 2,
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* @generated from enum value: Wifi = 3;
|
|
27
|
-
*/
|
|
28
|
-
Wifi = 3,
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @generated from enum value: Gsm = 4;
|
|
32
|
-
*/
|
|
33
|
-
Gsm = 4,
|
|
34
|
-
}
|
|
35
|
-
|
|
36
11
|
/**
|
|
37
12
|
* @generated from message BlueBaseConfig
|
|
38
13
|
*/
|
|
@@ -350,13 +325,6 @@ export declare class BlueOssConfig extends Message<BlueOssConfig> {
|
|
|
350
325
|
*/
|
|
351
326
|
soMifareAid: number;
|
|
352
327
|
|
|
353
|
-
/**
|
|
354
|
-
* The card will request to refresh if the existing days passed. It can become required after stable
|
|
355
|
-
*
|
|
356
|
-
* @generated from field: optional uint32 minRefreshDays = 9 [default = 5];
|
|
357
|
-
*/
|
|
358
|
-
minRefreshDays?: number;
|
|
359
|
-
|
|
360
328
|
constructor(data?: PartialMessage<BlueOssConfig>);
|
|
361
329
|
|
|
362
330
|
static readonly runtime: typeof proto2;
|
package/src/BlueSystem_pb.js
CHANGED
|
@@ -7,19 +7,6 @@ import { proto2 } from "@bufbuild/protobuf";
|
|
|
7
7
|
import { BlueBatteryLevel, BlueBlacklistEntry, BlueEvent, BlueHardwareType, BlueLocalTimeSchedule, BlueLocalTimestamp } from "./BlueCore_pb.js";
|
|
8
8
|
import { BlueLockConfig, BlueLockStatus } from "./BlueLock_pb.js";
|
|
9
9
|
|
|
10
|
-
/**
|
|
11
|
-
* @generated from enum BlueNetworkType
|
|
12
|
-
*/
|
|
13
|
-
export const BlueNetworkType = proto2.makeEnum(
|
|
14
|
-
"BlueNetworkType",
|
|
15
|
-
[
|
|
16
|
-
{no: 1, name: "None"},
|
|
17
|
-
{no: 2, name: "Ethernet"},
|
|
18
|
-
{no: 3, name: "Wifi"},
|
|
19
|
-
{no: 4, name: "Gsm"},
|
|
20
|
-
],
|
|
21
|
-
);
|
|
22
|
-
|
|
23
10
|
/**
|
|
24
11
|
* @generated from message BlueBaseConfig
|
|
25
12
|
*/
|
|
@@ -105,7 +92,6 @@ export const BlueOssConfig = proto2.makeMessageType(
|
|
|
105
92
|
{ no: 6, name: "soUpdateFromBlacklist", kind: "scalar", T: 8 /* ScalarType.BOOL */, default: true },
|
|
106
93
|
{ 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]) },
|
|
107
94
|
{ no: 8, name: "soMifareAid", kind: "scalar", T: 13 /* ScalarType.UINT32 */, default: 16076800 },
|
|
108
|
-
{ no: 9, name: "minRefreshDays", kind: "scalar", T: 13 /* ScalarType.UINT32 */, opt: true, default: 5 },
|
|
109
95
|
],
|
|
110
96
|
);
|
|
111
97
|
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
84b73bda5d9eb2f8cbf036217f9f80de
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ea093bd7f6e8933cdff7656b340d90454b1259a2
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2800ea11ca92a59f1e0a1a06ae182610994060003b98400cb618bc76afaa08fe
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
baf5949af8b26b9ef62424d74d1ab57966e79bf7f0e1d1b385498e996e0acbdd83df58f7206ff62edea8e90c27dc8c2fe3c4b5af11233fe14759d277465a50b5
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1f99967f6e4ff29f306f4f90296ff572
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
baf7c1c5b587322d6a09e2a8779f6c446fa2066f
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
369561f2c36dec86a23bf7071314f69e9fa7fa40602a8208c5a8a109acb42a5e
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
042dc4cadd1260e56af2ad8ddf07e4a4f5431161e0acf378369bd927bb89a40188dbb49aa0bbf073d741d62de13d5e82f3c733dcc4526dbc7bc2c9dc3572ccdf
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
cabccd015d3415f9f0e2b230442fcb6c
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
63a71ef2126b1805d9ef6a0f0ee73d0d45e58a4c
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
a84a93383c5ff1c31ef488547badbd092cf9bc5f8ee1875d7fc1a1bcfa982491
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
d19bd1cba7a153069fb9d33d032380052c2befcb542808035df28f63f34142d5cebd3a8935c58d6712e5178fd623f158239f0109ee9c76e3e228a8be927514f9
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
13d7f8c1aaa8643622a9997362a903cb
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ada06b3acdf695e361060a71fd92ad9762de1353
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
cf2cbcecafd37dd26272536eb25360f17285061ceb2286a35345fd85721c6e7b
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
e40145140066cc64923f7d3559a5517c1587ba308ac627937bd36f5d4e8d0145e6a177bbf092e591266b9aefc3cb38dace8e0a140d324938b7204a82e38ecf10
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
50ea82cde8a30079e52362a31abd8adc
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
feb3de38dd95a995fe9da4ed1e8f4bc3d9b2dbf9
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
75a6c2bc85227857828ec07bd422565c07bd48abe9a1c2395b147dd96962a2a8
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
f54408f13ba237c54478ff2b358e41951d70b49e96c73b7da83bf1077eacc34f52b309a20f5d81c9b62a939ea56c1a90ab7d28b63147c5ceaabb88ca5ee70d77
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
01dd0886b9c6be18f98940af4547fdf0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
8b35b1cbd57484394f30c28f31f163cf86868a3c
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
33f79f84e5f452172444b61db9ccae68a69cfbaf88fc5bbee0d3dcd2557ec740
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
303c595f4486061fc2ae23d7aa4d744c48ab9817199236ec73659e1fa477a52e1e528b9e20b091fabb1043cd2829c4e6750e83cccf0fde749c47db94fa981111
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_protobuf","require"],"sourceRoot":"../../src","sources":["BlueNetworkCore_pb.d.ts"],"mappings":";;AAMA,IAAAA,SAAA,GAAAC,OAAA","ignoreList":[]}
|