@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.
- package/lib/proto/BlueSDK_pb.js +22 -0
- package/package.json +1 -1
package/lib/proto/BlueSDK_pb.js
CHANGED
|
@@ -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
|
+
|