@blueid/access-react-native 1.96.0 → 2.0.0-beta.2

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 (84) hide show
  1. package/android/sdklib/com/blue-id/access/2.0/access-2.0.aar +0 -0
  2. package/android/sdklib/com/blue-id/access/2.0/access-2.0.aar.asc +7 -0
  3. package/android/sdklib/com/blue-id/access/2.0/access-2.0.aar.asc.md5 +1 -0
  4. package/android/sdklib/com/blue-id/access/2.0/access-2.0.aar.asc.sha1 +1 -0
  5. package/android/sdklib/com/blue-id/access/2.0/access-2.0.aar.asc.sha256 +1 -0
  6. package/android/sdklib/com/blue-id/access/2.0/access-2.0.aar.asc.sha512 +1 -0
  7. package/android/sdklib/com/blue-id/access/2.0/access-2.0.aar.md5 +1 -0
  8. package/android/sdklib/com/blue-id/access/2.0/access-2.0.aar.sha1 +1 -0
  9. package/android/sdklib/com/blue-id/access/2.0/access-2.0.aar.sha256 +1 -0
  10. package/android/sdklib/com/blue-id/access/2.0/access-2.0.aar.sha512 +1 -0
  11. package/android/sdklib/com/blue-id/access/{1.96/access-1.96.module → 2.0/access-2.0.module} +96 -42
  12. package/android/sdklib/com/blue-id/access/2.0/access-2.0.module.asc +7 -0
  13. package/android/sdklib/com/blue-id/access/2.0/access-2.0.module.asc.md5 +1 -0
  14. package/android/sdklib/com/blue-id/access/2.0/access-2.0.module.asc.sha1 +1 -0
  15. package/android/sdklib/com/blue-id/access/2.0/access-2.0.module.asc.sha256 +1 -0
  16. package/android/sdklib/com/blue-id/access/2.0/access-2.0.module.asc.sha512 +1 -0
  17. package/android/sdklib/com/blue-id/access/2.0/access-2.0.module.md5 +1 -0
  18. package/android/sdklib/com/blue-id/access/2.0/access-2.0.module.sha1 +1 -0
  19. package/android/sdklib/com/blue-id/access/2.0/access-2.0.module.sha256 +1 -0
  20. package/android/sdklib/com/blue-id/access/2.0/access-2.0.module.sha512 +1 -0
  21. package/android/sdklib/com/blue-id/access/{1.96/access-1.96.pom → 2.0/access-2.0.pom} +64 -24
  22. package/android/sdklib/com/blue-id/access/2.0/access-2.0.pom.asc +7 -0
  23. package/android/sdklib/com/blue-id/access/2.0/access-2.0.pom.asc.md5 +1 -0
  24. package/android/sdklib/com/blue-id/access/2.0/access-2.0.pom.asc.sha1 +1 -0
  25. package/android/sdklib/com/blue-id/access/2.0/access-2.0.pom.asc.sha256 +1 -0
  26. package/android/sdklib/com/blue-id/access/2.0/access-2.0.pom.asc.sha512 +1 -0
  27. package/android/sdklib/com/blue-id/access/2.0/access-2.0.pom.md5 +1 -0
  28. package/android/sdklib/com/blue-id/access/2.0/access-2.0.pom.sha1 +1 -0
  29. package/android/sdklib/com/blue-id/access/2.0/access-2.0.pom.sha256 +1 -0
  30. package/android/sdklib/com/blue-id/access/2.0/access-2.0.pom.sha512 +1 -0
  31. package/android/sdklib/com/blue-id/access/maven-metadata.xml +4 -4
  32. package/android/sdklib/com/blue-id/access/maven-metadata.xml.md5 +1 -1
  33. package/android/sdklib/com/blue-id/access/maven-metadata.xml.sha1 +1 -1
  34. package/android/sdklib/com/blue-id/access/maven-metadata.xml.sha256 +1 -1
  35. package/android/sdklib/com/blue-id/access/maven-metadata.xml.sha512 +1 -1
  36. package/lib/commonjs/BlueCore_pb.js +3 -0
  37. package/lib/commonjs/BlueCore_pb.js.map +1 -1
  38. package/lib/commonjs/BlueSDK_pb.js +280 -74
  39. package/lib/commonjs/BlueSDK_pb.js.map +1 -1
  40. package/lib/module/BlueCore_pb.d.js +3 -0
  41. package/lib/module/BlueCore_pb.d.js.map +1 -1
  42. package/lib/module/BlueCore_pb.js +3 -0
  43. package/lib/module/BlueCore_pb.js.map +1 -1
  44. package/lib/module/BlueSDK_pb.d.js +42 -8
  45. package/lib/module/BlueSDK_pb.d.js.map +1 -1
  46. package/lib/module/BlueSDK_pb.js +280 -74
  47. package/lib/module/BlueSDK_pb.js.map +1 -1
  48. package/lib/typescript/src/BlueCore_pb.d.ts +3 -0
  49. package/lib/typescript/src/BlueCore_pb.d.ts.map +1 -1
  50. package/lib/typescript/src/BlueSDK_pb.d.ts +46 -12
  51. package/lib/typescript/src/BlueSDK_pb.d.ts.map +1 -1
  52. package/package.json +1 -1
  53. package/src/BlueCore_pb.d.ts +3 -0
  54. package/src/BlueCore_pb.js +3 -0
  55. package/src/BlueSDK_pb.d.ts +427 -117
  56. package/src/BlueSDK_pb.js +151 -47
  57. package/android/sdklib/com/blue-id/access/1.96/access-1.96.aar +0 -0
  58. package/android/sdklib/com/blue-id/access/1.96/access-1.96.aar.asc +0 -7
  59. package/android/sdklib/com/blue-id/access/1.96/access-1.96.aar.asc.md5 +0 -1
  60. package/android/sdklib/com/blue-id/access/1.96/access-1.96.aar.asc.sha1 +0 -1
  61. package/android/sdklib/com/blue-id/access/1.96/access-1.96.aar.asc.sha256 +0 -1
  62. package/android/sdklib/com/blue-id/access/1.96/access-1.96.aar.asc.sha512 +0 -1
  63. package/android/sdklib/com/blue-id/access/1.96/access-1.96.aar.md5 +0 -1
  64. package/android/sdklib/com/blue-id/access/1.96/access-1.96.aar.sha1 +0 -1
  65. package/android/sdklib/com/blue-id/access/1.96/access-1.96.aar.sha256 +0 -1
  66. package/android/sdklib/com/blue-id/access/1.96/access-1.96.aar.sha512 +0 -1
  67. package/android/sdklib/com/blue-id/access/1.96/access-1.96.module.asc +0 -7
  68. package/android/sdklib/com/blue-id/access/1.96/access-1.96.module.asc.md5 +0 -1
  69. package/android/sdklib/com/blue-id/access/1.96/access-1.96.module.asc.sha1 +0 -1
  70. package/android/sdklib/com/blue-id/access/1.96/access-1.96.module.asc.sha256 +0 -1
  71. package/android/sdklib/com/blue-id/access/1.96/access-1.96.module.asc.sha512 +0 -1
  72. package/android/sdklib/com/blue-id/access/1.96/access-1.96.module.md5 +0 -1
  73. package/android/sdklib/com/blue-id/access/1.96/access-1.96.module.sha1 +0 -1
  74. package/android/sdklib/com/blue-id/access/1.96/access-1.96.module.sha256 +0 -1
  75. package/android/sdklib/com/blue-id/access/1.96/access-1.96.module.sha512 +0 -1
  76. package/android/sdklib/com/blue-id/access/1.96/access-1.96.pom.asc +0 -7
  77. package/android/sdklib/com/blue-id/access/1.96/access-1.96.pom.asc.md5 +0 -1
  78. package/android/sdklib/com/blue-id/access/1.96/access-1.96.pom.asc.sha1 +0 -1
  79. package/android/sdklib/com/blue-id/access/1.96/access-1.96.pom.asc.sha256 +0 -1
  80. package/android/sdklib/com/blue-id/access/1.96/access-1.96.pom.asc.sha512 +0 -1
  81. package/android/sdklib/com/blue-id/access/1.96/access-1.96.pom.md5 +0 -1
  82. package/android/sdklib/com/blue-id/access/1.96/access-1.96.pom.sha1 +0 -1
  83. package/android/sdklib/com/blue-id/access/1.96/access-1.96.pom.sha256 +0 -1
  84. package/android/sdklib/com/blue-id/access/1.96/access-1.96.pom.sha512 +0 -1
