@blueid/access-cli 0.57.0 → 0.58.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.
@@ -4,7 +4,7 @@
4
4
  // @ts-nocheck
5
5
 
6
6
  import { proto2 } from "@bufbuild/protobuf";
7
- import { BlueBleManufacturerInfo, BlueCredentialId, BlueCredentialType, BlueLocalTimestamp, BlueReturnCode } from "./BlueCore_pb.js";
7
+ import { BlueBleManufacturerInfo, BlueCredentialId, BlueCredentialType, BlueLocalTimestamp } from "./BlueCore_pb.js";
8
8
 
9
9
  /**
10
10
  * @generated from enum BlueDeviceType
@@ -153,13 +153,3 @@ export const BlueAccessObjectList = proto2.makeMessageType(
153
153
  ],
154
154
  );
155
155
 
156
- /**
157
- * @generated from message BlueRefreshOssSoCredentialResult
158
- */
159
- export const BlueRefreshOssSoCredentialResult = proto2.makeMessageType(
160
- "BlueRefreshOssSoCredentialResult",
161
- () => [
162
- { no: 1, name: "eventLogsPushed", kind: "enum", T: proto2.getEnumType(BlueReturnCode) },
163
- ],
164
- );
165
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueid/access-cli",
3
- "version": "0.57.0",
3
+ "version": "0.58.0",
4
4
  "description": "BlueID Access CLI",
5
5
  "type": "module",
6
6
  "main": "./index.js",