@blueid/access-capacitor 0.77.0 → 0.78.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/BlueSDK_pb.d.ts +28 -8
- package/dist/esm/BlueSDK_pb.js +11 -6
- package/dist/esm/BlueSDK_pb.js.map +1 -1
- package/dist/plugin.cjs.js +11 -6
- package/dist/plugin.cjs.js.map +1 -1
- package/dist/plugin.js +11 -6
- package/dist/plugin.js.map +1 -1
- package/ios/CBlueIDAccess.xcframework/Info.plist +8 -8
- package/ios/CBlueIDAccess.xcframework/ios-arm64/libCBlueIDAccess.a +0 -0
- package/ios/CBlueIDAccess.xcframework/ios-arm64_x86_64-simulator/libCBlueIDAccess.a +0 -0
- package/ios/CBlueIDAccess.xcframework/macos-arm64_x86_64/libCBlueIDAccess.a +0 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueAccess.swift +36 -42
- package/ios/Plugin/BlueIDAccessSDK/BlueModal/BlueModal.swift +34 -20
- package/ios/Plugin/BlueIDAccessSDK/BlueModal/BlueModalSession.swift +9 -4
- package/ios/Plugin/BlueIDAccessSDK/BlueModal/BlueModalView.swift +7 -4
- package/ios/Plugin/BlueIDAccessSDK/BlueNfc.swift +10 -8
- package/ios/Plugin/BlueIDAccessSDK/BlueOssSo.swift +17 -10
- package/ios/Plugin/BlueIDAccessSDK/BlueSDK.pb.swift +305 -169
- package/package.json +1 -1
package/dist/plugin.js
CHANGED
|
@@ -2983,7 +2983,7 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
2983
2983
|
BlueI18n.runtime = protobuf.proto2;
|
|
2984
2984
|
BlueI18n.typeName = "BlueI18n";
|
|
2985
2985
|
BlueI18n.fields = protobuf.proto2.util.newFieldList(() => [
|
|
2986
|
-
{ no: 1, name: "nfcWaitMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Waiting for transponder" },
|
|
2986
|
+
{ no: 1, name: "nfcWaitMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Waiting for transponder..." },
|
|
2987
2987
|
{ no: 2, name: "nfcOssSuccessReadConfigurationMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Configuration read successfully" },
|
|
2988
2988
|
{ no: 3, name: "nfcOssSuccessUpdateConfigurationMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Configuration successfully updated" },
|
|
2989
2989
|
{ no: 4, name: "nfcOssSuccessClearEventsMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Events successfully cleared" },
|
|
@@ -2991,11 +2991,16 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
2991
2991
|
{ no: 6, name: "nfcOssSuccessProvisionMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Successfully provisioned" },
|
|
2992
2992
|
{ no: 7, name: "nfcOssSuccessUnprovisionMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Successfully unprovisioned" },
|
|
2993
2993
|
{ no: 8, name: "nfcOssSuccessFormatMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Transponder was successfully formatted" },
|
|
2994
|
-
{ no: 9, name: "
|
|
2995
|
-
{ no: 10, name: "
|
|
2996
|
-
{ no: 11, name: "
|
|
2997
|
-
{ no: 12, name: "
|
|
2998
|
-
{ no: 13, name: "
|
|
2994
|
+
{ no: 9, name: "nfcInitializingWritingProcess", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Initializing writing process" },
|
|
2995
|
+
{ no: 10, name: "cmnCancelLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Cancel" },
|
|
2996
|
+
{ no: 11, name: "openViaOssTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Unlocking in Progress" },
|
|
2997
|
+
{ no: 12, name: "openViaOssWaitMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Establishing secure connection..." },
|
|
2998
|
+
{ no: 13, name: "openViaOssAccessGrantedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Access Granted" },
|
|
2999
|
+
{ no: 14, name: "openViaOssAccessGrantedMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Please proceed." },
|
|
3000
|
+
{ no: 15, name: "openViaOssAccessDeniedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Access Denied" },
|
|
3001
|
+
{ no: 16, name: "openViaOssAccessDeniedMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Credentials are invalid or outdated." },
|
|
3002
|
+
{ no: 17, name: "openViaOssAccessDeniedScheduleMismatchMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Credentials are not valid at this time and/or day of the week." },
|
|
3003
|
+
{ no: 18, name: "openViaOssErrorTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Error" },
|
|
2999
3004
|
]);
|
|
3000
3005
|
/**
|
|
3001
3006
|
* @generated from message BlueDeviceDetailsBluetooth
|