@blueid/access-capacitor 0.92.0 → 0.95.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 +20 -0
- package/dist/esm/BlueCore_pb.js +25 -0
- package/dist/esm/BlueCore_pb.js.map +1 -1
- package/dist/esm/BlueSDK_pb.d.ts +72 -12
- package/dist/esm/BlueSDK_pb.js +24 -9
- package/dist/esm/BlueSDK_pb.js.map +1 -1
- package/dist/plugin.cjs.js +49 -9
- package/dist/plugin.cjs.js.map +1 -1
- package/dist/plugin.js +49 -9
- package/dist/plugin.js.map +1 -1
- package/ios/CBlueIDAccess.xcframework/ios-arm64/Headers/core/BlueCore.pb.h +5 -0
- package/ios/CBlueIDAccess.xcframework/ios-arm64/libCBlueIDAccess.a +0 -0
- package/ios/CBlueIDAccess.xcframework/ios-arm64_x86_64-simulator/Headers/core/BlueCore.pb.h +5 -0
- package/ios/CBlueIDAccess.xcframework/ios-arm64_x86_64-simulator/libCBlueIDAccess.a +0 -0
- package/ios/CBlueIDAccess.xcframework/macos-arm64_x86_64/Headers/core/BlueCore.pb.h +5 -0
- package/ios/CBlueIDAccess.xcframework/macos-arm64_x86_64/libCBlueIDAccess.a +0 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueAccess.swift +209 -58
- package/ios/Plugin/BlueIDAccessSDK/BlueCore.pb.swift +20 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueModal/{BlueModalSession.swift → BlueAccessDeviceModalSession.swift} +5 -5
- package/ios/Plugin/BlueIDAccessSDK/BlueModal/{BlueModalView.swift → BlueAccessDeviceModalView.swift} +11 -22
- package/ios/Plugin/BlueIDAccessSDK/BlueModal/BlueModal+Extensions.swift +14 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueModal/BlueModal.swift +50 -2
- package/ios/Plugin/BlueIDAccessSDK/BlueModal/BlueSynchronizeAccessDeviceModalSession.swift +56 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueModal/BlueSynchronizeAccessDeviceModalView.swift +237 -0
- package/ios/Plugin/BlueIDAccessSDK/BlueSDK.pb.swift +310 -40
- package/ios/Plugin/BlueIDAccessSDK/BlueTaskRunner.swift +155 -0
- package/package.json +1 -1
package/dist/plugin.js
CHANGED
|
@@ -438,6 +438,26 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
438
438
|
* @generated from enum value: SdkTimeout = -416;
|
|
439
439
|
*/
|
|
440
440
|
BlueReturnCode[BlueReturnCode["SdkTimeout"] = -416] = "SdkTimeout";
|
|
441
|
+
/**
|
|
442
|
+
* @generated from enum value: SdkGetAuthenticationTokenFailed = -417;
|
|
443
|
+
*/
|
|
444
|
+
BlueReturnCode[BlueReturnCode["SdkGetAuthenticationTokenFailed"] = -417] = "SdkGetAuthenticationTokenFailed";
|
|
445
|
+
/**
|
|
446
|
+
* @generated from enum value: SdkUpdateDeviceFailed = -418;
|
|
447
|
+
*/
|
|
448
|
+
BlueReturnCode[BlueReturnCode["SdkUpdateDeviceFailed"] = -418] = "SdkUpdateDeviceFailed";
|
|
449
|
+
/**
|
|
450
|
+
* @generated from enum value: SdkGetBlacklistEntriesFailed = -419;
|
|
451
|
+
*/
|
|
452
|
+
BlueReturnCode[BlueReturnCode["SdkGetBlacklistEntriesFailed"] = -419] = "SdkGetBlacklistEntriesFailed";
|
|
453
|
+
/**
|
|
454
|
+
* @generated from enum value: SdkGetSystemStatusFailed = -420;
|
|
455
|
+
*/
|
|
456
|
+
BlueReturnCode[BlueReturnCode["SdkGetSystemStatusFailed"] = -420] = "SdkGetSystemStatusFailed";
|
|
457
|
+
/**
|
|
458
|
+
* @generated from enum value: SdkWaitDeviceToRestartFailed = -421;
|
|
459
|
+
*/
|
|
460
|
+
BlueReturnCode[BlueReturnCode["SdkWaitDeviceToRestartFailed"] = -421] = "SdkWaitDeviceToRestartFailed";
|
|
441
461
|
/**
|
|
442
462
|
* @generated from enum value: OssMAReturnCodeStart = -1000;
|
|
443
463
|
*/
|
|
@@ -539,6 +559,11 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
539
559
|
{ no: -414, name: "SdkDecodeJsonFailed" },
|
|
540
560
|
{ no: -415, name: "SdkFetchDataFailed" },
|
|
541
561
|
{ no: -416, name: "SdkTimeout" },
|
|
562
|
+
{ no: -417, name: "SdkGetAuthenticationTokenFailed" },
|
|
563
|
+
{ no: -418, name: "SdkUpdateDeviceFailed" },
|
|
564
|
+
{ no: -419, name: "SdkGetBlacklistEntriesFailed" },
|
|
565
|
+
{ no: -420, name: "SdkGetSystemStatusFailed" },
|
|
566
|
+
{ no: -421, name: "SdkWaitDeviceToRestartFailed" },
|
|
542
567
|
{ no: -1000, name: "OssMAReturnCodeStart" },
|
|
543
568
|
{ no: -1100, name: "OssMAReturnCodeEnd" },
|
|
544
569
|
]);
|
|
@@ -3025,15 +3050,30 @@ var capacitorBlueIDAccess = (function (exports, core, protobuf) {
|
|
|
3025
3050
|
{ no: 7, name: "nfcOssSuccessUnprovisionMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Successfully unprovisioned" },
|
|
3026
3051
|
{ no: 8, name: "nfcOssSuccessFormatMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Transponder was successfully formatted" },
|
|
3027
3052
|
{ no: 9, name: "nfcInitializingWritingProcess", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Initializing writing process" },
|
|
3028
|
-
{ no: 10, name: "
|
|
3029
|
-
{ no: 11, name: "
|
|
3030
|
-
{ no: 12, name: "
|
|
3031
|
-
{ no: 13, name: "
|
|
3032
|
-
{ no: 14, name: "
|
|
3033
|
-
{ no: 15, name: "
|
|
3034
|
-
{ no: 16, name: "
|
|
3035
|
-
{ no: 17, name: "
|
|
3036
|
-
{ no: 18, name: "
|
|
3053
|
+
{ no: 10, name: "openViaOssTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Unlocking in Progress" },
|
|
3054
|
+
{ no: 11, name: "openViaOssWaitMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Establishing secure connection..." },
|
|
3055
|
+
{ no: 12, name: "openViaOssAccessGrantedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Access Granted" },
|
|
3056
|
+
{ no: 13, name: "openViaOssAccessGrantedMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Please proceed." },
|
|
3057
|
+
{ no: 14, name: "openViaOssAccessDeniedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Access Denied" },
|
|
3058
|
+
{ no: 15, name: "openViaOssAccessDeniedMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Credentials are invalid or outdated." },
|
|
3059
|
+
{ no: 16, name: "openViaOssAccessDeniedScheduleMismatchMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Credentials are not valid at this time and/or day of the week." },
|
|
3060
|
+
{ no: 17, name: "openViaOssErrorTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Error" },
|
|
3061
|
+
{ no: 18, name: "cmnCancelLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Cancel" },
|
|
3062
|
+
{ no: 19, name: "cmnCloseLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Close" },
|
|
3063
|
+
{ no: 20, name: "syncDeviceInProgressTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Synchronization in Progress" },
|
|
3064
|
+
{ no: 21, name: "syncDeviceFailedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Synchronization has failed" },
|
|
3065
|
+
{ no: 22, name: "syncDeviceCancellingTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Cancelling..." },
|
|
3066
|
+
{ no: 23, name: "syncDeviceGetAuthenticationTokenTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Issue authentication token" },
|
|
3067
|
+
{ no: 24, name: "syncDeviceRetrieveDeviceConfigurationTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve device configuration" },
|
|
3068
|
+
{ no: 25, name: "syncDeviceUpdateDeviceConfigurationTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update device configuration" },
|
|
3069
|
+
{ no: 26, name: "syncDeviceUpdateDeviceTimeTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update device time" },
|
|
3070
|
+
{ no: 27, name: "syncDeviceWaitForDeviceToRestartTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Wait for device to restart" },
|
|
3071
|
+
{ no: 28, name: "syncDevicePushEventLogsTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push event logs" },
|
|
3072
|
+
{ no: 29, name: "syncDevicePushSystemLogsTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push system logs" },
|
|
3073
|
+
{ no: 30, name: "syncDeviceRetrieveBlacklistEntriesTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve blacklist entries" },
|
|
3074
|
+
{ no: 31, name: "syncDeviceDeployBlacklistEntriesTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Deploy blacklist entries" },
|
|
3075
|
+
{ no: 32, name: "syncDeviceRetrieveSystemStatusTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve system status" },
|
|
3076
|
+
{ no: 33, name: "syncDevicePushSystemStatusTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push system status" },
|
|
3037
3077
|
]);
|
|
3038
3078
|
/**
|
|
3039
3079
|
* @generated from message BlueDeviceDetailsBluetooth
|