package/src/BlueSDK_pb.js CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  import { proto2 } from "@bufbuild/protobuf";
7
7
  import { BlueBleManufacturerInfo, BlueCredentialId, BlueCredentialType, BlueHardwareType, BlueLocalTimestamp, BlueOssSoConfiguration, BlueReturnCode } from "./BlueCore_pb.js";
8
- import { BlueSystemStatus } from "./BlueSystem_pb.js";
8
+ import { BlueSystemProvisioning, BlueSystemStatus } from "./BlueSystem_pb.js";
9
9
 
10
10
  /**
11
11
  * @generated from enum BlueDeviceType
@@ -139,34 +139,33 @@ export const BlueDeviceInfo = proto2.makeMessageType(
139
139
  );
140
140
 
141
141
  /**
142
- * @generated from message BlueAccessCredential
142
+ * @generated from message BlueIdentity
143
143
  */
144
- export const BlueAccessCredential = proto2.makeMessageType(
145
- "BlueAccessCredential",
144
+ export const BlueIdentity = proto2.makeMessageType(
145
+ "BlueIdentity",
146
146
  () => [
147
- { no: 1, name: "credentialId", kind: "message", T: BlueCredentialId },
148
- { no: 2, name: "credentialType", kind: "enum", T: proto2.getEnumType(BlueCredentialType) },
147
+ { no: 1, name: "identityId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
148
+ { no: 2, name: "role", kind: "enum", T: proto2.getEnumType(BlueCredentialType) },
149
149
  { no: 3, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
150
150
  { no: 4, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
151
- { no: 5, name: "siteId", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
152
- { no: 6, name: "siteName", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
153
- { no: 7, name: "validFrom", kind: "message", T: BlueLocalTimestamp, opt: true },
154
- { no: 8, name: "validTo", kind: "message", T: BlueLocalTimestamp, opt: true },
155
- { no: 9, name: "validity", kind: "message", T: BlueLocalTimestamp, opt: true },
156
- { no: 10, name: "privateKey", kind: "scalar", T: 12 /* ScalarType.BYTES */, opt: true },
157
- { no: 11, name: "receiverName", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
158
- { no: 12, name: "organisation", kind: "scalar", T: 9 /* ScalarType.STRING */ },
159
- { no: 13, name: "organisationName", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
151
+ { no: 5, name: "receiverName", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
152
+ { no: 6, name: "validFrom", kind: "message", T: BlueLocalTimestamp, opt: true },
153
+ { no: 7, name: "validTo", kind: "message", T: BlueLocalTimestamp, opt: true },
154
+ { no: 8, name: "organization", kind: "scalar", T: 9 /* ScalarType.STRING */ },
155
+ { no: 9, name: "organizationName", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
156
+ { no: 10, name: "siteId", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
157
+ { no: 11, name: "siteName", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
158
+ { no: 12, name: "privateKey", kind: "scalar", T: 12 /* ScalarType.BYTES */, opt: true },
160
159
  ],
161
160
  );
162
161
 
163
162
  /**
164
- * @generated from message BlueAccessCredentialList
163
+ * @generated from message BlueIdentitiesList
165
164
  */
166
- export const BlueAccessCredentialList = proto2.makeMessageType(
167
- "BlueAccessCredentialList",
165
+ export const BlueIdentitiesList = proto2.makeMessageType(
166
+ "BlueIdentitiesList",
168
167
  () => [
169
- { no: 1, name: "credentials", kind: "message", T: BlueAccessCredential, repeated: true },
168
+ { no: 1, name: "identities", kind: "message", T: BlueIdentity, repeated: true },
170
169
  ],
171
170
  );
172
171
 
@@ -216,6 +215,139 @@ export const BlueAccessObjectList = proto2.makeMessageType(
216
215
  ],
217
216
  );
218
217
 
218
+ /**
219
+ * @generated from message BlueHardwareInfo
220
+ */
221
+ export const BlueHardwareInfo = proto2.makeMessageType(
222
+ "BlueHardwareInfo",
223
+ () => [
224
+ { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
225
+ { no: 2, name: "vendor", kind: "scalar", T: 9 /* ScalarType.STRING */ },
226
+ { no: 3, name: "vendorName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
227
+ { no: 4, name: "version", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
228
+ { no: 5, name: "type", kind: "enum", T: proto2.getEnumType(BlueHardwareType) },
229
+ ],
230
+ );
231
+
232
+ /**
233
+ * @generated from message BlueSystemStatusExt
234
+ */
235
+ export const BlueSystemStatusExt = proto2.makeMessageType(
236
+ "BlueSystemStatusExt",
237
+ () => [
238
+ { no: 1, name: "status", kind: "message", T: BlueSystemStatus },
239
+ { no: 2, name: "newFirmwareVersionAvailable", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
240
+ { no: 3, name: "newTestFirmwareVersionAvailable", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
241
+ { no: 4, name: "newConfigurationAvailable", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
242
+ { no: 5, name: "hardwareInfo", kind: "message", T: BlueHardwareInfo, opt: true },
243
+ ],
244
+ );
245
+
246
+ /**
247
+ * @generated from message BlueRefreshOssSoIdentity
248
+ */
249
+ export const BlueRefreshOssSoIdentity = proto2.makeMessageType(
250
+ "BlueRefreshOssSoIdentity",
251
+ () => [
252
+ { no: 1, name: "identityId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
253
+ { no: 2, name: "status", kind: "enum", T: proto2.getEnumType(BlueRefreshOssSoCredentialStatus) },
254
+ { no: 3, name: "configuration", kind: "message", T: BlueOssSoConfiguration, opt: true },
255
+ ],
256
+ );
257
+
258
+ /**
259
+ * @generated from message BlueRefreshOssSoIdentities
260
+ */
261
+ export const BlueRefreshOssSoIdentities = proto2.makeMessageType(
262
+ "BlueRefreshOssSoIdentities",
263
+ () => [
264
+ { no: 1, name: "identities", kind: "message", T: BlueRefreshOssSoIdentity, repeated: true },
265
+ ],
266
+ );
267
+
268
+ /**
269
+ * @generated from message BlueSynchronizeIdentity
270
+ */
271
+ export const BlueSynchronizeIdentity = proto2.makeMessageType(
272
+ "BlueSynchronizeIdentity",
273
+ () => [
274
+ { no: 1, name: "identityId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
275
+ { no: 2, name: "returnCode", kind: "enum", T: proto2.getEnumType(BlueReturnCode) },
276
+ { no: 3, name: "errorDescription", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
277
+ ],
278
+ );
279
+
280
+ /**
281
+ * @generated from message BlueSynchronizeIdentities
282
+ */
283
+ export const BlueSynchronizeIdentities = proto2.makeMessageType(
284
+ "BlueSynchronizeIdentities",
285
+ () => [
286
+ { no: 1, name: "identities", kind: "message", T: BlueSynchronizeIdentity, repeated: true },
287
+ ],
288
+ );
289
+
290
+ /**
291
+ * @generated from message BlueLegacyProvisioningRequest
292
+ */
293
+ export const BlueLegacyProvisioningRequest = proto2.makeMessageType(
294
+ "BlueLegacyProvisioningRequest",
295
+ () => [
296
+ { no: 1, name: "deviceId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
297
+ { no: 2, name: "soid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
298
+ { no: 3, name: "vendor", kind: "scalar", T: 9 /* ScalarType.STRING */ },
299
+ { no: 4, name: "hardwareType", kind: "enum", T: proto2.getEnumType(BlueHardwareType) },
300
+ { no: 5, name: "hardwareVersion", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
301
+ { no: 6, name: "hardwareSerialNumber", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
302
+ ],
303
+ );
304
+
305
+ /**
306
+ * @generated from message BlueLegacyProvisioningResponse
307
+ */
308
+ export const BlueLegacyProvisioningResponse = proto2.makeMessageType(
309
+ "BlueLegacyProvisioningResponse",
310
+ () => [
311
+ { no: 1, name: "deviceId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
312
+ { no: 2, name: "objectId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
313
+ { no: 3, name: "provisioning", kind: "message", T: BlueSystemProvisioning },
314
+ ],
315
+ );
316
+
317
+ /**
318
+ * @TODO: Keep it until we have updated all places in both iOS and Android SDK.
319
+ *
320
+ * @generated from message BlueAccessCredential
321
+ */
322
+ export const BlueAccessCredential = proto2.makeMessageType(
323
+ "BlueAccessCredential",
324
+ () => [
325
+ { no: 1, name: "credentialId", kind: "message", T: BlueCredentialId },
326
+ { no: 2, name: "credentialType", kind: "enum", T: proto2.getEnumType(BlueCredentialType) },
327
+ { no: 3, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
328
+ { no: 4, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
329
+ { no: 5, name: "siteId", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
330
+ { no: 6, name: "siteName", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
331
+ { no: 7, name: "validFrom", kind: "message", T: BlueLocalTimestamp, opt: true },
332
+ { no: 8, name: "validTo", kind: "message", T: BlueLocalTimestamp, opt: true },
333
+ { no: 9, name: "validity", kind: "message", T: BlueLocalTimestamp, opt: true },
334
+ { no: 10, name: "privateKey", kind: "scalar", T: 12 /* ScalarType.BYTES */, opt: true },
335
+ { no: 11, name: "receiverName", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
336
+ { no: 12, name: "organisation", kind: "scalar", T: 9 /* ScalarType.STRING */ },
337
+ { no: 13, name: "organisationName", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
338
+ ],
339
+ );
340
+
341
+ /**
342
+ * @generated from message BlueAccessCredentialList
343
+ */
344
+ export const BlueAccessCredentialList = proto2.makeMessageType(
345
+ "BlueAccessCredentialList",
346
+ () => [
347
+ { no: 1, name: "credentials", kind: "message", T: BlueAccessCredential, repeated: true },
348
+ ],
349
+ );
350
+
219
351
  /**
220
352
  * @generated from message BlueRefreshOssSoCredential
221
353
  */
@@ -260,31 +392,3 @@ export const BlueSynchronizeAccessCredentials = proto2.makeMessageType(
260
392
  ],
261
393
  );
262
394
 
263
- /**
264
- * @generated from message BlueHardwareInfo
265
- */
266
- export const BlueHardwareInfo = proto2.makeMessageType(
267
- "BlueHardwareInfo",
268
- () => [
269
- { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
270
- { no: 2, name: "vendor", kind: "scalar", T: 9 /* ScalarType.STRING */ },
271
- { no: 3, name: "vendorName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
272
- { no: 4, name: "version", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
273
- { no: 5, name: "type", kind: "enum", T: proto2.getEnumType(BlueHardwareType) },
274
- ],
275
- );
276
-
277
- /**
278
- * @generated from message BlueSystemStatusExt
279
- */
280
- export const BlueSystemStatusExt = proto2.makeMessageType(
281
- "BlueSystemStatusExt",
282
- () => [
283
- { no: 1, name: "status", kind: "message", T: BlueSystemStatus },
284
- { no: 2, name: "newFirmwareVersionAvailable", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
285
- { no: 3, name: "newTestFirmwareVersionAvailable", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
286
- { no: 4, name: "newConfigurationAvailable", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
287
- { no: 5, name: "hardwareInfo", kind: "message", T: BlueHardwareInfo, opt: true },
288
- ],
289
- );
290
-
@@ -1,7 +0,0 @@
1
- -----BEGIN PGP SIGNATURE-----
2
- Version: BCPG v1.68
3
-
4
- iF4EABYKAAYFAmcqmIMACgkQI6iaf4hmctCLOQEA8gQIO3zY1S+Jlv5jNZrJDFWS
5
- sPk4bYS+wyql0REQ/jkA/ips/gkuPGMmDc4y40q7O+zmnpvxgDiV2ECAksaZfewD
6
- =LYkh
7
- -----END PGP SIGNATURE-----
@@ -1 +0,0 @@
1
- 74df977eb6e5e5b684371d4f2c5e08cb
@@ -1 +0,0 @@
1
- 5e341f1affb83f4ceeed3749fd6753b853547bb5
@@ -1 +0,0 @@
1
- d4009cd35962a0991e7a8f1d1aa3b2bcf018441bf87b5d011d3832c48496f395
@@ -1 +0,0 @@
1
- 7d2e7e29d04cef011e266573413faf006ab96e7c5f82815880f81f67e360556182c382796c7ee28c6d2ee6f6df8de41109c5c14fd225592d001c6d4a63aa6ada
@@ -1 +0,0 @@
1
- 793579d8eeb7dff8c28750ec480837cd
@@ -1 +0,0 @@
1
- f8337d006b6b88e803c0eb15a1e11b5cad7e7701
@@ -1 +0,0 @@
1
- 9b3b578165b82d1bbd043ff35dcc3b3902fd6c39ac7f2a5b69c6414cb5096286
@@ -1 +0,0 @@
1
- 13e6633c00c5664a6c0119b558b685a27548eb39bbfed237f1695123b8b9bb377513020133683f4b6e3aada7eff3f8be80b4c74d250fe650b82ca0bfdc57bc5c
@@ -1,7 +0,0 @@
1
- -----BEGIN PGP SIGNATURE-----
2
- Version: BCPG v1.68
3
-
4
- iF4EABYKAAYFAmcqmIMACgkQI6iaf4hmctBO9wEArf2f4AZYYKaYz5ARy7te5d3a
5
- Fm/c9/xmfnbtXeo8ClEBAM72xWafSNDKFKOqgGRM3Ba4bXiVSz7dhA9QO8na4lYL
6
- =M94Y
7
- -----END PGP SIGNATURE-----
@@ -1 +0,0 @@
1
- 097f3a4809953f699a68399e75d51dcc
@@ -1 +0,0 @@
1
- 5451298ad96230e84ac57a9519969f09baf1ef1c
@@ -1 +0,0 @@
1
- 6f2303763de385e92db2d4f77d933f7bee1cb1d6ffc31396d4cae463a3dd983b
@@ -1 +0,0 @@
1
- b6fe8822bad168d986c03945feb59b96495413ee07d5edc7bbfe2d3a71fcfb3540cba4d15ac00ec8700bd570487a23154c89ab7e07adbdb747d5638ec0995201
@@ -1 +0,0 @@
1
- 25bc995b53f5ffe71e952547d6beb6cf
@@ -1 +0,0 @@
1
- 20228c91df5a85d2e9c7a05e57c75e045f597ee0
@@ -1 +0,0 @@
1
- b24048368912d7ee3b1c437b4badb6fcc807adc800c5b658260bb7846285e5aa
@@ -1 +0,0 @@
1
- 5de4982d593e6d73d12e8950f89ead68d4040cad1f3b57c9ca7304f7fd1f3a80dd0f6b112366f531aaebb474748533ca78af2892cad2b07c1a4c5dcc2e5e30aa
@@ -1,7 +0,0 @@
1
- -----BEGIN PGP SIGNATURE-----
2
- Version: BCPG v1.68
3
-
4
- iF4EABYKAAYFAmcqmIMACgkQI6iaf4hmctCVlQEAqI6Gvp4O5en075V/kkAOrJby
5
- UZAu8TTJCG6AJPOtIX0A/RN4fr1Ckt+j8GE6IX5a9lxalVj5LP+y6i7Lz+Mv6+0N
6
- =Ar3T
7
- -----END PGP SIGNATURE-----
@@ -1 +0,0 @@
1
- 1a12ce548ff2c5ff30ae61724997ec4b
@@ -1 +0,0 @@
1
- 3908738cad3b817b5f737b5eae1e4a02616e90c3
@@ -1 +0,0 @@
1
- e33995110042b520763e25ac1fe8c778648a22c413277fa07f22ef3461b18d76
@@ -1 +0,0 @@
1
- 2962c53bbc7b0eab77f136311e4c6ede725aa2ba6b4a1083939f4250d870ebe4ff4749eb3c1d2fb012d605a88ccd33b68ead4bd89bfc4b51d6cbed3d9f816ca6
@@ -1 +0,0 @@
1
- 34b090fa50fbcc2790e2f8ded459d68a
@@ -1 +0,0 @@
1
- 01744bc0af9003e1fab39ad1cbc6be8187173f5c
@@ -1 +0,0 @@
1
- 0ca2fbe05fc211a4b69ebedeac4d31b7a5305549619c8750795811ea4a62cbfa
@@ -1 +0,0 @@
1
- 7a1d1166fc78b845b40467e1b1aa556e5026dbddef86a9ddb02722340276000af43aac795ecca0d29ee2427046b90093773841f28c6d06d894d80521e1836d7f