@blueid/access-capacitor 0.95.0 → 0.97.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/BlueSDK_pb.d.ts +15 -11
- package/dist/esm/BlueSDK_pb.js +12 -11
- package/dist/esm/BlueSDK_pb.js.map +1 -1
- package/dist/plugin.cjs.js +12 -11
- package/dist/plugin.cjs.js.map +1 -1
- package/dist/plugin.js +12 -11
- package/dist/plugin.js.map +1 -1
- package/ios/CBlueIDAccess.xcframework/ios-arm64/libCBlueIDAccess.a +0 -0
- package/ios/CBlueIDAccess.xcframework/ios-arm64_x86_64-simulator/libCBlueIDAccess.a +0 -0
- package/ios/CBlueIDAccess.xcframework/macos-arm64_x86_64/libCBlueIDAccess.a +0 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueModal/BlueModal.swift +1 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueSDK.pb.swift +51 -33
- package/package.json +1 -1
package/dist/plugin.js
CHANGED
|
@@ -3063,17 +3063,18 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
3063
3063
|
{ no: 20, name: "syncDeviceInProgressTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Synchronization in Progress" },
|
|
3064
3064
|
{ no: 21, name: "syncDeviceFailedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Synchronization has failed" },
|
|
3065
3065
|
{ no: 22, name: "syncDeviceCancellingTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Cancelling..." },
|
|
3066
|
-
{ no: 23, name: "
|
|
3067
|
-
{ no: 24, name: "
|
|
3068
|
-
{ no: 25, name: "
|
|
3069
|
-
{ no: 26, name: "
|
|
3070
|
-
{ no: 27, name: "
|
|
3071
|
-
{ no: 28, name: "
|
|
3072
|
-
{ no: 29, name: "
|
|
3073
|
-
{ no: 30, name: "
|
|
3074
|
-
{ no: 31, name: "
|
|
3075
|
-
{ no: 32, name: "
|
|
3076
|
-
{ no: 33, name: "
|
|
3066
|
+
{ no: 23, name: "syncDeviceCompletedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Synchronization has been completed" },
|
|
3067
|
+
{ no: 24, name: "syncDeviceGetAuthenticationTokenTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Issue authentication token" },
|
|
3068
|
+
{ no: 25, name: "syncDeviceRetrieveDeviceConfigurationTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve device configuration" },
|
|
3069
|
+
{ no: 26, name: "syncDeviceUpdateDeviceConfigurationTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update device configuration" },
|
|
3070
|
+
{ no: 27, name: "syncDeviceUpdateDeviceTimeTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update device time" },
|
|
3071
|
+
{ no: 28, name: "syncDeviceWaitForDeviceToRestartTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Wait for device to restart" },
|
|
3072
|
+
{ no: 29, name: "syncDevicePushEventLogsTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push event logs" },
|
|
3073
|
+
{ no: 30, name: "syncDevicePushSystemLogsTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push system logs" },
|
|
3074
|
+
{ no: 31, name: "syncDeviceRetrieveBlacklistEntriesTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve blacklist entries" },
|
|
3075
|
+
{ no: 32, name: "syncDeviceDeployBlacklistEntriesTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Deploy blacklist entries" },
|
|
3076
|
+
{ no: 33, name: "syncDeviceRetrieveSystemStatusTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve system status" },
|
|
3077
|
+
{ no: 34, name: "syncDevicePushSystemStatusTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push system status" },
|
|
3077
3078
|
]);
|
|
3078
3079
|
/**
|
|
3079
3080
|
* @generated from message BlueDeviceDetailsBluetooth
|