@blueid/access-react-native 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.
Files changed (34) hide show
  1. package/frameworks/CBlueIDAccess.xcframework/Info.plist +5 -5
  2. package/frameworks/CBlueIDAccess.xcframework/ios-arm64/Headers/core/BlueCore.pb.h +5 -0
  3. package/frameworks/CBlueIDAccess.xcframework/ios-arm64/libCBlueIDAccess.a +0 -0
  4. package/frameworks/CBlueIDAccess.xcframework/ios-arm64_x86_64-simulator/Headers/core/BlueCore.pb.h +5 -0
  5. package/frameworks/CBlueIDAccess.xcframework/ios-arm64_x86_64-simulator/libCBlueIDAccess.a +0 -0
  6. package/frameworks/CBlueIDAccess.xcframework/macos-arm64_x86_64/Headers/core/BlueCore.pb.h +5 -0
  7. package/frameworks/CBlueIDAccess.xcframework/macos-arm64_x86_64/libCBlueIDAccess.a +0 -0
  8. package/ios/BlueIDAccessSDK/BlueAccess.swift +209 -58
  9. package/ios/BlueIDAccessSDK/BlueCore.pb.swift +20 -0
  10. package/ios/BlueIDAccessSDK/BlueModal/{BlueModalSession.swift → BlueAccessDeviceModalSession.swift} +5 -5
  11. package/ios/BlueIDAccessSDK/BlueModal/{BlueModalView.swift → BlueAccessDeviceModalView.swift} +11 -22
  12. package/ios/BlueIDAccessSDK/BlueModal/BlueModal+Extensions.swift +14 -0
  13. package/ios/BlueIDAccessSDK/BlueModal/BlueModal.swift +50 -2
  14. package/ios/BlueIDAccessSDK/BlueModal/BlueSynchronizeAccessDeviceModalSession.swift +56 -0
  15. package/ios/BlueIDAccessSDK/BlueModal/BlueSynchronizeAccessDeviceModalView.swift +237 -0
  16. package/ios/BlueIDAccessSDK/BlueSDK.pb.swift +310 -40
  17. package/ios/BlueIDAccessSDK/BlueTaskRunner.swift +155 -0
  18. package/lib/commonjs/BlueCore_pb.js +15 -0
  19. package/lib/commonjs/BlueCore_pb.js.map +1 -1
  20. package/lib/commonjs/BlueSDK_pb.js +103 -13
  21. package/lib/commonjs/BlueSDK_pb.js.map +1 -1
  22. package/lib/module/BlueCore_pb.d.js.map +1 -1
  23. package/lib/module/BlueCore_pb.js +15 -0
  24. package/lib/module/BlueCore_pb.js.map +1 -1
  25. package/lib/module/BlueSDK_pb.d.js.map +1 -1
  26. package/lib/module/BlueSDK_pb.js +103 -13
  27. package/lib/module/BlueSDK_pb.js.map +1 -1
  28. package/lib/typescript/src/BlueCore_pb.d.ts.map +1 -1
  29. package/lib/typescript/src/BlueSDK_pb.d.ts.map +1 -1
  30. package/package.json +1 -1
  31. package/src/BlueCore_pb.d.ts +25 -0
  32. package/src/BlueCore_pb.js +5 -0
  33. package/src/BlueSDK_pb.d.ts +88 -13
  34. package/src/BlueSDK_pb.js +24 -9
