@blueid/access-react-native 0.104.0 → 0.106.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.
Files changed (50) hide show
  1. package/blueid-access-react-native.podspec +2 -1
  2. package/frameworks/CBlueIDAccess.xcframework/Info.plist +8 -8
  3. package/frameworks/CBlueIDAccess.xcframework/ios-arm64/Headers/core/BlueCore.pb.h +9 -4
  4. package/frameworks/CBlueIDAccess.xcframework/ios-arm64/libCBlueIDAccess.a +0 -0
  5. package/frameworks/CBlueIDAccess.xcframework/ios-arm64_x86_64-simulator/Headers/core/BlueCore.pb.h +9 -4
  6. package/frameworks/CBlueIDAccess.xcframework/ios-arm64_x86_64-simulator/libCBlueIDAccess.a +0 -0
  7. package/frameworks/CBlueIDAccess.xcframework/macos-arm64_x86_64/Headers/core/BlueCore.pb.h +9 -4
  8. package/frameworks/CBlueIDAccess.xcframework/macos-arm64_x86_64/libCBlueIDAccess.a +0 -0
  9. package/ios/BlueIDAccessSDK/BlueAPI.swift +7 -0
  10. package/ios/BlueIDAccessSDK/BlueAPIProtocol.swift +20 -0
  11. package/ios/BlueIDAccessSDK/BlueAccess.swift +50 -24
  12. package/ios/BlueIDAccessSDK/BlueCommands.swift +3 -0
  13. package/ios/BlueIDAccessSDK/BlueCore.pb.swift +25 -0
  14. package/ios/BlueIDAccessSDK/BlueDFU/BlueDFUPeripheralService.swift +73 -0
  15. package/ios/BlueIDAccessSDK/BlueDFU/BlueUpdateAccessDeviceFirmwareCommand.swift +252 -0
  16. package/ios/BlueIDAccessSDK/BlueDevices.swift +24 -0
  17. package/ios/BlueIDAccessSDK/BlueError.swift +1 -1
  18. package/ios/BlueIDAccessSDK/BlueFetch.swift +10 -2
  19. package/ios/BlueIDAccessSDK/BlueModal/BlueModal.swift +30 -5
  20. package/ios/BlueIDAccessSDK/BlueModal/{BlueSynchronizeAccessDeviceModalSession.swift → BlueStepProgressModalSession.swift} +4 -4
  21. package/ios/BlueIDAccessSDK/BlueModal/{BlueSynchronizeAccessDeviceModalView.swift → BlueStepProgressModalView.swift} +59 -19
  22. package/ios/BlueIDAccessSDK/BlueSDK.pb.swift +234 -0
  23. package/ios/BlueIDAccessSDK/BlueSystem.pb.swift +51 -0
  24. package/ios/BlueIDAccessSDK/BlueTaskRunner.swift +42 -5
  25. package/ios/BlueIDAccessSDK/BlueZip.swift +30 -0
  26. package/lib/commonjs/BlueCore_pb.js +11 -0
  27. package/lib/commonjs/BlueCore_pb.js.map +1 -1
  28. package/lib/commonjs/BlueSDK_pb.js +78 -0
  29. package/lib/commonjs/BlueSDK_pb.js.map +1 -1
  30. package/lib/commonjs/BlueSystem_pb.js +18 -0
  31. package/lib/commonjs/BlueSystem_pb.js.map +1 -1
  32. package/lib/module/BlueCore_pb.d.js.map +1 -1
  33. package/lib/module/BlueCore_pb.js +11 -0
  34. package/lib/module/BlueCore_pb.js.map +1 -1
  35. package/lib/module/BlueSDK_pb.d.js.map +1 -1
  36. package/lib/module/BlueSDK_pb.js +78 -0
  37. package/lib/module/BlueSDK_pb.js.map +1 -1
  38. package/lib/module/BlueSystem_pb.d.js.map +1 -1
  39. package/lib/module/BlueSystem_pb.js +18 -0
  40. package/lib/module/BlueSystem_pb.js.map +1 -1
  41. package/lib/typescript/src/BlueCore_pb.d.ts.map +1 -1
  42. package/lib/typescript/src/BlueSDK_pb.d.ts.map +1 -1
  43. package/lib/typescript/src/BlueSystem_pb.d.ts.map +1 -1
  44. package/package.json +1 -1
  45. package/src/BlueCore_pb.d.ts +15 -0
  46. package/src/BlueCore_pb.js +3 -0
  47. package/src/BlueSDK_pb.d.ts +65 -0
  48. package/src/BlueSDK_pb.js +13 -0
  49. package/src/BlueSystem_pb.d.ts +15 -0
  50. package/src/BlueSystem_pb.js +3 -0
