@blueid/access-capacitor 0.89.0 → 0.90.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
@@ -849,8 +849,6 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
849
849
  { no: 200, name: "FullyCharged" },
850
850
  ]);
851
851
  /**
852
- * Oss So events --
853
- *
854
852
  * @generated from enum BlueEventId
855
853
  */
856
854
  exports.BlueEventId = void 0;
@@ -963,8 +961,6 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
963
961
  { no: 15, name: "TerminalOss" },
964
962
  ]);
965
963
  /**
966
- * Oss So events --
967
- *
968
964
  * @generated from enum BlueEventInfoSystem
969
965
  */
970
966
  exports.BlueEventInfoSystem = void 0;
@@ -984,8 +980,6 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
984
980
  { no: 2, name: "SystemConfigured" },
985
981
  ]);
986
982
  /**
987
- * Oss So events --
988
- *
989
983
  * @generated from enum BlueEventInfoAccess
990
984
  */
991
985
  exports.BlueEventInfoAccess = void 0;
@@ -4141,7 +4135,8 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
4141
4135
  });
4142
4136
  }
4143
4137
  else if (typeof result.data === "string" &&
4144
- result.data.startsWith("message:")) {
4138
+ result.data.startsWith("message:") &&
4139
+ result.data !== "message:") {
4145
4140
  throw new Error(`Missing resultMessageTypeName for action '${request.action}'`);
4146
4141
  }
4147
4142
  else {