@blueid/access-cli 12.32.0 → 12.33.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.
@@ -109,6 +109,7 @@ export const BlueI18n = proto2.makeMessageType(
109
109
  { no: 65, name: "downloadingAVR", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Downloading AVR %d.%d.%d" },
110
110
  { no: 66, name: "updateAVR", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update AVR" },
111
111
  { no: 67, name: "avrIsAlreadyUpToDate", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "AVR is already up to date" },
112
+ { no: 68, name: "noAccessWritten", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "No Access Written" },
112
113
  ],
113
114
  );
114
115
 
@@ -429,3 +430,24 @@ export const BlueSynchronizeAccessCredentials = proto2.makeMessageType(
429
430
  ],
430
431
  );
431
432
 
433
+ /**
434
+ * @generated from message BlueSiteName
435
+ */
436
+ export const BlueSiteName = proto2.makeMessageType(
437
+ "BlueSiteName",
438
+ () => [
439
+ { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
440
+ ],
441
+ );
442
+
443
+ /**
444
+ * @generated from message BlueCredentialIdentityDetails
445
+ */
446
+ export const BlueCredentialIdentityDetails = proto2.makeMessageType(
447
+ "BlueCredentialIdentityDetails",
448
+ () => [
449
+ { no: 1, name: "identity", kind: "message", T: BlueIdentity },
450
+ { no: 2, name: "offlineSiteNames", kind: "message", T: BlueSiteName, repeated: true },
451
+ ],
452
+ );
453
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueid/access-cli",
3
- "version": "12.32.0",
3
+ "version": "12.33.0",
4
4
  "description": "BlueID Access CLI",
5
5
  "type": "module",
6
6
  "main": "./index.js",