@blueid/access-cli 2.0.0 → 2.3.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.
@@ -337,6 +337,18 @@ export const BlueOssSoFileId = proto2.makeEnum(
337
337
  ],
338
338
  );
339
339
 
340
+ /**
341
+ * @generated from enum BlueOssSoWriteStatus
342
+ */
343
+ export const BlueOssSoWriteStatus = proto2.makeEnum(
344
+ "BlueOssSoWriteStatus",
345
+ [
346
+ {no: 0, name: "WritableByAnyOrg"},
347
+ {no: 1, name: "WritableBySpecificOrg"},
348
+ {no: 2, name: "NotWritable"},
349
+ ],
350
+ );
351
+
340
352
  /**
341
353
  * @generated from message BlueSharedDemoData
342
354
  */
@@ -48,6 +48,7 @@ export const BlueI18n = proto2.makeMessageType(
48
48
  { no: 9, name: "nfcInitializingWritingProcess", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Initializing writing process" },
49
49
  { no: 100, name: "nfcTransponderConnected", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Transponder Connected" },
50
50
  { no: 101, name: "nfcTransponderDisconnected", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Transponder was disconnected" },
51
+ { no: 102, name: "nfcTransponderSuccessReadMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Transponder was successfully read" },
51
52
  { no: 10, name: "openViaOssTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Unlocking in Progress" },
52
53
  { no: 11, name: "openViaOssWaitMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Establishing secure connection..." },
53
54
  { no: 12, name: "openViaOssAccessGrantedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Access Granted" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueid/access-cli",
3
- "version": "2.0.0",
3
+ "version": "2.3.0",
4
4
  "description": "BlueID Access CLI",
5
5
  "type": "module",
6
6
  "main": "./index.js",