@@ -97,50 +97,125 @@ export declare class BlueI18n extends Message<BlueI18n> {
97
97
  nfcInitializingWritingProcess: string;
98
98
 
99
99
  /**
100
- * @generated from field: required string cmnCancelLabel = 10 [default = "Cancel"];
101
- */
102
- cmnCancelLabel: string;
103
-
104
- /**
105
- * @generated from field: required string openViaOssTitle = 11 [default = "Unlocking in Progress"];
100
+ * @generated from field: required string openViaOssTitle = 10 [default = "Unlocking in Progress"];
106
101
  */
107
102
  openViaOssTitle: string;
108
103
 
109
104
  /**
110
- * @generated from field: required string openViaOssWaitMessage = 12 [default = "Establishing secure connection..."];
105
+ * @generated from field: required string openViaOssWaitMessage = 11 [default = "Establishing secure connection..."];
111
106
  */
112
107
  openViaOssWaitMessage: string;
113
108
 
114
109
  /**
115
- * @generated from field: required string openViaOssAccessGrantedTitle = 13 [default = "Access Granted"];
110
+ * @generated from field: required string openViaOssAccessGrantedTitle = 12 [default = "Access Granted"];
116
111
  */
117
112
  openViaOssAccessGrantedTitle: string;
118
113
 
119
114
  /**
120
- * @generated from field: required string openViaOssAccessGrantedMessage = 14 [default = "Please proceed."];
115
+ * @generated from field: required string openViaOssAccessGrantedMessage = 13 [default = "Please proceed."];
121
116
  */
122
117
  openViaOssAccessGrantedMessage: string;
123
118
 
124
119
  /**
125
- * @generated from field: required string openViaOssAccessDeniedTitle = 15 [default = "Access Denied"];
120
+ * @generated from field: required string openViaOssAccessDeniedTitle = 14 [default = "Access Denied"];
126
121
  */
127
122
  openViaOssAccessDeniedTitle: string;
128
123
 
129
124
  /**
130
- * @generated from field: required string openViaOssAccessDeniedMessage = 16 [default = "Credentials are invalid or outdated."];
125
+ * @generated from field: required string openViaOssAccessDeniedMessage = 15 [default = "Credentials are invalid or outdated."];
131
126
  */
132
127
  openViaOssAccessDeniedMessage: string;
133
128
 
134
129
  /**
135
- * @generated from field: required string openViaOssAccessDeniedScheduleMismatchMessage = 17 [default = "Credentials are not valid at this time and/or day of the week."];
130
+ * @generated from field: required string openViaOssAccessDeniedScheduleMismatchMessage = 16 [default = "Credentials are not valid at this time and/or day of the week."];
136
131
  */
137
132
  openViaOssAccessDeniedScheduleMismatchMessage: string;
138
133
 
139
134
  /**
140
- * @generated from field: required string openViaOssErrorTitle = 18 [default = "Error"];
135
+ * @generated from field: required string openViaOssErrorTitle = 17 [default = "Error"];
141
136
  */
142
137
  openViaOssErrorTitle: string;
143
138
 
139
+ /**
140
+ * @generated from field: required string cmnCancelLabel = 18 [default = "Cancel"];
141
+ */
142
+ cmnCancelLabel: string;
143
+
144
+ /**
145
+ * @generated from field: required string cmnCloseLabel = 19 [default = "Close"];
146
+ */
147
+ cmnCloseLabel: string;
148
+
149
+ /**
150
+ * @generated from field: required string syncDeviceInProgressTitle = 20 [default = "Synchronization in Progress"];
151
+ */
152
+ syncDeviceInProgressTitle: string;
153
+
154
+ /**
155
+ * @generated from field: required string syncDeviceFailedTitle = 21 [default = "Synchronization has failed"];
156
+ */
157
+ syncDeviceFailedTitle: string;
158
+
159
+ /**
160
+ * @generated from field: required string syncDeviceCancellingTitle = 22 [default = "Cancelling..."];
161
+ */
162
+ syncDeviceCancellingTitle: string;
163
+
164
+ /**
165
+ * @generated from field: required string syncDeviceGetAuthenticationTokenTaskLabel = 23 [default = "Issue authentication token"];
166
+ */
167
+ syncDeviceGetAuthenticationTokenTaskLabel: string;
168
+
169
+ /**
170
+ * @generated from field: required string syncDeviceRetrieveDeviceConfigurationTaskLabel = 24 [default = "Retrieve device configuration"];
171
+ */
172
+ syncDeviceRetrieveDeviceConfigurationTaskLabel: string;
173
+
174
+ /**
175
+ * @generated from field: required string syncDeviceUpdateDeviceConfigurationTaskLabel = 25 [default = "Update device configuration"];
176
+ */
177
+ syncDeviceUpdateDeviceConfigurationTaskLabel: string;
178
+
179
+ /**
180
+ * @generated from field: required string syncDeviceUpdateDeviceTimeTaskLabel = 26 [default = "Update device time"];
181
+ */
182
+ syncDeviceUpdateDeviceTimeTaskLabel: string;
183
+
184
+ /**
185
+ * @generated from field: required string syncDeviceWaitForDeviceToRestartTaskLabel = 27 [default = "Wait for device to restart"];
186
+ */
187
+ syncDeviceWaitForDeviceToRestartTaskLabel: string;
188
+
189
+ /**
190
+ * @generated from field: required string syncDevicePushEventLogsTaskLabel = 28 [default = "Push event logs"];
191
+ */
192
+ syncDevicePushEventLogsTaskLabel: string;
193
+
194
+ /**
195
+ * @generated from field: required string syncDevicePushSystemLogsTaskLabel = 29 [default = "Push system logs"];
196
+ */
197
+ syncDevicePushSystemLogsTaskLabel: string;
198
+
199
+ /**
200
+ * @generated from field: required string syncDeviceRetrieveBlacklistEntriesTaskLabel = 30 [default = "Retrieve blacklist entries"];
201
+ */
202
+ syncDeviceRetrieveBlacklistEntriesTaskLabel: string;
203
+
204
+ /**
205
+ * @generated from field: required string syncDeviceDeployBlacklistEntriesTaskLabel = 31 [default = "Deploy blacklist entries"];
206
+ */
207
+ syncDeviceDeployBlacklistEntriesTaskLabel: string;
208
+
209
+ /**
210
+ * @generated from field: required string syncDeviceRetrieveSystemStatusTaskLabel = 32 [default = "Retrieve system status"];
211
+ */
212
+ syncDeviceRetrieveSystemStatusTaskLabel: string;
213
+
214
+ /**
215
+ * @generated from field: required string syncDevicePushSystemStatusTaskLabel = 33 [default = "Push system status"];
216
+ */
217
+ syncDevicePushSystemStatusTaskLabel: string;
218
+
144
219
  constructor(data?: PartialMessage<BlueI18n>);
145
220
 
146
221
  static readonly runtime: typeof proto2;
package/src/BlueSDK_pb.js CHANGED
@@ -45,15 +45,30 @@ export const BlueI18n = proto2.makeMessageType(
45
45
  { no: 7, name: "nfcOssSuccessUnprovisionMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Successfully unprovisioned" },
46
46
  { no: 8, name: "nfcOssSuccessFormatMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Transponder was successfully formatted" },
47
47
  { no: 9, name: "nfcInitializingWritingProcess", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Initializing writing process" },
48
- { no: 10, name: "cmnCancelLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Cancel" },
49
- { no: 11, name: "openViaOssTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Unlocking in Progress" },
50
- { no: 12, name: "openViaOssWaitMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Establishing secure connection..." },
51
- { no: 13, name: "openViaOssAccessGrantedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Access Granted" },
52
- { no: 14, name: "openViaOssAccessGrantedMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Please proceed." },
53
- { no: 15, name: "openViaOssAccessDeniedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Access Denied" },
54
- { no: 16, name: "openViaOssAccessDeniedMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Credentials are invalid or outdated." },
55
- { no: 17, name: "openViaOssAccessDeniedScheduleMismatchMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Credentials are not valid at this time and/or day of the week." },
56
- { no: 18, name: "openViaOssErrorTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Error" },
48
+ { no: 10, name: "openViaOssTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Unlocking in Progress" },
49
+ { no: 11, name: "openViaOssWaitMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Establishing secure connection..." },
50
+ { no: 12, name: "openViaOssAccessGrantedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Access Granted" },
51
+ { no: 13, name: "openViaOssAccessGrantedMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Please proceed." },
52
+ { no: 14, name: "openViaOssAccessDeniedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Access Denied" },
53
+ { no: 15, name: "openViaOssAccessDeniedMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Credentials are invalid or outdated." },
54
+ { no: 16, name: "openViaOssAccessDeniedScheduleMismatchMessage", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Credentials are not valid at this time and/or day of the week." },
55
+ { no: 17, name: "openViaOssErrorTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Error" },
56
+ { no: 18, name: "cmnCancelLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Cancel" },
57
+ { no: 19, name: "cmnCloseLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Close" },
58
+ { no: 20, name: "syncDeviceInProgressTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Synchronization in Progress" },
59
+ { no: 21, name: "syncDeviceFailedTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Synchronization has failed" },
60
+ { no: 22, name: "syncDeviceCancellingTitle", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Cancelling..." },
61
+ { no: 23, name: "syncDeviceGetAuthenticationTokenTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Issue authentication token" },
62
+ { no: 24, name: "syncDeviceRetrieveDeviceConfigurationTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve device configuration" },
63
+ { no: 25, name: "syncDeviceUpdateDeviceConfigurationTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update device configuration" },
64
+ { no: 26, name: "syncDeviceUpdateDeviceTimeTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Update device time" },
65
+ { no: 27, name: "syncDeviceWaitForDeviceToRestartTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Wait for device to restart" },
66
+ { no: 28, name: "syncDevicePushEventLogsTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push event logs" },
67
+ { no: 29, name: "syncDevicePushSystemLogsTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push system logs" },
68
+ { no: 30, name: "syncDeviceRetrieveBlacklistEntriesTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve blacklist entries" },
69
+ { no: 31, name: "syncDeviceDeployBlacklistEntriesTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Deploy blacklist entries" },
70
+ { no: 32, name: "syncDeviceRetrieveSystemStatusTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Retrieve system status" },
71
+ { no: 33, name: "syncDevicePushSystemStatusTaskLabel", kind: "scalar", T: 9 /* ScalarType.STRING */, default: "Push system status" },
57
72
  ],
58
73
  );
59
74