@private.me/xbind 1.3.0 → 2.3.4

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 (305) hide show
  1. package/LICENSES.md +212 -0
  2. package/README.md +388 -6
  3. package/dist-standalone/_deps/mldsa-wasm/dist/mldsa.js +1 -1920
  4. package/dist-standalone/_deps/shared/cjs/errors.js +1 -275
  5. package/dist-standalone/_deps/shared/cjs/index.js +1 -138
  6. package/dist-standalone/_deps/shared/cjs/types.js +1 -90
  7. package/dist-standalone/_deps/shared/errors.js +1 -262
  8. package/dist-standalone/_deps/shared/index.js +1 -77
  9. package/dist-standalone/_deps/shared/types.js +1 -91
  10. package/dist-standalone/_deps/ux-helpers/cjs/errors.js +1 -1
  11. package/dist-standalone/_deps/ux-helpers/cjs/index.js +1 -1
  12. package/dist-standalone/_deps/ux-helpers/cjs/pagination.js +1 -1
  13. package/dist-standalone/_deps/ux-helpers/cjs/progress.js +1 -1
  14. package/dist-standalone/_deps/ux-helpers/cjs/search.js +1 -1
  15. package/dist-standalone/_deps/ux-helpers/cjs/types.js +1 -1
  16. package/dist-standalone/_deps/ux-helpers/errors.js +1 -1
  17. package/dist-standalone/_deps/ux-helpers/index.js +1 -1
  18. package/dist-standalone/_deps/ux-helpers/pagination.js +1 -1
  19. package/dist-standalone/_deps/ux-helpers/progress.js +1 -1
  20. package/dist-standalone/_deps/ux-helpers/search.js +1 -1
  21. package/dist-standalone/_deps/xchange/auto-accept.js +1 -1
  22. package/dist-standalone/_deps/xchange/cjs/auto-accept.js +1 -1
  23. package/dist-standalone/_deps/xchange/cjs/errors.js +1 -1
  24. package/dist-standalone/_deps/xchange/cjs/index.js +1 -1
  25. package/dist-standalone/_deps/xchange/cjs/invite-client.js +1 -1
  26. package/dist-standalone/_deps/xchange/cjs/lazy-init.js +1 -1
  27. package/dist-standalone/_deps/xchange/cjs/trust-integration.js +1 -1
  28. package/dist-standalone/_deps/xchange/cjs/xchange.js +1 -1
  29. package/dist-standalone/_deps/xchange/errors.js +1 -1
  30. package/dist-standalone/_deps/xchange/index.js +1 -1
  31. package/dist-standalone/_deps/xchange/invite-client.js +1 -1
  32. package/dist-standalone/_deps/xchange/lazy-init.js +1 -1
  33. package/dist-standalone/_deps/xchange/trust-integration.js +1 -1
  34. package/dist-standalone/_deps/xchange/xchange.js +1 -1
  35. package/dist-standalone/_deps/xregistry/cjs/discovery.js +1 -1
  36. package/dist-standalone/_deps/xregistry/cjs/errors.js +1 -1
  37. package/dist-standalone/_deps/xregistry/cjs/index.js +1 -1
  38. package/dist-standalone/_deps/xregistry/cjs/registry.js +1 -1
  39. package/dist-standalone/_deps/xregistry/cjs/schema.js +1 -1
  40. package/dist-standalone/_deps/xregistry/cjs/types.js +1 -1
  41. package/dist-standalone/_deps/xregistry/discovery.js +1 -1
  42. package/dist-standalone/_deps/xregistry/errors.js +1 -1
  43. package/dist-standalone/_deps/xregistry/index.js +1 -1
  44. package/dist-standalone/_deps/xregistry/registry.js +1 -1
  45. package/dist-standalone/_deps/xregistry/schema.js +1 -1
  46. package/dist-standalone/_deps/xregistry/types.js +1 -1
  47. package/dist-standalone/agent-call.js +1 -642
  48. package/dist-standalone/agent-sdk.js +1 -328
  49. package/dist-standalone/agent.d.ts +95 -5
  50. package/dist-standalone/agent.js +1 -1545
  51. package/dist-standalone/approval.js +1 -193
  52. package/dist-standalone/async-iterators.d.ts +275 -0
  53. package/dist-standalone/async-iterators.js +1 -0
  54. package/dist-standalone/auth.js +1 -219
  55. package/dist-standalone/auto-accept.js +1 -229
  56. package/dist-standalone/backup-config.js +1 -201
  57. package/dist-standalone/backup.d.ts +114 -0
  58. package/dist-standalone/backup.js +1 -0
  59. package/dist-standalone/batch-operations.d.ts +297 -0
  60. package/dist-standalone/batch-operations.js +1 -0
  61. package/dist-standalone/cancellation.d.ts +301 -0
  62. package/dist-standalone/cancellation.js +1 -0
  63. package/dist-standalone/checkpoint.js +1 -186
  64. package/dist-standalone/circuit-breaker.d.ts +351 -0
  65. package/dist-standalone/circuit-breaker.js +1 -0
  66. package/dist-standalone/cjs/agent-call.js +1 -651
  67. package/dist-standalone/cjs/agent-sdk.js +1 -332
  68. package/dist-standalone/cjs/agent.js +1 -1582
  69. package/dist-standalone/cjs/approval.js +1 -199
  70. package/dist-standalone/cjs/async-iterators.js +1 -0
  71. package/dist-standalone/cjs/auth.js +1 -225
  72. package/dist-standalone/cjs/auto-accept.js +1 -233
  73. package/dist-standalone/cjs/backup-config.js +1 -207
  74. package/dist-standalone/cjs/backup.js +1 -0
  75. package/dist-standalone/cjs/batch-operations.js +1 -0
  76. package/dist-standalone/cjs/cancellation.js +1 -0
  77. package/dist-standalone/cjs/checkpoint.js +1 -193
  78. package/dist-standalone/cjs/circuit-breaker.js +1 -0
  79. package/dist-standalone/cjs/cli/init.js +1 -486
  80. package/dist-standalone/cjs/config-validation.js +1 -0
  81. package/dist-standalone/cjs/connect.js +1 -312
  82. package/dist-standalone/cjs/connection-pool.js +1 -0
  83. package/dist-standalone/cjs/correlation-id.js +1 -339
  84. package/dist-standalone/cjs/crypto-utils.js +1 -0
  85. package/dist-standalone/cjs/debug-mode.js +1 -0
  86. package/dist-standalone/cjs/did-document.js +1 -101
  87. package/dist-standalone/cjs/did-privateme.js +1 -130
  88. package/dist-standalone/cjs/did-web.js +1 -201
  89. package/dist-standalone/cjs/discovery.js +1 -462
  90. package/dist-standalone/cjs/dual-mode.js +1 -251
  91. package/dist-standalone/cjs/email-templates.js +1 -313
  92. package/dist-standalone/cjs/email-transport.js +1 -239
  93. package/dist-standalone/cjs/envelope.js +1 -510
  94. package/dist-standalone/cjs/errors.js +1 -826
  95. package/dist-standalone/cjs/event-emitter.js +1 -0
  96. package/dist-standalone/cjs/gateway-state.js +1 -55
  97. package/dist-standalone/cjs/gateway-transport.js +1 -120
  98. package/dist-standalone/cjs/graceful-degradation.js +1 -0
  99. package/dist-standalone/cjs/guardrails.js +1 -223
  100. package/dist-standalone/cjs/health-check.js +1 -0
  101. package/dist-standalone/cjs/http-compat.js +1 -272
  102. package/dist-standalone/cjs/http-status-map.js +1 -571
  103. package/dist-standalone/cjs/identity.js +1 -541
  104. package/dist-standalone/cjs/index.js +1 -237
  105. package/dist-standalone/cjs/invitation.js +1 -421
  106. package/dist-standalone/cjs/invite.js +1 -328
  107. package/dist-standalone/cjs/key-agreement.js +1 -246
  108. package/dist-standalone/cjs/lazy-init.js +1 -300
  109. package/dist-standalone/cjs/logger.js +1 -0
  110. package/dist-standalone/cjs/mdns-discovery.js +1 -202
  111. package/dist-standalone/cjs/nonce-store.js +1 -66
  112. package/dist-standalone/cjs/pairing-manager.js +1 -223
  113. package/dist-standalone/cjs/plugin-system.js +1 -0
  114. package/dist-standalone/cjs/plugins/logging.js +1 -0
  115. package/dist-standalone/cjs/plugins/metrics.js +1 -0
  116. package/dist-standalone/cjs/plugins/validation.js +1 -0
  117. package/dist-standalone/cjs/policy.js +1 -320
  118. package/dist-standalone/cjs/progress-callbacks.js +1 -0
  119. package/dist-standalone/cjs/redis-nonce-store.js +1 -76
  120. package/dist-standalone/cjs/registry-middleware.js +1 -50
  121. package/dist-standalone/cjs/retry-strategies.js +1 -0
  122. package/dist-standalone/cjs/retry-transport.js +1 -102
  123. package/dist-standalone/cjs/runtime/browser.js +1 -0
  124. package/dist-standalone/cjs/runtime/edge.js +1 -0
  125. package/dist-standalone/cjs/runtime/react-native.js +1 -0
  126. package/dist-standalone/cjs/security-policy.js +1 -245
  127. package/dist-standalone/cjs/serialization.js +1 -0
  128. package/dist-standalone/cjs/split-channel.js +1 -177
  129. package/dist-standalone/cjs/subscription-proof.js +1 -230
  130. package/dist-standalone/cjs/succession.js +1 -148
  131. package/dist-standalone/cjs/timeouts.js +1 -0
  132. package/dist-standalone/cjs/trace-context.js +1 -0
  133. package/dist-standalone/cjs/trace-spans.js +1 -0
  134. package/dist-standalone/cjs/transport.js +1 -63
  135. package/dist-standalone/cjs/trust-registry.js +1 -742
  136. package/dist-standalone/cjs/types/error-response.js +1 -56
  137. package/dist-standalone/cjs/vault-auth.js +1 -0
  138. package/dist-standalone/cjs/vault-store-loader.js +1 -0
  139. package/dist-standalone/cjs/verify.js +1 -25
  140. package/dist-standalone/cjs/version-info.js +1 -0
  141. package/dist-standalone/cjs/xfetch.js +1 -252
  142. package/dist-standalone/cli/init.js +1 -449
  143. package/dist-standalone/cli/setup.js +1 -514
  144. package/dist-standalone/cli/types.js +1 -27
  145. package/dist-standalone/cli/xbind.js +1 -148
  146. package/dist-standalone/config-validation.d.ts +185 -0
  147. package/dist-standalone/config-validation.js +1 -0
  148. package/dist-standalone/connect.js +1 -274
  149. package/dist-standalone/connection-pool.d.ts +251 -0
  150. package/dist-standalone/connection-pool.js +1 -0
  151. package/dist-standalone/correlation-id.js +1 -326
  152. package/dist-standalone/crypto-utils.d.ts +60 -0
  153. package/dist-standalone/crypto-utils.js +1 -0
  154. package/dist-standalone/debug-mode.d.ts +286 -0
  155. package/dist-standalone/debug-mode.js +1 -0
  156. package/dist-standalone/did-document.js +1 -96
  157. package/dist-standalone/did-privateme.js +1 -121
  158. package/dist-standalone/did-web.js +1 -196
  159. package/dist-standalone/discovery.js +1 -458
  160. package/dist-standalone/dual-mode.js +1 -247
  161. package/dist-standalone/email-templates.js +1 -309
  162. package/dist-standalone/email-transport.js +1 -232
  163. package/dist-standalone/envelope.d.ts +29 -1
  164. package/dist-standalone/envelope.js +1 -497
  165. package/dist-standalone/errors.d.ts +10 -0
  166. package/dist-standalone/errors.js +1 -811
  167. package/dist-standalone/event-emitter.d.ts +395 -0
  168. package/dist-standalone/event-emitter.js +1 -0
  169. package/dist-standalone/gateway-state.js +1 -51
  170. package/dist-standalone/gateway-transport.js +1 -116
  171. package/dist-standalone/graceful-degradation.d.ts +246 -0
  172. package/dist-standalone/graceful-degradation.js +1 -0
  173. package/dist-standalone/guardrails.js +1 -216
  174. package/dist-standalone/health-check.d.ts +150 -0
  175. package/dist-standalone/health-check.js +1 -0
  176. package/dist-standalone/http-compat.js +1 -267
  177. package/dist-standalone/http-status-map.js +1 -561
  178. package/dist-standalone/identity.d.ts +64 -1
  179. package/dist-standalone/identity.js +1 -516
  180. package/dist-standalone/index.d.ts +45 -3
  181. package/dist-standalone/index.js +1 -52
  182. package/dist-standalone/invitation.js +1 -415
  183. package/dist-standalone/invite.js +1 -324
  184. package/dist-standalone/key-agreement.d.ts +61 -13
  185. package/dist-standalone/key-agreement.js +1 -236
  186. package/dist-standalone/lazy-init.js +1 -295
  187. package/dist-standalone/logger.d.ts +77 -0
  188. package/dist-standalone/logger.js +1 -0
  189. package/dist-standalone/mdns-discovery.js +1 -195
  190. package/dist-standalone/nonce-store.d.ts +16 -3
  191. package/dist-standalone/nonce-store.js +1 -62
  192. package/dist-standalone/package.json +0 -1
  193. package/dist-standalone/pairing-manager.js +1 -219
  194. package/dist-standalone/plugin-system.d.ts +145 -0
  195. package/dist-standalone/plugin-system.js +1 -0
  196. package/dist-standalone/policy.js +1 -315
  197. package/dist-standalone/progress-callbacks.d.ts +394 -0
  198. package/dist-standalone/progress-callbacks.js +1 -0
  199. package/dist-standalone/redis-nonce-store.js +1 -72
  200. package/dist-standalone/registry-middleware.js +1 -47
  201. package/dist-standalone/retry-strategies.d.ts +382 -0
  202. package/dist-standalone/retry-strategies.js +1 -0
  203. package/dist-standalone/retry-transport.js +1 -98
  204. package/dist-standalone/security-policy.js +1 -239
  205. package/dist-standalone/serialization.d.ts +244 -0
  206. package/dist-standalone/serialization.js +1 -0
  207. package/dist-standalone/split-channel.d.ts +49 -1
  208. package/dist-standalone/split-channel.js +1 -171
  209. package/dist-standalone/subscription-proof.js +1 -224
  210. package/dist-standalone/succession.js +1 -142
  211. package/dist-standalone/timeouts.d.ts +275 -0
  212. package/dist-standalone/timeouts.js +1 -0
  213. package/dist-standalone/trace-context.d.ts +252 -0
  214. package/dist-standalone/trace-context.js +1 -0
  215. package/dist-standalone/trace-spans.d.ts +360 -0
  216. package/dist-standalone/trace-spans.js +1 -0
  217. package/dist-standalone/transport.js +1 -59
  218. package/dist-standalone/trust-registry.d.ts +106 -5
  219. package/dist-standalone/trust-registry.js +1 -702
  220. package/dist-standalone/vault-auth.d.ts +91 -0
  221. package/dist-standalone/vault-auth.js +1 -0
  222. package/dist-standalone/vault-store-loader.d.ts +110 -0
  223. package/dist-standalone/vault-store-loader.js +1 -0
  224. package/dist-standalone/verify.js +1 -16
  225. package/dist-standalone/version-info.d.ts +259 -0
  226. package/dist-standalone/version-info.js +1 -0
  227. package/dist-standalone/xfetch.js +1 -247
  228. package/llms.txt +1 -0
  229. package/package.json +66 -5
  230. package/share1.dat +0 -0
  231. package/dist-standalone/_deps/crypto/base64.d.ts +0 -29
  232. package/dist-standalone/_deps/crypto/base64.js +0 -209
  233. package/dist-standalone/_deps/crypto/cjs/base64.js +0 -103
  234. package/dist-standalone/_deps/crypto/cjs/errors.js +0 -119
  235. package/dist-standalone/_deps/crypto/cjs/hmac.js +0 -71
  236. package/dist-standalone/_deps/crypto/cjs/index.js +0 -86
  237. package/dist-standalone/_deps/crypto/cjs/padding.js +0 -57
  238. package/dist-standalone/_deps/crypto/cjs/share-header.js +0 -68
  239. package/dist-standalone/_deps/crypto/cjs/shares.js +0 -152
  240. package/dist-standalone/_deps/crypto/cjs/tlv.js +0 -199
  241. package/dist-standalone/_deps/crypto/cjs/uuid.js +0 -61
  242. package/dist-standalone/_deps/crypto/cjs/verify.js +0 -24
  243. package/dist-standalone/_deps/crypto/cjs/xorida.js +0 -221
  244. package/dist-standalone/_deps/crypto/errors.d.ts +0 -51
  245. package/dist-standalone/_deps/crypto/errors.js +0 -109
  246. package/dist-standalone/_deps/crypto/hmac.d.ts +0 -39
  247. package/dist-standalone/_deps/crypto/hmac.js +0 -66
  248. package/dist-standalone/_deps/crypto/index.d.ts +0 -20
  249. package/dist-standalone/_deps/crypto/index.js +0 -45
  250. package/dist-standalone/_deps/crypto/padding.d.ts +0 -19
  251. package/dist-standalone/_deps/crypto/padding.js +0 -53
  252. package/dist-standalone/_deps/crypto/share-header.d.ts +0 -44
  253. package/dist-standalone/_deps/crypto/share-header.js +0 -63
  254. package/dist-standalone/_deps/crypto/shares.d.ts +0 -27
  255. package/dist-standalone/_deps/crypto/shares.js +0 -148
  256. package/dist-standalone/_deps/crypto/tlv.d.ts +0 -26
  257. package/dist-standalone/_deps/crypto/tlv.js +0 -195
  258. package/dist-standalone/_deps/crypto/uuid.d.ts +0 -22
  259. package/dist-standalone/_deps/crypto/uuid.js +0 -56
  260. package/dist-standalone/_deps/crypto/verify.d.ts +0 -15
  261. package/dist-standalone/_deps/crypto/verify.js +0 -15
  262. package/dist-standalone/_deps/crypto/xorida.d.ts +0 -44
  263. package/dist-standalone/_deps/crypto/xorida.js +0 -215
  264. package/dist-standalone/_deps/shared/errors.d.ts.map +0 -1
  265. package/dist-standalone/_deps/shared/errors.js.map +0 -1
  266. package/dist-standalone/_deps/shared/index.d.ts.map +0 -1
  267. package/dist-standalone/_deps/shared/index.js.map +0 -1
  268. package/dist-standalone/_deps/shared/types.d.ts.map +0 -1
  269. package/dist-standalone/_deps/shared/types.js.map +0 -1
  270. package/dist-standalone/_deps/ux-helpers/cjs/errors.d.ts.map +0 -1
  271. package/dist-standalone/_deps/ux-helpers/cjs/errors.js.map +0 -1
  272. package/dist-standalone/_deps/ux-helpers/cjs/index.d.ts.map +0 -1
  273. package/dist-standalone/_deps/ux-helpers/cjs/index.js.map +0 -1
  274. package/dist-standalone/_deps/ux-helpers/cjs/pagination.d.ts.map +0 -1
  275. package/dist-standalone/_deps/ux-helpers/cjs/pagination.js.map +0 -1
  276. package/dist-standalone/_deps/ux-helpers/cjs/progress.d.ts.map +0 -1
  277. package/dist-standalone/_deps/ux-helpers/cjs/progress.js.map +0 -1
  278. package/dist-standalone/_deps/ux-helpers/cjs/search.d.ts.map +0 -1
  279. package/dist-standalone/_deps/ux-helpers/cjs/search.js.map +0 -1
  280. package/dist-standalone/_deps/ux-helpers/cjs/types.d.ts.map +0 -1
  281. package/dist-standalone/_deps/ux-helpers/cjs/types.js.map +0 -1
  282. package/dist-standalone/_deps/ux-helpers/errors.d.ts.map +0 -1
  283. package/dist-standalone/_deps/ux-helpers/errors.js.map +0 -1
  284. package/dist-standalone/_deps/ux-helpers/index.d.ts.map +0 -1
  285. package/dist-standalone/_deps/ux-helpers/index.js.map +0 -1
  286. package/dist-standalone/_deps/ux-helpers/pagination.d.ts.map +0 -1
  287. package/dist-standalone/_deps/ux-helpers/pagination.js.map +0 -1
  288. package/dist-standalone/_deps/ux-helpers/progress.d.ts.map +0 -1
  289. package/dist-standalone/_deps/ux-helpers/progress.js.map +0 -1
  290. package/dist-standalone/_deps/ux-helpers/search.d.ts.map +0 -1
  291. package/dist-standalone/_deps/ux-helpers/search.js.map +0 -1
  292. package/dist-standalone/_deps/ux-helpers/types.d.ts.map +0 -1
  293. package/dist-standalone/_deps/ux-helpers/types.js.map +0 -1
  294. package/dist-standalone/_deps/xregistry/discovery.d.ts.map +0 -1
  295. package/dist-standalone/_deps/xregistry/discovery.js.map +0 -1
  296. package/dist-standalone/_deps/xregistry/errors.d.ts.map +0 -1
  297. package/dist-standalone/_deps/xregistry/errors.js.map +0 -1
  298. package/dist-standalone/_deps/xregistry/index.d.ts.map +0 -1
  299. package/dist-standalone/_deps/xregistry/index.js.map +0 -1
  300. package/dist-standalone/_deps/xregistry/registry.d.ts.map +0 -1
  301. package/dist-standalone/_deps/xregistry/registry.js.map +0 -1
  302. package/dist-standalone/_deps/xregistry/schema.d.ts.map +0 -1
  303. package/dist-standalone/_deps/xregistry/schema.js.map +0 -1
  304. package/dist-standalone/_deps/xregistry/types.d.ts.map +0 -1
  305. package/dist-standalone/_deps/xregistry/types.js.map +0 -1
