@blueid/access-capacitor 0.95.0 → 0.98.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/Info.plist +8 -8
- 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
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<key>HeadersPath</key>
|
|
11
11
|
<string>Headers</string>
|
|
12
12
|
<key>LibraryIdentifier</key>
|
|
13
|
-
<string>
|
|
13
|
+
<string>ios-arm64_x86_64-simulator</string>
|
|
14
14
|
<key>LibraryPath</key>
|
|
15
15
|
<string>libCBlueIDAccess.a</string>
|
|
16
16
|
<key>SupportedArchitectures</key>
|
|
@@ -19,7 +19,9 @@
|
|
|
19
19
|
<string>x86_64</string>
|
|
20
20
|
</array>
|
|
21
21
|
<key>SupportedPlatform</key>
|
|
22
|
-
<string>
|
|
22
|
+
<string>ios</string>
|
|
23
|
+
<key>SupportedPlatformVariant</key>
|
|
24
|
+
<string>simulator</string>
|
|
23
25
|
</dict>
|
|
24
26
|
<dict>
|
|
25
27
|
<key>BinaryPath</key>
|
|
@@ -27,15 +29,16 @@
|
|
|
27
29
|
<key>HeadersPath</key>
|
|
28
30
|
<string>Headers</string>
|
|
29
31
|
<key>LibraryIdentifier</key>
|
|
30
|
-
<string>
|
|
32
|
+
<string>macos-arm64_x86_64</string>
|
|
31
33
|
<key>LibraryPath</key>
|
|
32
34
|
<string>libCBlueIDAccess.a</string>
|
|
33
35
|
<key>SupportedArchitectures</key>
|
|
34
36
|
<array>
|
|
35
37
|
<string>arm64</string>
|
|
38
|
+
<string>x86_64</string>
|
|
36
39
|
</array>
|
|
37
40
|
<key>SupportedPlatform</key>
|
|
38
|
-
<string>
|
|
41
|
+
<string>macos</string>
|
|
39
42
|
</dict>
|
|
40
43
|
<dict>
|
|
41
44
|
<key>BinaryPath</key>
|
|
@@ -43,18 +46,15 @@
|
|
|
43
46
|
<key>HeadersPath</key>
|
|
44
47
|
<string>Headers</string>
|
|
45
48
|
<key>LibraryIdentifier</key>
|
|
46
|
-
<string>ios-
|
|
49
|
+
<string>ios-arm64</string>
|
|
47
50
|
<key>LibraryPath</key>
|
|
48
51
|
<string>libCBlueIDAccess.a</string>
|
|
49
52
|
<key>SupportedArchitectures</key>
|
|
50
53
|
<array>
|
|
51
54
|
<string>arm64</string>
|
|
52
|
-
<string>x86_64</string>
|
|
53
55
|
</array>
|
|
54
56
|
<key>SupportedPlatform</key>
|
|
55
57
|
<string>ios</string>
|
|
56
|
-
<key>SupportedPlatformVariant</key>
|
|
57
|
-
<string>simulator</string>
|
|
58
58
|
</dict>
|
|
59
59
|
</array>
|
|
60
60
|
<key>CFBundlePackageType</key>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -90,6 +90,7 @@ public func blueShowSynchronizeAccessDeviceModal(_ runner: BlueTaskRunner) async
|
|
|
90
90
|
session.updateTitle(blueI18n.syncDeviceFailedTitle)
|
|
91
91
|
BlueSound.shared.play(BlueNegativeSoundSystemID)
|
|
92
92
|
} else {
|
|
93
|
+
session.updateTitle(blueI18n.syncDeviceCompletedTitle)
|
|
93
94
|
BlueSound.shared.play(BluePositiveSoundSystemID)
|
|
94
95
|
}
|
|
95
96
|
}
|
|
@@ -297,6 +297,15 @@ public struct BlueI18n {
|
|
|
297
297
|
/// Clears the value of `syncDeviceCancellingTitle`. Subsequent reads from it will return its default value.
|
|
298
298
|
public mutating func clearSyncDeviceCancellingTitle() {_uniqueStorage()._syncDeviceCancellingTitle = nil}
|
|
299
299
|
|
|
300
|
+
public var syncDeviceCompletedTitle: String {
|
|
301
|
+
get {return _storage._syncDeviceCompletedTitle ?? "Synchronization has been completed"}
|
|
302
|
+
set {_uniqueStorage()._syncDeviceCompletedTitle = newValue}
|
|
303
|
+
}
|
|
304
|
+
/// Returns true if `syncDeviceCompletedTitle` has been explicitly set.
|
|
305
|
+
public var hasSyncDeviceCompletedTitle: Bool {return _storage._syncDeviceCompletedTitle != nil}
|
|
306
|
+
/// Clears the value of `syncDeviceCompletedTitle`. Subsequent reads from it will return its default value.
|
|
307
|
+
public mutating func clearSyncDeviceCompletedTitle() {_uniqueStorage()._syncDeviceCompletedTitle = nil}
|
|
308
|
+
|
|
300
309
|
public var syncDeviceGetAuthenticationTokenTaskLabel: String {
|
|
301
310
|
get {return _storage._syncDeviceGetAuthenticationTokenTaskLabel ?? "Issue authentication token"}
|
|
302
311
|
set {_uniqueStorage()._syncDeviceGetAuthenticationTokenTaskLabel = newValue}
|
|
@@ -1002,17 +1011,18 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1002
1011
|
20: .same(proto: "syncDeviceInProgressTitle"),
|
|
1003
1012
|
21: .same(proto: "syncDeviceFailedTitle"),
|
|
1004
1013
|
22: .same(proto: "syncDeviceCancellingTitle"),
|
|
1005
|
-
23: .same(proto: "
|
|
1006
|
-
24: .same(proto: "
|
|
1007
|
-
25: .same(proto: "
|
|
1008
|
-
26: .same(proto: "
|
|
1009
|
-
27: .same(proto: "
|
|
1010
|
-
28: .same(proto: "
|
|
1011
|
-
29: .same(proto: "
|
|
1012
|
-
30: .same(proto: "
|
|
1013
|
-
31: .same(proto: "
|
|
1014
|
-
32: .same(proto: "
|
|
1015
|
-
33: .same(proto: "
|
|
1014
|
+
23: .same(proto: "syncDeviceCompletedTitle"),
|
|
1015
|
+
24: .same(proto: "syncDeviceGetAuthenticationTokenTaskLabel"),
|
|
1016
|
+
25: .same(proto: "syncDeviceRetrieveDeviceConfigurationTaskLabel"),
|
|
1017
|
+
26: .same(proto: "syncDeviceUpdateDeviceConfigurationTaskLabel"),
|
|
1018
|
+
27: .same(proto: "syncDeviceUpdateDeviceTimeTaskLabel"),
|
|
1019
|
+
28: .same(proto: "syncDeviceWaitForDeviceToRestartTaskLabel"),
|
|
1020
|
+
29: .same(proto: "syncDevicePushEventLogsTaskLabel"),
|
|
1021
|
+
30: .same(proto: "syncDevicePushSystemLogsTaskLabel"),
|
|
1022
|
+
31: .same(proto: "syncDeviceRetrieveBlacklistEntriesTaskLabel"),
|
|
1023
|
+
32: .same(proto: "syncDeviceDeployBlacklistEntriesTaskLabel"),
|
|
1024
|
+
33: .same(proto: "syncDeviceRetrieveSystemStatusTaskLabel"),
|
|
1025
|
+
34: .same(proto: "syncDevicePushSystemStatusTaskLabel"),
|
|
1016
1026
|
]
|
|
1017
1027
|
|
|
1018
1028
|
fileprivate class _StorageClass {
|
|
@@ -1038,6 +1048,7 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1038
1048
|
var _syncDeviceInProgressTitle: String? = nil
|
|
1039
1049
|
var _syncDeviceFailedTitle: String? = nil
|
|
1040
1050
|
var _syncDeviceCancellingTitle: String? = nil
|
|
1051
|
+
var _syncDeviceCompletedTitle: String? = nil
|
|
1041
1052
|
var _syncDeviceGetAuthenticationTokenTaskLabel: String? = nil
|
|
1042
1053
|
var _syncDeviceRetrieveDeviceConfigurationTaskLabel: String? = nil
|
|
1043
1054
|
var _syncDeviceUpdateDeviceConfigurationTaskLabel: String? = nil
|
|
@@ -1077,6 +1088,7 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1077
1088
|
_syncDeviceInProgressTitle = source._syncDeviceInProgressTitle
|
|
1078
1089
|
_syncDeviceFailedTitle = source._syncDeviceFailedTitle
|
|
1079
1090
|
_syncDeviceCancellingTitle = source._syncDeviceCancellingTitle
|
|
1091
|
+
_syncDeviceCompletedTitle = source._syncDeviceCompletedTitle
|
|
1080
1092
|
_syncDeviceGetAuthenticationTokenTaskLabel = source._syncDeviceGetAuthenticationTokenTaskLabel
|
|
1081
1093
|
_syncDeviceRetrieveDeviceConfigurationTaskLabel = source._syncDeviceRetrieveDeviceConfigurationTaskLabel
|
|
1082
1094
|
_syncDeviceUpdateDeviceConfigurationTaskLabel = source._syncDeviceUpdateDeviceConfigurationTaskLabel
|
|
@@ -1122,6 +1134,7 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1122
1134
|
if _storage._syncDeviceInProgressTitle == nil {return false}
|
|
1123
1135
|
if _storage._syncDeviceFailedTitle == nil {return false}
|
|
1124
1136
|
if _storage._syncDeviceCancellingTitle == nil {return false}
|
|
1137
|
+
if _storage._syncDeviceCompletedTitle == nil {return false}
|
|
1125
1138
|
if _storage._syncDeviceGetAuthenticationTokenTaskLabel == nil {return false}
|
|
1126
1139
|
if _storage._syncDeviceRetrieveDeviceConfigurationTaskLabel == nil {return false}
|
|
1127
1140
|
if _storage._syncDeviceUpdateDeviceConfigurationTaskLabel == nil {return false}
|
|
@@ -1167,17 +1180,18 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1167
1180
|
case 20: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceInProgressTitle) }()
|
|
1168
1181
|
case 21: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceFailedTitle) }()
|
|
1169
1182
|
case 22: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceCancellingTitle) }()
|
|
1170
|
-
case 23: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1171
|
-
case 24: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1172
|
-
case 25: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1173
|
-
case 26: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1174
|
-
case 27: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1175
|
-
case 28: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1176
|
-
case 29: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1177
|
-
case 30: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1178
|
-
case 31: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1179
|
-
case 32: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1180
|
-
case 33: try { try decoder.decodeSingularStringField(value: &_storage.
|
|
1183
|
+
case 23: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceCompletedTitle) }()
|
|
1184
|
+
case 24: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceGetAuthenticationTokenTaskLabel) }()
|
|
1185
|
+
case 25: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceRetrieveDeviceConfigurationTaskLabel) }()
|
|
1186
|
+
case 26: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceUpdateDeviceConfigurationTaskLabel) }()
|
|
1187
|
+
case 27: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceUpdateDeviceTimeTaskLabel) }()
|
|
1188
|
+
case 28: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceWaitForDeviceToRestartTaskLabel) }()
|
|
1189
|
+
case 29: try { try decoder.decodeSingularStringField(value: &_storage._syncDevicePushEventLogsTaskLabel) }()
|
|
1190
|
+
case 30: try { try decoder.decodeSingularStringField(value: &_storage._syncDevicePushSystemLogsTaskLabel) }()
|
|
1191
|
+
case 31: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceRetrieveBlacklistEntriesTaskLabel) }()
|
|
1192
|
+
case 32: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceDeployBlacklistEntriesTaskLabel) }()
|
|
1193
|
+
case 33: try { try decoder.decodeSingularStringField(value: &_storage._syncDeviceRetrieveSystemStatusTaskLabel) }()
|
|
1194
|
+
case 34: try { try decoder.decodeSingularStringField(value: &_storage._syncDevicePushSystemStatusTaskLabel) }()
|
|
1181
1195
|
default: break
|
|
1182
1196
|
}
|
|
1183
1197
|
}
|
|
@@ -1256,39 +1270,42 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1256
1270
|
try { if let v = _storage._syncDeviceCancellingTitle {
|
|
1257
1271
|
try visitor.visitSingularStringField(value: v, fieldNumber: 22)
|
|
1258
1272
|
} }()
|
|
1259
|
-
try { if let v = _storage.
|
|
1273
|
+
try { if let v = _storage._syncDeviceCompletedTitle {
|
|
1260
1274
|
try visitor.visitSingularStringField(value: v, fieldNumber: 23)
|
|
1261
1275
|
} }()
|
|
1262
|
-
try { if let v = _storage.
|
|
1276
|
+
try { if let v = _storage._syncDeviceGetAuthenticationTokenTaskLabel {
|
|
1263
1277
|
try visitor.visitSingularStringField(value: v, fieldNumber: 24)
|
|
1264
1278
|
} }()
|
|
1265
|
-
try { if let v = _storage.
|
|
1279
|
+
try { if let v = _storage._syncDeviceRetrieveDeviceConfigurationTaskLabel {
|
|
1266
1280
|
try visitor.visitSingularStringField(value: v, fieldNumber: 25)
|
|
1267
1281
|
} }()
|
|
1268
|
-
try { if let v = _storage.
|
|
1282
|
+
try { if let v = _storage._syncDeviceUpdateDeviceConfigurationTaskLabel {
|
|
1269
1283
|
try visitor.visitSingularStringField(value: v, fieldNumber: 26)
|
|
1270
1284
|
} }()
|
|
1271
|
-
try { if let v = _storage.
|
|
1285
|
+
try { if let v = _storage._syncDeviceUpdateDeviceTimeTaskLabel {
|
|
1272
1286
|
try visitor.visitSingularStringField(value: v, fieldNumber: 27)
|
|
1273
1287
|
} }()
|
|
1274
|
-
try { if let v = _storage.
|
|
1288
|
+
try { if let v = _storage._syncDeviceWaitForDeviceToRestartTaskLabel {
|
|
1275
1289
|
try visitor.visitSingularStringField(value: v, fieldNumber: 28)
|
|
1276
1290
|
} }()
|
|
1277
|
-
try { if let v = _storage.
|
|
1291
|
+
try { if let v = _storage._syncDevicePushEventLogsTaskLabel {
|
|
1278
1292
|
try visitor.visitSingularStringField(value: v, fieldNumber: 29)
|
|
1279
1293
|
} }()
|
|
1280
|
-
try { if let v = _storage.
|
|
1294
|
+
try { if let v = _storage._syncDevicePushSystemLogsTaskLabel {
|
|
1281
1295
|
try visitor.visitSingularStringField(value: v, fieldNumber: 30)
|
|
1282
1296
|
} }()
|
|
1283
|
-
try { if let v = _storage.
|
|
1297
|
+
try { if let v = _storage._syncDeviceRetrieveBlacklistEntriesTaskLabel {
|
|
1284
1298
|
try visitor.visitSingularStringField(value: v, fieldNumber: 31)
|
|
1285
1299
|
} }()
|
|
1286
|
-
try { if let v = _storage.
|
|
1300
|
+
try { if let v = _storage._syncDeviceDeployBlacklistEntriesTaskLabel {
|
|
1287
1301
|
try visitor.visitSingularStringField(value: v, fieldNumber: 32)
|
|
1288
1302
|
} }()
|
|
1289
|
-
try { if let v = _storage.
|
|
1303
|
+
try { if let v = _storage._syncDeviceRetrieveSystemStatusTaskLabel {
|
|
1290
1304
|
try visitor.visitSingularStringField(value: v, fieldNumber: 33)
|
|
1291
1305
|
} }()
|
|
1306
|
+
try { if let v = _storage._syncDevicePushSystemStatusTaskLabel {
|
|
1307
|
+
try visitor.visitSingularStringField(value: v, fieldNumber: 34)
|
|
1308
|
+
} }()
|
|
1292
1309
|
}
|
|
1293
1310
|
try unknownFields.traverse(visitor: &visitor)
|
|
1294
1311
|
}
|
|
@@ -1320,6 +1337,7 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
|
|
|
1320
1337
|
if _storage._syncDeviceInProgressTitle != rhs_storage._syncDeviceInProgressTitle {return false}
|
|
1321
1338
|
if _storage._syncDeviceFailedTitle != rhs_storage._syncDeviceFailedTitle {return false}
|
|
1322
1339
|
if _storage._syncDeviceCancellingTitle != rhs_storage._syncDeviceCancellingTitle {return false}
|
|
1340
|
+
if _storage._syncDeviceCompletedTitle != rhs_storage._syncDeviceCompletedTitle {return false}
|
|
1323
1341
|
if _storage._syncDeviceGetAuthenticationTokenTaskLabel != rhs_storage._syncDeviceGetAuthenticationTokenTaskLabel {return false}
|
|
1324
1342
|
if _storage._syncDeviceRetrieveDeviceConfigurationTaskLabel != rhs_storage._syncDeviceRetrieveDeviceConfigurationTaskLabel {return false}
|
|
1325
1343
|
if _storage._syncDeviceUpdateDeviceConfigurationTaskLabel != rhs_storage._syncDeviceUpdateDeviceConfigurationTaskLabel {return false}
|