@blueid/access-capacitor 0.89.0 → 0.91.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/dist/esm/BlueCore_pb.d.ts +0 -6
- package/dist/esm/BlueCore_pb.js +0 -6
- package/dist/esm/BlueCore_pb.js.map +1 -1
- package/dist/esm/interop.js +2 -1
- package/dist/esm/interop.js.map +1 -1
- package/dist/plugin.cjs.js +2 -7
- package/dist/plugin.cjs.js.map +1 -1
- package/dist/plugin.js +2 -7
- package/dist/plugin.js.map +1 -1
- package/ios/CBlueIDAccess.xcframework/Info.plist +5 -5
- package/ios/CBlueIDAccess.xcframework/ios-arm64/Headers/core/BlueCore.pb.h +26 -26
- package/ios/CBlueIDAccess.xcframework/ios-arm64/libCBlueIDAccess.a +0 -0
- package/ios/CBlueIDAccess.xcframework/ios-arm64_x86_64-simulator/Headers/core/BlueCore.pb.h +26 -26
- package/ios/CBlueIDAccess.xcframework/ios-arm64_x86_64-simulator/libCBlueIDAccess.a +0 -0
- package/ios/CBlueIDAccess.xcframework/macos-arm64_x86_64/Headers/core/BlueCore.pb.h +26 -26
- package/ios/CBlueIDAccess.xcframework/macos-arm64_x86_64/libCBlueIDAccess.a +0 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueAccessAPIHelper.swift +9 -2
- package/ios/Plugin/BlueIDAccessSDK/BlueAccessSync.swift +1 -1
- package/ios/Plugin/BlueIDAccessSDK/BlueCore.pb.swift +0 -3
- package/ios/Plugin/BlueIDAccessSDK/BlueDeviceBluetooth.swift +6 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueKeychain.swift +20 -2
- package/ios/Plugin/BlueIDAccessSDK/BlueOssSid.swift +3 -3
- package/ios/Plugin/BlueIDAccessSDK/BlueOssSo.swift +4 -4
- package/ios/Plugin/BlueIDAccessSDK/BlueTerminal.swift +1 -1
- package/package.json +1 -1
package/dist/plugin.js
CHANGED
|
@@ -849,8 +849,6 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
849
849
|
{ no: 200, name: "FullyCharged" },
|
|
850
850
|
]);
|
|
851
851
|
/**
|
|
852
|
-
* Oss So events --
|
|
853
|
-
*
|
|
854
852
|
* @generated from enum BlueEventId
|
|
855
853
|
*/
|
|
856
854
|
exports.BlueEventId = void 0;
|
|
@@ -963,8 +961,6 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
963
961
|
{ no: 15, name: "TerminalOss" },
|
|
964
962
|
]);
|
|
965
963
|
/**
|
|
966
|
-
* Oss So events --
|
|
967
|
-
*
|
|
968
964
|
* @generated from enum BlueEventInfoSystem
|
|
969
965
|
*/
|
|
970
966
|
exports.BlueEventInfoSystem = void 0;
|
|
@@ -984,8 +980,6 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
984
980
|
{ no: 2, name: "SystemConfigured" },
|
|
985
981
|
]);
|
|
986
982
|
/**
|
|
987
|
-
* Oss So events --
|
|
988
|
-
*
|
|
989
983
|
* @generated from enum BlueEventInfoAccess
|
|
990
984
|
*/
|
|
991
985
|
exports.BlueEventInfoAccess = void 0;
|
|
@@ -4141,7 +4135,8 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
4141
4135
|
});
|
|
4142
4136
|
}
|
|
4143
4137
|
else if (typeof result.data === "string" &&
|
|
4144
|
-
result.data.startsWith("message:")
|
|
4138
|
+
result.data.startsWith("message:") &&
|
|
4139
|
+
result.data !== "message:") {
|
|
4145
4140
|
throw new Error(`Missing resultMessageTypeName for action '${request.action}'`);
|
|
4146
4141
|
}
|
|
4147
4142
|
else {
|