@private.me/xbind 1.3.5 → 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 (306) 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 -639
  5. package/dist-standalone/_deps/shared/cjs/index.js +1 -496
  6. package/dist-standalone/_deps/shared/cjs/types.js +1 -317
  7. package/dist-standalone/_deps/shared/errors.js +1 -255
  8. package/dist-standalone/_deps/shared/index.js +1 -74
  9. package/dist-standalone/_deps/shared/types.js +1 -90
  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 -540
  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 -515
  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 +65 -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 -222
  233. package/dist-standalone/_deps/crypto/cjs/base64.js +0 -665
  234. package/dist-standalone/_deps/crypto/cjs/errors.js +0 -675
  235. package/dist-standalone/_deps/crypto/cjs/hmac.js +0 -473
  236. package/dist-standalone/_deps/crypto/cjs/index.js +0 -852
  237. package/dist-standalone/_deps/crypto/cjs/package.json +0 -1
  238. package/dist-standalone/_deps/crypto/cjs/padding.js +0 -511
  239. package/dist-standalone/_deps/crypto/cjs/share-header.js +0 -372
  240. package/dist-standalone/_deps/crypto/cjs/shares.js +0 -874
  241. package/dist-standalone/_deps/crypto/cjs/tlv.js +0 -1021
  242. package/dist-standalone/_deps/crypto/cjs/uuid.js +0 -443
  243. package/dist-standalone/_deps/crypto/cjs/verify.js +0 -414
  244. package/dist-standalone/_deps/crypto/cjs/xorida.js +0 -923
  245. package/dist-standalone/_deps/crypto/errors.d.ts +0 -51
  246. package/dist-standalone/_deps/crypto/errors.js +0 -199
  247. package/dist-standalone/_deps/crypto/hmac.d.ts +0 -39
  248. package/dist-standalone/_deps/crypto/hmac.js +0 -134
  249. package/dist-standalone/_deps/crypto/index.d.ts +0 -20
  250. package/dist-standalone/_deps/crypto/index.js +0 -145
  251. package/dist-standalone/_deps/crypto/padding.d.ts +0 -19
  252. package/dist-standalone/_deps/crypto/padding.js +0 -159
  253. package/dist-standalone/_deps/crypto/share-header.d.ts +0 -44
  254. package/dist-standalone/_deps/crypto/share-header.js +0 -92
  255. package/dist-standalone/_deps/crypto/shares.d.ts +0 -27
  256. package/dist-standalone/_deps/crypto/shares.js +0 -295
  257. package/dist-standalone/_deps/crypto/tlv.d.ts +0 -26
  258. package/dist-standalone/_deps/crypto/tlv.js +0 -364
  259. package/dist-standalone/_deps/crypto/uuid.d.ts +0 -22
  260. package/dist-standalone/_deps/crypto/uuid.js +0 -136
  261. package/dist-standalone/_deps/crypto/verify.d.ts +0 -15
  262. package/dist-standalone/_deps/crypto/verify.js +0 -71
  263. package/dist-standalone/_deps/crypto/xorida.d.ts +0 -44
  264. package/dist-standalone/_deps/crypto/xorida.js +0 -366
  265. package/dist-standalone/_deps/shared/errors.d.ts.map +0 -1
  266. package/dist-standalone/_deps/shared/errors.js.map +0 -1
  267. package/dist-standalone/_deps/shared/index.d.ts.map +0 -1
  268. package/dist-standalone/_deps/shared/index.js.map +0 -1
  269. package/dist-standalone/_deps/shared/types.d.ts.map +0 -1
  270. package/dist-standalone/_deps/shared/types.js.map +0 -1
  271. package/dist-standalone/_deps/ux-helpers/cjs/errors.d.ts.map +0 -1
  272. package/dist-standalone/_deps/ux-helpers/cjs/errors.js.map +0 -1
  273. package/dist-standalone/_deps/ux-helpers/cjs/index.d.ts.map +0 -1
  274. package/dist-standalone/_deps/ux-helpers/cjs/index.js.map +0 -1
  275. package/dist-standalone/_deps/ux-helpers/cjs/pagination.d.ts.map +0 -1
  276. package/dist-standalone/_deps/ux-helpers/cjs/pagination.js.map +0 -1
  277. package/dist-standalone/_deps/ux-helpers/cjs/progress.d.ts.map +0 -1
  278. package/dist-standalone/_deps/ux-helpers/cjs/progress.js.map +0 -1
  279. package/dist-standalone/_deps/ux-helpers/cjs/search.d.ts.map +0 -1
  280. package/dist-standalone/_deps/ux-helpers/cjs/search.js.map +0 -1
  281. package/dist-standalone/_deps/ux-helpers/cjs/types.d.ts.map +0 -1
  282. package/dist-standalone/_deps/ux-helpers/cjs/types.js.map +0 -1
  283. package/dist-standalone/_deps/ux-helpers/errors.d.ts.map +0 -1
  284. package/dist-standalone/_deps/ux-helpers/errors.js.map +0 -1
  285. package/dist-standalone/_deps/ux-helpers/index.d.ts.map +0 -1
  286. package/dist-standalone/_deps/ux-helpers/index.js.map +0 -1
  287. package/dist-standalone/_deps/ux-helpers/pagination.d.ts.map +0 -1
  288. package/dist-standalone/_deps/ux-helpers/pagination.js.map +0 -1
  289. package/dist-standalone/_deps/ux-helpers/progress.d.ts.map +0 -1
  290. package/dist-standalone/_deps/ux-helpers/progress.js.map +0 -1
  291. package/dist-standalone/_deps/ux-helpers/search.d.ts.map +0 -1
  292. package/dist-standalone/_deps/ux-helpers/search.js.map +0 -1
  293. package/dist-standalone/_deps/ux-helpers/types.d.ts.map +0 -1
  294. package/dist-standalone/_deps/ux-helpers/types.js.map +0 -1
  295. package/dist-standalone/_deps/xregistry/discovery.d.ts.map +0 -1
  296. package/dist-standalone/_deps/xregistry/discovery.js.map +0 -1
  297. package/dist-standalone/_deps/xregistry/errors.d.ts.map +0 -1
  298. package/dist-standalone/_deps/xregistry/errors.js.map +0 -1
  299. package/dist-standalone/_deps/xregistry/index.d.ts.map +0 -1
  300. package/dist-standalone/_deps/xregistry/index.js.map +0 -1
  301. package/dist-standalone/_deps/xregistry/registry.d.ts.map +0 -1
  302. package/dist-standalone/_deps/xregistry/registry.js.map +0 -1
  303. package/dist-standalone/_deps/xregistry/schema.d.ts.map +0 -1
  304. package/dist-standalone/_deps/xregistry/schema.js.map +0 -1
  305. package/dist-standalone/_deps/xregistry/types.d.ts.map +0 -1
  306. package/dist-standalone/_deps/xregistry/types.js.map +0 -1
