@blueid/access-capacitor 1.36.0 → 1.38.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/esm/BlueCore_pb.d.ts +1 -1
- package/dist/esm/BlueCore_pb.js +1 -1
- package/dist/esm/BlueCore_pb.js.map +1 -1
- package/dist/esm/BlueSDK_pb.d.ts +28 -0
- package/dist/esm/BlueSDK_pb.js +7 -0
- package/dist/esm/BlueSDK_pb.js.map +1 -1
- package/dist/plugin.cjs.js +8 -1
- package/dist/plugin.cjs.js.map +1 -1
- package/dist/plugin.js +8 -1
- package/dist/plugin.js.map +1 -1
- package/package.json +1 -1
package/dist/plugin.js
CHANGED
|
@@ -1653,7 +1653,7 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
1653
1653
|
{ no: 3, name: "accessInfo", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
1654
1654
|
{ no: 4, name: "scheduleEndTime", kind: "message", T: BlueLocalTimestamp },
|
|
1655
1655
|
{ no: 5, name: "scheduleMissmatch", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1656
|
-
{ no: 6, name: "accessOpenTime", kind: "scalar", T: 13 /* ScalarType.UINT32 */, default: 0 },
|
|
1656
|
+
{ no: 6, name: "accessOpenTime", kind: "scalar", T: 13 /* ScalarType.UINT32 */, opt: true, default: 0 },
|
|
1657
1657
|
]);
|
|
1658
1658
|
/**
|
|
1659
1659
|
* @generated from message BlueOssAccessEventsResult
|
|
@@ -3745,6 +3745,13 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
3745
3745
|
{ no: 50, name: "dfuInitializationLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "DFU initialization" },
|
|
3746
3746
|
{ no: 51, name: "dfuUpdateFWLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update firmware" },
|
|
3747
3747
|
{ no: 52, name: "dfuWaitForDeviceToRestartTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Wait for device to restart" },
|
|
3748
|
+
{ no: 53, name: "accessTypeDefaultTime", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Default" },
|
|
3749
|
+
{ no: 54, name: "accessTypeExtendedTime", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Extended" },
|
|
3750
|
+
{ no: 55, name: "accessTypeToggle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Toggle" },
|
|
3751
|
+
{ no: 56, name: "accessTypeClose", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Close" },
|
|
3752
|
+
{ no: 57, name: "accessTypeCustomTime", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Custom" },
|
|
3753
|
+
{ no: 58, name: "openViaOssSoSelectAccessTypeTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Select an access type" },
|
|
3754
|
+
{ no: 59, name: "openViaOssSoSelectAccessTypeMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "You have multiple access types available." },
|
|
3748
3755
|
]);
|
|
3749
3756
|
/**
|
|
3750
3757
|
* @generated from message BlueDeviceDetailsBluetooth
|