@blueid/access-capacitor 0.77.0 → 0.79.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
@@ -2983,7 +2983,7 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
2983
2983
  BlueI18n.runtime = protobuf.proto2;
2984
2984
  BlueI18n.typeName = "BlueI18n";
2985
2985
  BlueI18n.fields = protobuf.proto2.util.newFieldList(() => [
2986
- { no: 1, name: "nfcWaitMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Waiting for transponder" },
2986
+ { no: 1, name: "nfcWaitMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Waiting for transponder..." },
2987
2987
  { no: 2, name: "nfcOssSuccessReadConfigurationMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Configuration read successfully" },
2988
2988
  { no: 3, name: "nfcOssSuccessUpdateConfigurationMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Configuration successfully updated" },
2989
2989
  { no: 4, name: "nfcOssSuccessClearEventsMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Events successfully cleared" },
@@ -2991,11 +2991,16 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
2991
2991
  { no: 6, name: "nfcOssSuccessProvisionMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Successfully provisioned" },
2992
2992
  { no: 7, name: "nfcOssSuccessUnprovisionMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Successfully unprovisioned" },
2993
2993
  { no: 8, name: "nfcOssSuccessFormatMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Transponder was successfully formatted" },
2994
- { no: 9, name: "cmnCancelLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Cancel" },
2995
- { no: 10, name: "openViaOssTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Unlocking the device" },
2996
- { no: 11, name: "openViaOssWaitMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Please wait..." },
2997
- { no: 12, name: "openViaOssSuccessfulMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Successfully unlocked" },
2998
- { no: 13, name: "openViaOssUnsuccessfulMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Unsuccessfully unlocked" },
2994
+ { no: 9, name: "nfcInitializingWritingProcess", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Initializing writing process" },
2995
+ { no: 10, name: "cmnCancelLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Cancel" },
2996
+ { no: 11, name: "openViaOssTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Unlocking in Progress" },
2997
+ { no: 12, name: "openViaOssWaitMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Establishing secure connection..." },
2998
+ { no: 13, name: "openViaOssAccessGrantedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Access Granted" },
2999
+ { no: 14, name: "openViaOssAccessGrantedMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Please proceed." },
3000
+ { no: 15, name: "openViaOssAccessDeniedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Access Denied" },
3001
+ { no: 16, name: "openViaOssAccessDeniedMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Credentials are invalid or outdated." },
3002
+ { no: 17, name: "openViaOssAccessDeniedScheduleMismatchMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Credentials are not valid at this time and/or day of the week." },
3003
+ { no: 18, name: "openViaOssErrorTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Error" },
2999
3004
  ]);
3000
3005
  /**
3001
3006
  * @generated from message BlueDeviceDetailsBluetooth
@@ -3334,6 +3339,64 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
3334
3339
  BlueRefreshOssSoCredentials.fields = protobuf.proto2.util.newFieldList(() => [
3335
3340
  { no: 1, name: "credentials", kind: "message", T: BlueRefreshOssSoCredential, repeated: true },
3336
3341
  ]);
3342
+ /**
3343
+ * @generated from message BlueSynchronizeAccessCredential
3344
+ */
3345
+ class BlueSynchronizeAccessCredential extends protobuf.Message {
3346
+ constructor(data) {
3347
+ super();
3348
+ protobuf.proto2.util.initPartial(data, this);
3349
+ }
3350
+ static fromBinary(bytes, options) {
3351
+ return new BlueSynchronizeAccessCredential().fromBinary(bytes, options);
3352
+ }
3353
+ static fromJson(jsonValue, options) {
3354
+ return new BlueSynchronizeAccessCredential().fromJson(jsonValue, options);
3355
+ }
3356
+ static fromJsonString(jsonString, options) {
3357
+ return new BlueSynchronizeAccessCredential().fromJsonString(jsonString, options);
3358
+ }
3359
+ static equals(a, b) {
3360
+ return protobuf.proto2.util.equals(BlueSynchronizeAccessCredential, a, b);
3361
+ }
3362
+ }
3363
+ BlueSynchronizeAccessCredential.runtime = protobuf.proto2;
3364
+ BlueSynchronizeAccessCredential.typeName = "BlueSynchronizeAccessCredential";
3365
+ BlueSynchronizeAccessCredential.fields = protobuf.proto2.util.newFieldList(() => [
3366
+ { no: 1, name: "credentialId", kind: "message", T: BlueCredentialId },
3367
+ { no: 2, name: "returnCode", kind: "enum", T: protobuf.proto2.getEnumType(exports.BlueReturnCode) },
3368
+ { no: 3, name: "errorDescription", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
3369
+ ]);
3370
+ /**
3371
+ * @generated from message BlueSynchronizeAccessCredentials
3372
+ */
3373
+ class BlueSynchronizeAccessCredentials extends protobuf.Message {
3374
+ constructor(data) {
3375
+ super();
3376
+ /**
3377
+ * @generated from field: repeated BlueSynchronizeAccessCredential credentials = 1;
3378
+ */
3379
+ this.credentials = [];
3380
+ protobuf.proto2.util.initPartial(data, this);
3381
+ }
3382
+ static fromBinary(bytes, options) {
3383
+ return new BlueSynchronizeAccessCredentials().fromBinary(bytes, options);
3384
+ }
3385
+ static fromJson(jsonValue, options) {
3386
+ return new BlueSynchronizeAccessCredentials().fromJson(jsonValue, options);
3387
+ }
3388
+ static fromJsonString(jsonString, options) {
3389
+ return new BlueSynchronizeAccessCredentials().fromJsonString(jsonString, options);
3390
+ }
3391
+ static equals(a, b) {
3392
+ return protobuf.proto2.util.equals(BlueSynchronizeAccessCredentials, a, b);
3393
+ }
3394
+ }
3395
+ BlueSynchronizeAccessCredentials.runtime = protobuf.proto2;
3396
+ BlueSynchronizeAccessCredentials.typeName = "BlueSynchronizeAccessCredentials";
3397
+ BlueSynchronizeAccessCredentials.fields = protobuf.proto2.util.newFieldList(() => [
3398
+ { no: 1, name: "credentials", kind: "message", T: BlueSynchronizeAccessCredential, repeated: true },
3399
+ ]);
3337
3400
 
3338
3401
  var BlueSDK = /*#__PURE__*/Object.freeze({
3339
3402
  __proto__: null,
@@ -3350,7 +3413,9 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
3350
3413
  BlueAccessObject: BlueAccessObject,
3351
3414
  BlueAccessObjectList: BlueAccessObjectList,
3352
3415
  BlueRefreshOssSoCredential: BlueRefreshOssSoCredential,
3353
- BlueRefreshOssSoCredentials: BlueRefreshOssSoCredentials
3416
+ BlueRefreshOssSoCredentials: BlueRefreshOssSoCredentials,
3417
+ BlueSynchronizeAccessCredential: BlueSynchronizeAccessCredential,
3418
+ BlueSynchronizeAccessCredentials: BlueSynchronizeAccessCredentials
3354
3419
  });
3355
3420
 
3356
3421
  // @generated by protoc-gen-es v1.4.0 with parameter "target=ts"
@@ -4201,6 +4266,8 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
4201
4266
  exports.BlueSPToken = BlueSPToken;
4202
4267
  exports.BlueSPTokenCommand = BlueSPTokenCommand;
4203
4268
  exports.BlueSharedDemoData = BlueSharedDemoData;
4269
+ exports.BlueSynchronizeAccessCredential = BlueSynchronizeAccessCredential;
4270
+ exports.BlueSynchronizeAccessCredentials = BlueSynchronizeAccessCredentials;
4204
4271
  exports.BlueSystemConfig = BlueSystemConfig;
4205
4272
  exports.BlueSystemLogEntry = BlueSystemLogEntry;
4206
4273
  exports.BlueSystemLogQuery = BlueSystemLogQuery;