@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.
Files changed (31) hide show
  1. package/dist/esm/BlueCore_pb.d.ts +4 -0
  2. package/dist/esm/BlueCore_pb.js +1 -0
  3. package/dist/esm/BlueCore_pb.js.map +1 -1
  4. package/dist/esm/BlueSDK_pb.d.ts +17 -13
  5. package/dist/esm/BlueSDK_pb.js +13 -12
  6. package/dist/esm/BlueSDK_pb.js.map +1 -1
  7. package/dist/esm/BlueSystem_pb.d.ts +12 -0
  8. package/dist/esm/BlueSystem_pb.js +3 -0
  9. package/dist/esm/BlueSystem_pb.js.map +1 -1
  10. package/dist/plugin.cjs.js +17 -12
  11. package/dist/plugin.cjs.js.map +1 -1
  12. package/dist/plugin.js +17 -12
  13. package/dist/plugin.js.map +1 -1
  14. package/ios/CBlueIDAccess.xcframework/Info.plist +6 -6
  15. package/ios/CBlueIDAccess.xcframework/ios-arm64/Headers/core/BlueCore.pb.h +7 -4
  16. package/ios/CBlueIDAccess.xcframework/ios-arm64/libCBlueIDAccess.a +0 -0
  17. package/ios/CBlueIDAccess.xcframework/ios-arm64_x86_64-simulator/Headers/core/BlueCore.pb.h +7 -4
  18. package/ios/CBlueIDAccess.xcframework/ios-arm64_x86_64-simulator/libCBlueIDAccess.a +0 -0
  19. package/ios/CBlueIDAccess.xcframework/macos-arm64_x86_64/Headers/core/BlueCore.pb.h +7 -4
  20. package/ios/CBlueIDAccess.xcframework/macos-arm64_x86_64/libCBlueIDAccess.a +0 -0
  21. package/ios/Plugin/BlueIDAccessSDK/BlueAPIProtocol.swift +9 -2
  22. package/ios/Plugin/BlueIDAccessSDK/BlueAccess.swift +1 -5
  23. package/ios/Plugin/BlueIDAccessSDK/BlueCommands.swift +1 -1
  24. package/ios/Plugin/BlueIDAccessSDK/BlueCore.pb.swift +17 -0
  25. package/ios/Plugin/BlueIDAccessSDK/BlueDFU/BlueUpdateAccessDeviceFirmwareCommand.swift +33 -7
  26. package/ios/Plugin/BlueIDAccessSDK/BlueModal/BlueStepProgressModalView.swift +32 -8
  27. package/ios/Plugin/BlueIDAccessSDK/BlueSDK.pb.swift +65 -47
  28. package/ios/Plugin/BlueIDAccessSDK/BlueSystem.pb.swift +51 -0
  29. package/ios/Plugin/BlueIDAccessSDK/BlueSystem.swift +46 -27
  30. package/ios/Plugin/BlueIDAccessSDK/BlueTaskRunner.swift +8 -2
  31. package/package.json +1 -1
@@ -925,6 +925,10 @@ export declare class BlueVersionInfo extends Message<BlueVersionInfo> {
925
925
  * @generated from field: required uint32 version = 2;
926
926
  */
927
927
  version?: number;
928
+ /**
929
+ * @generated from field: required uint32 testVersion = 3;
930
+ */
931
+ testVersion?: number;
928
932
  constructor(data?: PartialMessage<BlueVersionInfo>);
929
933
  static readonly runtime: typeof proto2;
930
934
  static readonly typeName = "BlueVersionInfo";
@@ -1182,6 +1182,7 @@ BlueVersionInfo.typeName = "BlueVersionInfo";
1182
1182
  BlueVersionInfo.fields = proto2.util.newFieldList(() => [
1183
1183
  { no: 1, name: "buildTime", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
1184
1184
  { no: 2, name: "version", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
1185
+ { no: 3, name: "testVersion", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
1185
1186
  ]);
1186
1187
  /**
1187
1188
  * @generated from message BlueLocalTimestamp