@@ -1,639 +1 @@
1
- 'use strict';
2
- const a1_0x234abf = a1_0x1560;
3
- (function (_0x5d4526, _0x3aff8d) {
4
- const a1_0x130075 = {
5
- _0xf29608: 0x12c,
6
- _0x531e90: 0xe2,
7
- _0x26ed88: 0x108,
8
- _0x5e0070: 0xf1
9
- }, _0x3bc26d = a1_0x1560, _0x31db05 = _0x5d4526();
10
- while (!![]) {
11
- try {
12
- const _0x45013c = parseInt(_0x3bc26d(a1_0x130075._0xf29608)) / 0x1 * (-parseInt(_0x3bc26d(0x130)) / 0x2) + parseInt(_0x3bc26d(0xe0)) / 0x3 + parseInt(_0x3bc26d(0x12d)) / 0x4 + parseInt(_0x3bc26d(a1_0x130075._0x531e90)) / 0x5 * (-parseInt(_0x3bc26d(0x137)) / 0x6) + parseInt(_0x3bc26d(a1_0x130075._0x26ed88)) / 0x7 * (-parseInt(_0x3bc26d(a1_0x130075._0x5e0070)) / 0x8) + -parseInt(_0x3bc26d(0x11c)) / 0x9 + parseInt(_0x3bc26d(0xd1)) / 0xa * (parseInt(_0x3bc26d(0x117)) / 0xb);
13
- if (_0x45013c === _0x3aff8d)
14
- break;
15
- else
16
- _0x31db05['push'](_0x31db05['shift']());
17
- } catch (_0x3a704d) {
18
- _0x31db05['push'](_0x31db05['shift']());
19
- }
20
- }
21
- }(a1_0x6ea4, 0xa499b));
22
- function a1_0x1560(_0x489934, _0x5c0158) {
23
- _0x489934 = _0x489934 - 0xb3;
24
- const _0x6ea4de = a1_0x6ea4();
25
- let _0x15609b = _0x6ea4de[_0x489934];
26
- if (a1_0x1560['qFdZlL'] === undefined) {
27
- var _0x513798 = function (_0x511b24) {
28
- const _0x1649c7 = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';
29
- let _0xc760ac = '', _0x5a161d = '';
30
- for (let _0xc806f4 = 0x0, _0x46aa72, _0x296e6e, _0x50226f = 0x0; _0x296e6e = _0x511b24['charAt'](_0x50226f++); ~_0x296e6e && (_0x46aa72 = _0xc806f4 % 0x4 ? _0x46aa72 * 0x40 + _0x296e6e : _0x296e6e, _0xc806f4++ % 0x4) ? _0xc760ac += String['fromCharCode'](0xff & _0x46aa72 >> (-0x2 * _0xc806f4 & 0x6)) : 0x0) {
31
- _0x296e6e = _0x1649c7['indexOf'](_0x296e6e);
32
- }
33
- for (let _0x547bbf = 0x0, _0x5c7116 = _0xc760ac['length']; _0x547bbf < _0x5c7116; _0x547bbf++) {
34
- _0x5a161d += '%' + ('00' + _0xc760ac['charCodeAt'](_0x547bbf)['toString'](0x10))['slice'](-0x2);
35
- }
36
- return decodeURIComponent(_0x5a161d);
37
- };
38
- a1_0x1560['HMzpJz'] = _0x513798, a1_0x1560['KFDnja'] = {}, a1_0x1560['qFdZlL'] = !![];
39
- }
40
- const _0x23a4d3 = _0x6ea4de[0x0], _0x165676 = _0x489934 + _0x23a4d3, _0x3698ef = a1_0x1560['KFDnja'][_0x165676];
41
- return !_0x3698ef ? (_0x15609b = a1_0x1560['HMzpJz'](_0x15609b), a1_0x1560['KFDnja'][_0x165676] = _0x15609b) : _0x15609b = _0x3698ef, _0x15609b;
42
- }
43
- const a2_0x571128 = a2_0xd8e0;
44
- (function (_0x22b63b, _0x37bc79) {
45
- const a1_0x194273 = {
46
- _0x55664a: 0xc9,
47
- _0x37519b: 0x10e,
48
- _0x2f4c45: 0x13c,
49
- _0x47e4bb: 0xea,
50
- _0x6e458c: 0xe6,
51
- _0x4d8023: 0xea,
52
- _0x3a23f4: 0x123,
53
- _0x40a22e: 0xc4,
54
- _0x5dc24d: 0xc4,
55
- _0x555348: 0xc3
56
- }, _0x30bd77 = a1_0x1560, _0x17a5a2 = {
57
- 'KBFfr': function (_0x491721, _0x1132ed) {
58
- return _0x491721 + _0x1132ed;
59
- },
60
- 'hrwrK': function (_0x39396f, _0x38ee12) {
61
- return _0x39396f / _0x38ee12;
62
- },
63
- 'ocDWb': function (_0x3139df, _0x459a9f) {
64
- return _0x3139df(_0x459a9f);
65
- },
66
- 'ULMdf': function (_0xd4222, _0x502e59) {
67
- return _0xd4222(_0x502e59);
68
- },
69
- 'MbeEG': function (_0x5c407e, _0x44014b) {
70
- return _0x5c407e / _0x44014b;
71
- },
72
- 'xHHkA': function (_0x237f5e, _0x4f2b73) {
73
- return _0x237f5e(_0x4f2b73);
74
- },
75
- 'IkFtV': function (_0x2b99a6, _0x1fa4cf) {
76
- return _0x2b99a6 * _0x1fa4cf;
77
- },
78
- 'uootC': function (_0x4a7a09, _0xb2d0c1) {
79
- return _0x4a7a09 / _0xb2d0c1;
80
- },
81
- 'QKtJq': function (_0x46017c, _0x3c2876) {
82
- return _0x46017c(_0x3c2876);
83
- },
84
- 'kBvqf': function (_0x43b69d, _0x339ebb) {
85
- return _0x43b69d(_0x339ebb);
86
- },
87
- 'qAQfT': function (_0x27d353, _0x4334c3) {
88
- return _0x27d353 / _0x4334c3;
89
- },
90
- 'mVrJf': function (_0x2002bb, _0x5de8c5) {
91
- return _0x2002bb(_0x5de8c5);
92
- },
93
- 'IiwGW': 'push',
94
- 'Llkij': 'shift'
95
- }, _0x390b86 = {
96
- '_0x1c0dca': 0x6d,
97
- '_0x119497': 0x95
98
- }, _0x1ef0a7 = a2_0xd8e0, _0x499ac0 = _0x22b63b();
99
- while (!![]) {
100
- try {
101
- const _0x4a77c7 = _0x17a5a2[_0x30bd77(0xc9)](_0x17a5a2['KBFfr'](_0x17a5a2[_0x30bd77(a1_0x194273._0x55664a)](_0x17a5a2[_0x30bd77(a1_0x194273._0x55664a)](_0x17a5a2['hrwrK'](parseInt(_0x17a5a2['ocDWb'](_0x1ef0a7, 0x7a)), 0x1) + _0x17a5a2[_0x30bd77(0xe9)](-_0x17a5a2[_0x30bd77(0x13c)](parseInt, _0x1ef0a7(0x90)), 0x2), _0x17a5a2[_0x30bd77(0xea)](-_0x17a5a2[_0x30bd77(a1_0x194273._0x37519b)](parseInt, _0x17a5a2[_0x30bd77(0x13c)](_0x1ef0a7, 0x87)), 0x3)), _0x17a5a2[_0x30bd77(0xbd)](_0x17a5a2['uootC'](_0x17a5a2[_0x30bd77(a1_0x194273._0x2f4c45)](parseInt, _0x1ef0a7(0x68)), 0x4), _0x17a5a2[_0x30bd77(a1_0x194273._0x47e4bb)](-_0x17a5a2[_0x30bd77(0xe6)](parseInt, _0x17a5a2['kBvqf'](_0x1ef0a7, 0x76)), 0x5))), _0x17a5a2['qAQfT'](_0x17a5a2[_0x30bd77(a1_0x194273._0x6e458c)](parseInt, _0x1ef0a7(_0x390b86[_0x30bd77(0x111)])), 0x6)) + _0x17a5a2[_0x30bd77(a1_0x194273._0x4d8023)](-_0x17a5a2[_0x30bd77(a1_0x194273._0x3a23f4)](parseInt, _0x1ef0a7(0x6c)), 0x7) * (_0x17a5a2[_0x30bd77(0x10e)](parseInt, _0x1ef0a7(0x84)) / 0x8), parseInt(_0x17a5a2['mVrJf'](_0x1ef0a7, _0x390b86['_0x119497'])) / 0x9);
102
- if (_0x4a77c7 === _0x37bc79)
103
- break;
104
- else
105
- _0x499ac0[_0x17a5a2[_0x30bd77(a1_0x194273._0x40a22e)]](_0x499ac0[_0x17a5a2[_0x30bd77(0xb4)]]());
106
- } catch (_0x565501) {
107
- _0x499ac0[_0x17a5a2[_0x30bd77(a1_0x194273._0x5dc24d)]](_0x499ac0[_0x30bd77(a1_0x194273._0x555348)]());
108
- }
109
- }
110
- }(a2_0x36db, 0x38521), (Object[a1_0x234abf(0x11d)](exports, a2_0x571128(0x6f), { 'value': !![] }), exports[a2_0x571128(0x92)] = exports[a2_0x571128(0x67)] = exports[a2_0x571128(0x66)] = exports[a1_0x234abf(0xef)] = exports[a2_0x571128(0x79)] = exports[a2_0x571128(0x7c)] = void 0x0, exports[a2_0x571128(0x80)] = toSharedError, exports[a2_0x571128(0x8e)] = isSharedError));
111
- const DOC_BASE = a2_0x571128(0x7d);
112
- function a2_0xd8e0(_0x3ee3d8, _0x5940d6) {
113
- const a1_0x51541b = { _0x237ae4: 0xed }, a1_0xbf78cd = {
114
- _0x5bfe17: 0x13f,
115
- _0x408524: 0x10f,
116
- _0x2e0c97: 0xd7,
117
- _0x4b43f1: 0x113,
118
- _0x4f0ea0: 0x102
119
- }, _0x9d8246 = a1_0x1560, _0x19ade7 = {
120
- 'tLCtd': 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=',
121
- 'VhKKI': function (_0x63957c, _0x33684d) {
122
- return _0x63957c + _0x33684d;
123
- },
124
- 'nIcCg': function (_0x12c9d6, _0x1c3479) {
125
- return _0x12c9d6 % _0x1c3479;
126
- },
127
- 'sZdfA': function (_0x2a2025, _0x18ca40) {
128
- return _0x2a2025 & _0x18ca40;
129
- },
130
- 'WJZGY': 'length',
131
- 'BHeCc': 'charCodeAt',
132
- 'FSFxk': function (_0x2af469, _0x3a1054) {
133
- return _0x2af469 - _0x3a1054;
134
- },
135
- 'hGMDN': function (_0x3a0fd9) {
136
- return _0x3a0fd9();
137
- },
138
- 'OZxrg': function (_0xeb9a15, _0x23b011) {
139
- return _0xeb9a15 === _0x23b011;
140
- },
141
- 'abZtf': _0x9d8246(0x136),
142
- 'PBnaj': _0x9d8246(0x12b),
143
- 'awTWJ': 'zOfpYS'
144
- };
145
- _0x3ee3d8 = _0x19ade7['FSFxk'](_0x3ee3d8, 0x65);
146
- const _0x4191dc = _0x19ade7[_0x9d8246(0x110)](a2_0x36db);
147
- let _0x320673 = _0x4191dc[_0x3ee3d8];
148
- if (_0x19ade7['OZxrg'](a2_0xd8e0[_0x19ade7[_0x9d8246(a1_0x51541b._0x237ae4)]], undefined)) {
149
- var _0x3e524e = function (_0x4919b8) {
150
- const _0x4a1988 = a1_0x1560, _0x8a4e72 = _0x19ade7[_0x4a1988(0xe5)];
151
- let _0x55a169 = '', _0x230aff = '';
152
- for (let _0x57df18 = 0x0, _0x14b621, _0x444829, _0x739070 = 0x0; _0x444829 = _0x4919b8[_0x4a1988(a1_0xbf78cd._0x5bfe17)](_0x739070++); ~_0x444829 && (_0x14b621 = _0x57df18 % 0x4 ? _0x19ade7[_0x4a1988(a1_0xbf78cd._0x408524)](_0x14b621 * 0x40, _0x444829) : _0x444829, _0x19ade7['nIcCg'](_0x57df18++, 0x4)) ? _0x55a169 += String[_0x4a1988(a1_0xbf78cd._0x2e0c97)](_0x19ade7[_0x4a1988(0x113)](0xff, _0x14b621 >> _0x19ade7[_0x4a1988(a1_0xbf78cd._0x4b43f1)](-0x2 * _0x57df18, 0x6))) : 0x0) {
153
- _0x444829 = _0x8a4e72[_0x4a1988(0x103)](_0x444829);
154
- }
155
- for (let _0x14dfd5 = 0x0, _0x3f1f9a = _0x55a169[_0x19ade7[_0x4a1988(0x12f)]]; _0x14dfd5 < _0x3f1f9a; _0x14dfd5++) {
156
- _0x230aff += '%' + _0x19ade7[_0x4a1988(0x10f)]('00', _0x55a169[_0x19ade7[_0x4a1988(0xcb)]](_0x14dfd5)[_0x4a1988(a1_0xbf78cd._0x4f0ea0)](0x10))[_0x4a1988(0x13d)](-0x2);
157
- }
158
- return decodeURIComponent(_0x230aff);
159
- };
160
- a2_0xd8e0[_0x19ade7[_0x9d8246(0x13e)]] = _0x3e524e, a2_0xd8e0['zOfpYS'] = {}, a2_0xd8e0[_0x19ade7[_0x9d8246(0xed)]] = !![];
161
- }
162
- const _0xa9abdf = _0x4191dc[0x0], _0x1d6e0d = _0x3ee3d8 + _0xa9abdf, _0x30609b = a2_0xd8e0[_0x19ade7[_0x9d8246(0xba)]][_0x1d6e0d];
163
- return !_0x30609b ? (_0x320673 = a2_0xd8e0['rnnmYq'](_0x320673), a2_0xd8e0[_0x19ade7[_0x9d8246(0xba)]][_0x1d6e0d] = _0x320673) : _0x320673 = _0x30609b, _0x320673;
164
- }
165
- class SharedError extends Error {
166
- [a2_0x571128(0x72)];
167
- [a2_0x571128(0x8c)];
168
- [a1_0x234abf(0xd8)];
169
- constructor(_0x4629ec, _0x488afc, _0xb1850c) {
170
- const a1_0x3293dd = {
171
- _0x2e9011: 0x13d,
172
- _0x4f8f56: 0xcf,
173
- _0x5a0508: 0xdb,
174
- _0x16c2b7: 0xfc
175
- }, _0xbc6e5c = a1_0x1560, _0x526969 = {
176
- 'vaRhn': function (_0x131250, _0x2078f7) {
177
- return _0x131250(_0x2078f7);
178
- },
179
- 'DhxiE': function (_0x1916c2, _0x226599) {
180
- return _0x1916c2(_0x226599);
181
- },
182
- 'Ntqrk': _0xbc6e5c(0xe1),
183
- 'wagMf': 'length',
184
- 'SMlJB': _0xbc6e5c(a1_0x3293dd._0x2e9011),
185
- 'WzRns': 'join'
186
- }, _0xe2c61f = {
187
- '_0x11fffb': 0x7c,
188
- '_0x222615': 0x72,
189
- '_0x174b04': 0x82
190
- }, _0x5aedc7 = a2_0xd8e0;
191
- super(_0x488afc), this[_0x5aedc7(0x93)] = _0x526969[_0xbc6e5c(a1_0x3293dd._0x4f8f56)](_0x5aedc7, _0xe2c61f[_0xbc6e5c(0xd2)]);
192
- const _0x412899 = _0x4629ec[_0xbc6e5c(0xdf)](':');
193
- this[_0x526969[_0xbc6e5c(0xc5)](_0x5aedc7, _0xe2c61f[_0xbc6e5c(0xf8)])] = _0x412899[0x0] ?? _0x4629ec, this[_0x526969[_0xbc6e5c(0xb5)]] = _0x412899[_0x526969[_0xbc6e5c(a1_0x3293dd._0x5a0508)]] > 0x1 ? _0x412899[_0x526969['SMlJB']](0x1)[_0x526969[_0xbc6e5c(0x127)]](':') : undefined, this[_0x5aedc7(_0xe2c61f[_0xbc6e5c(a1_0x3293dd._0x16c2b7)])] = _0xb1850c;
194
- }
195
- }
196
- exports[a1_0x234abf(0x121)] = SharedError;
197
- class SharedTypeError extends SharedError {
198
- constructor(_0xbdece, _0x41d95c) {
199
- const a1_0x1ca731 = { _0x6ab98a: 0xcc }, _0x3f22f4 = a1_0x1560, _0x39c846 = {
200
- 'uaNjc': function (_0xe9e62f, _0x44eb7d) {
201
- return _0xe9e62f + _0x44eb7d;
202
- },
203
- 'reiZI': 'SharedTypeError'
204
- }, _0x516f66 = { '_0x5d087d': 0x6a }, _0x1b6342 = a2_0xd8e0;
205
- super(_0xbdece, _0x41d95c, _0x39c846[_0x3f22f4(0x10a)](DOC_BASE, _0x1b6342(_0x516f66['_0x5d087d']))), this[_0x1b6342(0x93)] = _0x39c846[_0x3f22f4(a1_0x1ca731._0x6ab98a)];
206
- }
207
- }
208
- exports[a2_0x571128(0x79)] = SharedTypeError;
209
- function a2_0x36db() {
210
- const a1_0x110c30 = {
211
- _0x3cbdd0: 0xd0,
212
- _0x411ae7: 0x107,
213
- _0x5ca318: 0x126,
214
- _0x1dac17: 0xf4,
215
- _0x2daea8: 0xc8,
216
- _0x6816c7: 0x10d,
217
- _0x14180a: 0xd9,
218
- _0x6f8213: 0xb6,
219
- _0x4fd05f: 0x13b,
220
- _0x3086ad: 0x12a,
221
- _0x4cf2cd: 0x125,
222
- _0x160a12: 0xd4,
223
- _0x5f6954: 0x114,
224
- _0x28007d: 0x128,
225
- _0x1001f9: 0xbc,
226
- _0x1f0b6b: 0xfd,
227
- _0x3aae32: 0x11b,
228
- _0x575a84: 0xc1,
229
- _0x222e35: 0x112,
230
- _0x576036: 0x11e,
231
- _0x56b1e7: 0xee,
232
- _0x250a0b: 0xe4,
233
- _0x33737b: 0xbf,
234
- _0x1029f5: 0x115,
235
- _0x413cc9: 0x100,
236
- _0xec64ce: 0xf0,
237
- _0x5b3b1c: 0x131,
238
- _0x34f9e8: 0xc2,
239
- _0x2fd636: 0x134
240
- }, _0x133ea4 = a1_0x1560, _0x38e328 = {
241
- 'fqzKd': _0x133ea4(a1_0x110c30._0x3cbdd0),
242
- 'dckRI': _0x133ea4(a1_0x110c30._0x411ae7),
243
- 'nQxyT': _0x133ea4(0x11a),
244
- 'SVNMW': _0x133ea4(a1_0x110c30._0x5ca318),
245
- 'ohsNy': _0x133ea4(a1_0x110c30._0x1dac17),
246
- 'AUjDl': _0x133ea4(a1_0x110c30._0x2daea8),
247
- 'HgvVz': _0x133ea4(a1_0x110c30._0x6816c7),
248
- 'TTLyj': _0x133ea4(0xfb),
249
- 'OfmZs': _0x133ea4(0xce),
250
- 'WjonH': _0x133ea4(a1_0x110c30._0x14180a),
251
- 'srRWm': _0x133ea4(a1_0x110c30._0x6f8213),
252
- 'iXyif': _0x133ea4(0x10b),
253
- 'fSCGg': _0x133ea4(0xf7),
254
- 'EhfyD': 'mZG5nti2AK9MEurw',
255
- 'Ovuhw': _0x133ea4(0xf2),
256
- 'FlixV': _0x133ea4(a1_0x110c30._0x4fd05f),
257
- 'modEu': _0x133ea4(0x101),
258
- 'uKqtP': _0x133ea4(a1_0x110c30._0x3086ad),
259
- 'epYsD': _0x133ea4(0xb3),
260
- 'iGGdA': _0x133ea4(a1_0x110c30._0x4cf2cd),
261
- 'PaaVT': _0x133ea4(0xfe),
262
- 'oobUy': _0x133ea4(a1_0x110c30._0x160a12),
263
- 'iOeuw': _0x133ea4(a1_0x110c30._0x5f6954)
264
- }, _0xb56fde = [
265
- _0x133ea4(0xb9),
266
- _0x133ea4(0xdd),
267
- _0x133ea4(0x109),
268
- _0x38e328[_0x133ea4(0xc6)],
269
- _0x133ea4(0x132),
270
- _0x38e328[_0x133ea4(a1_0x110c30._0x28007d)],
271
- _0x38e328['nQxyT'],
272
- _0x133ea4(a1_0x110c30._0x1001f9),
273
- _0x38e328[_0x133ea4(a1_0x110c30._0x1f0b6b)],
274
- 'AgLNAa',
275
- _0x38e328[_0x133ea4(a1_0x110c30._0x3aae32)],
276
- _0x133ea4(0xe8),
277
- _0x38e328[_0x133ea4(0xec)],
278
- _0x38e328[_0x133ea4(0x122)],
279
- _0x133ea4(0x104),
280
- _0x133ea4(a1_0x110c30._0x575a84),
281
- _0x133ea4(a1_0x110c30._0x222e35),
282
- _0x38e328['TTLyj'],
283
- _0x133ea4(a1_0x110c30._0x576036),
284
- _0x133ea4(a1_0x110c30._0x56b1e7),
285
- _0x38e328[_0x133ea4(0x10c)],
286
- _0x133ea4(0x118),
287
- _0x38e328[_0x133ea4(a1_0x110c30._0x250a0b)],
288
- _0x38e328[_0x133ea4(0x135)],
289
- _0x38e328[_0x133ea4(a1_0x110c30._0x33737b)],
290
- _0x133ea4(0x133),
291
- 'C3vIq29Kzq',
292
- _0x38e328[_0x133ea4(0x124)],
293
- _0x133ea4(0x139),
294
- 'q29UDgfJDcbPBMzVigLZig1PC3nPBMCGCMvXDwLYzwqGzMLLBgrZ',
295
- _0x38e328[_0x133ea4(0xcd)],
296
- _0x133ea4(0xe3),
297
- 'rvjst1jFrevuquLmuW',
298
- _0x38e328[_0x133ea4(0xfa)],
299
- _0x133ea4(a1_0x110c30._0x1029f5),
300
- _0x38e328['FlixV'],
301
- _0x133ea4(0x105),
302
- _0x38e328[_0x133ea4(0xdc)],
303
- _0x38e328[_0x133ea4(0x138)],
304
- _0x133ea4(0xf3),
305
- _0x38e328[_0x133ea4(a1_0x110c30._0x413cc9)],
306
- _0x38e328['iGGdA'],
307
- _0x38e328[_0x133ea4(0xd6)],
308
- _0x133ea4(a1_0x110c30._0xec64ce),
309
- _0x133ea4(0xe7),
310
- _0x133ea4(0xf6),
311
- 'mtyXnZm4neXNr3nhCG',
312
- _0x133ea4(0xeb),
313
- _0x38e328[_0x133ea4(a1_0x110c30._0x5b3b1c)],
314
- _0x133ea4(a1_0x110c30._0x34f9e8),
315
- _0x38e328[_0x133ea4(a1_0x110c30._0x2fd636)]
316
- ];
317
- return a2_0x36db = function () {
318
- return _0xb56fde;
319
- }, a2_0x36db();
320
- }
321
- function a1_0x6ea4() {
322
- const _0x5029bf = [
323
- 'uuT0sNe',
324
- 'Dhz2Bun1qW',
325
- 'qwHYmenOBtzSwtLxq01mmNL4CKXSttfmBdjYvNKZBvzdz2zkqtjMtNP4BvzdmKHiq012sW',
326
- 'Ahj3CKS',
327
- 'twjLruC',
328
- 'Du12wKr3wdbPzZLjqu12sKrJyLbdwwjuExDytuiZALr6D3e',
329
- 'qvvQrgW',
330
- 'ywjADgy',
331
- 'Dtj2sKr4ALbeAeThrgDmtenjyLreEg4WAwDQtgLNALneD3vhA2rPr3L3CKTdtxzAqZj2wMTZyLzdswjoq012tejjyu9TwvnhExDYs0nnDLPdmNzAA3m0r3z4BKXPzZuXqMDxr3PnovLPAgPmEJn2u3L4AuD6DZfiqxDxvq',
332
- 'u2HHCMvKuMvZDwX0rxjYB3i',
333
- 'AtnYnunNDLO',
334
- 'mJrKDKnOv0O',
335
- 'qK1MvhPX',
336
- 'DtjisennDKT2z1GYCNHQwuiZAq',
337
- 'DtjisennDKTYEgPzqJnP',
338
- 'C0z1A1q',
339
- 'BuPiExDOBNf2sZa',
340
- 'Du12wKr3wdbPzZfiq01uthPJyKHdwwjwqvLIsur4CuDetwztrhD1r0f4BuDcD0XAqZjmvxPx',
341
- 'xZb4mJiYnJe1',
342
- 'i3jLC3vSDc1Wyxr0zxjU',
343
- 't3z1AhC',
344
- 'CtjisejnnuXcy2jiEMDYwxP4BLPPz0XAAwCXuemZBLbctunhq012wer3tfL6D3fhEK1mtejNCLO',
345
- 'xZb4mtC0yJa0',
346
- 'u1zotvC',
347
- 'Cti5vurNzKPezuXvEK04r0j4DLPey2jpExH6tgLNnuHcD3vtAwDUt3L3nvv6D1HAAwDMwunnzJvSy2jiqK1Xr0rnzLnbD3fhqZj2sKr4ALbeAeX1qxD2wwXh',
348
- 'A2TTDwi',
349
- 'zxbzC0q',
350
- 'CtjisejnnuXczwzlEMHQtemZBuDcEhzArgnIt3L4EKXPz2PwrgDhr0nOALzetuXlENHPr3L3nuTPz3zuExDmu2LNELb6D1Hlq1K0',
351
- 'Dg9tDhjPBMC',
352
- 'Aw5KzxHpzG',
353
- 'rgC5DefNzLL6D3jMq05QvKnh',
354
- 'Cti5vurNDLvey2iWrxHItgLNmtfdm3fhEu11r0rNDJreyZLxqMDMuejjyLzdswiWENHimgWYsdbcD1DhEK05wwLNmuXdm25iEJj1r3LnouTbD3zABeC',
355
- 'xZb4ndKYmgrI',
356
- 'CxHYmhL3BK9cD3zvrgnIver4BJbPz0Hire11r3Pntfn6DZviqND1u2LNmvbcD3z1rxHItgXJyKHctxfhEMDMmhLZyu92D0XvrgriyKnoAKHfC0Tv',
357
- 'mJK2ndG5ountD1jqwG',
358
- 'Du12wKr3wdbSttLsAwDmwMLOCLLeD3vhEu52mgLMAKXdm3ztrgm1mNL3wdf6C2jqq1LImujnCKX6tuXvENDXvwLMDLP6C2jwqvLimNL3wdf6C0ThEti5vumZCLLeD24WqJnPvq',
359
- 'DwfoAMm',
360
- 'D2v6t3P4Aq',
361
- 't2zTwNm',
362
- 'C3u1D3f1wgPYzJLIDuTeDNr1DM92yq',
363
- 'EeHiA0e',
364
- 'vMHls0K',
365
- 'AeDnre4',
366
- 'xZb4mwmWzgnH',
367
- 'EMC5sNz4ALm',
368
- 'C1PKzKe',
369
- 'C3u1D3f1wgPYzJLZCNzUDNrMCq',
370
- 'DtjisennDKT1txzArhDymhj4ALLcm2K',
371
- 'su5wquXjrf9srvnvtfq',
372
- 'mtKYodiZmdDhruXgz1G',
373
- 'BuPXmg5ABtbctgP0C2zmtG',
374
- 'BwvZC2fNzq',
375
- 'CNCXsef3v0DdAgPwre1ms3P4AuDcEhzArgnIsxPZyLzctxvhqJj5nMLNrfr5D0XtBgnIvKr4CLncmJLsBgnInxL3sfzcwtrhCtjithKYu0Dez0HmAwzIwuiZELb6z3zzAwHYnunNDuD6z3znqxC1uerNtfzcstq',
376
- 'B2HZtNK',
377
- 'mZy4otGXmxjwEefjvW',
378
- 'zgvMAw5LuhjVCgvYDhK',
379
- 'BKPHww1ArZbcDM5jCJiXta',
380
- 'EhPRqxK',
381
- 'xZb4mwm2zte5',
382
- 'u2HHCMvKrxjYB3i',
383
- 'sgD2vNO',
384
- 'B2nev2i',
385
- 'zLndr2C',
386
- 'BxrPmhPosgn3z3zZ',
387
- 'BxrHnw1ABtjdDtftCtf2ma',
388
- 'v3PsBNm',
389
- 'zgnRuKK',
390
- 'AgvAs2C',
391
- 'Du12wKr3wdbPzZfiq01uthPJyKHdwwjnExDmu3P3CuD5tNyWAwD2wunnovLPz0XAAwCXuemZBLbctum',
392
- 'CM5UBvLX',
393
- 'mJa2mZL4vuT0yvy',
394
- 'mZqYnty2nePcAwj4ua',
395
- 'tfjRwLq',
396
- 'v0PAr1K',
397
- 'mtHJDK5hq3i',
398
- 'B29IvxK',
399
- 'BLPHmM5ADLPXm0HYDuT1',
400
- 'DhD2wKmYzK56C2iWrxHItgLNmtfdm3fhEu11r0nnDK5eD1Hiq0LHt0r3nvP6D24Xq012s2TZyLzdswjAENDUmunnDuDRAg5xqMDmmgX3BK95DZvvENDxugXh',
401
- 'Au9LDxC',
402
- 'C3jsv20',
403
- 'Bwjhrhzn',
404
- 'mteYmta5neztrfHwza',
405
- 'DuTXDfa',
406
- 'qxHUDefNzLL6D3jMq05QvKnh',
407
- 'yvbkC3K',
408
- 'BLPhv25ADtjTmfr5DKXUmujx',
409
- 'vuXnzgy',
410
- 'C2XPy2u',
411
- 'uejUywO',
412
- 'y2HHCKf0',
413
- 'CNzQC3qXAKz0Dxz0DtbMAhj2Bq',
414
- 'tgXRAwO',
415
- 'tNrXCMS',
416
- 'C3C1mNL3wfb6zMjiq01MvhP4CKXdthPiqMH2ta',
417
- 'xZb4mZaYotq2',
418
- 'sw52ywXPzfbHCMfTzxrLCLzHBhvL',
419
- 'Eti5s3PX',
420
- 'yxDuv0O',
421
- 'AgLNAa',
422
- 'DtjisennDKT2AeXxENv2wunnovK',
423
- 'swTgDfy',
424
- 'rvjst1jFrevuquLmuW',
425
- 'AvH5Awy',
426
- 'De5UBNO',
427
- 'C3C1mNL3wfb6y2jkqJi1mhP3ntbPAhi1q2D1r2TNmtfdm3fhEu11r0rNDJreyZLxqMDMuejjyLzdswiWENHimgWYsdbcD1Dq',
428
- 'AtnYu0rh',
429
- 'C2HPzNq',
430
- 'swL3r1C',
431
- 'rgH4Auu',
432
- 'zNf6s2q',
433
- 'qxr0ywnOBwvUDcbPCYbTAxnZAw5NihjLCxvPCMvKigzPzwXKCW',
434
- 'DMvyD2LOCJvdz3vhEti5s3PZyLbdwwjvqJnXr0nnDKPcmKrvqxHqthPJneDXmKHmEtjtr3zLwhD4mxj6Dwv1r3KYovvdm3jiqK5Xr3PnovLPAhPiqMDms2LOEKHcAhzmq1K0',
435
- 's0jgzNi',
436
- 'sw52ywXPzcbLBwfPBcbWCM92AwrLCIaOBxvZDcbIzsbNBwfPBcWGB3v0Bg9VAYWGB3iGEwfOB28P',
437
- 'qKHLq2m',
438
- 'CMvPwKK',
439
- 'rwHMEuq',
440
- 'C3C1mNL3wfb6y2jAENDUmunntdbfC2iWqxD2wwLJsfreEg4WAwDQtgLNALneD3vhqJnPr3OZAKX6DZrq',
441
- 'DMfsAg4',
442
- 'Du12wKr3wdbSttLsAwDmwMLNEKHcAg5mAwDQmurJyNn6Eg4XqMHXvxP4ALLcm2LhqxHTr0r3nuT6D3PqqK12s2XjyNzdmNvhENHQwwTNDLLdttLzA3nIsKiYnvPeAgOXEtnYvKnjna',
443
- 'mtbMtuXqENi',
444
- 'xZb4mtfMzMzI',
445
- 'su5wquXjrf9buKDvtuvova',
446
- 'Ede5temWmvz6AhztENe',
447
- 'swTZwvq',
448
- 'ugfHvLq',
449
- 'zNjVBunOyxjdB2rL',
450
- 'zg9JvxjS',
451
- 'C3C1mNL3wfb6y2j1Dgz5r0rOtfD6C2jkqJjYta',
452
- 'BMfTzq',
453
- 'D2fNtwy',
454
- 'Bw9Krxu',
455
- 'C3C1mNL3wfb6y2juENHUwNL3reXPAhi1q2D1r2TNmtfdm3fhEu11r0nnDK5eD1Hiq0LIvKnjyLP6D24Xq011ua',
456
- 'rKfItgy',
457
- 'C3bSAxq',
458
- 'mJu5nJq4ofLnywnIuG',
459
- 'C3vIq29Kzq',
460
- 'mJvfA0Tur0u',
461
- 'qND2s0f4DLq',
462
- 'v2PVBKG',
463
- 'DeXdDgq'
464
- ];
465
- a1_0x6ea4 = function () {
466
- return _0x5029bf;
467
- };
468
- return a1_0x6ea4();
469
- }
470
- class SharedResultError extends SharedError {
471
- constructor(_0x50989a, _0x1bbf88) {
472
- const a1_0x99d1a7 = { _0x559baf: 0xff }, _0x210d47 = a1_0x1560, _0x978919 = {
473
- 'tNnnz': function (_0x1a32ca, _0x2ae2e5) {
474
- return _0x1a32ca(_0x2ae2e5);
475
- },
476
- 'kkmub': function (_0x5a9c3a, _0x196300) {
477
- return _0x5a9c3a + _0x196300;
478
- },
479
- 'Zynkf': _0x210d47(0xde)
480
- }, _0x2abb79 = a2_0xd8e0, _0x1752b9 = { 'FAbLf': _0x978919['tNnnz'](_0x2abb79, 0x94) };
481
- super(_0x50989a, _0x1bbf88, _0x978919[_0x210d47(a1_0x99d1a7._0x559baf)](DOC_BASE, _0x210d47(0xf9))), this[_0x978919[_0x210d47(0xc0)](_0x2abb79, 0x93)] = _0x1752b9[_0x978919['Zynkf']];
482
- }
483
- }
484
- exports[a1_0x234abf(0xef)] = SharedResultError;
485
- class SharedTlvError extends SharedError {
486
- constructor(_0x45a4d1, _0x3e61a8) {
487
- const a1_0x16422b = {
488
- _0x27a37b: 0x13a,
489
- _0xa31a40: 0x120
490
- }, _0x1b1d2b = a1_0x1560, _0x452b13 = {
491
- 'aPJsy': function (_0x4fe78d, _0x1b74f0) {
492
- return _0x4fe78d + _0x1b74f0;
493
- },
494
- 'LRkZT': function (_0x38a389, _0x49789a) {
495
- return _0x38a389(_0x49789a);
496
- }
497
- }, _0x38a833 = {
498
- '_0x1c6e19': 0x70,
499
- '_0x302946': 0x66
500
- }, _0x455dcf = a2_0xd8e0;
501
- super(_0x45a4d1, _0x3e61a8, _0x452b13[_0x1b1d2b(a1_0x16422b._0x27a37b)](DOC_BASE, _0x455dcf(_0x38a833[_0x1b1d2b(a1_0x16422b._0xa31a40)]))), this[_0x1b1d2b(0xda)] = _0x452b13[_0x1b1d2b(0x12e)](_0x455dcf, _0x38a833[_0x1b1d2b(0xb7)]);
502
- }
503
- }
504
- exports[a2_0x571128(0x66)] = SharedTlvError, exports[a2_0x571128(0x67)] = {
505
- 'INVALID_PROVIDER': a1_0x234abf(0xca),
506
- 'INVALID_SECURITY_TIER': a2_0x571128(0x86),
507
- 'INVALID_CONTENT_TYPE': a2_0x571128(0x81),
508
- 'INVALID_MESSAGE_TYPE': a2_0x571128(0x73),
509
- 'INVALID_TLV_TYPE': a2_0x571128(0x88),
510
- 'INVALID_RESULT': a2_0x571128(0x6e),
511
- 'MISSING_VALUE': a2_0x571128(0x8d),
512
- 'MISSING_ERROR': a2_0x571128(0x65),
513
- 'INVALID_CHANNEL_ADDRESS': a2_0x571128(0x83),
514
- 'INVALID_CONTACT_INFO': a2_0x571128(0x8f),
515
- 'INVALID_ATTACHMENT': a1_0x234abf(0xc7)
516
- }, exports[a1_0x234abf(0xbe)] = {
517
- 'INVALID_PROVIDER': {
518
- 'message': a2_0x571128(0x78),
519
- 'aws': a2_0x571128(0x89),
520
- 'grpc': a2_0x571128(0x7f),
521
- 'http': 0x190,
522
- 'severity': a2_0x571128(0x7b)
523
- },
524
- 'INVALID_SECURITY_TIER': {
525
- 'message': a2_0x571128(0x85),
526
- 'aws': a2_0x571128(0x89),
527
- 'grpc': a2_0x571128(0x7f),
528
- 'http': 0x190,
529
- 'severity': a2_0x571128(0x91)
530
- },
531
- 'INVALID_CONTENT_TYPE': {
532
- 'message': a2_0x571128(0x96),
533
- 'aws': a2_0x571128(0x89),
534
- 'grpc': a1_0x234abf(0xd3),
535
- 'http': 0x190,
536
- 'severity': a2_0x571128(0x91)
537
- },
538
- 'INVALID_MESSAGE_TYPE': {
539
- 'message': a2_0x571128(0x8b),
540
- 'aws': a2_0x571128(0x89),
541
- 'grpc': a2_0x571128(0x7f),
542
- 'http': 0x190,
543
- 'severity': a2_0x571128(0x7b)
544
- },
545
- 'INVALID_TLV_TYPE': {
546
- 'message': a2_0x571128(0x7e),
547
- 'aws': a2_0x571128(0x89),
548
- 'grpc': a1_0x234abf(0xd3),
549
- 'http': 0x190,
550
- 'severity': a2_0x571128(0x91)
551
- },
552
- 'INVALID_RESULT': {
553
- 'message': 'Result\x20object\x20must\x20have\x20exactly\x20one\x20of:\x20{ok:\x20true,\x20value:\x20T}\x20or\x20{ok:\x20false,\x20error:\x20E}.',
554
- 'aws': a2_0x571128(0x89),
555
- 'grpc': a2_0x571128(0x7f),
556
- 'http': 0x190,
557
- 'severity': a1_0x234abf(0xbb)
558
- },
559
- 'MISSING_VALUE': {
560
- 'message': a2_0x571128(0x74),
561
- 'aws': a2_0x571128(0x89),
562
- 'grpc': a2_0x571128(0x7f),
563
- 'http': 0x190,
564
- 'severity': a1_0x234abf(0xbb)
565
- },
566
- 'MISSING_ERROR': {
567
- 'message': a2_0x571128(0x75),
568
- 'aws': a1_0x234abf(0xb8),
569
- 'grpc': a2_0x571128(0x7f),
570
- 'http': 0x190,
571
- 'severity': a2_0x571128(0x7b)
572
- },
573
- 'INVALID_CHANNEL_ADDRESS': {
574
- 'message': a2_0x571128(0x97),
575
- 'aws': a1_0x234abf(0xb8),
576
- 'grpc': a2_0x571128(0x7f),
577
- 'http': 0x190,
578
- 'severity': a2_0x571128(0x7b)
579
- },
580
- 'INVALID_CONTACT_INFO': {
581
- 'message': a2_0x571128(0x69),
582
- 'aws': a2_0x571128(0x89),
583
- 'grpc': a2_0x571128(0x7f),
584
- 'http': 0x190,
585
- 'severity': a1_0x234abf(0xbb)
586
- },
587
- 'INVALID_ATTACHMENT': {
588
- 'message': a2_0x571128(0x77),
589
- 'aws': a1_0x234abf(0xb8),
590
- 'grpc': a1_0x234abf(0xd3),
591
- 'http': 0x190,
592
- 'severity': a2_0x571128(0x91)
593
- }
594
- };
595
- function toSharedError(_0x1ab4e2) {
596
- const a1_0x140313 = {
597
- _0x3ccf7b: 0x11f,
598
- _0xa55077: 0x119,
599
- _0x16587f: 0xd5
600
- }, _0x1f1e37 = a1_0x1560, _0x43fe6d = {
601
- 'xzkAy': function (_0xc0d30e, _0x59d6d8) {
602
- return _0xc0d30e instanceof _0x59d6d8;
603
- },
604
- 'zhieB': 'fvRSu',
605
- 'IksYT': _0x1f1e37(0x116),
606
- 'heZKg': function (_0x14bda2, _0x237756) {
607
- return _0x14bda2(_0x237756);
608
- }
609
- }, _0x4ab7cc = {
610
- '_0x506966': 0x71,
611
- '_0x4920db': 0x6b
612
- }, _0x43bb1d = a2_0xd8e0, _0x566c69 = {
613
- 'fvRSu': _0x43bb1d(_0x4ab7cc['_0x506966']),
614
- 'MULqG': function (_0x1c1f8d, _0x13f6d8) {
615
- return _0x1c1f8d(_0x13f6d8);
616
- }
617
- };
618
- if (_0x43fe6d[_0x1f1e37(a1_0x140313._0x3ccf7b)](_0x1ab4e2, SharedError))
619
- return _0x1ab4e2;
620
- if (_0x1ab4e2 instanceof Error)
621
- return new SharedError(_0x566c69[_0x43fe6d['zhieB']], _0x1ab4e2[_0x1f1e37(a1_0x140313._0xa55077)]);
622
- return new SharedError(_0x43fe6d[_0x1f1e37(a1_0x140313._0x16587f)], _0x566c69[_0x43fe6d[_0x1f1e37(0x129)](_0x43bb1d, _0x4ab7cc[_0x1f1e37(0x106)])](String, _0x1ab4e2));
623
- }
624
- function isSharedError(_0x3e1c8c) {
625
- const a1_0x24f9f6 = { _0x5c7c98: 0xf5 }, _0x43f8ca = {
626
- 'sFukT': function (_0x1ad596, _0x517e97) {
627
- return _0x1ad596 instanceof _0x517e97;
628
- },
629
- 'mTBWc': function (_0x436b30, _0x5eda2d) {
630
- return _0x436b30(_0x5eda2d);
631
- }
632
- }, _0x3f2313 = a2_0xd8e0, _0x44faf6 = {
633
- 'XFher': function (_0x4c5f4a, _0x3f8689) {
634
- const _0x26cc18 = a1_0x1560;
635
- return _0x43f8ca[_0x26cc18(a1_0x24f9f6._0x5c7c98)](_0x4c5f4a, _0x3f8689);
636
- }
637
- };
638
- return _0x44faf6[_0x43f8ca['mTBWc'](_0x3f2313, 0x8a)](_0x3e1c8c, SharedError);
639
- }
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)}};