@blueid/access-capacitor 1.40.0 → 1.42.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/plugin.js CHANGED
@@ -470,6 +470,10 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
470
470
  * @generated from enum value: SdkInvalidFirmwareURL = -423;
471
471
  */
472
472
  BlueReturnCode[BlueReturnCode["SdkInvalidFirmwareURL"] = -423] = "SdkInvalidFirmwareURL";
473
+ /**
474
+ * @generated from enum value: SdkDeviceFactoryStateRequired = -424;
475
+ */
476
+ BlueReturnCode[BlueReturnCode["SdkDeviceFactoryStateRequired"] = -424] = "SdkDeviceFactoryStateRequired";
473
477
  /**
474
478
  * @generated from enum value: OssMAReturnCodeStart = -1000;
475
479
  */
@@ -579,6 +583,7 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
579
583
  { no: -421, name: "SdkWaitDeviceToRestartFailed" },
580
584
  { no: -422, name: "SdkUnzipError" },
581
585
  { no: -423, name: "SdkInvalidFirmwareURL" },
586
+ { no: -424, name: "SdkDeviceFactoryStateRequired" },
582
587
  { no: -1000, name: "OssMAReturnCodeStart" },
583
588
  { no: -1100, name: "OssMAReturnCodeEnd" },
584
589
  ]);
@@ -3694,14 +3699,16 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
3694
3699
  BlueI18n.typeName = "BlueI18n";
3695
3700
  BlueI18n.fields = protobuf.proto2.util.newFieldList(() => [
3696
3701
  { no: 1, name: "nfcWaitMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Waiting for transponder..." },
3697
- { no: 2, name: "nfcOssSuccessReadConfigurationMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Configuration read successfully" },
3698
- { no: 3, name: "nfcOssSuccessUpdateConfigurationMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Configuration successfully updated" },
3702
+ { no: 2, name: "nfcOssSuccessReadConfigurationMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Credentials read successfully" },
3703
+ { no: 3, name: "nfcOssSuccessUpdateConfigurationMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Credentials successfully updated" },
3699
3704
  { no: 4, name: "nfcOssSuccessClearEventsMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Events successfully cleared" },
3700
3705
  { no: 5, name: "nfcOssSuccessIsProvisionedMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Is already provisioned" },
3701
3706
  { no: 6, name: "nfcOssSuccessProvisionMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Successfully provisioned" },
3702
3707
  { no: 7, name: "nfcOssSuccessUnprovisionMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Successfully unprovisioned" },
3703
3708
  { no: 8, name: "nfcOssSuccessFormatMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Transponder was successfully formatted" },
3704
3709
  { no: 9, name: "nfcInitializingWritingProcess", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Initializing writing process" },
3710
+ { no: 100, name: "nfcTransponderConnected", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Transponder Connected" },
3711
+ { no: 101, name: "nfcTransponderDisconnected", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Transponder was disconnected" },
3705
3712
  { no: 10, name: "openViaOssTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Unlocking in Progress" },
3706
3713
  { no: 11, name: "openViaOssWaitMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Establishing secure connection..." },
3707
3714
  { no: 12, name: "openViaOssAccessGrantedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Access Granted" },