@blueid/access-capacitor 0.102.0 → 0.105.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/BlueidAccessCapacitor.podspec +2 -1
- package/dist/esm/BlueCore_pb.d.ts +8 -0
- package/dist/esm/BlueCore_pb.js +10 -0
- package/dist/esm/BlueCore_pb.js.map +1 -1
- package/dist/esm/BlueSDK_pb.d.ts +48 -0
- package/dist/esm/BlueSDK_pb.js +12 -0
- package/dist/esm/BlueSDK_pb.js.map +1 -1
- package/dist/plugin.cjs.js +22 -0
- package/dist/plugin.cjs.js.map +1 -1
- package/dist/plugin.js +22 -0
- package/dist/plugin.js.map +1 -1
- package/ios/CBlueIDAccess.xcframework/ios-arm64/Headers/core/BlueCore.pb.h +2 -0
- package/ios/CBlueIDAccess.xcframework/ios-arm64/libCBlueIDAccess.a +0 -0
- package/ios/CBlueIDAccess.xcframework/ios-arm64_x86_64-simulator/Headers/core/BlueCore.pb.h +2 -0
- 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 +2 -0
- package/ios/CBlueIDAccess.xcframework/macos-arm64_x86_64/libCBlueIDAccess.a +0 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueAPI.swift +7 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueAPIProtocol.swift +13 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueAccess.swift +12 -24
- package/ios/Plugin/BlueIDAccessSDK/BlueCommands.swift +3 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueCore.pb.swift +8 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueDFU/BlueDFUPeripheralService.swift +73 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueDFU/BlueUpdateAccessDeviceFirmwareCommand.swift +226 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueDevices.swift +24 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueError.swift +1 -1
- package/ios/Plugin/BlueIDAccessSDK/BlueFetch.swift +10 -2
- package/ios/Plugin/BlueIDAccessSDK/BlueModal/BlueModal.swift +30 -5
- package/ios/Plugin/BlueIDAccessSDK/BlueModal/{BlueSynchronizeAccessDeviceModalSession.swift → BlueStepProgressModalSession.swift} +4 -4
- package/ios/Plugin/BlueIDAccessSDK/BlueModal/{BlueSynchronizeAccessDeviceModalView.swift → BlueStepProgressModalView.swift} +98 -66
- package/ios/Plugin/BlueIDAccessSDK/BlueSDK.pb.swift +216 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueTaskRunner.swift +34 -3
- package/ios/Plugin/BlueIDAccessSDK/BlueZip.swift +30 -0
- package/package.json +1 -1
package/dist/plugin.js
CHANGED
|
@@ -458,6 +458,14 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
458
458
|
* @generated from enum value: SdkWaitDeviceToRestartFailed = -421;
|
|
459
459
|
*/
|
|
460
460
|
BlueReturnCode[BlueReturnCode["SdkWaitDeviceToRestartFailed"] = -421] = "SdkWaitDeviceToRestartFailed";
|
|
461
|
+
/**
|
|
462
|
+
* @generated from enum value: SdkUnzipError = -422;
|
|
463
|
+
*/
|
|
464
|
+
BlueReturnCode[BlueReturnCode["SdkUnzipError"] = -422] = "SdkUnzipError";
|
|
465
|
+
/**
|
|
466
|
+
* @generated from enum value: SdkInvalidFirmwareURL = -423;
|
|
467
|
+
*/
|
|
468
|
+
BlueReturnCode[BlueReturnCode["SdkInvalidFirmwareURL"] = -423] = "SdkInvalidFirmwareURL";
|
|
461
469
|
/**
|
|
462
470
|
* @generated from enum value: OssMAReturnCodeStart = -1000;
|
|
463
471
|
*/
|
|
@@ -564,6 +572,8 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
564
572
|
{ no: -419, name: "SdkGetBlacklistEntriesFailed" },
|
|
565
573
|
{ no: -420, name: "SdkGetSystemStatusFailed" },
|
|
566
574
|
{ no: -421, name: "SdkWaitDeviceToRestartFailed" },
|
|
575
|
+
{ no: -422, name: "SdkUnzipError" },
|
|
576
|
+
{ no: -423, name: "SdkInvalidFirmwareURL" },
|
|
567
577
|
{ no: -1000, name: "OssMAReturnCodeStart" },
|
|
568
578
|
{ no: -1100, name: "OssMAReturnCodeEnd" },
|
|
569
579
|
]);
|
|
@@ -3098,6 +3108,18 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
3098
3108
|
{ no: 32, name: "syncDeviceDeployBlacklistEntriesTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Deploy blacklist entries" },
|
|
3099
3109
|
{ no: 33, name: "syncDeviceRetrieveSystemStatusTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve system status" },
|
|
3100
3110
|
{ no: 34, name: "syncDevicePushSystemStatusTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push system status" },
|
|
3111
|
+
{ no: 35, name: "dfuInProgressTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update in Progress" },
|
|
3112
|
+
{ no: 36, name: "dfuFailedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update has failed" },
|
|
3113
|
+
{ no: 37, name: "dfuCancellingTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Cancelling..." },
|
|
3114
|
+
{ no: 38, name: "dfuCompletedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update has been completed" },
|
|
3115
|
+
{ no: 39, name: "dfuGetAuthenticationTokenTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Issue authentication token" },
|
|
3116
|
+
{ no: 40, name: "dfuCheckLatestFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Check latest firmware" },
|
|
3117
|
+
{ no: 41, name: "dfuDownloadLatestFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Download latest firmware" },
|
|
3118
|
+
{ no: 42, name: "dfuPrepareUpdateLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Prepare Update" },
|
|
3119
|
+
{ no: 43, name: "dfuStartBootloaderLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Start Bootloader" },
|
|
3120
|
+
{ no: 44, name: "dfuFindDFUPeripheralLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Find DFU peripheral" },
|
|
3121
|
+
{ no: 45, name: "dfuUpdateFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update firmware" },
|
|
3122
|
+
{ no: 46, name: "dfuWaitForDeviceToRestartTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Wait for device to restart" },
|
|
3101
3123
|
]);
|
|
3102
3124
|
/**
|
|
3103
3125
|
* @generated from message BlueDeviceDetailsBluetooth
|