@blueid/access-capacitor 0.105.0 → 0.107.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 +4 -0
- package/dist/esm/BlueCore_pb.js +1 -0
- package/dist/esm/BlueCore_pb.js.map +1 -1
- package/dist/esm/BlueSDK_pb.d.ts +17 -13
- package/dist/esm/BlueSDK_pb.js +13 -12
- package/dist/esm/BlueSDK_pb.js.map +1 -1
- package/dist/esm/BlueSystem_pb.d.ts +12 -0
- package/dist/esm/BlueSystem_pb.js +3 -0
- package/dist/esm/BlueSystem_pb.js.map +1 -1
- package/dist/plugin.cjs.js +17 -12
- package/dist/plugin.cjs.js.map +1 -1
- package/dist/plugin.js +17 -12
- package/dist/plugin.js.map +1 -1
- package/ios/CBlueIDAccess.xcframework/Info.plist +6 -6
- package/ios/CBlueIDAccess.xcframework/ios-arm64/Headers/core/BlueCore.pb.h +7 -4
- package/ios/CBlueIDAccess.xcframework/ios-arm64/libCBlueIDAccess.a +0 -0
- package/ios/CBlueIDAccess.xcframework/ios-arm64_x86_64-simulator/Headers/core/BlueCore.pb.h +7 -4
- 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 +7 -4
- package/ios/CBlueIDAccess.xcframework/macos-arm64_x86_64/libCBlueIDAccess.a +0 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueAPIProtocol.swift +9 -2
- package/ios/Plugin/BlueIDAccessSDK/BlueAccess.swift +1 -5
- package/ios/Plugin/BlueIDAccessSDK/BlueCommands.swift +1 -1
- package/ios/Plugin/BlueIDAccessSDK/BlueCore.pb.swift +17 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueDFU/BlueUpdateAccessDeviceFirmwareCommand.swift +33 -7
- package/ios/Plugin/BlueIDAccessSDK/BlueModal/BlueStepProgressModalView.swift +32 -8
- package/ios/Plugin/BlueIDAccessSDK/BlueSDK.pb.swift +65 -47
- package/ios/Plugin/BlueIDAccessSDK/BlueSystem.pb.swift +51 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueSystem.swift +46 -27
- package/ios/Plugin/BlueIDAccessSDK/BlueTaskRunner.swift +8 -2
- package/package.json +1 -1
package/dist/plugin.js
CHANGED
|
@@ -1236,6 +1236,7 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
1236
1236
|
BlueVersionInfo.fields = protobuf.proto2.util.newFieldList(() => [
|
|
1237
1237
|
{ no: 1, name: "buildTime", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
1238
1238
|
{ no: 2, name: "version", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
1239
|
+
{ no: 3, name: "testVersion", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
1239
1240
|
]);
|
|
1240
1241
|
/**
|
|
1241
1242
|
* @generated from message BlueLocalTimestamp
|
|
@@ -3108,18 +3109,19 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
3108
3109
|
{ no: 32, name: "syncDeviceDeployBlacklistEntriesTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Deploy blacklist entries" },
|
|
3109
3110
|
{ no: 33, name: "syncDeviceRetrieveSystemStatusTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve system status" },
|
|
3110
3111
|
{ no: 34, name: "syncDevicePushSystemStatusTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push system status" },
|
|
3111
|
-
{ no: 35, name: "
|
|
3112
|
-
{ no: 36, name: "
|
|
3113
|
-
{ no: 37, name: "
|
|
3114
|
-
{ no: 38, name: "
|
|
3115
|
-
{ no: 39, name: "
|
|
3116
|
-
{ no: 40, name: "
|
|
3117
|
-
{ no: 41, name: "
|
|
3118
|
-
{ no: 42, name: "
|
|
3119
|
-
{ no: 43, name: "
|
|
3120
|
-
{ no: 44, name: "
|
|
3121
|
-
{ no: 45, name: "
|
|
3122
|
-
{ no: 46, name: "
|
|
3112
|
+
{ no: 35, name: "syncDeviceCheckLatestFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Check latest firmware" },
|
|
3113
|
+
{ no: 36, name: "dfuInProgressTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update in Progress" },
|
|
3114
|
+
{ no: 37, name: "dfuFailedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update has failed" },
|
|
3115
|
+
{ no: 38, name: "dfuCancellingTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Cancelling..." },
|
|
3116
|
+
{ no: 39, name: "dfuCompletedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update has been completed" },
|
|
3117
|
+
{ no: 40, name: "dfuGetAuthenticationTokenTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Issue authentication token" },
|
|
3118
|
+
{ no: 41, name: "dfuCheckLatestFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Check latest firmware" },
|
|
3119
|
+
{ no: 42, name: "dfuDownloadLatestFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Download latest firmware" },
|
|
3120
|
+
{ no: 43, name: "dfuPrepareUpdateLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Prepare Update" },
|
|
3121
|
+
{ no: 44, name: "dfuStartBootloaderLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Start Bootloader" },
|
|
3122
|
+
{ no: 45, name: "dfuInitializationLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "DFU initialization" },
|
|
3123
|
+
{ no: 46, name: "dfuUpdateFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update firmware" },
|
|
3124
|
+
{ no: 47, name: "dfuWaitForDeviceToRestartTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Wait for device to restart" },
|
|
3123
3125
|
]);
|
|
3124
3126
|
/**
|
|
3125
3127
|
* @generated from message BlueDeviceDetailsBluetooth
|
|
@@ -3938,6 +3940,9 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
3938
3940
|
{ no: 7, name: "localTime", kind: "message", T: BlueLocalTimestamp },
|
|
3939
3941
|
{ no: 8, name: "settings", kind: "message", T: BlueSystemSettings },
|
|
3940
3942
|
{ no: 9, name: "lock", kind: "message", T: BlueLockStatus, opt: true },
|
|
3943
|
+
{ no: 10, name: "applicationVersionTest", kind: "scalar", T: 13 /* ScalarType.UINT32 */, opt: true },
|
|
3944
|
+
{ no: 11, name: "newFirmwareVersionAvailable", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
3945
|
+
{ no: 12, name: "newTestFirmwareVersionAvailable", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
3941
3946
|
]);
|
|
3942
3947
|
/**
|
|
3943
3948
|
* @generated from message BlueSystemLogQuery
|