@@ -1,275 +1 @@
1
- 'use strict';
2
- const a1_0xb01d0 = a1_0x2b0f;
3
- (function (_0x148d76, _0x1a19f3) {
4
- const a1_0x3cbf83 = {
5
- _0x1aafaa: 0x18e,
6
- _0x41754e: 0x17d,
7
- _0x1e42ec: 0x172
8
- }, _0x5daa5e = a1_0x2b0f, _0x150615 = _0x148d76();
9
- while (!![]) {
10
- try {
11
- const _0xa553e9 = parseInt(_0x5daa5e(0x175)) / 0x1 * (-parseInt(_0x5daa5e(a1_0x3cbf83._0x1aafaa)) / 0x2) + -parseInt(_0x5daa5e(0x15e)) / 0x3 + parseInt(_0x5daa5e(0x169)) / 0x4 + parseInt(_0x5daa5e(0x192)) / 0x5 * (-parseInt(_0x5daa5e(a1_0x3cbf83._0x41754e)) / 0x6) + parseInt(_0x5daa5e(0x185)) / 0x7 + -parseInt(_0x5daa5e(0x168)) / 0x8 + -parseInt(_0x5daa5e(0x17a)) / 0x9 * (-parseInt(_0x5daa5e(a1_0x3cbf83._0x1e42ec)) / 0xa);
12
- if (_0xa553e9 === _0x1a19f3)
13
- break;
14
- else
15
- _0x150615['push'](_0x150615['shift']());
16
- } catch (_0x2cff67) {
17
- _0x150615['push'](_0x150615['shift']());
18
- }
19
- }
20
- }(a1_0x38a9, 0xefbf7));
21
- function a1_0x38a9() {
22
- const _0x386bbd = [
23
- 'rw1HAwWGChjVDMLKzxiGBxvZDcbIzsbVBMuGB2y6igDTywLSlcbVDxrSB29Rlcb5ywHVBY4Gq2HLy2SGDgHLifbYB3zPzgvYihr5CguGzgvMAw5PDgLVBI4',
24
- 'sw52ywXPzcbJB250zw50ihr5CguGkg11C3qGyMuGDgv4Dc9WBgfPBIbVCIb0zxH0l2H0BwWP',
25
- 'sw52ywXPzcbutfyGDhLWzsbJB2rL',
26
- 'u2HHCMvKuMvZDwX0rxjYB3i',
27
- 'qxr0ywnOBwvUDcbTDxn0igHHDMuGzMLSzw5HBwuSig1PBwvuExbLlcbHBMqGzgf0ysaOvwLUDdHbCNjHEsKU',
28
- 'mZmWrujTC2Xh',
29
- 'q29UDgvUDcb0ExbLig11C3qGyMuGDgv4Dc9WBgfPBIbVCIb0zxH0l2H0BwWGzM9Yig1LC3nHz2uGyM9KAwvZlG',
30
- 'ELLAree',
31
- 'mZrbBxzrrfu',
32
- 'BwvKAxvT',
33
- 'u2HHCMvKvhLWzuvYCM9Y',
34
- 'AxntAgfYzwrfCNjVCG',
35
- 'sK5Qt0G',
36
- 'odeYmZu4A0jhCMrQ',
37
- 'Dg9tAgfYzwrfCNjVCG',
38
- 'qxr0ywnOBwvUDcbPCYbTAxnZAw5NihjLCxvPCMvKigzPzwXKCW',
39
- 'nLrrrvzKDW',
40
- 'y29Kzq',
41
- 'uMvZDwX0lM9RigLZigzHBhnLigj1Dcbszxn1BhqUzxjYB3iGAxmGDw5KzwzPBMvKlIbvC2uGzxjYkgvYCM9YksbJB25ZDhj1y3rVCI4',
42
- 'C2XPy2u',
43
- 'rvjst1jFtuvtu0fhrvm',
44
- 'sw52ywXPzfbHCMfTzxrLCLzHBhvL',
45
- 'u2HHCMvKrxjYB3i',
46
- 'u2HHCMvKvgX2rxjYB3i',
47
- 'odi3ndmYowz3Be1cBW',
48
- 'BNjUz1O',
49
- 'tvLPAMO',
50
- 'q2HHBM5LBcbHzgrYzxnZigLZig1PC3nPBMCGCMvXDwLYzwqGzMLLBgrZ',
51
- 'AgLNAa',
52
- 'uMvZDwX0lM9RigLZihrYDwuGyNv0ifjLC3vSDc52ywX1zsbPCYb1BMrLzMLUzwqUifvZzsbVAYH2ywX1zsKGy29UC3rYDwn0B3iU',
53
- 'sw52ywXPzcbTzxnZywDLihr5CguGkg11C3qGyMuGCMvNDwXHCIbVCIbZzwn1CMuP',
54
- 'BgvUz3rO',
55
- 'i3jLC3vSDc1Wyxr0zxjU',
56
- 'ntyWmdHNA1DSEuS',
57
- 'AM9PBG',
58
- 'i3rSDG',
59
- 'C3vIq29Kzq',
60
- 'ndi2otCWmgzXtKPPEa',
61
- 'twvZC2fNzsb0ExbLig11C3qGyMuGCMvNDwXHCIaODw5Zzwn1CMvKksbVCIbZzwn1CMuGkhnWBgL0lwnOyw5UzwWPlG',
62
- 'uKv0Cwy',
63
- 'rvjst1jFrevuquLmuW',
64
- 'q29UDgfJDeLUzM8GBxvZDcbOyxzLig5HBwuSignOyw5UzwXZigfYCMf5lcbHBMqGDMfSAwqGC2vJDxjPDhLuAwvYlG',
65
- 'veXwihr5CguGy29KzsbPCYbUB3qGCMvJB2DUAxPLzc4Gq2HLy2SGveXwx1rzueuGy29UC3rHBNqGzM9YihzHBgLKihzHBhvLCY4',
66
- 'mJq0mti1nMTnsurZAW',
67
- 'su5wquXjrf9buKDvtuvova',
68
- 'q2HHBM5LBefKzhjLC3mGBxvZDcbOyxzLigjVDgGGChjVDMLKzxiGyw5KigvTywLSigzPzwXKCY4',
69
- 'zg9JvxjS',
70
- 'i3r5CgvZ',
71
- 'BMfTzq',
72
- 'sw52ywXPzcbZzwn1CML0Esb0AwvYicHTDxn0igjLigjSDwuGB3iGz3jLzw4P',
73
- 'vNHmq2m',
74
- 'uMvZDwX0ig1HCMTLzcbHCYbVAYbIDxqGDMfSDwuGAxmGBwLZC2LUzW',
75
- 'uMvZDwX0ig9IAMvJDcbTDxn0igHHDMuGzxHHy3rSEsbVBMuGB2y6ihTVAZOGDhj1zsWGDMfSDwu6ifr9ig9YihTVAZOGzMfSC2uSigvYCM9YoIbfFs4',
76
- 'nZeYmJy5nLruExLuqq',
77
- 'mtmYntKXnK5MB0rKBG',
78
- 'uMvZDwX0ig1HCMTLzcbHCYbMywLSzwqGyNv0igvYCM9YigLZig1PC3nPBMC',
79
- 'zgvMAw5LuhjVCgvYDhK',
80
- 'sw52ywXPzcbLBwfPBcbWCM92AwrLCIaOBxvZDcbIzsbNBwfPBcWGB3v0Bg9VAYWGB3iGEwfOB28P'
81
- ];
82
- a1_0x38a9 = function () {
83
- return _0x386bbd;
84
- };
85
- return a1_0x38a9();
86
- }
87
- Object[a1_0xb01d0(0x16b)](exports, '__esModule', { 'value': !![] }), exports[a1_0xb01d0(0x15b)] = exports[a1_0xb01d0(0x181)] = exports[a1_0xb01d0(0x184)] = exports[a1_0xb01d0(0x170)] = exports[a1_0xb01d0(0x177)] = exports[a1_0xb01d0(0x183)] = void 0x0, exports[a1_0xb01d0(0x17b)] = toSharedError, exports[a1_0xb01d0(0x178)] = isSharedError;
88
- const DOC_BASE = 'https://private.me/docs/packages/shared';
89
- class SharedError extends Error {
90
- [a1_0xb01d0(0x17e)];
91
- [a1_0xb01d0(0x191)];
92
- [a1_0xb01d0(0x161)];
93
- constructor(_0x26da8d, _0x31d9f5, _0x2e6650) {
94
- const a1_0x4df6ba = {
95
- _0x2d831a: 0x163,
96
- _0x222c32: 0x161
97
- }, _0x4e396a = a1_0x2b0f, _0x4ebffb = {
98
- 'nrngZ': 'SharedError',
99
- 'KurIy': function (_0x14ba67, _0x313f69) {
100
- return _0x14ba67 > _0x313f69;
101
- }
102
- };
103
- super(_0x31d9f5), this[_0x4e396a(a1_0x4df6ba._0x2d831a)] = _0x4ebffb[_0x4e396a(0x186)];
104
- const _0x3aa9a0 = _0x26da8d['split'](':');
105
- this[_0x4e396a(0x17e)] = _0x3aa9a0[0x0] ?? _0x26da8d, this[_0x4e396a(0x191)] = _0x4ebffb['KurIy'](_0x3aa9a0[_0x4e396a(0x18c)], 0x1) ? _0x3aa9a0[_0x4e396a(0x180)](0x1)[_0x4e396a(0x18f)](':') : undefined, this[_0x4e396a(a1_0x4df6ba._0x222c32)] = _0x2e6650;
106
- }
107
- }
108
- exports[a1_0xb01d0(0x183)] = SharedError;
109
- class SharedTypeError extends SharedError {
110
- constructor(_0x596038, _0x14f756) {
111
- const a1_0xf69427 = {
112
- _0x6a23f6: 0x162,
113
- _0x11e118: 0x163,
114
- _0x1cf448: 0x177
115
- }, _0x49a88a = a1_0x2b0f;
116
- super(_0x596038, _0x14f756, DOC_BASE + _0x49a88a(a1_0xf69427._0x6a23f6)), this[_0x49a88a(a1_0xf69427._0x11e118)] = _0x49a88a(a1_0xf69427._0x1cf448);
117
- }
118
- }
119
- exports[a1_0xb01d0(0x177)] = SharedTypeError;
120
- class SharedResultError extends SharedError {
121
- constructor(_0x45a8b5, _0x3481fb) {
122
- const a1_0x221ea9 = { _0x1b6b40: 0x174 }, _0xc89dbf = a1_0x2b0f, _0x53ea13 = { 'zYZDA': 'SharedResultError' };
123
- super(_0x45a8b5, _0x3481fb, DOC_BASE + _0xc89dbf(0x18d)), this[_0xc89dbf(0x163)] = _0x53ea13[_0xc89dbf(a1_0x221ea9._0x1b6b40)];
124
- }
125
- }
126
- exports[a1_0xb01d0(0x170)] = SharedResultError;
127
- class SharedTlvError extends SharedError {
128
- constructor(_0x3ac4a2, _0x414bb4) {
129
- const a1_0x121882 = {
130
- _0x4c80b0: 0x190,
131
- _0x5768b2: 0x163,
132
- _0x2c957f: 0x179
133
- }, _0x25642b = a1_0x2b0f, _0x59c774 = { 'JNjOH': _0x25642b(0x184) };
134
- super(_0x3ac4a2, _0x414bb4, DOC_BASE + _0x25642b(a1_0x121882._0x4c80b0)), this[_0x25642b(a1_0x121882._0x5768b2)] = _0x59c774[_0x25642b(a1_0x121882._0x2c957f)];
135
- }
136
- }
137
- exports['SharedTlvError'] = SharedTlvError, exports['ERROR_MESSAGES'] = {
138
- 'INVALID_PROVIDER': a1_0xb01d0(0x16c),
139
- 'INVALID_SECURITY_TIER': a1_0xb01d0(0x164),
140
- 'INVALID_CONTENT_TYPE': a1_0xb01d0(0x16e),
141
- 'INVALID_MESSAGE_TYPE': a1_0xb01d0(0x18b),
142
- 'INVALID_TLV_TYPE': a1_0xb01d0(0x16f),
143
- 'INVALID_RESULT': 'Result\x20object\x20is\x20malformed',
144
- 'MISSING_VALUE': a1_0xb01d0(0x166),
145
- 'MISSING_ERROR': a1_0xb01d0(0x16a),
146
- 'INVALID_CHANNEL_ADDRESS': a1_0xb01d0(0x188),
147
- 'INVALID_CONTACT_INFO': 'Contact\x20info\x20is\x20missing\x20required\x20fields',
148
- 'INVALID_ATTACHMENT': a1_0xb01d0(0x17c)
149
- }, exports[a1_0xb01d0(0x15b)] = {
150
- 'INVALID_PROVIDER': {
151
- 'message': a1_0xb01d0(0x16d),
152
- 'aws': a1_0xb01d0(0x182),
153
- 'grpc': a1_0xb01d0(0x15f),
154
- 'http': 0x190,
155
- 'severity': a1_0xb01d0(0x189)
156
- },
157
- 'INVALID_SECURITY_TIER': {
158
- 'message': 'Security\x20tier\x20must\x20be\x20blue\x20(2\x20addresses)\x20or\x20green\x20(3+\x20addresses).\x20Use\x20null\x20for\x20regular\x20email.',
159
- 'aws': a1_0xb01d0(0x182),
160
- 'grpc': 'INVALID_ARGUMENT',
161
- 'http': 0x190,
162
- 'severity': a1_0xb01d0(0x176)
163
- },
164
- 'INVALID_CONTENT_TYPE': {
165
- 'message': a1_0xb01d0(0x173),
166
- 'aws': a1_0xb01d0(0x182),
167
- 'grpc': a1_0xb01d0(0x15f),
168
- 'http': 0x190,
169
- 'severity': a1_0xb01d0(0x176)
170
- },
171
- 'INVALID_MESSAGE_TYPE': {
172
- 'message': a1_0xb01d0(0x193),
173
- 'aws': a1_0xb01d0(0x182),
174
- 'grpc': a1_0xb01d0(0x15f),
175
- 'http': 0x190,
176
- 'severity': a1_0xb01d0(0x189)
177
- },
178
- 'INVALID_TLV_TYPE': {
179
- 'message': a1_0xb01d0(0x15d),
180
- 'aws': a1_0xb01d0(0x182),
181
- 'grpc': a1_0xb01d0(0x15f),
182
- 'http': 0x190,
183
- 'severity': a1_0xb01d0(0x176)
184
- },
185
- 'INVALID_RESULT': {
186
- 'message': a1_0xb01d0(0x167),
187
- 'aws': a1_0xb01d0(0x182),
188
- 'grpc': 'INVALID_ARGUMENT',
189
- 'http': 0x190,
190
- 'severity': a1_0xb01d0(0x189)
191
- },
192
- 'MISSING_VALUE': {
193
- 'message': a1_0xb01d0(0x18a),
194
- 'aws': 'InvalidParameterValue',
195
- 'grpc': a1_0xb01d0(0x15f),
196
- 'http': 0x190,
197
- 'severity': a1_0xb01d0(0x189)
198
- },
199
- 'MISSING_ERROR': {
200
- 'message': a1_0xb01d0(0x17f),
201
- 'aws': a1_0xb01d0(0x182),
202
- 'grpc': 'INVALID_ARGUMENT',
203
- 'http': 0x190,
204
- 'severity': a1_0xb01d0(0x189)
205
- },
206
- 'INVALID_CHANNEL_ADDRESS': {
207
- 'message': a1_0xb01d0(0x160),
208
- 'aws': a1_0xb01d0(0x182),
209
- 'grpc': 'INVALID_ARGUMENT',
210
- 'http': 0x190,
211
- 'severity': a1_0xb01d0(0x189)
212
- },
213
- 'INVALID_CONTACT_INFO': {
214
- 'message': a1_0xb01d0(0x15c),
215
- 'aws': 'InvalidParameterValue',
216
- 'grpc': a1_0xb01d0(0x15f),
217
- 'http': 0x190,
218
- 'severity': a1_0xb01d0(0x189)
219
- },
220
- 'INVALID_ATTACHMENT': {
221
- 'message': a1_0xb01d0(0x171),
222
- 'aws': 'InvalidParameterValue',
223
- 'grpc': 'INVALID_ARGUMENT',
224
- 'http': 0x190,
225
- 'severity': a1_0xb01d0(0x176)
226
- }
227
- };
228
- function a1_0x2b0f(_0x107e60, _0x5b4458) {
229
- _0x107e60 = _0x107e60 - 0x15a;
230
- const _0x38a913 = a1_0x38a9();
231
- let _0x2b0f4b = _0x38a913[_0x107e60];
232
- if (a1_0x2b0f['fpXToU'] === undefined) {
233
- var _0x18e841 = function (_0x22be7a) {
234
- const _0x543d77 = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';
235
- let _0x224e57 = '', _0x43e724 = '';
236
- for (let _0x5e64fe = 0x0, _0xca8ea4, _0x55ff8e, _0x1c5cd5 = 0x0; _0x55ff8e = _0x22be7a['charAt'](_0x1c5cd5++); ~_0x55ff8e && (_0xca8ea4 = _0x5e64fe % 0x4 ? _0xca8ea4 * 0x40 + _0x55ff8e : _0x55ff8e, _0x5e64fe++ % 0x4) ? _0x224e57 += String['fromCharCode'](0xff & _0xca8ea4 >> (-0x2 * _0x5e64fe & 0x6)) : 0x0) {
237
- _0x55ff8e = _0x543d77['indexOf'](_0x55ff8e);
238
- }
239
- for (let _0x45e501 = 0x0, _0x4936fb = _0x224e57['length']; _0x45e501 < _0x4936fb; _0x45e501++) {
240
- _0x43e724 += '%' + ('00' + _0x224e57['charCodeAt'](_0x45e501)['toString'](0x10))['slice'](-0x2);
241
- }
242
- return decodeURIComponent(_0x43e724);
243
- };
244
- a1_0x2b0f['gPJEcL'] = _0x18e841, a1_0x2b0f['VCeckY'] = {}, a1_0x2b0f['fpXToU'] = !![];
245
- }
246
- const _0x1af0e2 = _0x38a913[0x0], _0x4811c6 = _0x107e60 + _0x1af0e2, _0xc5808b = a1_0x2b0f['VCeckY'][_0x4811c6];
247
- return !_0xc5808b ? (_0x2b0f4b = a1_0x2b0f['gPJEcL'](_0x2b0f4b), a1_0x2b0f['VCeckY'][_0x4811c6] = _0x2b0f4b) : _0x2b0f4b = _0xc5808b, _0x2b0f4b;
248
- }
249
- function toSharedError(_0x459468) {
250
- const a1_0x1b786a = {
251
- _0x1b77e2: 0x187,
252
- _0x26e0d8: 0x165
253
- }, _0x5f249a = a1_0x2b0f, _0x101249 = {
254
- 'MYijj': function (_0x28d64c, _0x4242ef) {
255
- return _0x28d64c instanceof _0x4242ef;
256
- },
257
- 'VxLCc': 'INVALID_RESULT',
258
- 'fAXLI': function (_0x35b713, _0x3bbfb0) {
259
- return _0x35b713(_0x3bbfb0);
260
- }
261
- };
262
- if (_0x101249[_0x5f249a(a1_0x1b786a._0x1b77e2)](_0x459468, SharedError))
263
- return _0x459468;
264
- if (_0x101249[_0x5f249a(a1_0x1b786a._0x1b77e2)](_0x459468, Error))
265
- return new SharedError(_0x101249[_0x5f249a(a1_0x1b786a._0x26e0d8)], _0x459468['message']);
266
- return new SharedError(_0x101249[_0x5f249a(0x165)], _0x101249['fAXLI'](String, _0x459468));
267
- }
268
- function isSharedError(_0xf73db6) {
269
- const a1_0x5addd7 = { _0x24cd0c: 0x15a }, _0x185524 = a1_0x2b0f, _0x1deac4 = {
270
- 'REtqf': function (_0x37bcab, _0x252dfb) {
271
- return _0x37bcab instanceof _0x252dfb;
272
- }
273
- };
274
- return _0x1deac4[_0x185524(a1_0x5addd7._0x24cd0c)](_0xf73db6, SharedError);
275
- }
1
+ "use strict";function a1_0x3131(r){r-=327;const a=a1_0xde8e();let t=a[r];if(void 0===a1_0x3131.fnRsuv){a1_0x3131.TbYiOA=function(r){let a="",t="";for(let t,e,n=0,x=0;e=r.charAt(x++);~e&&(t=n%4?64*t+e:e,n++%4)?a+=String.fromCharCode(255&t>>(-2*n&6)):0)e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=".indexOf(e);for(let r=0,e=a.length;r<e;r++)t+="%"+("00"+a.charCodeAt(r).toString(16)).slice(-2);return decodeURIComponent(t)},a1_0x3131.nLYaVM={},a1_0x3131.fnRsuv=!0}const e=r+a[0],n=a1_0x3131.nLYaVM[e];return n?t=n:(t=a1_0x3131.TbYiOA(t),a1_0x3131.nLYaVM[e]=t),t}const a1_0x4b1c6b=a1_0x3131;function a2_0x1ee0(r){const a=415,t=400,e=426,n=327,x=351,u=329,c=344,s=343,D=452,v=390,o=453,_=347,L=339,i=440,w=331,d=a1_0x3131,z={MOqgx:d(404),KvJWy:function(r,a){return r+a},DZCne:function(r,a){return r%a},PRdOG:d(a),qEFlB:function(r,a){return r>>a},PmlWP:function(r,a){return r&a},nOMQa:function(r,a){return r<a},AuiYT:"charCodeAt",Igqeu:"slice",lUqwR:function(r,a){return r-a},jFpzu:function(r,a){return r===a},VMQuJ:d(t),SQycT:d(e),rQTWb:d(409)};r=z[d(n)](r,273);const f=a2_0xc0c9();let h=f[r];if(z[d(x)](a2_0x1ee0[d(e)],void 0)){a2_0x1ee0[z[d(u)]]=function(r){const a=a1_0x3131,t=a(D);let e="",n="";for(let n,x,u=0,c=0;x=r[z[a(v)]](c++);~x&&(n=u%4?z.KvJWy(64*n,x):x,z[a(446)](u++,4))?e+=String[z[a(330)]](255&z[a(334)](n,z[a(o)](-2*u,6))):0)x=t[a(_)](x);for(let r=0,t=e[a(381)];z[a(L)](r,t);r++)n+="%"+("00"+e[z[a(i)]](r)[a(358)](16))[z[a(w)]](-2);return decodeURIComponent(n)},a2_0x1ee0[d(409)]={},a2_0x1ee0[z[d(421)]]=!0}const C=f[0],b=z[d(c)](r,C),A=a2_0x1ee0[z[d(s)]][b];return A?h=A:(h=a2_0x1ee0[z[d(329)]](h),a2_0x1ee0[d(409)][b]=h),h}!function(){const r=456,a=435,t=398,e=352,n=408,x=430,u=391,c=a1_0x3131,s=a1_0xde8e();for(;;)try{if(577354===parseInt(c(340))/1+-parseInt(c(r))/2*(parseInt(c(a))/3)+parseInt(c(427))/4*(-parseInt(c(t))/5)+-parseInt(c(e))/6+parseInt(c(337))/7+-parseInt(c(n))/8*(-parseInt(c(447))/9)+-parseInt(c(x))/10*(-parseInt(c(u))/11))break;s.push(s.shift())}catch(r){s.push(s.shift())}}();const a2_0xaca8d6=a2_0x1ee0;(function(r){const a=441,t=370,e=457,n=370,x=461,u=405,c=348,s=416,D=360,v=382,o=a1_0x3131,_={wLtMm:function(r,a){return r+a},jHdsa:function(r,a){return r/a},TvEyb:function(r,a){return r(a)},wodxR:function(r,a){return r/a},mhihS:function(r,a){return r(a)},WixgC:function(r,a){return r(a)},qKcnV:function(r,a){return r*a},zTuWM:function(r,a){return r/a},omBdZ:function(r,a){return r(a)},wFFcH:function(r,a){return r===a},UVNDk:o(350),VxZkX:o(a)},L=277,i=a2_0x1ee0,w=r();for(;;)try{const r=_.wLtMm(_.jHdsa(-parseInt(_[o(t)](i,L)),1),_[o(e)](-parseInt(_.TvEyb(i,321)),2))+-parseInt(_[o(370)](i,303))/3*(parseInt(i(308))/4)+parseInt(_[o(n)](i,312))/5+-_[o(t)](parseInt,i(326))/6+_.wodxR(_[o(x)](parseInt,_[o(u)](i,305)),7)+_[o(c)](_[o(s)](-parseInt(i(293)),8),-parseInt(_[o(D)](i,323))/9);if(_[o(393)](r,141127))break;w[_[o(v)]](w[o(441)]())}catch(r){w[_[o(382)]](w[_[o(462)]]())}})(a2_0xc0c9),Object[a1_0x4b1c6b(397)](exports,a1_0x4b1c6b(466),{value:!0}),exports[a2_0xaca8d6(276)]=exports[a2_0xaca8d6(311)]=exports[a2_0xaca8d6(297)]=exports[a2_0xaca8d6(309)]=exports[a2_0xaca8d6(279)]=exports.SharedError=void 0,exports[a2_0xaca8d6(300)]=toSharedError,exports.isSharedError=isSharedError;const DOC_BASE=a1_0x4b1c6b(341);function a2_0xc0c9(){const r=444,a=386,t=379,e=369,n=374,x=368,u=438,c=454,s=413,D=349,v=451,o=419,_=407,L=333,i=443,w=385,d=423,z=364,f=356,h=455,C=389,b=437,A=346,E=363,m=406,q=342,I=425,K=377,g=378,N=a1_0x3131,y={pVIvf:"rw1HAwWGChjVDMLKzxiGBxvZDcbIzsbVBMuGB2y6igDTywLSlcbVDxrSB29Rlcb5ywHVBY4Gq2HLy2SGDgHLifbYB3zPzgvYihr5CguGzgvMAw5PDgLVBI4",DIkeU:N(359),SJUCb:N(r),CZoup:N(a),nSQRL:N(t),npuhx:N(e),OTqiI:N(n),tvxIt:N(412),nQwxB:N(x),omLNZ:N(424),Xnvhp:"AgLNAa",ehQWF:"ndiYotuYrgnku1zI",fWhDK:N(380),OjuIU:N(u),SeXXN:N(c),NEgYK:N(414),XDYOx:N(396),psvCU:"txbZqxu",EhHaS:"i3r5CgvZ",RjtwH:N(410),gtxRs:"mtiWotyYBhbmyKHt",QOLlP:"uMvZDwX0lM9RigLZigzHBhnLigj1Dcbszxn1BhqUzxjYB3iGAxmGDw5KzwzPBMvKlIbvC2uGzxjYkgvYCM9YksbJB25ZDhj1y3rVCI4",QOaWQ:N(s),VKGeM:N(D),eQMUF:N(463),KuQJK:N(v),hoIyi:N(o),rRvEf:N(_),gAuig:N(353)},M=["y29Kzq",N(L),y.pVIvf,y.DIkeU,y.SJUCb,N(i),y.CZoup,N(335),y[N(422)],N(445),"ohjtwuvjsG",y[N(w)],y[N(d)],N(384),N(357),y[N(z)],y[N(f)],y[N(464)],"i3jLC3vSDc1Wyxr0zxjU",y[N(h)],y.ehQWF,N(434),N(449),N(439),"su5wquXjrf9srvnvtfq","oePpruPVyW",y.fWhDK,N(C),"rvjst1jFtuvtu0fhrvm",y[N(371)],y[N(436)],N(b),y.NEgYK,y.XDYOx,y[N(411)],y[N(336)],y[N(A)],N(E),y[N(m)],y[N(q)],"ntq3mta3m0XUB0TmvG",y.QOaWQ,N(420),y[N(418)],N(I),y[N(K)],y[N(428)],y[N(394)],"odyWodnAuLvfCu4",N(460),y[N(417)],N(366),"q2HHBM5LBcbHzgrYzxnZigLZig1PC3nPBMCGCMvXDwLYzwqGzMLLBgrZ",y[N(g)]];return(a2_0xc0c9=function(){return M})()}class SharedError extends Error{[a2_0xaca8d6(283)];[a2_0xaca8d6(313)];docUrl;constructor(r,a,t){const e=332,n=399,x=458,u=338,c=a1_0x3131,s={LiVez:function(r,a){return r(a)},WNeSM:function(r,a){return r(a)},byryn:function(r,a){return r>a},heJXZ:function(r,a){return r(a)}},D={_0xd56e5b:313,_0x3868f5:289,_0x1d07ea:296,_0x5ad47c:298,_0x5bd0ab:315},v=a2_0x1ee0;super(a),this[s[c(e)](v,299)]=s[c(332)](v,324);const o=r[s[c(e)](v,310)](":");this[v(283)]=o[0]??r,this[s[c(n)](v,D._0xd56e5b)]=s[c(x)](o[v(D[c(354)])],1)?o[v(D[c(u)])](1)[s.heJXZ(v,D[c(365)])](":"):void 0,this[v(D[c(465)])]=t}}exports[a2_0xaca8d6(324)]=SharedError;class SharedTypeError extends SharedError{constructor(r,a){const t=a1_0x3131,e={_0x46eeef:318,_0x3efb4e:299,_0x4a4e0c:279},n=a2_0x1ee0;var x,u;super(r,a,DOC_BASE+n(e._0x46eeef)),this[n(e[t(361)])]=(x=n,u=e[t(431)],x(u))}}exports[a1_0x4b1c6b(355)]=SharedTypeError;class SharedResultError extends SharedError{constructor(r,a){const t=448,e=a1_0x3131,n={oaUpN:function(r,a){return r(a)},rkYfo:function(r,a){return r(a)}},x=a2_0x1ee0,u={vacbH:n[e(392)](x,309)};super(r,a,DOC_BASE+n[e(t)](x,301)),this[x(299)]=u[x(316)]}}exports[a2_0xaca8d6(309)]=SharedResultError;class SharedTlvError extends SharedError{constructor(r,a){const t=a1_0x3131,e={_0x8f47eb:282,_0x1d29ff:299},n=a2_0x1ee0,x={Kzhzv:n(297)};super(r,a,DOC_BASE+n(e[t(362)])),this[n(e[t(429)])]=x[n(280)]}}function a1_0xde8e(){const r=["Cti5vurNzKPezuXvEK04r0j4DLPey2jpExH6tgLNnuHcD3vtAwDUt3L3nvv6D1HAAwDMwunnzJvSy2jiqK1Xr0rnzLnbD3fhqZj2sKr4ALbeAeX1qxD2wwXh","Dhz4sxq","xZb4nwfKndDJ","CZnqt0voEq","zuvZvfG","qK1MvhPX","CtjisejnnuXczwzlEMHQtemZBuDcEhzArgnIt3L4EKXPz2PwrgDhr0nOALzetuXlENHPr3L3nuTPz3zuExDmu2LNELb6D1Hlq1K0","vhzfEwi","t2P1svu","q1Lwr2y","xZb4odnJzJi0","C3C1mNL3wfb6zMjiq01MvhP4CKXdthPiqMH2ta","EhniANe","vffYBgW","zvfnvuy","z0f1AwC","Du12wKr3wdbPzZfiq01uthPJyKHdwwjwqvLIsur4CuDetwztrhD1r0f4BuDcD0XAqZjmvxPx","DtjisennDKT1txzArhDymhj4ALLcm2K","BgvUz3rO","vvzorgS","sg1zveG","qZjyuhKYDq","BNb1AhG","qMD2vxOZCK8","rvjst1jFrevuquLmuW","su5wquXjrf9buKDvtuvova","qZnIu0f4Cq","tu9Xz3G","mtiXCxnJuwfH","B2fvCe4","D0zgy0G","Ag9jEwK","xZb4ndC2odzK","re1MsNLlrW","zgvMAw5LuhjVCgvYDhK","mJq3mJK1CvrJCxvt","v05Lu00","EKj5wg9l","vhPOzwC","qxr0ywnOBwvUDcbPCYbTAxnZAw5NihjLCxvPCMvKigzPzwXKCW","uMvZDwX0ig9IAMvJDcbPCYbTywXMB3jTzwq","y2HHCKf0","v2L4z0m","z3r4uNm","DtjisennDKT2AeXxENv2wunnovK","mJi4ntzdEKrPBum","sevLzLfj","Cti5vurNzKPey2jqqK16vMLNtfPPzZfqqZnUuejnq0DdtxzyrhDmwxP3CuD6tuXmqMDYwG","Chn2q1u","qu05uejh","DtjisennDKTYEgPzqJnP","EMC5sNz4ALm","zNjVBunOyxjdB2rL","ELr1v00","CLj2rwy","vKThzu0","CNzQC3qXAKzYzxz1CxvmBxvx","Du12wKr3wdbPzZLjqu12sKrJyLreEg4WAwDisernDuD6EeHiEtnYu0vZyLzctxvhqJj5nMLOvfzbwK9hrgHQmxPZv0DetwztrhD1nMLMCJLPzZLzAwHuvKfAt0D6twztqZj1u2LNDLLdttLzB0LIzKzZna","u1f5y1q","BLnruKW","t1rXAuK","rgC5DefNzLL6D3jMq05QvKnh","DMvyD2LOCJvdz3vhEti5s3PZyLbdwwjvqJnXr0nnDKPcmKrvqxHqthPJneDXmKHmEtjtr3zLwhD4mxj6Dwv1r3KYovvdm3jiqK5Xr3PnovLPAhPiqMDms2LOEKHcAhzmq1K0","uhDbEvfk","mZz1wNbHqKK","s3vrsKS","xZb4mwqYowzM","mJqYndmWtxHxwvvh","xZb4nge0ztbJ","xZb4ndG4mMvM","sw52ywXPzcbutfyGDhLWzsbJB2rL","Eu1iuueYCq","mteYndG1t0nrD3rA","u2vywe4","C3C1mNL3wfb6y2jkqJi1mhP3ntbPAhi1q2D1r2TNmtfdm3fhEu11r0rNDJreyZLxqMDMuejjyLzdswiWENHimgWYsdbcD1Dq","BxrXng1KEvD3EeXiEK12Da","Dtj2sKr4ALbeAeThrgDmtenjyLreEg4WAwDQtgLNALneD3vhA2rPr3L3CKTdtxzAqZj2wMTZyLzdswjoq012tejjyu9TwvnhExDYs0nnDLPdmNzAA3m0r3z4BKXPzZuXqMDxr3PnovLPAgPmEJn2u3L4AuD6DZfiqxDxvq","qxvPwvq","C2HPzNq","q29UDgvUDcb0ExbLig11C3qGyMuGDgv4Dc9WBgfPBIbVCIb0zxH0l2H0BwWGzM9Yig1LC3nHz2uGyM9KAwvZlG","qND2wKmYzK56Cq","C3C1mNL3wfb6y2jmqNDMuejJyLDdttKYqxDYtenjyu9cEhzArgnIsxPZyK5cD2zqqMnxr0iZDJbczZLwqvLxr0iZAuDfD2zpqJi4ua","qND2s0f4DLq","rfPdBMu","mtm1oxzvtNjIBW","CMTzzM8","BxrLmw50DtnUAgzsD3HmwNLh","sw52ywXPzfbHCMfTzxrLCLzHBhvL","rhDyuxflCq","ywjJzgvMz2HPAMTSBw5VChfYC3r1DND4ExPbqKneruzhseLks0XntK9quvjtvfvwv1HzwJaXmJm0nty3odKRlZ0","ug1Sv1a","qZn2sxeYouT6Cq","wg52Aha","mtzVzvnHAwS","AKHKC2e","yNLYEw4","twvZC2fNzsb0ExbLig11C3qGyMuGCMvNDwXHCIaODw5Zzwn1CMvKksbVCIbZzwn1CMuGkhnWBgL0lwnOyw5UzwWPlG","C3u1D3f1wgPYzJLIDuTeDNr1DM92yq","BwHPAfm","vNHAA1G","Du12wKr3wdbPzZfiq01uthPJyKHdwwjnExDmu3P3CuD5tNyWAwD2wunnovLPz0XAAwCXuemZBLbctum","B21mtLO","xZb4nwjKmgfI","x19LC01VzhvSzq","BfvXD1i","sw52ywXPzcbZzwn1CML0Esb0AwvYicHTDxn0igjLigjSDwuGB3iGz3jLzw4P","vK1rDuO","ufjKt0C","swDXzxu","tgLwzxO","Du12wKr3wdbSttLsAwDmwMLOCLLeD3vhEu52mgLMAKXdm3ztrgm1mNL3wdf6C2jqq1LImujnCKX6tuXvENDXvwLMDLP6C2jwqvLimNL3wdf6C0ThEti5vumZCLLeD24WqJnPvq","CuvgBei","C3C1mNL3wfb6y2juENHUwNL3reXPAhi1q2D1r2TNmtfdm3fhEu11r0nnDK5eD1Hiq0LIvKnjyLP6D24Xq011ua","rwHiyvm","ndyXmda1m2HyzuDlCG","xZb4mwqWn2vH","BK9nuwe","nZK3mtm3yxP4y0Hl","Ahr0Chm6lY9WCML2yxrLlM1Ll2rVy3mVCgfJA2fNzxmVC2HHCMvK","uu9mBfa","CLfuv2i","s3zkv3K","AgLNAa","uMP0D0G","Aw5KzxHpzG","CuTJBLy","BxrTnw5ADtvTtKXrCtbQEujx","ChvZAa","AKzWENu","ndK4odeWnKHwwe56ta","AtnYu0rh","xZb4mZG2ogy1","u2HHCMvKvhLWzuvYCM9Y","BLf3Eei","DtjisennDKT2z1GYCNHQwuiZAq","Dg9tDhjPBMC","CxHYmhL3BK9cD3zvrgnIver4BJbPz0Hire11r3Pntfn6DZviqND1u2LNmvbcD3z1rxHItgXJyKHctxfhEMDMmhLZyu92D0XvrgriyKnoAKHfC0Tv","B21czfO","xZb4m2vMyJrL","xZb4ogy0n2vI"];return(a1_0xde8e=function(){return r})()}function toSharedError(r){const a=372,t=395,e=375,n=367,x=a1_0x3131,u={eEsTX:function(r,a){return r instanceof a},CYVGf:function(r,a){return r(a)},HmYTH:function(r,a){return r instanceof a},TQrll:function(r,a){return r(a)}},c={_0x83cf24:307,_0x47686d:304,_0x4882ef:307},s=a2_0x1ee0,D={MpsAu:function(r,a){return u[a1_0x3131(n)](r,a)},bhjkd:u[x(372)](s,c[x(373)]),xsHjq:function(r,a){return r(a)}};return u[x(383)](r,SharedError)?r:D[u[x(376)](s,317)](r,Error)?new SharedError(D[u[x(a)](s,c[x(t)])],r[s(288)]):new SharedError(s(c[x(432)]),D[x(e)](String,r))}function isSharedError(r){const a={Tzheg:function(r,a){return r instanceof a}};return{uljBD:function(r,t){return a[a1_0x3131(401)](r,t)}}[a2_0x1ee0(275)](r,SharedError)}exports[a2_0xaca8d6(297)]=SharedTlvError,exports[a2_0xaca8d6(311)]={INVALID_PROVIDER:a2_0xaca8d6(287),INVALID_SECURITY_TIER:a1_0x4b1c6b(328),INVALID_CONTENT_TYPE:a2_0xaca8d6(314),INVALID_MESSAGE_TYPE:a2_0xaca8d6(290),INVALID_TLV_TYPE:a1_0x4b1c6b(433),INVALID_RESULT:a1_0x4b1c6b(403),MISSING_VALUE:a2_0xaca8d6(291),MISSING_ERROR:a2_0xaca8d6(274),INVALID_CHANNEL_ADDRESS:a2_0xaca8d6(281),INVALID_CONTACT_INFO:a2_0xaca8d6(319),INVALID_ATTACHMENT:a1_0x4b1c6b(402)},exports[a1_0x4b1c6b(387)]={INVALID_PROVIDER:{message:a2_0xaca8d6(285),aws:a1_0x4b1c6b(450),grpc:a1_0x4b1c6b(388),http:400,severity:a2_0xaca8d6(302)},INVALID_SECURITY_TIER:{message:a2_0xaca8d6(306),aws:a2_0xaca8d6(295),grpc:a2_0xaca8d6(278),http:400,severity:a2_0xaca8d6(292)},INVALID_CONTENT_TYPE:{message:a1_0x4b1c6b(442),aws:a1_0x4b1c6b(450),grpc:a1_0x4b1c6b(388),http:400,severity:a2_0xaca8d6(292)},INVALID_MESSAGE_TYPE:{message:a1_0x4b1c6b(459),aws:a2_0xaca8d6(295),grpc:a2_0xaca8d6(278),http:400,severity:a1_0x4b1c6b(345)},INVALID_TLV_TYPE:{message:a2_0xaca8d6(273),aws:a2_0xaca8d6(295),grpc:a2_0xaca8d6(278),http:400,severity:a2_0xaca8d6(292)},INVALID_RESULT:{message:a2_0xaca8d6(325),aws:a2_0xaca8d6(295),grpc:"INVALID_ARGUMENT",http:400,severity:a2_0xaca8d6(302)},MISSING_VALUE:{message:a2_0xaca8d6(284),aws:a2_0xaca8d6(295),grpc:a2_0xaca8d6(278),http:400,severity:a2_0xaca8d6(302)},MISSING_ERROR:{message:a2_0xaca8d6(322),aws:a2_0xaca8d6(295),grpc:a2_0xaca8d6(278),http:400,severity:a2_0xaca8d6(302)},INVALID_CHANNEL_ADDRESS:{message:a2_0xaca8d6(294),aws:a2_0xaca8d6(295),grpc:a2_0xaca8d6(278),http:400,severity:a1_0x4b1c6b(345)},INVALID_CONTACT_INFO:{message:a2_0xaca8d6(320),aws:"InvalidParameterValue",grpc:a2_0xaca8d6(278),http:400,severity:a2_0xaca8d6(302)},INVALID_ATTACHMENT:{message:a2_0xaca8d6(286),aws:a1_0x4b1c6b(450),grpc:a2_0xaca8d6(278),http:400,severity:a2_0xaca8d6(292)}};
@@ -1,138 +1 @@
1
- 'use strict';
2
- var a2_0xfa5cc6 = a2_0x3a1e;
3
- (function (_0x37105d, _0x508cb1) {
4
- var a2_0xc0639c = {
5
- _0x12482: 0x6b,
6
- _0x1ddf20: 0x72,
7
- _0x3c43d2: 0x75,
8
- _0x4048a4: 0x67,
9
- _0x4e504b: 0x73
10
- }, _0x32a825 = a2_0x3a1e, _0x54c774 = _0x37105d();
11
- while (!![]) {
12
- try {
13
- var _0x1e8eb5 = -parseInt(_0x32a825(0x77)) / 0x1 * (parseInt(_0x32a825(a2_0xc0639c._0x12482)) / 0x2) + parseInt(_0x32a825(a2_0xc0639c._0x1ddf20)) / 0x3 + -parseInt(_0x32a825(0x6a)) / 0x4 + parseInt(_0x32a825(a2_0xc0639c._0x3c43d2)) / 0x5 + -parseInt(_0x32a825(a2_0xc0639c._0x4048a4)) / 0x6 + parseInt(_0x32a825(a2_0xc0639c._0x4e504b)) / 0x7 + -parseInt(_0x32a825(0x74)) / 0x8;
14
- if (_0x1e8eb5 === _0x508cb1)
15
- break;
16
- else
17
- _0x54c774['push'](_0x54c774['shift']());
18
- } catch (_0x25380d) {
19
- _0x54c774['push'](_0x54c774['shift']());
20
- }
21
- }
22
- }(a2_0x50a5, 0x94640));
23
- function a2_0x50a5() {
24
- var _0xbccaef = [
25
- 'mJe4oda3nM1Sz2HvBG',
26
- 'mta5mZe4me5Psuv1zW',
27
- 'rvjst1jFtuvtu0fhrvm',
28
- 'Dg9tAgfYzwrfCNjVCG',
29
- 'AxntAgfYzwrfCNjVCG',
30
- 'u2HHCMvKvhLWzuvYCM9Y',
31
- 'u2HHCMvKrxjYB3i',
32
- 'rvjst1jFrevuquLmuW',
33
- 'mZa1ntm4nKzcvfvQzq',
34
- 'nZm4mtmXmvPeqM91uG',
35
- 'mZmYndm1mMnoqxnKva',
36
- 'ntK1nZu4nvnlrwHwEa',
37
- 'u2HHCMvKuMvZDwX0rxjYB3i',
38
- 'mujPr1zYqW',
39
- 'lI9LCNjVCNmUANm',
40
- 'zgvMAw5LuhjVCgvYDhK',
41
- 'zxjY',
42
- 'x19LC01VzhvSzq',
43
- 'nJG4ndK0nLvwAgnuAa',
44
- 'veXwx1rzueu',
45
- 'u2HHCMvKvgX2rxjYB3i'
46
- ];
47
- a2_0x50a5 = function () {
48
- return _0xbccaef;
49
- };
50
- return a2_0x50a5();
51
- }
52
- Object[a2_0xfa5cc6(0x79)](exports, a2_0xfa5cc6(0x66), { 'value': !![] }), exports[a2_0xfa5cc6(0x6e)] = exports[a2_0xfa5cc6(0x6d)] = exports['ERROR_DETAILS'] = exports[a2_0xfa5cc6(0x6c)] = exports[a2_0xfa5cc6(0x69)] = exports[a2_0xfa5cc6(0x76)] = exports[a2_0xfa5cc6(0x6f)] = exports[a2_0xfa5cc6(0x70)] = exports[a2_0xfa5cc6(0x68)] = exports['err'] = exports['ok'] = void 0x0;
53
- var types_js_1 = require('./types.js');
54
- Object['defineProperty'](exports, 'ok', {
55
- 'enumerable': !![],
56
- 'get': function () {
57
- return types_js_1['ok'];
58
- }
59
- }), Object['defineProperty'](exports, a2_0xfa5cc6(0x7a), {
60
- 'enumerable': !![],
61
- 'get': function () {
62
- var a2_0x341901 = { _0x3c7464: 0x7a }, _0x15a829 = a2_0x3a1e;
63
- return types_js_1[_0x15a829(a2_0x341901._0x3c7464)];
64
- }
65
- }), Object[a2_0xfa5cc6(0x79)](exports, a2_0xfa5cc6(0x68), {
66
- 'enumerable': !![],
67
- 'get': function () {
68
- return types_js_1['TLV_TYPE'];
69
- }
70
- });
71
- var errors_js_1 = require(a2_0xfa5cc6(0x78));
72
- function a2_0x3a1e(_0x55c892, _0x5c2bbd) {
73
- _0x55c892 = _0x55c892 - 0x66;
74
- var _0x50a570 = a2_0x50a5();
75
- var _0x3a1e41 = _0x50a570[_0x55c892];
76
- if (a2_0x3a1e['zRNxgF'] === undefined) {
77
- var _0x5409e4 = function (_0x58de19) {
78
- var _0x35618b = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';
79
- var _0x1ecbb0 = '', _0xac73a8 = '';
80
- for (var _0x53da6f = 0x0, _0x4b1e0a, _0x52e3f5, _0x50992d = 0x0; _0x52e3f5 = _0x58de19['charAt'](_0x50992d++); ~_0x52e3f5 && (_0x4b1e0a = _0x53da6f % 0x4 ? _0x4b1e0a * 0x40 + _0x52e3f5 : _0x52e3f5, _0x53da6f++ % 0x4) ? _0x1ecbb0 += String['fromCharCode'](0xff & _0x4b1e0a >> (-0x2 * _0x53da6f & 0x6)) : 0x0) {
81
- _0x52e3f5 = _0x35618b['indexOf'](_0x52e3f5);
82
- }
83
- for (var _0x5aeb55 = 0x0, _0xe1d75d = _0x1ecbb0['length']; _0x5aeb55 < _0xe1d75d; _0x5aeb55++) {
84
- _0xac73a8 += '%' + ('00' + _0x1ecbb0['charCodeAt'](_0x5aeb55)['toString'](0x10))['slice'](-0x2);
85
- }
86
- return decodeURIComponent(_0xac73a8);
87
- };
88
- a2_0x3a1e['lsJqzO'] = _0x5409e4, a2_0x3a1e['WUbFLe'] = {}, a2_0x3a1e['zRNxgF'] = !![];
89
- }
90
- var _0xb027df = _0x50a570[0x0], _0x336c98 = _0x55c892 + _0xb027df, _0x1c12c7 = a2_0x3a1e['WUbFLe'][_0x336c98];
91
- return !_0x1c12c7 ? (_0x3a1e41 = a2_0x3a1e['lsJqzO'](_0x3a1e41), a2_0x3a1e['WUbFLe'][_0x336c98] = _0x3a1e41) : _0x3a1e41 = _0x1c12c7, _0x3a1e41;
92
- }
93
- Object[a2_0xfa5cc6(0x79)](exports, 'SharedError', {
94
- 'enumerable': !![],
95
- 'get': function () {
96
- var a2_0x3e1fa6 = { _0x560475: 0x70 }, _0x38faff = a2_0x3a1e;
97
- return errors_js_1[_0x38faff(a2_0x3e1fa6._0x560475)];
98
- }
99
- }), Object[a2_0xfa5cc6(0x79)](exports, a2_0xfa5cc6(0x6f), {
100
- 'enumerable': !![],
101
- 'get': function () {
102
- return errors_js_1['SharedTypeError'];
103
- }
104
- }), Object[a2_0xfa5cc6(0x79)](exports, a2_0xfa5cc6(0x76), {
105
- 'enumerable': !![],
106
- 'get': function () {
107
- var a2_0x34565b = { _0x3654aa: 0x76 }, _0x514aed = a2_0x3a1e;
108
- return errors_js_1[_0x514aed(a2_0x34565b._0x3654aa)];
109
- }
110
- }), Object[a2_0xfa5cc6(0x79)](exports, a2_0xfa5cc6(0x69), {
111
- 'enumerable': !![],
112
- 'get': function () {
113
- return errors_js_1['SharedTlvError'];
114
- }
115
- }), Object[a2_0xfa5cc6(0x79)](exports, 'ERROR_MESSAGES', {
116
- 'enumerable': !![],
117
- 'get': function () {
118
- return errors_js_1['ERROR_MESSAGES'];
119
- }
120
- }), Object[a2_0xfa5cc6(0x79)](exports, a2_0xfa5cc6(0x71), {
121
- 'enumerable': !![],
122
- 'get': function () {
123
- var _0x262985 = a2_0x3a1e;
124
- return errors_js_1[_0x262985(0x71)];
125
- }
126
- }), Object[a2_0xfa5cc6(0x79)](exports, a2_0xfa5cc6(0x6d), {
127
- 'enumerable': !![],
128
- 'get': function () {
129
- var a2_0x4039bf = { _0x2c0226: 0x6d }, _0x21d76d = a2_0x3a1e;
130
- return errors_js_1[_0x21d76d(a2_0x4039bf._0x2c0226)];
131
- }
132
- }), Object['defineProperty'](exports, a2_0xfa5cc6(0x6e), {
133
- 'enumerable': !![],
134
- 'get': function () {
135
- var a2_0x10e710 = { _0x2c58c2: 0x6e }, _0x38d821 = a2_0x3a1e;
136
- return errors_js_1[_0x38d821(a2_0x10e710._0x2c58c2)];
137
- }
138
- });
1
+ "use strict";var a2_0x4ffc7e=a2_0x4c59;!function(){for(var r=174,e=242,n=a2_0x4c59,t=a2_0x23f0();;)try{if(838024===parseInt(n(245))/1*(-parseInt(n(224))/2)+parseInt(n(213))/3*(parseInt(n(229))/4)+parseInt(n(211))/5+parseInt(n(252))/6*(parseInt(n(r))/7)+parseInt(n(e))/8+parseInt(n(215))/9*(-parseInt(n(184))/10)+-parseInt(n(210))/11)break;t.push(t.shift())}catch(r){t.push(t.shift())}}();var a3_0x4da348=a3_0x419c;function a3_0x419c(r){var e=207,n=177,t=214,a=255,x=196,u=231,c=194,o=178,_=251,s=198,f=175,v=244,i=190,m=a2_0x4c59,d={WUKZc:function(r,e){return r+e},slMis:function(r,e){return r&e},TPaEK:function(r,e){return r>>e},wunRx:function(r,e){return r*e},AYcYf:m(189),jGPVq:function(r,e){return r(e)},pjMBl:function(r,e){return r<e},zetRr:function(r,e){return r+e},gBBVx:m(e),ARLun:"slice",swinV:function(r,e){return r-e},IReqD:function(r){return r()},kNzQf:m(n),WAmUj:"VlWQYg",UuRFg:function(r,e){return r+e}};r=d[m(217)](r,200);var p=d[m(t)](a3_0x2031),z=p[r];if(void 0===a3_0x419c[d[m(226)]]){a3_0x419c[d[m(233)]]=function(r){for(var e=a2_0x4c59,n=e(220)[e(u)]("|"),t=0;;){switch(n[t++]){case"0":var a=e(202);continue;case"1":var x="",m="";continue;case"2":for(var p,z,j=0,C=0;z=r[e(c)](C++);~z&&(p=j%4?d[e(o)](64*p,z):z,j++%4)?x+=String.fromCharCode(d[e(251)](255,d[e(257)](p,d[e(_)](d.wunRx(-2,j),6)))):0)z=a[d[e(208)]](z);continue;case"3":return d[e(s)](decodeURIComponent,m);case"4":for(var g=0,b=x[e(f)];d[e(247)](g,b);g++)m+="%"+d[e(199)]("00",x[d[e(v)]](g)[e(i)](16))[d[e(204)]](-2);continue}break}},a3_0x419c[m(196)]={},a3_0x419c[m(177)]=!0}var j=p[0],C=d[m(a)](r,j),g=a3_0x419c[m(x)][C];return g?z=g:(z=a3_0x419c[d.WAmUj](z),a3_0x419c[m(196)][C]=z),z}function a2_0x4c59(r){r-=173;var e=a2_0x23f0(),n=e[r];if(void 0===a2_0x4c59.ORLUMT){a2_0x4c59.gUAyKi=function(r){for(var e,n,t="",a="",x=0,u=0;n=r.charAt(u++);~n&&(e=x%4?64*e+n:n,x++%4)?t+=String.fromCharCode(255&e>>(-2*x&6)):0)n="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=".indexOf(n);for(var c=0,o=t.length;c<o;c++)a+="%"+("00"+t.charCodeAt(c).toString(16)).slice(-2);return decodeURIComponent(a)},a2_0x4c59.EykahW={},a2_0x4c59.ORLUMT=!0}var t=r+e[0],a=a2_0x4c59.EykahW[t];return a?n=a:(n=a2_0x4c59.gUAyKi(n),a2_0x4c59.EykahW[t]=n),n}function a2_0x23f0(){var r=["Ede5temWmvz6AhztENe","BxrXv250BvDUAeXOEJfUnNLX","C2XnAxm","ode4nZe4qxjrD0fY","BvDcBu4","ANzyAee","vxvsrMC","xZb4nwq4nti0","vfbHruS","C0rzzKq","BvPLng1kytfTmgzKENHUBxzH","qxHUDefNzLL6D3jMq05QvKnh","nZDcsuzICNC","BgvUz3rO","DtjisennDKT2z1GYCNHQwuiZAq","v0nUsgfN","v1vlwMm","zgvMAw5LuhjVCgvYDhK","xZb4mtuYmtLI","AMrTDfG","C2HPzNq","DtjisennDKTYEgPzqJnP","odu3mde1mgrIy0DoDa","u0HxwKC","BNrLmw9KsZnTDZfsDtbumxfh","BNrQzxrnnxPetg0","rKHpuvi","Aw5KzxHpzG","Dg9tDhjPBMC","xZb4mJGXywm0","BxrHmw5Aq1H6mLHJDgzewq","yvLTzvC","y2HHCKf0","ENHQwq","weLoCKXM","xZb4m2m4mZu4","AKDqvNe","EMv0uNi","EKXNsLK","EMD2tuf3nuX1AgPwq2D2wurOsW","ywjJzgvMz2HPAMTSBw5VChfYC3r1DND4ExPbqKneruzhseLks0XntK9quvjtvfvwv1HzwJaXmJm0nty3odKRlZ0","uwrVwgi","qvjmDw4","Bxr5mw50reH1m1bmCZbt","xZb4m2vJmZGY","y2HHCKnVzgvbDa","qvLJwwy","CNzQC3qXAKz0Dxz0DtbMAhj2Bq","odu4otiWn1LWqKXxzW","mZiYnZCXmgLsu1Pzvq","xZb4ntu5oguX","mZG5mtbssvLTtMG","svjLCuq","ow52zhjbCq","BNrYsNzNDMnZsZa","C3DPBLy","vhfJDM8","AxntAgfYzwrfCNjVCG","mhWXFdj8nhWZ","wMThCNG","zxjY","BvPXmw9KqZrTzxzLEMC5yNvX","mty5mtmWDeviwwrw","Bxnss1q","A056uwy","CNzQC3qXAKzYzxz1CxvmBxvx","xZb4ndaZowjH","ngnAyu9Lua","BeK5mev4yKXdwtvrq1C","C3bSAxq","CxL6tue","v0fTvwO","vNvgCLq","BeK5tenoALzdtM1vqu5T","yMLIDLu","Bu1uwgW","q3POB0y","DMvyD3GXCNP1zxu","xZb4nwvKmMuX","Cw9Sr2u","mta2ndKYodHSru1Pze4","BvPTwg1KsZfdmKWXDJnIAG","z0jcvNG","mtjWCeP3EMi","Buf2thO","CgPnqMW","tfjjsfe"];return(a2_0x23f0=function(){return r})()}!function(r){for(var e=237,n=212,t=238,a=181,x=206,u=197,c=a2_0x4c59,o={zLgJY:function(r){return r()},mMTXl:function(r,e){return r+e},CzhoF:function(r,e){return r(e)},sDYfD:function(r,e){return r(e)},jdmtX:function(r,e){return r*e},Tqcvo:function(r,e){return r/e},qyzMA:function(r,e){return r/e},BFMiE:function(r,e){return r/e},QdoXb:function(r,e){return r(e)},YKhll:function(r,e){return r===e},jvXhA:c(182)},_={_0x5598e1:220,_0x372621:210,_0xa830e9:203,_0x3ec382:216,_0x3c8358:204,_0x3a1709:219},s=a3_0x419c,f=o[c(200)](r);;)try{var v=o[c(e)](-o[c(238)](parseInt,o.CzhoF(s,_[c(n)]))/1*(o[c(238)](parseInt,s(_._0x372621))/2)+-o[c(258)](parseInt,o[c(t)](s,213))/3*(-parseInt(o[c(238)](s,_._0xa830e9))/4)+o[c(a)](parseInt(s(_[c(x)]))/5,o.CzhoF(parseInt,s(_[c(u)]))/6)+o[c(218)](parseInt(s(205)),7)+o[c(232)](-o[c(238)](parseInt,o[c(258)](s,206)),8)+o.BFMiE(-o[c(203)](parseInt,o.sDYfD(s,211)),9),-parseInt(o[c(238)](s,_._0x3a1709))/10);if(o.YKhll(v,347903))break;f.push(f[o[c(254)]]())}catch(r){f.push(f[c(182)]())}}(a3_0x2031),Object[a2_0x4ffc7e(179)](exports,a3_0x4da348(201),{value:!0}),exports[a3_0x4da348(221)]=exports[a3_0x4da348(217)]=exports[a3_0x4da348(200)]=exports[a3_0x4da348(202)]=exports[a3_0x4da348(215)]=exports[a3_0x4da348(214)]=exports[a3_0x4da348(209)]=exports[a3_0x4da348(208)]=exports[a3_0x4da348(223)]=exports[a3_0x4da348(222)]=exports.ok=void 0;var types_js_1=require(a3_0x4da348(207));Object[a3_0x4da348(218)](exports,"ok",{enumerable:!0,get:function(){return types_js_1.ok}}),Object[a2_0x4ffc7e(179)](exports,a3_0x4da348(222),{enumerable:!0,get:function(){return types_js_1[a2_0x4c59(222)]}}),Object[a3_0x4da348(218)](exports,a3_0x4da348(223),{enumerable:!0,get:function(){var r=a2_0x4c59,e=a3_0x419c;return types_js_1[{FHOQR:function(r,e){return r(e)}}[r(188)](e,{_0x5ed2e1:223}[r(240)])]}});var errors_js_1=require(a3_0x4da348(212));function a3_0x2031(){var r=230,e=235,n=236,t=241,a=223,x=195,u=239,c=246,o=209,_=216,s=253,f=186,v=225,i=a2_0x4c59,m={bibvU:"u2HHCMvKuMvZDwX0rxjYB3i",qolGe:i(243),vczlg:"Dg9tAgfYzwrfCNjVCG",mkKhB:i(173),mAvLz:i(249),mWBmN:i(259),aYmeW:i(250),lgQVu:i(r),YwxIa:"u2HHCMvKvhLWzuvYCM9Y",SHWZG:"ohHgEg5QuG",msRKT:i(e),ZkGrx:function(r){return r()}},d=[i(192),m[i(n)],i(176),m[i(t)],m.vczlg,i(201),i(a),i(205),m.mkKhB,i(x),i(u),i(227),m[i(c)],i(o),i(187),i(_),m[i(s)],m[i(193)],m.lgQVu,i(183),m.YwxIa,m[i(185)],i(f),m[i(v)]];return a3_0x2031=function(){return d},m[i(221)](a3_0x2031)}Object[a2_0x4ffc7e(179)](exports,a3_0x4da348(208),{enumerable:!0,get:function(){return errors_js_1[a3_0x419c(208)]}}),Object[a3_0x4da348(218)](exports,a3_0x4da348(209),{enumerable:!0,get:function(){var r,e;return errors_js_1[r=a3_0x419c,e={_0x15219b:209}[a2_0x4c59(180)],r(e)]}}),Object[a2_0x4ffc7e(179)](exports,"SharedResultError",{enumerable:!0,get:function(){var r=a2_0x4c59,e=a3_0x419c;return errors_js_1[{LRIHQ:function(r,e){return r(e)}}[r(248)](e,{_0x5d8524:214}[r(256)])]}}),Object[a3_0x4da348(218)](exports,a3_0x4da348(215),{enumerable:!0,get:function(){return errors_js_1.SharedTlvError}}),Object[a3_0x4da348(218)](exports,a3_0x4da348(202),{enumerable:!0,get:function(){var r=a2_0x4c59,e=a3_0x419c;return errors_js_1[{VuFrT:function(r,e){return r(e)}}[r(234)](e,{_0x281ac4:202}[r(191)])]}}),Object[a3_0x4da348(218)](exports,a3_0x4da348(200),{enumerable:!0,get:function(){return errors_js_1.ERROR_DETAILS}}),Object[a3_0x4da348(218)](exports,a3_0x4da348(217),{enumerable:!0,get:function(){return errors_js_1[a3_0x419c(217)]}}),Object[a2_0x4ffc7e(179)](exports,a2_0x4ffc7e(219),{enumerable:!0,get:function(){var r,e;return errors_js_1[r=a3_0x419c,e={_0x4039ba:221}[a2_0x4c59(228)],r(e)]}});
@@ -1,90 +1 @@
1
- 'use strict';
2
- var a4_0x7ce6c8 = a4_0xf1f0;
3
- (function (_0x287079, _0x537185) {
4
- var a4_0x28f314 = {
5
- _0x15f1f8: 0xdf,
6
- _0x514e9c: 0xdc,
7
- _0x1b7fbe: 0xe1
8
- }, _0x55d610 = a4_0xf1f0, _0x1d17ef = _0x287079();
9
- while (!![]) {
10
- try {
11
- var _0x299bb2 = parseInt(_0x55d610(0xdb)) / 0x1 * (-parseInt(_0x55d610(a4_0x28f314._0x15f1f8)) / 0x2) + -parseInt(_0x55d610(0xd7)) / 0x3 + parseInt(_0x55d610(0xda)) / 0x4 * (-parseInt(_0x55d610(a4_0x28f314._0x514e9c)) / 0x5) + -parseInt(_0x55d610(0xe3)) / 0x6 + -parseInt(_0x55d610(0xdd)) / 0x7 + -parseInt(_0x55d610(0xde)) / 0x8 + parseInt(_0x55d610(a4_0x28f314._0x1b7fbe)) / 0x9;
12
- if (_0x299bb2 === _0x537185)
13
- break;
14
- else
15
- _0x1d17ef['push'](_0x1d17ef['shift']());
16
- } catch (_0x5efde2) {
17
- _0x1d17ef['push'](_0x1d17ef['shift']());
18
- }
19
- }
20
- }(a4_0x9a8e, 0x48932));
21
- Object[a4_0x7ce6c8(0xe0)](exports, a4_0x7ce6c8(0xe2), { 'value': !![] }), exports['TLV_TYPE'] = void 0x0, exports['ok'] = ok, exports[a4_0x7ce6c8(0xd9)] = err;
22
- function a4_0x9a8e() {
23
- var _0x19a286 = [
24
- 'zxjY',
25
- 'ndy2nfboD01SDa',
26
- 'mvfit0Dlra',
27
- 'mtmYnxD5s2T6tG',
28
- 'mZm5mZy2m1LotwHxsW',
29
- 'ndqZmJKYmfD4A1bqCa',
30
- 'oteZndiYzvnYzgTs',
31
- 'zgvMAw5LuhjVCgvYDhK',
32
- 'mJm1ntqZodzrBvfnAu0',
33
- 'x19LC01VzhvSzq',
34
- 'mJqXnZm3meDyCMjrCW',
35
- 'mZm3mta0swX0Cez3',
36
- 'veXwx1rzueu'
37
- ];
38
- a4_0x9a8e = function () {
39
- return _0x19a286;
40
- };
41
- return a4_0x9a8e();
42
- }
43
- function ok(_0x1a7efa) {
44
- return {
45
- 'ok': !![],
46
- 'value': _0x1a7efa
47
- };
48
- }
49
- function a4_0xf1f0(_0x4dfc88, _0x474269) {
50
- _0x4dfc88 = _0x4dfc88 - 0xd7;
51
- var _0x9a8eec = a4_0x9a8e();
52
- var _0xf1f0eb = _0x9a8eec[_0x4dfc88];
53
- if (a4_0xf1f0['zTDWUp'] === undefined) {
54
- var _0x419f27 = function (_0x4fc04b) {
55
- var _0x540970 = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';
56
- var _0x58ed4d = '', _0x19ffc3 = '';
57
- for (var _0x158b0d = 0x0, _0x253f92, _0x241105, _0x51ddbd = 0x0; _0x241105 = _0x4fc04b['charAt'](_0x51ddbd++); ~_0x241105 && (_0x253f92 = _0x158b0d % 0x4 ? _0x253f92 * 0x40 + _0x241105 : _0x241105, _0x158b0d++ % 0x4) ? _0x58ed4d += String['fromCharCode'](0xff & _0x253f92 >> (-0x2 * _0x158b0d & 0x6)) : 0x0) {
58
- _0x241105 = _0x540970['indexOf'](_0x241105);
59
- }
60
- for (var _0x895f13 = 0x0, _0x3db917 = _0x58ed4d['length']; _0x895f13 < _0x3db917; _0x895f13++) {
61
- _0x19ffc3 += '%' + ('00' + _0x58ed4d['charCodeAt'](_0x895f13)['toString'](0x10))['slice'](-0x2);
62
- }
63
- return decodeURIComponent(_0x19ffc3);
64
- };
65
- a4_0xf1f0['pxCzWW'] = _0x419f27, a4_0xf1f0['oVVpSA'] = {}, a4_0xf1f0['zTDWUp'] = !![];
66
- }
67
- var _0x1a3b79 = _0x9a8eec[0x0], _0x118d53 = _0x4dfc88 + _0x1a3b79, _0x5ee27c = a4_0xf1f0['oVVpSA'][_0x118d53];
68
- return !_0x5ee27c ? (_0xf1f0eb = a4_0xf1f0['pxCzWW'](_0xf1f0eb), a4_0xf1f0['oVVpSA'][_0x118d53] = _0xf1f0eb) : _0xf1f0eb = _0x5ee27c, _0xf1f0eb;
69
- }
70
- function err(_0xd4c997) {
71
- return {
72
- 'ok': ![],
73
- 'error': _0xd4c997
74
- };
75
- }
76
- exports[a4_0x7ce6c8(0xd8)] = {
77
- 'MESSAGE_BODY': 0x1,
78
- 'ATTACHMENT': 0x2,
79
- 'SENDER_ID': 0x3,
80
- 'TIMESTAMP': 0x4,
81
- 'MESSAGE_UUID': 0x5,
82
- 'SHARE_INDEX': 0x6,
83
- 'TOTAL_SHARES': 0x7,
84
- 'THRESHOLD': 0x8,
85
- 'HMAC_KEY': 0x9,
86
- 'HMAC_SIGNATURE': 0xa,
87
- 'CONTENT_TYPE': 0xb,
88
- 'MESSAGE_SUBJECT': 0xc,
89
- 'SENDER_EMAIL': 0xd
90
- };
1
+ "use strict";var a4_0x319932=a4_0x53a2;function a4_0x235a(){var n=["BxriBNn3re12zKm","zNjVBunOyxjdB2rL","vfnqseC","vhzNsfO","mtG5mZiZmuHltxDOvq","veXwx1rzueu","Duv4vgy","mtyWnJC4nxLoDeHKvq","ywL5D1u","ChvZAa","mJKYntbIEMjsD0i","Ede5temWmvz6AhztENe","BKPlww1kzvD0mdvxCu5UuG","s2Tkwfi","CMD5r0S","mtbYEfryrw4","BxrID3j4EK9fDuS","y2HHCKf0","wfbHwwS","Egjut3C","wu5dtM8","zLb1EM0","mta2mdqWuvbLq3fI","BKf4wLm","Dvzcv1q","xZb4mJa3yZq5","C091BNO","Aw5KzxHpzG","DMvyD3GXCNP1zxu","tgjYteS","zxvZCgq","s2fgCwK","nhWXFdz8m3W1Fdj8ma","zgf6Ahm","mZa5nJiWoeXkthrAtG","wMz0rMS","rgXvsuW","B2H5rfG","ChbpB0C","C2XPy2u","t0n3y2S","C3bSAxq","EfvVC2C","s2LjEhm","n0nou2nOrq","BxrLmM5AytfTs25xDeTeDhrh","AefLDuS","zxjY","C2HPzNq","nJbAC0HNtxq","ANjMuei","vg9qwNq","sgLhsuW","zuzMqvK","BuPHnw1KztrYm2j5CJjYsa","BKPlnw90sZj2tvbqrgzMAG","xZb4mMfJytCX","tg1Uyxi","BxrHwM5AELn1EhzZDK0W","zvPTzNjz","CuLYBvm","wwfjAgS","Ehf4vfy","qNvNr2q","BxrlmM1KytbUmLbjDJn6t0rx","vLrQyM8","ANjzD1K","y2HHCKnVzgvbDa","DxbtC1u","Dg9tDhjPBMC","mty4mLLcAvLiDq","mJe2tMXMvu9v","mtaXC0rithbK","EKvrALvW","ruvdrNa","BvP5mhn2yMz3zKr2","xZb4m2u3otyX","ufbKt0fX","mZeZmdy2ogLLz0nZEa"];return(a4_0x235a=function(){return n})()}!function(){for(var n=266,r=201,t=272,a=238,u=198,e=265,f=a4_0x53a2,o=a4_0x235a();;)try{if(403916===parseInt(f(n))/1*(-parseInt(f(264))/2)+parseInt(f(r))/3+parseInt(f(t))/4+parseInt(f(243))/5*(-parseInt(f(204))/6)+parseInt(f(a))/7*(-parseInt(f(228))/8)+parseInt(f(u))/9*(-parseInt(f(209))/10)+parseInt(f(216))/11*(-parseInt(f(e))/12))break;o.push(o.shift())}catch(n){o.push(o.shift())}}();var a5_0x1438c6=a5_0xa9bf;function a5_0x28f7(){var n=248,r=269,t=249,a=225,u=206,e=240,f=a4_0x53a2,o={ZftFk:f(252),TvgHZ:f(n),KaFqi:f(r),hAeuK:f(t),aiywU:function(n){return n()}},x=[f(258),f(210),o[f(229)],f(205),o[f(197)],f(239),f(194),o[f(a)],f(222),"ntu3mtaWD3HkAKDH",f(u),o[f(e)],"zgvMAw5LuhjVCgvYDhK"];return a5_0x28f7=function(){return x},o[f(202)](a5_0x28f7)}function ok(n){return{ok:!0,value:n}}function a4_0x53a2(n){n-=194;var r=a4_0x235a(),t=r[n];if(void 0===a4_0x53a2.eUeZtI){a4_0x53a2.MLlaVX=function(n){for(var r,t,a="",u="",e=0,f=0;t=n.charAt(f++);~t&&(r=e%4?64*r+t:t,e++%4)?a+=String.fromCharCode(255&r>>(-2*e&6)):0)t="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=".indexOf(t);for(var o=0,x=a.length;o<x;o++)u+="%"+("00"+a.charCodeAt(o).toString(16)).slice(-2);return decodeURIComponent(u)},a4_0x53a2.pgwTVt={},a4_0x53a2.eUeZtI=!0}var a=n+r[0],u=a4_0x53a2.pgwTVt[a];return u?t=u:(t=a4_0x53a2.MLlaVX(t),a4_0x53a2.pgwTVt[a]=t),t}function err(n){return{ok:!1,error:n}}function a5_0xa9bf(n){for(var r=267,t=235,a=271,u=247,e=224,f=214,o=255,x=200,i=221,c=254,s=208,v=231,_=237,p=215,I=a4_0x53a2,m={xbTOw:function(n,r){return n+r},Lmnar:I(195),fPuzm:function(n,r){return n&r},eFfAY:"length",OCwck:function(n,r){return n<r},KiIxs:function(n,r){return n+r},BugGd:I(261),upSsU:function(n,r){return n(r)},yWWjV:function(n,r){return n===r},euspd:I(r),WDQfo:I(253),xqxTV:function(n){return n()}},C=I(226)[I(t)]("|"),D=0;;){switch(C[D++]){case"0":return z?A=z:(A=a5_0xa9bf.eZmfrY(A),a5_0xa9bf[I(a)][h]=A),A;case"1":n-=289;continue;case"2":var E=L[0],h=m.xbTOw(n,E),z=a5_0xa9bf[I(a)][h];continue;case"3":var A=L[n];continue;case"4":var b={YNCNo:function(n,r){return n%r},HiGIL:function(n,r){return m[a4_0x53a2(213)](n,r)},YaIhk:m[I(251)],uExTf:function(n,r){return m[a4_0x53a2(p)](n,r)},qIrmS:m[I(u)],EECFp:function(n,r){return m[a4_0x53a2(234)](n,r)},rgyGK:function(n,r){return m[a4_0x53a2(_)](n,r)},ohyDX:m[I(257)],sOunz:I(263),jrfPB:function(n,r){return m[a4_0x53a2(262)](n,r)}};continue;case"5":if(m.yWWjV(a5_0xa9bf[m[I(224)]],void 0)){var w=function(n){for(var r,t,a=a4_0x53a2,u="",e="",_=0,p=0;t=n[a(211)](p++);~t&&(r=b[a(f)](_,4)?b[a(246)](64*r,t):t,_++%4)?u+=String[b[a(o)]](b[a(x)](255,r>>(-2*_&6))):0)t="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/="[a(i)](t);for(var I=0,m=u[b[a(c)]];b[a(268)](I,m);I++)e+=b[a(246)]("%",b[a(s)]("00",u[b[a(v)]](I)[b[a(220)]](16))[a(233)](-2));return b[a(244)](decodeURIComponent,e)};a5_0xa9bf[m.WDQfo]=w,a5_0xa9bf.PPdOAq={},a5_0xa9bf[m[I(e)]]=!0}continue;case"6":var L=m[I(256)](a5_0x28f7);continue}break}}(function(n){for(var r=242,t=219,a=260,u=245,e=217,f=212,o=207,x=230,i=223,c=218,s=196,v=a4_0x53a2,_={pnfXQ:function(n,r){return n+r},jrYwY:function(n,r){return n/r},dazhs:function(n,r){return n(r)},ppOoG:function(n,r){return n/r},DlUIL:function(n,r){return n*r},XPaYk:function(n,r){return n(r)},xUosg:function(n,r){return n/r},ToPZt:function(n,r){return n(r)},nAxZS:function(n,r){return n(r)},KkJXR:function(n,r){return n(r)},fNXPa:function(n,r){return n/r},LbrLK:function(n,r){return n(r)},uVBWT:function(n,r){return n(r)},TSPHG:function(n,r){return n(r)},lIYWD:v(203),VTjbo:v(r)},p={_0x207c49:295,_0x216656:289,_0x5837fd:296,_0x2aca71:293,_0x3e7961:291},I=a5_0xa9bf,m=n();;)try{if(211652===_.pnfXQ(_.jrYwY(parseInt(_[v(227)](I,p[v(t)])),1)+_[v(a)](parseInt(I(p._0x216656)),2)+_[v(232)](-_.dazhs(parseInt,I(300)),3)+-parseInt(_.dazhs(I,p._0x5837fd))/4,_[v(230)](parseInt(_.XPaYk(I,301))/5,_[v(236)](_[v(u)](parseInt,_[v(e)](I,297)),6)))+-parseInt(_[v(245)](I,298))/7*(_[v(f)](parseInt,_[v(o)](I,p[v(250)]))/8)+_[v(x)](_.fNXPa(-_[v(i)](parseInt,_[v(c)](I,p[v(270)])),9),parseInt(_[v(s)](I,292))/10))break;m[_.lIYWD](m.shift())}catch(n){m[_.lIYWD](m[_[v(259)]]())}})(a5_0x28f7),Object[a5_0x1438c6(290)](exports,a5_0x1438c6(294),{value:!0}),exports[a5_0x1438c6(299)]=void 0,exports.ok=ok,exports[a4_0x319932(241)]=err,exports[a4_0x319932(199)]={MESSAGE_BODY:1,ATTACHMENT:2,SENDER_ID:3,TIMESTAMP:4,MESSAGE_UUID:5,SHARE_INDEX:6,TOTAL_SHARES:7,THRESHOLD:8,HMAC_KEY:9,HMAC_SIGNATURE:10,CONTENT_TYPE:11,MESSAGE_SUBJECT:12,SENDER_EMAIL:13};