@blueid/access-capacitor 0.89.0 → 0.90.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/BlueKeychain.swift +20 -2
- package/ios/Plugin/BlueIDAccessSDK/BlueOssSid.swift +3 -3
- package/ios/Plugin/BlueIDAccessSDK/BlueOssSo.swift +4 -4
- package/package.json +1 -1
|
@@ -625,8 +625,6 @@ export declare enum BlueBatteryLevel {
|
|
|
625
625
|
FullyCharged = 200
|
|
626
626
|
}
|
|
627
627
|
/**
|
|
628
|
-
* Oss So events --
|
|
629
|
-
*
|
|
630
628
|
* @generated from enum BlueEventId
|
|
631
629
|
*/
|
|
632
630
|
export declare enum BlueEventId {
|
|
@@ -720,8 +718,6 @@ export declare enum BlueEventId {
|
|
|
720
718
|
TerminalOss = 15
|
|
721
719
|
}
|
|
722
720
|
/**
|
|
723
|
-
* Oss So events --
|
|
724
|
-
*
|
|
725
721
|
* @generated from enum BlueEventInfoSystem
|
|
726
722
|
*/
|
|
727
723
|
export declare enum BlueEventInfoSystem {
|
|
@@ -735,8 +731,6 @@ export declare enum BlueEventInfoSystem {
|
|
|
735
731
|
SystemConfigured = 2
|
|
736
732
|
}
|
|
737
733
|
/**
|
|
738
|
-
* Oss So events --
|
|
739
|
-
*
|
|
740
734
|
* @generated from enum BlueEventInfoAccess
|
|
741
735
|
*/
|
|
742
736
|
export declare enum BlueEventInfoAccess {
|
package/dist/esm/BlueCore_pb.js
CHANGED
|
@@ -795,8 +795,6 @@ proto2.util.setEnumType(BlueBatteryLevel, "BlueBatteryLevel", [
|
|
|
795
795
|
{ no: 200, name: "FullyCharged" },
|
|
796
796
|
]);
|
|
797
797
|
/**
|
|
798
|
-
* Oss So events --
|
|
799
|
-
*
|
|
800
798
|
* @generated from enum BlueEventId
|
|
801
799
|
*/
|
|
802
800
|
export var BlueEventId;
|
|
@@ -909,8 +907,6 @@ proto2.util.setEnumType(BlueEventId, "BlueEventId", [
|
|
|
909
907
|
{ no: 15, name: "TerminalOss" },
|
|
910
908
|
]);
|
|
911
909
|
/**
|
|
912
|
-
* Oss So events --
|
|
913
|
-
*
|
|
914
910
|
* @generated from enum BlueEventInfoSystem
|
|
915
911
|
*/
|
|
916
912
|
export var BlueEventInfoSystem;
|
|
@@ -930,8 +926,6 @@ proto2.util.setEnumType(BlueEventInfoSystem, "BlueEventInfoSystem", [
|
|
|
930
926
|
{ no: 2, name: "SystemConfigured" },
|
|
931
927
|
]);
|
|
932
928
|
/**
|
|
933
|
-
* Oss So events --
|
|
934
|
-
*
|
|
935
929
|
* @generated from enum BlueEventInfoAccess
|
|
936
930
|
*/
|
|
937
931
|
export var BlueEventInfoAccess;
|