package/src/BlueSDK_pb.js CHANGED
@@ -70,6 +70,19 @@ export const BlueI18n = proto2.makeMessageType(
70
70
  { no: 32, name: "syncDeviceDeployBlacklistEntriesTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Deploy blacklist entries" },
71
71
  { no: 33, name: "syncDeviceRetrieveSystemStatusTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve system status" },
72
72
  { no: 34, name: "syncDevicePushSystemStatusTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push system status" },
73
+ { no: 35, name: "syncDeviceCheckLatestFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Check latest firmware" },
74
+ { no: 36, name: "dfuInProgressTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update in Progress" },
75
+ { no: 37, name: "dfuFailedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update has failed" },
76
+ { no: 38, name: "dfuCancellingTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Cancelling..." },
77
+ { no: 39, name: "dfuCompletedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update has been completed" },
78
+ { no: 40, name: "dfuGetAuthenticationTokenTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Issue authentication token" },
79
+ { no: 41, name: "dfuCheckLatestFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Check latest firmware" },
80
+ { no: 42, name: "dfuDownloadLatestFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Download latest firmware" },
81
+ { no: 43, name: "dfuPrepareUpdateLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Prepare Update" },
82
+ { no: 44, name: "dfuStartBootloaderLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Start Bootloader" },
83
+ { no: 45, name: "dfuInitializationLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "DFU initialization" },
84
+ { no: 46, name: "dfuUpdateFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update firmware" },
85
+ { no: 47, name: "dfuWaitForDeviceToRestartTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Wait for device to restart" },
73
86
  ],
74
87
  );
75
88
 
@@ -629,6 +629,21 @@ export declare class BlueSystemStatus extends Message<BlueSystemStatus> {
629
629
  */
630
630
  lock?: BlueLockStatus;
631
631
 
632
+ /**
633
+ * @generated from field: optional uint32 applicationVersionTest = 10;
634
+ */
635
+ applicationVersionTest?: number;
636
+
637
+ /**
638
+ * @generated from field: optional bool newFirmwareVersionAvailable = 11;
639
+ */
640
+ newFirmwareVersionAvailable?: boolean;
641
+
642
+ /**
643
+ * @generated from field: optional bool newTestFirmwareVersionAvailable = 12;
644
+ */
645
+ newTestFirmwareVersionAvailable?: boolean;
646
+
632
647
  constructor(data?: PartialMessage<BlueSystemStatus>);
633
648
 
634
649
  static readonly runtime: typeof proto2;
@@ -181,6 +181,9 @@ export const BlueSystemStatus = proto2.makeMessageType(
181
181
  { no: 7, name: "localTime", kind: "message", T: BlueLocalTimestamp },
182
182
  { no: 8, name: "settings", kind: "message", T: BlueSystemSettings },
183
183
  { no: 9, name: "lock", kind: "message", T: BlueLockStatus, opt: true },
184
+ { no: 10, name: "applicationVersionTest", kind: "scalar", T: 13 /* ScalarType.UINT32 */, opt: true },
185
+ { no: 11, name: "newFirmwareVersionAvailable", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
186
+ { no: 12, name: "newTestFirmwareVersionAvailable", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
184
187
  ],
185
188
  );
186
189