@blueid/access-capacitor 0.108.0 → 0.109.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
@@ -154,6 +154,10 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
154
154
  * @generated from enum value: Unavailable = -21;
155
155
  */
156
156
  BlueReturnCode[BlueReturnCode["Unavailable"] = -21] = "Unavailable";
157
+ /**
158
+ * @generated from enum value: Aborted = -22;
159
+ */
160
+ BlueReturnCode[BlueReturnCode["Aborted"] = -22] = "Aborted";
157
161
  /**
158
162
  * @generated from enum value: Test = -29;
159
163
  */
@@ -498,6 +502,7 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
498
502
  { no: -19, name: "Disconnected" },
499
503
  { no: -20, name: "PointerConversionFailed" },
500
504
  { no: -21, name: "Unavailable" },
505
+ { no: -22, name: "Aborted" },
501
506
  { no: -29, name: "Test" },
502
507
  { no: -30, name: "EncodeDataWriteFailed" },
503
508
  { no: -31, name: "EncodeDataWriteNothingWritten" },